@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&amp;subset=latin);.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 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-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,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;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;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[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;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;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.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@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%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;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;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-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:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-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)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}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;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control: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-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,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{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;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-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{border-color:#dc3545;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}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-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-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom: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:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):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 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.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 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;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 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;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 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;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 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;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 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.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-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-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:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after{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{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-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-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{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-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{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-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{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-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-control{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-control::before{border-color:#80bdff}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 2px) - 1px * 2);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-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:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-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%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-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:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-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:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-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:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-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:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-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{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-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:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.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-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;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)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group: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-body{-webkit-box-flex:1;-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-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-header+.list-group .list-group-item:first-child{border-top: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)}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.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-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.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:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.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:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.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:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;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:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;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{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-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{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;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}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;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-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;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:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.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,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;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:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack: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='M5.25 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='M2.75 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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-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,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{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%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-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{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-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{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-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{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-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{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-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{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-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{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-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{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-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{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-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{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-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{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-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{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-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{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-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{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-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{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-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}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;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,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.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-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!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:#6c757d!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}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #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}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}
/*# sourceMappingURL=bootstrap.min.css.map */.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}/*!
 * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0);animation-delay:var(--fa-animation-delay,0);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-a:before{content:"\41"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-anchor:before{content:"\f13d"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-anchor-lock:before{content:"\e4ad"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-ankh:before{content:"\f644"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-archway:before{content:"\f557"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-arrow-trend-down:before{content:"\e097"}.fa-arrow-trend-up:before{content:"\e098"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-arrows-spin:before{content:"\e4bb"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-asterisk:before{content:"\2a"}.fa-at:before{content:"\40"}.fa-atom:before{content:"\f5d2"}.fa-audio-description:before{content:"\f29e"}.fa-austral-sign:before{content:"\e0a9"}.fa-award:before{content:"\f559"}.fa-b:before{content:"\42"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-backward:before{content:"\f04a"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-baht-sign:before{content:"\e0ac"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-barcode:before{content:"\f02a"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-bell:before{content:"\f0f3"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blog:before{content:"\f781"}.fa-bold:before{content:"\f032"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-book-bookmark:before{content:"\e0bb"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-bookmark:before{content:"\f02e"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-bore-hole:before{content:"\e4c3"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-bottle-water:before{content:"\e4c5"}.fa-bowl-food:before{content:"\e4c6"}.fa-bowl-rice:before{content:"\e2eb"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes-packing:before{content:"\e4c7"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-bread-slice:before{content:"\f7ec"}.fa-bridge:before{content:"\e4c8"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-bridge-water:before{content:"\e4ce"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broom:before{content:"\f51a"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-brush:before{content:"\f55d"}.fa-bucket:before{content:"\e4cf"}.fa-bug:before{content:"\f188"}.fa-bug-slash:before{content:"\e490"}.fa-bugs:before{content:"\e4d0"}.fa-building:before{content:"\f1ad"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-building-circle-check:before{content:"\e4d2"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-building-flag:before{content:"\e4d5"}.fa-building-lock:before{content:"\e4d6"}.fa-building-ngo:before{content:"\e4d7"}.fa-building-shield:before{content:"\e4d8"}.fa-building-un:before{content:"\e4d9"}.fa-building-user:before{content:"\e4da"}.fa-building-wheat:before{content:"\e4db"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-burst:before{content:"\e4dc"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-c:before{content:"\43"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-week:before{content:"\f784"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-camera-rotate:before{content:"\e0d8"}.fa-campground:before{content:"\f6bb"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-car-on:before{content:"\e4dd"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-car-side:before{content:"\f5e4"}.fa-car-tunnel:before{content:"\e4de"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-cart-plus:before{content:"\f217"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cedi-sign:before{content:"\e0df"}.fa-cent-sign:before{content:"\e3f5"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-charging-station:before{content:"\f5e7"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-chart-column:before{content:"\e0e3"}.fa-chart-gantt:before{content:"\e0e4"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-chart-simple:before{content:"\e473"}.fa-check:before{content:"\f00c"}.fa-check-double:before{content:"\f560"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-child-dress:before{content:"\e59c"}.fa-child-reaching:before{content:"\e59d"}.fa-child-rifle:before{content:"\e4e0"}.fa-children:before{content:"\e4e1"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-circle-nodes:before{content:"\e4e2"}.fa-circle-notch:before{content:"\f1ce"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-city:before{content:"\f64f"}.fa-clapperboard:before{content:"\e131"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-question:before{content:"\e4e3"}.fa-clipboard-user:before{content:"\f7f3"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-clover:before{content:"\e139"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-compare:before{content:"\e13a"}.fa-code-fork:before{content:"\e13b"}.fa-code-merge:before{content:"\f387"}.fa-code-pull-request:before{content:"\e13c"}.fa-coins:before{content:"\f51e"}.fa-colon-sign:before{content:"\e140"}.fa-comment:before{content:"\f075"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-compress:before{content:"\f066"}.fa-computer:before{content:"\e4e5"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cow:before{content:"\f6c8"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-d:before{content:"\44"}.fa-database:before{content:"\f1c0"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-democrat:before{content:"\f747"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-dharmachakra:before{content:"\f655"}.fa-diagram-next:before{content:"\e476"}.fa-diagram-predecessor:before{content:"\e477"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-diagram-successor:before{content:"\e47a"}.fa-diamond:before{content:"\f219"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-disease:before{content:"\f7fa"}.fa-display:before{content:"\e163"}.fa-divide:before{content:"\f529"}.fa-dna:before{content:"\f471"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-dong-sign:before{content:"\e169"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dove:before{content:"\f4ba"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-download:before{content:"\f019"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-e:before{content:"\45"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elevator:before{content:"\e16d"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-equals:before{content:"\3d"}.fa-eraser:before{content:"\f12d"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-exclamation:before{content:"\21"}.fa-expand:before{content:"\f065"}.fa-explosion:before{content:"\e4e9"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-eye-slash:before{content:"\f070"}.fa-f:before{content:"\46"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-fan:before{content:"\f863"}.fa-faucet:before{content:"\e005"}.fa-faucet-drip:before{content:"\e006"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-ferry:before{content:"\e4ea"}.fa-file:before{content:"\f15b"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-file-audio:before{content:"\f1c7"}.fa-file-circle-check:before{content:"\e5a0"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-file-circle-plus:before{content:"\e494"}.fa-file-circle-question:before{content:"\e4ef"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-excel:before{content:"\f1c3"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-file-medical:before{content:"\f477"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-shield:before{content:"\e4f0"}.fa-file-signature:before{content:"\f573"}.fa-file-video:before{content:"\f1c8"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-file-word:before{content:"\f1c2"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-burner:before{content:"\e4f1"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-fish:before{content:"\f578"}.fa-fish-fins:before{content:"\e4f2"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flask-vial:before{content:"\e4f3"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-florin-sign:before{content:"\e184"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-folder-closed:before{content:"\e185"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-tree:before{content:"\f802"}.fa-font:before{content:"\f031"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-franc-sign:before{content:"\e18f"}.fa-frog:before{content:"\f52e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-g:before{content:"\47"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-glass-water:before{content:"\e4f4"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-glasses:before{content:"\f530"}.fa-globe:before{content:"\f0ac"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-greater-than:before{content:"\3e"}.fa-greater-than-equal:before{content:"\f532"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-guarani-sign:before{content:"\e19a"}.fa-guitar:before{content:"\f7a6"}.fa-gun:before{content:"\e19b"}.fa-h:before{content:"\48"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-handcuffs:before{content:"\e4f8"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-hands-bound:before{content:"\e4f9"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-hands-clapping:before{content:"\e1a8"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-handshake:before{content:"\f2b5"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-hashtag:before{content:"\23"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-heart-circle-plus:before{content:"\e500"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-helicopter-symbol:before{content:"\e502"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-helmet-un:before{content:"\e503"}.fa-highlighter:before{content:"\f591"}.fa-hill-avalanche:before{content:"\e507"}.fa-hill-rockslide:before{content:"\e508"}.fa-hippo:before{content:"\f6ed"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-house-chimney-user:before{content:"\e065"}.fa-house-chimney-window:before{content:"\e00d"}.fa-house-circle-check:before{content:"\e509"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-house-crack:before{content:"\e3b1"}.fa-house-fire:before{content:"\e50c"}.fa-house-flag:before{content:"\e50d"}.fa-house-flood-water:before{content:"\e50e"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-house-lock:before{content:"\e510"}.fa-house-medical:before{content:"\e3b2"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-house-medical-flag:before{content:"\e514"}.fa-house-signal:before{content:"\e012"}.fa-house-tsunami:before{content:"\e515"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-hurricane:before{content:"\f751"}.fa-i:before{content:"\49"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-images:before{content:"\f302"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-italic:before{content:"\f033"}.fa-j:before{content:"\4a"}.fa-jar:before{content:"\e516"}.fa-jar-wheat:before{content:"\e517"}.fa-jedi:before{content:"\f669"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-jet-fighter-up:before{content:"\e518"}.fa-joint:before{content:"\f595"}.fa-jug-detergent:before{content:"\e519"}.fa-k:before{content:"\4b"}.fa-kaaba:before{content:"\f66b"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-khanda:before{content:"\f66d"}.fa-kip-sign:before{content:"\e1c4"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-kitchen-set:before{content:"\e51a"}.fa-kiwi-bird:before{content:"\f535"}.fa-l:before{content:"\4c"}.fa-land-mine-on:before{content:"\e51b"}.fa-landmark:before{content:"\f66f"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-landmark-flag:before{content:"\e51c"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-file:before{content:"\e51d"}.fa-laptop-medical:before{content:"\f812"}.fa-lari-sign:before{content:"\e1c8"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-lemon:before{content:"\f094"}.fa-less-than:before{content:"\3c"}.fa-less-than-equal:before{content:"\f537"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-lines-leaning:before{content:"\e51e"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-lira-sign:before{content:"\f195"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-location-arrow:before{content:"\f124"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-location-pin-lock:before{content:"\e51f"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-locust:before{content:"\e520"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-m:before{content:"\4d"}.fa-magnet:before{content:"\f076"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-manat-sign:before{content:"\e1d5"}.fa-map:before{content:"\f279"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-pin:before{content:"\f276"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-and-venus:before{content:"\f224"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-mask:before{content:"\f6fa"}.fa-mask-face:before{content:"\e1d7"}.fa-mask-ventilator:before{content:"\e524"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-mattress-pillow:before{content:"\e525"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-medal:before{content:"\f5a2"}.fa-memory:before{content:"\f538"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-mill-sign:before{content:"\e1ed"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-mitten:before{content:"\f7b5"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-mobile-button:before{content:"\f10b"}.fa-mobile-retro:before{content:"\e527"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-money-bills:before{content:"\e1f3"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-mosquito-net:before{content:"\e52c"}.fa-motorcycle:before{content:"\f21c"}.fa-mound:before{content:"\e52d"}.fa-mountain:before{content:"\f6fc"}.fa-mountain-city:before{content:"\e52e"}.fa-mountain-sun:before{content:"\e52f"}.fa-mug-hot:before{content:"\f7b6"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-music:before{content:"\f001"}.fa-n:before{content:"\4e"}.fa-naira-sign:before{content:"\e1f6"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-not-equal:before{content:"\f53e"}.fa-notdef:before{content:"\e1fe"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-notes-medical:before{content:"\f481"}.fa-o:before{content:"\4f"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-oil-can:before{content:"\f613"}.fa-oil-well:before{content:"\e532"}.fa-om:before{content:"\f679"}.fa-otter:before{content:"\f700"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-p:before{content:"\50"}.fa-pager:before{content:"\f815"}.fa-paint-roller:before{content:"\f5aa"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-palette:before{content:"\f53f"}.fa-pallet:before{content:"\f482"}.fa-panorama:before{content:"\e209"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-passport:before{content:"\f5ab"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-pause:before{content:"\f04c"}.fa-paw:before{content:"\f1b0"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-people-group:before{content:"\e533"}.fa-people-line:before{content:"\e534"}.fa-people-pulling:before{content:"\e535"}.fa-people-robbery:before{content:"\e536"}.fa-people-roof:before{content:"\e537"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-person-booth:before{content:"\f756"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-person-burst:before{content:"\e53b"}.fa-person-cane:before{content:"\e53c"}.fa-person-chalkboard:before{content:"\e53d"}.fa-person-circle-check:before{content:"\e53e"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-person-circle-minus:before{content:"\e540"}.fa-person-circle-plus:before{content:"\e541"}.fa-person-circle-question:before{content:"\e542"}.fa-person-circle-xmark:before{content:"\e543"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-person-dress-burst:before{content:"\e544"}.fa-person-drowning:before{content:"\e545"}.fa-person-falling:before{content:"\e546"}.fa-person-falling-burst:before{content:"\e547"}.fa-person-half-dress:before{content:"\e548"}.fa-person-harassing:before{content:"\e549"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-person-military-pointing:before{content:"\e54a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-person-military-to-person:before{content:"\e54c"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-person-pregnant:before{content:"\e31e"}.fa-person-rays:before{content:"\e54d"}.fa-person-rifle:before{content:"\e54e"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-person-shelter:before{content:"\e54f"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-person-through-window:before{content:"\e5a9"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-person-walking-luggage:before{content:"\e554"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-peseta-sign:before{content:"\e221"}.fa-peso-sign:before{content:"\e222"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-circle-check:before{content:"\e555"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-lock:before{content:"\e558"}.fa-plane-slash:before{content:"\e069"}.fa-plane-up:before{content:"\e22d"}.fa-plant-wilt:before{content:"\e5aa"}.fa-plate-wheat:before{content:"\e55a"}.fa-play:before{content:"\f04b"}.fa-plug:before{content:"\f1e6"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-plug-circle-check:before{content:"\e55c"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-plus-minus:before{content:"\e43c"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-puzzle-piece:before{content:"\f12e"}.fa-q:before{content:"\51"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\3f"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-r:before{content:"\52"}.fa-radiation:before{content:"\f7b9"}.fa-radio:before{content:"\f8d7"}.fa-rainbow:before{content:"\f75b"}.fa-ranking-star:before{content:"\e561"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-recycle:before{content:"\f1b8"}.fa-registered:before{content:"\f25d"}.fa-repeat:before{content:"\f363"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-republican:before{content:"\f75e"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-road-barrier:before{content:"\e562"}.fa-road-bridge:before{content:"\e563"}.fa-road-circle-check:before{content:"\e564"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-road-circle-xmark:before{content:"\e566"}.fa-road-lock:before{content:"\e567"}.fa-road-spikes:before{content:"\e568"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-route:before{content:"\f4d7"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-rug:before{content:"\e569"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-rupiah-sign:before{content:"\e23d"}.fa-s:before{content:"\53"}.fa-sack-dollar:before{content:"\f81d"}.fa-sack-xmark:before{content:"\e56a"}.fa-sailboat:before{content:"\e445"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-school:before{content:"\f549"}.fa-school-circle-check:before{content:"\e56b"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-school-flag:before{content:"\e56e"}.fa-school-lock:before{content:"\e56f"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-screwdriver:before{content:"\f54a"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-scroll:before{content:"\f70e"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-sd-card:before{content:"\f7c2"}.fa-section:before{content:"\e447"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-server:before{content:"\f233"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-sheet-plastic:before{content:"\e571"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-shield-cat:before{content:"\e572"}.fa-shield-dog:before{content:"\e573"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-shield-heart:before{content:"\e574"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-shoe-prints:before{content:"\f54b"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-shop-lock:before{content:"\e4a5"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-shower:before{content:"\f2cc"}.fa-shrimp:before{content:"\e448"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-sim-card:before{content:"\f7c4"}.fa-sink:before{content:"\e06d"}.fa-sitemap:before{content:"\f0e8"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-spa:before{content:"\f5bb"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-spray-can:before{content:"\f5bd"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-square:before{content:"\f0c8"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-square-full:before{content:"\f45c"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-square-nfi:before{content:"\e576"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-square-person-confined:before{content:"\e577"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-square-virus:before{content:"\e578"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-stairs:before{content:"\e289"}.fa-stamp:before{content:"\f5bf"}.fa-stapler:before{content:"\e5af"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-stethoscope:before{content:"\f0f1"}.fa-stop:before{content:"\f04d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-slash:before{content:"\e071"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stroopwafel:before{content:"\f551"}.fa-subscript:before{content:"\f12c"}.fa-suitcase:before{content:"\f0f2"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-superscript:before{content:"\f12b"}.fa-swatchbook:before{content:"\f5c3"}.fa-synagogue:before{content:"\f69b"}.fa-syringe:before{content:"\f48e"}.fa-t:before{content:"\54"}.fa-table:before{content:"\f0ce"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-tablet-button:before{content:"\f10a"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tarp:before{content:"\e57b"}.fa-tarp-droplet:before{content:"\e57c"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-tent:before{content:"\e57d"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tent-arrows-down:before{content:"\e581"}.fa-tents:before{content:"\e582"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-text-width:before{content:"\f035"}.fa-thermometer:before{content:"\f491"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-timeline:before{content:"\e29c"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toilet-portable:before{content:"\e583"}.fa-toilets-portable:before{content:"\e584"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-torii-gate:before{content:"\f6a1"}.fa-tornado:before{content:"\f76f"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-tower-cell:before{content:"\e585"}.fa-tower-observation:before{content:"\e586"}.fa-tractor:before{content:"\f722"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-train-tram:before{content:"\e5b4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-tree-city:before{content:"\e587"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-trophy:before{content:"\f091"}.fa-trowel:before{content:"\e589"}.fa-trowel-bricks:before{content:"\e58a"}.fa-truck:before{content:"\f0d1"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-truck-droplet:before{content:"\e58c"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-truck-field:before{content:"\e58d"}.fa-truck-field-un:before{content:"\e58e"}.fa-truck-front:before{content:"\e2b7"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-plane:before{content:"\e58f"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-u:before{content:"\55"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-universal-access:before{content:"\f29a"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-upload:before{content:"\f093"}.fa-user:before{content:"\f007"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-clock:before{content:"\f4fd"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-user-graduate:before{content:"\f501"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-user-injured:before{content:"\f728"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-user-lock:before{content:"\f502"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-between-lines:before{content:"\e591"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-users-line:before{content:"\e592"}.fa-users-rays:before{content:"\e593"}.fa-users-rectangle:before{content:"\e594"}.fa-users-slash:before{content:"\e073"}.fa-users-viewfinder:before{content:"\e595"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-v:before{content:"\56"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-vault:before{content:"\e2c5"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-vial:before{content:"\f492"}.fa-vial-circle-check:before{content:"\e596"}.fa-vial-virus:before{content:"\e597"}.fa-vials:before{content:"\f493"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-virus:before{content:"\e074"}.fa-virus-covid:before{content:"\e4a8"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-voicemail:before{content:"\f897"}.fa-volcano:before{content:"\f770"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-vr-cardboard:before{content:"\f729"}.fa-w:before{content:"\57"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-wallet:before{content:"\f555"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-wand-sparkles:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-wave-square:before{content:"\f83e"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-wheelchair:before{content:"\f193"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-wind:before{content:"\f72e"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-worm:before{content:"\e599"}.fa-wrench:before{content:"\f0ad"}.fa-x:before{content:"\58"}.fa-x-ray:before{content:"\f497"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-xmarks-lines:before{content:"\e59a"}.fa-y:before{content:"\59"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-z:before{content:"\5a"}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-display:swap;font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:swap;src:url(/shivlab/wp-content/themes/shivlab/assets/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/shivlab/wp-content/themes/shivlab/assets/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-family:"Font Awesome 6 Brands";font-weight:400}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-alipay:before{content:"\f642"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-amilia:before{content:"\f36d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-artstation:before{content:"\f77a"}.fa-asymmetrik:before{content:"\f372"}.fa-atlassian:before{content:"\f77b"}.fa-audible:before{content:"\f373"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-bandcamp:before{content:"\f2d5"}.fa-battle-net:before{content:"\f835"}.fa-behance:before{content:"\f1b4"}.fa-bilibili:before{content:"\e3d9"}.fa-bimobject:before{content:"\f378"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bootstrap:before{content:"\f836"}.fa-bots:before{content:"\e340"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-buromobelexperte:before{content:"\f37f"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cmplid:before{content:"\e360"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cotton-bureau:before{content:"\f89e"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-critical-role:before{content:"\f6c9"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dhl:before{content:"\f790"}.fa-diaspora:before{content:"\f791"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-elementor:before{content:"\f430"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-evernote:before{content:"\f839"}.fa-expeditedssl:before{content:"\f23e"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-figma:before{content:"\f799"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-fulcrum:before{content:"\f50b"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-gofore:before{content:"\f3a7"}.fa-golang:before{content:"\e40f"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-wallet:before{content:"\f1ee"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-gulp:before{content:"\f3ae"}.fa-hacker-news:before{content:"\f1d4"}.fa-hackerrank:before{content:"\f5f7"}.fa-hashnode:before{content:"\e499"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-hive:before{content:"\e07f"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hotjar:before{content:"\f3b1"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-ideal:before{content:"\e013"}.fa-imdb:before{content:"\f2d8"}.fa-instagram:before{content:"\f16d"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaggle:before{content:"\f5fa"}.fa-keybase:before{content:"\f4f5"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-leanpub:before{content:"\f212"}.fa-less:before{content:"\f41d"}.fa-line:before{content:"\f3c0"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-mailchimp:before{content:"\f59e"}.fa-mandalorian:before{content:"\f50f"}.fa-markdown:before{content:"\f60f"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medapps:before{content:"\f3c6"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-mendeley:before{content:"\f7b3"}.fa-meta:before{content:"\e49b"}.fa-microblog:before{content:"\e01a"}.fa-microsoft:before{content:"\f3ca"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-nfc-directional:before{content:"\e530"}.fa-nfc-symbol:before{content:"\e531"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-padlet:before{content:"\e4a0"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-palfed:before{content:"\f3d8"}.fa-patreon:before{content:"\f3d9"}.fa-paypal:before{content:"\f1ed"}.fa-perbyte:before{content:"\e083"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pix:before{content:"\e43a"}.fa-playstation:before{content:"\f3df"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-r-project:before{content:"\f4f7"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-redhat:before{content:"\f7bc"}.fa-renren:before{content:"\f18b"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-rev:before{content:"\f5b2"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rust:before{content:"\e07a"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-schlix:before{content:"\f3ea"}.fa-screenpal:before{content:"\e570"}.fa-scribd:before{content:"\f28a"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-servicestack:before{content:"\f3ec"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopify:before{content:"\e057"}.fa-shopware:before{content:"\f5b5"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sith:before{content:"\f512"}.fa-sitrox:before{content:"\e44a"}.fa-sketch:before{content:"\f7c6"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-slideshare:before{content:"\f1e7"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-space-awesome:before{content:"\e5ac"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spotify:before{content:"\f1bc"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-symbol:before{content:"\f3f6"}.fa-sticker-mule:before{content:"\f3f7"}.fa-strava:before{content:"\f428"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-superpowers:before{content:"\f2dd"}.fa-supple:before{content:"\f3f9"}.fa-suse:before{content:"\f7d6"}.fa-swift:before{content:"\f8e1"}.fa-symfony:before{content:"\f83d"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-the-red-yeti:before{content:"\f69d"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-think-peaks:before{content:"\f731"}.fa-tiktok:before{content:"\e07b"}.fa-trade-federation:before{content:"\f513"}.fa-trello:before{content:"\f181"}.fa-tumblr:before{content:"\f173"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-uncharted:before{content:"\e084"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-vaadin:before{content:"\f408"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viber:before{content:"\f409"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-vuejs:before{content:"\f41f"}.fa-watchman-monitoring:before{content:"\e087"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whmcs:before{content:"\f40d"}.fa-wikipedia-w:before{content:"\f266"}.fa-windows:before{content:"\f17a"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-zhihu:before{content:"\f63f"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-display:swap;font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(/shivlab/wp-content/themes/shivlab/assets/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/shivlab/wp-content/themes/shivlab/assets/fontawesome/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-family:"Font Awesome 6 Free";font-weight:400}:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-display:swap;font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:swap;src:url(/shivlab/wp-content/themes/shivlab/assets/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/shivlab/wp-content/themes/shivlab/assets/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-family:"Font Awesome 6 Free";font-weight:900}@font-face{font-display:swap;font-family:"Font Awesome 5 Brands";font-display:swap;font-weight:400;src:url(/shivlab/wp-content/themes/shivlab/assets/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/shivlab/wp-content/themes/shivlab/assets/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-display:swap;font-family:"Font Awesome 5 Free";font-display:swap;font-weight:900;src:url(/shivlab/wp-content/themes/shivlab/assets/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/shivlab/wp-content/themes/shivlab/assets/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-display:swap;font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(/shivlab/wp-content/themes/shivlab/assets/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/shivlab/wp-content/themes/shivlab/assets/fontawesome/webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-display:swap;font-family:"FontAwesome";font-display:swap;src:url(/shivlab/wp-content/themes/shivlab/assets/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/shivlab/wp-content/themes/shivlab/assets/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-display:swap;font-family:"FontAwesome";font-display:swap;src:url(/shivlab/wp-content/themes/shivlab/assets/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/shivlab/wp-content/themes/shivlab/assets/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-display:swap;font-family:"FontAwesome";font-display:block;src:url(/shivlab/wp-content/themes/shivlab/assets/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/shivlab/wp-content/themes/shivlab/assets/fontawesome/webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-display:swap;font-family:"FontAwesome";font-display:swap;src:url(/shivlab/wp-content/themes/shivlab/assets/fontawesome/webfonts/fa-v4compatibility.woff2) format("woff2"),url(/shivlab/wp-content/themes/shivlab/assets/fontawesome/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}.menu-mega-outer {
    max-width: 1000px;
    padding: 0 15px;
    margin: 0 auto
}

.header-item-right .menu-icon {
    font-size: 1.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    margin-left: 1rem;
    border: none;
    outline: none;
    color: #121212;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.header .menu>ul>li {
    display: inline-block;
    line-height: 3.125rem;
}

.header .menu>ul>li>a,
.header .menu>ul>li>span {
    position: relative;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.25;
    border: none;
    outline: none;
    position: relative;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out
}

.header .menu>ul>li>a:before,
.header .menu>ul>li>span:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 100%;
    height: 47px;
    width: calc(100% + 16px);
    background-color: transparent;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out
}

.header.sticky-header .menu>ul>li>a:before .header.sticky-header .menu>ul>li>span:before {
    height: 41px
}

.header .menu>ul>li.menu-item-has-children>a:after,
.header .menu>ul>li.menu-item-has-children>span:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-size: 15px;
    color: inherit;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px
}

.header .menu>ul>li.menu-item-has-children>span {
    cursor: pointer;
}

.header .menu>ul>li .menu-subs {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 25px 2rem;
    border: none;
    outline: none;
    top: 100%;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    background: #ffffff;
    -webkit-box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}



.list-item ul {
    margin-bottom: 12px;
    padding-top: 8px
}

.list-item ul li {
    line-height: normal;
    margin-bottom: 5px
}

.list-item ul li a {
    color: #79839A;
    font-size: 16px
}

.list-item ul li a:hover {
    color: #FF8625 !important
}

.header .menu>ul>li:hover>a,
.header .menu>ul>li:hover>span {
    color: #FF8625
}


.header .menu>ul>li>a+.fa-solid {
    display: none
}

.menu-mobile-header,
.menu-mobile-trigger {
    display: none
}

.menu-item-has-grand-children .fa-arrow-right {
    display: none;
}

@media only screen and (min-width:1200px) {
    .down-icon-mobile-menu {
        display: none;
    }

    .header .menu>ul>li.menu-item-has-children:hover .menu-subs {
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        max-height: calc(100vh - 170px);
        overflow: auto;
        pointer-events: unset;
    }

    .header.sticky-header .menu>ul>li.menu-item-has-children:hover .menu-subs {
        max-height: calc(100vh - 120px)
    }

    .header .menu>ul>li .menu-subs {
        -webkit-animation: unset !important;
        animation: unset !important;
        padding: 0px;
    }

    .menu-subs li {
        line-height: normal
    }

    .menu-subs>li>a {
        padding: px 0;
        display: inline-block;
        color: #79839A
    }

    .menu-subs>li>a:hover {
        color: #FF8625
    }

    .header .menu>ul>li {
        padding: 0px 8px;
        cursor: pointer;
    }

    .menu-subs .list-item .solution-menu .title:before {
        display: none;
    }

    .list-item {
        padding: 25px 0 !important;
    }

    .nav-left-right-main-part {
        display: flex;
        justify-content: space-between;
        height: auto;
        width: 100%;
    }

    .nav-left-part-menu {
        width: 100%;
        height: auto;
        min-height: 360px;
        display: flex;
    }

    .work-menu .nav-left-part-menu,
    .work-menu .nav-right-part-banner {
        min-height: 390px;
    }

    .menu-subs .custom-nav-link {
        padding: 10px 20px;
        display: block;
        font-family: inherit;
        font-size: 14px;
        line-height: 1;
        border: none;
        outline: none;
        position: relative;
        color: #000;
    }

    .menu-subs .custom-nav-link:not([href]):not([tabindex]) {
        color: #000;
    }

    .menu-subs .custom-nav-link:not([href]):not([tabindex]):hover,
    .menu-subs .custom-nav-link:hover {
        color: #ff8625;
    }

    .children-menu-part {
        width: 45%;
        border-right: 1px solid #d8d8d8;
        position: relative;
        height: auto;
        min-height: 100%;

    }

    .case-studies-mega-menu .children-menu-part {
        display: flex;
        flex-direction: column;
    }

    .children-menu-part>li:hover {
        background-color: #FFF8F2;
    }

    .children-menu-part>li:hover>.custom-nav-link {
        color: #FF8625;
    }

    .menu-item-has-grand-children .fa-arrow-right {
        padding: 8px 10px;
        margin-right: 12px;
        color: #000;
        opacity: 0;
        visibility: hidden;
        display: block;
        font-size: 15px;
    }

    .menu-item-has-grand-children.hover-active .fa-arrow-right {
        opacity: 1;
        visibility: visible;
    }

    .menu-item-has-grand-children {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .children-menu-part>li:not(:last-child) {
        border-bottom: 1px solid #D8D8D8;
    }

    .menu-item-has-grand-children.hover-active {
        background-color: #FFF8F2;
    }

    .menu-item-has-grand-children.hover-active>.custom-nav-link:not([href]):not([tabindex]),
    .menu-item-has-grand-children.hover-active>.custom-nav-link {
        color: #FF8625;
    }

    .menu-item-has-grand-children.hover-active .grand-children-menu-part {
        display: block;
    }

    .grand-children-menu-part {
        position: absolute;
        right: -100%;
        top: 0;
        width: 100%;
        border-left: 1px solid #d8d8d8;
        display: none;
        height: auto;
        min-height: 100%;
    }

    .grand-children-menu-part .list-item {
        margin: 0;
    }

    .grand-children-menu-part .list-item .custom-nav-link {
        border-bottom: 0;
    }

    .grand-children-menu-part .list-item li {
        margin-bottom: 0;
    }

    .grand-children-menu-part .custom-nav-link {
        color: #505050;
    }

    .grand-children-menu-part .list-item li {
        margin-bottom: 0;
    }

    .nav-right-part-banner {
        background-image: url(https://shivlab.com/wp-content/uploads/2024/09/services-nav-banner.png);
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 340px;
        padding: 25px;
        position: relative;
        display: flex;
        flex-direction: column;
        min-height: 360px;
        width: 100%;
    }

    .nav-right-part-banner:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(31, 47, 75);
        background: linear-gradient(133deg, rgba(31, 47, 75, 1) 50%, rgba(255, 134, 37, 0.3) 100%);
        opacity: 0.8;
    }

    .nav-right-part .top-text {
        margin-bottom: 20px;
    }

    .nav-right-part-banner>* {
        position: relative;
        z-index: 1;
    }

    .nav-right-part-banner .banner-title {
        color: #ffffff;
        margin-bottom: 10px;
        font-size: 25px;
    }

    .nav-right-part-banner .banner-title span {
        color: #ff8625;
        font-size: 35px;
    }

    .nav-right-part-banner .banner-content {
        color: #fff;
        margin-bottom: 10px;
        line-height: normal;
        font-size: 14px;
    }

    .nav-right-part-banner .banner-sub-title {
        line-height: normal !important;
        font-weight: 600;
        color: #fff;
        display: block;
        font-size: 16px;
    }

    .nav-right-part-banner .bottom-part {
        margin-top: auto;
    }


    .solution-menu-part .solution-children-menu {
        padding: 18px !important;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .solution-menu-part .solution-children-menu .custom-nav-link {
        padding: 0 0;
        display: flex;
        align-items: center;
    }

    .solution-children-menu .solution-nav-icon {
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 12px;
        flex: 0 0 40px;
        padding: 8px;
    }

    .solution-menu-part .solution-children-menu li {
        margin-bottom: 10px;
        padding-right: 15px;
    }

    .nav-right-cto-banner {
        max-width: 320px;
        background-image: url(https://shivlab.com/wp-content/uploads/2024/09/solution-banner-back.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 25px;
        min-height: 360px;
        display: flex;
        flex-direction: column;
        position: relative;
        background-color: #1F2F4B;
        overflow: hidden;
    }

    .nav-right-cto-banner:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(https://shivlab.com/wp-content/uploads/2024/09/image-5.png);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: top;
    }

    .nav-right-cto-banner .banner-title {
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .nav-right-cto-banner .banner-title span {
        font-size: 34px;
        color: #FF8625;
    }

    .nav-right-cto-banner>* {
        position: relative;
        z-index: 1;
    }

    .nav-right-cto-banner .cto-profile {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        overflow: hidden;
        background-color: #fff;
        border: 3px solid #fff;
        margin-bottom: 10px;
    }

    .nav-right-cto-banner .cto-name {
        font-size: 16px;
        color: #fff;
        margin-bottom: 8px;
    }

    .nav-right-cto-banner .cto-name span {
        color: #ff8625;
    }

    .nav-right-cto-banner .banner-content {
        line-height: normal;
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .nav-right-cto-banner .bottom-part {
        margin-top: auto;
    }




    .nav-right-hire-us-banner {
        max-width: 450px;
        background-image: url(https://shivlab.com/wp-content/uploads/2024/09/hire-us-back.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 25px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        min-height: 300px;
        background-position: center;
        width: 100%;
    }

    .nav-right-hire-us-banner:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(0, 0, 0);
        background: linear-gradient(159deg, rgba(0, 0, 0, 0.8) 25%, rgba(238, 58, 56, 0.3) 100%);
    }

    .nav-right-hire-us-banner .banner-title {
        font-size: 22px;
        color: #fff;
        margin-bottom: 18px;
    }

    .nav-right-hire-us-banner .banner-title span {
        color: #ff8625;
    }

    .nav-right-hire-us-banner>* {
        position: relative;
    }

    .nav-right-hire-us-banner .banner-content {
        color: #fff;
        line-height: normal;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 8px;
    }

    .nav-right-hire-us-banner .banner-sub-title {
        color: #fff;
        line-height: normal;
        font-size: 16px;
        display: block;
    }

    .nav-right-hire-us-banner .bottom-part {
        margin-top: auto;
    }


    .two-line-navigation .list-item {
        display: flex;
        flex-wrap: wrap;
    }

    .two-line-navigation .list-item li {
        width: 50%;
    }

    .two-line-navigation {
        right: calc(-100% + -23%);
        width: calc(100% + 23%);
    }


    .about-us-megamenu .nav-left-part-menu {
        width: 30%;
        background-color: #FDFDFD;
    }

    .about-us-megamenu .nav-left-part-menu .children-menu-part {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .about-nav-right-part {
        width: 70%;
        display: flex;
        flex-direction: column;
    }

    .about-nav-right-part .about-nav-top-text {
        max-width: 85%;
        padding: 20px 20px 15px;
    }

    .about-nav-right-part .about-nav-top-text .title {
        margin-bottom: 8px;
        font-family: "Montserrat-Bold";
    }

    .about-nav-right-part .about-nav-top-text .title span {
        color: #ff8625;
    }

    .about-nav-right-part .about-nav-top-text .sub-title {
        line-height: normal;
        color: #fff;
        font-size: 14px;
    }

    .about-nav-right-part.brachies-part .about-nav-top-text p {
        color: #5B5B5B;
    }

    .about-nav-our-branches-part .title {
        margin: 0 0;
        font-size: 16px;
        padding: 0 20px 10px 20px;
        font-family: "Montserrat-Bold";
    }

    .about-nav-our-branches-part .title span {
        color: #ff8625;
    }

    .download-button-nav {
        padding: 20px 20px 0;
        margin-top: auto;
    }

    .download-button-nav .btn {
        width: 100%;
    }



    .about-nav-right-part.other-menu .about-nav-top-text {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .about-nav-right-part.other-menu .bottom-part {
        margin-top: auto;
    }


    .about-nav-our-branches-list {
        display: flex;
        border-top: 1px solid #D8D8D8;
        border-bottom: 1px solid #D8D8D8;
    }

    .about-nav-our-branches-list .about-nav-our-branches-list-inner {
        width: 33.333%;
        padding: 20px 15px 20px 20px;
        border-right: 1px solid #D8D8D8;
    }

    .about-nav-our-branches-list .about-nav-our-branches-list-inner:last-child {
        border-right: 0;
    }

    .about-nav-our-branches-list-inner .country-name-flag {
        display: flex;
        align-items: center;
        line-height: normal;
    }

    .about-nav-our-branches-list-inner .country-name-flag img {
        width: 18px;
        height: 18px;
        object-fit: contain;
        margin-right: 8px;
    }

    .about-nav-our-branches-list-inner .country-name-flag {
        line-height: normal;
        display: flex;
        align-items: center;
        color: #000000;
        font-family: 'Nunito-SemiBold';
        font-size: 14px;
    }

    .about-nav-our-branches-part {
        margin-top: auto;
    }

    .about-us-megamenu .nav-left-right-main-part {
        align-items: unset;
    }

    .about-nav-our-branches-list-inner .addressDetailBottom {
        margin-top: 10px;
    }

    .about-nav-our-branches-list-inner .addressDetailBottom a,
    .about-nav-our-branches-list-inner .addressDetailBottom p {
        font-size: 14px;
        color: #000;
        line-height: normal;
    }

    .about-nav-our-branches-list-inner .addressDetailBottom li a:before,
    .about-nav-our-branches-list-inner .addressDetailBottom li p:before {
        font-size: 16px;
        top: 1px;
    }

    .about-nav-our-branches-list-inner .addressDetailBottom li {
        margin-bottom: 10px;
        line-height: 1;
    }

    .home .nav-left-part-menu {
        background-color: transparent;
    }
}

@media only screen and (min-width:1440px) {
    .menu-mega-outer {
        max-width: 1200px;
    }

    .medium-size-menu {
        max-width: 1200px;
    }

    .about-us-megamenu {
        max-width: 1100px;
    }

    .menu-subs .custom-nav-link {
        font-size: 16px;
    }

    .nav-left-part-menu {
        min-height: 400px;
    }

    .work-menu .nav-left-part-menu,
    .work-menu .nav-right-part-banner {
        min-height: 400px;
    }

    .nav-right-part .top-text {
        margin-bottom: 25px;
    }

    .nav-right-part-banner {
        max-width: 400px;
        min-height: 400px;
    }

    .nav-right-part-banner .banner-title {
        font-size: 30px;
    }

    .nav-right-part-banner .banner-title span {
        font-size: 40px;
    }

    .nav-right-cto-banner {
        max-width: 400px;
        min-height: 400px;
    }

    .nav-right-cto-banner .banner-title {
        font-size: 22px;
    }

    .nav-right-cto-banner .banner-title span {
        font-size: 38px;
    }

    .nav-right-cto-banner .cto-profile {
        width: 85px;
        height: 85px;
        border-width: 5px;
    }

    .nav-right-cto-banner .cto-name {
        font-size: 18px;
    }

    .nav-right-cto-banner .banner-content {
        font-size: 16px;
        -webkit-line-clamp: 5;
        margin-bottom: 20px;
    }

    .nav-right-hire-us-banner {
        max-width: 500px;
    }

    .nav-right-hire-us-banner .banner-title {
        font-size: 25px;
    }

    .nav-right-hire-us-banner .banner-content {
        font-size: 16px;
    }

    .nav-right-hire-us-banner .banner-sub-title {
        font-size: 20px;
    }

    .children-menu-part {
        width: 40%;
    }

    .two-line-navigation {
        right: calc(-100% + -42%);
        width: calc(100% + 42%);
    }

    .about-nav-right-part .about-nav-top-text {
        padding: 25px 25px 30px;
    }

    .about-nav-right-part .about-nav-top-text .sub-title {
        font-size: 16px;
    }

    .about-nav-our-branches-part .title {
        font-size: 18px;
        padding: 0 25px 15px 25px;
    }

    .about-nav-our-branches-list-inner .country-name-flag {
        font-size: 16px;
    }

    .about-nav-our-branches-list-inner .country-name-flag img {
        width: 21px;
        height: 21px;
    }

    .about-nav-our-branches-list-inner .addressDetailBottom li a:before,
    .about-nav-our-branches-list-inner .addressDetailBottom li p:before {
        font-size: 18px;
    }

    .about-nav-our-branches-list .about-nav-our-branches-list-inner {
        padding: 25px;
    }
}


@media only screen and (min-width:1200px) and (max-width:1439px) {
    .nav-right-part-banner .bottom-part .btn {
        font-size: 16px;
    }

    .nav-right-cto-banner .bottom-part .btn {
        font-size: 16px;
        display: block;
        max-width: fit-content;
    }

    .nav-right-hire-us-banner .bottom-part .btn {
        font-size: 16px;
    }

    .download-button-nav .btn {
        font-size: 16px;
    }

    .menu-item-has-grand-children .fa-arrow-right {
        font-size: 13px;
    }

    .about-nav-our-branches-list-inner .addressDetailBottom a,
    .about-nav-our-branches-list-inner .addressDetailBottom p {
        padding-left: 22px;
    }
}

@media only screen and (max-width:1199px) {
    .header-middle {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .header-item-left,
    .header-item-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header .menu-mobile-trigger {
        position: relative;
        display: block;
        cursor: pointer;
        width: 1.75rem;
        height: 1rem;
        border: none;
        outline: none;
        margin-left: 1.25rem;
        background: 0 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out
    }

    .header .menu-mobile-trigger span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        border: none;
        outline: none;
        opacity: 1;
        border-radius: .25rem;
        background: #192940;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

    .header .menu-mobile-trigger span:nth-child(1) {
        top: 0
    }

    .header .menu-mobile-trigger span:nth-child(2),
    .header .menu-mobile-trigger span:nth-child(3) {
        top: .5rem
    }

    .header .menu-mobile-trigger span:nth-child(4) {
        top: 1rem
    }

    .header-item-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 320px;
        height: 100%;
        z-index: 1099;
        overflow: hidden;
        background: #192940;
        -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .header .menu.active {
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        transform: translate(0%)
    }

    .header .menu>ul>li {
        display: block;
        line-height: 1;
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .2)
    }

    .list-item ul li a {
        font-size: 14px
    }

    .header .menu>ul>li.menu-item-has-children {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .header .menu>ul>li>a,
    .header .menu>ul>li>span {
        display: block;
        width: 100%;
        line-height: 2.5rem;
        padding: 0 3.125rem 0 1rem;
        font-family: 'Nunito-SemiBold';
        color: #fff;
        font-size: 16px
    }

    .header .menu>ul>li>a+.fa-solid {
        color: #fff
    }

    .header .menu>ul>li.menu-item-has-children>.custom-nav-link,
    .header .menu>ul>li .menu-item-has-grand-children>.custom-nav-link {
        width: calc(100% - 52px);
    }

    .header .menu>ul>li .menu-subs {
        background: #192940
    }

    .header .menu>ul>li .menu-subs li a,
    .header .menu>ul>li .menu-subs>ul>li>a {
        color: #fff;
        display: block;
        padding: 0.75rem 1rem
    }

    .header .menu>ul>li .menu-subs li span,
    .header .menu>ul>li .menu-subs>ul>li>span {
        color: #fff;
        display: block;
        padding: 0.75rem 1rem
    }


    .mega-menu-sml .list-item ul h4 {
        color: #fff;
        font-size: 16px;
        border-top: 1px solid rgba(255, 255, 255, 0.25)
    }

    .case-study-menu>h4:first-child,
    .menu-mega-outer .list-item>li>ul:first-child>li>.title {
        border-top: 0px
    }

    .header .menu>ul>li .menu-subs li a {
        padding: 0.5rem 1.5rem 0.5rem
    }

    .menu-subs .list-item .case-study-menu h4 {
        border-bottom: 1px solid rgba(255, 255, 255, 0.25)
    }

    .header .menu>ul>li>a+.fa-solid {
        display: block;
        line-height: 2.5rem;
        margin-bottom: 0;
    }

    .header .menu>ul>li>a:before,
    .header .menu>ul>li.menu-item-has-children>a:after {
        display: none
    }

    .header .menu>ul>li>span:before,
    .header .menu>ul>li.menu-item-has-children>span:after {
        display: none
    }

    .menu-mega-outer {
        padding: 0
    }

    .menu-mega-outer .row {
        margin: 0
    }

    .header .menu .menu-mobile-header {
        position: relative;
        position: sticky;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-end;
        top: 0;
        height: 3.125rem;
        z-index: 501;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        background: #192940;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-bottom: 1rem;
    }

    .header .menu .menu-mobile-header .menu-mobile-close {
        font-size: 22px;
        line-height: 25px;
        cursor: pointer;
        width: 3.125rem;
        height: 3.125rem;
        border-left: 0px solid rgba(0, 0, 0, .1);
        color: #fff;
        text-align: center;
        border: 0;
        background-color: #192940;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .header .menu .parent-menu-part {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 180px;
    }

    .inner-menu {
        display: none;
    }

    .header .menu>ul>li .menu-subs {
        position: unset !important;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        padding-top: 0rem !important;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
        pointer-events: unset;
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item img.responsive {
        margin-top: 0
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
        margin-bottom: 1.25rem
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0
    }

    .header .menu>ul>li .menu-subs>ul>li>a {
        display: block
    }

    .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul {
        margin-bottom: 1rem
    }

    .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
        display: block
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        background: rgba(0, 0, 0, .55);
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .overlay.active {
        opacity: 1;
        visibility: visible
    }

    .children-menu-part>li {
        border-bottom: 0 !important;
    }

    .children-menu-part .menu-item-has-grand-children {
        margin-bottom: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0;
    }

    .children-menu-part>li>.custom-nav-link {
        margin-bottom: 5px;
        font-family: 'Nunito-SemiBold';
        font-size: 16px;
    }

    .grand-children-menu-part {
        display: none;
        padding-left: 25px;
        margin: 0 0 15px 0;
    }

    .grand-children-menu-part li {
        margin-bottom: 0 !important;
    }

    .grand-children-menu-part .list-item {
        padding-top: 0;
        margin-bottom: 0;
    }

    .nav-right-part,
    .about-nav-right-part {
        display: none !important;
    }

    .down-icon-mobile-menu {
        position: relative;
        font-size: 0.8rem !important;
        text-align: center;
        padding: 0 20px;
        cursor: pointer;
        display: flex;
        align-items: center;
        color: #fff;
        height: auto;
        margin-bottom: 5px;
        transition: all 0.5s;
        border-left: none !important;
    }


    .solution-children-menu .custom-nav-link {
        display: flex !important;
        align-items: center;
        font-family: 'Nunito-SemiBold';
        font-size: 16px;
    }

    .solution-children-menu .custom-nav-link .solution-nav-icon {
        margin-right: 10px;
    }

    .solution-children-menu .custom-nav-link .solution-nav-icon img {
        display: block;
    }

    .solution-children-menu .custom-nav-link:hover,
    .children-menu-part>li:hover>.custom-nav-link {
        color: #ea7e28 !important;
    }


    .menu-subs .children-menu-part {
        padding-left: 18px;
        margin: 10px 0 20px;
        position: relative;
    }

    .menu-subs .children-menu-part:after {
        content: "";
        position: absolute;
        left: 18px;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.3);
    }


    .about-nav-right-part {
        display: none;
    }

    .download-button-nav {
        width: 100%;
        padding: 0.5rem 1.5rem 0.5rem;
    }

    .download-button-nav .btn {
        width: 100%;
    }

    .menu ul li.active>.custom-nav-link {
        color: #FF8625;
    }

    .header .menu ul li.active>.down-icon-mobile-menu {
        color: #FF8625;
    }

    .header .menu ul li.active>.down-icon-mobile-menu {
        transform: rotate(180deg);
    }
}

@media(max-width:374px) {
    .header .menu-mobile-trigger {
        margin-left: 0.5rem
    }

    .header .btn-orange {
        padding: 7px 10px
    }
}

/* industries nav */
.industries-nav-right-part {
    background-color: #ffecdd;
    box-sizing: border-box;
    max-width: 350px;
    padding: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 210px;
    width: 100%;
}

.industries-banner .banner-content {
    line-height: normal;
}

.industries-banner .top-text {
    margin-bottom: 1.5rem;
}

.industries-megamenu .children-menu-part {
    width: 100%;
    border-right: 0;
}

.industries-megamenu .nav-left-part-menu {
    min-height: auto;
    flex-wrap: wrap;
}

.industries-banner .bottom-part .btn {
    display: block;
}

@media(min-width:1200px) {
    .industries-megamenu {
        max-width: 700px;
    }

    .industries-megamenu .children-menu-part {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        height: 100%;
        padding-top: 1rem !important;
    }

    .industries-megamenu .children-menu-part li {
        width: 50%;
        position: relative;
        border-bottom: 0;
    }

    .nav-left-menu-heading {
        margin: 0 0;
        width: 100%;
        padding: 2rem 1rem 1rem;
        border-bottom: 1px solid #D8D8D8;
    }

    .industries-banner .banner-title {
        font-size: 22px;
    }

    .microsoft-megamenu .children-menu-part li {
        width: 100%;
    }
}

@media only screen and (min-width:1200px) and (max-width:1439px) {
    .industries-nav-right-part .bottom-part .btn {
        font-size: 14px;
    }

    .industries-banner .banner-title {
        font-size: 20px;
    }

    .industries-banner .banner-content {
        font-size: 14px;
    }
}

@media only screen and (min-width:1440px) {
    .industries-megamenu {
        max-width: 800px;
    }

    .industries-nav-right-part {
        max-width: 370px;
    }
}

@media(max-width:1199px) {

    .nav-left-menu-heading,
    .industries-nav-right-part {
        display: none;
    }
}

/* end industries nav */

/**about menu start**/
.about-nav-right-part {
    background-image: url(https://shivlab.com/wp-content/uploads/2024/11/hire-us-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.about-nav-right-part:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(159deg, rgba(0, 0, 0, 0.8) 25%, rgba(238, 58, 56, 0.3) 100%);
}

.about-nav-right-part .title {
    color: #ffffff;
}

.about-nav-right-part .about-nav-top-text {
    z-index: 1;
    position: relative;
}

.about-nav-right-part.brachies-part {
    background: transparent !important;
}

.about-nav-right-part.brachies-part:before {
    display: none;
}

.about-nav-right-part.brachies-part .title,
.about-nav-right-part.brachies-part .about-nav-top-text .title {
    color: #000;
    padding-top: 0px;
}

.about-nav-right-part.contact-us-part {
    background-color: #fff !important;
    background-image: none;
}

.about-nav-right-part.contact-us-part::before {
    display: none;
}

.about-nav-right-part.contact-us-part .about-nav-top-text .title {
    color: #000000;
}

.about-nav-right-part.contact-us-part .about-nav-top-text p {
    color: #5B5B5B;
}

.about-nav-right-part.contact-us-part .about-nav-our-branches-part .title {
    color: #000000;
}

.about-nav-right-part.contact-us-part .bottom-part {
    text-align: center;
    padding: 18px 20px;
}

/**blog menu start**/
.header .about-nav-right-part.blog-menu-part {
    /*background-image: unset;
    background-color: #f3f3f3;*/
}

.header .blog-menu-part .about-nav-top-text {
    max-width: 100%;
}

.header .about-nav-right-part .about-nav-blog-menu-part {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.header .about-nav-right-part .header-blog-post {
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.header .about-nav-right-part .header-blog-post .header-blog-img a {
    display: flex;
}

.header .about-nav-right-part .header-blog-featured-image {
    width: 100%;
}

.header .about-nav-right-part .header-blog-title {
    margin-bottom: 0;
    padding: 15px;
    font-size: 12px;
    line-height: normal;
    background: #ffffff;
}

.header .about-nav-right-part .header-blog-title a {
    color: #2a2443 !important;
}

/**blog menu end**/

/**about menu end**/

/* header service right part  */
.nav-right-part-content {
    padding: 25px;
    background: #312c49;
    color: #ffffff;
    width: 100%;
    max-width: 380px;
}

.nav-right-part-content .content-title span {
    color: #ff8625;
    font-family: "Montserrat-Bold";
}

.nav-right-part-content .content-text {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 30px;
    color: #e4e4e4;
}

.nav-right-part-content .icon-with-text-main {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nav-right-part-content .icon-with-text-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.nav-right-part-content .icon-with-text-item .image-box {
    width: 35px;
    height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 5px;
    padding: 3px;
}

.nav-right-part-content .icon-with-text-item .image-box img {
    object-fit: contain;
}

.nav-right-part-content .icon-with-text-item .content-box .title {
    font-weight: 500;
    color: #ffffff;
    line-height: normal;
    font-size: 16px;
    margin-bottom: 5px;
    font-family: "Montserrat-Medium";
}

.nav-right-part-content .icon-with-text-item .content-box .title a {
    color: #ffffff !important;
}

.nav-right-part-content .icon-with-text-item .content-box .title a:hover {
    color: #ff8625 !important;
}

.nav-right-part-content .icon-with-text-item .content-box .text {
    font-size: 14px;
    line-height: normal;
    color: #e4e4e4;
}

.nav-right-part-content .btn {
    margin-top: 30px;
    padding: 6px 30px 10px;
    width: max-content;
    min-width: unset;
}

@media(max-width:1199px) {
    .nav-right-part-content {
        display: none;
    }
}

/* header service right part  */

/* header work menu */
.work-right-part {
    min-height: 390px;
    background-image: url(https://shivlab.com/wp-content/uploads/2025/03/explore-portfolio-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 340px;
    padding: 25px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.work-right-part::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
}

.work-right-part .portfolio-bg-shape {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: contain;
    left: 0;
    bottom: -60px;
    z-index: 1;
}

.work-right-part .banner-text a {
    color: #ffffff !important;
    position: relative;
    z-index: 3;
    display: flex;
    gap: 15px;
    align-items: center;
    font-weight: 600;
    font-family: "Montserrat-bold";
    cursor: pointer;
    transition: all 0.3s linear;
}

.work-right-part .banner-text a:hover {
    color: #000000 !important;
}

.work-right-part .right-icon {
    width: 25px;
    min-width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-top: 6px;
    font-size: 14px;
    transition: all 0.3slinear;
}

.work-right-part a:hover .right-icon {
    color: #FF8625;
}

/* header work menu */
.header .menu>ul>li>a>span {
    color: #FF8625;
}

span.ai-text {
    color: #FF8625;
    font-weight: 500;
    text-shadow: 0 0 10px rgba(255, 134, 37, 0.6) !important;
}

.header .menu>ul>.ai-star-main>span {
    color: rgb(206, 11, 11)
}

.header .menu>ul>.ai-star-main:hover>span {
    color: rgb(206, 11, 11)
}


@keyframes blink {

    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.4;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

.ai-star-main span {
    animation: blink 1.7s infinite ease-in-out;
    text-shadow: 0 0 10px rgba(27, 25, 23, 0.6);
}

/* .ai-star-main .children-menu-part a {
    animation: unset;
    text-shadow: unset;
} */


/* new-mega menu css start */
@media only screen and (min-width: 1200px) {
    .mega-menu-main {
        width: 100%;
    }

    .mega-menu-main .children-menu-part {
        width: 100%;
        position: relative;
        height: auto;
        display: flex;
        background-color: #1F2F4B;
    }

    .mega-menu-main .nav-left-main {
        width: 55%;
    }

    .mega-menu-main .nav-left-main .nav-left-part-content {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .mega-menu-main .nav-left-main .nav-left-part-content .btn {
        margin-top: auto;
    }

    .mega-menu-main .nav-right-main {
        width: 45%;
    }

    .mega-menu-main .nav-right-part-content {
        max-width: 100%;
        border-radius: 20px;
        background-image: url(https://shivlab.com/wp-content/uploads/2025/05/right-banner-img.webp);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 99;
    }

    .mega-menu-main .nav-right-part-content .content-title {
        color: #ff8625;
        font-family: "Montserrat-Bold";
        font-size: 30px;
    }


    .mega-menu-main .menu-item-has-grand-children:hover .custom-nav-link {
        color: #1F2F4B;
    }

    .mega-menu-main .menu-item-has-grand-children:hover {
        background-color: #fff;
    }

    .mega-menu-main .list-item {
        padding: 0 !important;
        position: relative;
    }

    .mega-menu-main .grand-children-menu-part li {
        display: flex;
        gap: 10px;
    }

    .mega-menu-main .grand-children-menu-part {
        position: unset;
    }

    .mega-menu-main .menu-item-has-grand-children {
        justify-content: center;
        min-width: max-content;
    }

    .mega-menu-main .menu-item-has-grand-children .bold {
        font-weight: 600;
        color: #ffffff;
    }

    .mega-menu-main .children-menu-bottom-part {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        gap: 40px;
        padding: 25px 30px;
        background-color: #fff;
        position: absolute;
        top: 54px;
        left: 0;
        width: 100%;
        /* opacity: 0;
        visibility: hidden;
        z-index: -1; */
        display: none;
    }

    .mega-menu-main .menu-item-has-grand-children.hover-active .children-menu-bottom-part {
        /* opacity: 1;
        visibility: visible;
        z-index: 9; */
        display: block;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }


    .mega-menu-main .children-menu-bottom-part .children-bottom-inner {
        display: flex;
        width: 100%;
        position: relative;
    }

    .header .menu>ul>li.menu-item-has-children:hover .mega-menu-main.menu-subs {
        overflow: unset;
    }

    .mega-menu-main .grand-children-menu-part {
        display: flex !important;
        flex-direction: column;
        border: none;
        align-items: flex-start;
    }

    .mega-menu-main .two-line-navigation .list-item li {
        align-items: center;
        width: 37%;
        margin-bottom: 30px;
    }

    .mega-menu-main .menu-item-has-grand-children.hover-active {
        background-color: white;
        border: none;
    }

    .mega-menu-main .menu-item-has-grand-children.hover-active>.custom-nav-link {
        color: #1F2F4B;
    }

    .mega-menu-main .right-angle-icon {
        width: 7px;
        height: auto;
    }

    .mega-menu-main .two-line-navigation .list-item .custom-nav-link {
        padding: 0px 8px;
    }

    .mega-menu-main .children-menu-part>li:not(:last-child) {
        border-bottom: none;
    }

    .mega-menu-main ul.children-menu-part {
        height: 55px;
        border: none;
    }
}

@media only screen and (min-width: 1440px) {

    .mega-menu-main .grand-children-menu-part .list-item .custom-nav-link {
        font-size: 16px;
        color: #000;
    }

    .mega-menu-main .custom-nav-link {
        padding: 12px 6px;
        font-size: 17px;
        color: #fff;
    }


}

@media (max-width: 1440px) {}

.mega-menu-main .grand-children-menu-part .list-item .custom-nav-link {
    font-size: 15px;
}

.mega-menu-main .custom-nav-link {
    font-size: 16px;
}

.mega-menu-main .children-menu-bottom-part {
    width: 100%;
}

@media (max-width: 1300px) {

    .mega-menu-main .children-menu-bottom-part {
        top: 52px;
    }

    .mega-menu-main .two-line-navigation .list-item li {
        width: 40%;
        margin-bottom: 25px;
    }

    .mega-menu-main .custom-nav-link {
        font-size: 14px;
    }

    .mega-menu-main .grand-children-menu-part .list-item .custom-nav-link {
        font-size: 14px;
    }

}

@media (max-width: 1199px) {
    .mega-menu-main .two-line-navigation .list-item li {
        width: 100%;
    }

    .mega-menu-main .nav-right-main {
        display: none;
    }

    .menu-item-has-grand-children.active .grand-children-menu-part {
        display: block;
    }

    .mega-menu-main .grand-children-menu-part .list-item li {
        display: flex;
    }

    .mega-menu-main .right-angle-icon {
        display: none;
    }

    .mega-menu-main .nav-left-main .nav-left-part-content .btn {
        display: none;
    }

}


/* hire-talent-new-megamenu css start */
@media only screen and (min-width: 1200px) {
    .mega-menu-main.menu-subs .custom-nav-link:not([href]):not([tabindex]) {
        color: white;
    }

    .mega-menu-main .menu-item-has-grand-children.hover-active>.custom-nav-link:not([href]):not([tabindex]),
    .mega-menu-main .menu-item-has-grand-children.hover-active>.custom-nav-link {
        color: #1F2F4B;
    }
}

@media only screen and (min-width: 1200px) {
    .industries-megamenu .children-menu-part li {
        width: 33.33%;
    }

    /* .header .menu>ul>li.menu-item-has-children:hover .industries-megamenu {
        max-width: 1000px;
    } */
    .menu-mega-outer.menu-mega.menu-subs.industries-megamenu.inner-menu {
        max-width: 850px;
    }
}


/* menu changes css  */

@media only screen and (min-width: 1439px) {
    .solution-menu-part.nav-left-right-main-part {
        max-width: 1050px;
    }

    .solution-menu-part.menu-mega-outer {
        max-width: 1050px;
    }
}

@media screen and (max-width: 1439px) and (min-width: 1200px) {
    .solution-menu-part.nav-left-right-main-part {
        max-width: 920px;
    }

    .solution-menu-part.menu-mega-outer {
        max-width: 920px;
    }
}


@media only screen and (min-width: 1200px) {
    .mega-menu-main .grand-children-menu-part .list-item li {
        margin-bottom: 30px;
    }
}





/* new menu changes css  */


@media only screen and (min-width: 1200px) {
    .technology-mega-menu .menu-mega-outer {
        max-width: 760px;
    }

    .header .menu .menu-subs .nav-left-right-main-part .children-menu-part .list-item li {
        display: flex;
    }

    .header .menu .menu-subs .nav-left-right-main-part .children-menu-part .list-item li img {
        height: auto;
        width: 7px;
    }

    .technology-mega-menu .nav-left-right-main-part .children-menu-part.list-item {
        width: 27%;
        position: unset;
        padding: 0px !important;
    }

    .technology-mega-menu .nav-left-right-main-part .grand-children-menu-part.inner-menu {
        left: 27%;
        width: calc(100% - 27%);
    }

    .technology-mega-menu .nav-left-right-main-part .grand-children-menu-part {
        border-left: none;
    }

    .technology-mega-menu .nav-left-right-main-part {
        position: relative;
    }

    .technology-mega-menu .grand-children-menu-part .list-item {
        margin-left: 20px;
        padding: 15px 0px !important;
    }

    .technology-mega-menu .grand-children-menu-part .list-item li {
        width: 48%;
    }

    .technology-mega-menu .download-button-nav {
        max-width: max-content;
        padding-top: 10px;
    }

    .technology-mega-menu .menu-subs .custom-nav-link {
        padding: 9px 14px;
    }

    .technology-mega-menu .grand-children-menu-part .list-item .custom-nav-link {
        padding: 8px 18px;
    }

    .industries-megamenu .children-menu-part li {
        display: flex;
        align-items: center;
    }

    .industries-megamenu .children-menu-part {
        padding: 16px 8px !important;
    }

    .industries-megamenu .children-menu-part .custom-nav-link {
        padding: 12px 10px;
    }

    .industries-megamenu .children-menu-part img {
        padding-left: 10px;
    }

    .technology-mega-menu.hire-talent-mega-menu .nav-left-right-main-part .children-menu-part.list-item {
        width: 37%;
    }

    .technology-mega-menu.hire-talent-mega-menu .nav-left-right-main-part .grand-children-menu-part.inner-menu {
        left: 37%;
        width: calc(100% - 37%);
    }



    /* banner css */
    .technology-mega-menu .banner {
        background-image: url(https://shivlab.com/wp-content/uploads/2025/05/right-banner-img.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: center;
        border-radius: 20px;
        padding: 20px 15px;
        margin: auto 20px 20px;
    }

    .technology-mega-menu .banner .icon-with-text-item {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 15px;
    }

    .technology-mega-menu .banner .icon-with-text-item:last-child {
        margin-bottom: 0;
    }

    .technology-mega-menu .banner .icon-with-text-item .title {
        margin-bottom: 0;
        font-size: 16px;
    }

    .technology-mega-menu .banner .icon-with-text-item .title a:hover {
        color: #fff !important;
    }

    .technology-mega-menu .banner .icon-with-text-item .text {
        font-size: 14px;
        color: #fff;
    }

    .technology-mega-menu .banner .icon-with-text-item .image-box {
        height: 36px;
        width: 36px;
        border-radius: 50%;
        background-color: #ff8625;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .technology-mega-menu .banner .icon-with-text-item .image-box img {
        filter: brightness(0) invert(1);
        display: block;
        width: 22px;
    }

    .menu-item-has-grand-children.hover-active .grand-children-menu-part {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .technology-mega-menu.hire-talent-mega-menu .menu-mega-outer {
        max-width: 700px;
    }

}

@media only screen and (min-width: 1439px) {
    .solution-menu-part.nav-left-right-main-part {
        max-width: 1050px;
    }

    .solution-menu-part.menu-mega-outer {
        max-width: 1050px;
    }
}

@media screen and (max-width: 1439px) and (min-width: 1200px) {
    .solution-menu-part.nav-left-right-main-part {
        max-width: 900px;
    }

    .solution-menu-part.menu-mega-outer {
        max-width: 900px;
    }
}

@media only screen and (min-width: 1200px) {
    .mega-menu-main .grand-children-menu-part .list-item li {
        margin-bottom: 30px;
    }

    .work .menu-mega-outer {
        max-width: 803px;
    }

    .menu-subs .grand-children-menu-part .list-item li .custom-nav-link {
        padding: 8px 16px;
    }

    .work .list-item {
        padding: 15px 0 !important;
    }

    .work .menu-item-has-grand-children .grand-children-menu-part .list-item {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1280px),
screen and (max-height: 560px) {
    .technology-mega-menu .menu-mega-outer {
        max-width: 681px;
    }

    .technology-mega-menu .banner .icon-with-text-item .title {
        font-size: 14px;
    }

    .technology-mega-menu .banner .icon-with-text-item .text {
        font-size: 12px;
    }

    .technology-mega-menu.hire-talent-mega-menu .menu-mega-outer {
        max-width: 625px;
    }

    .work .menu-mega-outer {
        max-width: 677px;
    }

}

@media (max-width:1199px) {
    .grand-children-menu-part .list-item img {
        display: none;
    }

    .header .menu>ul>li.menu-item-has-children>span:after {
        display: none;
    }

    .industries-megamenu .children-menu-part img {
        display: none;
    }

    .technology-mega-menu .banner {
        display: none;
    }
}

/* work menu new css */


@media(min-width : 1200px) {
    .about-nav-right-part.work-menu-part::before {
        display: none;
    }

    .about-nav-right-part.work-menu-part {
        width: 100%;
        background-image: none;
    }

    .about-nav-right-part.work-menu-part .grand-children-menu-part {
        right: calc(-100% + -106%);
        width: calc(100% + 100%);
        border-left: none;
    }

    .header .menu>ul>li .menu-subs.work-menu-inner {
        top: 0 !important;
    }

    .work-menu-part .work-menu .nav-left-part-menu {
        min-height: 410px;
        width: 27%;
    }

    /* .about-nav-right-part {
        display: none !important;
    } */

    .about-us-megamenu .work-menu-inner .grand-children-menu-part {
        left: 30%;
        width: calc(100% - 30%);
    }

    .about-us-megamenu .work-menu-inner .children-menu-part {
        position: unset;
    }

    .about-us-megamenu .work-menu-inner .nav-left-right-main-part {
        position: relative;
    }

    .menu-mega-outer.menu-mega.menu-subs.inner-menu.work-menu.work-menu-inner {
        right: 0;
        left: unset;
        transform: unset;
        width: calc(100% - 330px);
    }

    .about-us-megamenu .children-menu-part {
        position: unset;
    }

    .work-menu-inner .download-button-nav {
        padding-bottom: 10px;
    }

    .work.work-menu-new .menu-mega-outer {
        max-width: unset;
    }


    .work.work-menu-new .work-menu-inner {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
    }

    .work.work-menu-new.menu-item-has-children:hover>.work-menu-inner {
        display: block;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .menu-mega-outer.menu-mega.menu-subs.inner-menu.work-menu.work-menu-inner {
        width: calc(100% - 300px);
    }
}

@media screen and (max-width: 1280px),
screen and (max-height: 560px) {
    .work-menu-part .work-menu .nav-left-part-menu {
        min-height: 390px;
    }
}

/* service menu */
@media (min-width:1200px) {
    .menu-mega-outer.menu-mega.menu-subs.industries-megamenu.services-megamenu.inner-menu {
        max-width: 260px;
        left: 45%;
    }

    .menu-mega-outer.menu-mega.menu-subs.build-with-ai.inner-menu {
        max-width: 200px;
        left: 29%;
    }

    .services-megamenu .children-menu-part li,
    .build-with-ai .children-menu-part li {
        width: 100%;
    }
}

@media (max-width:1199px) {
    .about-us-megamenu .children-menu-part .work-menu-new .work-heading {
        display: flex;
        justify-content: space-between;
    }

    .work-menu-new .work-heading .custom-nav-link {
        font-size: 16px;
    }

    .work-menu-new .children-menu-part:after {
        background-color: transparent !important;
    }

    .work.work-menu-new .work-menu-inner .menu-item-has-grand-children .custom-nav-link {
        padding: 8px 24px;
    }

    .work-menu-new.active>.work-heading .down-icon-mobile-menu {
        color: #FF8625;
    }

    .work-menu-new.active>.work-heading .down-icon-mobile-menu {
        transform: rotate(180deg);
    }

}


/* About menu latest changes css */

@media only screen and (min-width: 1200px) {
    .download-button-nav .btn {
        width: 100%;
        padding: 10px;
        font-size: 16px;
    }

    .work-menu .nav-left-part-menu.about-work-left {
        width: 30%;
    }

    .about-us-megamenu .nav-left-part-menu {
        width: 20%;
    }

    .about-nav-right-part {
        width: 80%;
    }

    .menu-mega-outer.menu-mega.menu-subs.inner-menu.work-menu.work-menu-inner {
        width: calc(100% - 220px);
    }

    .about-nav-our-branches-list .about-nav-our-branches-list-inner {
        padding: 12px;
    }
}

@media (max-width: 1439px) and (min-width: 1200px) {
    .download-button-nav .btn {
        font-size: 15px;
    }

    .menu-mega-outer.menu-mega.menu-subs.inner-menu.work-menu.work-menu-inner {
        width: calc(100% - 200px);
    }

    .about-nav-right-part.contact-us-part .bottom-part .btn {
        font-size: 16px;
    }
}@font-face {font-display:swap;
    font-family: "Nunito-Light";
    src: url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-Light.eot");
    src: url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-Light.eot?#iefix") format("embedded-opentype"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-Light.woff2") format("woff2"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-Light.woff") format("woff"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-Light.ttf") format("truetype"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-Light.svg#Nunito-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {font-display:swap;
    font-family: "Nunito-Regular";
    src: url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-Regular.eot");
    src: url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-Regular.eot?#iefix") format("embedded-opentype"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-Regular.woff2") format("woff2"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-Regular.woff") format("woff"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-Regular.ttf") format("truetype"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-Regular.svg#Nunito-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {font-display:swap;
    font-family: "Nunito-Medium";
    src: url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-Medium.eot");
    src: url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-Medium.eot?#iefix") format("embedded-opentype"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-Medium.woff2") format("woff2"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-Medium.woff") format("woff"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-Medium.ttf") format("truetype"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-Medium.svg#Nunito-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {font-display:swap;
    font-family: "Nunito-Bold";
    src: url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-Bold.eot");
    src: url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-Bold.eot?#iefix") format("embedded-opentype"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-Bold.woff2") format("woff2"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-Bold.woff") format("woff"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-Bold.ttf") format("truetype"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-Bold.svg#Nunito-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {font-display:swap;
    font-family: "Nunito-SemiBold";
    src: url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-SemiBold.eot");
    src: url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-SemiBold.eot?#iefix") format("embedded-opentype"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-SemiBold.woff2") format("woff2"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-SemiBold.woff") format("woff"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-SemiBold.ttf") format("truetype"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Nunito-SemiBold.svg#Nunito-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {font-display:swap;
    font-family: "Montserrat-Bold";
    src: url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-Bold.eot");
    src: url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-Bold.woff2") format("woff2"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-Bold.woff") format("woff"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-Bold.ttf") format("truetype"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {font-display:swap;
    font-family: "Montserrat-Medium";
    src: url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-Medium.eot");
    src: url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-Medium.woff2") format("woff2"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-Medium.woff") format("woff"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-Medium.ttf") format("truetype"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {font-display:swap;
    font-family: "Montserrat-Light";
    src: url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-Light.eot");
    src: url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-Light.woff2") format("woff2"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-Light.woff") format("woff"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-Light.ttf") format("truetype"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {font-display:swap;
    font-family: "Montserrat-SemiBold";
    src: url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-SemiBold.eot");
    src: url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-SemiBold.woff2") format("woff2"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-SemiBold.woff") format("woff"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-SemiBold.ttf") format("truetype"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {font-display:swap;
    font-family: "Montserrat-Regular";
    src: url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-Regular.eot");
    src: url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-Regular.woff2") format("woff2"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-Regular.woff") format("woff"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-Regular.ttf") format("truetype"),
        url("/shivlab/wp-content/themes/shivlab/assets/fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

*,
*:hover,
*:focus,
button:focus {
    outline: none;
}

html {
    scroll-padding-top: 160px;
    scroll-behavior: smooth;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    display: inline-block;
    max-width: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 29px;
    font-family: "Nunito-Regular";
    font-size: 18px;
    color: #645e7a;
    padding-top: 162px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

p a {
    color: #ff8625 !important;
}

p a:hover {
    color: #000 !important;
}

.conclusionSection p a {
    color: #fff !important;
}

.conclusionSection p a:hover {
    color: #000 !important;
}

a:hover,
a:focus {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    height: auto;
    max-width: 100%;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

.h1,
h1 {
    font-family: "Montserrat-Regular";
    font-size: 60px;
    margin-bottom: 35px;
}

.h2,
h2 {
    font-size: 40px;
    font-family: "Montserrat-Regular";
    color: #070024;
    margin-bottom: 35px;
}

.h1 span,
h1 span,
.h2 span,
h2 span,
.h3 span,
h3 span {
    font-family: "Montserrat-Bold";
}

.h3,
h3 {
    color: #070024;
    font-size: 27px;
}

.h4,
h4 {
    color: #2a2443;
    font-size: 22px;
    line-height: 24px;
    font-family: "Nunito-Bold";
    margin-bottom: 18px;
}

.yellow {
    color: #ff8625;
}

.red {
    color: #ff3d2e;
}

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

body p {
    margin-bottom: 35px;
}

body p:last-child {
    margin-bottom: 0;
}

input[type="submit"],
.btn,
.btn-white,
.btn-orange,
.btn-blue {
    position: relative;
    display: inline-block;
    background-color: #79839a;
    color: #fff !important;
    border: 0;
    padding: 10px 20px;
    text-transform: capitalize;
    text-align: center;
    font-size: 18px;
    font-family: "Nunito-Regular";
    border-radius: 30px;
    min-width: 160px;
    white-space: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-white {
    background-color: #fff;
    color: #000;
}

.btn-orange {
    background-color: #ff8625 !important;
}

.btn-black {
    background-color: #000;
    color: #fff;
}

.btn-gray {
    background-color: #79839a;
    color: #fff;
}

.btn {
    text-transform: none;
}

input[type="submit"]:hover,
.btn:hover,
.btn-white:hover {
    color: #fff !important;
    background-color: #ff8625;
}

.btn-blue {
    background-color: #130743;
    color: #fff;
}

.btn-orange:hover,
.btn-blue:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.btn-black:hover,
.btn-gray:hover {
    background-color: #ff8625;
    color: #fff;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.orange-bold,
.orange {
    color: #ff8625 !important;
}

.orange-bold {
    font-family: "Montserrat-Bold";
}

.set-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.slick-dots li {
    line-height: 0;
    margin: 0 3px 5px;
}

.slick-dots li button {
    cursor: pointer;
    font-size: 0;
    padding: 0;
    line-height: 0;
    border: 0;
    background-color: #c4c4c4;
    opacity: 0.35;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.slick-dots li.slick-active button {
    width: 22px;
    background-color: #100e1a;
    border-radius: 26px;
    opacity: 1;
}

.section-heading span {
    color: #ff8625;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    background-color: #fff !important;
    z-index: 999;
}

.header-outer {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sticky-header {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}

.sticky-header .header-outer {
    padding: 10px 0;
}

.header-logo {
    display: block;
    width: 220px;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-logo svg {
    max-width: 100%;
    height: auto;
    display: block;
}

.sticky-header .header-logo {
    /*width:160px;*/
}

.header-logo img {
    display: block;
}

.header-right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.custom_overflow_hidden {
    overflow: hidden;
}

.home .header:not(.sticky-header):not(:hover) {
    background-color: transparent;
}

body.home {
    padding-top: 0;
}

body.modal-open .header {
    z-index: 999;
}

.homeBannerSection {
    position: relative;
    color: #fff;
    padding: 85px 0 30px;
    z-index: 1;
}

.homeBannerSection .main-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -3;
}

.homeBannerSection:after,
.overlayBanner:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(7, 0, 36, 0.2);
    background: -webkit-gradient(left top,
            right top,
            color-stop(0%, rgba(7, 0, 36, 0.81)),
            color-stop(100%, rgba(7, 0, 36, 0.48)));
    background: -o-linear-gradient(left,
            rgba(7, 0, 36, 0.81) 0%,
            rgba(7, 0, 36, 0.48) 100%);
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(rgba(7, 0, 36, 0.81)),
            to(rgba(7, 0, 36, 0.48)));
    background: linear-gradient(to right,
            rgb(7 0 36 / 0%) 0%,
            rgb(7 0 36 / 2%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#070024', endColorstr='#070024', GradientType=1);
    z-index: -2;
}

.home-banner-content {
    max-width: 533px;
}

.home-banner-subContent {
    font-size: 26px;
    font-family: "Nunito-Medium";
    margin-bottom: 35px;
    line-height: 1.2;
}

.center-img {
    display: flex;
    align-items: center;
    height: 100%;
}

.counters {
    font-size: 19px;
}

.count {
    font-size: 39px;
    display: block;
    margin-bottom: 20px;
    font-family: "Montserrat-Bold";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.count:after {
    content: "+";
}

.banner-form-section {
    max-width: 533px;
    background-color: #fff;
    border-radius: 6px;
    padding: 65px 50px 35px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    margin: 20px 0 0 auto;
}

/* .homeBannerSection .banner-form-section{position:relative;bottom:-240px} */
.banner-form-section .h2 {
    font-size: 44px;
    color: #2a2443;
    font-family: "Nunito-SemiBold";
    margin-bottom: 35px;
}

.form-group {
    margin-bottom: 21px;
}

.form-button .submit-btn {
    margin-bottom: 0;
}

.commonForm input[type="text"],
.commonForm input[type="email"],
.commonForm input[type="number"],
.commonForm textarea,
.commonForm .intl-tel-input.allow-dropdown input,
.commonForm .intl-tel-input.allow-dropdown input[type="tel"],
.commonForm select,
.commonForm input[type="tel"] {
    font-family: "Nunito-Regular";
    font-size: 18px;
    color: #645e7a;
    border: 0.2px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: block;
    width: 100%;
    padding: 10px 25px;
    line-height: 1;
}

.blacktext .wpcf7-list-item-label {
    color: #070024 !important;
}

.commonForm select {
    line-height: normal;
}

.intl-tel-input.allow-dropdown .flag-container .selected-flag {
    height: 46px;
    width: 56px;
    border: 0.2px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 4px 0px rgb(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgb(0, 0, 0, 0.25);
    padding: 13px 3px;
    margin-right: 7px;
    z-index: 9;
}

.intl-tel-input.allow-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.intl-tel-input.allow-dropdown .flag-container+.wpcf7-intl-tel {
    width: 100%;
    max-width: calc(100% - 63px);
    margin: 0 0 0 auto;
}

.iti__country-list {
    background-color: #192940 !important;
    max-width: 415px !important;
    min-width: 300px !important;
    white-space: break-spaces !important;
    z-index: 99999 !important;
    font-size: 15px;
}

.iti__country-list .iti__country {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
}

.iti__country-list .iti__country.iti__active {
    border-bottom: 0;
}

.iti__country-list .iti__country,
.iti__country-list .iti__country .iti__dial-code {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.iti__country-list .iti__country:hover {
    background-color: #ff8625 !important;
}

.iti__country-list .iti__country.iti__active {
    border-bottom: 0;
    background-color: #ff8625 !important;
    color: #fff;
}

.iti__country-list .iti__country:hover .iti__dial-code,
.iti__country-list .iti__country.iti__active .iti__dial-code {
    color: #fff;
}

.iti__country-list .iti__country .country-name {
    font-size: 15px;
}

.iti.iti--allow-dropdown {
    display: block;
    width: 100%;
}

.iti__country-list .divider {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border: 0 !important;
}

.flag-container {
    padding: 0 !important;
}

.selected-flag .iti-flag {
    left: 50%;
    -webkit-transform: translateX(-63%);
    -ms-transform: translateX(-63%);
    transform: translateX(-63%);
}

.popupModel .commonForm input[type="text"],
.popupModel .commonForm input[type="email"],
.popupModel .commonForm input[type="number"],
.popupModel .commonForm textarea,
.popupModel .intl-tel-input.allow-dropdown input,
.popupModel .intl-tel-input.allow-dropdown input[type="tel"],
.popupModel .commonForm select,
.popupModel .commonForm input[type="tel"] {
    border-radius: 4px;
}

.commonForm textarea {
    height: 149px;
    resize: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #787878;
    font-family: "Nunito-Regular";
}

textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: #787878;
    font-family: "Nunito-Regular";
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    opacity: 1;
    color: #787878;
    font-family: "Nunito-Regular";
}

.form-btn,
.submit-btn {
    text-align: center;
    position: relative;
}

.wpcf7-not-valid-tip,
label.error {
    color: #fb1212;
    font-size: 14px;
    line-height: 23px;
    display: block;
    width: 100%;
}

.wpcf7 form .wpcf7-response-output {
    margin: 15px auto 0;
    padding: 5px 15px 9px;
    border: 0;
    background-color: #fb1212;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #105a17;
    display: none;
    background-color: #105a17;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wpcf7-spinner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.afterBannerHome {
    padding: 80px 0 25px;
}

.intro-content {
    padding-top: calc(260px - 180px);
    text-align: right;
}

.introImage {
    max-width: 560px;
}

.intro-content {
    max-width: 556px;
    margin: 0 0 0 auto;
}

.home_subcontent {
    margin: 50px 0px 0px;
}

.home_subcontent .subContent {
    font-size: 34px;
    color: #263238;
    line-height: 44px;
    margin-bottom: 30px;
}

.subContent {
    font-size: 26px;
    color: #263238;
    line-height: 36px;
    margin-bottom: 30px;
}

.worthySection {
    padding: 25px 0;
}

.section-head {
    margin-bottom: 35px;
}

.worthySection .h2 {
    margin-bottom: 20px;
}

.worthySection-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px;
}

.worthySection-slider a:hover {
    opacity: 0.8;
}

.worthySection .col-7,
.worthySection .col-5 {
    margin-bottom: 30px;
}

.worthyImg {
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.worthySection img {
    display: block;
}

.worthySection img:nth-child(2) {
    display: none;
}

.worthySection .subContent {
    margin-bottom: 10px;
}

.tech-development-section {
    padding: 25px 0;
    overflow: hidden;
}

.tech-development-outer {
    position: relative;
    margin-bottom: 30px;
}

.tech-development-slider {
    margin: 0 -15px;
    position: static;
}

.tech-development-outer {
    background-color: rgba(210, 194, 240, 0.27);
    padding: 55px 0;
}

.tech-development-inner-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 25px;
}

.tech-icon {
    position: relative;
    padding-right: 12px;
    margin-right: 12px;
}

.tech-icon img {
    max-height: 63px;
    max-width: 63px;
}

.tech-icon:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #070024;
    right: 0;
    top: 0;
}

.tech-development-inner-head .h3 {
    color: #070024;
    font-size: 36px;
}

.tech-development-inner-head .h3 span {
    display: block;
}

.tech-development-inner p {
    color: #263238;
}

.tech-development-section .slick-dots {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.tech-development-section .slick-dots li {
    height: 100%;
    max-height: 25%;
    margin: 0;
}

.tech-development-section .slick-dots li button {
    color: #645e7a;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-left: 0.2px solid #858181;
    border-bottom: 0.2px solid #858181;
    height: 100%;
    width: 69px;
    border-radius: 0;
    outline: none;
    opacity: 1;
}

.tech-development-section .slick-dots li:first-child button {
    border-top: 0.2px solid #858181;
}

.tech-development-section .slick-dots li.slick-active button {
    background-color: #ded8f5;
}

.tech-development-slider .slick-slide {
    position: relative;
}

.tech-development-slider .slick-slide:before {
    content: "";
    position: absolute;
    height: 122px;
    width: 1px;
    background-color: #070024;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tech-development-slider .slick-slide.slick-active:before {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.tech-development-slider .slick-slide.slick-active+.slick-slide.slick-active:before {
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
}

.pickPickleSection {
    padding: 25px 0;
}

.pickPickleSection .col-6 {
    margin-bottom: 30px;
}

.pickPickleinner {
    background-color: #f6f6f6;
    padding: 10px;
    height: 100%;
}

.pickPickleinner span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #79839a;
    font-size: 20px;
    padding: 15px;
    color: #ffffff;
    font-family: "Nunito-Medium";
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 25px;
}

.pickPickleinner span em {
    font-size: 33px;
    color: inherit;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pickPickleinner span em:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    margin: 0 10px;
    background-color: #fff;
}

.pickle-icon {
    padding: 20px 20px 10px;
    text-align: center;
    height: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pickle-icon img {
    height: 80px;
}

.pickPickleinner:hover .main_icon {
    display: none;
}

.pickPickleinner .hover_icon {
    display: none;
}

.pickPickleinner:hover .hover_icon {
    display: block;
}

.pickPickleinner:hover span {
    background-color: #ff8625;
}

.expertiseSection {
    padding: 25px 0;
}

.expertise-tbl {
    margin-bottom: 30px;
    padding: 40px 30px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    overflow-x: auto;
}

.expertise-tbl table {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.expertise-tbl table span {
    margin: 0 auto;
}

.table-wrp-inn span.cross,
.expertise-tbl table span.cross {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("/shivlab/wp-content/themes/shivlab/assets/images/wrong-black.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px 15px;
}

.expertise-tbl .table thead th {
    border-bottom: 0;
}

.table-wrp-inn span.check,
.expertise-tbl table span.check {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("/shivlab/wp-content/themes/shivlab/assets/images/check-orange.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px 15px;
}

.expertise-tbl .table td,
.expertise-tbl .table th {
    border-top: 0px;
    vertical-align: middle;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    border-left: 0.5px dotted #979595;
}

.expertise-tbl .table td:nth-child(1),
.expertise-tbl .table th:nth-child(1) {
    border-left: 0;
    text-align: left;
}

.expertise-tbl .table tr th {
    font-size: 18px;
    font-family: "Montserrat-Regular";
}

.expertise-tbl .table thead tr th {
    padding-bottom: 30px;
}

.expertise-tbl .table * {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.expertise-tbl .table thead tr th:nth-child(1) {
    font-family: "Montserrat-Bold";
}

.expertise-tbl .table tbody tr th:nth-child(1) {
    font-size: 16px;
    font-family: "Montserrat-Regular";
}

.table-content-accordion {
    display: none;
}

.table-wrp-inn {
    list-style: none;
    margin: 0;
    padding: 0;
}

.table-wrp-inn li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 25px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}

.table-wrp-inn li:last-child {
    border-bottom: 0;
}

.tbl-include {
    margin-left: 10px;
}

.tableAccordion-para {
    display: none;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    color: #000;
}

.tableAccordion {
    margin-bottom: 20px;
}

.tableAccordion .h4 {
    cursor: pointer;
    background-color: #79839a;
    color: #fff;
    padding: 15px 40px 15px 25px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tableAccordion .h4.active {
    background-color: #ff8625;
}

.tableAccordion .h4:after {
    content: "\f078";
    font-family: "FontAwesome";
    color: inherit;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tableAccordion .h4.active:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.hireSection {
    padding: 25px 0;
    overflow-x: hidden;
    background-color: #fbfbfb;
}

.hireSection-left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    z-index: 2;
}

.hireSection-left:after {
    content: "";
    position: absolute;
    left: 0;
    border: 2px solid #100e1a;
    height: 100%;
    width: 500%;
    z-index: -1;
}

.hireSection-left-slider {
    width: 100%;
}

.hireSection-title {
    font-size: 50px;
    font-family: "Montserrat-Medium";
    color: #070024;
    line-height: normal;
    padding: 153px 0 153px 70px;
}

.hireSection-right {
    position: relative;
    padding: 0px;
    z-index: 2;
    height: 100%;
}

/*.hireSection-right:after{content:'';position:absolute;left:0;top:0;bottom:0;background-color:#EEE6FB;height:100%;width:500%;z-index:-1}*/
.hireSection-right-Slider {
    margin: 0 auto;
    max-width: 332px;
    padding: 15px 0;
}

.hireSection-right-Slider .slick-dots {
    margin: 20px 0 0;
}

.hireSection-right-inn {
    padding: 28px 20px;
    margin: 0px;
    background-color: #fff;
    overflow: hidden;
    border-bottom: 12px solid #1e2e4a;
    border-top: 2px solid #1e2e4a;
    border-right: 2px solid #1e2e4a;
    border-left: 2px solid #1e2e4a;
    position: relative;
    text-align: center;
    border-radius: 9px;
    height: 100%;
    transition: all 0.3s linear;
}

.hireSection-right-inn:hover {
    border-bottom: 2px solid;
}

.hireSection-right-inn:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100%;
    border-radius: 0% 0% 50% 50%;
    background-color: #1e2e4a;
    content: "";
}

.hire-icon {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    background-color: rgb(247 139 30 / 100%);
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.3s linear;
    z-index: 9;
    position: relative;
}

.hire-icon img {
    height: 75px;
    max-width: 100%;
}

.hireSection-right-inn .h3 {
    color: #070024;
    font-size: 28px;
    margin-bottom: 25px;
    font-family: "Montserrat-semibold";
}

.hireSection-right-inn .h3+.hire-detail-wrap {
    padding-top: 0;
}

.hire-detail-wrap {
    border-bottom: 1px solid #000000;
    padding: 18px 0;
    color: #000;
}

.hire-detail-wrap:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.hire-detail-wrap .h4 {
    font-size: 19px;
    font-family: "Montserrat-Medium";
    margin-bottom: 0;
}

.hire-social-links {
    list-style: none;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hire-social-links li {
    margin: 0 9px;
}

.hire-social-links li a {
    padding: 5px;
    height: 30px;
    width: 30px;
    background-color: rgb(247 139 30 / 100%);
    color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: inset 4px 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 4px 0px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.firstStepMoon {
    padding: 25px 0 45px;
}

.firstStepMoon-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.firstStepMoon-inn {
    width: 100%;
    max-width: 20%;
    background-color: #fafafa;
    color: #070024;
    padding: 30px 20px;
    text-align: center;
}

.firstStepMoon-inner .firstStepMoon-inn:nth-child(2n) {
    background-color: #ff8625;
    color: #fafafa;
}

.firstStepMoon-inn .h4 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 24px;
    font-family: "Nunito-Medium";
    color: #070024;
}

.firstStepMoon-inner .firstStepMoon-inn:nth-child(2n) .h4 {
    color: #fff;
}

.firstStep-icon img {
    max-height: 88px;
    width: auto;
    max-width: 100%;
}

.firstStepMoon-inn .h4:after {
    content: "";
    position: absolute;
    width: 89px;
    height: 1px;
    background-color: #000;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.firstStepMoon-inner .firstStepMoon-inn:nth-child(2n) .h4:after {
    background-color: #fafafa;
}

.bigEmpireSection {
    padding: 50px 0;
    color: #fff;
    position: relative;
}

.bigEmpireSection:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(42, 36, 67, 0.96);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bigEmpireContent,
.bigEmpireContent .h2 {
    color: #fff;
    position: relative;
    z-index: 1;
}

.bigEmpireContent span,
.bigEmpireContent .subContent {
    color: #ff8625;
}

.bigEmpireContent .subContent {
    margin-bottom: 0;
}

.blogSection {
    padding: 80px 0 30px;
}

.blogOuter .slick-dots {
    margin: 25px 0 0;
}

.blogGridInner {
    border-radius: 23px;
    overflow: hidden;
}

.blogLink {
    padding-bottom: 58%;
    display: block;
    position: relative;
}

.blogLink:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 14, 26, 0.81);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blogLink:hover:before {
    background-color: rgba(16, 14, 26, 0.7);
}

.blogContentWrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 15px;
    text-align: center;
}

.blogContentWrap span {
    display: block;
    font-family: "Montserrat-Medium";
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hashText {
    font-size: 17px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: normal;
    position: relative;
}

.hashText:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 1px;
    width: 132px;
    background-color: #9554ff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.moreCont-sec {
    margin-top: 20px;
}

.blogLink:hover .hashText:after {
    background-color: #ff8625;
}

.blogLink:hover span {
    color: #ff8625;
}

.addressSection {
    padding: 30px 0 50px;
}

.addressOuter {
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #fff;
    box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #fff;
    border-radius: 10px;
}

.addressFeature {
    padding-bottom: 55.184%;
}

.addressFeature.set-bg {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.addressDetail {
    padding: 12px;
    position: relative;
}

.flagImg {
    margin: 0 0 0 auto;
    position: absolute;
    top: -42px;
    height: 70px;
    width: 70px;
    border: 4px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    right: 12px;
}

.addressDetailBottom p {
    margin-bottom: 0;
}

.addTitle {
    font-family: "Nunito-Bold";
    font-size: 34px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #263238;
}

.addressDetailBottom {
    list-style: none;
    margin: 0;
    padding: 0;
}

.addressDetailBottom li {
    margin-bottom: 8px;
}

.addressDetailBottom li:last-child {
    margin-bottom: 0;
}

.addressDetailBottom li a,
.addressDetailBottom li p {
    font-size: 16px;
    color: #4e5464;
    text-decoration: none;
    position: relative;
    padding-left: 24px;
    line-height: 22px;
}

.addressDetailBottom li.address p {
    font-size: 15px;
}

.addressDetailBottom li a {
    display: inline-block;
}

.addressDetailBottom .tel a,
.addressDetailBottom .phone a {
    font-size: 15px;
}

.addressDetailBottom li a:before,
.addressDetailBottom li p:before {
    font-size: 17px;
    position: absolute;
    left: 0;
    top: 2px;
    color: #0b0039;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.addressDetailBottom li.email a:before {
    font-family: "FontAwesome";
    content: "\f0e0";
    font-weight: 900;
}

.addressDetailBottom li.phone a:before {
    content: "\f095";
    font-family: "FontAwesome";
}

.addressDetailBottom li.tel a:before {
    content: "\e527";
    font-family: "FontAwesome";
    font-weight: normal;
}

.addressDetailBottom li.address p:before {
    font-family: "FontAwesome";
    content: "\f041";
}

.addressDetailBottom li a:hover,
.addressDetailBottom li a:hover:before {
    color: #ff8625;
    text-decoration: none;
}

.addressDetailBottom li span {
    position: relative;
}

.addressDetailBottom li span sup {
    position: absolute;
    font-size: 8px;
    background-color: #ff8625;
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    line-height: 19px;
    color: #fff;
    text-align: center;
    z-index: 99;
    top: -25px;
    right: -25px;
    letter-spacing: 1px;
}

@media (max-width: 1439px) and (min-width: 1199px) {
    .addressDetailBottom li.address p {
        font-size: 14px;
    }
}

@media(max-width:400px) {

    .addressDetailBottom li a,
    .addressDetailBottom li p {
        padding-left: 28px;
    }

    .addressDetailBottom .tel a,
    .addressDetailBottom .phone a {
        font-size: 14px;
    }

    .addressDetailBottom li span sup {
        top: -22px;
    }
}

.contactSection {
    padding: 45px 0;
}

.contactOuter .section-head p {
    margin-bottom: 20px;
}

.contactOuter {
    max-width: 670px;
    margin: 0 auto;
    padding: 47px 30px;
    background-color: #fff;
    border-radius: 10px;
}

.contactOuter .section-head {
    max-width: 455px;
    margin: 0 auto;
    text-align: center;
}

.contactSecFrm {
    max-width: 580px;
    margin: 0 auto;
}

.contactSecFrm input[type="text"],
.contactSecFrm input[type="email"],
.contactSecFrm input[type="number"],
.contactSecFrm textarea,
.contactSecFrm .intl-tel-input.allow-dropdown input[type="tel"] {
    display: block;
    width: 100%;
    padding: 18px 15px;
    font-size: 15px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    border: 0;
    border-radius: 4px;
    line-height: 1;
    background-color: #fafafa;
}

.contactOuter input[type="text"],
.contactOuter input[type="email"],
.contactOuter input[type="number"],
.contactOuter textarea,
.contactOuter .intl-tel-input.allow-dropdown input[type="tel"],
.contactOuter .intl-tel-input.allow-dropdown .flag-container .selected-flag,
.contactOuter input[type="tel"] {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.contactSecFrm textarea {
    height: 145px;
    resize: none;
}

.contactSecFrm .intl-tel-input.allow-dropdown .flag-container .selected-flag {
    -webkit-box-shadow: 0px 0px 4px 0px rgb(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px 0px rgb(0, 0, 0, 0.25);
    border: 0;
    border-radius: 4px;
    line-height: 1;
    background-color: #fafafa;
}

.selected-flag[title="Unknown"] .iti-flag {
    background-image: url("/shivlab/wp-content/themes/shivlab/assets/images/select_country.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 16px 14px !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.iti-mobile .iti--container {
    z-index: 9999 !important;
}

.partnerSection {
    padding: 50px 0 20px;
}

.partnerSecHead .h3 {
    font-size: 30px;
    font-family: "Nunito-Regular";
}

.partnerSecHead .h3 span {
    font-family: "Nunito-Bold";
}

.partnerSection .row .col-12:nth-child(2):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 40px);
    width: 1px;
    background-color: #000;
}

.partnerLogoInner .col-sm-6 {
    margin-bottom: 40px;
}

.partnerLogo {
    text-align: center;
}

.footer {
    background-color: #f8f4ff;
}

.footer-upper {
    padding: 45px 0 20px;
}

.footer-desc {
    max-width: 275px;
}

.footer-logo {
    display: block;
    max-width: 232px;
    margin-bottom: 25px;
}

.footer-logo svg {
    display: block;
    max-width: 100%;
    height: auto;
}

.footer-desc p {
    font-size: 15px;
    color: #100e1a;
    line-height: 23px;
    margin-bottom: 0;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 5px;
}

.footer-menu li a {
    font-size: 16px;
    color: #2a2443;
    text-transform: capitalize;
    display: inline-block;
}

.footer-menu li a:hover {
    color: #ff8625;
}

.footer-bottom {
    padding: 15px 0;
}

.footer-bottom p {
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    color: #000;
}

.footer-bottom p a {
    color: #000;
}

.footer-bottom p a:hover {
    color: #ff8625;
}

.footer-middle .footer-middle-inner {
    border-top: 1px solid #000000;
    padding-top: 20px;
}

.footer-middle-inner a {
    display: inline-block;
}

.footer-middle-inner .col-6 a {
    display: block;
    max-width: 156px;
    margin: 0 auto;
}

.footer-middle-inner .btn-curved,
.btn-curved {
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-curved img {
    margin-left: 5px;
}

.footerSocialLink {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footerSocialLink li {
    margin: 0 5px 5px 0;
}

.footerSocialLink li a {
    height: 40px;
    width: 40px;
    border-radius: 4px;
    border: 1px solid #2a2443;
    color: #2a2443;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
}

.footerSocialLink li a:hover {
    color: #ff8625;
    border-color: #ff8625;
}

.footerSocialLink li a span {
    color: inherit;
    font-size: 18px;
}

.popupModel {
    display: none;
    max-width: 500px;
    width: 100%;
    border-radius: 4px;
}

.fancybox-button svg path {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fancybox-button svg:hover path {
    fill: #bd2d2d;
}

.innerBanner,
.overlayBanner {
    padding: 35px 0;
    background-color: #fbfbfb;
    position: relative;
    z-index: 1;
}

.inner-banner-content .h1,
.inner-banner-content h1 {
    color: #070024;
}

.innerBanner .h1 span,
.overlayBanner .h1 span,
.blueBack-gradient .h1 span {
    color: #ff8625;
}

/* 
.inner-banner-content {
    max-width: 485px;
} */

.innerBanner .banner-form-section,
.overlayBanner .banner-form-section {
    bottom: 0;
    position: relative;
}

.innerIntroSection {
    background-color: #fffefe;
    padding: 30px 0;
}

.introfull-sec .row .col-12:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 40px;
}

.introfull-sec .innerIntroRight {
    max-width: inherit;
    text-align: left;
}

.innerIntroLeft .col-6 {
    margin-bottom: 30px;
}

.flip-card {
    position: relative;
    width: 100%;
    min-height: 285px;
    height: 100%;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    min-height: 285px;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.flip-card-front-inn {
    height: 100%;
    width: 100%;
}

.flip-card-front {
    background-color: #f8f8f8;
    color: black;
}

.flip-card-back {
    background-color: #ff8625;
    color: #fff;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-card-front .h4 {
    font-family: "Montserrat-Regular";
    font-size: 23px;
    color: #070024;
    line-height: 28px;
    margin-bottom: 0;
}

.flip-card-outer p {
    margin-bottom: 0;
    max-height: 100%;
    overflow: auto;
}

.flip-card-back p {
    margin-bottom: 10px;
}

.flip-card-back a {
    font-family: "Montserrat-Semibold";
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1px;
    position: relative;
}

.flip-card-back a:hover {
    color: #000;
}

.flip-card-back a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flip-card-back a:hover:after {
    background-color: #000;
}

.technologyIcon {
    padding-bottom: 10px;
    margin-bottom: 10px;
    max-width: 120px;
    border-bottom: 1px solid #070024;
}

.innerIntroRight {
    text-align: right;
    max-width: 529px;
    margin: 0 0 0 auto;
}

.tech-development-inner-section {
    padding: 50px 0 0;
}

.tech-development-inner-section>.section-head {
    margin-bottom: 0;
}

.inner-techSlider-inner {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.innerTechSlides {
    padding: 0 15px;
}

.inner-tech-slide {
    background-color: #79839a;
    border: 4px solid #79839a;
    border-radius: 5px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.inn-techright {
    max-width: 99px;
    width: 100%;
    padding: 10px;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inn-techright img {
    height: 75px;
    width: 75px;
}

.inn-techleft {
    background-color: #f6f6f6;
    padding: 20px;
    width: 100%;
    max-width: calc(100% - 99px);
    border-radius: 5px;
    background-image: -o-radial-gradient(#000 5%, transparent 11%);
    background-image: radial-gradient(#000 5%, transparent 11%);
    background-size: 10px 10px;
    background-position: center center;
    background-repeat: repeat;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inn-techleft .h4 {
    color: #070024;
    font-family: "Nunito-Regular";
    font-size: 33px;
    margin-bottom: 0;
    line-height: 36px;
}

.inn-techleft .h4 strong {
    display: block;
}

.tech-development-inner-section .slick-dots {
    margin-top: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 15px;
}

.inner-techSlider-outer .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.inner-techSlider-outer .slick-slide {
    height: inherit;
}

.timelineSection {
    padding: 60px 0 30px;
    overflow: hidden;
}

.timeline-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px;
    padding: 34px 0 25px;
    background-color: #fbfbfb;
    position: relative;
}

.timeline-outer:before {
    content: "";
    position: absolute;
    width: 500%;
    height: 100%;
    left: -50%;
    top: 0;
    bottom: 0;
    background-color: #fbfbfb;
}

.timeline-inner {
    padding: 0 15px;
    width: 100%;
    max-width: calc(100% / 7);
    position: relative;
    margin-bottom: 15px;
}

.timeline-outer {
    counter-reset: timeLine-counter;
}

.timeline-inner:after {
    position: absolute;
    content: "";
    width: calc(100% - 33px);
    height: 1px;
    border-top: 2px dotted #000;
    left: 39px;
    top: 6px;
}

.timeline-inner:last-child:after {
    display: none;
}

.timeline-inner:before {
    content: "";
    position: relative;
    z-index: 2;
    height: 13px;
    width: 13px;
    background-color: #ff8625;
    display: block;
    border-radius: 50%;
    opacity: 1;
    margin-bottom: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.timeline-outer .timeline-inner:nth-child(1):before {
    opacity: 0.15;
}

.timeline-outer .timeline-inner:nth-child(2):before {
    opacity: 0.3;
}

.timeline-outer .timeline-inner:nth-child(3):before {
    opacity: 0.45;
}

.timeline-outer .timeline-inner:nth-child(4):before {
    opacity: 0.6;
}

.timeline-outer .timeline-inner:nth-child(5):before {
    opacity: 0.73;
}

.timeline-outer .timeline-inner:nth-child(6):before {
    opacity: 0.85;
}

.timeline-inner span:before {
    counter-increment: timeLine-counter;
    content: "0" counter(timeLine-counter);
    display: block;
    color: #292342;
    font-size: 21px;
    font-family: "Nunito-Bold";
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.timeline-inner span {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: normal;
    color: #292342;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.timeline-inner span:hover,
.timeline-inner span:hover:before {
    color: #ff8625;
}

.timeline-inner span:hover:before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@-webkit-keyframes bubbleEffect1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bubbleEffect1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes bubbleEffect2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes bubbleEffect2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

.timeline-inner span:after {
    content: "";
    position: absolute;
    background-color: #ff8625;
    -webkit-animation: bubbleEffect1 4s linear 2s infinite;
    animation: bubbleEffect1 4s linear 2s infinite;
    z-index: 1;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    left: -8px;
    top: -34px;
    border-radius: 50%;
    opacity: 0.5;
    height: 30px;
    width: 30px;
}

.ideaSection {
    background-color: #fbfbfb;
    padding: 40px 0;
}

.orange-section {
    padding: 40px 20px;
    margin-bottom: 30px;
    background-color: rgba(255, 134, 37, 0.26);
    color: #514d4d;
    border-radius: 10px;
    font-family: "Nunito-Light";
}

.orangeList {
    list-style: none;
    color: #070024;
    padding: 0;
    margin: 0 0 27px;
}

.orangeList li {
    margin-bottom: 15px;
    line-height: 25px;
    position: relative;
    padding-left: 15px;
}

.orangeList li:last-child {
    margin-bottom: 0;
}

.orangeList li:before {
    content: "\f04b";
    position: absolute;
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    top: 0;
    color: #ff8625;
}

.orange-section .orangeList li a {
    color: #ff8625;
}

.technologiesList {
    list-style: none;
    margin: 0 -20px 0px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.technologiesList li {
    width: 100%;
    max-width: 20%;
    padding: 0 20px;
    margin-bottom: 40px;
}

.techListIcon {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 30px 15px;
}

.techListIcon img {
    height: 110px;
    object-fit: contain;
    width: 150px;
}

.getInTouchSection {
    padding: 60px 0 120px;
    color: #fff;
    background-color: #192940;
}

.contact-intro-sec {
    padding: 0 0 30px;
    position: relative;
    top: -60px;
    z-index: 1;
}

.map-outer {
    position: relative;
    padding-bottom: 38.794%;
}

.map-outer iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.contact-intro-sec .h2,
.contact-intro-sec p {
    margin-bottom: 25px;
}

.contact-intro-sec .h2 span {
    display: block;
}

.contact-intro-sec .intro-content {
    text-align: left;
    padding-top: 0;
}

.contact-intro-sec .banner-form-section {
    bottom: auto;
    padding: 65px 60px 55px;
    margin: 0 0;
}

.contactIntro-img {
    margin-bottom: 15px;
}

.innBannerSection {
    position: relative;
    color: #fff;
    padding: 50px 0;
    z-index: 1;
    color: #fff;
}

.innBannerSection .h1,
.innBannerSection h1,
.innBannerSection .h2,
.innBannerSection h2 {
    color: #fff;
}

.innBannerSection .video-main {
    position: relative;
    margin-top: 50px !important;
    margin-left: auto;
    display: flex;
    margin-right: auto;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
        rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

@media (max-width: 1600px) {
    .innBannerSection .video-main {
        max-width: 1060px;
    }
}

.innBannerSection .video-main video {
    width: 100%;
    height: auto;
}

.innBannerSection:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(7, 0, 36, 0.81);
    background: -webkit-gradient(left top,
            right top,
            color-stop(0%, rgba(7, 0, 36, 0.81)),
            color-stop(100%, rgba(7, 0, 36, 0.48)));
    background: -o-linear-gradient(left,
            rgba(7, 0, 36, 0.81) 0%,
            rgba(7, 0, 36, 0.48) 100%);
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(rgba(7, 0, 36, 0.81)),
            to(rgba(7, 0, 36, 0.48)));
    background: linear-gradient(to right,
            rgba(7, 0, 36, 0.81) 0%,
            rgba(7, 0, 36, 0.48) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#070024', endColorstr='#070024', GradientType=1);
    z-index: -2;
}

.innBannerSection .banner-form-section {
    max-width: 455px;
    padding: 35px 40px 25px;
    position: relative;
}

.ondemand-fet-inner .btn-orange:hover,
.bigEmpireSection .btn-orange:hover,
.innBannerSection .btn-orange:hover {
    color: #ff8625;
    background-color: #fff;
}

.banner-form-section .h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.videoSection {
    padding: 10px 0;
    background-color: #d9d9d9;
}

.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    border: 0;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
}

.play-btn>img {
    width: 100%;
    height: 100%;
}

.play-btn:focus {
    outline: 0;
}

.video-sec {
    position: relative;
    padding-bottom: 63.7%;
}

.video-sec .cstm_video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-sec .video-img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

.readmore-sec {
    margin-top: 20px;
}

.journeySection {
    padding: 30px 0;
    background-color: #fbfbfb;
}

.brandStorySection {
    padding: 30px 0 50px;
}

.journeyTimeline {
    position: relative;
    padding: 15px 30px 15px 45px;
    background-color: #fff;
    overflow: hidden;
}

.journeyTimeline .slick-dots {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 5px;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.journeyTimeline .slick-dots li {
    margin: 3px 0;
}

.journeyTimeline .slick-dots li button {
    width: 5px;
    background-color: #d9d9d9;
}

.journeyTimeline .slick-dots li.slick-active button {
    width: 5px;
    height: 26px;
    background-color: #000;
}

.journeyTimeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.yearSlider {
    position: static;
    width: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    border-right: 1px solid #000;
}

.journeySlider {
    width: calc(100% - 85px);
    padding-left: 40px;
}

.yearSlider .slick-list {
    width: 100%;
    overflow: visible;
}

.yearSlider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.yearSlider .yearSlide span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    min-height: 173px;
    line-height: 20px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0;
}

.yearSlider .yearSlide span:after {
    content: "";
    height: 15px;
    width: 15px;
    background-color: #ff8625;
    border-radius: 50%;
    position: absolute;
    right: -9px;
    top: calc(100% - 14px);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
}

.yearSlider .yearSlide.slick-active span:after,
.yearSlider .yearSlide.slick-active span {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    opacity: 1;
}

.yearSlider .yearSlide.slick-current.slick-active span {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 1;
}

.yearSlider .yearSlide.slick-current.slick-active span:after {
    top: -1px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 1;
}

.journeySlide-inn p {
    color: #070024;
}

.journeySlider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.affiliated-section {
    padding: 60px 0 30px;
}

.affiliated-section .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.affiliated-section .col-6 {
    margin-bottom: 20px;
}

.affiliated-img {
    padding: 35px 10px;
    background-color: #d2d2d2;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.affiliated-img>img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.affiliated-img:hover>img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.teamSection {
    background-color: #fbfbfb;
    padding: 45px 0 30px;
}

.teamSection .subContent {
    color: #070024;
}

.founderSec .col-12,
.teamMembers .col-6 {
    margin-bottom: 30px;
}

.founderDetails {
    text-align: right;
    max-width: 460px;
    margin: 0 0 0 auto;
}

.signeture {
    max-width: 250px;
    margin: 0 0 0 auto;
}

.founderImg {
    position: relative;
    padding: 25px;
    z-index: 1;
}

.founderImg>img {
    border-radius: 35px;
    display: block;
    width: 100%;
}

.founderImg:after,
.founderImg:before {
    content: "";
    position: absolute;
    background-color: #312c49;
    height: 195px;
    width: 195px;
    z-index: -1;
}

.founderImg:before {
    left: 0;
    top: 0;
    border-top-left-radius: 35px;
}

.founderImg:after {
    right: 0;
    bottom: 0;
    border-bottom-right-radius: 35px;
}

.teamMember {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.teamMember img {
    display: block;
}

.teamMember>figurecaption {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 15px;
    background-color: rgba(49, 44, 73, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    padding: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    justify-items: center;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.teamMember:hover>figurecaption {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

figure.teamMember>figurecaption span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: "Nunito-Semibold";
    color: #ff8625;
}

figure.teamMember>figurecaption span:first-child {
    font-family: "Nunito-Bold";
    padding-bottom: 3px;
    font-size: 24px;
    color: #fff;
}

.movementSection {
    padding: 55px 0 45px;
}

.movementSlide {
    padding: 0 15px;
    margin-bottom: 15px;
}

.movementSlideInn {
    border-radius: 10px;
    display: block;
    overflow: hidden;
    padding: 18px 0 0 18px;
    position: relative;
}

.movementSlideInn .h3 {
    background-color: #312c49;
    color: #fff;
    padding: 35px 20px;
    position: relative;
    top: -10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.movementSlideInn:hover .h3 {
    background-color: #ff8625;
}

.movementSlideInn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 188px;
    width: 198px;
    background-color: #ff8625;
    border-top-left-radius: 10px;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.movementSlideInn:hover:before {
    background-color: #312c49;
}

.fasinatingSec {
    padding: 30px 0 15px;
    background-color: #fbfbfb;
}

.fasinatingSec .col-6 {
    margin-bottom: 30px;
}

.fasinatingSec .counter {
    text-align: center;
    padding: 25px 15px;
    border-radius: 7px;
    background-color: #f3f3f3;
    height: 100%;
}

.fasinatingSec .count {
    font-size: 71px;
    color: #000;
    line-height: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    font-family: "Nunito-Regular";
}

.fasinatingSec .count:after {
    content: "+";
    color: inherit;
}

.fasinatingSec .counter span {
    font-size: 17px;
    color: #070024;
    text-transform: capitalize;
}

.faqSection {
    padding: 30px 0 50px;
}


.faq-center-heading .section-head {
    text-align: center;
    max-width: 996px;
    margin-left: auto;
    margin-right: auto;
}

.faqSection .h2 span {
    font-weight: bold;
}

.faqSection table td,
.faqSection table th {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #979595;
    padding: 10px;
}



.accordionSec {
    max-width: 996px;
    margin: 0 auto;
}

.accordionDesc {
    display: none;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    color: #000;
    padding: 15px 40px 15px 25px;
}

.accordionInner {
    margin-bottom: 20px;
}

.accordionSec .accordionInner:last-child {
    margin-bottom: 0;
}

.accordionInner .accordionTitle {
    cursor: pointer;
    background-color: #79839a;
    color: #fff;
    padding: 15px 45px 15px 25px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.accordionInner .accordionTitle.active {
    background-color: #ff8625;
}

.accordionInner .accordionTitle:after {
    content: "\f078";
    font-family: "FontAwesome";
    color: inherit;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.accordionInner .accordionTitle.active:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.overlayBanner {
    position: relative;
    color: #fff;
    z-index: 1;
}

.innerIntroVideoSection {
    padding: 60px 0 30px;
    background-color: #fbfbfb;
}

.innerIntroVideoSection .videoSection {
    padding: 0;
}

.innerIntroVideoSection .play-btn {
    overflow: visible;
}

.innerIntroVideoSection .play-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 330px;
    width: 330px;
    background-color: rgba(144, 17, 6, 0.2);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    cursor: context-menu;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.innerIntroVideoSection .play-btn:hover:before {
    height: 0;
    width: 0;
}

.videoSliderSec .slick-dots {
    margin: 15px 0 0;
    max-width: 58.333333%;
}

.videoSlide .row {
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviewSection {
    padding: 40px 60px 0;
}

.reviewSectionInner {
    background-color: #fff8f8;
    max-width: 1272px;
    margin: 0 auto;
    padding: 30px 0 15px;
    border-radius: 31px;
}

.reviewSectionInner .section-head .h2,
h2 {
    margin-bottom: 20px;
}

.reviewSectionInner .col-6 {
    margin-bottom: 30px;
}

.socialSiteReviews {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.socialRevCircle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f2f2;
    overflow: hidden;
    margin: 0 auto;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 35px 30px;
    color: #000;
}

.socialtitle {
    width: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Nunito-Bold";
}

.socialRevCircle:hover {
    color: #ff8625;
}

.socialtitle {
    font-size: 32px;
    margin-bottom: 20px;
}

.rating {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rating span {
    width: 100%;
    line-height: 1;
    text-align: center;
}

.rate {
    font-size: 52px;
    font-family: "Nunito-Bold";
    margin-bottom: 5px;
}

.socialRevCircle .fa-solid {
    color: #ff8625;
}

.starRating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.caseStudySection {
    padding: 60px 0 50px;
}

.caseStudies-outer .col-6 {
    margin-bottom: 30px;
}

.caseStudyInn {
    position: relative;
    padding-bottom: 120%;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.caseLink {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0 20px;
    border-bottom: 0;
}

.nav-tabs .nav-link {
    margin: 0 10px 10px;
}

.nav-tabs .nav-link {
    background-color: #f7f7f7;
    border: 0;
    color: #645e7a;
    border-radius: 4px;
    font-weight: 600;
    padding: 8px 20px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ff8625;
    border-color: #ff8625;
}

.caseStudyInn:hover .caseLink {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f4eded;
    width: 8px;
    border-radius: 30px;
    opacity: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #070024;
    width: 8px;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #ff8625;
}

.custScrollbarInn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 2px 0;
}

.searchboxSec {
    margin-top: -60px;
}

.searchboxSecInn {
    padding: 60px 30px 60px 35px;
    background-color: #f6f6f6;
    max-width: 1194px;
    margin: 0 auto;
}

.searchboxSecInn .h2 {
    margin-bottom: 0;
}

.srchFrm {
    display: block;
    max-width: 557px;
    margin: 0 0 0 auto;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 64px;
    background-color: #fafafa;
    position: relative;
}

.srchFrm .form-group {
    margin-bottom: 0;
}

.searchbox {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding: 14px 10px 13px 55px;
    position: relative;
    z-index: 2;
}

.srchIcon {
    font-size: 20px;
    position: absolute;
    left: 20px;
    top: 50%;
    color: #070024;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.searchbox:focus+.srchIcon {
    color: #ff8625;
}

.blogList {
    padding: 60px 0 30px;
}

.blogList .row {
    margin-bottom: 60px;
}

.blogList .row:nth-child(2n) .col-md-6:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.blogList .row:nth-child(2n + 1) .blogDetails {
    padding-left: 35px;
}

.blogList .row:nth-child(2n) .col-md-6:nth-child(2) .blogDetails {
    padding-right: 35px;
}

.blogDetails .blogCat {
    display: block;
    color: #645e7a;
    margin-bottom: 20px;
}

.blogImg {
    display: block;
}

.blogImg>img {
    display: block;
}

.blogTitle {
    display: block;
    font-size: 30px;
    color: #070024;
    margin-bottom: 20px;
}

.blogTitle:hover {
    color: #ff8625;
}

.blogPostDate {
    display: block;
    color: #ff8625;
    margin-bottom: 20px;
}

.blogDetails p {
    margin-bottom: 20px;
    color: #645e7a;
}

.trendingSection {
    padding: 25px 0 5px;
    background-color: #fbfbfb;
}

.trendingSection .col-6 {
    margin-bottom: 30px;
}

.trendingInner {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}

.trendingImage {
    position: relative;
    overflow: hidden;
    padding-bottom: 89.46%;
}

.trendingImageLink {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.trendingInner:hover .trendingImageLink {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.trendingDetail {
    padding: 18px 15px;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.trendingTitle {
    display: block;
    color: #070024;
    margin-bottom: 20px;
    margin-right: 140px;
}

.trendingdate {
    position: absolute;
    right: 15px;
    top: 18px;
}

.trendingTitle:hover {
    color: #ff8625;
}

.trendingcat {
    color: #4e5464;
    font-size: 15px;
    text-transform: uppercase;
}

.afterBannerHome .h2 span,
.tech-development-section .h2 span,
.tech-development-inner .h3 span,
.pickPickleSection .h2 span,
.expertiseSection .h2 span,
.hireSection .h2 span,
.firstStepMoon .h2 span,
.blogSection .h2 span,
.contact-intro-sec .h2 span,
.innerIntroRight .h2 span,
.brandStorySection .h2 span,
.journeyDetails .h2 span,
.affiliated-section .h2 span,
.teamSection .h2 span,
.movementSection .h2 span,
.fasinatingSec .h2 span,
.caseStudySection .h2 span,
.searchboxSecInn .h2 span,
.webDevelopmentSection .h2 span,
.mobileAppDevelopmentDetailsTop .h2 span,
.hireDedicatedSection h2 span,
.hireUsFrmSec .h2 span,
.subContent span,
.life-at-intro .h2 span,
.hire-intro-section .h2 span,
.getInTouchSection .h1 span,
.hiring-for-job-section .h2 span,
.ideaSection .h2 span,
.hireDedicatedSection .h2 span,
.expertiseSection .h2 span,
.hireSection .h2 span,
.crossfeature-ondemand-sec h2 span,
.app-category-details .h2 span,
.top-on-demand-expert .h4 span,
.ondemand-process-sec .h2 span,
.ondemand-fectors-section .h2 span,
.ondemand-business-section .h2 span,
.ondemand-business-section .h3 span,
.hidden-brain-left .h2 span,
.ondemand-tech-section .h2 span,
.reviewSection .h2 span,
.worthySection .h2 span,
.addressSection .h2 span,
.tech-development-inner-section .h2 span,
.timelineSection .h2 span,
.sub_service_new .h2 span,
#price-sec .h2 span,
.faqSection .h2 span,
.contactSection .h3 span,
.partnerSecHead .h3 span,
.our-plan-section .h2 span,
.app-overview-slider-section .h2 span,
.app-customization-section .h2 span,
.hire_us_mobile_app_section .mobile_app_details .h2 span {
    color: #ff8625;
}

/*.page-template-front-page .hireDedicatedSection .h2 span,.page-template-front-page .expertiseSection .h2 span,.page-template-front-page .hireSection .h2 span,.orange-section .h2 span{color:#070024}*/
.webDevelopmentSection {
    padding: 50px 0 25px;
}

.webDevelopmentInn {
    background-color: #fbfbfb;
    padding: 50px 0;
    /* background-color: #1a2a42;*/
}

.webDevelopmentImg {
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.webDevelopmentImg img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.webDevelopmentInn .row .col-12:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.webDevelopmentDetails {
    max-width: 650px;
}

.webDevelopmentDetails .h2 {
    margin-bottom: 20px;
    color: #070024;
}

.webDevelopmentDetails p {
    margin-bottom: 30px;
    color: #645e7a;
}

.mobileAppDevelopmentSection {
    padding: 50px 0;
    background-color: #fbfbfb;
}

.mobileAppDevelopmentSection.light-gray-back .mobileAppDevelopmentDetailsTop {
    margin-bottom: 0;
}

.mobileAppDevelopmentImg {
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.mobileAppDevelopmentImg img {
    width: 100%;
    object-fit: contain;
    display: block;
}

.mobileAppDevelopmentSection .row .col-12:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.mobileAppDevelopmentDetailsTop {
    margin-bottom: 50px;
}

.mobileAppDevelopmentDetailsTop .h2 {
    margin-bottom: 20px;
}

.mobileAppDevelopmentDetails {
    max-width: 650px;
    padding-left: 40px;
}

.mobileAppDevelopmentDetails .h3 {
    font-family: "Nunito-Bold";
    font-size: 35px;
    margin-bottom: 20px;
}

.mobileAppDevelopmentDetails p {
    margin-bottom: 30px;
}

.hireDedicatedSection {
    padding: 40px 0 40px;
}

.hireDedicatedSecInner .col-6 {
    margin-bottom: 25px;
}

.hireDedicateGrid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    padding: 20px 20px;
    text-align: left;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 10%);
    border-bottom: 5px solid #1a2a42;
    position: relative;
}

.hireDedicateGrid:hover {
    background-color: #ffdec3;
}

.hireDedicateTop {
    margin-bottom: 0px;
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hireDedicateTop>img {
    height: 45px;
    object-fit: contain;
}

.hireDedicateBtm {
    line-height: normal;
    padding-left: 20px;
    font-size: 18px;
    color: #000;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hireUsFrmSec {
    padding: 40px 0;
}

.file-input {
    display: inline-block;
    text-align: left;
    padding: 0;
    width: 100%;
    position: relative;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.file-input>[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.file-input>.button {
    display: inline-block;
    cursor: pointer;
    background-color: #d9d9d9;
    padding: 10px;
    border-radius: 2px;
    margin-right: 17px;
    line-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hireUsFrm .intl-tel-input.allow-dropdown .flag-container .selected-flag {
    height: 56px;
    background-color: #fafafa;
    border-radius: 4px;
    border: 0.2px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 4px 0px rgb(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgb(0, 0, 0, 0.25);
}

.file-input-chosen-chosen>span.button,
.file-input:hover>.button {
    background-color: #ff8625;
}

.file-input>.label {
    color: #070024;
    white-space: nowrap;
}

.file-input.-chosen>.label {
    opacity: 1;
}

.hireUsFrm input[type="text"],
.hireUsFrm input[type="email"],
.hireUsFrm input[type="number"],
.hireUsFrm textarea,
.hireUsFrm select,
.hireUsFrm .intl-tel-input.allow-dropdown input,
.hireUsFrm .intl-tel-input.allow-dropdown input[type="tel"],
.hireUsFrm input[type="tel"] {
    display: block;
    width: 100%;
    padding: 15px 15px;
    font-size: 15px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    border: 0;
    border-radius: 4px;
    line-height: 1;
    background-color: #fafafa;
    color: #787878;
}

.chkBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.checkGrp {
    margin: 0 25px 9px 0;
}

.checkGrp label {
    font-size: 14px;
}

.mainLabel {
    font-size: 19px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: block;
}

.hireUsFrm {
    max-width: 850px;
    margin: 0 auto;
}

.hireUsFrm textarea {
    min-height: 170px;
    resize: none;
    height: 100%;
}

.hireUsFrm .checkGrp {
    margin: 0;
}

.hireUs-form .h4 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    display: none;
}

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

input[type="checkbox"]~.wpcf7-list-item-label {
    position: relative;
    padding-left: 20px;
    color: #787878;
    line-height: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="checkbox"]~.wpcf7-list-item-label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    height: 15px;
    width: 15px;
    border: 0.5px solid #000;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="checkbox"]:checked~.wpcf7-list-item-label {
    color: #000000;
}

input[type="checkbox"]~.wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 7px;
    height: 5px;
    width: 9px;
    border: 2px solid #fff;
    border-top: 0;
    border-right: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

input[type="checkbox"]:checked~.wpcf7-list-item-label:before {
    background-color: #ff8625;
    border-color: #ff8625;
}

input[type="checkbox"]:checked~.wpcf7-list-item-label:after {
    opacity: 1;
}

#termsofhire+label {
    padding-left: 30px;
    line-height: 22px;
}

#termsofhire+label:before {
    height: 20px;
    width: 20px;
}

#termsofhire+label:after {
    left: 4px;
    top: 7px;
    height: 7px;
    width: 12px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("/shivlab/wp-content/themes/shivlab/assets/images/select-back.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 13px 9px;
    padding-right: 35px !important;
}

.hireUsFrm .blacktext .wpcf7-list-item.first.last>label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hireUsFrm .blacktext .wpcf7-list-item.first.last>label .wpcf7-list-item-label {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.caseDetailBanner {
    padding: 50px 0 30px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.caseDetailBanner:before {
    content: "";
    position: absolute;
    left: -50%;
    top: 0;
    right: 0;
    bottom: 0;
    width: 500%;
    height: 100%;
    background-image: url("/shivlab/wp-content/themes/shivlab/assets/images/blue-backImg.svg");
    background-size: contain;
    background-position: center top;
    background-repeat: repeat-x;
    z-index: 1;
}

.caseDetailBanner .container {
    position: relative;
    z-index: 2;
}

.caseDetailBanner:after {
    content: "";
    position: absolute;
    left: -50%;
    top: 0;
    bottom: 0;
    width: 500%;
    height: 100%;
    z-index: -1;
    background: #110541;
    background: -webkit-gradient(left top,
            right top,
            color-stop(0%, #110541),
            color-stop(100%, #201a3a));
    background: -o-linear-gradient(left, #110541 0%, #201a3a 100%);
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(#110541),
            to(#201a3a));
    background: linear-gradient(to right, #110541 0%, #201a3a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#110541', endColorstr='#201a3a', GradientType=1);
}

.caseDetailBannContent {
    color: #fff;
    position: relative;
    padding-left: 50px;
}

.caseDetailBannContent .h1 {
    font-family: "Montserrat-Bold";
    text-transform: uppercase;
    font-size: 65px;
    margin-bottom: 10px;
}

.caseDetailBannContent p {
    font-size: 22px;
    font-family: "Nunito-Semibold";
}

.caseDetailBannContent a.btn-img {
    max-width: 200px;
    margin: 0 10px 10px 0;
}

.caseDetailBannContent .caseState {
    text-transform: uppercase;
    font-family: "Montserrat-Regular";
    font-size: 39px;
    line-height: normal;
    width: 100%;
    text-align: center;
}

.caseDetailGrid {
    overflow: hidden;
}

.caseDetailGrid-cont {
    max-width: 560px;
    margin: 0;
}

.caseDetailGrid-cont * {
    color: #fff;
}

.caseDetailGrid-cont .h2 {
    margin-bottom: 22px;
}

.caseDetailGrid-cont .h2 span {
    color: #ff8625;
}

.caseDetailGrid-cont p {
    color: #d9d9d9;
    margin-bottom: 10px;
}

.caseDetailGrid .row .col-12 {
    position: relative;
    z-index: 3;
}

.caseDetailGrid .row:nth-child(2n + 1) .col-12:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.caseDetailGrid .row:nth-child(2n) .caseDetailGrid-cont {
    text-align: left;
    margin: 0 0 0 auto;
}

.caseDetailGrid-cont .h4 {
    font-family: "Nunito-Bold";
    font-size: 18px;
    margin-bottom: 5px;
}

.caseDetailGrid .row {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 45px 0;
    z-index: 2;
}

.caseDetailGrid .row:after {
    content: "";
    position: absolute;
    left: -50%;
    top: 0;
    bottom: 0;
    width: 500%;
    height: 100%;
    z-index: -1;
    background-color: #0e0534;
}

.caseDetailGrid .row:nth-child(2n):after {
    background: #110541;
    background: -webkit-gradient(left top,
            right top,
            color-stop(0%, #110541),
            color-stop(100%, #201a3a));
    background: -o-linear-gradient(left, #110541 0%, #201a3a 100%);
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(#110541),
            to(#201a3a));
    background: linear-gradient(to right, #110541 0%, #201a3a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#110541', endColorstr='#201a3a', GradientType=1);
}

.caseDetailGrid .row:nth-child(2n):before {
    content: "";
    position: absolute;
    left: -50%;
    top: 0;
    right: 0;
    bottom: 0;
    width: 500%;
    height: 100%;
    background-image: url("/shivlab/wp-content/themes/shivlab/assets/images/blue-backImg.svg");
    background-size: contain;
    background-position: center top;
    background-repeat: repeat-x;
    z-index: 1;
}

.caseDetailGrid-cont ul {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.caseDetailGrid-cont ul li {
    width: 100%;
    max-width: 50%;
    padding-right: 20px;
    position: relative;
    font-family: "Nunito-Bold";
}

.caseDetailGrid-cont ul li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    height: 1px;
    width: 8px;
    background-color: #fff;
}

.btn-img {
    margin-top: 15px;
    display: inline-block;
}

.caseDetailGrid-cont ul.full-list {
    padding: 0;
    margin: 0;
}

.caseDetailGrid-cont ul.full-list li {
    position: relative;
    padding: 0 0 0 20px;
    width: 100%;
    max-width: inherit;
    font-family: "Nunito-Regular";
    margin-bottom: 5px;
}

.caseDetailGrid-cont ul.full-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}

.caseDetailGrid-cont ul.full-list li:after {
    display: none;
}

.case-feature-slider {
    margin: 0 -15px;
}

.case-feature-slide {
    padding: 0 15px;
    margin-bottom: 17px;
}

.case-feature-inn {
    background-color: #170856;
    border-radius: 11px;
    -webkit-box-shadow: 0px 2px 4px 0px rgb(0, 0, 0, 25%);
    box-shadow: 0px 2px 4px 0px rgb(0, 0, 0, 25%);
}

.case-feature-img {
    position: relative;
    padding-bottom: 85%;
}

.case-feature-img>img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.case-feature-inn {
    max-width: 276px;
    margin: 0 auto;
    text-align: center;
}

.case-feature-title {
    color: #fff;
    font-size: 25px;
    padding: 15px;
}

.case-feature-slider .slick-dots {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 15px;
}

.case-feature-slider .slick-dots li.slick-active button {
    background-color: #ff8625;
}

.share-idea-section {
    text-align: center;
    color: #fff;
    padding: 35px 0;
}

.share-idea-section * {
    color: #fff;
}

.share-idea-section .h2 {
    text-transform: capitalize;
}

.featuresTimeline {
    background: #110541;
    background: -webkit-gradient(left top,
            right top,
            color-stop(0%, #110541),
            color-stop(100%, #201a3a));
    background: -o-linear-gradient(left, #110541 0%, #201a3a 100%);
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(#110541),
            to(#201a3a));
    background: linear-gradient(to right, #110541 0%, #201a3a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#110541', endColorstr='#201a3a', GradientType=1);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.featuresTimeline .h2,
.featuresTimeline .timeline-inner span,
.featuresTimeline .timeline-inner span:before {
    color: #fff;
}

.featuresTimeline .timeline-inner:hover span,
.featuresTimeline .timeline-inner:hover span:before {
    color: #ff8625;
}

.featuresTimeline .timeline-inner:after {
    border-color: #fff;
}

.featuresTimeline:before {
    content: "";
    position: absolute;
    left: -50%;
    top: 0;
    right: 0;
    bottom: 0;
    width: 500%;
    height: 100%;
    background-image: url("/shivlab/wp-content/themes/shivlab/assets/images/blue-backImg.svg");
    background-size: contain;
    background-position: center top;
    background-repeat: repeat-x;
    z-index: 1;
}

.featuresTimeline .container {
    position: relative;
    z-index: 2;
}

.featuresTimeline .timeline-outer {
    background-color: transparent;
}

.featuresTimeline .timeline-outer:before {
    display: none;
}

.next-prev-page-section {
    padding: 50px 0;
    color: #fff;
    background: #0e0534;
    position: relative;
}

.next-prev-page-section:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 3px;
    height: calc(100% - 60px);
    background-color: #ff8625;
}

.next-prev-pageInner {
    padding: 0 75px;
    position: relative;
}

.page-title,
.page-title a {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    line-height: normal;
}

.next-prev-page-section .col-6:nth-child(2) .page-title {
    text-align: right;
}

.pageLinks {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pageLinks li a {
    position: absolute;
    top: 0;
    color: #fff;
    z-index: 1;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pageLinks li a:hover {
    color: #ff8625;
}

.prevLink {
    left: 0;
}

.prevLink:before {
    content: "\f0d9";
    font-family: "FontAwesome";
    font-size: inherit;
    left: 0;
    top: 0;
    color: inherit;
    margin-top: 2px;
    margin-right: 5px;
}

.nextLink {
    right: 0;
}

.nextLink:after {
    content: "\f0da";
    font-family: "FontAwesome";
    font-size: inherit;
    left: 0;
    top: 0;
    color: inherit;
    margin-top: 2px;
    margin-left: 5px;
}

.blueBack-gradient {
    background: rgba(20, 6, 74, 1);
    background: -webkit-gradient(left top,
            right top,
            color-stop(0%, rgba(20, 6, 74, 1)),
            color-stop(82%, rgba(7, 0, 36, 0.84)),
            color-stop(100%, rgba(7, 0, 36, 0.81)));
    background: -o-linear-gradient(left,
            rgba(20, 6, 74, 1) 0%,
            rgba(7, 0, 36, 0.84) 82%,
            rgba(7, 0, 36, 0.81) 100%);
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(rgba(20, 6, 74, 1)),
            color-stop(82%, rgba(7, 0, 36, 0.84)),
            to(rgba(7, 0, 36, 0.81)));
    background: linear-gradient(to right,
            rgba(20, 6, 74, 1) 0%,
            rgba(7, 0, 36, 0.84) 82%,
            rgba(7, 0, 36, 0.81) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14064a', endColorstr='#070024', GradientType=1);
}

.hire-intro-section {
    padding: 50px 0;
}

.lightGrayBack {
    background-color: #fbfbfb;
}

.blogDetailBanner {
    padding: 60px 0;
    background-repeat: no-repeat;
    background-position: calc(100% + 350px) calc(100% + 250px);
    background-size: contain;
    overflow: hidden;
}

.blogDetailBannerContent {
    padding-left: 50px;
}

.blogDetailBanner .col-lg-12>.blogDetailBannerContent {
    padding-left: 0;
}

.blogDetailBannerImg {
    position: relative;
    z-index: 3;
}

.blogDetailBannerImg img {
    display: block;
    width: 100%;
}

.blogDetailBannerImg:before,
.blogDetailBannerImg:after {
    content: "";
    position: absolute;
    height: 300px;
    width: 300px;
    background-image: url("/shivlab/wp-content/themes/shivlab/assets/images/dot-effect.png");
    background-repeat: repeat;
    background-position: left top;
    background-size: contain;
    z-index: -2;
}

.blogDetailBannerImg:before {
    left: -50px;
    top: -50px;
}

.blogDetailBannerImg:after {
    right: -40px;
    bottom: -40px;
}

.blogFeatureDetail ul,
.blogFeatureDetail ol {
    padding-left: 20px;
    margin-bottom: 15px;
}

.blogFeatureDetail ul li,
.blogFeatureDetail ol li {
    margin-bottom: 10px;
}

.blogFeatureDetail .table td,
.blogFeatureDetail .table th {
    min-width: 150px;
}

.blogDetailHead {
    margin-top: 0;
    text-align: center;
}

.blogDetailHead .h2,
.conclusionSectionInner .h2 {
    padding-bottom: 45px;
    position: relative;
}

.blogDetailHead .h2:after,
.blogDetailContentSection .h2:after,
.conclusionSectionInner .h2:after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff8625;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.blogDetailHead .h2:before,
.blogDetailContentSection .h2:before,
.conclusionSectionInner .h2:before {
    content: "";
    border: 3px solid #ff8625;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    height: 28px;
    width: 28px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 45%);
    -ms-transform: translate(-50%, 45%);
    transform: translate(-50%, 45%);
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dotCircle {
    position: absolute;
    left: -130px;
    top: 95px;
    height: 350px;
    width: 350px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.blueCircle {
    position: absolute;
    left: -30px;
    bottom: 40px;
    height: 100px;
    width: 100px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.blogDetailContentSection-inner {
    -webkit-box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.33);
    background-color: #f7f7f7;
}

.blogDetailContentSection-inner .col-lg-12>.blogFeatureDetail {
    padding-left: 0;
}

.blogDetailContentSection .row {
    padding: 50px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blogDetailContentSection .h2 {
    position: relative;
    padding-bottom: 40px;
}

.blogDetailHead {
    margin-top: 40px;
}

.blogDetailContentSection .sub_h4 {
    font-size: 30px;
    color: #070024;
    margin-bottom: 18px;
    padding-top: 10px;
    font-family: "Montserrat-Regular";
}

.conclusionSectionInner .h2:after,
.blogDetailContentSection .h2:after {
    width: 150px;
}

.conclusionSectionInner .h2:before,
.blogDetailContentSection .h2:before {
    left: 14px;
}

.blogDetailBanner:hover .blogDetailHead .h2:before {
    border-color: #192940;
}

.blogDetailBanner:hover .blogDetailHead .h2:after {
    background-color: #192940;
}

.blogDetailContentSection-inner:hover .h2:before,
.conclusionSection:hover .h2:before {
    left: 75px;
    border-color: #192940;
}

.blogDetailContentSection-inner:hover .h2:after {
    background-color: #192940;
}

.blogFeatureImg {
    border: 20px solid #fff;
}

.blogFeatureImg img {
    display: block;
    width: 100%;
}

.blogFeatureDetail {
    padding-left: 15px;
}

.blogFeatureDetail p,
.blogDetailBannerContent p {
    margin-bottom: 15px;
}

.blogFeatureDetail p a {
    font-family: "Nunito-Bold";
    color: #ff8625;
    text-decoration: underline;
}

.blogFeatureDetail p a:hover {
    color: #192940;
}

.blogSocialLinks {
    list-style: none;
    margin: 0 0 15px;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blogSocialLinks li {
    margin: 0 18px 10px 0;
}

.blogSocialLinks li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    background-color: #009ed4;
    color: #fff;
    border-radius: 50%;
}

.blogSocialLinks li a:hover {
    background-color: #ff8625;
}

.blogSocialLinks li a span {
    font-size: 20px;
    color: inherit;
}

.conclusionSection {
    padding: 45px 0;
    background-color: #ff8625;
    border-bottom: 15px solid #070024;
    -webkit-box-shadow: inset 0px 0px 95px 0px rgba(0, 0, 0, 0.33);
    box-shadow: inset 0px 0px 95px 0px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 95px 0px rgba(0, 0, 0, 0.33);
}

.conclusionSection .h2,
.conclusionSection p {
    color: #fff;
}

.conclusionSection p {
    margin-bottom: 15px;
}

.conclusionSection p a {
    font-family: "Nunito-Bold";
    color: #000;
    text-decoration: underline;
}

.conclusionSection p a:hover {
    color: #fff;
}

.conclusionSectionInner .h2 {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.conclusionSectionInner .h2:before {
    background-color: #fff;
    border-color: #000;
}

.conclusionSectionInner .h2:after {
    background-color: #000;
}

.conclusionSection:hover .h2:before {
    background-color: #000;
    border-color: #fff;
}

.conclusionSection:hover .h2:after {
    background-color: #fff;
}

.privacyTermContent {
    padding: 40px 0;
    background-color: #f8f8f8;
}

.privacyTermContent .h1 {
    font-family: "Nunito-Bold";
    text-align: center;
    color: #ff8625;
}

.privacyTermContent .h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-family: "Nunito-Semibold";
}

.privacyTermContent .h3 {
    font-family: "Nunito-Semibold";
    font-size: 24px;
    margin-bottom: 10px;
}

.privacyTermContent ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.privacyTermContent ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.privacyTermContent ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #ff8625;
}

.privacyTermContent p a {
    color: #ff8625;
}

.privacyTermContent p a:hover {
    color: #000;
}

.hiring-for-job-section {
    padding: 55px 0;
}

.hiring-dots-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px 20px;
    padding-bottom: 40px;
    position: relative;
    overflow-x: hidden;
}

.hiring-dots-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.hiring-dots-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    background-color: transparent;
    border: 0;
    padding: 0;
    text-transform: capitalize;
    color: #070024;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hiring-dots-slider .slick-arrow:hover {
    color: #ff8625;
}

.hiring-dots-slider .slick-prev {
    left: 15px;
    padding-left: 15px;
}

.hiring-dots-slider .slick-prev:before,
.hiring-dots-slider .slick-next:after {
    position: absolute;
    font-family: "FontAwesome";
    font-size: 20px;
    top: 0;
    color: #ff8625;
}

.hiring-dots-slider .slick-prev:before {
    content: "\f0d9";
    left: 0;
}

.hiring-dots-slider .slick-next:after {
    content: "\f0da";
    right: 0;
}

.hiring-dots-slider .slick-next {
    right: 15px;
    padding-right: 15px;
}

.hiring-dots-slide {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.hiring-dots-slide span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    background-color: rgba(7, 0, 36, 0.08);
    width: 100%;
    padding: 40px 15px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Nunito-Regular";
    font-size: 22px;
    color: #000000;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hiring-dots-slide.slick-current span {
    background-color: #ff8625;
    color: #fff;
    font-family: "Nunito-Bold";
}

.exp-req {
    font-family: "Nunito-Bold";
    margin-bottom: 10px;
    color: #000;
}

.exp-req span {
    color: #ff8625;
}

.responsibilities-and-exp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.responsibility-cont {
    padding: 0 15px;
    width: 50%;
    margin-bottom: 30px;
}

.responsibilities-and-exp-inn {
    border: 1px solid rgba(0, 0, 0, 0.4);
    height: 100%;
}

.responsibility-head {
    font-size: 22px;
    padding: 24px 10px;
    text-align: center;
    font-family: "Nunito-Bold";
    color: #ff8625;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.responsibilities-and-exp-inn .orangeList {
    padding: 30px 15px;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}

.hiring-main-content-inn p {
    color: #070024;
    margin-bottom: 10px;
}

.life-at-section {
    padding: 40px 0;
}

.life-at-slider {
    padding: 20px;
    text-align: center;
}

.life-at-slide-inn {
    padding: 0 15px;
}

.life-at-slider .slick-arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 20px;
    color: #000000;
    line-height: 18px;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.life-at-slider .slick-arrow:before {
    font-size: 25px;
    color: inherit;
    font-family: "FontAwesome";
}

.life-at-slider .slick-arrow:hover {
    color: #ff8625;
}

.life-at-slider .slick-prev:before {
    content: "\f060";
}

.life-at-slider .slick-prev {
    left: 20px;
}

.life-at-slider .slick-next {
    right: 20px;
}

.life-at-slider .slick-next:before {
    content: "\f061";
}

.emp-rev-img {
    height: 172px;
    width: 172px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 35px;
}

.emp-rev-img img {
    display: block;
    height: 100%;
    width: 100%;
}

.life-at-slide-inn span {
    display: block;
    font-family: "Montserrat-Regular";
}

.life-at-slide-inn p {
    color: #000;
}

.emp-rev-name {
    font-size: 35px;
    color: #070024;
    margin-bottom: 10px;
}

.emp-rev-pos {
    color: #787878;
    font-size: 25px;
}

.career-empire {
    padding-bottom: 0;
}

.light-gray-back {
    background-color: #f5f5f5;
}

.paginationLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.paginationLinks .page-numbers {
    display: inline-block;
    height: 35px;
    width: 35px;
    margin: 0 4px 6px 4px;
    background-color: #d9d9d9;
    color: #a0a0a0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.paginationLinks .page-numbers:first-child {
    margin-left: 0;
}

.paginationLinks .page-numbers:last-child {
    margin-right: 0;
}

.paginationLinks .page-numbers:hover {
    background-color: #000;
    color: #fff;
}

.paginationLinks .page-numbers.current {
    color: #fff;
    background-color: #ff8625;
}

.paginationLinks .page-numbers.dots {
    background-color: transparent;
    color: #a0a0a0;
    padding: 0;
    height: auto;
    width: auto;
}

.paginationLinks .page-numbers.prev,
.paginationLinks .page-numbers.next {
    height: auto;
    width: auto;
    border-radius: 20px;
    padding: 3px 22px;
    background-color: #ff8625;
    color: #fff;
    height: 35px;
}

.paginationLinks .page-numbers.prev:hover,
.paginationLinks .page-numbers.next:hover {
    background-color: #000;
    color: #fff;
}

.thank-you-section {
    padding: 40px 0;
    text-align: center;
}

.thank-you-section .h1 {
    color: #ff8625;
}

.thankU_img {
    max-width: 170px;
    height: 140px;
    margin: 0 auto 10px;
    position: relative;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.thankU_img::before {
    position: absolute;
    content: "";
    background: url(/shivlab/wp-content/themes/shivlab/assets/images/smile_bg.svg) no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: -9;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -57%);
    -ms-transform: translate(-50%, -57%);
    transform: translate(-50%, -57%);
}

.modal-open .modal {
    z-index: 9999;
    padding-top: 80px;
}

.modal-open .modal.popupModel .modal-dialog {
    padding: 0 20px;
}

.modal-open .modal.popupModel {
    max-width: inherit;
}

.modal-open .modal.popupModel .modal-header {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-open .modal.popupModel form {
    max-width: 380px;
    margin: 0 auto;
}

.modal-header .h2 {
    padding-top: 15px;
}

.modal-header .h2,
.modal-header .h2 span {
    margin-bottom: 0;
    font-family: "Nunito-Bold";
    color: #000;
    position: relative;
    z-index: 1;
}

.customnumber {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.customnumber .wpcf7-form-control-wrap:first-child {
    display: block;
    max-width: 105px;
}

.customnumber .wpcf7-form-control-wrap:first-child input[type="text"] {
    pointer-events: none;
}

.customnumber .wpcf7-form-control-wrap:last-child {
    display: block;
    max-width: calc(100% - 115px);
    width: 100%;
}

.hireUsFrm .customnumber .wpcf7-form-control-wrap:last-child {}

form p {
    margin-bottom: 0;
}

.btntotop {
    position: fixed;
    right: 20px;
    bottom: -50px;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #79839a;
    background-color: #79839a;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btntotop:before {
    content: "\f077";
    font-family: "FontAwesome";
    color: inherit;
    font-size: 20px;
}

.btntotop:hover {
    background-color: #ff8625;
    border: 2px solid #ff8625;
    color: #fff;
}

.btntotop.show {
    bottom: 85px;
    opacity: 1;
    visibility: visible;
}

/* on demand mobile app development page css */
.life-at-container {
    max-width: 1500px;
    margin: 0 auto;
}

.on-demand-banner-img {
    margin-top: 20px;
    display: none;
}

.crossfeature-ondemand-sec {
    padding: 50px 0;
    text-align: center;
}

.crossfeature-ondemand-sec h2 span {
    display: block;
}

.crossfeature-ondemand-sec .row>.col-6 {
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
}

.crossfeature-ondemand-sec .row>.col-6:nth-child(3n),
.crossfeature-ondemand-sec .row>.col-6:last-child {
    border-right: 0;
}

.crossfeature-ondemand-sec .row>.col-6:nth-last-child(-n + 3) {
    border-bottom: 0;
}

.crossfeature-inn {
    padding: 23px;
}

.ondemand-icon,
.ondemand-fectors-img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.crossfeature-inn .h3,
.ondemand-fectors-inner .h3 {
    font-family: "Montserrat-Bold";
    font-size: 25px;
}

.app-category-section {
    width: 100%;
    margin: 0;
    padding: 50px 0 10px;
}

.app-category-section .col-lg-3.col-12 {
    margin: 0 0 30px;
}

.app-category-inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f6f4f2;
    border-radius: 4px;
    padding: 35px 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.app-category-inner img {
    width: 64px;
    height: 64px;
    -o-object-fit: contain;
    object-fit: contain;
}

.app-category-inner:hover {
    background-color: #ff8625;
}

.app-category-name {
    width: 100%;
    display: inline-block;
    font-size: 20px;
    line-height: 25px;
    font-family: "Nunito-Bold";
    color: #000000;
    margin: 0;
    padding-left: 25px;
}

.app-category-section .container .row:first-child {
    margin-bottom: 50px;
}

.top-on-demand-sec {
    padding: 70px 0;
    background-color: rgba(255, 134, 37, 0.25);
    overflow-x: hidden;
}

.top-on-demand-info {
    color: #070024;
}

.top-on-demand-info .h2 span,
.top-on-demand-expert .h3 span {
    color: #ef4335;
}

.top-on-demand-expert .h3 {
    font-size: 24px;
    text-transform: capitalize;
}

.top-on-demand-expert {
    color: #000;
    text-align: center;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.25);
}

.top-on-demand-inn {
    padding: 24px 20px;
    border: 10px solid #ef4335;
    max-width: 404px;
    margin: 0 auto;
}

.top-on-demand-slide {
    position: relative;
    z-index: 1;
}

.top-on-demand-slide:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #201a3a;
    width: 520px;
    height: calc(100% - 150px);
    z-index: -1;
}

.top-on-demand-expert .h3 {
    margin-bottom: 20px;
}

.top-on-demand-expert .h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.top-on-demand-expert-ico {
    padding: 5px;
    height: 105px;
    width: 105px;
    border-radius: 50%;
    border: 1px solid #ffb750;
    margin: 0 auto 10px;
    overflow: hidden;
    border-radius: 50%;
}

.top-on-demand-expert .btn {
    background-color: #201a3a;
}

.top-on-demand-expert .btn:hover {
    background-color: #ff8625;
}

.ondemand-process-sec {
    background-color: #f5f5f5;
    padding: 50px 0;
}

.ondemand-process-inner {
    background-color: #fff;
    padding: 30px 15px;
    border-radius: 30px;
    -webkit-box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 0px 10px 0px rgba(0, 0, 0, 0.25);
    color: #000;
    height: 100%;
}

.ondemand-process-icon {
    max-width: 67px;
    margin: 0 auto 15px;
}

.ondemand-process-inner .h5 {
    font-size: 20px;
    color: #ff8625;
    margin-bottom: 15px;
    font-family: "Nunito-Bold";
}

.ondemand-process-sec .col-6 {
    margin-bottom: 35px;
}

.ondemand-tech-section {
    padding: 50px 0;
    background-position: center top;
}

.ondemand-tech-section .h2 {
    text-align: center;
}

.ondemand-tech-section .nav-tabs {
    border-bottom: 1px solid #dbdbdb;
}

.ondemand-tech-section .nav-tabs .nav-link {
    color: #9f9f9f;
    font-family: "Montserrat-Medium";
    background-color: transparent;
    position: relative;
    margin-bottom: 0;
}

.ondemand-tech-section .nav-tabs .nav-item.show .nav-link,
.ondemand-tech-section .nav-tabs .nav-link.active {
    background-color: transparent;
    color: #000;
    font-family: "Montserrat-Bold";
}

.ondemand-tech-section .nav-tabs .nav-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ff8625;
    transition: all 0.3s linear;
    transform: scaleX(0);
    opacity: 0;
}

.ondemand-tech-section .nav-tabs .nav-link.active:after {
    transform: scale(1);
    opacity: 1;
}

.ondemand-tech-section .tab-content {
    padding: 50px 0;
}

.ondemand-tech-section .tab-content .tab-pane img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ondemand-tech-img {
    padding: 24px 15px;
    -webkit-box-shadow: 4px 0px 10px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 0px 10px 2px rgba(0, 0, 0, 0.25);
    border-bottom: 4px solid #f88909;
    height: 100%;
    background-color: #fff;
}

.ondemand-tech-img img {
    display: inline-block;
    margin-bottom: 10px;
    max-width: 55px;
}

.ondemand-tech-img figcaption {
    font-family: "Montserrat-Bold";
    color: #000;
    font-size: 18px;
}

.ondemand-tech-section .tab-section .col-6 {
    margin-bottom: 35px;
}

.ondemand-fet-inner {
    padding: 50px 40px;
    background-color: #413d51;
    border-radius: 15px;
    color: #fff;
}

.ondemand-fet-inner .h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
}

.ondemand-fet-left .subContent {
    color: #ff8625;
    font-size: 30px;
    font-family: "Montserrat-Bold";
    margin-bottom: 0;
}

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

.ondemand-fectors-section {
    padding: 50px 0;
}

.ondemand-fectors-section .section-head {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.ondemand-fectors-inner {
    background-color: #f6f4f2;
    border-radius: 20px;
    padding: 30px 15px;
    height: 100%;
    -webkit-box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.ondemand-fectors-section .col-6 {
    margin-bottom: 35px;
}

.ondemand-business-section {
    padding: 50px 0;
    color: #000;
}

.ondemand-business-section .h2 {
    text-align: center;
}

.ondemand-business-section .col-12 {
    margin-bottom: 30px;
}

.ondemand-business-inner .h3 {
    font-family: "Montserrat-Medium";
    font-size: 30px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.ondemand-business-inner .h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 85px;
    height: 2px;
    background-color: #ff8625;
}

.ondemand-business-section p {
    font-family: "Montserrat-Regular";
}

.ondemand-business-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ondemand-business-section ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-family: "Montserrat-Medium";
}

.ondemand-business-section ul li:before {
    content: "";
    height: 23px;
    width: 23px;
    background-image: url("/shivlab/wp-content/themes/shivlab/assets/images/check-mark-orng.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 23px 23px;
    position: absolute;
    left: 0;
    top: 5px;
}

.ondemand-hidd-brain-sec {
    padding: 50px 0;
    color: #000;
}

.hidden-brain-left>.subContent {
    display: block;
    font-size: 20px;
    color: #ef4335;
    text-transform: uppercase;
    font-family: "Nunito-Bold";
    margin-bottom: 15px;
}

.hidden-brain-left p {
    margin-bottom: 75px;
}

.hidden-brain-left .btn-orange {
    width: 100%;
    max-width: 300px;
}

.hidden-brain-right .col-6 {
    margin-bottom: 20px;
}

.hidden-brain-right-inner {
    border-bottom: 15px solid #ff8625;
    border-radius: 20px;
    -webkit-box-shadow: 0px 2px 9px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 9px 4px rgba(0, 0, 0, 0.2);
    padding: 45px 30px;
    position: relative;
}

.hidd-brain-title {
    color: #ef4335;
    font-size: 22px;
    font-family: "Montserrat-Medium";
    margin-bottom: 20px;
    display: block;
}

.hidd-brain-num {
    font-size: 60px;
    margin-bottom: 20px;
    font-family: "Montserrat-Bold";
    display: block;
    line-height: 0.8;
}

.hidden-brain-right .col-6:nth-child(2n) {
    position: relative;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

/* on demand mobile app development page css */
.app-customization-section {
    padding: 70px 0;
}

.app-customization-detail {
    color: #070024;
}

.app-customization-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.app-customization-list li {
    width: 50%;
    padding: 0 30px 15px 30px;
    line-height: normal;
    position: relative;
}

.app-customization-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    height: 17px;
    width: 17px;
    border: 2px solid #ef4335;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
}

.app-customization-list li:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    height: 100%;
    width: 2px;
    border-left: 2px dashed #ef4335;
    z-index: 0;
}

.app-customization-list li:nth-last-child(-n + 2):after {
    display: none;
}

.app-overview-slider-section {
    padding: 60px 0;
    position: relative;
    /*background-color:#FAF7F7;*/
    z-index: 1;
    overflow: hidden;
}

.app-overview-slider-section:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 1440px;
    width: 1650px;
    border-radius: 50%;
    background: rgba(246, 160, 1, 1);
    background: -webkit-gradient(left top,
            left bottom,
            color-stop(0%, rgba(246, 160, 1, 1)),
            color-stop(16%, rgba(239, 91, 53, 1)),
            color-stop(100%, rgba(239, 91, 53, 1)));
    background: -o-linear-gradient(top,
            rgba(246, 160, 1, 1) 0%,
            rgba(239, 91, 53, 1) 16%,
            rgba(239, 91, 53, 1) 100%);
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(246, 160, 1, 1)),
            color-stop(16%, rgba(239, 91, 53, 1)),
            to(rgba(239, 91, 53, 1)));
    background: linear-gradient(to bottom,
            rgba(246, 160, 1, 1) 0%,
            rgba(239, 91, 53, 1) 16%,
            rgba(239, 91, 53, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6a001', endColorstr='#ef5b35', GradientType=0);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

.app-overview-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px 35px;
}

.app-overview-slide {
    padding: 0 15px;
    width: 100%;
    max-width: 20%;
}

.app-overview-slider .slick-list {
    padding: 27px 0;
}

.app-overview-slider .slick-slide>.app-overview-img img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
}

.app-overview-slider .slick-track .slick-current.slick-active+.slick-slide+.slick-slide>.app-overview-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.app-overview-slider .slick-dots {
    margin-bottom: 0;
    margin-top: 30px;
}

.remove-app-overview.text-center {
    padding: 50px 0;
    background-position: center !important;
    background-size: cover !important;
}

.popupModel .close {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    opacity: 1;
    background-color: #ff8625;
    color: #fff;
    text-shadow: none;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    padding: 0 0 4px;
}

/*body.modal-open{
	overflow: hidden;
}*/
body.modal-open .header {
    z-index: 999;
}

.homeBannerSection .container {
    position: relative;
    z-index: 2;
}

/***life page ***/
.about_sec1_1 {
    text-align: center;
}

.about_sec1_2 {
    text-align: center;
    padding: 80px 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.about_sec1 {
    background: url(https://shivlab.com/wp-content/uploads/2023/05/shadow.webp) no-repeat top;
    padding: 0px 0 70px 0;
}

.about4box {
    background: #f98850;
    display: inline-block;
    vertical-align: top;
    width: 355px;
    box-sizing: border-box;
    padding: 26px;
    padding-top: 0;
    border-radius: 18px;
    height: 633px;
    margin: 0 9px;
    position: relative;
    color: #fff;
}

.about4box span {
    display: block;
    background: #fff;
    height: 112px;
    width: 112px;
    border-radius: 50%;
    border: 6px solid #f98850;
    position: absolute;
    left: 50%;
    top: -56px;
    margin-left: -56px;
    box-sizing: border-box;
}

.box2 {
    background: #1a2a43;
}

.box3 {
    background: #ee3638;
}

.box4 {
    background: #5e82bb;
}

.about4box.box2 span {
    border: 6px solid #1a2a43;
}

.about4box.box3 span {
    border: 6px solid #ee3638;
}

.about4box.box4 span {
    border: 6px solid #5e82bb;
}

.about4box h2 {
    font-size: 42px;
    color: #fff;
    margin: 70px 0 18px 0;
    line-height: 1em;
    text-transform: uppercase;
}

.about4box p.minhi01 {
    min-height: 82px;
}

.about4box p strong {
    font-weight: 600;
}

.about4box ol,
.about4box p {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
}

.about4box ol {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 0 0 0 18px;
    min-height: 280px;
}

.about4box ol li {
    background: url(https://shivlab.com/wp-content/uploads/2023/05/ol-line.webp) no-repeat bottom left;
    padding: 10px 0;
}

.about4box ol li:last-child {
    background: 0 0;
}

.about_sec1_1 .funline>div {
    margin-bottom: 50px;
}

.about_sec1_1 p {
    font-weight: 400;
    font-size: 22px;
    color: #797979;
    max-width: 1280px;
    margin: 0 auto 35px;
    line-height: 32px;
}

.funline {
    clear: both;
}

.funline span {
    font-weight: 700;
    font-size: 52px;
    position: relative;
}

.funline span:nth-child(1) {
    color: #f98850;
}

.funline i {
    background: url(https://shivlab.com/wp-content/uploads/2023/05/right_sep_arrow.webp) no-repeat center;
    width: 59px;
    height: 40px;
    display: inline-block;
    line-height: 60px;
}

.funline span:nth-child(3) {
    color: #1a2a43;
}

.funline span:nth-child(5) {
    color: #ee3638;
}

.funline span:nth-child(7) {
    color: #5e82bb;
}

.funline span:nth-child(1)::after {
    content: "";
    width: 45px;
    height: 2px;
    background: url(https://shivlab.com/wp-content/uploads/2023/05/gray_sep_img.webp) repeat-x left top;
    position: absolute;
    top: 31px;
    left: -81px;
}

.funline span:nth-child(7)::before {
    content: "";
    width: 45px;
    height: 2px;
    background: url(https://shivlab.com/wp-content/uploads/2023/05/gray_sep_img.webp) repeat-x left top;
    position: absolute;
    top: 31px;
    right: -81px;
}

@media screen and (max-width: 1580px) {
    .about4box {
        width: calc(25% - 20px);
        box-sizing: border-box;
        padding: 22px;
        padding-top: 0;
        height: auto;
        margin-left: 20px;
        margin-right: 0 !important;
    }

    .about4box p.minhi01 {
        margin-bottom: 0;
    }

    .about4box ol {
        min-height: 300px;
    }

    .about4box ol {
        min-height: 240px;
    }
}

@media screen and (max-width: 1279px) {
    .about4box {
        width: calc(50% - 20px);
        margin-top: 100px;
    }

    .about_sec1_2 {
        padding: 0px 20px 0;
    }
}

@media screen and (max-width: 1006px) {
    .funline span {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .funline span {
        font-size: 28px;
    }

    .funline span:nth-child(1)::after {
        left: -61px;
        top: 18px;
    }

    .funline span:nth-child(7)::before {
        right: -61px;
        top: 17px;
    }

    .funline i {
        line-height: 51px;
    }
}

@media screen and (max-width: 639px) {
    .funline span:nth-child(1)::after {
        display: none;
    }

    .funline span:nth-child(7)::before {
        display: none;
    }

    .funline span {
        font-size: 24px;
    }

    .about_sec1_1 p {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 16px;
        line-height: 1.5em;
    }

    .about_sec1_1 p br {
        display: none;
    }

    .about4box ol,
    .about4box p {
        line-height: 22px;
    }
}

@media screen and (max-width: 479px) {
    .funline span {
        font-size: 20px;
    }

    .funline i {
        background-size: 35% auto;
        width: 22px;
        line-height: 43px;
    }

    .about4box {
        width: calc(100% - 20px);
        margin-left: 5%;
        margin-right: 5%;
        box-sizing: border-box;
    }

    .about4box p.minhi01 {
        min-height: inherit;
    }

    .about4box ol {
        min-height: inherit;
    }

    .about4box {
        height: auto;
    }
}

/**** end life page **/

.hireus_main {
    margin-bottom: 20px;
}

.blogInner {
    justify-content: center;
}

.mddetails {
    text-align: left;
    max-width: 460px;
    margin: 0 auto 0 0;
}

.mddetails .signeture {
    margin: 0 auto 0 0;
}

.cta_box_title {
    margin: 0 !important;
    font-weight: 700;
}

.cta_box {
    padding: 20px;
    border: 1px solid;
    text-align: center;
    background: #f3f3f3;
}

.cta_box_main {
    margin: 50px 0px;
}

.customnumber,
.customnumber>p {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* inner banner css */

.sub_service_new .btn-main {
    margin: 30px 0 20px;
}

.sub_service_new .btn-main .free-quote-button {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sub_service_new .btn-main .schedule-call-button {
    display: inline-block;
    margin-bottom: 10px;
}

.page-template-sub-services-new .tech-sec,
.page-template-main-services-new .tech-sec,
.page-template-sub-services-final .tech-sec {
    margin-top: 50px;
}

.sub_service_new .banner-image-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub_service_new .counter-main-row {
    display: grid;
    grid-template-columns: auto auto auto auto;
    margin-top: 30px;
    gap: 30px;
}

.sub_service_new .counters-main {
    display: flex;
    align-items: center;
}

.sub_service_new .counters-main .icon-box {
    margin-right: 15px;
    width: 50px;
    min-width: 50px;
    height: 50px;
}

.sub_service_new .counters-main .count {
    margin-bottom: 10px;
}

.sub_service_new .counters-main .count::after {
    display: none;
}

.bigEmpireSection_new .bigEmpireContent .h3 {
    color: #fff;
    margin-bottom: 15px;
}

.page-template-sub-services-new .sub_service_new .page-template-sub-services-new .sub_service_new,
.page-template-main-services-new .sub_service_new,
.page-template-hireus .sub_service_new {
    background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/top-section-bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.page-template-sub-services-new .ideaSection .row,
.page-template-main-services-new .ideaSection .row,
.page-template-main-services .ideaSection .row,
.page-template-sub-services-final .ideaSection .row,
.page-template-industries_page .ideaSection .row,
.page-template-hireus_details_new .ideaSection .row {
    margin-left: 0;
    margin-right: 0;
}

.page-template-sub-services-new .ideaSection .react-native-service,
.page-template-main-services-new .ideaSection .react-native-service,
.page-template-main-services .ideaSection .react-native-service,
.page-template-sub-services-final .ideaSection .react-native-service,
.page-template-hireus_details_new .ideaSection .react-native-service,
.page-template-industries_page .ideaSection .react-native-service {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.page-template-sub-services-new .ideaSection .react-native-service li,
.page-template-industries_page .ideaSection .react-native-service li,
.page-template-main-services-new .ideaSection .react-native-service li,
.page-template-main-services .ideaSection .react-native-service li,
.page-template-sub-services-final .ideaSection .react-native-service li,
.page-template-hireus_details_new .ideaSection .react-native-service li {
    padding: 20px;
    margin-bottom: 0;
    border-bottom: 5px solid #ef3a36;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    flex: 0 0 calc(33.33% - 20px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-template-sub-services-new .ideaSection .react-native-service li:nth-child(odd),
.page-template-main-services-new .ideaSection .react-native-service li:nth-child(odd),
.page-template-main-services .ideaSection .react-native-service li:nth-child(odd),
.page-template-sub-services-final .ideaSection .react-native-service li:nth-child(odd),
.page-template-hireus_details_new .ideaSection .react-native-service li:nth-child(odd),
.page-template-industries_page .ideaSection .react-native-service li:nth-child(odd) {
    border-bottom: 5px solid #1a2a42;
}

.page-template-sub-services-new .ideaSection .react-native-service li:before,
.page-template-main-services-new .ideaSection .react-native-service li:before,
.page-template-main-services .ideaSection .react-native-service li:before,
.page-template-sub-services-final .ideaSection .react-native-service li:before,
.page-template-industries_page .ideaSection .react-native-service li:before {
    display: none;
}

.page-template-sub-services-new .ideaSection .react-native-service li img,
.page-template-main-services-new .ideaSection .react-native-service li img,
.page-template-main-services .ideaSection .react-native-service li img,
.page-template-sub-services-final .ideaSection .react-native-service li img,
.page-template-hireus_details_new .ideaSection .react-native-service li img,
.page-template-industries_page .ideaSection .react-native-service li img {
    margin-bottom: 15px;
}

.page-template-sub-services-new .ideaSection .react-native-service li p,
.page-template-main-services-new .ideaSection .react-native-service li p,
.page-template-main-services .ideaSection .react-native-service li p,
.page-template-sub-services-final .ideaSection .react-native-service li p,
.page-template-hireus_details_new .ideaSection .react-native-service li p,
.page-template-industries_page .ideaSection .react-native-service li p {
    margin-top: 10px;
    font-size: 16px;
}

.page-template-main-services-new .ideaSection .react-native-service li a,
.page-template-main-services .ideaSection .react-native-service li a,
.page-template-sub-services-final .ideaSection .react-native-service li a,
.page-template-industries_page .ideaSection .react-native-service li a {
    color: #070024;
}

.page-template-sub-services-new .tech-development-inner-section .tech-list,
.page-template-main-services-new .tech-development-inner-section .tech-list,
.page-template-sub-services-final .tech-development-inner-section .tech-list {
    list-style: none;
    margin: 0 0 35px 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.page-template-sub-services-new .tech-development-inner-section .tech-list li,
.page-template-main-services-new .tech-development-inner-section .tech-list li,
.page-template-sub-services-final .tech-development-inner-section .tech-list li {
    width: 100%;
    text-align: center;
    border-radius: 5px;
    padding: 15px;
    min-height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: all 0.3s linear;
    font-weight: 600;
    border: 1px solid #f78b1e;
}

.page-template-sub-services-new .tech-development-inner-section .tech-list li:hover,
.page-template-main-services-new .tech-development-inner-section .tech-list li:hover,
.page-template-sub-services-final .tech-development-inner-section .tech-list li:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
        rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border: 1px solid transparent;
    background-color: #f78b1e;
    color: #000;
}

.home .hireSectionNew {
    margin-bottom: 30px;
}

.hireSectionNew {
    padding: 25px 15px;
    overflow-x: hidden;
    background-color: #fbfbfb;
}

.page-template-sub-services-new .hireSection .hire-detail-wrap,
.page-template-main-services-new .hireSection .hire-detail-wrap,
.home .hireSection .hire-detail-wrap,
.page-template-sub-services-final .hireSection .hire-detail-wrap,
.page-template-new-solutions-page .hireSection .hire-detail-wrap,
.page-template-sub-services-final .hireSection .hire-detail-wrap,
.page-template-hireus .hireSection .hire-detail-wrap,
.page-template-hireus_details_new .hireSection .hire-detail-wrap {
    text-align: center;
}

.page-template-sub-services-new .hire-social-links,
.page-template-main-services-new .hire-social-links,
.home .hire-social-links,
.page-template-sub-services-final .hire-social-links,
.page-template-new-solutions-page .hire-social-links,
.page-template-sub-services-final .hire-social-links,
.page-template-hireus .hire-social-links,
.page-template-hireus_details_new .hire-social-links {
    margin: 0 0 30px 0;
}

.page-template-sub-services-new .hire-social-links li a,
.page-template-main-services-new .hire-social-links li a,
.home .hire-social-links li a,
.page-template-sub-services-final .hire-social-links li a,
.page-template-new-solutions-page .hire-social-links li a,
.page-template-sub-services-final .hire-social-links li a,
.page-template-hireus .hire-social-links li a,
.page-template-hireus_details_new .hire-social-links li a {
    width: 75px;
    height: 75px;
    background-color: #fff;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
        rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.page-template-sub-services-new .hire-social-links li a img,
.page-template-main-services-new .hire-social-links li a img,
.home .hire-social-links li a img,
.page-template-sub-services-final .hire-social-links li a img,
.page-template-new-solutions-page .hire-social-links li a img,
.page-template-sub-services-final .hire-social-links li a img,
.page-template-hireus .hire-social-links li a img,
.page-template-hireus_details_new .hire-social-links li a img {
    width: 38px;
    height: 38px;
}

.page-template-sub-services-new #price-sec,
.page-template-sub-services-final #price-sec {
    margin-top: 30px;
}

.page-template-sub-services-new .price-box,
.page-template-sub-services-final .price-box {
    box-shadow: 0 7px 30px -10px rgba(255, 134, 37, 0.5);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s linear;
    margin-bottom: 30px;
}

.page-template-sub-services-new .price-box .price-box-top,
.page-template-sub-services-final .price-box .price-box-top {
    margin-bottom: 1rem;
}

.page-template-sub-services-new .price-box .price-box-top .form-price,
.page-template-sub-services-final .price-box .price-box-top .form-price {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: "Montserrat-Bold";
    color: #1a2a42;
    max-width: 250px;
}

.page-template-sub-services-new .price-box .price-box-top .form-price-tag-line,
.page-template-sub-services-final .price-box .price-box-top .form-price-tag-line {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    color: #070024;
}

.page-template-sub-services-new .price-box .price-box-center,
.page-template-sub-services-final .price-box .price-box-center {
    border-top: 1px solid #ff8625;
    padding-top: 15px;
    text-align: center;
}

.page-template-sub-services-new .price-box:hover,
.page-template-sub-services-final .price-box:hover {
    transform: translateY(-10px);
}

@media screen and (max-width: 991px) {

    .page-template-sub-services-new .tech-development-inner-section .tech-list,
    .page-template-sub-services-final .tech-development-inner-section .tech-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .page-template-sub-services .tech-development-inner-section .tech-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .sub_service_new .counter-main-row {
        grid-template-columns: 1fr 1fr;
    }

    .sub_service_new .counters-main .count {
        font-size: 32px;
    }

    .sub_service_new .banner-image-section {
        display: none;
    }

    .page-template-sub-services-new .ideaSection .react-native-service li,
    .page-template-industries_page .ideaSection .react-native-service li,
    .page-template-main-services-new .ideaSection .react-native-service li,
    .page-template-main-services .ideaSection .react-native-service li,
    .page-template-sub-services-final .ideaSection .react-native-service li,
    .page-template-hireus_details_new .ideaSection .react-native-service li {
        flex: 0 0 calc(50% - 15px);
    }
}

@media screen and (max-width: 575px) {
    .sub_service_new .counter-main-row {
        grid-template-columns: 1fr 1fr;
    }

    .sub_service_new .btn-main {
        margin: 20px 0;
    }

    .sub_service_new .counters-main .icon-box {
        margin-right: 10px;
        width: 32px;
        min-width: 32px;
        height: 32px;
    }

    .page-template-sub-services-new .ideaSection .react-native-service li,
    .page-template-industries_page .ideaSection .react-native-service li,
    .page-template-main-services-new .ideaSection .react-native-service li,
    .page-template-main-services .ideaSection .react-native-service li,
    .page-template-sub-services-final .ideaSection .react-native-service li,
    .page-template-hireus_details_new .ideaSection .react-native-service li {
        flex: 0 0 calc(100% - 15px);
    }

    .page-template-sub-services-new .hire-social-links li a,
    .page-template-main-services-new .hire-social-links li a,
    .page-template-sub-services-final .hire-social-links li a,
    .page-template-hireus .hire-social-links li a {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
}

/* tal to experts */
.new_call_to_action {
    margin-bottom: 2.5rem;
}

.talk-to-exp-background {
    background: rgba(42, 36, 67, 0.96);
    border-radius: 20px;
    padding: 25px 25px;
    position: relative;
    overflow: hidden;
}

.talk-to-exp-content {
    z-index: 1;
    position: relative;
    flex-wrap: wrap;
    color: #ffffff;
}

.talk-to-exp-title {
    max-width: 100%;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

.talk-to-exp-title .title {
    color: var(--banner-top-content-color);
    margin-bottom: 0;
    padding-right: 0px;
    text-align: center;
    font-weight: 600;
}

.talk-to-exp-profile {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    text-align: center;
}

.talk-to-exp-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ffffff;
    overflow: hidden;
    border: 5px solid #ffffff;
    margin: 0 auto 15px auto;
}

.talk-to-exp-info {
    width: 100%;
    padding-left: 0px;
    color: var(--banner-top-content-color);
}

.talk-to-exp-info .expert-name .title {
    color: var(--banner-top-content-color);
    margin-bottom: 0;
}

.talk-to-exp-info .expert-name {
    margin-bottom: 10px;
}

.talk-to-exp-section .line-background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.talk-to-exp-info .button {
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    color: #1a2a42 !important;
    font-weight: 600;
}

.talk-to-exp-info .button:hover {
    background-color: #000;
    color: #ffffff !important;
}

.talk-to-exp-info .button.disabled {
    pointer-events: none;
}

@media screen and (min-width: 600px) {
    .talk-to-exp-profile {
        width: 80%;
    }

    .talk-to-exp-title {
        max-width: 75%;
    }

    .talk-to-exp-background {
        padding: 33px 40px;
    }
}

@media screen and (min-width: 992px) {
    .talk-to-exp-section .line-background {
        width: 60%;
    }

    .talk-to-exp-title {
        max-width: 300px;
        margin: 0;
    }

    .talk-to-exp-title .title {
        padding-right: 15px;
        text-align: left;
        font-weight: 600;
    }

    .talk-to-exp-image {
        width: 110px;
        height: 110px;
        margin: 0;
    }

    .talk-to-exp-info {
        width: calc(100% - 110px);
        padding-left: 20px;
    }

    .talk-to-exp-profile {
        width: 64.7%;
        margin-left: auto;
        margin-right: 0;
        flex-wrap: wrap;
        text-align: left;
    }

    .talk-to-exp-info .button {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (min-width: 1200px) {
    .talk-to-exp-title {
        max-width: 344px;
    }

    .talk-to-exp-image {
        width: 140px;
        height: 140px;
        border-width: 8px;
    }

    .talk-to-exp-info {
        width: calc(100% - 148px);
    }
}

/* end talk to experts */

.our-plan-section {
    margin: 30px 0;
}

.our-plan-section .our-plan-bottom-space {
    margin-bottom: 30px;
}

.our-plan-section .our-plan-box {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 10px;
    padding: 15px;
    border-radius: 10px;
    height: 100%;
    border: 1px solid rgb(204 204 204 / 40%);
}

.our-plan-box .our-plan-box-top {
    width: 100%;
    text-align: center;
}

.our-plan-box .our-plan-box-top .our-plan-title {
    font-weight: bold;
}

.our-plan-box .our-plan-box-top .our-plan-description {
    line-height: 26px;
    min-height: 105px;
}

.our-plan-box .our-plan-box-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
}

.our-plan-box .our-plan-box-list ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}

.our-plan-box .our-plan-box-list ul li:before {
    content: "\f04b";
    position: absolute;
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    top: 0;
    color: #ff8625;
}

@media screen and (max-width: 1250px) {
    .our-plan-box .our-plan-box-top .our-plan-description {
        min-height: 135px;
    }
}

@media screen and (max-width: 1199px) {
    .our-plan-box .our-plan-box-top .our-plan-description {
        min-height: 160px;
    }
}

@media screen and (max-width: 991px) {
    .our-plan-box .our-plan-box-top .our-plan-description {
        min-height: 150px;
    }
}

@media screen and (max-width: 767px) {
    .our-plan-box .our-plan-box-top .our-plan-description {
        min-height: auto;
    }
}

/* new */
.new-our-plan-section .our-plan-box-icon-back {
    width: 80px;
    height: 80px;
    background-color: #f4f4f4;
    border-radius: 100%;
    padding: 15px;
    margin-bottom: 15px;
}

.new-our-plan-section .our-plan-box-top .our-plan-description {
    margin-bottom: 15px;
}

.new-our-plan-section .our-plan-box {
    padding: 25px;
}

.new-our-plan-section .our-plan-box-top {
    text-align: left;
}

.new-our-plan-section .our-plan-box-top .our-plan-title {
    margin-bottom: 15px;
}

.new-our-plan-section .our-plan-box.bg-white {
    padding: 25px;
    border-radius: 0;
    border-top: 2px solid #ff8625;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* inner banner css */

.blueBack-gradient p a:hover {
    color: #fff !important;
}

/* Home Page New  */
.talk-to-exp-title span,
.talk-to-exp-info .expert-name .title span {
    color: #f68b20;
}

/* homepage banner */
.homeBannerSection {
    position: relative;
    color: #000;
    padding: 162px 0 30px;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.homeBannerSection:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(235, 223, 214, 0.7);
    background: -webkit-gradient(left top,
            right top,
            color-stop(0%, rgba(235, 223, 214)),
            color-stop(100%, rgba(255, 255, 255, 0.85)));
    background: -o-linear-gradient(left,
            rgba(235, 223, 214) 0%,
            rgba(255, 255, 255, 0.85) 100%);
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(rgba(235 223 214)),
            to(rgba(255, 255, 255, 0.85)));
    background: linear-gradient(to right,
            rgba(235, 223, 214) 0%,
            rgb(255 255 255, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#070024', endColorstr='#070024', GradientType=1);
    z-index: -2;
}

.overlayBanner:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(7, 0, 36, 0.2);
    background: -webkit-gradient(left top,
            right top,
            color-stop(0%, rgba(7, 0, 36, 0.81)),
            color-stop(100%, rgba(7, 0, 36, 0.48)));
    background: -o-linear-gradient(left,
            rgba(7, 0, 36, 0.81) 0%,
            rgba(7, 0, 36, 0.48) 100%);
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(rgba(7, 0, 36, 0.81)),
            to(rgba(7, 0, 36, 0.48)));
    background: linear-gradient(to right,
            rgb(7 0 36 / 0%) 0%,
            rgb(7 0 36 / 2%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#070024', endColorstr='#070024', GradientType=1);
    z-index: -2;
}

.home-banner-content {
    max-width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.homeBannerSection .home-banner-heading {
    color: #000;
    min-height: 146px;
    margin-bottom: 50px;
}

.homeBannerSection .home-banner-heading span {
    color: #ff8625;
}

.home-banner-subContent {
    font-size: 26px;
    font-family: "Nunito-Medium";
    margin-bottom: 35px;
    line-height: 1.2;
}

.center-img {
    display: flex;
    align-items: center;
    height: 100%;
}

.homeBannerSection .container {
    position: relative;
    z-index: 2;
}

.homeBannerSection .btn-wrap {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.homeBannerSection .btn-wrap .button {
    margin-right: 10px;
}

/* end homepage banner */


/* AI-Section CSS Start */

.ai-section-main {
    padding: 60px 0;
    background-color: #fff8f8;
}

.ai-section-main .ai-section-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin: auto;
}

.ai-section-main .ai-left {
    flex: 1;
    position: relative;
}

.ai-section-main .ai-left .arrow-button {
    position: absolute;
    top: 0;
    right: 0;
    background: #FF8625;
    padding: 25px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.ai-section-main .ai-left .arrow-button:hover {
    transform: scale(1.1);
}

.ai-section-main .ai-left .arrow-button img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.ai-section-main .ai-left img.main-img {
    width: 100%;
    display: block;
}

.ai-section-main .ai-right {
    flex: 1.2;
}

.ai-section-main .ai-right .ai-details {
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
}

.ai-section-main .ai-right span {
    font-family: "Nunito-Regular";
    font-size: 20px;
    color: #070024;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
}

.ai-section-main .ai-right h2 {
    font-size: 40px;
    color: #070024;
    line-height: 1.3;
    margin-bottom: 20px;
}

.ai-section-main .ai-right h2 span {
    color: #FF8625;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 0;
}

.ai-section-main .ai-right p {
    color: #070024;
    font-size: 20px;
    line-height: 29px;
    font-family: "Nunito-Regular";
    font-weight: 500;
}

.ai-section-main .ai-right .ai-details p {
    font-size: 20px;
}

.ai-section-main .ai-services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 25px;
    margin-top: 31px;
}

.ai-section-main .service-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ai-section-main .service-item:hover p {
    color: #ff8625;
    transition: all 0.2s ease-in-out;
}

.ai-section-main .service-item p {
    font-weight: 600;
    color: #070024;
    font-size: 18px;
    line-height: 24px;
    font-family: "Nunito-Regular";

}

.ai-section-main .service-item .icon-div {
    height: 50px;
    width: 50px;
    padding: 2px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    /* Gradient border using background & masking */
    background: linear-gradient(180deg, #FF6F14 0%, #FFD3AF 73%);
    position: relative;
    z-index: 1;

    /* Masking to create border effect */
    -webkit-mask:
        radial-gradient(circle, white 100%, transparent 100%);
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
}

.ai-section-main .service-item .icon-div::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50%;
    background-color: #FFE9D5;
    z-index: -1;
}

.ai-section-main .service-item .icon-div img {
    max-width: 28px;
    height: auto;
    z-index: 2;

}

.ai-section-main .ai-right a.btn.btn-orange.ai-button {
    margin-top: 25px;
}

/* responsive css  */

@media screen and (max-width: 1439px) {
    .ai-section-main .ai-left .arrow-button {
        padding: 20px;
    }
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .ai-section-main .ai-right h2 span {
        font-size: 30px;
    }

    .ai-section-main .ai-right span {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .ai-section-main .ai-right h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .ai-section-main .ai-right p {
        font-size: 16px;
        line-height: 26px;
    }

    .ai-section-main .ai-right .ai-details p {
        font-size: 18px;
    }

    .ai-section-main .ai-services {
        gap: 15px;
        margin-top: 20px;
    }

    .ai-section-main .ai-left .arrow-button {
        padding: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .ai-section-main .ai-left .arrow-button {
        padding: 14px;
    }

    .ai-section-main .ai-section-inner {
        gap: 30px;
    }

    .ai-section-main .ai-right p {
        font-size: 14px;
    }
}


/* Tablet View - up to 1024px */
@media screen and (max-width: 991px) {
    .ai-section-main .ai-section-inner {
        flex-direction: column;
        gap: 40px;
    }

    .ai-section-main .ai-left,
    .ai-section-main .ai-right {
        width: 100%;
    }

    .ai-section-main .ai-right h2 {
        font-size: 28px;
    }

    .ai-section-main .ai-right h2 span {
        font-size: 28px;
    }

    .ai-section-main .ai-right .ai-details p {
        font-size: 16px;
    }

    .ai-section-main .ai-services {
        grid-template-columns: 1fr 1fr;
    }

    .ai-section-main .arrow-button {
        top: 10px;
        right: 10px;
        padding: 10px;
    }

    .ai-section-main .ai-left .arrow-button {
        padding: 28px;
    }
}

/* Mobile View - up to 768px */
@media screen and (max-width: 767px) {
    .ai-section-main {
        padding-top: 40px;
    }

    .ai-section-main .ai-right span {
        font-size: 16px;
    }

    .ai-section-main .ai-right h2 {
        font-size: 24px;
    }

    .ai-section-main .ai-right h2 span {
        font-size: 24px;
    }


    .ai-section-main .ai-right p {
        font-size: 15px;
        line-height: 24px;
    }

    .ai-section-main .ai-right .ai-details p {
        font-size: 15px;
    }

    .ai-section-main .ai-services {
        grid-template-columns: 1fr;
    }

    .ai-section-main .service-item {
        gap: 12px;
    }

    .ai-section-main .service-item p {
        font-size: 16px;
    }

    .ai-section-main .arrow-button {
        top: 8px;
        right: 8px;
        padding: 8px;
    }

    .ai-section-main .chat-overlay {
        width: 180px;
        bottom: 10px;
        left: 10px;
    }

    .ai-section-main .ai-left .arrow-button {
        padding: 20px;
    }
}

@media screen and (max-width: 520px) {
    .ai-section-main .ai-left .arrow-button {
        padding: 17px;
    }

    .ai-section-main .ai-section-inner {
        gap: 30px;
    }
}

/* Extra Small Devices - up to 480px */
@media screen and (max-width: 480px) {
    .ai-section-main .ai-right h2 {
        font-size: 20px;
    }

    .ai-section-main .ai-right h2 span {
        font-size: 20px;
    }

    .ai-section-main .ai-right p {
        font-size: 14px;
        line-height: 22px;
    }

    .ai-section-main .ai-right .ai-details p {
        font-size: 14px;
    }

    .ai-section-main .ai-services {
        gap: 15px;
    }

    .ai-section-main .service-item .icon-div {
        height: 38px;
        width: 38px;
        padding: 1.5px;
    }

    .ai-section-main .service-item .icon-div img {
        max-width: 22px;
    }

    .ai-section-main .service-item p {
        font-size: 14px;
    }

    .ai-section-main .ai-left .arrow-button {
        padding: 15px;
        border-radius: 8px;
    }
}

@media screen and (max-width: 430px) {
    .ai-section-main .ai-left .arrow-button {
        padding: 12px;
    }
}

@media screen and (max-width: 380px) {
    .ai-section-main .ai-left .arrow-button img {
        width: 12px;
        height: 12px;
    }
}

/* AI-Section CSS End */


/* services section new */

.digital-transformation-services {
    padding: 60px 0 30px 0;
}

.digital-transformation-services .tab-overflow {
    overflow: hidden;
}

.digital-transformation-services .nav-tabs {
    border-bottom: 1px solid #dbdbdb;
    flex-wrap: nowrap;
    margin: 0 0;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.digital-transformation-services .nav-tabs .nav-link {
    height: 100%;
    display: flex;
    align-items: center;
    color: #9f9f9f;
    font-family: "Montserrat-Medium";
    background-color: transparent;
    position: relative;
    margin-bottom: 0;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.digital-transformation-services .nav-tabs .nav-link.active:after {
    transform: scale(1);
    opacity: 1;
}

.digital-transformation-services .nav-tabs .nav-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ff8625;
    transition: all 0.3s linear;
    transform: scaleX(0);
    opacity: 0;
}

.digital-transformation-services .nav-tabs .nav-item.show .nav-link,
.digital-transformation-services .nav-tabs .nav-link.active {
    color: #000000;
}

.digital-transformation-services .tab-pane .tab-text .title {
    display: block;
}

.digital-transformation-services .tab-pane-main {
    margin-top: 40px;
}

.digital-transformation-services .tab-pane-main .tab-image {
    margin-bottom: 30px;
}

.digital-transformation-services .tab-pane-main .tab-image img {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.digital-transformation-services .tab-pane .tab-text ul {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.digital-transformation-services .tab-pane .tab-text ul li {
    margin-bottom: 8px;
    width: 50%;
}

.digital-transformation-services .tab-pane .tab-text ul li a {
    color: #000;
}

.digital-transformation-services .learn-more {
    color: red;
    position: relative;
    padding-right: 20px;
}

.digital-transformation-services .learn-more:before {
    content: "\f061";
    position: absolute;
    font-family: "FontAwesome";
    font-size: 14px;
    right: 0;
    top: 0;
}

/* end services section new */



/* New digital-transformation-services css start */

.digital-transformation-services-main {
    padding: 60px 0px;
    position: relative;
}

.digital-transformation-services-main .section-head p {
    margin-bottom: 15px;
}

.digital-transformation-services-main .digital-content-inner {
    display: flex;
    gap: 50px;
}

.digital-transformation-services-main .digital-content-inner .left-img-div {
    width: 45%;
    position: sticky;
    top: 120px;
    align-self: flex-start;
}

.digital-transformation-services-main .digital-content-inner .right-text-details {
    width: 55%;
    height: 100%;
    padding-right: 10px;
}

.digital-transformation-services-main .digital-tabs-wrapper {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.digital-transformation-services-main .digital-tabs-wrapper input[type="radio"] {
    display: none;
}

.digital-transformation-services-main .digital-tab-labels {
    width: 330px;
    background-color: #EFEFEF;
    padding: 25px 20px;
    display: flex;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    flex-direction: column;
    gap: 12px;
    position: sticky;
    top: 120px;
    align-self: flex-start;
}

.digital-transformation-services-main .digital-tab-labels label {
    display: block;
    padding: 8px 20px;
    background: #ffffff;
    border-radius: 90px;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    font-weight: 500;
    color: #0B0B0B;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
}

.digital-transformation-services-main .digital-content {
    flex: 1;
    padding: 0px 30px 30px;
}

.digital-transformation-services-main .digital-tab-content {
    display: none;
}

.digital-tab-labels label.active {
    background: #ff8625;
    color: #fff;
}

.digital-tab-content {
    display: none;
}

.digital-tab-content.active {
    display: block;
}

.digital-transformation-services-main .digital-tab-content img {
    max-width: 100%;
    border-radius: 10px;
}

.digital-transformation-services-main .digital-tab-content h2 {
    font-size: 27px;
    font-weight: bold;
    line-height: 63px;
    font-family: "Montserrat-Regular";
    margin: 10px 0px;
}

.digital-transformation-services-main .digital-tab-content h2 span {
    color: #ff8625;
}

.digital-transformation-services-main .digital-tab-content .text {
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    color: #645E7A;
    font-family: "Nunito-Regular";
    margin-bottom: 20px;
}

.digital-transformation-services-main .service-list {
    font-size: 14px;
    margin-bottom: 30px;
}

.digital-transformation-services-main .service-list p {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
    color: #0B0B0B;
    font-family: "Nunito-Regular";
    margin-bottom: 12px;

}

.digital-transformation-services-main .service-list p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(-50%, -50%);
    height: 14px;
    width: 16px;
    background-image: url("/wp-content/themes/shivlab/assets/images/service-arrow-icon.webp");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9999;

}

.digital-transformation-services-main .explore-btn {
    background: #ff8625;
    color: white;
    padding: 9px 24px;
    border: none;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
    max-width: 190px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}

.digital-transformation-services-main .explore-btn:hover {
    background-color: #000;
    transition: all 0.3s ease-in-out;
}

/* Responsive css start */
@media (max-width: 1230px) {
    .digital-transformation-services-main .digital-content-inner .left-img-div {
        top: 135px;
    }

    .digital-transformation-services-main .digital-tab-labels {
        top: 135px;
    }
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .digital-transformation-services-main .digital-tab-content h2 {
        font-size: 22px;
        line-height: 50px;
    }

    .digital-transformation-services-main .digital-content-inner {
        gap: 35px;
    }

    .digital-transformation-services-main .digital-tab-content .text {
        font-size: 16px;
        line-height: 25px;
    }

    .digital-transformation-services-main .service-list p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 9px;
    }

    .digital-transformation-services-main .explore-btn {
        padding: 5px 24px;
        max-width: 170px;
        width: 100%;
        font-size: 16px;
    }

    .digital-transformation-services-main .service-list {
        margin-bottom: 20px;
    }

    .digital-transformation-services-main .digital-tab-labels label {
        padding: 6px 20px;
        font-size: 16px;
    }

    .digital-transformation-services-main .digital-tab-labels {
        width: 285px;
    }
}

@media (max-width: 1200px) {
    .digital-transformation-services-main .digital-content-inner .left-img-div {
        top: 160px;
    }

    .digital-transformation-services-main .digital-tab-labels {
        top: 160px;
    }
}

@media (max-width: 1024px) {
    .digital-transformation-services-main .digital-tab-labels {
        width: 260px;
    }

    .digital-transformation-services-main .digital-tab-labels label {
        padding: 5px 12px;
        font-size: 15px;
    }

    .digital-transformation-services-main .digital-tab-content h2 {
        font-size: 20px;
    }

    .digital-transformation-services-main .digital-tab-content .text {
        font-size: 14px;
        line-height: 24px;
    }

    .digital-transformation-services-main .service-list p {
        font-size: 14px;
        line-height: 24px;
    }

    .digital-transformation-services-main .service-list p::before {
        height: 14px;
        width: 12px;
    }

    .digital-transformation-services-main .digital-content-inner {
        gap: 25px;
    }

    .digital-transformation-services-main .digital-content {
        padding: 0px 20px 30px;
    }
}

@media (max-width: 991px) {
    .digital-transformation-services-main .digital-tabs-wrapper {
        flex-direction: column;
    }

    .digital-transformation-services-main .digital-tab-labels {
        width: 100%;
        position: static;
        top: auto;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        padding: 15px;
        justify-content: flex-start;
        border-bottom-left-radius: 0;
        border-top-right-radius: 15px;
    }

    .digital-transformation-services-main .digital-tab-labels label {
        font-size: 15px;
        padding: 6px 12px;
        border-radius: 40px;
        flex-grow: 1;
        text-align: center;
    }

    .digital-transformation-services-main .digital-content-inner {
        gap: 20px;
    }

    .digital-transformation-services-main .digital-content-inner .right-text-details {
        width: 100%;
        position: static;
        height: auto;
    }

    .digital-transformation-services-main .right-text-details {
        padding-right: 0;
        overflow: visible;
    }

    .digital-transformation-services-main .digital-tab-content h2 {
        font-size: 22px;
        line-height: 34px;
        margin: 20px 0px;
    }

    .digital-transformation-services-main .digital-tab-content .text,
    .digital-transformation-services-main .service-list p {
        font-size: 16px;
        line-height: 28px;
    }

    .digital-transformation-services-main .explore-btn {
        font-size: 16px;
        padding: 8px 20px;
    }

    .digital-transformation-services-main .digital-tab-content img {
        max-width: 280px;
    }

    .digital-transformation-services-main {
        padding: 40px 0px;
    }
}


@media (max-width: 767px) {
    .digital-transformation-services-main .digital-content-inner {
        flex-direction: column;
        gap: 20px;
        height: auto;
    }

    .digital-transformation-services-main .digital-content-inner .left-img-div {
        width: 100%;
        position: static;
        height: auto;
    }
}

@media (max-width: 480px) {
    .digital-transformation-services-main .digital-content {
        padding: 0px 10px 30px;
    }
}

/* New digital-transformation-services css start */

/* client img section  */

.client-img-section {
    padding: 30px 0 60px 0;
}


.client-img-section .client-img-center {
    align-items: center;
}

.client-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 20px;
}

.client-section .client-row {
    position: relative;
    overflow: hidden;
    height: 95px;
}

.client-section .client-stack ul {
    display: flex;
    min-width: 150%;
    justify-content: space-around;
    column-gap: 15px;
    position: absolute;
}

.client-section .client-stack li {
    padding: 0 7px;
    list-style: none;
    height: 95px;
    min-width: 182px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    border: 1.376px solid rgba(221, 221, 221, 0.83);
    background: #fff;
}

.client-section .client-stack li img {
    vertical-align: middle;
    padding: 0;
    object-fit: contain;
}

.award-sc {
    margin-top: 2.5rem;
}

.award-sc .award-wrap {
    position: relative;
    overflow: hidden;
    height: 95px;
    margin: 25px 0 0;
}

.award-sc .award-wrap .award-row ul {
    display: flex;
    min-width: 150%;
    justify-content: space-around;
    column-gap: 15px;
    position: absolute;
}

.award-sc .award-wrap .award-row ul li {
    padding: 5px 5px;
    height: 95px;
    min-width: 182px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    border: 1.376px solid rgba(221, 221, 221, 0.83);
    background: #fff;
}

.award-sc .award-wrap .award-row ul li img {
    vertical-align: middle;
    padding: 0;
    object-fit: contain;
}

@keyframes slide_to_left {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes slide_to_right {
    0% {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.award-animate-slide-to-left {
    animation: slide_to_left 15s linear infinite;
}

.award-animate-slide-to-right {
    animation: slide_to_right 15s linear infinite;
}

.hover\:pause:hover {
    animation-play-state: paused;
}

/* end client img section  */

/* animate circle */

@keyframes counterclockwise {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-1turn);
    }
}

.animate-spin-slow {
    animation: counterclockwise 22s linear infinite;
}

.cir-sec {
    display: flex;
    width: 90%;
    justify-content: space-around;
    flex-direction: row;
    gap: 1rem;
    overflow: hidden;
}

.cir-sec .cir-box {
    display: flex;
    width: 20%;
    justify-content: center;
    position: relative;
}

.cir-sec .cir-box:before {
    display: block;
    content: "";
    padding-top: 100%;
}

.cir-sec .cir-box .text-wrap {
    width: 100%;
    height: 100%;
    padding: 0px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    aspect-ratio: 1/1;
    text-align: center;
}

.cir-sec .cir-box .text-wrap .display {
    margin-bottom: 5px;
    color: #ff8625;
    font-family: "Montserrat-Bold";
}

.cir-sec .cir-box .text-wrap .wheel-sc {
    position: absolute;
    padding: 1.2em;
    overflow: visible;
    letter-spacing: 4px;
    font-size: 10px;
    fill: rgb(28 42 66 / 35%);
    font-weight: bold;
    max-width: 100%;
}

.cir-sec .cir-box .text-wrap .paragraph {
    line-height: 1.1;
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .cir-sec {
        width: 100%;
    }
}

/* end animate circle */

/* Hiring Plans new */
#price-sec {
    margin-top: 60px;
    margin-bottom: 30px;
}

.price-box {
    box-shadow: 0 7px 30px -10px rgba(255, 134, 37, 0.5);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s linear;
    margin-bottom: 30px;
}

.price-box .price-box-top {
    margin-bottom: 1rem;
}

.price-box .price-box-top .form-price {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: "Montserrat-Bold";
    color: #1a2a42;
    max-width: 250px;
}

.price-box .price-box-top .form-price-tag-line {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    color: #070024;
}

.price-box .price-box-center {
    border-top: 1px solid #ff8625;
    padding-top: 15px;
    text-align: center;
}

.price-box:hover {
    transform: translateY(-10px);
}

/* end Hiring Plans new */

/* main service page css start */
.page-template-main-services-new .blogSection {
    padding: 30px 0;
}

.feature_app_service {
    background-color: #fbfbfb;
    padding: 40px 0 10px;
    margin-top: 30px;
}

.feature_app_service .feature-service-box {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 1.3rem;
    height: calc(100% - 30px);
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
        rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.feature_app_service .feature-service-box .feature-service-box-top {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.feature_app_service .feature-service-box .feature-service-box-top img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.feature_app_service .feature-service-box .feature-service-box-top .feature-service-heading {
    width: calc(100% - 64px);
    padding-left: 22px;
    margin-bottom: 0;
}

.page-template-main-services-new .ideaSection .react-native-service li .explore-service-link,
.page-template-main-services .ideaSection .react-native-service li .explore-service-link {
    color: #fff;
    margin-top: auto;
}

.page-template-sub-services-new #price-sec,
.page-template-sub-services-final #price-sec {
    margin-top: 30px;
    margin-bottom: 0;
}

/* main service page css start */

/* Header top bar css start */
.header-top-bar {
    background-color: #1f2f4b;
    padding: 10px 0;
    /* position: absolute; */
    z-index: 999;
    top: 0;
    width: 100%;
}

.header-top-bar .header-top-bar-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top-bar .left-side {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-top-bar .left-side a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    transition: all 0.3s linear;
}

.header-top-bar .left-side a:hover {
    background-color: transparent;
    box-shadow: 0 0 3px 1px #fff;
}

.header-top-bar .left-side a svg {
    width: 15px;
    transition: all 0.3s linear;
}

.header-top-bar .left-side a i {
    color: #000;
    transition: all 0.3s linear;
}

.header-top-bar .left-side a:hover i {
    color: #fff;
}

.header-top-bar .left-side a:hover svg {
    fill: #fff;
}

.header-top-bar .right-side ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.header-top-bar .right-side ul .email a:before {
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #f5891f;
}

.header-top-bar .right-side ul li {
    transition: all 0.3s linear;
    padding: 0;
    position: relative;
}

.header-top-bar .right-side ul li a {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 0px;
    position: relative;
}

.header-top-bar .right-side ul li a:hover {
    color: #f5891f;
}

.header-top-bar .right-side ul li a span {
    line-height: normal;
    font-weight: 600;
    color: #ff8625;
    transition: all 0.3s linear;
}

.header-top-bar .right-side ul li a:hover span {
    color: #ffffff;
}

.header-top-bar .right-side ul li a sup {
    font-size: 8px;
    background-color: #ff8625;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 19px;
    color: #fff;
    text-align: center;
    z-index: 9;
    letter-spacing: 1px;
    margin-right: 10px;
    margin-top: 8px;
}

.header-top-bar .right-side ul li.email a:before {
    /* content: "\f0e0";
    top: 2px;
    font-size: 20px;
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #f5891f; */
    display: none;
}

.header-top-bar .right-side ul li.phone {
    display: flex;
    gap: 20px;
}

.header-top-bar .right-side ul li.phone .call-icon-link:before {
    /* content: "\f095";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 2px;
    color: #f5891f;
    font-size: 18px; */
    display: none;
}

.header.sticky-header {
    top: 0;
}

.p-l-0 {
    padding-left: 0 !important;
}

.header-top-bar .right-side .only-icon a {
    padding-left: 0;
}

.header-top-bar .right-side .only-icon img {
    width: 25px;
}

/* Header top bar css end */

/* homebanner review css start */
.upwork-clutch-review {
    display: flex;
    margin-top: 3rem;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.upwork-clutch-review a img {
    max-width: 180px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 0.8rem;
}

.upwork-clutch-review a {
    display: inline-block;
    padding: 10px 28px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.upwork-clutch-review a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #000;
}

.upwork-clutch-review a p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    max-width: 300px;
}

.upwork-clutch-review a:last-child:after {
    border-right: none;
}

.bigcommerce-certified-logo-main {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
}

.bigcommerce-certified-logo-main img {
    height: 85px;
    object-fit: contain;
}

/* homebanner review css end */

.mt-spacing {
    margin-top: 50px;
}

/* our range section css start */
.our-range-section {
    padding: 20px 0px;
    background-color: #f9f9f9;
}

.our-range-section .our-range-list-services .orangeList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}

@media screen and (max-width: 1023px) {
    .our-range-section {
        padding: 30px 0px;
    }

    .our-range-section .our-range-list-services .orangeList {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
    }

    .header-top-bar .right-side ul,
    .header-top-bar .right-side ul li.phone {
        gap: 10px;
    }

    .header-top-bar .right-side ul li a {
        gap: 4px;
    }
}

@media screen and (max-width: 767px) {
    .our-range-section {
        padding: 30px 0px;
    }

    .our-range-section .our-range-list-services .orangeList {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* our range section css end */

.table-technical-stack {
    padding: 86px 0px;
}

.technical-Stack {
    width: 100%;
}

.technical-Stack tr {
    display: block;
    margin-bottom: 1.25rem;
    -webkit-box-shadow: 0 0 0.9375rem rgba(34, 34, 34, 0.1);
    box-shadow: 0 0 0.9375rem rgba(34, 34, 34, 0.1);
}

.technical-Stack tr td:nth-child(odd) {
    background-color: #f58220;
    font-size: 1.125rem;
    font-weight: 700;
    width: 18.75rem;
    min-width: 18.75rem;
    color: #fff;
}

.technical-Stack tr td:nth-child(even) {
    background-color: #fff;
    width: 100%;
}

.technical-Stack td,
.technical-Stack th {
    padding: 1.1875rem 1.875rem;
}

.technical-Stack tr td span {
    padding: 0 0.9375rem;
    border-right: 0.0625rem solid #dadada;
    display: inline-block;
}

.technical-Stack tr td span:last-child {
    border-right: 0;
}

.technical-Stack tr td div {
    padding: 0 0.9375rem;
    border-right: 0.0625rem solid #dadada;
    display: inline-block;
}

.technical-Stack tr td div:last-child {
    border-right: 0;
}

@media screen and (max-width: 1023px) {
    .table-technical-stack {
        padding: 60px 0px;
    }
}

@media screen and (max-width: 991px) {
    .technical-Stack tr td:nth-child(odd) {
        width: 100%;
        min-width: 100%;
    }

    .technical-Stack tr td {
        min-width: 100%;
        max-width: 100%;
        float: left;
    }

    .technical-Stack tr {
        box-shadow: none;
    }
}

@media screen and (max-width: 767px) {
    .table-technical-stack {
        padding: 40px 0px;
    }
}

/* new footer */
.new-footer .footer-middle-inner {
    border-top: 0;
    padding-top: 0;
}

.footer-country-section {
    padding: 15px 0;
    border-top: 1px solid rgb(0 0 0 / 20%);
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}

/* end new footer */

/* new country section */
.page-country-section {
    background-color: #2b2642;
    padding: 20px;
    max-width: 1000px;
    border-radius: 10px;
    min-height: 150px;
    display: flex;
    align-items: center;
    margin: 40px auto;
}

.page-country-section .footer-country-show-section {
    text-align: center;
    color: white;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .page-country-section .footer-country-show-section {
        max-width: 100%;
        text-align: center;
    }

    .page-country-section {
        padding: 25px 25px;

        min-height: 170px;
        margin-bottom: 15px;
    }
}

.page-country-section a:hover {
    color: #b6b6b6 !important;
}

/* end new country section */

/* Thank you page css start */
.page-template-thank-you .hireSectionNew {
    background-color: transparent;
    padding: 0 0 1rem 0;
}

.page-template-thank-you .hireSectionNew .hire-detail-wrap .h2 {
    margin-bottom: 20px;
}

.page-template-thank-you .hireSectionNew .hire-detail-wrap {
    text-align: center;
}

.page-template-thank-you .hire-social-links li a {
    width: 55px;
    height: 55px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
        rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.page-template-thank-you .hire-social-links li a img {
    width: 34px;
    height: 34px;
}

.page-template-thank-you .addressSection {
    margin-bottom: 1rem;
}

.page-template-thank-you .thank-you-section {
    padding: 20px 0px 10px;
}

.page-template-thank-you .thank-you-content svg {
    margin-bottom: 0.5rem;
    width: 180px;
    height: auto;
}

.page-template-thank-you .thank-you-content p {
    font-size: 18px;
}

.page-template-thank-you .thank-you-section .h1 {
    margin-bottom: 0.5rem;
    font-size: 40px;
}

.page-template-thank-you .secret-quote-modal {
    display: none !important;
}

@media screen and (max-width: 575px) {
    .page-template-thank-you .hire-social-links li a {
        width: 50px;
        height: 50px;
    }

    .page-template-thank-you .hire-social-links li a img {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }

    .page-template-thank-you .thank-you-section .h1 {
        font-size: 35px;
    }
}

/* Thank you page css start */

.wa__widget_container .wa__btn_popup {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.tableScroll {
    overflow: auto;
}

/* case study big images */
@media (min-width: 992px) {
    .new-casestudy .caseDetailBanner .caseDetailBannContent {
        padding-left: 0;
    }

    .new-casestudy .caseDetailBanner .caseDetailBannContent .h1 {
        font-size: 45px;
    }
}

@media (min-width: 1301px) {
    .new-casestudy .caseDetailBanner .caseDetailBannContent .h1 {
        font-size: 50px;
    }
}

@media (max-width: 420px) {
    .new-casestudy .caseDetailBanner .caseDetailBannContent .h1 {
        font-size: 32px;
    }
}

/* end case study big images */

/* new solution page */
.page-template-page-templatesnew-solutions-page-php .sub_service_new {
    background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/top-section-bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.section-head .heading span {
    color: #ff8625;
}

.advantages-section {
    background-color: #f5f5f5;
    padding: 60px 0;
}

.advantages-heading {
    position: sticky;
    top: 12rem;
}

.advantages-list-back {
    background-color: #fff;
    padding: 2rem;
    margin-bottom: 1.5rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.advantages-list-back:last-child {
    margin-bottom: 0;
}

.advantages-list-back:hover {
    -webkit-box-shadow: 0 2.8125rem 3.75rem 0 rgba(34, 34, 34, 0.2);
    box-shadow: 0 2.8125rem 3.75rem 0 rgba(34, 34, 34, 0.2);
}

.effective-implementation-section {
    padding: 60px 0;
}

.effective-implementation-inner-back {
    border: 1px solid #ebebeb;
    padding: 35px;
    border-radius: 25px;
    height: 100%;
}

.effective-implementation-inner-back .image-icon {
    margin-bottom: 15px;
}

.effective-implementation-list {
    row-gap: 30px;
}

.effective-implementation-accordion-heading h3 {
    margin-bottom: 0;
}

.effective-implementation-right-corner {
    bottom: -8px;
    position: absolute;
    right: 15px;
    z-index: 1;
}

.effective-implementation-accordion-heading {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.effective-implementation-inner-back .effective-implementation-accordion-content {
    margin-bottom: 0;
}

.effective-implementation-inner-back .image-icon img {
    width: 50px;
    display: block;
}

.effective-implementation-accordion-heading .image-icon {
    margin-right: 15px;
    margin-bottom: 0;
}

.page-template-new-solutions-page .faqSection {
    margin-top: 50px;
}

.industries-section {
    background: linear-gradient(279.59deg,
            rgb(255 192 141),
            rgb(255 219 189) 62.02%,
            hsla(51, 41%, 97%, 0.7));
    padding: 60px 0;
}

.industries-solutions-item-accordion {
    background-color: #fff;
    border-radius: 14px;
    padding: 20px 25px;
    margin-bottom: 20px;
    cursor: pointer;
}

.industries-solutions-grid-card {
    height: 100%;
}

.industries-solutions-grid-card .industries-solutions-item-content {
    background-color: #fff;
    padding: 40px;
    border-radius: 26px;
    height: 100%;
    display: none;
}

.industries-solutions-item-content .icon {
    margin-bottom: 15px;
}

.industries-solutions-item-content .icon img {
    display: block;
    max-width: 50px;
}

.industries-solutions-grid-list::-webkit-scrollbar {
    width: 4px;
}

.industries-solutions-grid-list::-webkit-scrollbar-thumb {
    background-color: #ff8625;
}

.industries-solutions-grid-list::-webkit-scrollbar-track {
    background-color: #fdf0e3;
}

@media(max-width: 991px) {
    .industries-section .row {
        margin: 0;
    }

    .industries-section .industries-solutions-item-accordion .industries-solutions-item-header {
        padding-right: 25px;
    }
}

.expert-team-section {
    margin-bottom: 2rem;
    margin-top: 4rem;
}

.expert-team-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -15px;
}

.expert-team-list-services {
    overflow: hidden;
}

.expert-team-list li {
    width: calc(25% - 30px);
    text-align: center;
    color: #000;
    background-color: #f5f5f5;
    padding: 30px 20px;
    margin: 0 15px 30px;
    position: relative;
    font-weight: 600;
    transition: all 0.5s;
}

.expert-team-list li:nth-child(odd) {
    background-color: #ededed;
}

.expert-team-list li:hover {
    background-color: #1f2f4b;
    color: #fff;
}

.expert-team-list .icon {
    position: relative;
    display: block;
    max-width: max-content;
    margin: 0 auto;
}

.expert-team-list .icon:before {
    content: "";
    position: absolute;
    right: -8px;
    bottom: -6px;
    width: 22px;
    height: 22px;
    background-color: #ff8625;
    border-radius: 100%;
    transition: all 0.5s;
}

.expert-team-list li:hover .icon:before {
    width: 60px;
    height: 60px;
    right: -10px;
    bottom: -10px;
}

.expert-team-list img {
    display: block;
    margin: 0 auto 15px;
    position: relative;
}

/* end new solution page */

/* hireus page css start */
.hire_us_mobile_app_section {
    padding: 50px 0;
    background-color: #fbfbfb;
}

.hire_us_mobile_app_section .sticky {
    position: sticky;
    top: 110px;
}

.hire_us_mobile_app_section .mobile_app_details .h2 {
    margin-bottom: 20px;
}

.hire_us_mobile_app_section .mobile_app_details .btn-orange {
    margin-bottom: 30px;
}

.hire_us_mobile_app_section .accordion-outer .accordion-item:after {
    display: none;
}

.hire_us_mobile_app_section .accordion-outer .accordion-item.active .faq-heading a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hire_us_mobile_app_section .accordion-outer .faq-heading {
    cursor: pointer;
}

.hire_us_mobile_app_section .accordion-outer .faq-heading a {
    font-size: 1.125rem;
    font-weight: 700;
    color: #222;
    padding: 1.4375rem 4.375rem 1.4375rem 1.25rem;
    display: block;
    position: relative;
}

.hire_us_mobile_app_section .accordion-outer .faq-heading a:after {
    position: absolute;
    content: "";
    background: url("/shivlab/wp-content/themes/shivlab/assets/images/down-arrow.png") no-repeat center;
    right: 1.25rem;
    top: 0;
    width: 0.8125rem;
    height: 0.5625rem;
    bottom: 0;
    margin: auto;
    transition: all 0.3s linear;
}

.hire_us_mobile_app_section .accordion-outer .faq-heading .h4 {
    margin: 0;
}

.hire_us_mobile_app_section .accordion-outer .accordion-item.accordian-tab {
    background: #fff;
    margin-bottom: 1.25rem;
}

.hire_us_mobile_app_section .accordion-outer .accordion-item.accordian-tab:last-child {
    margin: 0;
}

.hire_us_mobile_app_section .accordion-outer .accordian-text {
    padding: 0 3rem 1.4375rem 1.25rem;
}

.hire_us_mobile_app_section .accordion-outer .accordian-text p {
    margin-bottom: 0.75rem;
}

.hire_us_mobile_app_section .accordion-outer .accordian-text p:last-child {
    margin: 0;
}

.hire_us_mobile_app_section .accordion-outer .accordian-text p a {
    color: #ff8625;
    text-decoration: none;
}

.hireUs-form {
    background-color: #131313;
    padding: 5rem;
}

.hireUs-form .title {
    max-width: 980px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    margin: 0 auto 0.875rem;
    width: 100%;
}

.hireUs-form .description {
    max-width: 980px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto 2.8rem;
    width: 100%;
}

.hireUs-form .email-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 2.5rem;
}

.hireUs-form .email-text img {
    margin: 10px 1rem 0 0;
}

.hireUs-form .email-text a {
    color: #ffffff;
    font-size: 2.875rem;
    border-bottom: 4px solid #ffffff;
    font-weight: bold;
    line-height: normal;
}

.hireUs-form .success-text {
    font-weight: 300;
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin: 24px 0 14px;
    font-size: 24px;
}

.hireUs-form .bottom-text {
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin: 0px 0 1rem;
    font-size: 1.2rem;
    display: block;
    font-weight: 400;
}

.hireUs-form .bottom-text:last-child {
    margin-bottom: 0;
}

.hireUsFrm {
    max-width: 940px;
}

.hireUsFrm form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.hireUsFrm form .form-group {
    margin-bottom: 20px;
    width: calc(50% - 10px);
}

.hireUsFrm form .form-group.customnumber {
    width: 100%;
}

.hireUsFrm form .form-group.customnumber+.form-group {
    width: 100%;
}

@media (max-width: 991px) {
    .hire_us_mobile_app_section .sticky {
        position: unset;
        top: 0px;
    }

    .hireUs-form {
        padding: 2rem;
    }
}

@media (max-width: 767px) {
    .hire_us_mobile_app_section .accordion-outer .faq-heading a {
        padding-right: 2.875rem;
        font-size: 1.0625rem;
    }

    .hire_us_mobile_app_section .accordion-outer .accordian-text {
        padding-right: 2.875rem;
    }

    .hireUs-form .email-text {
        margin-top: 2rem;
    }

    .hireUs-form .email-text img {
        width: 36px;
        height: 36px;
        object-fit: contain;
    }

    .hireUs-form .email-text a {
        font-size: 1.6rem;
    }
}

@media (max-width: 575px) {
    .hireUs-form {
        padding: 2rem 1rem;
    }

    .hireUs-form .email-text img {
        width: 30px;
        height: 30px;
    }

    .hireUs-form .email-text a {
        font-size: 1.4rem;
    }

    .hireUs-form .success-text {
        font-size: 20px;
        margin: 20px 0 14px;
    }
}

/* hireus page css end */
.marquee-main {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    background-color: #1a2a42;
    padding: 10px 0;
}

.marquee-main .marquee {
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 15s;
    width: max-content;
    animation-name: marquee-left;
}

@keyframes marquee-left {
    0% {
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.marquee-main .marquee .heading {
    margin: 0 0;
    padding: 0 2.4rem 0 4rem;
    line-height: normal;
    color: #ffffff;
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
}

.marquee-main .marquee .heading span {
    color: #ff8625;
    font-weight: 600;
}

.marquee-main .marquee .heading:before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background-color: #ff8625;
    position: absolute;
    left: 2.6rem;
    top: 50%;
    transform: translatey(-50%);
}

/** blog new design css start */
.app-screen-shots {
    display: flex;
    flex-wrap: wrap;
    margin: 1.5rem 0;
}

.app-screen-shots img {
    width: calc(100% / 3);
    object-fit: contain;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    .app-screen-shots img {
        width: calc(100% / 2);
    }
}

/** blog new design css end */

/**new hireus details page start**/
.page-template-hireus_details_new .sub_service_new {
    background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/top-section-bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.page-template-hireus_details_new .webDevelopmentInn {
    background-color: #ffffff;
    padding: 0px 0px 50px 0px;
}

.page-template-hireus_details_new .hireSectionNew {
    background-color: #ffffff;
}

/**new hireus details page end**/

/* industries css start */
.industrie_banner {
    padding: 0px 0;
    background: rgb(238 58 56);
    background: linear-gradient(90deg, rgb(26 42 66) 0%, rgb(255 134 37) 100%);
    position: relative;
    color: #fff;
}

.industrie_banner .h2 {
    color: #fff;
}

.industrie_banner .h2 span {
    color: #ff8625;
}

.industrie_banner .btn-main .col-12 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.industrie_banner .industrie_banner-image {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

.industrie_banner-content {
    padding: 80px 0;
}

@media (min-width: 768px) {
    .page-template-industries_page .industries-solutions-grid-list {
        position: sticky;
        top: 130px;
    }
}

@media (max-width: 991px) {
    .industrie_banner-content {
        padding: 40px 0 30px;
    }
}

.industries-section {
    background: linear-gradient(279.59deg,
            rgb(255 192 141),
            rgb(255 219 189) 62.02%,
            hsla(51, 41%, 97%, 0.7));
    padding: 60px 0;
}

.industries-solutions-item-accordion {
    background-color: #fff;
    border-radius: 14px;
    padding: 20px 25px;
    margin-bottom: 20px;
    cursor: pointer;
}

.industries-solutions-item-accordion .industries-solutions-item-content {
    display: none;
}

.industries-solutions-grid-card {
    height: 100%;
}

.industries-solutions-grid-card .industries-solutions-item-content {
    background-color: #fff;
    padding: 40px;
    border-radius: 26px;
    height: 100%;
    display: none;
}

.industries-solutions-item-content .icon {
    margin-bottom: 15px;
}

.industries-solutions-item-content .icon img {
    display: block;
    max-width: 50px;
}

.industries-solutions-grid-list::-webkit-scrollbar {
    width: 4px;
}

.industries-solutions-grid-list::-webkit-scrollbar-thumb {
    background-color: #ff8625;
}

.industries-solutions-grid-list::-webkit-scrollbar-track {
    background-color: #fdf0e3;
}

.casestudy-new-design {
    position: relative;
    margin: 50px 0 0 0;
}

.casestudy-new-design .column-padding-custom {
    padding: 3rem 2rem;
    position: relative;
    margin-bottom: 3rem;
}

.casestudy-new-design .casestudy-project-category {
    position: absolute;
    right: -2rem;
    width: auto;
    bottom: 6rem;
    background-image: linear-gradient(-45deg, #ff8625 0%, #ee3a38 100%);
    box-shadow: 0px 0px 12.61px 0.39px rgba(0, 0, 0, 0.14);
    color: #fff;
    padding: 50px 20px 20px;
    font-size: 22px;
    font-family: "Montserrat-Bold";
    word-wrap: break-word;
}

.casestudy-new-design .casestudy-project-category:before {
    content: "";
    position: absolute;
    left: 1.4rem;
    top: 2.5rem;
    width: 50%;
    height: 2px;
    background-color: #fff;
}

.casestudy-project-details .casestudy-project-category {
    line-height: normal;
    margin-bottom: 10px;
    color: #afafaf;
}

.casestudy-project-details .casetudy-project-title {
    font-weight: 700;
    font-family: "Montserrat-Bold";
    color: #ff8625;
}

.casestudy-project-details .casestudy-project-content {
    line-height: normal;
}

.casestudy-project-details .casestudy-project-small-info {
    margin-bottom: 0;
}

.casestudy-project-details .casestudy-project-small-info li {
    margin-bottom: 10px;
    line-height: normal;
    padding-left: 20px;
    list-style: none;
}

.casestudy-project-details .casestudy-project-small-info strong {
    color: #ff8625;
}

.casestudy-project-details .casestudy-project-small-info li:before {
    top: 7px;
    left: 0;
}

.casestudy-new-design .column-padding-custom img {
    min-height: 350px;
    object-fit: cover;
}

.casestudy-new-design .casestudy-project-number {
    font-weight: 700;
    font-family: "Montserrat-Bold";
    color: #ff8625;
    font-size: 2rem;
    width: 100%;
    display: block;
    line-height: 1;
}

.casestudy-new-design .casestudy-project-label {
    font-size: 16px;
    margin-top: 5px;
    line-height: normal;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    display: flow;
}

.casestudy-new-design .casestudy-project-info-main {
    display: flex;
    height: 100%;
}

.casestudy-new-design .casestudy-project-number-info {
    background-color: #fffbfb;
    padding: 1rem;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem;
    border: 2px solid #ff8625;
    width: 100%;
    flex: 1;
    min-height: 115px;
}

.casestudy-new-design .column-padding-custom .btn {
    margin-top: 2rem;
}

.casestudy-new-design-main .slick-dots {
    margin-top: 1rem;
}

.casestudy-new-design-inner-content {
    position: relative;
}

.casestudy-new-design-inner-content .casestudy-new-design-block {
    margin: 0 1rem;
}

@media screen and (min-width: 992px) {
    .casestudy-new-design-inner-content:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 70%;
        height: 72%;
        background-color: #ffffff;
        box-shadow: 2px 3px 20px rgb(0 0 0 / 18%);
    }

    .casestudy-new-design .mobile-buton-contact {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .casestudy-new-design .column-padding-custom {
        padding: 0 0rem 0;
    }

    .casestudy-new-design .casestudy-project-category {
        right: 0;
        font-size: 20px;
        line-height: normal;
        bottom: 3rem;
    }

    .casestudy-new-design .column-padding-custom {
        margin-bottom: 1.5rem;
    }

    .casestudy-new-design-main .slick-dots {
        margin-top: 0;
    }

    .casestudy-new-design .column-padding-custom .btn {
        display: none;
    }

    .casestudy-new-design .mobile-buton-contact .btn {
        width: 100%;
        margin-bottom: 2rem;
        margin-top: 1rem;
    }

    .page-template-industries_page .table-technical-stack {
        padding: 50px 0;
    }

    .casestudy-new-design .casestudy-project-number {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .casestudy-new-design {
        margin: 30px 0 0 0;
    }

    .casestudy-new-design .casestudy-project-number-info {
        min-height: unset;
    }
}

.hidden-brain-right-inner img {
    max-height: 60px;
    margin-bottom: 20px;
}

/* industries css end */

/* white label css start */
.white-label-banner {
    padding: 0px 0;
    position: relative;
    color: #000;
    overflow: hidden;
}

.white-label-banner .row {
    position: relative;
    z-index: 1;
}

.white-label-banner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(255 235 221 / 85%);
    width: 85%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

.white-label-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-image: url(https://shivlab.com/wp-content/uploads/2024/10/white-label-banner-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(6px);
    -webkit-filter: blur(6px);
}

.white-label-banner .h2 {
    color: #000;
}

.white-label-banner .h2 span {
    color: #ff8625;
}

.white-label-banner .btn-main .col-12 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.white-label-banner .white-label-banner-image {
    margin: 0 auto;
    display: block;
    max-width: 600px;
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: contain;
}

.white-label-banner-content {
    padding: 60px 0;
}

.white-label-banner-content .inner-banner-content {
    margin-bottom: 2rem;
}

.white-label-banner .right-image-part {
    margin-top: auto;
}

.white-label-banner-content .inner-banner-content .orangeList {
    margin-top: 28px;
}

.white-label-banner-content .inner-banner-content ul li span {
    font-family: "Nunito-Bold";
    color: #ee3a38;
}

@media (min-width: 768px) {
    .page-template-industries_page .industries-solutions-grid-list {
        position: sticky;
        top: 130px;
    }
}

@media (max-width: 991px) {
    .white-label-banner-content {
        padding: 40px 0 30px;
    }

    .white-label-banner:after {
        clip-path: polygon(100% 0, 100% 71%, 0 91%, 0 0);
        width: 100%;
        height: 80%;
    }
}

/**/
.white-label-development-technology {
    padding: 80px 0 30px;
}

.white-label-development-technology-back {
    background-color: #fff;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.07);
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.white-label-development-technology-img {
    width: 5em;
    height: 5em;
    border-radius: 100%;
    background-color: #f5f5f5;
    padding: 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.white-label-development-technology-img img {
    display: block;
    max-width: 64px;
    max-height: 64px;
    object-fit: contain;
}

.white-label-development-technology-title {
    margin-bottom: 0;
}

@media (max-width: 1500px) {
    .white-label-development-technology-title {
        font-size: 18px;
    }

    .white-label-development-technology-img {
        width: 4em;
        height: 4em;
    }

    .white-label-development-technology-img img {
        max-width: 50px;
        max-height: 50px;
    }

    .white-label-banner-content .inner-banner-content .orangeList li {
        font-size: 16px;
    }
}

/**/
.why-choose-stl-white-label {
    padding: 60px 0;
}

.why-choose-stl-white-label .section-heading {
    text-align: center;
}

.why-choose-stl-white-label-list-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.why-choose-stl-white-label-list-main .why-choose-stl-white-label-list {
    list-style: none;
}

.why-choose-stl-white-label-block {
    border: 1px solid #dddddd;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    height: 100%;
}

.why-choose-stl-white-label-block .why-choose-stl-white-label-block-icon-text {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    background-color: #fff3ea;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-family: "Nunito-medium";
    color: #ff8625;
}

.why-choose-stl-white-label-block .why-choose-stl-white-label-block-icon-text img {
    max-width: 39px;
}

.why-choose-stl-white-label-block-text {
    color: #000;
    line-height: normal;
}

@media (max-width: 1450px) {
    .why-choose-stl-white-label-block-text {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .why-choose-stl-white-label-list-main {
        grid-template-columns: repeat(2, 1fr);
    }

    .white-label-development-technology {
        padding-top: 50px;
    }
}

@media (max-width: 575px) {
    .why-choose-stl-white-label-list-main {
        grid-template-columns: repeat(1, 1fr);
    }
}

/**/
@media (min-width: 992px) {
    .page-template-white-label .timelineSection .timeline-inner {
        max-width: calc(100% / 5);
    }
}

/**/

.white-label-agency-feedback .section-head .section-heading {
    margin-bottom: 15px;
}

.white-label-agency-feedback .section-head .heading-icon {
    display: block;
    margin-bottom: 20px;
}

.white-label-agency-feedback-back {
    background-color: #f3f3f3;
    padding: 15px 30px;
    border-radius: 40px;
}

.white-label-agency-feedback-block {
    background-color: #fff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin: 15px 0;
    height: calc(100% - 30px);
}

.white-label-agency-feedback-block-profile {
    display: flex;
    align-items: center;
}

.white-label-agency-feedback-block-profile .white-label-agency-image {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    flex: 0 0 auto;
    margin-right: 15px;
    border: 4px solid #a3a3a3;
}

.white-label-agency-feedback-block-profile .white-label-agency-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.white-label-agency-right-info .white-label-agency-name {
    width: 100%;
    display: block;
    color: #000;
    font-family: "Nunito-Bold";
    font-size: 22px;
}

.white-label-agency-right-info .white-label-agency-degignation {
    color: #ff8625;
    font-family: "Nunito-medium";
}

.white-label-agency-feedback-block-content {
    font-size: 16px;
    line-height: normal;
    margin-top: 20px;
}

.white-label-agency-feedback {
    padding-bottom: 60px;
    padding-top: 30px;
}

@media (min-width: 768px) {

    .white-label-agency-feedback-back .row>div:nth-child(2) .white-label-agency-feedback-block,
    .white-label-agency-feedback-back .row>div:nth-child(3) .white-label-agency-feedback-block {
        color: #fff;
        background-color: #ff8625;
    }

    .white-label-agency-feedback-back .row>div:nth-child(2) .white-label-agency-feedback-block .white-label-agency-right-info .white-label-agency-degignation,
    .white-label-agency-feedback-back .row>div:nth-child(3) .white-label-agency-feedback-block .white-label-agency-right-info .white-label-agency-degignation {
        color: #000000;
    }

    .white-label-agency-feedback-back .row>div:nth-child(2) .white-label-agency-feedback-block .white-label-agency-right-info .white-label-agency-name,
    .white-label-agency-feedback-back .row>div:nth-child(3) .white-label-agency-feedback-block .white-label-agency-right-info .white-label-agency-name {
        color: #fff;
    }

    .white-label-agency-feedback-back .row>div:nth-child(2) .white-label-agency-feedback-block .white-label-agency-image,
    .white-label-agency-feedback-back .row>div:nth-child(3) .white-label-agency-feedback-block .white-label-agency-image {
        border-color: #ffffff;
    }
}

@media (min-width: 1200px) {
    .white-label-agency-feedback .section-head {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .white-label-agency-feedback-block-profile .white-label-agency-image {
        width: 70px;
        height: 70px;
        border-width: 2px;
    }

    .white-label-agency-right-info .white-label-agency-name {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .white-label-agency-feedback-back {
        padding: 10px 20px;
        border-radius: 30px;
    }

    .white-label-agency-feedback-block {
        margin: 10px 0;
        height: calc(100% - 20px);
    }

    .white-label-agency-feedback-back .row>div:nth-child(odd) .white-label-agency-feedback-block {
        color: #fff;
        background-color: #ff8625;
    }

    .white-label-agency-feedback-back .row>div:nth-child(odd) .white-label-agency-feedback-block .white-label-agency-right-info .white-label-agency-degignation {
        color: #000000;
    }

    .white-label-agency-feedback-back .row>div:nth-child(odd) .white-label-agency-feedback-block .white-label-agency-right-info .white-label-agency-name {
        color: #fff;
    }

    .white-label-agency-feedback-back .row>div:nth-child(odd) .white-label-agency-feedback-block .white-label-agency-image {
        border-color: #ffffff;
    }
}

/** plan section css start */

.plan-section-main {
    padding: 50px 0;
    background-color: #f7f7f7;
}

.plan-section-main .pricing-tab-main {
    margin-top: 30px;
}

.plan-section-main .section-head {
    text-align: center;
}

.plan-section-main .pricing-tab-main .tab-top {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-bottom: 1px solid #dbdbdb;
}

.plan-section-main .pricing-tab-main .tab-head-item .tab-head-top {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    color: #330c79;
    font-size: 22px;
    font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
}

.plan-section-main .pricing-tab-main .tab-head-item .tab-head-top .discount-text {
    font-weight: var(--font-weight-regular);
    font-size: 20px;
}

.plan-section-main .pricing-tab-main .tab-head-item .tab-head-text {
    padding: 8px 20px;
    color: #9f9f9f;
    font-family: "Montserrat-Bold";
    min-width: 160px;
    text-align: center;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    margin-top: 10px;
}

.plan-section-main .pricing-tab-main .tab-head-item .tab-head-text.active::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ff8625;
}

.plan-section-main .pricing-tab-main .tab-head-item .tab-head-text.active {
    color: #000;
}

.plan-section-main .pricing-tab-main .tab-content {
    margin-top: 60px;
    overflow: auto;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan-main {
    width: 100%;
    display: none;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan {
    width: 100%;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan-main.active {
    display: table;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan tr:nth-child(even) td {
    background-color: #f1f1f1;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan td:first-child,
.plan-section-main .pricing-tab-main .tab-content .best-plan th:first-child {
    text-align: left;
    background-color: transparent;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan td,
.plan-section-main .pricing-tab-main .tab-content .best-plan th {
    font-size: 16px;
    vertical-align: middle;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan th {
    position: relative;
    overflow: hidden;
    border: 0;
    padding: 20px 15px;
    color: #000000;
    text-align: center;
    z-index: 2;
    width: 20%;
    background-color: #fff;
    border-radius: 0;
    font-size: 22px;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan .price-main {
    padding-top: 25px;
    font-size: 30px;
    font-family: "Montserrat-Bold";
}

.plan-section-main .pricing-tab-main .hours-per-mo {
    font-size: 12px;
    width: 100%;
    display: block;
    max-width: max-content;
    margin: 15px auto 0;
    background-color: #ff8625;
    padding: 0px 15px;
    border-radius: 0;
    color: #fff;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan .price-main td {
    background-color: transparent;
    font-size: 35px;
    color: #1a2a42;
    font-family: "Montserrat-Bold";
    padding: 30px 15px;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan .price-main sub {
    font-size: 18px;
    color: #adadad;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan .price-main sup {
    font-size: 22px;
    color: #1a2a42;
    margin-right: 5px;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan th p {
    width: auto;
    padding: 12px;
    color: #330c79;
    text-align: center;
    margin: 14px auto 0;
    border-top: 1px solid #330c7920;
    line-height: normal;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan td {
    color: #000;
    border: 0;
    position: relative;
    padding: 12px 15px;
    text-align: center;
    width: 20%;
    background-color: transparent;
    line-height: normal;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan tbody td img {
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
}

.plan-section-main .pricing-tab-main table .button {
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan-item .best-plan-content .button {
    margin-top: 15px;
    text-align: center;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan tr:last-child td {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan tr td:not(:last-child),
.plan-section-main .pricing-tab-main .tab-content .best-plan tr th:not(:last-child) {
    border-right: 1px solid #d5d5d5;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan th:first-child {
    border-right: 0 !important;
}

.most-popular {
    background-color: #ee3a38;
    color: #fff;
    font-size: 12px;
    width: 150px;
    transform: rotate(45deg);
    position: absolute;
    top: 18px;
    right: -45px;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan th:not(:last-child) .most-popular {
    display: none;
}

.plan-section-main .pricing-tab-main .tab-content .best-plan.half-annually .most-popular {
    display: none;
}

.custom-price-plan-part {
    margin-top: 60px;
    background-color: #ffffff;
    padding: 30px 30px;
    background-image: url(https://shivlab.com/wp-content/uploads/2024/10/bigEmpire-back.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.custom-price-plan-part:before {
    opacity: 0.8;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0);
}

.custom-price-plan-part .title {
    line-height: 1;
    margin-bottom: 20px;
    color: #fff;
}

.custom-price-plan-part p {
    color: #fff;
    margin-bottom: 0;
}

.custom-price-plan-part .custom-price-plan-button .button {
    max-width: max-content;
    margin-left: auto;
    margin-right: 0;
    display: block;
}

.custom-price-plan-part .row {
    align-items: center;
}

@media (max-width: 1450px) {
    .plan-section-main .pricing-tab-main .tab-content .best-plan td {
        font-size: 14px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan tbody td img {
        width: 20px;
        height: 20px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan th {
        font-size: 20px;
    }

    .plan-section-main .pricing-tab-main table .button {
        font-size: 14px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan .price-main {
        padding-top: 18px;
        font-size: 25px;
    }
}

@media (max-width: 1199px) {
    .most-popular {
        font-size: 10px;
        top: 12px;
        right: -50px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan .price-main {
        padding-top: 12px;
        font-size: 20px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan .price-main sup {
        font-size: 16px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan .price-main sub {
        font-size: 14px;
    }

    .plan-section-main .pricing-tab-main .hours-per-mo {
        font-size: 10px;
        margin: 10px auto 0;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan td {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .plan-section-main .pricing-tab-main table .button {
        min-width: unset;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan tbody td img {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 991px) {
    .plan-section-main .pricing-tab-main .tab-head-item .tab-head-top {
        font-size: 20px;
    }

    .plan-section-main .pricing-tab-main .tab-head-item .tab-head-top .discount-text {
        font-size: 18px;
    }

    .plan-section-main .pricing-tab-main .tab-head-item .tab-head-text {
        padding: 15px;
        min-width: 140px;
        margin-top: 10px;
        font-size: 16px;
    }

    .plan-section-main .pricing-tab-main .tab-content {
        margin-top: 50px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan th {
        padding: 15px 10px;
        font-size: 16px;
        line-height: normal;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan .price-main td {
        font-size: 26px;
        padding: 20px 15px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan th p {
        padding: 12px;
        margin: 14px auto 0;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan td {
        padding: 10px 10px;
    }

    .most-popular {
        padding: 4px 0;
        top: 10px;
        font-size: 7px;
        right: -58px;
    }

    .plan-section-main .pricing-tab-main .hours-per-mo {
        font-size: 10px;
        padding: 4px 10px;
    }

    .plan-section-main .pricing-tab-main table .button {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    .custom-price-plan-part {
        margin-top: 40px;
    }

    .custom-price-plan-part .title {
        margin-bottom: 10px;
        text-align: center;
    }

    .custom-price-plan-part .content,
    .custom-price-plan-part p {
        text-align: center;
    }

    .custom-price-plan-part .custom-price-plan-button .button {
        margin-right: auto;
        margin-top: 20px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan tr {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan td {
        height: auto;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan tr td,
    .plan-section-main .pricing-tab-main .tab-content .best-plan tr th {
        width: 25%;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan.half-annually tr td,
    .plan-section-main .pricing-tab-main .tab-content .best-plan.half-annually tr th {
        width: 33.333%;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan tr td:first-child,
    .plan-section-main .pricing-tab-main .tab-content .best-plan tr th:first-child {
        width: 100%;
        text-align: center;
        border-right: 0 !important;
        font-weight: 600;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan tr td:not(:first-child) {
        border-right: 0 !important;
        border-bottom: 1px solid #d5d5d5;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan tr:last-child td:first-child,
    .plan-section-main .pricing-tab-main .tab-content .best-plan tr th:first-child {
        padding: 0;
    }

    .plan-section-main .pricing-tab-main table .button {
        padding-left: 15px;
        padding-right: 15px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan tr th:first-child {
        font-size: 14px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan .price-main {
        padding-top: 8px;
        font-size: 18px;
    }

    .plan-section-main .pricing-tab-main .tab-head-item .tab-head-text {
        padding: 15px 10px;
        min-width: 100px;
        margin-top: 10px;
        font-size: 14px;
    }

    .plan-section-main .pricing-tab-main .tab-content {
        margin-top: 30px;
    }
}

@media (max-width: 550px) {
    .plan-section-main .pricing-tab-main .tab-content .best-plan th {
        padding: 10px 5px;
        font-size: 12px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan .price-main sup {
        font-size: 12px;
        margin-right: 2px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan .price-main {
        padding-top: 6px;
        font-size: 15px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan .price-main sub {
        font-size: 8px;
    }

    .most-popular {
        transform: rotate(0);
        width: 100%;
        left: 0;
        top: 0;
    }

    .best-plan-name {
        padding-top: 10px;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan tr:last-child td:not(:last-child) {
        width: 100%;
        border-bottom: 0;
        padding: 0;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan tr:last-child td:not(:last-child) .button {
        display: none;
    }

    .plan-section-main .pricing-tab-main .tab-content .best-plan tr:last-child td:last-child {
        width: 100%;
        border-bottom: 0;
    }

    .plan-section-main .pricing-tab-main table .button {
        font-size: 12px;
    }
}

.white-label-workflow-section .workflow-single .title {
    font-size: 20px;
}

@media (min-width: 1400px) {
    .white-label-workflow-section .workflow-single .title {
        font-size: 22px;
        margin-bottom: 0;
    }
}

/** plan section css end */

/* white label css end */

.grecaptcha-badge {
    z-index: 999;
}

.casestudy-new-design .casestudy-new-design-main .slick-track {
    display: flex;
}

.casestudy-new-design .casestudy-new-design-main .casestudy-new-design-block {
    height: auto;
    display: flex;
    flex-direction: column;
}

.casestudy-new-design .casestudy-new-design-main .casestudy-new-design-block .row:nth-child(2) {
    margin-top: auto;
}

#scheduleBlogButton {
    border: 0px;
}

.app-category-img {
    text-align: center;
}

/* grocery page new css */
main.new-grocery-app .btn-orange,
main.new-grocery-app .btn-blue,
main.new-grocery-app .top-on-demand-expert .btn,
main.new-grocery-app .btn-wrap .btn {
    background-color: #85c549 !important;
}

main.new-grocery-app .btn-orange:hover,
main.new-grocery-app .btn-blue:hover,
main.new-grocery-app .top-on-demand-expert .btn:hover,
main.new-grocery-app .btn-wrap .btn:hover {
    background-color: #000 !important;
}

main.new-grocery-app h1 span,
main.new-grocery-app h2 span,
main.new-grocery-app h3 span,
main.new-grocery-app h4 span,
main.new-grocery-app h5 span,
main.new-grocery-app h6 span {
    color: #85c549 !important;
}

main.new-grocery-app .app-customization-list li:before,
main.new-grocery-app .app-customization-list li:after {
    border-color: #86c649 !important;
}

main.new-grocery-app .app-category-inner:hover {
    background-color: #86c649;
}

main.new-grocery-app .top-on-demand-sec {
    background-color: #f2ffe5;
}

main.new-grocery-app .top-on-demand-slide:before {
    background-color: #05854a;
}

main.new-grocery-app .top-on-demand-sec .top-on-demand-inn {
    border-color: #86c649;
}

main.new-grocery-app .ondemand-process-inner .h5 {
    color: #86c649;
}

main.new-grocery-app .ondemand-tech-section .nav-tabs .nav-link:after {
    background-color: #86c649;
}

main.new-grocery-app .ondemand-fet-inner .subContent span {
    color: #86c649;
}

main.new-grocery-app .ondemand-business-section ul li:before {
    background-image: url(https://shivlab.com/wp-content/uploads/2024/12/check-mark-green.png);
}

main.new-grocery-app .ondemand-business-inner .h3:after {
    background-color: #86c649;
}

main.new-grocery-app .hidd-brain-title {
    color: #86c649;
}

main.new-grocery-app .hidden-brain-left>.subContent {
    color: #070024;
}

main.new-grocery-app .bigEmpireContent span,
main.new-grocery-app .bigEmpireContent .subContent {
    color: #86c649;
}

main.new-grocery-app .blogLink:hover span {
    color: #86c649;
}

main.new-grocery-app .blogLink:hover .hashText:after {
    background-color: #86c649;
}

main.new-grocery-app .accordionInner .accordionTitle.active {
    background-color: #86c649;
}

main.new-grocery-app .app-overview-slider-section .slick-dots button {
    background-color: #86c649;
}

main.new-grocery-app .app-overview-slider .slick-slide>.app-overview-img img {
    border: 1px solid #000;
    border-radius: 21px;
}

main.new-grocery-app .anticipate-section {
    position: relative;
    padding: 50px 0;
    z-index: 1;
    background-color: #f2ffe5;
}

.page-id-5342 .addressSection .section-head span,
.page-id-5342 .contactSection .section-head span,
.page-id-5342 .partnerSection .partnerSecHead span {
    color: #85c549;
}

.page-id-5342 .contactSection .btn-orange {
    background-color: #85c549 !important;
}

.page-id-5342 .contactSection .btn-orange:hover {
    background-color: #000 !important;
}

/* end grocery page new css */

/* dating page new css */
main.new-dating-app .btn-orange,
main.new-dating-app .btn-blue,
main.new-dating-app .top-on-demand-expert .btn,
main.new-dating-app .btn-wrap .btn {
    background-color: #f7446e !important;
}

main.new-dating-app .btn-orange:hover,
main.new-dating-app .btn-blue:hover,
main.new-dating-app .top-on-demand-expert .btn:hover,
main.new-dating-app .btn-wrap .btn:hover {
    background-color: #000 !important;
}

main.new-dating-app h1 span,
main.new-dating-app h2 span,
main.new-dating-app h3 span,
main.new-dating-app h4 span,
main.new-dating-app h5 span,
main.new-dating-app h6 span {
    color: #f7446e !important;
}

main.new-dating-app .app-customization-list li:before,
main.new-dating-app .app-customization-list li:after {
    border-color: #f7446e !important;
}

main.new-dating-app .app-category-inner:hover {
    background-color: #f7446e;
}

main.new-dating-app .top-on-demand-sec {
    background-color: rgba(245, 67, 109, 0.1);
}

main.new-dating-app .top-on-demand-slide:before {
    background-color: #1a2a42;
}

main.new-dating-app .top-on-demand-sec .top-on-demand-inn {
    border-color: #f7446e;
}

main.new-dating-app .ondemand-process-inner .h5 {
    color: #f7446e;
}

main.new-dating-app .ondemand-tech-section .nav-tabs .nav-link:after {
    background-color: #f7446e;
}

main.new-dating-app .ondemand-fet-inner .subContent span {
    color: #f7446e;
}

main.new-dating-app .ondemand-business-section ul li:before {
    background-image: url(https://shivlab.com/wp-content/uploads/2024/12/dating-app-check-mark.png);
}

main.new-dating-app .ondemand-business-inner .h3:after {
    background-color: #f7446e;
}

main.new-dating-app .hidd-brain-title {
    color: #f7446e;
}

main.new-dating-app .hidden-brain-left>.subContent {
    color: #070024;
}

main.new-dating-app .bigEmpireContent span,
main.new-dating-app .bigEmpireContent .subContent {
    color: #f7446e;
}

main.new-dating-app .blogLink:hover span {
    color: #f7446e;
}

main.new-dating-app .blogLink:hover .hashText:after {
    background-color: #f7446e;
}

main.new-dating-app .accordionInner .accordionTitle.active {
    background-color: #f7446e;
}

main.new-dating-app p a {
    color: #f7446e !important;
}

main.new-dating-app .app-overview-slider-section .slick-dots button {
    background-color: #f7446e;
}

main.new-dating-app .app-overview-slider .slick-slide>.app-overview-img img {
    border: 1px solid #000;
    border-radius: 21px;
}

main.new-dating-app .anticipate-section {
    position: relative;
    padding: 50px 0;
    z-index: 1;
    background-color: rgb(245 67 109 / 10%);
}

.page-id-5436 .addressSection .section-head span,
.page-id-5436 .contactSection .section-head span,
.page-id-5436 .partnerSection .partnerSecHead span {
    color: #f7446e;
}

.page-id-5436 .contactSection .btn-orange {
    background-color: #f7446e !important;
}

.page-id-5436 .contactSection .btn-orange:hover {
    background-color: #000 !important;
}

/* end dating page new css */

/* video section */
.video-section-main::after {
    display: none;
}

.video-section-main {
    background: #f5f5f5;
}

.video-section-main .section-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
}

.video-section-main .container {
    position: relative;
}

/* video section */

/* anticipate-section */
.anticipate-section {
    position: relative;
    padding: 50px 0;
    z-index: 1;
}

.anticipate-section .title {
    margin-bottom: 50px;
}

.anticipate-section .anticipate-section-img {
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .anticipate-section .anticipate-section-img {
        margin-bottom: 20px;
    }

    .anticipate-section .title {
        margin-bottom: 30px;
    }
}

/* anticipate-section */

/* blog banner default */
.blog-content-banner {
    background-color: #fff7f7;
    padding: 40px 25px;
    border-radius: 0;
    text-align: center;
    margin-bottom: 20px;
    border: 5px solid;
    border-image-slice: 1;
    box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.1);
    border-image-source: linear-gradient(145deg,
            #ff8625,
            #fad64800,
            #a767e500,
            #12bcfe00,
            #ff8625);
}

.blog-content-banner .blog-content-banner-title {
    font-weight: bold;
    color: #1a2a42;
}

.blog-content-banner .blog-content-banner-content {
    font-size: 16px;
    line-height: normal;
    color: #1f2f4b;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.blog-content-banner .btn-wrap a {
    display: block;
    max-width: max-content;
    margin: 0 auto;
}

.blog-content-banner p:empty {
    display: none;
}

@media (max-width: 767px) {
    .blog-content-banner {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    .blog-content-banner .btn-wrap a {
        font-size: 14px;
    }
}

/* end blog banner default */

/* blog banner one */
.blog-banner-design-one {
    padding: 0 30px 0px 15px;
    position: relative;
    background-image: linear-gradient(to right, #fe781c, #ffa149);
    margin-bottom: 20px;
}

.blog-banner-design-one-inner {
    display: flex;
}

.blog-banner-design-one-top-image {
    width: 14vw;
    position: absolute;
    top: 0;
    left: 0;
}

.blog-banner-design-one-image {
    width: 30%;
    display: flex;
    align-items: end;
}

.blog-banner-design-one-info-right {
    width: 70%;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-banner-design-one-image img {
    display: block;
}

.blog-banner-design-one-info-right .blog-banner-design-one-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.blog-banner-design-one-info-right .blog-banner-design-one-content {
    font-size: 16px;
    line-height: normal;
    position: relative;
    color: #fff;
    margin-bottom: 20px !important;
    min-height: 70px;
}

.blog-banner-design-one-info-right .btn-wrap {
    text-align: left !important;
}

.blog-banner-design-one-info-right .btn-wrap .btn-white {
    display: block;
    max-width: fit-content;
    font-size: 20px;
    line-height: normal;
    min-width: fit-content;
    color: #000 !important;
    border-radius: 4px;
    font-weight: bold;
}

.blog-banner-design-one-info-right .btn-wrap .btn-white:hover {
    background-color: #000;
    color: #fff !important;
}

.blog-banner-design-one P:empty {
    display: none;
}

@media (max-width: 1400px) {
    .blog-banner-design-one-info-right .blog-banner-design-one-title {
        font-size: 25px;
    }

    .blog-banner-design-one-info-right .btn-wrap a {
        font-size: 18px;
    }
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .blog-banner-design-one-info-right .blog-banner-design-one-title {
        font-size: 22px;
    }

    .blog-banner-design-one-info-right .btn-wrap a {
        font-size: 14px;
    }

    .blog-banner-design-one-info-right .blog-banner-design-one-content {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .blog-banner-design-one {
        padding: 30px 20px;
    }

    .blog-banner-design-one-image {
        display: none;
    }

    .blog-banner-design-one-info-right {
        width: 100%;
        align-items: center;
        padding: 0;
    }

    .blog-banner-design-one-info-right .blog-banner-design-one-content,
    .blog-banner-design-one-info-right .blog-banner-design-one-title {
        text-align: center;
    }

    .blog-banner-design-one-info-right .btn-wrap a {
        font-size: 16px;
    }

    .blog-banner-design-one-info-right .blog-banner-design-one-title {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .blog-banner-design-one-info-right .btn-wrap a {
        font-size: 14px;
    }
}

/* end elog banner one */

/* blog banner two */
.blog-banner-design-two {
    background-color: #fafafa;
    margin-bottom: 20px;
}

.blog-banner-design-two p:empty {
    display: none;
}

.blog-banner-design-two img {
    display: block;
    position: relative;
    max-height: 100%;
}

.blog-banner-design-two-inner {
    display: flex;
    position: relative;
}

.blog-banner-design-two .blog-banner-design-two-image {
    width: 35%;
    position: relative;
}

.blog-banner-design-two .blog-banner-design-two-image:before {
    content: "";
    position: absolute;
    right: 8%;
    top: 69%;
    width: 53px;
    height: 41px;
    background-image: url(https://shivlab.com/wp-content/uploads/2025/01/blog-image-two-decoration.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.blog-banner-design-two .blog-banner-design-two-info-right {
    width: 65%;
    padding: 25px 35px 25px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-banner-design-two-right-img {
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.blog-banner-design-two .blog-banner-design-two-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}

.blog-banner-design-two .blog-banner-design-two-title:before {
    content: "";
    position: absolute;
    right: 18%;
    top: 28%;
    width: 53px;
    height: 41px;
    background-image: url(https://shivlab.com/wp-content/uploads/2025/01/blog-image-two-decoration.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.blog-banner-design-two .blog-banner-design-two-content {
    margin-bottom: 20px !important;
    font-size: 16px;
    line-height: normal;
}

.blog-banner-design-two .btn-wrap .btn {
    font-weight: 700;
    border-radius: 60px;
    font-size: 20px;
}

.blog-banner-design-two .blog-banner-design-two-bottom-image {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 150px;
    width: 15vw;
}

@media (max-width: 1500px) {
    .blog-banner-design-two .blog-banner-design-two-title {
        font-size: 30px;
    }
}

@media (max-width: 1400px) {
    .blog-banner-design-two .blog-banner-design-two-title {
        font-size: 25px;
    }

    .blog-banner-design-two .btn-wrap .btn {
        font-size: 18px;
    }
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .blog-banner-design-two .blog-banner-design-two-title {
        font-size: 22px;
    }

    .blog-banner-design-two .btn-wrap .btn {
        font-size: 14px;
    }

    .blog-banner-design-two .blog-banner-design-two-content {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .blog-banner-design-two .blog-banner-design-two-info-right {
        padding: 30px 20px;
        width: 100%;
    }

    .blog-banner-design-two .blog-banner-design-two-image {
        width: auto;
    }

    .blog-banner-design-two .blog-banner-design-two-image img {
        display: none;
    }

    .blog-banner-design-two .blog-banner-design-two-image:before {
        right: auto;
        left: 20px;
        bottom: 30px;
        top: auto;
    }

    .blog-banner-design-two .blog-banner-design-two-title {
        font-size: 22px;
        text-align: center;
    }

    .blog-banner-design-two .blog-banner-design-two-content {
        text-align: center;
    }

    .blog-banner-design-two .btn-wrap {
        text-align: center;
    }

    .blog-banner-design-two .btn-wrap .btn {
        font-size: 16px;
    }

    .blog-banner-design-two .blog-banner-design-two-title:before {
        display: none;
    }
}

@media (max-width: 480px) {
    .blog-banner-design-two .btn-wrap .btn {
        font-size: 14px;
    }
}

/* end blog banner two */

/* blog banner three */

.blog-banner-design-three {
    padding: 20px;
    position: relative;
    border: 1px solid #ffefe3;
    margin-bottom: 20px;
}

.blog-banner-design-three .blog-banner-design-three-inner {
    border: 2px solid #e4e4e4;
    padding: 30px;
    min-height: 258px;
    display: flex;
    align-items: center;
}

.blog-banner-design-three .blog-banner-design-three-left-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
}

.blog-banner-design-three .blog-banner-design-three-right-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 17%;
    text-align: right;
}

.blog-banner-design-three img {
    display: block;
}

.blog-banner-design-three p:empty {
    display: none;
}

.blog-banner-design-three .blog-banner-design-three-info-right {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.blog-banner-design-three .blog-banner-design-three-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog-banner-design-three .blog-banner-design-three-content {
    line-height: normal;
    font-size: 16px;
}

.blog-banner-design-three .btn-wrap .btn {
    border-radius: 4px;
    font-size: 20px;
    font-weight: 600;
}

.blog-banner-design-three .blog-banner-design-three-content {
    margin-bottom: 25px !important;
}

@media (max-width: 1400px) {
    .blog-banner-design-three .blog-banner-design-three-title {
        font-size: 25px;
    }

    .blog-banner-design-three .btn-wrap .btn {
        font-size: 18px;
    }
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .blog-banner-design-three .blog-banner-design-three-title {
        font-size: 22px;
    }

    .blog-banner-design-three .btn-wrap .btn {
        font-size: 14px;
    }

    .blog-banner-design-three .blog-banner-design-three-info-right {
        max-width: 88%;
    }

    .blog-banner-design-three .blog-banner-design-three-content {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .blog-banner-design-three .blog-banner-design-three-inner {
        padding: 30px 20px;
    }

    .blog-banner-design-three {
        padding: 15px;
    }

    .blog-banner-design-three .blog-banner-design-three-title {
        font-size: 22px;
    }

    .blog-banner-design-three .btn-wrap .btn {
        font-size: 16px;
    }

    .blog-banner-design-three .blog-banner-design-three-info-right {
        max-width: 92%;
    }
}

@media (max-width: 480px) {
    .blog-banner-design-three .blog-banner-design-three-info-right {
        max-width: 100%;
    }

    .blog-banner-design-three .btn-wrap .btn {
        font-size: 14px;
    }
}

/* end blog banner three */

/* blog banner four */
.blog-banner-design-four {
    background-color: #fe8625;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}

.blog-banner-design-four:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 2vw;
    width: 15vw;
    background-image: url(https://shivlab.com/wp-content/uploads/2025/01/blog-banner-four-top.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translatex(-50%);
}

.blog-banner-design-four:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(https://shivlab.com/wp-content/uploads/2025/01/blog-banner-four-shap.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 54px;
    height: 65px;
}

.blog-banner-design-four p:empty {
    display: none;
}

.blog-banner-design-four .blog-banner-design-four-info-right {
    padding: 40px 15px 40px 50px;
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-banner-design-four .blog-banner-design-four-title {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 15px;
}

.blog-banner-design-four .blog-banner-design-four-content {
    line-height: normal;
    color: #fff;
    margin-bottom: 20px !important;
    font-size: 16px;
}

.blog-banner-design-four .blog-banner-design-four-image {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 35%;
}

.blog-banner-design-four .btn-wrap .btn {
    font-size: 20px;
    font-weight: bold;
}

.blog-banner-design-four .btn-wrap .btn:hover {
    background-color: #fff !important;
    color: #000 !important;
}

@media (max-width: 1500px) {
    .blog-banner-design-four .blog-banner-design-four-title {
        font-size: 30px;
    }
}

@media (max-width: 1400px) {
    .blog-banner-design-four .blog-banner-design-four-title {
        font-size: 25px;
    }

    .blog-banner-design-four .btn-wrap .btn {
        font-size: 18px;
    }

    .blog-banner-design-four .blog-banner-design-four-info-right {
        padding: 30px 15px 30px 40px;
    }
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .blog-banner-design-four .blog-banner-design-four-title {
        font-size: 22px;
    }

    .blog-banner-design-four .btn-wrap .btn {
        font-size: 14px;
    }

    .blog-banner-design-four .blog-banner-design-four-content {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .blog-banner-design-four .blog-banner-design-four-title {
        font-size: 22px;
    }

    .blog-banner-design-four .btn-wrap .btn {
        font-size: 16px;
    }

    .blog-banner-design-four .blog-banner-design-four-info-right {
        padding: 30px 20px 30px 20px;
        width: 100%;
        text-align: center;
    }

    .blog-banner-design-four .blog-banner-design-four-image {
        display: none;
    }
}

/* end blog banner four */

/**Promotion modal start**/
body.promo-modal-open {
    overflow: hidden;
}

.promotion-quote-modal {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 8vw;
    display: none;
}

.promotion-quote-modal .promotion-quote-modal-back {
    background-color: #fff;
    z-index: 2;
    margin: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 940px;
    border-radius: 24px;
    width: calc(100% - 30px);
    background-image: url(https://shivlab.com/wp-content/uploads/2025/02/promo-modal-back.png);
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: right;
    overflow: hidden;
}

.promotion-quote-modal.active {
    display: flex;
    padding: 30px 0;
}

.promotion-quote-modal .promotion-quote-modal-back>div {
    flex: 1;
}

.promotion-quote-modal .left-promotion-content {
    background-color: rgba(217, 217, 217, 0.15);
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.promotion-quote-modal .left-promotion-content>* {
    max-width: 340px;
    width: 100%;
}

.promotion-quote-modal .promotion-heading {
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 0.03em;
    color: #f68b1f;
    font-weight: bold;
    font-family: "Montserrat-Bold";
}

.promotion-quote-modal .promotion-heading span {
    font-size: 28px;
    color: #000;
    font-family: "Montserrat-Regular";
    width: 100%;
    display: block;
}

.promotion-quote-modal .promotion-list {
    margin: 0;
    padding: 0;
}

.promotion-quote-modal .promotion-list-back {
    list-style: none;
    background-color: #fff;
    padding: 18px 14px 8px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: flex-start;
}

.promotion-quote-modal .promotion-list-icon {
    width: 50px;
}

.promotion-quote-modal .promotion-list-right-content {
    width: calc(100% - 50px);
    padding-left: 25px;
}

.promotion-quote-modal .promotion-list-heading {
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: "Montserrat-Bold";
    margin-bottom: 6px;
}

.promotion-quote-modal .promotion-list-subheading {
    margin-bottom: 0 !important;
    line-height: normal;
    font-size: 12px;
    color: #000000;
}

.promotion-quote-modal .right-quote-form {
    padding: 40px;
}

.promotion-quote-modal .right-quote-form .heading {
    font-weight: 600;
    font-family: "Montserrat-SemiBold";
    margin-bottom: 25px;
}

.promotion-quote-modal .form-group {
    margin-bottom: 18px;
}

.promotion-quote-modal .form-group label {
    font-size: 14px;
    font-weight: 500;
    font-family: "Nunito-Medium";
    color: #000;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    order: 0;
    line-height: normal;
}

.promotion-quote-modal .form-group input::placeholder,
.promotion-quote-modal .form-group textarea::placeholder {
    color: #667085;
    opacity: 1;
}

.promotion-quote-modal .form-group input,
.promotion-quote-modal .form-group textarea {
    border: 1px solid #d0d5dd;
    background-color: #fff;
    font-size: 14px;
    padding: 11px 15px;
    line-height: normal;
    border-radius: 7px;
    font-weight: 400;
    font-family: "Nunito-Regular";
    width: 100%;
}

.promotion-quote-modal .form-group p {
    margin-bottom: 0 !important;
}

.promotion-quote-modal .customnumber p {
    flex-wrap: wrap;
}

.promotion-quote-modal .customnumber .wpcf7-form-control-wrap {
    order: 1;
}

.promotion-quote-modal .customnumber #poppin {
    border-right: 0;
    border-radius: 7px 0 0 7px;
}

.promotion-quote-modal .customnumber .wpcf7-form-control-wrap[data-name="popcontactno"] {
    width: calc(100% - 105px);
}

.promotion-quote-modal .customnumber #estimate-phone,
.promotion-quote-modal .customnumber .customNumberData {
    border-left: 0;
    border-radius: 0 7px 7px 0;
    padding-left: 0;
}

.promotion-quote-modal .form-group textarea {
    max-height: 115px;
    min-height: 60px;
}

.promotion-quote-modal .form-button .submit-btn {
    margin-bottom: 0 !important;
}

.promotion-quote-modal .form-button .submit-btn input {
    width: 100%;
    border-radius: 7px;
    line-height: normal;
    font-size: 16px;
}

.promotion-quote-modal .close {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promotion-quote-modal .form-group .wpcf7-not-valid-tip,
.promotion-quote-modal .form-group label.error {
    font-size: 12px;
    line-height: normal;
}

.promotion-quote-modal .form-button .submit-btn .wpcf7-spinner {
    left: 40%;
}

@media screen and (max-width: 992px),
screen and (max-height: 650px) {
    .promotion-quote-modal .form-group {
        margin-bottom: 12px;
    }

    .promotion-quote-modal .right-quote-form .heading {
        margin-bottom: 15px;
    }

    .promotion-quote-modal .promotion-heading {
        margin-bottom: 15px;
    }

    .promotion-quote-modal .right-quote-form,
    .promotion-quote-modal .left-promotion-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .promotion-quote-modal .close {
        right: 20px;
        top: 15px;
    }

    .promotion-quote-modal .form-group textarea {
        max-height: 90px;
    }

    .promotion-quote-modal .form-group input,
    .promotion-quote-modal .form-group textarea {
        padding: 8px 15px;
    }
}

@media (max-width: 991px) {

    .promotion-quote-modal .left-promotion-content,
    .promotion-quote-modal .right-quote-form {
        padding: 30px;
    }

    .promotion-quote-modal .promotion-heading span {
        font-size: 20px;
    }

    .promotion-quote-modal .close {
        right: 10px;
        top: 10px;
    }
}

@media (max-width: 767px) {

    .promotion-quote-modal .left-promotion-content,
    .promotion-quote-modal .right-quote-form {
        padding: 30px 20px;
    }

    .promotion-quote-modal .customnumber .wpcf7-form-control-wrap[data-name="popcontactno"] {
        width: calc(100% - 90px);
    }

    .promotion-quote-modal .promotion-list-icon {
        width: 40px;
    }

    .promotion-quote-modal .promotion-list-right-content {
        width: calc(100% - 40px);
        padding-left: 12px;
    }

    .promotion-quote-modal .promotion-list-heading {
        font-size: 14px;
    }

    .promotion-quote-modal .right-quote-form .heading {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .promotion-quote-modal .promotion-heading {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .promotion-quote-modal .form-group input,
    .promotion-quote-modal .form-group textarea {
        padding: 8px 15px;
    }
}

@media (max-width: 600px) {
    .promotion-quote-modal .promotion-quote-modal-back {
        max-width: 400px;
    }

    .promotion-quote-modal .promotion-quote-modal-back>div {
        flex: 0 0 100%;
    }

    .promotion-quote-modal .left-promotion-content>* {
        max-width: 100%;
    }

    .promotion-quote-modal .left-promotion-content,
    .promotion-quote-modal .right-quote-form {
        padding: 30px 25px;
    }

    .promotion-quote-modal .left-promotion-content {
        display: none;
    }
}

/**Promotion modal end**/

/* whatsapp css start */
.whatsapp-custom-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
}

.whatsapp-custom-widget .whatsapp-custom-label {
    display: none;
    font-size: 12px;
    color: #000;
    background-color: #f5f7f9;
    padding: 8px 12px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 60px;
    line-height: 1.5;
}

#wa-btn-wrapper #wa_btn-content {
    padding: 10px 10px;
}

#wa-btn-wrapper #wa_btn-content p {
    margin-left: 0 !important;
}

#wa-widget-wrapper #wa_widget-content {
    width: 400px;
}

#wa-widget-wrapper .wa_widget-brand-container {
    position: relative;
    padding: 10px 16px;
}

#wa-widget-wrapper .wa_widget-brand-container .wa_widget-brand-image {
    height: 50px;
    width: 50px;
    display: flex;
}

#wa-widget-wrapper .wa_widget-brand-container .wa_widget-brand-info p {
    margin: 5px 0 0 !important;
    line-height: 1.2;
}

#wa-widget-wrapper .wa_widget-brand-container .wa_widget-close-btn {
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 30px;
    height: 30px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#wa-widget-wrapper .wa_widget-message-container {
    background-color: #e5e3e4;
    padding: 20px 16px;
    min-height: 180px;
}

#wa-widget-wrapper .wa_widget-message {
    padding: 10px 16px;
    border-radius: 10px;
}

#wa-widget-wrapper .wa_widget-message p {
    margin-bottom: 0 !important;
    line-height: 1.2;
}

#wa-widget-wrapper .wa_widget-button-container {
    padding: 16px;
}

#wa-widget-wrapper .wa_widget-button-container .wa_widget-button {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 10px 16px;
}

#wa-widget-wrapper .wa_widget-button-container .wa_widget-button svg {
    width: 20px;
    height: 20px;
}

#wa-widget-wrapper .wa_widget-button-container .wa_widget-button p {
    margin: 0 !important;
}

/* whatsapp css end */

.page-template-thank-you .promotion-quote-modal {
    display: none !important;
}

.blog-footer-banner {
    cursor: pointer;
}

/** breadcrumbs css start */

.breadcrumbs-container {
    padding: 10px 0;
}

.breadcrumbs-container .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 10px;
    font-size: 12px;
    color: #a7a7a7;
}

.template-pages-breadcrumbs.breadcrumbs-container .container,
.blog-white-breadcrumbs .container {
    padding: 0px;
    margin-bottom: 30px;
}

.template-pages-breadcrumbs.breadcrumbs-container.case-study-breadcrumb {
    padding-left: 50px;
}

.breadcrumbs-container .container .breadcrumbs-link {
    color: #000000;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.breadcrumbs-container.white-breadcrumbs .container .breadcrumbs-link,
.blog-white-breadcrumbs .container .breadcrumbs-link {
    color: #ffffff;
}

.center-breadcrumb .container {
    justify-content: center;
}

@media(max-width: 991px) {
    .template-pages-breadcrumbs.responsive-breadcrumbs-center .container {
        justify-content: center;
    }
}

/** breadcrumbs css end */


/* sitemap-section css start */
.main-sitemap {
    background-image: url(https://shivlab.com/wp-content/uploads/2025/02/sitemap-bg-1-scaled-1.webp);
    background-size: 100% 100%;
    overflow: hidden;
}

.main-sitemap .heading-text {
    font-family: "Montserrat-Bold";
    text-align: center;
    color: #fff;
}

.main-sitemap .sitemap-heading {
    z-index: 999;
}

.main-sitemap .orange-text {
    color: #FF8625;
}

.main-sitemap .breadcrumbs {
    text-align: center;
    padding-top: 30px;
}

.main-sitemap .breadcrumbs ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-sitemap .breadcrumbs img {
    height: 16px;
    width: 16px;
}

.main-sitemap .breadcrumbs ul li {
    z-index: 0;
    padding: 0 20px;
    position: relative;
    display: inline-block;
    color: #FF8625;
}

.main-sitemap .breadcrumbs span {
    line-height: normal;
}

.main-sitemap .breadcrumbs ul li a {
    color: #fdfde1;
}

.main-sitemap .row1 {
    background-image: url(https://shivlab.com/wp-content/uploads/2025/02/banner-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
    position: relative;
    z-index: 2;
}

.main-sitemap .row1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #192940;
    opacity: 0.9;
    z-index: 1;
}

.main-sitemap .row1 .inner-title-heading {
    color: #fff;
    text-align: center;
}

.main-sitemap .alphabets {
    font-weight: bold;
    font-family: "Montserrat-Bold";
    margin-bottom: 30px;
    position: relative;
}

.main-sitemap .alphabets::after {
    content: "";
    background-color: #FF8625;
    left: 0px;
    bottom: -5px;
    height: 4px;
    width: 30px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    position: absolute;
}

.main-sitemap .sitemap-link-title {
    font-weight: bold;
}

.main-sitemap .alphabets-col {
    padding-bottom: 30px;
}

.main-sitemap .sitemap-inner-section {
    padding: 50px 0px;
}

.main-sitemap .row {
    display: flex;
    flex-wrap: wrap;
}

.main-sitemap .col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.main-sitemap .style-check {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.main-sitemap .sitemap-boxes {
    margin-bottom: 40px;
}

.main-sitemap .style-check ul {
    list-style: none;
}

.main-sitemap .style-check li {
    position: relative;
    padding-left: 1.875rem;
    margin-bottom: 1rem;
    list-style: none;
}

.main-sitemap .style-check a {
    color: #4e5464;
}

.main-sitemap .style-check a:hover {
    color: #FF8625;
    transition: all 0.3s ease-in-out;
}

.main-sitemap .style-check li::after {
    content: "";
    background-image: url(https://shivlab.com/wp-content/uploads/2025/02/right-chevron-arrow.webp);
    position: absolute;
    height: 10px;
    width: 10px;
    left: 0;
    top: .5625rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-sitemap .alphabets a {
    color: #070024;
}

@media (max-width: 1199px) {
    .main-sitemap .style-check {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .main-sitemap .style-check {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* sitemap-section css end */
/* category list css start */

.category-list-main {
    margin-top: 30px;
    position: relative;
    z-index: 99;
}

.blog-category-tab-part {
    max-width: 1224px;
    margin: 0 auto;
}

.category-list-main .blog-category-tab-part .blog-category-list {
    justify-content: flex-start;
    margin: 0;
    padding-bottom: 1px;
    position: relative;
}

.category-list-main .blog-category-tab-part .blog-category-list:before {
    content: "";
    background-color: #f6f6f6;
    width: 100%;
    height: calc(100% - 8px);
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
}

.category-list-main .blog-category-tab-part .blog-category-list .nav-item {
    position: relative;
    padding-bottom: 8px;
}

.category-list-main .blog-category-tab-part .blog-category-list .nav-item:before {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
    transform: translatey(-50%);
    height: 40%;
    width: 1px;
    background-color: #d7d7d7;
}

.category-list-main .blog-category-tab-part .blog-category-list .nav-item .nav-link {
    margin: 0;
    position: relative;
    background-color: #f6f6f6;
    color: #000;
    white-space: nowrap;
    border-radius: 0;
    padding: 11px 25px 15px;
}

.category-list-main .blog-category-tab-part .blog-category-list .nav-item .nav-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #ff8625;
    transition: all 0.3s linear;
    transform: scaleX(0);
    opacity: 0;
}

.category-list-main .blog-category-tab-part .blog-category-list .nav-item .nav-link:hover:before,
.category-list-main .blog-category-tab-part .blog-category-list .nav-item .nav-link.active:before,
.category-list-main .blog-category-tab-part .blog-category-list .nav-item.other-active .nav-link:before {
    transform: scale(1);
    opacity: 1;
}

.category-list-main .blog-category-tab-part .blog-category-list .nav-item .nav-link:hover,
.category-list-main .blog-category-tab-part .blog-category-list .nav-item .nav-link.active,
.category-list-main .blog-category-tab-part .blog-category-list .nav-item.other-active .nav-link {
    color: #ffffff;
    background-color: #1a2a42;
}

.blog-category-dropdown {
    cursor: pointer;
}

.blog-category-dropdown .dropdown-icon {
    position: absolute;
    width: 12px;
    right: 12px;
    top: calc(50% - 5px);
    transform: translatey(-50%);
}

.blog-category-dropdown:hover .nav-link,
.blog-category-dropdown.active .nav-link {
    background-color: #1a2a42 !important;
    color: #fff !important;
}

.blog-category-dropdown:hover .nav-link::before,
.blog-category-dropdown.active .nav-link::before,
.blog-category-dropdown.other-active .nav-link::before {
    opacity: 1 !important;
    transform: scale(1) !important;
}

.blog-category-dropdown .dropdown-icon img {
    display: block;
    transition: all 0.3s linear;
}

.blog-category-dropdown.other-active .dropdown-icon img,
.blog-category-dropdown:hover .dropdown-icon img {
    filter: invert(1);
}

.blog-category-dropdown .dropdown-icon.icon-rotate img {
    filter: invert(1);
    transform: rotate(180deg);
}


.blog-category-dropdown-block {
    max-height: 300px;
    position: absolute;
    background-color: #ffffff;
    min-width: 270px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
    z-index: 9;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    max-height: 0;
    right: 0;
}

.blog-category-dropdown-block.show {
    max-height: 300px;
    padding: 20px 0;
    overflow-y: auto;
}

.blog-category-dropdown-block li {
    list-style: none;
}

.blog-category-dropdown-block .blog-category-dropdown-link {
    color: #000;
    padding: 10px 20px;
    display: block;
    line-height: normal;
    font-size: 16px;
    position: relative;
}

.blog-category-dropdown .nav-link {
    padding-right: 40px !important;
}

.blog-category-dropdown-block .blog-category-dropdown-link:hover,
.blog-category-dropdown-block .blog-category-dropdown-link.active {
    color: #ffffff;
    background-color: #1a2a42;
}

.blog-category-dropdown-block .blog-category-dropdown-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #ff8625;
    transition: all 0.3s linear;
    transform: scaleX(0);
    opacity: 0;
}

.blog-category-dropdown-block .blog-category-dropdown-link:hover::before,
.blog-category-dropdown-block .blog-category-dropdown-link.active::before {
    transform: scale(1);
    opacity: 1;
}

@media (max-width: 1440px) {
    .category-list-main .blog-category-tab-part .blog-category-list .nav-item .nav-link {
        padding: 11px 25px 15px;
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .category-list-main .blog-category-tab-part .blog-category-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .category-list-main .blog-category-tab-part .blog-category-list .nav-item .nav-link {
        padding: 11px 30px 15px;
    }
}

@media (max-width: 767px) {
    .category-list-main .blog-category-tab-part .blog-category-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-category-dropdown-block {
        min-width: 256px;
    }

}

@media (max-width: 600px) {
    .category-list-main .blog-category-tab-part .blog-category-list {
        grid-template-columns: repeat(1, 1fr);
        padding: 30px 0px;
    }

    .category-list-main .blog-category-tab-part .blog-category-list .nav-item {
        max-width: 250px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .blog-category-dropdown-block {
        min-width: 100%;
    }

    .blog-category-dropdown .dropdown-icon {
        right: 75px;
    }
}

/* category list css end */

/**blogs code section **/
.syntaxhighlighter .string a {
    pointer-events: none;
}

/**blogs code section **/

/* on-demand-feature-section css start */

.feature-section {
    background-color: #f5f5f5;
    padding: 50px 0;
}

.feature-section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.feature-section .slider-section {
    width: 45%;
    text-align: center;
    margin: auto;
}

/* slider-css */
.feature-section .slideshow {
    position: relative;
    display: flex;
    justify-content: center;
}

.feature-section .slide {
    display: flex;
    justify-content: center;
    padding: 0 8px;
}

.feature-section .slide img {
    max-width: 100%;
}

.feature-section .slick-prev,
.feature-section .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 65px;
    height: 65px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    border: none;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.feature-section .slick-arrow svg path {
    color: #ff8625;
}

.feature-section .slider-section .slick-arrow:hover svg path {
    color: #ffffff !important;
}

.feature-section .slick-arrow:hover {
    background-color: #ff8625;
}

.feature-section .slick-prev {
    left: 5px;
}

.feature-section .slick-next {
    right: 5px;
}

/* slider-end*/


.feature-section .main-content {
    width: 55%;
    padding-left: 20px;
}

.feature-section.reverse .main-content {
    padding-left: 0px;
    padding-right: 20px;
}


.feature-section .heading {
    margin-bottom: 30px;
    font-weight: bold;
    font-family: "Montserrat-Bold";
}

.feature-section .sub-heading-content {
    color: #000;
}

.feature-section .sub-heading-content span {
    color: #000;
    font-weight: bold;
}

.feature-section .feature-list .on-demand-feature-text {
    text-align: left;
}

.feature-section .feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.feature-section .feature-list li {
    list-style: none;
    background-color: #fff;
    padding: 11px 24px;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.feature-section .feature-list li:hover {
    border-color: #ff8625;
}

.feature-section .feature-list li:hover .feature-icon {
    background-color: #ff8625;
}

.feature-section .feature-list li:hover .feature-icon img {
    filter: brightness(0) invert(1);
}

.feature-section .feature-list .feature-icon {
    flex: 0 0 70px;
    height: 70px;
    background-color: #F6F9F4;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.feature-section .feature-list .feature-icon img {
    max-width: 42px;
    width: 100%;
}

.feature-section .feature-list .feature-text {
    color: #000;
}

.feature-section .feature-img-sec {
    padding: 30px;
}

.blog-footer-banner {
    cursor: pointer;
}

@media (max-width: 1440px) {
    .feature-section .slider-section {
        width: 40%;
    }

    .feature-section .main-content {
        width: 60%;
    }

    .feature-section .slick-list {
        margin: 0px 65px;
    }

    .feature-section .slick-prev,
    .feature-section .slick-next {
        width: 50px;
        height: 50px;
        padding: 15px;
    }

    .feature-section .feature-text {
        line-height: normal;
    }

    .feature-section .feature-list {
        gap: 20px;
    }

}

@media (max-width: 1199px) {
    .feature-section .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .feature-section .slider-section {
        order: 1;
        width: 100%;
        margin-bottom: 20px;
    }

    .feature-section .main-content {
        order: 2;
        width: 100%;
        max-width: 100%;
    }

    .feature-section .feature-list .feature-text {
        line-height: 24px;
    }

    .feature-section .feature-list {
        gap: 18px;
    }

    .feature-section .slideshow {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .feature-section .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0px 15px;
    }

    .feature-section .feature-list {
        grid-template-columns: 1fr;
    }

    .feature-section .main-content {
        padding: 0px 15px !important;
    }

    .feature-section .slick-dots {
        left: 50%;
        display: flex !important;
        justify-content: center;
        position: unset;
        transform: unset;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.feature-section .slick-dots li.slick-active button {
    background-color: #000000;
    opacity: 1;
}

.feature-section .slick-dots li button {
    background-color: #000000;
    opacity: 0.35;
}

.feature-section .slideshow {
    flex-direction: column;
}

.new-dating-app .feature-section .feature-list li:hover .feature-icon,
.new-dating-app .admin-panel-section .admin-pannel-solution-list li:hover,
.new-dating-app .feature-section .slick-dots li.slick-active button,
.new-dating-app .feature-section .slick-dots li button,
.new-dating-app .feature-section .slick-arrow:hover {
    background-color: #f7446e !important;
}

.new-dating-app .feature-section .feature-list li:hover {
    border-color: #f7446e !important;
}

.new-dating-app .feature-section .slick-arrow svg path {
    color: #f7446e;
}

.new-dating-app .admin-panel-section .admin-heading .heading-main,
.new-dating-app .admin-panel-section .admin-heading .sub-heading {
    color: #000000;
}

.new-grocery-app .feature-section .feature-list li:hover .feature-icon,
.new-grocery-app .admin-panel-section .admin-pannel-solution-list li:hover,
.new-grocery-app .feature-section .slick-dots li.slick-active button,
.new-grocery-app .feature-section .slick-dots li button,
.new-grocery-app .feature-section .slick-arrow:hover {
    background-color: #86C649 !important;
}

.new-grocery-app .feature-section .feature-list li:hover {
    border-color: #86C649 !important;
}

.new-grocery-app .feature-section .slick-arrow svg path {
    color: #86C649;
}

.society-management-app .feature-section .feature-list li:hover .feature-icon,
.society-management-app .admin-panel-section .admin-pannel-solution-list li:hover,
.society-management-app .feature-section .slick-dots li.slick-active button,
.society-management-app .feature-section .slick-dots li button,
.society-management-app .feature-section .slick-arrow:hover {
    background-color: #00ADEE !important;
}

.society-management-app .feature-section .feature-list li:hover {
    border-color: #00ADEE !important;
}

.society-management-app .feature-section .slick-arrow svg path {
    color: #00ADEE;
}

.top-fitness-app .feature-section .feature-list li:hover .feature-icon,
.top-fitness-app .admin-panel-section .admin-pannel-solution-list li:hover,
.top-fitness-app .feature-section .slick-arrow:hover {
    background-color: #FF9D00 !important;
}

.top-fitness-app .feature-section .feature-list li:hover {
    border-color: #FF9D00 !important;
}

.top-fitness-app .feature-section .slick-arrow svg path {
    color: #FF9D00;
}

.car-parking .feature-section .feature-list li:hover .feature-icon,
.car-parking .admin-panel-section .admin-pannel-solution-list li:hover,
.car-parking .feature-section .slick-arrow:hover {
    background-color: #F5D10D !important;
}

.car-parking .feature-section .feature-list li:hover {
    border-color: #F5D10D !important;
}

.car-parking .feature-section .slick-arrow svg path {
    color: #F5D10D;
}

/* on-demand-feature-section css end */


/* Admin-pannel-banner section css start */


.admin-panel-section {
    background-color: #FFFFFF;
}

.admin-panel-section .top-img-main {
    max-width: 100%;
    background-image: url(http://167.86.116.248/shivlab/wp-content/uploads/2025/02/admin-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.admin-panel-section .admin-heading {
    text-align: center;
    font-family: "Montserrat-Bold";
    color: #FFFFFF;
    padding-top: 50px;
}

.admin-panel-section .admin-heading .heading-main {
    font-size: 55px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 30px;
    font-family: "Montserrat-bold";
}

.admin-panel-section .admin-heading .sub-heading {
    font-family: "Montserrat-SemiBold";
    padding-bottom: 30px;
}

.admin-panel-section .admin-front-img {
    display: flex;
    justify-content: center;
}

.admin-panel-section .bottom-admin-solution {
    padding: 50px 0px;
}

.admin-panel-section .bottom-admin-solution .admin-pannel-solution-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.admin-panel-section .admin-pannel-solution-list li {
    list-style: none;
    background-color: #F5F5F5;
    padding: 25px 21px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    width: calc(33.333% - 20px);
}

.admin-panel-section .admin-pannel-solution-list li:hover {
    background-color: #ff8625;
    transition: all 0.3s ease-in-out;
}

.admin-panel-section .admin-pannel-solution-list li:hover .admin-pannel-solution-text {
    color: #FFFFFF;
    transform: all 0.3s;
}

.admin-panel-section .admin-pannel-solution-list .admin-pannel-solution-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 17px;
}

.admin-panel-section .admin-pannel-solution-list .admin-pannel-solution-icon img {
    min-width: 34px;
}

.admin-panel-section .admin-pannel-solution-list .admin-pannel-solution-text {
    color: #191A15;
}

.admin-pannel-solution-list li:hover .admin-pannel-solution-icon img {
    filter: brightness(0) invert(1);
}



@media (max-width: 1440px) {
    .admin-panel-section .bottom-admin-solution .admin-pannel-solution-list {
        gap: 20px;
    }
}

@media (max-width: 1199px) {
    .admin-panel-section .admin-pannel-solution-list .admin-pannel-solution-text {
        font-size: 16px;
    }

    .admin-panel-section .bottom-admin-solution .admin-pannel-solution-list {
        gap: 18px;
    }

    .admin-panel-section .bottom-admin-solution {
        padding: 50px 0px;
    }

}

@media (max-width: 991px) {
    .admin-panel-section .admin-pannel-solution-list li {
        width: calc(50% - 15px);
    }
}


@media (max-width: 767px) {
    .admin-panel-section .admin-pannel-solution-list li {
        width: calc(100% - 50px);
    }

    .admin-panel-section .admin-heading .heading-main {
        font-size: 40px;
    }

    .admin-panel-section .admin-heading .sub-heading {
        font-size: 16px;
        padding-bottom: 40px;
    }

    .admin-panel-section .admin-pannel-solution-list .admin-pannel-solution-text {
        font-size: 16px;
    }

    .admin-panel-section .container {
        padding: 0px 15px;
    }

    .admin-panel-section .admin-pannel-solution-list li {
        padding: 15px 20px;
    }
}

/* Admin-pannel-banner section css end */

/* secret quote modal css start */
.secret-quote-modal {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 8vw;
    display: none;
    padding: 30px 0;
}

.secret-quote-modal.active {
    display: flex;
}

.secret-quote-modal .secret-quote-modal-inner {
    background-color: #FAFAFA;
    z-index: 2;
    margin: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 515px;
    width: calc(100% - 30px);
    overflow: hidden;
    padding: 30px;
}

.secret-quote-modal .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.secret-quote-modal .secret-quote-modal-content {
    text-align: center;
    width: 100%;
}

.secret-quote-modal .secret-quote-modal-content .top-text {
    font-size: 28px;
    color: #616262;
    font-family: "Montserrat-Regular";
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.secret-quote-modal .secret-quote-modal-content .heading {
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 0;
    color: #000000;
    font-weight: 700;
    font-family: "Montserrat-Bold";
    text-transform: uppercase;
}

.secret-quote-modal .secret-quote-modal-content .sub-text {
    font-family: Montserrat;
    font-size: 15px;
    color: #000000;
    font-family: "Montserrat-Regular";
    text-align: center;
    margin-bottom: 15px;
}

.secret-quote-modal .secret-quote-modal-content .social-media-main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 auto 15px;
    width: max-content;
}

.secret-quote-modal .secret-quote-modal-content .social-media-main .social-media-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.secret-quote-modal .secret-quote-modal-content .social-media-main .social-media-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    box-shadow: 0px 2px 2px 0px #00000040;
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.secret-quote-modal .secret-quote-modal-content .social-media-main .social-media-text {
    font-family: "Nunito-Medium";
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    margin: 0;
}

.secret-quote-modal .secret-quote-modal-content .off-text {
    text-align: center;
    font-family: "Montserrat-bold";
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    margin: 0 0 15px;
}

.secret-quote-modal .secret-quote-modal-content .free-quote-text {
    text-align: center;
    font-family: "Montserrat-Regular";
    font-size: 18px;
    color: #000000;
    margin: 0 0 15px;
}

.secret-quote-modal .secret-quote-modal-content .secret-quote-modal-form {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.secret-quote-modal .secret-quote-modal-content .secret-quote-modal-form #step-4 {
    width: 100%;
}

.secret-quote-modal .secret-quote-modal-content .secret-quote-modal-form #step-4 .button-main {
    margin-top: 15px;
}

.secret-quote-modal .secret-quote-modal-content .secret-quote-modal-form #step-4 .button-main input[type="submit"] {
    border: 0 !important;
    max-width: 150px;
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    padding: 7px 20px;
    min-width: unset;
    background: #000000;
    cursor: pointer;
    transition: all 0.3sease -in-out;
    font-family: "Nunito-Regular";
}

.secret-quote-modal .secret-quote-modal-content .secret-quote-modal-form .wpcf7 {
    width: 100%;
}

.secret-quote-modal .secret-quote-modal-content .secret-quote-modal-form .form-group {
    max-width: 322px;
    width: 100%;
    margin: 0 auto 15px;
}

.secret-quote-modal .secret-quote-modal-content .secret-quote-modal-form #step-4 .form-group {
    margin-bottom: 0;
}

.secret-quote-modal .secret-quote-modal-content .secret-quote-modal-form .form-group input {
    font-family: "Montserrat-Regular";
    font-size: 13px;
    color: #000000;
    border: 0;
    border-bottom: 1px solid #000000 !important;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}

.secret-quote-modal .secret-quote-modal-content .secret-quote-modal-form .form-group input::placeholder {
    color: #979797;
}

.secret-quote-modal .secret-quote-modal-content .secret-quote-modal-form .progress-bar {
    width: 100%;
    max-width: 200px;
    margin: 15px auto;
    position: relative;
    background-color: #efefef;
    height: 5px;
    border-radius: 999px;
    overflow: hidden;
}

.secret-quote-modal .secret-quote-modal-content .secret-quote-modal-form .progress {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    height: 100%;
}

.secret-quote-modal .secret-quote-modal-content .next-btn,
.secret-quote-modal .secret-quote-modal-content .submit-btn .btn-orange {
    max-width: 120px;
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    padding: 7px 20px;
    min-width: unset;
}

.secret-quote-modal .secret-quote-modal-content .bottom-text {
    text-align: center;
    font-family: "Nunito-Regular";
    font-size: 16px;
    color: #616262;
    /* text-decoration: underline; */
    cursor: pointer;
}

.secret-quote-modal .secret-quote-modal-form .form-group p span {
    display: flex;
    flex-direction: column;
}

.secret-quote-modal .secret-quote-modal-form .wpcf7-not-valid-tip {
    display: none !important;
}

.secret-quote-modal .secret-quote-modal-form .error-message {
    color: #fb1212;
    font-size: 14px;
    line-height: 23px;
    display: block;
    width: 100%;
    font-weight: normal;
}

.secret-quote-modal .secret-quote-modal-form .button-main p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.secret-quote-modal .secret-quote-modal-form .button-main p .back-btn {
    max-width: 120px;
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    padding: 7px 20px;
    min-width: unset;
    background: #000000;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: 0;
}

.secret-quote-modal .secret-quote-modal-form .button-main p .back-btn:hover {
    background-color: #ff8625 !important;
}

.secret-quote-modal .secret-quote-modal-form .wpcf7-form-control-wrap {
    display: flex;
}

.secret-quote-modal .secret-quote-modal-form textarea {
    font-size: 14px;
    padding: 10px;
    line-height: normal;
}

.secret-quote-modal .secret-quote-modal-content .secret-quote-modal-form .form-group .sumbit-btn input {
    border-bottom: 0 !important;
    max-width: 200px;
    padding: 8px 20px;
    margin-top: 15px;
}

.secret-quote-modal .secret-quote-modal-content .secret-quote-modal-form .customnumber .iti__country-list .iti__country {
    display: flex;
    align-items: center;
    gap: 5px;
}

.secret-quote-modal .secret-quote-modal-content .secret-quote-modal-form .customnumber .iti__selected-flag {
    padding: 0 6px 0 0;
}

@media screen and (max-width: 992px),
screen and (max-height: 690px) {
    .secret-quote-modal .secret-quote-modal-inner {
        padding: 20px;
        max-width: 400px;
    }

    .secret-quote-modal .secret-quote-modal-content .top-text {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .secret-quote-modal .secret-quote-modal-content .heading {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .secret-quote-modal .secret-quote-modal-content .sub-text {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .secret-quote-modal .secret-quote-modal-content .social-media-main {
        margin-bottom: 10px;
    }

    .secret-quote-modal .secret-quote-modal-content .social-media-main .social-media-icon {
        width: 35px;
        min-width: 35px;
        height: 35px;
        border-radius: 6px;
    }

    .secret-quote-modal .secret-quote-modal-content .social-media-main .social-media-text {
        font-size: 14px;
    }

    .secret-quote-modal .secret-quote-modal-content .off-text {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .secret-quote-modal .secret-quote-modal-content .free-quote-text {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .secret-quote-modal .secret-quote-modal-content .secret-quote-modal-form {
        margin-bottom: 10px;
    }

    .secret-quote-modal .secret-quote-modal-content .secret-quote-modal-form .form-group {
        margin-bottom: 10px;
    }

    .secret-quote-modal .secret-quote-modal-content .secret-quote-modal-form .progress-bar {
        margin: 15px auto;
    }

    .secret-quote-modal .secret-quote-modal-content .next-btn,
    .secret-quote-modal .secret-quote-modal-content .submit-btn .btn-orange {
        font-size: 14px;
    }

    .secret-quote-modal .secret-quote-modal-content .bottom-text {
        font-size: 14px;
    }
}

/* secret quote modal css end */

/* car parking page color css */
.car-parking .blueBack-gradient .h1 span,
.car-parking .app-customization-section .h2 span,
.car-parking .app-overview-slider-section .h2 span,
.car-parking .app-category-details .h2 span,
.car-parking .crossfeature-ondemand-sec h2 span,
.car-parking .ondemand-process-sec .h2 span,
.car-parking .ondemand-process-inner .h5,
.car-parking .ondemand-tech-section .h2 span,
.car-parking .anticipate-section .title span,
.car-parking .subContent span,
.car-parking .ondemand-fectors-section .h2 span,
.car-parking .ondemand-business-section .h2 span,
.car-parking .ondemand-business-section .h3 span,
.car-parking .hidden-brain-left .h2 span,
.car-parking .bigEmpireContent span,
.car-parking .bigEmpireContent .subContent,
.car-parking .blogSection .h2 span,
.page-id-5220 .addressSection .h2 span,
.page-id-5220 .contactSection .h3 span,
.page-id-5220 .partnerSecHead .h3 span,
.car-parking .top-on-demand-info .h2 span,
.car-parking .top-on-demand-expert .h3 span,
.car-parking .top-on-demand-expert .h4 span,
.car-parking .top-on-demand-sec p a,
.car-parking .hidd-brain-title,
.car-parking .blogLink:hover span {
    color: #F5D10D !important;
}

.car-parking .btn-blue,
.car-parking .btn,
.car-parking .btn-orange,
.page-id-5220 .contactSection .btn-orange {
    background-color: #F5D10D !important;
    color: #000000 !important;
}

.car-parking .btn-blue:hover,
.car-parking .btn:hover,
.car-parking .btn-orange:hover,
.page-id-5220 .contactSection .btn-orange:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.car-parking .app-customization-list li:before,
.car-parking .app-customization-list li:after,
.car-parking .top-on-demand-inn {
    border-color: #F5D10D;
}

.car-parking .app-category-inner:hover,
.car-parking .ondemand-tech-section .nav-tabs .nav-link:after,
.car-parking .ondemand-business-inner .h3:after,
.car-parking .blogLink:hover .hashText:after,
.car-parking .accordionInner .accordionTitle.active,
.car-parking .slick-dots li button {
    background-color: #F5D10D;
}

.car-parking .hidden-brain-left>.subContent {
    color: #070024;
}

.car-parking .top-on-demand-sec,
.car-parking .anticipate-section {
    background-color: rgba(245, 209, 13, 0.1);
}

.car-parking .admin-panel-section .admin-heading .sub-heading,
.car-parking .admin-panel-section .admin-heading .heading-main,
.car-parking .accordionInner .accordionTitle.active {
    color: #000000;
}

.car-parking .ondemand-business-section ul li:before {
    background-image: url(https://shivlab.com/wp-content/uploads/2025/03/check-yellow.webp);
}

/* car parking page color css */

/* fitness app page color css */
.top-fitness-app .blueBack-gradient .h1 span,
.top-fitness-app .app-customization-section .h2 span,
.top-fitness-app .app-overview-slider-section .h2 span,
.top-fitness-app .app-category-details .h2 span,
.top-fitness-app .crossfeature-ondemand-sec h2 span,
.top-fitness-app .ondemand-process-sec .h2 span,
.top-fitness-app .ondemand-process-inner .h5,
.top-fitness-app .ondemand-tech-section .h2 span,
.top-fitness-app .subContent span,
.top-fitness-app .anticipate-section .title span,
.top-fitness-app .ondemand-fectors-section .h2 span,
.top-fitness-app .ondemand-business-section .h2 span,
.top-fitness-app .ondemand-business-section .h3 span,
.top-fitness-app .hidden-brain-left .h2 span,
.top-fitness-app .bigEmpireContent span,
.top-fitness-app .bigEmpireContent .subContent,
.top-fitness-app .blogSection .h2 span,
.page-id-5435 .addressSection .h2 span,
.page-id-5435 .contactSection .h3 span,
.page-id-5435 .partnerSecHead .h3 span,
.top-fitness-app .top-on-demand-info .h2 span,
.top-fitness-app .top-on-demand-expert .h3 span,
.top-fitness-app .top-on-demand-expert .h4 span,
.top-fitness-app .top-on-demand-sec p a,
.top-fitness-app p a,
.top-fitness-app .hidd-brain-title,
.top-fitness-app .blogLink:hover span,
.top-fitness-app .our-plan-box .our-plan-box-list ul li:before {
    color: #FF9D00 !important;
}

.top-fitness-app .btn-blue,
.top-fitness-app .btn,
.top-fitness-app .btn-orange,
.page-id-5435 .contactSection .btn-orange {
    background-color: #FF9D00 !important;
    color: #000000 !important;
}

.top-fitness-app .btn-blue:hover,
.top-fitness-app .btn:hover,
.top-fitness-app .btn-orange:hover,
.page-id-5220 .contactSection .btn-orange:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.top-fitness-app .app-customization-list li:before,
.top-fitness-app .app-customization-list li:after,
.top-fitness-app .top-on-demand-inn {
    border-color: #FF9D00;
}

.top-fitness-app .app-category-inner:hover,
.top-fitness-app .ondemand-tech-section .nav-tabs .nav-link:after,
.top-fitness-app .ondemand-business-inner .h3:after,
.top-fitness-app .blogLink:hover .hashText:after,
.top-fitness-app .accordionInner .accordionTitle.active,
.top-fitness-app .slick-dots li button {
    background-color: #FF9D00;
}

.top-fitness-app .hidden-brain-left>.subContent {
    color: #070024;
}

.top-fitness-app .top-on-demand-sec,
.top-fitness-app .anticipate-section {
    background-color: rgba(255, 157, 0, 0.1);
}

.top-fitness-app .admin-panel-section .admin-heading .sub-heading,
.top-fitness-app .admin-panel-section .admin-heading .heading-main,
.top-fitness-app .accordionInner .accordionTitle.active {
    color: #000000;
}

.top-fitness-app .ondemand-business-section ul li:before {
    background-image: url(https://shivlab.com/wp-content/uploads/2025/03/check-orange-fitness.webp);
}

/* fitness app page color css */

/* society app page color css */
.society-management-app .blueBack-gradient .h1 span,
.society-management-app .app-customization-section .h2 span,
.society-management-app .app-overview-slider-section .h2 span,
.society-management-app .app-category-details .h2 span,
.society-management-app .crossfeature-ondemand-sec h2 span,
.society-management-app .ondemand-process-sec .h2 span,
.society-management-app .ondemand-process-inner .h5,
.society-management-app .ondemand-tech-section .h2 span,
.society-management-app .subContent span,
.society-management-app .anticipate-section .title span,
.society-management-app .ondemand-fectors-section .h2 span,
.society-management-app .ondemand-business-section .h2 span,
.society-management-app .ondemand-business-section .h3 span,
.society-management-app .hidden-brain-left .h2 span,
.society-management-app .bigEmpireContent span,
.society-management-app .bigEmpireContent .subContent,
.society-management-app .blogSection .h2 span,
.page-id-5386 .addressSection .h2 span,
.page-id-5386 .contactSection .h3 span,
.page-id-5386 .partnerSecHead .h3 span,
.society-management-app .top-on-demand-info .h2 span,
.society-management-app .top-on-demand-expert .h3 span,
.society-management-app .top-on-demand-expert .h4 span,
.society-management-app .top-on-demand-sec p a,
.society-management-app p a,
.society-management-app .hidd-brain-title,
.society-management-app .blogLink:hover span,
.society-management-app .our-plan-box .our-plan-box-list ul li:before {
    color: #00ADEE !important;
}

.society-management-app .btn-blue,
.society-management-app .btn,
.society-management-app .btn-orange,
.page-id-5386 .contactSection .btn-orange {
    background-color: #00ADEE !important;
    color: #ffffff !important;
}

.society-management-app .btn-blue:hover,
.society-management-app .btn:hover,
.society-management-app .btn-orange:hover,
.page-id-5220 .contactSection .btn-orange:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.society-management-app .app-customization-list li:before,
.society-management-app .app-customization-list li:after,
.society-management-app .top-on-demand-inn {
    border-color: #00ADEE;
}

.society-management-app .app-category-inner:hover,
.society-management-app .ondemand-tech-section .nav-tabs .nav-link:after,
.society-management-app .ondemand-business-inner .h3:after,
.society-management-app .blogLink:hover .hashText:after,
.society-management-app .accordionInner .accordionTitle.active,
.society-management-app .slick-dots li button {
    background-color: #00ADEE;
}

.society-management-app .hidden-brain-left>.subContent {
    color: #070024;
}

.society-management-app .top-on-demand-sec,
.society-management-app .anticipate-section {
    background-color: rgba(0, 173, 238, 0.1);
}

.society-management-app .admin-panel-section .admin-heading .sub-heading,
.society-management-app .admin-panel-section .admin-heading .heading-main,
.society-management-app .accordionInner .accordionTitle.active {
    color: #000000;
}

.society-management-app .ondemand-business-section ul li:before {
    background-image: url(https://shivlab.com/wp-content/uploads/2025/03/check-blue.webp);
}

/* society app page color css */

/* healthcare app page color css */
.new-healthcare-app .blueBack-gradient .h1 span,
.new-healthcare-app .app-customization-section .h2 span,
.new-healthcare-app .app-overview-slider-section .h2 span,
.new-healthcare-app .app-category-details .h2 span,
.new-healthcare-app .crossfeature-ondemand-sec h2 span,
.new-healthcare-app .ondemand-process-sec .h2 span,
.new-healthcare-app .ondemand-process-inner .h5,
.new-healthcare-app .ondemand-tech-section .h2 span,
.new-healthcare-app .subContent span,
.new-healthcare-app .anticipate-section .title span,
.new-healthcare-app .ondemand-fectors-section .h2 span,
.new-healthcare-app .ondemand-business-section .h2 span,
.new-healthcare-app .ondemand-business-section .h3 span,
.new-healthcare-app .hidden-brain-left .h2 span,
.new-healthcare-app .bigEmpireContent span,
.new-healthcare-app .bigEmpireContent .subContent,
.new-healthcare-app .blogSection .h2 span,
.page-id-5691 .addressSection .h2 span,
.page-id-5691 .contactSection .h3 span,
.page-id-5691 .partnerSecHead .h3 span,
.new-healthcare-app .top-on-demand-info .h2 span,
.new-healthcare-app .top-on-demand-expert .h3 span,
.new-healthcare-app .top-on-demand-expert .h4 span,
.new-healthcare-app .top-on-demand-sec p a,
.new-healthcare-app p a,
.new-healthcare-app .hidd-brain-title,
.new-healthcare-app .blogLink:hover span,
.new-healthcare-app .our-plan-box .our-plan-box-list ul li:before,
.new-healthcare-app .feature-section .slick-arrow svg path {
    color: #7563F7 !important;
}

.new-healthcare-app .btn-blue,
.new-healthcare-app .btn,
.new-healthcare-app .btn-orange,
.page-id-5691 .contactSection .btn-orange {
    background-color: #7563F7 !important;
    color: #ffffff !important;
}

.new-healthcare-app .btn-blue:hover,
.new-healthcare-app .btn:hover,
.new-healthcare-app .btn-orange:hover,
.page-id-5220 .contactSection .btn-orange:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.new-healthcare-app .app-customization-list li:before,
.new-healthcare-app .app-customization-list li:after,
.new-healthcare-app .top-on-demand-inn,
.new-healthcare-app .feature-section .feature-list li:hover {
    border-color: #7563F7;
}

.new-healthcare-app .app-category-inner:hover,
.new-healthcare-app .ondemand-tech-section .nav-tabs .nav-link:after,
.new-healthcare-app .ondemand-business-inner .h3:after,
.new-healthcare-app .blogLink:hover .hashText:after,
.new-healthcare-app .accordionInner .accordionTitle.active,
.new-healthcare-app .feature-section .feature-list li:hover .feature-icon,
.new-healthcare-app .admin-panel-section .admin-pannel-solution-list li:hover,
.new-healthcare-app .feature-section .slick-arrow:hover,
.new-healthcare-app .slick-dots li button {
    background-color: #7563F7;
}

.new-healthcare-app .hidden-brain-left>.subContent {
    color: #070024;
}

.new-healthcare-app .top-on-demand-sec,
.new-healthcare-app .anticipate-section {
    background-color: #dcd8fd;
}

.new-healthcare-app .accordionInner .accordionTitle.active {
    color: #000000;
}

.new-healthcare-app .ondemand-business-section ul li:before {
    background-image: url(https://shivlab.com/wp-content/uploads/2025/03/check-blue-1.webp);
}

.new-healthcare-app .ondemand-fet-section {
    padding-bottom: 50px;
}

/* healthcare app page color css */

/* Marketplace app page color css */
.new-marketplace-app .blueBack-gradient .h1 span,
.new-marketplace-app .app-customization-section .h2 span,
.new-marketplace-app .app-overview-slider-section .h2 span,
.new-marketplace-app .app-category-details .h2 span,
.new-marketplace-app .crossfeature-ondemand-sec h2 span,
.new-marketplace-app .ondemand-process-sec .h2 span,
.new-marketplace-app .ondemand-process-inner .h5,
.new-marketplace-app .ondemand-tech-section .h2 span,
.new-marketplace-app .subContent span,
.new-marketplace-app .anticipate-section .title span,
.new-marketplace-app .ondemand-fectors-section .h2 span,
.new-marketplace-app .ondemand-business-section .h2 span,
.new-marketplace-app .ondemand-business-section .h3 span,
.new-marketplace-app .hidden-brain-left .h2 span,
.new-marketplace-app .bigEmpireContent span,
.new-marketplace-app .bigEmpireContent .subContent,
.new-marketplace-app .blogSection .h2 span,
.page-id-5561 .addressSection .h2 span,
.page-id-5561 .contactSection .h3 span,
.page-id-5561 .partnerSecHead .h3 span,
.new-marketplace-app .top-on-demand-info .h2 span,
.new-marketplace-app .top-on-demand-expert .h3 span,
.new-marketplace-app .top-on-demand-expert .h4 span,
.new-marketplace-app .top-on-demand-sec p a,
.new-marketplace-app p a,
.new-marketplace-app .hidd-brain-title,
.new-marketplace-app .blogLink:hover span,
.new-marketplace-app .our-plan-box .our-plan-box-list ul li:before,
.new-marketplace-app .feature-section .slick-arrow svg path {
    color: #AD7857 !important;
}

.new-marketplace-app .btn-blue,
.new-marketplace-app .btn,
.new-marketplace-app .btn-orange,
.page-id-5561 .contactSection .btn-orange {
    background-color: #AD7857 !important;
    color: #ffffff !important;
}

.new-marketplace-app .btn-blue:hover,
.new-marketplace-app .btn:hover,
.new-marketplace-app .btn-orange:hover,
.page-id-5220 .contactSection .btn-orange:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.new-marketplace-app .app-customization-list li:before,
.new-marketplace-app .app-customization-list li:after,
.new-marketplace-app .top-on-demand-inn,
.new-marketplace-app .feature-section .feature-list li:hover {
    border-color: #AD7857;
}

.new-marketplace-app .app-category-inner:hover,
.new-marketplace-app .ondemand-tech-section .nav-tabs .nav-link:after,
.new-marketplace-app .ondemand-business-inner .h3:after,
.new-marketplace-app .blogLink:hover .hashText:after,
.new-marketplace-app .accordionInner .accordionTitle.active,
.new-marketplace-app .feature-section .feature-list li:hover .feature-icon,
.new-marketplace-app .admin-panel-section .admin-pannel-solution-list li:hover,
.new-marketplace-app .feature-section .slick-arrow:hover,
.new-marketplace-app .slick-dots li button {
    background-color: #AD7857;
}

.new-marketplace-app .hidden-brain-left>.subContent {
    color: #070024;
}

.new-marketplace-app .top-on-demand-sec,
.new-marketplace-app .anticipate-section {
    background-color: #efe4dd;
}

.new-marketplace-app .accordionInner .accordionTitle.active {
    color: #ffffff;
}

.new-marketplace-app .ondemand-business-section ul li:before {
    background-image: url(https://shivlab.com/wp-content/uploads/2025/03/brown-right-icon.webp);
}

/* Marketplace app page color css */

/* social app page color css */
.new-social-media-app .blueBack-gradient .h1 span,
.new-social-media-app .app-customization-section .h2 span,
.new-social-media-app .app-overview-slider-section .h2 span,
.new-social-media-app .app-category-details .h2 span,
.new-social-media-app .crossfeature-ondemand-sec h2 span,
.new-social-media-app .ondemand-process-sec .h2 span,
.new-social-media-app .ondemand-process-inner .h5,
.new-social-media-app .ondemand-tech-section .h2 span,
.new-social-media-app .subContent span,
.new-social-media-app .anticipate-section .title span,
.new-social-media-app .ondemand-fectors-section .h2 span,
.new-social-media-app .ondemand-business-section .h2 span,
.new-social-media-app .ondemand-business-section .h3 span,
.new-social-media-app .hidden-brain-left .h2 span,
.new-social-media-app .bigEmpireContent span,
.new-social-media-app .bigEmpireContent .subContent,
.new-social-media-app .blogSection .h2 span,
.page-id-5701 .addressSection .h2 span,
.page-id-5701 .contactSection .h3 span,
.page-id-5701 .partnerSecHead .h3 span,
.new-social-media-app .top-on-demand-info .h2 span,
.new-social-media-app .top-on-demand-expert .h3 span,
.new-social-media-app .top-on-demand-expert .h4 span,
.new-social-media-app .top-on-demand-sec p a,
.new-social-media-app p a,
.new-social-media-app .hidd-brain-title,
.new-social-media-app .blogLink:hover span,
.new-social-media-app .our-plan-box .our-plan-box-list ul li:before,
.new-social-media-app .feature-section .slick-arrow svg path {
    color: #6349C5 !important;
}

.new-social-media-app .btn-blue,
.new-social-media-app .btn,
.new-social-media-app .btn-orange,
.page-id-5701 .contactSection .btn-orange {
    background-color: #6349C5 !important;
    color: #ffffff !important;
}

.new-social-media-app .btn-blue:hover,
.new-social-media-app .btn:hover,
.new-social-media-app .btn-orange:hover,
.page-id-5701 .contactSection .btn-orange:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.new-social-media-app .app-customization-list li:before,
.new-social-media-app .app-customization-list li:after,
.new-social-media-app .top-on-demand-inn,
.new-social-media-app .feature-section .feature-list li:hover {
    border-color: #6349C5;
}

.new-social-media-app .ondemand-tech-section .nav-tabs .nav-link:after,
.new-social-media-app .ondemand-business-inner .h3:after,
.new-social-media-app .blogLink:hover .hashText:after,
.new-social-media-app .accordionInner .accordionTitle.active,
.new-social-media-app .feature-section .feature-list li:hover .feature-icon,
.new-social-media-app .admin-panel-section .admin-pannel-solution-list li:hover,
.new-social-media-app .feature-section .slick-arrow:hover,
.new-social-media-app .slick-dots li button {
    background-color: #6349C5;
}

.new-social-media-app .hidden-brain-left>.subContent {
    color: #070024;
}

.new-social-media-app .app-category-inner:hover,
.new-social-media-app .top-on-demand-sec,
.new-social-media-app .anticipate-section {
    background-color: #cfcae6;
}

.new-social-media-app .accordionInner .accordionTitle.active {
    color: #ffffff;
}

.new-social-media-app .ondemand-business-section ul li:before {
    background-image: url(https://shivlab.com/wp-content/uploads/2025/03/Icon.webp);
}

/* social app page color css */

/* ott app page color css */
.ott-app-development .blueBack-gradient .h1 span,
.ott-app-development .app-customization-section .h2 span,
.ott-app-development .app-overview-slider-section .h2 span,
.ott-app-development .app-category-details .h2 span,
.ott-app-development .crossfeature-ondemand-sec h2 span,
.ott-app-development .ondemand-process-sec .h2 span,
.ott-app-development .ondemand-process-inner .h5,
.ott-app-development .ondemand-tech-section .h2 span,
.ott-app-development .subContent span,
.ott-app-development .anticipate-section .title span,
.ott-app-development .ondemand-fectors-section .h2 span,
.ott-app-development .ondemand-business-section .h2 span,
.ott-app-development .ondemand-business-section .h3 span,
.ott-app-development .hidden-brain-left .h2 span,
.ott-app-development .bigEmpireContent span,
.ott-app-development .bigEmpireContent .subContent,
.ott-app-development .blogSection .h2 span,
.page-id-6217 .addressSection .h2 span,
.page-id-6217 .contactSection .h3 span,
.page-id-6217 .partnerSecHead .h3 span,
.ott-app-development .top-on-demand-info .h2 span,
.ott-app-development .top-on-demand-expert .h3 span,
.ott-app-development .top-on-demand-expert .h4 span,
.ott-app-development .top-on-demand-sec p a,
.ott-app-development p a,
.ott-app-development .hidd-brain-title,
.ott-app-development .blogLink:hover span,
.ott-app-development .our-plan-box .our-plan-box-list ul li:before,
.ott-app-development .feature-section .slick-arrow svg path {
    color: #EF3577 !important;
}

.ott-app-development .btn-blue,
.ott-app-development .btn,
.ott-app-development .btn-orange,
.page-id-6217 .contactSection .btn-orange {
    background-color: #EF3577 !important;
    color: #ffffff !important;
}

.ott-app-development .btn-blue:hover,
.ott-app-development .btn:hover,
.ott-app-development .btn-orange:hover,
.page-id-6217 .contactSection .btn-orange:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.ott-app-development .app-customization-list li:before,
.ott-app-development .app-customization-list li:after,
.ott-app-development .top-on-demand-inn,
.ott-app-development .feature-section .feature-list li:hover {
    border-color: #EF3577;
}

.ott-app-development .ondemand-tech-section .nav-tabs .nav-link:after,
.ott-app-development .admin-panel-section .top-img-main,
.ott-app-development .ondemand-business-inner .h3:after,
.ott-app-development .blogLink:hover .hashText:after,
.ott-app-development .accordionInner .accordionTitle.active,
.ott-app-development .feature-section .feature-list li:hover .feature-icon,
.ott-app-development .admin-panel-section .admin-pannel-solution-list li:hover,
.ott-app-development .feature-section .slick-arrow:hover,
.ott-app-development .slick-dots li.slick-active button {
    background-color: #EF3577;
}

.ott-app-development .hidden-brain-left>.subContent {
    color: #070024;
}

.ott-app-development .app-category-inner:hover,
.ott-app-development .top-on-demand-sec,
.ott-app-development .anticipate-section {
    background-color: #fcd4e2;
}

.ott-app-development .accordionInner .accordionTitle.active {
    color: #ffffff;
}

.ott-app-development .ondemand-business-section ul li:before {
    background-image: url(https://shivlab.com/wp-content/uploads/2025/03/check-pink.webp);
}

/* ott app page color css */
/* ecommerce-app-development color css */
.ecommerce-app-development .app-customization-section .h2 span,
.ecommerce-app-development .app-overview-slider-section .h2 span,
.ecommerce-app-development .app-category-details .h2 span,
.ecommerce-app-development .crossfeature-ondemand-sec h2 span,
.ecommerce-app-development .ondemand-process-sec .h2 span,
.ecommerce-app-development .ondemand-process-inner .h5,
.ecommerce-app-development .ondemand-tech-section .h2 span,
.ecommerce-app-development .subContent span,
.ecommerce-app-development .anticipate-section .title span,
.ecommerce-app-development .ondemand-fectors-section .h2 span,
.ecommerce-app-development .ondemand-business-section .h2 span,
.ecommerce-app-development .ondemand-business-section .h3 span,
.ecommerce-app-development .hidden-brain-left .h2 span,
.ecommerce-app-development .bigEmpireContent span,
.ecommerce-app-development .blogSection .h2 span,
.page-id-5568 .addressSection .h2 span,
.page-id-5568 .contactSection .h3 span,
.page-id-5568 .partnerSecHead .h3 span,
.ecommerce-app-development .top-on-demand-info .h2 span,
.ecommerce-app-development .top-on-demand-expert .h3 span,
.ecommerce-app-development .top-on-demand-expert .h4 span,
.ecommerce-app-development .top-on-demand-sec p a,
.ecommerce-app-development p a,
.ecommerce-app-development .hidd-brain-title,
.ecommerce-app-development .our-plan-box .our-plan-box-list ul li:before,
.ecommerce-app-development .feature-section .slick-arrow svg path,
.ecommerce-app-development .orangeList li:before {
    color: #464447 !important;
}

.ecommerce-app-development .blueBack-gradient .h1 span,
.ecommerce-app-development .bigEmpireContent .subContent,
.ecommerce-app-development .blogLink:hover span {
    color: #ffffff !important;
}

.ecommerce-app-development .btn-blue,
.ecommerce-app-development .btn,
.ecommerce-app-development .btn-orange,
.page-id-5568 .contactSection .btn-orange {
    background-color: #464447 !important;
    color: #ffffff !important;
}

.ecommerce-app-development .btn-blue:hover,
.ecommerce-app-development .btn:hover,
.ecommerce-app-development .btn-orange:hover,
.page-id-5568 .contactSection .btn-orange:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.ecommerce-app-development .app-customization-list li:before,
.ecommerce-app-development .app-customization-list li:after,
.ecommerce-app-development .top-on-demand-inn,
.ecommerce-app-development .feature-section .feature-list li:hover {
    border-color: #464447;
}

.ecommerce-app-development .ondemand-tech-section .nav-tabs .nav-link:after,
.ecommerce-app-development .admin-panel-section .top-img-main,
.ecommerce-app-development .ondemand-business-inner .h3:after,
.ecommerce-app-development .blogLink:hover .hashText:after,
.ecommerce-app-development .accordionInner .accordionTitle.active,
.ecommerce-app-development .feature-section .feature-list li:hover .feature-icon,
.ecommerce-app-development .admin-panel-section .admin-pannel-solution-list li:hover,
.ecommerce-app-development .feature-section .slick-arrow:hover,
.ecommerce-app-development .slick-dots li.slick-active button {
    background-color: #464447;
}

.ecommerce-app-development .hidden-brain-left>.subContent {
    color: #070024;
}

.ecommerce-app-development .app-category-inner:hover,
.ecommerce-app-development .top-on-demand-sec,
.ecommerce-app-development .anticipate-section {
    background-color: #d4d4d4;
}

.ecommerce-app-development .accordionInner .accordionTitle.active {
    color: #ffffff;
}

.ecommerce-app-development .ondemand-business-section ul li:before {
    background-image: url(https://shivlab.com/wp-content/uploads/2025/04/Icon.webp);
}

/* ott app page color css */

/**wearable app page color css start**/
.new-wearable-app .feature-section h2 span,
.new-wearable-app .anticipate-section h2 span {
    color: #ff8625;
}

.new-wearable-app .app-overview-slider-section a,
.new-wearable-app .slick-dots li button {
    background-color: #ff8625;
}

.new-wearable-app .anticipate-section {
    background-color: #ffeddf;
}

.new-wearable-app .admin-panel-section .admin-heading .heading-main,
.new-wearable-app .admin-panel-section .admin-heading .sub-heading {
    color: #000000;
}

/**wearable app page color css end**/
/* portfolio page css start */
.portfolio-banner-section {
    position: relative;
}

.portfolio-banner-section .portfolio-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: max-content;
    transform: translate(-50%, -50%);
}

.portfolio-banner-section .portfolio-banner-content .sub-heading {
    font-family: "Montserrat-Bold";
    font-weight: 700;
    font-size: 44px;
    line-height: normal;
    color: #FFFFFF;
    text-transform: capitalize;
}

.portfolio-banner-section .portfolio-banner-content .heading {
    font-family: "Montserrat-Bold";
    font-weight: 700;
    font-size: 180px;
    line-height: normal;
    color: #FF8625;
    text-transform: uppercase;
    margin-top: -40px;
}

.portfolio-banner-section .portfolio-banner-img {
    display: flex;
}

.portfolio-banner-section .portfolio-banner-img img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.portfolio-list-section-main {
    padding: 80px 0;
}

.portfolio-list-section-main .portfolio-list-tab-head {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
    overflow: hidden;
}

.portfolio-list-section-main .portfolio-list-tab-head .tabs-container {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    scroll-behavior: smooth;
    width: 100%;
}

.portfolio-list-section-main .portfolio-list-tab-head .tabs-container::-webkit-scrollbar {
    display: none;
}

.portfolio-list-section-main .portfolio-list-tab-head .tabs-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.portfolio-list-section-main .portfolio-list-tab-head .tab-item a {
    border: 1px solid #EFF0F6;
    border-radius: 10px;
    box-shadow: 0px 5px 14px 0px #080F340A;
    padding: 15px 20px;
    font-family: "Nunito-Bold";
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    color: #6C757D;
    display: block;
    transition: all 0.3s linear;
    min-width: max-content;
}

.portfolio-list-section-main .portfolio-list-tab-head .tab-item.active a,
.portfolio-list-section-main .portfolio-list-tab-head .tab-item a:hover {
    color: #FF8625;
    border-color: #FF8625;
}

.portfolio-list-section-main .portfolio-list-tab-head .arrow {
    border: 1px solid #EFF0F6;
    border-radius: 10px;
    box-shadow: 0px 5px 14px 0px #080F340A;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    min-width: 56px;
    cursor: pointer;
}

.portfolio-list-section-main .portfolio-list-tab-head .arrow.left-arrow svg {
    rotate: 180deg;
}

.portfolio-list-section-main .portfolio-list-tab-head .arrow svg {
    height: 20px;
    width: 20px;
}

.portfolio-list-section-main .portfolio-list-tab-content .portfolio-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.portfolio-list-section-main .portfolio-list-tab-content .portfolio-loader .loader {
    --d: 22px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    color: #ff8625;
    box-shadow:
        calc(1*var(--d)) calc(0*var(--d)) 0 0,
        calc(0.707*var(--d)) calc(0.707*var(--d)) 0 1px,
        calc(0*var(--d)) calc(1*var(--d)) 0 2px,
        calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 3px,
        calc(-1*var(--d)) calc(0*var(--d)) 0 4px,
        calc(-0.707*var(--d)) calc(-0.707*var(--d))0 5px,
        calc(0*var(--d)) calc(-1*var(--d)) 0 6px;
    animation: loader 1s infinite steps(8);
}

@keyframes loader {
    100% {
        transform: rotate(1turn)
    }
}

.portfolio-list-section-main .portfolio-list-tab-content .portfolio-item {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transform: scale(0.95);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.portfolio-list-section-main .portfolio-list-tab-content .portfolio-item.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
    margin-bottom: 60px;
    overflow: unset;
    transform: scale(1);
}

.portfolio-list-section-main .portfolio-list-tab-content .portfolio-items {
    min-height: 550px;
}

.portfolio-list-section-main .portfolio-list-tab-content .portfolio-items,
.portfolio-list-section-main .portfolio-list-tab-content .tab-content.active {
    display: flex;
    flex-direction: column;
}

.portfolio-list-section-main .portfolio-list-tab-content .portfolio-image {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}

.portfolio-list-section-main .portfolio-list-tab-content .portfolio-image a {
    width: 100%;
    display: flex;
}

.portfolio-list-section-main .portfolio-list-tab-content .portfolio-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.portfolio-list-section-main .portfolio-list-tab-content .portfolio-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.portfolio-list-section-main .portfolio-list-tab-content .portfolio-pagination .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.portfolio-list-section-main .portfolio-list-tab-content .portfolio-pagination .page-numbers,
.portfolio-list-section-main .portfolio-list-tab-content .portfolio-pagination .next-btn,
.portfolio-list-section-main .portfolio-list-tab-content .portfolio-pagination .prev-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EFF0F6;
    border-radius: 10px;
    box-shadow: 0px 5px 14px 0px #080F340A;
    padding: 10px 20px;
    font-family: "Nunito-Bold";
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    color: #6C757D;
    transition: all 0.3s linear;
    height: auto;
    cursor: pointer;
}

.portfolio-list-section-main .portfolio-list-tab-content .portfolio-pagination .prev-btn svg {
    rotate: 180deg;
}

.portfolio-list-section-main .portfolio-list-tab-content .pagination .page-numbers.current,
.portfolio-list-section-main .portfolio-list-tab-content .pagination .page-numbers:hover,
.portfolio-list-section-main .portfolio-list-tab-content .portfolio-pagination .next-btn:hover,
.portfolio-list-section-main .portfolio-list-tab-content .portfolio-pagination .prev-btn:hover {
    color: #FF8625;
    border-color: #FF8625;
}

@media(max-width: 1400px) {
    .portfolio-banner-section .portfolio-banner-content .heading {
        font-size: 120px;
        margin-top: -20px;
    }

    .portfolio-banner-section .portfolio-banner-content .sub-heading {
        font-size: 34px;
    }

    .portfolio-list-section-main .portfolio-list-tab-content .portfolio-items {
        min-height: 440px;
    }
}

@media(max-width: 1023px) {
    .portfolio-banner-section .portfolio-banner-content .heading {
        font-size: 80px;
        margin-top: -10px;
    }

    .portfolio-banner-section .portfolio-banner-content .sub-heading {
        font-size: 26px;
    }

    .portfolio-list-section-main .portfolio-list-tab-content .portfolio-items {
        min-height: 365px;
    }

    .portfolio-list-section-main {
        padding: 60px 0;
    }

    .portfolio-list-section-main .portfolio-list-tab-head {
        gap: 15px;
        margin-bottom: 30px;
    }

    .portfolio-list-section-main .portfolio-list-tab-head .tabs-container {
        gap: 15px;
    }

    .portfolio-list-section-main .portfolio-list-tab-head .tab-item a {
        padding: 14px 25px;
        font-size: 16px;
    }

    .portfolio-list-section-main .portfolio-list-tab-head .arrow {
        padding: 10px;
        width: 51px;
        height: 51px;
        min-width: 51px;
    }

    .portfolio-list-section-main .portfolio-list-tab-content .portfolio-item.active {
        margin-bottom: 30px;
    }

    .portfolio-list-section-main .portfolio-list-tab-content .portfolio-image {
        border-radius: 20px;
    }

    .portfolio-list-section-main .portfolio-list-tab-content .portfolio-loader {
        min-height: 300px;
    }

    .portfolio-list-section-main .portfolio-list-tab-content .portfolio-pagination .pagination,
    .portfolio-list-section-main .portfolio-list-tab-content .portfolio-pagination {
        gap: 15px;
    }

    .portfolio-list-section-main .portfolio-list-tab-content .portfolio-pagination .page-numbers,
    .portfolio-list-section-main .portfolio-list-tab-content .portfolio-pagination .next-btn,
    .portfolio-list-section-main .portfolio-list-tab-content .portfolio-pagination .prev-btn {
        padding: 14px 25px;
        font-size: 16px;
    }
}

@media(max-width: 767px) {
    .portfolio-banner-section .portfolio-banner-content .heading {
        font-size: 40px;
        margin-top: 0;
    }

    .portfolio-banner-section .portfolio-banner-content .sub-heading {
        font-size: 18px;
    }

    .portfolio-list-section-main {
        padding: 40px 0;
    }

    .portfolio-list-section-main .portfolio-list-tab-content .portfolio-items {
        min-height: 271px;
    }

    .portfolio-list-section-main .portfolio-list-tab-head {
        gap: 10px;
        margin-bottom: 20px;
    }

    .portfolio-list-section-main .portfolio-list-tab-head .tabs-container {
        gap: 10px;
    }

    .portfolio-list-section-main .portfolio-list-tab-head .tab-item a {
        padding: 10px 15px;
        font-size: 12px;
        border-radius: 8px;
    }

    .portfolio-list-section-main .portfolio-list-tab-head .arrow {
        padding: 10px;
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    .portfolio-list-section-main .portfolio-list-tab-content .portfolio-item.active {
        margin-bottom: 15px;
    }

    .portfolio-list-section-main .portfolio-list-tab-content .portfolio-image {
        border-radius: 10px;
    }

    .portfolio-list-section-main .portfolio-list-tab-content .portfolio-loader {
        min-height: 200px;
    }

    .portfolio-list-section-main .portfolio-list-tab-content .portfolio-pagination .pagination,
    .portfolio-list-section-main .portfolio-list-tab-content .portfolio-pagination {
        gap: 10px;
    }

    .portfolio-list-section-main .portfolio-list-tab-content .pagination .page-numbers,
    .portfolio-list-section-main .portfolio-list-tab-content .portfolio-pagination .next-btn,
    .portfolio-list-section-main .portfolio-list-tab-content .portfolio-pagination .prev-btn {
        padding: 10px 15px;
        font-size: 12px;
        border-radius: 8px;
    }
}

/* portfolio page css end */


/* Author-Section Start*/

.authorSection {
    padding: 60px 0 89px;
    color: #fff;
    background-color: #192940;
    position: relative;
}

.container {
    position: relative;
    z-index: 9;
}

.authorSection::after {
    content: "";
    height: 100px;
    background-color: #152337;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.authorSection .social-media-author-main {
    width: 100%;
    margin-bottom: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.authorSection .heading-text {
    font-size: 40px;
    font-family: "Montserrat-Light", sans-serif;
    color: #FFFFFF !important;
    margin-bottom: 20px;
}

.authorSection .heading-text span {
    font-family: "Montserrat-SemiBold", sans-serif;
}

.authorSection .author-inner {
    display: flex;
    align-items: center;
    gap: 17px;
}

.authorSection .inner-text p {
    font-size: 18px;
    font-family: "Nunito-Regular", sans-serif;
    margin-bottom: 20px;
}

.authorSection .inner-text p:last-of-type {
    margin-bottom: 0;
}

.authorSection .inner-text span {
    color: #FF8625;
}

.authorSection .author-inner .author-img {
    width: 222px;
    height: 222px;
    min-width: 222px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #FF8625;
    border: 2px solid #FF8625;
}

.authorSection .author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.authorSection .author-name {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.authorSection .author-intro {
    text-align: left;
}

.authorSection .author-intro span {
    color: #FFFFFF;
    background-color: #FF8625;
    border-radius: 66px;
    padding: 10px 12px;
    display: inline-block;
}

.authorSection .social-media {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.authorSection .secial-media-heading {
    font-size: 30px;
    color: #FFFFFF;
    font-family: "Montserrat-Medium", sans-serif;
    margin-bottom: 25px;
}

.authorSection .social-media-icon {
    display: flex;
    gap: 13px;
    list-style: none;
}

.authorSection li a {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: #FF8625;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
}

.authorSection li svg {
    fill: #FFFFFF;
}

.authorSection p a:hover {
    color: #FFFFFF !important;
}

@media (max-width: 1200px) {
    .authorSection .author-inner .author-img {
        width: 160px;
        height: 160px;
        min-width: 160px;
    }

    .authorSection .author-name {
        font-size: 35px;
    }

    .authorSection .author-intro span {
        padding: 8px 12px;
    }

    .authorSection .social-media-icon {
        gap: 10px;
    }
}

@media (max-width: 992px) {
    .authorSection .author-name {
        font-size: 40px;
    }

    .authorSection .author-intro span {
        padding: 10px 12px;
    }

    .authorSection .social-media-icon {
        gap: 13px;
    }

    .authorSection .social-media-author-main {
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
        gap: 25px;
    }

    .authorSection .social-media {
        align-items: flex-start;
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .authorSection {
        padding: 50px 0 50px;
    }

    .authorSection .author-inner .author-img {
        width: 120px;
        height: 120px;
        min-width: 100px;
    }

    .authorSection .author-name {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .authorSection .author-intro span {
        padding: 8px 12px;
        font-size: 16px;
    }

    .authorSection .heading-text {
        font-size: 35px;
    }

    .authorSection .inner-text p {
        font-size: 16px;
    }

    .authorSection .secial-media-heading {
        font-size: 26px;
    }

    .authorSection li a {
        height: 35px;
        width: 35px;
    }

    .authorSection .author-inner {
        flex-wrap: wrap;
    }
}

/* Author-Section End*/

.single-post .author-bio-right .author-desc span {
    display: inline !important;
    color: #ff8625 !important;
}


/* blockchain app page color css */
.new-blockchain-app .blueBack-gradient .h1 span,
.new-blockchain-app .app-customization-section .h2 span,
.new-blockchain-app .app-overview-slider-section .h2 span,
.new-blockchain-app .app-category-details .h2 span,
.new-blockchain-app .crossfeature-ondemand-sec h2 span,
.new-blockchain-app .ondemand-process-sec .h2 span,
.new-blockchain-app .ondemand-process-inner .h5,
.new-blockchain-app .ondemand-tech-section .h2 span,
.new-blockchain-app .subContent span,
.new-blockchain-app .anticipate-section .title span,
.new-blockchain-app .ondemand-fectors-section .h2 span,
.new-blockchain-app .ondemand-business-section .h2 span,
.new-blockchain-app .ondemand-business-section .h3 span,
.new-blockchain-app .hidden-brain-left .h2 span,
.new-blockchain-app .bigEmpireContent span,
.new-blockchain-app .bigEmpireContent .subContent,
.new-blockchain-app .blogSection .h2 span,
.page-id-6501 .addressSection .h2 span,
.page-id-6501 .contactSection .h3 span,
.page-id-6501 .partnerSecHead .h3 span,
.new-blockchain-app .top-on-demand-info .h2 span,
.new-blockchain-app .top-on-demand-expert .h3 span,
.new-blockchain-app .top-on-demand-expert .h4 span,
.new-blockchain-app .top-on-demand-sec p a,
.new-blockchain-app p a,
.new-blockchain-app .hidd-brain-title,
.new-blockchain-app .blogLink:hover span,
.new-blockchain-app .our-plan-box .our-plan-box-list ul li:before,
.new-blockchain-app .feature-section .slick-arrow svg path,
.new-blockchain-app .feature-section h2 span {
    color: #b8bf18 !important;
}

.new-blockchain-app .btn-blue,
.new-blockchain-app .btn,
.new-blockchain-app .btn-orange,
.page-id-6501 .contactSection .btn-orange {
    background-color: #b8bf18 !important;
    color: #ffffff !important;
}

.new-blockchain-app .btn-blue:hover,
.new-blockchain-app .btn:hover,
.new-blockchain-app .btn-orange:hover,
.page-id-6501 .contactSection .btn-orange:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.new-blockchain-app .app-customization-list li:before,
.new-blockchain-app .app-customization-list li:after,
.new-blockchain-app .top-on-demand-inn {
    border-color: #b8bf18;
}

.new-blockchain-app .app-category-inner:hover,
.new-blockchain-app .ondemand-tech-section .nav-tabs .nav-link:after,
.new-blockchain-app .ondemand-business-inner .h3:after,
.new-blockchain-app .blogLink:hover .hashText:after,
.new-blockchain-app .accordionInner .accordionTitle.active,
.new-blockchain-app .slick-dots li button {
    background-color: #b8bf18;
}

.new-blockchain-app .hidden-brain-left>.subContent {
    color: #070024;
}

.new-blockchain-app .top-on-demand-sec,
.new-blockchain-app .anticipate-section {
    background-color: #e9ebb7;
}

.new-blockchain-app .admin-panel-section .admin-heading .sub-heading,
.new-blockchain-app .admin-panel-section .admin-heading .heading-main,
.new-blockchain-app .accordionInner .accordionTitle.active {
    color: #000000;
}

.new-blockchain-app .ondemand-business-section ul li:before {
    background-image: url(https://shivlab.com/wp-content/uploads/2025/04/Arrow.webp);
}

.new-blockchain-app .app-category-inner:hover,
.new-blockchain-app .ondemand-tech-section .nav-tabs .nav-link:after,
.new-blockchain-app .ondemand-business-inner .h3:after,
.new-blockchain-app .blogLink:hover .hashText:after,
.new-blockchain-app .accordionInner .accordionTitle.active,
.new-blockchain-app .slick-dots li button,
.new-blockchain-app .admin-panel-section .admin-pannel-solution-list li:hover,
.new-blockchain-app .feature-section .slick-arrow:hover,
.new-blockchain-app .feature-section .feature-list li:hover .feature-icon {
    background-color: #b8bf18;
}

.new-blockchain-app .feature-section .feature-list li:hover {
    border-color: #b8bf18;
}

.new-blockchain-app .admin-panel-section .admin-heading .heading-main,
.new-blockchain-app .admin-panel-section .admin-heading .sub-heading {
    color: #ffffff;
}

/* blockchain app page color css */

/* taxi app page color css */
.new-taxi-app .blueBack-gradient .h1 span,
.new-taxi-app .app-customization-section .h2 span,
.new-taxi-app .app-overview-slider-section .h2 span,
.new-taxi-app .app-category-details .h2 span,
.new-taxi-app .crossfeature-ondemand-sec h2 span,
.new-taxi-app .ondemand-process-sec .h2 span,
.new-taxi-app .ondemand-process-inner .h5,
.new-taxi-app .ondemand-tech-section .h2 span,
.new-taxi-app .anticipate-section .title span,
.new-taxi-app .ondemand-fectors-section .h2 span,
.new-taxi-app .ondemand-business-section .h2 span,
.new-taxi-app .ondemand-business-section .h3 span,
.new-taxi-app .hidden-brain-left .h2 span,
.new-taxi-app .bigEmpireContent span,
.new-taxi-app .blogSection .h2 span,
.page-id-5525 .addressSection .h2 span,
.page-id-5525 .contactSection .h3 span,
.page-id-5525 .partnerSecHead .h3 span,
.new-taxi-app .top-on-demand-info .h2 span,
.new-taxi-app .top-on-demand-expert .h3 span,
.new-taxi-app .top-on-demand-expert .h4 span,
.new-taxi-app .top-on-demand-sec p a,
.new-taxi-app p a,
.new-taxi-app .hidd-brain-title,
.new-taxi-app .our-plan-box .our-plan-box-list ul li:before,
.new-taxi-app .feature-section .slick-arrow svg path,
.new-taxi-app .feature-section h2 span {
    color: #722e85 !important;
}

.new-taxi-app .btn-blue,
.new-taxi-app .btn,
.new-taxi-app .btn-orange,
.page-id-5525 .contactSection .btn-orange {
    background-color: #722e85 !important;
    color: #ffffff !important;
}

.new-taxi-app .btn-blue:hover,
.new-taxi-app .btn:hover,
.new-taxi-app .btn-orange:hover,
.page-id-5525 .contactSection .btn-orange:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.new-taxi-app .app-customization-list li:before,
.new-taxi-app .app-customization-list li:after,
.new-taxi-app .top-on-demand-inn {
    border-color: #722e85;
}

.new-taxi-app .ondemand-tech-section .nav-tabs .nav-link:after,
.new-taxi-app .ondemand-business-inner .h3:after,
.new-taxi-app .blogLink:hover .hashText:after,
.new-taxi-app .accordionInner .accordionTitle.active,
.new-taxi-app .slick-dots li button {
    background-color: #722e85;
}

.new-taxi-app .hidden-brain-left>.subContent {
    color: #070024;
}

.new-taxi-app .top-on-demand-sec,
.new-taxi-app .anticipate-section,
.new-taxi-app .app-category-inner:hover {
    background-color: #d0b8db;
}

.new-taxi-app .subContent span,
.new-taxi-app .bigEmpireContent .subContent,
.new-taxi-app .blogLink:hover span {
    color: #d0b8db;
}

.new-taxi-app .admin-panel-section .admin-heading .sub-heading,
.new-taxi-app .admin-panel-section .admin-heading .heading-main {
    color: #000000;
}

.new-taxi-app .ondemand-business-section ul li:before {
    background-image: url(https://shivlab.com/wp-content/uploads/2025/04/violate-check-tick.webp);
}

.new-taxi-app .ondemand-tech-section .nav-tabs .nav-link:after,
.new-taxi-app .ondemand-business-inner .h3:after,
.new-taxi-app .blogLink:hover .hashText:after,
.new-taxi-app .accordionInner .accordionTitle.active,
.new-taxi-app .slick-dots li button,
.new-taxi-app .admin-panel-section .admin-pannel-solution-list li:hover,
.new-taxi-app .feature-section .slick-arrow:hover,
.new-taxi-app .feature-section .feature-list li:hover .feature-icon {
    background-color: #722e85;
}

.new-taxi-app .feature-section .feature-list li:hover {
    border-color: #722e85;
}

.new-taxi-app .admin-panel-section .admin-heading .heading-main,
.new-taxi-app .admin-panel-section .admin-heading .sub-heading,
.new-taxi-app .accordionInner .accordionTitle.active {
    color: #ffffff;
}

/* taxi app page color css */

/* popup model css start */
.modal-open .modal.popupModel.show {
    height: 100% !important;
    display: flex !important;
    padding: 30px 0 !important;
}

.modal-open .modal.popupModel .modal-dialog {
    margin: auto;
}

.modal-open .modal.popupModel textarea {
    height: 120px;
}

@media(max-width: 749px) {
    .modal-open .modal.popupModel textarea {
        height: 100px;
    }
}

/* popup model css end */

/* escooter page color css */
.new-escooter-app .blueBack-gradient .h1 span,
.new-escooter-app .app-customization-section .h2 span,
.new-escooter-app .app-overview-slider-section .h2 span,
.new-escooter-app .app-category-details .h2 span,
.new-escooter-app .crossfeature-ondemand-sec h2 span,
.new-escooter-app .ondemand-process-sec .h2 span,
.new-escooter-app .ondemand-process-inner .h5,
.new-escooter-app .ondemand-tech-section .h2 span,
.new-escooter-app .anticipate-section .title span,
.new-escooter-app .ondemand-fectors-section .h2 span,
.new-escooter-app .ondemand-business-section .h2 span,
.new-escooter-app .ondemand-business-section .h3 span,
.new-escooter-app .hidden-brain-left .h2 span,
.new-escooter-app .bigEmpireContent span,
.new-escooter-app .blogSection .h2 span,
.page-id-24049 .addressSection .h2 span,
.page-id-24049 .contactSection .h3 span,
.page-id-24049 .partnerSecHead .h3 span,
.new-escooter-app .top-on-demand-info .h2 span,
.new-escooter-app .top-on-demand-expert .h3 span,
.new-escooter-app .top-on-demand-expert .h4 span,
.new-escooter-app .top-on-demand-sec p a,
.new-escooter-app p a,
.new-escooter-app .hidd-brain-title,
.new-escooter-app .our-plan-box .our-plan-box-list ul li:before,
.new-escooter-app .feature-section .slick-arrow svg path,
.new-escooter-app .feature-section h2 span {
    color: #3399C9 !important;
}

.new-escooter-app .feature-section .slick-dots li.slick-active button {
    background-color: #3399C9 !important;
    ;
}

.new-escooter-app .btn-blue,
.new-escooter-app .btn,
.new-escooter-app .btn-orange,
.page-id-24049 .contactSection .btn-orange {
    background-color: #3399C9 !important;
    color: #ffffff !important;
}

.new-escooter-app .btn-blue:hover,
.new-escooter-app .btn:hover,
.new-escooter-app .btn-orange:hover,
.page-id-24049 .contactSection .btn-orange:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.new-escooter-app .app-customization-list li:before,
.new-escooter-app .app-customization-list li:after,
.new-escooter-app .top-on-demand-inn {
    border-color: #3399C9;
}

.new-escooter-app .ondemand-tech-section .nav-tabs .nav-link:after,
.new-escooter-app .ondemand-business-inner .h3:after,
.new-escooter-app .blogLink:hover .hashText:after,
.new-escooter-app .accordionInner .accordionTitle.active,
.new-escooter-app .slick-dots li button {
    background-color: #3399C9;
}

.new-escooter-app .hidden-brain-left>.subContent {
    color: #070024;
}

.new-escooter-app .top-on-demand-sec,
.new-escooter-app .anticipate-section,
.new-escooter-app .app-category-inner:hover {
    background-color: #cde0ed;
}

.new-escooter-app .subContent span,
.new-escooter-app .bigEmpireContent .subContent,
.new-escooter-app .blogLink:hover span {
    color: #cde0ed;
}

.new-escooter-app .admin-panel-section .admin-heading .sub-heading,
.new-escooter-app .admin-panel-section .admin-heading .heading-main {
    color: #000000;
}

.new-escooter-app .ondemand-business-section ul li:before {
    background-image: url(https://shivlab.com/wp-content/uploads/2025/06/check-blue.webp);
}

.new-escooter-app .ondemand-tech-section .nav-tabs .nav-link:after,
.new-escooter-app .ondemand-business-inner .h3:after,
.new-escooter-app .blogLink:hover .hashText:after,
.new-escooter-app .accordionInner .accordionTitle.active,
.new-escooter-app .slick-dots li button,
.new-escooter-app .admin-panel-section .admin-pannel-solution-list li:hover,
.new-escooter-app .feature-section .slick-arrow:hover,
.new-escooter-app .feature-section .feature-list li:hover .feature-icon {
    background-color: #3399C9;
}

.new-escooter-app .feature-section .feature-list li:hover {
    border-color: #3399C9;
}

.new-escooter-app .admin-panel-section .admin-heading .heading-main,
.new-escooter-app .admin-panel-section .admin-heading .sub-heading,
.new-escooter-app .accordionInner .accordionTitle.active {
    color: #ffffff;
}

/* escooter page color css */


/* aviation software page color css */
.new-aviation-software .blueBack-gradient .h1 span,
.new-aviation-software .app-customization-section .h2 span,
.new-aviation-software .app-overview-slider-section .h2 span,
.new-aviation-software .app-category-details .h2 span,
.new-aviation-software .crossfeature-ondemand-sec h2 span,
.new-aviation-software .ondemand-process-sec .h2 span,
.new-aviation-software .ondemand-process-inner .h5,
.new-aviation-software .ondemand-tech-section .h2 span,
.new-aviation-software .anticipate-section .title span,
.new-aviation-software .ondemand-fectors-section .h2 span,
.new-aviation-software .ondemand-business-section .h2 span,
.new-aviation-software .ondemand-business-section .h3 span,
.new-aviation-software .hidden-brain-left .h2 span,
.new-aviation-software .bigEmpireContent span,
.new-aviation-software .blogSection .h2 span,
.page-id-24166 .addressSection .h2 span,
.page-id-24166 .contactSection .h3 span,
.page-id-24166 .partnerSecHead .h3 span,
.new-aviation-software .top-on-demand-info .h2 span,
.new-aviation-software .top-on-demand-expert .h3 span,
.new-aviation-software .top-on-demand-expert .h4 span,
.new-aviation-software .top-on-demand-sec p a,
.new-aviation-software p a,
.new-aviation-software .hidd-brain-title,
.new-aviation-software .our-plan-box .our-plan-box-list ul li:before,
.new-aviation-software .feature-section .slick-arrow svg path,
.new-aviation-software .feature-section h2 span {
    color: #1D4CB6 !important;
}

.new-aviation-software .feature-section .slick-dots li.slick-active button {
    background-color: #1D4CB6 !important;
    ;
}

.new-aviation-software .btn-blue,
.new-aviation-software .btn,
.new-aviation-software .btn-orange,
.page-id-24166 .contactSection .btn-orange {
    background-color: #1D4CB6 !important;
    color: #ffffff !important;
}

.new-aviation-software .btn-blue:hover,
.new-aviation-software .btn:hover,
.new-aviation-software .btn-orange:hover,
.page-id-24166 .contactSection .btn-orange:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.new-aviation-software .app-customization-list li:before,
.new-aviation-software .app-customization-list li:after,
.new-aviation-software .top-on-demand-inn {
    border-color: #1D4CB6;
}

.new-aviation-software .ondemand-tech-section .nav-tabs .nav-link:after,
.new-aviation-software .ondemand-business-inner .h3:after,
.new-aviation-software .blogLink:hover .hashText:after,
.new-aviation-software .accordionInner .accordionTitle.active,
.new-aviation-software .slick-dots li button {
    background-color: #1D4CB6;
}

.new-aviation-software .hidden-brain-left>.subContent {
    color: #070024;
}

.new-aviation-software .top-on-demand-sec,
.new-aviation-software .anticipate-section,
.new-aviation-software .app-category-inner:hover {
    background-color: #98a5d7;
}

.new-aviation-software .subContent span,
.new-aviation-software .bigEmpireContent .subContent,
.new-aviation-software .blogLink:hover span {
    color: #98a5d7;
}

.new-aviation-software .admin-panel-section .admin-heading .sub-heading,
.new-aviation-software .admin-panel-section .admin-heading .heading-main {
    color: #000000;
}

.new-aviation-software .ondemand-business-section ul li:before {
    background-image: url(https://shivlab.com/wp-content/uploads/2025/06/check-dark-blue-icon.webp);
}

.new-aviation-software .ondemand-tech-section .nav-tabs .nav-link:after,
.new-aviation-software .ondemand-business-inner .h3:after,
.new-aviation-software .blogLink:hover .hashText:after,
.new-aviation-software .accordionInner .accordionTitle.active,
.new-aviation-software .slick-dots li button,
.new-aviation-software .admin-panel-section .admin-pannel-solution-list li:hover,
.new-aviation-software .feature-section .slick-arrow:hover,
.new-aviation-software .feature-section .feature-list li:hover .feature-icon {
    background-color: #1D4CB6;
}

.new-aviation-software .feature-section .feature-list li:hover {
    border-color: #1D4CB6;
}

.new-aviation-software .admin-panel-section .admin-heading .heading-main,
.new-aviation-software .admin-panel-section .admin-heading .sub-heading,
.new-aviation-software .accordionInner .accordionTitle.active {
    color: #ffffff;
}

.new-aviation-software .faqSection .h2 span {
    color: #1D4CB6 !important;
}


/* aviation software page color css */

.top-on-demand-sec .top-on-demand-info ul {
    padding-left: 25px;
}

.blog-content-main table a {
    color: #ff8625;
}

.blog-content-main table a:hover {
    color: #000;
}


/***Home faq css **/
.home .faqSection {
    padding-top: 60px;
}

@media(max-width:1300px) {
    .home .faqSection {
        padding: 60px 0px;
    }
}

@media(max-width:1200px) {
    .home .faqSection {
        padding: 40px 0px;
    }

}





/* Scalable IT Solutions section css start */

/* Hero Section */
.it-solution-main {
    padding-bottom: 60px;
}

.it-solution-main .it-solutions-hero {
    display: flex;
    align-items: center;
    gap: 30px;
    align-items: center;
    padding-bottom: 60px;
}

.page-template-sub-services-new .it-solution-main .it-solutions-hero,
.page-template-sub-services-final .it-solution-main .it-solutions-hero,
.page-template-sub-services .it-solution-main .it-solutions-hero {
    padding: 60px 0;
}

.page-template-main-services-new .it-solution-main .it-solutions-hero {
    padding-top: 30px;
}

.it-solution-main .it-solutions-hero-left {
    max-width: 680px;
}

.it-solution-main .it-solutions-title {
    font-size: 40px;
    color: #070024;
    line-height: 1.5;
    font-family: "Montserrat-Regular";
}

.it-solution-main .it-solutions-hero-left .it-solutions-title {
    margin-bottom: 18px;
}

.it-solution-main .it-solutions-title span {
    color: #FF8625;
    font-family: "Montserrat-bold";
}

.it-solution-main .it-solutions-subtext {
    color: #666666;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Nunito-Regular";
    display: block;
}

.it-solution-main .it-solutions-pill-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 550px;
}

.it-solution-main .it-solutions-pill {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 12px 14px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.3s ease-in-out;
}

.it-solution-main .it-solutions-pill:hover {
    border: 1px solid #ff8625;
}

.it-solution-main .it-solutions-pill-icon {
    height: 80px;
    width: 80px;
    flex: 0 0 80px;
    min-width: 80px;
    border-radius: 50%;
    background: #EDEDED;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.it-solution-main .it-solutions-pill:hover .it-solutions-pill-icon {
    background-color: #ff8625;
}

.it-solution-main .it-solutions-pill:hover .it-solutions-pill-icon img {
    filter: brightness(0) invert(1);
}

.it-solution-main .it-solutions-pill-title {
    font-weight: bold;
    font-size: 22px;
    color: #070024;
    font-family: "Nunito-Regular";
    margin-bottom: 5px;
}

.it-solution-main .it-solutions-pill:hover .it-solutions-pill-title {
    color: #ff8625;
}

.it-solution-main .it-solutions-pill-desc {
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    font-family: "Nunito-Regular";
}

.it-solution-main .it-solutions-hero-right {
    display: flex;
    justify-content: center;
}

/* Solutions Section */
.it-solution-main .it-solutions-section {
    background: #EEEEEE;
    padding: 60px 0;
}

.it-solution-main .it-solutions-section .it-solutions-title {
    text-align: center;
}

.it-solution-main .it-solutions-section .it-solutions-subtext {
    text-align: center;
    max-width: 1218px;
    margin: 15px auto 54px;
}

.it-solution-main .it-solutions-hero-right .it-solutions-hero-circle {
    max-width: 600px;
    width: 100%;
}

.it-solution-main .it-solutions-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin: auto;
}

.it-solution-main .it-solutions-card {
    background-image: url("/shivlab/wp-content/themes/shivlab/assets/images/startup-dev-bg.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 15px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    box-shadow: 0 18px 30px rgba(0, 0, 0, .15);
    height: 100%;
}


.it-solution-main .it-solutions-card-white-bg {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: white;
    border-radius: 15px;
    padding: 12px;
    margin: 15px;
    gap: 15px;
    height: 100%;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;

}

.it-solution-main .it-solutions-card-white-bg:hover {
    border: 1px solid #ff8625;
}

.it-solution-main .it-solutions-card-icon {

    height: 98px;
    width: 98px;
    flex: 0 0 98px;
    min-width: 98px;
    border-radius: 50%;
    background: #070024;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.it-solution-main .it-solutions-card:hover .it-solutions-card-icon {
    background-color: #ff8625;
}

.it-solution-main .it-solutions-card-content h3 {
    font-weight: bold;
    font-size: 22px;
    color: #070024;
    font-family: "Nunito-Regular";
    margin-bottom: 8px;
    transition: 0.3s ease-in-out;
}

.it-solution-main .it-solutions-card:hover .it-solutions-card-content h3 {
    color: #ff8625;
}


.it-solution-main .it-solutions-card-content p {
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Nunito-Regular";
}

.it-solution-main .it-solutions-hero-left .it-solutions-subtext {
    margin-bottom: 50px;
}



/* Responsive Css Start */

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .it-solution-main .it-solutions-title {
        font-size: 30px;
    }

    .it-solution-main .it-solutions-hero-left .it-solutions-title {
        margin-bottom: 10px;
    }

    .it-solution-main .it-solutions-subtext {
        font-size: 16px;
    }

    .it-solution-main .it-solutions-hero-left .it-solutions-subtext {
        margin-bottom: 20px;
    }

    .it-solution-main .it-solutions-pill-title {
        font-size: 20px;
        margin-bottom: 3px;
    }

    .it-solution-main .it-solutions-pill-desc {
        line-height: 25px;
    }

    .it-solution-main .it-solutions-pill-icon {
        height: 65px;
        width: 65px;
        flex: 0 0 65px;
        min-width: 65px;
    }

    .it-solution-main .it-solutions-pill-list {
        gap: 20px;
    }

    .it-solution-main .it-solutions-pill-icon img {
        max-width: 36px;
    }

    .it-solution-main .it-solutions-hero-left {
        max-width: 600px;
    }

    .it-solution-main .it-solutions-pill {
        padding: 8px 12px;
    }

    .it-solution-main .it-solutions-section .it-solutions-subtext {
        max-width: 900px;
        margin: 12px auto 36px;
    }

    /* Solutions Section */
    .it-solution-main .it-solutions-card-content h3 {
        font-size: 20px;
    }

    .it-solution-main .it-solutions-card-content p {
        font-size: 15px;
    }

    .it-solution-main .it-solutions-card-icon {
        height: 80px;
        width: 80px;
        flex: 0 0 80px;
        min-width: 80px;
    }

    .it-solution-main .it-solutions-card-white-bg {
        padding: 10px;
        margin: 12px;
        gap: 12px;
    }

    .it-solution-main .it-solutions-card-icon img {
        max-width: 45px;
    }

    .it-solution-main .it-solutions-card-grid {
        gap: 35px;
    }
}


@media (max-width:1199px) {
    .it-solution-main .it-solutions-hero-left {
        max-width: 500px;
    }

    .it-solution-main .it-solutions-hero {
        gap: 30px;
    }

    .it-solution-main .it-solutions-card-grid {
        gap: 20px;
    }
}

@media (max-width:991px) {
    .it-solution-main .it-solutions-hero {
        flex-direction: column-reverse;
    }

    .it-solution-main .it-solutions-hero-left {
        max-width: 100%;
    }

    .it-solution-main .it-solutions-pill-list {
        max-width: 100%;
    }

    .it-solution-main .it-solutions-title {
        font-size: 28px;
    }

    /* solution section */
    .it-solution-main .it-solutions-card-grid {
        grid-template-columns: 1fr;
    }

    .it-solution-main .it-solutions-section .it-solutions-title {
        text-align: left;
    }

    .it-solution-main .it-solutions-section .it-solutions-subtext {
        text-align: left;
    }
}

@media (max-width:767px) {
    .it-solution-main .it-solutions-title {
        font-size: 24px;
    }

    .it-solution-main .it-solutions-pill-title {
        font-size: 18px;
    }

    .it-solution-main .it-solutions-subtext {
        line-height: 24px;
    }

    .it-solution-main .it-solutions-card-icon {
        height: 60px;
        width: 60px;
        flex: 0 0 60px;
        min-width: 60px;
    }

    .it-solution-main .it-solutions-card-icon img {
        max-width: 36px;
    }

    .it-solution-main .it-solutions-card-white-bg {
        padding: 14px 10px;
    }

    .it-solution-main .it-solutions-section .it-solutions-subtext {
        margin: 12px auto 25px;
    }

    .it-solution-main .it-solutions-subtext {
        font-size: 15px;
    }
}

@media (max-width:480px) {
    .it-solution-main .it-solutions-title {
        font-size: 20px;
    }

    .it-solution-main .it-solutions-subtext {
        font-size: 14px;
    }

    .it-solution-main .it-solutions-pill-desc {
        font-size: 14px;
        line-height: 22px;
    }

    .it-solution-main .it-solutions-card-content h3 {
        font-size: 16px;
    }

    .it-solution-main .it-solutions-pill-title {
        font-size: 16px;
    }
}

@media (max-width:400px) {
    .it-solution-main .it-solutions-card-white-bg {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Scalable IT Solutions section css End  */


/* industry-recognition css start */

.industry-recognition {
    text-align: center;
    padding: 20px 0 0;
    background-color: #fff;
}

.industry-recognition .recognition-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

.industry-recognition .hexagon {
    min-width: 200px;
    aspect-ratio: 1;
    background-color: #ffeddf;
    clip-path: polygon(50% 0%,
            93% 25%,
            93% 75%,
            50% 100%,
            7% 75%,
            7% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.industry-recognition .hexagon:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.industry-recognition .hexagon img {
    height: auto;
    display: block;
    max-height: 130px;
}

/* Responsive */
@media(min-width:1440px) {
    .industry-recognition .section-head .section-heading {
        font-size: 40px;
        margin-bottom: 45px;
    }
}

@media (max-width: 1439px) {
    .industry-recognition .hexagon {
        min-width: 200px;
    }

    .industry-recognition .recognition-container {
        gap: 40px;
    }
}

@media (max-width: 1299px) {
    .industry-recognition .hexagon {
        min-width: 190px;
    }

    .industry-recognition .recognition-container {
        gap: 30px;
    }
}

@media(max-width:1199px) {
    .industry-recognition .hexagon img {
        max-height: 110px;
    }

    .industry-recognition .recognition-container {
        gap: 12px;
    }

    .industry-recognition .hexagon {
        min-width: 175px;
    }
}

@media (max-width: 991px) {
    .industry-recognition .recognition-container {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .industry-recognition .hexagon {
        min-width: 150px;
    }

    .industry-recognition .hexagon img {
        max-height: 96px;
    }
}

@media (max-width: 579px) {
    .industry-recognition .recognition-container {
        gap: 20px;
    }
}

@media (max-width: 560px) {
    .industry-recognition .hexagon {
        min-width: 180px;
    }

    .industry-recognition .recognition-container {
        gap: 25px;
    }

    .industry-recognition .hexagon img {
        max-height: 115px;
    }
}


@media (max-width: 480px) {
    .industry-recognition .hexagon {
        min-width: 140px;
    }

    .industry-recognition .hexagon img {
        max-height: 96px;
    }
}

@media (max-width: 400px) {
    .industry-recognition .hexagon {
        min-width: 200px;
    }

    .industry-recognition .recognition-container {
        gap: 15px;
    }

    .industry-recognition .hexagon img {
        max-height: 120px;
    }
}

.page-template-main-services-new .it-solution-main,
.page-template-sub-services-new .it-solution-main,
.page-template-sub-services .it-solution-main,
.page-template-sub-services-final .it-solution-main,
.page-template-main-services .it-solution-main {
    padding-bottom: 0;
}

.page-template-main-services-new .industry-recognition,
.page-template-sub-services-new .industry-recognition,
.page-template-sub-services .industry-recognition,
.page-template-sub-services-final .industry-recognition .page-template-main-services .industry-recognition {
    padding: 60px 0 40px;
}


/* industry-recognition css end */


.faqSection .accordionDesc ul,
.faqSection .accordionDesc ol {
    padding-left: 40px;
    margin-bottom: 20px;
}

.faqSection .accordionDesc ul li ul,
.faqSection .accordionDesc ol li ul {
    padding-left: 0px;
}

.faqSection .accordionDesc p {
    margin-bottom: 20px;
}

@media (max-width: 575px) {

    .faqSection .accordionDesc ul,
    .faqSection .accordionDesc ol {
        padding-left: 30px;
    }
}

/** Blog page content common css **/


.single.single-post .blog-content-left h2,
.single.single-post .blog-content-left h3,
.single.single-post .blog-content-left h4 {
    font-weight: bolder;
}


.single.single-post .blog-content-left ul {
    list-style: none;
    color: #070024;
    padding: 0;
    margin: 0 0 27px;
}


.single.single-post .blog-content-left ul li {
    margin-bottom: 15px;
    line-height: 25px;
    position: relative;
    padding-left: 15px;
    font-size: 16px;
}


.single.single-post .blog-content-left li:before {
    content: "\f04b";
    position: absolute;
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    top: 0;
    color: #ff8625;
}

/** Blog page content common css End **/


/* Timeline process section new css start  */

.timeline-main {
    width: 100%;
    padding: 40px 0;

}

.timeline-main .section-head .h2 span {
    color: #ff8625;
}

.timeline-main .timeline-inner-section {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: nowrap;
}

/* Dotted line */
.timeline-main .timeline-inner-section::before {
    content: "";
    position: absolute;
    top: 153px;
    left: 0;
    width: 100%;
    border-top: 2px dashed #CACCD5;
    z-index: 0;
}

.timeline-main .timeline-inner-section .step {
    text-align: center;
    position: relative;
    z-index: 1;
    flex: 1;
}

/* Step number */
.timeline-main .timeline-inner-section .step-number {
    font-size: 26px;
    font-family: "Montserrat-Bold";
    font-weight: bold;
    margin-bottom: 20px;
}

/* Half arc + icon circle */
.timeline-main .timeline-inner-section .icon-wrap {
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
}

.timeline-main .timeline-inner-section .icon-wrap::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: 90px;
    height: 45px;
    border: 15px solid;
    border-bottom: none;
    border-radius: 80px 80px 0 0;
}

.timeline-main .timeline-inner-section .icon-circle {
    position: absolute;
    top: 6px;
    left: 4px;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-main .timeline-inner-section .icon-circle img {
    max-width: 32px;
    max-height: 32px;
}

/* Dot under icon */
.timeline-main .timeline-inner-section .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 20px auto 0;
}

/* Label */
.timeline-main .timeline-inner-section .label {
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
    font-family: "Montserrat-Regular";
}

/* Orange steps */
.timeline-main .timeline-inner-section .orange .step-number,
.timeline-main .timeline-inner-section .orange .label {
    color: #FF8625;
}

.timeline-main .timeline-inner-section .orange .icon-wrap::before {
    border-color: #FF8625;
}

.timeline-main .orange .dot {
    background: #FF8625;
}

/* Navy steps */
.timeline-main .timeline-inner-section .navy .step-number,
.timeline-main .timeline-inner-section .navy .label {
    color: #1C2A40;
}

.timeline-main .timeline-inner-section .navy .icon-wrap::before {
    border-color: #1C2A40;
}

.timeline-main .timeline-inner-section .navy .dot {
    background: #1C2A40;
}

/*  responsive */
@media(max-width: 1439px) {
    .timeline-main .timeline-inner-section .label {
        font-size: 14px;
        line-height: 22px !important;
    }
}

@media(max-width: 991px) {
    .timeline-main .timeline-inner-section .step-number {
        font-size: 20px;
    }

    .timeline-main .timeline-inner-section .icon-circle {
        height: 55px;
        width: 55px;
    }

    .timeline-main .timeline-inner-section .icon-circle img {
        max-width: 24px;
        max-height: 24px;
    }

    .timeline-main .timeline-inner-section .icon-wrap::before {
        width: 76px;
        height: 38px;
    }

    .timeline-main .timeline-inner-section .label {
        font-size: 12px;
    }

    .timeline-main .timeline-inner-section .icon-wrap {
        width: 65px;
        height: 65px;
    }

    .timeline-main .timeline-inner-section::before {
        top: 132px;
    }

    .timeline-main .timeline-inner-section .dot {
        margin: 14px auto 0;
    }
}

/* Mobile */
@media(max-width: 768px) {
    .timeline-main .timeline-inner-section {
        flex-direction: column;
        position: relative;
        gap: 25px;
        margin: 40px 0 0;
    }

    .timeline-main .timeline-inner-section::before {
        top: 75px;
        bottom: 75px;
        height: auto;
        left: 50%;
        transform: translateX(0%);
        border-left: 2px dashed #CACCD5;
        border-top: none;
        width: 0;
    }

    .timeline-main .timeline-inner-section .step {
        position: relative;
        width: 100%;
        max-width: 260px;
        padding: 10px 8px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.15);
        z-index: 1;
        border: 1px solid rgba(0, 0, 0, 0.08);
    }


    .timeline-main .timeline-inner-section .step:nth-child(odd) {
        align-self: flex-start;
        margin-left: calc(50% - 260px);
    }

    .timeline-main .timeline-inner-section .step:nth-child(even) {
        align-self: flex-end;
        margin-right: calc(50% - 262px);
    }

    .timeline-main .timeline-inner-section .icon-wrap {
        width: 70px;
        height: 70px;
    }

    .timeline-main .timeline-inner-section .dot {
        position: absolute;
        left: 50%;
        top: 70px;
        margin: 0;
        width: 16px;
        height: 16px;
        background: currentColor;
        border-radius: 50%;
        border: 2px solid #fff;
        z-index: 2;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    }

    .timeline-main .timeline-inner-section .icon-wrap::before {
        display: none;
    }

    .timeline-main .timeline-inner-section .icon-circle {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .timeline-main .timeline-inner-section .icon-circle img {
        max-width: 26px;
        max-height: 26px;
    }

    .timeline-main .timeline-inner-section .step-number {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .timeline-main .timeline-inner-section .label {
        margin-top: 4px;
    }


    .timeline-main .timeline-inner-section {
        --card-w: 260px;
    }

    .timeline-main .timeline-inner-section .step:nth-child(odd) .dot {
        transform: translateX(calc(-50% + var(--card-w) / 2));
    }

    .timeline-main .timeline-inner-section .step:nth-child(even) .dot {
        transform: translateX(calc(-50% - var(--card-w) / 2));
    }

}

@media(max-width: 575px) {
    .timeline-main .timeline-inner-section .step {
        max-width: 170px;
    }

    .timeline-main .timeline-inner-section .step:nth-child(odd) {
        margin-left: calc(50% - 170px);
    }

    .timeline-main .timeline-inner-section .step:nth-child(even) {
        margin-right: calc(50% - 172px);
    }

    .timeline-main .timeline-inner-section {
        --card-w: 170px;
    }

    .timeline-main .timeline-inner-section .dot {
        top: 65px;
    }
}

@media(max-width: 480px) {

    .timeline-main .timeline-inner-section .icon-wrap {
        width: 60px;
        height: 60px;
    }

    .timeline-main .timeline-inner-section .icon-circle {
        width: 50px;
        height: 50px;
    }

    .timeline-main .timeline-inner-section .step-number {
        margin-bottom: 2px;
    }

    .timeline-main .timeline-inner-section {
        gap: 15px;
    }

    .timeline-main .timeline-inner-section .dot {
        top: 55px;
    }
}

@media(max-width: 380px) {
    .timeline-main .timeline-inner-section .step {
        max-width: 140px;
    }

    .timeline-main .timeline-inner-section .step:nth-child(odd) {
        margin-left: calc(50% - 140px);
    }

    .timeline-main .timeline-inner-section .step:nth-child(even) {
        margin-right: calc(50% - 142px);
    }

    .timeline-main .timeline-inner-section {
        --card-w: 140px;
    }
}

/* Timeline process section new css end  */


.page-template-about .brandStorySection .readmore-sec .readmore-inn p {
    margin-bottom: 15px;
}


.page-template-hireus_details_new .it-solution-main {
    padding-top: 50px;
    padding-bottom: 0px;
}


/* 
section.white-label-development-technology h2.h2.section-heading

 {
    text-align: center;
} */



/* blog-page summary and buttons design */
.blog-main .main-content .quote-section .quote-section-desc p:before,
.blog-main .main-content .quote-section .quote-section-desc p:after {
    display: none;
}

.blog-main .main-content .quote-section .title {
    font-size: 20px;
    font-weight: bold;
    color: #ff8625;
}

.blog-main .main-content .quote-section .inshort .title {
    margin-bottom: 16px !important;
}

.blog-main .main-content .quote-section {
    background-color: #1F2F4B;
    border-radius: 8px;
    padding: 20px !important;
}

.blog-main .main-content .quote-section .quote-section-desc p {
    color: #ffffff !important;
    font-size: 18px !important;
}

.blog-main .main-content .ai-summarize {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 16px;
}

.blog-main .main-content .ai-summarize .title {
    margin: 0 !important;
}

.blog-main .main-content .ai-summarize .list {
    padding: 0;
    margin: 0;
    gap: 20px;
    list-style: none;
    display: flex;
    align-items: center;
}

.blog-main .main-content .ai-summarize .list .list-item {
    border: 1px solid white;
    border-radius: 8px;
    padding: 4px 8px !important;
}

.blog-main .main-content .ai-summarize .list .list-item .button span {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}

.blog-main .main-content .ai-summarize .list .list-item .button {
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-main .main-content .ai-summarize .list .list-item .button .icon {
    display: flex;
    max-width: 20px;
    height: 20px;
    width: 20px;
}

.blog-main .main-content .ai-summarize .list .list-item .button .icon svg {
    max-width: 20px;
    width: 100%;
    height: 20px;
}

.blog-main .main-content .ai-summarize .list .list-item:hover {
    background-color: #ff8625;
    border: 1px solid transparent;
    transition: all 0.2s ease;

}

.blog-main .main-content .ai-summarize .list .list-item:hover span {
    color: #ffffff;
    transition: all 0.2s ease;
}

.blog-main .main-content .ai-summarize .list .list-item svg path {
    fill: rgba(0, 0, 0, 0);
    stroke: #ffffff;
}

.blog-main .main-content .ai-summarize .list .list-item:first-child svg path {
    fill: #ffffff;
}

@media(max-width:1300px) {
    .blog-main .main-content .ai-summarize .list .list-item .button span {
        font-size: 14px;
    }

    .blog-main .main-content .ai-summarize {
        gap: 20px;
    }

    .blog-main .main-content .ai-summarize .list {
        gap: 12px;
    }

    .blog-main .main-content .ai-summarize .list .list-item .button .icon svg {
        max-width: 18px;
        height: 18px;
    }

    .blog-main .main-content .ai-summarize .list .list-item .button .icon {
        max-width: 18px;
        height: 18px;
        width: 18px;
    }

    .blog-main .main-content .quote-section {
        margin: 30px 0px 30px !important;
    }
}

@media(max-width:600px) {
    .blog-main .main-content .blog-content-main {
        margin-top: 0 !important;
    }
}

@media(max-width:550px) {
    .blog-main .main-content .ai-summarize {
        flex-wrap: wrap;
    }

    .blog-main .main-content .ai-summarize .title {
        width: 100%;
    }

    .blog-main .main-content .ai-summarize .list {
        width: 100%;
        padding: 0 !important;
    }

    .blog-main .main-content .quote-section .quote-section-desc p {
        font-size: 16px !important;
    }

}


/* news page  */

.newsroom-card-main {
    padding: 50px 0;
}

.newsroom-latest-card-main .section-head {
    text-align: center;
}

.newsroom-latest-card-main .newsroom-cards-list {
    display: block;
}

.newsroom-latest-card-main .newsroom-card-link-main .newsroom-card-title {
    font-family: "Nunito-Bold";
    margin-bottom: 20px;
}

.newsroom-latest-card-main .newsroom-card-link-main .newsroom-card-detail {
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.newsroom-latest-card-main .newsroom-card-detail .bottom-btn {
    margin-top: auto;
}

.newsroom-latest-card-main .newsroom-card-link-main .newsroom-card-content {
    font-size: 18px !important;
}

@media (min-width:992px) {
    .newsroom-latest-card-main .newsroom-card-link-main {
        display: grid;
        grid-template-columns: 45% 55%;
        align-items: center;
        background: linear-gradient(270deg, #ffffff00 0%, #fff3ea 50%, #ffffff00 100%);
    }
}


.newsroom-card-main .section-head .section-title {
    font-family: "Montserrat-Bold";
}

.newsroom-cards-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.newsroom-card-link-main {
    display: block;
    color: inherit;
    padding: 12px;
    border-radius: 10px;
    background: #fff6f0;
    background: linear-gradient(360deg, #ffffff00 0%, #fff3ea 50%, #ffffff00 100%);
}

.newsroom-card-link-main .newsroom-card-image {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
    border-radius: 6px;
}

.newsroom-card-link-main .newsroom-card-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    display: block;
}

.newsroom-card-link-main .newsroom-card-detail {
    padding: 16px;
}

.newsroom-card-link-main .newsroom-card-detail .newsroom-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newsroom-card-link-main .newsroom-card-image .newsroom-card-date {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    font-size: 14px;
    background-color: #1f2f4b;
    padding: 8px 16px;
    line-height: 1;
    border-radius: 4px;
    color: #ffffff;
}

.newsroom-card-link-main .newsroom-card-detail .newsroom-card-content {
    font-size: 16px;
    color: #4e5464;
    line-height: 1.4;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newsroom-card-link-main .newsroom-card-detail .btn-link {
    color: #ff8625;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
}

.newsroom-card-main:nth-child(n+5):nth-child(odd) {
    background-color: #f9f9f9;
}


@media (max-width:991px) {
    .newsroom-cards-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:767px) {
    .newsroom-cards-list {
        grid-template-columns: 1fr;
    }

    .newsroom-card-main {
        padding: 30px 0;
    }
}


.newsroom-list-tab-section {
    position: sticky;
    top: 150px;
    z-index: 99;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.newsroom-list-tab-navigation-mobile {
    display: none;
    position: relative;
    cursor: pointer;
}

@media (min-width:992px) {
    .newsroom-list-tab-wrapper {
        border-bottom: 1px solid #cfcfcf;
    }

    .newsroom-list-tab-navigation {
        display: flex;
        column-gap: 24px;
        margin: 0 auto;
        max-width: max-content;
    }

    .newsroom-list-tab-navigation .newsroom-list-tab-item .inner-item {
        line-height: 1;
        display: block;
        color: #000;
        padding: 22px 10px;
        border-bottom: 2px solid transparent;
        opacity: 0.6;
    }

    .newsroom-list-tab-navigation .newsroom-list-tab-item.active .inner-item {
        border-bottom-color: #ff8625;
        font-weight: 600;
        opacity: 1;
    }
}

@media (max-width:1300px) {
    .newsroom-list-tab-section {
        top: 140px;
    }
}

@media (max-width:991px) {
    .newsroom-list-tab-section {
        padding: 10px 0;
    }

    .newsroom-list-tab-navigation {
        position: absolute;
        background-color: #fff;
        z-index: 1;
        width: 100%;
        border-radius: 6px;
        box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.1);
        max-height: 310px;
        overflow: auto;
        display: none;
    }

    .newsroom-list-tab-navigation .newsroom-list-tab-item {
        border-bottom: 1px solid #e5e5e5;
    }

    .newsroom-list-tab-navigation .newsroom-list-tab-item .inner-item {
        color: #000;
        padding: 10px 16px;
        display: block;
    }

    .newsroom-list-tab-navigation-mobile {
        background-color: #ffefe2;
        color: #000;
        padding: 16px;
        border-radius: 6px;
        display: flex;
        justify-content: space-between;
        column-gap: 16px;
    }

    .newsroom-list-tab-navigation-mobile .icon {
        width: 20px;
        height: 20px;
        background-color: #fff;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .newsroom-list-tab-navigation-mobile .icon svg {
        display: block;
    }

    .newsroom-list-tab-navigation-mobile.open .icon {
        transform: rotate(180deg);
        transform-origin: center;
    }

    .newsroom-list-tab-wrapper {
        position: relative;
    }

    .newsroom-list-tab-navigation-mobile.open~.newsroom-list-tab-navigation {
        display: block;
    }
}

@media (max-width:750px) {
    .newsroom-list-tab-section {
        top: 98px;
    }

    .newsroom-list-tab-section {
        margin-bottom: 0;
    }
}

@media (max-width:480px) {
    .newsroom-list-tab-section {
        top: 67px;
    }
}


.newsroom-banner {
    padding: 0 0 0px 0;
    background-color: #efefef;
    margin-bottom: 50px;
    background-image: url(https://shivlab.com/wp-content/themes/shivlab/assets/images/top-section-bg-image.jpg);
    background-size: cover;
}

.newsroom-banner-wrap {
    padding: 20px 50px;
}

.newsroom-banner .inner-banner-content h1 span {
    color: #ff8625;
}

.newsroom-banner .inner-banner-content h1 {
    margin-bottom: 25px;
}

.newsroom-banner .banner-image-section {
    text-align: center;
}

@media (max-width:1199px) {
    .newsroom-banner-wrap {
        padding: 30px 0;
    }
}

@media (max-width:767px) {
    .newsroom-banner {
        margin-bottom: 30px;
    }
}

.newsroom-pagination {
    margin-top: 20px;
}

.view-all-wrap {
    margin-top: 50px;
}

.view-all-wrap a {
    display: block;
    max-width: max-content;
    margin: 0 auto;
}

@media (max-width:767px) {
    .view-all-wrap {
        margin-top: 30px;
    }
}


/**/

.newsroom-archive-header {
    margin-bottom: 50px;
    background-image: url(https://shivlab.com/wp-content/themes/shivlab/assets/images/top-section-bg-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 16px;
}

.newsroom-archive-header .container {
    max-width: 900px;
}

.newsroom-archive-header .heading span {
    color: #ff8625;
}

.newsroom-archive-header .back-link {
    color: #ff8625;
}

.newsroom-archive-header .back-link {
    color: #ff8625;
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
}

.newsroom-archive-header .back-link .icon {
    transform: rotate(90deg);
}

.newsroom-filter {
    padding: 16px 16px;
    background-color: #ffefe2;
    border-radius: 10px;
    margin-bottom: 50px;
}

.newsroom-filter #newsroom-filter-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.newsroom-filter .news-category-selector {
    padding: 16px;
    border: 0;
    border-radius: 10px;
    width: 33%;
    line-height: 1;
    position: relative;
    background-color: #fff;
    color: #000;
    padding-right: 40px;
    cursor: pointer;
}

.newsroom-filter .news-category-selector .news-category-selected-value {
    font-size: 16px;
}

.newsroom-filter .news-category-selector:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #1f2f4b;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translatey(-50%);
    pointer-events: none;
}

.news-category-selector .news-category-dropdown {
    position: absolute;
    background-color: #fff;
    list-style: none;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    z-index: 2;
    border-radius: 6px;
    top: calc(100% + 4px);
    left: 0;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.2);
    display: none;
}

.news-category-selector .news-category-dropdown li {
    padding: 15px 16px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 16px;
    cursor: pointer;
}

.news-category-selector .news-category-dropdown li:hover,
.news-category-selector .news-category-dropdown li.selected {
    color: #ff8625;
    background-color: #fffbf8;
}

.newsroom-filter .news-category-selector.active .news-category-dropdown {
    display: block;
}

.newsroom-filter .news-category-selector.active:after {
    transform: rotate(180deg) translateY(50%);
}

.news-category-selector .news-category-dropdown {
    scrollbar-width: thin;
    scrollbar-color: #ff8625 #ffffff;
}

.news-category-selector .news-category-dropdown::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.news-category-selector .news-category-dropdown::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 5px;
}

.news-category-selector .news-category-dropdown::-webkit-scrollbar-thumb {
    background: #ff8625;
    border-radius: 5px;
}




.newsroom-filter .search-wrapper {
    width: 67%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: relative;
    background-color: #fff;
    padding: 0px 0px 0px 20px;
    border-radius: 50px;
}

.newsroom-filter .search-wrapper #newsroom-search {
    width: 100%;
    border: 0;
    background-color: transparent;
    font-size: 16px;
    padding: 10px 8px;
}

.newsroom-filter .search-wrapper .suggestions-list:empty {
    display: none;
}

.newsroom-filter .search-wrapper .suggestions-list {
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 100%;
    left: 0;
    padding: 16px;
    max-width: 600px;
    border-radius: 6px;
    box-shadow: 8px 10px 10px rgba(0, 0, 0, 0.1);
    z-index: 9;
    max-height: 300px;
    overflow: auto;
}

.newsroom-filter .search-wrapper .suggestions-list ul {
    list-style: none;
}

.newsroom-filter .search-wrapper .suggestions-list li {
    font-size: 16px;
    line-height: normal;
    cursor: pointer;
}

.newsroom-filter .search-wrapper .suggestions-list li:hover {
    color: #ff8625;
}

.newsroom-filter .search-wrapper .suggestions-list li:not(:last-child) {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 16px;
}

.newsroom-filter .search-wrapper .suggestions-list li:not(:first-child) {
    padding-top: 16px;
}

.newsroom-filter .search-wrapper .srchIcon {
    position: unset;
    transform: translate(0);
    color: #ff8625;
    position: relative;
    left: 0;
    top: 2px;
}

.post-type-archive section {
    scroll-margin-top: 40px;
}

.newsroom-filter .search-wrapper #newsroom-search-btn {
    z-index: 1;
}

@media (max-width:991px) {
    .newsroom-filter #newsroom-filter-form {
        flex-wrap: wrap;
        gap: 16px;
    }

    .newsroom-filter .news-category-selector {
        width: 100%;
    }

    .newsroom-filter .search-wrapper {
        width: 100%;
    }
}

@media (max-width:767px) {
    .post-type-archive section {
        scroll-margin-top: 0px;
    }

    .newsroom-archive-header {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .newsroom-archive-header {
        margin-bottom: 30px;
    }


    .newsroom-filter .search-wrapper {
        flex-wrap: wrap;
        padding: 0;
        background-color: transparent;
    }

    .newsroom-filter .search-wrapper #newsroom-search-btn {
        width: 100%;
    }

    .newsroom-filter .search-wrapper #newsroom-search {
        padding: 10px 16px 10px 40px;
    }

    .newsroom-filter .search-wrapper .srchIcon {
        position: absolute;
        top: 12px;
        left: 8px;
    }

    .newsroom-filter .search-wrapper .suggestions-list {
        top: 45px;
    }

    .newsroom-filter {
        margin-bottom: 20px;
    }
}


/* news page end */@media (min-width: 1300px) {
  .container {
    max-width: 1190px;
  }

  .header .container {
    max-width: 1396px;
  }

  .header-top-bar .container {
    max-width: 1396px;
  }
}

@media (min-width: 1440px) {
  .header .container {
    max-width: 1396px;
  }
}

@media (min-width:1440px) {
  .container {
    max-width: 1396px
  }

  .menu-mega-outer-small {
    max-width: 1100px;
  }
}

@media (max-width: 1440px) {

  .h1,
  h1 {
    font-size: 50px;
    margin-bottom: 25px;
  }

  .h2,
  h2 {
    font-size: 30px;
    /*margin-bottom:15px*/
  }

  .crossfeature-inn .h3,
  .ondemand-fectors-inner .h3 {
    font-size: 22px;
  }

  .ondemand-icon,
  .ondemand-fectors-img {
    height: 100px;
    width: 100px;
  }

  .app-category-inner {
    padding: 20px 14px;
  }

  .top-on-demand-sec {
    padding: 50px 0;
  }

  .ondemand-process-inner {
    padding: 25px 15px;
  }

  .ondemand-process-icon {
    margin: 0 auto 10px;
  }

  .ondemand-process-inner .h5 {
    margin-bottom: 8px;
  }

  .ondemand-process-sec,
  .ondemand-tech-section {
    padding: 50px 0 20px;
  }

  .hidden-brain-right-inner {
    padding: 30px 20px;
  }

  .hidd-brain-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .hidd-brain-num {
    font-size: 45px;
    margin-bottom: 15px;
  }

  .contactSecFrm input[type="text"],
  .contactSecFrm input[type="email"],
  .contactSecFrm input[type="number"],
  .contactSecFrm textarea,
  .contactSecFrm .intl-tel-input.allow-dropdown input[type="tel"] {
    padding: 10px 12px;
  }

  .partnerLogoInner .col-sm-6 {
    margin-bottom: 20px;
  }

  .partnerLogo {
    max-width: 65%;
    margin: 0 auto;
  }

  .contactSecFrm textarea {
    height: 100px;
  }

  .contactOuter {
    max-width: 600px;
    padding: 35px 30px;
  }

  .form-group {
    margin-bottom: 15px;
  }

  .addressDetailBottom li {
    margin-bottom: 8px;
  }

  .addressDetailBottom li a,
  .addressDetailBottom li p {
    font-size: 15px;
  }

  .addressSection {
    padding: 30px 0;
  }

  .footer-upper {
    padding: 30px 0 20px;
  }

  .footer-logo {
    margin-bottom: 10px;
  }

  .footer-menu li {
    line-height: normal;
  }

  .footer-menu li a {
    font-size: 15px;
    line-height: 1.6;
  }

  .footer-middle .footer-middle-inner {
    padding-top: 15px;
  }

  .footer-bottom {
    padding: 7px 0;
  }

  .btn-curved {
    padding: 12px;
    font-size: 15px;
  }

  .footer-inner .h4 {
    margin-bottom: 10px;
  }

  /* home page */
  .homeBannerSection .home-banner-heading {
    min-height: 120px;
  }

  .cir-sec .cir-box .text-wrap .paragraph {
    font-size: 14px;
  }

  .cir-sec .cir-box .text-wrap .display {
    font-size: 22px;
  }

  .app-category-inner {
    padding: 20px 14px;
  }

  .addressDetailBottom li {
    margin-bottom: 8px;
  }

  .addressSection {
    padding: 30px 0;
  }

  .partnerLogoInner .col-sm-6 {
    margin-bottom: 20px;
  }

  .partnerLogo {
    max-width: 65%;
    margin: 0 auto;
  }

  /**/
}

@media (max-width: 1399px) {
  .menu-mega-outer-small {
    max-width: 900px;
  }
}

@media (max-width: 1300px) {
  .header .container {
    max-width: inherit;
  }

  .header-top-bar .container {
    max-width: inherit;
  }

  .homeBannerSection {
    padding: 155px 0 70px;
  }

  body {
    padding-top: 155px;
  }

  /* .header{ top: 43px; } */
  .header-top-bar {
    padding: 7px 0;
  }

  .header-top-bar .right-side ul li a {
    font-size: 13px;
  }

  .header-top-bar .left-side {
    gap: 10px;
  }

  .header-top-bar .left-side a {
    width: 27px;
    height: 27px;
  }

  .header-top-bar .left-side a i {
    font-size: 14px
  }

  /*	.h2{margin-bottom:15px}*/
  p {
    margin-bottom: 20px;
  }

  .tech-development-slider {
    padding-right: 75px;
  }

  .bigEmpireSection {
    padding: 30px 0;
  }

  .blogSection {
    padding: 40px 0 30px;
  }

  .bigEmpireContent h2,
  .bigEmpireContent p {
    margin-bottom: 20px;
  }

  .socialRevCircle {
    height: 200px;
    width: 200px;
  }

  .socialtitle {
    font-size: 27px;
  }

  .rate {
    font-size: 35px;
  }

  .tech-development-inner-head .h3 {
    font-size: 30px;
  }

  /* .hireDedicateGrid {
    height: 240px;
    width: 240px;
  } */
  /* .hireDedicateBtm {
    font-size: 21px;
  } */
  .section-head {
    margin-bottom: 25px;
  }

  .page-title,
  .page-title a {
    font-size: 28px;
  }

  .caseDetailBannContent .h1 {
    font-family: "Montserrat-Bold";
    text-transform: uppercase;
    font-size: 50px;
  }

  .caseDetailBannContent .caseState {
    text-transform: uppercase;
    font-family: "Montserrat-Regular";
    font-size: 30px;
    line-height: normal;
  }

  .next-prev-page-section {
    padding: 40px 0;
  }

  .hire-intro-section {
    padding: 40px 0;
  }

  .blogDetailBanner {
    padding: 40px 0;
  }

  .blogDetailContentSection .row {
    padding: 40px 0;
  }

  .dotCircle {
    height: 230px;
    width: 230px;
  }

  .hiring-for-job-section {
    padding: 40px 0;
  }

  .ondemand-hidd-brain-sec,
  .ondemand-business-section,
  .ondemand-fectors-section,
  .crossfeature-ondemand-sec,
  .app-customization-section,
  .app-overview-slider-section {
    padding: 40px 0;
  }

  .ondemand-process-sec,
  .ondemand-tech-section,
  .ondemand-tech-section .tab-content {
    padding: 40px 0 20px;
  }

  .ondemand-fet-inner {
    padding: 35px 30px;
  }

  /* home page */
  .home-banner-content {
    max-width: 85%;
  }

  .bigEmpireSection {
    padding: 30px 0;
  }

  .bigEmpireContent p {
    margin-bottom: 20px;
  }

  .blogSection {
    padding: 40px 0 30px;
  }

  /**/
}

@media (max-width: 1200px) {

  /*	body{padding-top:70px}*/
  body {
    padding-top: 142px;
  }

  .modal-open .modal {
    padding-top: 50px;
  }

  header .btn-orange {
    font-size: 15px;
    padding: 8px 10px;
  }

  .topbar:after {
    height: 25px;
    background-size: auto 25px;
  }

  .sticky-header .header-outer {
    padding: 15px 0;
  }

  /* .header.sticky-header {top: 43px;} */

  /* .header-top-bar{ 
    position: fixed;
     top: 0;} */

  .h1,
  h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .h3,
  h3 {
    font-size: 25px;
  }

  .header-logo {
    width: 175px;
  }

  .fixed-content-section {
    font-size: 18px;
    right: -120px;
  }

  .home-banner-subContent {
    margin-bottom: 25px;
  }

  .banner-form-section {
    padding: 40px 45px 35px;
  }

  .banner-form-section .h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }

  .blogSection {
    padding: 25px 0 20px;
  }

  .subContent {
    font-size: 22px;
    line-height: 30px;
  }

  .tech-development-outer {
    padding: 40px 0;
  }

  .tech-development-inner-head {
    margin-bottom: 20px;
  }

  .tech-development-inner-head .h3 {
    font-size: 25px;
  }

  .tech-development-section .slick-dots li button {
    font-size: 15px;
    width: 45px;
  }

  .hireSection-title {
    font-size: 36px;
    padding: 70px 0 70px 50px;
  }

  .hireSection-title {
    font-size: 40px;
    padding: 100px 0 100px 50px;
  }

  .hireSection-right-inn .h3 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .hire-detail-wrap {
    padding: 10px 0;
  }

  .hire-detail-wrap .h4 {
    font-size: 17px;
  }

  .hire-detail-wrap p {
    font-size: 16px;
  }

  .firstStepMoon {
    padding: 25px 0 30px;
  }

  .firstStepMoon-inn .h4 {
    font-size: 22px;
  }

  .firstStepMoon-inn {
    max-width: 25%;
    border: 1px solid rgba(255, 134, 37, 0.4);
  }

  .hashText {
    margin-bottom: 15px;
  }

  .inn-techleft .h4 {
    color: #070024;
    font-size: 24px;
  }

  .flip-card-front .h4 {
    font-size: 18px;
    line-height: normal;
  }

  .flip-card-front,
  .flip-card-back {
    padding: 20px;
  }

  .timeline-inner span {
    font-size: 17px;
  }

  .innerIntroSection {
    padding: 40px 0 20px;
  }

  .tech-development-inner-section {
    padding: 40px 0 0;
  }

  .technologiesList {
    margin: 0 -15px 20px;
  }

  .technologiesList li {
    padding: 0 15px;
  }

  .getInTouchSection {
    padding: 40px 0 100px;
  }

  .brandStorySection,
  .affiliated-section,
  .movementSection {
    padding: 30px 0;
  }

  .teamSection {
    padding: 30px 0 0;
  }

  .fasinatingSec {
    padding: 30px 0 10px;
  }

  .fasinatingSec .count {
    font-size: 50px;
  }

  .fasinatingSec .counter span {
    font-size: 16px;
  }

  .caseStudySection {
    padding: 40px 0;
  }

  .innerIntroVideoSection {
    padding: 40px 0;
  }

  .reviewSectionInner {
    padding: 40px 0 15px;
  }

  .innerIntroVideoSection .play-btn:before {
    width: 200px;
    height: 200px;
  }

  .section-head {
    margin-bottom: 20px;
  }

  .searchboxSecInn {
    padding: 40px 30px 40px 30px;
  }

  .srchFrm {
    max-width: 450px;
  }

  .blogList .row {
    margin-bottom: 40px;
  }

  .blogDetails .blogCat,
  .blogTitle,
  .blogPostDate {
    margin-bottom: 10px;
    line-height: normal;
  }

  .blogTitle {
    font-size: 25px;
  }

  .trendingTitle {
    margin-right: 100px;
  }

  /* .hireDedicateGrid {
    height: 210px;
    width: 210px;
  } */
  /* .hireDedicateBtm {
    font-size: 16px;
    padding-top: 10px;
    line-height: 1.4;
  } */
  .mobileAppDevelopmentDetails .h3,
  .webDevelopmentDetails .h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .mobileAppDevelopmentDetailsTop {
    margin-bottom: 0;
  }

  .webDevelopmentDetails,
  .mobileAppDevelopmentDetails {
    padding-left: 25px;
  }

  .hireUsFrmSec {
    padding: 30px 0;
  }

  .caseDetailBanner {
    padding: 30px 0;
  }

  .caseDetailBannContent {
    padding-left: 30px;
  }

  .caseDetailGrid .row {
    padding: 30px 0;
  }

  .hire-intro-section {
    padding: 30px 0;
  }

  .blogDetailBannerContent {
    padding-left: 30px;
  }

  .blogDetailHead .h2,
  .blogDetailContentSection .h2,
  .conclusionSectionInner .h2 {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .privacyTermContent {
    padding: 30px 0;
  }

  .privacyTermContent .h2 {
    font-size: 25px;
  }

  .privacyTermContent .h3 {
    font-size: 21px;
  }

  .hiring-dots-slide span {
    font-size: 20px;
  }

  .emp-rev-name {
    font-size: 25px;
    margin-bottom: 5px;
  }

  .emp-rev-pos {
    font-size: 20px;
  }

  .hiring-for-job-section {
    padding: 30px 0;
  }

  .ondemand-fet-inner .h2,
  .ondemand-fet-left .subContent {
    font-size: 25px;
  }

  .ondemand-business-inner .h3 {
    font-size: 25px;
  }

  .app-overview-slider {
    margin-bottom: 25px;
  }

  .thank-you-content p {
    font-size: 22px;
  }


  /* home page new */
  .home-banner-content {
    max-width: 100%;
  }

  .homeBannerSection .home-banner-heading {
    min-height: 100px;
  }

  .blogSection {
    padding: 25px 0 20px;
  }

  .hashText {
    margin-bottom: 15px;
  }

  /**/
}

@media (max-width: 1199px) {
  .header-right {
    margin: 0 0 0 auto;
  }

  .modal-open .modal.popupModel {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .app-category-inner img {
    width: 54px;
    height: 54px;
  }

  .app-category-name {
    font-size: 18px;
    padding-left: 20px;
  }

  .top-on-demand-inn {
    padding: 15px 10px;
  }

  .ondemand-business-inner .h3 {
    font-size: 23px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .ondemand-business-section ul li {
    margin-bottom: 15px;
  }

  .hidd-brain-title {
    font-size: 17px;
  }

  .hidden-brain-right-inner p {
    font-size: 16px;
    line-height: 1.5;
  }

  .ondemand-business-section .col-12 {
    margin-bottom: 20px;
  }

  .app-overview-slider .slick-track .slick-current.slick-active+.slick-slide+.slick-slide>.app-overview-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .app-overview-slider .slick-track .slick-current.slick-active+.slick-slide>.app-overview-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  /* new solution page */
  .expert-team-list li {
    width: calc(33% - 30px);
  }

  /* end new solution page */
}

@media (max-width: 991px) {
  .header-top-bar .left-side {
    gap: 10px;
  }

  .header-top-bar .right-side ul li a {
    font-size: 13px;
  }

  .h1,
  h1 {
    font-size: 45px;
    margin-bottom: 20px;
  }

  .h2,
  h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .h3,
  h3 {
    font-size: 23px;
  }

  p {
    margin-bottom: 20px;
  }

  .blog-single {
    margin-bottom: 30px;
  }

  .homeBannerSection {
    padding: 40px 0;
  }

  .upwork-clutch-review a p {
    max-width: 100%;
  }

  .home .bigcommerce-certified-logo-main {
    margin-top: 0;
  }

  .bigcommerce-certified-logo-main {
    margin-top: 30px;
  }

  .bigcommerce-certified-logo-main img {
    height: 80px;
  }

  .section-head {
    margin-bottom: 20px;
  }

  .home-banner-subContent {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .home-banner-content {
    max-width: inherit;
  }

  .homeBannerSection .banner-form-section,
  .banner-form-section {
    bottom: 0;
    margin: 30px auto 0;
  }

  .tech-development-slider .slick-slide:before {
    display: none;
  }

  .tech-development-slider {
    padding-right: 0;
  }

  .intro-content {
    padding: 15px 0 0 0;
  }

  .contactOuter .section-head {
    margin-bottom: 15px;
  }

  .afterBannerHome {
    padding: 40px 0px 20px;
  }

  .worthyImg {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .worthySection img:nth-child(1) {
    display: none;
  }

  .worthySection img:nth-child(2) {
    display: block;
  }

  .pickle-icon {
    padding: 20px 20px 10px;
  }

  .firstStepMoon-inn {
    max-width: 33.33%;
    border: 0px solid rgba(255, 134, 37, 0.4);
  }

  .partnerSection .row .col-12:nth-child(2):before {
    width: 100%;
    height: 1px;
  }

  .partnerSection .row .col-12:nth-child(2) {
    margin-top: 30px;
    padding-top: 30px;
  }

  .partnerSecHead {
    text-align: center;
  }

  .partnerLogoInner .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partnerLogoInner .col-sm-6 {
    margin-bottom: 30px;
  }

  .addressSection .col-12 {
    margin-bottom: 30px;
  }

  .footer-desc {
    max-width: inherit;
    margin-bottom: 30px;
  }

  .footer-inner {
    margin-bottom: 30px;
  }

  .inner-banner-content {
    max-width: inherit;
  }

  .innerIntroRight {
    max-width: inherit;
    text-align: left;
  }

  .timelineSection {
    padding: 40px 0 0;
  }

  .timeline-inner {
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }

  .timeline-outer .timeline-inner:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .timeline-inner span:before {
    margin-bottom: 0;
  }

  .timeline-inner:after {
    height: 100%;
    width: 3px;
    border-top: 0;
    top: 25px;
    border-right: 2px dotted #000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .timeline-inner span {
    font-size: 22px;
    width: 50%;
  }

  .timeline-outer .timeline-inner:nth-child(2n) span {
    text-align: right;
    padding-right: 30px;
  }

  .timeline-outer .timeline-inner:nth-child(2n + 1) span {
    float: right;
    padding-left: 30px;
    text-align: left;
  }

  .timeline-outer .timeline-inner:before {
    position: absolute;
    left: 50%;
    top: 9px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .timeline-inner span:after {
    right: -15px;
    top: 0;
    left: auto;
  }

  .timeline-outer .timeline-inner:nth-child(2n + 1) span:after {
    right: auto;
    left: -15px;
  }

  .timeline-inner span:before {
    font-size: 25px;
  }

  .tech-development-inner-section {
    padding: 40px 0;
  }

  .inn-techright {
    max-width: 75px;
  }

  .inn-techright img {
    height: 55px;
    width: 55px;
  }

  .inn-techleft {
    max-width: calc(100% - 76px);
  }

  .inn-techleft .h4 {
    font-size: 20px;
    line-height: normal;
  }

  .orange-section {
    padding: 20px;
  }

  .orangeList {
    margin-bottom: 20px;
  }

  .technologiesList li {
    max-width: 25%;
    margin-bottom: 20px;
  }

  .contact-intro-sec .banner-form-section {
    margin: 0px auto 30px;
    padding: 45px;
  }

  .intro-content {
    margin: 0;
    max-width: 100%;
  }

  .getInTouchSection {
    padding: 30px 0 90px;
  }

  .contact-intro-sec {
    padding-bottom: 0;
  }

  .founderImg {
    max-width: 400px;
    margin: 0 auto;
    padding: 15px;
  }

  .founderDetails {
    text-align: left;
    max-width: inherit;
  }

  .signeture {
    margin: 0;
  }

  .journeyTimeline {
    padding: 20px 20px 0 0;
    background-color: transparent;
    margin: 20px 0;
  }

  .yearSlider {
    height: auto;
    width: 70px;
  }

  .journeySlider {
    width: calc(100% - 70px);
    padding-left: 25px;
  }

  .yearSlider .yearSlide span {
    min-height: 70px;
  }

  .fasinatingSec .count {
    font-size: 40px;
  }

  .videoSection {
    margin-bottom: 20px;
  }

  .faqSection {
    padding: 30px 0 40px;
  }

  .videoSliderSec .slick-dots {
    max-width: 100%;
  }

  .blogList {
    padding: 40px 0 30px;
  }

  .blogTitle {
    font-size: 22px;
  }

  .blogList .row:nth-child(2n + 1) .blogDetails {
    padding-left: 0;
  }

  .blogList .row:nth-child(2n) .col-md-6:nth-child(2) .blogDetails {
    padding-right: 0;
  }

  .blogList .row:nth-child(2n) .col-md-6:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .blogDetailHead .h2 {
    margin-bottom: 50px;
  }

  .blogDetailContentSection .sub_h4 {
    font-size: 22px;
  }

  .trendingdate {
    position: static;
    font-size: 15px;
  }

  .trendingTitle {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .webDevelopmentDetails,
  .mobileAppDevelopmentDetails {
    padding-left: 0;
    max-width: inherit;
  }

  .webDevelopmentInn .row .col-12:nth-child(2),
  .mobileAppDevelopmentSection .row .col-12:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
  }

  .webDevelopmentInn .row .col-lg-5,
  .mobileAppDevelopmentSection .row .col-lg-5 {
    text-align: center;
  }

  .webDevelopmentImg,
  .mobileAppDevelopmentImg {
    display: inline-block;
  }

  .tech-development-outer {
    padding: 30px 0;
  }

  .footer-logo {
    margin-bottom: 10px;
  }

  .webDevelopmentSection {
    padding: 50px 0 0;
  }

  /* .hireDedicatedSection {
    padding: 30px 0 25px;
  } */
  .subContent {
    margin-bottom: 15px;
  }

  /* .hireUsFrmSec {
    padding: 25px 0;
  } */
  .file-input>.button {
    padding: 7px;
    margin-right: 10px;
  }

  .caseDetailBannImg {
    text-align: center;
  }

  .caseDetailGrid .row:nth-child(2n + 1) .col-12:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .caseDetailGrid-img {
    text-align: center;
    max-width: 350px;
    margin: 0 auto 20px;
  }

  .caseDetailGrid .row:nth-child(2n) .caseDetailGrid-cont {
    text-align: left;
  }

  .caseDetailGrid-cont {
    max-width: inherit;
  }

  .caseDetailGrid-cont ul li {
    padding-left: 20px;
    padding-right: 0;
    max-width: 100%;
  }

  .caseDetailGrid-cont ul li:after {
    right: auto;
    left: 0;
  }

  .page-title,
  .page-title a {
    font-size: 25px;
  }

  .caseDetailBannContent {
    text-align: center;
    padding-left: 0;
  }

  .caseDetailBannContent .h1 {
    font-size: 45px;
    margin-bottom: 10px;
  }

  .caseDetailBannContent .caseState {
    font-size: 25px;
  }

  .addressSection {
    padding: 30px 0 40px;
  }

  .blogDetailBanner {
    padding: 40px 0 50px 0;
  }

  .blogDetailBannerImg:before,
  .blogDetailBannerImg:after {
    width: 250px;
    height: 250px;
  }

  .blogDetailBannerImg {
    max-width: 400px;
    margin: 0 auto 50px;
  }

  .blogDetailBannerContent {
    padding-left: 0;
  }

  .blogDetailHead {
    margin-top: 30px;
  }

  .blogFeatureImg {
    border: 15px solid #fff;
    max-width: 450px;
    margin: 0 auto 20px;
  }

  .blogFeatureDetail {
    padding-left: 0;
  }

  .blogDetailHead .h2:before {
    height: 20px;
    width: 20px;
  }

  .blogDetailContentSection .h2:before,
  .conclusionSectionInner .h2:before {
    height: 20px;
    width: 20px;
    left: 10px;
  }

  .conclusionSection {
    padding: 40px 0;
  }

  .emp-rev-name {
    font-size: 22px;
  }

  .emp-rev-pos {
    font-size: 18px;
  }

  .life-at-section .row .col-12 {
    margin-bottom: 30px;
  }

  .responsibilities-and-exp-inn .orangeList {
    padding: 20px 15px;
  }

  .life-at-section .row .col-12:last-child {
    margin-bottom: 0;
  }

  .mobileAppDevelopmentSection figure {
    max-width: 500px;
    margin: 0 auto;
  }

  .crossfeature-ondemand-sec .row>.col-6:nth-child(3n) {
    border-right: 1px solid #bdbdbd;
  }

  .crossfeature-ondemand-sec .row>.col-6:nth-child(2n) {
    border-right: 0;
  }

  .crossfeature-ondemand-sec .row>.col-6:nth-last-child(-n + 3) {
    border-bottom: 1px solid #bdbdbd;
  }

  .crossfeature-ondemand-sec .row>.col-6:last-child {
    border-bottom: 0;
    border-right: 0;
  }

  .top-on-demand-info {
    margin-bottom: 30px;
  }

  .hidden-brain-left p {
    margin-bottom: 20px;
  }

  .hidden-brain-left {
    margin-bottom: 30px;
  }

  .hidden-brain-right {
    max-width: 520px;
    margin: 0 auto;
  }

  .crossfeature-inn {
    padding: 20px 0;
  }

  .ondemand-fet-inner .h2,
  .ondemand-fet-left .subContent {
    font-size: 22px;
  }

  .hidden-brain-left>.subContent {
    font-size: 18px;
  }

  .hidden-brain-left .btn-orange {
    display: block;
    margin: 0 auto;
  }

  .app-customization-detail {
    margin-bottom: 30px;
  }

  .blog-single {
    margin-bottom: 30px;
  }


  /* home page new */
  .homeBannerSection .home-banner-heading {
    min-height: 90px;
    margin-bottom: 30px;
  }

  .homeBannerSection {
    padding: 155px 0 40px;
  }

  .home-banner-content {
    max-width: inherit;
  }

  .homeBannerSection .banner-form-section,
  .banner-form-section {
    bottom: 0;
    margin: 30px auto 0;
  }

  .homeBannerSection .btn-wrap {
    margin-top: 30px;
  }

  .digital-transformation-services .nav-tabs {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .award-sc {
    margin-top: 1rem;
  }

  .pickle-icon {
    padding: 20px 20px 10px;
  }

  .addressSection .col-12 {
    margin-bottom: 30px;
  }

  .addressSection {
    padding: 30px 0 40px;
  }

  .partnerSection .row .col-12:nth-child(2):before {
    width: 100%;
    height: 1px;
  }

  .partnerSection .row .col-12:nth-child(2) {
    margin-top: 30px;
    padding-top: 30px;
  }

  .partnerSecHead {
    text-align: center;
  }

  .partnerLogoInner .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partnerLogoInner .col-sm-6 {
    margin-bottom: 30px;
  }

  /**/

  /* new solution page */
  .advantages-section {
    padding: 40px 0;
  }

  .effective-implementation-section {
    padding: 40px 0;
  }

  .industries-section {
    padding: 40px 0;
  }

  /* end new solution page */
}

@media (min-width: 768px) and (max-width: 1024px) {
  .contactOuter {
    max-width: 740px;
  }

  .blogInner {
    justify-content: center;
  }

  .blogInner .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .blogGridInner {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .footer-inner .h4 {
    pointer-events: none;
  }

  .footer-menu {
    display: block !important;
  }

  /* new solution page */
  .industries-solutions-grid-list {
    margin-right: 0;
    max-height: 350px;
    overflow: auto;
    padding-right: 1.875rem;
  }

  .industries-solutions-grid-card .industries-solutions-item-content.active {
    display: block;
  }

  .industries-solutions-item-accordion .industries-solutions-title {
    margin-bottom: 10px;
  }

  .industries-solutions-item-accordion .industries-solutions-item-content p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .industries-solutions-item-accordion.activelink,
  .industries-solutions-item-accordion:hover {
    background-color: #ff8625;
    color: #fff;
  }

  .industries-solutions-item-accordion.activelink .industries-solutions-title,
  .industries-solutions-item-accordion:hover .industries-solutions-title {
    color: #fff;
  }

  .industries-solutions-item-accordion .industries-solutions-item-header .icon {
    display: none;
  }

  /* end new solution page */
}

@media (max-width: 767px) {
  .upwork-clutch-review {
    flex-direction: column;
    margin-top: 1rem;
  }

  .upwork-clutch-review a {
    padding: 30px 28px;
  }

  .upwork-clutch-review a:after {
    top: auto;
    right: auto;
    border-right: none;
    border-bottom: 1px solid #000;
    max-width: 250px;
    width: 100%;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }

  .upwork-clutch-review a:last-child:after {
    border-bottom: none;
  }

  .upwork-clutch-review a p {
    max-width: 400px;
  }

  .blogGridInner {
    margin-bottom: 30px;
  }

  .introImage {
    margin: 0 auto 20px;
    text-align: center;
  }

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

  .tech-development-section .slick-dots {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin-top: 15px;
  }

  .tech-development-section .slick-dots li {
    line-height: 0;
    margin: 0 3px;
  }

  .tech-development-section .slick-dots li button {
    background-color: #c4c4c4;
    opacity: 0.35;
    height: 10px;
    width: 10px;
    font-size: 0;
    border: 0;
    border-radius: 50%;
  }

  .tech-development-section .slick-dots li.slick-active button {
    width: 22px;
    background-color: #100e1a;
    border-radius: 26px;
    opacity: 1;
  }

  .hireSection-left:after {
    width: 100%;
    border-bottom: 0;
  }

  .hireSection-right:after {
    left: -100%;
  }

  .firstStepMoon-inn {
    max-width: 50%;
    border: 1px solid rgba(255, 134, 37, 0.4);
  }

  .bigEmpireContent .subContent {
    margin-bottom: 20px;
  }

  .footer-middle-inner .col-6 {
    margin-bottom: 20px;
  }

  .hireSection-left {
    max-width: 300px;
    margin: 0 auto;
  }

  .hireSection-title {
    text-align: center;
    padding: 20px;
    font-size: 22px;
  }

  .hireSection-right-inn .h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .expertise-tbl {
    display: none;
  }

  .table-content-accordion {
    display: block;
  }

  .bigEmpireSection {
    padding: 40px 0;
  }

  .partnerSection {
    padding: 40px 0;
  }

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

  .footer-middle .row .col-12:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .footer-middle-inner {
    margin-bottom: 20px;
  }

  .footerSocialLink {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-upper {
    padding: 25px 0 0;
  }

  .footer-menu {
    display: none;
  }

  .footer-upper .footer-inner .h4 {
    position: relative;
    padding-right: 25px;
    margin-bottom: 0;
  }

  .footer-upper .footer-inner .h4:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    border: 3px solid #070024;
    border-top: 0;
    border-left: 0;
    top: 0;
    right: 3px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .footer-upper .footer-inner .h4.active:after {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .footer-menu {
    padding-top: 20px;
  }

  .commonForm input[type="text"],
  .commonForm input[type="email"],
  .commonForm input[type="number"],
  .commonForm textarea,
  .commonForm .intl-tel-input.allow-dropdown .flag-container+.wpcf7-intl-tel,
  .commonForm select,
  .commonForm input[type="tel"] {
    font-size: 15px;
  }

  .intl-tel-input.allow-dropdown .flag-container,
  .intl-tel-input.allow-dropdown .flag-container .selected-flag {
    height: 42px;
  }

  .hireUsFrm .intl-tel-input.allow-dropdown .flag-container .selected-flag {
    height: 56px !important;
  }

  .intl-tel-input.allow-dropdown .flag-container .selected-flag {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .btn-curved {
    max-width: 300px;
    margin: 0 auto;
  }

  .orange-section {
    margin-bottom: 20px;
  }

  .orange-section .col-12 {
    margin-bottom: 20px;
  }

  .orange-section .col-12:last-child {
    margin-bottom: 0;
  }

  .technologiesList li {
    max-width: 33.33%;
  }

  .tech-development-inner-section {
    padding: 30px 0 0;
  }

  .hire-icon {
    height: 130px;
    width: 130px;
    margin: 0 auto 20px;
  }

  .hire-icon img {
    height: 85px;
  }

  .brandStorySection,
  .journeySection,
  .affiliated-section,
  .movementSection {
    padding: 20px 0;
  }

  .ondemand-hidd-brain-sec,
  .ondemand-business-section,
  .ondemand-fectors-section,
  .crossfeature-ondemand-sec,
  .ondemand-tech-section .tab-content,
  .app-customization-section,
  .app-overview-slider-section {
    padding: 30px 0;
  }

  .ondemand-process-sec,
  .ondemand-tech-section {
    padding: 30px 0 20px;
  }

  .teamSection {
    padding: 20px 0 0;
  }

  .yearSlider .yearSlide span {
    min-height: 60px;
  }

  .fasinatingSec .count {
    font-size: 30px;
  }

  .fasinatingSec .counter span {
    font-size: 15px;
  }

  .fasinatingSec {
    padding: 20px 0 10px;
  }

  .caseStudySection {
    padding: 30px 0;
  }

  .innerIntroVideoSection {
    padding: 30px 0;
  }

  .reviewSection {
    padding: 0;
  }

  .reviewSectionInner {
    border-radius: 0;
  }

  .reviewSectionInner {
    padding: 30px 0 15px;
  }

  .blogList {
    padding: 30px 0;
  }

  .searchboxSecInn .h2 {
    margin-bottom: 20px;
    text-align: center;
  }

  .srchFrm {
    margin: 0 auto;
  }

  .hireUsFrm .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .case-feature-title {
    font-size: 22px;
  }

  .addressSection {
    padding: 30px 0;
  }

  .blogDetailBanner {
    padding: 30px 0;
  }

  .blogDetailContentSection .row {
    padding: 30px 0;
  }

  .conclusionSection {
    padding: 30px 0;
  }

  .privacyTermContent .h2 {
    font-size: 22px;
  }

  .privacyTermContent .h3 {
    font-size: 20px;
  }

  .responsibility-cont {
    width: calc(100% - 20px);
    margin: 0 auto 20px;
  }

  .emp-rev-name {
    font-size: 20px;
  }

  .blogImg {
    margin-bottom: 15px;
  }

  .customnumber .wpcf7-form-control-wrap:first-child {
    max-width: 90px;
  }

  .iti--allow-dropdown input,
  .iti--allow-dropdown input[type="text"] {
    padding-left: 42px !important;
  }

  .customnumber .wpcf7-form-control-wrap:last-child {
    max-width: calc(100% - 100px);
  }

  .ondemand-process-inner .h5,
  .crossfeature-inn .h3,
  .ondemand-fectors-inner .h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .ondemand-process-inner p,
  .ondemand-fectors-inner p,
  .crossfeature-inn p {
    font-size: 15px;
    line-height: 1.7;
  }

  .app-category-section .col-12 {
    margin-bottom: 30px;
  }

  .hidden-brain-right .col-6:nth-child(2n) {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  .app-category-section .container .row:first-child {
    margin-bottom: 0;
  }

  .ondemand-tech-section .nav-tabs .nav-link {
    padding: 5px 10px;
  }

  .ondemand-fet-inner {
    padding: 30px 15px;
  }

  .ondemand-fet-inner .col-lg-9 {
    margin-bottom: 20px;
  }

  .ondemand-fet-inner .h2,
  .ondemand-fet-left .subContent {
    font-size: 20px;
  }

  .ondemand-fet-left,
  .ondemand-fet-right {
    text-align: center;
  }

  .ondemand-fet-right .btn-orange {
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }

  .app-overview-slider .slick-track .slick-current.slick-active+.slick-slide>.app-overview-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .app-overview-slider .slick-list {
    padding: 0;
  }

  .thank-you-content p {
    font-size: 20px;
  }


  /* home page new */
  .homeBannerSection .home-banner-heading {
    min-height: 126px;
  }

  .homeBannerSection .btn-wrap {
    justify-content: center;
  }

  .homeBannerSection .btn-wrap .button {
    margin-bottom: 5px;
  }

  .cir-sec {
    flex-direction: unset;
    flex-wrap: wrap;
  }

  .cir-sec .cir-box {
    width: 40%;
  }

  .app-category-section .col-12 {
    margin-bottom: 30px;
  }

  .app-category-section .container .row:first-child {
    margin-bottom: 0;
  }

  .bigEmpireContent .subContent {
    margin-bottom: 20px;
  }

  .bigEmpireSection {
    padding: 40px 0;
  }

  .blogGridInner {
    margin-bottom: 30px;
  }

  .addressSection {
    padding: 30px 0;
  }

  .commonForm input[type="text"],
  .commonForm input[type="email"],
  .commonForm input[type="number"],
  .commonForm textarea,
  .commonForm .intl-tel-input.allow-dropdown .flag-container+.wpcf7-intl-tel,
  .commonForm select,
  .commonForm input[type="tel"] {
    font-size: 14px
  }

  .customnumber .wpcf7-form-control-wrap:first-child {
    max-width: 90px;
  }

  .customnumber .wpcf7-form-control-wrap:last-child {
    max-width: calc(100% - 100px);
  }

  .iti--allow-dropdown input,
  .iti--allow-dropdown input[type=text] {
    padding-left: 42px !important
  }

  .customnumber .wpcf7-form-control-wrap:last-child {
    max-width: calc(100% - 100px)
  }

  .btn-curved {
    max-width: 300px;
    margin: 0 auto;
  }

  .partnerSection {
    padding: 40px 0;
  }

  /**/

  /* new solution page */
  .effective-implementation-accordion-heading {
    padding-right: 30px;
    position: relative;
    margin-bottom: 0;
  }

  .effective-implementation-accordion-content {
    margin-top: 1rem;
    display: none;
  }

  .effective-implementation-inner-back {
    padding: 15px 20px;
  }

  .effective-implementation-list {
    row-gap: 20px;
  }

  .effective-implementation-inner-back .image-icon img {
    width: 40px;
  }

  .effective-implementation-inner-back.active .effective-implementation-accordion-content {
    display: block;
  }

  .effective-implementation-accordion-heading:before {
    content: '\f078';
    font-family: 'FontAwesome';
    color: inherit;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .effective-implementation-inner-back.active .effective-implementation-accordion-heading:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }


  .industries-solutions-item-accordion {
    margin: 0 0 20px;
    border-radius: 0;
    padding: 20px 20px;
  }

  .industries-solutions-item-accordion:last-child {
    margin-bottom: 0;
  }

  .industries-solutions-item-accordion .industries-solutions-item-content {
    display: none;
  }

  .industries-solutions-item-accordion .industries-solutions-title {
    margin-bottom: 0;
  }

  .industries-solutions-item-accordion .industries-solutions-item-header {
    display: flex;
    align-items: center;
    position: relative;
  }

  .industries-solutions-item-accordion .industries-solutions-item-header:before {
    content: '\f078';
    font-family: 'FontAwesome';
    color: inherit;
    font-size: 18px;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .industries-solutions-item-accordion.activelink .industries-solutions-item-header:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }

  .industries-solutions-item-accordion .industries-solutions-item-header .icon {
    margin-right: 10px;
  }

  .industries-solutions-item-accordion .industries-solutions-item-header .icon img {
    display: block;
    max-width: 35px;
  }

  .industries-solutions-item-accordion.activelink .industries-solutions-item-content {
    display: block;
    margin-top: 15px;
  }

  .expert-team-section {
    margin-top: 2.5rem;
  }

  .expert-team-list {
    margin: 0 -10px;
  }

  .expert-team-list li {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }

  /* end new solution page */
}

@media (max-width: 749px) {
  body {
    padding-top: 99px;
  }

  .header-top-bar {
    display: none;
  }

  .header.sticky-header {
    top: 0;
  }
}

@media (min-width: 576px) {
  .christmas_popup .modal-dialog {
    max-width: 410px;
  }
}

@media (max-width: 597px) {
  .topbar {
    font-size: 13px;
  }

  .cut-price {
    text-decoration: line-through;
    font-size: 11px;
  }
}

@media (max-width: 575px) {
  body {
    line-height: 22px;
    font-size: 16px;
  }

  .fixed-content-section {
    display: none;
  }

  .h1,
  h1 {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .h2,
  h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .h3,
  h3 {
    font-size: 22px;
  }

  .h4,
  h4 {
    font-size: 20px;
  }

  p {
    margin-bottom: 12px;
  }

  .home-banner-subContent {
    margin-bottom: 15px;
  }

  .count {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .banner-form-section .h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .subContent {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .tech-development-section {
    padding: 20px 0;
  }

  .expertiseSection {
    padding: 20px 0;
  }

  .bigEmpireSection {
    padding: 30px 0;
  }

  .pickPickleinner span {
    font-size: 16px;
    line-height: normal;
  }

  .pickPickleinner span em {
    font-size: 25px;
  }

  figure.pickle-icon img {
    max-height: 75px;
  }

  .partnerSection {
    padding: 30px 0 0;
  }

  .partnerSecHead .h3 {
    font-size: 25px;
  }

  .partnerSection .row .col-12:nth-child(2) {
    margin-top: 10px;
    padding-top: 25px;
  }

  .footer-inner {
    margin-bottom: 15px;
  }

  .footer-bottom {
    padding: 0 0 15px;
  }

  .hireSection {
    padding: 25px 0 0;
  }

  .addressSection .col-12:last-child {
    margin-bottom: 0;
  }

  .footer-upper .footer-inner .h4 {
    font-size: 18px;
  }

  .footer-upper .footer-inner .h4:after {
    height: 12px;
    width: 12px;
    top: 3px;
  }

  .tableAccordion .h4 {
    padding: 12px 40px 12px 20px;
  }

  .table-wrp-inn li {
    padding: 10px 20px;
  }

  .accordionTitle {
    padding: 12px 40px 12px 20px;
  }

  .accordionDesc {
    padding: 15px 20px;
  }

  .timeline-inner span {
    font-size: 18px;
  }

  .inn-techleft {
    padding: 10px;
  }

  .inn-techleft .h4 {
    font-size: 18px;
    line-height: normal;
  }

  .tech-development-inner-section {
    padding: 25px 0 0;
  }

  .hire-icon {
    height: 110px;
    width: 110px;
    margin: 0 auto 15px;
  }

  .hire-icon img {
    height: 65px;
  }

  .overlayBanner .col-6 {
    margin-bottom: 20px;
  }

  .blogList .row {
    margin-bottom: 30px;
  }

  .searchboxSecInn {
    padding: 30px;
  }

  .hireUsFrm {
    max-width: 450px;
    margin: 0 auto;
  }

  .next-prev-page-section {
    padding: 25px 0 40px;
  }

  .next-prev-pageInner {
    padding: 0 0 30px;
  }

  .pageLinks {
    top: auto;
    bottom: 0;
  }

  .page-title,
  .page-title a {
    font-size: 22px;
  }

  .case-feature-title {
    font-size: 18px;
  }

  .blogDetailBannerImg {
    margin: 0 auto 35px;
  }

  .blogDetailBannerImg:before,
  .blogDetailBannerImg:after {
    width: 200px;
    height: 200px;
  }

  .blogDetailBannerImg:before {
    left: -20px;
    top: -20px;
  }

  .blogDetailBannerImg:after {
    right: -20px;
    bottom: -20px;
  }

  .dotCircle {
    left: -30px;
    top: 145px;
  }

  .blueCircle {
    left: -15px;
    bottom: 30px;
  }

  .blogDetailHead .h2,
  .blogDetailContentSection .h2,
  .conclusionSectionInner .h2 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .blogDetailHead .h2 {
    margin-bottom: 40px;
  }

  .blogDetailContentSection .sub_h4 {
    font-size: 18px;
  }

  .privacyTermContent ul li:before {
    top: 9px;
  }

  .partnerLogo {
    max-width: 80%;
  }

  .paginationLinks .page-numbers.prev,
  .paginationLinks .page-numbers.next {
    padding: 3px 10px;
  }

  .ondemand-process-sec .col-6,
  .ondemand-fectors-section .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ondemand-process-inner,
  .ondemand-fectors-inner {
    max-width: 350px;
    margin: 0 auto;
  }

  .top-on-demand-inn {
    max-width: 360px;
  }

  .ondemand-hidd-brain-sec,
  .ondemand-business-section,
  .ondemand-fectors-section,
  .crossfeature-ondemand-sec {
    padding: 25px 0;
  }

  .ondemand-process-sec,
  .ondemand-tech-section {
    padding: 25px 0 20px;
  }

  .ondemand-tech-section .tab-content {
    padding: 25px 0 0;
  }

  .ondemand-tech-img figcaption {
    font-size: 16px;
  }

  .app-category-inner {
    max-width: 330px;
    margin: 0 auto;
  }

  .christmas_popup .modal-dialog {
    max-width: 85%;
  }

  .christmas_popup .popup-image {
    max-width: 90%;
  }

  #christmas-popup {
    padding: 0;
  }


  /* home page new */
  .homeBannerSection .home-banner-heading {
    min-height: 110px;
  }

  .home-banner-subContent {
    margin-bottom: 15px;
  }

  .pickPickleinner span {
    font-size: 16px;
    line-height: normal;
  }

  .pickPickleinner span em {
    font-size: 25px;
  }

  figure.pickle-icon img {
    max-height: 75px;
  }

  .app-category-inner {
    max-width: 330px;
    margin: 0 auto;
  }

  .bigEmpireSection {
    padding: 30px 0;
  }

  .addTitle {
    font-size: 20px;
  }

  .addressSection .col-12:last-child {
    margin-bottom: 0;
  }

  .partnerSection {
    padding: 30px 0 0;
  }

  .partnerSecHead .h3 {
    font-size: 25px;
  }

  .partnerSection .row .col-12:nth-child(2) {
    margin-top: 10px;
    padding-top: 25px;
  }

  .partnerLogo {
    max-width: 80%;
  }

  .hireSectionNew .hireSection {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .hireSectionNew .hire-social-links li a {
    width: 50px;
    height: 50px;
  }

  /**/
  /* main service page css start */
  .feature_app_service .feature-service-box {
    padding: 1rem;
  }

  .feature_app_service .feature-service-box .feature-service-box-top {
    margin-bottom: 20px;
  }

  /* main service page css end */

  /* new solution page */
  .advantages-list-back {
    padding: 1rem;
  }

  .effective-implementation-right-corner {
    bottom: -5px;
  }

  .industries-solutions-item-accordion {
    margin-right: -15px;
    margin-left: -15px;
  }

  /* end new solution page */
}

@media (max-width: 485px) {
  body {
    padding-top: 96px;
  }
}

@media (max-width: 480px) {

  /*	body{padding-top:80px}*/
  body {
    padding-top: 67px;
  }

  .header-logo {
    width: 110px;
  }

  .sticky-header .header-logo {
    width: 93px;
  }

  .banner-form-section {
    margin: 20px auto 0;
    padding: 20px 25px 30px;
  }

  .banner-form-section .h2 {
    font-size: 25px;
  }

  .commonForm input[type="text"],
  .commonForm input[type="email"],
  .commonForm input[type="number"],
  .commonForm textarea,
  .commonForm select,
  .commonForm .intl-tel-input.allow-dropdown .flag-container+.wpcf7-intl-tel,
  .hireUsFrm input[type="tel"] {
    padding: 10px;
  }

  .hireUsFrm .intl-tel-input.allow-dropdown .flag-container .selected-flag {
    height: 40px !important;
  }

  .hashText {
    margin-bottom: 10px;
  }

  input[type="submit"],
  .btn,
  .btn-white,
  .btn-orange {
    font-size: 16px;
  }

  .header .btn-orange {
    padding: 5px 10px;
    font-size: 12px;
  }

  input[type="submit"],
  .btn,
  .btn-white,
  .btn-orange {
    min-width: inherit;
  }

  .pickPickleinner span {
    font-size: 14px;
  }

  .pickPickleSection .col-6 {
    margin-bottom: 30px;
  }

  .pickPickleinner span em {
    font-size: 18px;
  }

  .inner-tech-slide {
    max-width: 300px;
    margin: 0 auto;
  }

  .inn-techleft {
    padding: 20px;
  }

  .tech-development-inner-section .slick-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hire-icon {
    height: 100px;
    width: 100px;
  }

  .hire-icon img {
    height: 55px;
  }

  .contact-intro-sec .banner-form-section {
    padding: 40px 30px;
  }

  .custScrollbarInn .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .custScrollbarInn .col-6 {
    margin-bottom: 20px;
  }

  .custScrollbarInn .col-6:last-child {
    margin-bottom: 10px;
  }

  .play-btn {
    height: 70px;
    width: 70px;
  }

  .innerIntroVideoSection .play-btn:before {
    height: 120px;
    width: 120px;
  }

  .blogTitle {
    font-size: 20px;
  }

  .blogList .row {
    margin-bottom: 20px;
  }

  .hireDedicatedSecInner .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .ondemand-tech-section .nav-tabs {
    border-bottom: 0;
  }

  .app-customization-list li {
    width: 100%;
  }

  .app-customization-list li:nth-last-child(-n + 2):after {
    display: block;
  }

  .app-customization-list li:last-child:after {
    display: none;
  }

  .innBannerSection .banner-form-section {
    padding: 20px 25px 30px;
  }

  /* homepage new */
  .cir-sec .cir-box {
    width: 46%;
  }

  .custScrollbarInn .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .custScrollbarInn .col-6 {
    margin-bottom: 20px;
  }

  .custScrollbarInn .col-6:last-child {
    margin-bottom: 10px;
  }

  .pickPickleinner span {
    font-size: 14px;
  }

  .pickPickleSection .col-6 {
    margin-bottom: 30px;
  }

  .pickPickleinner span em {
    font-size: 18px;
  }

  /**/
}

@media (max-width: 430px) {
  .header-logo {
    width: 93px;
  }

  .pickPickleSection .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pickPickleinner {
    max-width: 250px;
    margin: 0 auto;
  }

  .firstStepMoon-inn {
    max-width: 300px;
    margin: 0 auto;
    border-bottom: 0;
  }

  .firstStepMoon-inn {
    max-width: 100%;
    border: 0;
  }

  .innerIntroLeft .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .crossfeature-ondemand-sec .col-6,
  .hidden-brain-right .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .crossfeature-ondemand-sec .col-6 {
    border-right: 0 !important;
  }

  .hidden-brain-right .col-6:nth-child(2n) {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }

  .hidden-brain-right-inner {
    max-width: 250px;
    border-bottom: 10px solid #ff8625;
  }

  .hidden-brain-right .col-6 .hidden-brain-right-inner {
    margin: 0 auto;
  }

  .hidd-brain-num {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .hidden-brain-right .col-6:last-child {
    margin-bottom: 0;
  }

  .flip-card-inner {
    max-width: 250px;
    margin: 0 auto;
  }

  .innerIntroLeft .col-6:nth-child(2n) .flip-card-outer .flip-card-front {
    background-color: rgba(121, 131, 154, 0.17);
  }

  .innerIntroLeft .col-6:nth-child(2n + 1) .flip-card-outer .flip-card-front {
    background-color: #fbfbfb;
  }

  .technologiesList li {
    max-width: 50%;
  }

  /*.reviewSectionInner .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }*/
  .socialRevCircle {
    height: 175px;
  }

  .trendingSection .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .searchboxSecInn {
    padding: 20px;
  }

  .dotCircle,
  .blueCircle {
    display: none;
  }

  .partnerLogo {
    max-width: 100%;
  }

  .crossfeature-ondemand-sec .row>.col-6:nth-last-child(-n + 2) {
    border-bottom: 1px solid #bdbdbd;
  }

  .crossfeature-ondemand-sec .row>.col-6:last-child {
    border-bottom: 0;
  }

  .popupModel {
    padding: 0 20px;
  }

  /* homepage new */
  .pickPickleSection .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pickPickleinner {
    max-width: 250px;
    margin: 0 auto;
  }

  .hashText {
    margin-bottom: 10px;
  }

  .partnerLogo {
    max-width: 100%;
  }

  /**/
}

@media (max-width:370px) {
  .cir-sec .cir-box .text-wrap .paragraph {
    font-size: 12px;
    padding: 0 15px;
  }
}



/* new address section changes css  */

@media (max-width: 1199px) and (min-width: 767px) {
  .addressSection .col-custom-1200 {
    flex: 0 0 50%;
    /* 2 columns */
    max-width: 50%;
    margin-bottom: 30px;
  }
}

.addTitle {
  font-size: 24px;
  margin-bottom: 10px;
}

@media(max-width:1439px) {
  .flagImg {
    top: -47px;
  }
}

@media(max-width:1199px) {
  .flagImg {
    height: 80px;
    width: 80px;
  }
}

@media(max-width:991px) {
  .flagImg {
    height: 70px;
    width: 70px;
  }
}/* Common-text animation css */
.animate-text {
    transform: perspective(600px) rotateX(-90deg) translateY(100px);
    opacity: 0;
    transition: transform 1.8s ease-out, opacity 1.8s ease-out, filter 1.8s ease-out;
    transform-origin: top;
}

.animate-text.in-view {
    transform: perspective(600px) rotateX(0deg) translateY(0);
    opacity: 1;
}

p a:hover {
    color: #ff8625 !important;
}

/* startup-idea-section css start */
.startup-idea-section {
    color: #000;
    padding-bottom: 60px;
}

.startup-idea-section .main-heading {
    font-size: 85px;
    line-height: 130px;
    font-family: "Montserrat-Regular";
    font-weight: 600;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    padding-bottom: 18px;
}

.startup-idea-section .highlight {
    color: #ff8625;
    font-weight: 600;
    font-family: "Montserrat-Regular";
}

.startup-idea-section .sub-text {
    font-size: 70px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: "Montserrat-Regular";
    position: relative;
    padding-left: 100px;
}

.startup-idea-section h3.sub-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 75px;
    background-color: #C8C8C8;
}

.startup-idea-section .content-row {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    gap: 30px;
    flex-wrap: wrap;
}

.startup-idea-section .text-content {
    flex: 1.5;
    font-size: 18px;
    line-height: 29px;
    color: #000;
    font-family: "Nunito-Regular";
}

.startup-idea-section .text-content .text p {
    color: #645e7a;
}

.startup-idea-section .text-content p {
    margin-bottom: 0;
}

.startup-idea-section .text-content p a:hover {
    color: #FF8625;
}

.startup-idea-section .text-content .text p:first-of-type {
    padding-bottom: 30px;
}

.startup-idea-section .right-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.startup-idea-section .cta-button {
    background-color: #ff8625;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    border-radius: 50%;
    width: 139px;
    height: 139px;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    right: 40px;
    top: -160px;
    gap: 12px;
}

.startup-idea-section .cta-button .text {
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
}

.startup-idea-section .cta-button:hover {
    background-color: #000;
}

.startup-idea-section .mobile-button {
    background-color: #ff8625;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    display: none;
}

.startup-idea-section .mobile-button .text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.startup-idea-section .mobile-button:hover {
    background-color: #000;
}


/* Responsive Media Query Start */
@media (max-width: 1439px) and (min-width: 1280px) {
    .startup-idea-section .main-heading {
        font-size: 76px;
    }
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .startup-idea-section .main-heading {
        font-size: 58px;
        line-height: 100px;
    }

    .startup-idea-section .sub-text {
        font-size: 42px;
        padding-left: 80px;
    }

    .startup-idea-section .sub-text img {
        max-width: 200px;
        width: 100%;
    }

    .startup-idea-section h3.sub-text::before {
        width: 60px;
    }

    .startup-idea-section .content-row {
        margin-top: 30px;
    }

    .startup-idea-section .text-content {
        font-size: 15px;
        line-height: 25px;
    }

    .startup-idea-section .cta-button {
        height: 120px;
        width: 120px;
    }

    .startup-idea-section .text-content .text p:first-of-type {
        padding-bottom: 15px;
    }

    .startup-idea-section .cta-button .text {
        font-size: 16px;
    }
}

@media(max-width:1200px) {
    .startup-idea-section .main-heading {
        font-size: 62px;
    }

    .startup-idea-section .sub-text {
        font-size: 60px;
        padding-left: 70px;
    }

    .startup-idea-section .text-content .text p:first-of-type {
        padding-bottom: 20px;
    }

    .startup-idea-section .text-content p.text {
        margin-bottom: 20px;
    }

    .startup-idea-section .text-content {
        font-size: 16px;
        line-height: 25px;
    }

    .startup-idea-section .cta-button {
        width: 120px;
        height: 120px;
        gap: 6px;
        top: -136px;
    }

    .startup-idea-section .cta-button img {
        max-width: 18px;
        width: 100%;
    }

    .startup-idea-section .cta-button .text {
        font-size: 16px;
    }

    .startup-idea-section h3.sub-text::before {
        width: 55px;
    }

}

@media(max-width:991px) {
    .startup-idea-section .main-heading {
        font-size: 48px;
    }

    .startup-idea-section .sub-text {
        font-size: 40px;
    }

    .startup-idea-section .cta-button {
        width: 100px;
        height: 100px;
    }

    .startup-idea-section .cta-button {
        right: 0px;
        top: -130px;
        gap: 3px;
    }

    .startup-idea-section .cta-button .text {
        font-size: 14px;
    }

    .startup-idea-section .cta-button img {
        max-width: 16px;
    }

    .startup-idea-section .main-heading {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .startup-idea-section .main-heading {
        font-size: 36px;
    }

    .startup-idea-section .sub-text {
        font-size: 35px;
    }

    .startup-idea-section .sub-text img {
        max-width: 180px;
    }

    .startup-idea-section .content-row {
        flex-direction: column-reverse;
    }

    .startup-idea-section .cta-button {
        display: none;
        margin: 0 auto;
    }

    .startup-idea-section .mobile-button {
        display: block;
        margin: 0 auto;
    }

    .startup-idea-section .mobile-button .inner img {
        max-width: 20px;
        margin: 0 auto;
    }

    .startup-idea-section .mobile-button .inner {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
    }
}

@media (max-width: 525px) {
    .startup-idea-section .main-heading {
        font-size: 30px;
        line-height: 90px;
    }

    .startup-idea-section .sub-text {
        font-size: 28px;
    }

    .startup-idea-section .sub-text img {
        max-width: 150px;
    }

    .startup-idea-section .text-content {
        font-size: 14px;
    }
}

@media (max-width: 450px) {
    .startup-idea-section .main-heading {
        font-size: 24px;
        line-height: 70px;
        gap: 10px;
        justify-content: center;
    }

    .startup-idea-section .sub-text {
        font-size: 22px;
        gap: 15px;
        padding-left: 0;
        justify-content: center;
    }

    .startup-idea-section h3.sub-text:before {
        display: none;
    }

    .startup-idea-section .sub-text img {
        max-width: 120px;
    }

    .startup-idea-section {
        padding-bottom: 40px;
    }
}

@media (max-width: 360px) {
    .startup-idea-section .main-heading {
        gap: 5px;
        font-size: 22px;
        line-height: 50px;
    }

    .startup-idea-section .content-row {
        margin-top: 20px;
        gap: 20px;
    }

    .startup-idea-section .mobile-button .inner img {
        max-width: 15px;
    }
}

/* startup-idea-section css start */


/* trusted-startup-css start */

.trusted-startup-main .trusted-startup-inner h1 {
    font-size: 46px;
    text-align: center;
    color: #000;
    font-family: "Montserrat-Regular";
    font-weight: 600;
    line-height: 100px;
}

.trusted-startup-main .slider-container {
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
    padding-top: 20px;
}

.trusted-startup-main .slider-row {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.trusted-startup-main .slider-row.row-1 {
    margin-bottom: 40px;
}

.trusted-startup-main .row-wrapper {
    display: flex;
    width: max-content;
    align-items: center;
    height: 100%;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.trusted-startup-main .row-1 .row-wrapper {
    animation: slide-left 60s linear infinite;
}

.trusted-startup-main .row-2 .row-wrapper {
    animation: slide-right 60s linear infinite;
}

.trusted-startup-main .trusted-item {
    border: 1px solid #EAEAEA;
    max-width: 270px;
    width: 100%;
    margin: 0 30px;
    padding: 38px 60px;
    height: max-content;
    flex-shrink: 0;
}

.trusted-startup-main .trusted-item:hover {
    border-color: #ff8625;
}

.trusted-startup-main .trusted-item .trusted-logo-div {
    max-width: 150px;
    width: 100%;
    height: auto;
}

.trusted-startup-main .trusted-item img {
    filter: grayscale(100%);
    transition: filter 0.4s ease;
}

.trusted-startup-main .trusted-item:hover img {
    filter: grayscale(0%);
}

/* Animation keyframes */
@keyframes slide-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes slide-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}

.trusted-startup-main .row-wrapper:hover {
    animation-play-state: paused;
}


@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .trusted-startup-main .trusted-startup-inner h1 {
        font-size: 34px;
        line-height: 60px;
    }

    .trusted-startup-main .trusted-item {
        max-width: 200px;
        width: 100%;
        margin: 0 20px;
        padding: 25px 45px;
    }

    .trusted-startup-main .slider-container {
        padding-top: 35px;
    }

    .trusted-startup-main .slider-row.row-1 {
        margin-bottom: 35px;
    }
}

@media(max-width:767px) {
    .trusted-startup-main .trusted-item {
        max-width: 170px;
        width: 100%;
        margin: 0 15px;
        padding: 20px 35px;
    }

    .trusted-startup-main .trusted-startup-inner h1 {
        font-size: 32px;
        line-height: normal;
    }
}

@media(max-width:480px) {
    .trusted-startup-main .trusted-startup-inner h1 {
        font-size: 24px;
    }

    .trusted-startup-main .slider-row.row-1 {
        margin-bottom: 25px;
    }

    .trusted-startup-main .trusted-item {
        margin: 0 10px;
    }
}

/* trusted-startup-css end */
.hover-img-section {
    padding: 80px 0px;
}

.hover-img-section .tech-section {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: center;
}

.hover-img-section .content-area {
    flex: 1;
}

.hover-img-section .tag {
    border: 1px solid #B9BCC3;
    display: flex;
    align-items: center;
    padding: 7px 23px;
    border-radius: 30px;
    margin-bottom: 18px;
    gap: 10px;
    width: fit-content;
    cursor: default;
}

.hover-img-section .tag:hover {
    background-color: #ff8625;
    border: 1px solid #ff8625;
    transition: all 0.3s ease-in-out;
}

.hover-img-section .tag:hover img {
    filter: brightness(0) invert(1);
}

.hover-img-section .tag img {
    height: 100%;
    width: 100%;
}

.hover-img-section .tag:hover p {
    color: #ffffff;
}

.hover-img-section .tag p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-family: "Nunito-Regular";
    text-transform: uppercase;
}

.hover-img-section .title-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.hover-img-section .title-text h2 {
    font-size: 40px;
    font-weight: bold;
    font-family: "Montserrat-Regular";
    line-height: 1.5;
    max-width: 700px;
}

.hover-img-section .title-text p {
    margin: 0;
    color: #7C7D88;
    font-size: 18px;
    line-height: 32px;
    font-family: "Nunito-Regular";
    max-width: 485px;
    text-align: end;
}

.hover-img-section .section-wrapper {
    position: relative;
}

.hover-img-section .hover-images {
    position: absolute;
    right: 40%;
    top: 0;
    transform: translateY(-50%);
    z-index: 5;
    pointer-events: none;
}

.hover-img-section .hover-image {
    max-width: 450px;
    height: auto;
    border-radius: 12px;
    transition: opacity 0.3s linear;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.hover-img-section .hover-image.active {
    opacity: 1;
    visibility: visible;
}

/* Left content */
.hover-img-section .problem-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    position: relative;
}

.hover-img-section .problem-list li {
    padding: 42px 0;
    border-bottom: 1px solid #DEDEDE;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: default;
}

.hover-img-section .problem-list li .text {
    font-size: 26px;
    font-weight: 500;
    display: flex;
    gap: 17px;
    font-family: "Nunito-Regular";
    color: #000;
}

.hover-img-section .problem-list li:hover .text {
    color: #ff8625;
}

.hover-img-section .problem-list li .hover-image {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    z-index: 10;
}

.hover-img-section .problem-list li:hover .hover-image {
    opacity: 1;
}

.hover-img-section .problem-list li span {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    line-height: 24px;
    font-family: "Nunito-Regular";
}

.hover-img-section .problem-list li:hover span {
    color: #ff8625;
}

.hover-img-section .problem-list li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0%;
    background-color: #ff8625;
    transition: width 0.4s ease;
}

.hover-img-section .problem-list li:hover::after {
    width: 100%;
}

/* responsive */

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .hover-img-section .tag {
        padding: 5px 14px;
        margin-bottom: 12px;
    }

    .hover-img-section .tag p {
        font-size: 14px;
    }

    .hover-img-section .title-text h2 {
        font-size: 34px;
        max-width: 675px;
    }

    .hover-img-section .title-text p {
        font-size: 14px;
        line-height: 24px;
        max-width: 350px;
    }

    .hover-img-section .title-text {
        margin-bottom: 20px;
    }

    .hover-img-section .problem-list li {
        padding: 25px 0px;
    }

    .hover-img-section .problem-list li span {
        font-size: 16px;
    }

    .hover-img-section .problem-list li .text {
        font-size: 20px;
        gap: 14px;
    }

    .hover-img-section .hover-image {
        max-width: 300px;
    }
}


@media(max-width:1200px) {
    .hover-img-section {
        padding: 60px 0px;
    }

    .hover-img-section .title-text h2 {
        font-size: 36px;
    }

    .hover-img-section .title-text p {
        font-size: 16px;
        line-height: 24px;
        max-width: 388px;
    }

    .hover-img-section .problem-list li {
        padding: 32px 0px;
    }

    .hover-img-section .problem-list li .text {
        font-size: 24px;
        gap: 14px;
    }

    .hover-img-section .problem-list li span {
        font-size: 16px;
    }

    .hover-img-section .title-text {
        margin-bottom: 35px;
    }

    .hover-img-section .hover-images {
        top: 8%;
    }
}

@media(max-width:991px) {
    .hover-img-section .title-text p {
        max-width: 300px;
    }

    .hover-img-section .title-text h2 {
        font-size: 24px;
    }

    .hover-img-section .problem-list li {
        padding: 20px 0px;
    }

    .hover-img-section .problem-list li .text {
        font-size: 18px;
    }

    .hover-img-section .problem-list li span {
        font-size: 14px;
    }

    .hover-img-section .hover-image {
        max-width: 270px;
    }

    .hover-img-section .hover-images {
        top: 0;
    }
}

@media (max-width: 768px) {
    .hover-img-section .title-text p {
        max-width: unset;
        text-align: left;
    }

    .hover-img-section .title-text {
        flex-wrap: wrap;
        gap: 20px;
    }

    .hover-img-section .hover-images {
        display: none;
    }
}

@media (max-width: 480px) {
    .hover-img-section {
        padding: 40px 0px;
    }

    .hover-img-section .title-text {
        gap: 15px;
    }

    .hover-img-section .title-text p {
        font-size: 14px;
    }

    .hover-img-section .tag p {
        font-size: 12px;
    }
}

/* team-startup section css start */


.team-startup-main {
    background-image: url("https://shivlab.com/wp-content/uploads/2025/06/bg-image.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0px;
    overflow: hidden;
}


.team-startup-main .tag {
    border: 1px solid #ffffff5c;
    display: flex;
    align-items: center;
    padding: 7px 23px;
    border-radius: 30px;
    margin-bottom: 18px;
    gap: 10px;
    width: fit-content;
    cursor: default;
}

.team-startup-main .tag:hover {
    background-color: #ff8625;
    border: 1px solid #ff8625;
    transition: all 0.3s ease-in-out;
}

.team-startup-main .tag:hover img {
    filter: brightness(0) invert(1);
}

.team-startup-main .tag:hover p {
    color: #ffffff;
}

.team-startup-main .tag p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: "Nunito-Regular";
}

.team-startup-main .title-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.team-startup-main .title-text h2 {
    font-size: 40px;
    font-weight: bold;
    font-family: "Montserrat-Regular";
    line-height: 1.5;
    max-width: 792px;
    color: #fff;
}

.team-startup-main .title-text p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    font-family: "Nunito-Regular";
    max-width: 447px;
    text-align: end;
}

.team-startup-main .title-text p a:hover {
    color: #ff8625;
}

/* slider */
.team-startup-main .custom-swiper-container {
    box-sizing: border-box;
    position: relative;
}

.team-startup-main .custom-swiper-container .swiper-card {
    background-image: url("https://shivlab.com/wp-content/uploads/2025/06/swiper-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    border: 1px solid #ffffff42;
    border-radius: 20px;
    height: auto;
    padding: 50px 40px 40px;
    display: flex;
    flex-direction: column;
}

.team-startup-main .custom-swiper-container .swiper-card:hover {
    border: 1px solid #ff8625;
}

.team-startup-main .custom-swiper-container .swiper-card:hover .arrow {
    background-color: #ff8625;
    border: transparent;
}

.team-startup-main .custom-swiper-container .swiper-card .swiper-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.team-startup-main .custom-swiper-container .swiper-card .arrow {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid white;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.team-startup-main .custom-swiper-container .swiper-card span {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 26px;
    font-family: "Nunito-Regular";
}

.team-startup-main .custom-swiper-container .swiper-card p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
    font-family: "Nunito-Regular";
    margin-bottom: 10px;
}

.team-startup-main .custom-swiper-container .swiper-card .slider-card-img-div {
    max-width: 80px;
    width: 100%;
    height: auto;
    margin-top: auto;
}

.team-startup-main .swiper {
    padding-bottom: 60px;
    overflow: visible;
}

/* Responsive slides */
.team-startup-main .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.team-startup-main .swiper-bottom-nav {
    display: flex;
    justify-content: center;
    gap: 50px;
    position: absolute;
}

.team-startup-main .swiper-button-prev,
.team-startup-main .swiper-button-next {
    position: relative;
    width: 68px;
    height: 68px;
    background: #fff;
    color: #000;
    border-radius: 50%;
}

.team-startup-main .swiper-button-prev:hover,
.team-startup-main .swiper-button-next:hover {
    background: #ff8625;
}

.team-startup-main .swiper-button-next:after,
.team-startup-main .swiper-button-prev:after {
    display: none;
}

@media (max-width: 1439px) and (min-width: 1280px) {
    .team-startup-main .title-text h2 {
        max-width: 620px;
    }
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .team-startup-main .tag p {
        font-size: 14px;
    }

    .team-startup-main .title-text h2 {
        font-size: 34px;
    }

    .team-startup-main .title-text p {
        font-size: 14px;
        line-height: 24px;
        max-width: 350px;
    }

    .team-startup-main .title-text {
        margin-bottom: 30px;
    }

    .team-startup-main .custom-swiper-container .swiper-card {
        padding: 15px;
    }

    .team-startup-main .custom-swiper-container .swiper-card span {
        font-size: 18px;
    }

    .team-startup-main .custom-swiper-container .swiper-card .swiper-title {
        margin-bottom: 15px;
    }

    .team-startup-main .custom-swiper-container .swiper-card .arrow {
        height: 32px;
        width: 32px;
    }

    .team-startup-main .custom-swiper-container .swiper-card p {
        font-size: 14px;
        line-height: 20px;
    }

    .team-startup-main .custom-swiper-container .swiper-card .slider-card-img {
        max-width: 50px;
    }

    .team-startup-main .swiper {
        padding-bottom: 40px;
    }

    .team-startup-main .swiper-button-prev,
    .team-startup-main .swiper-button-next {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1200px) {
    .team-startup-main {
        padding: 60px 0px;
    }

    .team-startup-main .custom-swiper-container .swiper-card {
        padding: 30px 25px;
    }

    .team-startup-main .swiper {
        padding-bottom: 40px;
    }

    .team-startup-main .swiper-bottom-nav {
        gap: 40px;
    }

    .team-startup-main .swiper-button-prev,
    .team-startup-main .swiper-button-next {
        height: 55px;
        width: 55px;
    }

    .team-startup-main .title-text h2 {
        font-size: 32px;
    }

    .team-startup-main .title-text p {
        font-size: 16px;
        line-height: 24px;
        max-width: 388px;
    }
}

@media (max-width: 991px) {
    .team-startup-main .title-text h2 {
        font-size: 24px;
    }

    .team-startup-main .title-text p {
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .team-startup-main .title-text {
        flex-wrap: wrap;
        gap: 20px;
    }

    .team-startup-main .title-text p {
        max-width: unset;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .team-startup-main .swiper-bottom-nav {
        position: unset;
    }

    .team-startup-main {
        padding: 40px 0px;
    }

    .team-startup-main .tag p {
        font-size: 12px;
    }
}

/* accordion-video-section */

.team-startup-main .section-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    margin: 100px auto 80px;
}

/* Accordion Styles */
.team-startup-main .accordion {
    width: 50%;
}

.team-startup-main .accordion-item {
    padding: 55px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.team-startup-main .accordion-item.active {
    padding: 0px 0px 58px;
}

.team-startup-main .accordion-item.active .accordion-title {
    color: #FF8625;
}

.team-startup-main .accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-startup-main .accordion-left {
    display: flex;
    flex-direction: column;
}

.team-startup-main .accordion-title-wrapper {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    font-weight: 600;
}

.team-startup-main .accordion-number {
    margin-right: 24px;
    color: white;
    font-size: 26px;
    line-height: 45px;
    font-weight: 500;
    font-family: "Nunito-Regular";
}

.team-startup-main .accordion-item.active .accordion-number {
    color: #FF8625;
}

.team-startup-main .accordion-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 45px;
    font-family: "Nunito-Regular";
    color: #fff;
}

.team-startup-main .accordion-desc {
    font-size: 20px;
    color: #fff;
    display: none;
    max-width: 85%;
    font-weight: 400;
    font-family: "Nunito-Regular";
    line-height: 26px;
    margin-top: 20px;
    padding-left: 63px;
}

.team-startup-main .accordion-item.active .accordion-desc {
    display: block;
}

.team-startup-main .arrow-icon {
    font-size: 16px;
    color: white;
    border-radius: 50%;
    padding: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.13);
    flex-shrink: 0;
}


.team-startup-main .accordion-item.active .arrow-icon {
    background: #FF8625;
    transform: rotate(260deg);
    color: #fff;
}

/* Video Section */
.team-startup-main .video-box {
    width: 50%;
    height: 100%;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.team-startup-main .video-box .video-box-img-inner {
    max-width: 646px;
    width: 100%;
    height: auto;
}

.team-startup-main .video-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: auto;
    display: block;
    border-radius: 20px;
}


@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .team-startup-main .accordion-number {
        margin-right: 20px;
        font-size: 20px;
        line-height: 30px;
    }

    .team-startup-main .accordion-title {
        font-size: 22px;
        line-height: 30px;
    }

    .team-startup-main .accordion-desc {
        font-size: 16px;
        line-height: 24px;
        padding-left: 46px;
        margin-top: 10px;
    }

    .team-startup-main .accordion-item.active {
        padding: 0px 0px 30px;
    }

    .team-startup-main .arrow-icon {
        height: 32px;
        width: 32px;
    }

    .team-startup-main .arrow-icon img {
        max-width: 14px;
        height: auto;
    }

    .team-startup-main .accordion-item {
        padding: 25px 0px;
    }

    .team-startup-main .section-wrapper {
        align-items: center;
    }

    .team-startup-main .video-box .video-box-img-inner {
        max-height: 420px;
    }

}

@media (max-width:1200px) {
    .team-startup-main .section-wrapper {
        margin: 90px auto 60px;
    }

    .team-startup-main .accordion-number {
        font-size: 16px;
    }

    .team-startup-main .accordion-title {
        font-size: 18px;
    }

    .team-startup-main .accordion-desc {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .team-startup-main .section-wrapper {
        gap: 20px;
    }

    .team-startup-main .accordion-desc {
        padding-left: 40px;
    }
}

@media (max-width: 767px) {
    .team-startup-main .section-wrapper {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .team-startup-main .accordion {
        width: 100%;
    }

    .team-startup-main .video-box {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .team-startup-main .section-wrapper {
        margin: 40px auto 40px;
    }
}


.team-startup-main .on-demand-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 100px;
}

.team-startup-main .left-part {
    width: 50%;
}

.team-startup-main .right-part {
    width: 50%;
}

.team-startup-main .technology-heading {
    font-size: 40px;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    font-family: "Montserrat-Regular";
    margin-bottom: 40px;
}

.team-startup-main .technology-section {
    background-color: #fff;
    border-radius: 15px;
    padding: 22px 51px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team-startup-main .technology-section .logo {
    max-width: 97px;
    width: 100%;
    height: auto;
}

.team-startup-main .technology-section .logo img {
    filter: grayscale(100%);
    transition: filter 0.4s ease;
}

.team-startup-main .technology-section .logo:hover img {
    filter: grayscale(0%);
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .team-startup-main .technology-heading {
        font-size: 34px;
        line-height: 32px;
        margin-bottom: 35px;
    }

    .team-startup-main .technology-section {
        padding: 18px;
    }

    .team-startup-main .technology-section .logo {
        max-width: 75px;
    }
}

@media(max-width:1200px) {
    .team-startup-main .on-demand-main {
        margin-bottom: 60px;
    }
}

@media(max-width:991px) {
    .team-startup-main .technology-heading {
        font-size: 32px;
        line-height: normal;
    }

    .team-startup-main .technology-section .logo {
        max-width: 40px;
    }
}

@media(max-width:768px) {
    .team-startup-main .technology-heading {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .team-startup-main .technology-heading {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .team-startup-main .technology-section {
        flex-wrap: wrap;
        gap: unset;
        row-gap: 30px;
        padding: 30px;
        justify-content: space-between;
    }

    .team-startup-main .technology-section .logo {
        width: 48%;
        max-width: unset;
        display: flex;
        justify-content: center;
    }

    .team-startup-main .technology-section .logo img {
        max-width: 60px;
    }
}


/* team-startup section css end */

/* marquee section start */
.marquee-wrapper {
    overflow: hidden;
    background: #fff;
    position: relative;
    white-space: nowrap;
}

.marquee-wrapper .marquee-content {
    display: flex;
    width: max-content;
    animation: scroll-right 35s linear infinite;
}

@keyframes scroll-right {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.marquee-wrapper .marquee-group {
    display: flex;
    justify-content: center;
    align-items: center;
}

.marquee-wrapper .marquee-item {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.marquee-wrapper .marquee-item p {
    font-size: 26px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    font-family: "Nunito-Regular";
    white-space: nowrap;
    margin-bottom: 0;
}

.marquee-wrapper .marquee-item .marquee-img-div {
    max-width: 25px;
    width: 100%;
    height: 36px;
    margin-left: 20px;
}

.marquee-wrapper .marquee-item .marquee-img-div img {
    height: 36px;
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .marquee-wrapper .marquee-item p {
        font-size: 22px;
    }
}

@media(max-width:1200px) {
    .marquee-wrapper .marquee-item p {
        font-size: 20px;
    }

    .marquee-wrapper .marquee-item .marquee-img-div {
        height: 30px;
    }

    .marquee-wrapper .marquee-item .marquee-img-div img {
        height: 30px;
    }
}

@media (max-width: 992px) {
    .marquee-wrapper .marquee-item p {
        font-size: 18px;
    }

    .marquee-wrapper .marquee-item .marquee-img-div {
        height: 25px;
    }

    .marquee-wrapper .marquee-item .marquee-img-div img {
        height: 25px;
    }
}

@media (max-width: 768px) {
    .marquee-wrapper .marquee-item p {
        font-size: 16px;
    }

    .marquee-wrapper .marquee-item {
        margin-right: 15px;
    }

    .marquee-wrapper .marquee-item .marquee-img-div {
        margin-left: 15px;
    }
}

/* marquee section end */

/* case-studies section css start */
.case-studies.hover-img-section .hover-image {
    max-width: 625px;
}

.case-studies.hover-img-section .hover-images {
    right: 52%;
    top: 5%;
}


@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .case-studies.hover-img-section .hover-image {
        max-width: 500px;
    }

    .case-studies.hover-img-section .hover-images {
        top: 0;
    }
}

@media(max-width:991px) {
    .case-studies.hover-img-section .hover-image {
        max-width: 400px;
    }
}

/* case-studies section css end */

/* technical-partner section css start */
.technical-partner-main {
    padding: 80px 0px;
}

.technical-partner-main .technical-inner {
    background-color: #0D0D0D;
    border-radius: 14px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    overflow: hidden;
    position: relative;
}

.technical-partner-main .technical-inner:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 29%;
    background-color: #ffffff60;
}

.technical-partner-main .left-content {
    max-width: 80%;
}

.technical-partner-main .left-content h2 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 60px;
    line-height: 1.6;
    text-transform: uppercase;
    color: #fff;
}

.technical-partner-main .left-content p {
    color: #fff;
    line-height: 37px;
    font-size: 22px;
    margin-bottom: 60px;
    font-weight: 400;
    max-width: 784px;
}

.technical-partner-main .left-content p a:hover {
    color: #ff8625;
}

.technical-partner-main .left-content p span.orange {
    color: #FF8625;
    font-weight: 600;
}

.technical-partner-main .features {
    display: flex;
    gap: 100px;
    margin-bottom: 43px;
}

.technical-partner-main .feature-item {
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-family: "Nunito-Regular";
    line-height: 25px;
}

.technical-partner-main .feature-item span {
    display: block;
    color: #FF8625;
    font-weight: 600;
    font-size: 24px;
    line-height: 25px;
    font-family: "Nunito-Regular";
}

.technical-partner-main .cta-button {
    background-color: #FF8625;
    font-size: 18px;
    padding: 10px 25px;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
    text-transform: capitalize;
}

.technical-partner-main .cta-button:hover {
    background-color: #dd710c;
}

.technical-partner-main .right-img {
    position: relative;
    display: inline-block;
}

.technical-partner-main .right-img::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 7px;
    width: 100%;
    height: 100%;
    background-color: #ff8800;
    border-radius: 10px;
    z-index: 0;
}

.technical-partner-main .right-img img {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    max-width: 300px;
    height: auto;
    object-fit: cover;
}

.technical-partner-main .cta-button img {
    margin-left: 10px;
}

/* responsive-media query start */
@media (max-width: 1439px) and (min-width: 1280px) {
    .technical-partner-main .left-content h2 {
        font-size: 32px;
    }

    .technical-partner-main .left-content p {
        font-size: 20px;
        line-height: 30px;
    }

    .technical-partner-main .technical-inner:before {
        top: 30%;
    }
}

@media(max-width:1299px) {
    .technical-partner-main .features {
        gap: 60px;
    }

    .technical-partner-main .left-content p {
        font-size: 20px;
        margin-bottom: 45px;
        font-weight: 400;
    }

    .technical-partner-main .left-content h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .technical-partner-main .left-content h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .technical-partner-main .left-content p {
        line-height: 25px;
        font-size: 16px;
        margin-bottom: 25px;
        max-width: 600px;
    }

    .technical-partner-main .feature-item span {
        font-size: 18px;
    }

    .technical-partner-main .features {
        gap: 50px;
        margin-bottom: 35px;
    }

    .technical-partner-main .feature-item {
        font-size: 14px;
    }

    .technical-partner-main .technical-inner {
        padding: 30px;
        gap: 30px;
    }

    .technical-partner-main .right-img img {
        max-width: 200px;
    }

    .technical-partner-main .technical-inner:before {
        top: 28%;
    }
}

@media(max-width:1200px) {
    .technical-partner-main {
        padding: 60px 0px;
    }

    .technical-partner-main .left-content h2 {
        font-size: 26px;
    }

    .technical-partner-main .technical-inner:before {
        top: 27%;
    }
}

@media (max-width: 991px) {
    .technical-partner-main .left-content h2 {
        font-size: 17px;
    }

    .technical-partner-main .left-content p {
        line-height: 22px;
        font-size: 14px;
        margin-bottom: 18px;
    }

    .technical-partner-main .right-img img {
        max-width: 150px;
    }

    .technical-partner-main .features {
        gap: 15px;
    }

    .technical-partner-main .feature-item {
        font-size: 12px;
    }

    .technical-partner-main .feature-item span {
        font-size: 14px;
    }

    .technical-partner-main .cta-button {
        font-size: 12px;
        padding: 7px 18px;
    }

    .technical-partner-main .technical-inner:before {
        top: 25%;
    }

    .technical-partner-main .features {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .technical-partner-main .technical-inner:before {
        display: none;
    }

    .technical-partner-main .technical-inner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .technical-partner-main .right-img img {
        max-width: unset;
    }

    .technical-partner-main .technical-inner {
        padding: 25px 15px;
    }

    .technical-partner-main .left-content {
        max-width: 100%;
    }
}

@media (max-width: 490px) {
    .technical-partner-main {
        padding: 40px 0px;
    }

    .technical-partner-main .features {
        flex-wrap: wrap;
        gap: 10px;
    }

    .technical-partner-main .feature-item {
        width: 100%;
        font-size: 14px;
    }

    .technical-partner-main .left-content h2 {
        font-size: 16px;
    }
}

/* technical-partner section css start */

/* process-section css start */

.process-main .tag {
    border: 1px solid #B9BCC3;
    display: flex;
    align-items: center;
    padding: 7px 23px;
    border-radius: 30px;
    margin-bottom: 18px;
    gap: 10px;
    width: fit-content;
    margin: 0 auto;
    cursor: default;
}

.process-main .tag p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-family: "Nunito-Regular";
    text-transform: uppercase;
}

.process-main .tag:hover p {
    color: #FFF;
}

.process-main .tag:hover {
    background-color: #ff8625;
    border: 1px solid #ff8625;
    transition: all 0.3s ease-in-out;
}

.process-main .tag:hover img {
    filter: brightness(0) invert(1);
}

.process-main .content-area {
    text-align: center;
}

.process-main .content-area h2 {
    font-size: 40px;
    font-weight: bold;
    font-family: "Montserrat-Regular";
    line-height: 1.5;
    margin: 0;
    padding: 15px 0px;
}

.process-main .content-area button {
    margin: 0;
    color: #000000;
    font-size: 16px;
    line-height: 32px;
    font-family: "Nunito-Regular";
}

.process-main .content-area .text {
    font-size: 16px;
    color: #8A8C99;
    max-width: 900px;
    margin: 0 auto;
    line-height: 24px;
}

.process-main .process-inner {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 50px;
}

.process-main .process-inner .process {
    display: flex;
    flex-direction: column;
    background-image: url(https://shivlab.com/wp-content/uploads/2025/06/card-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 35px 18px 35px 30px;
    width: 100%;
    max-width: 269px;
    flex: 1 1 269px;
    height: auto;
    position: relative;
    border: 1px solid #FF8625;
}

.process-main .process-inner.reverse .process:last-of-type::after {
    content: "";
    background-image: url(https://shivlab.com/wp-content/uploads/2025/06/process-arrow2.webp);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 102%;
    left: 50%;
    height: 60px;
    width: 10px;
    background-size: contain;
}

.process-main .process-inner .process .process-count {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 50px;
    font-weight: 400;
    color: #ffffff2f;
}

.process-main .process-inner .process .image {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    padding: 16px;
    background-color: #242424;
    border: 1px solid #ffffff2f;
}

.process-main .process-inner .process:hover .image {
    border: 1px solid #ff8625;
}

.process-main .process-inner .process .title {
    margin: 0;
    padding: 31px 0px 11px;
    text-align: left;
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    line-height: 26px;
    font-family: "Nunito-Regular";
}

.process-main .process-inner .process .feature-content {
    text-align: left;
    color: #ffffff;
    font-weight: 400;
    font-family: "Nunito-Regular";
    font-size: 18px;
    line-height: 26px;
}

.process-main .process-inner .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-main .process-inner .arrow img {
    width: 60px;
    height: auto;
}

.process-main .process-inner.reverse .arrow img {
    transform: rotate(180deg);
}

.process-main .process-inner .arrow.arrow-down {
    display: none !important;
}

.process-main .process-inner .process .process-icon {
    max-width: 66px;
    width: 100%;
    height: auto;
}

.process-main .process-inner .process .process-icon img {
    object-fit: cover;
}

.process-main .process-inner.reverse {
    margin-top: 70px;
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .process-main .process-inner .process {
        padding: 15px;
        max-width: 225px;
        flex: 1 1 225px;
    }

    .process-main .process-inner .process .image {
        height: 60px;
        width: 60px;
    }

    .process-main .process-inner .process .process-count {
        top: 15px;
        right: 15px;
        font-size: 32px;
    }

    .process-main .process-inner .process .feature-content {
        font-size: 14px;
        line-height: 22px;
    }

    .process-main .process-inner .process .title {
        padding: 15px 0px 8px;
        font-size: 16px;
    }

    .process-main .process-inner .arrow img {
        width: 40px;
    }

    .process-main .tag {
        padding: 4px 18px;
        margin-bottom: 15px;
    }

    .process-main .content-area button {
        font-size: 14px;
    }

    .process-main .content-area h2 {
        font-size: 34px;
        padding: 12px 0px;
    }

    .process-main .process-inner {
        margin-top: 35px;
    }

}


@media(max-width:1439px) {
    .process-main .process-inner .process {
        padding: 20px;
        max-width: 230px;
        flex: 1 1 230px;
    }

    .process-main .process-inner .process .image {
        height: 80px;
        width: 80px;
    }

    .process-main .process-inner .process .process-count {
        top: 20px;
        right: 20px;
        font-size: 40px;
    }

    .process-main .process-inner .process .title {
        padding: 20px 0px 8px;
        font-size: 20px;
        line-height: 24px;
    }

    .process-main .process-inner .process .feature-content {
        font-size: 16px;
        line-height: 22px;
    }

    .process-main .process-inner .arrow img {
        width: 50px;
    }

    .process-main .process-inner.reverse .process:last-of-type::after {
        bottom: 104%;
        height: 50px;
    }


}

@media (max-width: 1299px) {
    .process-main .process-inner .process {
        max-width: 220px;
        flex: 1 1 220px;
    }
}

@media (max-width: 1199px) {
    .process-main .process-inner .process .image {
        height: 60px;
        width: 60px;
        padding: 12px;
    }

    .process-main .process-inner .process {
        max-width: 190px;
        flex: 1 1 190px;
        padding: 15px;
    }

    .process-main .process-inner .process .process-count {
        top: 15px;
        right: 15px;
        font-size: 32px;
    }

    .process-main .process-inner .process .title {
        font-size: 18px;
        line-height: normal;
    }

    .process-main .process-inner .process .feature-content {
        font-size: 14px;
        line-height: normal;
    }

    .process-main .process-inner .arrow img {
        width: 30px;
    }

    .process-main .process-inner.reverse .process:last-of-type::after {
        height: 30px;
    }

    .process-main .process-inner.reverse {
        margin-top: 50px
    }
}

@media (max-width: 991px) {
    .process-main .process-inner .process .image {
        height: 50px;
        width: 50px;
    }

    .process-main .process-inner .process .process-count {
        font-size: 24px;
    }

    .process-main .process-inner .process .title {
        font-size: 16px;
    }

    .process-main .process-inner .process .title {
        padding: 10px 0px 5px;
        font-size: 16px;
    }

    .process-main .process-inner .process .feature-content {
        font-size: 12px;
    }

    .process-main .process-inner .process {
        max-width: 138px;
        flex: 1 1 138px;
    }

    .process-main .process-inner .arrow img {
        width: 25px;
    }

    .process-main .content-area h2 {
        font-size: 24px;
        padding: 5px 0px;
    }

    .process-main .process-inner.reverse .process:last-of-type::after {
        bottom: 104%;
        height: 25px;
    }

    .process-main .process-inner.reverse {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .process-main .process-inner {
        flex-direction: column;
        align-items: stretch;
        align-items: center;
        gap: 20px;
    }

    .process-main .process-inner.reverse .process:last-of-type::after {
        height: 50px;
    }

    .process-main .process-inner.reverse .arrow img {
        transform: rotate(90deg);
    }

    .process-main .process-inner .arrow img {
        transform: rotate(90deg);
        margin: 10px 0;
    }

    .process-main .process-inner.reverse {
        margin-top: 70px;
        flex-direction: column-reverse;
    }

    .process-main .process-inner .process {
        padding: 20px;
        max-width: 300px;
        flex: unset;
    }

    .process-main .process-inner .process .image {
        height: 80px;
        width: 80px;
        padding: 16px;
    }

    .process-main .process-inner .process .process-count {
        top: 20px;
        right: 20px;
        font-size: 40px;
    }

    .process-main .process-inner .process .title {
        padding: 20px 0px 8px;
        font-size: 20px;
        line-height: 24px;
    }

    .process-main .process-inner .process .feature-content {
        font-size: 16px;
        line-height: 22px;
    }

    .process-main .process-inner .arrow img {
        width: 50px;
    }

    .process-main .content-area h2 {
        padding: 5px 0px 20px;
    }
}

@media (max-width: 480px) {
    .process-main .content-area .text {
        font-size: 14px;
    }

    .process-main .tag p {
        font-size: 14px;
    }
}

@media (max-width: 390px) {
    .process-main .tag p {
        font-size: 11px;
    }

    .process-main .content-area img {
        max-width: 30px;
    }
}

/* process-section css end*/


/* mvp slider css start */
.mvp-swiper-main {
    padding: 80px 0px;
}

.mvp-swiper-main .mvp-swiper {
    width: 100%;
    margin-top: 50px;
}

.mvp-swiper-main .mvp-swiper .swiper-slide {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #BABABA;
    padding: 40px;
    height: auto;
    transition: border 0.3s ease;
}

.mvp-swiper-main .mvp-swiper .swiper-slide:hover {
    border: 1px solid #ff8625;
}

.mvp-swiper-main .mvp-swiper .mvp-title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    font-family: "Nunito-Regular";
    line-height: 28px;
    margin-bottom: 10px;
}

.mvp-swiper-main .mvp-swiper .mvp-subtitle {
    font-size: 16px;
    color: #8A8C99;
    line-height: 24px;
    font-family: "Nunito-Regular";
    margin-bottom: 16px;
}

.mvp-swiper-main .mvp-swiper .mvp-features {
    list-style: none;
    padding-left: 0;
}

.mvp-swiper-main .mvp-swiper .mvp-features li {
    padding-left: 30px;
    color: #000;
    font-family: "Nunito-Regular";
    line-height: 42px;
    position: relative;
    font-size: 16px;
    margin: 8px 0;
    display: flex;
    align-items: center;
}

.mvp-swiper-main .mvp-swiper .mvp-features li::before {
    content: "";
    background-image: url("https://shivlab.com/wp-content/uploads/2025/06/swiper-point-arrow.webp");
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 14px;
    position: absolute;
    left: 0;
}

.mvp-swiper-main .mvp-swiper .mvp-button-prev,
.mvp-swiper-main .mvp-swiper .mvp-button-next {
    color: #fff;
    background: #DADADA;
    padding: 10px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: static !important;
}

.mvp-swiper-main .mvp-swiper .mvp-button-prev:hover,
.mvp-swiper-main .mvp-swiper .mvp-button-next:hover {
    background: #ff8625;
}

.mvp-swiper .swiper-button-next:after,
.mvp-swiper .swiper-button-prev:after {
    display: none;
}

.mvp-swiper-main .swiper-button-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

/* responsive media query */
@media (max-width: 1800px) and (min-width: 1280px) {
    .mvp-swiper-main .mvp-swiper .swiper-slide {
        padding: 20px;
    }

    .mvp-swiper-main .mvp-swiper .mvp-features li {
        line-height: 30px;
    }

    .mvp-swiper-main .mvp-swiper .mvp-title {
        font-size: 21px;
    }

    .mvp-swiper-main .mvp-swiper .mvp-button-prev,
    .mvp-swiper-main .mvp-swiper .mvp-button-next {
        height: 68px;
        width: 68px;
    }
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .mvp-swiper-main .mvp-swiper .swiper-slide {
        border-radius: 20px;
        padding: 15px;
    }

    .mvp-swiper-main .mvp-swiper .mvp-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .mvp-swiper-main .mvp-swiper .mvp-subtitle {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .mvp-swiper-main .mvp-swiper .mvp-features li {
        padding-left: 30px;
        line-height: 24px;
        font-size: 14px;
        margin: 4px 0;
    }

    .mvp-swiper-main .mvp-swiper {
        margin-top: 25px;
    }

    .mvp-swiper-main .mvp-swiper .mvp-button-prev,
    .mvp-swiper-main .mvp-swiper .mvp-button-next {
        height: 55px;
        width: 55px;
    }
}

@media (max-width: 1200px) {
    .mvp-swiper-main .mvp-swiper .mvp-features li {
        line-height: 30px;
    }

    .mvp-swiper-main {
        padding: 60px 0;
    }

    .mvp-swiper-main .mvp-main {
        margin: 0px 15px;
    }

    .mvp-swiper-main .content-area {
        margin: 0px 15px;
    }
}

@media (max-width: 768px) {

    .mvp-swiper-main .mvp-swiper .mvp-button-prev,
    .mvp-swiper-main .mvp-swiper .mvp-button-next {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 480px) {
    .mvp-swiper-main {
        padding: 40px 0px;
    }
}

/* banner css start */

.banner-main .banner-inner {
    background-image: url("https://shivlab.com/wp-content/uploads/2025/06/stl-banner.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: auto;
    border-radius: 20px;
    padding: 35px;
}

.banner-main .banner-inner:after {
    content: " ";
    position: absolute;
    bottom: 1px;
    right: 50px;
    height: 378px;
    width: 451px;
    background-image: url("https://shivlab.com/wp-content/uploads/2025/06/banner-human.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.banner-main .banner-shade {
    position: absolute;
    bottom: 0;
    right: 20px;
    max-width: 1200px;
}

.banner-main .banner-text-main {
    max-width: 834px;
    position: relative;
    z-index: 99;
}

.banner-main .cta-button {
    background-color: #ff8625;
    font-size: 18px;
    padding: 10px 25px;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: background-color .3s ease;
    text-transform: capitalize;
}

.banner-main .cta-button:hover {
    background-color: #dd710c;
}

.banner-main .banner-text-main h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 65px;
    font-family: "Montserrat-Regular";

}

.banner-main .cta-button img.button-arrow {
    margin-left: 10px;
}

/* responsive css */
@media (max-width: 1439px) and (min-width: 1200px) {
    .banner-main .banner-text-main h2 {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .banner-main .banner-text-main {
        max-width: 658px;
    }

    .banner-main .banner-inner:after {
        height: 300px;
        width: 356px;
    }
}

@media (max-width:1200px) {
    .banner-main .banner-text-main h2 {
        font-size: 28px;
        margin-bottom: 60px;
    }

    .banner-main .banner-text-main {
        max-width: 600px;
    }

    .banner-main .banner-inner:after {
        height: 300px;
        width: 360px;
    }
}

@media (max-width:991px) {
    .banner-main .banner-inner {
        padding: 20px;
    }

    .banner-main .banner-inner:after {
        height: 205px;
        width: 250px;
    }

    .banner-main .banner-text-main {
        max-width: 430px;
    }

    .banner-main .banner-text-main h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .banner-main .cta-button {
        font-size: 12px;
        padding: 6px 20px;
    }

    .banner-main .banner-shade {
        max-width: 600px;
    }
}

@media (max-width:767px) {
    .banner-main .cta-button {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: max-content;
    }

    .banner-main .banner-inner:after {
        display: none;
    }

    .banner-main .banner-text-main h2 {
        text-align: center;
    }

    .banner-main .banner-text-main {
        max-width: 100%;
    }

    .banner-main .banner-inner {
        padding: 25px;
    }

    .banner-main .banner-shade {
        display: none;
    }
}

@media (max-width: 480px) {
    .banner-main .banner-inner {
        padding: 20px;
    }

    .banner-main .banner-text-main h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

/* banner-css end */


/* Development section css start  */
.development-main {
    padding: 80px 0;
}

.development-main .section-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

.development-main .section-wrapper .left-visual {
    width: 50%;
    display: flex;
    justify-content: center;
}

.development-main .left-visual img {
    width: 100%;
    object-fit: contain;
}

.development-main .content-area {
    flex: 1;
    position: relative;
}

.development-main .tag {
    border: 1px solid #B9BCC3;
    display: inline-flex;
    align-items: center;
    padding: 7px 23px;
    border-radius: 30px;
    gap: 10px;
    margin-bottom: 20px;
    text-decoration: none;
    cursor: default;
}

.development-main .tag p {
    margin: 0;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}

.development-main .tag:hover {
    background: #ff8625;
    border-color: #ff8625;
}

.development-main .tag:hover p,
.development-main .tag:hover img {
    filter: brightness(0) invert(1);
    color: #fff;
}

.development-main .title-text {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.development-main .title-text h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    max-width: 600px;
}

.development-main .title-text p {
    font-size: 18px;
    color: #7c7d88;
    max-width: 495px;
    line-height: 32px;
    text-align: right;
}

.development-main .title-text p a:hover {
    color: #ff8625 !important;
}

.development-main .solution-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    width: 50%;
    text-align: right;
}

.development-main .solution-list li {
    padding: 35px 0;
    border-bottom: 1px solid #DEDEDE;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: all 0.3s ease;
    cursor: default;
}

.development-main .solution-list li .text {
    font-size: 24px;
    font-weight: 500;
    display: flex;
    gap: 18px;
    color: #000;
    transition: color 0.3s;
    position: relative;
    z-index: 2;
}

.development-main .solution-list li:hover .text,
.development-main .solution-list li.active .text {
    color: #ff8625;
}

.development-main .solution-list li span {
    font-weight: 500;
    font-size: 24px;
    color: #000;
}

.development-main .solution-list li:hover span,
.development-main .solution-list li.active span {
    color: #ff8625;
}

.development-main .solution-list li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #ff8625;
    transition: width 0.3s ease;
}

.development-main .solution-list li:hover::after {
    width: 100%;
}

.development-main .solution-list li .img-wrapper {
    position: absolute;
    left: 10%;
    top: 100%;
    transform: translateY(-50%);
    max-width: 111px;
    height: auto;
    z-index: 1;
    pointer-events: none;
}

.development-main .solution-list li .bg-box {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 115px;
    height: 135px;
    background: #ff8625;
    opacity: 0;
    transform: translate(10px, 10px) rotate(-5deg) scale(0.95);
    transition: all 0.3s ease;
    z-index: 0;
}

.development-main .solution-list li .hover-image {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.3s ease;
    z-index: 1;
}

.development-main .solution-list li:hover .bg-box {
    opacity: 1;
    transform: translate(10px, 10px) rotate(-12deg) scale(1);
}

.development-main .solution-list li:hover .hover-image {
    opacity: 1;
    transform: scale(1);
}

/* Responsive css */
@media (max-width: 1439px) and (min-width: 1280px) {
    .development-main .title-text p {
        font-size: 16px;
        max-width: 350px;
        line-height: 28px;
    }

    .development-main .title-text {
        margin-bottom: 35px;
    }

    .development-main .solution-list li {
        padding: 25px 0px;
    }

    .development-main .solution-list li .text {
        font-size: 22px;
        gap: 15px;
    }

    .development-main .solution-list li span {
        font-size: 22px;
    }
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .development-main .tag p {
        font-size: 14px;
    }

    .development-main .tag {
        padding: 5px 14px;
        margin-bottom: 12px;
    }

    .development-main .title-text h2 {
        font-size: 34px;
        max-width: 625px;
    }

    .development-main .title-text p {
        font-size: 14px;
        max-width: 400px;
        line-height: 24px;
    }

    .development-main .title-text {
        margin-bottom: 25px;
    }

    .development-main .solution-list li {
        padding: 12px 0px;
    }

    .development-main .solution-list li .text {
        font-size: 18px;
        gap: 10px;
    }

    .development-main .solution-list li span {
        font-size: 18px;
    }

    .development-main .left-visual img {
        max-width: 400px;
    }

    .development-main .section-wrapper {
        gap: 30px;
    }

    .development-main .solution-list li .bg-box {
        width: 88px;
        height: 103px;
    }

    .development-main .solution-list li .img-wrapper {
        max-width: 88px;
    }

    .development-main .solution-list li .hover-image {
        max-width: 88px;
    }

    .development-main .section-wrapper .left-visual {
        width: 40%;
    }

    .development-main .solution-list {
        width: 60%;
    }
}

@media (max-width:1200px) {
    .development-main {
        padding: 60px 0;
    }

    .development-main .title-text p {
        font-size: 16px;
        max-width: 346px;
        line-height: 26px;
    }

    .development-main .title-text h2 {
        font-size: 36px;
        max-width: 490px;
    }
}

@media (max-width:991px) {
    .development-main .title-text h2 {
        font-size: 24px;
        max-width: 320px;
    }

    .development-main .title-text {
        gap: 25px;
        margin-bottom: 20px;
    }

    .development-main .title-text p {
        font-size: 16px;
        max-width: 341px;
        line-height: 26px;
    }
}

@media (max-width:768px) {
    .development-main .title-text {
        gap: 15px;
        padding: 15px 0px;

    }

    .development-main .title-text h2 {
        max-width: unset;
    }

    .development-main .title-text p {
        max-width: unset;
        text-align: left;
    }

    .development-main .section-wrapper {
        flex-wrap: wrap;
    }

    .development-main .section-wrapper .left-visual {
        width: 100%;
    }

    .development-main .left-visual img {
        max-width: unset;
    }

    .development-main .solution-list {
        width: 100%;
    }

    .development-main .solution-list li {
        justify-content: flex-start;
    }

    .development-main .solution-list li .img-wrapper {
        right: 7%;
        left: unset;
    }
}

@media (max-width:600px) {
    .development-main .solution-list li span {
        font-size: 16px;
    }

    .development-main .solution-list li .text {
        font-size: 16px;
    }

    .development-main .solution-list li .img-wrapper {
        max-width: 70px;
    }

    .development-main .solution-list li .bg-box {
        width: 70px;
        height: 82px;
    }

    .development-main .solution-list li .hover-image {
        max-width: 70px;
    }
}

@media (max-width:480px) {
    .development-main .solution-list li span {
        font-size: 14px;
    }

    .development-main .solution-list li .text {
        font-size: 14px;
    }

    .development-main .solution-list li .img-wrapper {
        max-width: 60px;
    }

    .development-main .solution-list li .bg-box {
        width: 60px;
        height: 70px;
    }

    .development-main .solution-list li .hover-image {
        max-width: 60px;
    }

    .development-main .solution-list li .text {
        gap: 8px;
    }

    .development-main .title-text p {
        font-size: 14px;
        line-height: 22px;
    }

    .development-main {
        padding: 40px 0px;
    }

    .development-main .tag p {
        font-size: 12px;
    }
}

/* Development section css end  */

/* cloud -infrastructure css start */
.cloud-infrastructure {
    background-image: url(https://shivlab.com/wp-content/uploads/2025/06/cloud-infrastructure-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0px;
}

.cloud-infrastructure .tag {
    border: 1px solid #ffffff5c;
    display: flex;
    align-items: center;
    padding: 7px 20px;
    border-radius: 30px;
    margin-bottom: 18px;
    gap: 10px;
    width: fit-content;
    cursor: default;
}

.cloud-infrastructure .title-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.cloud-infrastructure .title-text h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: "Montserrat-Regular";
    line-height: 1.5;
    max-width: 480px;
    color: #fff;
}

.cloud-infrastructure .title-text p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    font-family: "Nunito-Regular";
    max-width: 620px;
    text-align: end;
}

.cloud-infrastructure .tag p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: "Nunito-Regular";
}

.cloud-infrastructure .tag:hover {
    background-color: #ff8625;
    border: 1px solid #ff8625;
    transition: all 0.3s ease-in-out;
}

.cloud-infrastructure .tag:hover img {
    filter: brightness(0) invert(1);
}

/* cloud -infrastructure css start */
.cloud-infrastructure .cloud-inner .cloud-card {
    background-image: url(https://shivlab.com/wp-content/uploads/2025/06/card-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    border: 1px solid #ffffff27;
    border-radius: 20px;
    max-width: 424px;
    width: 100%;
    height: auto;
    padding: 50px 30px 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
    box-sizing: border-box;
}

.cloud-infrastructure .cloud-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    justify-content: center;
}

.cloud-infrastructure .cloud-card:hover {
    transform: translateY(-5px);
    border: 1px solid #ff8625;
}

.cloud-infrastructure .cloud-inner .cloud-card span {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 26px;
    font-family: "Nunito-Regular";
}

.cloud-infrastructure .cloud-inner .cloud-card p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    font-family: "Nunito-Regular";
    margin-bottom: 15px;
    max-width: 316px;
    height: 72px;
}

.cloud-infrastructure .cloud-card-img-div {
    max-width: 80px;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.cloud-infrastructure .cloud-card-img {
    object-fit: cover;
}


/* Responsive Styling */
@media (max-width: 1439px) and (min-width: 1200px) {
    .cloud-infrastructure .title-text p {
        max-width: 550px;
    }

    .cloud-infrastructure .cloud-inner .cloud-card {
        max-width: 355px;
        padding: 25px;
    }

    .cloud-infrastructure .cloud-inner .cloud-card span {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 20px;
    }

    .cloud-infrastructure .cloud-card-img {
        max-width: 60px;
    }

    .cloud-infrastructure .title-text {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .cloud-infrastructure .title-text h2 {
        font-size: 34px;
        max-width: 450px;
    }

    .cloud-infrastructure .title-text p {
        font-size: 14px;
        line-height: 24px;
        max-width: 550px;
    }

    .cloud-infrastructure .tag p {
        font-size: 14px;
    }

    .cloud-infrastructure .title-text {
        margin-bottom: 25px;
    }

    .cloud-infrastructure .cloud-inner .cloud-card p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .cloud-infrastructure .cloud-inner .cloud-card span {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .cloud-infrastructure .cloud-card-img {
        max-width: 45px;
    }
}

@media(max-width:1299px) {
    .cloud-infrastructure .cloud-inner {
        gap: 20px;
    }

    .cloud-infrastructure .title-text {
        margin-bottom: 40px;
    }
}

@media(max-width:1200px) {
    .cloud-infrastructure {
        padding: 60px 0px;
    }

    .cloud-infrastructure .cloud-inner .cloud-card {
        padding: 20px;
        max-width: 295px;
    }
}


@media (max-width: 991px) {
    .cloud-infrastructure .cloud-inner {
        justify-content: center;
    }

    .cloud-infrastructure .cloud-inner .cloud-card {
        max-width: 48%;
    }

    .cloud-infrastructure .cloud-inner {
        gap: 25px;
    }

    .cloud-infrastructure .title-text p {
        line-height: 22px;
        max-width: 350px;
    }
}

@media (max-width: 767px) {
    .cloud-infrastructure .cloud-inner .cloud-card {
        max-width: 100%;
    }

    .cloud-infrastructure .cloud-inner .cloud-card {
        padding: 25px 20px;
    }

    .cloud-infrastructure .cloud-inner .cloud-card span {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .cloud-infrastructure .cloud-inner .cloud-card p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .cloud-infrastructure .cloud-card-img {
        max-width: 55px;
    }

    .cloud-infrastructure .cloud-inner .cloud-card p {
        max-width: 402px;
    }

    .cloud-infrastructure .title-text {
        flex-wrap: wrap;
        gap: 15px;
        font-size: 24px;
        line-height: 40px;
    }

    .cloud-infrastructure .title-text h2 {
        max-width: unset;
    }

    .cloud-infrastructure .title-text p {
        max-width: unset;
        text-align: left;
    }
}

@media(max-width:480px) {
    .cloud-infrastructure {
        padding: 40px 0px;
    }

    .cloud-infrastructure .cloud-inner .cloud-card {
        padding: 20px;
    }

    .cloud-infrastructure .cloud-inner .cloud-card p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .cloud-infrastructure .cloud-card-img {
        max-width: 45px;
    }

    .cloud-infrastructure .cloud-inner .cloud-card span {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 12px;
    }

    .cloud-infrastructure .tag p {
        font-size: 12px;
    }
}

/* UI-UX-main section css start  */
.Ui-Ux-main .solution-list li {
    justify-content: flex-start;
}

.Ui-Ux-main .solution-list li .img-wrapper {
    right: 10%;
    left: unset;
}

.Ui-Ux-main .title-text h2 {
    max-width: 490px;
}

.Ui-Ux-main .title-text p {
    max-width: 505px;
}

/* Responsive css */

@media (max-width: 1439px) and (min-width: 1280px) {
    .Ui-Ux-main .left-visual img {
        max-width: 500px;
    }

    .Ui-Ux-main .title-text h2 {
        max-width: 520px;
    }

    .Ui-Ux-main .title-text p {
        max-width: 460px;
    }
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .Ui-Ux-main .left-visual img {
        max-width: 380px;
    }

    .Ui-Ux-main .title-text {
        margin-bottom: 20px;
    }

    .Ui-Ux-main .title-text h2 {
        max-width: 430px;
    }

    .Ui-Ux-main .title-text p {
        max-width: 400px;
    }
}

@media(max-width:1200px) {
    .Ui-Ux-main .title-text p {
        max-width: 364px;
    }

    .Ui-Ux-main .title-text h2 {
        max-width: 445px;
    }
}

@media(max-width:991px) {
    .Ui-Ux-main .title-text h2 {
        max-width: 300px;
    }

    .Ui-Ux-main .title-text p {
        max-width: 335px;
    }
}

@media(max-width:768px) {
    .Ui-Ux-main .title-text h2 {
        max-width: unset;
    }

    .Ui-Ux-main .title-text p {
        max-width: unset;
    }

    .Ui-Ux-main .section-wrapper {
        flex-direction: column-reverse;
    }

    .Ui-Ux-main .left-visual img {
        max-width: unset;
    }
}

/* UI-UX-main section css end  */

/* term-support-main section start */
.term-support-main {
    padding: 80px 0px;
}

.term-support-main .content-area {
    text-align: center;
}

.term-support-main .tag p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-family: "Nunito-Regular";
    text-transform: uppercase;
}

.term-support-main .tag {
    border: 1px solid #B9BCC3;
    display: flex;
    align-items: center;
    padding: 7px 23px;
    border-radius: 30px;
    margin-bottom: 18px;
    gap: 10px;
    width: fit-content;
    margin: 0 auto;
    cursor: default;
}

.term-support-main .tag:hover {
    background: #ff8625;
    border-color: #ff8625;
}

.term-support-main .tag:hover p,
.term-support-main .tag:hover img {
    filter: brightness(0) invert(1);
    color: #fff;
}

.term-support-main .content-area h2 {
    font-size: 40px;
    font-weight: bold;
    font-family: "Montserrat-Regular";
    line-height: 1.5;
    margin: 0;
    padding: 15px 0px;
}

.term-support-main .content-area .text {
    font-size: 16px;
    color: #8A8C99;
    max-width: 900px;
    margin: 0 auto;
    line-height: 24px;
}

.term-support-main .feature-wrapper {
    display: flex;
    gap: 70px;
    align-items: center;
    position: relative;
    padding-top: 50px;
}

/* LEFT IMAGE BOX */
.term-support-main .feature-image-box {
    position: relative;
    width: 50%;
    border-radius: 10px;
    z-index: 1;
}

.term-support-main .feature-image-box img {
    z-index: 1;
    position: relative;
    border-radius: 10px;
    display: block;
    width: 100%;
    height: auto;
}

.term-support-main .feature-image-box .left-img {
    position: relative;
}

.term-support-main .feature-image-box .left-img::before {
    content: "";
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 100%;
    height: 100%;
    background-color: #ff8625;
    border-radius: 10px;
    z-index: 0;
}

/* RIGHT SIDE CONTENT */
.term-support-main .feature-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.term-support-main .feature-item {
    background: #FFF;
    padding: 18px 50px;
    border-radius: 10px;
    cursor: default;
    transition: all 0.3s ease;
}

.term-support-main .feature-item:hover,
.term-support-main .feature-item.active {
    background-image: url("https://shivlab.com/wp-content/uploads/2025/06/feature-item-img.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.term-support-main .feature-item h4 {
    color: #000;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    font-family: "Nunito-Regular";
    padding-bottom: 10px;
}

.term-support-main .feature-item p {
    color: #8A8C99;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    font-family: "Nunito-Regular";
}

.term-support-main .feature-item:hover h4 {
    color: #ff8625;
}

.term-support-main .feature-item:hover p {
    color: #fff;
}

.term-support-main .feature-image-box {
    position: relative;
    width: 50%;
    border-radius: 10px;
}

/* Responsive design */

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .term-support-main .tag p {
        font-size: 14px;
        line-height: 22px;
    }

    .term-support-main .content-area h2 {
        font-size: 34px;
        padding: 10px 0px;
    }

    .term-support-main .feature-wrapper {
        gap: 40px;
        padding-top: 25px;
    }

    .term-support-main .feature-item {
        padding: 15px 25px;
    }

    .term-support-main .feature-item h4 {
        font-size: 18px;
        line-height: 20px;
        padding-bottom: 8px;
    }

    .term-support-main .feature-item p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media(max-width:1200px) {
    .term-support-main {
        padding: 60px 0px;
    }
}

@media(max-width:991px) {
    .term-support-main .feature-wrapper {
        flex-wrap: wrap;
    }

    .term-support-main .feature-image-box {
        width: 100%;
    }

    .term-support-main .feature-content {
        width: 100%;
    }

    .term-support-main .content-area h2 {
        font-size: 24px;
    }
}

@media(max-width:768px) {
    .term-support-main .feature-wrapper {
        gap: 30px;
    }

    .term-support-main .feature-item {
        padding: 20px;
    }

    .term-support-main .feature-item p {
        font-size: 14px;
    }

    .term-support-main .feature-item h4 {
        font-size: 16px;
    }

    .term-support-main .content-area h2 {
        padding: 10px 0px 20px;
    }
}

@media(max-width:480px) {
    .term-support-main .feature-item {
        padding: 15px;
    }

    .term-support-main .content-area .text {
        font-size: 14px;
        line-height: 22px;
    }

    .term-support-main {
        padding: 40px 0px;
    }

    .term-support-main .tag p {
        font-size: 12px;
    }
}

/* term-support-main section start */

/* technology css start */
.technology-main .tag {
    border: 1px solid #B9BCC3;
    display: flex;
    align-items: center;
    padding: 7px 23px;
    border-radius: 30px;
    margin-bottom: 18px;
    gap: 10px;
    width: fit-content;
    margin: 0 auto;
    cursor: default;
}

.technology-main .tag:hover {
    background: #ff8625;
    border-color: #ff8625;
}

.technology-main .tag:hover p,
.technology-main .tag:hover img {
    filter: brightness(0) invert(1);
    color: #fff;
}

.technology-main .content-area {
    text-align: center;
}

.technology-main .tag p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-family: "Nunito-Regular";
    text-transform: uppercase;
}

.technology-main .content-area h2 {
    font-size: 40px;
    font-weight: bold;
    font-family: "Montserrat-Regular";
    line-height: 1.5;
    margin: 0;
    padding: 15px 0px;
}

.technology-main .tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 65px;
    margin: 45px 0 40px;
}

.technology-main .tab-button {
    border: 1px solid #000;
    background: #fff;
    font-weight: 400;
    font-size: 22px;
    color: #0C0C0C;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s;
    font-family: "Nunito-Regular";
    max-width: 220px;
    width: 100%;
    min-height: 60px;
}

.technology-main .tab-button.active {
    background-color: #ff7a00;
    color: #fff;
    border-color: #ff7a00;
}

.technology-main .icons-container {
    display: none;
    margin-top: 20px;
}

.technology-main .icons-container.active {
    display: block;
}

.technology-main .icon-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 0 auto;
    padding-bottom: 80px;
    gap: 20px;
}

.technology-main .tech-box {
    position: relative;
    border: 1px solid #DFDFDF;
    height: 140px;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.technology-main .tech-box:hover {
    transform: scale(1.05);
    border-color: #ff7a00;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.technology-main .tech-box img {
    width: 80px;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 1;
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.technology-main .tech-box:hover img {
    opacity: 0.2;
    filter: grayscale(0%);
}

.technology-main .tech-box .logo-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 600;
    color: #000;
    font-family: "Nunito", sans-serif;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    text-align: center;
    width: 100%;
}

.technology-main .tech-box:hover .logo-name {
    opacity: 1;
}

/* Responsive css */
@media(max-width:1439px) {
    .technology-main .tabs {
        gap: 15px;
    }

    .technology-main .tech-box .logo-name {
        font-size: 22px;
    }
}

@media(max-width:1299px) {
    .technology-main .tab-button {
        font-size: 18px;
        max-width: 190px;
        min-height: 50px;
    }

    .technology-main .tabs {
        margin: 15px 0px 25px;
    }
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .technology-main .tag p {
        font-size: 14px;
    }

    .technology-main .content-area h2 {
        font-size: 34px;
    }

    .technology-main .tabs {
        margin: 15px 0px 25px;
    }

    .technology-main .tab-button {
        font-size: 16px;
        max-width: 180px;
        min-height: 50px;
    }

    .technology-main .tech-box {
        height: 100px;
    }

    .technology-main .tech-box img {
        width: 65px;
    }

    .technology-main .tech-box .logo-name {
        font-size: 20px;
    }
}

@media(max-width:1199px) {
    .technology-main .tab-button {
        max-width: 160px;
        min-height: 45px;
    }

    .technology-main .icon-grid {
        padding-bottom: 60px;
    }
}

@media(max-width:991px) {
    .technology-main .tab-button {
        font-size: 14px;
        max-width: 125px;
        min-height: 38px;
    }

    .technology-main .tech-box img {
        width: 50px;
    }

    .technology-main .tech-box {
        height: 80px;
    }

    .technology-main .content-area h2 {
        font-size: 24px;
    }

    .technology-main .tech-box .logo-name {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .technology-main .icon-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .technology-main .tab-button {
        font-size: 12px;
        max-width: 90px;
        min-height: 35px;
        border-radius: 3px;
    }

    .technology-main .tech-box {
        height: 90px;
    }
}

@media(max-width:480px) {
    .technology-main .icon-grid {
        padding-bottom: 40px;
    }

    .technology-main .tag p {
        font-size: 12px;
    }

    .technology-main .tech-box .logo-name {
        font-size: 16px;
    }
}

/* technology css end */

/* advance-tech-main css start */

.advance-tech-main {
    background-image: url("https://shivlab.com/wp-content/uploads/2025/06/ai-blockchain.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    color: #fff;
}

.advance-tech-main .process-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.advance-tech-main .left-content {
    max-width: 50%;
}

.advance-tech-main .tag {
    border: 1px solid #ffffff5c;
    display: flex;
    align-items: center;
    padding: 7px 20px;
    border-radius: 30px;
    margin-bottom: 50px;
    gap: 10px;
    width: fit-content;
    cursor: default;
}


.advance-tech-main .tag:hover {
    background: #ff8625;
    border-color: #ff8625;
}

.advance-tech-main .tag:hover p,
.advance-tech-main .tag:hover img {
    filter: brightness(0) invert(1);
    color: #fff;
}


.advance-tech-main .tag p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: "Nunito-Regular";
}

.advance-tech-main .left-content h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: "Montserrat-Regular";
    line-height: 1.5;
    max-width: 480px;
    margin-bottom: 50px;
    color: #fff;
}

.advance-tech-main .right-cards .icon {
    height: 100px;
    width: 100px;
    min-width: 100px;
    border-radius: 50%;
    padding: 16px;
    background-color: #3D3D3D;
    border: 1px solid #ffffff2f;
}

.advance-tech-main .left-content .text {
    font-size: 18px;
    line-height: 30px;
    font-family: "Nunito-Regular";
}

.advance-tech-main .right-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin: 0 auto;
    max-width: 50%;
}

.advance-tech-main .step-card {
    padding: 35px 25px;
    border: 1px solid #333;
    border-radius: 20px;
    background-image: url(https://shivlab.com/wp-content/uploads/2025/06/card-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
    cursor: default;
}

.advance-tech-main .step-card:hover {
    border: 1px solid #ff8625;
    transform: translateY(-5px);
}

.advance-tech-main .step-card:hover .icon {
    border: 1px solid #ff8625;
}

.advance-tech-main .step-card .icon {
    font-size: 28px;
}

.advance-tech-main .step-card .info h4 {
    margin: 0;
    padding: 21px 0px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    font-family: "Nunito-Regular";
}

.advance-tech-main .step-card .info p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    font-family: "Nunito-Regular";
}

/* Responsive design start */

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .advance-tech-main .tag p {
        font-size: 14px;
    }

    .advance-tech-main .tag {
        margin-bottom: 15px;
    }

    .advance-tech-main .left-content h2 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .advance-tech-main .left-content .text {
        font-size: 16px;
        line-height: 24px;
    }

    .advance-tech-main .right-cards .icon {
        height: 65px;
        width: 65px;
        min-width: 65px;
    }

    .advance-tech-main .step-card .info p {
        font-size: 14px;
        line-height: 22px;
    }

    .advance-tech-main .step-card .info h4 {
        padding: 10px 0;
        font-size: 18px;
    }

    .advance-tech-main .step-card {
        padding: 20px;
    }

    .advance-tech-main .right-cards {
        gap: 20px;
    }
}

@media (max-width: 1200px) {
    .advance-tech-main {
        padding: 60px 0px;
    }

    .advance-tech-main .step-card {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .advance-tech-main .process-inner {
        flex-wrap: wrap;
    }

    .advance-tech-main .left-content {
        max-width: 100%;
    }

    .advance-tech-main .right-cards {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .advance-tech-main .right-cards {
        grid-template-columns: 1fr;
        margin: 0;
        width: 100%;
    }

    .advance-tech-main .step-card {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .advance-tech-main .step-card .info h4 {
        padding: 0px 0px 10px;
        font-size: 16px;
    }

    .advance-tech-main .left-content h2 {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .advance-tech-main .left-content h2 {
        font-size: 24px;
    }

    .advance-tech-main .left-content .text {
        font-size: 14px;
        line-height: 22px;
    }

    .advance-tech-main .step-card {
        gap: 10px;
    }

    .advance-tech-main .step-card {
        padding: 15px;
    }

    .advance-tech-main {
        padding: 40px 0px;
    }

    .advance-tech-main .tag p {
        font-size: 12px;
    }

}

/* advance-tech-main css end */

/* FAQ - CSS Start */

.faq-section {
    padding: 60px 0px;
}

.faq-section .faq-heading {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    font-family: "Montserrat-Regular";
    margin-bottom: 40px;
    line-height: 1.5;
}

.faq-section .faq-item {
    border-top: 1px solid #BABABA;
    padding: 25px 0;
}

.faq-section .faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq-section .faq-header h3 {
    font-size: 20px;
    font-weight: 600;
    flex-grow: 1;
    margin: 0 30px;
    line-height: 30px;
}

.faq-section .faq-item.active .faq-number {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.faq-section .faq-number {
    width: 56px;
    height: 56px;
    border: 1px solid #BABABA;
    background: #fff;
    color: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    font-size: 16px;
    font-weight: 400;
    flex-shrink: 0;
}

.faq-section .toggle-icon {
    font-size: 24px;
    font-weight: 300;
    color: #000;
}

.faq-section .faq-content {
    margin-top: 12px;
    font-size: 20px;
    color: #8A8C99;
    display: none;
    padding: 0px 40px 0px 90px;
    line-height: 28px;
    font-family: "Nunito-Regular";
}

.faq-section .faq-item.active .faq-content {
    display: block;
}

.faq-section .faq-item.active .toggle-icon {
    content: "−";
}

/* responsive Media  */
@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .faq-section .faq-heading {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .faq-section .faq-header h3 {
        font-size: 16px;
        margin: 0px 20px;
        line-height: 24px;
    }

    .faq-section .faq-item {
        padding: 15px 0;
    }

    .faq-section .faq-number {
        width: 35px;
        height: 35px;
        line-height: 32px;
        font-size: 12px;
    }

    .faq-section .faq-content {
        margin-top: 8px;
        font-size: 16px;
        padding: 0 40px 0 57px;
        line-height: 24px;
    }
}

@media (max-width:768px) {
    .faq-section .faq-heading {
        font-size: 30px;
    }
}

@media (max-width:480px) {
    .faq-section {
        padding: 40px 0px;
    }

    .faq-section .faq-heading {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .faq-section .faq-header h3 {
        font-size: 14px;
        margin: 0 15px;
        line-height: 22px;
    }

    .faq-section .faq-content {
        margin-top: 5px;
        font-size: 14px;
        padding: 0 30px 0 46px;
        line-height: 22px;
    }

    .faq-section .faq-item {
        padding: 12px 0;
    }

    .faq-section .faq-number {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

    .faq-section .toggle-icon {
        font-size: 20px;
    }
}

/* Good Company slider css start */



.testimonial-section {
    padding: 80px 0px;
    background-image: url(https://shivlab.com/wp-content/uploads/2025/06/testimonial-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-right: 25px;
    padding-left: calc((100% - 1370px) / 2 + -0px);
}

.testimonial-section h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    font-family: "Montserrat-Regular";
    margin-bottom: 40px;
    line-height: 1.5;
}


.testimonial-section .testimonial-slider {
    padding-bottom: 50px;
}

.testimonial-section .testimonial-slider .swiper-slide {
    background: #fff;
    color: #000;
    border-radius: 20px;
    padding: 40px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.testimonial-section .testimonial-slider .swiper-slide .user-info {
    margin-top: auto;
}

.testimonial-section .testimonial-image {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 28px;
}

.testimonial-section .testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-section .testimonial-text {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    font-family: "Nunito-Regular";
    margin-bottom: 28px;
}

.testimonial-section .testimonial-text p {
    margin: 0;
}

.testimonial-section .user-name {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    font-family: "Nunito-Regular";
    margin-bottom: 7px;
}

.testimonial-section .user-role {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    font-family: "Nunito-Regular";
}

.testimonial-section .testimonial-slider .swiper-pagination {
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

.testimonial-section .testimonial-slider .swiper-pagination-bullet {
    width: 50px;
    height: 6px;
    background: #fff;
    border-radius: 20px;
    transition: background 0.3s;
    opacity: 1;
}

.testimonial-section .testimonial-slider .swiper-pagination-bullet-active {
    background: #FF8625;
    width: 100px;
}


/* Responsive css */

@media (max-width: 1439px) {
    .testimonial-section {
        padding-left: calc((100% - 1160px) / 2 + -0px);
    }
}

@media (max-width: 1299px) {
    .testimonial-section {
        padding-left: calc((100% - 1095px) / 2 + -0px);
    }
}

@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .testimonial-section h2 {
        font-size: 34px;
        margin-bottom: 25px;
    }

    .testimonial-section .testimonial-slider .swiper-slide {
        padding: 20px;
    }

    .testimonial-section .testimonial-image {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }

    .testimonial-section .testimonial-text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .testimonial-section .user-name {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .testimonial-section .user-role {
        font-size: 14px;
    }

    .testimonial-section .testimonial-slider .swiper-pagination {
        gap: 10px;
    }

    .testimonial-section .testimonial-slider .swiper-pagination-bullet {
        height: 4px;
        width: 40px;
    }

    .testimonial-section .testimonial-slider .swiper-pagination-bullet-active {
        width: 80px;
    }

    .testimonial-section .testimonial-slider {
        padding-bottom: 35px;
    }
}

@media (max-width: 1199px) {
    .testimonial-section {
        padding-left: calc((100% - 920px) / 2 + -0px) !important;
        padding: 60px 25px;
    }

}

@media (max-width: 991px) {
    .testimonial-section {
        padding-left: calc((100% - 685px) / 2 + -0px) !important;
    }
}

@media (max-width: 767px) {
    .testimonial-section h2 {
        font-size: 30px;
        text-align: center;
    }

    .testimonial-section {
        padding: 60px 0px;
        padding-left: 0 !important;
    }

    .testimonial-section .testimonial-slider {
        max-width: 510px;
    }

    .testimonial-section .testimonial-slider .swiper-pagination {
        justify-content: center;
    }
}

@media (max-width: 510px) {
    .testimonial-section {
        padding: 60px 15px;
        padding-left: 15px !important;
    }

    .testimonial-section .testimonial-slider .swiper-pagination {
        gap: 5px;
    }
}

@media (max-width: 480px) {
    .testimonial-section h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .testimonial-section .testimonial-text {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .testimonial-section .testimonial-slider .swiper-pagination-bullet-active {
        width: 60px;
    }

    .testimonial-section {
        padding: 40px 15px;
    }
}

/* Good Company slider css end */


/* Form Design css Start */
.lets-build-form {
    padding: 100px 70px;
}


.lets-build-form h2 {
    font-size: 50px;
    font-weight: 600;
    color: #000;
    font-family: "Montserrat-Regular";
    margin-bottom: 50px;
    line-height: 1.5;
}

.lets-build-form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lets-build-form .form-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-right: unset;
    margin-left: unset;
}

.lets-build-form .form-group {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.lets-build-form .form-group label {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-family: "Nunito-Regular";
    font-weight: 500;
    margin-bottom: 6px;
}

.lets-build-form .form-group input,
.lets-build-form .form-group select,
.lets-build-form .form-group textarea {
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    outline: none;
    background: transparent;
    transition: border-color 0.3s;
    width: 100%;
}

.lets-build-form .form-group input:focus,
.lets-build-form .form-group select:focus,
.lets-build-form .form-group textarea:focus {
    border-bottom: 1px solid #f58020;
}

.lets-build-form .form-group textarea {
    max-height: 100px;
    resize: vertical;
}

.lets-build-form .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("https://shivlab.com/wp-content/uploads/2025/06/form-dropdown.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-size: 10px 6px;
    padding-right: 30px;
    cursor: pointer;
}

.lets-build-form button.submit-btn {
    max-width: 180px;
    width: 100%;
    padding: 10px 0;
    background-color: #f58020;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 30px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Nunito-Regular";
    gap: 12px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.lets-build-form button.submit-btn::after {
    content: "";
    background-image: url("https://shivlab.com/wp-content/uploads/2025/06/button-arrow.webp");
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 11px;
    display: block;
}

.lets-build-form .iti__selected-flag {
    padding: 0 6px 0 0;
}

.lets-build-form .submit-btn:hover {
    background-color: #000;
}

/* Responsive css */
@media screen and (max-width: 1280px),
screen and (max-height: 567px) {
    .lets-build-form h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .lets-build-form .form-group label {
        font-size: 16px;
        margin: 0;
    }

    .lets-build-form .form-group input,
    .lets-build-form .form-group select,
    .lets-build-form .form-group textarea {
        padding: 5px 0;
    }

    .lets-build-form form {
        gap: 10px;
    }

    .lets-build-form .submit-btn {
        max-width: 140px;
        padding: 6px 0;
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .lets-build-form {
        padding: 60px 0px;
    }

    .lets-build-form button.submit-btn {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .lets-build-form .form-row {
        flex-direction: column;
        gap: 10px;
    }

    .lets-build-form .form-group {
        width: 100%;
    }

    .lets-build-form .form-group textarea {
        min-height: 70px;
    }

    .lets-build-form h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .lets-build-form h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .lets-build-form {
        padding: 40px 0px;
    }
}

/* Form Design css End */.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
    .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .iti--container:hover {
      cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("/shivlab/wp-content/themes/shivlab/assets/img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url("/shivlab/wp-content/themes/shivlab/assets/img/flags@2x.png"); } }

.iti__flag.iti__np {
  background-color: transparent; }
	/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }	/*
  	Flaticon icon font: Flaticon
  	Creation date: 20/02/2021 09:21
  	*/

@font-face {font-display:swap;
  font-family: "Flaticon";
  src: url("/shivlab/wp-content/themes/shivlab/assets/css/odoo/fonts/Flaticon.eot");
  src: url("/shivlab/wp-content/themes/shivlab/assets/css/odoo/fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("/shivlab/wp-content/themes/shivlab/assets/css/odoo/fonts/Flaticon.woff2") format("woff2"),
       url("/shivlab/wp-content/themes/shivlab/assets/css/odoo/fonts/Flaticon.woff") format("woff"),
       url("/shivlab/wp-content/themes/shivlab/assets/css/odoo/fonts/Flaticon.ttf") format("truetype"),
       url("/shivlab/wp-content/themes/shivlab/assets/css/odoo/fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {font-display:swap;
    font-family: "Flaticon";
    src: url("/shivlab/wp-content/themes/shivlab/assets/css/odoo/fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  font-size: 20px;
  line-height: 1!important;
  font-style: normal;
  margin-left: 0;
}

.flaticon-vk:before { content: "\f100"; }
.flaticon-facebook:before { content: "\f101"; }
.flaticon-youtube:before { content: "\f102"; }
.flaticon-twitter:before { content: "\f103"; }
.flaticon-line:before { content: "\f104"; }
.flaticon-github:before { content: "\f105"; }
.flaticon-google-play:before { content: "\f106"; }
.flaticon-odnoklassniki:before { content: "\f107"; }
.flaticon-messenger:before { content: "\f108"; }
.flaticon-skype:before { content: "\f109"; }
.flaticon-google-drive:before { content: "\f10a"; }
.flaticon-dribbble:before { content: "\f10b"; }
.flaticon-instagram:before { content: "\f10c"; }
.flaticon-telegram:before { content: "\f10d"; }
.flaticon-whatsapp:before { content: "\f10e"; }
.flaticon-linkedin:before { content: "\f10f"; }
.flaticon-viber:before { content: "\f110"; }
.flaticon-snapchat:before { content: "\f111"; }
.flaticon-pinterest:before { content: "\f112"; }
.flaticon-google-plus:before { content: "\f113"; }
.flaticon-yelp:before { content: "\f114"; }
.flaticon-vimeo:before { content: "\f115"; }
.flaticon-dropbox:before { content: "\f116"; }
.flaticon-envato:before { content: "\f117"; }
.flaticon-delicious:before { content: "\f118"; }
.flaticon-git:before { content: "\f119"; }
.flaticon-codepen:before { content: "\f11a"; }
.flaticon-github-1:before { content: "\f11b"; }
.flaticon-like:before { content: "\f11c"; }
.flaticon-blogger:before { content: "\f11d"; }
.flaticon-evernote:before { content: "\f11e"; }
.flaticon-periscope:before { content: "\f11f"; }
.flaticon-foursquare:before { content: "\f120"; }
.flaticon-picasa:before { content: "\f121"; }
.flaticon-behance:before { content: "\f122"; }
.flaticon-facebook-1:before { content: "\f123"; }
.flaticon-airbnb:before { content: "\f124"; }
.flaticon-stack-overflow:before { content: "\f125"; }
.flaticon-kakao-talk:before { content: "\f126"; }
.flaticon-slack:before { content: "\f127"; }
.flaticon-google-hangouts:before { content: "\f128"; }
.flaticon-apple:before { content: "\f129"; }
.flaticon-android-logo:before { content: "\f12a"; }
.flaticon-windows:before { content: "\f12b"; }
.flaticon-phone-call:before { content: "\f12c"; }
.flaticon-phone-with-wire:before { content: "\f12d"; }
.flaticon-call:before { content: "\f12e"; }
.flaticon-telephone:before { content: "\f12f"; }
.flaticon-arrow-right:before { content: "\f130"; }
.flaticon-star:before { content: "\f131"; }
.flaticon-star-half-empty:before { content: "\f132"; }
.flaticon-half-star-shape:before { content: "\f133"; }
.flaticon-star-1:before { content: "\f134"; }
.flaticon-button:before { content: "\f135"; }
.flaticon-bookmark-white:before { content: "\f136"; }
.flaticon-success:before { content: "\f137"; }
.flaticon-checkbox:before { content: "\f138"; }
.flaticon-right-chevron:before { content: "\f139"; }
.flaticon-magnifying-glass:before { content: "\f13a"; }
.flaticon-four-black-squares:before { content: "\f13b"; }
.flaticon-play-button:before { content: "\f13c"; }
.flaticon-chevron-pointing-to-the-left:before { content: "\f13d"; }
.flaticon-reply-arrow:before { content: "\f13e"; }
.flaticon-plus:before { content: "\f13f"; }
.flaticon-minus:before { content: "\f140"; }
.flaticon-right-arrow:before { content: "\f141"; }
.flaticon-left-arrow:before { content: "\f142"; }
.flaticon-play-button-1:before { content: "\f143"; }
.flaticon-mustache:before { content: "\f144"; }
.flaticon-grooming:before { content: "\f145"; }
.flaticon-ship:before { content: "\f146"; }
.flaticon-play:before { content: "\f147"; }
.flaticon-search:before { content: "\f148"; }
.flaticon-message:before { content: "\f149"; }
.flaticon-mail:before { content: "\f14a"; }
.flaticon-bubble-speech:before { content: "\f14b"; }
.flaticon-send:before { content: "\f14c"; }
.flaticon-voice-message:before { content: "\f14d"; }
.flaticon-pipes:before { content: "\f14e"; }
.flaticon-folder:before { content: "\f14f"; }
.flaticon-blueprint:before { content: "\f150"; }
.flaticon-internet:before { content: "\f151"; }
.flaticon-users:before { content: "\f152"; }
.flaticon-settings:before { content: "\f153"; }
.flaticon-diamond:before { content: "\f154"; }
.flaticon-alarm:before { content: "\f155"; }
.flaticon-layers:before { content: "\f156"; }
.flaticon-smartphone:before { content: "\f157"; }
.flaticon-wireless-internet:before { content: "\f158"; }
.flaticon-fingerprint:before { content: "\f159"; }
.flaticon-notification:before { content: "\f15a"; }
.flaticon-help:before { content: "\f15b"; }
.flaticon-controls:before { content: "\f15c"; }
.flaticon-cloud-computing:before { content: "\f15d"; }
.flaticon-server:before { content: "\f15e"; }
.flaticon-router:before { content: "\f15f"; }
.flaticon-files:before { content: "\f160"; }
.flaticon-ethernet:before { content: "\f161"; }
.flaticon-keyhole:before { content: "\f162"; }
.flaticon-firewall:before { content: "\f163"; }
.flaticon-user:before { content: "\f164"; }
.flaticon-image:before { content: "\f165"; }
.flaticon-notifications:before { content: "\f166"; }
.flaticon-pantone:before { content: "\f167"; }
.flaticon-video:before { content: "\f168"; }
.flaticon-split:before { content: "\f169"; }
.flaticon-expand:before { content: "\f16a"; }
.flaticon-armchair:before { content: "\f16b"; }
.flaticon-home:before { content: "\f16c"; }
.flaticon-web-browser:before { content: "\f16d"; }
.flaticon-roundabout:before { content: "\f16e"; }
.flaticon-site-map:before { content: "\f16f"; }
.flaticon-zip:before { content: "\f170"; }
.flaticon-presentation:before { content: "\f171"; }
.flaticon-test-tubes:before { content: "\f172"; }
.flaticon-presentation-1:before { content: "\f173"; }
.flaticon-calculator:before { content: "\f174"; }
.flaticon-hand-gesture:before { content: "\f175"; }
.flaticon-flask:before { content: "\f176"; }
.flaticon-book:before { content: "\f177"; }
.flaticon-flask-1:before { content: "\f178"; }
.flaticon-alarm-clock:before { content: "\f179"; }
.flaticon-browser:before { content: "\f17a"; }
.flaticon-whiteboard:before { content: "\f17b"; }
.flaticon-browser-1:before { content: "\f17c"; }
.flaticon-tools:before { content: "\f17d"; }
.flaticon-key:before { content: "\f17e"; }
.flaticon-screw:before { content: "\f17f"; }
.flaticon-folder-1:before { content: "\f180"; }
.flaticon-suit:before { content: "\f181"; }
.flaticon-student:before { content: "\f182"; }
.flaticon-padlock:before { content: "\f183"; }
.flaticon-smartphone-1:before { content: "\f184"; }
.flaticon-browser-2:before { content: "\f185"; }
.flaticon-location:before { content: "\f186"; }
.flaticon-cloud-computing-1:before { content: "\f187"; }
.flaticon-smartphone-2:before { content: "\f188"; }
.flaticon-like-1:before { content: "\f189"; }
.flaticon-delete:before { content: "\f18a"; }
.flaticon-email:before { content: "\f18b"; }
.flaticon-wifi:before { content: "\f18c"; }
.flaticon-language:before { content: "\f18d"; }
.flaticon-puzzle:before { content: "\f18e"; }
.flaticon-wireframe:before { content: "\f18f"; }
.flaticon-video-player:before { content: "\f190"; }
.flaticon-piggy-bank:before { content: "\f191"; }
.flaticon-email-1:before { content: "\f192"; }
.flaticon-goal:before { content: "\f193"; }
.flaticon-servers:before { content: "\f194"; }
.flaticon-harddisk:before { content: "\f195"; }
.flaticon-harddisk-1:before { content: "\f196"; }
.flaticon-browser-3:before { content: "\f197"; }
.flaticon-group:before { content: "\f198"; }
.flaticon-credit-card:before { content: "\f199"; }
.flaticon-shopping-bag:before { content: "\f19a"; }
.flaticon-mortgage:before { content: "\f19b"; }
.flaticon-house-key:before { content: "\f19c"; }
.flaticon-user-1:before { content: "\f19d"; }
.flaticon-wallet:before { content: "\f19e"; }
.flaticon-email-2:before { content: "\f19f"; }
.flaticon-switch:before { content: "\f1a0"; }
.flaticon-macro:before { content: "\f1a1"; }
.flaticon-funnel:before { content: "\f1a2"; }
.flaticon-left-click:before { content: "\f1a3"; }
.flaticon-freelancer:before { content: "\f1a4"; }
.flaticon-calendar:before { content: "\f1a5"; }
.flaticon-blueprint-1:before { content: "\f1a6"; }
.flaticon-living-room:before { content: "\f1a7"; }
.flaticon-stairs:before { content: "\f1a8"; }
.flaticon-kitchen:before { content: "\f1a9"; }
.flaticon-notes:before { content: "\f1aa"; }
.flaticon-monitor:before { content: "\f1ab"; }
.flaticon-idea:before { content: "\f1ac"; }
.flaticon-startup:before { content: "\f1ad"; }
.flaticon-gift:before { content: "\f1ae"; }
.flaticon-garage:before { content: "\f1af"; }
.flaticon-bathtub:before { content: "\f1b0"; }
.flaticon-bookshelf:before { content: "\f1b1"; }
.flaticon-brickwall:before { content: "\f1b2"; }
.flaticon-building:before { content: "\f1b3"; }
.flaticon-crane:before { content: "\f1b4"; }
.flaticon-blueprint-2:before { content: "\f1b5"; }
.flaticon-pins:before { content: "\f1b6"; }
.flaticon-plug:before { content: "\f1b7"; }
.flaticon-roller:before { content: "\f1b8"; }
.flaticon-radiator:before { content: "\f1b9"; }
.flaticon-watering-can:before { content: "\f1ba"; }
.flaticon-house:before { content: "\f1bb"; }
.flaticon-house-1:before { content: "\f1bc"; }
.flaticon-cube:before { content: "\f1bd"; }
.flaticon-snowflake:before { content: "\f1be"; }
.flaticon-alloy-wheel:before { content: "\f1bf"; }
.flaticon-engine:before { content: "\f1c0"; }
.flaticon-battery:before { content: "\f1c1"; }
.flaticon-circular-saw:before { content: "\f1c2"; }
.flaticon-car-door:before { content: "\f1c3"; }
.flaticon-funnel-1:before { content: "\f1c4"; }
.flaticon-wheels:before { content: "\f1c5"; }
.flaticon-pedals:before { content: "\f1c6"; }
.flaticon-dog-tag:before { content: "\f1c7"; }
.flaticon-analytics:before { content: "\f1c8"; }
.flaticon-web-design:before { content: "\f1c9"; }
.flaticon-browser-4:before { content: "\f1ca"; }
.flaticon-bar-chart:before { content: "\f1cb"; }
.flaticon-search-bar:before { content: "\f1cc"; }
.flaticon-agreement:before { content: "\f1cd"; }
.flaticon-resume:before { content: "\f1ce"; }
.flaticon-briefcase:before { content: "\f1cf"; }
.flaticon-life-insurance:before { content: "\f1d0"; }
.flaticon-scales:before { content: "\f1d1"; }
.flaticon-basin:before { content: "\f1d2"; }
.flaticon-plumbing:before { content: "\f1d3"; }
.flaticon-forklift:before { content: "\f1d4"; }
.flaticon-delivery-box:before { content: "\f1d5"; }
.flaticon-razor:before { content: "\f1d6"; }
.flaticon-hairstyle:before { content: "\f1d7"; }
.flaticon-shaving-brush:before { content: "\f1d8"; }
.flaticon-electric-razor:before { content: "\f1d9"; }
.flaticon-shaving:before { content: "\f1da"; }
.flaticon-certificate:before { content: "\f1db"; }
.flaticon-car-insurance:before { content: "\f1dc"; }
.flaticon-man:before { content: "\f1dd"; }
.flaticon-garage-1:before { content: "\f1de"; }
.flaticon-lifter:before { content: "\f1df"; }
.flaticon-washing-machine:before { content: "\f1e0"; }
.flaticon-alloy-wheel-1:before { content: "\f1e1"; }
.flaticon-armchair-1:before { content: "\f1e2"; }
.flaticon-toast:before { content: "\f1e3"; }
.flaticon-car:before { content: "\f1e4"; }
.flaticon-boxes:before { content: "\f1e5"; }
.flaticon-basket:before { content: "\f1e6"; }
.flaticon-mop:before { content: "\f1e7"; }
.flaticon-house-2:before { content: "\f1e8"; }
.flaticon-cityscape:before { content: "\f1e9"; }
.flaticon-tools-1:before { content: "\f1ea"; }
.flaticon-design-software:before { content: "\f1eb"; }
.flaticon-plan:before { content: "\f1ec"; }
.flaticon-pantone-1:before { content: "\f1ed"; }
.flaticon-pen-tool:before { content: "\f1ee"; }
.flaticon-milling-machine:before { content: "\f1ef"; }
.flaticon-tulip:before { content: "\f1f0"; }
.flaticon-web-browser-1:before { content: "\f1f1"; }
.flaticon-measuring:before { content: "\f1f2"; }.wsmenu > .wsmenu-list > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu > .wsmenu-list > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu > .wsmenu-list > li  > ul.sub-menu > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li:hover > ul.sub-menu {
opacity: 1;
visibility: visible;
-o-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-webkit-transform-origin: 0% 0%;
-o-transition: -o-transform 0.4s, opacity 0.4s;
-ms-transition: -ms-transform 0.4s, opacity 0.4s;
-moz-transition: -moz-transform 0.4s, opacity 0.4s;
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
transform: rotateX(0deg);
-o-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-webkit-transform: rotateX(0deg);
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu > .wsmenu-list > li > .wsmegamenu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu > .wsmenu-list > li:hover > .wsmegamenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
  /*cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;*/
}

.mfp-zoom {
  cursor: pointer;
/* cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; */
}

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/shivlab/wp-content/themes/shivlab/assets/css/odoo/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li, .content_slider .slides > li, .hero-txt-rotator .slides > li, .blog-img-slider .slides > li  {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider, .flexslider-thumbs {margin: 0; background: transparent; position: relative; zoom: 1;}
.content_slider, .hero_slider, .blog-img-slider {position: relative; padding-bottom:0;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 25px; height: 50px; margin: -20px 0 0; display: block; background: url(/shivlab/wp-content/themes/shivlab/assets/css/img/icons/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -10px; }
.flex-direction-nav .flex-prev {left: -10px;}
.content_slider:hover .flex-next, .hero_slider:hover .flex-next, .blog-img-slider:hover .flex-next {opacity: 0.9; right: 5px;}
.content_slider:hover .flex-prev, .hero_slider:hover .flex-prev, .blog-img-slider:hover .flex-prev {opacity: 0.9; left: 5px;}
.content_slider:hover .flex-next:hover,
.hero_slider:hover .flex-next:hover, 
.content_slider:hover .flex-prev:hover,
.hero_slider:hover .flex-prev:hover,
.blog-img-slider:hover .flex-next:hover, 
.blog-img-slider:hover .flex-prev:hover {
	opacity: 0.85;
}

.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 5px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 10px; height: 10px; display: block; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
.flex-control-paging li a.flex-active { cursor: default; }

.flex-control-thumbs {margin: 4px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: 0.65; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider 
.slick-loading .slick-list
{
    background: #fff url('/shivlab/wp-content/themes/shivlab/assets/css/odoo/ajax-loader.gif') center center no-repeat;
}*/

/* Icons 
@font-face
{font-display:swap;
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/shivlab/wp-content/themes/shivlab/assets/css/odoo/fonts/slick.eot');
    src: url('/shivlab/wp-content/themes/shivlab/assets/css/odoo/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/shivlab/wp-content/themes/shivlab/assets/css/odoo/fonts/slick.woff') format('woff'), url('/shivlab/wp-content/themes/shivlab/assets/css/odoo/fonts/slick.ttf') format('truetype'), url('/shivlab/wp-content/themes/shivlab/assets/css/odoo/fonts/slick.svg#slick') format('svg');
} */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}/*
  Template Name: PowerNode - Premium Multi-Purpose Landing Page Template
  Theme URL: https://themeforest.net/user/jthemes
  Description: PowerNode - Premium Multi-Purpose Landing Page Template
  Author: Jthemes
  Author URL: https://themeforest.net/user/jthemes
  Version: 1.0.0
  Website: www.jthemes.net
  Tags: HTML5 template, Jthemes, Multi-Purpose, Startup, One Page, Landing, Business, Creative, Corporate, Agency Template, Project, Mobile App
*/



/* ==========================================================================
  01. GENERAL & BASIC STYLES
  =========================================================================== */

html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

body {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #283034;
  font-weight: 300;
}

/*------------------------------------------------------------------*/
/*  IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/*------------------------------------------*/
/*  PAGE CONTENT
/*------------------------------------------*/

#page {
  overflow: hidden;
}

/*------------------------------------------*/
/*  SPACING & INDENTS
/*------------------------------------------*/

.odoo-custom-pages .wide-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.odoo-custom-pages .wide-90 {
  padding-top: 100px;
  padding-bottom: 90px;
}

.odoo-custom-pages .wide-80 {
  padding-top: 100px;
  padding-bottom: 80px;
}

.odoo-custom-pages .wide-70 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.odoo-custom-pages .wide-60 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.odoo-custom-pages .wide-50 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.odoo-custom-pages .wide-40 {
  padding-top: 100px;
  padding-bottom: 40px;
}

.odoo-custom-pages .wide-30 {
  padding-top: 100px;
  padding-bottom: 30px;
}

.odoo-custom-pages .wide-20 {
  padding-top: 100px;
  padding-bottom: 20px;
}

/*------------------------------------------*/
/*  Margin Top
/*------------------------------------------*/

.odoo-custom-pages .mt-100 {
  margin-top: 100px;
}

.odoo-custom-pages .mt-95 {
  margin-top: 95px;
}

.odoo-custom-pages .mt-90 {
  margin-top: 90px;
}

.odoo-custom-pages .mt-85 {
  margin-top: 85px;
}

.odoo-custom-pages .mt-80 {
  margin-top: 80px;
}

.odoo-custom-pages .mt-75 {
  margin-top: 75px;
}

.odoo-custom-pages .mt-70 {
  margin-top: 70px;
}

.odoo-custom-pages .mt-65 {
  margin-top: 65px;
}

.odoo-custom-pages .mt-60 {
  margin-top: 60px;
}

.odoo-custom-pages .mt-55 {
  margin-top: 55px;
}

.odoo-custom-pages .mt-50 {
  margin-top: 50px;
}

.odoo-custom-pages .mt-45 {
  margin-top: 45px;
}

.odoo-custom-pages .mt-40 {
  margin-top: 40px;
}

.odoo-custom-pages .mt-35 {
  margin-top: 35px;
}

.odoo-custom-pages .mt-30 {
  margin-top: 30px;
}

.odoo-custom-pages .mt-25 {
  margin-top: 25px;
}

.odoo-custom-pages .mt-20 {
  margin-top: 20px;
}

.odoo-custom-pages .mt-15 {
  margin-top: 15px;
}

.odoo-custom-pages .mt-10 {
  margin-top: 10px;
}

.odoo-custom-pages .mt-5 {
  margin-top: 5px !important;
}

.odoo-custom-pages .mt-0 {
  margin-top: 0;
}

/*------------------------------------------*/
/*  Margin Top Inverse
/*------------------------------------------*/

.odoo-custom-pages .mt-inverse-150 {
  margin-top: -150px;
}

.odoo-custom-pages .mt-inverse-140 {
  margin-top: -140px;
}

.odoo-custom-pages .mt-inverse-130 {
  margin-top: -130px;
}

.odoo-custom-pages .mt-inverse-120 {
  margin-top: -120px;
}

.odoo-custom-pages .mt-inverse-110 {
  margin-top: -110px;
}

.odoo-custom-pages .mt-inverse-100 {
  margin-top: -100px;
}

.odoo-custom-pages .mt-inverse-90 {
  margin-top: -90px;
}

.odoo-custom-pages .mt-inverse-80 {
  margin-top: -80px;
}

.odoo-custom-pages .mt-inverse-70 {
  margin-top: -70px;
}

.odoo-custom-pages .mt-inverse-60 {
  margin-top: -60px;
}

.odoo-custom-pages .mt-inverse-50 {
  margin-top: -50px;
}

.odoo-custom-pages .mt-inverse-40 {
  margin-top: -40px;
}

.odoo-custom-pages .mt-inverse-30 {
  margin-top: -30px;
}

.odoo-custom-pages .mt-inverse-20 {
  margin-top: -20px;
}

/*------------------------------------------*/
/*  Margin Bottom
/*------------------------------------------*/

.odoo-custom-pages .mb-100 {
  margin-bottom: 100px;
}

.odoo-custom-pages .mb-95 {
  margin-bottom: 95px;
}

.odoo-custom-pages .mb-90 {
  margin-bottom: 90px;
}

.odoo-custom-pages .mb-85 {
  margin-bottom: 85px;
}

.odoo-custom-pages .mb-80 {
  margin-bottom: 80px;
}

.odoo-custom-pages .mb-75 {
  margin-bottom: 75px;
}

.odoo-custom-pages .mb-70 {
  margin-bottom: 70px;
}

.odoo-custom-pages .mb-65 {
  margin-bottom: 65px;
}

.odoo-custom-pages .mb-60 {
  margin-bottom: 60px;
}

.odoo-custom-pages .mb-55 {
  margin-bottom: 55px;
}

.odoo-custom-pages .mb-50 {
  margin-bottom: 50px;
}

.odoo-custom-pages .mb-45 {
  margin-bottom: 45px;
}

.odoo-custom-pages .mb-40 {
  margin-bottom: 40px;
}

.odoo-custom-pages .mb-35 {
  margin-bottom: 35px;
}

.odoo-custom-pages .mb-30 {
  margin-bottom: 30px;
}

.odoo-custom-pages .mb-25 {
  margin-bottom: 25px;
}

.odoo-custom-pages .mb-20 {
  margin-bottom: 20px;
}

.odoo-custom-pages .mb-15 {
  margin-bottom: 15px;
}

.odoo-custom-pages .mb-10 {
  margin-bottom: 10px;
}

.odoo-custom-pages .mb-5 {
  margin-bottom: 5px !important;
}

.odoo-custom-pages .mb-0 {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Margin Left
/*------------------------------------------*/

.odoo-custom-pages .ml-100 {
  margin-left: 100px;
}

.odoo-custom-pages .ml-95 {
  margin-left: 95px;
}

.odoo-custom-pages .ml-90 {
  margin-left: 90px;
}

.odoo-custom-pages .ml-85 {
  margin-left: 85px;
}

.odoo-custom-pages .ml-80 {
  margin-left: 80px;
}

.odoo-custom-pages .ml-75 {
  margin-left: 75px;
}

.odoo-custom-pages .ml-70 {
  margin-left: 70px;
}

.odoo-custom-pages .ml-60 {
  margin-left: 60px;
}

.odoo-custom-pages .ml-55 {
  margin-left: 55px;
}

.odoo-custom-pages .ml-50 {
  margin-left: 50px;
}

.odoo-custom-pages .ml-45 {
  margin-left: 45px;
}

.odoo-custom-pages .ml-40 {
  margin-left: 40px;
}

.odoo-custom-pages .ml-35 {
  margin-left: 35px;
}

.odoo-custom-pages .ml-30 {
  margin-left: 30px;
}

.odoo-custom-pages .ml-25 {
  margin-left: 25px;
}

.odoo-custom-pages .ml-20 {
  margin-left: 20px;
}

.odoo-custom-pages .ml-15 {
  margin-left: 15px;
}

.odoo-custom-pages .ml-10 {
  margin-left: 10px;
}

.odoo-custom-pages .ml-5 {
  margin-left: 5px !important;
}

/*------------------------------------------*/
/*  Margin Right
/*------------------------------------------*/

.odoo-custom-pages .mr-100 {
  margin-right: 100px;
}

.odoo-custom-pages .mr-95 {
  margin-right: 95px;
}

.odoo-custom-pages .mr-90 {
  margin-right: 90px;
}

.odoo-custom-pages .mr-85 {
  margin-right: 85px;
}

.odoo-custom-pages .mr-80 {
  margin-right: 80px;
}

.odoo-custom-pages .mr-75 {
  margin-right: 75px;
}

.odoo-custom-pages .mr-70 {
  margin-right: 70px;
}

.odoo-custom-pages .mr-65 {
  margin-right: 65px;
}

.odoo-custom-pages .mr-60 {
  margin-right: 60px;
}

.odoo-custom-pages .mr-55 {
  margin-right: 55px;
}

.odoo-custom-pages .mr-50 {
  margin-right: 50px;
}

.odoo-custom-pages .mr-45 {
  margin-right: 45px;
}

.odoo-custom-pages .mr-40 {
  margin-right: 40px;
}

.odoo-custom-pages .mr-35 {
  margin-right: 35px;
}

.odoo-custom-pages .mr-30 {
  margin-right: 30px;
}

.odoo-custom-pages .mr-25 {
  margin-right: 25px;
}

.odoo-custom-pages .mr-20 {
  margin-right: 20px;
}

.odoo-custom-pages .mr-15 {
  margin-right: 15px;
}

.odoo-custom-pages .mr-10 {
  margin-right: 10px;
}

.odoo-custom-pages .mr-5 {
  margin-right: 5px !important;
}

/*------------------------------------------*/
/*  Padding Top
/*------------------------------------------*/

.odoo-custom-pages .pt-100 {
  padding-top: 100px;
}

.odoo-custom-pages .pt-95 {
  padding-top: 95px;
}

.odoo-custom-pages .pt-90 {
  padding-top: 90px;
}

.odoo-custom-pages .pt-85 {
  padding-top: 85px;
}

.odoo-custom-pages .pt-80 {
  padding-top: 80px;
}

.odoo-custom-pages .pt-75 {
  padding-top: 75px;
}

.odoo-custom-pages .pt-70 {
  padding-top: 70px;
}

.odoo-custom-pages .pt-65 {
  padding-top: 65px;
}

.odoo-custom-pages .pt-60 {
  padding-top: 60px;
}

.odoo-custom-pages .pt-55 {
  padding-top: 55px;
}

.odoo-custom-pages .pt-50 {
  padding-top: 50px;
}

.odoo-custom-pages .pt-45 {
  padding-top: 45px;
}

.odoo-custom-pages .pt-40 {
  padding-top: 40px;
}

.odoo-custom-pages .pt-35 {
  padding-top: 35px;
}

.odoo-custom-pages .pt-30 {
  padding-top: 30px;
}

.odoo-custom-pages .pt-25 {
  padding-top: 25px;
}

.odoo-custom-pages .pt-20 {
  padding-top: 20px;
}

.odoo-custom-pages .pt-15 {
  padding-top: 15px;
}

.odoo-custom-pages .pt-10 {
  padding-top: 10px;
}

.odoo-custom-pages .pt-5 {
  padding-top: 5px !important;
}

/*------------------------------------------*/
/*  Padding Bottom
/*------------------------------------------*/

.odoo-custom-pages .pb-100 {
  padding-bottom: 100px;
}

.odoo-custom-pages .pb-95 {
  padding-bottom: 95px;
}

.odoo-custom-pages .pb-90 {
  padding-bottom: 90px;
}

.odoo-custom-pages .pb-85 {
  padding-bottom: 85px;
}

.odoo-custom-pages .pb-80 {
  padding-bottom: 80px;
}

.odoo-custom-pages .pb-75 {
  padding-bottom: 75px;
}

.odoo-custom-pages .pb-70 {
  padding-bottom: 70px;
}

.odoo-custom-pages .pb-65 {
  padding-bottom: 65px;
}

.odoo-custom-pages .pb-60 {
  padding-bottom: 60px;
}

.odoo-custom-pages .pb-55 {
  padding-bottom: 55px;
}

.odoo-custom-pages .pb-50 {
  padding-bottom: 50px;
}

.odoo-custom-pages .pb-45 {
  padding-bottom: 45px;
}

.odoo-custom-pages .pb-40 {
  padding-bottom: 40px;
}

.odoo-custom-pages .pb-35 {
  padding-bottom: 35px;
}

.odoo-custom-pages .pb-30 {
  padding-bottom: 30px;
}

.odoo-custom-pages .pb-25 {
  padding-bottom: 25px;
}

.odoo-custom-pages .pb-20 {
  padding-bottom: 20px;
}

.odoo-custom-pages .pb-15 {
  padding-bottom: 15px;
}

.odoo-custom-pages .pb-10 {
  padding-bottom: 10px;
}

.odoo-custom-pages .pb-5 {
  padding-bottom: 5px !important;
}

/*------------------------------------------*/
/*  Padding Left
/*------------------------------------------*/

.odoo-custom-pages .pl-100 {
  padding-left: 100px;
}

.odoo-custom-pages .pl-95 {
  padding-left: 95px;
}

.odoo-custom-pages .pl-90 {
  padding-left: 90px;
}

.odoo-custom-pages .pl-85 {
  padding-left: 85px;
}

.odoo-custom-pages .pl-80 {
  padding-left: 80px;
}

.odoo-custom-pages .pl-75 {
  padding-left: 75px;
}

.odoo-custom-pages .pl-70 {
  padding-left: 70px;
}

.odoo-custom-pages .pl-65 {
  padding-left: 65px;
}

.odoo-custom-pages .pl-60 {
  padding-left: 60px;
}

.odoo-custom-pages .pl-55 {
  padding-left: 55px;
}

.odoo-custom-pages .pl-50 {
  padding-left: 50px;
}

.odoo-custom-pages .pl-45 {
  padding-left: 45px;
}

.odoo-custom-pages .pl-40 {
  padding-left: 40px;
}

.odoo-custom-pages .pl-35 {
  padding-left: 35px;
}

.odoo-custom-pages .pl-30 {
  padding-left: 30px;
}

.odoo-custom-pages .pl-25 {
  padding-left: 25px;
}

.odoo-custom-pages .pl-20 {
  padding-left: 20px;
}

.odoo-custom-pages .pl-15 {
  padding-left: 15px;
}

.odoo-custom-pages .pl-10 {
  padding-left: 10px;
}

.odoo-custom-pages .pl-5 {
  padding-left: 5px !important;
}

/*------------------------------------------*/
/*  Padding Right
/*------------------------------------------*/

.odoo-custom-pages .pr-100 {
  padding-right: 100px;
}

.odoo-custom-pages .pr-95 {
  padding-right: 95px;
}

.odoo-custom-pages .pr-90 {
  padding-right: 90px;
}

.odoo-custom-pages .pr-85 {
  padding-right: 85px;
}

.odoo-custom-pages .pr-80 {
  padding-right: 80px;
}

.odoo-custom-pages .pr-75 {
  padding-right: 75px;
}

.odoo-custom-pages .pr-70 {
  padding-right: 70px;
}

.odoo-custom-pages .pr-65 {
  padding-right: 65px;
}

.odoo-custom-pages .pr-60 {
  padding-right: 60px;
}

.odoo-custom-pages .pr-55 {
  padding-right: 55px;
}

.odoo-custom-pages .pr-50 {
  padding-right: 50px;
}

.odoo-custom-pages .pr-45 {
  padding-right: 45px;
}

.odoo-custom-pages .pr-40 {
  padding-right: 40px;
}

.odoo-custom-pages .pr-35 {
  padding-right: 35px;
}

.odoo-custom-pages .pr-30 {
  padding-right: 30px;
}

.odoo-custom-pages .pr-25 {
  padding-right: 25px;
}

.odoo-custom-pages .pr-20 {
  padding-right: 20px;
}

.odoo-custom-pages .pr-15 {
  padding-right: 15px;
}

.odoo-custom-pages .pr-10 {
  padding-right: 10px;
}

.odoo-custom-pages .pr-5 {
  padding-right: 5px !important;
}

/*------------------------------------------*/
/*  Padding Centered
/*------------------------------------------*/

.odoo-custom-pages .pc-70 {
  padding-right: 70px;
  padding-left: 70px;
}

.odoo-custom-pages .pc-65 {
  padding-right: 65px;
  padding-left: 65px;
}

.odoo-custom-pages .pc-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.odoo-custom-pages .pc-55 {
  padding-right: 55px;
  padding-left: 55px;
}

.odoo-custom-pages .pc-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.odoo-custom-pages .pc-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.odoo-custom-pages .pc-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.odoo-custom-pages .pc-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.odoo-custom-pages .pc-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.odoo-custom-pages .pc-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.odoo-custom-pages .pc-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.odoo-custom-pages .pc-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.odoo-custom-pages .pc-10 {
  padding-right: 10px;
  padding-left: 10px;
}

/*------------------------------------------*/
/*  BACKGROUND SETTINGS
/*------------------------------------------*/

.odoo-custom-pages .rel {
  position: relative !important;
}

.odoo-custom-pages .bg-fixed,
.odoo-custom-pages .bg-scroll {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.odoo-custom-pages .bg-scroll {
  background-attachment: fixed !important;
}

/*------------------------------------------*/
/*  Background Colors
/*------------------------------------------*/

.odoo-custom-pages .bg-white {
  background-color: #fff !important;
}

.odoo-custom-pages .bg-dark {
  background-color: #282828 !important;
}

.odoo-custom-pages .bg-deepdark {
  background-color: #212223 !important;
}

.odoo-custom-pages .bg-azure {
  background-color: #0080ff;
}

.odoo-custom-pages .bg-lightazure {
  background-color: #f4f9eb;
}

.odoo-custom-pages .bg-brown {
  background-color: #af8855;
}

.odoo-custom-pages .bg-denim {
  background-color: #0054a6;
}

.odoo-custom-pages .bg-gold {
  background-color: #d1b665;
}

.odoo-custom-pages .bg-lightgreen {
  background-color: #a6e42a;
}

.odoo-custom-pages .bg-lightgrey {
  background-color: #f7f7f7;
}

.odoo-custom-pages .bg-navy {
  background-color: #244b9a;
}

.odoo-custom-pages .bg-salmon {
  background-color: #ee6011;
}

.odoo-custom-pages .bg-sapphire {
  background-color: #33539e;
}

.odoo-custom-pages .bg-silk {
  background-color: #aa946e;
}

.odoo-custom-pages .bg-skyblue {
  background-color: #37baf2;
}

.odoo-custom-pages .bg-stategrey {
  background-color: #314150;
}

.odoo-custom-pages .bg-steel {
  background-color: #4558cb;
}

.odoo-custom-pages .bg-steelblue {
  background-color: #3079Bf;
}

.odoo-custom-pages .bg-rose {
  background-color: #ff495a;
}

.odoo-custom-pages .bg-yellow {
  background: #fcb80b;
}

/*------------------------------------------*/
/*  Background Gradients
/*------------------------------------------*/

.odoo-custom-pages .blue-gradient {
  background-image: -webkit-linear-gradient(to right, #005cda, #006cff 100%);
  background-image: linear-gradient(to right, #005cda, #006cff 100%);
}

/*------------------------------------------*/
/*  Background Images for Sections
/*------------------------------------------*/

.odoo-custom-pages .bg-01,
.odoo-custom-pages .bg-02,
.odoo-custom-pages .bg-03,
.odoo-custom-pages .bg-04,
.odoo-custom-pages .bg-05,
.odoo-custom-pages .bg-06,
.odoo-custom-pages .bg-07,
.odoo-custom-pages .bg-08,
.odoo-custom-pages .bg-09,
.odoo-custom-pages .bg-10,
.odoo-custom-pages .pattern-01,
.odoo-custom-pages .pattern-02,
.odoo-custom-pages .pattern-03,
.odoo-custom-pages .bg-tra-map {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed !important;
}

.odoo-custom-pages .bg-01 {
  background-image: url(../../images/odoo/bg-01.odoo-custom-pages .jpg);
}

.odoo-custom-pages .bg-02 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/bg-02.jpg);
}

.odoo-custom-pages .bg-03 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/bg-03.jpg);
}

.odoo-custom-pages .bg-04 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/bg-04.jpg);
}

.odoo-custom-pages .bg-05 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/bg-05.jpg);
}

.odoo-custom-pages .bg-06 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/bg-06.jpg);
}

.odoo-custom-pages .bg-07 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/bg-07.jpg);
}

.odoo-custom-pages .bg-08 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/bg-08.jpg);
}

.odoo-custom-pages .bg-09 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/bg-09.jpg);
}

.odoo-custom-pages .bg-10 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/bg-10.jpg);
}

.odoo-custom-pages .pattern-01 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/pattern-01.png);
}

.odoo-custom-pages .pattern-02 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/pattern-02.png);
}

.odoo-custom-pages .pattern-03 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/pattern-03.png);
}

.odoo-custom-pages .bg-tra-map {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/tra-map.png);
  background-attachment: scroll !important;
}

.odoo-custom-pages .bg-desktop {
  width: 100%;
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/bg-desktop.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*------------------------------------------*/
/*  Background Overlays for Sections
/*------------------------------------------*/

.odoo-custom-pages .white-overlay-top,
.odoo-custom-pages .white-overlay-wave,
.odoo-custom-pages .white-overlay-bottom,
.odoo-custom-pages .white-overlay-incline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.odoo-custom-pages .white-overlay-wave {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/white-overlay-wave.png);
  height: 155px;
}

.odoo-custom-pages .white-overlay-top {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/white-overlay-top.png);
  height: 48px;
}

.odoo-custom-pages .white-overlay-bottom {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/white-overlay-bottom.png);
  height: 200px;
}

.odoo-custom-pages .white-overlay-incline {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/white-overlay-incline.png);
  height: 200px;
}

/*------------------------------------------*/
/*  BORDER SETTINGS FOR DEMOS
/*------------------------------------------*/

.odoo-custom-pages .b-border {
  border: 1px solid #ddd;
}

.odoo-custom-pages .b-top {
  border-top: 1px solid #ddd;
}

.odoo-custom-pages .b-bottom {
  border-bottom: 1px solid #ddd;
}

.odoo-custom-pages .b-left {
  border-left: 1px solid #ddd;
}

.odoo-custom-pages .b-right {
  border-right: 1px solid #ddd;
}




/* ==========================================================================
  02. TYPOGRAPHY
  =========================================================================== */

/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/

.odoo-custom-pages h1,
.odoo-custom-pages h2,
.odoo-custom-pages h3,
.odoo-custom-pages h4,
.odoo-custom-pages h5,
.odoo-custom-pages h6 {
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: -0.25px;
}

.mons-font {
  font-family: 'Montserrat', sans-serif;
}

.fraunces-font {
  font-family: 'Fraunces', serif;
}

.pacifico-font {
  font-family: 'Pacifico', cursive;
}

/* Header H6 */
.odoo-custom-pages h6.h6-xs {
  font-size: 1.0625rem;
  font-family: "Montserrat-Bold";
}

/* 17px */
.odoo-custom-pages h6.h6-sm {
  font-size: 1.125rem;
  font-family: "Montserrat-Bold";
}

/* 18px */
.odoo-custom-pages h6.h6-md {
  font-size: 1.15625rem;
}

/* 18.5px */
.odoo-custom-pages h6.h6-lg {
  font-size: 1.1875rem;
}

/* 19px */
.odoo-custom-pages h6.x {
  font-size: 1.21875rem;
}

/* 19.5px */

/* Header H5 */
.odoo-custom-pages h5.h5-xs {
  font-size: 1.25rem;
  font-family: "Montserrat-Bold";
}

/* 20px */
.odoo-custom-pages h5.h5-sm {
  font-size: 1.375rem;
}

/* 22px */
.odoo-custom-pages h5.h5-md {
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-family: "Montserrat-Bold";
}

/* 24px */
.odoo-custom-pages h5.h5-lg {
  font-size: 1.625rem;
}

/* 26px */
.odoo-custom-pages h5.h5-xl {
  font-size: 1.75rem;
}

/* 28px */

/* Header H4 */
.odoo-custom-pages h4.h4-xs {
  font-size: 1.875rem;
}

/* 30px */
.odoo-custom-pages h4.h4-sm {
  font-size: 2rem;
}

/* 32px */
.odoo-custom-pages h4.h4-md {
  font-size: 2.125rem;
}

/* 34px */
.odoo-custom-pages h4.h4-lg {
  font-size: 2.25rem;
}

/* 36px */
.odoo-custom-pages h4.h4-xl {
  font-size: 2.375rem;
}

/* 38px */

.odoo-custom-pages h3.h3-xs {
  font-size: 2.5rem;
}

/* 40px */
.odoo-custom-pages h3.h3-sm {
  font-size: 2.625rem;
  margin-bottom: 20px;
  font-family: "Montserrat-Bold";
}

/* 42px */
.odoo-custom-pages h3.h3-md {
  font-size: 2.75rem;
}

/* 44px */
.odoo-custom-pages h3.h3-lg {
  font-size: 2.875rem;
}

/* 46px */
.odoo-custom-pages h3.h3-xl {
  font-size: 3rem;
}

/* 48px */

/* Header H2 */
.odoo-custom-pages h2.h2-xs {
  font-size: 3.125rem;
}

/* 50px */
.odoo-custom-pages h2.h2-sm {
  font-size: 3.25rem;
}

/* 52px */
.odoo-custom-pages h2.h2-md {
  font-size: 3.375rem;
}

/* 54px */
.odoo-custom-pages h2.h2-lg {
  font-size: 3.5rem;
}

/* 56px */
.odoo-custom-pages h2.h2-xl {
  font-size: 3.75rem;
}

/* 60px */

.odoo-custom-pages h2.h2-title-xs {
  font-size: 4.0625rem;
}

/* 65px */
.odoo-custom-pages h2.h2-title-sm {
  font-size: 4.375rem;
}

/* 70px */
.odoo-custom-pages h2.h2-title-md {
  font-size: 4.6875rem;
}

/* 75px */
.odoo-custom-pages h2.h2-title-lg {
  font-size: 5rem;
}

/* 80px */
.odoo-custom-pages h2.h2-title-xl {
  font-size: 5.3125rem;
}

/* 85px */

/*------------------------------------------*/
/*  PARAGRAPHS
/*------------------------------------------*/

.odoo-custom-pages p.p-sm {
  font-size: 1rem;
}

/* 16px */
.odoo-custom-pages p {
  font-size: 1.0625rem;
}

/* 17px */
.odoo-custom-pages p.p-md {
  font-size: 1.125rem;
}

/* 18px */
.odoo-custom-pages p.p-lg {
  font-size: 1.1875rem;
}

/* 19px */
.odoo-custom-pages p.p-xl {
  font-size: 1.25rem;
}

/* 20px */

/*------------------------------------------*/
/*  LINK SETTINGS
/*------------------------------------------*/

.odoo-custom-pages a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.odoo-custom-pages a:hover {
  color: #666;
  text-decoration: none;
}

.odoo-custom-pages a:focus {
  outline: none;
  text-decoration: none;
}

/*------------------------------------------*/
/*  LISTS
/*------------------------------------------*/

.odoo-custom-pages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*------------------------------------------*/
/*  TEXT LIST
/*------------------------------------------*/

.odoo-custom-pages .txt-list li i {
  position: relative;
  font-size: 1.05rem;
  line-height: 1.5rem;
  float: left;
  margin-right: 10px;
  top: 2px;
}

.odoo-custom-pages .txt-list li p {
  overflow: hidden;
  margin-bottom: 10px;
}

.odoo-custom-pages ul.simple-list {
  list-style: disc;
  margin-left: 15px;
}

/*------------------------------------------*/
/*  NUMBER LIST
/*------------------------------------------*/

.odoo-custom-pages ol.num-list {
  margin-left: -20px;
}

.odoo-custom-pages ol.num-list li p {
  padding-left: 5px;
  margin-bottom: 5px;
}

.odoo-custom-pages ol.digit-list {
  padding: 0;
  margin-left: 15px;
}

.odoo-custom-pages ol.digit-list p {
  margin-bottom: 8px;
}

/*------------------------------------------*/
/*  BOX LIST
/*------------------------------------------*/

.odoo-custom-pages .box-list p {
  position: relative;
  font-weight: 400;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #ddd;
}

.odoo-custom-pages .bg-dark .box-list p {
  border-bottom: 1px dashed #777;
}

.odoo-custom-pages .box-list p:last-child {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.odoo-custom-pages .box-list p span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 15px;
}

.odoo-custom-pages .bg-dark .box-list p span {
  color: #fff;
}

/*------------------------------------------*/
/*  BUTTON SETTINGS
/*------------------------------------------*/

.odoo-custom-pages .btn {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  padding: 14px 15px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px !important;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/*------------------------------------------*/
/*  Button Size
/*------------------------------------------*/

.odoo-custom-pages .btn.btn-sm {
  font-size: 16px;
  padding: 14px 15px;
}

.odoo-custom-pages .btn.btn-md {
  font-size: 18px;
  padding: 16px 22px;
}

.odoo-custom-pages .btn.btn-lg {
  font-size: 20px;
  padding: 18px 34px;
}

/*------------------------------------------*/
/*  Button Color
/*------------------------------------------*/

.odoo-custom-pages .btn-white,
.odoo-custom-pages .white-color .btn-white {
  color: #333;
  background-color: #fff;
  border-color: #fff !important;
}

.odoo-custom-pages .btn-tra-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff !important;
}

.odoo-custom-pages .scroll .btn-tra-white {
  color: #333 !important;
  background-color: transparent;
  border-color: #333 !important;
}

.odoo-custom-pages .btn-grey,
.odoo-custom-pages .white-color .btn-grey {
  color: #666;
  background-color: #eee;
  border-color: #eee !important;
}

.odoo-custom-pages .btn-tra-grey,
.odoo-custom-pages .white-color .btn-tra-grey {
  color: #333 !important;
  background-color: transparent;
  border-color: #ccc !important;
}

.odoo-custom-pages .btn-black,
.odoo-custom-pages .white-color .btn-black {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.odoo-custom-pages .btn-tra-black,
.odoo-custom-pages .white-color .btn-tra-black {
  color: #333;
  background-color: transparent;
  border-color: #333;
}

.odoo-custom-pages .btn-azure,
.odoo-custom-pages .scroll .btn-azure,
.odoo-custom-pages .white-color .btn-azure,
.odoo-custom-pages .azure-hover:hover,
.odoo-custom-pages .scroll .azure-hover:hover,
.odoo-custom-pages .white-color .azure-hover:hover {
  color: #fff !important;
  background-color: #0080ff;
  border-color: #0080ff !important;
}

.odoo-custom-pages .btn-tra-azure,
.odoo-custom-pages .scroll .btn-tra-azure,
.odoo-custom-pages .white-color .btn-tra-azure,
.odoo-custom-pages .tra-azure-hover:hover,
.odoo-custom-pages .scroll .tra-azure-hover:hover,
.odoo-custom-pages .white-color .tra-azure-hover:hover {
  color: #0080ff !important;
  background-color: transparent;
  border-color: #0080ff !important;
}

.odoo-custom-pages .btn-brown,
.odoo-custom-pages .scroll .btn-brown,
.odoo-custom-pages .white-color .btn-brown,
.odoo-custom-pages .brown-hover:hover,
.odoo-custom-pages .scroll .brown-hover:hover,
.odoo-custom-pages .white-color .brown-hover:hover {
  color: #fff !important;
  background-color: #af8855;
  border-color: #af8855 !important;
}

.odoo-custom-pages .btn-tra-brown,
.odoo-custom-pages .scroll .btn-tra-brown,
.odoo-custom-pages .white-color .btn-tra-brown,
.odoo-custom-pages .tra-brown-hover:hover,
.odoo-custom-pages .scroll .tra-brown-hover:hover,
.odoo-custom-pages .white-color .tra-brown-hover:hover {
  color: #af8855 !important;
  background-color: transparent;
  border-color: #af8855 !important;
}

.odoo-custom-pages .btn-gold,
.odoo-custom-pages .scroll .btn-gold,
.odoo-custom-pages .white-color .btn-gold,
.odoo-custom-pages .gold-hover:hover,
.odoo-custom-pages .scroll .gold-hover:hover,
.odoo-custom-pages .white-color .gold-hover:hover {
  color: #fff !important;
  background-color: #d1b665;
  border-color: #d1b665 !important;
}

.odoo-custom-pages .btn-tra-gold,
.odoo-custom-pages .scroll .btn-tra-gold,
.odoo-custom-pages .white-color .btn-tra-gold,
.odoo-custom-pages .tra-gold-hover:hover,
.odoo-custom-pages .scroll .tra-gold-hover:hover,
.odoo-custom-pages .white-color .tra-gold-hover:hover {
  color: #d1b665 !important;
  background-color: transparent;
  border-color: #d1b665 !important;
}

.odoo-custom-pages .btn-navy,
.odoo-custom-pages .scroll .btn-navy,
.odoo-custom-pages .white-color .btn-navy,
.odoo-custom-pages .navy-hover:hover,
.odoo-custom-pages .scroll .navy-hover:hover,
.odoo-custom-pages .white-color .navy-hover:hover {
  color: #fff !important;
  background-color: #244b9a;
  border-color: #244b9a !important;
}

.odoo-custom-pages .btn-tra-navy,
.odoo-custom-pages .scroll .btn-tra-navy,
.odoo-custom-pages .white-color .btn-tra-navy,
.odoo-custom-pages .tra-navy-hover:hover,
.odoo-custom-pages .scroll .tra-navy-hover:hover,
.odoo-custom-pages .white-color .tra-navy-hover:hover {
  color: #244b9a !important;
  background-color: transparent;
  border-color: #244b9a !important;
}

.odoo-custom-pages .btn-purple,
.odoo-custom-pages .scroll .btn-purple,
.odoo-custom-pages .white-color .btn-purple,
.odoo-custom-pages .purple-hover:hover,
.odoo-custom-pages .scroll .purple-hover:hover,
.odoo-custom-pages .white-color .purple-hover:hover {
  color: #fff !important;
  background-color: #6926cd;
  border-color: #6926cd !important;
}

.odoo-custom-pages .btn-tra-purple,
.odoo-custom-pages .scroll .btn-tra-purple,
.odoo-custom-pages .white-color .btn-tra-purple,
.odoo-custom-pages .tra-purple-hover:hover,
.odoo-custom-pages .scroll .tra-purple-hover:hover,
.odoo-custom-pages .white-color .tra-purple-hover:hover {
  color: #6926cd !important;
  background-color: transparent;
  border-color: #6926cd !important;
}

.odoo-custom-pages .btn-rose,
.odoo-custom-pages .scroll .btn-rose,
.odoo-custom-pages .white-color .btn-rose,
.odoo-custom-pages .rose-hover:hover,
.odoo-custom-pages .scroll .rose-hover:hover,
.odoo-custom-pages .white-color .rose-hover:hover {
  color: #fff !important;
  background-color: #ff495a;
  border-color: #ff495a !important;
}

.odoo-custom-pages .btn-tra-rose,
.odoo-custom-pages .scroll .btn-tra-rose,
.odoo-custom-pages .white-color .btn-tra-rose,
.odoo-custom-pages .tra-rose-hover:hover,
.odoo-custom-pages .scroll .tra-rose-hover:hover,
.odoo-custom-pages .white-color .tra-rose-hover:hover {
  color: #ff495a !important;
  background-color: transparent;
  border-color: #ff495a !important;
}

.odoo-custom-pages .btn-salmon,
.odoo-custom-pages .scroll .btn-salmon,
.odoo-custom-pages .white-color .btn-salmon,
.odoo-custom-pages .salmon-hover:hover,
.odoo-custom-pages .scroll .salmon-hover:hover,
.odoo-custom-pages .white-color .salmon-hover:hover {
  color: #fff !important;
  background-color: #ee6011;
  border-color: #ee6011 !important;
}

.odoo-custom-pages .btn-tra-salmon,
.odoo-custom-pages .scroll .btn-tra-salmon,
.odoo-custom-pages .white-color .btn-tra-salmon,
.odoo-custom-pages .tra-salmon-hover:hover,
.odoo-custom-pages .scroll .tra-salmon-hover:hover,
.odoo-custom-pages .white-color .tra-salmon-hover:hover {
  color: #ee6011 !important;
  background-color: transparent;
  border-color: #ee6011 !important;
}

.odoo-custom-pages .btn-silk,
.odoo-custom-pages .scroll .btn-silk,
.odoo-custom-pages .white-color .btn-silk,
.odoo-custom-pages .silk-hover:hover,
.odoo-custom-pages .scroll .silk-hover:hover,
.odoo-custom-pages .white-color .silk-hover:hover {
  color: #fff !important;
  background-color: #aa946e;
  border-color: #aa946e !important;
}

.odoo-custom-pages .btn-tra-silk,
.odoo-custom-pages .scroll .btn-tra-silk,
.odoo-custom-pages .white-color .btn-tra-silk,
.odoo-custom-pages .tra-silk-hover:hover,
.odoo-custom-pages .scroll .tra-silk-hover:hover,
.odoo-custom-pages .white-color .tra-silk-hover:hover {
  color: #aa946e !important;
  background-color: transparent;
  border-color: #aa946e !important;
}

.odoo-custom-pages .btn-skyblue,
.odoo-custom-pages .scroll .btn-skyblue,
.odoo-custom-pages .white-color .btn-skyblue,
.odoo-custom-pages .skyblue-hover:hover,
.odoo-custom-pages .scroll .skyblue-hover:hover,
.odoo-custom-pages .white-color .skyblue-hover:hover {
  color: #fff !important;
  background-color: #37baf2;
  border-color: #37baf2 !important;
}

.odoo-custom-pages .btn-tra-skyblue,
.odoo-custom-pages .scroll .btn-tra-skyblue,
.odoo-custom-pages .white-color .btn-tra-skyblue,
.odoo-custom-pages .tra-skyblue-hover:hover,
.odoo-custom-pages .scroll .tra-skyblue-hover:hover,
.odoo-custom-pages .white-color .tra-skyblue-hover:hover {
  color: #37baf2 !important;
  background-color: transparent;
  border-color: #37baf2 !important;
}

.odoo-custom-pages .btn-steel,
.odoo-custom-pages .scroll .btn-steel,
.odoo-custom-pages .white-color .btn-steel,
.odoo-custom-pages .steel-hover:hover,
.odoo-custom-pages .scroll .steel-hover:hover,
.odoo-custom-pages .white-color .steel-hover:hover {
  color: #fff !important;
  background-color: #4558cb;
  border-color: #4558cb !important;
}

.odoo-custom-pages .btn-tra-steel,
.odoo-custom-pages .scroll .btn-tra-steel,
.odoo-custom-pages .white-color .btn-tra-steel,
.odoo-custom-pages .tra-steel-hover:hover,
.odoo-custom-pages .scroll .tra-steel-hover:hover,
.odoo-custom-pages .white-color .tra-steel-hover:hover {
  color: #4558cb !important;
  background-color: transparent;
  border-color: #4558cb !important;
}

.odoo-custom-pages .btn-steelblue,
.odoo-custom-pages .scroll .btn-steelblue,
.odoo-custom-pages .white-color .btn-steelblue,
.odoo-custom-pages .steelblue-hover:hover,
.odoo-custom-pages .scroll .steelblue-hover:hover,
.odoo-custom-pages .white-color .steelblue-hover:hover {
  color: #fff !important;
  background-color: #3079Bf;
  border-color: #3079Bf !important;
}

.odoo-custom-pages .btn-tra-steelblue,
.odoo-custom-pages .scroll .btn-tra-steelblue,
.odoo-custom-pages .white-color .btn-tra-steelblue,
.odoo-custom-pages .tra-steelblue-hover:hover,
.odoo-custom-pages .scroll .tra-steelblue-hover:hover,
.odoo-custom-pages .white-color .tra-steelblue-hover:hover {
  color: #3079Bf !important;
  background-color: transparent;
  border-color: #3079Bf !important;
}

.odoo-custom-pages .btn-yellow,
.odoo-custom-pages .scroll .btn-yellow,
.odoo-custom-pages .white-color .btn-yellow,
.odoo-custom-pages .yellow-hover:hover,
.odoo-custom-pages .scroll .yellow-hover:hover,
.odoo-custom-pages .white-color .yellow-hover:hover {
  color: #333 !important;
  background-color: #f7be27;
  border-color: #f7be27 !important;
}

/*------------------------------------------*/
/*  Button Hover
/*------------------------------------------*/

.odoo-custom-pages .white-hover:hover,
.odoo-custom-pages .scroll .white-hover:hover {
  color: #333 !important;
  background-color: #fff;
  border-color: #fff !important;
}

.odoo-custom-pages .tra-white-hover:hover,
.odoo-custom-pages .white-color .tra-white-hover:hover {
  color: #fff !important;
  background-color: transparent;
  border-color: #fff !important;
}

.odoo-custom-pages .scroll .tra-white-hover:hover {
  color: #333 !important;
  background-color: transparent;
  border-color: #333 !important;
}

.odoo-custom-pages .dark-menu .scroll .tra-white-hover:hover {
  color: #fff !important;
  background-color: transparent;
  border-color: #fff !important;
}

.odoo-custom-pages .black-hover:hover,
.odoo-custom-pages .scroll .black-hover:hover {
  color: #fff !important;
  background-color: #333;
  border-color: #333 !important;
}

.odoo-custom-pages .tra-black-hover:hover,
.odoo-custom-pages .scroll .tra-black-hover:hover .white-color .tra-black-hover:hover {
  color: #333 !important;
  background-color: transparent;
  border-color: #333 !important;
}

.odoo-custom-pages .grey-hover:hover,
.odoo-custom-pages .scroll .grey-hover:hover {
  color: #333 !important;
  background-color: #ccc;
  border-color: #ccc !important;
}

.odoo-custom-pages .tra-grey-hover:hover,
.odoo-custom-pages .scroll .tra-grey-hover:hover {
  color: #333 !important;
  background-color: transparent;
  border-color: #ccc !important;
}

/*------------------------------------------*/
/*  Button Focus
/*------------------------------------------*/

.odoo-custom-pages .btn:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.odoo-custom-pages .btn.btn-black:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.odoo-custom-pages .btn-grey:focus {
  color: #666;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.odoo-custom-pages .btn-tra-black:focus,
.odoo-custom-pages .btn.btn-tra-grey:focus {
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  VIDEO LINK
/*------------------------------------------*/

.odoo-custom-pages .btn-md.btn-video-link {
  padding: 14px 16px;
}

.odoo-custom-pages .btn-md.btn-video-link span {
  position: relative;
  top: 4px;
  right: 6px;
}

.odoo-custom-pages .btn-md.btn-video-link {
  line-height: 30px !important;
}

.odoo-custom-pages .white-color .btn-md.btn-video-link:hover {
  color: #fff;
}

/*------------------------------------------*/
/*  VIDEO POPUP ICON
/*------------------------------------------*/

.odoo-custom-pages .video-preview {
  position: relative;
  text-align: center;
}

.odoo-custom-pages .video-btn {
  position: absolute !important;
  top: 50%;
  left: 50%;
  display: inline-block;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.odoo-custom-pages #video-2 .video-btn {
  position: relative !important;
  margin: 0 auto;
  top: 0;
  left: 0;
}

.odoo-custom-pages .video-btn-lg {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
}

.odoo-custom-pages .video-btn-md {
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
}

.odoo-custom-pages .video-btn-sm {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
}

.odoo-custom-pages .video-block-wrapper {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.odoo-custom-pages .video-btn.video-btn-lg [class^="flaticon-"]:before,
.odoo-custom-pages .video-btn.video-btn-lg [class^="flaticon-"]:after {
  line-height: 100px !important;
  margin-left: 8px;
}

.odoo-custom-pages .video-btn.video-btn-md [class^="flaticon-"]:before,
.odoo-custom-pages .video-btn.video-btn-md [class^="flaticon-"]:after {
  line-height: 80px !important;
  margin-left: 7px;
}

.odoo-custom-pages .video-btn.video-btn-sm [class^="flaticon-"]:before,
.odoo-custom-pages .video-btn.video-btn-sm [class^="flaticon-"]:after {
  line-height: 60px !important;
  margin-left: 6px;
}

.odoo-custom-pages .video-btn:hover .video-block-wrapper {
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.odoo-custom-pages .video-btn:before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.odoo-custom-pages .video-btn.video-btn-lg:hover:before {
  opacity: .75;
  left: -25px;
  right: -25px;
  top: -25px;
  bottom: -25px;
}

.odoo-custom-pages .video-btn.video-btn-md:hover:before {
  opacity: .75;
  left: -18px;
  right: -18px;
  top: -18px;
  bottom: -18px;
}

.odoo-custom-pages .video-btn.video-btn-sm:hover:before {
  opacity: .75;
  left: -12px;
  right: -12px;
  top: -12px;
  bottom: -12px;
}

/*------------------------------------------*/
/*  STORE BADGE ICONS
/*------------------------------------------*/

.odoo-custom-pages .stores-badge {
  display: inline-block;
}

.odoo-custom-pages .store {
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 15px;
}

.odoo-custom-pages .store:last-child {
  margin-right: 0;
}

.odoo-custom-pages .footer .store {
  text-align: right;
  display: block;
  float: none;
  margin-right: 0;
  margin-bottom: 15px;
}

.odoo-custom-pages .store img {
  width: auto;
  max-width: inherit;
  max-height: 50px;
}

.odoo-custom-pages .footer .store img {
  display: inline-block;
  max-height: 45px;
}

.odoo-custom-pages span.os-version {
  display: block;
  line-height: 1;
  margin-top: 15px;
}

/*------------------------------------------*/
/*  VECTOR ICONS
/*------------------------------------------*/

.odoo-custom-pages .ico-15 [class*="flaticon-"]:before,
.odoo-custom-pages .ico-15 [class*="flaticon-"]:after {
  font-size: 0.9375rem;
}

/* 15px */
.odoo-custom-pages .ico-20 [class*="flaticon-"]:before,
.odoo-custom-pages .ico-20 [class*="flaticon-"]:after {
  font-size: 1.25rem;
}

/* 20px */
.odoo-custom-pages .ico-25 [class*="flaticon-"]:before,
.odoo-custom-pages .ico-25 [class*="flaticon-"]:after {
  font-size: 1.5625rem;
}

/* 25px */
.odoo-custom-pages .ico-30 [class*="flaticon-"]:before,
.odoo-custom-pages .ico-30 [class*="flaticon-"]:after {
  font-size: 1.875rem;
}

/* 30px */
.odoo-custom-pages .ico-35 [class*="flaticon-"]:before,
.odoo-custom-pages .ico-35 [class*="flaticon-"]:after {
  font-size: 2.1875rem;
}

/* 35px */
.odoo-custom-pages .ico-40 [class*="flaticon-"]:before,
.odoo-custom-pages .ico-40 [class*="flaticon-"]:after {
  font-size: 2.5rem;
}

/* 40px */
.odoo-custom-pages .ico-45 [class*="flaticon-"]:before,
.odoo-custom-pages .ico-45 [class*="flaticon-"]:after {
  font-size: 2.8125rem;
}

/* 45px */
.odoo-custom-pages .ico-50 [class*="flaticon-"]:before,
.odoo-custom-pages .ico-50 [class*="flaticon-"]:after {
  font-size: 3.125rem;
}

/* 50px */
.odoo-custom-pages .ico-55 [class*="flaticon-"]:before,
.odoo-custom-pages .ico-55 [class*="flaticon-"]:after {
  font-size: 3.4375rem;
}

/* 55px */
.odoo-custom-pages .ico-60 [class*="flaticon-"]:before,
.odoo-custom-pages .ico-60 [class*="flaticon-"]:after {
  font-size: 3.75rem;
}

/* 60px */
.odoo-custom-pages .ico-65 [class*="flaticon-"]:before,
.odoo-custom-pages .ico-65 [class*="flaticon-"]:after {
  font-size: 4.0625rem;
}

/* 65px */
.odoo-custom-pages .ico-70 [class*="flaticon-"]:before,
.odoo-custom-pages .ico-70 [class*="flaticon-"]:after {
  font-size: 4.375rem;
}

/* 70px */
.odoo-custom-pages .ico-75 [class*="flaticon-"]:before,
.odoo-custom-pages .ico-75 [class*="flaticon-"]:after {
  font-size: 4.6875rem;
}

/* 75px */
.odoo-custom-pages .ico-80 [class*="flaticon-"]:before,
.odoo-custom-pages .ico-80 [class*="flaticon-"]:after {
  font-size: 5rem;
}

/* 80px */
.odoo-custom-pages .ico-85 [class*="flaticon-"]:before,
.odoo-custom-pages .ico-85 [class*="flaticon-"]:after {
  font-size: 5.3125rem;
}

/* 85px */
.odoo-custom-pages .ico-90 [class*="flaticon-"]:before,
.odoo-custom-pages .ico-90 [class*="flaticon-"]:after {
  font-size: 5.625rem;
}

/* 90px */
.odoo-custom-pages .ico-95 [class*="flaticon-"]:before,
.odoo-custom-pages .ico-95 [class*="flaticon-"]:after {
  font-size: 5.9375rem;
}

/* 95px */
.odoo-custom-pages .ico-100 [class*="flaticon-"]:before,
.odoo-custom-pages .ico-100 [class*="flaticon-"]:after {
  font-size: 6.25rem;
}

/* 100px */

/*------------------------------------------*/
/*  COUNTDOWN ELEMENT
/*------------------------------------------*/

.odoo-custom-pages #clock {
  display: inline-block;
}

/*------------------------------------------*/
/*  Countdown Box
/*------------------------------------------*/

.odoo-custom-pages #clock .cbox-1 {
  float: left;
  text-align: center;
  padding: 0 40px;
  border-right: 1px solid rgba(255, 255, 255, .5);
  display: inline-block;
}

.odoo-custom-pages #clock .cbox-1:last-child {
  border-right: none;
}

/*------------------------------------------*/
/*  Countdown Digit
/*------------------------------------------*/

.odoo-custom-pages #clock span.cbox-1-digit {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.odoo-custom-pages #clock span.cbox-1-txt {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  display: block;
  padding-top: 8px;
}

/*------------------------------------------*/
/*   SECTION ID
/*------------------------------------------*/

.odoo-custom-pages .section-id {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 28px;
}

.odoo-custom-pages #reviews-4 .section-id {
  margin-bottom: 35px;
}

.odoo-custom-pages .section-id.grey-color {
  color: #999;
}

/*------------------------------------------*/
/*  SECTION TITLE
/*------------------------------------------*/

.odoo-custom-pages .section-title h3,
.odoo-custom-pages .section-title h2 {
  margin-bottom: 20px;
  font-family: "Montserrat-Bold";
}

.odoo-custom-pages .section-title p {
  color: #888;
  margin-bottom: 0;
}

.odoo-custom-pages .section-title p.p-xl {
  padding: 0 15%;
}

.odoo-custom-pages #features-4 .section-title p.p-xl {
  padding: 0 10%;
}

.odoo-custom-pages #brands-3 .section-title p.p-xl {
  padding: 0 10%;
}

.odoo-custom-pages .bg-dark .section-title p.p-xl {
  color: #ccc;
}

/*------------------------------------------*/
/*  FONT SETTINGS
/*------------------------------------------*/

.odoo-custom-pages .txt-300 {
  font-weight: 300;
}

.odoo-custom-pages .txt-400 {
  font-weight: 400;
}

.odoo-custom-pages .txt-500 {
  font-weight: 500;
}

.odoo-custom-pages .txt-700 {
  font-weight: 700;
}

.odoo-custom-pages .txt-800 {
  font-weight: 900;
}

.odoo-custom-pages .txt-900 {
  font-weight: 900;
}

.odoo-custom-pages .txt-upcase {
  text-transform: uppercase
}

/*------------------------------------------*/
/*  TEXT COLORS
/*------------------------------------------*/

.odoo-custom-pages .white-color,
.odoo-custom-pages .white-color h2,
.odoo-custom-pages .white-color h3,
.odoo-custom-pages .white-color h4,
.odoo-custom-pages .white-color h5,
.odoo-custom-pages .white-color h6,
.odoo-custom-pages .white-color p,
.odoo-custom-pages .white-color a,
.odoo-custom-pages .white-color li,
.odoo-custom-pages .white-color i,
.odoo-custom-pages .white-color span {
  color: #fff;
}

.odoo-custom-pages .grey-color,
.odoo-custom-pages .grey-color h2,
.odoo-custom-pages .grey-color h3,
.odoo-custom-pages .grey-color h4,
.odoo-custom-pages .grey-color h5,
.odoo-custom-pages .grey-color h6,
.odoo-custom-pages .grey-color p,
.odoo-custom-pages .grey-color a,
.odoo-custom-pages .grey-color li,
.odoo-custom-pages .grey-color i,
.odoo-custom-pages .grey-color span,
.odoo-custom-pages .white-color .grey-color {
  color: #757575;
}

.odoo-custom-pages .lightgrey-color,
.odoo-custom-pages .lightgrey-color h2,
.odoo-custom-pages .lightgrey-color h3,
.odoo-custom-pages .lightgrey-color h4,
.odoo-custom-pages .lightgrey-color h5,
.odoo-custom-pages .lightgrey-color h6,
.odoo-custom-pages .lightgrey-color p,
.odoo-custom-pages .lightgrey-color a,
.odoo-custom-pages .lightgrey-color li,
.odoo-custom-pages .lightgrey-color i,
.odoo-custom-pages .lightgrey-color span,
.odoo-custom-pages .white-color .lightgrey-color {
  color: #ccc;
}

.odoo-custom-pages .azure-color,
.odoo-custom-pages .azure-color h2,
.odoo-custom-pages .azure-color h3,
.odoo-custom-pages .azure-color h4,
.odoo-custom-pages .azure-color h5,
.odoo-custom-pages .azure-color h6,
.odoo-custom-pages .azure-color p,
.odoo-custom-pages .azure-color a,
.odoo-custom-pages .azure-color li,
.odoo-custom-pages .azure-color i,
.odoo-custom-pages .azure-color span,
.odoo-custom-pages .white-color .azure-color {
  color: #0080ff;
}

.odoo-custom-pages .brown-color,
.odoo-custom-pages .brown-color h2,
.odoo-custom-pages .brown-color h3,
.odoo-custom-pages .brown-color h4,
.odoo-custom-pages .brown-color h5,
.odoo-custom-pages .brown-color h6,
.odoo-custom-pages .brown-color p,
.odoo-custom-pages .brown-color a,
.odoo-custom-pages .brown-color li,
.odoo-custom-pages .brown-color i,
.odoo-custom-pages .brown-color span,
.odoo-custom-pages .white-color .brown-color {
  color: #af8855;
}

.odoo-custom-pages .deepgrey-color,
.odoo-custom-pages .deepgrey-color h2,
.odoo-custom-pages .deepgrey-color h3,
.odoo-custom-pages .deepgrey-color h4,
.odoo-custom-pages .deepgrey-color h5,
.odoo-custom-pages .deepgrey-color h6,
.odoo-custom-pages .deepgrey-color p,
.odoo-custom-pages .deepgrey-color a,
.odoo-custom-pages .deepgrey-color li,
.odoo-custom-pages .deepgrey-color i,
.odoo-custom-pages .deepgrey-color span,
.odoo-custom-pages .white-color .deepgrey-color {
  color: #4a4c4c;
}

.odoo-custom-pages .gold-color,
.odoo-custom-pages .gold-color h2,
.odoo-custom-pages .gold-color h3,
.odoo-custom-pages .gold-color h4,
.odoo-custom-pages .gold-color h5,
.odoo-custom-pages .gold-color h6,
.odoo-custom-pages .gold-color p,
.odoo-custom-pages .gold-color a,
.odoo-custom-pages .gold-color li,
.odoo-custom-pages .gold-color i,
.odoo-custom-pages .gold-color span,
.odoo-custom-pages .white-color .gold-color {
  color: #d1b665;
}

.odoo-custom-pages .navy-color,
.odoo-custom-pages .navy-color h2,
.odoo-custom-pages .navy-color h3,
.odoo-custom-pages .navy-color h4,
.odoo-custom-pages .navy-color h5,
.odoo-custom-pages .navy-color h6,
.odoo-custom-pages .navy-color p,
.odoo-custom-pages .navy-color a,
.odoo-custom-pages .navy-color li,
.odoo-custom-pages .navy-color i,
.odoo-custom-pages .navy-color span,
.odoo-custom-pages .white-color .navy-color {
  color: #244b9a;
}

.odoo-custom-pages .rose-color,
.odoo-custom-pages .rose-color h2,
.odoo-custom-pages .rose-color h3,
.odoo-custom-pages .rose-color h4,
.odoo-custom-pages .rose-color h5,
.odoo-custom-pages .rose-color h6,
.odoo-custom-pages .rose-color p,
.odoo-custom-pages .rose-color a,
.odoo-custom-pages .rose-color li,
.odoo-custom-pages .rose-color i,
.odoo-custom-pages .rose-color span,
.odoo-custom-pages .white-color .rose-color {
  color: #ff495a;
}

.odoo-custom-pages .salmon-color,
.odoo-custom-pages .salmon-color h2,
.odoo-custom-pages .salmon-color h3,
.odoo-custom-pages .salmon-color h4,
.odoo-custom-pages .salmon-color h5,
.odoo-custom-pages .salmon-color h6,
.odoo-custom-pages .salmon-color p,
.odoo-custom-pages .salmon-color a,
.odoo-custom-pages .salmon-color li,
.odoo-custom-pages .salmon-color i,
.odoo-custom-pages .salmon-color span,
.odoo-custom-pages .white-color .salmon-color {
  color: #ee6011;
}

.odoo-custom-pages .silk-color,
.odoo-custom-pages .silk-color h2,
.odoo-custom-pages .silk-color h3,
.odoo-custom-pages .silk-color h4,
.odoo-custom-pages .silk-color h5,
.odoo-custom-pages .silk-color h6,
.odoo-custom-pages .silk-color p,
.odoo-custom-pages .silk-color a,
.odoo-custom-pages .silk-color li,
.odoo-custom-pages .silk-color i,
.odoo-custom-pages .silk-color span,
.odoo-custom-pages .white-color .silk-color {
  color: #aa946e;
}

.odoo-custom-pages .skyblue-color,
.odoo-custom-pages .skyblue-color h2,
.odoo-custom-pages .skyblue-color h3,
.odoo-custom-pages .skyblue-color h4,
.odoo-custom-pages .skyblue-color h5,
.odoo-custom-pages .skyblue-color h6,
.odoo-custom-pages .skyblue-color p,
.odoo-custom-pages .skyblue-color a,
.odoo-custom-pages .skyblue-color li,
.odoo-custom-pages .skyblue-color i,
.odoo-custom-pages .skyblue-color span,
.odoo-custom-pages .white-color .skyblue-color {
  color: #37baf2;
}

.odoo-custom-pages .steelblue-color,
.odoo-custom-pages .steelblue-color h2,
.odoo-custom-pages .steelblue-color h3,
.odoo-custom-pages .steelblue-color h4,
.odoo-custom-pages .steelblue-color h5,
.odoo-custom-pages .steelblue-color h6,
.odoo-custom-pages .steelblue-color p,
.odoo-custom-pages .steelblue-color a,
.odoo-custom-pages .steelblue-color li,
.odoo-custom-pages .steelblue-color i,
.odoo-custom-pages .steelblue-color span,
.odoo-custom-pages .white-color .steelblue-color {
  color: #3079Bf;
}

.odoo-custom-pages .purple-color,
.odoo-custom-pages .purple-color h2,
.odoo-custom-pages .purple-color h3,
.odoo-custom-pages .purple-color h4,
.odoo-custom-pages .purple-color h5,
.odoo-custom-pages .purple-color h6,
.odoo-custom-pages .purple-color p,
.odoo-custom-pages .purple-color a,
.odoo-custom-pages .purple-color li,
.odoo-custom-pages .purple-color i,
.odoo-custom-pages .purple-color span,
.odoo-custom-pages .white-color .purple-color {
  color: #6926cd;
}

.odoo-custom-pages .yellow-color,
.odoo-custom-pages .yellow-color h2,
.odoo-custom-pages .yellow-color h3,
.odoo-custom-pages .yellow-color h4,
.odoo-custom-pages .yellow-color h5,
.odoo-custom-pages .yellow-color h6,
.odoo-custom-pages .yellow-color p,
.odoo-custom-pages .yellow-color a,
.odoo-custom-pages .yellow-color li,
.odoo-custom-pages .yellow-color i,
.odoo-custom-pages .yellow-color span,
.odoo-custom-pages .white-color .yellow-color {
  color: #f7be27;
}

/*------------------------------------------*/
/*  TEXT BLOCK TYPOGRAPHY
/*------------------------------------------*/

.odoo-custom-pages .txt-block h2,
.odoo-custom-pages .txt-block h3 {
  margin-bottom: 20px;
}

.odoo-custom-pages h5.sm-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.odoo-custom-pages .txt-block .btn,
.odoo-custom-pages .txt-block .stores-badge {
  margin-top: 20px;
}

/*------------------------------------------*/
/*  Text Block Icon
/*------------------------------------------*/

.odoo-custom-pages .block-ico {
  position: relative;
  margin-left: 5px;
  margin-bottom: 35px;
  display: inline-block;
}

.odoo-custom-pages .block-ico-bkg {
  position: absolute;
  top: -25px;
  left: -15px;
  transform: rotate(-30deg);
}

/*------------------------------------------*/
/*  Text Block Rating
/*------------------------------------------*/

.odoo-custom-pages .txt-block-rating {
  margin-top: 20px;
}

.odoo-custom-pages .stars-rating,
.odoo-custom-pages .stars-rating p {
  font-size: 1.05rem;
  margin-bottom: 0;
}

.odoo-custom-pages .txt-block-rating [class*="flaticon-"]:before,
.odoo-custom-pages .txt-block-rating [class*="flaticon-"]:after {
  color: #ffc832;
  font-size: 0.95rem;
  line-height: 1;
  margin-left: 1px;
}

/*------------------------------------------*/
/*  IMG BLOCK IMAGE
/*------------------------------------------*/

.odoo-custom-pages .img-block {
  text-align: center;
}

/*------------------------------------------*/
/*  BORDER RADIUS SETTING
/*------------------------------------------*/

.odoo-custom-pages .radius-0 {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.odoo-custom-pages .radius-02 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.odoo-custom-pages .radius-04 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.odoo-custom-pages .radius-06 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.odoo-custom-pages .radius-08 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

/*------------------------------------------*/
/*  OPACITY SETTING
/*------------------------------------------*/

.odoo-custom-pages .opacity-05 {
  opacity: .5;
}

.odoo-custom-pages .opacity-06 {
  opacity: .6;
}

.odoo-custom-pages .opacity-07 {
  opacity: .7;
}

.odoo-custom-pages .opacity-08 {
  opacity: .8;
}

.odoo-custom-pages .opacity-09 {
  opacity: .9;
}




/* ==========================================================================
  03. PRELOAD ANIMATION
  ========================================================================== */

.odoo-custom-pages #loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #fff;
}

.odoo-custom-pages #loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border: 3px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.odoo-custom-pages #loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.odoo-custom-pages #loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 3px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}




/* ==========================================================================
  04. HEADER & NAVIGATION
  =========================================================================== */

.odoo-custom-pages #header {
  width: 100%;
  display: block;
  padding-top: 0px;
}

.odoo-custom-pages .header-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.odoo-custom-pages .headerwp {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

.odoo-custom-pages .posrlt {
  position: relative;
}

.odoo-custom-pages #header.hiddden-header {
  display: none;
}

/*------------------------------------------*/
/*  HEADER LOGO
/*------------------------------------------*/

.odoo-custom-pages .desktoplogo img {
  width: auto;
  max-width: inherit;
  max-height: 60px;
}

/*------------------------------------------*/
/*   NAVIGATION MENU
/*------------------------------------------*/

.odoo-custom-pages .wsmainfull {
  width: 100%;
  height: auto;
  z-index: 1031;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.odoo-custom-pages .tra-menu .wsmainfull {
  background-color: #fff !important;
  padding: 20px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.odoo-custom-pages .white-menu .wsmainfull {
  background-color: #fff !important;
  padding: 10px 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.odoo-custom-pages .dark-menu .wsmainfull {
  background-color: #222227 !important;
  padding: 10px 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

/*------------------------------------------*/
/*  HEADER LINK
/*------------------------------------------*/

.odoo-custom-pages .wsmenu>.wsmenu-list>li>a {
  display: block;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 7px;
  padding: 10px 15px;
  line-height: 50px;
  text-decoration: none;
}

.odoo-custom-pages .navbar-dark .wsmenu>.wsmenu-list>li>a {
  color: #444;
}

.odoo-custom-pages .navbar-light .wsmenu>.wsmenu-list>li>a {
  color: #fff;
}

.odoo-custom-pages .wsmenu>.wsmenu-list>li>a.last-link {
  padding: 10px 0px;
  margin: 0 0 0 7px;
}

.odoo-custom-pages .wsmenu>.wsmenu-list>li>a .wsarrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  content: "";
  float: right;
  right: 0;
  height: 0;
  margin: 0 0 0 14px;
  position: absolute;
  text-align: right;
  top: 33px;
  width: 0;
}

/*------------------------------------------*/
/*  HEADER CALL BUTTON
/*------------------------------------------*/

.odoo-custom-pages .wsmenu>.wsmenu-list>li.header-phone>a {
  margin: 0;
  padding: 10px 0 10px 10px;
}

.odoo-custom-pages .wsmenu>.wsmenu-list>li.header-phone>a span {
  display: inline-block;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 25px;
  margin-bottom: 0;
  margin-right: 8px;
  position: relative;
  top: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

/*------------------------------------------*/
/*  HEADER BUTTON
/*------------------------------------------*/

.odoo-custom-pages .wsmenu>.wsmenu-list>li a.btn {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.25px;
  margin-top: 13px;
  margin-left: 15px;
  padding: 5px 32px;
}

/*------------------------------------------*/
/*  HEADER SOCIAL LINKS  
/*------------------------------------------*/

.odoo-custom-pages .header-socials {
  margin: 0;
  display: inline-block;
  text-align: center;
}

.odoo-custom-pages .header-socials span {
  float: left;
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0;
}

.odoo-custom-pages .header-socials a {
  display: block;
  line-height: 70px !important;
  margin-left: 16px;
}

.odoo-custom-pages .header-socials a span {
  position: relative;
  top: 2px;
}

.odoo-custom-pages .header-socials.ico-20 [class*="flaticon-"]:before,
.odoo-custom-pages .header-socials.ico-20 [class*="flaticon-"]:after {
  font-size: 1.325rem;
}

/*------------------------------------------*/
/*  HEADER SUBMENU
/*------------------------------------------*/

.odoo-custom-pages .wsmenu>.wsmenu-list>li>ul.sub-menu {
  padding: 12px 20px;
  width: auto;
  min-width: 200px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}

.odoo-custom-pages .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a,
.odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a,
.odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 0;
  transition: all 0.3s ease-in-out;
}

.odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
  font-weight: 400;
}

.odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li.fst-li>a {
  padding: 0 0 8px;
}

.odoo-custom-pages .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  padding: 8px 0 8px 8px;
}

.odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover {
  padding: 8px 0 8px 4px;
}

.odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li.fst-li a:hover {
  padding: 0 0 8px 4px;
}

/*------------------------------------------*/
/*   HALFMENU
/*------------------------------------------*/

.odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
  width: 38%;
  padding: 12px 25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}

.odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu .link-list {
  padding: 0;
}

.odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu.w-70 .link-list li,
.odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu .link-list li {
  border-bottom: none;
}

.odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  HEADER MEGAMENU
/*------------------------------------------*/

.odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu {
  padding: 25px 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}

.odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li {
  border-bottom: none;
}

/*------------------------------------------*/
/*  MEGAMENU LATEST NEWS
/*------------------------------------------*/

.odoo-custom-pages .wsmegamenu .latest-news li {
  padding: 12px 0;
  border-bottom: 1px dashed #c0c0c0;
}

.odoo-custom-pages .wsmegamenu .latest-news li:first-child {
  padding: 0 0 12px;
}

.odoo-custom-pages .wsmegamenu .latest-news li:last-child {
  padding: 12px 0 0;
  border-bottom: 0;
}

.odoo-custom-pages .wsmegamenu .latest-news img {
  text-align: center;
  float: left;
  width: 80px;
  height: 80px;
}

.odoo-custom-pages .wsmegamenu .post-summary {
  overflow: hidden;
  padding-left: 16px;
  transition: all 0.3s ease-in-out;
}

.odoo-custom-pages .wsmegamenu .post-summary:hover {
  padding-left: 20px;
}

/*------------------------------------------*/
/*  MEGAMENU LATEST NEWS TYPOGRAPHY
--------------------------------------------*/

.odoo-custom-pages .wsmegamenu .post-summary a {
  color: #888 !important;
  font-size: 16px;
  font-weight: 400;
}

.odoo-custom-pages .wsmegamenu h5.h5-xs a {
  color: #333 !important;
  margin-bottom: 0;
}

.odoo-custom-pages .wsmegamenu .latest-news p {
  color: #999;
  font-size: 15px;
  font-weight: 300;
  margin-top: 4px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  NAVBAR HOVER
/*------------------------------------------*/

.odoo-custom-pages .nav-azure-hover .wsmegamenu h5.h5-xs a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-azure-hover>li>ul.sub-menu>li>a:hover,
.odoo-custom-pages .nav-azure-hover .wsmegamenu .latest-news .post-summary a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-azure-hover>li>.wsmegamenu .link-list li a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-azure-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  color: #0080ff !important;
}

.odoo-custom-pages .nav-brown-hover .wsmegamenu h5.h5-xs a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-brown-hover>li>ul.sub-menu>li>a:hover,
.odoo-custom-pages .nav-brown-hover .wsmegamenu .latest-news .post-summary a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-brown-hover>li>.wsmegamenu .link-list li a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-brown-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  color: #af8855 !important;
}

.odoo-custom-pages .nav-gold-hover .wsmegamenu h5.h5-xs a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-gold-hover>li>ul.sub-menu>li>a:hover,
.odoo-custom-pages .nav-gold-hover .wsmegamenu .latest-news .post-summary a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-gold-hover>li>.wsmegamenu .link-list li a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-gold-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  color: #d1b665 !important;
}

.odoo-custom-pages .nav-purple-hover .wsmegamenu h5.h5-xs a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-purple-hover>li>ul.sub-menu>li>a:hover,
.odoo-custom-pages .nav-purple-hover .wsmegamenu .latest-news .post-summary a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-purple-hover>li>.wsmegamenu .link-list li a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-purple-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  color: #d2322b !important;
}

.odoo-custom-pages .nav-rose-hover .wsmegamenu h5.h5-xs a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-rose-hover>li>ul.sub-menu>li>a:hover,
.odoo-custom-pages .nav-rose-hover .wsmegamenu .latest-news .post-summary a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-rose-hover>li>.wsmegamenu .link-list li a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-rose-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  color: #ff495a !important;
}

.odoo-custom-pages .nav-salmon-hover .wsmegamenu h5.h5-xs a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-salmon-hover>li>ul.sub-menu>li>a:hover,
.odoo-custom-pages .nav-salmon-hover .wsmegamenu .latest-news .post-summary a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-salmon-hover>li>.wsmegamenu .link-list li a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-salmon-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  color: #ee6011 !important;
}

.odoo-custom-pages .nav-skyblue-hover .wsmegamenu h5.h5-xs a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-skyblue-hover>li>ul.sub-menu>li>a:hover,
.odoo-custom-pages .nav-skyblue-hover .wsmegamenu .latest-news .post-summary a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-skyblue-hover>li>.wsmegamenu .link-list li a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-skyblue-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  color: #37baf2 !important;
}

.odoo-custom-pages .nav-steel-hover .wsmegamenu h5.h5-xs a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-steel-hover>li>ul.sub-menu>li>a:hover,
.odoo-custom-pages .nav-steel-hover .wsmegamenu .latest-news .post-summary a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-steel-hover>li>.wsmegamenu .link-list li a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-steel-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  color: #4558cb !important;
}

.odoo-custom-pages .nav-steelblue-hover .wsmegamenu h5.h5-xs a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-steelblue-hover>li>ul.sub-menu>li>a:hover,
.odoo-custom-pages .nav-steelblue-hover .wsmegamenu .latest-news .post-summary a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-steelblue-hover>li>.wsmegamenu .link-list li a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-steelblue-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  color: #3079Bf !important;
}

.odoo-custom-pages .nav-yellow-hover .wsmegamenu h5.h5-xs a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-yellow-hover>li>ul.sub-menu>li>a:hover,
.odoo-custom-pages .nav-yellow-hover .wsmegamenu .latest-news .post-summary a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-yellow-hover>li>.wsmegamenu .link-list li a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-yellow-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  color: #f7be27 !important;
}

/*------------------------------------------*/
/*  NAVBAR SCROLL
/*------------------------------------------*/

.odoo-custom-pages .tra-menu .wsmainfull.scroll,
.odoo-custom-pages .white-menu .wsmainfull.scroll,
.odoo-custom-pages .dark-menu.dark-scroll .wsmainfull.scroll {
  background-color: #fff !important;
  padding: 3px 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.odoo-custom-pages .scroll .white-color.header-socials span {
  color: #444 !important;
}

/*------------------------------------------*/
/*  Navigation Menu
/*------------------------------------------*/

.odoo-custom-pages .tra-menu.navbar-light .scroll .wsmenu>.wsmenu-list>li a {
  color: #444;
}

.odoo-custom-pages .tra-menu.navbar-light.dark-scroll .scroll .wsmenu>.wsmenu-list>li a,
.odoo-custom-pages .tra-menu.navbar-dark.dark-scroll .scroll .wsmenu>.wsmenu-list>li a {
  color: #fff;
}

.odoo-custom-pages .tra-menu.navbar-light.dark-scroll .scroll .wsmenu>.wsmenu-list .sub-menu li a,
.odoo-custom-pages .tra-menu.navbar-dark.dark-scroll .scroll .wsmenu>.wsmenu-list .sub-menu li a,
.odoo-custom-pages .tra-menu.navbar-light.dark-scroll .scroll .wsmenu>.wsmenu-list li .wsmegamenu a,
.odoo-custom-pages .tra-menu.navbar-dark.dark-scroll .scroll .wsmenu>.wsmenu-list li .wsmegamenu a {
  color: #666;
}

/*------------------------------------------*/
/*  Logo Image
/*------------------------------------------*/

.odoo-custom-pages .logo-white,
.odoo-custom-pages .logo-black {
  display: block;
}

.odoo-custom-pages .navbar-light .logo-black,
.odoo-custom-pages .navbar-dark .logo-white,
.odoo-custom-pages .tra-menu.navbar-light .scroll .logo-white,
.odoo-custom-pages .tra-menu.navbar-light.dark-scroll .scroll .logo-black,
.odoo-custom-pages .tra-menu.navbar-dark.dark-scroll .scroll .logo-black {
  display: none;
}

.odoo-custom-pages .tra-menu.navbar-light .scroll .logo-black,
.odoo-custom-pages .tra-menu.navbar-light.dark-scroll .scroll .logo-white,
.odoo-custom-pages .tra-menu.navbar-dark.dark-scroll .scroll .logo-white {
  display: block;
}




/* ==========================================================================
  05. HERO
  =========================================================================== */

@media only screen and (min-width:992px) {
  .odoo-custom-pages .hero-section {
    margin-top: 110px;
  }
}

.odoo-custom-pages .hero-section .container {
  position: relative;
  z-index: 3;
}

.odoo-custom-pages #hero-8 .container,
.odoo-custom-pages #hero-9 .container {
  overflow: hidden;
}

.odoo-custom-pages #hero-2 {
  padding-top: 170px;
}

.odoo-custom-pages #hero-3 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/hero-3.jpg);
  padding-top: 150px;
  padding-bottom: 60px;
}

.odoo-custom-pages #hero-4 {
  padding-top: 160px;
}

.odoo-custom-pages #hero-5 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/hero-5.jpg);
  padding-top: 150px;
  padding-bottom: 100px;
}

.odoo-custom-pages #hero-6 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/hero-29.jpg);
  padding-top: 120px;
  padding-bottom: 110px;
  position: relative;
  z-index: 3;
  margin: 0;
}

.odoo-custom-pages #hero-7 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/hero-7.jpg);
  padding-top: 130px;
  position: relative;
  z-index: 3;
}

.odoo-custom-pages #hero-8 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/hero-8.jpg);
  padding-top: 150px;
}

.odoo-custom-pages #hero-9 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/hero-9.jpg);
  padding-top: 160px;
}

.odoo-custom-pages #hero-10 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/hero-10.jpg);
  padding-top: 160px;
  padding-bottom: 25px;
  position: relative;
  z-index: 3;
}

.odoo-custom-pages #hero-11 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/hero-11.jpg);
  padding-top: 160px;
  padding-bottom: 60px;
}

.odoo-custom-pages #hero-13 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/hero-13.jpg);
  padding-top: 160px;
  padding-bottom: 40px;
  margin-bottom: 50px;
  position: relative;
  z-index: 3;
}

.odoo-custom-pages #hero-14 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/hero-14.jpg);
  padding-top: 150px;
  padding-bottom: 60px;
}

.odoo-custom-pages #hero-15 {
  padding-top: 250px;
}

.odoo-custom-pages #hero-16 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/hero-16.jpg);
  padding-top: 130px;
  padding-bottom: 160px;
  position: relative;
  z-index: 3;
}

.odoo-custom-pages #hero-17 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/hero-17.jpg);
  padding-top: 150px;
  padding-bottom: 30px;
  margin-bottom: 100px;
  position: relative;
}

.odoo-custom-pages #hero-18 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/hero-18.jpg);
  padding-top: 165px;
  padding-bottom: 105px;
}

.odoo-custom-pages #hero-19 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/hero-19.jpg);
  padding-top: 180px;
  padding-bottom: 130px;
}

.odoo-custom-pages #hero-21 {
  padding-top: 180px;
}

.odoo-custom-pages #hero-22 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/hero-22.jpg);
  padding-top: 200px;
  padding-bottom: 120px;
}

.odoo-custom-pages #hero-23 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/hero-23.jpg);
  padding-top: 200px;
  padding-bottom: 120px;
}

.odoo-custom-pages #hero-24 {
  position: relative;
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/hero-24.jpg);
  padding-top: 190px;
  padding-bottom: 100px;
}

.odoo-custom-pages #hero-26 {
  padding-top: 140px;
}

.odoo-custom-pages #hero-27 {
  position: relative;
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/hero-27.jpg);
  padding-top: 180px;
  padding-bottom: 30px;
  margin-bottom: 100px;
}

.odoo-custom-pages #hero-28 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/hero-28.jpg);
  background-position: center center;
  padding-top: 180px;
  position: relative;
}



.odoo-custom-pages .manufacturer-banner {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/hero-31.jpg) !important;
}


.odoo-custom-pages .hero-28-gradient {
  position: relative;
  width: 100%;
  background-image: -webkit-linear-gradient(to top, #282828, rgba(33, 35, 36, .01) 100%);
  background-image: linear-gradient(to top, #282828, rgba(33, 34, 35, .01) 100%);
  padding: 100px 0 40px;
  margin-bottom: -20px;
  z-index: 991;
}

.odoo-custom-pages #hero-29 {
  height: 100vh;
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/hero-29.jpg);
}

.odoo-custom-pages #hero-30 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/hero-30.jpg);
  padding-top: 180px;
  padding-bottom: 100px;
}

/*------------------------------------------*/
/*  HERO SLIDER
/*------------------------------------------*/

.odoo-custom-pages .slider {
  position: relative;
  max-width: 100%;
  height: 670px;
}

.odoo-custom-pages #hero-25 .slider,
.odoo-custom-pages #hero-25 .slider .slides {
  height: 620px;
}

.odoo-custom-pages .slider.mt-80 {
  height: 620px;
  margin-top: 80px;
}

.odoo-custom-pages .slider .slides {
  margin: 0;
  height: 670px;
}

.odoo-custom-pages .slider.mt-80 .slides {
  margin: 0;
  height: 620px;
}

.odoo-custom-pages .slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

.odoo-custom-pages .slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.odoo-custom-pages .slider .slides li .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.odoo-custom-pages .slider .slides li.active {
  z-index: 2;
}

/*------------------------------------------*/
/*  Slider Animation
/*------------------------------------------*/

.odoo-custom-pages .center-align {
  text-align: center;
}

/*------------------------------------------*/
/*  Slider Indicators
/*------------------------------------------*/

.odoo-custom-pages .slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0;
  z-index: 98;
}

.odoo-custom-pages .slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  height: 10px;
  width: 10px;
  border: 2px solid #fff;
  margin: 0 7px;
  opacity: .5;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}

.odoo-custom-pages .slider.dark-nav .indicators .indicator-item {
  border: 2px solid #222;
}

.odoo-custom-pages .slider .indicators .indicator-item.active {
  background-color: #fff;
  opacity: .65;
}

.odoo-custom-pages .slider.dark-nav .indicators .indicator-item.active {
  background-color: #222;
}

/*------------------------------------------*/
/*  HERO TEXT
/*------------------------------------------*/

.odoo-custom-pages #hero-1 .caption-txt {
  margin-top: 45px;
}

.odoo-custom-pages .hero-2-txt {
  margin-bottom: 80px;
}

.odoo-custom-pages .hero-6-txt {
  margin-top: -20px;
}

.odoo-custom-pages .hero-7-txt {
  margin-top: -30px;
  padding-left: 40px;
}

.odoo-custom-pages .hero-8-txt,
.odoo-custom-pages .hero-10-txt,
.odoo-custom-pages #hero-12 .caption-txt {
  margin-top: -25px;
}

.odoo-custom-pages .hero-9-txt {
  margin-bottom: 30px;
}

.odoo-custom-pages .hero-15-txt {
  padding-top: 20px;
}

.odoo-custom-pages .hero-16-txt {
  margin-top: -30px;
}

.odoo-custom-pages .hero-19-txt {
  padding: 0 5%;
}

.odoo-custom-pages #hero-20 .caption-txt {
  margin-top: 15px;
}

.odoo-custom-pages .hero-21-txt {
  margin-bottom: 80px;
}

.odoo-custom-pages .hero-23-txt {
  margin-top: -10px;
}

.odoo-custom-pages #hero-25 .caption-txt {
  margin-top: 20px;
}

.odoo-custom-pages .hero-27-txt {
  margin-bottom: 20px;
}

.odoo-custom-pages .hero-29-txt {
  margin-top: 12vh;
}

/*------------------------------------------*/
/*  HERO APP LOGO
/*------------------------------------------*/

.odoo-custom-pages .hero-logo {
  margin-bottom: 30px;
}

.odoo-custom-pages #hero-29 .hero-logo {
  margin-bottom: 35px;
}

.odoo-custom-pages .hero-logo img {
  width: auto;
  max-width: inherit;
  max-height: 70px;
}

.odoo-custom-pages #hero-29 .hero-logo img {
  max-height: 55px;
}

.odoo-custom-pages .hero-logo-txt {
  margin-left: 15px;
}

.odoo-custom-pages .hero-logo-txt h4 {
  display: inline-block;
  float: left;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 0;
}

.odoo-custom-pages .hero-logo span {
  position: relative;
  font-size: 0.925rem;
  line-height: 1;
  font-weight: 700;
  top: 5px;
  left: 12px;
  padding: 4px 8px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}

/*------------------------------------------*/
/*  HERO POST TITLE
/*------------------------------------------*/

.odoo-custom-pages .posttitle {
  text-align: center;
  margin-bottom: 10px;
}

.odoo-custom-pages .posttitle:before,
.odoo-custom-pages .posttitle:after {
  position: relative;
  display: inline-block;
  content: "";
  height: 2px;
  background-color: #aa946e;
  width: 60px;
  margin-right: 25px;
  margin-bottom: 20px;
}

.odoo-custom-pages .posttitle:after {
  margin-left: 25px;
  margin-right: 0;
}

/*------------------------------------------*/
/*  Hero Headers
/*------------------------------------------*/

.odoo-custom-pages #hero-1 h2 {
  font-size: 6.5rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0 3%;
  margin-bottom: 15px;
}

.odoo-custom-pages .hero-2-txt h2 {
  margin-bottom: 15px;
}

.odoo-custom-pages .hero-3-txt h2 {
  font-weight: 800;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.odoo-custom-pages .hero-4-title h2 {
  margin-bottom: 0;
}

.odoo-custom-pages .hero-5-txt h2.h2-sm {
  margin-bottom: 30px;
}

.odoo-custom-pages .hero-5-txt h2.h2-md span {
  position: relative;
  top: -5px;
}

.odoo-custom-pages .hero-5-txt h2.h2-title-lg {
  font-size: 9.25rem;
  line-height: 0.9;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0px;
  margin-bottom: 25px;
}

.odoo-custom-pages .hero-6-txt h2.h2-md {
  line-height: 1.25;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.odoo-custom-pages .hero-6-txt h2.h2-title-md {
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.odoo-custom-pages .hero-7-txt h2 {
  line-height: 1.2;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}

.odoo-custom-pages .hero-8-txt h3 {
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.odoo-custom-pages .hero-9-txt h2 {
  line-height: 1.2;
  margin-bottom: 15px;
}

.odoo-custom-pages .hero-10-txt h2 {
  line-height: 1.25;
  margin-bottom: 15px;
}

.odoo-custom-pages .hero-11-txt h2,
.odoo-custom-pages .hero-14-txt h3 {
  margin-bottom: 25px;
}

.odoo-custom-pages #hero-12 h6 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.odoo-custom-pages #hero-12 h2 {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.odoo-custom-pages .hero-13-txt h3,
.odoo-custom-pages .hero-15-txt h2 {
  margin-bottom: 20px;
}

.odoo-custom-pages #hero-15 h2 {
  line-height: 1;
  margin-bottom: 30px;
}

.odoo-custom-pages #hero-15 h4 {
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 0;
}

.odoo-custom-pages #hero-15 h4 span {
  font-weight: 600;
  text-decoration: underline;
}

.odoo-custom-pages #hero-16 h2 {
  font-size: 4.75rem;
  line-height: 1.05;
  margin-bottom: 30px;
}

.odoo-custom-pages #hero-17 h4 {
  font-weight: 500;
  margin-bottom: 35px;
}

.odoo-custom-pages #hero-17 h2.h2-title-xs {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.odoo-custom-pages #hero-17 h2.h2-md {
  line-height: 1;
  font-weight: 500;
  margin-bottom: 25px;
}

.odoo-custom-pages .hero-18-txt h6 {
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.odoo-custom-pages .hero-18-txt h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.odoo-custom-pages .hero-19-txt h2 {
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.odoo-custom-pages #hero-20 h2 {
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0 5%;
  margin-bottom: 20px;
}

.odoo-custom-pages #hero-22 h5 {
  font-weight: 400;
  margin-bottom: 20px;
}

.odoo-custom-pages #hero-22 h3 {
  font-weight: 500;
  margin-bottom: 25px;
}

.odoo-custom-pages .hero-23-txt h2 {
  text-transform: uppercase;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 20px;
}

.odoo-custom-pages .hero-23-txt h4 {
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 25px;
}

.odoo-custom-pages .hero-24-txt h2 {
  margin-bottom: 0px;
}

.odoo-custom-pages #hero-25 h2 {
  margin-bottom: 20px;
}

.odoo-custom-pages .hero-26-txt h2 {
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.odoo-custom-pages .hero-27-txt h3 {
  line-height: 1.1;
  margin-bottom: 25px;
}

.odoo-custom-pages .hero-27-txt h2 {
  margin-bottom: 25px;
}

.odoo-custom-pages .hero-28-txt h2 {
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.odoo-custom-pages .hero-29-txt h3 {
  margin-bottom: 25px;
}

.odoo-custom-pages .hero-30-txt h2 {
  font-weight: 800;
  margin-top: 40px;
  margin-bottom: 20px;
}

.odoo-custom-pages .hero-30-txt h2:before {
  display: block;
  content: "";
  height: 2px;
  width: 200px;
  background: #f7be27;
  margin: 20px auto 20px;
  position: relative;
}

.odoo-custom-pages .hero-30-txt h5 {
  line-height: 1.4;
  font-weight: 400;
  padding: 0 5%;
  margin-bottom: 35px;
}

/*------------------------------------------*/
/*  Hero Paragraphs
/*------------------------------------------*/

.odoo-custom-pages #hero-1 .caption-txt p {
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 30px;
}

.odoo-custom-pages .hero-2-txt p {
  padding: 0 5%;
  margin-bottom: 0;
}

.odoo-custom-pages .hero-3-txt p {
  padding-right: 8%;
  margin-bottom: 30px;
}

.odoo-custom-pages .hero-4-txt p {
  margin-bottom: 0;
}

.odoo-custom-pages .hero-5-txt p {
  font-size: 1.35rem;
  padding: 0 5%;
  margin-bottom: 30px;
}

.odoo-custom-pages .hero-6-txt p {
  padding-right: 10%;
  margin-bottom: 30px;
}

.odoo-custom-pages .hero-7-txt p {
  padding-right: 5%;
  margin-bottom: 35px;
}

.odoo-custom-pages .hero-8-txt p {
  margin-bottom: 30px;
}

.odoo-custom-pages .hero-9-txt p {
  font-weight: 400;
  padding: 0 12%;
  margin-bottom: 25px;
}

.odoo-custom-pages .hero-10-txt p {
  padding-right: 5%;
  margin-bottom: 30px;
}

.odoo-custom-pages .hero-11-txt p {
  padding-right: 10%;
  margin-bottom: 0;
}

.odoo-custom-pages #hero-12 .caption-txt p {
  font-size: 1.35rem;
  padding: 0 12%;
  margin-bottom: 30px;
}

.odoo-custom-pages .hero-13-txt p {
  padding: 0 10%;
  margin-bottom: 25px;
}

.odoo-custom-pages .hero-14-txt p {
  font-size: 1.35rem;
  font-weight: 400;
  margin-bottom: 35px;
}

.odoo-custom-pages .hero-15-txt a {
  font-weight: 400;
  text-decoration: underline;
}

.odoo-custom-pages .hero-16-txt p {
  padding-right: 10%;
  margin-bottom: 0;
}

.odoo-custom-pages .hero-17-txt p {
  padding: 0 10%;
  margin-bottom: 30px;
}

.odoo-custom-pages .hero-18-txt p {
  padding-right: 5%;
  margin-bottom: 35px;
}

.odoo-custom-pages .hero-19-txt p {
  padding: 0 8%;
  margin-bottom: 35px;
}

.odoo-custom-pages #hero-20 .caption-txt p {
  font-weight: 400;
  padding: 0 15%;
  margin-bottom: 30px;
}

.odoo-custom-pages .hero-21-txt p {
  padding-right: 10%;
  margin-bottom: 35px;
}

.odoo-custom-pages .hero-22-txt p {
  margin-bottom: 0;
}

.odoo-custom-pages .hero-22-txt a {
  font-weight: 700;
}

.odoo-custom-pages .hero-24-txt p {
  padding: 0 5%;
  margin-bottom: 35px;
}

.odoo-custom-pages #hero-25 .caption-txt p {
  padding: 0 16%;
  margin-bottom: 30px;
}

.odoo-custom-pages .hero-26-txt p {
  padding-right: 10%;
  margin-bottom: 35px;
}

.odoo-custom-pages .hero-27-txt p {
  padding-right: 15%;
  margin-bottom: 0;
}

.odoo-custom-pages .hero-28-txt p {
  font-size: 1.35rem;
  padding-right: 10%;
  margin-bottom: 0;
}

.odoo-custom-pages .hero-29-txt p {
  font-weight: 400;
  margin-bottom: 50px;
}

/*------------------------------------------*/
/*  HERO SOCIAL LINKS
/*------------------------------------------*/

.odoo-custom-pages #hero-29 .hero-socials {
  margin-top: 70px;
  text-align: center;
}

.odoo-custom-pages #hero-30 .hero-socials {
  margin-top: 80px;
  margin-bottom: 80px;
}

.odoo-custom-pages .hero-socials ul li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

.odoo-custom-pages .hero-socials a {
  width: 42px;
  height: 42px;
  color: #666;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.odoo-custom-pages .hero-socials span.hero-socials-txt {
  font-size: 1.1rem;
  line-height: 42px;
  font-weight: 500;
  margin-right: 15px;
}

.odoo-custom-pages .hero-socials [class^="flaticon-"]:before,
.odoo-custom-pages .hero-socials [class^="flaticon-"]:after {
  color: #fff;
  font-size: 22px;
  line-height: 40px !important;
}

.odoo-custom-pages .hero-socials a.ico-facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.odoo-custom-pages .hero-socials a.ico-twitter:hover {
  background-color: #00a9ed;
  border-color: #00a9ed;
}

.odoo-custom-pages .hero-socials a.ico-instagram:hover {
  background-color: #e44772;
  border-color: #e44772;
}

.odoo-custom-pages .hero-socials a.ico-dribbble:hover {
  background-color: #d92d84;
  border-color: #d92d84;
}

.odoo-custom-pages .hero-socials a.ico-behance:hover {
  background-color: #2473f6;
  border-color: #2473f6;
}

.odoo-custom-pages .hero-socials a.ico-pinterest:hover {
  background-color: #ac281a;
  border-color: #ac281a;
}

.odoo-custom-pages .hero-socials a.ico-linkedin:hover {
  background-color: #015886;
  border-color: #015886;
}

.odoo-custom-pages .hero-socials a.ico-google-plus:hover {
  background-color: #cd1111;
  border-color: #cd1111;
}

.odoo-custom-pages .hero-socials a.ico-youtube:hover {
  background-color: #cd1b20;
  border-color: #cd1b20;
}

.odoo-custom-pages .hero-socials a.ico-tumblr:hover {
  background-color: #3a5976;
  border-color: #3a5976;
}

.odoo-custom-pages .hero-socials a.ico-vk:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

/*------------------------------------------*/
/*  HERO BANNER
/*------------------------------------------*/

.odoo-custom-pages .hero-banner {
  position: relative;
  margin-top: -40px;
  z-index: 99;
}

.odoo-custom-pages .hero-banner .col-md-4 {
  padding-left: 5px;
  padding-left: 5px;
}

.odoo-custom-pages .hero-banner-link {
  position: relative;
  margin: -15px 0;
  z-index: 994;
}

/*------------------------------------------*/
/*. HERO PROMO
/*------------------------------------------*/

.odoo-custom-pages .hero-promo {
  position: relative;
  z-index: 999;
  margin: 90px 30px -170px;
  padding: 50px 35px;
}

.odoo-custom-pages .hero-promo p {
  font-weight: 300;
  margin-bottom: 15px;
}

.odoo-custom-pages .hero-promo h2 {
  font-size: 6rem;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 0;
}

.odoo-custom-pages .hero-promo h5 {
  line-height: 1.3;
  margin-bottom: 15px;
}

/*------------------------------------------*/
/*  HERO BOXES
/*------------------------------------------*/

.odoo-custom-pages .odoo-custom-pages .hbox-1-wrapper {
  position: relative;
  margin-top: 60px;
  margin-bottom: -120px;
  z-index: 50;
}

.odoo-custom-pages #hero-17 .hbox-1-wrapper {
  margin-top: 70px;
}

.odoo-custom-pages #hb-1-1,
.odoo-custom-pages #hb-1-3 {
  background-color: #2c333b;
  padding: 55px;
}

.odoo-custom-pages #hero-17 #hb-1-1,
.odoo-custom-pages #hero-17 #hb-1-3 {
  background-color: #fff;
  border: 1px solid #ddd;
}

.odoo-custom-pages #hb-1-2 {
  background-color: #282e35;
  padding: 55px;
}

.odoo-custom-pages #hero-17 #hb-1-2 {
  background-color: #f2f4f5;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.odoo-custom-pages .hbox-1 h6,
.odoo-custom-pages .hbox-1 h5 {
  margin-bottom: 10px;
}

.odoo-custom-pages .hbox-1 h6.fraunces-font,
.odoo-custom-pages .hbox-1 h5.fraunces-font {
  margin-bottom: 15px;
}

.odoo-custom-pages .hbox-1 p {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  HERO DATA
/*------------------------------------------*/

.odoo-custom-pages .hero-26-data {
  position: relative;
  padding: 20px 30px 25px;
  margin: -100px 25% 0 -30px;
}

.odoo-custom-pages .hero-26-data p {
  margin-bottom: 8px;
}

.odoo-custom-pages .hero-26-data h5 {
  margin-bottom: 15px;
}

.odoo-custom-pages .hero-26-data ul li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

.odoo-custom-pages .hero-26-data ul li a {
  text-align: center;
  margin-right: 15px;
  display: inline-block;
}

/*------------------------------------------*/
/*  HERO FORM
/*------------------------------------------*/

.odoo-custom-pages #hero-11 .request-form {
  margin: 30px 30px 25px 0;
}

.odoo-custom-pages #hero-17 .request-form {
  margin: 30px 10% 25px;
}

/*------------------------------------------*/
/*  Hero Request Form Input
/*------------------------------------------*/

.odoo-custom-pages .request-form .form-control {
  height: 56px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #666;
  font-size: 18px;
  font-weight: 400;
  padding: 0 20px;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.odoo-custom-pages #hero-17 .request-form .form-control {
  height: 58px;
}

.odoo-custom-pages .request-form .input-group>.form-control:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/*------------------------------------------*/
/*  Hero Request Form Placeholder
/*------------------------------------------*/

.odoo-custom-pages .request-form .form-control::-moz-placeholder {
  color: #999;
}

.odoo-custom-pages .request-form .form-control:-ms-input-placeholder {
  color: #999;
}

.odoo-custom-pages .request-form .form-control::-webkit-input-placeholder {
  color: #999;
}

/*------------------------------------------*/
/*  Hero Request Form Focus
/*------------------------------------------*/

.odoo-custom-pages .request-form .form-control:focus {
  background-color: #f5f6f7;
  border-color: #ccc;
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Hero Request Form Button
/*------------------------------------------*/

.odoo-custom-pages .request-form .btn {
  height: 56px;
  font-size: 18px;
  padding: 13px 40px;
  margin-left: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.odoo-custom-pages #hero-17 .request-form .btn {
  height: 58px;
  padding: 13px 60px;
}

/*------------------------------------------*/
/*  Hero Request Form Message
/*------------------------------------------*/

.odoo-custom-pages .request-form-msg {
  width: 100% !important;
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
}

.odoo-custom-pages .request-form .loading {
  color: #00b2e4;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
}

/*------------------------------------------*/
/*  HERO REGISTER FORM 
/*------------------------------------------*/

.odoo-custom-pages .hero-form {
  margin: 0 45px 40px 30px;
}

.odoo-custom-pages .hero-form form {
  border: 1px solid #fafafa;
  padding: 45px 30px 35px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.odoo-custom-pages .hero-form p {
  /* margin-top: 15px; */
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  Hero Form Input
/*------------------------------------------*/

.odoo-custom-pages .hero-form .form-control {
  text-align: center;
  background-color: #fff;
  color: #333;
  height: 52px;
  font-size: 17px;
  font-weight: 300;
  padding: 0 15px;
  margin-bottom: 18px;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: none;
}

.odoo-custom-pages .hero-form .form-control:focus {
  background-color: #f5f6f7;
  border-color: #ccc;
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*    Register Form Button
/*------------------------------------------*/

.odoo-custom-pages .hero-form .btn {
  display: block;
  width: 100%;
  padding: 15px 30px;
  margin-top: 5px;
}

/*------------------------------------------*/
/*  Form Message
/*------------------------------------------*/

.odoo-custom-pages .register-form-msg {
  width: 100% !important;
  display: block;
  margin-top: 15px;
  padding-left: 0;
}

.odoo-custom-pages .hero-section .register-form .loading {
  color: #00b2e4;
  font-size: 17px;
  font-weight: 500;
}

.odoo-custom-pages .hero-section .register-form .error {
  /* color: #e74c3c; */
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  HERO IMAGE
/*------------------------------------------*/

.odoo-custom-pages .hero-4-images {
  margin-top: 80px;
}

.odoo-custom-pages .hero-4-images .col-lg,
.odoo-custom-pages .hero-4-images .col-lg-4 {
  padding: 0 5px;
}

.odoo-custom-pages #img-4-2 {
  margin-top: -20px;
}

.odoo-custom-pages .hero-10-img {
  padding-left: 30px;
}

.odoo-custom-pages .hero-10-img img {
  position: relative;
  max-width: none;
  display: inline-block;
}

.odoo-custom-pages .hero-13-img {
  text-align: center;
  margin-top: 40px;
  margin-bottom: -100px;
  position: relative;
  z-index: 999;
}

.odoo-custom-pages .hero-16-img {
  margin-right: 5%;
  margin-left: -10%;
}

.odoo-custom-pages .hero-21-img {
  position: relative;
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/hero-21.jpg);
  width: 100%;
  padding-top: 250px;
  padding-bottom: 250px;
}




/* ==========================================================================
  06. ABOUT
  =========================================================================== */

.odoo-custom-pages #about-1 {
  position: relative;
  margin-top: -60px;
  z-index: 56;
}

.odoo-custom-pages .about-1-wrapper {
  padding: 45px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.odoo-custom-pages #about-5,
.odoo-custom-pages #about-6 {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 85px;
}

.odoo-custom-pages #ab-2-1 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/ab-2-1.jpg);
}

.odoo-custom-pages #ab-2-2 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/ab-2-2.jpg);
}

.odoo-custom-pages #ab-2-3 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/ab-2-3.jpg);
}

.odoo-custom-pages #ab-2-4 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/ab-2-4.jpg);
}

.odoo-custom-pages #ab-2-1.abox-2-logistic {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/ab-2-1-logistic.jpg);
}

.odoo-custom-pages #ab-2-2.abox-2-logistic {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/ab-2-2-logistic.jpg);
}

.odoo-custom-pages #ab-2-3.abox-2-logistic {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/ab-2-3-logistic.jpg);
}

.odoo-custom-pages #ab-2-4.abox-2-logistic {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/ab-2-4-logistic.jpg);
}

/*------------------------------------------*/
/*  ABOUT TEXT
/*------------------------------------------*/

.odoo-custom-pages .about-5-txt {
  padding: 0 60px 0 15px;
}

.odoo-custom-pages .about-6-txt {
  padding: 0 15px 0 60px;
}

/*------------------------------------------*/
/*  ABOUT TYPOGRAPHY
/*------------------------------------------*/

.odoo-custom-pages .about-4-txt h4,
.odoo-custom-pages .about-4-txt h3,
.odoo-custom-pages .about-4-txt h2 {
  margin-bottom: 20px;
}

.odoo-custom-pages .about-5-txt h3,
.odoo-custom-pages .about-6-txt h3,
.odoo-custom-pages .about-5-txt h2,
.odoo-custom-pages .about-6-txt h2 {
  margin-bottom: 25px;
}

.odoo-custom-pages .about-4-txt .btn {
  margin-top: 15px;
}

.odoo-custom-pages .about-5-txt p.p-lg {
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*  ABOUT BOX
/*------------------------------------------*/

.odoo-custom-pages .abox-7-txt {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, .01));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, .01));
  padding: 160px 30px 20px;
}

/*------------------------------------------*/
/*  ABOUT BOX TYPOGRAPHY
/*------------------------------------------*/

.odoo-custom-pages .abox-1 h6,
.odoo-custom-pages .abox-1 h5 {
  line-height: 1;
  margin-bottom: 15px;
}

.odoo-custom-pages .abox-1 h3 {
  margin-bottom: 0;
}

.odoo-custom-pages .abox-1 p {
  margin-bottom: 1px;
}

/*------------------------------------------*/
/*  ABOUT IMAGE
/*------------------------------------------*/

.odoo-custom-pages .about-5-img {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/about-5.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  left: 50%;
}

.odoo-custom-pages .about-5-cars .about-5-img {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/about-5-cars.jpg);
}

.odoo-custom-pages .about-6-img {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/about-6.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  left: 0;
}

.odoo-custom-pages .about-6-cars .about-6-img {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/about-6-cars.jpg);
}

.odoo-custom-pages .about-6-construction .about-6-img {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/about-6-construction.jpg);
}

.odoo-custom-pages .about-6-handyman .about-6-img {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/about-6-handyman.jpg);
}

.odoo-custom-pages .about-6-barber .about-6-img {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/about-6-barber.jpg);
}

.odoo-custom-pages .about-6-logistic .about-6-img {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/about-6-logistic.jpg);
}

/*------------------------------------------*/
/*  ABOUT MORE BUTTON
/*------------------------------------------*/

.odoo-custom-pages .about-2-btn {
  margin-top: 10px;
  margin-bottom: 40px;
}




/* ==========================================================================
  07. FEATURES
  =========================================================================== */

.odoo-custom-pages .bg-logistic {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/bg-logistic.jpg);
}

.odoo-custom-pages #features-11 {
  position: relative;
  padding-top: 250px;
  padding-bottom: 60px;
  margin-top: -250px;
  z-index: 2;
}

.odoo-custom-pages #features-12.tra-bkg {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
}

.odoo-custom-pages #features-12.tra-bkg:after {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  background-color: #f7f7f7;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}

.odoo-custom-pages .features-13-title {
  position: relative;
  z-index: 3;
  padding-top: 100px;
  padding-bottom: 250px;
}

/*------------------------------------------*/
/*  BOXES WRAPPER
/*------------------------------------------*/

.odoo-custom-pages .fbox-4-wrapper {
  background-color: #f8f8fb;
  border: 1px solid #ddd;
}

.odoo-custom-pages .bg-dark .fbox-4-wrapper {
  background-color: #222;
  border: 1px solid #333;
}

.odoo-custom-pages .bg-dark .fbox-4-wrapper .col-md-6 {
  border-color: #333;
}

.odoo-custom-pages .fbox-4-wrapper .row {
  margin: 0;
}

.odoo-custom-pages .fbox-4-wrapper .col-md-6 {
  padding: 0;
}

.odoo-custom-pages .features-4-txt p {
  font-weight: 400;
  margin-top: 60px;
  margin-bottom: 0;
}

.odoo-custom-pages .features-4-txt p span {
  margin-right: 5px;
}

.odoo-custom-pages .features-7-txt h3,
.odoo-custom-pages .features-13-txt h3,
.odoo-custom-pages .features-7-txt p,
.odoo-custom-pages .features-13-txt p {
  margin-bottom: 0;
}

.odoo-custom-pages .fbox-9-wrapper {
  padding: 0 3%;
  margin-top: 50px;
}

.odoo-custom-pages .fbox-7-wrapper,
.odoo-custom-pages .fbox-13-wrapper {
  position: relative;
  z-index: 5;
}

.odoo-custom-pages .fbox-11-wrapper {
  padding: 0 6%;
}

.odoo-custom-pages .fbox-13-wrapper {
  position: relative;
  z-index: 62;
  margin-top: -250px;
}

.odoo-custom-pages .fbox-13-wrapper .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
}

/*------------------------------------------*/
/*  FEATURE BOX
/*------------------------------------------*/

.odoo-custom-pages .fbox-1 {
  background-color: #f8f8fb;
  background-color: #fcfcfc;
  padding: 60px 35px;
  margin-bottom: 30px;
}

.odoo-custom-pages .fbox-4 {
  padding: 60px 35px;
}

.odoo-custom-pages .fbox-5 {
  position: relative;
  overflow: hidden;
  background-color: #f8f8fb;
  padding: 35px;
  margin-bottom: 30px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.odoo-custom-pages .fbox-6 {
  position: relative;
  overflow: hidden;
  background-color: #f8f8fb;
  padding: 50px 35px;
  margin-bottom: 30px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.odoo-custom-pages .fbox-8 {
  position: relative;
  text-align: center;
  background-color: #f8f8fb;
  padding: 35px 25px;
  margin-bottom: 40px;
}

.odoo-custom-pages #fb-10-1 {
  margin-top: 160px;
}

.odoo-custom-pages #fb-10-2 {
  margin-top: 80px;
}

.odoo-custom-pages #fb-12-2 {
  margin-top: 50px;
}

.odoo-custom-pages #fb-12-3 {
  margin-top: 100px;
}

.odoo-custom-pages .bg-lightgrey .fbox-1,
.odoo-custom-pages .bg-lightgrey .fbox-5,
.odoo-custom-pages .bg-lightgrey .fbox-6,
.odoo-custom-pages .bg-lightgrey .fbox-8 {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
}

.odoo-custom-pages .fbox-13 {
  position: relative;
  overflow: hidden;
}

.odoo-custom-pages .fbox-13-txt {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 70;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(20, 20, 20, .75));
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(20, 20, 20, .75));
  padding: 100px 25px 40px;
  overflow: hidden;
}

.odoo-custom-pages .fbox-13-txt h6,
.odoo-custom-pages .fbox-13-txt h5 {
  margin-bottom: 0;
}

.odoo-custom-pages .fbox-13-txt p {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  FEATURE BOX HOVER
/*------------------------------------------*/

.odoo-custom-pages .fbox-5-hover .fbox-5:hover {
  background-color: #f5f5f5 !important;
  -webkit-box-shadow: 0px 8px 12px 0 rgba(10, 10, 10, .08);
  box-shadow: 0px 8px 12px 0 rgba(10, 10, 10, .08);
}

.odoo-custom-pages .fbox-6-hover .fbox-6.grey:hover {
  background-color: #bbb;
}

.odoo-custom-pages .fbox-6-hover .fbox-6.turquoise:hover {
  background-color: #12739d;
}

.odoo-custom-pages .fbox-6-hover .fbox-6.skyblue:hover {
  background-color: #37baf2;
}

.odoo-custom-pages .fbox-6-hover .fbox-6:hover .fbox-6-txt p,
.odoo-custom-pages .fbox-6-hover .fbox-6:hover .fbox-6-txt h6,
.odoo-custom-pages .fbox-6-hover .fbox-6:hover .fbox-6-txt h5,
.odoo-custom-pages .fbox-6-hover .fbox-6:hover .fbox-6-digit h6,
.odoo-custom-pages .fbox-6-hover .fbox-6:hover .fbox-6-digit h5,
.odoo-custom-pages .fbox-6-hover .fbox-6:hover .fbox-6-ico span {
  color: #fff;
}

.odoo-custom-pages .fbox-6-hover .fbox-6:hover .fbox-tra-digit {
  opacity: .2;
}

/*------------------------------------------*/
/*  FEATURE BOX TEXT
/*------------------------------------------*/

.odoo-custom-pages .fbox-txt {
  overflow: hidden;
  padding-left: 22px;
}

.odoo-custom-pages .fbox-6-txt {
  overflow: hidden;
  padding-left: 12px;
}

/*------------------------------------------*/
/*  FEATURE BOX TYPOGRAPHY
/*------------------------------------------*/

.odoo-custom-pages .fbox-txt h6,
.odoo-custom-pages .fbox-txt h5 {
  margin-bottom: 12px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.odoo-custom-pages .fbox-1-txt h6,
.odoo-custom-pages .fbox-1-txt h5 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.odoo-custom-pages .fbox-2-txt h6,
.odoo-custom-pages .fbox-2-txt h5 {
  margin-top: 20px;
  margin-bottom: 12px;
}

.odoo-custom-pages .fbox-6-txt h6,
.odoo-custom-pages .fbox-6-txt h5 {
  margin-bottom: 15px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.odoo-custom-pages .fbox-txt p,
.odoo-custom-pages .fbox-1-txt p,
.odoo-custom-pages .fbox-6-txt p,
.odoo-custom-pages .fbox-10 p {
  line-height: 1.5;
  margin-bottom: 0;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.odoo-custom-pages .fbox-1-txt p.grey-color {
  color: #9a9a9a;
}

.odoo-custom-pages .fbox-8 p {
  line-height: 1.35;
  margin-top: 25px;
  margin-bottom: 0;
}

.odoo-custom-pages .fbox-8 p:after {
  display: block;
  content: "";
  height: 2px;
  width: 80px;
  background: #517082;
  margin: 25px auto 0;
  position: relative;
  opacity: .5;
}

.odoo-custom-pages .fbox-12 p {
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0 5%;
}

/*------------------------------------------*/
/*  FEATURE BOX IMAGE
/*------------------------------------------*/

.odoo-custom-pages .fbox-img {
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}

.odoo-custom-pages .fbox-13-wrapper .fbox-img {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  FEATURE BOX ICON
/*------------------------------------------*/

.odoo-custom-pages .fbox-ico {
  float: left;
  text-align: center;
  margin-top: 2px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.odoo-custom-pages .fbox-6-ico {
  text-align: right;
  padding-right: 20px;
  margin-bottom: 45px;
}

.odoo-custom-pages .fbox-ico span,
.odoo-custom-pages .fbox-6-ico span {
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

/*------------------------------------------*/
/*  FEATURE BOX DIGIT
/*------------------------------------------*/

.odoo-custom-pages .fbox-6-digit {
  float: left;
  text-align: center;
  margin-top: 2px;
}

.odoo-custom-pages .fbox-6-digit h6,
.odoo-custom-pages .fbox-6-digit h5 {
  line-height: 1;
  margin-bottom: 0;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.odoo-custom-pages .fbox-tra-digit {
  position: absolute;
  top: -50px;
  left: -25px;
  font-family: 'Montserrat', sans-serif;
  color: #ddd;
  opacity: .25;
  font-size: 10rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -6px;
}

.odoo-custom-pages .fbox-5-tra-digit {
  position: absolute;
  top: -5px;
  right: 15px;
  font-family: 'Montserrat', sans-serif;
  color: #ddd;
  opacity: .25;
  font-size: 5rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -6px;
}

/*------------------------------------------*/
/*  FEATURE BOX STEP
/*------------------------------------------*/

.odoo-custom-pages .step {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0 auto 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.odoo-custom-pages .step span {
  font-size: 17px;
  line-height: 32px;
  font-weight: 500;
}

/*------------------------------------------*/
/*  FEATURE DETAILS
/*------------------------------------------*/

.odoo-custom-pages .service-txt h5.h5-xs,
.odoo-custom-pages .service-txt h5.h5-sm {
  margin-top: 30px;
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*  FEATURE IMAGE
/*------------------------------------------*/

.odoo-custom-pages .fbox-13 img,
.odoo-custom-pages .fbox-13 .item-overlay {
  overflow: hidden;
}

.odoo-custom-pages .fbox-13:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}




/* ==========================================================================
  08. CONTENT
  =========================================================================== */

.odoo-custom-pages #content-3 .container,
.odoo-custom-pages #content-8 .container,
.odoo-custom-pages #content-4.pt-100 .container {
  overflow: hidden;
}

.odoo-custom-pages #content-8 .section-title h3 {
  padding: 0 8%;
}

.odoo-custom-pages #content-9 .txt-block {
  position: relative;
  margin-bottom: -60px;
}

.odoo-custom-pages #content-10:after {
  position: absolute;
  content: '';
  width: 40%;
  height: 90%;
  background-color: #f5f6f7;
  top: 5%;
  left: 0;
  z-index: -1;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}

.odoo-custom-pages #content-11:after {
  position: absolute;
  content: '';
  width: 76%;
  height: 80%;
  background-color: #f5f6f7;
  top: 10%;
  left: 24%;
  z-index: -1;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}

.odoo-custom-pages #content-12 .txt-block {
  position: relative;
  margin-bottom: 60px;
}

.odoo-custom-pages .content-12-txt {
  background-attachment: scroll !important;
  position: absolute;
  width: 40%;
  left: 16%;
  bottom: 0;
  text-align: left;
  padding: 60px 50px;
  -webkit-border-radius: 0 40px 0 40px;
  -moz-border-radius: 0 40px 0 40px;
  -o-border-radius: 0 40px 0 40px;
  border-radius: 0 40px 0 40px;
}

.odoo-custom-pages .content-12-txt h4 {
  margin-bottom: 25px;
}

.odoo-custom-pages .content-12-txt p {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*   CONTENT IMAGE
/*------------------------------------------*/

.odoo-custom-pages .content-6-img {
  text-align: center;
  padding-left: 20px;
  margin-bottom: 40px;
}

.odoo-custom-pages .content-7-img {
  position: relative;
  text-align: center;
  left: -62%;
  margin-bottom: -40px;
}

.odoo-custom-pages .content-6-img img,
.odoo-custom-pages .content-7-img img {
  max-width: none;
  display: inline-block;
}

.odoo-custom-pages .content-11-img {
  position: relative;
  text-align: center;
  left: -62%;
  margin-bottom: -40px;
}




/* ==========================================================================
  09. PROMO
  =========================================================================== */

.odoo-custom-pages .pbox-1 {
  overflow: hidden;
}




/* ==========================================================================
  10. CARDS
  =========================================================================== */

.odoo-custom-pages .cards-1-wrapper .col-lg-3 {
  padding-left: 8px;
  padding-right: 8px;
}

.odoo-custom-pages .cards-3-wrapper .col-lg-3,
.odoo-custom-pages .cards-3-wrapper .col-lg-4 {
  padding-left: 10px;
  padding-right: 10px;
}

/*------------------------------------------*/
/*  CARD
/*------------------------------------------*/

.odoo-custom-pages .card-1 {
  margin-bottom: 40px;
}

.odoo-custom-pages .card-2 {
  margin: 0 20px 30px;
}

.odoo-custom-pages .card-3 {
  padding: 25px 15px;
  margin-bottom: 20px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.odoo-custom-pages .card-3.bg-blue {
  background-color: #3284bf;
}

.odoo-custom-pages .card-3.bg-green {
  background-color: #20ab5c;
}

.odoo-custom-pages .card-3.bg-red {
  background-color: #ff6d33;
}

.odoo-custom-pages .card-3.bg-teal {
  background-color: #109d87;
}

.odoo-custom-pages .card-3.bg-yellow {
  background-color: #ffb605;
}

.odoo-custom-pages .card-3.bg-violet {
  background-color: #8a8cbd;
}

.odoo-custom-pages .card-3.bg-orange {
  background-color: #1a2a42;
}

.odoo-custom-pages .card-3.bg-lightgreen {
  background-color: #8dd17e;
}

.odoo-custom-pages .card-3.bg-skyblue {
  background-color: #1ba1f0;
}

.odoo-custom-pages .card-3.bg-olive {
  background-color: #7ba323;
}

.odoo-custom-pages .card-3.bg-silk {
  background-color: #aa946e;
}

.odoo-custom-pages .card-3.bg-rose {
  background-color: #ff495a;
}

.odoo-custom-pages .card-3.bg-white {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  padding: 25px 20px;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
}

.odoo-custom-pages .card-3.bg-white:hover {
  background-color: #f8f8fb !important;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0px 8px 12px 0 rgba(10, 10, 10, .08);
  box-shadow: 0px 8px 12px 0 rgba(10, 10, 10, .08);
}

/*------------------------------------------*/
/*  CARD TEXT
/*------------------------------------------*/

.odoo-custom-pages .card-1-txt {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  padding: 40px 20px;
}

.odoo-custom-pages .card-2-txt {
  position: relative;
  background-color: #f8f8fb;
  border-top: none;
  padding: 45px 35px 40px;
}

.odoo-custom-pages .bg-lightgrey .card-1-txt,
.odoo-custom-pages .bg-lightgrey .card-2-txt {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
}

/*------------------------------------------*/
/*  CARD TYPOGRAPHY
/*------------------------------------------*/

.odoo-custom-pages .card-1-txt h5,
.odoo-custom-pages .card-2-txt h6 {
  margin-bottom: 10px;
}

.odoo-custom-pages .card-3 h6 {
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 6px;
}

.odoo-custom-pages .card-3.bg-white h6 {
  line-height: 1.3;
  margin-bottom: 0;
}

.odoo-custom-pages .card-1-txt p,
.odoo-custom-pages p.card-txt {
  line-height: 1.5;
  margin-bottom: 0;
}

.odoo-custom-pages .card-3 p {
  font-size: 0.925rem;
  line-height: 1;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Card Tags
/*------------------------------------------*/

.odoo-custom-pages .cars-tags {
  position: absolute;
  left: 30px;
  bottom: 10px;
  font-size: 0.915rem;
  line-height: 1;
  font-weight: 500;
  padding: 7px 14px;
}

/*------------------------------------------*/
/*  Card Data
/*------------------------------------------*/

.odoo-custom-pages p.card-data {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.odoo-custom-pages .card-data [class*="flaticon-"]:before,
.odoo-custom-pages .card-data [class*="flaticon-"]:after {
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 700;
  margin-right: 5px;
}

/*------------------------------------------*/
/*  Card Rating
/*------------------------------------------*/

.odoo-custom-pages .card-rating {
  position: relative;
  margin-bottom: 10px;
}

.odoo-custom-pages .card-rating [class*="flaticon-"]:before,
.odoo-custom-pages .card-rating [class*="flaticon-"]:after {
  color: #ffc832;
  font-size: 0.95rem;
  line-height: 1;
  margin-right: 1px;
}

.odoo-custom-pages .card-rating span {
  color: #888;
  position: relative;
  font-size: 0.925rem;
  line-height: 1;
  font-weight: 400;
  top: 1px;
}

/*------------------------------------------*/
/*  Card Price
/*------------------------------------------*/

.odoo-custom-pages .card-2-txt .card-price {
  display: block;
  position: absolute;
  top: -20px;
  right: 20px;
  padding: 6px 14px;
  font-size: 1.175rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.odoo-custom-pages .old-price {
  color: #999;
  font-size: 1.15rem;
  font-weight: 300;
  text-decoration: line-through;
  margin-right: 10px;
}

/*------------------------------------------*/
/*  CARD IMAGE
/*------------------------------------------*/

.odoo-custom-pages .card-1:hover img,
.odoo-custom-pages .card-2:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1);
  -moz-transform: scale(1.1);
}

/*------------------------------------------*/
/*  Carousel Dots
/*------------------------------------------*/

.odoo-custom-pages .cards-section button {
  background-color: transparent;
  border: none;
  padding: 0 2px;
}

.odoo-custom-pages .owl-theme .owl-dots .owl-dot span {
  margin: 0 7px;
}

.odoo-custom-pages .bg-dark .owl-theme .owl-dots .owl-dot span {
  background: #333;
}

.odoo-custom-pages .bg-dark .owl-theme .owl-dots .owl-dot.active span,
.odoo-custom-pages .bg-dark .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #666;
}

.odoo-custom-pages .owl-dots button:focus {
  outline: none;
  text-decoration: none;
}




/* ==========================================================================
  11. GALLERY
  =========================================================================== */

.odoo-custom-pages #gallery-1 {
  position: relative;
}

.odoo-custom-pages #gallery-1.bg-50 {
  padding-top: 70px;
  padding-bottom: 60px;
}

.odoo-custom-pages #gallery-1.bg-50:after {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  background-image: -webkit-linear-gradient(to right, #005cda, #006cff 100%);
  background-image: linear-gradient(to right, #005cda, #006cff 100%);
  top: 0;
  left: 25%;
  z-index: -1;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}

.odoo-custom-pages .gallery-4-wrapper {
  margin: 0;
  padding: 0;
}

.odoo-custom-pages .gallery-4-wrapper .col-lg-3 {
  padding: 0;
}

/*------------------------------------------*/
/*  FILTER BUTTONS
/*------------------------------------------*/

.odoo-custom-pages .masonry-filter button {
  position: relative;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
  color: #727475;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 30px;
  padding: 0.5rem 0.1rem;
  border: none;
  cursor: pointer;
  outline: 0px none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.odoo-custom-pages .masonry-filter button:before {
  font-family: Flaticon;
  font-weight: 400;
  content: "\f13c";
  position: absolute;
  font-size: 0.9rem;
  top: 9px;
  left: -14px;
  opacity: 0;
}

/*------------------------------------------*/
/*  Filter Button Hover
/*------------------------------------------*/

.odoo-custom-pages .masonry-filter button:hover,
.odoo-custom-pages .masonry-filter button:focus {
  background-color: transparent;
  color: #555;
  border-bottom: none;
  outline: 0px none;
}

/*------------------------------------------*/
/*  Filter Button Active
/*------------------------------------------*/

.odoo-custom-pages .masonry-filter button.is-checked {
  color: #d2322b;
  cursor: default;
  border-bottom: none;
  outline: 0px none;
}

.odoo-custom-pages .masonry-filter button.is-checked:before {
  opacity: 1;
  color: #d2322b;
}

.odoo-custom-pages .masonry-filter.azure-filter button.is-checked,
.odoo-custom-pages .masonry-filter.azure-filter button.is-checked:before {
  color: #0080ff;
}

.odoo-custom-pages .masonry-filter.brown-filter button.is-checked,
.odoo-custom-pages .masonry-filter.brown-filter button.is-checked:before {
  color: #af8855;
}

.odoo-custom-pages .masonry-filter.purple-filter button.is-checked,
.odoo-custom-pages .masonry-filter.purple-filter button.is-checked:before {
  color: #6926cd;
}

.odoo-custom-pages .masonry-filter.rose-filter button.is-checked,
.odoo-custom-pages .masonry-filter.rose-filter button.is-checked:before {
  color: #ff495a;
}

.odoo-custom-pages .masonry-filter.salmon-filter button.is-checked,
.odoo-custom-pages .masonry-filter.salmon-filter button.is-checked:before {
  color: #ee6011;
}

.odoo-custom-pages .masonry-filter.skyblue-filter button.is-checked,
.odoo-custom-pages .masonry-filter.skyblue-filter button.is-checked:before {
  color: #37baf2;
}

.odoo-custom-pages .masonry-filter.yellow-filter button.is-checked,
.odoo-custom-pages .masonry-filter.yellow-filter button.is-checked:before {
  color: #f7be27;
}

/*------------------------------------------*/
/*  MASONRY IMAGES HOLDER
/*------------------------------------------*/

.odoo-custom-pages .masonry-wrap .masonry-image {
  position: relative;
  text-align: center;
  width: 25%;
  padding: 0;
}

.odoo-custom-pages #gallery-3 .masonry-wrap .masonry-image,
.odoo-custom-pages #gallery-4 .masonry-wrap .masonry-image {
  width: 33.33%;
  text-align: left;
  padding: 0 10px;
  margin-bottom: 20px;
}

.odoo-custom-pages .masonry-image .hover-overlay,
.odoo-custom-pages .masonry-image .hover-overlay img {
  overflow: hidden;
}

/*------------------------------------------*/
/*. GALLERY IMAGES CAROUSEL
/*------------------------------------------*/

.odoo-custom-pages .gallery-wrap {
  position: relative;
  margin-bottom: 50px;
}

.odoo-custom-pages .slick-slide {
  width: 350px;
}

.odoo-custom-pages .gallery-image {
  margin: 0 15px;
  overflow: hidden;
}

.odoo-custom-pages #gallery-4 .gallery-image {
  position: relative;
  margin: 0;
}

.odoo-custom-pages #gallery-6 .gallery-image {
  margin: 0 5px 50px;
}

.odoo-custom-pages .gallery-image:focus {
  outline: none;
  text-decoration: none;
}

/*------------------------------------------*/
/*  IMAGE TITLE
/*------------------------------------------*/

.odoo-custom-pages .gallery-6-title {
  padding: 35px 0 0;
}

.odoo-custom-pages .gallery-6-title p {
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  IMAGE DESCRIPTION
/*------------------------------------------*/

.odoo-custom-pages .image-description {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.odoo-custom-pages .image-data {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.odoo-custom-pages .image-data h6,
.odoo-custom-pages .image-data h5 {
  margin-bottom: 3px;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.odoo-custom-pages .image-data p {
  font-weight: 500;
  margin-bottom: 0;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

/*------------------------------------------*/
/*  PROJECT META
/*------------------------------------------*/

.odoo-custom-pages .project-meta {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 70;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(20, 20, 20, .75));
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(20, 20, 20, .75));
  padding: 100px 65px 32px 25px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.odoo-custom-pages .project-meta-txt {
  position: absolute;
  opacity: 0;
  bottom: 30px;
  left: -8%;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.odoo-custom-pages #gallery-4 .project-meta-txt {
  bottom: 40px;
}

.odoo-custom-pages .project-meta-txt h6,
.odoo-custom-pages .project-meta-txt h5 {
  line-height: 1.4;
  margin-top: 7px;
  margin-bottom: 1px;
}

.odoo-custom-pages .project-meta-txt p {
  margin-bottom: 10px;
}

.odoo-custom-pages .project-meta-txt span {
  font-size: 0.915rem;
  font-weight: 500;
  text-transform: uppercase;
}

/*------------------------------------------*/
/*  PROJECT LINK
/*------------------------------------------*/

.odoo-custom-pages .project-link {
  text-align: center;
  position: absolute;
  bottom: 30px;
  right: 25px;
  right: -8%;
  opacity: 0;
  width: 40px;
  height: 40px;
  line-height: 43px;
  background-color: rgba(255, 255, 255, .6);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.odoo-custom-pages #gallery-4 .project-link {
  bottom: 35px;
}

/*------------------------------------------*/
/*  PROJECT DESCRIPTION
/*------------------------------------------*/

.odoo-custom-pages .project-description {
  position: relative;
  padding: 25px 10px 0;
}

.odoo-custom-pages .project-description h6 {
  text-transform: uppercase;
}

.odoo-custom-pages .project-description p {
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 0;
}

.odoo-custom-pages .project-description p span {
  font-weight: 500;
}

/*------------------------------------------*/
/*  PROJECT DATA
/*------------------------------------------*/

.odoo-custom-pages .project-data {
  position: absolute;
  bottom: 1px;
  right: 8px;
  padding: 7px 13px 4px;
  background-color: rgba(200, 200, 200, .15);
  border: 1px solid #eee;
}

.odoo-custom-pages .bg-dark .project-data {
  background-color: rgba(55, 55, 55, .2);
  border: 1px solid #444;
}

.odoo-custom-pages .project-data span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.odoo-custom-pages .project-data span.txt-500 {
  font-size: 0.7rem;
}

/*------------------------------------------*/
/*  Project Rating
/*------------------------------------------*/

.odoo-custom-pages .project-rating [class*="flaticon-"]:before,
.odoo-custom-pages .project-rating [class*="flaticon-"]:after {
  color: #ffc832;
  font-size: 0.925rem;
  line-height: 1;
  margin-right: 1px;
}

.odoo-custom-pages .project-rating span {
  position: relative;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 500;
  top: 1px;
}

/*------------------------------------------*/
/*  Image Hover Overlay
/*------------------------------------------*/

.odoo-custom-pages .hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.odoo-custom-pages .hover-overlay img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  overflow: hidden;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
}

/*------------------------------------------*/
/*    Overlay Background 
/*------------------------------------------*/

.odoo-custom-pages .item-overlay {
  opacity: 0;
  -moz-opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, .65);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.odoo-custom-pages #gallery-3 .item-overlay {
  background: rgba(20, 20, 20, .25);
}

.odoo-custom-pages .azure-overlay .item-overlay {
  background: rgba(0, 128, 255, .85);
}

.odoo-custom-pages .black-overlay .item-overlay {
  background: rgba(10, 10, 10, .5);
}

.odoo-custom-pages .brown-overlay .item-overlay {
  background: rgba(175, 136, 85, .65);
}


.odoo-custom-pages .yellow-overlay .item-overlay {
  background: rgba(247, 190, 39, .85);
}

/*------------------------------------------*/
/*    Image Hover Effect 
/*------------------------------------------*/

.odoo-custom-pages .gallery-image:hover img,
.odoo-custom-pages .masonry-image:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.odoo-custom-pages .masonry-image:hover .project-meta,
.odoo-custom-pages #gallery-4 .gallery-image:hover .project-meta,
.odoo-custom-pages .masonry-image:hover .project-link,
.odoo-custom-pages #gallery-4 .gallery-image:hover .project-link,
.odoo-custom-pages .masonry-image:hover .project-meta-txt,
.odoo-custom-pages #gallery-4 .gallery-image:hover .project-meta-txt,
.odoo-custom-pages .gallery-image:hover .item-overlay,
.odoo-custom-pages .masonry-image:hover .item-overlay,
.odoo-custom-pages .gallery-image:hover .image-description,
.odoo-custom-pages .masonry-image:hover .image-description {
  opacity: 1;
  -moz-opacity: 1;
}

.odoo-custom-pages .gallery-image:hover .image-data h5,
.odoo-custom-pages .gallery-image:hover .image-data p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.odoo-custom-pages .masonry-image:hover .project-meta-txt {
  left: 25px;
}

.odoo-custom-pages #gallery-4 .gallery-image:hover .project-meta-txt {
  left: 20px;
}

.odoo-custom-pages .masonry-image:hover .project-link {
  right: 25px;
}

.odoo-custom-pages #gallery-4 .gallery-image:hover .project-link {
  right: 20px;
}

/*------------------------------------------*/
/*  Screens Slick Carousel Dots
/*------------------------------------------*/

.odoo-custom-pages .gallery-section .slick-dots {
  position: absolute;
  z-index: 4;
  bottom: -60px;
}

.odoo-custom-pages .gallery-section .slick-dots li {
  margin: 0 4px;
  width: 18px;
  height: 18px;
}

.odoo-custom-pages .gallery-section .slick-dots li button:before {
  content: "";
  background: #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  width: 10px;
  height: 10px;
  left: auto;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.odoo-custom-pages .gallery-section.bg-50 .slick-dots li button:before {
  background: #014fbb;
}

.odoo-custom-pages .gallery-section.bg-50 .slick-dots li button:hover:before,
.odoo-custom-pages .gallery-section.bg-50 .slick-dots li.slick-active button:before {
  background: #a6c0e3;
}




/* ==========================================================================
  12.  SINGLE PROJECT DETAILS
  =========================================================================== */

.odoo-custom-pages .project-title {
  margin-bottom: 30px;
}

.odoo-custom-pages .project-title h2 {
  font-weight: 800;
  margin-bottom: 15px;
}

.odoo-custom-pages .project-title p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

/*------------------------------------------*/
/*. SINGLE PROJECT TEXT
/*------------------------------------------*/

.odoo-custom-pages .project-text {
  margin-bottom: 70px;
}

.odoo-custom-pages .project-2-description .project-text {
  margin-bottom: 50px;
}

.odoo-custom-pages .project-text h5.h5-xs,
.odoo-custom-pages .project-text h5.h5-sm {
  margin-top: 30px;
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*. SINGLE PROJECT INFO
/*------------------------------------------*/

.odoo-custom-pages .project-details {
  border-top: 1px solid #ddd;
  padding-top: 70px;
}

.odoo-custom-pages .project-2-description .project-details {
  padding-top: 50px;
}

.odoo-custom-pages .project-info h5 {
  margin-bottom: 25px;
}

.odoo-custom-pages .project-info p {
  color: #555;
  font-size: 1.05rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  position: relative;
  margin-bottom: 0;
  padding: 15px 0;
  border-bottom: 1px dotted #ddd;
}

.odoo-custom-pages .project-2-description .project-info p {
  padding: 8px 0;
  border-bottom: none;
}

.odoo-custom-pages .project-info p:last-child {
  border-bottom: none;
}

.odoo-custom-pages .project-info p span {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #222;
  font-weight: 700;
}

.odoo-custom-pages .project-2-description .project-info p span {
  bottom: 8px;
}

.odoo-custom-pages .project-info p span a {
  font-weight: 800;
  text-decoration: underline;
}

.odoo-custom-pages .project-info p span a:hover {
  color: #222;
}

/*------------------------------------------*/
/*    SINGLE PROJECT SHARE LINKS
/*------------------------------------------*/

.odoo-custom-pages .project-share h5 {
  margin-bottom: 15px;
}

.odoo-custom-pages .project-share-links {
  margin-top: 5px;
  display: inline-block;
  padding-left: 0;
}

.odoo-custom-pages .project-share-links li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

.odoo-custom-pages .project-share-links a {
  width: 50px;
  height: 35px;
  color: #fff;
  background-color: #bbb;
  line-height: 37px !important;
  text-align: center;
  margin-right: 4px;
  display: block;
  opacity: 0.75;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.odoo-custom-pages .project-share-links a.ico-facebook:hover {
  background-color: #3b5998;
}

.odoo-custom-pages .project-share-links a.ico-twitter:hover {
  background-color: #00a9ed;
}

.odoo-custom-pages .project-share-links a.ico-instagram:hover {
  background-color: #e44772
}

.odoo-custom-pages .project-share-links a.ico-dribbble:hover {
  background-color: #d92d84;
}

.odoo-custom-pages .project-share-links a.ico-behance:hover {
  background-color: #2473f6;
}

.odoo-custom-pages .project-share-links a.ico-pinterest:hover {
  background-color: #ac281a;
}

.odoo-custom-pages .project-share-links a.ico-linkedin:hover {
  background-color: #015886;
}

.odoo-custom-pages .project-share-links a.ico-google-plus:hover {
  background-color: #cd1111;
}

.odoo-custom-pages .project-share-links a.ico-youtube:hover {
  background-color: #cd1b20;
}

.odoo-custom-pages .project-share-links a.ico-tumblr:hover {
  background-color: #3a5976;
}

.odoo-custom-pages .project-share-links a.ico-vk:hover {
  background-color: #3b5998;
}

.odoo-custom-pages .project-share-links a:hover {
  color: #fff;
}

/*------------------------------------------*/
/*. SINGLE PROJECT IMAGE
/*------------------------------------------*/

.odoo-custom-pages .project-image {
  text-align: center;
  margin-bottom: 40px;
}

.odoo-custom-pages .project-gallery {
  margin: 45px 15px 15px;
}

.odoo-custom-pages .project-gallery .col-lg-3 {
  padding: 0;
}

.odoo-custom-pages .project-gallery .gallery-image {
  margin: 0 0 30px;
  overflow: hidden;
}




/* ==========================================================================
  13. VIDEO
  =========================================================================== */

.odoo-custom-pages #video-1 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/video-1.jpg);
  background-position: center top;
  padding-top: 270px;
  padding-bottom: 270px;
}

.odoo-custom-pages #video-2 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/video-2.jpg);
  padding-top: 120px;
  padding-bottom: 120px;
}

.odoo-custom-pages #video-2.video-2-cars {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/video-2-cars.jpg);
}

.odoo-custom-pages #video-2.video-2-construction {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/video-2-construction.jpg);
}

.odoo-custom-pages #video-2.video-2-interior {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/video-2-interior.jpg);
}

.odoo-custom-pages #video-2.video-2-barber {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/video-2-barber.jpg);
}

.odoo-custom-pages #video-2.video-2-cleaning {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/video-2-cleaning.jpg);
}

.odoo-custom-pages #video-2.video-2-logistic {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/video-2-logistic.jpg);
}

.odoo-custom-pages #video-3:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 80%;
  background-color: #f7f7f7;
  top: 10%;
  left: 0;
  z-index: -1;
}

/*------------------------------------------*/
/*   VIDEO TYPOGRAPHY
/*------------------------------------------*/

.odoo-custom-pages #video-2 h3,
.odoo-custom-pages #video-2 h2 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.odoo-custom-pages #video-2 h3 {
  padding: 0 3%;
}

.odoo-custom-pages #video-2 p {
  font-weight: 400;
  margin-bottom: 0;
}




/* ==========================================================================
  14. TEAM
  =========================================================================== */

.odoo-custom-pages #team-2 .col-lg-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.odoo-custom-pages #team-1 .tm-meta {
  padding-top: 30px;
}

.odoo-custom-pages #team-2 .tm-meta {
  position: relative;
  padding: 25px 20px;
  margin-top: -40px;
  margin-right: 25px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.odoo-custom-pages .tm-meta h6,
.odoo-custom-pages .tm-meta h5,
.odoo-custom-pages .tm-meta h4 {
  line-height: 1;
  margin-bottom: 10px;
}

.odoo-custom-pages #team-2 .tm-meta h6,
.odoo-custom-pages #team-2 .tm-meta h5 {
  margin-bottom: 8px;
}

.odoo-custom-pages .tm-meta h6.h6-xs {
  line-height: 1;
  margin-bottom: 6px;
}

.odoo-custom-pages .tm-meta p {
  font-weight: 400;
  margin-bottom: 0;
}

.odoo-custom-pages #team-2 .tm-meta p {
  line-height: 1;
  font-weight: 300;
}

/*------------------------------------------*/
/*  Team Member Social Links
/*------------------------------------------*/

.odoo-custom-pages .team-member-photo {
  position: relative;
}

.odoo-custom-pages .tm-social ul {
  width: 100%;
  display: inline-block;
  padding-left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  zoom: 1;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.odoo-custom-pages .tm-social ul li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

.odoo-custom-pages .tm-social a {
  width: 44px;
  height: 44px;
  color: #fff;
  margin-right: 1px;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.odoo-custom-pages .tm-social [class^="flaticon-"]:before,
.odoo-custom-pages .tm-social [class^="flaticon-"]:after {
  font-size: 22px;
  line-height: 44px !important;
}

.odoo-custom-pages .tm-3-social a.ico-facebook,
.odoo-custom-pages .tm-social a.ico-facebook {
  background-color: #3b5998;
}

.odoo-custom-pages .tm-3-social a.ico-twitter,
.odoo-custom-pages .tm-social a.ico-twitter {
  background-color: #00a9ed;
}

.odoo-custom-pages .tm-3-social a.ico-instagram,
.odoo-custom-pages .tm-social a.ico-instagram {
  background-color: #e44772
}

.odoo-custom-pages .tm-3-social a.ico-dribbble,
.odoo-custom-pages .tm-social a.ico-dribbble {
  background-color: #d92d84;
}

.odoo-custom-pages .tm-3-social a.ico-behance,
.odoo-custom-pages .tm-social a.ico-behance {
  background-color: #2473f6;
}

.odoo-custom-pages .tm-3-social a.ico-pinterest,
.odoo-custom-pages .tm-social a.ico-pinterest {
  background-color: #ac281a;
}

.odoo-custom-pages .tm-3-social a.ico-linkedin,
.odoo-custom-pages .tm-social a.ico-linkedin {
  background-color: #015886;
}

.odoo-custom-pages .tm-3-social a.ico-google-plus,
.odoo-custom-pages .tm-social a.ico-google-plus {
  background-color: #cd1111;
}

.odoo-custom-pages .tm-3-social a.ico-youtube,
.odoo-custom-pages .tm-social a.ico-youtube {
  background-color: #cd1b20;
}

.odoo-custom-pages .tm-3-social a.ico-tumblr,
.odoo-custom-pages .tm-social a.ico-tumblr {
  background-color: #3a5976;
}

.odoo-custom-pages .tm-3-social a.ico-vk,
.odoo-custom-pages .tm-social a.ico-vk {
  background-color: #3b5998;
}

/*------------------------------------------*/
/*  Team Member Hover
/*------------------------------------------*/

.odoo-custom-pages .team-member:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.odoo-custom-pages .team-member:hover .tm-social ul {
  bottom: 6%;
  opacity: 1;
  -moz-opacity: 1;
}

.odoo-custom-pages #team-2 .team-member:hover .tm-social ul {
  bottom: 18%;
  opacity: 1;
  -moz-opacity: 1;
}




/* ==========================================================================
  15. PRICING
  =========================================================================== */

.odoo-custom-pages .pricing-1-wrapper {
  padding: 0 5%;
}

.odoo-custom-pages .pricing-1-wrapper .col-md-4 {
  padding: 0;
}

.odoo-custom-pages #pt-2-1,
.odoo-custom-pages #pt-2-2 {
  padding: 0 10px;
}

/*------------------------------------------*/
/*  PRICING TABLE
/*------------------------------------------*/

.odoo-custom-pages #pt-1-1 {
  position: relative;
  z-index: 8;
  margin-right: -10px;
}

.odoo-custom-pages #pt-1-2 {
  position: relative;
  z-index: 9;
}

.odoo-custom-pages #pt-1-3 {
  position: relative;
  z-index: 8;
  margin-left: -10px;
}

.odoo-custom-pages .pricing-1-table,
.odoo-custom-pages .pricing-2-table {
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 60px 50px;
  text-align: center;
  margin-bottom: 40px;
}

.odoo-custom-pages .pricing-2-table {
  padding: 60px 25px;
}

.odoo-custom-pages .pricing-1-table.highlight {
  padding: 90px 50px;
}

.odoo-custom-pages .pricing-4-table,
.odoo-custom-pages .pricing-5-table {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 60px 50px;
  margin-bottom: 40px;
}

.odoo-custom-pages .bg-lightgrey .pricing-1-table,
.odoo-custom-pages .bg-lightgrey .pricing-2-table,
.odoo-custom-pages .bg-lightgrey .pricing-4-table,
.odoo-custom-pages .bg-lightgrey .pricing-5-table {
  background-color: #fff;
  border-color: transparent;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
}

/*------------------------------------------*/
/*  Price Plan
/*------------------------------------------*/

.odoo-custom-pages #pricing-5 .pricing-plan {
  margin-top: 25px;
  margin-bottom: 25px;
}

.odoo-custom-pages .pricing-plan h6 {
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.odoo-custom-pages .pricing-1-table span.price,
.odoo-custom-pages .pricing-2-table span.price,
.odoo-custom-pages .pricing-4-table span.price,
.odoo-custom-pages .pricing-5-table span.price {
  font-family: 'Montserrat', sans-serif;
  font-size: 75px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.25px;
}

.odoo-custom-pages .pricing-2-table span.price,
.odoo-custom-pages .pricing-4-table span.price {
  font-size: 80px;
}

.odoo-custom-pages .pricing-1-table sup,
.odoo-custom-pages .pricing-2-table sup,
.odoo-custom-pages .pricing-4-table sup,
.odoo-custom-pages .pricing-5-table sup {
  font-size: 42px;
  font-weight: 700;
  top: -17px;
  right: 3px;
}

.odoo-custom-pages .pricing-2-table sup,
.odoo-custom-pages .pricing-4-table sup {
  font-size: 45px;
}

.odoo-custom-pages .pricing-2-table sup.pricing-coins,
.odoo-custom-pages .pricing-5-table sup.pricing-coins {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1px;
  top: -30px;
}

.odoo-custom-pages .pricing-1-table sup.validity,
.odoo-custom-pages .pricing-2-table sup.validity,
.odoo-custom-pages .pricing-4-table sup.validity {
  color: #757575;
  font-weight: 300;
  font-size: 25px;
  top: -3px;
  left: 0;
}

.odoo-custom-pages #pricing-5 .pricing-plan p {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 8px;
}

/*------------------------------------------*/
/*  Pricing Table Body
/*------------------------------------------*/

.odoo-custom-pages ul.features {
  color: #333;
  font-size: 1rem;
  line-height: 1;
  padding-top: 20px;
}

.odoo-custom-pages #pricing-4 ul.features {
  padding-top: 0;
}

.odoo-custom-pages #pricing-5 ul.features {
  padding-top: 15px;
  min-height: 208px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .odoo-custom-pages .pricing-5-table h6 {
    min-height: 42px;
  }
}

@media only screen and (max-width:767px) {
  .odoo-custom-pages #pricing-5 ul.features {
    min-height: unset;
  }
}

.odoo-custom-pages ul.features li {
  padding: 8px 0;
}

.odoo-custom-pages ul.features li span {
  font-weight: 700;
}

/*------------------------------------------*/
/*  Pricing Table Button
/*------------------------------------------*/

.odoo-custom-pages .pricing-1-table .btn,
.odoo-custom-pages .pricing-2-table .btn,
.odoo-custom-pages .pricing-4-table .btn {
  margin-top: 30px;
}

/*------------------------------------------*/
/*  Pricing List
/*------------------------------------------*/

.odoo-custom-pages .pricing-list li {
  padding-bottom: 20px;
  margin: 0 15px 20px;
  border-bottom: 1px dashed #5f5842;
}

.odoo-custom-pages .pricing-list li:last-child {
  border-bottom: none;
}

.odoo-custom-pages .pricing-list-txt {
  position: relative;
}

.odoo-custom-pages .pricing-list-txt h5,
.odoo-custom-pages .pricing-list-txt h6 {
  line-height: 1;
  margin-bottom: 5px;
}

.odoo-custom-pages .pricing-list-txt p {
  margin-bottom: 0;
}

.odoo-custom-pages .pricing-list-amount {
  position: absolute;
  right: 10px;
  top: 0;
  letter-spacing: 1px;
}

/*------------------------------------------*/
/*  Pricing Table Badge
/*------------------------------------------*/

.odoo-custom-pages .pricing-table-badge {
  position: absolute;
  top: 25px;
  right: 30px;
  text-align: center;
  z-index: 70;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  padding: 6px 14px;
}

/*------------------------------------------*/
/*  PRICING NOTICE TEXT
/*------------------------------------------*/

.odoo-custom-pages .pricing-notice p {
  padding: 0 8%;
  margin-top: 30px;
  margin-bottom: 0;
}

.odoo-custom-pages #pricing-2 .pricing-notice p {
  margin-top: 20px;
}

.odoo-custom-pages .pricing-notice p span {
  font-weight: 700;
  margin-right: 5px;
}




/* ==========================================================================
  16. TESTIMONIALS
  =========================================================================== */

.odoo-custom-pages .reviews-4-img {
  overflow: hidden;
}

/*------------------------------------------*/
/*  TESTIMONIALS CAROUSEL
/*------------------------------------------*/

.odoo-custom-pages .review-1 {
  background-color: #f8f8fb;
  padding: 55px 20px;
  margin-bottom: 40px;
}

.odoo-custom-pages #rv-1-1.review-1-color {
  background-color: #e2e8e6;
}

.odoo-custom-pages #rv-1-2.review-1-color {
  background-color: #e3e7e8;
}

.odoo-custom-pages #rv-1-3.review-1-color {
  background-color: #eee3d4;
}

.odoo-custom-pages #rv-1-1 {
  margin-left: 8%;
  margin-right: 10px;
}

.odoo-custom-pages #rv-1-2 {
  margin-right: 20%;
}

.odoo-custom-pages #rv-1-3 {
  margin-right: 20px;
}

.odoo-custom-pages .review-2,
.odoo-custom-pages .review-3 {
  text-align: center;
  background-color: #f8f8fb;
  padding: 40px 30px;
  margin: 0 15px 40px;
}

.odoo-custom-pages .bg-lightgrey .review-1,
.odoo-custom-pages .bg-lightgrey .review-2,
.odoo-custom-pages .bg-lightgrey .review-3 {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
}

.odoo-custom-pages .bg-dark .review-1,
.odoo-custom-pages .bg-dark .review-2,
.odoo-custom-pages .bg-dark .review-3 {
  background-color: #222;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
}

.odoo-custom-pages .review-1-txt {
  padding: 0 20px;
  margin-top: 10px;
}

.odoo-custom-pages .reviews-1-title {
  margin-top: 35px;
  padding-left: 50px;
  padding-right: 10px;
}

/*------------------------------------------*/
/*  Testimonial Message Text
/*------------------------------------------*/

.odoo-custom-pages .reviews-section h6 {
  margin-bottom: 0;
  font-family: "Montserrat-Bold";
}

.odoo-custom-pages #reviews-1 h3,
.odoo-custom-pages #reviews-1 h2 {
  margin-bottom: 15px;
}

.odoo-custom-pages .review-3-txt p.p-sm {
  margin-top: 5px;
  line-height: 1;
  margin-bottom: 0;
}

.odoo-custom-pages .reviews-4-txt h3 {
  margin-bottom: 50px;
}

.odoo-custom-pages .reviews-4-txt h5 {
  line-height: 1;
  margin-bottom: 3px;
}

.odoo-custom-pages .reviews-1-title p {
  margin-bottom: 50px;
}

.odoo-custom-pages .review-1-txt p.p-md {
  margin-bottom: 30px;
}

.odoo-custom-pages .reviews-4-txt p {
  font-weight: 400;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Testimonial Brand
/*------------------------------------------*/

.odoo-custom-pages .review-1-brand img {
  width: auto;
  max-width: inherit;
  max-height: 90px;
}

/*------------------------------------------*/
/*  Testimonials Rating
/*------------------------------------------*/

.odoo-custom-pages .app-rating {
  margin-bottom: 15px;
}

.odoo-custom-pages .review-3 .app-rating {
  margin-top: 10px;
  margin-bottom: 12px;
}

.odoo-custom-pages .review-2 .ico-20 [class*="flaticon-"]:before,
.odoo-custom-pages .review-2 .ico-20 [class*="flaticon-"]:after {
  font-size: 1.125rem;
}

.odoo-custom-pages .review-3 .ico-20 [class*="flaticon-"]:before,
.odoo-custom-pages .review-3 .ico-20 [class*="flaticon-"]:after {
  font-size: 1.05rem;
}

/*------------------------------------------*/
/*  Carousel Dots
/*------------------------------------------*/

.odoo-custom-pages .reviews-section button {
  background-color: transparent;
  border: none;
  padding: 0 2px;
}

.odoo-custom-pages .owl-theme .owl-dots .owl-dot span {
  margin: 0 7px;
}

.odoo-custom-pages .bg-dark .owl-theme .owl-dots .owl-dot span {
  background: #333;
}

.odoo-custom-pages .bg-dark .owl-theme .owl-dots .owl-dot.active span,
.odoo-custom-pages .bg-dark .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #666;
}

.odoo-custom-pages .owl-dots button:focus {
  outline: none;
  text-decoration: none;
}

/*------------------------------------------*/
/*  Testimonial Button
/*------------------------------------------*/

.odoo-custom-pages .reviews-1-btn {
  margin-top: 25px;
  margin-bottom: 40px;
}




/* ==========================================================================
  17. BRANDS
  =========================================================================== */

.odoo-custom-pages #brands-1 {
  padding-top: 70px;
  padding-bottom: 70px;
  z-index: 9;
}

.odoo-custom-pages .brands-2-wrapper {
  padding: 0 2%;
}

/*------------------------------------------*/
/*  BRANDS TYPOGRAPHY
/*------------------------------------------*/

.odoo-custom-pages .brands-title p {
  font-weight: 400;
  margin-bottom: 60px;
}

.odoo-custom-pages .brands-section h4 {
  line-height: 1.4;
  padding: 0 5%;
  margin-bottom: 50px;
}

.odoo-custom-pages .brands-txt p {
  padding: 0 5%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.odoo-custom-pages .brands-txt .btn {
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  BRANDS LOGO WRAPPER
/*------------------------------------------*/

.odoo-custom-pages #brands-1 .brand-logo {
  padding: 0 16px;
}

.odoo-custom-pages #brands-2 .brand-logo {
  display: inline-block;
  width: 25%;
  float: left;
  opacity: .8;
  padding: 0 20px;
  margin-bottom: 30px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.odoo-custom-pages #brands-2 .brand-logo a {
  display: block;
  /* background-color: #f7f7f7; */
  border-radius: 10px;
  padding: 15px;
}

.odoo-custom-pages #brands-3 .brand-logo {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 30px 20px 40px;
  margin-bottom: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
}

.odoo-custom-pages #brands-3 .brand-logo h5 {
  margin: 15px 0 10px;
}

.odoo-custom-pages #brands-3 .brand-logo p {
  color: #757575;
  margin-bottom: 0;
}

.odoo-custom-pages #brands-2.bg-dark .brand-logo {
  opacity: .6;
}

.odoo-custom-pages #brands-3 .brand-logo img {
  padding: 0 15%;
}

.odoo-custom-pages #brands-2 .brand-logo:hover {
  opacity: 1;
}

.odoo-custom-pages #brands-1 .owl-dots {
  display: none;
}




/* ==========================================================================
  18. STATISTIC
  =========================================================================== */

.odoo-custom-pages #statistic-1,
.odoo-custom-pages #statistic-3,
.odoo-custom-pages #statistic-4 {
  padding-top: 60px;
  padding-bottom: 20px;
}

.odoo-custom-pages #statistic-1.bg-image {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/statistic-1.jpg);
  padding-top: 120px;
  padding-bottom: 80px;
}

.odoo-custom-pages #statistic-5 .col-md-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.odoo-custom-pages .statistic-5-wrapper {
  padding-left: 60px;
}

.odoo-custom-pages #statistic-3 .statistic-block {
  padding-left: 15px;
}

.odoo-custom-pages #statistic-5 .statistic-block {
  padding: 35px 30px;
  z-index: 8;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
}

.odoo-custom-pages #st-5-1,
.odoo-custom-pages #st-5-2 {
  margin-bottom: 10px;
}

.odoo-custom-pages #statistic-5 .statistic-block.statistic-block-featured {
  position: absolute;
  padding: 40px 35px;
  top: -25px;
  left: -20px;
  right: -20px;
  z-index: 9;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
}

.odoo-custom-pages .statistic-ico {
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  STATISTIC BLOCK TYPOGRAPHY
/*------------------------------------------*/

.odoo-custom-pages .statistic-number {
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.odoo-custom-pages #statistic-5 .statistic-number {
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 7px;
}

.odoo-custom-pages .statistic-block p {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  STATISTIC BLOCK TEXT
/*------------------------------------------*/

.odoo-custom-pages #statistic-3 .statistic-block-txt,
.odoo-custom-pages #statistic-5 .statistic-block-txt {
  overflow: hidden;
  padding-left: 25px;
}

.odoo-custom-pages .h3-xl.statistic-number {
  margin-bottom: 8px;
}

.odoo-custom-pages .statistic-block-txt p {
  font-weight: 400;
  margin-bottom: 0;
}

.odoo-custom-pages .s-icon {
  float: left;
  text-align: center;
  margin-top: 3px;
}




/* ==========================================================================
  19. BANNER
  =========================================================================== */

.odoo-custom-pages #banner-1 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/banner-1.jpg);
  padding-top: 120px;
  padding-bottom: 120px;
}

.odoo-custom-pages #banner-1.banner-1-interior {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/banner-1-interior.jpg);
}

.odoo-custom-pages #banner-2.banner-2-logistic {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/banner-2-logistic.jpg);
}

.odoo-custom-pages #banner-3 {
  padding-top: 110px;
  padding-bottom: 120px;
}

.odoo-custom-pages #banner-3.bg-image {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/banner-3.jpg);
}

/*------------------------------------------*/
/*  BANNER TYPOGRAPHY
/*------------------------------------------*/

.odoo-custom-pages .banner-1-txt h2 {
  padding: 0 5%;
  margin-bottom: 20px;
}

.odoo-custom-pages .banner-3-txt h6,
.odoo-custom-pages .banner-3-txt h5 {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.odoo-custom-pages .banner-2-txt h2 {
  margin-bottom: 20px;
}

.odoo-custom-pages .banner-3-txt h2 {
  margin-bottom: 40px;
}

.odoo-custom-pages .banner-1-txt p {
  padding: 0 15%;
  margin-bottom: 35px;
}

.odoo-custom-pages .banner-2-txt p {
  font-weight: 400;
  padding: 0 10%;
  margin-bottom: 30px;
}




/* ==========================================================================
  20. CALL TO ACTION
  =========================================================================== */

.odoo-custom-pages #cta-1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.odoo-custom-pages #cta-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.odoo-custom-pages #cta-2.bg-image {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/cta-2.jpg);
}

.odoo-custom-pages #cta-3 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/cta-3.jpg);
  padding-top: 100px;
  padding-bottom: 100px;
}

.odoo-custom-pages #cta-4,
.odoo-custom-pages #cta-5 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.odoo-custom-pages #cta-6.bg-image {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/cta-6.jpg);
}

.odoo-custom-pages #cta-6.cta-6-construction {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/cta-6-construction.jpg);
}

.odoo-custom-pages #cta-6.cta-6-cars {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/cta-6-cars.jpg);
}

.odoo-custom-pages .cta-3-wrapper {
  padding: 50px 35px;
  margin: 0 5%;
}

.odoo-custom-pages .cta-4-txt {
  display: inline-block;
  text-align: center;
}

/*------------------------------------------*/
/*  CALL TO ACTION TYPOGRAPHY
/*------------------------------------------*/

.odoo-custom-pages .cta-3-txt h4 {
  line-height: 1;
  margin-bottom: 0;
}

.odoo-custom-pages .cta-4-txt h4 {
  position: relative;
  display: inline-block;
  float: left;
  top: 4px;
  margin-right: 60px;
  margin-bottom: 0;
}

.odoo-custom-pages .cta-5-txt h4 {
  margin-bottom: 0;
}

.odoo-custom-pages .cta-6-txt h3 {
  margin-bottom: 15px;
  font-family: "Montserrat-Bold";
}


.odoo-custom-pages .cta-1-txt p {
  margin-top: 10px;
  margin-bottom: 0;
}

.odoo-custom-pages .cta-2-txt p {
  font-weight: 400;
  padding: 0 8%;
  margin-top: 20px;
  margin-bottom: 25px;
}

.odoo-custom-pages .cta-2-txt p.p-md {
  margin-bottom: 0;
}

.odoo-custom-pages .cta-2-txt p a {
  font-weight: 500;
  text-decoration: underline;
}

/*------------------------------------------*/
/*  CALL TO ACTION BUTTONS
/*------------------------------------------*/

.odoo-custom-pages .cta-1-btn p {
  margin-bottom: 0;
}

.odoo-custom-pages .cta-5-txt .btns-group {
  position: relative;
  display: inline-block;
}

.odoo-custom-pages .cta-6-btn {
  border-left: 2px solid rgba(255, 255, 255, .2);
  padding: 25px 20px 15px;
  margin-bottom: 10px;
}

.odoo-custom-pages .cta-6-btn .btn {
  margin: 0 5% 30px;
}




/* ==========================================================================
  21. DOWNLOAD
  =========================================================================== */

.odoo-custom-pages #download-1 {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/download-1.jpg);
}

/*------------------------------------------*/
/*   DOWNLOAD TEXT
/*------------------------------------------*/

.odoo-custom-pages .download-logo {
  margin-bottom: 30px;
}

.odoo-custom-pages .download-logo img {
  width: auto;
  max-width: inherit;
  max-height: 100px;
}

.odoo-custom-pages #download-2 .txt-block {
  margin-top: -20px;
}

/*------------------------------------------*/
/*  DOWNLOAD TYPOGRAPHY
/*------------------------------------------*/

.odoo-custom-pages .download-1-txt h2 {
  letter-spacing: -1px;
  margin-bottom: 15px;
}

.odoo-custom-pages .download-1-txt p.p-lg {
  padding-right: 5%;
  margin-bottom: 30px;
}

.odoo-custom-pages .download-section p.os-version {
  margin-bottom: 0;
}

.odoo-custom-pages .download-section p.os-version span {
  font-size: 1.15rem;
  margin-left: 7px;
}

/*------------------------------------------*/
/*  DOWNLOAD IMAGE
/*------------------------------------------*/

.odoo-custom-pages #download-2 .img-block {
  text-align: center;
  position: relative;
  z-index: 999;
  margin-bottom: -60px;
}




/* ==========================================================================
  22. FAQs
  =========================================================================== */

.odoo-custom-pages #faqs-1 .question {
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  FAQs TYPOGRAPHY
/*------------------------------------------*/

.odoo-custom-pages #faqs-1 .question h6 {
  margin-bottom: 15px;
  font-family: "Montserrat-Bold";
}

/*------------------------------------------*/
/*  FAQS ACCORDION  
/*------------------------------------------*/

.odoo-custom-pages #accordion {
  padding: 0 5%;
}

.odoo-custom-pages #faqs-2 .card-header {
  padding: 25px 0;
  background-color: transparent;
  border: none;
  position: relative;
}

.odoo-custom-pages #faqs-2 #accordion [data-toggle="collapse"].collapsed:after,
.odoo-custom-pages #faqs-2 #accordion [data-toggle="collapse"]:after {
  font-family: Flaticon;
  font-weight: 400;
  content: "\f139";
  position: absolute;
  font-size: 0.85rem;
  top: 29px;
  right: 5px;
}

.odoo-custom-pages #faqs-2 #accordion [data-toggle="collapse"].collapsed:after {
  content: "\f138";
}

.odoo-custom-pages #faqs-2 .card-header a:hover {
  color: #151515;
}

/*------------------------------------------*/
/*  Question
/*------------------------------------------*/

.odoo-custom-pages #accordion .card {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d4d4d4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.odoo-custom-pages #accordion .card.last-card {
  border-bottom: none;
}

.odoo-custom-pages #accordion .card-header h5 {
  line-height: 1;
  margin-bottom: 0;
}

.odoo-custom-pages .question h5 span,
.odoo-custom-pages #accordion .card-header h5 span {
  margin-right: 3px;
}

/*------------------------------------------*/
/*  Answer
/*------------------------------------------*/

.odoo-custom-pages #accordion .card-body {
  padding: 0 0 15px 0;
}

/*------------------------------------------*/
/*  MORE QUESTIONS
/*------------------------------------------*/

.odoo-custom-pages .more-questions {
  padding: 50px 50px;
  margin: 40px 6% 0;
}

.odoo-custom-pages .bg-lightgrey .more-questions {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
}

.odoo-custom-pages .bg-dark .more-questions {
  background-color: #222;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
}

.odoo-custom-pages .more-questions p {
  font-weight: 400;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  MORE QUESTIONS TITLE
/*------------------------------------------*/

.odoo-custom-pages .more-questions-title {
  margin-top: 50px;
}

.odoo-custom-pages .more-questions-title p {
  padding: 0 5%;
  margin-top: 20px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  FAQs CONTACTS
/*------------------------------------------*/

.odoo-custom-pages .faqs-contacts-wrapper {
  margin: 45px 10% 0;
}

.odoo-custom-pages .faqs-contacts {
  text-align: center;
  border: 1px solid #ddd;
  padding: 55px 60px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.odoo-custom-pages .faqs-contacts:hover {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.odoo-custom-pages .faqs-contacts h5 {
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 5px;
}

.odoo-custom-pages .faqs-contacts p {
  font-weight: 400;
  margin-bottom: 0;
}




/* ==========================================================================
  23. NEWSLETTER
  =========================================================================== */

.odoo-custom-pages #newsletter-1 {
  padding-top: 80px;
  padding-bottom: 60px;
}

/*------------------------------------------*/
/*  NEWSLETTER TYPOGRAPHY
/*------------------------------------------*/

.odoo-custom-pages .newsletter-txt {
  padding: 0 8%;
}

.odoo-custom-pages .newsletter-txt p {
  padding: 0 10%;
  margin-top: 25px;
  margin-bottom: 0;
}

.odoo-custom-pages .newsletter-txt p a {
  font-weight: 500;
  text-decoration: underline;
}

.odoo-custom-pages .newsletter-txt p a:hover {
  color: #eee;
}

/*------------------------------------------*/
/*   Newsletter Form Input
/*------------------------------------------*/

.odoo-custom-pages .newsletter-section .form-control {
  height: 60px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #666;
  font-size: 18px;
  font-weight: 300;
  padding: 0 20px;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.odoo-custom-pages .newsletter-section .input-group>.custom-select:not(:last-child),
.odoo-custom-pages .newsletter-section .input-group>.form-control:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/*------------------------------------------*/
/*  Newsletter Form Input Focus
/*------------------------------------------*/

.odoo-custom-pages .newsletter-section .form-control:focus {
  border: 1px solid #999;
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Newsletter Form Input Placeholder
/*------------------------------------------*/

.odoo-custom-pages .newsletter-section .form-control::-moz-placeholder {
  color: #999;
}

.odoo-custom-pages .newsletter-section .form-control:-ms-input-placeholder {
  color: #999;
}

.odoo-custom-pages .newsletter-section .form-control::-webkit-input-placeholder {
  color: #999;
}

/*------------------------------------------*/
/*  Newsletter Form Button
/*------------------------------------------*/

.odoo-custom-pages .newsletter-section .btn {
  width: 100%;
  height: 60px;
  font-size: 19px;
  padding: 13px 45px;
  margin-left: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 46px;
  border-radius: 4px;
}

/*------------------------------------------*/
/*  Newsletter Form Notification
/*------------------------------------------*/

.odoo-custom-pages .newsletter-section .form-notification {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1;
  margin: 7px 0 0;
}

.odoo-custom-pages .newsletter-section .form-notification.error {
  color: #f6412d !important;
}

.odoo-custom-pages .newsletter-section .form-notification.valid {
  color: #48af4b !important;
}




/* ==========================================================================
  24. BLOG
  =========================================================================== */

/*------------------------------------------*/
/*  BLOG POST
/*------------------------------------------*/

.odoo-custom-pages .blog-1-post {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 40px;
}

.odoo-custom-pages .blog-2-post {
  margin-bottom: 20px;
}

.odoo-custom-pages .blog-3-post {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 40px;
}

.odoo-custom-pages .blog-3-post.gold-border {
  border-bottom: 4px solid #d1b665;
}

.odoo-custom-pages .bg-lightgrey .blog-1-post,
.odoo-custom-pages .bg-lightgrey .blog-3-post {
  border-color: transparent;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
}

.odoo-custom-pages .bg-lightgrey .blog-3-post.rose-border {
  border-bottom: 4px solid #ff495a;
}

.odoo-custom-pages .bg-lightgrey .blog-3-post.gold-border {
  border-bottom: 4px solid #d1b665;
}

.odoo-custom-pages .bg-lightgrey .blog-3-post.skyblue-border {
  border-bottom: 4px solid #37baf2;
}

.odoo-custom-pages .bg-lightgrey .blog-3-post.purple-border {
  border-bottom: 4px solid #6926cd;
}

/*------------------------------------------*/
/*  BLOG POST TEXT
/*------------------------------------------*/

.odoo-custom-pages .blog-post-txt {
  padding: 25px 20px 20px;
}

.odoo-custom-pages #blog-2 .blog-post-txt {
  padding: 25px 0 20px;
}

.odoo-custom-pages #blog-3 .blog-post-txt {
  padding: 35px 25px 20px;
}

/*------------------------------------------*/
/*  BLOG POST TYPOGRAPHY
/*------------------------------------------*/

.odoo-custom-pages .blog-post-txt h6,
.odoo-custom-pages .blog-post-txt h5 {
  line-height: 1.3;
  margin-bottom: 30px;
}

.odoo-custom-pages #blog-2 .blog-post-txt h6,
.odoo-custom-pages #blog-2 .blog-post-txt h5 {
  margin-bottom: 10px;
}

.odoo-custom-pages #blog-3 .blog-post-txt h6,
.odoo-custom-pages #blog-3 .blog-post-txt h5 {
  margin-bottom: 20px;
}

.odoo-custom-pages #blog-2 .blog-post-txt p {
  margin-bottom: 0;
}

.odoo-custom-pages #blog-2 .post-author h5 {
  color: #bbb;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 6px;
}

.odoo-custom-pages #blog-2 .post-author h5.grey-color {
  color: #ddd;
}

.odoo-custom-pages .post-author span {
  display: block;
  color: #888;
  font-size: 1.05rem;
  font-weight: 400;
}

.odoo-custom-pages #blog-2 .post-author span {
  line-height: 1;
  margin-bottom: 20px;
}

.odoo-custom-pages p.post-tag {
  color: #888;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 500;
}

.odoo-custom-pages .post-date {
  display: block;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 14px;
}

/*------------------------------------------*/
/*  Post Link 
/*------------------------------------------*/

.odoo-custom-pages .post-link {
  text-align: center;
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 10px;
}

.odoo-custom-pages .post-link.ico-20 [class*="flaticon-"]:before,
.odoo-custom-pages .post-link.ico-20 [class*="flaticon-"]:after {
  font-size: 1.125rem;
}

/*------------------------------------------*/
/*  Post Image
/*------------------------------------------*/

.odoo-custom-pages .blog-1-post:hover img,
.odoo-custom-pages .blog-2-post:hover img,
.odoo-custom-pages .blog-3-post:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1);
  -moz-transform: scale(1.1);
}




/* ==========================================================================
  25. BLOG LISTING PAGE
  =========================================================================== */

.odoo-custom-pages .blog-post.b-bottom {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
}

.odoo-custom-pages #blog-listing-1 .blog-post-txt {
  padding: 0 0 0 20px;
}

.odoo-custom-pages #blog-listing-2 .blog-post-txt {
  padding: 35px 0 0;
}

.odoo-custom-pages #blog-listing-1 .blog-post-txt h5,
.odoo-custom-pages #blog-listing-2 .blog-post-txt h5 {
  margin-bottom: 15px;
}

.odoo-custom-pages #blog-listing-2 h5.posts-category {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-top: 60px;
  margin-bottom: 50px;
}

/*------------------------------------------*/
/*  POPULAR POST
/*------------------------------------------*/

.odoo-custom-pages .popular-post {
  background-color: #fff;
  padding: 20px 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .1);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .1);
}

.odoo-custom-pages .popular-post a {
  font-weight: 400;
}

.odoo-custom-pages .popular-post a::after {
  font-size: 1.05rem;
  display: inline-block;
  padding-left: 2px;
  margin-top: -1px;
  color: #ff495a;
  content: "\00bb";
}

.odoo-custom-pages .popular-post a:hover {
  color: #777;
}

/*------------------------------------------*/
/*   SIDEBAR SEARCH FORM
/*------------------------------------------*/

.odoo-custom-pages #search-field .form-control {
  background-color: #f0f0f0;
  height: 54px;
  font-size: 17px;
  padding-left: 20px;
  border: none;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}

.odoo-custom-pages #search-field .btn {
  background-color: #f0f0f0;
  color: #777;
  border: none;
  height: 54px;
  padding: 0 18px;
  margin-top: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  -webkit-border-radius: 0px 6px 6px 0;
  -moz-border-radius: 0px 6px 6px 0;
  border-radius: 0px 6px 6px 0;
}

.odoo-custom-pages #search-field .form-control:focus {
  border-color: #999;
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  SIDEBAR TYPOGREPHY
/*------------------------------------------*/

.odoo-custom-pages .sidebar-div h6 {
  margin-bottom: 20px;
}

.odoo-custom-pages .sidebar-div.ico-20 [class^="flaticon-"]:before,
.odoo-custom-pages .sidebar-div.ico-20 [class^="flaticon-"]:after {
  font-size: 1.1rem;
}


/*------------------------------------------*/
/*   SIDEBAR BLOG CATEGORIES
/*------------------------------------------*/

.odoo-custom-pages ul.blog-category-list>li {
  padding: 15px 0;
  border-bottom: 1px dashed #c0c0c0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.odoo-custom-pages ul.blog-category-list>li:first-child {
  padding: 0 0 15px;
}

.odoo-custom-pages ul.blog-category-list>li:last-child {
  padding: 15px 0 0;
  border-bottom: none;
}

.odoo-custom-pages ul.blog-category-list>li p {
  margin-bottom: 0;
}

.odoo-custom-pages ul.blog-category-list>li a {
  color: #676869;
  font-weight: 400;
}

.odoo-custom-pages ul.blog-category-list>li span {
  color: #555;
  font-weight: 700;
}

.odoo-custom-pages ul.blog-category-list li:hover {
  padding-left: 8px;
}

/*------------------------------------------*/
/*  SIDEBAR TAGS
/*------------------------------------------*/

.odoo-custom-pages .badge {
  color: #777;
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 5px 10px;
  margin-right: 2px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.odoo-custom-pages .badge a {
  color: #888 !important;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.42857;
}

.odoo-custom-pages .badge:hover {
  background-color: transparent;
  border-color: #ccc;
}

.odoo-custom-pages .badge1:hover a {
  color: #fff !important;
}

/*------------------------------------------*/
/*  SINGLE POST
/*------------------------------------------*/

.odoo-custom-pages .single-post-txt h5 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.odoo-custom-pages .single-post-title,
.odoo-custom-pages .post-title-tag {
  margin-bottom: 35px;
}

.odoo-custom-pages #single-post .post-author {
  padding-top: 5px;
}

.odoo-custom-pages #single-post .post-author span {
  display: block;
  color: #888;
  font-size: 1.0625rem;
  font-weight: 400;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  POST DATA
/*------------------------------------------*/

.odoo-custom-pages #single-post .post-data {
  margin-top: 35px;
  margin-bottom: 35px;
}

.odoo-custom-pages #single-post .post-author-avatar {
  display: inline-block;
  float: left;
}

/*------------------------------------------*/
/*  Post Author Avatar 
/*------------------------------------------*/

.odoo-custom-pages #single-post .post-author-avatar img {
  width: 65px;
  height: 65px;
  display: inline-block;
  margin: 0 20px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

/*------------------------------------------*/
/*  Follow Button 
/*------------------------------------------*/

.odoo-custom-pages .follow-author {
  position: relative;
  color: #757575;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 400;
  padding: 3px 8px;
  top: -5px;
  margin-left: 6px;
  border: 1px solid #888;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*------------------------------------------*/
/*  SINGLE POST QUOTE
/*------------------------------------------*/

.odoo-custom-pages .quote {
  margin-top: 40px;
  margin-bottom: 40px;
}

.odoo-custom-pages .quote p {
  color: #666;
  font-size: 1.35rem !important;
  font-weight: 300;
  padding-left: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  BLOG POST INNER IMAGE
/*------------------------------------------*/

.odoo-custom-pages .post-inner-img {
  text-align: center;
  margin-top: 55px;
  margin-bottom: 50px;
}

.odoo-custom-pages .post-inner-img p {
  margin-top: 25px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  POST TAGS 
/*------------------------------------------*/

.odoo-custom-pages .post-share-links {
  margin-top: 60px;
}

.odoo-custom-pages .post-tags-list span a {
  color: #757575;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42857;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding: 8px 16px;
  margin-right: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.odoo-custom-pages .post-tags-list span a:hover {
  background-color: transparent;
  border-color: #ccc;
}

/*------------------------------------------*/
/*  POST SHARE ICONS
/*-----------------------------------------*/

.odoo-custom-pages .post-share-links .share-social-icons {
  display: inline-block;
  padding-left: 0;
}

.odoo-custom-pages .post-share-links .share-social-icons li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

.odoo-custom-pages .post-share-links .share-social-icons a.share-ico span {
  color: #555;
  width: 33px;
  height: 33px;
  font-size: 21px;
  display: block;
  margin-right: 5px;
}

/*------------------------------------------*/
/*  OTHER POSTS TYPOGRAPHY
/*------------------------------------------*/

.odoo-custom-pages .other-posts {
  margin: 80px 0;
  padding: 70px 0 40px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.odoo-custom-pages .other-posts h6 {
  margin-bottom: 8px;
}

.odoo-custom-pages .prev-post a,
.odoo-custom-pages .next-post a {
  color: #999;
  font-size: 1.0625rem;
  line-height: 1.2;
}

.odoo-custom-pages .all-posts a {
  color: #757575;
  font-size: 1.75rem;
  line-height: 1;
}

.odoo-custom-pages .prev-post a:hover,
.odoo-custom-pages .next-post a:hover {
  color: #000;
  text-decoration: underline;
}

.odoo-custom-pages .all-posts a:hover {
  color: #333;
}

/*------------------------------------------*/
/*  POST COMMENTS
/*------------------------------------------*/

.odoo-custom-pages .comments-wrapper h5 {
  margin-bottom: 50px;
}

.odoo-custom-pages .post-comments h5 {
  padding-bottom: 30px;
  margin-bottom: 80px;
  border-bottom: 1px solid #ddd;
}

.odoo-custom-pages .comments-wrapper img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.odoo-custom-pages .media-body p {
  color: #757575;
}

.odoo-custom-pages .comment-meta {
  margin-bottom: 10px;
}

.odoo-custom-pages .comment-meta h6 {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 2px;
}

.odoo-custom-pages .comment-date {
  color: #888;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.odoo-custom-pages .btn-reply {
  margin-left: 3px;
}

.odoo-custom-pages .btn-reply a {
  color: #888;
  font-size: 15px;
  font-weight: 400;
}

.odoo-custom-pages .btn-reply a span {
  margin: 0 2px;
}

.odoo-custom-pages .btn-reply.ico-20 [class^="flaticon-"]:before,
.odoo-custom-pages .btn-reply.ico-20 [class^="flaticon-"]:after {
  font-size: 0.8rem;
}

.odoo-custom-pages .btn-reply a:hover {
  color: #222;
}

.odoo-custom-pages .comments-wrapper hr {
  margin-top: 24px;
  margin-bottom: 40px;
}

/*------------------------------------------*/
/*  SINGLE POST COMMENT FORM
/*------------------------------------------*/

.odoo-custom-pages #leave-comment h5 {
  padding-bottom: 0;
  margin-top: 80px;
  margin-bottom: 3px;
  border: none;
}

.odoo-custom-pages .comment-form {
  position: relative;
  margin-top: 50px;
}

.odoo-custom-pages .comment-form p {
  color: #333;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 5px;
  display: block;
}

.odoo-custom-pages .comment-form .form-control {
  height: 54px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  padding: 0 15px;
  margin-bottom: 22px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.odoo-custom-pages .comment-form .form-control:focus {
  border-color: #00b2e4;
  outline: 0px none;
  box-shadow: none;
}

.odoo-custom-pages .comment-form textarea {
  min-height: 200px;
}

.odoo-custom-pages .comment-form textarea.form-control {
  padding: 20px;
}

/*------------------------------------------*/
/*  Comment Form Button
/*------------------------------------------*/

.odoo-custom-pages .comment-form .btn {
  margin-top: 15px;
}

.odoo-custom-pages .comment-form .btn:focus {
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Comment Form Message
/*------------------------------------------*/

.odoo-custom-pages .comment-form-msg {
  width: 100% !important;
  display: block;
  margin-top: 10px;
  padding-left: 0;
}

.odoo-custom-pages .comment-form .loading {
  color: #00b2e4;
  font-size: 18px;
  font-weight: 400;
}

.odoo-custom-pages .comment-form .error {
  color: #e74c3c;
  font-size: 14.5px;
  font-weight: 300;
  margin-bottom: 20px;
}

.odoo-custom-pages .comment-form .form-control.error {
  font-size: 17px !important;
}




/* ==========================================================================
  26. CONTACTS
  =========================================================================== */

.odoo-custom-pages #contacts-2 {
  padding-top: 60px;
  padding-bottom: 30px;
}

.odoo-custom-pages #contacts-3.bg-image {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/contacts-3.jpg);
}

/*------------------------------------------*/
/*  CONTACT BOX
/*------------------------------------------*/

.odoo-custom-pages .contact-1-box {
  text-align: center;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  CONTACT BOX TEXT
/*------------------------------------------*/

.odoo-custom-pages .contact-2-box {
  padding-left: 20px;
  margin-bottom: 27px;
}

.odoo-custom-pages .contact-box-txt {
  overflow: hidden;
  padding-left: 22px;
}

/*------------------------------------------*/
/*  CONTACT BOX TYPOGRAPHY
/*------------------------------------------*/

.odoo-custom-pages .contact-1-box h5 {
  margin-top: 25px;
  margin-bottom: 12px;
}

.odoo-custom-pages .contact-3-box h5 {
  margin-bottom: 15px;
}

.odoo-custom-pages .contact-1-box p,
.odoo-custom-pages .contact-2-box p,
.odoo-custom-pages .contact-3-box p {
  font-size: 1.05rem;
  font-weight: 400;
  margin-bottom: 3px;
}

/*------------------------------------------*/
/*  CONTACT BOX ICON
/*------------------------------------------*/

.odoo-custom-pages .contact-box-ico {
  float: left;
  text-align: center;
  margin-top: 3px;
}

/*------------------------------------------*/
/*  CONTACT FORM
/*------------------------------------------*/

.odoo-custom-pages .contact-form .form-control {
  height: 54px;
  background-color: #fff;
  border: 1px solid #1a2a42;
  box-shadow: 0 0 0 0;
  color: #1a2a42;
  font-size: 17px;
  line-height: 1;
  font-weight: 300;
  padding: 0 15px;
  margin-bottom: 22px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/*------------------------------------------*/
/*  Contact Form Textarea
/*------------------------------------------*/

.odoo-custom-pages .contact-form textarea {
  min-height: 220px;
}

.odoo-custom-pages .contact-form textarea.form-control {
  padding: 20px 15px;
}

/*------------------------------------------*/
/*  Contact Form Placeholder
/*------------------------------------------*/

.odoo-custom-pages .contact-form .form-control::-moz-placeholder {
  color: #1a2a42;
  opacity: 0.6;
}

.odoo-custom-pages .contact-form .form-control:-ms-input-placeholder {
  color: #1a2a42;
  opacity: 0.6;
}

.odoo-custom-pages .contact-form .form-control::-webkit-input-placeholder {
  color: #1a2a42;
  opacity: 0.6;
}

/*------------------------------------------*/
/*  Contact Form Input Focus
/*------------------------------------------*/

.odoo-custom-pages .contact-form .form-control:focus {
  outline: 0px none;
  box-shadow: none;
  border-color: #1a2a42;
}

.odoo-custom-pages .bg-color-01 .contact-form .form-control :focus {
  border-color: #fff;
}

.odoo-custom-pages input:-webkit-autofill,
.odoo-custom-pages input:-webkit-autofill:hover,
.odoo-custom-pages input:-webkit-autofill:focus,
.odoo-custom-pages textarea:-webkit-autofill,
.odoo-custom-pages textarea:-webkit-autofill:hover,
.odoo-custom-pages textarea:-webkit-autofill:focus,
.odoo-custom-pages select:-webkit-autofill,
.odoo-custom-pages select:-webkit-autofill:hover,
.odoo-custom-pages select:-webkit-autofill:focus {
  border: 1px solid green;
  -webkit-text-fill-color: #555;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

/*------------------------------------------*/
/*  Contact Form Message
/*------------------------------------------*/

.odoo-custom-pages .contact-form-msg {
  width: 100% !important;
  display: block;
  margin-top: 10px;
  padding-left: 0;
}

.odoo-custom-pages .contact-form .loading {
  color: #00b2e4;
  font-size: 18px;
  font-weight: 400;
}

.odoo-custom-pages .contact-form .error {
  color: #e74c3c;
  font-size: 14.5px;
  font-weight: 300;
  margin-bottom: 20px;
}

.odoo-custom-pages .contact-form .form-control.error {
  font-size: 17px !important;
}




/* ==========================================================================
  27. GOOGLE MAP
  =========================================================================== */

.odoo-custom-pages .contacts-map {
  margin-top: 80px;
}

.odoo-custom-pages .google-map {
  position: relative;
  padding: 0px 0px 32%;
  height: 0px;
  overflow: hidden;
}

.odoo-custom-pages .contacts-map .google-map {
  padding: 0px 0px 35%;
}


.odoo-custom-pages .google-map iframe,
.odoo-custom-pages .google-map object,
.odoo-custom-pages .google-map embed {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
}




/* ==========================================================================
  28. FOOTER
  ========================================================================== */

.odoo-custom-pages .footer {
  padding-top: 80px;
  padding-bottom: 30px;
}

.odoo-custom-pages #footer-6 .footer {
  padding-top: 100px;
}

/*------------------------------------------*/
/*  FOOTER LOGO
/*------------------------------------------*/

.odoo-custom-pages .footer-logo {
  margin-bottom: 15px;
}

.odoo-custom-pages .footer-logo img {
  width: auto;
  max-width: inherit;
  max-height: 45px;
}

.odoo-custom-pages #footer-3 .footer-logo img {
  max-height: 40px;
}

/*------------------------------------------*/
/*  FOOTER TYPOGRAPHY
/*------------------------------------------*/

.odoo-custom-pages .footer h6,
.odoo-custom-pages .footer h5.h5-xs,
.odoo-custom-pages .footer h5.h5-sm,
.odoo-custom-pages .footer h5.h5-md {
  line-height: 1;
  margin-top: 8px;
  margin-bottom: 20px;
}

.odoo-custom-pages .footer h5.h5-xs {
  font-size: 1.3125rem;
}

.odoo-custom-pages .footer h5.h5-md {
  font-size: 1.4375rem;
}

.odoo-custom-pages .footer p,
.odoo-custom-pages .footer a {
  color: #888;
  font-size: 1.125rem;
  transition: all 0.2s ease-in-out;
}

.odoo-custom-pages .footer-box p {
  margin-bottom: 5px;
}

.odoo-custom-pages .footer-box p.foo-email a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.odoo-custom-pages .footer a.foo-tag {
  color: #aaa;
  font-size: 1.05rem;
}

.odoo-custom-pages .footer a span {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.odoo-custom-pages .bg-dark.footer p,
.odoo-custom-pages .bg-dark.footer a,
.odoo-custom-pages .bg-dark.footer a span {
  color: #bbb;
}

.odoo-custom-pages .footer .footer-links a:hover {
  color: #151515;
  padding-left: 4px;
}

.odoo-custom-pages #footer-6.footer .footer-links a:hover {
  padding-left: 0;
}

.odoo-custom-pages .bg-dark.footer h6,
.odoo-custom-pages .bg-dark.footer h5,
.odoo-custom-pages .bg-dark.footer a:hover,
.odoo-custom-pages .bg-dark.footer a:hover span,
.odoo-custom-pages .bg-dark.footer p.foo-email a,
.odoo-custom-pages .bg-dark.footer .footer-links a:hover {
  color: #fff;
}

.odoo-custom-pages .footer-contacts p {
  margin-bottom: 3px;
}

.odoo-custom-pages p.foo-email a {
  color: #666;
  font-weight: 500;
  text-decoration: underline;
}

.odoo-custom-pages .foo-news span {
  font-size: 15px;
  display: block;
  margin-top: 4px;
}

/*------------------------------------------*/
/*   FOOTER LINKS
/*------------------------------------------*/

.odoo-custom-pages .footer-links li,
.odoo-custom-pages .footer-tags-list li {
  width: auto !important;
  display: block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0;
  padding: 0;
}

.odoo-custom-pages .footer-tags-list li {
  display: inline-block !important;
  margin: 0 3px 12px;
}

.odoo-custom-pages .footer-links li p {
  margin-bottom: 8px;
}

.odoo-custom-pages .footer-list span {
  position: relative;
  font-weight: 300;
  top: 2px;
  margin-right: 5px;
}

.odoo-custom-pages .footer-list.ico-20 [class*="flaticon-"]:before,
.odoo-custom-pages .footer-list.ico-20 [class*="flaticon-"]:after {
  font-size: 1.125rem;
}

/*------------------------------------------*/
/*. FOOTER SOCIAL LINKS
/*------------------------------------------*/

.odoo-custom-pages #footer-6 .footer-socials-links p {
  font-size: 0.95rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 6px;
}

.odoo-custom-pages #footer-6 .footer-socials-links p a {
  text-decoration: underline;
}

.odoo-custom-pages .footer-socials-links p a.link-facebook:hover {
  color: #3b5998;
}

.odoo-custom-pages .footer-socials-links p a.link-twitter:hover {
  color: #00a9ed;
}

.odoo-custom-pages .footer-socials-links p a.link-instagram:hover {
  color: #e44772
}

.odoo-custom-pages .footer-socials-links p a.link-youtube:hover {
  color: #cd1b20;
}

/*------------------------------------------*/
/*  FOOTER TAGS
/*------------------------------------------*/

.odoo-custom-pages .foo-tag {
  font-weight: 400;
  background-color: transparent;
  padding: 4px 8px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.odoo-custom-pages .foo-tag:hover {
  background-color: transparent;
  border: 1px solid #aaa;
}

/*------------------------------------------*/
/*  FOOTER INSTAGRAM IMAGES
/*------------------------------------------*/

.odoo-custom-pages .footer-img img.insta-img {
  float: left;
  width: 75px;
  height: 75px;
  margin: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*------------------------------------------*/
/*   FOOTER NEWSLETTER FORM
/*------------------------------------------*/

.odoo-custom-pages .footer-form .form-control {
  height: 48px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-right: none;
  color: #333;
  font-size: 1rem;
  padding: 0 15px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.odoo-custom-pages .bg-lightgrey .footer-form .form-control {
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-right: none;
  color: #f4f4f4;
}

.odoo-custom-pages .bg-dark .footer-form .form-control {
  background-color: #222;
  border: 1px solid #444;
  border-right: none;
  color: #ccc;
}

/*------------------------------------------*/
/*  Newsletter Form Input Focus
/*------------------------------------------*/

.odoo-custom-pages .footer-form .form-control:focus {
  border: 1px solid #ccc;
  border-right: none;
  outline: 0;
  box-shadow: none;
}

.odoo-custom-pages .bg-dark .footer-form .form-control:focus {
  border: 1px solid #444;
  border-right: none;
}

/*------------------------------------------*/
/*  Newsletter Form Button
/*------------------------------------------*/

.odoo-custom-pages .footer-form .btn {
  height: 48px;
  color: #aaa;
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: none;
  font-size: 1.45rem;
  line-height: 1 !important;
  margin-top: 0;
  padding: 0 15px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.odoo-custom-pages .footer-form .btn span {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.odoo-custom-pages .bg-lightgrey .footer-form .btn {
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-left: none;
}

.odoo-custom-pages .bg-dark .footer-form .btn {
  background-color: #222;
  border: 1px solid #444;
  border-left: none;
}

.odoo-custom-pages .bg-dark .footer-form .btn span {
  color: #666;
}

.odoo-custom-pages .footer-form .btn:hover span,
.odoo-custom-pages .bg-dark .footer-form .btn:hover span {
  color: #d2322b;
}

/*------------------------------------------*/
/*  Footer Form Notification
/*------------------------------------------*/

.odoo-custom-pages .footer-form .form-notification {
  color: #2dcb21;
  font-size: 0.95rem;
  line-height: 1.25;
  font-weight: 400;
  margin-top: 12px;
  margin-left: 5px;
}

/*------------------------------------------*/
/*  BOTTOM FOOTER
/*------------------------------------------*/

.odoo-custom-pages .bottom-footer {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 30px;
}

.odoo-custom-pages .bg-dark .bottom-footer {
  border-top: 1px solid #444;
}

.odoo-custom-pages .bottom-footer p {
  margin-bottom: 0;
}

.odoo-custom-pages .footer-copyright p {
  line-height: 18px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Bottom Footer List
/*------------------------------------------*/

.odoo-custom-pages .bottom-footer-list li {
  font-size: 1rem;
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 9px 0 0;
  padding: 0;
}

.odoo-custom-pages #footer-6 .bottom-footer-list li {
  margin-bottom: 10px;
}

.odoo-custom-pages #footer-3 .bottom-footer-list li a {
  font-weight: 600;
}

.odoo-custom-pages .bottom-footer-list li a span {
  margin-right: 4px;
}

.odoo-custom-pages .bottom-footer-list p:after {
  content: "|";
  padding-left: 11px;
  position: relative;
  top: -1px;
}

.odoo-custom-pages .bottom-footer-list p.last-li:after {
  content: " ";
  padding-left: 0;
}

/*------------------------------------------*/
/*  Bottom Socials List
/*------------------------------------------*/

.odoo-custom-pages .foo-socials {
  display: inline-block;
  padding-left: 0;
  margin: 0 auto 0;
}

.odoo-custom-pages .foo-socials li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 0 8px 0;
  padding: 0;
}

.odoo-custom-pages .foo-socials a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 8px;
}




/* ==========================================================================
  29 INNER PAGE HERO
  =========================================================================== */

.odoo-custom-pages .page-hero-section {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll !important;
  padding-top: 170px;
  padding-bottom: 130px;
}

.odoo-custom-pages #about-page {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/about-page.jpg);
}

.odoo-custom-pages #blogs-listing-page {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/blogs-listing-page.jpg);
}

.odoo-custom-pages #contacts-page {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/contacts-page.jpg);
}

.odoo-custom-pages #customers-page {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/customers-page.jpg);
}

.odoo-custom-pages #faqs-page {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/faqs-page.jpg);
}

.odoo-custom-pages #gallery-page {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/gallery-page.jpg);
}

.odoo-custom-pages #pricing-page {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/pricing-page.jpg);
}

.odoo-custom-pages #project-details-page {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/project-details-page.jpg);
}

.odoo-custom-pages #services-page {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/services-page.jpg);
}

.odoo-custom-pages #service-details-page {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/service-details-page.jpg);
}

.odoo-custom-pages #service-details-page.bg-design {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/service-page-design.jpg);
}

.odoo-custom-pages #service-details-page.bg-constr {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/service-page-constr.jpg);
}

.odoo-custom-pages #service-details-page.bg-handyman {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/service-page-handyman.jpg);
}

.odoo-custom-pages #single-post-page {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/single-post-page.jpg);
}

.odoo-custom-pages #team-page {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/team-page.jpg);
}

.odoo-custom-pages #terms-page {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/terms-page.jpg);
}

/*------------------------------------------*/
/*  INNER PAGE HERO TYPOGRAPHY
/*------------------------------------------*/

.odoo-custom-pages .page-hero-section h3 {
  margin-bottom: 0;
}




/* ==========================================================================
  30. BREADCRUMB
  =========================================================================== */

.odoo-custom-pages #breadcrumb {
  margin-bottom: 20px;
  text-align: center;
}

.odoo-custom-pages .breadcrumb-nav {
  display: inline-block;
  margin: 0 auto;
}

.odoo-custom-pages .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  width: 100%;
}

/*------------------------------------------*/
/*  BREADCRUMB TYPOGRAPHY
/*------------------------------------------*/

.odoo-custom-pages .breadcrumb-item a {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}

.odoo-custom-pages .breadcrumb-item a:hover {
  color: #fff;
}

.odoo-custom-pages .breadcrumb-item.active {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
}

.odoo-custom-pages .breadcrumb-item+.breadcrumb-item::before {
  font-size: 0.925rem;
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

.odoo-custom-pages .breadcrumb-item+.breadcrumb-item {
  padding-left: 12px;
}




/* ==========================================================================
  31. PAGE PAGINATION
  =========================================================================== */

.odoo-custom-pages .page-pagination {
  padding-bottom: 100px;
}

.odoo-custom-pages .blog-page-pagination {
  margin-top: 80px;
  padding-top: 80px;
}

.odoo-custom-pages .page-link {
  color: #999;
  font-weight: 600;
  padding: 9px 16px;
  margin: 0 3px;
  background-color: transparent;
  border-color: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.odoo-custom-pages .page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.odoo-custom-pages .page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.odoo-custom-pages .page-item.disabled .page-link {
  color: #aaa;
  background-color: transparent;
  border-color: transparent;
}

.odoo-custom-pages .pagination.ico-20 [class^="flaticon-"]:before,
.odoo-custom-pages .pagination.ico-20 [class^="flaticon-"]:after {
  font-size: 0.7rem;
}

.odoo-custom-pages .page-link:hover,
.odoo-custom-pages .page-item.active .page-link {
  color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
}

.odoo-custom-pages .page-link:focus {
  background-color: transparent;
  color: #666;
  border-color: transparent;
  box-shadow: 0 0;
}




/* ==========================================================================
  32. TERMS PAGE
  =========================================================================== */

/*------------------------------------------*/
/*  TERMS PAGE TYPOGRAPHY
/*------------------------------------------*/

.odoo-custom-pages .terms-box {
  margin-bottom: 30px;
}

.odoo-custom-pages .terms-box h5 {
  margin-bottom: 25px;
}

.odoo-custom-pages .terms-box a {
  font-weight: 500;
}



/* ==========================================================================
  33. SCROLL TO TOP
  ========================================================================== */

.odoo-custom-pages #scrollUp {
  display: none;
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: rgba(10, 10, 10, .25);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.odoo-custom-pages #scrollUp:hover {
  background-color: rgba(255, 69, 0, .95);
}

.odoo-custom-pages nav a#pull {
  display: none;
}




/* ==========================================================================
  34. COLOR SCHEME SETTINGS
  =========================================================================== */

/* Background Color */
.odoo-custom-pages .bg-theme {
  background-color: #1a2a42;
}

/* Button Color */
.odoo-custom-pages .btn-theme,
.odoo-custom-pages .scroll .btn-theme,
.odoo-custom-pages .white-color .btn-theme,
.odoo-custom-pages .theme-hover:hover,
.odoo-custom-pages .scroll .theme-hover:hover,
.odoo-custom-pages .white-color .theme-hover:hover {
  color: #fff !important;
  background-color: #1a2a42 !important;
  border-color: #1a2a42 !important;
}

.odoo-custom-pages .btn-tra-theme,
.odoo-custom-pages .scroll .btn-tra-theme,
.odoo-custom-pages .white-color .btn-tra-theme,
.odoo-custom-pages .tra-theme-hover:hover,
.odoo-custom-pages .scroll .tra-theme-hover:hover,
.odoo-custom-pages .white-color .tra-theme-hover:hover {
  color: #1a2a42 !important;
  background-color: transparent !important;
  border-color: #1a2a42 !important;
}

.odoo-custom-pages .btn-theme:hover {
  color: #1a2a42 !important;
  background-color: transparent !important;
  border-color: #1a2a42 !important;
}

.odoo-custom-pages .tra-white-hover:hover {
  border-color: white !important;
  color: white !important;
}

/* Button Color */

/* Text Color */
.odoo-custom-pages .theme-color,
.odoo-custom-pages .theme-color h2,
.odoo-custom-pages .theme-color h3,
.odoo-custom-pages .theme-color h4,
.odoo-custom-pages .theme-color h5,
.odoo-custom-pages .theme-color h6,
.odoo-custom-pages .theme-color p,
.odoo-custom-pages .theme-color a,
.odoo-custom-pages .theme-color li,
.odoo-custom-pages .theme-color i,
.odoo-custom-pages .theme-color span,
.odoo-custom-pages .white-color .theme-color {
  color: #1a2a42;
}

/* Loader */
.odoo-custom-pages #loader,
.odoo-custom-pages #loader:before,
.odoo-custom-pages #loader:after {
  border-top-color: #1a2a42;
}

/* Header Hover */
.odoo-custom-pages .nav-theme-hover .wsmegamenu h5.h5-xs a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-theme-hover>li>ul.sub-menu>li>a:hover,
.odoo-custom-pages .nav-theme-hover .wsmegamenu .latest-news .post-summary a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-theme-hover>li>.wsmegamenu .link-list li a:hover,
.odoo-custom-pages .wsmenu>.wsmenu-list.nav-theme-hover>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
  color: #1a2a42 !important;
}

.odoo-custom-pages .posttitle:before,
.odoo-custom-pages .posttitle:after {
  background-color: #1a2a42;
}

/* Card Link Hover */
.odoo-custom-pages .card-2-txt h6 a:hover {
  color: #1a2a42;
}

/* Box Hover */
.odoo-custom-pages .fbox-6-hover .fbox-6:hover {
  background-color: #1a2a42;
}

/* Portfolio Filter */
.odoo-custom-pages .masonry-filter.theme-filter button.is-checked,
.odoo-custom-pages .masonry-filter.theme-filter button.is-checked:before {
  color: #1a2a42;
}

/* Project Link Hover */
.odoo-custom-pages .project-link:hover {
  background-color: #1a2a42;
}

/* Image Overlay Background */
.odoo-custom-pages .theme-overlay .item-overlay {
  background: rgba(255, 69, 0, .7);
}

.odoo-custom-pages .bg-lightgrey .blog-3-post.theme-border {
  border-bottom: 4px solid #1a2a42;
}

.odoo-custom-pages .quote p {
  border-left: 3px solid #1a2a42;
}

.odoo-custom-pages .footer-form .btn:hover span,
.odoo-custom-pages .bg-dark .footer-form .btn:hover span {
  color: #1a2a42;
}

.odoo-custom-pages .popular-post a::after {
  color: #1a2a42;
}

.odoo-custom-pages .page-link:hover,
.odoo-custom-pages .page-item.active .page-link {
  background-color: #1a2a42;
  border-color: #1a2a42;
}




/* ==========================================================================
   STYLE CHANGER 
  ========================================================================== */

.odoo-custom-pages #stlChanger {
  position: fixed;
  z-index: 9999;
  font-size: 15px;
  overflow: hidden;
  right: -230px;
  top: 100px;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.odoo-custom-pages #stlChanger.open {
  right: 0px;
}

.odoo-custom-pages #stlChanger .bgChanger {
  min-width: 280px;
  min-height: 280px;
}

.odoo-custom-pages #stlChanger .blockChanger {
  width: 230px;
}

.odoo-custom-pages #stlChanger .chBody {
  background: #2b2e37;
  width: 230px;
  position: relative;
  overflow: hidden;
  border: 1px solid #2b2e37;
  border-radius: 4px 0px 0px 4px;
  margin-left: 50px;
}

.odoo-custom-pages #stlChanger .chBut {
  background: #1a2a42;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 1000000;
  text-align: center;
  border: 1px solid #1a2a42;
  border-left: none;
  padding: 0 0 0 2px;
  border-radius: 4px 0px 0px 4px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
}

.odoo-custom-pages #stlChanger .chBut.icon-xs [class*="flaticon-"]:before,
.odoo-custom-pages #stlChanger .chBut.icon-xs [class*="flaticon-"]:after {
  color: #fff;
  font-size: 2.15rem;
  line-height: 48px !important;
}

.odoo-custom-pages #stlChanger p {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.odoo-custom-pages #stlChanger .stBgs a {
  text-decoration: none;
  width: 35px;
  height: 35px;
  float: left;
  padding: 0;
  margin: 0 5px 8px;
  cursor: pointer;
  opacity: 1;
}

.odoo-custom-pages #stlChanger .stBgs a img {
  width: 35px;
  height: 35px;
}

.odoo-custom-pages .stBlock1 {
  margin: 0 20px 25px 20px;
}

.odoo-custom-pages .stBlock .btn {
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  padding: 10px;
}

.odoo-custom-pages .s_1 img {
  opacity: 1;
  margin-bottom: 15px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.odoo-custom-pages .s_1 img:hover {
  opacity: 0.8;
}

.odoo-custom-pages .btns-group .btn {
  min-width: 204px;
}

.odoo-custom-pages .underline-title {
  background-image: url(/shivlab/wp-content/themes/shivlab/assets/images/odoo/dark-blue_highlight_01.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  white-space: nowrap;
  padding-bottom: 8px;
}



/**/
.odoo-custom-pages .Problems-and-solution-block {
  padding: 20px;
  border-radius: 5px;
  height: calc(100% - 25px);
}

.odoo-custom-pages .Problems-and-solution-block-cotent {
  display: none;
}

.odoo-custom-pages .Problems-and-solution-block-head .btn {
  margin-left: auto;
  display: block;
  font-weight: 600;
}

.odoo-custom-pages .Problems-and-solution-block.active .Problems-and-solution-block-cotent {
  display: block;
}

.odoo-custom-pages .Problems-and-solution-block.active .Problems-and-solution-block-head {
  display: none;
}

.odoo-custom-pages .solution-ans-button {
  padding-left: 14px !important;
  padding-right: 14px !important;
  width: 100%;
}

.odoo-custom-pages .solution-ans-button img {
  max-width: 14px;
}

.odoo-custom-pages .close-button:hover img {
  filter: invert(1);
}

@media only screen and (max-width:991px) {
  .odoo-custom-pages .Problems-and-solution-block-head .btn {
    margin-top: 15px;
  }
}

/**/




/**/
.odoo-custom-pages .services-section-new .section-title {
  max-width: 80%;
}

.odoo-custom-pages .services-section-new .services-block {
  display: flex;
  align-items: center;
}

.odoo-custom-pages .services-section-new .services-block .icon-img {
  margin-right: 15px;
  max-width: 45px;
  height: auto;
  object-fit: contain;
}

.odoo-custom-pages .services-section-new .left-image {
  position: relative;
  padding-bottom: 50px;
}

.odoo-custom-pages .services-section-new .left-image img {
  max-width: 100%;
  display: block;
  position: relative;
}

.odoo-custom-pages .align-items-center {
  align-items: center;
}

.odoo-custom-pages .services-section-new .left-image:before {
  content: "";
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 90%;
  height: calc(100% - 50px);
  background-color: #1a2a42;
}

@media only screen and (min-width:992px) {
  .odoo-custom-pages .services-section-new .container {
    padding-right: 50px;
    max-width: 100%;
  }
}

@media only screen and (min-width:1141px) {
  .odoo-custom-pages .services-section-new .container {
    padding-left: calc((100% - 1140px) / 2 + 16px);
  }
}

@media only screen and (max-width:991px) {
  .odoo-custom-pages .services-section-new .left-image {
    margin-top: 40px;
  }
}

@media only screen and (max-width:767px) {
  .odoo-custom-pages .services-section-new .section-title {
    max-width: 100%;
  }

  .odoo-custom-pages .services-section-new .left-image:before {
    right: -15px;
  }

  .odoo-custom-pages .services-section-new .left-image {
    padding-bottom: 15px;
  }
}


/**/
.odoo-custom-pages .header-contact-info {
  padding: 22px 0;
  float: right;
  display: block;
}

.odoo-custom-pages .header-contact-info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.odoo-custom-pages .header-contact-info .icon-link {
  color: #1a2a42;
  font-weight: 400;
  display: flex;
  letter-spacing: 0;
  align-items: center;
}

.odoo-custom-pages .header-contact-info .links {
  display: flex;
  flex-wrap: wrap;
}

.odoo-custom-pages .header-contact-info .icon-link .icon {
  margin-right: 6px;
}

.odoo-custom-pages .header-contact-info .icon-link .icon svg {
  width: 27px;
  height: 27px;
}

.odoo-custom-pages .header-contact-info .icon-link .icon svg path {
  fill: #1a2a42;
}

.odoo-custom-pages .contact-button {
  float: right;
  display: block;
  line-height: 70px;
  margin-left: 15px;
}

@media only screen and (max-width:1199px) {
  .odoo-custom-pages .header-contact-info .icon-link .icon {
    margin-right: 4px;
  }

  .odoo-custom-pages .header-contact-info ul {
    gap: 10px;
  }

  .odoo-custom-pages .contact-button {
    margin-left: 10px;
  }
}

@media only screen and (max-width:991px) {
  .odoo-custom-pages .mobile-none {
    display: none;
  }

  .odoo-custom-pages .contact-button {
    margin: 0 0;
    position: absolute;
    right: 75px;
    line-height: normal;
    top: 16px;
  }


  .odoo-custom-pages .header-contact-info .links,
  .odoo-custom-pages .header-contact-info .icon-link {
    width: 100%;
  }

  .odoo-custom-pages .header-contact-info {
    margin-right: -350px;
    width: 350px;
    height: auto;
    min-height: 100%;
    background-color: #fff;
    float: right;
    position: fixed;
    right: 0;
    top: 0;
    padding: 20px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    overflow: auto;
    max-height: 100%;
    z-index: 99999;
  }

  .odoo-custom-pages .wsactive .header-contact-info {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-right: 0;
  }

  .odoo-custom-pages .wsactive .header-contact-info .overlapblackbg {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    -ms-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
  }
}

@media only screen and (max-width:767px) {
  .odoo-custom-pages .header-contact-info {
    margin-right: -300px;
    width: 300px;
    z-index: 99999;
  }
}

@media only screen and (max-width:479px) {
  .odoo-custom-pages .contact-button {
    right: 60px;
    top: 20px;
  }

  .odoo-custom-pages .contact-button .btn {
    font-size: 14px;
    padding: 12px 15px;
  }
}

@media only screen and (max-width:365px) {
  .odoo-custom-pages .contact-button {
    top: 22px;
  }

  .odoo-custom-pages .contact-button .btn {
    font-size: 12px;
    padding: 10px 10px;
  }

  .odoo-custom-pages .smllogo img {
    max-height: 35px !important;
  }

  .odoo-custom-pages .wsmobileheader .smllogo {
    margin-top: 23px !important;
  }
}



.odoo-custom-pages .capital-title {
  text-transform: capitalize !important;
}



/* footer-css */

.odoo-custom-pages .single-contact-info {
  display: flex;
}

.odoo-custom-pages .single-contact-info span {
  display: block;
}

.odoo-custom-pages .single-contact-info a {
  display: block;
}

.odoo-custom-pages .footer-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #cccccc;
  padding-top: 30px;
}

.odoo-custom-pages .social-media {
  padding-top: 4px;
}


/* end footer-css */



@media only screen and (min-width:768px) {
  .odoo-custom-pages .mobile-show {
    display: none !important;
  }
}

@media only screen and (max-width:767px) {
  .odoo-custom-pages .desktop-show {
    display: none !important;
  }
}

/* contact form css start */

.odoo-custom-pages .register-form .phone-main {
  display: flex;
  gap: 10px;
}

.odoo-custom-pages .register-form .phone-main .form-error-message {
  margin-bottom: 0;
  width: 100%;
}

.odoo-custom-pages .register-form .form-error-message {
  margin-bottom: 18px;
}

.odoo-custom-pages .register-form .form-field {
  text-align: left;
  margin-bottom: 0 !important;
}

.odoo-custom-pages .register-form textarea.form-field {
  padding-top: 10px;
  padding-bottom: 10px;
}

.odoo-custom-pages .register-form .phone-main .dropdown {
  height: 52px;
}

.odoo-custom-pages .register-form .phone-main .phone-form-field {
  margin-bottom: 0;
}

.odoo-custom-pages .register-form .phone-main .search {
  height: 100%;
  display: flex !important;
  align-items: center;
}

.odoo-custom-pages .register-form .phone-main .text {
  display: flex !important;
}

.odoo-custom-pages .register-form .phone-main .default_flag {
  display: inline-flex;
  height: 100%;
}

.odoo-custom-pages .register-form .phone-main .text .text_name {
  display: none;
}

.odoo-custom-pages .register-form .phone-main .dropdown.icon {
  top: 50% !important;
  transform: translateY(-50%);
  margin-top: 0 !important;
}

.odoo-custom-pages .register-form .phone-main .ui.selection.dropdown .menu {
  max-width: 260px !important;
  min-width: 260px !important;
  max-height: 200px !important;
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
}

.odoo-custom-pages .register-form label.error {
  color: #e74c3c;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin: 5px 0 0 !important;
  display: block;
  text-align: left;
}

.odoo-custom-pages .get-quote-two .register-form .form-control,
.odoo-custom-pages .footer-main .register-form .form-control {
  text-align: left;
  background-color: #fff;
  color: #333;
  height: 52px;
  font-size: 17px;
  font-weight: 300;
  padding: 10px 15px;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: none;
}

.odoo-custom-pages .inquiery-form {
  border: 1px solid #fafafa;
  padding: 45px 27px 35px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background: #fff;
  width: 100%;
  margin: 0 !important;
}

.odoo-custom-pages .inquiery-form form {
  padding: 0 !important;
  border: 0;
  box-shadow: unset;
  margin: 0;
}

@media(max-width:1200px) {
  .odoo-custom-pages .inquiery-form {
    padding: 45px 20px 35px;
  }
}

/* contact form css end */



/* New-banner Css Start */

.odoo-custom-pages .odoo_new_call_to_action {
  padding: 60px 0px;
}

.odoo-custom-pages .odoo-talk-to-exp-content {
  z-index: 1;
  position: relative;
  flex-wrap: wrap;
  color: #ffffff;
  padding: 30px 20px;
}

.odoo-custom-pages .odoo-talk-to-exp-title {
  max-width: 100%;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.odoo-custom-pages .odoo-talk-to-exp-title .title {
  color: white;
  margin-bottom: 0;
  padding-right: 0px;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  font-family: Roboto, "Helvetica Neue", Helvetica, Aria;
}

.odoo-custom-pages .odoo-talk-to-exp-profile {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  text-align: center;
}

.odoo-custom-pages .odoo-talk-to-exp-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffffff;
  overflow: hidden;
  border: 5px solid #ffffff;
  margin: 0 auto 15px auto;
}

.odoo-custom-pages .odoo-talk-to-exp-image img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

.odoo-custom-pages .odoo-talk-to-exp-info {
  width: 100%;
  padding-left: 0px;
  color: white;
}

.odoo-custom-pages .odoo-talk-to-exp-info .intro {
  font-size: 17px;
  line-height: 1.5;
  color: white;
  font-weight: 300;
  margin: 0;
}

.odoo-custom-pages .odoo-talk-to-exp-info .odoo-expert-name .title {
  color: white;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  font-family: Roboto, "Helvetica Neue", Helvetica, Aria;
}

.odoo-custom-pages .odoo-talk-to-exp-info .odoo-expert-name {
  margin-bottom: 20px;
}

.odoo-custom-pages .odoo-talk-to-exp-title .button {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  color: #1a2a42 !important;
  font-weight: 600;
  margin-top: 20px;
  font-family: Roboto, "Helvetica Neue", Helvetica, Aria;
}

.odoo-custom-pages .odoo-talk-to-exp-title .button:hover {
  background-color: #000;
  color: #ffffff !important;
}


.odoo-custom-pages .odoo-talk-to-exp-title .button.disabled {
  pointer-events: none;
}

@media screen and (min-width: 600px) {
  .odoo-custom-pages .odoo-talk-to-exp-profile {
    width: 80%;
  }

  .odoo-custom-pages .odoo-talk-to-exp-title {
    max-width: 75%;
  }
}

@media screen and (min-width: 992px) {
  .odoo-custom-pages .odoo-talk-to-exp-title {
    max-width: 300px;
    margin: 0;
  }

  .odoo-custom-pages .odoo-talk-to-exp-title .title {
    padding-right: 15px;
    text-align: left;
    font-weight: 600;
    font-size: 32px;
  }

  .odoo-custom-pages .odoo-talk-to-exp-image {
    width: 110px;
    height: 110px;
    margin: 0;
  }

  .odoo-custom-pages .odoo-talk-to-exp-info {
    width: calc(100% - 110px);
    padding-left: 20px;
  }

  .odoo-custom-pages .odoo-talk-to-exp-info .odoo-expert-name {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .odoo-custom-pages .odoo-talk-to-exp-profile {
    width: 64.7%;
    margin-left: auto;
    margin-right: 0;
    flex-wrap: wrap;
    text-align: left;
  }

  .odoo-custom-pages .odoo-talk-to-exp-info .button {
    margin-left: 0;
    margin-right: 0;
  }

}

@media screen and (min-width: 1200px) {
  .odoo-custom-pages .odoo-talk-to-exp-title {
    max-width: 344px;
  }

  .odoo-custom-pages .odoo-talk-to-exp-image {
    width: 140px;
    height: 140px;
    border-width: 8px;
  }

  .odoo-custom-pages .odoo-talk-to-exp-info {
    width: calc(100% - 148px);
  }
}

@media(max-width:991px) {
  .odoo-custom-pages .odoo-talk-to-exp-title .button {
    display: flex;
    justify-content: center;
  }

  .odoo-custom-pages .odoo_new_call_to_action {
    padding: 30px 0px;
  }
}

@media(max-width:767px) {
  .odoo-custom-pages .odoo-talk-to-exp-content {
    padding: 20px 0px;
  }
}

@media(max-width:600px) {
  .odoo-custom-pages .odoo-talk-to-exp-title .title {
    font-size: 28px;
  }
}

/* New-banner Css End */




/* New Design Changes  */

.odoo-custom-pages input#odoo-telephone {
  padding-left: 52px;
}

.odoo-custom-pages input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-field.form-control.intl-contact-code {
  padding-left: 52px;
}

.odoo-custom-pages .form-group {
  margin-bottom: 0;
}

.odoo-custom-pages p.p-sm.grey-color {
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.odoo-custom-pages h4.h4-md {
  line-height: 1.2;
  margin-bottom: 12px;
  font-family: "Montserrat-Bold";
}

.odoo-custom-pages .form-holder .register-form .form-button .submit-btn {
  text-align: left;
  margin-top: 25px
}

.odoo-custom-pages .form-holder .register-form .form-button .submit-btn input {
  max-width: 103px;
  width: 100%;
}

.odoo-custom-pages .btn {
  min-width: unset;
}

.odoo-custom-pages .form-holder .form-group.phone-main {
  margin-bottom: 15px;
}

.odoo-custom-pages .wpcf7-form .register-form .wpcf7-spinner {
  left: 100%;
}

.odoo-custom-pages .wpcf7-form .register-form .form-button {
  display: flex;
  justify-content: center;
}

.odoo-custom-pages .register-form .wpcf7-form-control-wrap span {
  text-align: left;
}

.odoo-custom-pages .hero-form .submit-btn {
  margin-bottom: 0;
}

.odoo-custom-pages .form-holder .get-quote-two .form-button {
  display: unset;
}

.odoo-custom-pages .form-holder .get-quote-two .wpcf7-spinner {
  left: unset
}

.odoo-custom-pages .solution-ans-button.close-button {
  margin-top: 12px;
}


/* css changes */

.odoo-custom-pages .hero-section .sub-title {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 18px;
  font-family: "Montserrat-Bold";
  font-weight: 700;
  letter-spacing: -0.25px;
  padding: 0;
}

.odoo-custom-pages .hero-section .capital-title {
  color: #fff;
  letter-spacing: -0.25px;
  font-family: "Montserrat-Regular";
  font-size: 54px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}

@media (min-width: 321px) and (max-width: 413.95px) {
  .odoo-custom-pages .hero-section .capital-title {
    font-size: 29.6px;
  }
}

@media (min-width: 414px) and (max-width: 479.95px) {
  .odoo-custom-pages .hero-section .capital-title {
    line-height: 1.3;
    margin-bottom: 15px;
    font-size: 29.6px;
  }
}

@media (min-width: 480px) and (max-width: 767.95px) {
  .odoo-custom-pages .hero-section .capital-title {
    font-size: 37.6px;
  }
}

@media (min-width: 768px) and (max-width: 991.95px) {
  .odoo-custom-pages .hero-section .capital-title {
    font-size: 36px;
  }
}

.odoo-custom-pages .hero-section .h2-title-md {
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 75px;
  margin-bottom: 25px;
  color: #fff;
  letter-spacing: -0.25px;
  font-family: "Montserrat-Bold";
  padding: 0;
}

@media (min-width: 321px) and (max-width: 413.95px) {
  .odoo-custom-pages .hero-section .h2-title-md {
    margin-bottom: 20px;
    font-size: 42.4px;
  }
}

@media (min-width: 414px) and (max-width: 479.95px) {
  .odoo-custom-pages .hero-section .h2-title-md {
    font-size: 48px;
    margin-bottom: 15px;
  }
}

@media (min-width: 480px) and (max-width: 767.95px) {
  .odoo-custom-pages .hero-section .h2-title-md {
    font-size: 61.6px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.95px) {
  .odoo-custom-pages .hero-section .h2-title-md {
    font-size: 50.4px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.95px) {
  .odoo-custom-pages .hero-section .h2-title-md {
    font-size: 66.96px;
  }
}

.odoo-custom-pages .hero-section .hero-form .h5-sm {
  font-size: 22px;
  color: #222;
  font-family: "Montserrat-Bold";
  font-weight: 700;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  margin-bottom: 8px;
}


@media (min-width: 321px) and (max-width: 413.95px) {
  .odoo-custom-pages .hero-section .hero-form .h5-sm {
    font-size: 20.8px;
  }
}

@media (min-width: 480px) and (max-width: 767.95px) {
  .odoo-custom-pages .hero-section .hero-form .h5-sm {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.95px) {
  .odoo-custom-pages .hero-section .hero-form .h5-sm {
    font-size: 20.8px;
  }
}

@media (min-width: 992px) and (max-width: 1199.95px) {
  .odoo-custom-pages .hero-section .hero-form .h5-sm {
    font-size: 19.52px;
  }
}

.odoo-custom-pages .services-section-new .section-title .h2-xs {
  margin-bottom: 20px;
  font-size: 50px;
  color: #222;
  font-family: "Montserrat-Bold";
  font-weight: 700;
  letter-spacing: -0.25px;
}

@media (max-width: 320.95px) {
  .odoo-custom-pages .services-section-new .section-title .h2-xs {
    font-size: 28px;
  }
}

@media (min-width: 321px) and (max-width: 413.95px) {
  .odoo-custom-pages .services-section-new .section-title .h2-xs {
    font-size: 28.8px;
  }
}

@media (min-width: 414px) and (max-width: 479.95px) {
  .odoo-custom-pages .services-section-new .section-title .h2-xs {
    font-size: 28.8px;
  }
}

@media (min-width: 480px) and (max-width: 767.95px) {
  .odoo-custom-pages .services-section-new .section-title .h2-xs {
    font-size: 34.4px;
  }
}

@media (min-width: 768px) and (max-width: 991.95px) {
  .odoo-custom-pages .services-section-new .section-title .h2-xs {
    font-size: 48.4px;
  }
}

@media (min-width: 992px) and (max-width: 1199.95px) {
  .odoo-custom-pages .services-section-new .section-title .h2-xs {
    font-size: 44.48px;
  }
}/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1.2s;
  animation-fill-mode: both;
}
/*
.animated.zoomIn {
  animation-duration: s;
}*/

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.fadeInUp,
.animated.fadeInUpBig {
  animation-duration: 1.75s;
}

.animated.fadeInLeft,
.animated.fadeInRight {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}
/*
  Template Name: PowerNode - Premium Multi-Purpose Landing Page Template
  Theme URL: https://themeforest.net/user/dsathemes
  Description: PowerNode - Premium Multi-Purpose Landing Page Template
  Author: Jthemes
  Author URL: https://themeforest.net/user/dsathemes
  Version: 1.0.0
  Website: www.dsathemes.com
  Tags: HTML5 template, DSAThemes, Multi-Purpose, Startup, One Page, Landing, Business, Creative, Corporate, Agency Template, Project, Mobile App
*/




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 992px) and (max-width: 1199.95px) {

  /*------------------------------------------*/
  /*   BASE
  /*------------------------------------------*/

  .odoo-custom-pages .pl-5,
  .odoo-custom-pages .pl-10,
  .odoo-custom-pages .pl-15,
  .odoo-custom-pages .pl-20,
  .odoo-custom-pages .pl-25,
  .odoo-custom-pages .pl-30,
  .odoo-custom-pages .pl-35,
  .odoo-custom-pages .pl-40,
  .odoo-custom-pages .pl-45 {
    padding-left: 0;
  }

  .odoo-custom-pages .pr-5,
  .odoo-custom-pages .pr-10,
  .odoo-custom-pages .pr-15,
  .odoo-custom-pages .pr-20,
  .odoo-custom-pages .pr-25,
  .odoo-custom-pages .pr-30,
  .odoo-custom-pages .pr-35,
  .odoo-custom-pages .pr-40,
  .odoo-custom-pages .pr-45 {
    padding-right: 0;
  }

  .odoo-custom-pages .pc-10,
  .odoo-custom-pages .pc-15,
  .odoo-custom-pages .pc-20,
  .odoo-custom-pages .pc-25,
  .odoo-custom-pages .pc-30,
  .odoo-custom-pages .pc-35,
  .odoo-custom-pages .pc-40,
  .odoo-custom-pages .pc-45,
  .odoo-custom-pages .pc-50,
  .odoo-custom-pages .pc-55,
  .odoo-custom-pages .pc-60 {
    padding-left: 0;
    padding-right: 0;
  }

  /* Header H6 */
  .odoo-custom-pages h6.h6-xs {
    font-size: 0.95rem;
  }

  .odoo-custom-pages h6.h6-sm {
    font-size: 1rem;
  }

  .odoo-custom-pages h6.h6-md {
    font-size: 1.125rem;
  }

  .odoo-custom-pages h6.h6-lg {
    font-size: 1.15rem;
  }

  .odoo-custom-pages h6.h6-xl {
    font-size: 1.175rem;
  }

  /* Header H5 */
  .odoo-custom-pages h5.h5-xs {
    font-size: 1.195rem;
  }

  .odoo-custom-pages h5.h5-sm {
    font-size: 1.22rem;
  }

  .odoo-custom-pages h5.h5-md {
    font-size: 1.33rem;
  }

  .odoo-custom-pages h5.h5-lg {
    font-size: 1.44rem;
  }

  .odoo-custom-pages h5.h5-xl {
    font-size: 1.56rem;
  }

  /* Header H4 */
  .odoo-custom-pages h4.h4-xs {
    font-size: 1.67rem;
  }

  .odoo-custom-pages h4.h4-sm {
    font-size: 1.78rem;
  }

  .odoo-custom-pages h4.h4-md {
    font-size: 1.89rem;
  }

  .odoo-custom-pages h4.h4-lg {
    font-size: 2rem;
  }

  .odoo-custom-pages h4.h4-xl {
    font-size: 2.11rem;
  }

  .odoo-custom-pages h3.h3-xs {
    font-size: 2.2rem;
  }

  .odoo-custom-pages h3.h3-sm {
    font-size: 2.33rem;
  }

  .odoo-custom-pages h3.h3-md {
    font-size: 2.44rem;
  }

  .odoo-custom-pages h3.h3-lg {
    font-size: 2.56rem;
  }

  .odoo-custom-pages h3.h3-xl {
    font-size: 2.67rem;
  }

  /* Header H2 */
  .odoo-custom-pages h2.h2-xs {
    font-size: 2.78rem;
  }

  .odoo-custom-pages h2.h2-sm {
    font-size: 2.89rem;
  }

  .odoo-custom-pages h2.h2-md {
    font-size: 3rem;
  }

  .odoo-custom-pages h2.h2-lg {
    font-size: 3.11rem;
  }

  .odoo-custom-pages h2.h2-xl {
    font-size: 3.35rem;
  }

  .odoo-custom-pages h2.h2-title-xs {
    font-size: 3.65rem;
  }

  .odoo-custom-pages h2.h2-title-sm {
    font-size: 3.9rem;
  }

  .odoo-custom-pages h2.h2-title-md {
    font-size: 4.185rem;
  }

  .odoo-custom-pages h2.h2-title-lg {
    font-size: 4.4625rem;
  }

  .odoo-custom-pages h2.h2-title-xl {
    font-size: 4.75rem;
  }

  /* Paragraphs */
  .odoo-custom-pages p.p-sm {
    font-size: 0.95rem;
  }

  .odoo-custom-pages p {
    font-size: 1rem;
  }

  .odoo-custom-pages p.p-md {
    font-size: 1.025rem;
  }

  .odoo-custom-pages p.p-lg {
    font-size: 1.08rem;
  }

  .odoo-custom-pages p.p-xl {
    font-size: 1.14rem;
  }

  /* Buttons */
  .odoo-custom-pages .btn.btn-md {
    font-size: 17px;
    padding: 13px 32px;
  }

  .odoo-custom-pages .btn.btn-lg {
    font-size: 19px;
    padding: 13px 40px;
  }

  /* Store Badges */
  .odoo-custom-pages .store img,
  .odoo-custom-pages .footer .store img {
    max-height: 45px;
  }

  /* Countdown Element */
  .odoo-custom-pages #clock span.cbox-1-digit {
    font-size: 4rem;
  }

  /* Section ID */
  .odoo-custom-pages .section-id {
    margin-bottom: 24px;
  }

  .odoo-custom-pages #reviews-4 .section-id {
    margin-bottom: 30px;
  }

  /* Section Title */
  .odoo-custom-pages .section-title.mb-50 {
    margin-bottom: 40px;
  }

  .odoo-custom-pages .section-title.mb-60 {
    margin-bottom: 50px;
  }

  .odoo-custom-pages .section-title.mb-70 {
    margin-bottom: 60px;
  }

  .odoo-custom-pages .section-title.mb-80 {
    margin-bottom: 60px;
  }

  .odoo-custom-pages .section-title p.p-xl {
    padding: 0 10%;
  }

  .odoo-custom-pages #features-4 .section-title p.p-xl {
    padding: 0 8%;
  }

  /* Text Block Typography */
  .odoo-custom-pages h5.sm-title {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .odoo-custom-pages .txt-block .btn,
  .odoo-custom-pages .txt-block .stores-badge {
    margin-top: 15px;
  }

  /* Text Block Typography */
  .odoo-custom-pages .txt-block .btn,
  .odoo-custom-pages .txt-block .stores-badge {
    margin-top: 15px;
  }

  /* Text Block Rating */
  .odoo-custom-pages .stars-rating,
  .odoo-custom-pages .stars-rating p {
    font-size: 0.95rem;
  }

  /*------------------------------------------*/
  /*   NAVIGATION MENU    
  /*------------------------------------------*/

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    width: 50%;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    width: 42%;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>a {
    font-size: 16px;
    margin: 0 2px;
    padding: 10px 15px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li a.btn {
    font-size: 15px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a,
  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a,
  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a {
    font-size: 15px;
  }

  .odoo-custom-pages .wsmegamenu .post-summary a {
    font-size: 15px;
  }

  .odoo-custom-pages .header-socials.ico-20 [class*="flaticon-"]:before,
  .odoo-custom-pages .header-socials.ico-20 [class*="flaticon-"]:after {
    font-size: 1.15rem;
  }

  /*------------------------------------------*/
  /*   HERO
  /*------------------------------------------*/

  .odoo-custom-pages #hero-2 {
    padding-top: 150px;
  }

  .odoo-custom-pages #hero-15 {
    padding-top: 220px;
  }

  .odoo-custom-pages #hero-22 {
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .odoo-custom-pages .hero-28-gradient {
    padding: 80px 0 40px;
    margin-bottom: -20px;
  }

  /* Hero Slider */
  .odoo-custom-pages .slider,
  .odoo-custom-pages .slider .slides {
    height: 600px;
  }

  .odoo-custom-pages #hero-25 .slider,
  .odoo-custom-pages #hero-25 .slider .slides {
    height: 560px;
  }

  /* Hero Text */
  .odoo-custom-pages #hero-1 .caption-txt {
    margin-top: 35px;
  }

  .odoo-custom-pages .hero-2-txt {
    margin-bottom: 60px;
  }

  .odoo-custom-pages .hero-5-txt {
    padding-left: 15px;
  }

  .odoo-custom-pages .hero-7-txt {
    margin-top: -25px;
    padding-left: 0;
  }

  .odoo-custom-pages .hero-8-txt {
    margin-top: -15px;
  }

  .odoo-custom-pages #hero-12 .caption-txt {
    margin-top: -25px;
    padding: 0 3%;
  }

  .odoo-custom-pages .hero-16-txt {
    margin-top: -20px;
  }

  .odoo-custom-pages .hero-27-txt {
    margin-bottom: 10px;
  }

  /* Hero Logo */
  .odoo-custom-pages .hero-logo {
    margin-bottom: 25px;
  }

  .odoo-custom-pages .hero-logo img {
    max-height: 62px;
  }

  .odoo-custom-pages #hero-29 .hero-logo img {
    max-height: 50px;
  }

  .odoo-custom-pages .hero-logo span {
    top: 3px;
  }

  /* Hero Headers */
  .odoo-custom-pages #hero-1 h2 {
    font-size: 5.5rem;
  }

  .odoo-custom-pages .hero-5-txt h2.h2-title-lg {
    font-size: 8.25rem;
  }

  .odoo-custom-pages #hero-16 h2 {
    font-size: 4.15rem;
    margin-bottom: 30px;
  }

  .odoo-custom-pages #hero-20 h2 {
    padding: 0;
  }

  .odoo-custom-pages .hero-30-txt h2:before {
    width: 165px;
  }

  /* Hero Paragraphs */
  .odoo-custom-pages #hero-1 .caption-txt p {
    font-size: 1.65rem;
  }

  .odoo-custom-pages .hero-2-txt p {
    padding: 0 12%;
  }

  .odoo-custom-pages .hero-3-txt p {
    padding-right: 0;
  }

  .odoo-custom-pages .hero-5-txt p,
  .odoo-custom-pages .hero-11-txt p,
  .odoo-custom-pages .hero-16-txt p {
    padding-right: 5%;
  }

  .odoo-custom-pages #hero-12 .caption-txt p {
    font-size: 1.25rem;
  }

  .odoo-custom-pages .hero-14-txt p {
    font-size: 1.175rem;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .hero-24-txt p {
    padding: 0 10%;
  }

  /* Hero Promo */
  .odoo-custom-pages .hero-promo {
    margin: 90px 15px -170px;
    padding: 50px 30px;
  }

  .odoo-custom-pages .hero-promo h2 {
    font-size: 4.5rem;
    margin-top: 10px;
  }

  /* Hero Boxes */
  .odoo-custom-pages #hb-1-1,
  .odoo-custom-pages #hb-1-2,
  .odoo-custom-pages #hb-1-3 {
    padding: 45px 30px;
  }

  /* Hero Data */
  .odoo-custom-pages .hero-26-data {
    padding: 20px 30px 25px;
    margin: -100px 5% 0 -30px;
  }

  .odoo-custom-pages .hero-26-data .ico-25 [class*="flaticon-"]:before,
  .odoo-custom-pages .hero-26-data .ico-65 [class*="flaticon-"]:after {
    font-size: 1.25rem;
  }

  /* Hero Form */
  .odoo-custom-pages #hero-11 .request-form {
    margin: 30px 0 25px 0;
  }

  .odoo-custom-pages #hero-17 .request-form {
    margin: 35px 8% 25px;
  }

  .odoo-custom-pages .hero-form {
    margin: 0 15px 40px 0;
  }

  .odoo-custom-pages .hero-form form {
    padding: 45px 25px 35px;
  }

  .odoo-custom-pages .hero-form .register-form .btn {
    padding: 16px 30px;
  }

  /* Hero Image */
  .odoo-custom-pages .hero-21-img {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .odoo-custom-pages .hero-30-img img {
    width: auto;
    max-width: inherit;
    max-height: 165px;
  }

  /*------------------------------------------*/
  /*   CONTENT
  /*------------------------------------------*/

  /* About */
  .odoo-custom-pages #about-5,
  .odoo-custom-pages #about-6 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .odoo-custom-pages #about-7 .col-md-6 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .odoo-custom-pages .abox-7-txt {
    padding: 130px 30px 20px;
  }

  .odoo-custom-pages .abox-7-txt.mb-30 {
    margin-bottom: 16px;
  }

  .odoo-custom-pages .about-5-txt {
    padding: 0 15px 0 0;
  }

  .odoo-custom-pages .about-6-txt {
    padding: 0 0 0 15px;
  }

  .odoo-custom-pages .about-4-txt h2 {
    margin-bottom: 15px;
  }

  .odoo-custom-pages .about-5-txt h3,
  .odoo-custom-pages .about-6-txt h3,
  .odoo-custom-pages .about-5-txt h2,
  .odoo-custom-pages .about-6-txt h2 {
    margin-bottom: 20px;
  }

  .odoo-custom-pages .about-4-txt .btn {
    margin-top: 10px;
  }

  /* Features */
  .odoo-custom-pages #features-1,
  .odoo-custom-pages #features-5,
  .odoo-custom-pages #features-6 {
    padding-bottom: 74px;
  }

  .odoo-custom-pages .features-7-title.mb-80,
  .odoo-custom-pages .features-13-title.mb-80 {
    margin-bottom: 60px;
  }

  .odoo-custom-pages .fbox-1-wrapper .col-lg-4,
  .odoo-custom-pages .fbox-5-wrapper .col-md-6,
  .odoo-custom-pages .fbox-6-wrapper .col-lg-4,
  .odoo-custom-pages .fbox-7-wrapper .col-lg-4,
  .odoo-custom-pages .fbox-8-wrapper .col-lg-3,
  .odoo-custom-pages .fbox-13-wrapper .col-md-6 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .odoo-custom-pages .fbox-9-wrapper {
    padding: 0;
  }

  .odoo-custom-pages .fbox-13-wrapper {
    margin-top: -260px;
  }

  .odoo-custom-pages .fbox-1 {
    padding: 50px 25px;
    margin-bottom: 16px;
  }

  .odoo-custom-pages .fbox-4 {
    padding: 45px 30px;
  }

  .odoo-custom-pages .fbox-5 {
    padding: 35px 25px;
    margin-bottom: 16px;
  }

  .odoo-custom-pages .fbox-6 {
    padding: 50px 25px;
    margin-bottom: 16px;
  }

  .odoo-custom-pages .fbox-8 {
    padding: 30px 20px;
    margin-bottom: 40px;
  }

  .odoo-custom-pages .fbox-2 .ico-65 [class*="flaticon-"]:before,
  .odoo-custom-pages .fbox-2 .ico-65 [class*="flaticon-"]:after {
    font-size: 3.65rem;
  }

  .odoo-custom-pages .fbox-12 p {
    padding: 0;
  }

  .odoo-custom-pages .fbox-txt {
    padding-left: 20px;
  }

  .odoo-custom-pages .step {
    margin: 0 auto 25px;
  }

  /* Content */
  .odoo-custom-pages #content-8 .section-title h3 {
    padding: 0;
  }

  .odoo-custom-pages #content-9 .txt-block {
    margin-bottom: -20px;
  }

  .odoo-custom-pages #content-12 .txt-block {
    margin-bottom: 40px;
  }

  .odoo-custom-pages .content-12-txt {
    width: 42%;
    left: 15%;
    padding: 50px 35px;
  }

  .odoo-custom-pages .content-section .txt-block {
    padding: 0 15px;
  }

  .odoo-custom-pages #content-6.content-section .txt-block,
  .odoo-custom-pages #content-7.content-section .txt-block {
    padding: 0;
  }

  .odoo-custom-pages .content-7-img {
    left: -92%;
    margin-bottom: -50px;
  }

  /* Promo */
  .odoo-custom-pages #promo-1 .col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  /* Card */
  .odoo-custom-pages .card-2 {
    margin: 0 10px 30px;
  }

  .odoo-custom-pages .card-3 {
    padding: 40px 15px;
  }

  .odoo-custom-pages .card-1-txt {
    padding: 35px 15px;
  }

  .odoo-custom-pages .card-2-txt {
    padding: 45px 25px 40px;
  }

  .odoo-custom-pages .card-3 h6 {
    font-size: 1.125rem;
    margin-top: 25px;
  }

  .odoo-custom-pages .card-3 p {
    font-size: 1.0625rem;
  }

  .odoo-custom-pages .cars-tags {
    left: 20px;
    bottom: 10px;
    font-size: 0.915rem;
    padding: 7px 14px;
  }

  .odoo-custom-pages .card-2-txt .card-price {
    top: -20px;
    right: 10px;
    padding: 6px 14px;
    font-size: 1.135rem;
  }

  .odoo-custom-pages .cards-3-wrapper .col-lg-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Gallery */
  .odoo-custom-pages #gallery-3 .masonry-wrap .masonry-image,
  .odoo-custom-pages #gallery-4 .masonry-wrap .masonry-image {
    padding: 0 7px;
    margin-bottom: 14px;
  }

  .odoo-custom-pages .gallery-5-wrapper .col,
  .odoo-custom-pages .gallery-5-wrapper .col-md-5 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .odoo-custom-pages #gallery-6 .gallery-image {
    margin: 0 0 50px;
  }

  .odoo-custom-pages .masonry-filter button {
    font-size: 0.925rem;
    margin: 0 14px;
    padding: 0.5rem 0.1rem;
  }

  .odoo-custom-pages .project-meta {
    font-size: 0.95rem;
  }

  .odoo-custom-pages .project-data {
    bottom: 115px;
    right: 15px;
    background-color: #222;
    border-color: #222;
  }

  .odoo-custom-pages .project-data span {
    color: #fff;
  }

  .odoo-custom-pages #gallery-4 .project-meta-txt {
    bottom: 55px;
  }

  .odoo-custom-pages #gallery-4 .project-link {
    bottom: 25px;
  }

  .odoo-custom-pages #gallery-4 .gallery-image:hover .project-link {
    right: 25px;
  }

  /* Video */
  .odoo-custom-pages #video-1 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .odoo-custom-pages #video-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* Team */
  .odoo-custom-pages #team-1 .col-lg-3,
  .odoo-custom-pages #team-2 .col-lg-3 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .odoo-custom-pages #team-2 .tm-meta {
    padding: 20px;
    margin-right: 15px;
  }

  /* Pricing */
  .odoo-custom-pages .pricing-1-wrapper {
    padding: 0 15px;
  }

  .odoo-custom-pages #pricing-4 .col-md-4,
  .odoo-custom-pages #pricing-5 .col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .odoo-custom-pages .pricing-1-table {
    padding: 60px 20px;
  }

  .odoo-custom-pages .pricing-1-table.highlight {
    padding: 90px 20px;
  }

  .odoo-custom-pages .pricing-2-table {
    padding: 50px 20px;
  }

  .odoo-custom-pages .pricing-1-table span.price,
  .odoo-custom-pages .pricing-2-table span.price,
  .odoo-custom-pages .pricing-4-table span.price,
  .odoo-custom-pages .pricing-5-table span.price {
    font-size: 70px;
  }

  .odoo-custom-pages .pricing-1-table sup,
  .odoo-custom-pages .pricing-2-table sup,
  .odoo-custom-pages .pricing-4-table sup,
  .odoo-custom-pages .pricing-5-table sup {
    font-size: 40px;
    font-weight: 700;
    top: -17px;
    right: 3px;
  }

  .odoo-custom-pages .pricing-2-table sup,
  .odoo-custom-pages .pricing-4-table sup,
  .odoo-custom-pages .pricing-5-table sup {
    font-size: 40px;
  }

  .odoo-custom-pages .pricing-2-table sup.pricing-coins,
  .odoo-custom-pages .pricing-5-table sup.pricing-coins {
    font-size: 35px;
    top: -25px;
  }

  .odoo-custom-pages .pricing-table-badge {
    top: 25px;
    right: 30px;
    font-size: 0.85rem;
  }

  .odoo-custom-pages ul.features {
    font-size: 1.025rem;
  }

  .odoo-custom-pages .pricing-notice p {
    padding: 0 5%;
  }

  /* Testimonials */
  .odoo-custom-pages #rv-1-1 {
    margin-left: 15px;
    margin-right: 10px;
  }

  .odoo-custom-pages #rv-1-2 {
    margin-right: 10%;
  }

  .odoo-custom-pages #rv-1-3 {
    margin-right: 0;
  }

  .odoo-custom-pages .review-1 {
    padding: 45px 20px;
  }

  .odoo-custom-pages .review-2,
  .odoo-custom-pages .review-3 {
    padding: 38px 28px;
    margin: 0 10px 40px;
  }

  .odoo-custom-pages .review-2-txt h6.h6-sm,
  .odoo-custom-pages .review-3-txt h6.h6-sm {
    font-size: 1.075rem;
  }

  .odoo-custom-pages .review-3-txt p.p-sm {
    font-size: 1rem;
  }

  .odoo-custom-pages .reviews-4-img {
    padding: 0 20px;
  }

  .odoo-custom-pages .reviews-4-txt {
    padding: 0 15px;
  }

  .odoo-custom-pages .reviews-4-txt h3.h3-md {
    font-size: 2.2rem;
  }

  .odoo-custom-pages .reviews-1-title {
    margin-top: 35px;
    padding-left: 15px;
    padding-right: 10px;
  }

  /* Brands */
  .odoo-custom-pages #brands-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .odoo-custom-pages #brands-2 .brand-logo {
    padding: 0 20px;
  }

  .odoo-custom-pages #brands-3 {
    padding-bottom: 84px;
  }

  .odoo-custom-pages #brands-3 .col-lg-3 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .odoo-custom-pages #brands-3 .brand-logo {
    margin-bottom: 16px;
  }

  /* Statistic */
  .odoo-custom-pages #statistic-1.bg-image {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .odoo-custom-pages #statistic-2 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .odoo-custom-pages #statistic-3 .statistic-block {
    padding-left: 0;
  }

  .odoo-custom-pages .statistic-block-txt {
    padding-left: 18px;
  }

  .odoo-custom-pages .bg-image .statistic-1-wrapper {
    padding: 0 5%;
  }

  .odoo-custom-pages .statistic-5-wrapper {
    padding-left: 30px;
  }

  .odoo-custom-pages #statistic-5 .statistic-block.statistic-block-featured {
    padding: 40px 35px;
    top: -5px;
    left: -20px;
    right: -20px;
  }

  .odoo-custom-pages .statistic-block-txt .statistic-number {
    margin-bottom: 6px;
  }

  .odoo-custom-pages #statistic-5 h3 {
    font-size: 2.25rem;
  }

  .odoo-custom-pages #statistic-2 .statistic-block p {
    padding: 0 5%;
  }

  .odoo-custom-pages .s-icon {
    margin-top: 0;
  }

  /* Banner */
  .odoo-custom-pages #banner-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .odoo-custom-pages #banner-3 {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  /* Call To Action */
  .odoo-custom-pages #cta-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .odoo-custom-pages #cta-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .odoo-custom-pages .cta-3-wrapper {
    padding: 45px 20px;
    margin: 0;
  }

  .odoo-custom-pages .cta-2-txt p {
    padding: 0 4%;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .bg-image .cta-2-txt p {
    padding: 0 10%;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  /* Download */
  .odoo-custom-pages .download-logo {
    margin-bottom: 20px;
  }

  .odoo-custom-pages .download-logo img {
    max-height: 85px;
  }

  .odoo-custom-pages #download-2 .txt-block {
    padding-right: 15px;
  }

  /* FAQs */
  .odoo-custom-pages #accordion {
    padding: 0 3%;
  }

  .odoo-custom-pages .more-questions {
    padding: 40px 50px;
    margin: 60px 5% 0;
  }

  .odoo-custom-pages .more-questions-title p {
    padding: 0 3%;
  }

  .odoo-custom-pages .faqs-contacts {
    padding: 45px 50px;
  }

  /* Newsletter */
  .odoo-custom-pages #newsletter-1 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .odoo-custom-pages #newsletter-1 .section-title.mb-40 {
    margin-bottom: 30px;
  }

  .odoo-custom-pages .newsletter-txt {
    padding: 0;
  }

  .odoo-custom-pages .newsletter-section .form-control,
  .odoo-custom-pages .newsletter-section .btn {
    height: 54px;
    font-size: 18px;
  }

  /* Blog */
  .odoo-custom-pages #blog-1 .col-lg-4,
  .odoo-custom-pages #blog-2 .col-lg-4,
  .odoo-custom-pages #blog-3 .col-lg-4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .odoo-custom-pages .blog-post-txt {
    padding: 25px 15px 20px;
  }

  .odoo-custom-pages #blog-3 .blog-post-txt {
    padding: 35px 20px 20px;
  }

  .odoo-custom-pages #blog-listing-1 .blog-post-txt {
    padding: 0 0 0 10px;
  }

  .odoo-custom-pages .blog-post-txt h5.h5-xs {
    font-size: 1.175rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .post-date {
    font-size: 1rem;
    margin-bottom: 14px;
  }

  .odoo-custom-pages .badge {
    font-size: 0.825rem;
    padding: 5px 6px;
    margin-right: 1px;
  }

  .odoo-custom-pages .badge a {
    font-size: 0.825rem;
  }

  .odoo-custom-pages .quote {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .quote p {
    font-size: 1.15rem !important;
  }

  /* Contacts */
  .odoo-custom-pages #contacts-2 {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .odoo-custom-pages #contacts-3 .form-holder {
    padding: 0 20px;
  }

  .odoo-custom-pages .contact-box-txt {
    text-align: center;
    padding-left: 0;
  }

  .odoo-custom-pages .contact-box-ico {
    float: none;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .contact-box.ico-70 [class*="flaticon-"]:before,
  .odoo-custom-pages .contact-box.ico-70 [class*="flaticon-"]:after {
    font-size: 4.15rem;
  }

  /* Footer */
  .odoo-custom-pages .footer .col-lg-4,
  .odoo-custom-pages .footer .col-lg-3,
  .odoo-custom-pages .footer .col-lg-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .odoo-custom-pages .footer-img img.insta-img {
    width: 65px;
    height: 65px;
    margin: 4px;
  }

  .odoo-custom-pages .footer-info {
    padding-right: 5%;
  }

  .odoo-custom-pages .footer p,
  .odoo-custom-pages .footer a {
    font-size: 1.025rem;
  }

  .odoo-custom-pages .footer-tags-list a {
    font-size: 0.95rem;
  }

  .odoo-custom-pages .foo-tag {
    padding: 4px 7px;
  }

  /* Inner Page Hero */
  .odoo-custom-pages .page-hero-section {
    padding-top: 150px;
    padding-bottom: 100px;
  }


}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 768px) and (max-width: 991.95px) {

  /*------------------------------------------*/
  /*   BASE
  /*------------------------------------------*/

  .odoo-custom-pages .mt-100 {
    margin-top: 80px;
  }

  .odoo-custom-pages .mb-100 {
    margin-bottom: 80px;
  }

  .odoo-custom-pages .wide-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .odoo-custom-pages .wide-90 {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .odoo-custom-pages .wide-80 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .odoo-custom-pages .wide-70 {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .odoo-custom-pages .wide-60 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .odoo-custom-pages .wide-50 {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .odoo-custom-pages .wide-40 {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .odoo-custom-pages .wide-30 {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .odoo-custom-pages .wide-20 {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .odoo-custom-pages .pt-100 {
    padding-top: 80px;
  }

  .odoo-custom-pages .pb-100 {
    padding-bottom: 80px;
  }

  .odoo-custom-pages .pt-80 {
    padding-top: 60px;
  }

  .odoo-custom-pages .pb-80 {
    padding-bottom: 60px;
  }

  .odoo-custom-pages .pt-60 {
    padding-top: 40px;
  }

  .odoo-custom-pages .pb-60 {
    padding-bottom: 40px;
  }

  .odoo-custom-pages .pb-50 {
    padding-bottom: 30px;
  }

  .odoo-custom-pages .pl-5,
  .odoo-custom-pages .pl-10,
  .odoo-custom-pages .pl-15,
  .odoo-custom-pages .pl-20,
  .odoo-custom-pages .pl-25,
  .odoo-custom-pages .pl-30,
  .odoo-custom-pages .pl-35,
  .odoo-custom-pages .pl-40,
  .odoo-custom-pages .pl-45 {
    padding-left: 0;
  }

  .odoo-custom-pages .pr-5,
  .odoo-custom-pages .pr-10,
  .odoo-custom-pages .pr-15,
  .odoo-custom-pages .pr-20,
  .odoo-custom-pages .pr-25,
  .odoo-custom-pages .pr-30,
  .odoo-custom-pages .pr-35,
  .odoo-custom-pages .pr-40,
  .odoo-custom-pages .pr-45 {
    padding-right: 0;
  }

  .odoo-custom-pages .pc-10,
  .odoo-custom-pages .pc-15,
  .odoo-custom-pages .pc-20,
  .odoo-custom-pages .pc-25,
  .odoo-custom-pages .pc-30,
  .odoo-custom-pages .pc-35,
  .odoo-custom-pages .pc-40,
  .odoo-custom-pages .pc-45,
  .odoo-custom-pages .pc-50,
  .odoo-custom-pages .pc-55,
  .odoo-custom-pages .pc-60 {
    padding-left: 0;
    padding-right: 0;
  }

  .odoo-custom-pages .bg-scroll,
  .odoo-custom-pages .bg-01,
  .odoo-custom-pages .bg-02,
  .odoo-custom-pages .bg-03,
  .odoo-custom-pages .bg-04,
  .odoo-custom-pages .bg-05,
  .odoo-custom-pages .bg-06,
  .odoo-custom-pages .bg-07,
  .odoo-custom-pages .bg-08,
  .odoo-custom-pages .bg-09,
  .odoo-custom-pages .bg-10,
  .odoo-custom-pages .pattern-01,
  .odoo-custom-pages .pattern-02,
  .odoo-custom-pages .bg-tra-map {
    background-attachment: scroll !important;
  }

  /* Header H6 */
  .odoo-custom-pages h6.h6-xs {
    font-size: 1.05rem;
  }

  .odoo-custom-pages h6.h6-sm {
    font-size: 1.1rem;
  }

  .odoo-custom-pages h6.h6-md {
    font-size: 1.125rem;
  }

  .odoo-custom-pages h6.h6-lg {
    font-size: 1.15rem;
  }

  .odoo-custom-pages h6.h6-xl {
    font-size: 1.175rem;
  }

  /* Header H5 */
  .odoo-custom-pages h5.h5-xs {
    font-size: 1.2rem;
  }

  .odoo-custom-pages h5.h5-sm {
    font-size: 1.3rem;
  }

  .odoo-custom-pages h5.h5-md {
    font-size: 1.35rem;
  }

  .odoo-custom-pages h5.h5-lg {
    font-size: 1.4rem;
  }

  .odoo-custom-pages h5.h5-xl {
    font-size: 1.5rem;
  }

  /* Header H4 */
  .odoo-custom-pages h4.h4-xs {
    font-size: 1.6rem;
  }

  .odoo-custom-pages h4.h4-sm {
    font-size: 1.7rem;
  }

  .odoo-custom-pages h4.h4-md {
    font-size: 1.6rem;
  }

  .odoo-custom-pages h4.h4-lg {
    font-size: 1.7rem;
  }

  .odoo-custom-pages h4.h4-xl {
    font-size: 1.8rem;
  }

  .odoo-custom-pages h3.h3-xs {
    font-size: 1.9rem;
  }

  .odoo-custom-pages h3.h3-sm {
    font-size: 2rem;
  }

  .odoo-custom-pages h3.h3-md {
    font-size: 2.1rem;
  }

  .odoo-custom-pages h3.h3-lg {
    font-size: 2.2rem;
  }

  .odoo-custom-pages h3.h3-xl {
    font-size: 2.3rem;
  }

  /* Header H2 */
  .odoo-custom-pages h2.h2-xs {
    font-size: 2.4rem;
  }

  .odoo-custom-pages h2.h2-sm {
    font-size: 2.5rem;
  }

  .odoo-custom-pages h2.h2-md {
    font-size: 2.6rem;
  }

  .odoo-custom-pages h2.h2-lg {
    font-size: 2.7rem;
  }

  .odoo-custom-pages h2.h2-xl {
    font-size: 2.8rem;
  }

  .odoo-custom-pages h2.h2-title-xs {
    font-size: 3.25rem;
  }

  .odoo-custom-pages h2.h2-title-sm {
    font-size: 3.5rem;
  }

  .odoo-custom-pages h2.h2-title-md {
    font-size: 3.75rem;
  }

  .odoo-custom-pages h2.h2-title-lg {
    font-size: 4rem;
  }

  .odoo-custom-pages h2.h2-title-xl {
    font-size: 4.25rem;
  }

  /* Paragraphs */
  .odoo-custom-pages p.p-sm {
    font-size: 0.95rem;
  }

  .odoo-custom-pages p {
    font-size: 1rem;
  }

  .odoo-custom-pages p.p-md {
    font-size: 1.025rem;
  }

  .odoo-custom-pages p.p-lg {
    font-size: 1.08rem;
  }

  .odoo-custom-pages p.p-xl {
    font-size: 1.14rem;
  }

  /* Button */
  .odoo-custom-pages .btn,
  .odoo-custom-pages .btn.btn-md,
  .odoo-custom-pages .btn.btn-lg {
    font-size: 17px;
  }

  .odoo-custom-pages .btn.btn-sm {
    font-size: 16px;
    padding: 12px 24px;
  }

  .odoo-custom-pages .btn.btn-md,
  .odoo-custom-pages .btn.btn-lg {
    padding: 13px 26px;
  }

  .odoo-custom-pages .btn.btn-tra.btn-md,
  .odoo-custom-pages .btn.btn-tra.btn-lg {
    padding: 13px 24px;
  }

  /* Store Badges */
  .odoo-custom-pages .store img {
    max-height: 45px;
  }

  .odoo-custom-pages .footer .store img {
    max-height: 45px;
  }

  /* Countdown Element */
  .odoo-custom-pages #clock span.cbox-1-digit {
    font-size: 3.5rem;
  }

  /* Box Icons */
  .odoo-custom-pages .ico-60 [class*="flaticon-"]:before,
  .odoo-custom-pages .ico-60 [class*="flaticon-"]:after {
    font-size: 4.375rem;
  }

  .odoo-custom-pages .ico-65 [class*="flaticon-"]:before,
  .odoo-custom-pages .ico-65 [class*="flaticon-"]:after {
    font-size: 4.375rem;
  }

  .odoo-custom-pages .ico-70 [class*="flaticon-"]:before,
  .odoo-custom-pages .ico-70 [class*="flaticon-"]:after {
    font-size: 4.6875rem;
  }

  .odoo-custom-pages .ico-75 [class*="flaticon-"]:before,
  .odoo-custom-pages .ico-75 [class*="flaticon-"]:after {
    font-size: 5rem;
  }

  /* Section ID */
  .odoo-custom-pages .section-id {
    font-size: 0.935rem;
    margin-bottom: 25px;
  }

  .odoo-custom-pages #reviews-4 .section-id {
    margin-bottom: 30px;
  }

  /* Section Title */
  .odoo-custom-pages .section-title.mb-50 {
    margin-bottom: 40px;
  }

  .odoo-custom-pages .section-title.mb-60 {
    margin-bottom: 50px;
  }

  .odoo-custom-pages .section-title.mb-70 {
    margin-bottom: 60px;
  }

  .odoo-custom-pages .section-title.mb-80 {
    margin-bottom: 60px;
  }

  .odoo-custom-pages .section-title p.p-xl {
    padding: 0 6%;
  }

  .odoo-custom-pages #features-4 .section-title p.p-xl {
    padding: 0;
  }

  .odoo-custom-pages #brands-3 .section-title p.p-xl {
    padding: 0 5%;
  }

  /* Text Block Typography */
  .odoo-custom-pages h5.sm-title {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .odoo-custom-pages .txt-block .btn,
  .odoo-custom-pages .txt-block .stores-badge {
    margin-top: 15px;
  }

  /* Text Block Rating */
  .odoo-custom-pages .stars-rating,
  .odoo-custom-pages .stars-rating p {
    font-size: 0.95rem;
  }

  /*------------------------------------------*/
  /*   NAVIGATION MENU    
  /*------------------------------------------*/

  .odoo-custom-pages .headtoppart {
    display: none;
  }

  .odoo-custom-pages .wsmobileheader {
    height: 80px;
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
  }

  .odoo-custom-pages .tra-menu .wsmobileheader,
  .odoo-custom-pages .white-menu .wsmobileheader {
    background-color: #fff;
  }

  .odoo-custom-pages .dark-menu .wsmobileheader {
    background-color: #222227;
  }

  .odoo-custom-pages .wsanimated-arrow {
    padding: 14px 28px 14px 0px;
    margin: 24px 28px 0 0;
  }

  .odoo-custom-pages .wsanimated-arrow span:before {
    top: -8px;
    width: 26px;
  }

  .odoo-custom-pages .wsanimated-arrow span:after {
    bottom: -8px;
    width: 20px;
  }

  .odoo-custom-pages .dark-menu .wsanimated-arrow span,
  .odoo-custom-pages .dark-menu .wsanimated-arrow span:before,
  .odoo-custom-pages .dark-menu .wsanimated-arrow span:after {
    background: #eee;
  }

  .odoo-custom-pages .wsactive .wsanimated-arrow span:before,
  .odoo-custom-pages .wsactive .wsanimated-arrow.active span:after {
    width: 28px;
    top: 0;
  }

  .odoo-custom-pages .wsactive .wsanimated-arrow span:after {
    width: 28px;
    top: 0;
  }

  .odoo-custom-pages .wsactive .wsanimated-arrow span {
    background: transparent;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmenu-click {
    height: 64px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>a {
    font-size: 19px;
    padding: 7px 32px 6px 20px;
    margin: 0;
  }

  .odoo-custom-pages .tra-menu .wsmenu>.wsmenu-list>li>a,
  .odoo-custom-pages .dark-menu .wsmenu>.wsmenu-list>li>a {
    color: #666;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    margin: 23px 18px 0px 0px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li .wsmenu-click.ws-activearrow>i {
    transform: rotate(-45deg);
    margin-top: 28px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    height: 10px;
    width: 10px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:before,
  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:before,
  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu .link-list>li>a:before {
    font-size: 1.05rem;
    left: 5px;
    top: 14px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover:before,
  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover:before,
  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu .link-list>li>a:hover:before {
    left: 17px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    width: 100%;
  }

  .odoo-custom-pages .wsmegamenu .col-lg-3,
  .odoo-custom-pages .wsmegamenu .col-lg-4,
  .odoo-custom-pages .wsmegamenu .col-lg-5 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a,
  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a,
  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a {
    color: #9099a4;
    font-size: 18px;
    padding: 12px 0;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover,
  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover,
  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
    background-color: transparent;
    padding: 12px 0 12px 8px;
    text-decoration: none;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li.fst-li>a {
    padding: 0 0 12px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover {
    padding: 12px 0 12px 4px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li.fst-li a:hover {
    padding: 0 0 12px 4px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu .title p {
    display: block;
    font-size: 20px;
    margin: 10px 0 5px 20px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu .title {
    font-size: 20px;
    padding: 0;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li.header-phone>a {
    font-size: 19px;
    padding: 7px 32px 6px 15px;
    margin: 0;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li.header-phone>a span {
    width: 24px;
    height: 24px;
    line-height: 25px;
    top: 3px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li a.btn {
    height: 60px;
    font-size: 19px;
    line-height: 60px;
    font-weight: 500;
    padding: 0 17px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .odoo-custom-pages .header-socials {
    margin-top: 30px;
  }

  .odoo-custom-pages .white-color.header-socials span {
    color: #444 !important;
  }

  .odoo-custom-pages .header-socials a {
    line-height: 90px !important;
    margin-left: 25px;
  }

  .odoo-custom-pages .header-socials.ico-20 [class*="flaticon-"]:before,
  .odoo-custom-pages .header-socials.ico-20 [class*="flaticon-"]:after {
    font-size: 1.6rem;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li a.btn.btn-tra-white {
    background-color: #eee;
    border-color: #eee;
    color: #666;
  }

  .odoo-custom-pages .wsmobileheader .smllogo {
    display: block;
    margin-top: 17px;
    padding-left: 28px;
  }

  .odoo-custom-pages .smllogo img {
    width: auto;
    max-width: inherit;
    max-height: 46px;
  }

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  .odoo-custom-pages .hero-section {
    margin-top: 80px;
  }

  .odoo-custom-pages #hero-29.hero-section {
    margin-top: 0;
  }

  .odoo-custom-pages #hero-8 .container {
    overflow: visible;
  }

  .odoo-custom-pages #hero-21 .col-md-5 {
    padding: 0 5px;
  }

  .odoo-custom-pages #hero-2,
  .odoo-custom-pages #hero-4,
  .odoo-custom-pages #hero-7,
  .odoo-custom-pages #hero-8,
  .odoo-custom-pages #hero-9,
  .odoo-custom-pages #hero-13,
  .odoo-custom-pages #hero-21,
  .odoo-custom-pages #hero-15,
  .odoo-custom-pages #hero-16,
  .odoo-custom-pages #hero-17,
  .odoo-custom-pages #hero-23,
  .odoo-custom-pages #hero-26 {
    padding-top: 80px;
  }

  .odoo-custom-pages #hero-3 {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .odoo-custom-pages #hero-5 {
    text-align: center;
    background-position: left center;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .odoo-custom-pages #hero-6,
  .odoo-custom-pages #hero-19 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .odoo-custom-pages #hero-10 {
    padding-top: 80px;
    padding-bottom: 25px;
  }

  .odoo-custom-pages #hero-11 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .odoo-custom-pages #hero-16 {
    padding-top: 60px;
    padding-bottom: 130px;
  }

  .odoo-custom-pages #hero-18,
  .odoo-custom-pages #hero-30 {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .odoo-custom-pages #hero-22 {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .odoo-custom-pages #hero-24 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .odoo-custom-pages #hero-27 {
    background-position: bottom center;
    padding-top: 80px;
  }

  .odoo-custom-pages #hero-28 {
    text-align: center;
    padding-top: 80px;
  }

  .odoo-custom-pages .hero-28-gradient {
    padding: 60px 0 40px;
    margin-bottom: -20px;
  }

  /* Hero Slider */
  .odoo-custom-pages .slider,
  .odoo-custom-pages .slider .slides {
    height: 490px;
  }

  .odoo-custom-pages #hero-25 .slider,
  .odoo-custom-pages #hero-25 .slider .slides {
    height: 490px;
  }

  .odoo-custom-pages .slider .indicators {
    bottom: 25px;
  }

  /* Hero Logo */
  .odoo-custom-pages .hero-logo {
    margin-bottom: 25px;
  }

  .odoo-custom-pages .hero-logo img {
    max-height: 58px;
  }

  .odoo-custom-pages #hero-29 .hero-logo img {
    max-height: 50px;
  }

  .odoo-custom-pages .hero-logo span {
    top: 3px;
  }

  /* Hero Text */
  .odoo-custom-pages #hero-1 .caption-txt {
    margin-top: -20px;
  }

  .odoo-custom-pages .hero-2-txt {
    margin-bottom: 50px;
  }

  .odoo-custom-pages .hero-6-txt,
  .odoo-custom-pages .hero-8-txt,
  .odoo-custom-pages #hero-25 .caption-txt {
    margin-top: 0;
  }

  .odoo-custom-pages .hero-7-txt {
    margin-top: -30px;
    padding-left: 0;
  }

  .odoo-custom-pages .hero-10-txt {
    margin-top: -35px;
  }

  .odoo-custom-pages .hero-15-txt {
    padding-top: 0;
  }

  .odoo-custom-pages .hero-15-title {
    margin-bottom: 30px;
  }

  .odoo-custom-pages #hero-20 .caption-txt {
    margin-top: -40px;
  }

  .odoo-custom-pages .hero-21-txt {
    margin-bottom: 60px;
  }

  .odoo-custom-pages #hero-25 .caption-txt {
    margin-top: 0;
  }

  .odoo-custom-pages .hero-27-txt {
    margin-bottom: 10px;
  }

  /* Hero Headers */
  .odoo-custom-pages #hero-1 h2 {
    font-size: 4.75rem;
    padding: 0 5%;
  }

  .odoo-custom-pages .hero-4-title h2 {
    margin-bottom: 20px;
  }

  .odoo-custom-pages .hero-5-txt h2.h2-title-lg {
    font-size: 7.5rem;
  }

  .odoo-custom-pages .hero-6-txt h2.h2-md {
    font-size: 2.25rem;
  }

  .odoo-custom-pages .hero-6-txt h2.h2-title-md {
    font-size: 3.15rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages #hero-12 h2 {
    font-size: 3.5rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages #hero-12 h6 {
    font-size: 1.1rem
  }

  .odoo-custom-pages #hero-16 h2 {
    font-size: 3.75rem;
    margin-bottom: 25px;
  }

  .odoo-custom-pages #hero-20 h2 {
    font-size: 3.35rem;
    padding: 0;
  }

  .odoo-custom-pages .hero-19-txt h2 {
    font-size: 3rem;
  }

  .odoo-custom-pages .hero-26-txt h2 {
    font-size: 3rem;
  }

  .odoo-custom-pages .hero-29-txt h3 {
    margin-bottom: 20px;
  }

  .odoo-custom-pages .hero-30-txt h2:before {
    width: 160px;
  }

  .odoo-custom-pages .hero-30-txt h5 {
    padding: 0 10%;
    margin-bottom: 30px;
  }

  /* Hero Paragraphs */
  .odoo-custom-pages #hero-1 .caption-txt p {
    font-size: 1.35rem;
  }

  .odoo-custom-pages .hero-3-txt p,
  .odoo-custom-pages .hero-6-txt p {
    padding-right: 0;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .hero-5-txt p,
  .odoo-custom-pages #hero-25 .caption-txt p {
    padding: 0 10%;
  }

  .odoo-custom-pages .hero-7-txt p {
    padding-right: 6%;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .hero-8-txt p {
    padding-right: 10px;
  }

  .odoo-custom-pages .hero-9-txt p,
  .odoo-custom-pages .hero-11-txt p {
    padding: 0;
  }

  .odoo-custom-pages .hero-10-txt p {
    padding: 0;
    margin-bottom: 25px;
  }

  .odoo-custom-pages #hero-12 .caption-txt p {
    font-size: 1.25rem;
    padding: 0 5%;
  }

  .odoo-custom-pages .hero-13-txt p {
    padding: 0 5%;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .hero-14-txt p {
    font-size: 1.125rem;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .hero-17-txt p {
    padding: 0 5%;
  }

  .odoo-custom-pages .hero-18-txt p {
    padding-right: 20%;
  }

  .odoo-custom-pages .hero-21-txt p {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .hero-16-txt p,
  .odoo-custom-pages .hero-27-txt p {
    padding-right: 0;
  }

  .odoo-custom-pages #hero-20 .caption-txt p {
    padding: 0;
  }

  .odoo-custom-pages .hero-26-txt p {
    padding-right: 0;
    margin-bottom: 35px;
  }

  .odoo-custom-pages .hero-28-txt p {
    font-size: 1.2rem;
    padding: 0 8%;
  }

  /* Hero Buttons */
  .odoo-custom-pages .hero-8-txt .btns-group .btn.mr-15,
  .odoo-custom-pages .hero-10-txt .btns-group .btn.mr-15 {
    margin-right: 10px;
  }

  /* Hero Social Links */
  .odoo-custom-pages #hero-29 .hero-socials {
    margin-top: 60px;
  }

  /* Hero Promo */
  .odoo-custom-pages .hero-promo {
    margin: 90px 0 -170px;
    padding: 40px 25px;
  }

  .odoo-custom-pages .hero-promo h2 {
    font-size: 4.5rem;
    margin-top: 10px;
  }

  /* Hero Boxes */
  .odoo-custom-pages .hbox-1-wrapper {
    margin-top: 50px;
  }

  .odoo-custom-pages #hb-1-1,
  .odoo-custom-pages #hb-1-2,
  .odoo-custom-pages #hb-1-3 {
    padding: 35px 25px;
  }

  .odoo-custom-pages .hbox-1 p {
    font-size: 0.95rem;
  }

  /* Hero Data */
  .odoo-custom-pages .hero-26-data {
    padding: 15px 15px 20px;
    margin: -40px -15px 0;
  }

  .odoo-custom-pages .hero-26-data .ico-25 [class*="flaticon-"]:before,
  .odoo-custom-pages .hero-26-data .ico-65 [class*="flaticon-"]:after {
    font-size: 1.25rem;
  }

  /* Hero Form */
  .odoo-custom-pages #hero-11 .request-form {
    margin: 30px 0 25px 0;
  }

  .odoo-custom-pages #hero-17 .request-form {
    margin: 35px 5% 25px;
  }

  .odoo-custom-pages .hero-form {
    margin: 0 0 40px 0;
  }

  .odoo-custom-pages .hero-form form {
    padding: 35px 25px 25px;
  }

  .odoo-custom-pages .hero-form .register-form .btn {
    padding: 16px 30px;
  }

  /* Hero Image */
  .odoo-custom-pages #img-2-1,
  .odoo-custom-pages #img-2-2,
  .odoo-custom-pages #img-2-3 {
    margin-bottom: 16px;
  }

  .odoo-custom-pages #img-2-1,
  .odoo-custom-pages #img-2-4 {
    padding-right: 8px;
  }

  .odoo-custom-pages #img-2-3,
  .odoo-custom-pages #img-2-6 {
    padding-left: 8px;
  }

  .odoo-custom-pages #img-2-2,
  .odoo-custom-pages #img-2-5 {
    padding: 0 8px;
  }

  .odoo-custom-pages .hero-3-img img {
    width: 170%;
    position: relative;
    max-width: none;
    display: inline-block;
  }

  .odoo-custom-pages .hero-4-images {
    margin-top: 50px;
  }

  .odoo-custom-pages .hero-4-images .col-lg,
  .odoo-custom-pages .hero-4-images .col-lg-4 {
    padding: 0 8px;
  }

  .odoo-custom-pages #img-4-1 {
    margin-bottom: 16px;
  }

  .odoo-custom-pages #img-4-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .odoo-custom-pages #img-4-4 {
    margin-top: -60px;
  }

  .odoo-custom-pages .hero-7-img {
    margin-left: -20px;
  }

  .odoo-custom-pages .hero-7-img img {
    width: 150%;
    position: relative;
    max-width: none;
    display: inline-block;
  }

  .odoo-custom-pages .hero-8-img {
    position: relative;
    left: -75%;
  }

  .odoo-custom-pages .hero-8-img img {
    width: 175%;
    position: relative;
    max-width: none;
    display: inline-block;
  }

  .odoo-custom-pages .hero-21-img {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .odoo-custom-pages .hero-16-img {
    margin-left: -80%;
    margin-right: 0;
  }

  .odoo-custom-pages .hero-16-img img {
    width: 100%;
    position: relative;
    max-width: none;
    display: inline-block;
  }

  .odoo-custom-pages .hero-30-img img {
    width: auto;
    max-width: inherit;
    max-height: 160px;
  }

  /*------------------------------------------*/
  /*   CONTENT
  /*------------------------------------------*/

  /* About */
  .odoo-custom-pages #about-5,
  .odoo-custom-pages #about-6 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .odoo-custom-pages #about-7 .col-md-6 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .odoo-custom-pages .abox-1 {
    text-align: center;
  }

  .odoo-custom-pages #ab-1-1 {
    margin-bottom: 30px;
  }

  .odoo-custom-pages .abox-7-txt {
    padding: 120px 25px 20px;
  }

  .odoo-custom-pages .abox-7-txt.mb-30 {
    margin-bottom: 16px;
  }

  .odoo-custom-pages .about-5-txt {
    padding: 0;
  }

  .odoo-custom-pages .about-6-txt {
    padding: 0;
    margin-bottom: 0;
  }

  .odoo-custom-pages .about-4-txt h2 {
    margin-bottom: 15px;
  }

  .odoo-custom-pages .about-5-txt h3,
  .odoo-custom-pages .about-6-txt h3,
  .odoo-custom-pages .about-5-txt h2,
  .odoo-custom-pages .about-6-txt h2 {
    margin-bottom: 20px;
  }

  .odoo-custom-pages .about-4-txt .btn,
  .odoo-custom-pages .about-5-txt .btn.mt-20 {
    margin-top: 10px;
  }

  .odoo-custom-pages .about-4-img {
    margin: 0 0 40px;
  }

  .odoo-custom-pages .about-5-img,
  .odoo-custom-pages .about-6-img {
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: 350px;
    margin: 40px 35px 40px;
  }

  /* Features */
  .odoo-custom-pages #features-9 {
    padding-bottom: 55px;
  }

  .odoo-custom-pages #features-11 {
    padding-bottom: 40px;
  }

  .odoo-custom-pages #features-12.tra-bkg {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .odoo-custom-pages #features-12.tra-bkg:after {
    width: 80%;
    left: 20%;
  }

  .odoo-custom-pages .features-13-title {
    padding-top: 80px;
  }

  .odoo-custom-pages .features-7-title.mb-80,
  .odoo-custom-pages .features-13-title.mb-80 {
    margin-bottom: 50px;
  }

  .odoo-custom-pages .fbox-9-wrapper {
    padding: 0 5%;
    margin-top: 50px;
  }

  .odoo-custom-pages .fbox-11-wrapper {
    padding: 0;
  }

  .odoo-custom-pages .fbox-10-wrapper .col-md-4 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .odoo-custom-pages #fb-10-1 {
    margin-top: 100px;
  }

  .odoo-custom-pages #fb-10-2 {
    margin-top: 50px;
  }

  .odoo-custom-pages .fbox-12-wrapper .col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .odoo-custom-pages .fbox-1 {
    padding: 45px 25px;
  }

  .odoo-custom-pages .fbox-2 {
    text-align: center;
    padding: 0 3%;
  }

  .odoo-custom-pages .fbox-3 {
    text-align: center;
    padding: 0 4%;
  }

  .odoo-custom-pages .fbox-4 {
    text-align: center;
    padding: 40px 30px;
  }

  .odoo-custom-pages .fbox-5 {
    text-align: center;
    padding: 45px 35px;
  }

  .odoo-custom-pages .fbox-6 {
    padding: 50px 25px;
  }

  .odoo-custom-pages .fbox-8 {
    padding: 30px 40px;
  }

  .odoo-custom-pages .fbox-9.mb-40 {
    margin-bottom: 25px;
  }

  .odoo-custom-pages .fbox-11 {
    text-align: center;
  }

  .odoo-custom-pages #fb-13-1,
  .odoo-custom-pages #fb-13-2 {
    margin-bottom: 30px;
  }

  .odoo-custom-pages .fbox-txt {
    padding-left: 0;
  }

  .odoo-custom-pages .fbox-ico {
    float: none;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .fbox-10 p {
    font-size: 1rem;
  }

  .odoo-custom-pages .service-txt.mb-70 {
    margin-bottom: 40px;
  }

  .odoo-custom-pages .service-txt.mt-30 {
    margin-top: 0;
  }

  .odoo-custom-pages .service-txt h5.h5-xs,
  .odoo-custom-pages .service-txt h5.h5-sm {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  /* Content */
  .odoo-custom-pages #content-12 {
    margin-bottom: 50px;
  }

  .odoo-custom-pages #content-9 .txt-block {
    text-align: center;
    padding: 0 5%;
    margin-bottom: 40px;
  }

  .odoo-custom-pages #content-10:after {
    width: 30%;
    height: 90%;
    top: 5%;
    left: 0;
  }

  .odoo-custom-pages #content-12 .txt-block {
    margin-bottom: 40px;
  }

  .odoo-custom-pages .content-12-txt {
    width: 55%;
    left: 2%;
    padding: 40px 30px;
  }

  .odoo-custom-pages .content-12-txt h4 {
    margin-bottom: 15px;
  }

  .odoo-custom-pages .content-section .img-block.left-column {
    position: relative;
    left: -60%;
  }

  .odoo-custom-pages .content-section .img-block img {
    display: inline-block;
    max-width: none;
    width: 160%;
  }

  .odoo-custom-pages #content-9.content-section .img-block img,
  .odoo-custom-pages #content-12.content-section .img-block img {
    max-width: 100%;
    width: 100%;
  }

  .odoo-custom-pages .content-12-txt {
    bottom: -50px;
  }

  .odoo-custom-pages #content-7 .txt-block {
    margin-bottom: 40px;
  }

  .odoo-custom-pages .content-7-img {
    left: -220%;
    margin-bottom: -30px;
  }

  /* Promo */
  .odoo-custom-pages #promo-1 .col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  /* Card */
  .odoo-custom-pages #cards-3 {
    padding-bottom: 50px;
  }

  .odoo-custom-pages .cards-1-wrapper .col-lg-3,
  .odoo-custom-pages .cards-3-wrapper .col-lg-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .odoo-custom-pages .card-2 {
    margin: 0 10px 30px;
  }

  .odoo-custom-pages .card-3 {
    padding: 50px 15px;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .cars-tags {
    font-size: 1rem;
  }

  .odoo-custom-pages .card-2-txt .card-price {
    font-size: 1.175rem;
  }

  .odoo-custom-pages .card-3 h6 {
    font-size: 1.25rem;
    margin-top: 25px;
    margin-bottom: 8px;
  }

  .odoo-custom-pages .card-3 p {
    font-size: 1rem;
  }

  /* Gallery */
  .odoo-custom-pages #gallery-1.bg-50:after {
    width: 70%;
    height: 100%;
    left: 15%;
  }

  .odoo-custom-pages #gallery-3 .gallery-items-list {
    padding: 0;
  }

  .odoo-custom-pages .gallery-5-wrapper .col,
  .odoo-custom-pages .gallery-5-wrapper .col-md-5 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .odoo-custom-pages #gallery-6 .gallery-image {
    margin: 0 0 50px;
  }

  .odoo-custom-pages .masonry-filter button {
    font-size: 0.925rem;
    margin: 0 10px;
    padding: 0.5rem 0.1rem;
  }

  .odoo-custom-pages .masonry-wrap .masonry-image {
    width: 33.3333%;
  }

  .odoo-custom-pages #gallery-3 .masonry-wrap .masonry-image {
    width: 50%;
  }

  .odoo-custom-pages .project-meta {
    font-size: 0.95rem;
  }

  .odoo-custom-pages #gallery-4 .gallery-image:hover .project-meta-txt {
    left: 25px;
  }

  .odoo-custom-pages #gallery-4 .gallery-image:hover .project-link {
    right: 25px;
  }

  /* Single Project */
  .odoo-custom-pages .project-title {
    margin-bottom: 25px;
  }

  .odoo-custom-pages .project-title p {
    margin-bottom: 25px;
  }

  .odoo-custom-pages .project-text h5.h5-xs,
  .odoo-custom-pages .project-text h5.h5-sm {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .project-text {
    margin-bottom: 50px;
  }

  .odoo-custom-pages .project-txt-description.mt-30 {
    margin-top: 10px;
  }

  .odoo-custom-pages .project-details {
    padding-top: 50px;
  }

  .odoo-custom-pages #project-details-1 .project-share {
    margin-top: 40px;
  }

  .odoo-custom-pages .project-gallery {
    margin: 45px 0 20px;
  }

  .odoo-custom-pages .project-gallery .col-lg-3 {
    padding: 0 15px;
  }

  .odoo-custom-pages .project-info p span {
    right: 0;
    bottom: 16px;
  }

  .odoo-custom-pages .project-2-description .project-info p span {
    right: 0;
    bottom: 8px;
  }

  /* Video */
  .odoo-custom-pages #video-1 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .odoo-custom-pages #video-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* Team */
  .odoo-custom-pages #team-2 .col-lg-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .odoo-custom-pages .tm-meta h5.fraunces-font {
    font-size: 1.5rem;
  }

  .odoo-custom-pages .tm-meta h6.fraunces-font {
    font-size: 1.3rem;
  }

  /* Pricing */
  .odoo-custom-pages .pricing-1-wrapper {
    padding: 0;
  }

  .odoo-custom-pages #pt-2-1,
  .odoo-custom-pages #pt-2-2 {
    padding: 0 15px;
  }

  .odoo-custom-pages #pricing-4 .col-md-4,
  .odoo-custom-pages #pricing-5 .col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .odoo-custom-pages .pricing-1-table {
    padding: 50px 20px;
  }

  .odoo-custom-pages .pricing-1-table.highlight {
    padding: 80px 20px;
  }

  .odoo-custom-pages .pricing-2-table {
    padding: 50px 20px;
  }

  .odoo-custom-pages .pricing-4-table,
  .odoo-custom-pages .pricing-5-table {
    padding: 50px 20px;
  }

  .odoo-custom-pages .pricing-1-table span.price,
  .odoo-custom-pages .pricing-2-table span.price,
  .odoo-custom-pages .pricing-4-table span.price,
  .odoo-custom-pages .pricing-5-table span.price {
    font-size: 60px;
  }

  .odoo-custom-pages .pricing-1-table sup,
  .odoo-custom-pages .pricing-2-table sup,
  .odoo-custom-pages .pricing-4-table sup,
  .odoo-custom-pages .pricing-5-table sup {
    font-size: 30px;
    font-weight: 700;
    top: -17px;
    right: 3px;
  }

  .odoo-custom-pages .pricing-2-table sup,
  .odoo-custom-pages .pricing-4-table sup,
  .odoo-custom-pages .pricing-5-table sup {
    font-size: 30px;
  }

  .odoo-custom-pages .pricing-2-table sup.pricing-coins,
  .odoo-custom-pages .pricing-5-table sup.pricing-coins {
    font-size: 30px;
    top: -25px;
  }

  .odoo-custom-pages .pricing-table-badge {
    top: 25px;
    right: 30px;
    font-size: 0.85rem;
  }

  .odoo-custom-pages ul.features {
    font-size: 1.025rem;
  }

  .odoo-custom-pages #pricing-2 .txt-block {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .odoo-custom-pages .pricing-list li:last-child.resp-lst {
    border-bottom: 1px dashed #5f5842;
  }

  /* Testimonials */
  .odoo-custom-pages #reviews-1 {
    padding-bottom: 64px;
  }

  .odoo-custom-pages #reviews-1 .col-md-6 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .odoo-custom-pages #rv-1-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .odoo-custom-pages #rv-1-2,
  .odoo-custom-pages #rv-1-3 {
    margin-right: 0;
  }

  .odoo-custom-pages .review-1 {
    padding: 35px 10px;
    margin-bottom: 16px;
  }

  .odoo-custom-pages .reviews-1-title {
    margin-top: 35px;
    padding-left: 30px;
    padding-right: 0;
  }

  .odoo-custom-pages .reviews-1-title p {
    margin-bottom: 40px;
  }

  .odoo-custom-pages .reviews-4-txt h3 {
    font-size: 1.95rem;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .review-1-brand img {
    max-height: 80px;
    padding-left: 10px;
  }

  /* Brands */
  .odoo-custom-pages #brands-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .odoo-custom-pages .brands-section h4 {
    padding: 0 15%;
    margin-bottom: 40px;
  }

  .odoo-custom-pages #brands-2 .brand-logo {
    padding: 0 8px;
  }

  .odoo-custom-pages #brands-3 {
    padding-bottom: 64px;
  }

  .odoo-custom-pages #brands-3 .col-lg-3 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .odoo-custom-pages #brands-3 .brand-logo {
    margin-bottom: 16px;
  }

  /* Statistic */
  .odoo-custom-pages #statistic-1,
  .odoo-custom-pages #statistic-3,
  .odoo-custom-pages #statistic-4 {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .odoo-custom-pages #statistic-1.bg-image {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .odoo-custom-pages #statistic-5 .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .odoo-custom-pages .statistic-5-wrapper {
    padding-left: 0;
  }

  .odoo-custom-pages #statistic-5 .txt-block {
    margin-bottom: 40px;
  }

  .odoo-custom-pages #statistic-3 .statistic-block {
    padding-left: 0;
  }

  .odoo-custom-pages #statistic-3 .statistic-block-txt,
  .odoo-custom-pages #statistic-5 .statistic-block-txt {
    text-align: center;
    padding-left: 0;
  }

  .odoo-custom-pages #statistic-3 .statistic-block-txt h4 {
    font-size: 2.3rem;
  }

  .odoo-custom-pages #st-5-1,
  .odoo-custom-pages #st-5-2 {
    margin-bottom: 30px;
  }

  .odoo-custom-pages #statistic-5 .statistic-block.statistic-block-featured {
    position: relative;
    padding: 35px 30px;
    top: 0;
    left: 0;
    right: 0px;
  }

  .odoo-custom-pages #statistic-5 .statistic-block-txt h4,
  .odoo-custom-pages #statistic-5 .statistic-block-txt h3 {
    font-size: 2.3rem;
  }

  .odoo-custom-pages .s-icon {
    float: none;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .s-icon.ico-60 [class*="flaticon-"]:before,
  .odoo-custom-pages .s-icon.ico-60 [class*="flaticon-"]:after,
  .odoo-custom-pages .statistic-5-wrapper .s-icon.ico-70 [class*="flaticon-"]:before,
  .odoo-custom-pages .statistic-5-wrapper .s-icon.ico-70 [class*="flaticon-"]:after {
    font-size: 3.5rem;
  }

  .odoo-custom-pages .statistic-ico.ico-60 [class*="flaticon-"]:before,
  .odoo-custom-pages .statistic-ico.ico-75 [class*="flaticon-"]:before,
  .odoo-custom-pages .statistic-ico.ico-60 [class*="flaticon-"]:after,
  .odoo-custom-pages .statistic-ico.ico-75 [class*="flaticon-"]:after {
    font-size: 3.75rem;
  }

  /* Call To Action */
  .odoo-custom-pages #cta-2,
  .odoo-custom-pages #cta-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .odoo-custom-pages #cta-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .odoo-custom-pages #cta-5 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .odoo-custom-pages .cta-3-wrapper {
    text-align: center;
    padding: 35px 35px;
    margin: 0 5%;
  }

  .odoo-custom-pages .cta-3-btns.text-right {
    text-align: center !important;
  }

  .odoo-custom-pages .cta-1-txt,
  .odoo-custom-pages .cta-1-btn.text-right {
    text-align: center !important;
  }

  .odoo-custom-pages .cta-5-txt {
    padding: 0 17%;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .cta-3-txt h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .cta-1-txt p {
    padding: 0 8%;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .cta-2-txt p {
    padding: 0 10%;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .bg-image .cta-2-txt p {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .cta-6-txt {
    text-align: center;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .cta-6-txt h3 {
    padding: 0 10%;
  }

  .odoo-custom-pages .cta-6-txt p {
    padding: 0 8%;
  }

  .odoo-custom-pages .cta-6-btn {
    text-align: center !important;
    border-left: none;
    padding: 0;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .cta-6-btn .btn {
    margin: 0 10px 20px;
  }

  /* Banner */
  .odoo-custom-pages #banner-1 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .odoo-custom-pages #banner-3 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .odoo-custom-pages .banner-3-txt {
    padding: 0 8%;
  }

  .odoo-custom-pages .banner-1-txt h2 {
    padding: 0;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .banner-2-txt h2 {
    font-size: 3.25rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .banner-3-txt h6,
  .odoo-custom-pages .banner-3-txt h5 {
    margin-bottom: 25px;
  }

  .odoo-custom-pages .banner-3-txt h2 {
    margin-bottom: 35px;
  }

  .odoo-custom-pages .banner-1-txt p {
    padding: 0 3%;
    margin-bottom: 35px;
  }

  .odoo-custom-pages .banner-2-txt p {
    padding: 0 5%;
    margin-bottom: 30px;
  }

  /* Download */
  .odoo-custom-pages .download-logo {
    margin-bottom: 25px;
  }

  .odoo-custom-pages .download-logo img {
    max-height: 85px;
  }

  .odoo-custom-pages #download-2 .img-block.left-column {
    position: relative;
    left: -70%;
  }

  .odoo-custom-pages #download-2 .img-block img {
    display: inline-block;
    max-width: none;
    width: 170%;
  }

  .odoo-custom-pages .download-1-txt p.p-lg {
    padding-right: 0;
    margin-bottom: 25px;
  }

  .odoo-custom-pages #download-2 .txt-block .stores-badge {
    margin-top: 10px;
  }

  /* FAQs */
  .odoo-custom-pages #accordion {
    padding: 0;
  }

  .odoo-custom-pages .faqs-contacts-wrapper {
    margin: 35px 0 0;
  }

  .odoo-custom-pages .faqs-contacts {
    padding: 40px 35px;
  }

  .odoo-custom-pages .more-questions {
    padding: 40px 70px;
    margin: 40px 0 0;
  }

  .odoo-custom-pages .more-questions-txt {
    text-align: center;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .more-questions-title p {
    padding: 0 10%;
  }

  .odoo-custom-pages .more-questions .col-lg-3.text-right {
    text-align: center !important;
  }

  /* Newsletter */
  .odoo-custom-pages #newsletter-1 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .odoo-custom-pages #newsletter-1 .section-title.mb-40 {
    margin-bottom: 30px;
  }

  .odoo-custom-pages #newsletter-1 .section-title p {
    padding: 0 10%;
  }

  .odoo-custom-pages .newsletter-txt {
    padding: 0 4%;
  }

  .odoo-custom-pages .newsletter-section .form-control,
  .odoo-custom-pages .newsletter-section .btn {
    height: 54px;
    font-size: 18px;
  }

  /* Blog */
  .odoo-custom-pages #bp-1-3,
  .odoo-custom-pages #bp-2-3,
  .odoo-custom-pages #bp-3-3 {
    display: none;
  }

  .odoo-custom-pages #blog-listing-1 .blog-post-txt {
    padding: 0 0 0 10px;
  }

  .odoo-custom-pages #sidebar {
    margin-top: 50px;
  }

  .odoo-custom-pages .sidebar-div h6 {
    font-size: 1.25rem;
  }

  .odoo-custom-pages ul.blog-category-list>li p {
    font-size: 1.025rem;
  }

  .odoo-custom-pages .badge {
    font-size: 0.9rem;
    padding: 6px 10px;
    margin-right: 3px;
    margin-bottom: 10px;
  }

  .odoo-custom-pages .badge a {
    font-size: 0.9rem;
  }

  .odoo-custom-pages .post-inner-img {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .odoo-custom-pages .quote {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .quote p {
    font-size: 1.175rem !important;
  }

  /* Blogs Listing */
  .odoo-custom-pages .blog-page-section .m-row {
    display: flex;
    flex-flow: wrap;
  }

  .odoo-custom-pages .blog-page-section .m-top,
  .odoo-custom-pages .blog-page-section .m-bottom {
    width: 100%;
  }

  .odoo-custom-pages .blog-page-section .m-bottom {
    order: 1;
  }

  .odoo-custom-pages .blog-page-section .m-top {
    order: 0;
  }

  .odoo-custom-pages .popular-posts.mb-80 {
    margin-bottom: 50px;
  }

  .odoo-custom-pages .popular-posts .popular-post {
    margin-bottom: 30px;
  }

  /* Contacts */
  .odoo-custom-pages #contacts-2 {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .odoo-custom-pages .contact-2-box {
    padding-left: 0;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .contact-3-box {
    padding-left: 20px;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .contact-box-txt {
    text-align: center;
    padding-left: 0;
  }

  .odoo-custom-pages .contact-box-txt p {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .odoo-custom-pages .contact-box-ico {
    float: none;
    margin-bottom: 20px;
  }

  /* Google Map */
  .odoo-custom-pages .google-map {
    padding: 0px 0px 50%;
  }

  /* Footer */
  .odoo-custom-pages .footer-info {
    padding-right: 5%;
  }

  .odoo-custom-pages #footer-6 .footer-socials-links {
    padding-left: 25%;
  }

  .odoo-custom-pages .footer h6.fraunces-font {
    font-size: 1.25rem;
  }

  .odoo-custom-pages .footer p,
  .odoo-custom-pages .footer a,
  .odoo-custom-pages #footer-6 .footer-socials-links p {
    font-size: 1.025rem;
  }

  .odoo-custom-pages .footer-img img.insta-img {
    width: 85px;
    height: 85px;
    margin: 5px;
  }

  .odoo-custom-pages .footer-tags-list li {
    margin: 8px 2px;
  }

  .odoo-custom-pages .foo-tag {
    padding: 5px 9px;
  }

  .odoo-custom-pages #footer-5 .footer-store-badges {
    text-align: left !important;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .footer-store-badges .store {
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 0px;
  }

  .odoo-custom-pages .footer-store-badges .store img {
    display: block;
  }

  .odoo-custom-pages .bottom-footer-list.text-right {
    text-align: left !important;
    margin-top: 10px;
  }

  /* Inner Page Hero */
  .odoo-custom-pages .page-hero-section {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* Breadcrumb */
  .odoo-custom-pages #breadcrumb {
    margin-bottom: 18px;
  }

  .odoo-custom-pages .breadcrumb-item a,
  .odoo-custom-pages .breadcrumb-item.active {
    font-size: 0.9rem;
  }

  /* Pagination */
  .odoo-custom-pages .page-pagination {
    padding-bottom: 80px;
  }

  .odoo-custom-pages .blog-page-pagination {
    margin-top: 80px;
    padding-top: 80px;
  }

  .odoo-custom-pages .more-questions-btn {
    text-align: center;
  }
}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (max-width: 767px) {
  .odoo-custom-pages .more-questions-btn {
    text-align: center;
  }

  /*------------------------------------------*/
  /*   BASE
  /*------------------------------------------*/

  .odoo-custom-pages .mt-100 {
    margin-top: 80px;
  }

  .odoo-custom-pages .mb-100 {
    margin-bottom: 80px;
  }

  .odoo-custom-pages .wide-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .odoo-custom-pages .wide-90 {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .odoo-custom-pages .wide-80 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .odoo-custom-pages .wide-70 {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .odoo-custom-pages .wide-60 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .odoo-custom-pages .wide-50 {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .odoo-custom-pages .wide-40 {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .odoo-custom-pages .wide-30 {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .odoo-custom-pages .wide-20 {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .odoo-custom-pages .pt-100 {
    padding-top: 80px;
  }

  .odoo-custom-pages .pb-100 {
    padding-bottom: 80px;
  }

  .odoo-custom-pages .pt-80 {
    padding-top: 60px;
  }

  .odoo-custom-pages .pb-80 {
    padding-bottom: 60px;
  }

  .odoo-custom-pages .pt-60 {
    padding-top: 40px;
  }

  .odoo-custom-pages .pb-60 {
    padding-bottom: 40px;
  }

  .odoo-custom-pages .pb-50 {
    padding-bottom: 30px;
  }

  .odoo-custom-pages .pl-5,
  .odoo-custom-pages .pl-10,
  .odoo-custom-pages .pl-15,
  .odoo-custom-pages .pl-20,
  .odoo-custom-pages .pl-25,
  .odoo-custom-pages .pl-30,
  .odoo-custom-pages .pl-35,
  .odoo-custom-pages .pl-40,
  .odoo-custom-pages .pl-45 {
    padding-left: 0;
  }

  .odoo-custom-pages .pr-5,
  .odoo-custom-pages .pr-10,
  .odoo-custom-pages .pr-15,
  .odoo-custom-pages .pr-20,
  .odoo-custom-pages .pr-25,
  .odoo-custom-pages .pr-30,
  .odoo-custom-pages .pr-35,
  .odoo-custom-pages .pr-40,
  .odoo-custom-pages .pr-45 {
    padding-right: 0;
  }

  .odoo-custom-pages .pc-10,
  .odoo-custom-pages .pc-15,
  .odoo-custom-pages .pc-20,
  .odoo-custom-pages .pc-25,
  .odoo-custom-pages .pc-30,
  .odoo-custom-pages .pc-35,
  .odoo-custom-pages .pc-40,
  .odoo-custom-pages .pc-45,
  .odoo-custom-pages .pc-50,
  .odoo-custom-pages .pc-55,
  .odoo-custom-pages .pc-60 {
    padding-left: 0;
    padding-right: 0;
  }

  .odoo-custom-pages .bg-scroll,
  .odoo-custom-pages .bg-01,
  .odoo-custom-pages .bg-02,
  .odoo-custom-pages .bg-03,
  .odoo-custom-pages .bg-04,
  .odoo-custom-pages .bg-05,
  .odoo-custom-pages .bg-06,
  .odoo-custom-pages .bg-07,
  .odoo-custom-pages .bg-08,
  .odoo-custom-pages .bg-09,
  .odoo-custom-pages .bg-10,
  .odoo-custom-pages .pattern-01,
  .odoo-custom-pages .pattern-02,
  .odoo-custom-pages .bg-tra-map {
    background-attachment: scroll !important;
  }

  /*------------------------------------------*/
  /*   NAVIGATION MENU    
  /*------------------------------------------*/

  .odoo-custom-pages .wsmenu>.wsmenu-list {
    width: 300px;
    margin-right: -300px;
  }

  .odoo-custom-pages .wsactive .wsmobileheader {
    margin-right: 00px;
  }

  .odoo-custom-pages .overlapblackbg {
    width: calc(100% - 300px);
  }

  .odoo-custom-pages .headtoppart {
    display: none;
  }

  .odoo-custom-pages .wsmobileheader {
    height: 80px;
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
  }

  .odoo-custom-pages .tra-menu .wsmobileheader,
  .odoo-custom-pages .white-menu .wsmobileheader {
    background-color: #fff;
  }

  .odoo-custom-pages .dark-menu .wsmobileheader {
    background-color: #222227;
  }

  .odoo-custom-pages .wsanimated-arrow {
    padding: 14px 28px 14px 0px;
    margin: 24px 18px 0 0;
  }

  .odoo-custom-pages .wsanimated-arrow span:before {
    top: -8px;
    width: 26px;
  }

  .odoo-custom-pages .wsanimated-arrow span:after {
    bottom: -8px;
    width: 20px;
  }

  .odoo-custom-pages .dark-menu .wsanimated-arrow span,
  .odoo-custom-pages .dark-menu .wsanimated-arrow span:before,
  .odoo-custom-pages .dark-menu .wsanimated-arrow span:after {
    background: #eee;
  }

  .odoo-custom-pages .wsactive .wsanimated-arrow span:before,
  .odoo-custom-pages .wsactive .wsanimated-arrow.active span:after {
    width: 28px;
    top: 0;
  }

  .odoo-custom-pages .wsactive .wsanimated-arrow span:after {
    width: 28px;
    top: 0;
  }

  .odoo-custom-pages .wsactive .wsanimated-arrow span {
    background: transparent;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmenu-click {
    height: 64px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>a {
    font-size: 18px;
    padding: 7px 32px 6px 20px;
    margin: 0;
  }

  .odoo-custom-pages .tra-menu .wsmenu>.wsmenu-list>li>a,
  .odoo-custom-pages .dark-menu .wsmenu>.wsmenu-list>li>a {
    color: #666;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    margin: 23px 18px 0px 0px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li .wsmenu-click.ws-activearrow>i {
    transform: rotate(-45deg);
    margin-top: 28px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    height: 10px;
    width: 10px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:before,
  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:before,
  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu .link-list>li>a:before {
    font-size: 1.05rem;
    left: 5px;
    top: 14px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover:before,
  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover:before,
  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu .link-list>li>a:hover:before {
    left: 17px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    width: 100%;
  }

  .odoo-custom-pages .wsmegamenu .col-lg-3,
  .odoo-custom-pages .wsmegamenu .col-lg-4,
  .odoo-custom-pages .wsmegamenu .col-lg-5 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a,
  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a,
  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a {
    color: #9099a4;
    font-size: 17px;
    padding: 12px 0;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover,
  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover,
  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu ul.link-list>li>a:hover {
    background-color: transparent;
    padding: 12px 0 12px 8px;
    text-decoration: none;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li.fst-li>a {
    padding: 0 0 12px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a:hover {
    padding: 12px 0 12px 4px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li.fst-li a:hover {
    padding: 0 0 12px 4px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu .title p {
    display: block;
    font-size: 20px;
    margin: 10px 0 5px 20px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li>.wsmegamenu .title {
    font-size: 20px;
    padding: 0;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li.header-phone>a {
    font-size: 19px;
    padding: 7px 32px 6px 15px;
    margin: 0;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li.header-phone>a span {
    width: 24px;
    height: 24px;
    line-height: 25px;
    top: 3px;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li a.btn {
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    font-weight: 500;
    padding: 0 17px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .odoo-custom-pages .header-socials {
    margin-top: 30px;
  }

  .odoo-custom-pages .white-color.header-socials span {
    color: #444 !important;
  }

  .odoo-custom-pages .header-socials a {
    line-height: 90px !important;
    margin-left: 25px;
  }

  .odoo-custom-pages .header-socials.ico-20 [class*="flaticon-"]:before,
  .odoo-custom-pages .header-socials.ico-20 [class*="flaticon-"]:after {
    font-size: 1.5rem;
  }

  .odoo-custom-pages .wsmenu>.wsmenu-list>li a.btn.btn-tra-white {
    background-color: #eee;
    border-color: #eee;
    color: #666;
  }

  .odoo-custom-pages .wsmobileheader .smllogo {
    display: block;
    margin-top: 17px;
    padding-left: 18px;
  }

  .odoo-custom-pages .smllogo img {
    width: auto;
    max-width: inherit;
    max-height: 46px;
  }

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  .odoo-custom-pages .hero-section {
    margin-top: 80px;
  }

  .odoo-custom-pages #hero-29.hero-section {
    margin-top: 0;
  }

  .odoo-custom-pages #hero-8 .container {
    overflow: visible;
  }

  .odoo-custom-pages #hero-2,
  .odoo-custom-pages #hero-4,
  .odoo-custom-pages #hero-9,
  .odoo-custom-pages #hero-10,
  .odoo-custom-pages #hero-13,
  .odoo-custom-pages #hero-15,
  .odoo-custom-pages #hero-21,
  .odoo-custom-pages #hero-26 {
    padding-top: 80px;
  }

  .odoo-custom-pages #hero-3 {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .odoo-custom-pages #hero-5 {
    text-align: center;
    background-position: left center;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .odoo-custom-pages #hero-6 {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .odoo-custom-pages #hero-7,
  .odoo-custom-pages #hero-8,
  .odoo-custom-pages #hero-11,
  .odoo-custom-pages #hero-28 {
    text-align: center;
    padding-top: 80px;
  }

  .odoo-custom-pages #hero-14 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .odoo-custom-pages #hero-16 {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .odoo-custom-pages #hero-17 {
    padding-top: 80px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .odoo-custom-pages #hero-18 {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .odoo-custom-pages #hero-19,
  .odoo-custom-pages #hero-24 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .odoo-custom-pages #hero-22 {
    padding-top: 90px;
    padding-bottom: 100px;
    background-position: left center
  }

  .odoo-custom-pages #hero-23 {
    text-align: center;
    background-position: right center;
    padding-top: 80px;
  }

  .odoo-custom-pages #hero-27 {
    text-align: center;
    background-position: left center;
    padding-top: 80px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .odoo-custom-pages #hero-30 {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  /* Hero Text */
  .odoo-custom-pages .hero-2-txt {
    margin-bottom: 50px;
  }

  .odoo-custom-pages .hero-6-txt,
  .odoo-custom-pages .hero-8-txt,
  .odoo-custom-pages #hero-25 .caption-txt {
    margin-top: 0;
  }

  .odoo-custom-pages .hero-7-txt {
    padding-left: 0;
  }

  .odoo-custom-pages .hero-10-txt {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .odoo-custom-pages .hero-14-txt,
  .odoo-custom-pages .hero-26-txt {
    text-align: center;
  }

  .odoo-custom-pages .hero-15-txt {
    padding-top: 0;
  }

  .odoo-custom-pages .hero-15-title {
    margin-bottom: 30px;
  }

  .odoo-custom-pages .hero-16-txt {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .odoo-custom-pages .hero-23-txt {
    margin-top: 0;
  }

  .odoo-custom-pages .hero-26-txt {
    text-align: center;
    margin-bottom: 40px;
  }

  /* Hero Headers */
  .odoo-custom-pages .hero-4-title h2 {
    margin-bottom: 20px;
  }

  /* Hero Boxes */
  .odoo-custom-pages #hero-17 #hb-1-2 {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
  }

  /* Hero Image */
  .odoo-custom-pages #img-2-4,
  .odoo-custom-pages #img-2-5 {
    margin-bottom: 30px;
  }

  .odoo-custom-pages .hero-4-images {
    margin-top: 50px;
  }

  .odoo-custom-pages .hero-4-images .col-lg,
  .odoo-custom-pages .hero-4-images .col-lg-4 {
    padding: 0 16px;
  }

  .odoo-custom-pages #img-4-1,
  .odoo-custom-pages #img-4-3 {
    margin-bottom: 16px;
  }

  .odoo-custom-pages #img-4-2 {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .odoo-custom-pages .hero-10-img {
    display: block;
    padding: 0;
  }

  .odoo-custom-pages .hero-10-img img {
    max-width: 100%;
  }

  .odoo-custom-pages .hero-16-img {
    margin: 0 0 40px;
  }

  /*------------------------------------------*/
  /*   CONTENT
  /*------------------------------------------*/

  /* About */
  .odoo-custom-pages #about-5,
  .odoo-custom-pages #about-6 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .odoo-custom-pages .about-2-txt.top-box {
    margin-bottom: 0;
  }

  .odoo-custom-pages .about-5-txt {
    padding: 0;
  }

  .odoo-custom-pages .about-6-txt {
    padding: 0;
    margin-bottom: 0;
  }

  .odoo-custom-pages .abox-7-txt {
    padding: 110px 25px 20px;
  }

  .odoo-custom-pages #ab-2-3 {
    margin-bottom: 30px;
  }

  .odoo-custom-pages .abox-7-txt h4 {
    margin-bottom: 5px;
  }

  .odoo-custom-pages .about-4-txt h2 {
    margin-bottom: 15px;
  }

  .odoo-custom-pages .about-5-txt h3,
  .odoo-custom-pages .about-6-txt h3,
  .odoo-custom-pages .about-5-txt h2,
  .odoo-custom-pages .about-6-txt h2 {
    margin-bottom: 20px;
  }

  .odoo-custom-pages .about-4-txt .btn,
  .odoo-custom-pages .about-5-txt .btn.mt-20 {
    margin-top: 10px;
  }

  .odoo-custom-pages .about-4-img {
    margin-bottom: 40px;
  }

  .odoo-custom-pages .about-5-img,
  .odoo-custom-pages .about-6-img {
    display: block;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: 300px;
    margin: 40px 35px 40px;
  }

  /* Features */
  .odoo-custom-pages #features-11 {
    padding-bottom: 40px;
  }

  .odoo-custom-pages #features-12.tra-bkg {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .odoo-custom-pages #features-12.tra-bkg:after {
    width: 85%;
    left: 15%;
  }

  .odoo-custom-pages .features-13-title {
    padding-top: 80px;
  }

  .odoo-custom-pages .fbox-13-wrapper .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .odoo-custom-pages .features-7-title.mb-80,
  .odoo-custom-pages .features-13-title.mb-80 {
    margin-bottom: 50px;
  }

  .odoo-custom-pages .features-7-txt.pc-15,
  .odoo-custom-pages .features-13-txt.pc-15 {
    margin-bottom: 25px;
  }

  .odoo-custom-pages .fbox-4-wrapper .col-md-6 {
    border-right: none !important;
  }

  .odoo-custom-pages .fbox-4-wrapper .col-md-6.b-right {
    border-bottom: 1px solid #ddd !important;
  }

  .odoo-custom-pages .fbox-2,
  .odoo-custom-pages .fbox-3,
  .odoo-custom-pages .fbox-4,
  .odoo-custom-pages .fbox-5,
  .odoo-custom-pages .fbox-11 {
    text-align: center;
  }

  .odoo-custom-pages #fb-12-2,
  .odoo-custom-pages #fb-12-3 {
    margin-top: 0;
  }

  .odoo-custom-pages #fb-13-1,
  .odoo-custom-pages #fb-13-2,
  .odoo-custom-pages #fb-13-3 {
    margin-bottom: 30px;
  }

  .odoo-custom-pages .fbox-13-txt {
    padding: 100px 35px 50px;
  }

  .odoo-custom-pages .fbox-txt {
    padding-left: 0;
  }

  .odoo-custom-pages .fbox-ico {
    float: none;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .fbox-6-ico.ico-50 [class*="flaticon-"]:before,
  .odoo-custom-pages .fbox-6-ico.ico-50 [class*="flaticon-"]:after,
  .odoo-custom-pages .fbox-6-ico.ico-55 [class*="flaticon-"]:before,
  .odoo-custom-pages .fbox-6-ico.ico-55 [class*="flaticon-"]:after,
  .odoo-custom-pages .fbox-6-ico.ico-60 [class*="flaticon-"]:before,
  .odoo-custom-pages .fbox-6-ico.ico-60 [class*="flaticon-"]:after,
  .odoo-custom-pages .fbox-11 .ico-45 [class*="flaticon-"]:before,
  .odoo-custom-pages .fbox-11 .ico-45 [class*="flaticon-"]:after {
    font-size: 4rem;
  }

  .odoo-custom-pages .service-txt.mb-70 {
    margin-bottom: 40px;
  }

  .odoo-custom-pages .service-txt.mt-30 {
    margin-top: 0;
  }

  .odoo-custom-pages .service-txt h5.h5-xs,
  .odoo-custom-pages .service-txt h5.h5-sm {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  /* Content */
  .odoo-custom-pages #content-7 {
    padding-bottom: 40px;
  }

  .odoo-custom-pages #content-8 .section-title h3 {
    padding: 0;
  }

  .odoo-custom-pages #content-10:after {
    width: 100%;
    height: 50%;
    top: 46%;
    left: 0;
  }

  .odoo-custom-pages #content-9 .txt-block {
    text-align: center;
    margin-bottom: 40px;
  }

  .odoo-custom-pages #content-7 .txt-block,
  .odoo-custom-pages #content-10 .txt-block {
    margin-bottom: 40px;
  }

  .odoo-custom-pages .content-12-txt {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 60px 50px;
  }

  .odoo-custom-pages .content-7-img {
    left: 0;
    margin-bottom: 40px;
  }

  .odoo-custom-pages .content-6-img img,
  .odoo-custom-pages .content-7-img img,
  .odoo-custom-pages .content-8-img img {
    max-width: 100%;
    display: inline-block;
  }

  /* Card */
  .odoo-custom-pages #cards-3 {
    padding-bottom: 50px;
  }

  .odoo-custom-pages .cards-1-wrapper .col-lg-3,
  .odoo-custom-pages .cards-3-wrapper .col-lg-3,
  .odoo-custom-pages .cards-3-wrapper .col-lg-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .odoo-custom-pages .card-3 {
    margin-bottom: 30px;
  }

  /* Gallery */
  .odoo-custom-pages #img-5-1,
  .odoo-custom-pages #img-5-2,
  .odoo-custom-pages #img-5-3 {
    padding: 0 45px;
  }

  .odoo-custom-pages #img-5-1,
  .odoo-custom-pages #img-5-2 {
    margin-bottom: 30px;
  }

  .odoo-custom-pages #gallery-6 .gallery-image {
    margin: 0 0 50px;
  }

  .odoo-custom-pages #gallery-4 .gallery-image:hover .project-meta-txt {
    left: 25px;
  }

  .odoo-custom-pages #gallery-4 .gallery-image:hover .project-link {
    right: 25px;
  }

  /* Single Project */
  .odoo-custom-pages .project-title {
    margin-bottom: 25px;
  }

  .odoo-custom-pages .project-title p {
    margin-bottom: 25px;
  }

  .odoo-custom-pages .project-text h5.h5-xs,
  .odoo-custom-pages .project-text h5.h5-sm {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .project-text {
    margin-bottom: 50px;
  }

  .odoo-custom-pages .project-txt-description.mt-30 {
    margin-top: 10px;
  }

  .odoo-custom-pages .project-details {
    padding-top: 50px;
  }

  .odoo-custom-pages #project-details-1 .project-share {
    margin-top: 40px;
  }

  .odoo-custom-pages .project-gallery {
    margin: 45px 0 20px;
  }

  .odoo-custom-pages .project-gallery .col-lg-3 {
    padding: 0 15px;
  }

  /* Pricing */
  .odoo-custom-pages .pricing-1-wrapper {
    padding: 0;
  }

  .odoo-custom-pages .pricing-1-wrapper .col-md-4 {
    padding: 0 15px;
  }

  .odoo-custom-pages #pt-2-1,
  .odoo-custom-pages #pt-2-2 {
    padding: 0 15px;
  }

  .odoo-custom-pages #pt-1-1 {
    position: relative;
    z-index: 8;
    margin-right: 0;
  }

  .odoo-custom-pages #pt-1-3 {
    position: relative;
    z-index: 8;
    margin-left: 0;
  }

  .odoo-custom-pages #pricing-2 .txt-block {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .odoo-custom-pages .pricing-list li:last-child.resp-lst {
    border-bottom: 1px dashed #5f5842;
  }

  /* Testimonials */
  .odoo-custom-pages #rv-1-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .odoo-custom-pages #rv-1-2,
  .odoo-custom-pages #rv-1-3 {
    margin-right: 0;
  }

  .odoo-custom-pages .review-1 {
    padding: 45px 15px;
  }

  .odoo-custom-pages .reviews-1-title {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .odoo-custom-pages .reviews-1-title p {
    margin-bottom: 40px;
  }

  .odoo-custom-pages .review-1-txt {
    padding: 0 15px;
    margin-top: 10px;
  }

  /* Statistic */
  .odoo-custom-pages #statistic-1.bg-image {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .odoo-custom-pages #statistic-3 .statistic-block {
    padding-left: 0;
  }

  .odoo-custom-pages #statistic-5 .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .odoo-custom-pages .statistic-5-wrapper {
    padding-left: 0;
  }

  .odoo-custom-pages #statistic-5 .txt-block {
    margin-bottom: 40px;
  }

  .odoo-custom-pages #statistic-3 .statistic-block-txt,
  .odoo-custom-pages #statistic-5 .statistic-block-txt {
    text-align: center;
    padding-left: 0;
  }

  .odoo-custom-pages #st-5-1,
  .odoo-custom-pages #st-5-2,
  .odoo-custom-pages #st-5-3 {
    margin-bottom: 30px;
  }

  .odoo-custom-pages #statistic-5 .statistic-block.statistic-block-featured {
    position: relative;
    padding: 35px 30px;
    top: 0;
    left: 0;
    right: 0px;
  }

  .odoo-custom-pages .s-icon {
    float: none;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .s-icon.ico-60 [class*="flaticon-"]:before,
  .odoo-custom-pages .s-icon.ico-60 [class*="flaticon-"]:after {
    font-size: 3.5rem;
  }

  .odoo-custom-pages .statistic-ico.ico-60 [class*="flaticon-"]:before,
  .odoo-custom-pages .statistic-ico.ico-75 [class*="flaticon-"]:before,
  .odoo-custom-pages .statistic-ico.ico-60 [class*="flaticon-"]:after,
  .odoo-custom-pages .statistic-ico.ico-75 [class*="flaticon-"]:after {
    font-size: 3.75rem;
  }

  /* Call To Action */
  .odoo-custom-pages #cta-2,
  .odoo-custom-pages #cta-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .odoo-custom-pages #cta-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .odoo-custom-pages #cta-5 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .odoo-custom-pages #cta-6 {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .odoo-custom-pages .cta-3-wrapper {
    text-align: center;
  }

  .odoo-custom-pages .cta-3-btns.text-right {
    text-align: center !important;
  }

  .odoo-custom-pages .cta-1-txt,
  .odoo-custom-pages .cta-1-btn.text-right {
    text-align: center !important;
  }

  .odoo-custom-pages .cta-5-txt {
    margin-bottom: 25px;
  }

  .odoo-custom-pages .cta-6-txt {
    text-align: center;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .cta-6-btn {
    text-align: center !important;
    border-left: none;
    padding: 0;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .cta-4-txt h4 {
    position: relative;
    display: block;
    float: none;
    top: 4px;
    margin-right: 0;
    margin-bottom: 25px;
  }

  /* Banner */
  .odoo-custom-pages #banner-3 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .odoo-custom-pages .banner-3-txt h6,
  .odoo-custom-pages .banner-3-txt h5 {
    margin-bottom: 25px;
  }

  .odoo-custom-pages .banner-3-txt h2 {
    margin-bottom: 35px;
  }

  /* FAQs */
  .odoo-custom-pages #accordion {
    padding: 0;
  }

  .odoo-custom-pages .more-questions .col-lg-3.text-right {
    text-align: center !important;
  }

  /* Newsletter */
  .odoo-custom-pages #newsletter-1 {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .odoo-custom-pages #newsletter-1 .section-title.mb-40 {
    margin-bottom: 30px;
  }

  .odoo-custom-pages .newsletter-section .form-control,
  .odoo-custom-pages .newsletter-section .btn {
    height: 54px;
    font-size: 18px;
  }

  /* Blogs listing */
  .odoo-custom-pages .popular-posts.mb-80 {
    margin-bottom: 50px;
  }

  .odoo-custom-pages .popular-posts .popular-post {
    margin-bottom: 30px;
  }

  .odoo-custom-pages #blog-listing-1 .blog-post-txt {
    padding: 35px 0 0;
  }

  .odoo-custom-pages #sidebar {
    margin-top: 50px;
  }

  .odoo-custom-pages .single-post-wrapper {
    margin-bottom: 40px;
  }

  .odoo-custom-pages .single-post-txt h5 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .post-inner-img {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .odoo-custom-pages .blog-post-img.top-img {
    margin-bottom: 40px;
  }

  .odoo-custom-pages .post-share-links {
    margin-top: 60px;
  }

  .odoo-custom-pages .post-share-list.text-right {
    text-align: left !important;
    margin-top: 35px;
    margin-left: 8px;
  }

  .odoo-custom-pages .post-share-links .share-social-icons a.share-ico i {
    width: 33px;
    height: 33px;
    font-size: 25px;
    margin-right: 6px;
  }

  .odoo-custom-pages .other-posts {
    margin: 70px 0;
    padding: 60px 0 30px;
  }

  .odoo-custom-pages .prev-post.pr-45 {
    padding-right: 0;
    text-align: center;
  }

  .odoo-custom-pages .next-post.pl-45 {
    padding-left: 0;
    text-align: center;
  }

  /* Contacts */
  .odoo-custom-pages .contact-box-txt {
    text-align: center;
    padding-left: 0;
  }

  .odoo-custom-pages .contact-box-ico {
    float: none;
    margin-top: 0;
    margin-bottom: 20px;
  }

  /* Footer */
  .odoo-custom-pages .bottom-footer-list.text-right {
    text-align: left !important;
    margin-top: 10px;
  }

  /* Inner Page Hero */
  .odoo-custom-pages .page-hero-section {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 90px;
  }

  /* Page Pagination */
  .odoo-custom-pages .page-pagination {
    padding-bottom: 80px;
  }


}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 480px) and (max-width: 767.95px) {

  .odoo-custom-pages .m-row {
    display: flex;
    flex-flow: wrap;
  }

  .odoo-custom-pages .m-top,
  .odoo-custom-pages .m-bottom {
    width: 100%;
  }

  .odoo-custom-pages .m-bottom {
    order: 1;
  }

  .odoo-custom-pages .m-top {
    order: 0;
  }

  /* Header H6 */
  .odoo-custom-pages h6.h6-xs {
    font-size: 1rem;
  }

  .odoo-custom-pages h6.h6-sm {
    font-size: 1.05rem;
  }

  .odoo-custom-pages h6.h6-md {
    font-size: 1.1rem;
  }

  .odoo-custom-pages h6.h6-lg {
    font-size: 1.15rem;
  }

  .odoo-custom-pages h6.h6-xl {
    font-size: 1.2rem;
  }

  /* Header H5 */
  .odoo-custom-pages h5.h5-xs {
    font-size: 1.2rem;
  }

  .odoo-custom-pages h5.h5-sm {
    font-size: 1.25rem;
  }

  .odoo-custom-pages h5.h5-md {
    font-size: 1.3rem;
  }

  .odoo-custom-pages h5.h5-lg {
    font-size: 1.35rem;
  }

  .odoo-custom-pages h5.h5-xl {
    font-size: 1.4rem;
  }

  /* Header H4 */
  .odoo-custom-pages h4.h4-xs {
    font-size: 1.4rem;
  }

  .odoo-custom-pages h4.h4-sm {
    font-size: 1.5rem;
  }

  .odoo-custom-pages h4.h4-md {
    font-size: 1.65rem;
  }

  .odoo-custom-pages h4.h4-lg {
    font-size: 1.7rem;
  }

  .odoo-custom-pages h4.h4-xl {
    font-size: 1.8rem;
  }

  .odoo-custom-pages h3.h3-xs {
    font-size: 1.9rem;
  }

  .odoo-custom-pages h3.h3-sm {
    font-size: 1.95rem;
  }

  .odoo-custom-pages h3.h3-md {
    font-size: 2rem;
  }

  .odoo-custom-pages h3.h3-lg {
    font-size: 2.05rem;
  }

  .odoo-custom-pages h3.h3-xl {
    font-size: 2.1rem;
  }

  /* Header H2 */
  .odoo-custom-pages h2.h2-xs {
    font-size: 2.15rem;
  }

  .odoo-custom-pages h2.h2-sm {
    font-size: 2.25rem;
  }

  .odoo-custom-pages h2.h2-md {
    font-size: 2.35rem;
  }

  .odoo-custom-pages h2.h2-lg {
    font-size: 2.45rem;
  }

  .odoo-custom-pages h2.h2-xl {
    font-size: 2.55rem;
  }

  .odoo-custom-pages h2.h2-title-xs {
    font-size: 2.9rem;
  }

  .odoo-custom-pages h2.h2-title-sm {
    font-size: 3.125rem;
  }

  .odoo-custom-pages h2.h2-title-md {
    font-size: 3.35rem;
  }

  .odoo-custom-pages h2.h2-title-lg {
    font-size: 3.575rem;
  }

  .odoo-custom-pages h2.h2-title-xl {
    font-size: 3.8rem;
  }

  /* Paragraphs */
  .odoo-custom-pages p.p-sm {
    font-size: 1rem;
  }

  .odoo-custom-pages p {
    font-size: 1.0625rem;
  }

  .odoo-custom-pages p.p-md {
    font-size: 1.093rem;
  }

  .odoo-custom-pages p.p-lg {
    font-size: 1.1rem;
  }

  .odoo-custom-pages p.p-xl {
    font-size: 1.15625rem;
  }

  /* Button */
  .odoo-custom-pages .btn,
  .odoo-custom-pages .btn.btn-md,
  .odoo-custom-pages .btn.btn-lg {
    font-size: 17px;
  }

  .odoo-custom-pages .btn.btn-sm {
    font-size: 16px;
    padding: 12px 24px;
  }

  .odoo-custom-pages .btn.btn-md,
  .odoo-custom-pages .btn.btn-lg {
    padding: 13px 30px;
  }

  .odoo-custom-pages .btn.btn-tra.btn-md,
  .odoo-custom-pages .btn.btn-tra.btn-lg {
    padding: 13px 24px;
  }

  /* Countdown Element */
  .odoo-custom-pages #clock .cbox-1 {
    padding: 0 25px;
  }

  .odoo-custom-pages #clock span.cbox-1-digit {
    font-size: 3.25rem;
  }

  /* Box Icons */
  .odoo-custom-pages .ico-60 [class*="flaticon-"]:before,
  .odoo-custom-pages .ico-60 [class*="flaticon-"]:after {
    font-size: 4.375rem;
  }

  .odoo-custom-pages .ico-65 [class*="flaticon-"]:before,
  .odoo-custom-pages .ico-65 [class*="flaticon-"]:after {
    font-size: 4.375rem;
  }

  .odoo-custom-pages .ico-70 [class*="flaticon-"]:before,
  .odoo-custom-pages .ico-70 [class*="flaticon-"]:after {
    font-size: 4.6875rem;
  }

  .odoo-custom-pages .ico-75 [class*="flaticon-"]:before,
  .odoo-custom-pages .ico-75 [class*="flaticon-"]:after {
    font-size: 5rem;
  }

  /* Section ID */
  .odoo-custom-pages .section-id {
    font-size: 0.975rem;
    margin-bottom: 30px;
  }

  .odoo-custom-pages #reviews-4 .section-id {
    margin-bottom: 30px;
  }

  .odoo-custom-pages #brands-3 .section-title p.p-xl {
    padding: 0;
  }

  /* Section Title */
  .odoo-custom-pages .section-title.mb-50 {
    margin-bottom: 35px;
  }

  .odoo-custom-pages .section-title.mb-60 {
    margin-bottom: 45px;
  }

  .odoo-custom-pages .section-title.mb-70 {
    margin-bottom: 50px;
  }

  .odoo-custom-pages .section-title.mb-80 {
    margin-bottom: 55px;
  }

  .odoo-custom-pages .section-title p.p-xl {
    font-size: 1.125rem;
    padding: 0 5%;
  }

  /*------------------------------------------*/
  /*.  HERO  
  /*------------------------------------------*/

  .odoo-custom-pages .hero-28-gradient {
    padding: 60px 0 40px;
    margin-bottom: -20px;
  }

  /* Hero Slider */
  .odoo-custom-pages .slider,
  .odoo-custom-pages .slider .slides {
    height: 440px;
  }

  .odoo-custom-pages #hero-25 .slider,
  .odoo-custom-pages #hero-25 .slider .slides {
    height: 460px;
  }

  .odoo-custom-pages .slider .indicators {
    bottom: 25px;
  }

  /* Hero Text */
  .odoo-custom-pages #hero-1 .caption-txt,
  .odoo-custom-pages #hero-25 .caption-txt {
    margin-top: -20px;
  }

  .odoo-custom-pages .hero-7-txt {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .odoo-custom-pages .hero-8-txt {
    margin-bottom: 40px;
  }

  .odoo-custom-pages .hero-9-txt {
    padding: 0 5%;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .hero-21-txt {
    text-align: center;
    margin-bottom: 40px;
  }

  .odoo-custom-pages #hero-20 .caption-txt {
    margin-top: -30px;
  }

  .odoo-custom-pages .hero-19-txt {
    padding: 0;
  }

  .odoo-custom-pages .hero-22-txt {
    padding-right: 20%;
  }

  .odoo-custom-pages .hero-27-txt {
    margin-bottom: 0;
  }

  /* Hero Logo */
  .odoo-custom-pages .hero-logo {
    display: inline-block;
    margin: 0 auto 30px;
  }

  .odoo-custom-pages .hero-logo img {
    max-height: 60px;
  }

  .odoo-custom-pages #hero-29 .hero-logo img {
    max-height: 48px;
  }

  .odoo-custom-pages .hero-logo-txt h4 {
    font-size: 1.7rem;
  }

  .odoo-custom-pages .hero-logo span {
    top: 1px;
  }

  /* Hero Headers */
  .odoo-custom-pages #hero-1 h2 {
    font-size: 4rem;
    padding: 0;
  }

  .odoo-custom-pages .hero-3-txt h2 {
    font-size: 2.75rem;
  }

  .odoo-custom-pages .hero-5-txt h2.h2-title-lg {
    font-size: 6.5rem;
  }

  .odoo-custom-pages .hero-6-txt h2.h2-title-md {
    font-size: 3.85rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .hero-8-txt h3,
  .odoo-custom-pages .hero-10-txt h2 {
    font-size: 2.35rem;
  }

  .odoo-custom-pages .hero-9-txt h2 {
    font-size: 2.5rem;
  }

  .odoo-custom-pages .hero-11-txt h2 {
    margin-bottom: 20px;
  }

  .odoo-custom-pages #hero-12 h2 {
    font-size: 3.125rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages #hero-12 h6,
  .odoo-custom-pages #hero-18 h6 {
    font-size: 1.1rem
  }

  .odoo-custom-pages .hero-13-txt h3 {
    font-size: 2.25rem;
    padding: 0 5%;
  }

  .odoo-custom-pages #hero-16 h2 {
    font-size: 3.25rem;
    margin-bottom: 25px;
  }

  .odoo-custom-pages #hero-17 h2.h2-title-xs {
    font-size: 3.5rem;
    padding: 0;
  }

  .odoo-custom-pages .hero-19-txt h2 {
    font-size: 2.75rem;
  }

  .odoo-custom-pages #hero-20 h2 {
    font-size: 2.5rem;
    padding: 0;
  }

  .odoo-custom-pages .hero-21-txt h2 {
    padding: 0 3%;
  }

  .odoo-custom-pages #hero-23 h2 {
    font-size: 3.5rem;
  }

  .odoo-custom-pages #hero-25 h2 {
    font-size: 2.5rem;
  }

  .odoo-custom-pages .hero-26-txt h2 {
    font-size: 2.75rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .hero-29-txt h3 {
    padding: 0 5%;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .hero-30-txt h2 {
    margin-top: 30px;
  }

  .odoo-custom-pages .hero-30-txt h2:before {
    width: 150px;
  }

  .odoo-custom-pages .hero-30-txt h5 {
    padding: 0;
    margin-bottom: 30px;
  }

  /* Hero Paragraphs */
  .odoo-custom-pages #hero-1 .caption-txt p {
    font-size: 1.35rem;
  }

  .odoo-custom-pages .hero-2-txt p,
  .odoo-custom-pages .hero-9-txt p,
  .odoo-custom-pages .hero-27-txt p {
    padding: 0;
  }

  .odoo-custom-pages .hero-3-txt p,
  .odoo-custom-pages .hero-17-txt p {
    padding: 0;
  }

  .odoo-custom-pages .hero-5-txt p {
    padding: 0 3%;
  }

  .odoo-custom-pages .hero-6-txt p {
    padding: 0;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .hero-7-txt p {
    padding: 0 5%;
    margin-bottom: 35px;
  }

  .odoo-custom-pages .hero-8-txt p,
  .odoo-custom-pages .hero-11-txt p,
  .odoo-custom-pages .hero-16-txt p {
    padding: 0 5%;
  }

  .odoo-custom-pages .hero-10-txt p,
  .odoo-custom-pages .hero-13-txt p {
    padding: 0 5%;
    margin-bottom: 20px;
  }

  .odoo-custom-pages #hero-12 .caption-txt p {
    font-size: 1.175rem;
    padding: 0 5%;
  }

  .odoo-custom-pages .hero-14-txt p {
    font-size: 1.15rem;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .hero-18-txt p {
    padding: 0 5%;
  }

  .odoo-custom-pages .hero-19-txt p {
    padding: 0 3%;
    margin-bottom: 35px;
  }

  .odoo-custom-pages #hero-20 .caption-txt p {
    padding: 0 5%;
  }

  .odoo-custom-pages .hero-21-txt p {
    padding: 0;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .hero-23-txt p {
    padding: 0 5%;
  }

  .odoo-custom-pages #hero-25 .caption-txt p {
    padding: 0 10%;
  }

  .odoo-custom-pages .hero-26-txt p {
    padding: 0;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .hero-28-txt p {
    font-size: 1.175rem;
    padding: 0 5%;
  }

  .odoo-custom-pages .hero-29-txt p {
    padding: 0 10%;
    margin-bottom: 40px;
  }

  /* Hero Social Links */
  .odoo-custom-pages #hero-29 .hero-socials {
    margin-top: 60px;
  }

  /* Hero Banner */
  .odoo-custom-pages .hero-banner {
    display: none;
  }

  /* Hero Promo */
  .odoo-custom-pages .hero-promo {
    text-align: center;
    margin: 0 0 -30px;
    padding: 50px 45px;
  }

  .odoo-custom-pages .hero-promo h2 {
    font-size: 5rem;
    margin-top: 10px;
  }

  /* Hero Boxes */
  .odoo-custom-pages .hbox-1-wrapper {
    margin: 50px 3% 0;
    padding-bottom: 80px;
  }

  .odoo-custom-pages #hb-1-1,
  .odoo-custom-pages #hb-1-2,
  .odoo-custom-pages #hb-1-3 {
    padding: 50px 40px;
  }

  .odoo-custom-pages .hbox-1 h5 {
    margin-bottom: 15px;
  }

  /* Hero Data */
  .odoo-custom-pages .hero-26-data {
    text-align: center !important;
    padding: 25px 50px 30px;
    margin: -80px 8% 0;
  }

  .odoo-custom-pages .hero-26-data h5 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  /* Hero Form */
  .odoo-custom-pages #hero-11 .request-form,
  .odoo-custom-pages #hero-17 .request-form {
    margin: 30px 3% 25px;
  }

  .odoo-custom-pages .hero-form {
    margin: 0 8% 40px;
  }

  .odoo-custom-pages .hero-form form {
    padding: 45px 35px 35px;
  }

  .odoo-custom-pages .hero-form .register-form .btn {
    padding: 16px 30px;
  }

  .odoo-custom-pages #hero-17 .request-form .btn {
    height: 58px;
    padding: 13px 40px;
  }

  /* Hero Image */
  .odoo-custom-pages .hero-3-img,
  .odoo-custom-pages .hero-7-img,
  .odoo-custom-pages .hero-8-img,
  .odoo-custom-pages .hero-11-img,
  .odoo-custom-pages .hero-16-img {
    margin-left: 5%;
    margin-right: 5%;
  }

  .odoo-custom-pages .hero-21-img {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .odoo-custom-pages .hero-30-img img {
    width: auto;
    max-width: inherit;
    max-height: 135px;
  }

  /*------------------------------------------*/
  /*.  CONTENT  
  /*------------------------------------------*/

  /* About */
  .odoo-custom-pages #about-1 {
    margin-top: -80px;
  }

  .odoo-custom-pages .abox-1 {
    text-align: center;
  }

  .odoo-custom-pages #ab-1-1,
  .odoo-custom-pages #ab-1-2 {
    margin-bottom: 30px;
  }

  .odoo-custom-pages .about-2-title {
    margin-bottom: 25px;
  }

  .odoo-custom-pages .about-2-btn {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .odoo-custom-pages .abox-7-txt h4 {
    font-size: 1.6rem;
  }

  /* Features */
  .odoo-custom-pages .fbox-9-wrapper {
    padding: 0 5%;
    margin-top: 40px;
  }

  .odoo-custom-pages .fbox-11-wrapper {
    padding: 0;
  }

  .odoo-custom-pages #fb-10-1,
  .odoo-custom-pages #fb-10-2 {
    margin-top: 0;
  }

  .odoo-custom-pages #features-10 .section-title {
    margin-bottom: 40px;
  }

  .odoo-custom-pages #features-4 .section-title h4 {
    padding: 0 5%;
  }

  .odoo-custom-pages #features-4 .section-title p.p-xl {
    padding: 0 8%;
  }

  .odoo-custom-pages .fbox-4 {
    padding: 50px 35px;
  }

  .odoo-custom-pages .features-4-txt p {
    margin-top: 40px;
  }

  .odoo-custom-pages .fbox-1 {
    padding: 50px 12%;
  }

  .odoo-custom-pages .fbox-2,
  .odoo-custom-pages .fbox-3 {
    text-align: center;
    padding: 0 8%;
  }

  .odoo-custom-pages .fbox-4 {
    text-align: center;
    padding: 40px 30px;
  }

  .odoo-custom-pages .fbox-5 {
    text-align: center;
    padding: 45px 10%;
  }

  .odoo-custom-pages .fbox-11 {
    text-align: center;
    padding: 0 3%;
  }

  .odoo-custom-pages .fbox-13 h5 {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }

  .odoo-custom-pages .fbox-12 p {
    padding: 0 15%;
  }

  .odoo-custom-pages .fbox-6-ico {
    padding-right: 15px;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .step {
    width: 40px;
    height: 40px;
    margin: 0 auto 25px;
  }

  .odoo-custom-pages .step span {
    font-size: 20px;
    line-height: 40px;
  }

  /* Content */
  .odoo-custom-pages #content-11:after {
    width: 100%;
    height: 48%;
    top: 42%;
    left: 0;
  }

  .odoo-custom-pages #content-3 .txt-block {
    margin-top: 40px;
    padding-bottom: 80px;
  }

  .odoo-custom-pages #content-11 .txt-block,
  .odoo-custom-pages #content-12 .txt-block {
    margin-bottom: 40px;
  }

  .odoo-custom-pages .content-12-txt {
    padding: 50px 35px;
  }

  .odoo-custom-pages .content-12-txt h4 {
    margin-bottom: 15px;
  }

  .odoo-custom-pages .content-section .img-block {
    margin-left: 5%;
    margin-right: 5%;
  }

  .odoo-custom-pages #content-10.content-section .img-block,
  .odoo-custom-pages #content-12.content-section .img-block {
    margin-left: 0;
    margin-right: 0;
  }

  .odoo-custom-pages #content-4.pt-100 {
    padding-bottom: 70px;
  }

  .odoo-custom-pages #content-4.pt-100 .img-block.left-column {
    margin-bottom: 40px;
  }

  .odoo-custom-pages .content-6-img {
    padding: 0;
  }

  /* Promo */
  .odoo-custom-pages #pb-1-1,
  .odoo-custom-pages #pb-1-2 {
    margin-bottom: 30px;
  }

  /* Card */
  .odoo-custom-pages .card-2 {
    margin: 0 10px 30px;
  }

  .odoo-custom-pages .card-3 {
    padding: 50px 15px;
  }

  .odoo-custom-pages .card-3.bg-white {
    padding: 40px 30px;
  }

  .odoo-custom-pages .card-1-txt {
    padding: 35px 15%;
  }

  .odoo-custom-pages .card-2-txt {
    padding: 45px 40px 40px;
  }

  .odoo-custom-pages .card-2-txt .card-price {
    right: 25px;
    padding: 6px 14px;
    font-size: 1.275rem;
  }

  .odoo-custom-pages .card-3 h6 {
    font-size: 1.25rem;
    margin-top: 25px;
    margin-bottom: 8px;
  }

  .odoo-custom-pages .card-3 p {
    font-size: 1.0625rem;
  }

  /* Gallery */
  .odoo-custom-pages #gallery-1.bg-50:after {
    width: 84%;
    height: 100%;
    left: 8%;
  }

  .odoo-custom-pages .masonry-filter button {
    font-size: 1.05rem;
    margin: 0 12px 18px;
    padding: 0.5rem 0.1rem;
  }

  .odoo-custom-pages .masonry-wrap .masonry-image {
    width: 50%;
  }

  .odoo-custom-pages #gallery-3 .masonry-wrap .masonry-image {
    width: 100%;
    padding: 0;
  }

  .odoo-custom-pages .gallery-6-title h5 {
    font-size: 1.35rem;
  }

  .odoo-custom-pages .project-meta-txt span {
    font-size: 1.05rem;
  }

  .odoo-custom-pages #gallery-4 .project-meta-txt {
    bottom: 55px;
  }

  .odoo-custom-pages #gallery-4 .project-link {
    bottom: 25px;
  }

  /* Single Project */
  .odoo-custom-pages .project-info p span {
    right: 0;
    bottom: 15px;
  }

  .odoo-custom-pages .project-2-description .project-info p span {
    right: 0;
    bottom: 7px;
  }

  /* Video */
  .odoo-custom-pages #video-1 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .odoo-custom-pages #video-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* Pricing */
  .odoo-custom-pages .pricing-1-table,
  .odoo-custom-pages .pricing-2-table,
  .odoo-custom-pages .pricing-4-table,
  .odoo-custom-pages .pricing-5-table,
  .odoo-custom-pages .pricing-4-table {
    margin-left: 5%;
    margin-right: 5%;
  }

  .odoo-custom-pages .pricing-1-table,
  .odoo-custom-pages .pricing-1-table.highlight {
    padding: 60px 25px;
  }

  .odoo-custom-pages ul.features {
    font-size: 1.093rem;
  }

  .odoo-custom-pages .pricing-notice p {
    padding: 0;
  }

  /* Testimonials */
  .odoo-custom-pages .review-2,
  .odoo-custom-pages .review-3 {
    padding: 45px 50px;
    margin: 0 10px 40px;
  }

  .odoo-custom-pages .reviews-4-img {
    padding: 0 20px;
  }

  .odoo-custom-pages .reviews-4-txt {
    padding: 0 25px;
  }

  .odoo-custom-pages .reviews-4-txt h3 {
    margin-bottom: 30px;
  }

  /* Brands */
  .odoo-custom-pages #brands-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .odoo-custom-pages .brands-section h4 {
    padding: 0;
    margin-bottom: 40px;
  }

  .odoo-custom-pages .brands-title p {
    padding: 0 15%;
    margin-bottom: 35px;
  }

  .odoo-custom-pages #brands-2 .brand-logo {
    width: 50%;
    padding: 0 15px;
  }

  /* Statistic */
  .odoo-custom-pages #statistic-3 .statistic-block-txt h4,
  .odoo-custom-pages #statistic-5 .statistic-block-txt h4,
  .odoo-custom-pages #statistic-5 .statistic-block-txt h3 {
    font-size: 2.3rem;
  }

  .odoo-custom-pages .s-icon.ico-60 [class*="flaticon-"]:before,
  .odoo-custom-pages .s-icon.ico-60 [class*="flaticon-"]:after,
  .odoo-custom-pages .statistic-5-wrapper .s-icon.ico-70 [class*="flaticon-"]:before,
  .odoo-custom-pages .statistic-5-wrapper .s-icon.ico-70 [class*="flaticon-"]:after {
    font-size: 3.85rem;
  }

  /* Call To Action */
  .odoo-custom-pages .cta-3-wrapper {
    padding: 45px 25px;
    margin: 0 5%;
  }

  .odoo-custom-pages .cta-1-txt,
  .odoo-custom-pages .cta-1-btn.text-right {
    text-align: center !important;
  }

  .odoo-custom-pages .cta-5-txt {
    padding: 0 10%;
  }

  .odoo-custom-pages .cta-3-txt h4 {
    margin-bottom: 25px;
  }

  .odoo-custom-pages .cta-1-txt p {
    padding: 0 4%;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .cta-2-txt p {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .cta-6-txt p {
    padding: 0 5%;
  }

  .odoo-custom-pages .cta-3-btns .btn.mr-10 {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .cta-6-btn .btn {
    margin: 0 10px 20px;
  }

  /* Banner */
  .odoo-custom-pages #banner-1 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .odoo-custom-pages .banner-1-txt h2 {
    padding: 0;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .banner-2-txt h2 {
    font-size: 2.9rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .banner-3-txt h2 {
    font-size: 2.35rem;
  }

  .odoo-custom-pages .banner-1-txt p {
    font-size: 1.093rem;
    padding: 0 5%;
    margin-bottom: 35px;
  }

  .odoo-custom-pages .banner-2-txt p {
    padding: 0;
    margin-bottom: 30px;
  }

  /* Download */
  .odoo-custom-pages #download-1 {
    background-position: right center;
  }

  .odoo-custom-pages .download-logo {
    margin-bottom: 25px;
  }

  .odoo-custom-pages .download-logo img {
    max-height: 85px;
  }

  .odoo-custom-pages .download-1-txt {
    text-align: center;
    padding: 0 5%;
  }

  .odoo-custom-pages #download-2 .txt-block {
    text-align: center;
    padding: 0 5%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .odoo-custom-pages #download-2 .img-block {
    margin-left: 5%;
    margin-right: 5%;
  }

  .odoo-custom-pages .download-1-txt p.p-lg {
    padding: 0;
  }

  /* FAQs */
  .odoo-custom-pages #faqs-2 .card-header {
    padding: 20px 0;
  }

  .odoo-custom-pages #accordion .card-header h5 {
    line-height: 1.3;
    padding-right: 5%;
  }

  .odoo-custom-pages #faqs-2 #accordion [data-toggle="collapse"].collapsed:after,
  .odoo-custom-pages #faqs-2 #accordion [data-toggle="collapse"]:after {
    top: 25px;
    right: 3px;
  }

  .odoo-custom-pages .faqs-contacts-wrapper {
    margin: 0;
  }

  .odoo-custom-pages .faqs-contacts {
    padding: 40px 35px;
    margin-top: 40px;
  }

  .odoo-custom-pages .more-questions {
    padding: 40px 20px;
    margin: 30px 0 0;
  }

  .odoo-custom-pages .more-questions-txt {
    text-align: center;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .more-questions-title p {
    padding: 0 5%;
  }

  .odoo-custom-pages .more-questions-txt p {
    font-size: 1.05rem;
  }

  .odoo-custom-pages .more-questions .col-lg-3.text-right {
    text-align: center !important;
  }

  /* Newsletter */
  .odoo-custom-pages #newsletter-1 .section-title p {
    padding: 0;
  }

  .odoo-custom-pages .newsletter-txt {
    padding: 0;
  }

  /* Blog */
  .odoo-custom-pages .blog-post-txt {
    padding: 35px 30px 30px;
  }

  .odoo-custom-pages .blog-post-txt h5.h5-xs {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .blog-2-post h5.h5-md {
    font-size: 1.6rem;
  }

  .odoo-custom-pages #blog-2 .post-author h5 {
    margin-bottom: 8px;
  }

  .odoo-custom-pages .post-author span {
    font-size: 1.093rem;
  }

  .odoo-custom-pages .post-link.ico-20 [class*="flaticon-"]:before,
  .odoo-custom-pages .post-link.ico-20 [class*="flaticon-"]:after {
    font-size: 1.3rem;
  }

  .odoo-custom-pages ul.blog-category-list>li p {
    font-size: 1.093rem;
  }

  .odoo-custom-pages .badge {
    font-size: 0.9rem;
    padding: 6px 10px;
    margin-right: 3px;
    margin-bottom: 10px;
  }

  .odoo-custom-pages .badge a {
    font-size: 0.9rem;
  }

  .odoo-custom-pages .quote {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .quote p {
    font-size: 1.15rem !important;
  }

  .odoo-custom-pages #leave-comment h5 {
    margin-bottom: 12px;
  }

  .odoo-custom-pages .other-posts h6 {
    font-size: 1.25rem;
  }

  .odoo-custom-pages .comment-meta h6 {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  .odoo-custom-pages .comment-date,
  .odoo-custom-pages .btn-reply a {
    font-size: 16px;
  }

  /* Contacts */
  .odoo-custom-pages .contact-3-box {
    width: 50%;
    float: left;
    margin-bottom: 40px;
  }

  /* Google Map */
  .odoo-custom-pages .google-map {
    padding: 0px 0px 65%;
  }

  /* Footer */
  .odoo-custom-pages .footer h5.h5-xs,
  .odoo-custom-pages .footer h5.h5-sm,
  .odoo-custom-pages .footer h5.h5-md {
    font-size: 1.4rem;
  }

  .odoo-custom-pages .footer h6.fraunces-font {
    font-size: 1.35rem;
  }

  .odoo-custom-pages .footer p,
  .odoo-custom-pages .footer a {
    font-size: 1.093rem;
  }

  .odoo-custom-pages .footer-logo img,
  .odoo-custom-pages #footer-3 .footer-logo img {
    max-height: 45px;
  }

  .odoo-custom-pages .footer-img img.insta-img {
    margin: 5px;
  }

  .odoo-custom-pages .footer-tags-list li {
    margin: 8px 2px;
  }

  .odoo-custom-pages .foo-tag {
    padding: 5px 9px;
  }

  .odoo-custom-pages #footer-5 .footer-store-badges {
    text-align: left !important;
  }

  .odoo-custom-pages .footer-store-badges .store {
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .footer-form .form-control {
    height: 52px;
    font-size: 1.093rem;
  }

  .odoo-custom-pages .footer-form .btn {
    height: 52px;
    font-size: 1.75rem;
  }

  .odoo-custom-pages .footer-copyright p,
  .odoo-custom-pages .bottom-footer-list p,
  .odoo-custom-pages .bottom-footer-list a {
    font-size: 1.093rem;
  }

  /* Inner Page Hero */
  .odoo-custom-pages .page-hero-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  /* Breadcrumb */
  .odoo-custom-pages #breadcrumb {
    margin-bottom: 18px;
  }

  .odoo-custom-pages .breadcrumb-item a,
  .odoo-custom-pages .breadcrumb-item.active {
    font-size: 0.9rem;
  }


}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 414px) and (max-width: 479.95px) {

  .odoo-custom-pages #stlChanger {
    display: none;
  }

  .odoo-custom-pages .m-row {
    display: flex;
    flex-flow: wrap;
  }

  .odoo-custom-pages .m-top,
  .odoo-custom-pages .m-bottom {
    width: 100%;
  }

  .odoo-custom-pages .m-bottom {
    order: 1;
  }

  .odoo-custom-pages .m-top {
    order: 0;
  }

  /* Header H6 */
  .odoo-custom-pages h6.h6-xs {
    font-size: 1.2rem;
  }

  .odoo-custom-pages h6.h6-sm {
    font-size: 1.2rem;
  }

  .odoo-custom-pages h6.h6-md {
    font-size: 1.2rem;
  }

  .odoo-custom-pages h6.h6-lg {
    font-size: 1.2rem;
  }

  .odoo-custom-pages h6.h6-xl {
    font-size: 1.2rem;
  }

  /* Header H52 */
  .odoo-custom-pages h5.h5-xs {
    font-size: 1.25rem;
  }

  .odoo-custom-pages h5.h5-sm {
    font-size: 1.3rem;
  }

  .odoo-custom-pages h5.h5-md {
    font-size: 1.35rem;
  }

  .odoo-custom-pages h5.h5-lg {
    font-size: 1.35rem;
  }

  .odoo-custom-pages h5.h5-xl {
    font-size: 1.4rem;
  }

  /* Header H4 */
  .odoo-custom-pages h4.h4-xs {
    font-size: 1.45rem;
  }

  .odoo-custom-pages h4.h4-sm {
    font-size: 1.5rem;
  }

  .odoo-custom-pages h4.h4-md {
    font-size: 1.55rem;
  }

  .odoo-custom-pages h4.h4-lg {
    font-size: 1.6rem;
  }

  .odoo-custom-pages h4.h4-xl {
    font-size: 1.65rem;
  }

  /* Header H3 */
  .odoo-custom-pages h3.h3-xs {
    font-size: 1.7rem;
  }

  .odoo-custom-pages h3.h3-sm {
    font-size: 1.7rem;
  }

  .odoo-custom-pages h3.h3-md {
    font-size: 1.75rem;
  }

  .odoo-custom-pages h3.h3-lg {
    font-size: 1.75rem;
  }

  .odoo-custom-pages h3.h3-xl {
    font-size: 1.8rem;
  }

  /* Header H2 */
  .odoo-custom-pages h2.h2-xs {
    font-size: 1.8rem;
  }

  .odoo-custom-pages h2.h2-sm {
    font-size: 1.85rem;
  }

  .odoo-custom-pages h2.h2-md {
    font-size: 1.85rem;
  }

  .odoo-custom-pages h2.h2-lg {
    font-size: 1.875rem;
  }

  .odoo-custom-pages h2.h2-xl {
    font-size: 1.875rem;
  }

  .odoo-custom-pages h2.h2-title-xs {
    font-size: 2.35rem;
  }

  .odoo-custom-pages h2.h2-title-sm {
    font-size: 2.5rem;
  }

  .odoo-custom-pages h2.h2-title-md {
    font-size: 2.65rem;
  }

  .odoo-custom-pages h2.h2-title-lg {
    font-size: 2.8rem;
  }

  .odoo-custom-pages h2.h2-title-xl {
    font-size: 3rem;
  }

  /* Paragraphs */
  .odoo-custom-pages p.p-sm {
    font-size: 1rem;
  }

  .odoo-custom-pages p {
    font-size: 1.1rem;
  }

  .odoo-custom-pages p.p-md {
    font-size: 1.1rem;
  }

  .odoo-custom-pages p.p-lg {
    font-size: 1.1rem;
  }

  .odoo-custom-pages p.p-xl {
    font-size: 1.125rem;
  }

  /* Button */
  .odoo-custom-pages .btn,
  .odoo-custom-pages .btn.btn-md,
  .odoo-custom-pages .btn.btn-lg {
    font-size: 17px;
  }

  .odoo-custom-pages .btn.btn-sm {
    font-size: 16px;
    padding: 12px 24px;
  }

  .odoo-custom-pages .btn.btn-md,
  .odoo-custom-pages .btn.btn-lg {
    padding: 13px 30px;
  }

  .odoo-custom-pages .btn.btn-tra.btn-md,
  .odoo-custom-pages .btn.btn-tra.btn-lg {
    padding: 13px 24px;
  }

  /* Video Button */
  .odoo-custom-pages .video-btn-lg {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
  }

  .odoo-custom-pages .video-btn-md {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }

  .odoo-custom-pages .video-btn-sm {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }

  .odoo-custom-pages .video-btn.video-btn-lg [class^="flaticon-"]:before,
  .odoo-custom-pages .video-btn.video-btn-lg [class^="flaticon-"]:after {
    font-size: 3.75rem;
    line-height: 80px !important;
    margin-left: 7px;
  }

  .odoo-custom-pages .video-btn.video-btn-md [class^="flaticon-"]:before,
  .odoo-custom-pages .video-btn.video-btn-md [class^="flaticon-"]:after {
    font-size: 2.75rem;
    line-height: 60px !important;
    margin-left: 6px;
  }

  .odoo-custom-pages .video-btn.video-btn-sm [class^="flaticon-"]:before,
  .odoo-custom-pages .video-btn.video-btn-sm [class^="flaticon-"]:after {
    font-size: 2.75rem;
    line-height: 60px !important;
    margin-left: 6px;
  }

  .odoo-custom-pages .video-btn.video-btn-lg:hover:before {
    left: -18px;
    right: -18px;
    top: -18px;
    bottom: -18px;
  }

  .odoo-custom-pages .video-btn.video-btn-md:hover:before {
    left: -12px;
    right: -12px;
    top: -12px;
    bottom: -12px;
  }

  .odoo-custom-pages .video-btn.video-btn-sm:hover:before {
    left: -12px;
    right: -12px;
    top: -12px;
    bottom: -12px;
  }

  /* Store Badges */
  .odoo-custom-pages .store {
    margin-right: 10px;
  }

  .odoo-custom-pages .store img {
    max-height: 47px;
  }

  .odoo-custom-pages .footer .store img {
    max-height: 48px;
  }

  .odoo-custom-pages span.os-version {
    font-size: 0.95rem;
    line-height: 1.25;
    font-weight: 300;
  }

  /* Countdown Element */
  .odoo-custom-pages #clock .cbox-1 {
    padding: 0 18px;
  }

  .odoo-custom-pages #clock span.cbox-1-digit {
    font-size: 2.75rem;
  }

  /* Box Icons */
  .odoo-custom-pages .ico-60 [class*="flaticon-"]:before,
  .odoo-custom-pages .ico-60 [class*="flaticon-"]:after {
    font-size: 4.375rem;
  }

  .odoo-custom-pages .ico-65 [class*="flaticon-"]:before,
  .odoo-custom-pages .ico-65 [class*="flaticon-"]:after {
    font-size: 4.375rem;
  }

  .odoo-custom-pages .ico-70 [class*="flaticon-"]:before,
  .odoo-custom-pages .ico-70 [class*="flaticon-"]:after {
    font-size: 4.6875rem;
  }

  .odoo-custom-pages .ico-75 [class*="flaticon-"]:before,
  .odoo-custom-pages .ico-75 [class*="flaticon-"]:after {
    font-size: 5rem;
  }

  /* Section ID */
  .odoo-custom-pages .section-id {
    font-size: 0.975rem;
    margin-bottom: 25px;
  }

  .odoo-custom-pages #reviews-4 .section-id {
    margin-bottom: 30px;
  }

  .odoo-custom-pages #brands-3 .section-title p.p-xl {
    padding: 0;
  }

  /* Section Title */
  .odoo-custom-pages .section-title.mb-50 {
    margin-bottom: 35px;
  }

  .odoo-custom-pages .section-title.mb-60 {
    margin-bottom: 45px;
  }

  .odoo-custom-pages .section-title.mb-70 {
    margin-bottom: 50px;
  }

  .odoo-custom-pages .section-title.mb-80 {
    margin-bottom: 55px;
  }

  .odoo-custom-pages .section-title p.p-xl {
    padding: 0;
  }

  /* Text Block Typography */
  .odoo-custom-pages h5.sm-title {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .odoo-custom-pages .txt-block .btn,
  .odoo-custom-pages .txt-block .stores-badge {
    margin-top: 15px;
  }

  /* Text Block Rating */
  .odoo-custom-pages .stars-rating,
  .odoo-custom-pages .stars-rating p {
    font-size: 0.95rem;
  }

  /*------------------------------------------*/
  /*   NAVIGATION MENU    
  /*------------------------------------------*/

  .odoo-custom-pages .wsmobileheader .smllogo {
    display: block;
    margin-top: 20px;
    padding-left: 18px;
  }

  .odoo-custom-pages .smllogo img {
    width: auto;
    max-width: inherit;
    max-height: 40px;
  }

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  .odoo-custom-pages .hero-28-gradient {
    padding: 50px 0 40px;
    margin-bottom: -20px;
  }

  /* Hero Slider */
  .odoo-custom-pages .slider,
  .odoo-custom-pages .slider .slides {
    height: 400px;
  }

  .odoo-custom-pages #hero-25 .slider,
  .odoo-custom-pages #hero-25 .slider .slides {
    height: 440px;
  }

  .odoo-custom-pages .slider .indicators {
    bottom: 25px;
  }

  /* Hero Logo */
  .odoo-custom-pages .hero-logo {
    display: inline-block;
    margin: 0 auto 30px;
  }

  .odoo-custom-pages .hero-logo img {
    max-height: 55px;
  }

  .odoo-custom-pages #hero-29 .hero-logo img {
    max-height: 48px;
  }

  .odoo-custom-pages .hero-logo-txt h4 {
    font-size: 1.5rem;
  }

  .odoo-custom-pages .hero-logo span {
    top: -1px;
  }

  /* Hero Text */
  .odoo-custom-pages #hero-1 .caption-txt,
  .odoo-custom-pages #hero-25 .caption-txt {
    margin-top: -20px;
  }

  .odoo-custom-pages .hero-2-txt {
    margin-bottom: 50px;
  }

  .odoo-custom-pages .hero-7-txt {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .odoo-custom-pages .hero-8-txt {
    margin-bottom: 40px;
  }

  .odoo-custom-pages .hero-19-txt {
    padding: 0;
  }

  .odoo-custom-pages #hero-20 .caption-txt {
    margin-top: -30px;
  }

  .odoo-custom-pages .hero-21-txt {
    text-align: center;
    margin-bottom: 40px;
  }

  .odoo-custom-pages .hero-22-txt {
    text-align: center;
  }

  /* Hero Headers */
  .odoo-custom-pages #hero-1 h2 {
    font-size: 3rem;
    padding: 0;
  }

  .odoo-custom-pages .hero-2-txt h2,
  .odoo-custom-pages .hero-4-title h2 {
    font-size: 2.15rem;
  }

  .odoo-custom-pages .hero-3-txt h2 {
    font-size: 2rem;
  }

  .odoo-custom-pages .hero-5-txt h2.h2-title-lg {
    font-size: 5rem;
  }

  .odoo-custom-pages .hero-6-txt h2.h2-md {
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .hero-6-txt h2.h2-title-md {
    font-size: 3rem;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .hero-8-txt h3 {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .hero-9-txt h2 {
    font-size: 2.25rem;
  }

  .odoo-custom-pages #hero-12 h2 {
    font-size: 2.35rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages #hero-12 h6,
  .odoo-custom-pages #hero-18 h6 {
    font-size: 0.975rem
  }

  .odoo-custom-pages .hero-13-txt h3 {
    font-size: 1.85rem;
  }

  .odoo-custom-pages .hero-14-txt h3 {
    font-size: 1.85rem;
    margin-bottom: 15px;
  }

  .odoo-custom-pages #hero-16 h2 {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }

  .odoo-custom-pages #hero-17 h2.h2-title-xs {
    font-size: 3rem;
    padding: 0;
  }

  .odoo-custom-pages .hero-19-txt h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages #hero-20 h2 {
    font-size: 2rem;
    padding: 0;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .hero-21-txt h2 {
    font-size: 2rem;
    padding: 0 5%;
  }

  .odoo-custom-pages #hero-23 h2 {
    font-size: 3rem;
  }

  .odoo-custom-pages #hero-25 h2 {
    font-size: 2.25rem;
  }

  .odoo-custom-pages .hero-26-txt h2 {
    font-size: 2.75rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .hero-27-txt h2 {
    font-size: 2.15rem;
  }

  .odoo-custom-pages .hero-30-txt h2 {
    margin-top: 30px;
  }

  .odoo-custom-pages .hero-30-txt h2:before {
    width: 140px;
  }

  .odoo-custom-pages .hero-30-txt h5 {
    font-size: 1.25rem;
    padding: 0 3%;
  }

  /* Hero Paragraphs */
  .odoo-custom-pages #hero-1 .caption-txt p {
    font-size: 1.15rem;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .hero-2-txt p,
  .odoo-custom-pages .hero-16-txt p,
  .odoo-custom-pages .hero-27-txt p {
    padding: 0;
  }

  .odoo-custom-pages .hero-3-txt p,
  .odoo-custom-pages .hero-17-txt p {
    padding: 0;
  }

  .odoo-custom-pages .hero-5-txt p {
    padding: 0 3%;
  }

  .odoo-custom-pages .hero-6-txt p {
    padding: 0 4%;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .hero-7-txt p {
    padding: 0;
    margin-bottom: 35px;
  }

  .odoo-custom-pages .hero-8-txt p {
    padding: 0 5%;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .hero-9-txt p,
  .odoo-custom-pages .hero-11-txt p {
    padding: 0 5%;
  }

  .odoo-custom-pages .hero-10-txt p,
  .odoo-custom-pages .hero-13-txt p {
    padding: 0 5%;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .hero-11-txt p {
    padding: 0 5%;
  }

  .odoo-custom-pages #hero-12 .caption-txt p {
    font-size: 1.125rem;
    padding: 0;
  }

  .odoo-custom-pages .hero-14-txt p {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .hero-18-txt p {
    padding: 0;
  }

  .odoo-custom-pages .hero-19-txt p {
    padding: 0 3%;
    margin-bottom: 30px;
  }

  .odoo-custom-pages #hero-20 .caption-txt p {
    font-size: 1.1rem;
    padding: 0;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .hero-21-txt p {
    padding: 0;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .hero-22-txt p {
    padding: 0 2%;
  }

  .odoo-custom-pages .hero-23-txt p {
    padding: 0 5%;
  }

  .odoo-custom-pages .hero-24-txt p {
    font-size: 1.05rem;
    padding: 0;
  }

  .odoo-custom-pages #hero-25 .caption-txt p {
    padding: 0;
  }

  .odoo-custom-pages .hero-26-txt p {
    padding: 0;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .hero-28-txt p {
    font-size: 1.125rem;
    padding: 0;
  }

  .odoo-custom-pages .hero-29-txt p {
    margin-bottom: 35px;
  }

  /* Hero Buttons */
  .odoo-custom-pages .hero-6-txt .btn.mr-15 {
    margin: 0 15px 15px;
  }

  .odoo-custom-pages .hero-10-txt .btns-group.mb-25 {
    margin-bottom: 15px;
  }

  .odoo-custom-pages .hero-8-txt .btns-group .btn.mr-15,
  .odoo-custom-pages .hero-10-txt .btns-group .btn.mr-15,
  .odoo-custom-pages .hero-13-txt .btns-group .btn.mr-15,
  .odoo-custom-pages .hero-14-txt .btns-group .btn.mr-15 {
    margin: 0 5% 15px;
  }

  /* Hero Social Links */
  .odoo-custom-pages #hero-29 .hero-socials {
    margin-top: 50px;
  }

  /* Hero Banner */
  .odoo-custom-pages .hero-banner {
    display: none;
  }

  /* Hero Promo */
  .odoo-custom-pages .hero-promo {
    text-align: center;
    margin: 0 0 -30px;
    padding: 50px 45px;
  }

  .odoo-custom-pages .hero-promo h2 {
    font-size: 4.5rem;
    margin-top: 10px;
  }

  /* Hero Boxes */
  .odoo-custom-pages .hbox-1-wrapper {
    margin: 80px 0 0;
  }

  .odoo-custom-pages #hero-27 .hbox-1-wrapper {
    margin-top: 40px;
  }

  .odoo-custom-pages #hb-1-1,
  .odoo-custom-pages #hb-1-2,
  .odoo-custom-pages #hb-1-3 {
    padding: 50px 40px;
  }

  .odoo-custom-pages .hbox-1 h5 {
    margin-bottom: 15px;
  }

  /* Hero Data */
  .odoo-custom-pages .hero-26-data {
    text-align: center !important;
    padding: 25px 25px 30px;
    margin: -80px 2% 0;
  }

  .odoo-custom-pages .hero-26-data h5 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  /* Hero Form */
  .odoo-custom-pages #hero-11 .request-form,
  .odoo-custom-pages #hero-17 .request-form {
    margin: 30px 3% 25px;
  }

  .odoo-custom-pages .request-form .form-control {
    display: block;
    width: 100% !important;
    text-align: center;
    height: 56px;
    margin-bottom: 10px;
  }

  .odoo-custom-pages .request-form .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .odoo-custom-pages .request-form .input-group-btn {
    display: block;
    width: 100% !important;
  }

  .odoo-custom-pages .request-form .btn {
    display: block;
    height: 56px;
    width: 100% !important;
    margin: 5px 0 0 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }

  .odoo-custom-pages .hero-form {
    margin: 0 6% 40px;
  }

  .odoo-custom-pages .hero-form form {
    padding: 45px 20px 35px;
  }

  .odoo-custom-pages .hero-form .register-form .btn {
    padding: 16px 30px;
  }

  /* Hero Image */
  .odoo-custom-pages .hero-9-img {
    margin-left: -50%;
  }

  .odoo-custom-pages .hero-9-img img {
    width: 135%;
    position: relative;
    max-width: none;
    display: inline-block;
  }

  .odoo-custom-pages .hero-21-img {
    padding-top: 160px;
    padding-bottom: 140px;
  }

  .odoo-custom-pages .hero-30-img img {
    width: auto;
    max-width: inherit;
    max-height: 115px;
  }

  /*------------------------------------------*/
  /*   CONTENT
  /*------------------------------------------*/

  /* About */
  .odoo-custom-pages #about-1 {
    margin-top: -80px;
  }

  .odoo-custom-pages .abox-1 {
    text-align: center;
  }

  .odoo-custom-pages #ab-1-1,
  .odoo-custom-pages #ab-1-2 {
    margin-bottom: 30px;
  }

  .odoo-custom-pages .abox-7-txt h4 {
    font-size: 1.6rem;
  }

  .odoo-custom-pages .about-2-title {
    margin-bottom: 25px;
  }

  .odoo-custom-pages .about-2-btn {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .odoo-custom-pages .about-5-img,
  .odoo-custom-pages .about-6-img {
    height: 220px;
    margin: 40px 15px 40px;
  }

  /* Features */
  .odoo-custom-pages #features-12.tra-bkg:after {
    width: 100%;
    left: 0;
  }

  .odoo-custom-pages .fbox-9-wrapper {
    padding: 0;
    margin-top: 40px;
  }

  .odoo-custom-pages #features-10 .section-title {
    margin-bottom: 40px;
  }

  .odoo-custom-pages #features-4 .section-title p.p-xl {
    padding: 0;
    margin-top: 15px;
  }

  .odoo-custom-pages .fbox-1 {
    padding: 50px 8%;
  }

  .odoo-custom-pages .fbox-5 {
    padding: 45px 15%;
  }

  .odoo-custom-pages .fbox-8 {
    padding: 35px 14%;
  }

  .odoo-custom-pages #fb-10-1,
  .odoo-custom-pages #fb-10-2 {
    margin-top: 0;
  }

  .odoo-custom-pages .fbox-13-txt {
    padding: 100px 30px 50px;
  }

  .odoo-custom-pages .fbox-13 h5 {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }

  .odoo-custom-pages .fbox-6-ico {
    padding-right: 15px;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .step {
    width: 40px;
    height: 40px;
    margin: 0 auto 25px;
  }

  .odoo-custom-pages .step span {
    font-size: 20px;
    line-height: 40px;
  }

  /* Content */
  .odoo-custom-pages #content-10:after {
    width: 100%;
    height: 42%;
    top: 55%;
    left: 0;
  }

  .odoo-custom-pages #content-11:after {
    width: 100%;
    height: 42%;
    top: 48%;
    left: 0;
  }

  .odoo-custom-pages #content-11 .txt-block,
  .odoo-custom-pages #content-12 .txt-block {
    margin-bottom: 40px;
  }

  .odoo-custom-pages #content-3 .txt-block {
    margin-top: 40px;
    padding-bottom: 80px;
  }

  .odoo-custom-pages .content-12-txt {
    padding: 45px 25px;
  }

  .odoo-custom-pages .content-12-txt h4 {
    margin-bottom: 15px;
  }

  .odoo-custom-pages #content-10.content-section .img-block,
  .odoo-custom-pages #content-12.content-section .img-block {
    margin-left: 0;
    margin-right: 0;
  }

  .odoo-custom-pages #content-4.pt-100 {
    padding-bottom: 70px;
  }

  .odoo-custom-pages #content-4.pt-100 .img-block.left-column {
    margin-bottom: 40px;
  }

  .odoo-custom-pages .content-6-img {
    padding: 0;
  }

  /* Promo */
  .odoo-custom-pages #pb-1-1,
  .odoo-custom-pages #pb-1-2 {
    margin-bottom: 30px;
  }

  /* Card */
  .odoo-custom-pages .card-2 {
    margin: 0 5px 30px;
  }

  .odoo-custom-pages .card-3 {
    padding: 50px 15px;
  }

  .odoo-custom-pages .card-2-txt {
    padding: 45px 30px 40px;
  }

  .odoo-custom-pages .card-3 h6 {
    font-size: 1.25rem;
    margin-top: 25px;
    margin-bottom: 8px;
  }

  .odoo-custom-pages .card-3 p {
    font-size: 1.1rem;
  }

  /* Gallery */
  .odoo-custom-pages #gallery-1.bg-50 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .odoo-custom-pages #gallery-1.bg-50:after {
    width: 78%;
    height: 100%;
    left: 11%;
  }

  .odoo-custom-pages .gallery-wrap {
    margin-bottom: 0;
  }

  .odoo-custom-pages .masonry-filter.mb-40 {
    text-align: center;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .masonry-filter.mb-50 {
    text-align: center;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .masonry-filter button {
    width: 100%;
    display: block !important;
    padding: 1rem 0;
    float: none !important;
    font-size: 0.975rem;
    margin: 0 0 5px 0;
  }

  .odoo-custom-pages .masonry-filter button.is-checked:before {
    opacity: 0;
  }

  .odoo-custom-pages .masonry-filter button:hover {
    background-color: #f5f5f5;
    border-bottom: none;
  }

  .odoo-custom-pages .bg-dark .masonry-filter button:hover {
    background-color: #424242;
    color: #fff;
    border-bottom: none;
  }

  .odoo-custom-pages .masonry-filter button.is-checked {
    background-color: #f0f0f0;
    border-bottom: none;
  }

  .odoo-custom-pages .bg-dark .masonry-filter button.is-checked {
    background-color: #393939;
    color: #fff;
    border-bottom: none;
  }

  .odoo-custom-pages .masonry-wrap .masonry-image {
    width: 100%;
    padding: 0 15px;
  }

  .odoo-custom-pages .masonry-wrap .masonry-image.first-img {
    margin-top: 0;
  }

  .odoo-custom-pages #gallery-3 .masonry-wrap .masonry-image {
    width: 100%;
    padding: 0;
  }

  .odoo-custom-pages #img-4-1,
  .odoo-custom-pages #img-4-2,
  .odoo-custom-pages #img-4-3,
  .odoo-custom-pages #img-4-4 {
    padding: 0 15px;
  }

  .odoo-custom-pages #img-4-1.gallery-image,
  .odoo-custom-pages #img-4-2.gallery-image,
  .odoo-custom-pages #img-4-3.gallery-image {
    margin-bottom: 30px;
  }

  .odoo-custom-pages #img-5-1,
  .odoo-custom-pages #img-5-2,
  .odoo-custom-pages #img-5-3 {
    padding: 0 30px;
  }

  .odoo-custom-pages .project-meta-txt span {
    font-size: 1.1rem;
  }

  .odoo-custom-pages .gallery-section .slick-dots {
    display: none;
  }

  /* Single Project */
  .odoo-custom-pages .project-info p span {
    right: 0;
    bottom: 17px;
  }

  .odoo-custom-pages .project-2-description .project-info p span {
    right: 0;
    bottom: 8px;
  }

  /* Video */
  .odoo-custom-pages #video-1 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .odoo-custom-pages #video-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .odoo-custom-pages #video-2 h2 {
    margin-bottom: 15px;
  }

  /* Team */
  .odoo-custom-pages #team-2 .col-lg-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .odoo-custom-pages .tm-meta h5.fraunces-font {
    font-size: 1.6rem;
  }

  .odoo-custom-pages .tm-meta h6.fraunces-font {
    font-size: 1.35rem;
  }

  .odoo-custom-pages .tm-meta h6.h6-lg {
    font-size: 1.375rem;
  }

  .odoo-custom-pages .tm-meta h6.h6-xs {
    font-size: 1.25rem;
  }

  .odoo-custom-pages .tm-meta p {
    font-size: 1.175rem;
  }

  /* Pricing */
  .odoo-custom-pages .pricing-1-table,
  .odoo-custom-pages .pricing-1-table.highlight {
    padding: 60px 25px;
  }

  .odoo-custom-pages .pricing-table-badge {
    top: 15px;
    right: 20px;
    font-size: 0.85rem;
  }

  .odoo-custom-pages ul.features {
    font-size: 1.1rem;
  }

  .odoo-custom-pages .pricing-list li {
    margin: 0 0 20px;
  }

  .odoo-custom-pages .pricing-notice p {
    padding: 0;
  }

  /* Testimonials */
  .odoo-custom-pages .review-1 {
    padding: 45px 20px;
  }

  .odoo-custom-pages .review-1-txt {
    text-align: center;
    padding: 0;
    margin-top: 10px;
  }

  .odoo-custom-pages .review-1-brand {
    text-align: center;
  }

  .odoo-custom-pages .review-1-brand img {
    padding-left: 0;
  }

  .odoo-custom-pages .review-2,
  .odoo-custom-pages .review-3 {
    padding: 45px 30px;
    margin: 0 5px 40px;
  }

  .odoo-custom-pages .reviews-4-txt h3 {
    font-size: 1.75rem;
    margin-bottom: 30px;
  }

  /* Brands */
  .odoo-custom-pages #brands-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .odoo-custom-pages .brands-section h4 {
    padding: 0;
    margin-bottom: 40px;
  }

  .odoo-custom-pages .brands-title p {
    padding: 0 5%;
    margin-bottom: 35px;
  }

  .odoo-custom-pages #brands-1 .brand-logo {
    padding: 0 4px;
  }

  .odoo-custom-pages #brands-2 .brand-logo {
    width: 50%;
    padding: 0 8px;
  }

  .odoo-custom-pages #brands-3 .brand-logo {
    padding: 30px 40px 40px;
  }

  .odoo-custom-pages #brands-3 .brand-logo img {
    padding: 0 20%;
  }

  .odoo-custom-pages #brands-3 .brand-logo h5 {
    margin: 10px 0;
  }

  /* Statistic */
  .odoo-custom-pages .statistic-block h3,
  .odoo-custom-pages .statistic-block h2 {
    font-size: 3.35rem;
  }

  .odoo-custom-pages #statistic-3 .statistic-block-txt h4,
  .odoo-custom-pages #statistic-4 .statistic-block h3,
  .odoo-custom-pages #statistic-5 .statistic-block-txt h4,
  .odoo-custom-pages #statistic-5 .statistic-block-txt h3 {
    font-size: 2.6rem;
  }

  .odoo-custom-pages #statistic-2 .statistic-block p {
    padding: 0 15%;
  }

  .odoo-custom-pages .s-icon.ico-60 [class*="flaticon-"]:before,
  .odoo-custom-pages .s-icon.ico-60 [class*="flaticon-"]:after,
  .odoo-custom-pages .odoo-custom-pages .statistic-5-wrapper .s-icon.ico-70 [class*="flaticon-"]:before,
  .odoo-custom-pages .statistic-5-wrapper .s-icon.ico-70 [class*="flaticon-"]:after {
    font-size: 3.75rem;
  }

  /* Call To Action */
  .odoo-custom-pages .cta-3-wrapper {
    padding: 35px 30px;
    margin: 0 3%;
  }

  .odoo-custom-pages .cta-1-btn.text-right {
    text-align: center !important;
    padding: 0 8%;
  }

  .odoo-custom-pages .cta-5-txt {
    padding: 0 10%;
  }

  .cta-1-txt h4,
  .odoo-custom-pages .cta-2-txt h3 {
    font-size: 1.85rem;
    line-height: 1.3;
  }

  .odoo-custom-pages .cta-3-txt h4 {
    font-size: 1.65rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .cta-5-txt h4 {
    font-size: 1.65rem;
    line-height: 1.3;
  }

  .odoo-custom-pages .cta-6-txt h3 {
    font-size: 1.85rem;
    line-height: 1.3;
  }

  .odoo-custom-pages .cta-1-txt p {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .cta-2-txt p {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .cta-6-txt p {
    padding: 0 5%;
  }

  .odoo-custom-pages .cta-3-btns .btn.mr-10 {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .cta-5-btn .btn.mr-15 {
    margin: 0 15px 15px;
  }

  .odoo-custom-pages .cta-6-btn .btn {
    margin: 0 10px 20px;
  }

  /* Banner */
  .odoo-custom-pages #banner-1 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .odoo-custom-pages .banner-1-txt h2 {
    padding: 0;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .banner-2-txt h2 {
    font-size: 2.65rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .banner-3-txt h6 {
    font-size: 1.06rem;
    padding: 0 5%;
  }

  .odoo-custom-pages .banner-3-txt h2 {
    font-size: 1.9rem;
  }

  .odoo-custom-pages .banner-1-txt p {
    font-size: 1.1rem;
    padding: 0;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .banner-2-txt p {
    padding: 0 3%;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .banner-section .btns-group .btn.mr-15 {
    margin: 0 5% 15px;
  }

  .odoo-custom-pages .btns-group a.mr-25 {
    margin-right: 15px;
  }

  /* Download */
  .odoo-custom-pages #download-1 {
    background-position: right center;
  }

  .odoo-custom-pages .download-logo {
    margin-bottom: 25px;
  }

  .odoo-custom-pages .download-logo img {
    max-height: 85px;
  }

  .odoo-custom-pages .download-1-txt {
    text-align: center;
  }

  .odoo-custom-pages #download-2 .txt-block {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .odoo-custom-pages .download-1-txt p.p-lg {
    padding: 0 3%;
    margin-bottom: 25px;
  }

  .odoo-custom-pages #download-2 .txt-block p.p-md {
    padding: 0 3%;
    margin-bottom: 12px;
  }

  /* FAQs */
  .odoo-custom-pages #faqs-1 h6.h6-lg {
    line-height: 1.4;
  }

  .odoo-custom-pages #accordion .card-header h5 span {
    display: none;
  }

  .odoo-custom-pages #faqs-2 .card-header {
    padding: 20px 0;
  }

  .odoo-custom-pages #accordion .card-header h5 {
    line-height: 1.3;
    padding-right: 30px;
  }

  .odoo-custom-pages #faqs-2 #accordion [data-toggle="collapse"].collapsed:after,
  .odoo-custom-pages #faqs-2 #accordion [data-toggle="collapse"]:after {
    font-size: 0.75rem;
    top: 26px;
    right: 0px;
  }

  .odoo-custom-pages .faqs-contacts-wrapper {
    margin: 0;
  }

  .odoo-custom-pages .faqs-contacts {
    padding: 40px 35px;
    margin-top: 40px;
  }

  .odoo-custom-pages .more-questions {
    padding: 40px 20px;
    margin: 30px 0 0;
  }

  .odoo-custom-pages .more-questions-txt {
    text-align: center;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .more-questions-title p {
    padding: 0;
  }

  .odoo-custom-pages .more-questions-txt p {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .more-questions .col-lg-3.text-right {
    text-align: center !important;
  }

  /* Newsletter */
  .odoo-custom-pages .newsletter-txt {
    padding: 0 15px;
  }

  .odoo-custom-pages .newsletter-section .form-control {
    display: block;
    width: 100% !important;
    text-align: center;
    height: 54px;
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .newsletter-section .input-group-btn {
    display: block;
    width: 100% !important;
  }

  .odoo-custom-pages .newsletter-section .btn {
    margin-left: 0;
  }

  .odoo-custom-pages .newsletter-form p.p-sm a {
    display: block;
  }

  /* Blog */
  .odoo-custom-pages .blog-post-txt {
    padding: 35px 25px 30px;
  }

  .odoo-custom-pages #blog-2 .blog-post-txt {
    padding: 30px 15px 20px;
  }

  .odoo-custom-pages .blog-post-txt h5.h5-xs {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .blog-2-post h5.h5-md {
    font-size: 1.6rem;
  }

  .odoo-custom-pages .blog-3-post h5.fraunces-font {
    font-size: 1.6rem;
  }

  .odoo-custom-pages #blog-2 .post-author {
    padding-left: 15px;
  }

  .odoo-custom-pages #blog-2 .post-author h5 {
    margin-bottom: 8px;
  }

  .odoo-custom-pages .post-author span {
    font-size: 1.1rem;
  }

  .odoo-custom-pages .post-link.ico-20 [class*="flaticon-"]:before,
  .odoo-custom-pages .post-link.ico-20 [class*="flaticon-"]:after {
    font-size: 1.3rem;
  }

  .odoo-custom-pages ul.blog-category-list>li p {
    font-size: 1.1rem;
  }

  .odoo-custom-pages .badge {
    font-size: 0.9rem;
    padding: 6px 10px;
    margin-right: 3px;
    margin-bottom: 10px;
  }

  .odoo-custom-pages .badge a {
    font-size: 0.9rem;
  }

  .odoo-custom-pages .quote {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .quote p {
    font-size: 1.15rem !important;
  }

  .odoo-custom-pages .prev-post,
  .odoo-custom-pages .next-post {
    margin-left: 5%;
    margin-right: 5%;
  }

  .odoo-custom-pages #leave-comment h5 {
    margin-bottom: 12px;
  }

  .odoo-custom-pages .comments-wrapper img {
    width: 65px;
    height: 65px;
    margin-right: 18px;
  }

  .odoo-custom-pages .comments-wrapper a.mr-25 {
    margin-right: 0;
  }

  .odoo-custom-pages .comment-meta h6 {
    margin-bottom: 4px;
  }

  /* Contacts */
  .odoo-custom-pages #contacts-2 {
    padding-bottom: 20px;
  }

  .odoo-custom-pages .contact-2-box {
    padding-left: 0;
    margin-bottom: 37px;
  }

  .odoo-custom-pages .contact-1-box p,
  .odoo-custom-pages .contact-3-box p {
    font-size: 1.125rem;
  }

  .odoo-custom-pages .contact-2-box p {
    font-size: 1.1rem;
  }

  /* Google Map */
  .odoo-custom-pages .google-map {
    padding: 0px 0px 74%;
  }

  /* Footer */
  .odoo-custom-pages .footer h6.fraunces-font {
    font-size: 1.35rem;
  }

  .odoo-custom-pages .footer p,
  .odoo-custom-pages .footer a {
    font-size: 1.1rem;
  }

  .odoo-custom-pages .footer-logo img,
  .odoo-custom-pages #footer-3 .footer-logo img {
    max-height: 45px;
  }

  .odoo-custom-pages .footer-img img.insta-img {
    width: 100px;
    height: 100px;
    margin: 6px;
  }

  .odoo-custom-pages .footer-tags-list li {
    margin: 8px 2px;
  }

  .odoo-custom-pages .foo-tag {
    padding: 5px 9px;
  }

  .odoo-custom-pages #footer-5 .footer-store-badges {
    text-align: left !important;
  }

  .odoo-custom-pages .footer-store-badges .store {
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .footer-form .form-control {
    height: 52px;
    font-size: 1.1rem;
  }

  .odoo-custom-pages .footer-form .btn {
    height: 52px;
    font-size: 1.75rem;
  }

  .odoo-custom-pages .bottom-footer {
    margin-top: 0;
  }

  .odoo-custom-pages .bottom-footer-list li {
    margin: 0 6px 0 0;
  }

  .odoo-custom-pages .footer-copyright p,
  .odoo-custom-pages .bottom-footer-list p,
  .odoo-custom-pages .bottom-footer-list a {
    font-size: 1rem !important;
  }

  .odoo-custom-pages .bottom-footer-list p:after {
    padding-left: 8px;
  }

  /* Inner Page Hero */
  .odoo-custom-pages .page-hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* Breadcrumb */
  .odoo-custom-pages #breadcrumb {
    margin-bottom: 18px;
  }

  .odoo-custom-pages .breadcrumb-item a,
  .odoo-custom-pages .breadcrumb-item.active {
    font-size: 0.875rem;
  }

  /* Breadcrumb */
  .odoo-custom-pages #breadcrumb {
    margin-bottom: 10px;
  }


}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (min-width: 321px) and (max-width: 413.95px) {

  .odoo-custom-pages #stlChanger {
    display: none;
  }

  .odoo-custom-pages .m-row {
    display: flex;
    flex-flow: wrap;
  }

  .m-top,
  .odoo-custom-pages .m-bottom {
    width: 100%;
  }

  .odoo-custom-pages .m-bottom {
    order: 1;
  }

  .odoo-custom-pages .m-top {
    order: 0;
  }

  /* Header H6 */
  .odoo-custom-pages h6.h6-xs {
    font-size: 1.2rem;
  }

  .odoo-custom-pages h6.h6-sm {
    font-size: 1.2rem;
  }

  .odoo-custom-pages h6.h6-md {
    font-size: 1.2rem;
  }

  .odoo-custom-pages h6.h6-lg {
    font-size: 1.2rem;
  }

  .odoo-custom-pages h6.h6-xl {
    font-size: 1.2rem;
  }

  /* Header H52 */
  .odoo-custom-pages h5.h5-xs {
    font-size: 1.25rem;
  }

  .odoo-custom-pages h5.h5-sm {
    font-size: 1.3rem;
  }

  .odoo-custom-pages h5.h5-md {
    font-size: 1.35rem;
  }

  .odoo-custom-pages h5.h5-lg {
    font-size: 1.35rem;
  }

  .odoo-custom-pages h5.h5-xl {
    font-size: 1.4rem;
  }

  /* Header H4 */
  .odoo-custom-pages h4.h4-xs {
    font-size: 1.45rem;
  }

  .odoo-custom-pages h4.h4-sm {
    font-size: 1.5rem;
  }

  .odoo-custom-pages h4.h4-md {
    font-size: 1.55rem;
  }

  .odoo-custom-pages h4.h4-lg {
    font-size: 1.6rem;
  }

  .odoo-custom-pages h4.h4-xl {
    font-size: 1.65rem;
  }

  /* Header H3 */
  .odoo-custom-pages h3.h3-xs {
    font-size: 1.7rem;
  }

  .odoo-custom-pages h3.h3-sm {
    font-size: 1.7rem;
  }

  .odoo-custom-pages h3.h3-md {
    font-size: 1.75rem;
  }

  .odoo-custom-pages h3.h3-lg {
    font-size: 1.75rem;
  }

  .odoo-custom-pages h3.h3-xl {
    font-size: 1.8rem;
  }

  /* Header H2 */
  .odoo-custom-pages h2.h2-xs {
    font-size: 1.8rem;
  }

  .odoo-custom-pages h2.h2-sm {
    font-size: 1.85rem;
  }

  .odoo-custom-pages h2.h2-md {
    font-size: 1.85rem;
  }

  .odoo-custom-pages h2.h2-lg {
    font-size: 1.875rem;
  }

  .odoo-custom-pages h2.h2-xl {
    font-size: 1.875rem;
  }

  .odoo-custom-pages h2.h2-title-xs {
    font-size: 2.35rem;
  }

  .odoo-custom-pages h2.h2-title-sm {
    font-size: 2.5rem;
  }

  .odoo-custom-pages h2.h2-title-md {
    font-size: 2.65rem;
  }

  .odoo-custom-pages h2.h2-title-lg {
    font-size: 2.8rem;
  }

  .odoo-custom-pages h2.h2-title-xl {
    font-size: 3rem;
  }

  /* Paragraphs */
  .odoo-custom-pages p.p-sm {
    font-size: 1rem;
  }

  .odoo-custom-pages p {
    font-size: 1.1rem;
  }

  .odoo-custom-pages p.p-md {
    font-size: 1.1rem;
  }

  .odoo-custom-pages p.p-lg {
    font-size: 1.1rem;
  }

  .odoo-custom-pages p.p-xl {
    font-size: 1.125rem;
  }

  /* Button */
  .odoo-custom-pages .btn,
  .odoo-custom-pages .btn.btn-md,
  .odoo-custom-pages .btn.btn-lg {
    font-size: 17px;
  }

  .odoo-custom-pages .btn.btn-sm {
    font-size: 16px;
    padding: 12px 24px;
  }

  .odoo-custom-pages .btn.btn-md,
  .odoo-custom-pages .btn.btn-lg {
    padding: 13px 30px;
  }

  .odoo-custom-pages .btn.btn-tra.btn-md,
  .odoo-custom-pages .btn.btn-tra.btn-lg {
    padding: 13px 24px;
  }

  /* Video Button */
  .odoo-custom-pages .video-btn-lg {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
  }

  .odoo-custom-pages .video-btn-md {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }

  .odoo-custom-pages .video-btn-sm {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }

  .odoo-custom-pages .video-btn.video-btn-lg [class^="flaticon-"]:before,
  .odoo-custom-pages .video-btn.video-btn-lg [class^="flaticon-"]:after {
    font-size: 3.75rem;
    line-height: 80px !important;
    margin-left: 7px;
  }

  .odoo-custom-pages .video-btn.video-btn-md [class^="flaticon-"]:before,
  .odoo-custom-pages .video-btn.video-btn-md [class^="flaticon-"]:after {
    font-size: 2.75rem;
    line-height: 60px !important;
    margin-left: 6px;
  }

  .odoo-custom-pages .video-btn.video-btn-sm [class^="flaticon-"]:before,
  .odoo-custom-pages .video-btn.video-btn-sm [class^="flaticon-"]:after {
    font-size: 2.75rem;
    line-height: 60px !important;
    margin-left: 6px;
  }

  .odoo-custom-pages .video-btn.video-btn-lg:hover:before {
    left: -18px;
    right: -18px;
    top: -18px;
    bottom: -18px;
  }

  .odoo-custom-pages .video-btn.video-btn-md:hover:before {
    left: -12px;
    right: -12px;
    top: -12px;
    bottom: -12px;
  }

  .odoo-custom-pages .video-btn.video-btn-sm:hover:before {
    left: -12px;
    right: -12px;
    top: -12px;
    bottom: -12px;
  }

  /* Store Badges */
  .odoo-custom-pages .store {
    margin-right: 10px;
  }

  .odoo-custom-pages .store img {
    max-height: 47px;
  }

  .odoo-custom-pages .footer .store img {
    max-height: 48px;
  }

  .odoo-custom-pages span.os-version {
    font-size: 0.95rem;
    line-height: 1.25;
    font-weight: 300;
  }

  /* Countdown Element */
  .odoo-custom-pages #clock .cbox-1 {
    padding: 0 15px;
  }

  .odoo-custom-pages #clock span.cbox-1-digit {
    font-size: 2.35rem;
  }

  /* Box Icons */
  .odoo-custom-pages .ico-60 [class*="flaticon-"]:before,
  .odoo-custom-pages .ico-60 [class*="flaticon-"]:after {
    font-size: 4.375rem;
  }

  .odoo-custom-pages .ico-65 [class*="flaticon-"]:before,
  .odoo-custom-pages .ico-65 [class*="flaticon-"]:after {
    font-size: 4.375rem;
  }

  .odoo-custom-pages .ico-70 [class*="flaticon-"]:before,
  .odoo-custom-pages .ico-70 [class*="flaticon-"]:after {
    font-size: 4.6875rem;
  }

  .odoo-custom-pages .ico-75 [class*="flaticon-"]:before,
  .odoo-custom-pages .ico-75 [class*="flaticon-"]:after {
    font-size: 5rem;
  }

  /* Section ID */
  .odoo-custom-pages .section-id {
    font-size: 0.975rem;
    margin-bottom: 25px;
  }

  .odoo-custom-pages #reviews-4 .section-id {
    margin-bottom: 30px;
  }

  .odoo-custom-pages #brands-3 .section-title p.p-xl {
    padding: 0;
  }

  /* Section Title */
  .odoo-custom-pages .section-title.mb-50 {
    margin-bottom: 35px;
  }

  .odoo-custom-pages .section-title.mb-60 {
    margin-bottom: 45px;
  }

  .odoo-custom-pages .section-title.mb-70 {
    margin-bottom: 50px;
  }

  .odoo-custom-pages .section-title.mb-80 {
    margin-bottom: 55px;
  }

  .odoo-custom-pages .section-title p.p-xl {
    padding: 0;
  }

  /* Text Block Typography */
  .odoo-custom-pages h5.sm-title {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .odoo-custom-pages .txt-block .btn,
  .odoo-custom-pages .txt-block .stores-badge {
    margin-top: 15px;
  }

  /* Text Block Rating */
  .odoo-custom-pages .stars-rating,
  .odoo-custom-pages .stars-rating p {
    font-size: 0.95rem;
  }

  /*------------------------------------------*/
  /*   NAVIGATION MENU    
  /*------------------------------------------*/

  .odoo-custom-pages .wsmobileheader .smllogo {
    display: block;
    margin-top: 20px;
    padding-left: 18px;
  }

  .odoo-custom-pages .smllogo img {
    width: auto;
    max-width: inherit;
    max-height: 40px;
  }

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  .odoo-custom-pages .hero-28-gradient {
    padding: 50px 0 40px;
    margin-bottom: -20px;
  }

  /* Hero Slider */
  .odoo-custom-pages .slider,
  .odoo-custom-pages .slider .slides {
    height: 400px;
  }

  .odoo-custom-pages #hero-25 .slider,
  .odoo-custom-pages #hero-25 .slider .slides {
    height: 460px;
  }

  .odoo-custom-pages .slider .indicators {
    bottom: 25px;
  }

  /* Hero Logo */
  .odoo-custom-pages .hero-logo {
    display: inline-block;
    margin: 0 auto 30px;
  }

  .odoo-custom-pages .hero-logo img {
    max-height: 55px;
  }

  .odoo-custom-pages #hero-29 .hero-logo img {
    max-height: 45px;
  }

  .odoo-custom-pages .hero-logo-txt h4 {
    font-size: 1.5rem;
  }

  .odoo-custom-pages .hero-logo span {
    top: -1px;
  }

  /* Hero Text */
  .odoo-custom-pages #hero-1 .caption-txt,
  .odoo-custom-pages #hero-25 .caption-txt {
    margin-top: -20px;
  }

  .odoo-custom-pages .hero-2-txt,
  .odoo-custom-pages .hero-8-txt {
    margin-bottom: 40px;
  }

  .odoo-custom-pages .hero-7-txt {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .odoo-custom-pages .hero-19-txt {
    padding: 0;
  }

  .odoo-custom-pages #hero-20 .caption-txt {
    margin-top: -30px;
  }

  .odoo-custom-pages .hero-21-txt {
    text-align: center;
    margin-bottom: 40px;
  }

  .odoo-custom-pages .hero-22-txt {
    text-align: center;
  }

  /* Hero Headers */
  .odoo-custom-pages #hero-1 h2 {
    font-size: 2.5rem;
    padding: 0;
  }

  .odoo-custom-pages .hero-2-txt h2,
  .odoo-custom-pages .hero-4-title h2 {
    font-size: 2rem;
  }

  .odoo-custom-pages .hero-3-txt h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .odoo-custom-pages .hero-5-txt h2.h2-title-lg {
    font-size: 4.5rem;
  }

  .odoo-custom-pages .hero-6-txt h2.h2-title-md {
    margin-bottom: 20px;
  }

  .odoo-custom-pages .hero-7-txt h2 {
    font-size: 2.65rem;
  }

  .odoo-custom-pages .hero-8-txt h3 {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .hero-9-txt h2,
  .odoo-custom-pages .hero-10-txt h2,
  .odoo-custom-pages .hero-11-txt h2 {
    font-size: 2rem;
  }

  .odoo-custom-pages #hero-12 h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages #hero-12 h6,
  .odoo-custom-pages #hero-18 h6 {
    font-size: 0.975rem
  }

  .odoo-custom-pages .hero-13-txt h3 {
    font-size: 1.6rem;
  }

  .odoo-custom-pages .hero-14-txt h3 {
    margin-bottom: 15px;
  }

  .odoo-custom-pages #hero-16 h2 {
    font-size: 2.15rem;
    margin-bottom: 25px;
  }

  .odoo-custom-pages #hero-17 h2.h2-title-xs {
    font-size: 2.5rem;
    padding: 0;
  }

  .odoo-custom-pages #hero-17 h4 {
    margin-bottom: 30px;
  }

  .odoo-custom-pages #hero-17 h2.h2-md {
    line-height: 1.25;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .hero-18-txt h2,
  .odoo-custom-pages #hero-28 h2 {
    font-size: 2.5rem;
  }

  .odoo-custom-pages .hero-19-txt h2 {
    font-size: 1.75rem;
  }

  .odoo-custom-pages #hero-20 h2 {
    font-size: 1.65rem;
    padding: 0;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .hero-21-txt h2 {
    font-size: 2.25rem;
    padding: 0;
  }

  .odoo-custom-pages #hero-22 h2,
  .odoo-custom-pages #hero-25 h2,
  .odoo-custom-pages .hero-27-txt h2 {
    font-size: 2rem;
  }

  .odoo-custom-pages #hero-23 h2 {
    font-size: 2.85rem;
  }

  .odoo-custom-pages .hero-23-txt h4 {
    line-height: 1.3;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .hero-26-txt h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .hero-30-txt h2 {
    margin-top: 30px;
  }

  .odoo-custom-pages .hero-30-txt h2:before {
    width: 130px;
  }

  .odoo-custom-pages .hero-30-txt h5 {
    font-size: 1.25rem;
    padding: 0;
  }

  /* Hero Paragraphs */
  .odoo-custom-pages #hero-1 .caption-txt p {
    font-size: 1.15rem;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .hero-3-txt p,
  .odoo-custom-pages .hero-10-txt p,
  .odoo-custom-pages .hero-13-txt p,
  .odoo-custom-pages .hero-17-txt p,
  .odoo-custom-pages .hero-5-txt p,
  .odoo-custom-pages .hero-9-txt p,
  .odoo-custom-pages .hero-11-txt p,
  .odoo-custom-pages .hero-16-txt p,
  .odoo-custom-pages .hero-27-txt p,
  .odoo-custom-pages .hero-18-txt p,
  .odoo-custom-pages .hero-24-txt p {
    padding: 0;
  }

  .odoo-custom-pages .hero-6-txt p {
    font-size: 1.1rem;
    padding: 0;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .hero-7-txt p {
    padding: 0;
    margin-bottom: 35px;
  }

  .odoo-custom-pages .hero-8-txt p {
    padding: 0;
    margin-bottom: 25px;
  }

  .odoo-custom-pages #hero-12 .caption-txt p {
    font-size: 1.125rem;
    padding: 0;
  }

  .odoo-custom-pages .hero-14-txt p {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .hero-19-txt p {
    font-size: 1.05rem;
    padding: 0;
    margin-bottom: 30px;
  }

  .odoo-custom-pages #hero-20 .caption-txt p {
    font-size: 1.1rem;
    padding: 0;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .hero-21-txt p {
    padding: 0;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .hero-22-txt p {
    padding: 0 3%;
  }

  .odoo-custom-pages #hero-25 .caption-txt p {
    padding: 0 3%;
  }

  .odoo-custom-pages .hero-26-txt p {
    padding: 0;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .hero-28-txt p {
    font-size: 1.125rem;
    padding: 0 5%;
  }

  .odoo-custom-pages .hero-29-txt p {
    padding: 0 2%;
    margin-bottom: 40px;
  }

  /* Hero Buttons */
  .odoo-custom-pages .hero-10-txt .btns-group.mb-25 {
    margin-bottom: 15px;
  }

  .odoo-custom-pages .hero-6-txt .btn.mr-15 {
    margin: 0 15px 15px;
  }

  .odoo-custom-pages .hero-8-txt .btns-group .btn.mr-15,
  .odoo-custom-pages .hero-10-txt .btns-group .btn.mr-15,
  .odoo-custom-pages .hero-13-txt .btns-group .btn.mr-15,
  .odoo-custom-pages .hero-14-txt .btns-group .btn.mr-15 {
    margin: 0 5% 15px;
  }

  /* Hero Social Links */
  .odoo-custom-pages #hero-29 .hero-socials {
    margin-top: 40px;
  }

  .odoo-custom-pages .hero-socials ul li.li-txt {
    display: block !important;
  }

  .odoo-custom-pages .hero-socials span.hero-socials-txt {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }

  /* Hero Banner */
  .odoo-custom-pages .hero-banner {
    display: none;
  }

  /* Hero Promo */
  .odoo-custom-pages .hero-promo {
    text-align: center;
    margin: 0 0 -30px;
    padding: 45px 30px 40px;
  }

  .odoo-custom-pages .hero-promo h2 {
    font-size: 4.5rem;
    margin-top: 10px;
  }

  /* Hero Boxes */
  .odoo-custom-pages .hbox-1-wrapper {
    margin: 80px 0 0;
  }

  .odoo-custom-pages #hero-27 .hbox-1-wrapper {
    margin-top: 40px;
  }

  .odoo-custom-pages #hb-1-1,
  .odoo-custom-pages #hb-1-2,
  .odoo-custom-pages #hb-1-3 {
    padding: 50px 40px;
  }

  .odoo-custom-pages .hbox-1 h5 {
    margin-bottom: 15px;
  }

  /* Hero Data */
  .odoo-custom-pages .hero-26-data {
    text-align: center !important;
    padding: 25px 20px 30px;
    margin: -80px 2% 0;
  }

  .odoo-custom-pages .hero-26-data h5 {
    font-size: 1.35rem;
    line-height: 1.4;
  }

  /* Hero Form */
  .odoo-custom-pages #hero-11 .request-form,
  .odoo-custom-pages #hero-17 .request-form {
    margin: 30px 3% 25px;
  }

  .odoo-custom-pages .request-form .form-control {
    display: block;
    width: 100% !important;
    text-align: center;
    height: 56px;
    margin-bottom: 10px;
  }

  .odoo-custom-pages .request-form .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .odoo-custom-pages .request-form .input-group-btn {
    display: block;
    width: 100% !important;
  }

  .odoo-custom-pages .request-form .btn {
    display: block;
    height: 56px;
    width: 100% !important;
    margin: 5px 0 0 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }

  .odoo-custom-pages .hero-form {
    margin: 0 3% 40px;
  }

  .odoo-custom-pages .hero-form form {
    padding: 40px 15px 30px;
  }

  .odoo-custom-pages .hero-form .register-form .btn {
    padding: 16px 30px;
  }

  /* Hero Image */
  .odoo-custom-pages .hero-9-img {
    margin-left: -50%;
  }

  .odoo-custom-pages .hero-9-img img {
    width: 135%;
    position: relative;
    max-width: none;
    display: inline-block;
  }

  .odoo-custom-pages .hero-21-img {
    padding-top: 170px;
    padding-bottom: 130px;
  }

  .odoo-custom-pages .hero-30-img img {
    width: auto;
    max-width: inherit;
    max-height: 95px;
  }

  /*------------------------------------------*/
  /*   CONTENT
  /*------------------------------------------*/

  /* About */
  .odoo-custom-pages #about-1 {
    margin-top: -90px;
  }

  .odoo-custom-pages .about-1-wrapper {
    padding: 45px 20px;
  }

  .odoo-custom-pages .abox-1 {
    text-align: center;
  }

  #ab-1-1,
  .odoo-custom-pages #ab-1-2 {
    margin-bottom: 30px;
  }

  .odoo-custom-pages .abox-7-txt h4 {
    font-size: 1.6rem;
  }

  .odoo-custom-pages .about-2-title {
    margin-bottom: 25px;
  }

  .odoo-custom-pages .about-2-btn {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .about-5-img,
  .odoo-custom-pages .about-6-img {
    height: 220px;
    margin: 40px 15px 40px;
  }

  /* Features */
  .odoo-custom-pages #features-12.tra-bkg:after {
    width: 100%;
    left: 0;
  }

  .odoo-custom-pages .fbox-9-wrapper {
    padding: 0;
    margin-top: 40px;
  }

  .odoo-custom-pages #features-10 .section-title {
    margin-bottom: 40px;
  }

  .odoo-custom-pages #features-4 .section-title p.p-xl {
    padding: 0;
    margin-top: 15px;
  }

  .odoo-custom-pages .fbox-1 {
    padding: 50px 8%;
  }

  .odoo-custom-pages .fbox-2 {
    text-align: center;
    padding: 0 5%;
  }

  .odoo-custom-pages .fbox-3 {
    text-align: center;
    padding: 0 3%;
  }

  .odoo-custom-pages .fbox-4 {
    padding: 40px 10%;
  }

  .odoo-custom-pages .fbox-5 {
    padding: 45px 15%;
  }

  .odoo-custom-pages .fbox-6 {
    padding: 50px 20px;
  }

  .odoo-custom-pages .fbox-8 {
    padding: 35px 14%;
  }

  #fb-10-1,
  .odoo-custom-pages #fb-10-2 {
    margin-top: 0;
  }

  .odoo-custom-pages .fbox-13-txt {
    padding: 100px 30px 50px;
  }

  .odoo-custom-pages .fbox-13 h5 {
    margin-bottom: 5px;
  }

  .odoo-custom-pages .fbox-6-ico {
    padding-right: 20px;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .step {
    width: 40px;
    height: 40px;
    margin: 0 auto 25px;
  }

  .odoo-custom-pages .step span {
    font-size: 20px;
    line-height: 40px;
  }

  /* Content */
  .odoo-custom-pages #content-10:after {
    width: 100%;
    height: 37%;
    top: 60%;
    left: 0;
  }

  .odoo-custom-pages #content-11:after {
    width: 100%;
    height: 40%;
    top: 53%;
    left: 0;
  }

  .odoo-custom-pages #content-3 .txt-block {
    margin-top: 40px;
    padding-bottom: 80px;
  }

  #content-11 .txt-block,
  .odoo-custom-pages #content-12 .txt-block {
    margin-bottom: 40px;
  }

  .odoo-custom-pages .content-12-txt {
    padding: 45px 25px;
  }

  .odoo-custom-pages .content-12-txt h4 {
    margin-bottom: 15px;
  }

  .odoo-custom-pages #content-4.pt-100 {
    padding-bottom: 70px;
  }

  .odoo-custom-pages #content-4.pt-100 .img-block.left-column {
    margin-bottom: 40px;
  }

  .odoo-custom-pages .content-6-img {
    padding: 0;
  }

  /* Promo */
  #pb-1-1,
  .odoo-custom-pages #pb-1-2 {
    margin-bottom: 30px;
  }

  /* Card */
  .odoo-custom-pages .card-2 {
    margin: 0 5px 30px;
  }

  .odoo-custom-pages .card-3 {
    padding: 50px 15px;
  }

  .odoo-custom-pages .card-1-txt {
    padding: 35px 12px;
  }

  .odoo-custom-pages .card-2-txt {
    padding: 45px 25px 40px;
  }

  .odoo-custom-pages .card-3 h6 {
    font-size: 1.25rem;
    margin-top: 25px;
    margin-bottom: 8px;
  }

  .odoo-custom-pages .card-3 p {
    font-size: 1.1rem;
  }

  /* Gallery */
  .odoo-custom-pages #gallery-1.bg-50 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .odoo-custom-pages #gallery-1.bg-50:after {
    width: 74%;
    height: 100%;
    left: 13%;
  }

  .odoo-custom-pages .gallery-wrap {
    margin-bottom: 0;
  }

  .odoo-custom-pages .masonry-filter.mb-40 {
    text-align: center;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .masonry-filter.mb-50 {
    text-align: center;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .masonry-filter button {
    width: 100%;
    display: block !important;
    padding: 1rem 0;
    float: none !important;
    font-size: 0.975rem;
    margin: 0 0 5px 0;
  }

  .odoo-custom-pages .masonry-filter button.is-checked:before {
    opacity: 0;
  }

  .odoo-custom-pages .masonry-filter button:hover {
    background-color: #f5f5f5;
    border-bottom: none;
  }

  .odoo-custom-pages .bg-dark .masonry-filter button:hover {
    background-color: #424242;
    color: #fff;
    border-bottom: none;
  }

  .odoo-custom-pages .masonry-filter button.is-checked {
    background-color: #f0f0f0;
    border-bottom: none;
  }

  .odoo-custom-pages .bg-dark .masonry-filter button.is-checked {
    background-color: #393939;
    color: #fff;
    border-bottom: none;
  }

  .odoo-custom-pages .masonry-wrap .masonry-image {
    width: 100%;
    padding: 0 15px;
  }

  .odoo-custom-pages .masonry-wrap .masonry-image.first-img {
    margin-top: 0;
  }

  .odoo-custom-pages #gallery-3 .masonry-wrap .masonry-image {
    width: 100%;
    padding: 0;
  }

  .odoo-custom-pages .project-meta-txt span {
    font-size: 1.1rem;
  }

  .odoo-custom-pages #img-4-1,
  .odoo-custom-pages #img-4-2,
  .odoo-custom-pages #img-4-3,
  .odoo-custom-pages #img-4-4 {
    padding: 0 15px;
  }

  .odoo-custom-pages #img-4-1.gallery-image,
  .odoo-custom-pages #img-4-2.gallery-image,
  .odoo-custom-pages #img-4-3.gallery-image {
    margin-bottom: 30px;
  }

  .odoo-custom-pages #img-5-1,
  .odoo-custom-pages #img-5-2,
  .odoo-custom-pages #img-5-3 {
    padding: 0 30px;
  }

  .odoo-custom-pages .gallery-section .slick-dots {
    display: none;
  }

  /* Single Project */
  .odoo-custom-pages .project-info p {
    font-size: 1rem;
  }

  .odoo-custom-pages .project-info p span {
    right: 0;
    bottom: 17px;
  }

  .odoo-custom-pages .project-2-description .project-info p span {
    right: 0;
    bottom: 8px;
  }

  /* Video */
  .odoo-custom-pages #video-1 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .odoo-custom-pages #video-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .odoo-custom-pages #video-2 h2 {
    margin-bottom: 15px;
  }

  /* Team */
  .odoo-custom-pages #team-2 .col-lg-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .odoo-custom-pages .tm-meta h5.fraunces-font {
    font-size: 1.6rem;
  }

  .odoo-custom-pages .tm-meta h6.fraunces-font {
    font-size: 1.35rem;
  }

  .odoo-custom-pages .tm-meta h6.h6-lg {
    font-size: 1.375rem;
  }

  .odoo-custom-pages .tm-meta h6.h6-xs {
    font-size: 1.25rem;
  }

  .odoo-custom-pages .tm-meta p {
    font-size: 1.175rem;
  }

  /* Pricing */
  .odoo-custom-pages .pricing-1-table,
  .odoo-custom-pages .pricing-1-table.highlight {
    padding: 60px 25px;
  }

  .odoo-custom-pages .pricing-table-badge {
    top: 15px;
    right: 20px;
    font-size: 0.85rem;
  }

  .odoo-custom-pages ul.features {
    font-size: 1.1rem;
  }

  .odoo-custom-pages .pricing-list li {
    margin: 0 0 20px;
  }

  .odoo-custom-pages .pricing-notice p {
    padding: 0;
  }

  /* Testimonials */
  .odoo-custom-pages .review-1 {
    padding: 45px 30px;
  }

  .odoo-custom-pages .review-1-txt {
    text-align: center;
    padding: 0;
    margin-top: 10px;
  }

  .odoo-custom-pages .review-1-txt p.p-md {
    margin-bottom: 20px;
  }

  .odoo-custom-pages .review-1-brand {
    text-align: center;
  }

  .odoo-custom-pages .review-1-brand img {
    max-height: 75px;
    padding-left: 0;
  }

  .odoo-custom-pages .review-2,
  .odoo-custom-pages .review-3 {
    padding: 45px 30px;
    margin: 0 5px 40px;
  }

  .odoo-custom-pages .reviews-4-txt h3 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  /* Brands */
  .odoo-custom-pages #brands-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .odoo-custom-pages .brands-section h4 {
    padding: 0;
    margin-bottom: 40px;
  }

  .odoo-custom-pages #brands-1 .brand-logo {
    padding: 0 4px;
  }

  .odoo-custom-pages #brands-2 .brand-logo {
    width: 50%;
    padding: 0 8px;
  }

  .odoo-custom-pages #brands-3 .brand-logo img {
    padding: 0 20%;
  }

  .odoo-custom-pages #brands-3 .brand-logo h5 {
    margin: 10px 0;
  }

  /* Statistic */
  .odoo-custom-pages .statistic-block h3,
  .odoo-custom-pages .statistic-block h2 {
    font-size: 3rem;
  }

  .odoo-custom-pages #statistic-3 .statistic-block-txt h4,
  .odoo-custom-pages #statistic-4 .statistic-block h3,
  .odoo-custom-pages #statistic-5 .statistic-block-txt h4,
  .odoo-custom-pages #statistic-5 .statistic-block-txt h3 {
    font-size: 2.5rem;
  }

  .odoo-custom-pages #statistic-2 .statistic-block p {
    padding: 0 15%;
  }

  .odoo-custom-pages .s-icon.ico-60 [class*="flaticon-"]:before,
  .odoo-custom-pages .s-icon.ico-60 [class*="flaticon-"]:after,
  .odoo-custom-pages .statistic-5-wrapper .s-icon.ico-70 [class*="flaticon-"]:before,
  .odoo-custom-pages .statistic-5-wrapper .s-icon.ico-70 [class*="flaticon-"]:after {
    font-size: 3.85rem;
  }

  /* Call To Action */
  .odoo-custom-pages .cta-3-wrapper {
    padding: 35px 30px;
    margin: 0 2%;
  }

  .odoo-custom-pages .cta-2-txt,
  .odoo-custom-pages .cta-4-txt {
    padding: 0 5%;
  }

  .odoo-custom-pages .cta-1-txt,
  .odoo-custom-pages .cta-1-btn.text-right {
    text-align: center !important;
  }

  .odoo-custom-pages .cta-5-txt {
    padding: 0 5%;
  }

  .odoo-custom-pages .cta-1-txt h4 {
    font-size: 1.65rem;
    line-height: 1.3;
  }

  .odoo-custom-pages .cta-2-txt h3 {
    font-size: 1.95rem;
    line-height: 1.3;
  }

  .odoo-custom-pages .cta-3-txt h4 {
    font-size: 1.65rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .cta-4-txt h4 {
    font-size: 1.65rem;
    line-height: 1.3;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .cta-5-txt h4 {
    font-size: 1.65rem;
    line-height: 1.3;
  }

  .odoo-custom-pages .cta-6-txt h3 {
    font-size: 1.95rem;
    line-height: 1.3;
  }

  .odoo-custom-pages .cta-1-txt p {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .cta-2-txt p {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .cta-3-btns .btn.mr-10 {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .cta-5-btn .btn.mr-15 {
    margin: 0 15px 15px;
  }

  .odoo-custom-pages .cta-6-btn .btn {
    margin: 0 10px 20px;
  }

  /* Banner */
  .odoo-custom-pages #banner-1 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .odoo-custom-pages .banner-1-txt h2 {
    padding: 0;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .banner-2-txt h2 {
    font-size: 2.45rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .banner-3-txt h6 {
    font-size: 1rem;
  }

  .odoo-custom-pages .banner-3-txt h2 {
    font-size: 2.15rem;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .banner-1-txt p {
    font-size: 1.1rem;
    padding: 0;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .banner-2-txt p {
    padding: 0;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .banner-section .btns-group .btn.mr-15 {
    margin: 0 5% 15px;
  }

  .odoo-custom-pages .btns-group a.mr-25 {
    margin-right: 15px;
  }

  /* Download */
  .odoo-custom-pages #download-1 {
    background-position: right center;
  }

  .odoo-custom-pages .download-logo {
    margin-bottom: 25px;
  }

  .odoo-custom-pages .download-logo img {
    max-height: 85px;
  }

  .odoo-custom-pages .download-1-txt {
    text-align: center;
  }

  .odoo-custom-pages #download-2 .txt-block {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .odoo-custom-pages .download-1-txt p.p-lg {
    padding: 0;
  }

  /* FAQs */
  .odoo-custom-pages #faqs-1 h6.h6-lg {
    line-height: 1.4;
  }

  .odoo-custom-pages #accordion .card-header h5 span {
    display: none;
  }

  .odoo-custom-pages #faqs-2 .card-header {
    padding: 20px 0;
  }

  .odoo-custom-pages #accordion .card-header h5 {
    font-size: 1.175rem;
    line-height: 1.4;
    padding-right: 30px;
  }

  .odoo-custom-pages #faqs-2 #accordion [data-toggle="collapse"].collapsed:after,
  .odoo-custom-pages #faqs-2 #accordion [data-toggle="collapse"]:after {
    font-size: 0.75rem;
    top: 26px;
    right: 0px;
  }

  .odoo-custom-pages .faqs-contacts-wrapper {
    margin: 0;
  }

  .odoo-custom-pages .faqs-contacts {
    padding: 40px 35px;
    margin-top: 40px;
  }

  .odoo-custom-pages .more-questions {
    padding: 40px 20px;
    margin: 30px 0 0;
  }

  .odoo-custom-pages .more-questions-txt {
    text-align: center;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .more-questions-title p {
    padding: 0;
  }

  .odoo-custom-pages .more-questions-txt p {
    font-size: 1.05rem;
  }

  .odoo-custom-pages .more-questions .col-lg-3.text-right {
    text-align: center !important;
  }

  /* Newsletter */
  .odoo-custom-pages #newsletter-1 .section-title p {
    padding: 0 5%;
  }

  .odoo-custom-pages .newsletter-txt {
    padding: 0 15px;
  }

  .odoo-custom-pages .newsletter-section .form-control {
    display: block;
    width: 100% !important;
    text-align: center;
    height: 54px;
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .newsletter-section .input-group-btn {
    display: block;
    width: 100% !important;
  }

  .odoo-custom-pages .newsletter-section .btn {
    margin-left: 0;
  }

  .odoo-custom-pages .newsletter-txt p {
    padding: 0;
  }

  .odoo-custom-pages .newsletter-form p.p-sm a {
    display: block;
  }

  /* Blog */
  .odoo-custom-pages .blog-post-txt {
    padding: 35px 20px 30px;
  }

  .odoo-custom-pages #blog-2 .blog-post-txt {
    padding: 30px 0 20px;
  }

  .odoo-custom-pages #blog-3 .blog-post-txt {
    padding: 35px 20px 20px;
  }

  .odoo-custom-pages .blog-post-txt h5.h5-xs {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .blog-2-post h5.h5-md {
    font-size: 1.6rem;
  }

  .odoo-custom-pages .blog-3-post h5.fraunces-font {
    font-size: 1.5rem;
  }

  .odoo-custom-pages #blog-2 .post-author {
    padding-left: 3px;
  }

  .odoo-custom-pages #blog-2 .post-author h5 {
    margin-bottom: 8px;
  }

  .odoo-custom-pages .post-author span {
    font-size: 1.1rem;
  }

  .odoo-custom-pages .post-link.ico-20 [class*="flaticon-"]:before,
  .odoo-custom-pages .post-link.ico-20 [class*="flaticon-"]:after {
    font-size: 1.3rem;
  }

  .odoo-custom-pages ul.blog-category-list>li p {
    font-size: 1.1rem;
  }

  .odoo-custom-pages .badge {
    font-size: 0.9rem;
    padding: 6px 10px;
    margin-right: 3px;
    margin-bottom: 10px;
  }

  .odoo-custom-pages .badge a {
    font-size: 0.9rem;
  }

  .odoo-custom-pages .quote {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .quote p {
    font-size: 1.15rem !important;
  }

  .odoo-custom-pages .post-tags-list span a {
    font-size: 1rem;
    padding: 5px 12px;
  }

  .odoo-custom-pages #leave-comment h5 {
    margin-bottom: 12px;
  }

  .odoo-custom-pages .comments-wrapper img {
    width: 60px;
    height: 60px;
    margin-right: 14px;
  }

  .odoo-custom-pages .comments-wrapper a.mr-25 {
    margin-right: 0;
  }

  .odoo-custom-pages .comment-meta h6 {
    margin-bottom: 4px;
  }

  /* Contacts */
  .odoo-custom-pages #contacts-2 {
    padding-bottom: 20px;
  }

  .odoo-custom-pages .contact-2-box {
    padding-left: 0;
    margin-bottom: 37px;
  }

  .odoo-custom-pages .contact-1-box p,
  .odoo-custom-pages .contact-3-box p {
    font-size: 1.125rem;
  }

  .odoo-custom-pages .contact-2-box p {
    font-size: 1.0625rem;
  }

  /* Google Map */
  .odoo-custom-pages .google-map {
    padding: 0px 0px 74%;
  }

  /* Footer */
  .odoo-custom-pages .footer h6.fraunces-font {
    font-size: 1.35rem;
  }

  .odoo-custom-pages .footer p,
  .odoo-custom-pages .footer a {
    font-size: 1.1rem;
  }

  .odoo-custom-pages .footer a.foo-tag {
    font-size: 0.95rem;
  }

  .odoo-custom-pages .footer-logo img,
  .odoo-custom-pages #footer-3 .footer-logo img {
    max-height: 45px;
  }

  .odoo-custom-pages .footer-img img.insta-img {
    width: 96px;
    height: 96px;
    margin: 5px;
  }

  .odoo-custom-pages .footer-tags-list li {
    margin: 8px 1px;
  }

  .odoo-custom-pages .foo-tag {
    padding: 5px 8px;
  }

  .odoo-custom-pages #footer-5 .footer-store-badges {
    text-align: left !important;
  }

  .odoo-custom-pages .footer-store-badges .store {
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .foo-socials a {
    width: 35px;
    height: 35px;
    margin: 0 7px;
  }

  .odoo-custom-pages .footer-form .form-control {
    height: 52px;
    font-size: 1.1rem;
  }

  .odoo-custom-pages .footer-form .btn {
    height: 52px;
    font-size: 1.75rem;
  }

  .odoo-custom-pages .bottom-footer {
    margin-top: 0;
  }

  .odoo-custom-pages .footer-copyright p {
    line-height: 1.45;
  }

  .odoo-custom-pages .bottom-footer-list li {
    margin: 0 6px 0 0;
  }

  .odoo-custom-pages .footer-copyright p,
  .odoo-custom-pages .bottom-footer-list p,
  .odoo-custom-pages .bottom-footer-list a {
    font-size: 1.0625rem !important;
  }

  .odoo-custom-pages .bottom-footer-list span {
    display: none;
  }

  .odoo-custom-pages .bottom-footer-list p:after {
    padding-left: 8px;
  }

  /* Inner Page Hero */
  .odoo-custom-pages .page-hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* Breadcrumb */
  .odoo-custom-pages #breadcrumb {
    margin-bottom: 18px;
  }

  .odoo-custom-pages .breadcrumb-item a,
  .odoo-custom-pages .breadcrumb-item.active {
    font-size: 0.875rem;
  }

  /* Breadcrumb */
  .odoo-custom-pages #breadcrumb {
    margin-bottom: 10px;
  }

}




/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

@media (max-width: 320.95px) {

  .odoo-custom-pages #stlChanger {
    display: none;
  }

  .odoo-custom-pages .m-row {
    display: flex;
    flex-flow: wrap;
  }

  .odoo-custom-pages .m-top,
  .odoo-custom-pages .m-bottom {
    width: 100%;
  }

  .odoo-custom-pages .m-bottom {
    order: 1;
  }

  .odoo-custom-pages .m-top {
    order: 0;
  }

  /* Header H6 */
  .odoo-custom-pages h6.h6-xs {
    font-size: 1.15rem;
  }

  .odoo-custom-pages h6.h6-sm {
    font-size: 1.15rem;
  }

  .odoo-custom-pages h6.h6-md {
    font-size: 1.15rem;
  }

  .odoo-custom-pages h6.h6-lg {
    font-size: 1.175rem;
  }

  .odoo-custom-pages h6.h6-xl {
    font-size: 1.175rem;
  }

  /* Header H5 */
  .odoo-custom-pages h5.h5-xs {
    font-size: 1.2rem;
  }

  .odoo-custom-pages h5.h5-sm {
    font-size: 1.25rem;
  }

  .odoo-custom-pages h5.h5-md {
    font-size: 1.25rem;
  }

  .odoo-custom-pages h5.h5-lg {
    font-size: 1.3rem;
  }

  .odoo-custom-pages h5.h5-xl {
    font-size: 1.35rem;
  }

  /* Header H4 */
  .odoo-custom-pages h4.h4-xs {
    font-size: 1.4rem;
  }

  .odoo-custom-pages h4.h4-sm {
    font-size: 1.45rem;
  }

  .odoo-custom-pages h4.h4-md {
    font-size: 1.5rem;
  }

  .odoo-custom-pages h4.h4-lg {
    font-size: 1.55rem;
  }

  .odoo-custom-pages h4.h4-xl {
    font-size: 1.55rem;
  }

  /* Header H3 */
  .odoo-custom-pages h3.h3-xs {
    font-size: 1.6rem;
  }

  .odoo-custom-pages h3.h3-sm {
    font-size: 1.6rem;
  }

  .odoo-custom-pages h3.h3-md {
    font-size: 1.65rem;
  }

  .odoo-custom-pages h3.h3-lg {
    font-size: 1.65rem;
  }

  .odoo-custom-pages h3.h3-xl {
    font-size: 1.7rem;
  }

  /* Header H2 */
  .odoo-custom-pages h2.h2-xs {
    font-size: 1.75rem;
  }

  .odoo-custom-pages h2.h2-sm {
    font-size: 1.75rem;
  }

  .odoo-custom-pages h2.h2-md {
    font-size: 1.85rem;
  }

  .odoo-custom-pages h2.h2-lg {
    font-size: 1.85rem;
  }

  .odoo-custom-pages h2.h2-xl {
    font-size: 1.875rem;
  }

  .odoo-custom-pages h2.h2-title-xs {
    font-size: 2.35rem;
  }

  .odoo-custom-pages h2.h2-title-sm {
    font-size: 2.5rem;
  }

  .odoo-custom-pages h2.h2-title-md {
    font-size: 2.65rem;
  }

  .odoo-custom-pages h2.h2-title-lg {
    font-size: 2.8rem;
  }

  .odoo-custom-pages h2.h2-title-xl {
    font-size: 3rem;
  }

  /* Paragraphs */
  .odoo-custom-pages p.p-sm {
    font-size: 1rem;
  }

  .odoo-custom-pages p {
    font-size: 1rem;
  }

  .odoo-custom-pages p.p-md {
    font-size: 1rem;
  }

  .odoo-custom-pages p.p-lg {
    font-size: 1.05rem;
  }

  .odoo-custom-pages p.p-xl {
    font-size: 1.0625rem;
  }

  /* Button */
  .odoo-custom-pages .btn,
  .odoo-custom-pages .btn.btn-md,
  .odoo-custom-pages .btn.btn-lg {
    font-size: 16px;
  }

  .odoo-custom-pages .btn.btn-sm {
    font-size: 16px;
    padding: 12px 24px;
  }

  .odoo-custom-pages .btn.btn-md,
  .odoo-custom-pages .btn.btn-lg {
    padding: 13px 30px;
  }

  .odoo-custom-pages .btn.btn-tra.btn-md,
  .odoo-custom-pages .btn.btn-tra.btn-lg {
    padding: 13px 24px;
  }

  /* Video Button */
  .odoo-custom-pages .video-btn-lg {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
  }

  .odoo-custom-pages .video-btn-md {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }

  .odoo-custom-pages .video-btn-sm {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }

  .odoo-custom-pages .video-btn.video-btn-lg [class^="flaticon-"]:before,
  .odoo-custom-pages .video-btn.video-btn-lg [class^="flaticon-"]:after {
    font-size: 3.75rem;
    line-height: 80px !important;
    margin-left: 7px;
  }

  .odoo-custom-pages .video-btn.video-btn-md [class^="flaticon-"]:before,
  .odoo-custom-pages .video-btn.video-btn-md [class^="flaticon-"]:after {
    font-size: 2.75rem;
    line-height: 60px !important;
    margin-left: 6px;
  }

  .odoo-custom-pages .video-btn.video-btn-sm [class^="flaticon-"]:before,
  .odoo-custom-pages .video-btn.video-btn-sm [class^="flaticon-"]:after {
    font-size: 2.75rem;
    line-height: 60px !important;
    margin-left: 6px;
  }

  .odoo-custom-pages .video-btn.video-btn-lg:hover:before {
    left: -18px;
    right: -18px;
    top: -18px;
    bottom: -18px;
  }

  .odoo-custom-pages .video-btn.video-btn-md:hover:before {
    left: -12px;
    right: -12px;
    top: -12px;
    bottom: -12px;
  }

  .odoo-custom-pages .video-btn.video-btn-sm:hover:before {
    left: -12px;
    right: -12px;
    top: -12px;
    bottom: -12px;
  }

  /* Store Badges */
  .odoo-custom-pages .store {
    margin-right: 10px;
  }

  .odoo-custom-pages .store img {
    max-height: 42px;
  }

  .odoo-custom-pages .footer .store img {
    max-height: 48px;
  }

  .odoo-custom-pages span.os-version {
    font-size: 0.925rem;
    line-height: 1.25;
    font-weight: 300;
  }

  /* Countdown Element */
  .odoo-custom-pages #clock .cbox-1 {
    padding: 0 15px;
  }

  .odoo-custom-pages #clock span.cbox-1-digit {
    font-size: 2rem;
  }

  /* Box Icons */
  .odoo-custom-pages .ico-60 [class*="flaticon-"]:before,
  .odoo-custom-pages .ico-60 [class*="flaticon-"]:after {
    font-size: 4.375rem;
  }

  .odoo-custom-pages .ico-65 [class*="flaticon-"]:before,
  .odoo-custom-pages .ico-65 [class*="flaticon-"]:after {
    font-size: 4.375rem;
  }

  .odoo-custom-pages .ico-70 [class*="flaticon-"]:before,
  .odoo-custom-pages .ico-70 [class*="flaticon-"]:after {
    font-size: 4.6875rem;
  }

  .odoo-custom-pages .ico-75 [class*="flaticon-"]:before,
  .odoo-custom-pages .ico-75 [class*="flaticon-"]:after {
    font-size: 5rem;
  }

  /* Section ID */
  .odoo-custom-pages .section-id {
    font-size: 0.975rem;
    margin-bottom: 25px;
  }

  .odoo-custom-pages #reviews-4 .section-id {
    margin-bottom: 30px;
  }

  .odoo-custom-pages #brands-3 .section-title p.p-xl {
    padding: 0;
  }

  /* Section Title */
  .odoo-custom-pages .section-title.mb-50 {
    margin-bottom: 35px;
  }

  .odoo-custom-pages .section-title.mb-60 {
    margin-bottom: 45px;
  }

  .odoo-custom-pages .section-title.mb-70 {
    margin-bottom: 50px;
  }

  .odoo-custom-pages .section-title.mb-80 {
    margin-bottom: 55px;
  }

  .odoo-custom-pages .section-title p.p-xl {
    padding: 0;
  }

  /* Text Block Typography */
  .odoo-custom-pages h5.sm-title {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .odoo-custom-pages .txt-block .btn,
  .odoo-custom-pages .txt-block .stores-badge {
    margin-top: 15px;
  }

  /* Text Block Rating */
  .odoo-custom-pages .stars-rating,
  .odoo-custom-pages .stars-rating p {
    font-size: 0.95rem;
  }

  /*------------------------------------------*/
  /*   NAVIGATION MENU    
  /*------------------------------------------*/

  .odoo-custom-pages .wsmobileheader .smllogo {
    display: block;
    margin-top: 20px;
    padding-left: 18px;
  }

  .odoo-custom-pages .smllogo img {
    width: auto;
    max-width: inherit;
    max-height: 40px;
  }

  /*------------------------------------------*/
  /*   HERO   
  /*------------------------------------------*/

  .odoo-custom-pages .hero-28-gradient {
    padding: 40px 0 40px;
    margin-bottom: -20px;
  }

  /* Hero Slider */
  .odoo-custom-pages .slider,
  .odoo-custom-pages .slider .slides {
    height: 400px;
  }

  .odoo-custom-pages #hero-25 .slider,
  .odoo-custom-pages #hero-25 .slider .slides {
    height: 460px;
  }

  .odoo-custom-pages .slider .indicators {
    bottom: 25px;
  }

  /* Hero Logo */
  .odoo-custom-pages .hero-logo {
    display: inline-block;
    margin: 0 auto 30px;
  }

  .odoo-custom-pages .hero-logo img {
    max-height: 50px;
  }

  .odoo-custom-pages #hero-29 .hero-logo img {
    max-height: 45px;
  }

  .odoo-custom-pages .hero-logo-txt h4 {
    font-size: 1.35rem;
  }

  .odoo-custom-pages .hero-logo span {
    top: -1px;
  }

  /* Hero Text */
  .odoo-custom-pages #hero-1 .caption-txt,
  .odoo-custom-pages #hero-25 .caption-txt {
    margin-top: -20px;
  }

  .odoo-custom-pages .hero-2-txt,
  .odoo-custom-pages .hero-8-txt {
    margin-bottom: 40px;
  }

  .odoo-custom-pages .hero-7-txt {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .odoo-custom-pages .hero-19-txt {
    padding: 0;
  }

  .odoo-custom-pages #hero-20 .caption-txt {
    margin-top: -30px;
  }

  .odoo-custom-pages .hero-21-txt {
    text-align: center;
    margin-bottom: 40px;
  }

  .odoo-custom-pages .hero-22-txt {
    text-align: center;
  }

  /* Hero Headers */
  .odoo-custom-pages #hero-1 h2 {
    font-size: 2.25rem;
    padding: 0;
  }

  .odoo-custom-pages .hero-2-txt h2,
  .odoo-custom-pages .hero-4-title h2 {
    font-size: 1.8rem;
  }

  .odoo-custom-pages .hero-3-txt h2 {
    font-size: 2.15rem;
    line-height: 1.2;
  }

  .odoo-custom-pages .hero-5-txt h2.h2-title-lg {
    font-size: 4rem;
  }

  .odoo-custom-pages .hero-6-txt h2.h2-title-md {
    font-size: 2.35rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .hero-7-txt h2 {
    font-size: 2.35rem;
  }

  .odoo-custom-pages .hero-8-txt h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .odoo-custom-pages #hero-12 h2 {
    font-size: 2.25rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages #hero-12 h6,
  .odoo-custom-pages #hero-18 h6 {
    font-size: 0.95rem
  }

  .odoo-custom-pages .hero-13-txt h3 {
    font-size: 1.5rem;
    padding: 0;
  }

  .odoo-custom-pages .hero-14-txt h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .hero-21-txt h2 {
    font-size: 1.9rem;
    padding: 0;
  }

  .odoo-custom-pages #hero-16 h2 {
    font-size: 1.85rem;
    margin-bottom: 25px;
  }

  .odoo-custom-pages #hero-17 h4 {
    margin-bottom: 30px;
  }

  .odoo-custom-pages #hero-17 h2.h2-title-xs {
    font-size: 2.25rem;
    padding: 0;
  }

  .odoo-custom-pages #hero-17 h2.h2-md {
    line-height: 1.25;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .hero-18-txt h2 {
    font-size: 2rem;
  }

  .odoo-custom-pages .hero-19-txt h2 {
    font-size: 1.5rem;
  }

  .odoo-custom-pages #hero-20 h2 {
    font-size: 1.5rem;
    padding: 0;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .hero-22-txt h2 {
    font-size: 1.85rem;
  }

  .odoo-custom-pages .hero-23-txt h4 {
    line-height: 1.3;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .hero-24-txt h2 {
    padding: 0 5%;
  }

  .odoo-custom-pages #hero-28 h2 {
    font-size: 2.25rem;
  }

  .odoo-custom-pages #hero-25 h2 {
    font-size: 2rem;
  }

  .odoo-custom-pages .hero-26-txt h2 {
    font-size: 2.25rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .hero-27-txt h2 {
    font-size: 2.1rem;
    line-height: 1.3;
  }

  .odoo-custom-pages .hero-30-txt h2 {
    margin-top: 30px;
  }

  .odoo-custom-pages .hero-30-txt h2:before {
    width: 130px;
  }

  .odoo-custom-pages .hero-30-txt h5 {
    font-size: 1.125rem;
    padding: 0;
  }

  /* Hero Paragraphs */
  .odoo-custom-pages #hero-1 .caption-txt p {
    font-size: 1.15rem;
    padding: 0 10%;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .hero-2-txt p .hero-3-txt p,
  .odoo-custom-pages .hero-9-txt p,
  .odoo-custom-pages .hero-10-txt p,
  .odoo-custom-pages .hero-11-txt p,
  .odoo-custom-pages .hero-13-txt p,
  .odoo-custom-pages .hero-16-txt p,
  .odoo-custom-pages .hero-17-txt p,
  .odoo-custom-pages .hero-18-txt p {
    padding: 0;
  }

  .odoo-custom-pages .hero-5-txt p {
    padding: 0 3%;
  }

  .odoo-custom-pages .hero-6-txt p {
    font-size: 1.05rem;
    padding: 0;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .hero-7-txt p,
  .odoo-custom-pages .hero-21-txt p {
    padding: 0;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .hero-8-txt p {
    padding: 0;
    margin-bottom: 25px;
  }

  .odoo-custom-pages #hero-12 .caption-txt p {
    font-size: 1.0625rem;
    padding: 0;
  }

  .odoo-custom-pages .hero-14-txt p {
    font-size: 1.05rem;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .hero-19-txt p {
    font-size: 1.05rem;
    padding: 0;
    margin-bottom: 30px;
  }

  .odoo-custom-pages #hero-20 .caption-txt p {
    font-size: 1.0625rem;
    padding: 0;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .hero-22-txt p {
    padding: 0 5%;
  }

  .odoo-custom-pages .hero-24-txt p,
  .odoo-custom-pages #hero-25 .caption-txt p {
    padding: 0;
  }

  .odoo-custom-pages .hero-27-txt p {
    padding: 0 3%;
  }

  .odoo-custom-pages .hero-26-txt p {
    padding: 0;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .hero-28-txt p {
    font-size: 1.0625rem;
    padding: 0;
  }

  .odoo-custom-pages .hero-29-txt p {
    padding: 0;
    margin-bottom: 35px;
  }

  .odoo-custom-pages .hero-section .os-version {
    padding: 0 10%;
  }

  /* Hero Buttons */
  .odoo-custom-pages .hero-10-txt .btns-group.mb-25 {
    margin-bottom: 15px;
  }

  .odoo-custom-pages .hero-6-txt .btn.mr-15 {
    margin: 0 15px 15px;
  }

  .odoo-custom-pages .hero-8-txt .btns-group .btn.mr-15,
  .odoo-custom-pages .hero-10-txt .btns-group .btn.mr-15,
  .odoo-custom-pages .hero-13-txt .btns-group .btn.mr-15,
  .odoo-custom-pages .hero-14-txt .btns-group .btn.mr-15 {
    margin: 0 5% 15px;
  }

  /* Hero Social Links */
  .odoo-custom-pages #hero-29 .hero-socials {
    margin-top: 35px;
  }

  .odoo-custom-pages .hero-socials ul li.li-txt {
    display: block !important;
  }

  .odoo-custom-pages .hero-socials span.hero-socials-txt {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  /* Hero Banner */
  .odoo-custom-pages .odoo-custom-pages .hero-banner {
    display: none;
  }

  /* Hero Promo */
  .odoo-custom-pages .hero-promo {
    text-align: center;
    margin: 0 0 -30px;
    padding: 40px 25px 35px;
  }

  .odoo-custom-pages .hero-promo h2 {
    font-size: 4.5rem;
    margin-top: 10px;
  }

  /* Hero Boxes */
  .odoo-custom-pages .hbox-1-wrapper {
    margin: 80px 0 0;
  }

  .odoo-custom-pages #hero-27 .hbox-1-wrapper {
    margin-top: 40px;
  }

  .odoo-custom-pages #hb-1-1,
  .odoo-custom-pages #hb-1-2,
  .odoo-custom-pages #hb-1-3 {
    padding: 45px 30px;
  }

  .odoo-custom-pages .hbox-1 h5 {
    margin-bottom: 15px;
  }

  /* Hero Data */
  .odoo-custom-pages .hero-26-data {
    text-align: center !important;
    padding: 25px 20px 30px;
    margin: -80px 2% 0;
  }

  .odoo-custom-pages .hero-26-data h5 {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  /* Hero Form */
  .odoo-custom-pages #hero-11 .request-form,
  .odoo-custom-pages #hero-17 .request-form {
    margin: 30px 8px 25px;
  }

  .odoo-custom-pages .request-form .form-control {
    display: block;
    width: 100% !important;
    text-align: center;
    height: 56px;
    margin-bottom: 10px;
  }

  .odoo-custom-pages .request-form .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .odoo-custom-pages .request-form .input-group-btn {
    display: block;
    width: 100% !important;
  }

  .odoo-custom-pages .request-form .btn {
    display: block;
    height: 56px;
    width: 100% !important;
    margin: 5px 0 0 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }

  .odoo-custom-pages .hero-form {
    margin: 0 3% 40px;
  }

  .odoo-custom-pages .hero-form form {
    padding: 45px 15px 35px;
  }

  .odoo-custom-pages .hero-form .register-form .btn {
    padding: 16px 30px;
  }

  /* Hero Image */
  .odoo-custom-pages .hero-9-img {
    margin-left: -50%;
  }

  .odoo-custom-pages .hero-9-img img {
    width: 135%;
    position: relative;
    max-width: none;
    display: inline-block;
  }

  .odoo-custom-pages .hero-21-img {
    padding-top: 170px;
    padding-bottom: 130px;
  }

  .odoo-custom-pages .hero-30-img img {
    width: auto;
    max-width: inherit;
    max-height: 85px;
  }

  /*------------------------------------------*/
  /*   CONTENT
  /*------------------------------------------*/

  /* About */
  .odoo-custom-pages #about-1 {
    margin-top: -90px;
  }

  .odoo-custom-pages .about-1-wrapper {
    padding: 45px 15px;
  }

  .odoo-custom-pages .abox-1 {
    text-align: center;
  }

  .odoo-custom-pages #ab-1-1,
  .odoo-custom-pages #ab-1-2 {
    margin-bottom: 30px;
  }

  .odoo-custom-pages .abox-1 h6,
  .odoo-custom-pages .abox-1 h5 {
    line-height: 1.35;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .abox-7-txt h4 {
    font-size: 1.5rem;
  }

  .odoo-custom-pages .about-2-title {
    margin-bottom: 25px;
  }

  .odoo-custom-pages .about-2-btn {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .odoo-custom-pages .about-5-img,
  .odoo-custom-pages .about-6-img {
    height: 220px;
    margin: 40px 15px 40px;
  }

  /* Features */
  .odoo-custom-pages #features-12.tra-bkg:after {
    width: 100%;
    left: 0;
  }

  .odoo-custom-pages .fbox-9-wrapper {
    padding: 0;
    margin-top: 40px;
  }

  .odoo-custom-pages #features-10 .section-title {
    margin-bottom: 40px;
  }

  .odoo-custom-pages #features-4 .section-title p.p-xl {
    padding: 0;
    margin-top: 15px;
  }

  .odoo-custom-pages .fbox-1 {
    padding: 40px 4%;
  }

  .odoo-custom-pages .fbox-2 {
    text-align: center;
    padding: 0 5%;
  }

  .odoo-custom-pages .fbox-3 {
    text-align: center;
    padding: 0 3%;
  }

  .odoo-custom-pages .fbox-4 {
    padding: 40px 10%;
  }

  .odoo-custom-pages .fbox-5 {
    padding: 45px 10%;
  }

  .odoo-custom-pages .fbox-6 {
    padding: 50px 20px;
  }

  .odoo-custom-pages .fbox-8 {
    padding: 35px 14%;
  }

  .odoo-custom-pages #fb-10-1,
  .odoo-custom-pages #fb-10-2 {
    margin-top: 0;
  }

  .odoo-custom-pages .fbox-13-txt {
    padding: 100px 30px 40px;
  }

  .odoo-custom-pages .fbox-13 h5 {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }

  .odoo-custom-pages .fbox-12 p {
    padding: 0;
  }

  .odoo-custom-pages .fbox-6-ico {
    padding-right: 20px;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .step {
    width: 40px;
    height: 40px;
    margin: 0 auto 25px;
  }

  .odoo-custom-pages .step span {
    font-size: 20px;
    line-height: 40px;
  }

  /* Content */
  .odoo-custom-pages #content-10:after {
    width: 100%;
    height: 35%;
    top: 62%;
    left: 0;
  }

  .odoo-custom-pages #content-11:after {
    width: 100%;
    height: 35%;
    top: 55%;
    left: 0;
  }

  .odoo-custom-pages #content-3 .txt-block {
    margin-top: 40px;
    padding-bottom: 80px;
  }

  .odoo-custom-pages #content-11 .txt-block,
  .odoo-custom-pages #content-12 .txt-block {
    margin-bottom: 40px;
  }

  .odoo-custom-pages .content-12-txt {
    padding: 45px 20px;
  }

  .odoo-custom-pages .content-12-txt h4 {
    margin-bottom: 15px;
  }

  .odoo-custom-pages #content-4.pt-100 {
    padding-bottom: 70px;
  }

  .odoo-custom-pages #content-4.pt-100 .img-block.left-column {
    margin-bottom: 40px;
  }

  .odoo-custom-pages .content-6-img {
    padding: 0;
  }

  /* Promo */
  .odoo-custom-pages #pb-1-1,
  .odoo-custom-pages #pb-1-2 {
    margin-bottom: 30px;
  }

  /* Card */
  .odoo-custom-pages .card-2 {
    margin: 0 5px 30px;
  }

  .odoo-custom-pages .card-3 {
    padding: 50px 15px;
  }

  .odoo-custom-pages .card-1-txt {
    padding: 35px 25px;
  }

  .odoo-custom-pages .card-2-txt {
    padding: 45px 15px 40px;
  }

  .odoo-custom-pages .card-2-txt .card-price {
    top: -20px;
    right: 10px;
    padding: 6px 14px;
    font-size: 1.15rem;
  }

  .odoo-custom-pages .card-3 h6 {
    font-size: 1.2rem;
    margin-top: 25px;
    margin-bottom: 8px;
  }

  .odoo-custom-pages .card-3 p {
    font-size: 1rem;
  }

  /* Gallery */
  .odoo-custom-pages #gallery-1.bg-50 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .odoo-custom-pages #gallery-1.bg-50:after {
    width: 74%;
    height: 100%;
    left: 13%;
  }

  .odoo-custom-pages .gallery-wrap {
    margin-bottom: 0;
  }

  .odoo-custom-pages .masonry-filter.mb-40 {
    text-align: center;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .masonry-filter.mb-50 {
    text-align: center;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .masonry-filter button {
    width: 100%;
    display: block !important;
    padding: 1rem 0;
    float: none !important;
    font-size: 0.95rem;
    margin: 0 0 5px 0;
  }

  .odoo-custom-pages .masonry-filter button.is-checked:before {
    opacity: 0;
  }

  .odoo-custom-pages .masonry-filter button:hover {
    background-color: #f5f5f5;
    border-bottom: none;
  }

  .odoo-custom-pages .bg-dark .masonry-filter button:hover {
    background-color: #424242;
    color: #fff;
    border-bottom: none;
  }

  .odoo-custom-pages .masonry-filter button.is-checked {
    background-color: #f0f0f0;
    border-bottom: none;
  }

  .odoo-custom-pages .bg-dark .masonry-filter button.is-checked {
    background-color: #393939;
    color: #fff;
    border-bottom: none;
  }

  .odoo-custom-pages .masonry-wrap .masonry-image {
    width: 100%;
    padding: 0 15px;
  }

  .odoo-custom-pages .masonry-wrap .masonry-image.first-img {
    margin-top: 0;
  }

  .odoo-custom-pages #gallery-3 .masonry-wrap .masonry-image {
    width: 100%;
    padding: 0;
  }

  .odoo-custom-pages .project-meta-txt span {
    font-size: 1.05rem;
  }

  .odoo-custom-pages #img-4-1,
  .odoo-custom-pages #img-4-2,
  .odoo-custom-pages #img-4-3,
  .odoo-custom-pages #img-4-4 {
    padding: 0 15px;
  }

  .odoo-custom-pages #img-4-1.gallery-image,
  .odoo-custom-pages #img-4-2.gallery-image,
  .odoo-custom-pages #img-4-3.gallery-image {
    margin-bottom: 30px;
  }

  .odoo-custom-pages #img-5-1,
  .odoo-custom-pages #img-5-2,
  .odoo-custom-pages #img-5-3 {
    padding: 0 30px;
  }

  .odoo-custom-pages #gallery-4 .project-meta-txt {
    bottom: 55px;
  }

  .odoo-custom-pages #gallery-4 .project-link {
    bottom: 25px;
  }

  .odoo-custom-pages .gallery-section .slick-dots {
    display: none;
  }

  /* Single Project */
  .odoo-custom-pages .project-info p {
    font-size: 0.95rem;
  }

  .odoo-custom-pages .project-info p span {
    right: 0;
    bottom: 17px;
  }

  .odoo-custom-pages .project-2-description .project-info p span {
    right: 0;
    bottom: 8px;
  }

  /* Video */
  .odoo-custom-pages #video-1 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .odoo-custom-pages #video-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .odoo-custom-pages #video-2 h2 {
    margin-bottom: 15px;
  }

  /* Team */
  .odoo-custom-pages #team-2 .col-lg-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .odoo-custom-pages .tm-meta h5.fraunces-font {
    font-size: 1.5rem;
  }

  .odoo-custom-pages .tm-meta h6.fraunces-font {
    font-size: 1.3rem;
  }

  .odoo-custom-pages .tm-meta h6.h6-lg {
    font-size: 1.275rem;
  }

  .odoo-custom-pages .tm-meta h6.h6-xs {
    font-size: 1.1875rem;
  }

  .odoo-custom-pages .tm-meta p {
    font-size: 1.175rem;
  }

  /* Pricing */
  .odoo-custom-pages .pricing-1-table,
  .odoo-custom-pages .pricing-2-table,
  .odoo-custom-pages .pricing-4-table {
    margin-left: 0;
    margin-right: 0;
  }

  .odoo-custom-pages .pricing-1-table,
  .odoo-custom-pages .pricing-1-table.highlight {
    padding: 60px 25px;
  }

  .odoo-custom-pages .pricing-1-table span.price,
  .odoo-custom-pages .pricing-2-table span.price,
  .odoo-custom-pages .pricing-4-table span.price,
  .odoo-custom-pages .pricing-5-table span.price {
    font-size: 70px;
  }

  .odoo-custom-pages .pricing-1-table sup,
  .odoo-custom-pages .pricing-2-table sup,
  .odoo-custom-pages .pricing-4-table sup,
  .odoo-custom-pages .pricing-5-table sup {
    font-size: 40px;
    font-weight: 700;
    top: -17px;
    right: 3px;
  }

  .odoo-custom-pages .pricing-2-table sup,
  .odoo-custom-pages .pricing-4-table sup,
  .odoo-custom-pages .pricing-5-table sup {
    font-size: 40px;
  }

  .odoo-custom-pages .pricing-2-table sup.pricing-coins,
  .odoo-custom-pages .pricing-5-table sup.pricing-coins {
    font-size: 35px;
    top: -25px;
  }

  .odoo-custom-pages .pricing-table-badge {
    top: 15px;
    right: 20px;
    font-size: 0.85rem;
  }

  .odoo-custom-pages ul.features {
    font-size: 1rem;
  }

  .odoo-custom-pages .pricing-list li {
    margin: 0 0 20px;
  }

  .odoo-custom-pages .pricing-notice p {
    padding: 0;
  }

  /* Testimonials */
  .odoo-custom-pages .review-1 {
    padding: 40px 20px;
  }

  .odoo-custom-pages .review-1-txt {
    text-align: center;
    padding: 0;
    margin-top: 10px;
  }

  .odoo-custom-pages .review-1-txt p.p-md {
    margin-bottom: 20px;
  }

  .odoo-custom-pages .review-1-brand {
    text-align: center;
  }

  .odoo-custom-pages .review-1-brand img {
    max-height: 75px;
    padding-left: 0;
  }

  .odoo-custom-pages .review-2,
  .odoo-custom-pages .review-3 {
    padding: 45px 30px;
    margin: 0 5px 40px;
  }

  .odoo-custom-pages .reviews-4-txt h3 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  /* Brands */
  .odoo-custom-pages #brands-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .odoo-custom-pages .brands-section h4 {
    padding: 0;
    margin-bottom: 40px;
  }

  .odoo-custom-pages #brands-1 .brand-logo {
    padding: 0 4px;
  }

  .odoo-custom-pages #brands-2 .brand-logo {
    width: 50%;
    padding: 0 4px;
  }

  .odoo-custom-pages #brands-3 .brand-logo img {
    padding: 0 20%;
  }

  .odoo-custom-pages #brands-3 .brand-logo h5 {
    margin: 10px 0;
  }

  /* Statistic */
  .odoo-custom-pages .statistic-block h3,
  .odoo-custom-pages .statistic-block h2 {
    font-size: 3rem;
  }

  .odoo-custom-pages #statistic-3 .statistic-block-txt h4,
  .odoo-custom-pages #statistic-4 .statistic-block h3,
  .odoo-custom-pages #statistic-5 .statistic-block-txt h4,
  .odoo-custom-pages #statistic-5 .statistic-block-txt h3 {
    font-size: 2.5rem;
  }

  .odoo-custom-pages #statistic-2 .statistic-block p {
    padding: 0 15%;
  }

  .odoo-custom-pages .s-icon.ico-60 [class*="flaticon-"]:before,
  .odoo-custom-pages .s-icon.ico-60 [class*="flaticon-"]:after,
  .odoo-custom-pages .statistic-5-wrapper .s-icon.ico-70 [class*="flaticon-"]:before,
  .odoo-custom-pages .statistic-5-wrapper .s-icon.ico-70 [class*="flaticon-"]:after {
    font-size: 3.85rem;
  }

  /* Call To Action */
  .odoo-custom-pages .cta-3-wrapper {
    padding: 35px 30px;
    margin: 0;
  }

  .odoo-custom-pages .cta-1-txt,
  .odoo-custom-pages .cta-1-btn.text-right {
    text-align: center !important;
  }

  .odoo-custom-pages .cta-4-txt {
    padding: 0 8%;
  }

  .odoo-custom-pages .cta-5-txt {
    padding: 0 5%;
  }

  .odoo-custom-pages .cta-2-txt h3 {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .odoo-custom-pages .cta-3-txt h4 {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .cta-4-txt h4 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .cta-5-txt h4 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .odoo-custom-pages .cta-6-txt h3 {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .odoo-custom-pages .cta-1-txt p {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .cta-2-txt p {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .cta-6-txt p {
    padding: 0 4%;
  }

  .odoo-custom-pages .cta-3-btns .btn.mr-10 {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .cta-5-btn .btn.mr-15 {
    margin: 0 15px 15px;
  }

  .odoo-custom-pages .cta-6-btn .btn {
    margin: 0 10px 20px;
  }

  /* Banner */
  .odoo-custom-pages #banner-1 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .odoo-custom-pages .banner-1-txt h2 {
    padding: 0;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .banner-2-txt h2 {
    font-size: 2.15rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .banner-3-txt h6 {
    font-size: 0.95rem;
  }

  .odoo-custom-pages .banner-3-txt h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .banner-1-txt p {
    font-size: 1rem;
    padding: 0;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .banner-2-txt p {
    padding: 0;
    margin-bottom: 30px;
  }

  .odoo-custom-pages .banner-section .btns-group .btn.mr-15 {
    margin: 0 5% 15px;
  }

  .odoo-custom-pages .btns-group a.mr-25 {
    margin-right: 15px;
  }

  .odoo-custom-pages .banner-3-txt .os-version {
    padding: 0 8%;
    line-height: 1.5;
  }

  /* Download */
  .odoo-custom-pages #download-1 {
    background-position: right center;
  }

  .odoo-custom-pages .download-logo {
    margin-bottom: 25px;
  }

  .odoo-custom-pages .download-logo img {
    max-height: 85px;
  }

  .odoo-custom-pages .download-1-txt {
    text-align: center;
  }

  .odoo-custom-pages #download-2 .txt-block {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .odoo-custom-pages .download-1-txt p.p-lg {
    padding: 0;
  }

  /* FAQs */
  .odoo-custom-pages #faqs-1 h6.h6-lg {
    line-height: 1.4;
  }

  .odoo-custom-pages #accordion .card-header h5 span {
    display: none;
  }

  .odoo-custom-pages #faqs-2 .card-header {
    padding: 20px 0;
  }

  .odoo-custom-pages #accordion .card-header h5 {
    font-size: 1.15rem;
    line-height: 1.4;
    padding-right: 20px;
  }

  .odoo-custom-pages #faqs-2 #accordion [data-toggle="collapse"].collapsed:after,
  .odoo-custom-pages #faqs-2 #accordion [data-toggle="collapse"]:after {
    font-size: 0.75rem;
    top: 26px;
    right: 0px;
  }

  .odoo-custom-pages .faqs-contacts-wrapper {
    margin: 0;
  }

  .odoo-custom-pages .faqs-contacts {
    padding: 40px 15px;
    margin-top: 40px;
  }

  .odoo-custom-pages .more-questions {
    padding: 40px 20px;
    margin: 30px 0 0;
  }

  .odoo-custom-pages .more-questions-txt {
    text-align: center;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .faqs-contacts h5.h5-xs {
    font-size: 1.175rem;
  }

  .odoo-custom-pages .more-questions-title p {
    padding: 0;
  }

  .odoo-custom-pages .more-questions-txt p {
    font-size: 1rem;
  }

  .odoo-custom-pages .more-questions .col-lg-3.text-right {
    text-align: center !important;
  }

  /* Newsletter */
  .odoo-custom-pages .newsletter-txt {
    padding: 0 5px;
  }

  .odoo-custom-pages .newsletter-section .form-control {
    display: block;
    width: 100% !important;
    text-align: center;
    height: 54px;
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .newsletter-section .input-group-btn {
    display: block;
    width: 100% !important;
  }

  .odoo-custom-pages .newsletter-section .btn {
    margin-left: 0;
  }

  .odoo-custom-pages .newsletter-txt p {
    padding: 0;
  }

  .odoo-custom-pages .newsletter-form p.p-sm a {
    display: block;
  }

  /* Blog */
  .odoo-custom-pages .blog-post-txt {
    padding: 35px 15px 30px;
  }

  .odoo-custom-pages #blog-2 .blog-post-txt {
    padding: 30px 0 20px;
  }

  .odoo-custom-pages #blog-3 .blog-post-txt {
    padding: 35px 15px 20px;
  }

  .odoo-custom-pages .blog-post-txt h5.h5-xs {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }

  .odoo-custom-pages .blog-2-post h5.h5-md {
    font-size: 1.6rem;
  }

  .odoo-custom-pages .blog-3-post h5.fraunces-font {
    font-size: 1.4rem;
  }

  .odoo-custom-pages #blog-2 .post-author h5 {
    margin-bottom: 8px;
  }

  .odoo-custom-pages .post-author span,
  .odoo-custom-pages .post-date {
    font-size: 1rem;
  }

  .odoo-custom-pages .post-link.ico-20 [class*="flaticon-"]:before,
  .odoo-custom-pages .post-link.ico-20 [class*="flaticon-"]:after {
    font-size: 1.3rem;
  }

  .odoo-custom-pages ul.blog-category-list>li p {
    font-size: 1rem;
  }

  .odoo-custom-pages .badge {
    font-size: 0.9rem;
    padding: 6px 10px;
    margin-right: 3px;
    margin-bottom: 10px;
  }

  .odoo-custom-pages .badge a {
    font-size: 0.9rem;
  }

  .odoo-custom-pages .quote {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .odoo-custom-pages .quote p {
    font-size: 1.05rem !important;
  }

  .odoo-custom-pages .post-tags-list span a {
    font-size: 0.92rem;
    padding: 5px 10px;
  }

  .odoo-custom-pages .post-share-links .share-social-icons a.share-ico span {
    width: 30px;
    height: 30px;
    font-size: 17px;
    margin-right: 5px;
  }

  .odoo-custom-pages #leave-comment h5 {
    margin-bottom: 12px;
  }

  .odoo-custom-pages .comments-wrapper img {
    width: 60px;
    height: 60px;
    margin-right: 14px;
  }

  .odoo-custom-pages .comments-wrapper a.mr-25 {
    margin-right: 0;
  }

  .odoo-custom-pages .comment-meta h6 {
    margin-bottom: 4px;
  }

  /* Contacts */
  .odoo-custom-pages #contacts-2 {
    padding-bottom: 20px;
  }

  .odoo-custom-pages .contact-2-box {
    padding-left: 0;
    margin-bottom: 37px;
  }

  .odoo-custom-pages .contact-1-box p,
  .odoo-custom-pages .contact-3-box p {
    font-size: 1.1rem;
  }

  .odoo-custom-pages .contact-2-box p {
    font-size: 1.05rem;
  }

  /* Google Map */
  .odoo-custom-pages .google-map {
    padding: 0px 0px 86%;
  }

  /* Footer */
  .odoo-custom-pages .footer h6.fraunces-font {
    font-size: 1.3rem;
  }

  .odoo-custom-pages .footer p,
  .odoo-custom-pages .footer a {
    font-size: 1rem;
  }

  .odoo-custom-pages .footer a.foo-tag {
    font-size: 0.935rem;
  }

  .odoo-custom-pages .footer-logo img,
  .odoo-custom-pages #footer-3 .footer-logo img {
    max-height: 42px;
  }

  .odoo-custom-pages .footer-img img.insta-img {
    width: 88px;
    height: 88px;
    margin: 4px;
  }

  .odoo-custom-pages .footer-tags-list li {
    margin: 8px 1px;
  }

  .odoo-custom-pages .foo-tag {
    padding: 5px 8px;
  }

  .odoo-custom-pages #footer-5 .footer-store-badges {
    text-align: left !important;
  }

  .odoo-custom-pages .footer-store-badges .store {
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .odoo-custom-pages .foo-socials a {
    width: 35px;
    height: 35px;
    margin: 0 5px;
  }

  .odoo-custom-pages .footer-form .form-control {
    height: 52px;
    font-size: 1.05rem;
  }

  .odoo-custom-pages .footer-form .btn {
    height: 52px;
    font-size: 1.75rem;
  }

  .odoo-custom-pages .bottom-footer {
    margin-top: 0;
  }

  .odoo-custom-pages .footer-copyright p {
    line-height: 1.45;
  }

  .odoo-custom-pages .bottom-footer-list li {
    margin: 0 6px 0 0;
  }

  .odoo-custom-pages .footer-copyright p,
  .odoo-custom-pages .bottom-footer-list p,
  .odoo-custom-pages .bottom-footer-list a {
    font-size: 0.975rem !important;
  }

  .odoo-custom-pages .bottom-footer-list span {
    display: none;
  }

  .odoo-custom-pages .bottom-footer-list p:after {
    padding-left: 8px;
  }

  /* Inner Page Hero */
  .odoo-custom-pages .page-hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* Breadcrumb */
  .odoo-custom-pages #breadcrumb {
    margin-bottom: 18px;
  }

  .odoo-custom-pages .breadcrumb-item a,
  .odoo-custom-pages .breadcrumb-item.active {
    font-size: 0.875rem;
  }

  /* Breadcrumb */
  .odoo-custom-pages #breadcrumb {
    margin-bottom: 10px;
  }


}




@media (min-width: 576px) {
  .odoo-custom-pages .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .odoo-custom-pages .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .odoo-custom-pages .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .odoo-custom-pages .container {
    max-width: 1140px;
  }
} /*
 * # Semantic UI - 2.4.2
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/**//*!
 * # Semantic UI - Reset
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}html{-webkit-box-sizing:border-box;box-sizing:border-box}input[type=email],input[type=password],input[type=search],input[type=text]{-webkit-appearance:none;-moz-appearance:none}/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-size:100%;line-height:1.15;margin:0}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{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}/*!
 * # Semantic UI - Site
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 *//*body,html{height:100%}html{font-size:14px}body{margin:0;padding:0;overflow-x:hidden;min-width:320px;background:#fff;font-size:14px;line-height:1.4285em;color:rgba(0,0,0,.87);font-smoothing:antialiased}h1,h2,h3,h4,h5{line-height:1.28571429em;margin:calc(2rem - .14285714em) 0 1rem;font-weight:700;padding:0}h1{min-height:1rem;font-size:2rem}h2{font-size:1.71428571rem}h3{font-size:1.28571429rem}h4{font-size:1.07142857rem}h5{font-size:1rem}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child{margin-bottom:0}p{margin:0 0 1em;line-height:1.4285em}p:first-child{margin-top:0}p:last-child{margin-bottom:0}a{color:#4183c4;text-decoration:none}a:hover{color:#1e70bf;text-decoration:none}::-webkit-selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}::-moz-selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}::selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}input::-webkit-selection,textarea::-webkit-selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)}input::-moz-selection,textarea::-moz-selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)}input::selection,textarea::selection{background-color:rgba(100,100,100,.4);color:rgba(0,0,0,.87)}body ::-webkit-scrollbar{-webkit-appearance:none;width:10px;height:10px}body ::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:0}body ::-webkit-scrollbar-thumb{cursor:pointer;border-radius:5px;background:rgba(0,0,0,.25);-webkit-transition:color .2s ease;transition:color .2s ease}body ::-webkit-scrollbar-thumb:window-inactive{background:rgba(0,0,0,.15)}body ::-webkit-scrollbar-thumb:hover{background:rgba(128,135,139,.8)}body .ui.inverted::-webkit-scrollbar-track{background:rgba(255,255,255,.1)}body .ui.inverted::-webkit-scrollbar-thumb{background:rgba(255,255,255,.25)}body .ui.inverted::-webkit-scrollbar-thumb:window-inactive{background:rgba(255,255,255,.15)}body .ui.inverted::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.35)}*//*!
 * # Semantic UI - Button
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 *//*.ui.button{cursor:pointer;display:inline-block;min-height:1em;outline:0;border:none;vertical-align:baseline;background:#e0e1e2 none;color:rgba(0,0,0,.6);margin:0 .25em 0 0;padding:.78571429em 1.5em .78571429em;text-transform:none;text-shadow:none;font-weight:700;line-height:1em;font-style:normal;text-align:center;text-decoration:none;border-radius:.28571429rem;-webkit-box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;will-change:'';-webkit-tap-highlight-color:transparent}.ui.button:hover{background-color:#cacbcd;background-image:none;-webkit-box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;color:rgba(0,0,0,.8)}.ui.button:hover .icon{opacity:.85}.ui.button:focus{background-color:#cacbcd;color:rgba(0,0,0,.8);background-image:''!important;-webkit-box-shadow:''!important;box-shadow:''!important}.ui.button:focus .icon{opacity:.85}.ui.active.button:active,.ui.button:active{background-color:#babbbc;background-image:'';color:rgba(0,0,0,.9);-webkit-box-shadow:0 0 0 1px transparent inset,none;box-shadow:0 0 0 1px transparent inset,none}.ui.active.button{background-color:#c0c1c2;background-image:none;-webkit-box-shadow:0 0 0 1px transparent inset;box-shadow:0 0 0 1px transparent inset;color:rgba(0,0,0,.95)}.ui.active.button:hover{background-color:#c0c1c2;background-image:none;color:rgba(0,0,0,.95)}.ui.active.button:active{background-color:#c0c1c2;background-image:none}.ui.loading.loading.loading.loading.loading.loading.button{position:relative;cursor:default;text-shadow:none!important;color:transparent!important;opacity:1;pointer-events:auto;-webkit-transition:all 0s linear,opacity .1s ease;transition:all 0s linear,opacity .1s ease}.ui.loading.button:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.15)}.ui.loading.button:after{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#fff transparent transparent;border-style:solid;border-width:.2em;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}.ui.labeled.icon.loading.button .icon{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}@-webkit-keyframes button-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes button-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.basic.loading.button:not(.inverted):before{border-color:rgba(0,0,0,.1)}.ui.basic.loading.button:not(.inverted):after{border-top-color:#767676}.ui.button:disabled,.ui.buttons .disabled.button,.ui.disabled.active.button,.ui.disabled.button,.ui.disabled.button:hover{cursor:default;opacity:.45!important;background-image:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;pointer-events:none!important}.ui.basic.buttons .ui.disabled.button{border-color:rgba(34,36,38,.5)}.ui.animated.button{position:relative;overflow:hidden;padding-right:0!important;vertical-align:middle;z-index:1}.ui.animated.button .content{will-change:transform,opacity}.ui.animated.button .visible.content{position:relative;margin-right:1.5em}.ui.animated.button .hidden.content{position:absolute;width:100%}.ui.animated.button .hidden.content,.ui.animated.button .visible.content{-webkit-transition:right .3s ease 0s;transition:right .3s ease 0s}.ui.animated.button .visible.content{left:auto;right:0}.ui.animated.button .hidden.content{top:50%;left:auto;right:-100%;margin-top:-.5em}.ui.animated.button:focus .visible.content,.ui.animated.button:hover .visible.content{left:auto;right:200%}.ui.animated.button:focus .hidden.content,.ui.animated.button:hover .hidden.content{left:auto;right:0}.ui.vertical.animated.button .hidden.content,.ui.vertical.animated.button .visible.content{-webkit-transition:top .3s ease,-webkit-transform .3s ease;transition:top .3s ease,-webkit-transform .3s ease;transition:top .3s ease,transform .3s ease;transition:top .3s ease,transform .3s ease,-webkit-transform .3s ease}.ui.vertical.animated.button .visible.content{-webkit-transform:translateY(0);transform:translateY(0);right:auto}.ui.vertical.animated.button .hidden.content{top:-50%;left:0;right:auto}.ui.vertical.animated.button:focus .visible.content,.ui.vertical.animated.button:hover .visible.content{-webkit-transform:translateY(200%);transform:translateY(200%);right:auto}.ui.vertical.animated.button:focus .hidden.content,.ui.vertical.animated.button:hover .hidden.content{top:50%;right:auto}.ui.fade.animated.button .hidden.content,.ui.fade.animated.button .visible.content{-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease,-webkit-transform .3s ease}.ui.fade.animated.button .visible.content{left:auto;right:auto;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.ui.fade.animated.button .hidden.content{opacity:0;left:0;right:auto;-webkit-transform:scale(1.5);transform:scale(1.5)}.ui.fade.animated.button:focus .visible.content,.ui.fade.animated.button:hover .visible.content{left:auto;right:auto;opacity:0;-webkit-transform:scale(.75);transform:scale(.75)}.ui.fade.animated.button:focus .hidden.content,.ui.fade.animated.button:hover .hidden.content{left:0;right:auto;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.ui.inverted.button{-webkit-box-shadow:0 0 0 2px #fff inset!important;box-shadow:0 0 0 2px #fff inset!important;background:transparent none;color:#fff;text-shadow:none!important}.ui.inverted.buttons .button{margin:0 0 0 -2px}.ui.inverted.buttons .button:first-child{margin-left:0}.ui.inverted.vertical.buttons .button{margin:0 0 -2px 0}.ui.inverted.vertical.buttons .button:first-child{margin-top:0}.ui.inverted.button:hover{background:#fff;-webkit-box-shadow:0 0 0 2px #fff inset!important;box-shadow:0 0 0 2px #fff inset!important;color:rgba(0,0,0,.8)}.ui.inverted.button.active,.ui.inverted.button:focus{background:#fff;-webkit-box-shadow:0 0 0 2px #fff inset!important;box-shadow:0 0 0 2px #fff inset!important;color:rgba(0,0,0,.8)}.ui.inverted.button.active:focus{background:#dcddde;-webkit-box-shadow:0 0 0 2px #dcddde inset!important;box-shadow:0 0 0 2px #dcddde inset!important;color:rgba(0,0,0,.8)}.ui.labeled.button:not(.icon){display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background:0 0!important;padding:0!important;border:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.ui.labeled.button>.button{margin:0}.ui.labeled.button>.label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 0 -1px!important;padding:'';font-size:1em;border-color:rgba(34,36,38,.15)}.ui.labeled.button>.tag.label:before{width:1.85em;height:1.85em}.ui.labeled.button:not([class*="left labeled"])>.button{border-top-right-radius:0;border-bottom-right-radius:0}.ui.labeled.button:not([class*="left labeled"])>.label{border-top-left-radius:0;border-bottom-left-radius:0}.ui[class*="left labeled"].button>.button{border-top-left-radius:0;border-bottom-left-radius:0}.ui[class*="left labeled"].button>.label{border-top-right-radius:0;border-bottom-right-radius:0}.ui.facebook.button{background-color:#3b5998;color:#fff;text-shadow:none;background-image:none;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.facebook.button:hover{background-color:#304d8a;color:#fff;text-shadow:none}.ui.facebook.button:active{background-color:#2d4373;color:#fff;text-shadow:none}.ui.twitter.button{background-color:#55acee;color:#fff;text-shadow:none;background-image:none;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.twitter.button:hover{background-color:#35a2f4;color:#fff;text-shadow:none}.ui.twitter.button:active{background-color:#2795e9;color:#fff;text-shadow:none}.ui.google.plus.button{background-color:#dd4b39;color:#fff;text-shadow:none;background-image:none;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.google.plus.button:hover{background-color:#e0321c;color:#fff;text-shadow:none}.ui.google.plus.button:active{background-color:#c23321;color:#fff;text-shadow:none}.ui.linkedin.button{background-color:#1f88be;color:#fff;text-shadow:none}.ui.linkedin.button:hover{background-color:#147baf;color:#fff;text-shadow:none}.ui.linkedin.button:active{background-color:#186992;color:#fff;text-shadow:none}.ui.youtube.button{background-color:red;color:#fff;text-shadow:none;background-image:none;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.youtube.button:hover{background-color:#e60000;color:#fff;text-shadow:none}.ui.youtube.button:active{background-color:#c00;color:#fff;text-shadow:none}.ui.instagram.button{background-color:#49769c;color:#fff;text-shadow:none;background-image:none;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.instagram.button:hover{background-color:#3d698e;color:#fff;text-shadow:none}.ui.instagram.button:active{background-color:#395c79;color:#fff;text-shadow:none}.ui.pinterest.button{background-color:#bd081c;color:#fff;text-shadow:none;background-image:none;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.pinterest.button:hover{background-color:#ac0013;color:#fff;text-shadow:none}.ui.pinterest.button:active{background-color:#8c0615;color:#fff;text-shadow:none}.ui.vk.button{background-color:#4d7198;color:#fff;background-image:none;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.vk.button:hover{background-color:#41648a;color:#fff}.ui.vk.button:active{background-color:#3c5876;color:#fff}.ui.button>.icon:not(.button){height:.85714286em;opacity:.8;margin:0 .42857143em 0 -.21428571em;-webkit-transition:opacity .1s ease;transition:opacity .1s ease;vertical-align:'';color:''}.ui.button:not(.icon)>.icon:not(.button):not(.dropdown){margin:0 .42857143em 0 -.21428571em}.ui.button:not(.icon)>.right.icon:not(.button):not(.dropdown){margin:0 -.21428571em 0 .42857143em}.ui[class*="left floated"].button,.ui[class*="left floated"].buttons{float:left;margin-left:0;margin-right:.25em}.ui[class*="right floated"].button,.ui[class*="right floated"].buttons{float:right;margin-right:0;margin-left:.25em}.ui.compact.button,.ui.compact.buttons .button{padding:.58928571em 1.125em .58928571em}.ui.compact.icon.button,.ui.compact.icon.buttons .button{padding:.58928571em .58928571em .58928571em}.ui.compact.labeled.icon.button,.ui.compact.labeled.icon.buttons .button{padding:.58928571em 3.69642857em .58928571em}.ui.mini.button,.ui.mini.buttons .button,.ui.mini.buttons .or{font-size:.78571429rem}.ui.tiny.button,.ui.tiny.buttons .button,.ui.tiny.buttons .or{font-size:.85714286rem}.ui.small.button,.ui.small.buttons .button,.ui.small.buttons .or{font-size:.92857143rem}.ui.button,.ui.buttons .button,.ui.buttons .or{font-size:1rem}.ui.large.button,.ui.large.buttons .button,.ui.large.buttons .or{font-size:1.14285714rem}.ui.big.button,.ui.big.buttons .button,.ui.big.buttons .or{font-size:1.28571429rem}.ui.huge.button,.ui.huge.buttons .button,.ui.huge.buttons .or{font-size:1.42857143rem}.ui.massive.button,.ui.massive.buttons .button,.ui.massive.buttons .or{font-size:1.71428571rem}.ui.icon.button,.ui.icon.buttons .button{padding:.78571429em .78571429em .78571429em}.ui.icon.button>.icon,.ui.icon.buttons .button>.icon{opacity:.9;margin:0!important;vertical-align:top}.ui.basic.button,.ui.basic.buttons .button{background:transparent none!important;color:rgba(0,0,0,.6)!important;font-weight:400;border-radius:.28571429rem;text-transform:none;text-shadow:none!important;-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px rgba(34,36,38,.15) inset}.ui.basic.buttons{-webkit-box-shadow:none;box-shadow:none;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem}.ui.basic.buttons .button{border-radius:0}.ui.basic.button:hover,.ui.basic.buttons .button:hover{background:#fff!important;color:rgba(0,0,0,.8)!important;-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset}.ui.basic.button:focus,.ui.basic.buttons .button:focus{background:#fff!important;color:rgba(0,0,0,.8)!important;-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset}.ui.basic.button:active,.ui.basic.buttons .button:active{background:#f8f8f8!important;color:rgba(0,0,0,.9)!important;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 1px 4px 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 1px 4px 0 rgba(34,36,38,.15) inset}.ui.basic.active.button,.ui.basic.buttons .active.button{background:rgba(0,0,0,.05)!important;-webkit-box-shadow:''!important;box-shadow:''!important;color:rgba(0,0,0,.95)!important}.ui.basic.active.button:hover,.ui.basic.buttons .active.button:hover{background-color:rgba(0,0,0,.05)}.ui.basic.buttons .button:hover{-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset inset;box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset inset}.ui.basic.buttons .button:active{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 1px 4px 0 rgba(34,36,38,.15) inset inset;box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 1px 4px 0 rgba(34,36,38,.15) inset inset}.ui.basic.buttons .active.button{-webkit-box-shadow:''!important;box-shadow:''!important}.ui.basic.inverted.button,.ui.basic.inverted.buttons .button{background-color:transparent!important;color:#f9fafb!important;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important}.ui.basic.inverted.button:hover,.ui.basic.inverted.buttons .button:hover{color:#fff!important;-webkit-box-shadow:0 0 0 2px #fff inset!important;box-shadow:0 0 0 2px #fff inset!important}.ui.basic.inverted.button:focus,.ui.basic.inverted.buttons .button:focus{color:#fff!important;-webkit-box-shadow:0 0 0 2px #fff inset!important;box-shadow:0 0 0 2px #fff inset!important}.ui.basic.inverted.button:active,.ui.basic.inverted.buttons .button:active{background-color:rgba(255,255,255,.08)!important;color:#fff!important;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.9) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.9) inset!important}.ui.basic.inverted.active.button,.ui.basic.inverted.buttons .active.button{background-color:rgba(255,255,255,.08);color:#fff;text-shadow:none;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.7) inset;box-shadow:0 0 0 2px rgba(255,255,255,.7) inset}.ui.basic.inverted.active.button:hover,.ui.basic.inverted.buttons .active.button:hover{background-color:rgba(255,255,255,.15);-webkit-box-shadow:0 0 0 2px #fff inset!important;box-shadow:0 0 0 2px #fff inset!important}.ui.basic.buttons .button{border-left:1px solid rgba(34,36,38,.15);-webkit-box-shadow:none;box-shadow:none}.ui.basic.vertical.buttons .button{border-left:none}.ui.basic.vertical.buttons .button{border-left-width:0;border-top:1px solid rgba(34,36,38,.15)}.ui.basic.vertical.buttons .button:first-child{border-top-width:0}.ui.labeled.icon.button,.ui.labeled.icon.buttons .button{position:relative;padding-left:4.07142857em!important;padding-right:1.5em!important}.ui.labeled.icon.button>.icon,.ui.labeled.icon.buttons>.button>.icon{position:absolute;height:100%;line-height:1;border-radius:0;border-top-left-radius:inherit;border-bottom-left-radius:inherit;text-align:center;margin:0;width:2.57142857em;background-color:rgba(0,0,0,.05);color:'';-webkit-box-shadow:-1px 0 0 0 transparent inset;box-shadow:-1px 0 0 0 transparent inset}.ui.labeled.icon.button>.icon,.ui.labeled.icon.buttons>.button>.icon{top:0;left:0}.ui[class*="right labeled"].icon.button{padding-right:4.07142857em!important;padding-left:1.5em!important}.ui[class*="right labeled"].icon.button>.icon{left:auto;right:0;border-radius:0;border-top-right-radius:inherit;border-bottom-right-radius:inherit;-webkit-box-shadow:1px 0 0 0 transparent inset;box-shadow:1px 0 0 0 transparent inset}.ui.labeled.icon.button>.icon:after,.ui.labeled.icon.button>.icon:before,.ui.labeled.icon.buttons>.button>.icon:after,.ui.labeled.icon.buttons>.button>.icon:before{display:block;position:absolute;width:100%;top:50%;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ui.labeled.icon.buttons .button>.icon{border-radius:0}.ui.labeled.icon.buttons .button:first-child>.icon{border-top-left-radius:.28571429rem;border-bottom-left-radius:.28571429rem}.ui.labeled.icon.buttons .button:last-child>.icon{border-top-right-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.vertical.labeled.icon.buttons .button:first-child>.icon{border-radius:0;border-top-left-radius:.28571429rem}.ui.vertical.labeled.icon.buttons .button:last-child>.icon{border-radius:0;border-bottom-left-radius:.28571429rem}.ui.fluid[class*="left labeled"].icon.button,.ui.fluid[class*="right labeled"].icon.button{padding-left:1.5em!important;padding-right:1.5em!important}.ui.button.toggle.active,.ui.buttons .button.toggle.active,.ui.toggle.buttons .active.button{background-color:#21ba45!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none;color:#fff!important}.ui.button.toggle.active:hover{background-color:#16ab39!important;text-shadow:none;color:#fff!important}.ui.circular.button{border-radius:10em}.ui.circular.button>.icon{width:1em;vertical-align:baseline}.ui.buttons .or{position:relative;width:.3em;height:2.57142857em;z-index:3}.ui.buttons .or:before{position:absolute;text-align:center;border-radius:500rem;content:'or';top:50%;left:50%;background-color:#fff;text-shadow:none;margin-top:-.89285714em;margin-left:-.89285714em;width:1.78571429em;height:1.78571429em;line-height:1.78571429em;color:rgba(0,0,0,.4);font-style:normal;font-weight:700;-webkit-box-shadow:0 0 0 1px transparent inset;box-shadow:0 0 0 1px transparent inset}.ui.buttons .or[data-text]:before{content:attr(data-text)}.ui.fluid.buttons .or{width:0!important}.ui.fluid.buttons .or:after{display:none}.ui.attached.button{position:relative;display:block;margin:0;border-radius:0;-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.15)!important;box-shadow:0 0 0 1px rgba(34,36,38,.15)!important}.ui.attached.top.button{border-radius:.28571429rem .28571429rem 0 0}.ui.attached.bottom.button{border-radius:0 0 .28571429rem .28571429rem}.ui.left.attached.button{display:inline-block;border-left:none;text-align:right;padding-right:.75em;border-radius:.28571429rem 0 0 .28571429rem}.ui.right.attached.button{display:inline-block;text-align:left;padding-left:.75em;border-radius:0 .28571429rem .28571429rem 0}.ui.attached.buttons{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:0;width:auto!important;z-index:2;margin-left:-1px;margin-right:-1px}.ui.attached.buttons .button{margin:0}.ui.attached.buttons .button:first-child{border-radius:0}.ui.attached.buttons .button:last-child{border-radius:0}.ui[class*="top attached"].buttons{margin-bottom:-1px;border-radius:.28571429rem .28571429rem 0 0}.ui[class*="top attached"].buttons .button:first-child{border-radius:.28571429rem 0 0 0}.ui[class*="top attached"].buttons .button:last-child{border-radius:0 .28571429rem 0 0}.ui[class*="bottom attached"].buttons{margin-top:-1px;border-radius:0 0 .28571429rem .28571429rem}.ui[class*="bottom attached"].buttons .button:first-child{border-radius:0 0 0 .28571429rem}.ui[class*="bottom attached"].buttons .button:last-child{border-radius:0 0 .28571429rem 0}.ui[class*="left attached"].buttons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:0;margin-left:-1px;border-radius:0 .28571429rem .28571429rem 0}.ui[class*="left attached"].buttons .button:first-child{margin-left:-1px;border-radius:0 .28571429rem 0 0}.ui[class*="left attached"].buttons .button:last-child{margin-left:-1px;border-radius:0 0 .28571429rem 0}.ui[class*="right attached"].buttons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:0;margin-right:-1px;border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="right attached"].buttons .button:first-child{margin-left:-1px;border-radius:.28571429rem 0 0 0}.ui[class*="right attached"].buttons .button:last-child{margin-left:-1px;border-radius:0 0 0 .28571429rem}.ui.fluid.button,.ui.fluid.buttons{width:100%}.ui.fluid.button{display:block}.ui.two.buttons{width:100%}.ui.two.buttons>.button{width:50%}.ui.three.buttons{width:100%}.ui.three.buttons>.button{width:33.333%}.ui.four.buttons{width:100%}.ui.four.buttons>.button{width:25%}.ui.five.buttons{width:100%}.ui.five.buttons>.button{width:20%}.ui.six.buttons{width:100%}.ui.six.buttons>.button{width:16.666%}.ui.seven.buttons{width:100%}.ui.seven.buttons>.button{width:14.285%}.ui.eight.buttons{width:100%}.ui.eight.buttons>.button{width:12.5%}.ui.nine.buttons{width:100%}.ui.nine.buttons>.button{width:11.11%}.ui.ten.buttons{width:100%}.ui.ten.buttons>.button{width:10%}.ui.eleven.buttons{width:100%}.ui.eleven.buttons>.button{width:9.09%}.ui.twelve.buttons{width:100%}.ui.twelve.buttons>.button{width:8.3333%}.ui.fluid.vertical.buttons,.ui.fluid.vertical.buttons>.button{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.ui.two.vertical.buttons>.button{height:50%}.ui.three.vertical.buttons>.button{height:33.333%}.ui.four.vertical.buttons>.button{height:25%}.ui.five.vertical.buttons>.button{height:20%}.ui.six.vertical.buttons>.button{height:16.666%}.ui.seven.vertical.buttons>.button{height:14.285%}.ui.eight.vertical.buttons>.button{height:12.5%}.ui.nine.vertical.buttons>.button{height:11.11%}.ui.ten.vertical.buttons>.button{height:10%}.ui.eleven.vertical.buttons>.button{height:9.09%}.ui.twelve.vertical.buttons>.button{height:8.3333%}.ui.black.button,.ui.black.buttons .button{background-color:#1b1c1d;color:#fff;text-shadow:none;background-image:none}.ui.black.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.black.button:hover,.ui.black.buttons .button:hover{background-color:#27292a;color:#fff;text-shadow:none}.ui.black.button:focus,.ui.black.buttons .button:focus{background-color:#2f3032;color:#fff;text-shadow:none}.ui.black.button:active,.ui.black.buttons .button:active{background-color:#343637;color:#fff;text-shadow:none}.ui.black.active.button,.ui.black.button .active.button:active,.ui.black.buttons .active.button,.ui.black.buttons .active.button:active{background-color:#0f0f10;color:#fff;text-shadow:none}.ui.basic.black.button,.ui.basic.black.buttons .button{-webkit-box-shadow:0 0 0 1px #1b1c1d inset!important;box-shadow:0 0 0 1px #1b1c1d inset!important;color:#1b1c1d!important}.ui.basic.black.button:hover,.ui.basic.black.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #27292a inset!important;box-shadow:0 0 0 1px #27292a inset!important;color:#27292a!important}.ui.basic.black.button:focus,.ui.basic.black.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #2f3032 inset!important;box-shadow:0 0 0 1px #2f3032 inset!important;color:#27292a!important}.ui.basic.black.active.button,.ui.basic.black.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #0f0f10 inset!important;box-shadow:0 0 0 1px #0f0f10 inset!important;color:#343637!important}.ui.basic.black.button:active,.ui.basic.black.buttons .button:active{-webkit-box-shadow:0 0 0 1px #343637 inset!important;box-shadow:0 0 0 1px #343637 inset!important;color:#343637!important}.ui.buttons:not(.vertical)>.basic.black.button:not(:first-child){margin-left:-1px}.ui.inverted.black.button,.ui.inverted.black.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #d4d4d5 inset!important;box-shadow:0 0 0 2px #d4d4d5 inset!important;color:#fff}.ui.inverted.black.button.active,.ui.inverted.black.button:active,.ui.inverted.black.button:focus,.ui.inverted.black.button:hover,.ui.inverted.black.buttons .button.active,.ui.inverted.black.buttons .button:active,.ui.inverted.black.buttons .button:focus,.ui.inverted.black.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff}.ui.inverted.black.button:hover,.ui.inverted.black.buttons .button:hover{background-color:#000}.ui.inverted.black.button:focus,.ui.inverted.black.buttons .button:focus{background-color:#000}.ui.inverted.black.active.button,.ui.inverted.black.buttons .active.button{background-color:#000}.ui.inverted.black.button:active,.ui.inverted.black.buttons .button:active{background-color:#000}.ui.inverted.black.basic.button,.ui.inverted.black.basic.buttons .button,.ui.inverted.black.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.black.basic.button:hover,.ui.inverted.black.basic.buttons .button:hover,.ui.inverted.black.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #000 inset!important;box-shadow:0 0 0 2px #000 inset!important;color:#fff!important}.ui.inverted.black.basic.button:focus,.ui.inverted.black.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #000 inset!important;box-shadow:0 0 0 2px #000 inset!important;color:#545454!important}.ui.inverted.black.basic.active.button,.ui.inverted.black.basic.buttons .active.button,.ui.inverted.black.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #000 inset!important;box-shadow:0 0 0 2px #000 inset!important;color:#fff!important}.ui.inverted.black.basic.button:active,.ui.inverted.black.basic.buttons .button:active,.ui.inverted.black.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #000 inset!important;box-shadow:0 0 0 2px #000 inset!important;color:#fff!important}.ui.grey.button,.ui.grey.buttons .button{background-color:#767676;color:#fff;text-shadow:none;background-image:none}.ui.grey.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.grey.button:hover,.ui.grey.buttons .button:hover{background-color:#838383;color:#fff;text-shadow:none}.ui.grey.button:focus,.ui.grey.buttons .button:focus{background-color:#8a8a8a;color:#fff;text-shadow:none}.ui.grey.button:active,.ui.grey.buttons .button:active{background-color:#909090;color:#fff;text-shadow:none}.ui.grey.active.button,.ui.grey.button .active.button:active,.ui.grey.buttons .active.button,.ui.grey.buttons .active.button:active{background-color:#696969;color:#fff;text-shadow:none}.ui.basic.grey.button,.ui.basic.grey.buttons .button{-webkit-box-shadow:0 0 0 1px #767676 inset!important;box-shadow:0 0 0 1px #767676 inset!important;color:#767676!important}.ui.basic.grey.button:hover,.ui.basic.grey.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #838383 inset!important;box-shadow:0 0 0 1px #838383 inset!important;color:#838383!important}.ui.basic.grey.button:focus,.ui.basic.grey.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #8a8a8a inset!important;box-shadow:0 0 0 1px #8a8a8a inset!important;color:#838383!important}.ui.basic.grey.active.button,.ui.basic.grey.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #696969 inset!important;box-shadow:0 0 0 1px #696969 inset!important;color:#909090!important}.ui.basic.grey.button:active,.ui.basic.grey.buttons .button:active{-webkit-box-shadow:0 0 0 1px #909090 inset!important;box-shadow:0 0 0 1px #909090 inset!important;color:#909090!important}.ui.buttons:not(.vertical)>.basic.grey.button:not(:first-child){margin-left:-1px}.ui.inverted.grey.button,.ui.inverted.grey.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #d4d4d5 inset!important;box-shadow:0 0 0 2px #d4d4d5 inset!important;color:#fff}.ui.inverted.grey.button.active,.ui.inverted.grey.button:active,.ui.inverted.grey.button:focus,.ui.inverted.grey.button:hover,.ui.inverted.grey.buttons .button.active,.ui.inverted.grey.buttons .button:active,.ui.inverted.grey.buttons .button:focus,.ui.inverted.grey.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.grey.button:hover,.ui.inverted.grey.buttons .button:hover{background-color:#cfd0d2}.ui.inverted.grey.button:focus,.ui.inverted.grey.buttons .button:focus{background-color:#c7c9cb}.ui.inverted.grey.active.button,.ui.inverted.grey.buttons .active.button{background-color:#cfd0d2}.ui.inverted.grey.button:active,.ui.inverted.grey.buttons .button:active{background-color:#c2c4c5}.ui.inverted.grey.basic.button,.ui.inverted.grey.basic.buttons .button,.ui.inverted.grey.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.grey.basic.button:hover,.ui.inverted.grey.basic.buttons .button:hover,.ui.inverted.grey.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #cfd0d2 inset!important;box-shadow:0 0 0 2px #cfd0d2 inset!important;color:#fff!important}.ui.inverted.grey.basic.button:focus,.ui.inverted.grey.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #c7c9cb inset!important;box-shadow:0 0 0 2px #c7c9cb inset!important;color:#dcddde!important}.ui.inverted.grey.basic.active.button,.ui.inverted.grey.basic.buttons .active.button,.ui.inverted.grey.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #cfd0d2 inset!important;box-shadow:0 0 0 2px #cfd0d2 inset!important;color:#fff!important}.ui.inverted.grey.basic.button:active,.ui.inverted.grey.basic.buttons .button:active,.ui.inverted.grey.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #c2c4c5 inset!important;box-shadow:0 0 0 2px #c2c4c5 inset!important;color:#fff!important}.ui.brown.button,.ui.brown.buttons .button{background-color:#a5673f;color:#fff;text-shadow:none;background-image:none}.ui.brown.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.brown.button:hover,.ui.brown.buttons .button:hover{background-color:#975b33;color:#fff;text-shadow:none}.ui.brown.button:focus,.ui.brown.buttons .button:focus{background-color:#90532b;color:#fff;text-shadow:none}.ui.brown.button:active,.ui.brown.buttons .button:active{background-color:#805031;color:#fff;text-shadow:none}.ui.brown.active.button,.ui.brown.button .active.button:active,.ui.brown.buttons .active.button,.ui.brown.buttons .active.button:active{background-color:#995a31;color:#fff;text-shadow:none}.ui.basic.brown.button,.ui.basic.brown.buttons .button{-webkit-box-shadow:0 0 0 1px #a5673f inset!important;box-shadow:0 0 0 1px #a5673f inset!important;color:#a5673f!important}.ui.basic.brown.button:hover,.ui.basic.brown.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #975b33 inset!important;box-shadow:0 0 0 1px #975b33 inset!important;color:#975b33!important}.ui.basic.brown.button:focus,.ui.basic.brown.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #90532b inset!important;box-shadow:0 0 0 1px #90532b inset!important;color:#975b33!important}.ui.basic.brown.active.button,.ui.basic.brown.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #995a31 inset!important;box-shadow:0 0 0 1px #995a31 inset!important;color:#805031!important}.ui.basic.brown.button:active,.ui.basic.brown.buttons .button:active{-webkit-box-shadow:0 0 0 1px #805031 inset!important;box-shadow:0 0 0 1px #805031 inset!important;color:#805031!important}.ui.buttons:not(.vertical)>.basic.brown.button:not(:first-child){margin-left:-1px}.ui.inverted.brown.button,.ui.inverted.brown.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #d67c1c inset!important;box-shadow:0 0 0 2px #d67c1c inset!important;color:#d67c1c}.ui.inverted.brown.button.active,.ui.inverted.brown.button:active,.ui.inverted.brown.button:focus,.ui.inverted.brown.button:hover,.ui.inverted.brown.buttons .button.active,.ui.inverted.brown.buttons .button:active,.ui.inverted.brown.buttons .button:focus,.ui.inverted.brown.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff}.ui.inverted.brown.button:hover,.ui.inverted.brown.buttons .button:hover{background-color:#c86f11}.ui.inverted.brown.button:focus,.ui.inverted.brown.buttons .button:focus{background-color:#c16808}.ui.inverted.brown.active.button,.ui.inverted.brown.buttons .active.button{background-color:#cc6f0d}.ui.inverted.brown.button:active,.ui.inverted.brown.buttons .button:active{background-color:#a96216}.ui.inverted.brown.basic.button,.ui.inverted.brown.basic.buttons .button,.ui.inverted.brown.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.brown.basic.button:hover,.ui.inverted.brown.basic.buttons .button:hover,.ui.inverted.brown.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #c86f11 inset!important;box-shadow:0 0 0 2px #c86f11 inset!important;color:#d67c1c!important}.ui.inverted.brown.basic.button:focus,.ui.inverted.brown.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #c16808 inset!important;box-shadow:0 0 0 2px #c16808 inset!important;color:#d67c1c!important}.ui.inverted.brown.basic.active.button,.ui.inverted.brown.basic.buttons .active.button,.ui.inverted.brown.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #cc6f0d inset!important;box-shadow:0 0 0 2px #cc6f0d inset!important;color:#d67c1c!important}.ui.inverted.brown.basic.button:active,.ui.inverted.brown.basic.buttons .button:active,.ui.inverted.brown.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #a96216 inset!important;box-shadow:0 0 0 2px #a96216 inset!important;color:#d67c1c!important}.ui.blue.button,.ui.blue.buttons .button{background-color:#2185d0;color:#fff;text-shadow:none;background-image:none}.ui.blue.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.blue.button:hover,.ui.blue.buttons .button:hover{background-color:#1678c2;color:#fff;text-shadow:none}.ui.blue.button:focus,.ui.blue.buttons .button:focus{background-color:#0d71bb;color:#fff;text-shadow:none}.ui.blue.button:active,.ui.blue.buttons .button:active{background-color:#1a69a4;color:#fff;text-shadow:none}.ui.blue.active.button,.ui.blue.button .active.button:active,.ui.blue.buttons .active.button,.ui.blue.buttons .active.button:active{background-color:#1279c6;color:#fff;text-shadow:none}.ui.basic.blue.button,.ui.basic.blue.buttons .button{-webkit-box-shadow:0 0 0 1px #2185d0 inset!important;box-shadow:0 0 0 1px #2185d0 inset!important;color:#2185d0!important}.ui.basic.blue.button:hover,.ui.basic.blue.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #1678c2 inset!important;box-shadow:0 0 0 1px #1678c2 inset!important;color:#1678c2!important}.ui.basic.blue.button:focus,.ui.basic.blue.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #0d71bb inset!important;box-shadow:0 0 0 1px #0d71bb inset!important;color:#1678c2!important}.ui.basic.blue.active.button,.ui.basic.blue.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #1279c6 inset!important;box-shadow:0 0 0 1px #1279c6 inset!important;color:#1a69a4!important}.ui.basic.blue.button:active,.ui.basic.blue.buttons .button:active{-webkit-box-shadow:0 0 0 1px #1a69a4 inset!important;box-shadow:0 0 0 1px #1a69a4 inset!important;color:#1a69a4!important}.ui.buttons:not(.vertical)>.basic.blue.button:not(:first-child){margin-left:-1px}.ui.inverted.blue.button,.ui.inverted.blue.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #54c8ff inset!important;box-shadow:0 0 0 2px #54c8ff inset!important;color:#54c8ff}.ui.inverted.blue.button.active,.ui.inverted.blue.button:active,.ui.inverted.blue.button:focus,.ui.inverted.blue.button:hover,.ui.inverted.blue.buttons .button.active,.ui.inverted.blue.buttons .button:active,.ui.inverted.blue.buttons .button:focus,.ui.inverted.blue.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff}.ui.inverted.blue.button:hover,.ui.inverted.blue.buttons .button:hover{background-color:#3ac0ff}.ui.inverted.blue.button:focus,.ui.inverted.blue.buttons .button:focus{background-color:#2bbbff}.ui.inverted.blue.active.button,.ui.inverted.blue.buttons .active.button{background-color:#3ac0ff}.ui.inverted.blue.button:active,.ui.inverted.blue.buttons .button:active{background-color:#21b8ff}.ui.inverted.blue.basic.button,.ui.inverted.blue.basic.buttons .button,.ui.inverted.blue.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.blue.basic.button:hover,.ui.inverted.blue.basic.buttons .button:hover,.ui.inverted.blue.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #3ac0ff inset!important;box-shadow:0 0 0 2px #3ac0ff inset!important;color:#54c8ff!important}.ui.inverted.blue.basic.button:focus,.ui.inverted.blue.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #2bbbff inset!important;box-shadow:0 0 0 2px #2bbbff inset!important;color:#54c8ff!important}.ui.inverted.blue.basic.active.button,.ui.inverted.blue.basic.buttons .active.button,.ui.inverted.blue.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #3ac0ff inset!important;box-shadow:0 0 0 2px #3ac0ff inset!important;color:#54c8ff!important}.ui.inverted.blue.basic.button:active,.ui.inverted.blue.basic.buttons .button:active,.ui.inverted.blue.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #21b8ff inset!important;box-shadow:0 0 0 2px #21b8ff inset!important;color:#54c8ff!important}.ui.green.button,.ui.green.buttons .button{background-color:#21ba45;color:#fff;text-shadow:none;background-image:none}.ui.green.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.green.button:hover,.ui.green.buttons .button:hover{background-color:#16ab39;color:#fff;text-shadow:none}.ui.green.button:focus,.ui.green.buttons .button:focus{background-color:#0ea432;color:#fff;text-shadow:none}.ui.green.button:active,.ui.green.buttons .button:active{background-color:#198f35;color:#fff;text-shadow:none}.ui.green.active.button,.ui.green.button .active.button:active,.ui.green.buttons .active.button,.ui.green.buttons .active.button:active{background-color:#13ae38;color:#fff;text-shadow:none}.ui.basic.green.button,.ui.basic.green.buttons .button{-webkit-box-shadow:0 0 0 1px #21ba45 inset!important;box-shadow:0 0 0 1px #21ba45 inset!important;color:#21ba45!important}.ui.basic.green.button:hover,.ui.basic.green.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #16ab39 inset!important;box-shadow:0 0 0 1px #16ab39 inset!important;color:#16ab39!important}.ui.basic.green.button:focus,.ui.basic.green.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #0ea432 inset!important;box-shadow:0 0 0 1px #0ea432 inset!important;color:#16ab39!important}.ui.basic.green.active.button,.ui.basic.green.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #13ae38 inset!important;box-shadow:0 0 0 1px #13ae38 inset!important;color:#198f35!important}.ui.basic.green.button:active,.ui.basic.green.buttons .button:active{-webkit-box-shadow:0 0 0 1px #198f35 inset!important;box-shadow:0 0 0 1px #198f35 inset!important;color:#198f35!important}.ui.buttons:not(.vertical)>.basic.green.button:not(:first-child){margin-left:-1px}.ui.inverted.green.button,.ui.inverted.green.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #2ecc40 inset!important;box-shadow:0 0 0 2px #2ecc40 inset!important;color:#2ecc40}.ui.inverted.green.button.active,.ui.inverted.green.button:active,.ui.inverted.green.button:focus,.ui.inverted.green.button:hover,.ui.inverted.green.buttons .button.active,.ui.inverted.green.buttons .button:active,.ui.inverted.green.buttons .button:focus,.ui.inverted.green.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff}.ui.inverted.green.button:hover,.ui.inverted.green.buttons .button:hover{background-color:#22be34}.ui.inverted.green.button:focus,.ui.inverted.green.buttons .button:focus{background-color:#19b82b}.ui.inverted.green.active.button,.ui.inverted.green.buttons .active.button{background-color:#1fc231}.ui.inverted.green.button:active,.ui.inverted.green.buttons .button:active{background-color:#25a233}.ui.inverted.green.basic.button,.ui.inverted.green.basic.buttons .button,.ui.inverted.green.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.green.basic.button:hover,.ui.inverted.green.basic.buttons .button:hover,.ui.inverted.green.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #22be34 inset!important;box-shadow:0 0 0 2px #22be34 inset!important;color:#2ecc40!important}.ui.inverted.green.basic.button:focus,.ui.inverted.green.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #19b82b inset!important;box-shadow:0 0 0 2px #19b82b inset!important;color:#2ecc40!important}.ui.inverted.green.basic.active.button,.ui.inverted.green.basic.buttons .active.button,.ui.inverted.green.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #1fc231 inset!important;box-shadow:0 0 0 2px #1fc231 inset!important;color:#2ecc40!important}.ui.inverted.green.basic.button:active,.ui.inverted.green.basic.buttons .button:active,.ui.inverted.green.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #25a233 inset!important;box-shadow:0 0 0 2px #25a233 inset!important;color:#2ecc40!important}.ui.orange.button,.ui.orange.buttons .button{background-color:#f2711c;color:#fff;text-shadow:none;background-image:none}.ui.orange.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.orange.button:hover,.ui.orange.buttons .button:hover{background-color:#f26202;color:#fff;text-shadow:none}.ui.orange.button:focus,.ui.orange.buttons .button:focus{background-color:#e55b00;color:#fff;text-shadow:none}.ui.orange.button:active,.ui.orange.buttons .button:active{background-color:#cf590c;color:#fff;text-shadow:none}.ui.orange.active.button,.ui.orange.button .active.button:active,.ui.orange.buttons .active.button,.ui.orange.buttons .active.button:active{background-color:#f56100;color:#fff;text-shadow:none}.ui.basic.orange.button,.ui.basic.orange.buttons .button{-webkit-box-shadow:0 0 0 1px #f2711c inset!important;box-shadow:0 0 0 1px #f2711c inset!important;color:#f2711c!important}.ui.basic.orange.button:hover,.ui.basic.orange.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #f26202 inset!important;box-shadow:0 0 0 1px #f26202 inset!important;color:#f26202!important}.ui.basic.orange.button:focus,.ui.basic.orange.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #e55b00 inset!important;box-shadow:0 0 0 1px #e55b00 inset!important;color:#f26202!important}.ui.basic.orange.active.button,.ui.basic.orange.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #f56100 inset!important;box-shadow:0 0 0 1px #f56100 inset!important;color:#cf590c!important}.ui.basic.orange.button:active,.ui.basic.orange.buttons .button:active{-webkit-box-shadow:0 0 0 1px #cf590c inset!important;box-shadow:0 0 0 1px #cf590c inset!important;color:#cf590c!important}.ui.buttons:not(.vertical)>.basic.orange.button:not(:first-child){margin-left:-1px}.ui.inverted.orange.button,.ui.inverted.orange.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #ff851b inset!important;box-shadow:0 0 0 2px #ff851b inset!important;color:#ff851b}.ui.inverted.orange.button.active,.ui.inverted.orange.button:active,.ui.inverted.orange.button:focus,.ui.inverted.orange.button:hover,.ui.inverted.orange.buttons .button.active,.ui.inverted.orange.buttons .button:active,.ui.inverted.orange.buttons .button:focus,.ui.inverted.orange.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff}.ui.inverted.orange.button:hover,.ui.inverted.orange.buttons .button:hover{background-color:#ff7701}.ui.inverted.orange.button:focus,.ui.inverted.orange.buttons .button:focus{background-color:#f17000}.ui.inverted.orange.active.button,.ui.inverted.orange.buttons .active.button{background-color:#ff7701}.ui.inverted.orange.button:active,.ui.inverted.orange.buttons .button:active{background-color:#e76b00}.ui.inverted.orange.basic.button,.ui.inverted.orange.basic.buttons .button,.ui.inverted.orange.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.orange.basic.button:hover,.ui.inverted.orange.basic.buttons .button:hover,.ui.inverted.orange.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #ff7701 inset!important;box-shadow:0 0 0 2px #ff7701 inset!important;color:#ff851b!important}.ui.inverted.orange.basic.button:focus,.ui.inverted.orange.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #f17000 inset!important;box-shadow:0 0 0 2px #f17000 inset!important;color:#ff851b!important}.ui.inverted.orange.basic.active.button,.ui.inverted.orange.basic.buttons .active.button,.ui.inverted.orange.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #ff7701 inset!important;box-shadow:0 0 0 2px #ff7701 inset!important;color:#ff851b!important}.ui.inverted.orange.basic.button:active,.ui.inverted.orange.basic.buttons .button:active,.ui.inverted.orange.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #e76b00 inset!important;box-shadow:0 0 0 2px #e76b00 inset!important;color:#ff851b!important}.ui.pink.button,.ui.pink.buttons .button{background-color:#e03997;color:#fff;text-shadow:none;background-image:none}.ui.pink.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.pink.button:hover,.ui.pink.buttons .button:hover{background-color:#e61a8d;color:#fff;text-shadow:none}.ui.pink.button:focus,.ui.pink.buttons .button:focus{background-color:#e10f85;color:#fff;text-shadow:none}.ui.pink.button:active,.ui.pink.buttons .button:active{background-color:#c71f7e;color:#fff;text-shadow:none}.ui.pink.active.button,.ui.pink.button .active.button:active,.ui.pink.buttons .active.button,.ui.pink.buttons .active.button:active{background-color:#ea158d;color:#fff;text-shadow:none}.ui.basic.pink.button,.ui.basic.pink.buttons .button{-webkit-box-shadow:0 0 0 1px #e03997 inset!important;box-shadow:0 0 0 1px #e03997 inset!important;color:#e03997!important}.ui.basic.pink.button:hover,.ui.basic.pink.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #e61a8d inset!important;box-shadow:0 0 0 1px #e61a8d inset!important;color:#e61a8d!important}.ui.basic.pink.button:focus,.ui.basic.pink.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #e10f85 inset!important;box-shadow:0 0 0 1px #e10f85 inset!important;color:#e61a8d!important}.ui.basic.pink.active.button,.ui.basic.pink.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #ea158d inset!important;box-shadow:0 0 0 1px #ea158d inset!important;color:#c71f7e!important}.ui.basic.pink.button:active,.ui.basic.pink.buttons .button:active{-webkit-box-shadow:0 0 0 1px #c71f7e inset!important;box-shadow:0 0 0 1px #c71f7e inset!important;color:#c71f7e!important}.ui.buttons:not(.vertical)>.basic.pink.button:not(:first-child){margin-left:-1px}.ui.inverted.pink.button,.ui.inverted.pink.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #ff8edf inset!important;box-shadow:0 0 0 2px #ff8edf inset!important;color:#ff8edf}.ui.inverted.pink.button.active,.ui.inverted.pink.button:active,.ui.inverted.pink.button:focus,.ui.inverted.pink.button:hover,.ui.inverted.pink.buttons .button.active,.ui.inverted.pink.buttons .button:active,.ui.inverted.pink.buttons .button:focus,.ui.inverted.pink.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff}.ui.inverted.pink.button:hover,.ui.inverted.pink.buttons .button:hover{background-color:#ff74d8}.ui.inverted.pink.button:focus,.ui.inverted.pink.buttons .button:focus{background-color:#ff65d3}.ui.inverted.pink.active.button,.ui.inverted.pink.buttons .active.button{background-color:#ff74d8}.ui.inverted.pink.button:active,.ui.inverted.pink.buttons .button:active{background-color:#ff5bd1}.ui.inverted.pink.basic.button,.ui.inverted.pink.basic.buttons .button,.ui.inverted.pink.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.pink.basic.button:hover,.ui.inverted.pink.basic.buttons .button:hover,.ui.inverted.pink.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #ff74d8 inset!important;box-shadow:0 0 0 2px #ff74d8 inset!important;color:#ff8edf!important}.ui.inverted.pink.basic.button:focus,.ui.inverted.pink.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #ff65d3 inset!important;box-shadow:0 0 0 2px #ff65d3 inset!important;color:#ff8edf!important}.ui.inverted.pink.basic.active.button,.ui.inverted.pink.basic.buttons .active.button,.ui.inverted.pink.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #ff74d8 inset!important;box-shadow:0 0 0 2px #ff74d8 inset!important;color:#ff8edf!important}.ui.inverted.pink.basic.button:active,.ui.inverted.pink.basic.buttons .button:active,.ui.inverted.pink.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #ff5bd1 inset!important;box-shadow:0 0 0 2px #ff5bd1 inset!important;color:#ff8edf!important}.ui.violet.button,.ui.violet.buttons .button{background-color:#6435c9;color:#fff;text-shadow:none;background-image:none}.ui.violet.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.violet.button:hover,.ui.violet.buttons .button:hover{background-color:#5829bb;color:#fff;text-shadow:none}.ui.violet.button:focus,.ui.violet.buttons .button:focus{background-color:#4f20b5;color:#fff;text-shadow:none}.ui.violet.button:active,.ui.violet.buttons .button:active{background-color:#502aa1;color:#fff;text-shadow:none}.ui.violet.active.button,.ui.violet.button .active.button:active,.ui.violet.buttons .active.button,.ui.violet.buttons .active.button:active{background-color:#5626bf;color:#fff;text-shadow:none}.ui.basic.violet.button,.ui.basic.violet.buttons .button{-webkit-box-shadow:0 0 0 1px #6435c9 inset!important;box-shadow:0 0 0 1px #6435c9 inset!important;color:#6435c9!important}.ui.basic.violet.button:hover,.ui.basic.violet.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #5829bb inset!important;box-shadow:0 0 0 1px #5829bb inset!important;color:#5829bb!important}.ui.basic.violet.button:focus,.ui.basic.violet.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #4f20b5 inset!important;box-shadow:0 0 0 1px #4f20b5 inset!important;color:#5829bb!important}.ui.basic.violet.active.button,.ui.basic.violet.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #5626bf inset!important;box-shadow:0 0 0 1px #5626bf inset!important;color:#502aa1!important}.ui.basic.violet.button:active,.ui.basic.violet.buttons .button:active{-webkit-box-shadow:0 0 0 1px #502aa1 inset!important;box-shadow:0 0 0 1px #502aa1 inset!important;color:#502aa1!important}.ui.buttons:not(.vertical)>.basic.violet.button:not(:first-child){margin-left:-1px}.ui.inverted.violet.button,.ui.inverted.violet.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #a291fb inset!important;box-shadow:0 0 0 2px #a291fb inset!important;color:#a291fb}.ui.inverted.violet.button.active,.ui.inverted.violet.button:active,.ui.inverted.violet.button:focus,.ui.inverted.violet.button:hover,.ui.inverted.violet.buttons .button.active,.ui.inverted.violet.buttons .button:active,.ui.inverted.violet.buttons .button:focus,.ui.inverted.violet.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff}.ui.inverted.violet.button:hover,.ui.inverted.violet.buttons .button:hover{background-color:#8a73ff}.ui.inverted.violet.button:focus,.ui.inverted.violet.buttons .button:focus{background-color:#7d64ff}.ui.inverted.violet.active.button,.ui.inverted.violet.buttons .active.button{background-color:#8a73ff}.ui.inverted.violet.button:active,.ui.inverted.violet.buttons .button:active{background-color:#7860f9}.ui.inverted.violet.basic.button,.ui.inverted.violet.basic.buttons .button,.ui.inverted.violet.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.violet.basic.button:hover,.ui.inverted.violet.basic.buttons .button:hover,.ui.inverted.violet.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #8a73ff inset!important;box-shadow:0 0 0 2px #8a73ff inset!important;color:#a291fb!important}.ui.inverted.violet.basic.button:focus,.ui.inverted.violet.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #7d64ff inset!important;box-shadow:0 0 0 2px #7d64ff inset!important;color:#a291fb!important}.ui.inverted.violet.basic.active.button,.ui.inverted.violet.basic.buttons .active.button,.ui.inverted.violet.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #8a73ff inset!important;box-shadow:0 0 0 2px #8a73ff inset!important;color:#a291fb!important}.ui.inverted.violet.basic.button:active,.ui.inverted.violet.basic.buttons .button:active,.ui.inverted.violet.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #7860f9 inset!important;box-shadow:0 0 0 2px #7860f9 inset!important;color:#a291fb!important}.ui.purple.button,.ui.purple.buttons .button{background-color:#a333c8;color:#fff;text-shadow:none;background-image:none}.ui.purple.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.purple.button:hover,.ui.purple.buttons .button:hover{background-color:#9627ba;color:#fff;text-shadow:none}.ui.purple.button:focus,.ui.purple.buttons .button:focus{background-color:#8f1eb4;color:#fff;text-shadow:none}.ui.purple.button:active,.ui.purple.buttons .button:active{background-color:#82299f;color:#fff;text-shadow:none}.ui.purple.active.button,.ui.purple.button .active.button:active,.ui.purple.buttons .active.button,.ui.purple.buttons .active.button:active{background-color:#9724be;color:#fff;text-shadow:none}.ui.basic.purple.button,.ui.basic.purple.buttons .button{-webkit-box-shadow:0 0 0 1px #a333c8 inset!important;box-shadow:0 0 0 1px #a333c8 inset!important;color:#a333c8!important}.ui.basic.purple.button:hover,.ui.basic.purple.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #9627ba inset!important;box-shadow:0 0 0 1px #9627ba inset!important;color:#9627ba!important}.ui.basic.purple.button:focus,.ui.basic.purple.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #8f1eb4 inset!important;box-shadow:0 0 0 1px #8f1eb4 inset!important;color:#9627ba!important}.ui.basic.purple.active.button,.ui.basic.purple.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #9724be inset!important;box-shadow:0 0 0 1px #9724be inset!important;color:#82299f!important}.ui.basic.purple.button:active,.ui.basic.purple.buttons .button:active{-webkit-box-shadow:0 0 0 1px #82299f inset!important;box-shadow:0 0 0 1px #82299f inset!important;color:#82299f!important}.ui.buttons:not(.vertical)>.basic.purple.button:not(:first-child){margin-left:-1px}.ui.inverted.purple.button,.ui.inverted.purple.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #dc73ff inset!important;box-shadow:0 0 0 2px #dc73ff inset!important;color:#dc73ff}.ui.inverted.purple.button.active,.ui.inverted.purple.button:active,.ui.inverted.purple.button:focus,.ui.inverted.purple.button:hover,.ui.inverted.purple.buttons .button.active,.ui.inverted.purple.buttons .button:active,.ui.inverted.purple.buttons .button:focus,.ui.inverted.purple.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff}.ui.inverted.purple.button:hover,.ui.inverted.purple.buttons .button:hover{background-color:#d65aff}.ui.inverted.purple.button:focus,.ui.inverted.purple.buttons .button:focus{background-color:#d24aff}.ui.inverted.purple.active.button,.ui.inverted.purple.buttons .active.button{background-color:#d65aff}.ui.inverted.purple.button:active,.ui.inverted.purple.buttons .button:active{background-color:#cf40ff}.ui.inverted.purple.basic.button,.ui.inverted.purple.basic.buttons .button,.ui.inverted.purple.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.purple.basic.button:hover,.ui.inverted.purple.basic.buttons .button:hover,.ui.inverted.purple.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #d65aff inset!important;box-shadow:0 0 0 2px #d65aff inset!important;color:#dc73ff!important}.ui.inverted.purple.basic.button:focus,.ui.inverted.purple.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #d24aff inset!important;box-shadow:0 0 0 2px #d24aff inset!important;color:#dc73ff!important}.ui.inverted.purple.basic.active.button,.ui.inverted.purple.basic.buttons .active.button,.ui.inverted.purple.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #d65aff inset!important;box-shadow:0 0 0 2px #d65aff inset!important;color:#dc73ff!important}.ui.inverted.purple.basic.button:active,.ui.inverted.purple.basic.buttons .button:active,.ui.inverted.purple.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #cf40ff inset!important;box-shadow:0 0 0 2px #cf40ff inset!important;color:#dc73ff!important}.ui.red.button,.ui.red.buttons .button{background-color:#db2828;color:#fff;text-shadow:none;background-image:none}.ui.red.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.red.button:hover,.ui.red.buttons .button:hover{background-color:#d01919;color:#fff;text-shadow:none}.ui.red.button:focus,.ui.red.buttons .button:focus{background-color:#ca1010;color:#fff;text-shadow:none}.ui.red.button:active,.ui.red.buttons .button:active{background-color:#b21e1e;color:#fff;text-shadow:none}.ui.red.active.button,.ui.red.button .active.button:active,.ui.red.buttons .active.button,.ui.red.buttons .active.button:active{background-color:#d41515;color:#fff;text-shadow:none}.ui.basic.red.button,.ui.basic.red.buttons .button{-webkit-box-shadow:0 0 0 1px #db2828 inset!important;box-shadow:0 0 0 1px #db2828 inset!important;color:#db2828!important}.ui.basic.red.button:hover,.ui.basic.red.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #d01919 inset!important;box-shadow:0 0 0 1px #d01919 inset!important;color:#d01919!important}.ui.basic.red.button:focus,.ui.basic.red.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #ca1010 inset!important;box-shadow:0 0 0 1px #ca1010 inset!important;color:#d01919!important}.ui.basic.red.active.button,.ui.basic.red.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #d41515 inset!important;box-shadow:0 0 0 1px #d41515 inset!important;color:#b21e1e!important}.ui.basic.red.button:active,.ui.basic.red.buttons .button:active{-webkit-box-shadow:0 0 0 1px #b21e1e inset!important;box-shadow:0 0 0 1px #b21e1e inset!important;color:#b21e1e!important}.ui.buttons:not(.vertical)>.basic.red.button:not(:first-child){margin-left:-1px}.ui.inverted.red.button,.ui.inverted.red.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #ff695e inset!important;box-shadow:0 0 0 2px #ff695e inset!important;color:#ff695e}.ui.inverted.red.button.active,.ui.inverted.red.button:active,.ui.inverted.red.button:focus,.ui.inverted.red.button:hover,.ui.inverted.red.buttons .button.active,.ui.inverted.red.buttons .button:active,.ui.inverted.red.buttons .button:focus,.ui.inverted.red.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff}.ui.inverted.red.button:hover,.ui.inverted.red.buttons .button:hover{background-color:#ff5144}.ui.inverted.red.button:focus,.ui.inverted.red.buttons .button:focus{background-color:#ff4335}.ui.inverted.red.active.button,.ui.inverted.red.buttons .active.button{background-color:#ff5144}.ui.inverted.red.button:active,.ui.inverted.red.buttons .button:active{background-color:#ff392b}.ui.inverted.red.basic.button,.ui.inverted.red.basic.buttons .button,.ui.inverted.red.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.red.basic.button:hover,.ui.inverted.red.basic.buttons .button:hover,.ui.inverted.red.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #ff5144 inset!important;box-shadow:0 0 0 2px #ff5144 inset!important;color:#ff695e!important}.ui.inverted.red.basic.button:focus,.ui.inverted.red.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #ff4335 inset!important;box-shadow:0 0 0 2px #ff4335 inset!important;color:#ff695e!important}.ui.inverted.red.basic.active.button,.ui.inverted.red.basic.buttons .active.button,.ui.inverted.red.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #ff5144 inset!important;box-shadow:0 0 0 2px #ff5144 inset!important;color:#ff695e!important}.ui.inverted.red.basic.button:active,.ui.inverted.red.basic.buttons .button:active,.ui.inverted.red.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #ff392b inset!important;box-shadow:0 0 0 2px #ff392b inset!important;color:#ff695e!important}.ui.teal.button,.ui.teal.buttons .button{background-color:#00b5ad;color:#fff;text-shadow:none;background-image:none}.ui.teal.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.teal.button:hover,.ui.teal.buttons .button:hover{background-color:#009c95;color:#fff;text-shadow:none}.ui.teal.button:focus,.ui.teal.buttons .button:focus{background-color:#008c86;color:#fff;text-shadow:none}.ui.teal.button:active,.ui.teal.buttons .button:active{background-color:#00827c;color:#fff;text-shadow:none}.ui.teal.active.button,.ui.teal.button .active.button:active,.ui.teal.buttons .active.button,.ui.teal.buttons .active.button:active{background-color:#009c95;color:#fff;text-shadow:none}.ui.basic.teal.button,.ui.basic.teal.buttons .button{-webkit-box-shadow:0 0 0 1px #00b5ad inset!important;box-shadow:0 0 0 1px #00b5ad inset!important;color:#00b5ad!important}.ui.basic.teal.button:hover,.ui.basic.teal.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #009c95 inset!important;box-shadow:0 0 0 1px #009c95 inset!important;color:#009c95!important}.ui.basic.teal.button:focus,.ui.basic.teal.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #008c86 inset!important;box-shadow:0 0 0 1px #008c86 inset!important;color:#009c95!important}.ui.basic.teal.active.button,.ui.basic.teal.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #009c95 inset!important;box-shadow:0 0 0 1px #009c95 inset!important;color:#00827c!important}.ui.basic.teal.button:active,.ui.basic.teal.buttons .button:active{-webkit-box-shadow:0 0 0 1px #00827c inset!important;box-shadow:0 0 0 1px #00827c inset!important;color:#00827c!important}.ui.buttons:not(.vertical)>.basic.teal.button:not(:first-child){margin-left:-1px}.ui.inverted.teal.button,.ui.inverted.teal.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #6dffff inset!important;box-shadow:0 0 0 2px #6dffff inset!important;color:#6dffff}.ui.inverted.teal.button.active,.ui.inverted.teal.button:active,.ui.inverted.teal.button:focus,.ui.inverted.teal.button:hover,.ui.inverted.teal.buttons .button.active,.ui.inverted.teal.buttons .button:active,.ui.inverted.teal.buttons .button:focus,.ui.inverted.teal.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.teal.button:hover,.ui.inverted.teal.buttons .button:hover{background-color:#54ffff}.ui.inverted.teal.button:focus,.ui.inverted.teal.buttons .button:focus{background-color:#4ff}.ui.inverted.teal.active.button,.ui.inverted.teal.buttons .active.button{background-color:#54ffff}.ui.inverted.teal.button:active,.ui.inverted.teal.buttons .button:active{background-color:#3affff}.ui.inverted.teal.basic.button,.ui.inverted.teal.basic.buttons .button,.ui.inverted.teal.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.teal.basic.button:hover,.ui.inverted.teal.basic.buttons .button:hover,.ui.inverted.teal.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #54ffff inset!important;box-shadow:0 0 0 2px #54ffff inset!important;color:#6dffff!important}.ui.inverted.teal.basic.button:focus,.ui.inverted.teal.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #4ff inset!important;box-shadow:0 0 0 2px #4ff inset!important;color:#6dffff!important}.ui.inverted.teal.basic.active.button,.ui.inverted.teal.basic.buttons .active.button,.ui.inverted.teal.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #54ffff inset!important;box-shadow:0 0 0 2px #54ffff inset!important;color:#6dffff!important}.ui.inverted.teal.basic.button:active,.ui.inverted.teal.basic.buttons .button:active,.ui.inverted.teal.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #3affff inset!important;box-shadow:0 0 0 2px #3affff inset!important;color:#6dffff!important}.ui.olive.button,.ui.olive.buttons .button{background-color:#b5cc18;color:#fff;text-shadow:none;background-image:none}.ui.olive.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.olive.button:hover,.ui.olive.buttons .button:hover{background-color:#a7bd0d;color:#fff;text-shadow:none}.ui.olive.button:focus,.ui.olive.buttons .button:focus{background-color:#a0b605;color:#fff;text-shadow:none}.ui.olive.button:active,.ui.olive.buttons .button:active{background-color:#8d9e13;color:#fff;text-shadow:none}.ui.olive.active.button,.ui.olive.button .active.button:active,.ui.olive.buttons .active.button,.ui.olive.buttons .active.button:active{background-color:#aac109;color:#fff;text-shadow:none}.ui.basic.olive.button,.ui.basic.olive.buttons .button{-webkit-box-shadow:0 0 0 1px #b5cc18 inset!important;box-shadow:0 0 0 1px #b5cc18 inset!important;color:#b5cc18!important}.ui.basic.olive.button:hover,.ui.basic.olive.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #a7bd0d inset!important;box-shadow:0 0 0 1px #a7bd0d inset!important;color:#a7bd0d!important}.ui.basic.olive.button:focus,.ui.basic.olive.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #a0b605 inset!important;box-shadow:0 0 0 1px #a0b605 inset!important;color:#a7bd0d!important}.ui.basic.olive.active.button,.ui.basic.olive.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #aac109 inset!important;box-shadow:0 0 0 1px #aac109 inset!important;color:#8d9e13!important}.ui.basic.olive.button:active,.ui.basic.olive.buttons .button:active{-webkit-box-shadow:0 0 0 1px #8d9e13 inset!important;box-shadow:0 0 0 1px #8d9e13 inset!important;color:#8d9e13!important}.ui.buttons:not(.vertical)>.basic.olive.button:not(:first-child){margin-left:-1px}.ui.inverted.olive.button,.ui.inverted.olive.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #d9e778 inset!important;box-shadow:0 0 0 2px #d9e778 inset!important;color:#d9e778}.ui.inverted.olive.button.active,.ui.inverted.olive.button:active,.ui.inverted.olive.button:focus,.ui.inverted.olive.button:hover,.ui.inverted.olive.buttons .button.active,.ui.inverted.olive.buttons .button:active,.ui.inverted.olive.buttons .button:focus,.ui.inverted.olive.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.olive.button:hover,.ui.inverted.olive.buttons .button:hover{background-color:#d8ea5c}.ui.inverted.olive.button:focus,.ui.inverted.olive.buttons .button:focus{background-color:#daef47}.ui.inverted.olive.active.button,.ui.inverted.olive.buttons .active.button{background-color:#daed59}.ui.inverted.olive.button:active,.ui.inverted.olive.buttons .button:active{background-color:#cddf4d}.ui.inverted.olive.basic.button,.ui.inverted.olive.basic.buttons .button,.ui.inverted.olive.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.olive.basic.button:hover,.ui.inverted.olive.basic.buttons .button:hover,.ui.inverted.olive.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #d8ea5c inset!important;box-shadow:0 0 0 2px #d8ea5c inset!important;color:#d9e778!important}.ui.inverted.olive.basic.button:focus,.ui.inverted.olive.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #daef47 inset!important;box-shadow:0 0 0 2px #daef47 inset!important;color:#d9e778!important}.ui.inverted.olive.basic.active.button,.ui.inverted.olive.basic.buttons .active.button,.ui.inverted.olive.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #daed59 inset!important;box-shadow:0 0 0 2px #daed59 inset!important;color:#d9e778!important}.ui.inverted.olive.basic.button:active,.ui.inverted.olive.basic.buttons .button:active,.ui.inverted.olive.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #cddf4d inset!important;box-shadow:0 0 0 2px #cddf4d inset!important;color:#d9e778!important}.ui.yellow.button,.ui.yellow.buttons .button{background-color:#fbbd08;color:#fff;text-shadow:none;background-image:none}.ui.yellow.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.yellow.button:hover,.ui.yellow.buttons .button:hover{background-color:#eaae00;color:#fff;text-shadow:none}.ui.yellow.button:focus,.ui.yellow.buttons .button:focus{background-color:#daa300;color:#fff;text-shadow:none}.ui.yellow.button:active,.ui.yellow.buttons .button:active{background-color:#cd9903;color:#fff;text-shadow:none}.ui.yellow.active.button,.ui.yellow.button .active.button:active,.ui.yellow.buttons .active.button,.ui.yellow.buttons .active.button:active{background-color:#eaae00;color:#fff;text-shadow:none}.ui.basic.yellow.button,.ui.basic.yellow.buttons .button{-webkit-box-shadow:0 0 0 1px #fbbd08 inset!important;box-shadow:0 0 0 1px #fbbd08 inset!important;color:#fbbd08!important}.ui.basic.yellow.button:hover,.ui.basic.yellow.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #eaae00 inset!important;box-shadow:0 0 0 1px #eaae00 inset!important;color:#eaae00!important}.ui.basic.yellow.button:focus,.ui.basic.yellow.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #daa300 inset!important;box-shadow:0 0 0 1px #daa300 inset!important;color:#eaae00!important}.ui.basic.yellow.active.button,.ui.basic.yellow.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #eaae00 inset!important;box-shadow:0 0 0 1px #eaae00 inset!important;color:#cd9903!important}.ui.basic.yellow.button:active,.ui.basic.yellow.buttons .button:active{-webkit-box-shadow:0 0 0 1px #cd9903 inset!important;box-shadow:0 0 0 1px #cd9903 inset!important;color:#cd9903!important}.ui.buttons:not(.vertical)>.basic.yellow.button:not(:first-child){margin-left:-1px}.ui.inverted.yellow.button,.ui.inverted.yellow.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #ffe21f inset!important;box-shadow:0 0 0 2px #ffe21f inset!important;color:#ffe21f}.ui.inverted.yellow.button.active,.ui.inverted.yellow.button:active,.ui.inverted.yellow.button:focus,.ui.inverted.yellow.button:hover,.ui.inverted.yellow.buttons .button.active,.ui.inverted.yellow.buttons .button:active,.ui.inverted.yellow.buttons .button:focus,.ui.inverted.yellow.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.yellow.button:hover,.ui.inverted.yellow.buttons .button:hover{background-color:#ffdf05}.ui.inverted.yellow.button:focus,.ui.inverted.yellow.buttons .button:focus{background-color:#f5d500}.ui.inverted.yellow.active.button,.ui.inverted.yellow.buttons .active.button{background-color:#ffdf05}.ui.inverted.yellow.button:active,.ui.inverted.yellow.buttons .button:active{background-color:#ebcd00}.ui.inverted.yellow.basic.button,.ui.inverted.yellow.basic.buttons .button,.ui.inverted.yellow.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.yellow.basic.button:hover,.ui.inverted.yellow.basic.buttons .button:hover,.ui.inverted.yellow.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #ffdf05 inset!important;box-shadow:0 0 0 2px #ffdf05 inset!important;color:#ffe21f!important}.ui.inverted.yellow.basic.button:focus,.ui.inverted.yellow.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #f5d500 inset!important;box-shadow:0 0 0 2px #f5d500 inset!important;color:#ffe21f!important}.ui.inverted.yellow.basic.active.button,.ui.inverted.yellow.basic.buttons .active.button,.ui.inverted.yellow.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #ffdf05 inset!important;box-shadow:0 0 0 2px #ffdf05 inset!important;color:#ffe21f!important}.ui.inverted.yellow.basic.button:active,.ui.inverted.yellow.basic.buttons .button:active,.ui.inverted.yellow.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #ebcd00 inset!important;box-shadow:0 0 0 2px #ebcd00 inset!important;color:#ffe21f!important}.ui.primary.button,.ui.primary.buttons .button{background-color:#2185d0;color:#fff;text-shadow:none;background-image:none}.ui.primary.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.primary.button:hover,.ui.primary.buttons .button:hover{background-color:#1678c2;color:#fff;text-shadow:none}.ui.primary.button:focus,.ui.primary.buttons .button:focus{background-color:#0d71bb;color:#fff;text-shadow:none}.ui.primary.button:active,.ui.primary.buttons .button:active{background-color:#1a69a4;color:#fff;text-shadow:none}.ui.primary.active.button,.ui.primary.button .active.button:active,.ui.primary.buttons .active.button,.ui.primary.buttons .active.button:active{background-color:#1279c6;color:#fff;text-shadow:none}.ui.basic.primary.button,.ui.basic.primary.buttons .button{-webkit-box-shadow:0 0 0 1px #2185d0 inset!important;box-shadow:0 0 0 1px #2185d0 inset!important;color:#2185d0!important}.ui.basic.primary.button:hover,.ui.basic.primary.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #1678c2 inset!important;box-shadow:0 0 0 1px #1678c2 inset!important;color:#1678c2!important}.ui.basic.primary.button:focus,.ui.basic.primary.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #0d71bb inset!important;box-shadow:0 0 0 1px #0d71bb inset!important;color:#1678c2!important}.ui.basic.primary.active.button,.ui.basic.primary.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #1279c6 inset!important;box-shadow:0 0 0 1px #1279c6 inset!important;color:#1a69a4!important}.ui.basic.primary.button:active,.ui.basic.primary.buttons .button:active{-webkit-box-shadow:0 0 0 1px #1a69a4 inset!important;box-shadow:0 0 0 1px #1a69a4 inset!important;color:#1a69a4!important}.ui.buttons:not(.vertical)>.basic.primary.button:not(:first-child){margin-left:-1px}.ui.inverted.primary.button,.ui.inverted.primary.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #54c8ff inset!important;box-shadow:0 0 0 2px #54c8ff inset!important;color:#54c8ff}.ui.inverted.primary.button.active,.ui.inverted.primary.button:active,.ui.inverted.primary.button:focus,.ui.inverted.primary.button:hover,.ui.inverted.primary.buttons .button.active,.ui.inverted.primary.buttons .button:active,.ui.inverted.primary.buttons .button:focus,.ui.inverted.primary.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff}.ui.inverted.primary.button:hover,.ui.inverted.primary.buttons .button:hover{background-color:#3ac0ff}.ui.inverted.primary.button:focus,.ui.inverted.primary.buttons .button:focus{background-color:#2bbbff}.ui.inverted.primary.active.button,.ui.inverted.primary.buttons .active.button{background-color:#3ac0ff}.ui.inverted.primary.button:active,.ui.inverted.primary.buttons .button:active{background-color:#21b8ff}.ui.inverted.primary.basic.button,.ui.inverted.primary.basic.buttons .button,.ui.inverted.primary.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.primary.basic.button:hover,.ui.inverted.primary.basic.buttons .button:hover,.ui.inverted.primary.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #3ac0ff inset!important;box-shadow:0 0 0 2px #3ac0ff inset!important;color:#54c8ff!important}.ui.inverted.primary.basic.button:focus,.ui.inverted.primary.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #2bbbff inset!important;box-shadow:0 0 0 2px #2bbbff inset!important;color:#54c8ff!important}.ui.inverted.primary.basic.active.button,.ui.inverted.primary.basic.buttons .active.button,.ui.inverted.primary.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #3ac0ff inset!important;box-shadow:0 0 0 2px #3ac0ff inset!important;color:#54c8ff!important}.ui.inverted.primary.basic.button:active,.ui.inverted.primary.basic.buttons .button:active,.ui.inverted.primary.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #21b8ff inset!important;box-shadow:0 0 0 2px #21b8ff inset!important;color:#54c8ff!important}.ui.secondary.button,.ui.secondary.buttons .button{background-color:#1b1c1d;color:#fff;text-shadow:none;background-image:none}.ui.secondary.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.secondary.button:hover,.ui.secondary.buttons .button:hover{background-color:#27292a;color:#fff;text-shadow:none}.ui.secondary.button:focus,.ui.secondary.buttons .button:focus{background-color:#2e3032;color:#fff;text-shadow:none}.ui.secondary.button:active,.ui.secondary.buttons .button:active{background-color:#343637;color:#fff;text-shadow:none}.ui.secondary.active.button,.ui.secondary.button .active.button:active,.ui.secondary.buttons .active.button,.ui.secondary.buttons .active.button:active{background-color:#27292a;color:#fff;text-shadow:none}.ui.basic.secondary.button,.ui.basic.secondary.buttons .button{-webkit-box-shadow:0 0 0 1px #1b1c1d inset!important;box-shadow:0 0 0 1px #1b1c1d inset!important;color:#1b1c1d!important}.ui.basic.secondary.button:hover,.ui.basic.secondary.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #27292a inset!important;box-shadow:0 0 0 1px #27292a inset!important;color:#27292a!important}.ui.basic.secondary.button:focus,.ui.basic.secondary.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #2e3032 inset!important;box-shadow:0 0 0 1px #2e3032 inset!important;color:#27292a!important}.ui.basic.secondary.active.button,.ui.basic.secondary.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #27292a inset!important;box-shadow:0 0 0 1px #27292a inset!important;color:#343637!important}.ui.basic.secondary.button:active,.ui.basic.secondary.buttons .button:active{-webkit-box-shadow:0 0 0 1px #343637 inset!important;box-shadow:0 0 0 1px #343637 inset!important;color:#343637!important}.ui.buttons:not(.vertical)>.basic.primary.button:not(:first-child){margin-left:-1px}.ui.inverted.secondary.button,.ui.inverted.secondary.buttons .button{background-color:transparent;-webkit-box-shadow:0 0 0 2px #545454 inset!important;box-shadow:0 0 0 2px #545454 inset!important;color:#545454}.ui.inverted.secondary.button.active,.ui.inverted.secondary.button:active,.ui.inverted.secondary.button:focus,.ui.inverted.secondary.button:hover,.ui.inverted.secondary.buttons .button.active,.ui.inverted.secondary.buttons .button:active,.ui.inverted.secondary.buttons .button:focus,.ui.inverted.secondary.buttons .button:hover{-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff}.ui.inverted.secondary.button:hover,.ui.inverted.secondary.buttons .button:hover{background-color:#616161}.ui.inverted.secondary.button:focus,.ui.inverted.secondary.buttons .button:focus{background-color:#686868}.ui.inverted.secondary.active.button,.ui.inverted.secondary.buttons .active.button{background-color:#616161}.ui.inverted.secondary.button:active,.ui.inverted.secondary.buttons .button:active{background-color:#6e6e6e}.ui.inverted.secondary.basic.button,.ui.inverted.secondary.basic.buttons .button,.ui.inverted.secondary.buttons .basic.button{background-color:transparent;-webkit-box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.secondary.basic.button:hover,.ui.inverted.secondary.basic.buttons .button:hover,.ui.inverted.secondary.buttons .basic.button:hover{-webkit-box-shadow:0 0 0 2px #616161 inset!important;box-shadow:0 0 0 2px #616161 inset!important;color:#545454!important}.ui.inverted.secondary.basic.button:focus,.ui.inverted.secondary.basic.buttons .button:focus{-webkit-box-shadow:0 0 0 2px #686868 inset!important;box-shadow:0 0 0 2px #686868 inset!important;color:#545454!important}.ui.inverted.secondary.basic.active.button,.ui.inverted.secondary.basic.buttons .active.button,.ui.inverted.secondary.buttons .basic.active.button{-webkit-box-shadow:0 0 0 2px #616161 inset!important;box-shadow:0 0 0 2px #616161 inset!important;color:#545454!important}.ui.inverted.secondary.basic.button:active,.ui.inverted.secondary.basic.buttons .button:active,.ui.inverted.secondary.buttons .basic.button:active{-webkit-box-shadow:0 0 0 2px #6e6e6e inset!important;box-shadow:0 0 0 2px #6e6e6e inset!important;color:#545454!important}.ui.positive.button,.ui.positive.buttons .button{background-color:#21ba45;color:#fff;text-shadow:none;background-image:none}.ui.positive.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.positive.button:hover,.ui.positive.buttons .button:hover{background-color:#16ab39;color:#fff;text-shadow:none}.ui.positive.button:focus,.ui.positive.buttons .button:focus{background-color:#0ea432;color:#fff;text-shadow:none}.ui.positive.button:active,.ui.positive.buttons .button:active{background-color:#198f35;color:#fff;text-shadow:none}.ui.positive.active.button,.ui.positive.button .active.button:active,.ui.positive.buttons .active.button,.ui.positive.buttons .active.button:active{background-color:#13ae38;color:#fff;text-shadow:none}.ui.basic.positive.button,.ui.basic.positive.buttons .button{-webkit-box-shadow:0 0 0 1px #21ba45 inset!important;box-shadow:0 0 0 1px #21ba45 inset!important;color:#21ba45!important}.ui.basic.positive.button:hover,.ui.basic.positive.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #16ab39 inset!important;box-shadow:0 0 0 1px #16ab39 inset!important;color:#16ab39!important}.ui.basic.positive.button:focus,.ui.basic.positive.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #0ea432 inset!important;box-shadow:0 0 0 1px #0ea432 inset!important;color:#16ab39!important}.ui.basic.positive.active.button,.ui.basic.positive.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #13ae38 inset!important;box-shadow:0 0 0 1px #13ae38 inset!important;color:#198f35!important}.ui.basic.positive.button:active,.ui.basic.positive.buttons .button:active{-webkit-box-shadow:0 0 0 1px #198f35 inset!important;box-shadow:0 0 0 1px #198f35 inset!important;color:#198f35!important}.ui.buttons:not(.vertical)>.basic.primary.button:not(:first-child){margin-left:-1px}.ui.negative.button,.ui.negative.buttons .button{background-color:#db2828;color:#fff;text-shadow:none;background-image:none}.ui.negative.button{-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.negative.button:hover,.ui.negative.buttons .button:hover{background-color:#d01919;color:#fff;text-shadow:none}.ui.negative.button:focus,.ui.negative.buttons .button:focus{background-color:#ca1010;color:#fff;text-shadow:none}.ui.negative.button:active,.ui.negative.buttons .button:active{background-color:#b21e1e;color:#fff;text-shadow:none}.ui.negative.active.button,.ui.negative.button .active.button:active,.ui.negative.buttons .active.button,.ui.negative.buttons .active.button:active{background-color:#d41515;color:#fff;text-shadow:none}.ui.basic.negative.button,.ui.basic.negative.buttons .button{-webkit-box-shadow:0 0 0 1px #db2828 inset!important;box-shadow:0 0 0 1px #db2828 inset!important;color:#db2828!important}.ui.basic.negative.button:hover,.ui.basic.negative.buttons .button:hover{background:0 0!important;-webkit-box-shadow:0 0 0 1px #d01919 inset!important;box-shadow:0 0 0 1px #d01919 inset!important;color:#d01919!important}.ui.basic.negative.button:focus,.ui.basic.negative.buttons .button:focus{background:0 0!important;-webkit-box-shadow:0 0 0 1px #ca1010 inset!important;box-shadow:0 0 0 1px #ca1010 inset!important;color:#d01919!important}.ui.basic.negative.active.button,.ui.basic.negative.buttons .active.button{background:0 0!important;-webkit-box-shadow:0 0 0 1px #d41515 inset!important;box-shadow:0 0 0 1px #d41515 inset!important;color:#b21e1e!important}.ui.basic.negative.button:active,.ui.basic.negative.buttons .button:active{-webkit-box-shadow:0 0 0 1px #b21e1e inset!important;box-shadow:0 0 0 1px #b21e1e inset!important;color:#b21e1e!important}.ui.buttons:not(.vertical)>.basic.primary.button:not(:first-child){margin-left:-1px}.ui.buttons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;font-size:0;vertical-align:baseline;margin:0 .25em 0 0}.ui.buttons:not(.basic):not(.inverted){-webkit-box-shadow:none;box-shadow:none}.ui.buttons:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ui.buttons .button{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;margin:0;border-radius:0;margin:0}.ui.buttons:not(.basic):not(.inverted)>.button,.ui.buttons>.ui.button:not(.basic):not(.inverted){-webkit-box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset}.ui.buttons .button:first-child{border-left:none;margin-left:0;border-top-left-radius:.28571429rem;border-bottom-left-radius:.28571429rem}.ui.buttons .button:last-child{border-top-right-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.vertical.buttons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.vertical.buttons .button{display:block;float:none;width:100%;margin:0;-webkit-box-shadow:none;box-shadow:none;border-radius:0}.ui.vertical.buttons .button:first-child{border-top-left-radius:.28571429rem;border-top-right-radius:.28571429rem}.ui.vertical.buttons .button:last-child{margin-bottom:0;border-bottom-left-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.vertical.buttons .button:only-child{border-radius:.28571429rem}*//*!
 * # Semantic UI - Container
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.container{display:block;max-width:100%!important}@media only screen and (max-width:767px){.ui.container{width:auto!important;margin-left:1em!important;margin-right:1em!important}.ui.grid.container{width:auto!important}.ui.relaxed.grid.container{width:auto!important}.ui.very.relaxed.grid.container{width:auto!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.container{width:723px;margin-left:auto!important;margin-right:auto!important}.ui.grid.container{width:calc(723px + 2rem)!important}.ui.relaxed.grid.container{width:calc(723px + 3rem)!important}.ui.very.relaxed.grid.container{width:calc(723px + 5rem)!important}}@media only screen and (min-width:992px) and (max-width:1199px){.ui.container{width:933px;margin-left:auto!important;margin-right:auto!important}.ui.grid.container{width:calc(933px + 2rem)!important}.ui.relaxed.grid.container{width:calc(933px + 3rem)!important}.ui.very.relaxed.grid.container{width:calc(933px + 5rem)!important}}@media only screen and (min-width:1200px){.ui.container{width:1127px;margin-left:auto!important;margin-right:auto!important}.ui.grid.container{width:calc(1127px + 2rem)!important}.ui.relaxed.grid.container{width:calc(1127px + 3rem)!important}.ui.very.relaxed.grid.container{width:calc(1127px + 5rem)!important}}.ui.text.container{max-width:700px!important;line-height:1.5}.ui.text.container{font-size:1.14285714rem}.ui.fluid.container{width:100%}.ui[class*="left aligned"].container{text-align:left}.ui[class*="center aligned"].container{text-align:center}.ui[class*="right aligned"].container{text-align:right}.ui.justified.container{text-align:justify;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}/*!
 * # Semantic UI - Divider
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.divider{margin:1rem 0;line-height:1;height:0;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:rgba(0,0,0,.85);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ui.divider:not(.vertical):not(.horizontal){border-top:1px solid rgba(34,36,38,.15);border-bottom:1px solid rgba(255,255,255,.1)}.ui.grid>.column+.divider,.ui.grid>.row>.column+.divider{left:auto}.ui.horizontal.divider{display:table;white-space:nowrap;height:auto;margin:'';line-height:1;text-align:center}.ui.horizontal.divider:after,.ui.horizontal.divider:before{content:'';display:table-cell;position:relative;top:50%;width:50%;background-repeat:no-repeat}.ui.horizontal.divider:before{background-position:right 1em top 50%}.ui.horizontal.divider:after{background-position:left 1em top 50%}.ui.vertical.divider{position:absolute;z-index:2;top:50%;left:50%;margin:0;padding:0;width:auto;height:50%;line-height:0;text-align:center;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.ui.vertical.divider:after,.ui.vertical.divider:before{position:absolute;left:50%;content:'';z-index:3;border-left:1px solid rgba(34,36,38,.15);border-right:1px solid rgba(255,255,255,.1);width:0%;height:calc(100% - 1rem)}.ui.vertical.divider:before{top:-100%}.ui.vertical.divider:after{top:auto;bottom:0}@media only screen and (max-width:767px){.ui.grid .stackable.row .ui.vertical.divider,.ui.stackable.grid .ui.vertical.divider{display:table;white-space:nowrap;height:auto;margin:'';overflow:hidden;line-height:1;text-align:center;position:static;top:0;left:0;-webkit-transform:none;transform:none}.ui.grid .stackable.row .ui.vertical.divider:after,.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:before{position:static;left:0;border-left:none;border-right:none;content:'';display:table-cell;position:relative;top:50%;width:50%;background-repeat:no-repeat}.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:before{background-position:right 1em top 50%}.ui.grid .stackable.row .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:after{background-position:left 1em top 50%}}.ui.divider>.icon{margin:0;font-size:1rem;height:1em;vertical-align:middle}.ui.hidden.divider{border-color:transparent!important}.ui.hidden.divider:after,.ui.hidden.divider:before{display:none}.ui.divider.inverted,.ui.horizontal.inverted.divider,.ui.vertical.inverted.divider{color:#fff}.ui.divider.inverted,.ui.divider.inverted:after,.ui.divider.inverted:before{border-top-color:rgba(34,36,38,.15)!important;border-left-color:rgba(34,36,38,.15)!important;border-bottom-color:rgba(255,255,255,.15)!important;border-right-color:rgba(255,255,255,.15)!important}.ui.fitted.divider{margin:0}.ui.clearing.divider{clear:both}.ui.section.divider{margin-top:2rem;margin-bottom:2rem}.ui.divider{font-size:1rem}.ui.horizontal.divider:after,.ui.horizontal.divider:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC)}@media only screen and (max-width:767px){.ui.grid .stackable.row .ui.vertical.divider:after,.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC)}}/*!
 * # Semantic UI - Flag
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */i.flag:not(.icon){display:inline-block;width:16px;height:11px;line-height:11px;vertical-align:baseline;margin:0 .5em 0 0;text-decoration:inherit;speak:none;font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden}i.flag:not(.icon):before{display:inline-block;content:'';background:url(/shivlab/wp-content/themes/shivlab/assets/css/odoo/images/flags.png) no-repeat -108px -1976px;width:16px;height:11px}i.flag.ad:before,i.flag.andorra:before{background-position:0 0}i.flag.ae:before,i.flag.uae:before,i.flag.united.arab.emirates:before{background-position:0 -26px}i.flag.af:before,i.flag.afghanistan:before{background-position:0 -52px}i.flag.ag:before,i.flag.antigua:before{background-position:0 -78px}i.flag.ai:before,i.flag.anguilla:before{background-position:0 -104px}i.flag.al:before,i.flag.albania:before{background-position:0 -130px}i.flag.am:before,i.flag.armenia:before{background-position:0 -156px}i.flag.an:before,i.flag.netherlands.antilles:before{background-position:0 -182px}i.flag.angola:before,i.flag.ao:before{background-position:0 -208px}i.flag.ar:before,i.flag.argentina:before{background-position:0 -234px}i.flag.american.samoa:before,i.flag.as:before{background-position:0 -260px}i.flag.at:before,i.flag.austria:before{background-position:0 -286px}i.flag.au:before,i.flag.australia:before{background-position:0 -312px}i.flag.aruba:before,i.flag.aw:before{background-position:0 -338px}i.flag.aland.islands:before,i.flag.ax:before{background-position:0 -364px}i.flag.az:before,i.flag.azerbaijan:before{background-position:0 -390px}i.flag.ba:before,i.flag.bosnia:before{background-position:0 -416px}i.flag.barbados:before,i.flag.bb:before{background-position:0 -442px}i.flag.bangladesh:before,i.flag.bd:before{background-position:0 -468px}i.flag.be:before,i.flag.belgium:before{background-position:0 -494px}i.flag.bf:before,i.flag.burkina.faso:before{background-position:0 -520px}i.flag.bg:before,i.flag.bulgaria:before{background-position:0 -546px}i.flag.bahrain:before,i.flag.bh:before{background-position:0 -572px}i.flag.bi:before,i.flag.burundi:before{background-position:0 -598px}i.flag.benin:before,i.flag.bj:before{background-position:0 -624px}i.flag.bermuda:before,i.flag.bm:before{background-position:0 -650px}i.flag.bn:before,i.flag.brunei:before{background-position:0 -676px}i.flag.bo:before,i.flag.bolivia:before{background-position:0 -702px}i.flag.br:before,i.flag.brazil:before{background-position:0 -728px}i.flag.bahamas:before,i.flag.bs:before{background-position:0 -754px}i.flag.bhutan:before,i.flag.bt:before{background-position:0 -780px}i.flag.bouvet.island:before,i.flag.bv:before{background-position:0 -806px}i.flag.botswana:before,i.flag.bw:before{background-position:0 -832px}i.flag.belarus:before,i.flag.by:before{background-position:0 -858px}i.flag.belize:before,i.flag.bz:before{background-position:0 -884px}i.flag.ca:before,i.flag.canada:before{background-position:0 -910px}i.flag.cc:before,i.flag.cocos.islands:before{background-position:0 -962px}i.flag.cd:before,i.flag.congo:before{background-position:0 -988px}i.flag.central.african.republic:before,i.flag.cf:before{background-position:0 -1014px}i.flag.cg:before,i.flag.congo.brazzaville:before{background-position:0 -1040px}i.flag.ch:before,i.flag.switzerland:before{background-position:0 -1066px}i.flag.ci:before,i.flag.cote.divoire:before{background-position:0 -1092px}i.flag.ck:before,i.flag.cook.islands:before{background-position:0 -1118px}i.flag.chile:before,i.flag.cl:before{background-position:0 -1144px}i.flag.cameroon:before,i.flag.cm:before{background-position:0 -1170px}i.flag.china:before,i.flag.cn:before{background-position:0 -1196px}i.flag.co:before,i.flag.colombia:before{background-position:0 -1222px}i.flag.costa.rica:before,i.flag.cr:before{background-position:0 -1248px}i.flag.cs:before,i.flag.serbia:before{background-position:0 -1274px}i.flag.cu:before,i.flag.cuba:before{background-position:0 -1300px}i.flag.cape.verde:before,i.flag.cv:before{background-position:0 -1326px}i.flag.christmas.island:before,i.flag.cx:before{background-position:0 -1352px}i.flag.cy:before,i.flag.cyprus:before{background-position:0 -1378px}i.flag.cz:before,i.flag.czech.republic:before{background-position:0 -1404px}i.flag.de:before,i.flag.germany:before{background-position:0 -1430px}i.flag.dj:before,i.flag.djibouti:before{background-position:0 -1456px}i.flag.denmark:before,i.flag.dk:before{background-position:0 -1482px}i.flag.dm:before,i.flag.dominica:before{background-position:0 -1508px}i.flag.do:before,i.flag.dominican.republic:before{background-position:0 -1534px}i.flag.algeria:before,i.flag.dz:before{background-position:0 -1560px}i.flag.ec:before,i.flag.ecuador:before{background-position:0 -1586px}i.flag.ee:before,i.flag.estonia:before{background-position:0 -1612px}i.flag.eg:before,i.flag.egypt:before{background-position:0 -1638px}i.flag.eh:before,i.flag.western.sahara:before{background-position:0 -1664px}i.flag.england:before,i.flag.gb.eng:before{background-position:0 -1690px}i.flag.er:before,i.flag.eritrea:before{background-position:0 -1716px}i.flag.es:before,i.flag.spain:before{background-position:0 -1742px}i.flag.et:before,i.flag.ethiopia:before{background-position:0 -1768px}i.flag.eu:before,i.flag.european.union:before{background-position:0 -1794px}i.flag.fi:before,i.flag.finland:before{background-position:0 -1846px}i.flag.fiji:before,i.flag.fj:before{background-position:0 -1872px}i.flag.falkland.islands:before,i.flag.fk:before{background-position:0 -1898px}i.flag.fm:before,i.flag.micronesia:before{background-position:0 -1924px}i.flag.faroe.islands:before,i.flag.fo:before{background-position:0 -1950px}i.flag.fr:before,i.flag.france:before{background-position:0 -1976px}i.flag.ga:before,i.flag.gabon:before{background-position:-36px 0}i.flag.gb:before,i.flag.uk:before,i.flag.united.kingdom:before{background-position:-36px -26px}i.flag.gd:before,i.flag.grenada:before{background-position:-36px -52px}i.flag.ge:before,i.flag.georgia:before{background-position:-36px -78px}i.flag.french.guiana:before,i.flag.gf:before{background-position:-36px -104px}i.flag.gh:before,i.flag.ghana:before{background-position:-36px -130px}i.flag.gi:before,i.flag.gibraltar:before{background-position:-36px -156px}i.flag.gl:before,i.flag.greenland:before{background-position:-36px -182px}i.flag.gambia:before,i.flag.gm:before{background-position:-36px -208px}i.flag.gn:before,i.flag.guinea:before{background-position:-36px -234px}i.flag.gp:before,i.flag.guadeloupe:before{background-position:-36px -260px}i.flag.equatorial.guinea:before,i.flag.gq:before{background-position:-36px -286px}i.flag.gr:before,i.flag.greece:before{background-position:-36px -312px}i.flag.gs:before,i.flag.sandwich.islands:before{background-position:-36px -338px}i.flag.gt:before,i.flag.guatemala:before{background-position:-36px -364px}i.flag.gu:before,i.flag.guam:before{background-position:-36px -390px}i.flag.guinea-bissau:before,i.flag.gw:before{background-position:-36px -416px}i.flag.guyana:before,i.flag.gy:before{background-position:-36px -442px}i.flag.hk:before,i.flag.hong.kong:before{background-position:-36px -468px}i.flag.heard.island:before,i.flag.hm:before{background-position:-36px -494px}i.flag.hn:before,i.flag.honduras:before{background-position:-36px -520px}i.flag.croatia:before,i.flag.hr:before{background-position:-36px -546px}i.flag.haiti:before,i.flag.ht:before{background-position:-36px -572px}i.flag.hu:before,i.flag.hungary:before{background-position:-36px -598px}i.flag.id:before,i.flag.indonesia:before{background-position:-36px -624px}i.flag.ie:before,i.flag.ireland:before{background-position:-36px -650px}i.flag.il:before,i.flag.israel:before{background-position:-36px -676px}i.flag.in:before,i.flag.india:before{background-position:-36px -702px}i.flag.indian.ocean.territory:before,i.flag.io:before{background-position:-36px -728px}i.flag.iq:before,i.flag.iraq:before{background-position:-36px -754px}i.flag.ir:before,i.flag.iran:before{background-position:-36px -780px}i.flag.iceland:before,i.flag.is:before{background-position:-36px -806px}i.flag.it:before,i.flag.italy:before{background-position:-36px -832px}i.flag.jamaica:before,i.flag.jm:before{background-position:-36px -858px}i.flag.jo:before,i.flag.jordan:before{background-position:-36px -884px}i.flag.japan:before,i.flag.jp:before{background-position:-36px -910px}i.flag.ke:before,i.flag.kenya:before{background-position:-36px -936px}i.flag.kg:before,i.flag.kyrgyzstan:before{background-position:-36px -962px}i.flag.cambodia:before,i.flag.kh:before{background-position:-36px -988px}i.flag.ki:before,i.flag.kiribati:before{background-position:-36px -1014px}i.flag.comoros:before,i.flag.km:before{background-position:-36px -1040px}i.flag.kn:before,i.flag.saint.kitts.and.nevis:before{background-position:-36px -1066px}i.flag.kp:before,i.flag.north.korea:before{background-position:-36px -1092px}i.flag.kr:before,i.flag.south.korea:before{background-position:-36px -1118px}i.flag.kuwait:before,i.flag.kw:before{background-position:-36px -1144px}i.flag.cayman.islands:before,i.flag.ky:before{background-position:-36px -1170px}i.flag.kazakhstan:before,i.flag.kz:before{background-position:-36px -1196px}i.flag.la:before,i.flag.laos:before{background-position:-36px -1222px}i.flag.lb:before,i.flag.lebanon:before{background-position:-36px -1248px}i.flag.lc:before,i.flag.saint.lucia:before{background-position:-36px -1274px}i.flag.li:before,i.flag.liechtenstein:before{background-position:-36px -1300px}i.flag.lk:before,i.flag.sri.lanka:before{background-position:-36px -1326px}i.flag.liberia:before,i.flag.lr:before{background-position:-36px -1352px}i.flag.lesotho:before,i.flag.ls:before{background-position:-36px -1378px}i.flag.lithuania:before,i.flag.lt:before{background-position:-36px -1404px}i.flag.lu:before,i.flag.luxembourg:before{background-position:-36px -1430px}i.flag.latvia:before,i.flag.lv:before{background-position:-36px -1456px}i.flag.libya:before,i.flag.ly:before{background-position:-36px -1482px}i.flag.ma:before,i.flag.morocco:before{background-position:-36px -1508px}i.flag.mc:before,i.flag.monaco:before{background-position:-36px -1534px}i.flag.md:before,i.flag.moldova:before{background-position:-36px -1560px}i.flag.me:before,i.flag.montenegro:before{background-position:-36px -1586px}i.flag.madagascar:before,i.flag.mg:before{background-position:-36px -1613px}i.flag.marshall.islands:before,i.flag.mh:before{background-position:-36px -1639px}i.flag.macedonia:before,i.flag.mk:before{background-position:-36px -1665px}i.flag.mali:before,i.flag.ml:before{background-position:-36px -1691px}i.flag.burma:before,i.flag.mm:before,i.flag.myanmar:before{background-position:-73px -1821px}i.flag.mn:before,i.flag.mongolia:before{background-position:-36px -1743px}i.flag.macau:before,i.flag.mo:before{background-position:-36px -1769px}i.flag.mp:before,i.flag.northern.mariana.islands:before{background-position:-36px -1795px}i.flag.martinique:before,i.flag.mq:before{background-position:-36px -1821px}i.flag.mauritania:before,i.flag.mr:before{background-position:-36px -1847px}i.flag.montserrat:before,i.flag.ms:before{background-position:-36px -1873px}i.flag.malta:before,i.flag.mt:before{background-position:-36px -1899px}i.flag.mauritius:before,i.flag.mu:before{background-position:-36px -1925px}i.flag.maldives:before,i.flag.mv:before{background-position:-36px -1951px}i.flag.malawi:before,i.flag.mw:before{background-position:-36px -1977px}i.flag.mexico:before,i.flag.mx:before{background-position:-72px 0}i.flag.malaysia:before,i.flag.my:before{background-position:-72px -26px}i.flag.mozambique:before,i.flag.mz:before{background-position:-72px -52px}i.flag.na:before,i.flag.namibia:before{background-position:-72px -78px}i.flag.nc:before,i.flag.new.caledonia:before{background-position:-72px -104px}i.flag.ne:before,i.flag.niger:before{background-position:-72px -130px}i.flag.nf:before,i.flag.norfolk.island:before{background-position:-72px -156px}i.flag.ng:before,i.flag.nigeria:before{background-position:-72px -182px}i.flag.ni:before,i.flag.nicaragua:before{background-position:-72px -208px}i.flag.netherlands:before,i.flag.nl:before{background-position:-72px -234px}i.flag.no:before,i.flag.norway:before{background-position:-72px -260px}i.flag.nepal:before,i.flag.np:before{background-position:-72px -286px}i.flag.nauru:before,i.flag.nr:before{background-position:-72px -312px}i.flag.niue:before,i.flag.nu:before{background-position:-72px -338px}i.flag.new.zealand:before,i.flag.nz:before{background-position:-72px -364px}i.flag.om:before,i.flag.oman:before{background-position:-72px -390px}i.flag.pa:before,i.flag.panama:before{background-position:-72px -416px}i.flag.pe:before,i.flag.peru:before{background-position:-72px -442px}i.flag.french.polynesia:before,i.flag.pf:before{background-position:-72px -468px}i.flag.new.guinea:before,i.flag.pg:before{background-position:-72px -494px}i.flag.ph:before,i.flag.philippines:before{background-position:-72px -520px}i.flag.pakistan:before,i.flag.pk:before{background-position:-72px -546px}i.flag.pl:before,i.flag.poland:before{background-position:-72px -572px}i.flag.pm:before,i.flag.saint.pierre:before{background-position:-72px -598px}i.flag.pitcairn.islands:before,i.flag.pn:before{background-position:-72px -624px}i.flag.pr:before,i.flag.puerto.rico:before{background-position:-72px -650px}i.flag.palestine:before,i.flag.ps:before{background-position:-72px -676px}i.flag.portugal:before,i.flag.pt:before{background-position:-72px -702px}i.flag.palau:before,i.flag.pw:before{background-position:-72px -728px}i.flag.paraguay:before,i.flag.py:before{background-position:-72px -754px}i.flag.qa:before,i.flag.qatar:before{background-position:-72px -780px}i.flag.re:before,i.flag.reunion:before{background-position:-72px -806px}i.flag.ro:before,i.flag.romania:before{background-position:-72px -832px}i.flag.rs:before,i.flag.serbia:before{background-position:-72px -858px}i.flag.ru:before,i.flag.russia:before{background-position:-72px -884px}i.flag.rw:before,i.flag.rwanda:before{background-position:-72px -910px}i.flag.sa:before,i.flag.saudi.arabia:before{background-position:-72px -936px}i.flag.sb:before,i.flag.solomon.islands:before{background-position:-72px -962px}i.flag.sc:before,i.flag.seychelles:before{background-position:-72px -988px}i.flag.gb.sct:before,i.flag.scotland:before{background-position:-72px -1014px}i.flag.sd:before,i.flag.sudan:before{background-position:-72px -1040px}i.flag.se:before,i.flag.sweden:before{background-position:-72px -1066px}i.flag.sg:before,i.flag.singapore:before{background-position:-72px -1092px}i.flag.saint.helena:before,i.flag.sh:before{background-position:-72px -1118px}i.flag.si:before,i.flag.slovenia:before{background-position:-72px -1144px}i.flag.jan.mayen:before,i.flag.sj:before,i.flag.svalbard:before{background-position:-72px -1170px}i.flag.sk:before,i.flag.slovakia:before{background-position:-72px -1196px}i.flag.sierra.leone:before,i.flag.sl:before{background-position:-72px -1222px}i.flag.san.marino:before,i.flag.sm:before{background-position:-72px -1248px}i.flag.senegal:before,i.flag.sn:before{background-position:-72px -1274px}i.flag.so:before,i.flag.somalia:before{background-position:-72px -1300px}i.flag.sr:before,i.flag.suriname:before{background-position:-72px -1326px}i.flag.sao.tome:before,i.flag.st:before{background-position:-72px -1352px}i.flag.el.salvador:before,i.flag.sv:before{background-position:-72px -1378px}i.flag.sy:before,i.flag.syria:before{background-position:-72px -1404px}i.flag.swaziland:before,i.flag.sz:before{background-position:-72px -1430px}i.flag.caicos.islands:before,i.flag.tc:before{background-position:-72px -1456px}i.flag.chad:before,i.flag.td:before{background-position:-72px -1482px}i.flag.french.territories:before,i.flag.tf:before{background-position:-72px -1508px}i.flag.tg:before,i.flag.togo:before{background-position:-72px -1534px}i.flag.th:before,i.flag.thailand:before{background-position:-72px -1560px}i.flag.tajikistan:before,i.flag.tj:before{background-position:-72px -1586px}i.flag.tk:before,i.flag.tokelau:before{background-position:-72px -1612px}i.flag.timorleste:before,i.flag.tl:before{background-position:-72px -1638px}i.flag.tm:before,i.flag.turkmenistan:before{background-position:-72px -1664px}i.flag.tn:before,i.flag.tunisia:before{background-position:-72px -1690px}i.flag.to:before,i.flag.tonga:before{background-position:-72px -1716px}i.flag.tr:before,i.flag.turkey:before{background-position:-72px -1742px}i.flag.trinidad:before,i.flag.tt:before{background-position:-72px -1768px}i.flag.tuvalu:before,i.flag.tv:before{background-position:-72px -1794px}i.flag.taiwan:before,i.flag.tw:before{background-position:-72px -1820px}i.flag.tanzania:before,i.flag.tz:before{background-position:-72px -1846px}i.flag.ua:before,i.flag.ukraine:before{background-position:-72px -1872px}i.flag.ug:before,i.flag.uganda:before{background-position:-72px -1898px}i.flag.um:before,i.flag.us.minor.islands:before{background-position:-72px -1924px}i.flag.america:before,i.flag.united.states:before,i.flag.us:before{background-position:-72px -1950px}i.flag.uruguay:before,i.flag.uy:before{background-position:-72px -1976px}i.flag.uz:before,i.flag.uzbekistan:before{background-position:-108px 0}i.flag.va:before,i.flag.vatican.city:before{background-position:-108px -26px}i.flag.saint.vincent:before,i.flag.vc:before{background-position:-108px -52px}i.flag.ve:before,i.flag.venezuela:before{background-position:-108px -78px}i.flag.british.virgin.islands:before,i.flag.vg:before{background-position:-108px -104px}i.flag.us.virgin.islands:before,i.flag.vi:before{background-position:-108px -130px}i.flag.vietnam:before,i.flag.vn:before{background-position:-108px -156px}i.flag.vanuatu:before,i.flag.vu:before{background-position:-108px -182px}i.flag.gb.wls:before,i.flag.wales:before{background-position:-108px -208px}i.flag.wallis.and.futuna:before,i.flag.wf:before{background-position:-108px -234px}i.flag.samoa:before,i.flag.ws:before{background-position:-108px -260px}i.flag.ye:before,i.flag.yemen:before{background-position:-108px -286px}i.flag.mayotte:before,i.flag.yt:before{background-position:-108px -312px}i.flag.south.africa:before,i.flag.za:before{background-position:-108px -338px}i.flag.zambia:before,i.flag.zm:before{background-position:-108px -364px}i.flag.zimbabwe:before,i.flag.zw:before{background-position:-108px -390px}/*!
 * # Semantic UI - Header
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.header{border:none;margin:calc(2rem - .14285714em) 0 1rem;padding:0 0;font-weight:700;line-height:1.28571429em;text-transform:none;color:rgba(0,0,0,.87)}.ui.header:first-child{margin-top:-.14285714em}.ui.header:last-child{margin-bottom:0}.ui.header .sub.header{display:block;font-weight:400;padding:0;margin:0;font-size:1rem;line-height:1.2em;color:rgba(0,0,0,.6)}.ui.header>.icon{display:table-cell;opacity:1;font-size:1.5em;padding-top:0;vertical-align:middle}.ui.header .icon:only-child{display:inline-block;padding:0;margin-right:.75rem}.ui.header>.image:not(.icon),.ui.header>img{display:inline-block;margin-top:.14285714em;width:2.5em;height:auto;vertical-align:middle}.ui.header>.image:not(.icon):only-child,.ui.header>img:only-child{margin-right:.75rem}.ui.header .content{display:inline-block;vertical-align:top}.ui.header>.image+.content,.ui.header>img+.content{padding-left:.75rem;vertical-align:middle}.ui.header>.icon+.content{padding-left:.75rem;display:table-cell;vertical-align:middle}.ui.header .ui.label{font-size:'';margin-left:.5rem;vertical-align:middle}.ui.header+p{margin-top:0}h1.ui.header{font-size:2rem}h2.ui.header{font-size:1.71428571rem}h3.ui.header{font-size:1.28571429rem}h4.ui.header{font-size:1.07142857rem}h5.ui.header{font-size:1rem}h1.ui.header .sub.header{font-size:1.14285714rem}h2.ui.header .sub.header{font-size:1.14285714rem}h3.ui.header .sub.header{font-size:1rem}h4.ui.header .sub.header{font-size:1rem}h5.ui.header .sub.header{font-size:.92857143rem}.ui.huge.header{min-height:1em;font-size:2em}.ui.large.header{font-size:1.71428571em}.ui.medium.header{font-size:1.28571429em}.ui.small.header{font-size:1.07142857em}.ui.tiny.header{font-size:1em}.ui.huge.header .sub.header{font-size:1.14285714rem}.ui.large.header .sub.header{font-size:1.14285714rem}.ui.header .sub.header{font-size:1rem}.ui.small.header .sub.header{font-size:1rem}.ui.tiny.header .sub.header{font-size:.92857143rem}.ui.sub.header{padding:0;margin-bottom:.14285714rem;font-weight:700;font-size:.85714286em;text-transform:uppercase;color:''}.ui.small.sub.header{font-size:.78571429em}.ui.sub.header{font-size:.85714286em}.ui.large.sub.header{font-size:.92857143em}.ui.huge.sub.header{font-size:1em}.ui.icon.header{display:inline-block;text-align:center;margin:2rem 0 1rem}.ui.icon.header:after{content:'';display:block;height:0;clear:both;visibility:hidden}.ui.icon.header:first-child{margin-top:0}.ui.icon.header .icon{float:none;display:block;width:auto;height:auto;line-height:1;padding:0;font-size:3em;margin:0 auto .5rem;opacity:1}.ui.icon.header .content{display:block;padding:0}.ui.icon.header .circular.icon{font-size:2em}.ui.icon.header .square.icon{font-size:2em}.ui.block.icon.header .icon{margin-bottom:0}.ui.icon.header.aligned{margin-left:auto;margin-right:auto;display:block}.ui.disabled.header{opacity:.45}.ui.inverted.header{color:#fff}.ui.inverted.header .sub.header{color:rgba(255,255,255,.8)}.ui.inverted.attached.header{background:#545454 -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));background:#545454 -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:#545454 linear-gradient(transparent,rgba(0,0,0,.05));-webkit-box-shadow:none;box-shadow:none;border-color:transparent}.ui.inverted.block.header{background:#545454 -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));background:#545454 -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:#545454 linear-gradient(transparent,rgba(0,0,0,.05));-webkit-box-shadow:none;box-shadow:none}.ui.inverted.block.header{border-bottom:none}.ui.red.header{color:#db2828!important}a.ui.red.header:hover{color:#d01919!important}.ui.red.dividing.header{border-bottom:2px solid #db2828}.ui.inverted.red.header{color:#ff695e!important}a.ui.inverted.red.header:hover{color:#ff5144!important}.ui.orange.header{color:#f2711c!important}a.ui.orange.header:hover{color:#f26202!important}.ui.orange.dividing.header{border-bottom:2px solid #f2711c}.ui.inverted.orange.header{color:#ff851b!important}a.ui.inverted.orange.header:hover{color:#ff7701!important}.ui.olive.header{color:#b5cc18!important}a.ui.olive.header:hover{color:#a7bd0d!important}.ui.olive.dividing.header{border-bottom:2px solid #b5cc18}.ui.inverted.olive.header{color:#d9e778!important}a.ui.inverted.olive.header:hover{color:#d8ea5c!important}.ui.yellow.header{color:#fbbd08!important}a.ui.yellow.header:hover{color:#eaae00!important}.ui.yellow.dividing.header{border-bottom:2px solid #fbbd08}.ui.inverted.yellow.header{color:#ffe21f!important}a.ui.inverted.yellow.header:hover{color:#ffdf05!important}.ui.green.header{color:#21ba45!important}a.ui.green.header:hover{color:#16ab39!important}.ui.green.dividing.header{border-bottom:2px solid #21ba45}.ui.inverted.green.header{color:#2ecc40!important}a.ui.inverted.green.header:hover{color:#22be34!important}.ui.teal.header{color:#00b5ad!important}a.ui.teal.header:hover{color:#009c95!important}.ui.teal.dividing.header{border-bottom:2px solid #00b5ad}.ui.inverted.teal.header{color:#6dffff!important}a.ui.inverted.teal.header:hover{color:#54ffff!important}.ui.blue.header{color:#2185d0!important}a.ui.blue.header:hover{color:#1678c2!important}.ui.blue.dividing.header{border-bottom:2px solid #2185d0}.ui.inverted.blue.header{color:#54c8ff!important}a.ui.inverted.blue.header:hover{color:#3ac0ff!important}.ui.violet.header{color:#6435c9!important}a.ui.violet.header:hover{color:#5829bb!important}.ui.violet.dividing.header{border-bottom:2px solid #6435c9}.ui.inverted.violet.header{color:#a291fb!important}a.ui.inverted.violet.header:hover{color:#8a73ff!important}.ui.purple.header{color:#a333c8!important}a.ui.purple.header:hover{color:#9627ba!important}.ui.purple.dividing.header{border-bottom:2px solid #a333c8}.ui.inverted.purple.header{color:#dc73ff!important}a.ui.inverted.purple.header:hover{color:#d65aff!important}.ui.pink.header{color:#e03997!important}a.ui.pink.header:hover{color:#e61a8d!important}.ui.pink.dividing.header{border-bottom:2px solid #e03997}.ui.inverted.pink.header{color:#ff8edf!important}a.ui.inverted.pink.header:hover{color:#ff74d8!important}.ui.brown.header{color:#a5673f!important}a.ui.brown.header:hover{color:#975b33!important}.ui.brown.dividing.header{border-bottom:2px solid #a5673f}.ui.inverted.brown.header{color:#d67c1c!important}a.ui.inverted.brown.header:hover{color:#c86f11!important}.ui.grey.header{color:#767676!important}a.ui.grey.header:hover{color:#838383!important}.ui.grey.dividing.header{border-bottom:2px solid #767676}.ui.inverted.grey.header{color:#dcddde!important}a.ui.inverted.grey.header:hover{color:#cfd0d2!important}.ui.left.aligned.header{text-align:left}.ui.right.aligned.header{text-align:right}.ui.center.aligned.header,.ui.centered.header{text-align:center}.ui.justified.header{text-align:justify}.ui.justified.header:after{display:inline-block;content:'';width:100%}.ui.floated.header,.ui[class*="left floated"].header{float:left;margin-top:0;margin-right:.5em}.ui[class*="right floated"].header{float:right;margin-top:0;margin-left:.5em}.ui.fitted.header{padding:0}.ui.dividing.header{padding-bottom:.21428571rem;border-bottom:1px solid rgba(34,36,38,.15)}.ui.dividing.header .sub.header{padding-bottom:.21428571rem}.ui.dividing.header .icon{margin-bottom:0}.ui.inverted.dividing.header{border-bottom-color:rgba(255,255,255,.1)}.ui.block.header{background:#f3f4f5;padding:.78571429rem 1rem;-webkit-box-shadow:none;box-shadow:none;border:1px solid #d4d4d5;border-radius:.28571429rem}.ui.tiny.block.header{font-size:.85714286rem}.ui.small.block.header{font-size:.92857143rem}.ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1rem}.ui.large.block.header{font-size:1.14285714rem}.ui.huge.block.header{font-size:1.42857143rem}.ui.attached.header{background:#fff;padding:.78571429rem 1rem;margin-left:-1px;margin-right:-1px;-webkit-box-shadow:none;box-shadow:none;border:1px solid #d4d4d5}.ui.attached.block.header{background:#f3f4f5}.ui.attached:not(.top):not(.bottom).header{margin-top:0;margin-bottom:0;border-top:none;border-radius:0}.ui.top.attached.header{margin-bottom:0;border-radius:.28571429rem .28571429rem 0 0}.ui.bottom.attached.header{margin-top:0;border-top:none;border-radius:0 0 .28571429rem .28571429rem}.ui.tiny.attached.header{font-size:.85714286em}.ui.small.attached.header{font-size:.92857143em}.ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1em}.ui.large.attached.header{font-size:1.14285714em}.ui.huge.attached.header{font-size:1.42857143em}.ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.28571429em}/*!
 * # Semantic UI - Icon
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */@font-face{font-display:swap;font-family:Icons;src:url(/shivlab/wp-content/themes/shivlab/assets/css/odoo/themes/default/assets/fonts/icons.eot);src:url(/shivlab/wp-content/themes/shivlab/assets/css/odoo/themes/default/assets/fonts/iconsd41d.eot?#iefix) format('embedded-opentype'),url(/shivlab/wp-content/themes/shivlab/assets/css/odoo/themes/default/assets/fonts/icons.woff2) format('woff2'),url(/shivlab/wp-content/themes/shivlab/assets/css/odoo/themes/default/assets/fonts/icons.woff) format('woff'),url(/shivlab/wp-content/themes/shivlab/assets/css/odoo/themes/default/assets/fonts/icons.ttf) format('truetype'),url(/shivlab/wp-content/themes/shivlab/assets/css/odoo/themes/default/assets/fonts/icons.svg#icons) format('svg');font-style:normal;font-weight:400;font-variant:normal;text-decoration:inherit;text-transform:none}i.icon{display:inline-block;opacity:1;margin:0 .25rem 0 0;width:1.18em;height:1em;font-family:Icons;font-style:normal;font-weight:400;text-decoration:inherit;text-align:center;speak:none;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden}i.icon:before{background:0 0!important}i.icon.loading{height:1em;line-height:1;-webkit-animation:icon-loading 2s linear infinite;animation:icon-loading 2s linear infinite}@-webkit-keyframes icon-loading{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes icon-loading{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}i.icon.hover{opacity:1!important}i.icon.active{opacity:1!important}i.emphasized.icon{opacity:1!important}i.disabled.icon{opacity:.45!important}i.fitted.icon{width:auto;margin:0!important}i.link.icon,i.link.icons{cursor:pointer;opacity:.8;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}i.link.icon:hover,i.link.icons:hover{opacity:1!important}i.circular.icon{border-radius:500em!important;line-height:1!important;padding:.5em 0!important;-webkit-box-shadow:0 0 0 .1em rgba(0,0,0,.1) inset;box-shadow:0 0 0 .1em rgba(0,0,0,.1) inset;width:2em!important;height:2em!important}i.circular.inverted.icon{border:none;-webkit-box-shadow:none;box-shadow:none}i.flipped.icon,i.horizontally.flipped.icon{-webkit-transform:scale(-1,1);transform:scale(-1,1)}i.vertically.flipped.icon{-webkit-transform:scale(1,-1);transform:scale(1,-1)}i.clockwise.rotated.icon,i.right.rotated.icon,i.rotated.icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}i.counterclockwise.rotated.icon,i.left.rotated.icon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}i.bordered.icon{line-height:1;vertical-align:baseline;width:2em;height:2em;padding:.5em 0!important;-webkit-box-shadow:0 0 0 .1em rgba(0,0,0,.1) inset;box-shadow:0 0 0 .1em rgba(0,0,0,.1) inset}i.bordered.inverted.icon{border:none;-webkit-box-shadow:none;box-shadow:none}i.inverted.bordered.icon,i.inverted.circular.icon{background-color:#1b1c1d!important;color:#fff!important}i.inverted.icon{color:#fff}i.red.icon{color:#db2828!important}i.inverted.red.icon{color:#ff695e!important}i.inverted.bordered.red.icon,i.inverted.circular.red.icon{background-color:#db2828!important;color:#fff!important}i.orange.icon{color:#f2711c!important}i.inverted.orange.icon{color:#ff851b!important}i.inverted.bordered.orange.icon,i.inverted.circular.orange.icon{background-color:#f2711c!important;color:#fff!important}i.yellow.icon{color:#fbbd08!important}i.inverted.yellow.icon{color:#ffe21f!important}i.inverted.bordered.yellow.icon,i.inverted.circular.yellow.icon{background-color:#fbbd08!important;color:#fff!important}i.olive.icon{color:#b5cc18!important}i.inverted.olive.icon{color:#d9e778!important}i.inverted.bordered.olive.icon,i.inverted.circular.olive.icon{background-color:#b5cc18!important;color:#fff!important}i.green.icon{color:#21ba45!important}i.inverted.green.icon{color:#2ecc40!important}i.inverted.bordered.green.icon,i.inverted.circular.green.icon{background-color:#21ba45!important;color:#fff!important}i.teal.icon{color:#00b5ad!important}i.inverted.teal.icon{color:#6dffff!important}i.inverted.bordered.teal.icon,i.inverted.circular.teal.icon{background-color:#00b5ad!important;color:#fff!important}i.blue.icon{color:#2185d0!important}i.inverted.blue.icon{color:#54c8ff!important}i.inverted.bordered.blue.icon,i.inverted.circular.blue.icon{background-color:#2185d0!important;color:#fff!important}i.violet.icon{color:#6435c9!important}i.inverted.violet.icon{color:#a291fb!important}i.inverted.bordered.violet.icon,i.inverted.circular.violet.icon{background-color:#6435c9!important;color:#fff!important}i.purple.icon{color:#a333c8!important}i.inverted.purple.icon{color:#dc73ff!important}i.inverted.bordered.purple.icon,i.inverted.circular.purple.icon{background-color:#a333c8!important;color:#fff!important}i.pink.icon{color:#e03997!important}i.inverted.pink.icon{color:#ff8edf!important}i.inverted.bordered.pink.icon,i.inverted.circular.pink.icon{background-color:#e03997!important;color:#fff!important}i.brown.icon{color:#a5673f!important}i.inverted.brown.icon{color:#d67c1c!important}i.inverted.bordered.brown.icon,i.inverted.circular.brown.icon{background-color:#a5673f!important;color:#fff!important}i.grey.icon{color:#767676!important}i.inverted.grey.icon{color:#dcddde!important}i.inverted.bordered.grey.icon,i.inverted.circular.grey.icon{background-color:#767676!important;color:#fff!important}i.black.icon{color:#1b1c1d!important}i.inverted.black.icon{color:#545454!important}i.inverted.bordered.black.icon,i.inverted.circular.black.icon{background-color:#1b1c1d!important;color:#fff!important}i.mini.icon,i.mini.icons{line-height:1;font-size:.4em}i.tiny.icon,i.tiny.icons{line-height:1;font-size:.5em}i.small.icon,i.small.icons{line-height:1;font-size:.75em}i.icon,i.icons{font-size:1em}i.large.icon,i.large.icons{line-height:1;vertical-align:middle;font-size:1.5em}i.big.icon,i.big.icons{line-height:1;vertical-align:middle;font-size:2em}i.huge.icon,i.huge.icons{line-height:1;vertical-align:middle;font-size:4em}i.massive.icon,i.massive.icons{line-height:1;vertical-align:middle;font-size:8em}i.icons{display:inline-block;position:relative;line-height:1}i.icons .icon{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);margin:0;margin:0}i.icons .icon:first-child{position:static;width:auto;height:auto;vertical-align:top;-webkit-transform:none;transform:none;margin-right:.25rem}i.icons .corner.icon{top:auto;left:auto;right:0;bottom:0;-webkit-transform:none;transform:none;font-size:.45em;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}i.icons .top.right.corner.icon{top:0;left:auto;right:0;bottom:auto}i.icons .top.left.corner.icon{top:0;left:0;right:auto;bottom:auto}i.icons .bottom.left.corner.icon{top:auto;left:0;right:auto;bottom:0}i.icons .bottom.right.corner.icon{top:auto;left:auto;right:0;bottom:0}i.icons .inverted.corner.icon{text-shadow:-1px -1px 0 #1b1c1d,1px -1px 0 #1b1c1d,-1px 1px 0 #1b1c1d,1px 1px 0 #1b1c1d}i.icon.linkedin.in:before{content:"\f0e1"}i.icon.zoom.in:before{content:"\f00e"}i.icon.zoom.out:before{content:"\f010"}i.icon.sign.in:before{content:"\f2f6"}i.icon.in.cart:before{content:"\f218"}i.icon.log.out:before{content:"\f2f5"}i.icon.sign.out:before{content:"\f2f5"}i.icon.\35 00px:before{content:"\f26e"}i.icon.accessible.icon:before{content:"\f368"}i.icon.accusoft:before{content:"\f369"}i.icon.address.book:before{content:"\f2b9"}i.icon.address.card:before{content:"\f2bb"}i.icon.adjust:before{content:"\f042"}i.icon.adn:before{content:"\f170"}i.icon.adversal:before{content:"\f36a"}i.icon.affiliatetheme:before{content:"\f36b"}i.icon.algolia:before{content:"\f36c"}i.icon.align.center:before{content:"\f037"}i.icon.align.justify:before{content:"\f039"}i.icon.align.left:before{content:"\f036"}i.icon.align.right:before{content:"\f038"}i.icon.amazon:before{content:"\f270"}i.icon.amazon.pay:before{content:"\f42c"}i.icon.ambulance:before{content:"\f0f9"}i.icon.american.sign.language.interpreting:before{content:"\f2a3"}i.icon.amilia:before{content:"\f36d"}i.icon.anchor:before{content:"\f13d"}i.icon.android:before{content:"\f17b"}i.icon.angellist:before{content:"\f209"}i.icon.angle.double.down:before{content:"\f103"}i.icon.angle.double.left:before{content:"\f100"}i.icon.angle.double.right:before{content:"\f101"}i.icon.angle.double.up:before{content:"\f102"}i.icon.angle.down:before{content:"\f107"}i.icon.angle.left:before{content:"\f104"}i.icon.angle.right:before{content:"\f105"}i.icon.angle.up:before{content:"\f106"}i.icon.angrycreative:before{content:"\f36e"}i.icon.angular:before{content:"\f420"}i.icon.app.store:before{content:"\f36f"}i.icon.app.store.ios:before{content:"\f370"}i.icon.apper:before{content:"\f371"}i.icon.apple:before{content:"\f179"}i.icon.apple.pay:before{content:"\f415"}i.icon.archive:before{content:"\f187"}i.icon.arrow.alternate.circle.down:before{content:"\f358"}i.icon.arrow.alternate.circle.left:before{content:"\f359"}i.icon.arrow.alternate.circle.right:before{content:"\f35a"}i.icon.arrow.alternate.circle.up:before{content:"\f35b"}i.icon.arrow.circle.down:before{content:"\f0ab"}i.icon.arrow.circle.left:before{content:"\f0a8"}i.icon.arrow.circle.right:before{content:"\f0a9"}i.icon.arrow.circle.up:before{content:"\f0aa"}i.icon.arrow.down:before{content:"\f063"}i.icon.arrow.left:before{content:"\f060"}i.icon.arrow.right:before{content:"\f061"}i.icon.arrow.up:before{content:"\f062"}i.icon.arrows.alternate:before{content:"\f0b2"}i.icon.arrows.alternate.horizontal:before{content:"\f337"}i.icon.arrows.alternate.vertical:before{content:"\f338"}i.icon.assistive.listening.systems:before{content:"\f2a2"}i.icon.asterisk:before{content:"\f069"}i.icon.asymmetrik:before{content:"\f372"}i.icon.at:before{content:"\f1fa"}i.icon.audible:before{content:"\f373"}i.icon.audio.description:before{content:"\f29e"}i.icon.autoprefixer:before{content:"\f41c"}i.icon.avianex:before{content:"\f374"}i.icon.aviato:before{content:"\f421"}i.icon.aws:before{content:"\f375"}i.icon.backward:before{content:"\f04a"}i.icon.balance.scale:before{content:"\f24e"}i.icon.ban:before{content:"\f05e"}i.icon.band.aid:before{content:"\f462"}i.icon.bandcamp:before{content:"\f2d5"}i.icon.barcode:before{content:"\f02a"}i.icon.bars:before{content:"\f0c9"}i.icon.baseball.ball:before{content:"\f433"}i.icon.basketball.ball:before{content:"\f434"}i.icon.bath:before{content:"\f2cd"}i.icon.battery.empty:before{content:"\f244"}i.icon.battery.full:before{content:"\f240"}i.icon.battery.half:before{content:"\f242"}i.icon.battery.quarter:before{content:"\f243"}i.icon.battery.three.quarters:before{content:"\f241"}i.icon.bed:before{content:"\f236"}i.icon.beer:before{content:"\f0fc"}i.icon.behance:before{content:"\f1b4"}i.icon.behance.square:before{content:"\f1b5"}i.icon.bell:before{content:"\f0f3"}i.icon.bell.slash:before{content:"\f1f6"}i.icon.bicycle:before{content:"\f206"}i.icon.bimobject:before{content:"\f378"}i.icon.binoculars:before{content:"\f1e5"}i.icon.birthday.cake:before{content:"\f1fd"}i.icon.bitbucket:before{content:"\f171"}i.icon.bitcoin:before{content:"\f379"}i.icon.bity:before{content:"\f37a"}i.icon.black.tie:before{content:"\f27e"}i.icon.blackberry:before{content:"\f37b"}i.icon.blind:before{content:"\f29d"}i.icon.blogger:before{content:"\f37c"}i.icon.blogger.b:before{content:"\f37d"}i.icon.bluetooth:before{content:"\f293"}i.icon.bluetooth.b:before{content:"\f294"}i.icon.bold:before{content:"\f032"}i.icon.bolt:before{content:"\f0e7"}i.icon.bomb:before{content:"\f1e2"}i.icon.book:before{content:"\f02d"}i.icon.bookmark:before{content:"\f02e"}i.icon.bowling.ball:before{content:"\f436"}i.icon.box:before{content:"\f466"}i.icon.boxes:before{content:"\f468"}i.icon.braille:before{content:"\f2a1"}i.icon.briefcase:before{content:"\f0b1"}i.icon.btc:before{content:"\f15a"}i.icon.bug:before{content:"\f188"}i.icon.building:before{content:"\f1ad"}i.icon.bullhorn:before{content:"\f0a1"}i.icon.bullseye:before{content:"\f140"}i.icon.buromobelexperte:before{content:"\f37f"}i.icon.bus:before{content:"\f207"}i.icon.buysellads:before{content:"\f20d"}i.icon.calculator:before{content:"\f1ec"}i.icon.calendar:before{content:"\f133"}i.icon.calendar.alternate:before{content:"\f073"}i.icon.calendar.check:before{content:"\f274"}i.icon.calendar.minus:before{content:"\f272"}i.icon.calendar.plus:before{content:"\f271"}i.icon.calendar.times:before{content:"\f273"}i.icon.camera:before{content:"\f030"}i.icon.camera.retro:before{content:"\f083"}i.icon.car:before{content:"\f1b9"}i.icon.caret.down:before{content:"\f0d7"}i.icon.caret.left:before{content:"\f0d9"}i.icon.caret.right:before{content:"\f0da"}i.icon.caret.square.down:before{content:"\f150"}i.icon.caret.square.left:before{content:"\f191"}i.icon.caret.square.right:before{content:"\f152"}i.icon.caret.square.up:before{content:"\f151"}i.icon.caret.up:before{content:"\f0d8"}i.icon.cart.arrow.down:before{content:"\f218"}i.icon.cart.plus:before{content:"\f217"}i.icon.cc.amazon.pay:before{content:"\f42d"}i.icon.cc.amex:before{content:"\f1f3"}i.icon.cc.apple.pay:before{content:"\f416"}i.icon.cc.diners.club:before{content:"\f24c"}i.icon.cc.discover:before{content:"\f1f2"}i.icon.cc.jcb:before{content:"\f24b"}i.icon.cc.mastercard:before{content:"\f1f1"}i.icon.cc.paypal:before{content:"\f1f4"}i.icon.cc.stripe:before{content:"\f1f5"}i.icon.cc.visa:before{content:"\f1f0"}i.icon.centercode:before{content:"\f380"}i.icon.certificate:before{content:"\f0a3"}i.icon.chart.area:before{content:"\f1fe"}i.icon.chart.bar:before{content:"\f080"}i.icon.chart.line:before{content:"\f201"}i.icon.chart.pie:before{content:"\f200"}i.icon.check:before{content:"\f00c"}i.icon.check.circle:before{content:"\f058"}i.icon.check.square:before{content:"\f14a"}i.icon.chess:before{content:"\f439"}i.icon.chess.bishop:before{content:"\f43a"}i.icon.chess.board:before{content:"\f43c"}i.icon.chess.king:before{content:"\f43f"}i.icon.chess.knight:before{content:"\f441"}i.icon.chess.pawn:before{content:"\f443"}i.icon.chess.queen:before{content:"\f445"}i.icon.chess.rook:before{content:"\f447"}i.icon.chevron.circle.down:before{content:"\f13a"}i.icon.chevron.circle.left:before{content:"\f137"}i.icon.chevron.circle.right:before{content:"\f138"}i.icon.chevron.circle.up:before{content:"\f139"}i.icon.chevron.down:before{content:"\f078"}i.icon.chevron.left:before{content:"\f053"}i.icon.chevron.right:before{content:"\f054"}i.icon.chevron.up:before{content:"\f077"}i.icon.child:before{content:"\f1ae"}i.icon.chrome:before{content:"\f268"}i.icon.circle:before{content:"\f111"}i.icon.circle.notch:before{content:"\f1ce"}i.icon.clipboard:before{content:"\f328"}i.icon.clipboard.check:before{content:"\f46c"}i.icon.clipboard.list:before{content:"\f46d"}i.icon.clock:before{content:"\f017"}i.icon.clone:before{content:"\f24d"}i.icon.closed.captioning:before{content:"\f20a"}i.icon.cloud:before{content:"\f0c2"}i.icon.cloudscale:before{content:"\f383"}i.icon.cloudsmith:before{content:"\f384"}i.icon.cloudversify:before{content:"\f385"}i.icon.code:before{content:"\f121"}i.icon.code.branch:before{content:"\f126"}i.icon.codepen:before{content:"\f1cb"}i.icon.codiepie:before{content:"\f284"}i.icon.coffee:before{content:"\f0f4"}i.icon.cog:before{content:"\f013"}i.icon.cogs:before{content:"\f085"}i.icon.columns:before{content:"\f0db"}i.icon.comment:before{content:"\f075"}i.icon.comment.alternate:before{content:"\f27a"}i.icon.comments:before{content:"\f086"}i.icon.compass:before{content:"\f14e"}i.icon.compress:before{content:"\f066"}i.icon.connectdevelop:before{content:"\f20e"}i.icon.contao:before{content:"\f26d"}i.icon.copy:before{content:"\f0c5"}i.icon.copyright:before{content:"\f1f9"}i.icon.cpanel:before{content:"\f388"}i.icon.creative.commons:before{content:"\f25e"}i.icon.credit.card:before{content:"\f09d"}i.icon.crop:before{content:"\f125"}i.icon.crosshairs:before{content:"\f05b"}i.icon.css3:before{content:"\f13c"}i.icon.css3.alternate:before{content:"\f38b"}i.icon.cube:before{content:"\f1b2"}i.icon.cubes:before{content:"\f1b3"}i.icon.cut:before{content:"\f0c4"}i.icon.cuttlefish:before{content:"\f38c"}i.icon.d.and.d:before{content:"\f38d"}i.icon.dashcube:before{content:"\f210"}i.icon.database:before{content:"\f1c0"}i.icon.deaf:before{content:"\f2a4"}i.icon.delicious:before{content:"\f1a5"}i.icon.deploydog:before{content:"\f38e"}i.icon.deskpro:before{content:"\f38f"}i.icon.desktop:before{content:"\f108"}i.icon.deviantart:before{content:"\f1bd"}i.icon.digg:before{content:"\f1a6"}i.icon.digital.ocean:before{content:"\f391"}i.icon.discord:before{content:"\f392"}i.icon.discourse:before{content:"\f393"}i.icon.dna:before{content:"\f471"}i.icon.dochub:before{content:"\f394"}i.icon.docker:before{content:"\f395"}i.icon.dollar.sign:before{content:"\f155"}i.icon.dolly:before{content:"\f472"}i.icon.dolly.flatbed:before{content:"\f474"}i.icon.dot.circle:before{content:"\f192"}i.icon.download:before{content:"\f019"}i.icon.draft2digital:before{content:"\f396"}i.icon.dribbble:before{content:"\f17d"}i.icon.dribbble.square:before{content:"\f397"}i.icon.dropbox:before{content:"\f16b"}i.icon.drupal:before{content:"\f1a9"}i.icon.dyalog:before{content:"\f399"}i.icon.earlybirds:before{content:"\f39a"}i.icon.edge:before{content:"\f282"}i.icon.edit:before{content:"\f044"}i.icon.eject:before{content:"\f052"}i.icon.elementor:before{content:"\f430"}i.icon.ellipsis.horizontal:before{content:"\f141"}i.icon.ellipsis.vertical:before{content:"\f142"}i.icon.ember:before{content:"\f423"}i.icon.empire:before{content:"\f1d1"}i.icon.envelope:before{content:"\f0e0"}i.icon.envelope.open:before{content:"\f2b6"}i.icon.envelope.square:before{content:"\f199"}i.icon.envira:before{content:"\f299"}i.icon.eraser:before{content:"\f12d"}i.icon.erlang:before{content:"\f39d"}i.icon.ethereum:before{content:"\f42e"}i.icon.etsy:before{content:"\f2d7"}i.icon.euro.sign:before{content:"\f153"}i.icon.exchange.alternate:before{content:"\f362"}i.icon.exclamation:before{content:"\f12a"}i.icon.exclamation.circle:before{content:"\f06a"}i.icon.exclamation.triangle:before{content:"\f071"}i.icon.expand:before{content:"\f065"}i.icon.expand.arrows.alternate:before{content:"\f31e"}i.icon.expeditedssl:before{content:"\f23e"}i.icon.external.alternate:before{content:"\f35d"}i.icon.external.square.alternate:before{content:"\f360"}i.icon.eye:before{content:"\f06e"}i.icon.eye.dropper:before{content:"\f1fb"}i.icon.eye.slash:before{content:"\f070"}i.icon.facebook:before{content:"\f09a"}i.icon.facebook.f:before{content:"\f39e"}i.icon.facebook.messenger:before{content:"\f39f"}i.icon.facebook.square:before{content:"\f082"}i.icon.fast.backward:before{content:"\f049"}i.icon.fast.forward:before{content:"\f050"}i.icon.fax:before{content:"\f1ac"}i.icon.female:before{content:"\f182"}i.icon.fighter.jet:before{content:"\f0fb"}i.icon.file:before{content:"\f15b"}i.icon.file.alternate:before{content:"\f15c"}i.icon.file.archive:before{content:"\f1c6"}i.icon.file.audio:before{content:"\f1c7"}i.icon.file.code:before{content:"\f1c9"}i.icon.file.excel:before{content:"\f1c3"}i.icon.file.image:before{content:"\f1c5"}i.icon.file.pdf:before{content:"\f1c1"}i.icon.file.powerpoint:before{content:"\f1c4"}i.icon.file.video:before{content:"\f1c8"}i.icon.file.word:before{content:"\f1c2"}i.icon.film:before{content:"\f008"}i.icon.filter:before{content:"\f0b0"}i.icon.fire:before{content:"\f06d"}i.icon.fire.extinguisher:before{content:"\f134"}i.icon.firefox:before{content:"\f269"}i.icon.first.aid:before{content:"\f479"}i.icon.first.order:before{content:"\f2b0"}i.icon.firstdraft:before{content:"\f3a1"}i.icon.flag:before{content:"\f024"}i.icon.flag.checkered:before{content:"\f11e"}i.icon.flask:before{content:"\f0c3"}i.icon.flickr:before{content:"\f16e"}i.icon.flipboard:before{content:"\f44d"}i.icon.fly:before{content:"\f417"}i.icon.folder:before{content:"\f07b"}i.icon.folder.open:before{content:"\f07c"}i.icon.font:before{content:"\f031"}i.icon.font.awesome:before{content:"\f2b4"}i.icon.font.awesome.alternate:before{content:"\f35c"}i.icon.font.awesome.flag:before{content:"\f425"}i.icon.fonticons:before{content:"\f280"}i.icon.fonticons.fi:before{content:"\f3a2"}i.icon.football.ball:before{content:"\f44e"}i.icon.fort.awesome:before{content:"\f286"}i.icon.fort.awesome.alternate:before{content:"\f3a3"}i.icon.forumbee:before{content:"\f211"}i.icon.forward:before{content:"\f04e"}i.icon.foursquare:before{content:"\f180"}i.icon.free.code.camp:before{content:"\f2c5"}i.icon.freebsd:before{content:"\f3a4"}i.icon.frown:before{content:"\f119"}i.icon.futbol:before{content:"\f1e3"}i.icon.gamepad:before{content:"\f11b"}i.icon.gavel:before{content:"\f0e3"}i.icon.gem:before{content:"\f3a5"}i.icon.genderless:before{content:"\f22d"}i.icon.get.pocket:before{content:"\f265"}i.icon.gg:before{content:"\f260"}i.icon.gg.circle:before{content:"\f261"}i.icon.gift:before{content:"\f06b"}i.icon.git:before{content:"\f1d3"}i.icon.git.square:before{content:"\f1d2"}i.icon.github:before{content:"\f09b"}i.icon.github.alternate:before{content:"\f113"}i.icon.github.square:before{content:"\f092"}i.icon.gitkraken:before{content:"\f3a6"}i.icon.gitlab:before{content:"\f296"}i.icon.gitter:before{content:"\f426"}i.icon.glass.martini:before{content:"\f000"}i.icon.glide:before{content:"\f2a5"}i.icon.glide.g:before{content:"\f2a6"}i.icon.globe:before{content:"\f0ac"}i.icon.gofore:before{content:"\f3a7"}i.icon.golf.ball:before{content:"\f450"}i.icon.goodreads:before{content:"\f3a8"}i.icon.goodreads.g:before{content:"\f3a9"}i.icon.google:before{content:"\f1a0"}i.icon.google.drive:before{content:"\f3aa"}i.icon.google.play:before{content:"\f3ab"}i.icon.google.plus:before{content:"\f2b3"}i.icon.google.plus.g:before{content:"\f0d5"}i.icon.google.plus.square:before{content:"\f0d4"}i.icon.google.wallet:before{content:"\f1ee"}i.icon.graduation.cap:before{content:"\f19d"}i.icon.gratipay:before{content:"\f184"}i.icon.grav:before{content:"\f2d6"}i.icon.gripfire:before{content:"\f3ac"}i.icon.grunt:before{content:"\f3ad"}i.icon.gulp:before{content:"\f3ae"}i.icon.h.square:before{content:"\f0fd"}i.icon.hacker.news:before{content:"\f1d4"}i.icon.hacker.news.square:before{content:"\f3af"}i.icon.hand.lizard:before{content:"\f258"}i.icon.hand.paper:before{content:"\f256"}i.icon.hand.peace:before{content:"\f25b"}i.icon.hand.point.down:before{content:"\f0a7"}i.icon.hand.point.left:before{content:"\f0a5"}i.icon.hand.point.right:before{content:"\f0a4"}i.icon.hand.point.up:before{content:"\f0a6"}i.icon.hand.pointer:before{content:"\f25a"}i.icon.hand.rock:before{content:"\f255"}i.icon.hand.scissors:before{content:"\f257"}i.icon.hand.spock:before{content:"\f259"}i.icon.handshake:before{content:"\f2b5"}i.icon.hashtag:before{content:"\f292"}i.icon.hdd:before{content:"\f0a0"}i.icon.heading:before{content:"\f1dc"}i.icon.headphones:before{content:"\f025"}i.icon.heart:before{content:"\f004"}i.icon.heartbeat:before{content:"\f21e"}i.icon.hips:before{content:"\f452"}i.icon.hire.a.helper:before{content:"\f3b0"}i.icon.history:before{content:"\f1da"}i.icon.hockey.puck:before{content:"\f453"}i.icon.home:before{content:"\f015"}i.icon.hooli:before{content:"\f427"}i.icon.hospital:before{content:"\f0f8"}i.icon.hospital.symbol:before{content:"\f47e"}i.icon.hotjar:before{content:"\f3b1"}i.icon.hourglass:before{content:"\f254"}i.icon.hourglass.end:before{content:"\f253"}i.icon.hourglass.half:before{content:"\f252"}i.icon.hourglass.start:before{content:"\f251"}i.icon.houzz:before{content:"\f27c"}i.icon.html5:before{content:"\f13b"}i.icon.hubspot:before{content:"\f3b2"}i.icon.i.cursor:before{content:"\f246"}i.icon.id.badge:before{content:"\f2c1"}i.icon.id.card:before{content:"\f2c2"}i.icon.image:before{content:"\f03e"}i.icon.images:before{content:"\f302"}i.icon.imdb:before{content:"\f2d8"}i.icon.inbox:before{content:"\f01c"}i.icon.indent:before{content:"\f03c"}i.icon.industry:before{content:"\f275"}i.icon.info:before{content:"\f129"}i.icon.info.circle:before{content:"\f05a"}i.icon.instagram:before{content:"\f16d"}i.icon.internet.explorer:before{content:"\f26b"}i.icon.ioxhost:before{content:"\f208"}i.icon.italic:before{content:"\f033"}i.icon.itunes:before{content:"\f3b4"}i.icon.itunes.note:before{content:"\f3b5"}i.icon.jenkins:before{content:"\f3b6"}i.icon.joget:before{content:"\f3b7"}i.icon.joomla:before{content:"\f1aa"}i.icon.js:before{content:"\f3b8"}i.icon.js.square:before{content:"\f3b9"}i.icon.jsfiddle:before{content:"\f1cc"}i.icon.key:before{content:"\f084"}i.icon.keyboard:before{content:"\f11c"}i.icon.keycdn:before{content:"\f3ba"}i.icon.kickstarter:before{content:"\f3bb"}i.icon.kickstarter.k:before{content:"\f3bc"}i.icon.korvue:before{content:"\f42f"}i.icon.language:before{content:"\f1ab"}i.icon.laptop:before{content:"\f109"}i.icon.laravel:before{content:"\f3bd"}i.icon.lastfm:before{content:"\f202"}i.icon.lastfm.square:before{content:"\f203"}i.icon.leaf:before{content:"\f06c"}i.icon.leanpub:before{content:"\f212"}i.icon.lemon:before{content:"\f094"}i.icon.less:before{content:"\f41d"}i.icon.level.down.alternate:before{content:"\f3be"}i.icon.level.up.alternate:before{content:"\f3bf"}i.icon.life.ring:before{content:"\f1cd"}i.icon.lightbulb:before{content:"\f0eb"}i.icon.linechat:before{content:"\f3c0"}i.icon.linkify:before{content:"\f0c1"}i.icon.linkedin:before{content:"\f08c"}i.icon.linkedin.alt:before{content:"\f0e1"}i.icon.linode:before{content:"\f2b8"}i.icon.linux:before{content:"\f17c"}i.icon.lira.sign:before{content:"\f195"}i.icon.list:before{content:"\f03a"}i.icon.list.alternate:before{content:"\f022"}i.icon.list.ol:before{content:"\f0cb"}i.icon.list.ul:before{content:"\f0ca"}i.icon.location.arrow:before{content:"\f124"}i.icon.lock:before{content:"\f023"}i.icon.lock.open:before{content:"\f3c1"}i.icon.long.arrow.alternate.down:before{content:"\f309"}i.icon.long.arrow.alternate.left:before{content:"\f30a"}i.icon.long.arrow.alternate.right:before{content:"\f30b"}i.icon.long.arrow.alternate.up:before{content:"\f30c"}i.icon.low.vision:before{content:"\f2a8"}i.icon.lyft:before{content:"\f3c3"}i.icon.magento:before{content:"\f3c4"}i.icon.magic:before{content:"\f0d0"}i.icon.magnet:before{content:"\f076"}i.icon.male:before{content:"\f183"}i.icon.map:before{content:"\f279"}i.icon.map.marker:before{content:"\f041"}i.icon.map.marker.alternate:before{content:"\f3c5"}i.icon.map.pin:before{content:"\f276"}i.icon.map.signs:before{content:"\f277"}i.icon.mars:before{content:"\f222"}i.icon.mars.double:before{content:"\f227"}i.icon.mars.stroke:before{content:"\f229"}i.icon.mars.stroke.horizontal:before{content:"\f22b"}i.icon.mars.stroke.vertical:before{content:"\f22a"}i.icon.maxcdn:before{content:"\f136"}i.icon.medapps:before{content:"\f3c6"}i.icon.medium:before{content:"\f23a"}i.icon.medium.m:before{content:"\f3c7"}i.icon.medkit:before{content:"\f0fa"}i.icon.medrt:before{content:"\f3c8"}i.icon.meetup:before{content:"\f2e0"}i.icon.meh:before{content:"\f11a"}i.icon.mercury:before{content:"\f223"}i.icon.microchip:before{content:"\f2db"}i.icon.microphone:before{content:"\f130"}i.icon.microphone.slash:before{content:"\f131"}i.icon.microsoft:before{content:"\f3ca"}i.icon.minus:before{content:"\f068"}i.icon.minus.circle:before{content:"\f056"}i.icon.minus.square:before{content:"\f146"}i.icon.mix:before{content:"\f3cb"}i.icon.mixcloud:before{content:"\f289"}i.icon.mizuni:before{content:"\f3cc"}i.icon.mobile:before{content:"\f10b"}i.icon.mobile.alternate:before{content:"\f3cd"}i.icon.modx:before{content:"\f285"}i.icon.monero:before{content:"\f3d0"}i.icon.money.bill.alternate:before{content:"\f3d1"}i.icon.moon:before{content:"\f186"}i.icon.motorcycle:before{content:"\f21c"}i.icon.mouse.pointer:before{content:"\f245"}i.icon.music:before{content:"\f001"}i.icon.napster:before{content:"\f3d2"}i.icon.neuter:before{content:"\f22c"}i.icon.newspaper:before{content:"\f1ea"}i.icon.nintendo.switch:before{content:"\f418"}i.icon.node:before{content:"\f419"}i.icon.node.js:before{content:"\f3d3"}i.icon.npm:before{content:"\f3d4"}i.icon.ns8:before{content:"\f3d5"}i.icon.nutritionix:before{content:"\f3d6"}i.icon.object.group:before{content:"\f247"}i.icon.object.ungroup:before{content:"\f248"}i.icon.odnoklassniki:before{content:"\f263"}i.icon.odnoklassniki.square:before{content:"\f264"}i.icon.opencart:before{content:"\f23d"}i.icon.openid:before{content:"\f19b"}i.icon.opera:before{content:"\f26a"}i.icon.optin.monster:before{content:"\f23c"}i.icon.osi:before{content:"\f41a"}i.icon.outdent:before{content:"\f03b"}i.icon.page4:before{content:"\f3d7"}i.icon.pagelines:before{content:"\f18c"}i.icon.paint.brush:before{content:"\f1fc"}i.icon.palfed:before{content:"\f3d8"}i.icon.pallet:before{content:"\f482"}i.icon.paper.plane:before{content:"\f1d8"}i.icon.paperclip:before{content:"\f0c6"}i.icon.paragraph:before{content:"\f1dd"}i.icon.paste:before{content:"\f0ea"}i.icon.patreon:before{content:"\f3d9"}i.icon.pause:before{content:"\f04c"}i.icon.pause.circle:before{content:"\f28b"}i.icon.paw:before{content:"\f1b0"}i.icon.paypal:before{content:"\f1ed"}i.icon.pen.square:before{content:"\f14b"}i.icon.pencil.alternate:before{content:"\f303"}i.icon.percent:before{content:"\f295"}i.icon.periscope:before{content:"\f3da"}i.icon.phabricator:before{content:"\f3db"}i.icon.phoenix.framework:before{content:"\f3dc"}i.icon.phone:before{content:"\f095"}i.icon.phone.square:before{content:"\f098"}i.icon.phone.volume:before{content:"\f2a0"}i.icon.php:before{content:"\f457"}i.icon.pied.piper:before{content:"\f2ae"}i.icon.pied.piper.alternate:before{content:"\f1a8"}i.icon.pied.piper.pp:before{content:"\f1a7"}i.icon.pills:before{content:"\f484"}i.icon.pinterest:before{content:"\f0d2"}i.icon.pinterest.p:before{content:"\f231"}i.icon.pinterest.square:before{content:"\f0d3"}i.icon.plane:before{content:"\f072"}i.icon.play:before{content:"\f04b"}i.icon.play.circle:before{content:"\f144"}i.icon.playstation:before{content:"\f3df"}i.icon.plug:before{content:"\f1e6"}i.icon.plus:before{content:"\f067"}i.icon.plus.circle:before{content:"\f055"}i.icon.plus.square:before{content:"\f0fe"}i.icon.podcast:before{content:"\f2ce"}i.icon.pound.sign:before{content:"\f154"}i.icon.power.off:before{content:"\f011"}i.icon.print:before{content:"\f02f"}i.icon.product.hunt:before{content:"\f288"}i.icon.pushed:before{content:"\f3e1"}i.icon.puzzle.piece:before{content:"\f12e"}i.icon.python:before{content:"\f3e2"}i.icon.qq:before{content:"\f1d6"}i.icon.qrcode:before{content:"\f029"}i.icon.question:before{content:"\f128"}i.icon.question.circle:before{content:"\f059"}i.icon.quidditch:before{content:"\f458"}i.icon.quinscape:before{content:"\f459"}i.icon.quora:before{content:"\f2c4"}i.icon.quote.left:before{content:"\f10d"}i.icon.quote.right:before{content:"\f10e"}i.icon.random:before{content:"\f074"}i.icon.ravelry:before{content:"\f2d9"}i.icon.react:before{content:"\f41b"}i.icon.rebel:before{content:"\f1d0"}i.icon.recycle:before{content:"\f1b8"}i.icon.redriver:before{content:"\f3e3"}i.icon.reddit:before{content:"\f1a1"}i.icon.reddit.alien:before{content:"\f281"}i.icon.reddit.square:before{content:"\f1a2"}i.icon.redo:before{content:"\f01e"}i.icon.redo.alternate:before{content:"\f2f9"}i.icon.registered:before{content:"\f25d"}i.icon.rendact:before{content:"\f3e4"}i.icon.renren:before{content:"\f18b"}i.icon.reply:before{content:"\f3e5"}i.icon.reply.all:before{content:"\f122"}i.icon.replyd:before{content:"\f3e6"}i.icon.resolving:before{content:"\f3e7"}i.icon.retweet:before{content:"\f079"}i.icon.road:before{content:"\f018"}i.icon.rocket:before{content:"\f135"}i.icon.rocketchat:before{content:"\f3e8"}i.icon.rockrms:before{content:"\f3e9"}i.icon.rss:before{content:"\f09e"}i.icon.rss.square:before{content:"\f143"}i.icon.ruble.sign:before{content:"\f158"}i.icon.rupee.sign:before{content:"\f156"}i.icon.safari:before{content:"\f267"}i.icon.sass:before{content:"\f41e"}i.icon.save:before{content:"\f0c7"}i.icon.schlix:before{content:"\f3ea"}i.icon.scribd:before{content:"\f28a"}i.icon.search:before{content:"\f002"}i.icon.search.minus:before{content:"\f010"}i.icon.search.plus:before{content:"\f00e"}i.icon.searchengin:before{content:"\f3eb"}i.icon.sellcast:before{content:"\f2da"}i.icon.sellsy:before{content:"\f213"}i.icon.server:before{content:"\f233"}i.icon.servicestack:before{content:"\f3ec"}i.icon.share:before{content:"\f064"}i.icon.share.alternate:before{content:"\f1e0"}i.icon.share.alternate.square:before{content:"\f1e1"}i.icon.share.square:before{content:"\f14d"}i.icon.shekel.sign:before{content:"\f20b"}i.icon.shield.alternate:before{content:"\f3ed"}i.icon.ship:before{content:"\f21a"}i.icon.shipping.fast:before{content:"\f48b"}i.icon.shirtsinbulk:before{content:"\f214"}i.icon.shopping.bag:before{content:"\f290"}i.icon.shopping.basket:before{content:"\f291"}i.icon.shopping.cart:before{content:"\f07a"}i.icon.shower:before{content:"\f2cc"}i.icon.sign.language:before{content:"\f2a7"}i.icon.signal:before{content:"\f012"}i.icon.simplybuilt:before{content:"\f215"}i.icon.sistrix:before{content:"\f3ee"}i.icon.sitemap:before{content:"\f0e8"}i.icon.skyatlas:before{content:"\f216"}i.icon.skype:before{content:"\f17e"}i.icon.slack:before{content:"\f198"}i.icon.slack.hash:before{content:"\f3ef"}i.icon.sliders.horizontal:before{content:"\f1de"}i.icon.slideshare:before{content:"\f1e7"}i.icon.smile:before{content:"\f118"}i.icon.snapchat:before{content:"\f2ab"}i.icon.snapchat.ghost:before{content:"\f2ac"}i.icon.snapchat.square:before{content:"\f2ad"}i.icon.snowflake:before{content:"\f2dc"}i.icon.sort:before{content:"\f0dc"}i.icon.sort.alphabet.down:before{content:"\f15d"}i.icon.sort.alphabet.up:before{content:"\f15e"}i.icon.sort.amount.down:before{content:"\f160"}i.icon.sort.amount.up:before{content:"\f161"}i.icon.sort.down:before{content:"\f0dd"}i.icon.sort.numeric.down:before{content:"\f162"}i.icon.sort.numeric.up:before{content:"\f163"}i.icon.sort.up:before{content:"\f0de"}i.icon.soundcloud:before{content:"\f1be"}i.icon.space.shuttle:before{content:"\f197"}i.icon.speakap:before{content:"\f3f3"}i.icon.spinner:before{content:"\f110"}i.icon.spotify:before{content:"\f1bc"}i.icon.square:before{content:"\f0c8"}i.icon.square.full:before{content:"\f45c"}i.icon.stack.exchange:before{content:"\f18d"}i.icon.stack.overflow:before{content:"\f16c"}i.icon.star:before{content:"\f005"}i.icon.star.half:before{content:"\f089"}i.icon.staylinked:before{content:"\f3f5"}i.icon.steam:before{content:"\f1b6"}i.icon.steam.square:before{content:"\f1b7"}i.icon.steam.symbol:before{content:"\f3f6"}i.icon.step.backward:before{content:"\f048"}i.icon.step.forward:before{content:"\f051"}i.icon.stethoscope:before{content:"\f0f1"}i.icon.sticker.mule:before{content:"\f3f7"}i.icon.sticky.note:before{content:"\f249"}i.icon.stop:before{content:"\f04d"}i.icon.stop.circle:before{content:"\f28d"}i.icon.stopwatch:before{content:"\f2f2"}i.icon.strava:before{content:"\f428"}i.icon.street.view:before{content:"\f21d"}i.icon.strikethrough:before{content:"\f0cc"}i.icon.stripe:before{content:"\f429"}i.icon.stripe.s:before{content:"\f42a"}i.icon.studiovinari:before{content:"\f3f8"}i.icon.stumbleupon:before{content:"\f1a4"}i.icon.stumbleupon.circle:before{content:"\f1a3"}i.icon.subscript:before{content:"\f12c"}i.icon.subway:before{content:"\f239"}i.icon.suitcase:before{content:"\f0f2"}i.icon.sun:before{content:"\f185"}i.icon.superpowers:before{content:"\f2dd"}i.icon.superscript:before{content:"\f12b"}i.icon.supple:before{content:"\f3f9"}i.icon.sync:before{content:"\f021"}i.icon.sync.alternate:before{content:"\f2f1"}i.icon.syringe:before{content:"\f48e"}i.icon.table:before{content:"\f0ce"}i.icon.table.tennis:before{content:"\f45d"}i.icon.tablet:before{content:"\f10a"}i.icon.tablet.alternate:before{content:"\f3fa"}i.icon.tachometer.alternate:before{content:"\f3fd"}i.icon.tag:before{content:"\f02b"}i.icon.tags:before{content:"\f02c"}i.icon.tasks:before{content:"\f0ae"}i.icon.taxi:before{content:"\f1ba"}i.icon.telegram:before{content:"\f2c6"}i.icon.telegram.plane:before{content:"\f3fe"}i.icon.tencent.weibo:before{content:"\f1d5"}i.icon.terminal:before{content:"\f120"}i.icon.text.height:before{content:"\f034"}i.icon.text.width:before{content:"\f035"}i.icon.th:before{content:"\f00a"}i.icon.th.large:before{content:"\f009"}i.icon.th.list:before{content:"\f00b"}i.icon.themeisle:before{content:"\f2b2"}i.icon.thermometer:before{content:"\f491"}i.icon.thermometer.empty:before{content:"\f2cb"}i.icon.thermometer.full:before{content:"\f2c7"}i.icon.thermometer.half:before{content:"\f2c9"}i.icon.thermometer.quarter:before{content:"\f2ca"}i.icon.thermometer.three.quarters:before{content:"\f2c8"}i.icon.thumbs.down:before{content:"\f165"}i.icon.thumbs.up:before{content:"\f164"}i.icon.thumbtack:before{content:"\f08d"}i.icon.ticket.alternate:before{content:"\f3ff"}i.icon.times:before{content:"\f00d"}i.icon.times.circle:before{content:"\f057"}i.icon.tint:before{content:"\f043"}i.icon.toggle.off:before{content:"\f204"}i.icon.toggle.on:before{content:"\f205"}i.icon.trademark:before{content:"\f25c"}i.icon.train:before{content:"\f238"}i.icon.transgender:before{content:"\f224"}i.icon.transgender.alternate:before{content:"\f225"}i.icon.trash:before{content:"\f1f8"}i.icon.trash.alternate:before{content:"\f2ed"}i.icon.tree:before{content:"\f1bb"}i.icon.trello:before{content:"\f181"}i.icon.tripadvisor:before{content:"\f262"}i.icon.trophy:before{content:"\f091"}i.icon.truck:before{content:"\f0d1"}i.icon.tty:before{content:"\f1e4"}i.icon.tumblr:before{content:"\f173"}i.icon.tumblr.square:before{content:"\f174"}i.icon.tv:before{content:"\f26c"}i.icon.twitch:before{content:"\f1e8"}i.icon.twitter:before{content:"\f099"}i.icon.twitter.square:before{content:"\f081"}i.icon.typo3:before{content:"\f42b"}i.icon.uber:before{content:"\f402"}i.icon.uikit:before{content:"\f403"}i.icon.umbrella:before{content:"\f0e9"}i.icon.underline:before{content:"\f0cd"}i.icon.undo:before{content:"\f0e2"}i.icon.undo.alternate:before{content:"\f2ea"}i.icon.uniregistry:before{content:"\f404"}i.icon.universal.access:before{content:"\f29a"}i.icon.university:before{content:"\f19c"}i.icon.unlink:before{content:"\f127"}i.icon.unlock:before{content:"\f09c"}i.icon.unlock.alternate:before{content:"\f13e"}i.icon.untappd:before{content:"\f405"}i.icon.upload:before{content:"\f093"}i.icon.usb:before{content:"\f287"}i.icon.user:before{content:"\f007"}i.icon.user.circle:before{content:"\f2bd"}i.icon.user.md:before{content:"\f0f0"}i.icon.user.plus:before{content:"\f234"}i.icon.user.secret:before{content:"\f21b"}i.icon.user.times:before{content:"\f235"}i.icon.users:before{content:"\f0c0"}i.icon.ussunnah:before{content:"\f407"}i.icon.utensil.spoon:before{content:"\f2e5"}i.icon.utensils:before{content:"\f2e7"}i.icon.vaadin:before{content:"\f408"}i.icon.venus:before{content:"\f221"}i.icon.venus.double:before{content:"\f226"}i.icon.venus.mars:before{content:"\f228"}i.icon.viacoin:before{content:"\f237"}i.icon.viadeo:before{content:"\f2a9"}i.icon.viadeo.square:before{content:"\f2aa"}i.icon.viber:before{content:"\f409"}i.icon.video:before{content:"\f03d"}i.icon.vimeo:before{content:"\f40a"}i.icon.vimeo.square:before{content:"\f194"}i.icon.vimeo.v:before{content:"\f27d"}i.icon.vine:before{content:"\f1ca"}i.icon.vk:before{content:"\f189"}i.icon.vnv:before{content:"\f40b"}i.icon.volleyball.ball:before{content:"\f45f"}i.icon.volume.down:before{content:"\f027"}i.icon.volume.off:before{content:"\f026"}i.icon.volume.up:before{content:"\f028"}i.icon.vuejs:before{content:"\f41f"}i.icon.warehouse:before{content:"\f494"}i.icon.weibo:before{content:"\f18a"}i.icon.weight:before{content:"\f496"}i.icon.weixin:before{content:"\f1d7"}i.icon.whatsapp:before{content:"\f232"}i.icon.whatsapp.square:before{content:"\f40c"}i.icon.wheelchair:before{content:"\f193"}i.icon.whmcs:before{content:"\f40d"}i.icon.wifi:before{content:"\f1eb"}i.icon.wikipedia.w:before{content:"\f266"}i.icon.window.close:before{content:"\f410"}i.icon.window.maximize:before{content:"\f2d0"}i.icon.window.minimize:before{content:"\f2d1"}i.icon.window.restore:before{content:"\f2d2"}i.icon.windows:before{content:"\f17a"}i.icon.won.sign:before{content:"\f159"}i.icon.wordpress:before{content:"\f19a"}i.icon.wordpress.simple:before{content:"\f411"}i.icon.wpbeginner:before{content:"\f297"}i.icon.wpexplorer:before{content:"\f2de"}i.icon.wpforms:before{content:"\f298"}i.icon.wrench:before{content:"\f0ad"}i.icon.xbox:before{content:"\f412"}i.icon.xing:before{content:"\f168"}i.icon.xing.square:before{content:"\f169"}i.icon.y.combinator:before{content:"\f23b"}i.icon.yahoo:before{content:"\f19e"}i.icon.yandex:before{content:"\f413"}i.icon.yandex.international:before{content:"\f414"}i.icon.yelp:before{content:"\f1e9"}i.icon.yen.sign:before{content:"\f157"}i.icon.yoast:before{content:"\f2b1"}i.icon.youtube:before{content:"\f167"}i.icon.youtube.square:before{content:"\f431"}i.icon.chess.rock:before{content:"\f447"}i.icon.ordered.list:before{content:"\f0cb"}i.icon.unordered.list:before{content:"\f0ca"}i.icon.user.doctor:before{content:"\f0f0"}i.icon.shield:before{content:"\f3ed"}i.icon.puzzle:before{content:"\f12e"}i.icon.credit.card.amazon.pay:before{content:"\f42d"}i.icon.credit.card.american.express:before{content:"\f1f3"}i.icon.credit.card.diners.club:before{content:"\f24c"}i.icon.credit.card.discover:before{content:"\f1f2"}i.icon.credit.card.jcb:before{content:"\f24b"}i.icon.credit.card.mastercard:before{content:"\f1f1"}i.icon.credit.card.paypal:before{content:"\f1f4"}i.icon.credit.card.stripe:before{content:"\f1f5"}i.icon.credit.card.visa:before{content:"\f1f0"}i.icon.add.circle:before{content:"\f055"}i.icon.add.square:before{content:"\f0fe"}i.icon.add.to.calendar:before{content:"\f271"}i.icon.add.to.cart:before{content:"\f217"}i.icon.add.user:before{content:"\f234"}i.icon.add:before{content:"\f067"}i.icon.alarm.mute:before{content:"\f1f6"}i.icon.alarm:before{content:"\f0f3"}i.icon.ald:before{content:"\f2a2"}i.icon.als:before{content:"\f2a2"}i.icon.american.express.card:before{content:"\f1f3"}i.icon.american.express:before{content:"\f1f3"}i.icon.amex:before{content:"\f1f3"}i.icon.announcement:before{content:"\f0a1"}i.icon.area.chart:before{content:"\f1fe"}i.icon.area.graph:before{content:"\f1fe"}i.icon.arrow.down.cart:before{content:"\f218"}i.icon.asexual:before{content:"\f22d"}i.icon.asl.interpreting:before{content:"\f2a3"}i.icon.asl:before{content:"\f2a3"}i.icon.assistive.listening.devices:before{content:"\f2a2"}i.icon.attach:before{content:"\f0c6"}i.icon.attention:before{content:"\f06a"}i.icon.balance:before{content:"\f24e"}i.icon.bar:before{content:"\f0fc"}i.icon.bathtub:before{content:"\f2cd"}i.icon.battery.four:before{content:"\f240"}i.icon.battery.high:before{content:"\f241"}i.icon.battery.low:before{content:"\f243"}i.icon.battery.medium:before{content:"\f242"}i.icon.battery.one:before{content:"\f243"}i.icon.battery.three:before{content:"\f241"}i.icon.battery.two:before{content:"\f242"}i.icon.battery.zero:before{content:"\f244"}i.icon.birthday:before{content:"\f1fd"}i.icon.block.layout:before{content:"\f009"}i.icon.bluetooth.alternative:before{content:"\f294"}i.icon.broken.chain:before{content:"\f127"}i.icon.browser:before{content:"\f022"}i.icon.call.square:before{content:"\f098"}i.icon.call:before{content:"\f095"}i.icon.cancel:before{content:"\f00d"}i.icon.cart:before{content:"\f07a"}i.icon.cc:before{content:"\f20a"}i.icon.chain:before{content:"\f0c1"}i.icon.chat:before{content:"\f075"}i.icon.checked.calendar:before{content:"\f274"}i.icon.checkmark:before{content:"\f00c"}i.icon.circle.notched:before{content:"\f1ce"}i.icon.close:before{content:"\f00d"}i.icon.cny:before{content:"\f157"}i.icon.cocktail:before{content:"\f000"}i.icon.commenting:before{content:"\f27a"}i.icon.computer:before{content:"\f108"}i.icon.configure:before{content:"\f0ad"}i.icon.content:before{content:"\f0c9"}i.icon.deafness:before{content:"\f2a4"}i.icon.delete.calendar:before{content:"\f273"}i.icon.delete:before{content:"\f00d"}i.icon.detective:before{content:"\f21b"}i.icon.diners.club.card:before{content:"\f24c"}i.icon.diners.club:before{content:"\f24c"}i.icon.discover.card:before{content:"\f1f2"}i.icon.discover:before{content:"\f1f2"}i.icon.discussions:before{content:"\f086"}i.icon.doctor:before{content:"\f0f0"}i.icon.dollar:before{content:"\f155"}i.icon.dont:before{content:"\f05e"}i.icon.dribble:before{content:"\f17d"}i.icon.drivers.license:before{content:"\f2c2"}i.icon.dropdown:before{content:"\f0d7"}i.icon.eercast:before{content:"\f2da"}i.icon.emergency:before{content:"\f0f9"}i.icon.envira.gallery:before{content:"\f299"}i.icon.erase:before{content:"\f12d"}i.icon.eur:before{content:"\f153"}i.icon.euro:before{content:"\f153"}i.icon.eyedropper:before{content:"\f1fb"}i.icon.fa:before{content:"\f2b4"}i.icon.factory:before{content:"\f275"}i.icon.favorite:before{content:"\f005"}i.icon.feed:before{content:"\f09e"}i.icon.female.homosexual:before{content:"\f226"}i.icon.file.text:before{content:"\f15c"}i.icon.find:before{content:"\f1e5"}i.icon.first.aid:before{content:"\f0fa"}i.icon.five.hundred.pixels:before{content:"\f26e"}i.icon.fork:before{content:"\f126"}i.icon.game:before{content:"\f11b"}i.icon.gay:before{content:"\f227"}i.icon.gbp:before{content:"\f154"}i.icon.gittip:before{content:"\f184"}i.icon.google.plus.circle:before{content:"\f2b3"}i.icon.google.plus.official:before{content:"\f2b3"}i.icon.grab:before{content:"\f255"}i.icon.graduation:before{content:"\f19d"}i.icon.grid.layout:before{content:"\f00a"}i.icon.group:before{content:"\f0c0"}i.icon.h:before{content:"\f0fd"}i.icon.hand.victory:before{content:"\f25b"}i.icon.handicap:before{content:"\f193"}i.icon.hard.of.hearing:before{content:"\f2a4"}i.icon.header:before{content:"\f1dc"}i.icon.help.circle:before{content:"\f059"}i.icon.help:before{content:"\f128"}i.icon.heterosexual:before{content:"\f228"}i.icon.hide:before{content:"\f070"}i.icon.hotel:before{content:"\f236"}i.icon.hourglass.four:before{content:"\f254"}i.icon.hourglass.full:before{content:"\f254"}i.icon.hourglass.one:before{content:"\f251"}i.icon.hourglass.three:before{content:"\f253"}i.icon.hourglass.two:before{content:"\f252"}i.icon.idea:before{content:"\f0eb"}i.icon.ils:before{content:"\f20b"}i.icon.in-cart:before{content:"\f218"}i.icon.inr:before{content:"\f156"}i.icon.intergender:before{content:"\f224"}i.icon.intersex:before{content:"\f224"}i.icon.japan.credit.bureau.card:before{content:"\f24b"}i.icon.japan.credit.bureau:before{content:"\f24b"}i.icon.jcb:before{content:"\f24b"}i.icon.jpy:before{content:"\f157"}i.icon.krw:before{content:"\f159"}i.icon.lab:before{content:"\f0c3"}i.icon.law:before{content:"\f24e"}i.icon.legal:before{content:"\f0e3"}i.icon.lesbian:before{content:"\f226"}i.icon.lightning:before{content:"\f0e7"}i.icon.like:before{content:"\f004"}i.icon.line.graph:before{content:"\f201"}i.icon.linkedin.square:before{content:"\f08c"}i.icon.linkify:before{content:"\f0c1"}i.icon.lira:before{content:"\f195"}i.icon.list.layout:before{content:"\f00b"}i.icon.magnify:before{content:"\f00e"}i.icon.mail.forward:before{content:"\f064"}i.icon.mail.square:before{content:"\f199"}i.icon.mail:before{content:"\f0e0"}i.icon.male.homosexual:before{content:"\f227"}i.icon.man:before{content:"\f222"}i.icon.marker:before{content:"\f041"}i.icon.mars.alternate:before{content:"\f229"}i.icon.mars.horizontal:before{content:"\f22b"}i.icon.mars.vertical:before{content:"\f22a"}i.icon.mastercard.card:before{content:"\f1f1"}i.icon.mastercard:before{content:"\f1f1"}i.icon.microsoft.edge:before{content:"\f282"}i.icon.military:before{content:"\f0fb"}i.icon.ms.edge:before{content:"\f282"}i.icon.mute:before{content:"\f131"}i.icon.new.pied.piper:before{content:"\f2ae"}i.icon.non.binary.transgender:before{content:"\f223"}i.icon.numbered.list:before{content:"\f0cb"}i.icon.optinmonster:before{content:"\f23c"}i.icon.options:before{content:"\f1de"}i.icon.other.gender.horizontal:before{content:"\f22b"}i.icon.other.gender.vertical:before{content:"\f22a"}i.icon.other.gender:before{content:"\f229"}i.icon.payment:before{content:"\f09d"}i.icon.paypal.card:before{content:"\f1f4"}i.icon.pencil.square:before{content:"\f14b"}i.icon.photo:before{content:"\f030"}i.icon.picture:before{content:"\f03e"}i.icon.pie.chart:before{content:"\f200"}i.icon.pie.graph:before{content:"\f200"}i.icon.pied.piper.hat:before{content:"\f2ae"}i.icon.pin:before{content:"\f08d"}i.icon.plus.cart:before{content:"\f217"}i.icon.pocket:before{content:"\f265"}i.icon.point:before{content:"\f041"}i.icon.pointing.down:before{content:"\f0a7"}i.icon.pointing.left:before{content:"\f0a5"}i.icon.pointing.right:before{content:"\f0a4"}i.icon.pointing.up:before{content:"\f0a6"}i.icon.pound:before{content:"\f154"}i.icon.power.cord:before{content:"\f1e6"}i.icon.power:before{content:"\f011"}i.icon.privacy:before{content:"\f084"}i.icon.r.circle:before{content:"\f25d"}i.icon.rain:before{content:"\f0e9"}i.icon.record:before{content:"\f03d"}i.icon.refresh:before{content:"\f021"}i.icon.remove.circle:before{content:"\f057"}i.icon.remove.from.calendar:before{content:"\f272"}i.icon.remove.user:before{content:"\f235"}i.icon.remove:before{content:"\f00d"}i.icon.repeat:before{content:"\f01e"}i.icon.rmb:before{content:"\f157"}i.icon.rouble:before{content:"\f158"}i.icon.rub:before{content:"\f158"}i.icon.ruble:before{content:"\f158"}i.icon.rupee:before{content:"\f156"}i.icon.s15:before{content:"\f2cd"}i.icon.selected.radio:before{content:"\f192"}i.icon.send:before{content:"\f1d8"}i.icon.setting:before{content:"\f013"}i.icon.settings:before{content:"\f085"}i.icon.shekel:before{content:"\f20b"}i.icon.sheqel:before{content:"\f20b"}i.icon.shipping:before{content:"\f0d1"}i.icon.shop:before{content:"\f07a"}i.icon.shuffle:before{content:"\f074"}i.icon.shutdown:before{content:"\f011"}i.icon.sidebar:before{content:"\f0c9"}i.icon.signing:before{content:"\f2a7"}i.icon.signup:before{content:"\f044"}i.icon.sliders:before{content:"\f1de"}i.icon.soccer:before{content:"\f1e3"}i.icon.sort.alphabet.ascending:before{content:"\f15d"}i.icon.sort.alphabet.descending:before{content:"\f15e"}i.icon.sort.ascending:before{content:"\f0de"}i.icon.sort.content.ascending:before{content:"\f160"}i.icon.sort.content.descending:before{content:"\f161"}i.icon.sort.descending:before{content:"\f0dd"}i.icon.sort.numeric.ascending:before{content:"\f162"}i.icon.sort.numeric.descending:before{content:"\f163"}i.icon.sound:before{content:"\f025"}i.icon.spy:before{content:"\f21b"}i.icon.stripe.card:before{content:"\f1f5"}i.icon.student:before{content:"\f19d"}i.icon.talk:before{content:"\f27a"}i.icon.target:before{content:"\f140"}i.icon.teletype:before{content:"\f1e4"}i.icon.television:before{content:"\f26c"}i.icon.text.cursor:before{content:"\f246"}i.icon.text.telephone:before{content:"\f1e4"}i.icon.theme.isle:before{content:"\f2b2"}i.icon.theme:before{content:"\f043"}i.icon.thermometer:before{content:"\f2c7"}i.icon.thumb.tack:before{content:"\f08d"}i.icon.time:before{content:"\f017"}i.icon.tm:before{content:"\f25c"}i.icon.toggle.down:before{content:"\f150"}i.icon.toggle.left:before{content:"\f191"}i.icon.toggle.right:before{content:"\f152"}i.icon.toggle.up:before{content:"\f151"}i.icon.translate:before{content:"\f1ab"}i.icon.travel:before{content:"\f0b1"}i.icon.treatment:before{content:"\f0f1"}i.icon.triangle.down:before{content:"\f0d7"}i.icon.triangle.left:before{content:"\f0d9"}i.icon.triangle.right:before{content:"\f0da"}i.icon.triangle.up:before{content:"\f0d8"}i.icon.try:before{content:"\f195"}i.icon.unhide:before{content:"\f06e"}i.icon.unlinkify:before{content:"\f127"}i.icon.unmute:before{content:"\f130"}i.icon.usd:before{content:"\f155"}i.icon.user.cancel:before{content:"\f235"}i.icon.user.close:before{content:"\f235"}i.icon.user.delete:before{content:"\f235"}i.icon.user.x:before{content:"\f235"}i.icon.vcard:before{content:"\f2bb"}i.icon.video.camera:before{content:"\f03d"}i.icon.video.play:before{content:"\f144"}i.icon.visa.card:before{content:"\f1f0"}i.icon.visa:before{content:"\f1f0"}i.icon.volume.control.phone:before{content:"\f2a0"}i.icon.wait:before{content:"\f017"}i.icon.warning.circle:before{content:"\f06a"}i.icon.warning.sign:before{content:"\f071"}i.icon.warning:before{content:"\f12a"}i.icon.wechat:before{content:"\f1d7"}i.icon.wi-fi:before{content:"\f1eb"}i.icon.wikipedia:before{content:"\f266"}i.icon.winner:before{content:"\f091"}i.icon.wizard:before{content:"\f0d0"}i.icon.woman:before{content:"\f221"}i.icon.won:before{content:"\f159"}i.icon.wordpress.beginner:before{content:"\f297"}i.icon.wordpress.forms:before{content:"\f298"}i.icon.world:before{content:"\f0ac"}i.icon.write.square:before{content:"\f14b"}i.icon.x:before{content:"\f00d"}i.icon.yc:before{content:"\f23b"}i.icon.ycombinator:before{content:"\f23b"}i.icon.yen:before{content:"\f157"}i.icon.zip:before{content:"\f187"}i.icon.zoom-in:before{content:"\f00e"}i.icon.zoom-out:before{content:"\f010"}i.icon.zoom:before{content:"\f00e"}i.icon.bitbucket.square:before{content:"\f171"}i.icon.checkmark.box:before{content:"\f14a"}i.icon.circle.thin:before{content:"\f111"}i.icon.cloud.download:before{content:"\f381"}i.icon.cloud.upload:before{content:"\f382"}i.icon.compose:before{content:"\f303"}i.icon.conversation:before{content:"\f086"}i.icon.credit.card.alternative:before{content:"\f09d"}i.icon.currency:before{content:"\f3d1"}i.icon.dashboard:before{content:"\f3fd"}i.icon.diamond:before{content:"\f3a5"}i.icon.disk:before{content:"\f0a0"}i.icon.exchange:before{content:"\f362"}i.icon.external.share:before{content:"\f14d"}i.icon.external.square:before{content:"\f360"}i.icon.external:before{content:"\f35d"}i.icon.facebook.official:before{content:"\f082"}i.icon.food:before{content:"\f2e7"}i.icon.hourglass.zero:before{content:"\f253"}i.icon.level.down:before{content:"\f3be"}i.icon.level.up:before{content:"\f3bf"}i.icon.logout:before{content:"\f2f5"}i.icon.meanpath:before{content:"\f0c8"}i.icon.money:before{content:"\f3d1"}i.icon.move:before{content:"\f0b2"}i.icon.pencil:before{content:"\f303"}i.icon.protect:before{content:"\f023"}i.icon.radio:before{content:"\f192"}i.icon.remove.bookmark:before{content:"\f02e"}i.icon.resize.horizontal:before{content:"\f337"}i.icon.resize.vertical:before{content:"\f338"}i.icon.sign-in:before{content:"\f2f6"}i.icon.sign-out:before{content:"\f2f5"}i.icon.spoon:before{content:"\f2e5"}i.icon.star.half.empty:before{content:"\f089"}i.icon.star.half.full:before{content:"\f089"}i.icon.ticket:before{content:"\f3ff"}i.icon.times.rectangle:before{content:"\f410"}i.icon.write:before{content:"\f303"}i.icon.youtube.play:before{content:"\f167"}@font-face{font-display:swap;font-family:outline-icons;src:url(/shivlab/wp-content/themes/shivlab/assets/css/odoo/themes/default/assets/fonts/outline-icons.eot);src:url(/shivlab/wp-content/themes/shivlab/assets/css/odoo/themes/default/assets/fonts/outline-iconsd41d.eot?#iefix) format('embedded-opentype'),url(/shivlab/wp-content/themes/shivlab/assets/css/odoo/themes/default/assets/fonts/outline-icons.woff2) format('woff2'),url(/shivlab/wp-content/themes/shivlab/assets/css/odoo/themes/default/assets/fonts/outline-icons.woff) format('woff'),url(/shivlab/wp-content/themes/shivlab/assets/css/odoo/themes/default/assets/fonts/outline-icons.ttf) format('truetype'),url(/shivlab/wp-content/themes/shivlab/assets/css/odoo/themes/default/assets/fonts/outline-icons.svg#icons) format('svg');font-style:normal;font-weight:400;font-variant:normal;text-decoration:inherit;text-transform:none}i.icon.outline{font-family:outline-icons}i.icon.address.book.outline:before{content:"\f2b9"}i.icon.address.card.outline:before{content:"\f2bb"}i.icon.arrow.alternate.circle.down.outline:before{content:"\f358"}i.icon.arrow.alternate.circle.left.outline:before{content:"\f359"}i.icon.arrow.alternate.circle.right.outline:before{content:"\f35a"}i.icon.arrow.alternate.circle.up.outline:before{content:"\f35b"}i.icon.bell.outline:before{content:"\f0f3"}i.icon.bell.slash.outline:before{content:"\f1f6"}i.icon.bookmark.outline:before{content:"\f02e"}i.icon.building.outline:before{content:"\f1ad"}i.icon.calendar.outline:before{content:"\f133"}i.icon.calendar.alternate.outline:before{content:"\f073"}i.icon.calendar.check.outline:before{content:"\f274"}i.icon.calendar.minus.outline:before{content:"\f272"}i.icon.calendar.plus.outline:before{content:"\f271"}i.icon.calendar.times.outline:before{content:"\f273"}i.icon.caret.square.down.outline:before{content:"\f150"}i.icon.caret.square.left.outline:before{content:"\f191"}i.icon.caret.square.right.outline:before{content:"\f152"}i.icon.caret.square.up.outline:before{content:"\f151"}i.icon.chart.bar.outline:before{content:"\f080"}i.icon.check.circle.outline:before{content:"\f058"}i.icon.check.square.outline:before{content:"\f14a"}i.icon.circle.outline:before{content:"\f111"}i.icon.clipboard.outline:before{content:"\f328"}i.icon.clock.outline:before{content:"\f017"}i.icon.clone.outline:before{content:"\f24d"}i.icon.closed.captioning.outline:before{content:"\f20a"}i.icon.comment.outline:before{content:"\f075"}i.icon.comment.alternate.outline:before{content:"\f27a"}i.icon.comments.outline:before{content:"\f086"}i.icon.compass.outline:before{content:"\f14e"}i.icon.copy.outline:before{content:"\f0c5"}i.icon.copyright.outline:before{content:"\f1f9"}i.icon.credit.card.outline:before{content:"\f09d"}i.icon.dot.circle.outline:before{content:"\f192"}i.icon.edit.outline:before{content:"\f044"}i.icon.envelope.outline:before{content:"\f0e0"}i.icon.envelope.open.outline:before{content:"\f2b6"}i.icon.eye.slash.outline:before{content:"\f070"}i.icon.file.outline:before{content:"\f15b"}i.icon.file.alternate.outline:before{content:"\f15c"}i.icon.file.archive.outline:before{content:"\f1c6"}i.icon.file.audio.outline:before{content:"\f1c7"}i.icon.file.code.outline:before{content:"\f1c9"}i.icon.file.excel.outline:before{content:"\f1c3"}i.icon.file.image.outline:before{content:"\f1c5"}i.icon.file.pdf.outline:before{content:"\f1c1"}i.icon.file.powerpoint.outline:before{content:"\f1c4"}i.icon.file.video.outline:before{content:"\f1c8"}i.icon.file.word.outline:before{content:"\f1c2"}i.icon.flag.outline:before{content:"\f024"}i.icon.folder.outline:before{content:"\f07b"}i.icon.folder.open.outline:before{content:"\f07c"}i.icon.frown.outline:before{content:"\f119"}i.icon.futbol.outline:before{content:"\f1e3"}i.icon.gem.outline:before{content:"\f3a5"}i.icon.hand.lizard.outline:before{content:"\f258"}i.icon.hand.paper.outline:before{content:"\f256"}i.icon.hand.peace.outline:before{content:"\f25b"}i.icon.hand.point.down.outline:before{content:"\f0a7"}i.icon.hand.point.left.outline:before{content:"\f0a5"}i.icon.hand.point.right.outline:before{content:"\f0a4"}i.icon.hand.point.up.outline:before{content:"\f0a6"}i.icon.hand.pointer.outline:before{content:"\f25a"}i.icon.hand.rock.outline:before{content:"\f255"}i.icon.hand.scissors.outline:before{content:"\f257"}i.icon.hand.spock.outline:before{content:"\f259"}i.icon.handshake.outline:before{content:"\f2b5"}i.icon.hdd.outline:before{content:"\f0a0"}i.icon.heart.outline:before{content:"\f004"}i.icon.hospital.outline:before{content:"\f0f8"}i.icon.hourglass.outline:before{content:"\f254"}i.icon.id.badge.outline:before{content:"\f2c1"}i.icon.id.card.outline:before{content:"\f2c2"}i.icon.image.outline:before{content:"\f03e"}i.icon.images.outline:before{content:"\f302"}i.icon.keyboard.outline:before{content:"\f11c"}i.icon.lemon.outline:before{content:"\f094"}i.icon.life.ring.outline:before{content:"\f1cd"}i.icon.lightbulb.outline:before{content:"\f0eb"}i.icon.list.alternate.outline:before{content:"\f022"}i.icon.map.outline:before{content:"\f279"}i.icon.meh.outline:before{content:"\f11a"}i.icon.minus.square.outline:before{content:"\f146"}i.icon.money.bill.alternate.outline:before{content:"\f3d1"}i.icon.moon.outline:before{content:"\f186"}i.icon.newspaper.outline:before{content:"\f1ea"}i.icon.object.group.outline:before{content:"\f247"}i.icon.object.ungroup.outline:before{content:"\f248"}i.icon.paper.plane.outline:before{content:"\f1d8"}i.icon.pause.circle.outline:before{content:"\f28b"}i.icon.play.circle.outline:before{content:"\f144"}i.icon.plus.square.outline:before{content:"\f0fe"}i.icon.question.circle.outline:before{content:"\f059"}i.icon.registered.outline:before{content:"\f25d"}i.icon.save.outline:before{content:"\f0c7"}i.icon.share.square.outline:before{content:"\f14d"}i.icon.smile.outline:before{content:"\f118"}i.icon.snowflake.outline:before{content:"\f2dc"}i.icon.square.outline:before{content:"\f0c8"}i.icon.star.outline:before{content:"\f005"}i.icon.star.half.outline:before{content:"\f089"}i.icon.sticky.note.outline:before{content:"\f249"}i.icon.stop.circle.outline:before{content:"\f28d"}i.icon.sun.outline:before{content:"\f185"}i.icon.thumbs.down.outline:before{content:"\f165"}i.icon.thumbs.up.outline:before{content:"\f164"}i.icon.times.circle.outline:before{content:"\f057"}i.icon.trash.alternate.outline:before{content:"\f2ed"}i.icon.user.outline:before{content:"\f007"}i.icon.user.circle.outline:before{content:"\f2bd"}i.icon.window.close.outline:before{content:"\f410"}i.icon.window.maximize.outline:before{content:"\f2d0"}i.icon.window.minimize.outline:before{content:"\f2d1"}i.icon.window.restore.outline:before{content:"\f2d2"}i.icon.disk.outline:before{content:"\f0a0"}i.icon.heart.empty,i.icon.star.empty{font-family:outline-icons}i.icon.heart.empty:before{content:"\f004"}i.icon.star.empty:before{content:"\f089"}@font-face{font-display:swap;font-family:brand-icons;src:url(/shivlab/wp-content/themes/shivlab/assets/css/odoo/themes/default/assets/fonts/brand-icons.eot);src:url(/shivlab/wp-content/themes/shivlab/assets/css/odoo/themes/default/assets/fonts/brand-iconsd41d.eot?#iefix) format('embedded-opentype'),url(/shivlab/wp-content/themes/shivlab/assets/css/odoo/themes/default/assets/fonts/brand-icons.woff2) format('woff2'),url(/shivlab/wp-content/themes/shivlab/assets/css/odoo/themes/default/assets/fonts/brand-icons.woff) format('woff'),url(/shivlab/wp-content/themes/shivlab/assets/css/odoo/themes/default/assets/fonts/brand-icons.ttf) format('truetype'),url(/shivlab/wp-content/themes/shivlab/assets/css/odoo/themes/default/assets/fonts/brand-icons.svg#icons) format('svg');font-style:normal;font-weight:400;font-variant:normal;text-decoration:inherit;text-transform:none}i.icon.\35 00px,i.icon.accessible.icon,i.icon.accusoft,i.icon.adn,i.icon.adversal,i.icon.affiliatetheme,i.icon.algolia,i.icon.amazon,i.icon.amazon.pay,i.icon.amilia,i.icon.android,i.icon.angellist,i.icon.angrycreative,i.icon.angular,i.icon.app.store,i.icon.app.store.ios,i.icon.apper,i.icon.apple,i.icon.apple.pay,i.icon.asymmetrik,i.icon.audible,i.icon.autoprefixer,i.icon.avianex,i.icon.aviato,i.icon.aws,i.icon.bandcamp,i.icon.behance,i.icon.behance.square,i.icon.bimobject,i.icon.bitbucket,i.icon.bitcoin,i.icon.bity,i.icon.black.tie,i.icon.blackberry,i.icon.blogger,i.icon.blogger.b,i.icon.bluetooth,i.icon.bluetooth.b,i.icon.btc,i.icon.buromobelexperte,i.icon.buysellads,i.icon.cc.amazon.pay,i.icon.cc.amex,i.icon.cc.apple.pay,i.icon.cc.diners.club,i.icon.cc.discover,i.icon.cc.jcb,i.icon.cc.mastercard,i.icon.cc.paypal,i.icon.cc.stripe,i.icon.cc.visa,i.icon.centercode,i.icon.chrome,i.icon.cloudscale,i.icon.cloudsmith,i.icon.cloudversify,i.icon.codepen,i.icon.codiepie,i.icon.connectdevelop,i.icon.contao,i.icon.cpanel,i.icon.creative.commons,i.icon.css3,i.icon.css3.alternate,i.icon.cuttlefish,i.icon.d.and.d,i.icon.dashcube,i.icon.delicious,i.icon.deploydog,i.icon.deskpro,i.icon.deviantart,i.icon.digg,i.icon.digital.ocean,i.icon.discord,i.icon.discourse,i.icon.dochub,i.icon.docker,i.icon.draft2digital,i.icon.dribbble,i.icon.dribbble.square,i.icon.dropbox,i.icon.drupal,i.icon.dyalog,i.icon.earlybirds,i.icon.edge,i.icon.elementor,i.icon.ember,i.icon.empire,i.icon.envira,i.icon.erlang,i.icon.ethereum,i.icon.etsy,i.icon.expeditedssl,i.icon.facebook,i.icon.facebook.f,i.icon.facebook.messenger,i.icon.facebook.square,i.icon.firefox,i.icon.first.order,i.icon.firstdraft,i.icon.flickr,i.icon.flipboard,i.icon.fly,i.icon.font.awesome,i.icon.font.awesome.alternate,i.icon.font.awesome.flag,i.icon.fonticons,i.icon.fonticons.fi,i.icon.fort.awesome,i.icon.fort.awesome.alternate,i.icon.forumbee,i.icon.foursquare,i.icon.free.code.camp,i.icon.freebsd,i.icon.get.pocket,i.icon.gg,i.icon.gg.circle,i.icon.git,i.icon.git.square,i.icon.github,i.icon.github.alternate,i.icon.github.square,i.icon.gitkraken,i.icon.gitlab,i.icon.gitter,i.icon.glide,i.icon.glide.g,i.icon.gofore,i.icon.goodreads,i.icon.goodreads.g,i.icon.google,i.icon.google.drive,i.icon.google.play,i.icon.google.plus,i.icon.google.plus.g,i.icon.google.plus.square,i.icon.google.wallet,i.icon.gratipay,i.icon.grav,i.icon.gripfire,i.icon.grunt,i.icon.gulp,i.icon.hacker.news,i.icon.hacker.news.square,i.icon.hips,i.icon.hire.a.helper,i.icon.hooli,i.icon.hotjar,i.icon.houzz,i.icon.html5,i.icon.hubspot,i.icon.imdb,i.icon.instagram,i.icon.internet.explorer,i.icon.ioxhost,i.icon.itunes,i.icon.itunes.note,i.icon.jenkins,i.icon.joget,i.icon.joomla,i.icon.js,i.icon.js.square,i.icon.jsfiddle,i.icon.keycdn,i.icon.kickstarter,i.icon.kickstarter.k,i.icon.korvue,i.icon.laravel,i.icon.lastfm,i.icon.lastfm.square,i.icon.leanpub,i.icon.less,i.icon.linechat,i.icon.linkedin,i.icon.linkedin.alternate,i.icon.linkedin.in,i.icon.linode,i.icon.linux,i.icon.lyft,i.icon.magento,i.icon.maxcdn,i.icon.medapps,i.icon.medium,i.icon.medium.m,i.icon.medrt,i.icon.meetup,i.icon.microsoft,i.icon.mix,i.icon.mixcloud,i.icon.mizuni,i.icon.modx,i.icon.monero,i.icon.napster,i.icon.nintendo.switch,i.icon.node,i.icon.node.js,i.icon.npm,i.icon.ns8,i.icon.nutritionix,i.icon.odnoklassniki,i.icon.odnoklassniki.square,i.icon.opencart,i.icon.openid,i.icon.opera,i.icon.optin.monster,i.icon.osi,i.icon.page4,i.icon.pagelines,i.icon.palfed,i.icon.patreon,i.icon.paypal,i.icon.periscope,i.icon.phabricator,i.icon.phoenix.framework,i.icon.php,i.icon.pied.piper,i.icon.pied.piper.alternate,i.icon.pied.piper.pp,i.icon.pinterest,i.icon.pinterest.p,i.icon.pinterest.square,i.icon.playstation,i.icon.product.hunt,i.icon.pushed,i.icon.python,i.icon.qq,i.icon.quinscape,i.icon.quora,i.icon.ravelry,i.icon.react,i.icon.rebel,i.icon.reddit,i.icon.reddit.alien,i.icon.reddit.square,i.icon.redriver,i.icon.rendact,i.icon.renren,i.icon.replyd,i.icon.resolving,i.icon.rocketchat,i.icon.rockrms,i.icon.safari,i.icon.sass,i.icon.schlix,i.icon.scribd,i.icon.searchengin,i.icon.sellcast,i.icon.sellsy,i.icon.servicestack,i.icon.shirtsinbulk,i.icon.simplybuilt,i.icon.sistrix,i.icon.skyatlas,i.icon.skype,i.icon.slack,i.icon.slack.hash,i.icon.slideshare,i.icon.snapchat,i.icon.snapchat.ghost,i.icon.snapchat.square,i.icon.soundcloud,i.icon.speakap,i.icon.spotify,i.icon.stack.exchange,i.icon.stack.overflow,i.icon.staylinked,i.icon.steam,i.icon.steam.square,i.icon.steam.symbol,i.icon.sticker.mule,i.icon.strava,i.icon.stripe,i.icon.stripe.s,i.icon.studiovinari,i.icon.stumbleupon,i.icon.stumbleupon.circle,i.icon.superpowers,i.icon.supple,i.icon.telegram,i.icon.telegram.plane,i.icon.tencent.weibo,i.icon.themeisle,i.icon.trello,i.icon.tripadvisor,i.icon.tumblr,i.icon.tumblr.square,i.icon.twitch,i.icon.twitter,i.icon.twitter.square,i.icon.typo3,i.icon.uber,i.icon.uikit,i.icon.uniregistry,i.icon.untappd,i.icon.usb,i.icon.ussunnah,i.icon.vaadin,i.icon.viacoin,i.icon.viadeo,i.icon.viadeo.square,i.icon.viber,i.icon.vimeo,i.icon.vimeo.square,i.icon.vimeo.v,i.icon.vine,i.icon.vk,i.icon.vnv,i.icon.vuejs,i.icon.wechat,i.icon.weibo,i.icon.weixin,i.icon.whatsapp,i.icon.whatsapp.square,i.icon.whmcs,i.icon.wikipedia.w,i.icon.windows,i.icon.wordpress,i.icon.wordpress.simple,i.icon.wpbeginner,i.icon.wpexplorer,i.icon.wpforms,i.icon.xbox,i.icon.xing,i.icon.xing.square,i.icon.y.combinator,i.icon.yahoo,i.icon.yandex,i.icon.yandex.international,i.icon.yelp,i.icon.yoast,i.icon.youtube,i.icon.youtube.square{font-family:brand-icons}/*!
 * # Semantic UI - Image
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.image{position:relative;display:inline-block;vertical-align:middle;max-width:100%;background-color:transparent}img.ui.image{display:block}.ui.image img,.ui.image svg{display:block;max-width:100%;height:auto}.ui.hidden.image,.ui.hidden.images{display:none}.ui.hidden.transition.image,.ui.hidden.transition.images{display:block;visibility:hidden}.ui.images>.hidden.transition{display:inline-block;visibility:hidden}.ui.disabled.image,.ui.disabled.images{cursor:default;opacity:.45}.ui.inline.image,.ui.inline.image img,.ui.inline.image svg{display:inline-block}.ui.top.aligned.image,.ui.top.aligned.image img,.ui.top.aligned.image svg,.ui.top.aligned.images .image{display:inline-block;vertical-align:top}.ui.middle.aligned.image,.ui.middle.aligned.image img,.ui.middle.aligned.image svg,.ui.middle.aligned.images .image{display:inline-block;vertical-align:middle}.ui.bottom.aligned.image,.ui.bottom.aligned.image img,.ui.bottom.aligned.image svg,.ui.bottom.aligned.images .image{display:inline-block;vertical-align:bottom}.ui.rounded.image,.ui.rounded.image>*,.ui.rounded.images .image,.ui.rounded.images .image>*{border-radius:.3125em}.ui.bordered.image img,.ui.bordered.image svg,.ui.bordered.images .image,.ui.bordered.images img,.ui.bordered.images svg,img.ui.bordered.image{border:1px solid rgba(0,0,0,.1)}.ui.circular.image,.ui.circular.images{overflow:hidden}.ui.circular.image,.ui.circular.image>*,.ui.circular.images .image,.ui.circular.images .image>*{border-radius:500rem}.ui.fluid.image,.ui.fluid.image img,.ui.fluid.image svg,.ui.fluid.images,.ui.fluid.images img,.ui.fluid.images svg{display:block;width:100%;height:auto}.ui.avatar.image,.ui.avatar.image img,.ui.avatar.image svg,.ui.avatar.images .image,.ui.avatar.images img,.ui.avatar.images svg{margin-right:.25em;display:inline-block;width:2em;height:2em;border-radius:500rem}.ui.spaced.image{display:inline-block!important;margin-left:.5em;margin-right:.5em}.ui[class*="left spaced"].image{margin-left:.5em;margin-right:0}.ui[class*="right spaced"].image{margin-left:0;margin-right:.5em}.ui.floated.image,.ui.floated.images{float:left;margin-right:1em;margin-bottom:1em}.ui.right.floated.image,.ui.right.floated.images{float:right;margin-right:0;margin-bottom:1em;margin-left:1em}.ui.floated.image:last-child,.ui.floated.images:last-child{margin-bottom:0}.ui.centered.image,.ui.centered.images{margin-left:auto;margin-right:auto}.ui.mini.image,.ui.mini.images .image,.ui.mini.images img,.ui.mini.images svg{width:35px;height:auto;font-size:.78571429rem}.ui.tiny.image,.ui.tiny.images .image,.ui.tiny.images img,.ui.tiny.images svg{width:80px;height:auto;font-size:.85714286rem}.ui.small.image,.ui.small.images .image,.ui.small.images img,.ui.small.images svg{width:150px;height:auto;font-size:.92857143rem}.ui.medium.image,.ui.medium.images .image,.ui.medium.images img,.ui.medium.images svg{width:300px;height:auto;font-size:1rem}.ui.large.image,.ui.large.images .image,.ui.large.images img,.ui.large.images svg{width:450px;height:auto;font-size:1.14285714rem}.ui.big.image,.ui.big.images .image,.ui.big.images img,.ui.big.images svg{width:600px;height:auto;font-size:1.28571429rem}.ui.huge.image,.ui.huge.images .image,.ui.huge.images img,.ui.huge.images svg{width:800px;height:auto;font-size:1.42857143rem}.ui.massive.image,.ui.massive.images .image,.ui.massive.images img,.ui.massive.images svg{width:960px;height:auto;font-size:1.71428571rem}.ui.images{font-size:0;margin:0 -.25rem 0}.ui.images .image,.ui.images>img,.ui.images>svg{display:inline-block;margin:0 .25rem .5rem}/*!
 * # Semantic UI - Input
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.input{position:relative;font-weight:400;font-style:normal;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:rgba(0,0,0,.87)}.ui.input>input{margin:0;max-width:100%;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0);text-align:left;line-height:1.21428571em;padding:.67857143em 1em;background:#fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);border-radius:.28571429rem;-webkit-transition:border-color .1s ease,-webkit-box-shadow .1s ease;transition:border-color .1s ease,-webkit-box-shadow .1s ease;transition:box-shadow .1s ease,border-color .1s ease;transition:box-shadow .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease;-webkit-box-shadow:none;box-shadow:none}.ui.input>input::-webkit-input-placeholder{color:rgba(191,191,191,.87)}.ui.input>input::-moz-placeholder{color:rgba(191,191,191,.87)}.ui.input>input:-ms-input-placeholder{color:rgba(191,191,191,.87)}.ui.disabled.input,.ui.input:not(.disabled) input[disabled]{opacity:.45}.ui.disabled.input>input,.ui.input:not(.disabled) input[disabled]{pointer-events:none}.ui.input.down input,.ui.input>input:active{border-color:rgba(0,0,0,.3);background:#fafafa;color:rgba(0,0,0,.87);-webkit-box-shadow:none;box-shadow:none}.ui.loading.loading.input>i.icon:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.loading.input>i.icon:after{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}.ui.input.focus>input,.ui.input>input:focus{border-color:#85b7d9;background:#fff;color:rgba(0,0,0,.8);-webkit-box-shadow:none;box-shadow:none}.ui.input.focus>input::-webkit-input-placeholder,.ui.input>input:focus::-webkit-input-placeholder{color:rgba(115,115,115,.87)}.ui.input.focus>input::-moz-placeholder,.ui.input>input:focus::-moz-placeholder{color:rgba(115,115,115,.87)}.ui.input.focus>input:-ms-input-placeholder,.ui.input>input:focus:-ms-input-placeholder{color:rgba(115,115,115,.87)}.ui.input.error>input{background-color:#fff6f6;border-color:#e0b4b4;color:#9f3a38;-webkit-box-shadow:none;box-shadow:none}.ui.input.error>input::-webkit-input-placeholder{color:#e7bdbc}.ui.input.error>input::-moz-placeholder{color:#e7bdbc}.ui.input.error>input:-ms-input-placeholder{color:#e7bdbc!important}.ui.input.error>input:focus::-webkit-input-placeholder{color:#da9796}.ui.input.error>input:focus::-moz-placeholder{color:#da9796}.ui.input.error>input:focus:-ms-input-placeholder{color:#da9796!important}.ui.transparent.input>input{border-color:transparent!important;background-color:transparent!important;padding:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:0!important}.ui.transparent.icon.input>i.icon{width:1.1em}.ui.transparent.icon.input>input{padding-left:0!important;padding-right:2em!important}.ui.transparent[class*="left icon"].input>input{padding-left:2em!important;padding-right:0!important}.ui.transparent.inverted.input{color:#fff}.ui.transparent.inverted.input>input{color:inherit}.ui.transparent.inverted.input>input::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.ui.transparent.inverted.input>input::-moz-placeholder{color:rgba(255,255,255,.5)}.ui.transparent.inverted.input>input:-ms-input-placeholder{color:rgba(255,255,255,.5)}.ui.icon.input>i.icon{cursor:default;position:absolute;line-height:1;text-align:center;top:0;right:0;margin:0;height:100%;width:2.67142857em;opacity:.5;border-radius:0 .28571429rem .28571429rem 0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.ui.icon.input>i.icon:not(.link){pointer-events:none}.ui.icon.input>input{padding-right:2.67142857em!important}.ui.icon.input>i.icon:after,.ui.icon.input>i.icon:before{left:0;position:absolute;text-align:center;top:50%;width:100%;margin-top:-.5em}.ui.icon.input>i.link.icon{cursor:pointer}.ui.icon.input>i.circular.icon{top:.35em;right:.5em}.ui[class*="left icon"].input>i.icon{right:auto;left:1px;border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="left icon"].input>i.circular.icon{right:auto;left:.5em}.ui[class*="left icon"].input>input{padding-left:2.67142857em!important;padding-right:1em!important}.ui.icon.input>input:focus~i.icon{opacity:1}.ui.labeled.input>.label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0;font-size:1em}.ui.labeled.input>.label:not(.corner){padding-top:.78571429em;padding-bottom:.78571429em}.ui.labeled.input:not([class*="corner labeled"]) .label:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.ui.labeled.input:not([class*="corner labeled"]) .label:first-child+input{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:transparent}.ui.labeled.input:not([class*="corner labeled"]) .label:first-child+input:focus{border-left-color:#85b7d9}.ui[class*="right labeled"].input>input{border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-right-color:transparent!important}.ui[class*="right labeled"].input>input+.label{border-top-left-radius:0;border-bottom-left-radius:0}.ui[class*="right labeled"].input>input:focus{border-right-color:#85b7d9!important}.ui.labeled.input .corner.label{top:1px;right:1px;font-size:.64285714em;border-radius:0 .28571429rem 0 0}.ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input>input{padding-right:2.5em!important}.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"])>input{padding-right:3.25em!important}.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"])>.icon{margin-right:1.25em}.ui[class*="left corner labeled"].labeled.input>input{padding-left:2.5em!important}.ui[class*="left corner labeled"].icon.input>input{padding-left:3.25em!important}.ui[class*="left corner labeled"].icon.input>.icon{margin-left:1.25em}.ui.input>.ui.corner.label{top:1px;right:1px}.ui.input>.ui.left.corner.label{right:auto;left:1px}.ui.action.input>.button,.ui.action.input>.buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.ui.action.input>.button,.ui.action.input>.buttons>.button{padding-top:.78571429em;padding-bottom:.78571429em;margin:0}.ui.action.input:not([class*="left action"])>input{border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-right-color:transparent!important}.ui.action.input:not([class*="left action"])>.button:not(:first-child),.ui.action.input:not([class*="left action"])>.buttons:not(:first-child)>.button,.ui.action.input:not([class*="left action"])>.dropdown:not(:first-child){border-radius:0}.ui.action.input:not([class*="left action"])>.button:last-child,.ui.action.input:not([class*="left action"])>.buttons:last-child>.button,.ui.action.input:not([class*="left action"])>.dropdown:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.action.input:not([class*="left action"])>input:focus{border-right-color:#85b7d9!important}.ui[class*="left action"].input>input{border-top-left-radius:0!important;border-bottom-left-radius:0!important;border-left-color:transparent!important}.ui[class*="left action"].input>.button,.ui[class*="left action"].input>.buttons>.button,.ui[class*="left action"].input>.dropdown{border-radius:0}.ui[class*="left action"].input>.button:first-child,.ui[class*="left action"].input>.buttons:first-child>.button,.ui[class*="left action"].input>.dropdown:first-child{border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="left action"].input>input:focus{border-left-color:#85b7d9!important}.ui.inverted.input>input{border:none}.ui.fluid.input{display:-webkit-box;display:-ms-flexbox;display:flex}.ui.fluid.input>input{width:0!important}.ui.mini.input{font-size:.78571429em}.ui.small.input{font-size:.92857143em}.ui.input{font-size:1em}.ui.large.input{font-size:1.14285714em}.ui.big.input{font-size:1.28571429em}.ui.huge.input{font-size:1.42857143em}.ui.massive.input{font-size:1.71428571em}/*!
 * # Semantic UI - Label
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.label{display:inline-block;line-height:1;vertical-align:baseline;margin:0 .14285714em;background-color:#e8e8e8;background-image:none;padding:.5833em .833em;color:rgba(0,0,0,.6);text-transform:none;font-weight:700;border:0 solid transparent;border-radius:.28571429rem;-webkit-transition:background .1s ease;transition:background .1s ease}.ui.label:first-child{margin-left:0}.ui.label:last-child{margin-right:0}a.ui.label{cursor:pointer}.ui.label>a{cursor:pointer;color:inherit;opacity:.5;-webkit-transition:.1s opacity ease;transition:.1s opacity ease}.ui.label>a:hover{opacity:1}.ui.label>img{width:auto!important;vertical-align:middle;height:2.1666em!important}.ui.label>.icon{width:auto;margin:0 .75em 0 0}.ui.label>.detail{display:inline-block;vertical-align:top;font-weight:700;margin-left:1em;opacity:.8}.ui.label>.detail .icon{margin:0 .25em 0 0}.ui.label>.close.icon,.ui.label>.delete.icon{cursor:pointer;margin-right:0;margin-left:.5em;font-size:.92857143em;opacity:.5;-webkit-transition:background .1s ease;transition:background .1s ease}.ui.label>.delete.icon:hover{opacity:1}.ui.labels>.label{margin:0 .5em .5em 0}.ui.header>.ui.label{margin-top:-.29165em}.ui.attached.segment>.ui.top.left.attached.label,.ui.bottom.attached.segment>.ui.top.left.attached.label{border-top-left-radius:0}.ui.attached.segment>.ui.top.right.attached.label,.ui.bottom.attached.segment>.ui.top.right.attached.label{border-top-right-radius:0}.ui.top.attached.segment>.ui.bottom.left.attached.label{border-bottom-left-radius:0}.ui.top.attached.segment>.ui.bottom.right.attached.label{border-bottom-right-radius:0}.ui.top.attached.label+[class*="right floated"]+*,.ui.top.attached.label:first-child+:not(.attached){margin-top:2rem!important}.ui.bottom.attached.label:first-child~:last-child:not(.attached){margin-top:0;margin-bottom:2rem!important}.ui.image.label{width:auto!important;margin-top:0;margin-bottom:0;max-width:9999px;vertical-align:baseline;text-transform:none;background:#e8e8e8;padding:.5833em .833em .5833em .5em;border-radius:.28571429rem;-webkit-box-shadow:none;box-shadow:none}.ui.image.label img{display:inline-block;vertical-align:top;height:2.1666em;margin:-.5833em .5em -.5833em -.5em;border-radius:.28571429rem 0 0 .28571429rem}.ui.image.label .detail{background:rgba(0,0,0,.1);margin:-.5833em -.833em -.5833em .5em;padding:.5833em .833em;border-radius:0 .28571429rem .28571429rem 0}.ui.tag.label,.ui.tag.labels .label{margin-left:1em;position:relative;padding-left:1.5em;padding-right:1.5em;border-radius:0 .28571429rem .28571429rem 0;-webkit-transition:none;transition:none}.ui.tag.label:before,.ui.tag.labels .label:before{position:absolute;-webkit-transform:translateY(-50%) translateX(50%) rotate(-45deg);transform:translateY(-50%) translateX(50%) rotate(-45deg);top:50%;right:100%;content:'';background-color:inherit;background-image:none;width:1.56em;height:1.56em;-webkit-transition:none;transition:none}.ui.tag.label:after,.ui.tag.labels .label:after{position:absolute;content:'';top:50%;left:-.25em;margin-top:-.25em;background-color:#fff!important;width:.5em;height:.5em;-webkit-box-shadow:0 -1px 1px 0 rgba(0,0,0,.3);box-shadow:0 -1px 1px 0 rgba(0,0,0,.3);border-radius:500rem}.ui.corner.label{position:absolute;top:0;right:0;margin:0;padding:0;text-align:center;border-color:#e8e8e8;width:4em;height:4em;z-index:1;-webkit-transition:border-color .1s ease;transition:border-color .1s ease}.ui.corner.label{background-color:transparent!important}.ui.corner.label:after{position:absolute;content:"";right:0;top:0;z-index:-1;width:0;height:0;background-color:transparent!important;border-top:0 solid transparent;border-right:4em solid transparent;border-bottom:4em solid transparent;border-left:0 solid transparent;border-right-color:inherit;-webkit-transition:border-color .1s ease;transition:border-color .1s ease}.ui.corner.label .icon{cursor:default;position:relative;top:.64285714em;left:.78571429em;font-size:1.14285714em;margin:0}.ui.left.corner.label,.ui.left.corner.label:after{right:auto;left:0}.ui.left.corner.label:after{border-top:4em solid transparent;border-right:4em solid transparent;border-bottom:0 solid transparent;border-left:0 solid transparent;border-top-color:inherit}.ui.left.corner.label .icon{left:-.78571429em}.ui.segment>.ui.corner.label{top:-1px;right:-1px}.ui.segment>.ui.left.corner.label{right:auto;left:-1px}.ui.ribbon.label{position:relative;margin:0;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;border-radius:0 .28571429rem .28571429rem 0;border-color:rgba(0,0,0,.15)}.ui.ribbon.label:after{position:absolute;content:'';top:100%;left:0;background-color:transparent!important;border-style:solid;border-width:0 1.2em 1.2em 0;border-color:transparent;border-right-color:inherit;width:0;height:0}.ui.ribbon.label{left:calc(-1rem - 1.2em);margin-right:-1.2em;padding-left:calc(1rem + 1.2em);padding-right:1.2em}.ui[class*="right ribbon"].label{left:calc(100% + 1rem + 1.2em);padding-left:1.2em;padding-right:calc(1rem + 1.2em)}.ui[class*="right ribbon"].label{text-align:left;-webkit-transform:translateX(-100%);transform:translateX(-100%);border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="right ribbon"].label:after{left:auto;right:0;border-style:solid;border-width:1.2em 1.2em 0 0;border-color:transparent;border-top-color:inherit}.ui.card .image>.ribbon.label,.ui.image>.ribbon.label{position:absolute;top:1rem}.ui.card .image>.ui.ribbon.label,.ui.image>.ui.ribbon.label{left:calc(--.05rem - 1.2em)}.ui.card .image>.ui[class*="right ribbon"].label,.ui.image>.ui[class*="right ribbon"].label{left:calc(100% + -.05rem + 1.2em);padding-left:.833em}.ui.table td>.ui.ribbon.label{left:calc(-.78571429em - 1.2em)}.ui.table td>.ui[class*="right ribbon"].label{left:calc(100% + .78571429em + 1.2em);padding-left:.833em}.ui.attached.label,.ui[class*="top attached"].label{width:100%;position:absolute;margin:0;top:0;left:0;padding:.75em 1em;border-radius:.21428571rem .21428571rem 0 0}.ui[class*="bottom attached"].label{top:auto;bottom:0;border-radius:0 0 .21428571rem .21428571rem}.ui[class*="top left attached"].label{width:auto;margin-top:0!important;border-radius:.21428571rem 0 .28571429rem 0}.ui[class*="top right attached"].label{width:auto;left:auto;right:0;border-radius:0 .21428571rem 0 .28571429rem}.ui[class*="bottom left attached"].label{width:auto;top:auto;bottom:0;border-radius:0 .28571429rem 0 .21428571rem}.ui[class*="bottom right attached"].label{top:auto;bottom:0;left:auto;right:0;width:auto;border-radius:.28571429rem 0 .21428571rem 0}.ui.label.disabled{opacity:.5}a.ui.label:hover,a.ui.labels .label:hover{background-color:#e0e0e0;border-color:#e0e0e0;background-image:none;color:rgba(0,0,0,.8)}.ui.labels a.label:hover:before,a.ui.label:hover:before{color:rgba(0,0,0,.8)}.ui.active.label{background-color:#d0d0d0;border-color:#d0d0d0;background-image:none;color:rgba(0,0,0,.95)}.ui.active.label:before{background-color:#d0d0d0;background-image:none;color:rgba(0,0,0,.95)}a.ui.active.label:hover,a.ui.labels .active.label:hover{background-color:#c8c8c8;border-color:#c8c8c8;background-image:none;color:rgba(0,0,0,.95)}.ui.labels a.active.label:ActiveHover:before,a.ui.active.label:ActiveHover:before{background-color:#c8c8c8;background-image:none;color:rgba(0,0,0,.95)}.ui.label.visible:not(.dropdown),.ui.labels.visible .label{display:inline-block!important}.ui.label.hidden,.ui.labels.hidden .label{display:none!important}.ui.red.label,.ui.red.labels .label{background-color:#db2828!important;border-color:#db2828!important;color:#fff!important}.ui.red.labels .label:hover,a.ui.red.label:hover{background-color:#d01919!important;border-color:#d01919!important;color:#fff!important}.ui.red.corner.label,.ui.red.corner.label:hover{background-color:transparent!important}.ui.red.ribbon.label{border-color:#b21e1e!important}.ui.basic.red.label{background:none #fff!important;color:#db2828!important;border-color:#db2828!important}.ui.basic.red.labels a.label:hover,a.ui.basic.red.label:hover{background-color:#fff!important;color:#d01919!important;border-color:#d01919!important}.ui.orange.label,.ui.orange.labels .label{background-color:#f2711c!important;border-color:#f2711c!important;color:#fff!important}.ui.orange.labels .label:hover,a.ui.orange.label:hover{background-color:#f26202!important;border-color:#f26202!important;color:#fff!important}.ui.orange.corner.label,.ui.orange.corner.label:hover{background-color:transparent!important}.ui.orange.ribbon.label{border-color:#cf590c!important}.ui.basic.orange.label{background:none #fff!important;color:#f2711c!important;border-color:#f2711c!important}.ui.basic.orange.labels a.label:hover,a.ui.basic.orange.label:hover{background-color:#fff!important;color:#f26202!important;border-color:#f26202!important}.ui.yellow.label,.ui.yellow.labels .label{background-color:#fbbd08!important;border-color:#fbbd08!important;color:#fff!important}.ui.yellow.labels .label:hover,a.ui.yellow.label:hover{background-color:#eaae00!important;border-color:#eaae00!important;color:#fff!important}.ui.yellow.corner.label,.ui.yellow.corner.label:hover{background-color:transparent!important}.ui.yellow.ribbon.label{border-color:#cd9903!important}.ui.basic.yellow.label{background:none #fff!important;color:#fbbd08!important;border-color:#fbbd08!important}.ui.basic.yellow.labels a.label:hover,a.ui.basic.yellow.label:hover{background-color:#fff!important;color:#eaae00!important;border-color:#eaae00!important}.ui.olive.label,.ui.olive.labels .label{background-color:#b5cc18!important;border-color:#b5cc18!important;color:#fff!important}.ui.olive.labels .label:hover,a.ui.olive.label:hover{background-color:#a7bd0d!important;border-color:#a7bd0d!important;color:#fff!important}.ui.olive.corner.label,.ui.olive.corner.label:hover{background-color:transparent!important}.ui.olive.ribbon.label{border-color:#198f35!important}.ui.basic.olive.label{background:none #fff!important;color:#b5cc18!important;border-color:#b5cc18!important}.ui.basic.olive.labels a.label:hover,a.ui.basic.olive.label:hover{background-color:#fff!important;color:#a7bd0d!important;border-color:#a7bd0d!important}.ui.green.label,.ui.green.labels .label{background-color:#21ba45!important;border-color:#21ba45!important;color:#fff!important}.ui.green.labels .label:hover,a.ui.green.label:hover{background-color:#16ab39!important;border-color:#16ab39!important;color:#fff!important}.ui.green.corner.label,.ui.green.corner.label:hover{background-color:transparent!important}.ui.green.ribbon.label{border-color:#198f35!important}.ui.basic.green.label{background:none #fff!important;color:#21ba45!important;border-color:#21ba45!important}.ui.basic.green.labels a.label:hover,a.ui.basic.green.label:hover{background-color:#fff!important;color:#16ab39!important;border-color:#16ab39!important}.ui.teal.label,.ui.teal.labels .label{background-color:#00b5ad!important;border-color:#00b5ad!important;color:#fff!important}.ui.teal.labels .label:hover,a.ui.teal.label:hover{background-color:#009c95!important;border-color:#009c95!important;color:#fff!important}.ui.teal.corner.label,.ui.teal.corner.label:hover{background-color:transparent!important}.ui.teal.ribbon.label{border-color:#00827c!important}.ui.basic.teal.label{background:none #fff!important;color:#00b5ad!important;border-color:#00b5ad!important}.ui.basic.teal.labels a.label:hover,a.ui.basic.teal.label:hover{background-color:#fff!important;color:#009c95!important;border-color:#009c95!important}.ui.blue.label,.ui.blue.labels .label{background-color:#2185d0!important;border-color:#2185d0!important;color:#fff!important}.ui.blue.labels .label:hover,a.ui.blue.label:hover{background-color:#1678c2!important;border-color:#1678c2!important;color:#fff!important}.ui.blue.corner.label,.ui.blue.corner.label:hover{background-color:transparent!important}.ui.blue.ribbon.label{border-color:#1a69a4!important}.ui.basic.blue.label{background:none #fff!important;color:#2185d0!important;border-color:#2185d0!important}.ui.basic.blue.labels a.label:hover,a.ui.basic.blue.label:hover{background-color:#fff!important;color:#1678c2!important;border-color:#1678c2!important}.ui.violet.label,.ui.violet.labels .label{background-color:#6435c9!important;border-color:#6435c9!important;color:#fff!important}.ui.violet.labels .label:hover,a.ui.violet.label:hover{background-color:#5829bb!important;border-color:#5829bb!important;color:#fff!important}.ui.violet.corner.label,.ui.violet.corner.label:hover{background-color:transparent!important}.ui.violet.ribbon.label{border-color:#502aa1!important}.ui.basic.violet.label{background:none #fff!important;color:#6435c9!important;border-color:#6435c9!important}.ui.basic.violet.labels a.label:hover,a.ui.basic.violet.label:hover{background-color:#fff!important;color:#5829bb!important;border-color:#5829bb!important}.ui.purple.label,.ui.purple.labels .label{background-color:#a333c8!important;border-color:#a333c8!important;color:#fff!important}.ui.purple.labels .label:hover,a.ui.purple.label:hover{background-color:#9627ba!important;border-color:#9627ba!important;color:#fff!important}.ui.purple.corner.label,.ui.purple.corner.label:hover{background-color:transparent!important}.ui.purple.ribbon.label{border-color:#82299f!important}.ui.basic.purple.label{background:none #fff!important;color:#a333c8!important;border-color:#a333c8!important}.ui.basic.purple.labels a.label:hover,a.ui.basic.purple.label:hover{background-color:#fff!important;color:#9627ba!important;border-color:#9627ba!important}.ui.pink.label,.ui.pink.labels .label{background-color:#e03997!important;border-color:#e03997!important;color:#fff!important}.ui.pink.labels .label:hover,a.ui.pink.label:hover{background-color:#e61a8d!important;border-color:#e61a8d!important;color:#fff!important}.ui.pink.corner.label,.ui.pink.corner.label:hover{background-color:transparent!important}.ui.pink.ribbon.label{border-color:#c71f7e!important}.ui.basic.pink.label{background:none #fff!important;color:#e03997!important;border-color:#e03997!important}.ui.basic.pink.labels a.label:hover,a.ui.basic.pink.label:hover{background-color:#fff!important;color:#e61a8d!important;border-color:#e61a8d!important}.ui.brown.label,.ui.brown.labels .label{background-color:#a5673f!important;border-color:#a5673f!important;color:#fff!important}.ui.brown.labels .label:hover,a.ui.brown.label:hover{background-color:#975b33!important;border-color:#975b33!important;color:#fff!important}.ui.brown.corner.label,.ui.brown.corner.label:hover{background-color:transparent!important}.ui.brown.ribbon.label{border-color:#805031!important}.ui.basic.brown.label{background:none #fff!important;color:#a5673f!important;border-color:#a5673f!important}.ui.basic.brown.labels a.label:hover,a.ui.basic.brown.label:hover{background-color:#fff!important;color:#975b33!important;border-color:#975b33!important}.ui.grey.label,.ui.grey.labels .label{background-color:#767676!important;border-color:#767676!important;color:#fff!important}.ui.grey.labels .label:hover,a.ui.grey.label:hover{background-color:#838383!important;border-color:#838383!important;color:#fff!important}.ui.grey.corner.label,.ui.grey.corner.label:hover{background-color:transparent!important}.ui.grey.ribbon.label{border-color:#805031!important}.ui.basic.grey.label{background:none #fff!important;color:#767676!important;border-color:#767676!important}.ui.basic.grey.labels a.label:hover,a.ui.basic.grey.label:hover{background-color:#fff!important;color:#838383!important;border-color:#838383!important}.ui.black.label,.ui.black.labels .label{background-color:#1b1c1d!important;border-color:#1b1c1d!important;color:#fff!important}.ui.black.labels .label:hover,a.ui.black.label:hover{background-color:#27292a!important;border-color:#27292a!important;color:#fff!important}.ui.black.corner.label,.ui.black.corner.label:hover{background-color:transparent!important}.ui.black.ribbon.label{border-color:#805031!important}.ui.basic.black.label{background:none #fff!important;color:#1b1c1d!important;border-color:#1b1c1d!important}.ui.basic.black.labels a.label:hover,a.ui.basic.black.label:hover{background-color:#fff!important;color:#27292a!important;border-color:#27292a!important}.ui.basic.label{background:none #fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);-webkit-box-shadow:none;box-shadow:none}a.ui.basic.label:hover{text-decoration:none;background:none #fff;color:#1e70bf;-webkit-box-shadow:1px solid rgba(34,36,38,.15);box-shadow:1px solid rgba(34,36,38,.15);-webkit-box-shadow:none;box-shadow:none}.ui.basic.pointing.label:before{border-color:inherit}.ui.fluid.labels>.label,.ui.label.fluid{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.ui.inverted.label,.ui.inverted.labels .label{color:rgba(255,255,255,.9)!important}.ui.horizontal.label,.ui.horizontal.labels .label{margin:0 .5em 0 0;padding:.4em .833em;min-width:3em;text-align:center}.ui.circular.label,.ui.circular.labels .label{min-width:2em;min-height:2em;padding:.5em!important;line-height:1em;text-align:center;border-radius:500rem}.ui.empty.circular.label,.ui.empty.circular.labels .label{min-width:0;min-height:0;overflow:hidden;width:.5em;height:.5em;vertical-align:baseline}.ui.pointing.label{position:relative}.ui.attached.pointing.label{position:absolute}.ui.pointing.label:before{background-color:inherit;background-image:inherit;border-width:none;border-style:solid;border-color:inherit}.ui.pointing.label:before{position:absolute;content:'';-webkit-transform:rotate(45deg);transform:rotate(45deg);background-image:none;z-index:2;width:.6666em;height:.6666em;-webkit-transition:background .1s ease;transition:background .1s ease}.ui.pointing.label,.ui[class*="pointing above"].label{margin-top:1em}.ui.pointing.label:before,.ui[class*="pointing above"].label:before{border-width:1px 0 0 1px;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);top:0;left:50%}.ui[class*="bottom pointing"].label,.ui[class*="pointing below"].label{margin-top:0;margin-bottom:1em}.ui[class*="bottom pointing"].label:before,.ui[class*="pointing below"].label:before{border-width:0 1px 1px 0;top:auto;right:auto;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);top:100%;left:50%}.ui[class*="left pointing"].label{margin-top:0;margin-left:.6666em}.ui[class*="left pointing"].label:before{border-width:0 0 1px 1px;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);bottom:auto;right:auto;top:50%;left:0}.ui[class*="right pointing"].label{margin-top:0;margin-right:.6666em}.ui[class*="right pointing"].label:before{border-width:1px 1px 0 0;-webkit-transform:translateX(50%) translateY(-50%) rotate(45deg);transform:translateX(50%) translateY(-50%) rotate(45deg);top:50%;right:0;bottom:auto;left:auto}.ui.basic.pointing.label:before,.ui.basic[class*="pointing above"].label:before{margin-top:-1px}.ui.basic[class*="bottom pointing"].label:before,.ui.basic[class*="pointing below"].label:before{bottom:auto;top:100%;margin-top:1px}.ui.basic[class*="left pointing"].label:before{top:50%;left:-1px}.ui.basic[class*="right pointing"].label:before{top:50%;right:-1px}.ui.floating.label{position:absolute;z-index:100;top:-1em;left:100%;margin:0 0 0 -1.5em!important}.ui.mini.label,.ui.mini.labels .label{font-size:.64285714rem}.ui.tiny.label,.ui.tiny.labels .label{font-size:.71428571rem}.ui.small.label,.ui.small.labels .label{font-size:.78571429rem}.ui.label,.ui.labels .label{font-size:.85714286rem}.ui.large.label,.ui.large.labels .label{font-size:1rem}.ui.big.label,.ui.big.labels .label{font-size:1.28571429rem}.ui.huge.label,.ui.huge.labels .label{font-size:1.42857143rem}.ui.massive.label,.ui.massive.labels .label{font-size:1.71428571rem}/*!
 * # Semantic UI - List
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.list,ol.ui.list,ul.ui.list{list-style-type:none;margin:1em 0;padding:0 0}.ui.list:first-child,ol.ui.list:first-child,ul.ui.list:first-child{margin-top:0;padding-top:0}.ui.list:last-child,ol.ui.list:last-child,ul.ui.list:last-child{margin-bottom:0;padding-bottom:0}.ui.list .list>.item,.ui.list>.item,ol.ui.list li,ul.ui.list li{display:list-item;table-layout:fixed;list-style-type:none;list-style-position:outside;padding:.21428571em 0;line-height:1.14285714em}.ui.list>.item:after,.ui.list>.list>.item,ol.ui.list>li:first-child:after,ul.ui.list>li:first-child:after{content:'';display:block;height:0;clear:both;visibility:hidden}.ui.list .list>.item:first-child,.ui.list>.item:first-child,ol.ui.list li:first-child,ul.ui.list li:first-child{padding-top:0}.ui.list .list>.item:last-child,.ui.list>.item:last-child,ol.ui.list li:last-child,ul.ui.list li:last-child{padding-bottom:0}.ui.list .list,ol.ui.list ol,ul.ui.list ul{clear:both;margin:0;padding:.75em 0 .25em .5em}.ui.list .list>.item,ol.ui.list ol li,ul.ui.list ul li{padding:.14285714em 0;line-height:inherit}.ui.list .list>.item>i.icon,.ui.list>.item>i.icon{display:table-cell;margin:0;padding-top:0;padding-right:.28571429em;vertical-align:top;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.list .list>.item>i.icon:only-child,.ui.list>.item>i.icon:only-child{display:inline-block;vertical-align:top}.ui.list .list>.item>.image,.ui.list>.item>.image{display:table-cell;background-color:transparent;margin:0;vertical-align:top}.ui.list .list>.item>.image:not(:only-child):not(img),.ui.list>.item>.image:not(:only-child):not(img){padding-right:.5em}.ui.list .list>.item>.image img,.ui.list>.item>.image img{vertical-align:top}.ui.list .list>.item>.image:only-child,.ui.list .list>.item>img.image,.ui.list>.item>.image:only-child,.ui.list>.item>img.image{display:inline-block}.ui.list .list>.item>.content,.ui.list>.item>.content{line-height:1.14285714em}.ui.list .list>.item>.icon+.content,.ui.list .list>.item>.image+.content,.ui.list>.item>.icon+.content,.ui.list>.item>.image+.content{display:table-cell;width:100%;padding:0 0 0 .5em;vertical-align:top}.ui.list .list>.item>img.image+.content,.ui.list>.item>img.image+.content{display:inline-block;width:auto}.ui.list .list>.item>.content>.list,.ui.list>.item>.content>.list{margin-left:0;padding-left:0}.ui.list .list>.item .header,.ui.list>.item .header{display:block;margin:0;font-weight:700;color:rgba(0,0,0,.87)}.ui.list .list>.item .description,.ui.list>.item .description{display:block;color:rgba(0,0,0,.7)}.ui.list .list>.item a,.ui.list>.item a{cursor:pointer}.ui.list .list>a.item,.ui.list>a.item{cursor:pointer;color:#4183c4}.ui.list .list>a.item:hover,.ui.list>a.item:hover{color:#1e70bf}.ui.list .list>a.item i.icon,.ui.list>a.item i.icon{color:rgba(0,0,0,.4)}.ui.list .list>.item a.header,.ui.list>.item a.header{cursor:pointer;color:#4183c4!important}.ui.list .list>.item a.header:hover,.ui.list>.item a.header:hover{color:#1e70bf!important}.ui[class*="left floated"].list{float:left}.ui[class*="right floated"].list{float:right}.ui.list .list>.item [class*="left floated"],.ui.list>.item [class*="left floated"]{float:left;margin:0 1em 0 0}.ui.list .list>.item [class*="right floated"],.ui.list>.item [class*="right floated"]{float:right;margin:0 0 0 1em}.ui.menu .ui.list .list>.item,.ui.menu .ui.list>.item{display:list-item;table-layout:fixed;background-color:transparent;list-style-type:none;list-style-position:outside;padding:.21428571em 0;line-height:1.14285714em}.ui.menu .ui.list .list>.item:before,.ui.menu .ui.list>.item:before{border:none;background:0 0}.ui.menu .ui.list .list>.item:first-child,.ui.menu .ui.list>.item:first-child{padding-top:0}.ui.menu .ui.list .list>.item:last-child,.ui.menu .ui.list>.item:last-child{padding-bottom:0}.ui.horizontal.list{display:inline-block;font-size:0}.ui.horizontal.list>.item{display:inline-block;margin-left:1em;font-size:1rem}.ui.horizontal.list:not(.celled)>.item:first-child{margin-left:0!important;padding-left:0!important}.ui.horizontal.list .list{padding-left:0;padding-bottom:0}.ui.horizontal.list .list>.item>.content,.ui.horizontal.list .list>.item>.icon,.ui.horizontal.list .list>.item>.image,.ui.horizontal.list>.item>.content,.ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.image{vertical-align:middle}.ui.horizontal.list>.item:first-child,.ui.horizontal.list>.item:last-child{padding-top:.21428571em;padding-bottom:.21428571em}.ui.horizontal.list>.item>i.icon{margin:0;padding:0 .25em 0 0}.ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.icon+.content{float:none;display:inline-block}.ui.list .list>.disabled.item,.ui.list>.disabled.item{pointer-events:none;color:rgba(40,40,40,.3)!important}.ui.inverted.list .list>.disabled.item,.ui.inverted.list>.disabled.item{color:rgba(225,225,225,.3)!important}.ui.list .list>a.item:hover .icon,.ui.list>a.item:hover .icon{color:rgba(0,0,0,.87)}.ui.inverted.list .list>a.item>.icon,.ui.inverted.list>a.item>.icon{color:rgba(255,255,255,.7)}.ui.inverted.list .list>.item .header,.ui.inverted.list>.item .header{color:rgba(255,255,255,.9)}.ui.inverted.list .list>.item .description,.ui.inverted.list>.item .description{color:rgba(255,255,255,.7)}.ui.inverted.list .list>a.item,.ui.inverted.list>a.item{cursor:pointer;color:rgba(255,255,255,.9)}.ui.inverted.list .list>a.item:hover,.ui.inverted.list>a.item:hover{color:#1e70bf}.ui.inverted.list .item a:not(.ui){color:rgba(255,255,255,.9)!important}.ui.inverted.list .item a:not(.ui):hover{color:#1e70bf!important}.ui.list [class*="top aligned"],.ui.list[class*="top aligned"] .content,.ui.list[class*="top aligned"] .image{vertical-align:top!important}.ui.list [class*="middle aligned"],.ui.list[class*="middle aligned"] .content,.ui.list[class*="middle aligned"] .image{vertical-align:middle!important}.ui.list [class*="bottom aligned"],.ui.list[class*="bottom aligned"] .content,.ui.list[class*="bottom aligned"] .image{vertical-align:bottom!important}.ui.link.list .item,.ui.link.list .item a:not(.ui),.ui.link.list a.item{color:rgba(0,0,0,.4);-webkit-transition:.1s color ease;transition:.1s color ease}.ui.link.list.list .item a:not(.ui):hover,.ui.link.list.list a.item:hover{color:rgba(0,0,0,.8)}.ui.link.list.list .item a:not(.ui):active,.ui.link.list.list a.item:active{color:rgba(0,0,0,.9)}.ui.link.list.list .active.item,.ui.link.list.list .active.item a:not(.ui){color:rgba(0,0,0,.95)}.ui.inverted.link.list .item,.ui.inverted.link.list .item a:not(.ui),.ui.inverted.link.list a.item{color:rgba(255,255,255,.5)}.ui.inverted.link.list.list .item a:not(.ui):hover,.ui.inverted.link.list.list a.item:hover{color:#fff}.ui.inverted.link.list.list .item a:not(.ui):active,.ui.inverted.link.list.list a.item:active{color:#fff}.ui.inverted.link.list.list .active.item a:not(.ui),.ui.inverted.link.list.list a.active.item{color:#fff}.ui.selection.list .list>.item,.ui.selection.list>.item{cursor:pointer;background:0 0;padding:.5em .5em;margin:0;color:rgba(0,0,0,.4);border-radius:.5em;-webkit-transition:.1s color ease,.1s padding-left ease,.1s background-color ease;transition:.1s color ease,.1s padding-left ease,.1s background-color ease}.ui.selection.list .list>.item:last-child,.ui.selection.list>.item:last-child{margin-bottom:0}.ui.selection.list.list>.item:hover,.ui.selection.list>.item:hover{background:rgba(0,0,0,.03);color:rgba(0,0,0,.8)}.ui.selection.list .list>.item:active,.ui.selection.list>.item:active{background:rgba(0,0,0,.05);color:rgba(0,0,0,.9)}.ui.selection.list .list>.item.active,.ui.selection.list>.item.active{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.inverted.selection.list>.item{background:0 0;color:rgba(255,255,255,.5)}.ui.inverted.selection.list>.item:hover{background:rgba(255,255,255,.02);color:#fff}.ui.inverted.selection.list>.item:active{background:rgba(255,255,255,.08);color:#fff}.ui.inverted.selection.list>.item.active{background:rgba(255,255,255,.08);color:#fff}.ui.celled.selection.list .list>.item,.ui.celled.selection.list>.item,.ui.divided.selection.list .list>.item,.ui.divided.selection.list>.item{border-radius:0}.ui.animated.list>.item{-webkit-transition:.25s color ease .1s,.25s padding-left ease .1s,.25s background-color ease .1s;transition:.25s color ease .1s,.25s padding-left ease .1s,.25s background-color ease .1s}.ui.animated.list:not(.horizontal)>.item:hover{padding-left:1em}.ui.fitted.list:not(.selection) .list>.item,.ui.fitted.list:not(.selection)>.item{padding-left:0;padding-right:0}.ui.fitted.selection.list .list>.item,.ui.fitted.selection.list>.item{margin-left:-.5em;margin-right:-.5em}.ui.bulleted.list,ul.ui.list{margin-left:1.25rem}.ui.bulleted.list .list>.item,.ui.bulleted.list>.item,ul.ui.list li{position:relative}.ui.bulleted.list .list>.item:before,.ui.bulleted.list>.item:before,ul.ui.list li:before{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;position:absolute;top:auto;left:auto;font-weight:400;margin-left:-1.25rem;content:'•';opacity:1;color:inherit;vertical-align:top}.ui.bulleted.list .list>a.item:before,.ui.bulleted.list>a.item:before,ul.ui.list li:before{color:rgba(0,0,0,.87)}.ui.bulleted.list .list,ul.ui.list ul{padding-left:1.25rem}.ui.horizontal.bulleted.list,ul.ui.horizontal.bulleted.list{margin-left:0}.ui.horizontal.bulleted.list>.item,ul.ui.horizontal.bulleted.list li{margin-left:1.75rem}.ui.horizontal.bulleted.list>.item:first-child,ul.ui.horizontal.bulleted.list li:first-child{margin-left:0}.ui.horizontal.bulleted.list>.item::before,ul.ui.horizontal.bulleted.list li::before{color:rgba(0,0,0,.87)}.ui.horizontal.bulleted.list>.item:first-child::before,ul.ui.horizontal.bulleted.list li:first-child::before{display:none}.ui.ordered.list,.ui.ordered.list .list,ol.ui.list,ol.ui.list ol{counter-reset:ordered;margin-left:1.25rem;list-style-type:none}.ui.ordered.list .list>.item,.ui.ordered.list>.item,ol.ui.list li{list-style-type:none;position:relative}.ui.ordered.list .list>.item:before,.ui.ordered.list>.item:before,ol.ui.list li:before{position:absolute;top:auto;left:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;margin-left:-1.25rem;counter-increment:ordered;content:counters(ordered, ".") " ";text-align:right;color:rgba(0,0,0,.87);vertical-align:middle;opacity:.8}.ui.ordered.inverted.list .list>.item:before,.ui.ordered.inverted.list>.item:before,ol.ui.inverted.list li:before{color:rgba(255,255,255,.7)}.ui.ordered.list>.item[data-value],.ui.ordered.list>.list>.item[data-value]{content:attr(data-value)}ol.ui.list li[value]:before{content:attr(value)}.ui.ordered.list .list,ol.ui.list ol{margin-left:1em}.ui.ordered.list .list>.item:before,ol.ui.list ol li:before{margin-left:-2em}.ui.ordered.horizontal.list,ol.ui.horizontal.list{margin-left:0}.ui.ordered.horizontal.list .list>.item:before,.ui.ordered.horizontal.list>.item:before,ol.ui.horizontal.list li:before{position:static;margin:0 .5em 0 0}.ui.divided.list>.item{border-top:1px solid rgba(34,36,38,.15)}.ui.divided.list .list>.item{border-top:none}.ui.divided.list .item .list>.item{border-top:none}.ui.divided.list .list>.item:first-child,.ui.divided.list>.item:first-child{border-top:none}.ui.divided.list:not(.horizontal) .list>.item:first-child{border-top-width:1px}.ui.divided.bulleted.list .list,.ui.divided.bulleted.list:not(.horizontal){margin-left:0;padding-left:0}.ui.divided.bulleted.list>.item:not(.horizontal){padding-left:1.25rem}.ui.divided.ordered.list{margin-left:0}.ui.divided.ordered.list .list>.item,.ui.divided.ordered.list>.item{padding-left:1.25rem}.ui.divided.ordered.list .item .list{margin-left:0;margin-right:0;padding-bottom:.21428571em}.ui.divided.ordered.list .item .list>.item{padding-left:1em}.ui.divided.selection.list .list>.item,.ui.divided.selection.list>.item{margin:0;border-radius:0}.ui.divided.horizontal.list{margin-left:0}.ui.divided.horizontal.list>.item:not(:first-child){padding-left:.5em}.ui.divided.horizontal.list>.item:not(:last-child){padding-right:.5em}.ui.divided.horizontal.list>.item{border-top:none;border-left:1px solid rgba(34,36,38,.15);margin:0;line-height:.6}.ui.horizontal.divided.list>.item:first-child{border-left:none}.ui.divided.inverted.horizontal.list>.item,.ui.divided.inverted.list>.item,.ui.divided.inverted.list>.list{border-color:rgba(255,255,255,.1)}.ui.celled.list>.item,.ui.celled.list>.list{border-top:1px solid rgba(34,36,38,.15);padding-left:.5em;padding-right:.5em}.ui.celled.list>.item:last-child{border-bottom:1px solid rgba(34,36,38,.15)}.ui.celled.list>.item:first-child,.ui.celled.list>.item:last-child{padding-top:.21428571em;padding-bottom:.21428571em}.ui.celled.list .item .list>.item{border-width:0}.ui.celled.list .list>.item:first-child{border-top-width:0}.ui.celled.bulleted.list{margin-left:0}.ui.celled.bulleted.list .list>.item,.ui.celled.bulleted.list>.item{padding-left:1.25rem}.ui.celled.bulleted.list .item .list{margin-left:-1.25rem;margin-right:-1.25rem;padding-bottom:.21428571em}.ui.celled.ordered.list{margin-left:0}.ui.celled.ordered.list .list>.item,.ui.celled.ordered.list>.item{padding-left:1.25rem}.ui.celled.ordered.list .item .list{margin-left:0;margin-right:0;padding-bottom:.21428571em}.ui.celled.ordered.list .list>.item{padding-left:1em}.ui.horizontal.celled.list{margin-left:0}.ui.horizontal.celled.list .list>.item,.ui.horizontal.celled.list>.item{border-top:none;border-left:1px solid rgba(34,36,38,.15);margin:0;padding-left:.5em;padding-right:.5em;line-height:.6}.ui.horizontal.celled.list .list>.item:last-child,.ui.horizontal.celled.list>.item:last-child{border-bottom:none;border-right:1px solid rgba(34,36,38,.15)}.ui.celled.inverted.list>.item,.ui.celled.inverted.list>.list{border-color:1px solid rgba(255,255,255,.1)}.ui.celled.inverted.horizontal.list .list>.item,.ui.celled.inverted.horizontal.list>.item{border-color:1px solid rgba(255,255,255,.1)}.ui.relaxed.list:not(.horizontal)>.item:not(:first-child){padding-top:.42857143em}.ui.relaxed.list:not(.horizontal)>.item:not(:last-child){padding-bottom:.42857143em}.ui.horizontal.relaxed.list .list>.item:not(:first-child),.ui.horizontal.relaxed.list>.item:not(:first-child){padding-left:1rem}.ui.horizontal.relaxed.list .list>.item:not(:last-child),.ui.horizontal.relaxed.list>.item:not(:last-child){padding-right:1rem}.ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:first-child){padding-top:.85714286em}.ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:last-child){padding-bottom:.85714286em}.ui.horizontal[class*="very relaxed"].list .list>.item:not(:first-child),.ui.horizontal[class*="very relaxed"].list>.item:not(:first-child){padding-left:1.5rem}.ui.horizontal[class*="very relaxed"].list .list>.item:not(:last-child),.ui.horizontal[class*="very relaxed"].list>.item:not(:last-child){padding-right:1.5rem}.ui.mini.list{font-size:.78571429em}.ui.tiny.list{font-size:.85714286em}.ui.small.list{font-size:.92857143em}.ui.list{font-size:1em}.ui.large.list{font-size:1.14285714em}.ui.big.list{font-size:1.28571429em}.ui.huge.list{font-size:1.42857143em}.ui.massive.list{font-size:1.71428571em}.ui.mini.horizontal.list .list>.item,.ui.mini.horizontal.list>.item{font-size:.78571429rem}.ui.tiny.horizontal.list .list>.item,.ui.tiny.horizontal.list>.item{font-size:.85714286rem}.ui.small.horizontal.list .list>.item,.ui.small.horizontal.list>.item{font-size:.92857143rem}.ui.horizontal.list .list>.item,.ui.horizontal.list>.item{font-size:1rem}.ui.large.horizontal.list .list>.item,.ui.large.horizontal.list>.item{font-size:1.14285714rem}.ui.big.horizontal.list .list>.item,.ui.big.horizontal.list>.item{font-size:1.28571429rem}.ui.huge.horizontal.list .list>.item,.ui.huge.horizontal.list>.item{font-size:1.42857143rem}.ui.massive.horizontal.list .list>.item,.ui.massive.horizontal.list>.item{font-size:1.71428571rem}/*!
 * # Semantic UI - Loader
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.loader{display:none;position:absolute;top:50%;left:50%;margin:0;text-align:center;z-index:1000;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ui.loader:before{position:absolute;content:'';top:0;left:50%;width:100%;height:100%;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loader:after{position:absolute;content:'';top:0;left:50%;width:100%;height:100%;-webkit-animation:loader .6s linear;animation:loader .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}@-webkit-keyframes loader{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loader{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.mini.loader:after,.ui.mini.loader:before{width:1rem;height:1rem;margin:0 0 0 -.5rem}.ui.tiny.loader:after,.ui.tiny.loader:before{width:1.14285714rem;height:1.14285714rem;margin:0 0 0 -.57142857rem}.ui.small.loader:after,.ui.small.loader:before{width:1.71428571rem;height:1.71428571rem;margin:0 0 0 -.85714286rem}.ui.loader:after,.ui.loader:before{width:2.28571429rem;height:2.28571429rem;margin:0 0 0 -1.14285714rem}.ui.large.loader:after,.ui.large.loader:before{width:3.42857143rem;height:3.42857143rem;margin:0 0 0 -1.71428571rem}.ui.big.loader:after,.ui.big.loader:before{width:3.71428571rem;height:3.71428571rem;margin:0 0 0 -1.85714286rem}.ui.huge.loader:after,.ui.huge.loader:before{width:4.14285714rem;height:4.14285714rem;margin:0 0 0 -2.07142857rem}.ui.massive.loader:after,.ui.massive.loader:before{width:4.57142857rem;height:4.57142857rem;margin:0 0 0 -2.28571429rem}.ui.dimmer .loader{display:block}.ui.dimmer .ui.loader{color:rgba(255,255,255,.9)}.ui.dimmer .ui.loader:before{border-color:rgba(255,255,255,.15)}.ui.dimmer .ui.loader:after{border-color:#fff transparent transparent}.ui.inverted.dimmer .ui.loader{color:rgba(0,0,0,.87)}.ui.inverted.dimmer .ui.loader:before{border-color:rgba(0,0,0,.1)}.ui.inverted.dimmer .ui.loader:after{border-color:#767676 transparent transparent}.ui.text.loader{width:auto!important;height:auto!important;text-align:center;font-style:normal}.ui.indeterminate.loader:after{animation-direction:reverse;-webkit-animation-duration:1.2s;animation-duration:1.2s}.ui.loader.active,.ui.loader.visible{display:block}.ui.loader.disabled,.ui.loader.hidden{display:none}.ui.inverted.dimmer .ui.mini.loader,.ui.mini.loader{width:1rem;height:1rem;font-size:.78571429em}.ui.inverted.dimmer .ui.tiny.loader,.ui.tiny.loader{width:1.14285714rem;height:1.14285714rem;font-size:.85714286em}.ui.inverted.dimmer .ui.small.loader,.ui.small.loader{width:1.71428571rem;height:1.71428571rem;font-size:.92857143em}.ui.inverted.dimmer .ui.loader,.ui.loader{width:2.28571429rem;height:2.28571429rem;font-size:1em}.ui.inverted.dimmer .ui.large.loader,.ui.large.loader{width:3.42857143rem;height:3.42857143rem;font-size:1.14285714em}.ui.big.loader,.ui.inverted.dimmer .ui.big.loader{width:3.71428571rem;height:3.71428571rem;font-size:1.28571429em}.ui.huge.loader,.ui.inverted.dimmer .ui.huge.loader{width:4.14285714rem;height:4.14285714rem;font-size:1.42857143em}.ui.inverted.dimmer .ui.massive.loader,.ui.massive.loader{width:4.57142857rem;height:4.57142857rem;font-size:1.71428571em}.ui.mini.text.loader{min-width:1rem;padding-top:1.78571429rem}.ui.tiny.text.loader{min-width:1.14285714rem;padding-top:1.92857143rem}.ui.small.text.loader{min-width:1.71428571rem;padding-top:2.5rem}.ui.text.loader{min-width:2.28571429rem;padding-top:3.07142857rem}.ui.large.text.loader{min-width:3.42857143rem;padding-top:4.21428571rem}.ui.big.text.loader{min-width:3.71428571rem;padding-top:4.5rem}.ui.huge.text.loader{min-width:4.14285714rem;padding-top:4.92857143rem}.ui.massive.text.loader{min-width:4.57142857rem;padding-top:5.35714286rem}.ui.inverted.loader{color:rgba(255,255,255,.9)}.ui.inverted.loader:before{border-color:rgba(255,255,255,.15)}.ui.inverted.loader:after{border-top-color:#fff}.ui.inline.loader{position:relative;vertical-align:middle;margin:0;left:0;top:0;-webkit-transform:none;transform:none}.ui.inline.loader.active,.ui.inline.loader.visible{display:inline-block}.ui.centered.inline.loader.active,.ui.centered.inline.loader.visible{display:block;margin-left:auto;margin-right:auto}/*!
 * # Semantic UI - Loader
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.placeholder{position:static;overflow:hidden;-webkit-animation:placeholderShimmer 2s linear;animation:placeholderShimmer 2s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;background-color:#fff;background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.08)),color-stop(15%,rgba(0,0,0,.15)),color-stop(30%,rgba(0,0,0,.08)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.08) 0,rgba(0,0,0,.15) 15%,rgba(0,0,0,.08) 30%);background-image:linear-gradient(to right,rgba(0,0,0,.08) 0,rgba(0,0,0,.15) 15%,rgba(0,0,0,.08) 30%);background-size:1200px 100%;max-width:30rem}@-webkit-keyframes placeholderShimmer{0%{background-position:-1200px 0}100%{background-position:1200px 0}}@keyframes placeholderShimmer{0%{background-position:-1200px 0}100%{background-position:1200px 0}}.ui.placeholder+.ui.placeholder{margin-top:2rem}.ui.placeholder+.ui.placeholder{-webkit-animation-delay:.15s;animation-delay:.15s}.ui.placeholder+.ui.placeholder+.ui.placeholder{-webkit-animation-delay:.3s;animation-delay:.3s}.ui.placeholder+.ui.placeholder+.ui.placeholder+.ui.placeholder{-webkit-animation-delay:.45s;animation-delay:.45s}.ui.placeholder+.ui.placeholder+.ui.placeholder+.ui.placeholder+.ui.placeholder{-webkit-animation-delay:.6s;animation-delay:.6s}.ui.placeholder,.ui.placeholder .image.header:after,.ui.placeholder .line,.ui.placeholder .line:after,.ui.placeholder>:before{background-color:#fff}.ui.placeholder .image:not(.header):not(.ui){height:100px}.ui.placeholder .square.image:not(.header){height:0;overflow:hidden;padding-top:100%}.ui.placeholder .rectangular.image:not(.header){height:0;overflow:hidden;padding-top:75%}.ui.placeholder .line{position:relative;height:.85714286em}.ui.placeholder .line:after,.ui.placeholder .line:before{top:100%;position:absolute;content:'';background-color:inherit}.ui.placeholder .line:before{left:0}.ui.placeholder .line:after{right:0}.ui.placeholder .line{margin-bottom:.5em}.ui.placeholder .line:after,.ui.placeholder .line:before{height:.5em}.ui.placeholder .line:not(:first-child){margin-top:.5em}.ui.placeholder .header{position:relative;overflow:hidden}.ui.placeholder .line:nth-child(1):after{width:0%}.ui.placeholder .line:nth-child(2):after{width:50%}.ui.placeholder .line:nth-child(3):after{width:10%}.ui.placeholder .line:nth-child(4):after{width:35%}.ui.placeholder .line:nth-child(5):after{width:65%}.ui.placeholder .header .line{margin-bottom:.64285714em}.ui.placeholder .header .line:after,.ui.placeholder .header .line:before{height:.64285714em}.ui.placeholder .header .line:not(:first-child){margin-top:.64285714em}.ui.placeholder .header .line:after{width:20%}.ui.placeholder .header .line:nth-child(2):after{width:60%}.ui.placeholder .image.header .line{margin-left:3em}.ui.placeholder .image.header .line:before{width:.71428571rem}.ui.placeholder .image.header:after{display:block;height:.85714286em;content:'';margin-left:3em}.ui.placeholder .header .line:first-child,.ui.placeholder .image .line:first-child,.ui.placeholder .paragraph .line:first-child{height:.01px}.ui.placeholder .header:not(:first-child):before,.ui.placeholder .image:not(:first-child):before,.ui.placeholder .paragraph:not(:first-child):before{height:1.42857143em;content:'';display:block}.ui.inverted.placeholder{background-image:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.08)),color-stop(15%,rgba(255,255,255,.14)),color-stop(30%,rgba(255,255,255,.08)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.08) 0,rgba(255,255,255,.14) 15%,rgba(255,255,255,.08) 30%);background-image:linear-gradient(to right,rgba(255,255,255,.08) 0,rgba(255,255,255,.14) 15%,rgba(255,255,255,.08) 30%)}.ui.inverted.placeholder,.ui.inverted.placeholder .image.header:after,.ui.inverted.placeholder .line,.ui.inverted.placeholder .line:after,.ui.inverted.placeholder>:before{background-color:#1b1c1d}.ui.placeholder .full.line.line.line:after{width:0%}.ui.placeholder .very.long.line.line.line:after{width:10%}.ui.placeholder .long.line.line.line:after{width:35%}.ui.placeholder .medium.line.line.line:after{width:50%}.ui.placeholder .short.line.line.line:after{width:65%}.ui.placeholder .very.short.line.line.line:after{width:80%}.ui.fluid.placeholder{max-width:none}/*!
 * # Semantic UI - Rail
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.rail{position:absolute;top:0;width:300px;height:100%}.ui.left.rail{left:auto;right:100%;padding:0 2rem 0 0;margin:0 2rem 0 0}.ui.right.rail{left:100%;right:auto;padding:0 0 0 2rem;margin:0 0 0 2rem}.ui.left.internal.rail{left:0;right:auto;padding:0 0 0 2rem;margin:0 0 0 2rem}.ui.right.internal.rail{left:auto;right:0;padding:0 2rem 0 0;margin:0 2rem 0 0}.ui.dividing.rail{width:302.5px}.ui.left.dividing.rail{padding:0 2.5rem 0 0;margin:0 2.5rem 0 0;border-right:1px solid rgba(34,36,38,.15)}.ui.right.dividing.rail{border-left:1px solid rgba(34,36,38,.15);padding:0 0 0 2.5rem;margin:0 0 0 2.5rem}.ui.close.rail{width:calc(300px + 1em)}.ui.close.left.rail{padding:0 1em 0 0;margin:0 1em 0 0}.ui.close.right.rail{padding:0 0 0 1em;margin:0 0 0 1em}.ui.very.close.rail{width:calc(300px + .5em)}.ui.very.close.left.rail{padding:0 .5em 0 0;margin:0 .5em 0 0}.ui.very.close.right.rail{padding:0 0 0 .5em;margin:0 0 0 .5em}.ui.attached.left.rail,.ui.attached.right.rail{padding:0;margin:0}.ui.mini.rail{font-size:.78571429rem}.ui.tiny.rail{font-size:.85714286rem}.ui.small.rail{font-size:.92857143rem}.ui.rail{font-size:1rem}.ui.large.rail{font-size:1.14285714rem}.ui.big.rail{font-size:1.28571429rem}.ui.huge.rail{font-size:1.42857143rem}.ui.massive.rail{font-size:1.71428571rem}/*!
 * # Semantic UI - Reveal
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.reveal{display:inherit;position:relative!important;font-size:0!important}.ui.reveal>.visible.content{position:absolute!important;top:0!important;left:0!important;z-index:3!important;-webkit-transition:all .5s ease .1s;transition:all .5s ease .1s}.ui.reveal>.hidden.content{position:relative!important;z-index:2!important}.ui.active.reveal .visible.content,.ui.reveal:hover .visible.content{z-index:4!important}.ui.slide.reveal{position:relative!important;overflow:hidden!important;white-space:nowrap}.ui.slide.reveal>.content{display:block;width:100%;white-space:normal;float:left;margin:0;-webkit-transition:-webkit-transform .5s ease .1s;transition:-webkit-transform .5s ease .1s;transition:transform .5s ease .1s;transition:transform .5s ease .1s,-webkit-transform .5s ease .1s}.ui.slide.reveal>.visible.content{position:relative!important}.ui.slide.reveal>.hidden.content{position:absolute!important;left:0!important;width:100%!important;-webkit-transform:translateX(100%)!important;transform:translateX(100%)!important}.ui.slide.active.reveal>.visible.content,.ui.slide.reveal:hover>.visible.content{-webkit-transform:translateX(-100%)!important;transform:translateX(-100%)!important}.ui.slide.active.reveal>.hidden.content,.ui.slide.reveal:hover>.hidden.content{-webkit-transform:translateX(0)!important;transform:translateX(0)!important}.ui.slide.right.reveal>.visible.content{-webkit-transform:translateX(0)!important;transform:translateX(0)!important}.ui.slide.right.reveal>.hidden.content{-webkit-transform:translateX(-100%)!important;transform:translateX(-100%)!important}.ui.slide.right.active.reveal>.visible.content,.ui.slide.right.reveal:hover>.visible.content{-webkit-transform:translateX(100%)!important;transform:translateX(100%)!important}.ui.slide.right.active.reveal>.hidden.content,.ui.slide.right.reveal:hover>.hidden.content{-webkit-transform:translateX(0)!important;transform:translateX(0)!important}.ui.slide.up.reveal>.hidden.content{-webkit-transform:translateY(100%)!important;transform:translateY(100%)!important}.ui.slide.up.active.reveal>.visible.content,.ui.slide.up.reveal:hover>.visible.content{-webkit-transform:translateY(-100%)!important;transform:translateY(-100%)!important}.ui.slide.up.active.reveal>.hidden.content,.ui.slide.up.reveal:hover>.hidden.content{-webkit-transform:translateY(0)!important;transform:translateY(0)!important}.ui.slide.down.reveal>.hidden.content{-webkit-transform:translateY(-100%)!important;transform:translateY(-100%)!important}.ui.slide.down.active.reveal>.visible.content,.ui.slide.down.reveal:hover>.visible.content{-webkit-transform:translateY(100%)!important;transform:translateY(100%)!important}.ui.slide.down.active.reveal>.hidden.content,.ui.slide.down.reveal:hover>.hidden.content{-webkit-transform:translateY(0)!important;transform:translateY(0)!important}.ui.fade.reveal>.visible.content{opacity:1}.ui.fade.active.reveal>.visible.content,.ui.fade.reveal:hover>.visible.content{opacity:0}.ui.move.reveal{position:relative!important;overflow:hidden!important;white-space:nowrap}.ui.move.reveal>.content{display:block;float:left;white-space:normal;margin:0;-webkit-transition:-webkit-transform .5s cubic-bezier(.175,.885,.32,1) .1s;transition:-webkit-transform .5s cubic-bezier(.175,.885,.32,1) .1s;transition:transform .5s cubic-bezier(.175,.885,.32,1) .1s;transition:transform .5s cubic-bezier(.175,.885,.32,1) .1s,-webkit-transform .5s cubic-bezier(.175,.885,.32,1) .1s}.ui.move.reveal>.visible.content{position:relative!important}.ui.move.reveal>.hidden.content{position:absolute!important;left:0!important;width:100%!important}.ui.move.active.reveal>.visible.content,.ui.move.reveal:hover>.visible.content{-webkit-transform:translateX(-100%)!important;transform:translateX(-100%)!important}.ui.move.right.active.reveal>.visible.content,.ui.move.right.reveal:hover>.visible.content{-webkit-transform:translateX(100%)!important;transform:translateX(100%)!important}.ui.move.up.active.reveal>.visible.content,.ui.move.up.reveal:hover>.visible.content{-webkit-transform:translateY(-100%)!important;transform:translateY(-100%)!important}.ui.move.down.active.reveal>.visible.content,.ui.move.down.reveal:hover>.visible.content{-webkit-transform:translateY(100%)!important;transform:translateY(100%)!important}.ui.rotate.reveal>.visible.content{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transform:rotate(0);transform:rotate(0)}.ui.rotate.reveal>.visible.content,.ui.rotate.right.reveal>.visible.content{-webkit-transform-origin:bottom right;transform-origin:bottom right}.ui.rotate.active.reveal>.visible.content,.ui.rotate.reveal:hover>.visible.content,.ui.rotate.right.active.reveal>.visible.content,.ui.rotate.right.reveal:hover>.visible.content{-webkit-transform:rotate(110deg);transform:rotate(110deg)}.ui.rotate.left.reveal>.visible.content{-webkit-transform-origin:bottom left;transform-origin:bottom left}.ui.rotate.left.active.reveal>.visible.content,.ui.rotate.left.reveal:hover>.visible.content{-webkit-transform:rotate(-110deg);transform:rotate(-110deg)}.ui.disabled.reveal:hover>.visible.visible.content{position:static!important;display:block!important;opacity:1!important;top:0!important;left:0!important;right:auto!important;bottom:auto!important;-webkit-transform:none!important;transform:none!important}.ui.disabled.reveal:hover>.hidden.hidden.content{display:none!important}.ui.reveal>.ui.ribbon.label{z-index:5}.ui.visible.reveal{overflow:visible}.ui.instant.reveal>.content{-webkit-transition-delay:0s!important;transition-delay:0s!important}.ui.reveal>.content{font-size:1rem!important}/*!
 * # Semantic UI - Segment
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.segment{position:relative;background:#fff;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15);margin:1rem 0;padding:1em 1em;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.segment:first-child{margin-top:0}.ui.segment:last-child{margin-bottom:0}.ui.vertical.segment{margin:0;padding-left:0;padding-right:0;background:none transparent;border-radius:0;-webkit-box-shadow:none;box-shadow:none;border:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui.vertical.segment:last-child{border-bottom:none}.ui.inverted.segment>.ui.header{color:#fff}.ui[class*="bottom attached"].segment>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui[class*="top attached"].segment>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.grid>.row>.ui.segment.column,.ui.grid>.ui.segment.column,.ui.page.grid.segment{padding-top:2em;padding-bottom:2em}.ui.grid.segment{margin:1rem 0;border-radius:.28571429rem}.ui.basic.table.segment{background:#fff;border:1px solid rgba(34,36,38,.15);-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.ui[class*="very basic"].table.segment{padding:1em 1em}.ui.placeholder.segment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;max-width:initial;-webkit-animation:none;animation:none;overflow:visible;padding:1em 1em;min-height:18rem;background:#f9fafb;border-color:rgba(34,36,38,.15);-webkit-box-shadow:0 2px 25px 0 rgba(34,36,38,.05) inset;box-shadow:0 2px 25px 0 rgba(34,36,38,.05) inset}.ui.placeholder.segment .button,.ui.placeholder.segment textarea{display:block}.ui.placeholder.segment .button,.ui.placeholder.segment .field,.ui.placeholder.segment textarea,.ui.placeholder.segment>.ui.input{max-width:15rem;margin-left:auto;margin-right:auto}.ui.placeholder.segment .column .button,.ui.placeholder.segment .column .field,.ui.placeholder.segment .column textarea,.ui.placeholder.segment .column>.ui.input{max-width:15rem;margin-left:auto;margin-right:auto}.ui.placeholder.segment>.inline{-ms-flex-item-align:center;align-self:center}.ui.placeholder.segment>.inline>.button{display:inline-block;width:auto;margin:0 .35714286rem 0 0}.ui.placeholder.segment>.inline>.button:last-child{margin-right:0}.ui.piled.segment,.ui.piled.segments{margin:3em 0;-webkit-box-shadow:'';box-shadow:'';z-index:auto}.ui.piled.segment:first-child{margin-top:0}.ui.piled.segment:last-child{margin-bottom:0}.ui.piled.segment:after,.ui.piled.segment:before,.ui.piled.segments:after,.ui.piled.segments:before{background-color:#fff;visibility:visible;content:'';display:block;height:100%;left:0;position:absolute;width:100%;border:1px solid rgba(34,36,38,.15);-webkit-box-shadow:'';box-shadow:''}.ui.piled.segment:before,.ui.piled.segments:before{-webkit-transform:rotate(-1.2deg);transform:rotate(-1.2deg);top:0;z-index:-2}.ui.piled.segment:after,.ui.piled.segments:after{-webkit-transform:rotate(1.2deg);transform:rotate(1.2deg);top:0;z-index:-1}.ui[class*="top attached"].piled.segment{margin-top:3em;margin-bottom:0}.ui.piled.segment[class*="top attached"]:first-child{margin-top:0}.ui.piled.segment[class*="bottom attached"]{margin-top:0;margin-bottom:3em}.ui.piled.segment[class*="bottom attached"]:last-child{margin-bottom:0}.ui.stacked.segment{padding-bottom:1.4em}.ui.stacked.segment:after,.ui.stacked.segment:before,.ui.stacked.segments:after,.ui.stacked.segments:before{content:'';position:absolute;bottom:-3px;left:0;border-top:1px solid rgba(34,36,38,.15);background:rgba(0,0,0,.03);width:100%;height:6px;visibility:visible}.ui.stacked.segment:before,.ui.stacked.segments:before{display:none}.ui.tall.stacked.segment:before,.ui.tall.stacked.segments:before{display:block;bottom:0}.ui.stacked.inverted.segment:after,.ui.stacked.inverted.segment:before,.ui.stacked.inverted.segments:after,.ui.stacked.inverted.segments:before{background-color:rgba(0,0,0,.03);border-top:1px solid rgba(34,36,38,.35)}.ui.padded.segment{padding:1.5em}.ui[class*="very padded"].segment{padding:3em}.ui.padded.segment.vertical.segment,.ui[class*="very padded"].vertical.segment{padding-left:0;padding-right:0}.ui.compact.segment{display:table}.ui.compact.segments{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.ui.compact.segments .segment,.ui.segments .compact.segment{display:block;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.ui.circular.segment{display:table-cell;padding:2em;text-align:center;vertical-align:middle;border-radius:500em}.ui.raised.segment,.ui.raised.segments{-webkit-box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.segments{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;margin:1rem 0;border:1px solid rgba(34,36,38,.15);-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15);border-radius:.28571429rem}.ui.segments:first-child{margin-top:0}.ui.segments:last-child{margin-bottom:0}.ui.segments>.segment{top:0;bottom:0;border-radius:0;margin:0;width:auto;-webkit-box-shadow:none;box-shadow:none;border:none;border-top:1px solid rgba(34,36,38,.15)}.ui.segments:not(.horizontal)>.segment:first-child{border-top:none;margin-top:0;bottom:0;margin-bottom:0;top:0;border-radius:.28571429rem .28571429rem 0 0}.ui.segments:not(.horizontal)>.segment:last-child{top:0;bottom:0;margin-top:0;margin-bottom:0;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;border-radius:0 0 .28571429rem .28571429rem}.ui.segments:not(.horizontal)>.segment:only-child{border-radius:.28571429rem}.ui.segments>.ui.segments{border-top:1px solid rgba(34,36,38,.15);margin:1rem 1rem}.ui.segments>.segments:first-child{border-top:none}.ui.segments>.segment+.segments:not(.horizontal){margin-top:0}.ui.horizontal.segments{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:transparent;border-radius:0;padding:0;background-color:#fff;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15);margin:1rem 0;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.segments>.horizontal.segments{margin:0;background-color:transparent;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;border-top:1px solid rgba(34,36,38,.15)}.ui.horizontal.segments>.segment{-webkit-box-flex:1;flex:1 1 auto;-ms-flex:1 1 0px;margin:0;min-width:0;background-color:transparent;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;border-left:1px solid rgba(34,36,38,.15)}.ui.segments>.horizontal.segments:first-child{border-top:none}.ui.horizontal.segments>.segment:first-child{border-left:none}.ui.disabled.segment{opacity:.45;color:rgba(40,40,40,.3)}.ui.loading.segment{position:relative;cursor:default;pointer-events:none;text-shadow:none!important;color:transparent!important;-webkit-transition:all 0s linear;transition:all 0s linear}.ui.loading.segment:before{position:absolute;content:'';top:0;left:0;background:rgba(255,255,255,.8);width:100%;height:100%;border-radius:.28571429rem;z-index:100}.ui.loading.segment:after{position:absolute;content:'';top:50%;left:50%;margin:-1.5em 0 0 -1.5em;width:3em;height:3em;-webkit-animation:segment-spin .6s linear;animation:segment-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1);border-style:solid;border-width:.2em;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent;visibility:visible;z-index:101}@-webkit-keyframes segment-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes segment-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.basic.segment{background:none transparent;-webkit-box-shadow:none;box-shadow:none;border:none;border-radius:0}.ui.clearing.segment:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ui.red.segment:not(.inverted){border-top:2px solid #db2828!important}.ui.inverted.red.segment{background-color:#db2828!important;color:#fff!important}.ui.orange.segment:not(.inverted){border-top:2px solid #f2711c!important}.ui.inverted.orange.segment{background-color:#f2711c!important;color:#fff!important}.ui.yellow.segment:not(.inverted){border-top:2px solid #fbbd08!important}.ui.inverted.yellow.segment{background-color:#fbbd08!important;color:#fff!important}.ui.olive.segment:not(.inverted){border-top:2px solid #b5cc18!important}.ui.inverted.olive.segment{background-color:#b5cc18!important;color:#fff!important}.ui.green.segment:not(.inverted){border-top:2px solid #21ba45!important}.ui.inverted.green.segment{background-color:#21ba45!important;color:#fff!important}.ui.teal.segment:not(.inverted){border-top:2px solid #00b5ad!important}.ui.inverted.teal.segment{background-color:#00b5ad!important;color:#fff!important}.ui.blue.segment:not(.inverted){border-top:2px solid #2185d0!important}.ui.inverted.blue.segment{background-color:#2185d0!important;color:#fff!important}.ui.violet.segment:not(.inverted){border-top:2px solid #6435c9!important}.ui.inverted.violet.segment{background-color:#6435c9!important;color:#fff!important}.ui.purple.segment:not(.inverted){border-top:2px solid #a333c8!important}.ui.inverted.purple.segment{background-color:#a333c8!important;color:#fff!important}.ui.pink.segment:not(.inverted){border-top:2px solid #e03997!important}.ui.inverted.pink.segment{background-color:#e03997!important;color:#fff!important}.ui.brown.segment:not(.inverted){border-top:2px solid #a5673f!important}.ui.inverted.brown.segment{background-color:#a5673f!important;color:#fff!important}.ui.grey.segment:not(.inverted){border-top:2px solid #767676!important}.ui.inverted.grey.segment{background-color:#767676!important;color:#fff!important}.ui.black.segment:not(.inverted){border-top:2px solid #1b1c1d!important}.ui.inverted.black.segment{background-color:#1b1c1d!important;color:#fff!important}.ui[class*="left aligned"].segment{text-align:left}.ui[class*="right aligned"].segment{text-align:right}.ui[class*="center aligned"].segment{text-align:center}.ui.floated.segment,.ui[class*="left floated"].segment{float:left;margin-right:1em}.ui[class*="right floated"].segment{float:right;margin-left:1em}.ui.inverted.segment{border:none;-webkit-box-shadow:none;box-shadow:none}.ui.inverted.segment,.ui.primary.inverted.segment{background:#1b1c1d;color:rgba(255,255,255,.9)}.ui.inverted.segment .segment{color:rgba(0,0,0,.87)}.ui.inverted.segment .inverted.segment{color:rgba(255,255,255,.9)}.ui.inverted.attached.segment{border-color:#555}.ui.secondary.segment{background:#f3f4f5;color:rgba(0,0,0,.6)}.ui.secondary.inverted.segment{background:#4c4f52 -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.2)),to(rgba(255,255,255,.2)));background:#4c4f52 -webkit-linear-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.2) 100%);background:#4c4f52 linear-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.2) 100%);color:rgba(255,255,255,.8)}.ui.tertiary.segment{background:#dcddde;color:rgba(0,0,0,.6)}.ui.tertiary.inverted.segment{background:#717579 -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.35)),to(rgba(255,255,255,.35)));background:#717579 -webkit-linear-gradient(rgba(255,255,255,.35) 0,rgba(255,255,255,.35) 100%);background:#717579 linear-gradient(rgba(255,255,255,.35) 0,rgba(255,255,255,.35) 100%);color:rgba(255,255,255,.8)}.ui.attached.segment{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% - (-1px * 2));max-width:calc(100% - (-1px * 2));-webkit-box-shadow:none;box-shadow:none;border:1px solid #d4d4d5}.ui.attached:not(.message)+.ui.attached.segment:not(.top){border-top:none}.ui[class*="top attached"].segment{bottom:0;margin-bottom:0;top:0;margin-top:1rem;border-radius:.28571429rem .28571429rem 0 0}.ui.segment[class*="top attached"]:first-child{margin-top:0}.ui.segment[class*="bottom attached"]{bottom:0;margin-top:0;top:0;margin-bottom:1rem;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;border-radius:0 0 .28571429rem .28571429rem}.ui.segment[class*="bottom attached"]:last-child{margin-bottom:0}.ui.mini.segment,.ui.mini.segments .segment{font-size:.78571429rem}.ui.tiny.segment,.ui.tiny.segments .segment{font-size:.85714286rem}.ui.small.segment,.ui.small.segments .segment{font-size:.92857143rem}.ui.segment,.ui.segments .segment{font-size:1rem}.ui.large.segment,.ui.large.segments .segment{font-size:1.14285714rem}.ui.big.segment,.ui.big.segments .segment{font-size:1.28571429rem}.ui.huge.segment,.ui.huge.segments .segment{font-size:1.42857143rem}.ui.massive.segment,.ui.massive.segments .segment{font-size:1.71428571rem}/*!
 * # Semantic UI - Step
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.steps{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin:1em 0;background:'';-webkit-box-shadow:none;box-shadow:none;line-height:1.14285714em;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.steps:first-child{margin-top:0}.ui.steps:last-child{margin-bottom:0}.ui.steps .step{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;vertical-align:middle;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0;padding:1.14285714em 2em;background:#fff;color:rgba(0,0,0,.87);-webkit-box-shadow:none;box-shadow:none;border-radius:0;border:none;border-right:1px solid rgba(34,36,38,.15);-webkit-transition:background-color .1s ease,opacity .1s ease,color .1s ease,-webkit-box-shadow .1s ease;transition:background-color .1s ease,opacity .1s ease,color .1s ease,-webkit-box-shadow .1s ease;transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease}.ui.steps .step:after{display:none;position:absolute;z-index:2;content:'';top:50%;right:0;border:medium none;background-color:#fff;width:1.14285714em;height:1.14285714em;border-style:solid;border-color:rgba(34,36,38,.15);border-width:0 1px 1px 0;-webkit-transition:background-color .1s ease,opacity .1s ease,color .1s ease,-webkit-box-shadow .1s ease;transition:background-color .1s ease,opacity .1s ease,color .1s ease,-webkit-box-shadow .1s ease;transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease;-webkit-transform:translateY(-50%) translateX(50%) rotate(-45deg);transform:translateY(-50%) translateX(50%) rotate(-45deg)}.ui.steps .step:first-child{padding-left:2em;border-radius:.28571429rem 0 0 .28571429rem}.ui.steps .step:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.steps .step:last-child{border-right:none;margin-right:0}.ui.steps .step:only-child{border-radius:.28571429rem}.ui.steps .step .title{font-size:1.14285714em;font-weight:700}.ui.steps .step>.title{width:100%}.ui.steps .step .description{font-weight:400;font-size:.92857143em;color:rgba(0,0,0,.87)}.ui.steps .step>.description{width:100%}.ui.steps .step .title~.description{margin-top:.25em}.ui.steps .step>.icon{line-height:1;font-size:2.5em;margin:0 1rem 0 0}.ui.steps .step>.icon,.ui.steps .step>.icon~.content{display:block;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-item-align:middle;align-self:middle}.ui.steps .step>.icon~.content{-webkit-box-flex:1 0 auto;-ms-flex-positive:1 0 auto;flex-grow:1 0 auto}.ui.steps:not(.vertical) .step>.icon{width:auto}.ui.steps .link.step,.ui.steps a.step{cursor:pointer}.ui.ordered.steps{counter-reset:ordered}.ui.ordered.steps .step:before{display:block;position:static;text-align:center;content:counters(ordered, ".");-ms-flex-item-align:middle;align-self:middle;margin-right:1rem;font-size:2.5em;counter-increment:ordered;font-family:inherit;font-weight:700}.ui.ordered.steps .step>*{display:block;-ms-flex-item-align:middle;align-self:middle}.ui.vertical.steps{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:visible}.ui.vertical.steps .step{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-radius:0;padding:1.14285714em 2em;border-right:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui.vertical.steps .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.steps .step:last-child{border-bottom:none;border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.steps .step:only-child{border-radius:.28571429rem}.ui.vertical.steps .step:after{display:none}.ui.vertical.steps .step:after{top:50%;right:0;border-width:0 1px 1px 0}.ui.vertical.steps .step:after{display:none}.ui.vertical.steps .active.step:after{display:block}.ui.vertical.steps .step:last-child:after{display:none}.ui.vertical.steps .active.step:last-child:after{display:block}@media only screen and (max-width:767px){.ui.steps:not(.unstackable){display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;overflow:visible;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.steps:not(.unstackable) .step{width:100%!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:0;padding:1.14285714em 2em}.ui.steps:not(.unstackable) .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui.steps:not(.unstackable) .step:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.steps:not(.unstackable) .step:after{display:none!important}.ui.steps:not(.unstackable) .step .content{text-align:center}.ui.ordered.steps:not(.unstackable) .step:before,.ui.steps:not(.unstackable) .step>.icon{margin:0 0 1rem 0}}.ui.steps .link.step:hover,.ui.steps .link.step:hover::after,.ui.steps a.step:hover,.ui.steps a.step:hover::after{background:#f9fafb;color:rgba(0,0,0,.8)}.ui.steps .link.step:active,.ui.steps .link.step:active::after,.ui.steps a.step:active,.ui.steps a.step:active::after{background:#f3f4f5;color:rgba(0,0,0,.9)}.ui.steps .step.active{cursor:auto;background:#f3f4f5}.ui.steps .step.active:after{background:#f3f4f5}.ui.steps .step.active .title{color:#4183c4}.ui.ordered.steps .step.active:before,.ui.steps .active.step .icon{color:rgba(0,0,0,.85)}.ui.steps .step:after{display:block}.ui.steps .active.step:after{display:block}.ui.steps .step:last-child:after{display:none}.ui.steps .active.step:last-child:after{display:none}.ui.steps .link.active.step:hover,.ui.steps .link.active.step:hover::after,.ui.steps a.active.step:hover,.ui.steps a.active.step:hover::after{cursor:pointer;background:#dcddde;color:rgba(0,0,0,.87)}.ui.ordered.steps .step.completed:before,.ui.steps .step.completed>.icon:before{color:#21ba45}.ui.steps .disabled.step{cursor:auto;background:#fff;pointer-events:none}.ui.steps .disabled.step,.ui.steps .disabled.step .description,.ui.steps .disabled.step .title{color:rgba(40,40,40,.3)}.ui.steps .disabled.step:after{background:#fff}@media only screen and (max-width:991px){.ui[class*="tablet stackable"].steps{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;overflow:visible;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui[class*="tablet stackable"].steps .step{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:0;padding:1.14285714em 2em}.ui[class*="tablet stackable"].steps .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui[class*="tablet stackable"].steps .step:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui[class*="tablet stackable"].steps .step:after{display:none!important}.ui[class*="tablet stackable"].steps .step .content{text-align:center}.ui[class*="tablet stackable"].ordered.steps .step:before,.ui[class*="tablet stackable"].steps .step>.icon{margin:0 0 1rem 0}}.ui.fluid.steps{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.ui.attached.steps{width:calc(100% + (--1px * 2))!important;margin:0 -1px 0;max-width:calc(100% + (--1px * 2));border-radius:.28571429rem .28571429rem 0 0}.ui.attached.steps .step:first-child{border-radius:.28571429rem 0 0 0}.ui.attached.steps .step:last-child{border-radius:0 .28571429rem 0 0}.ui.bottom.attached.steps{margin:0 -1px 0;border-radius:0 0 .28571429rem .28571429rem}.ui.bottom.attached.steps .step:first-child{border-radius:0 0 0 .28571429rem}.ui.bottom.attached.steps .step:last-child{border-radius:0 0 .28571429rem 0}.ui.eight.steps,.ui.five.steps,.ui.four.steps,.ui.one.steps,.ui.seven.steps,.ui.six.steps,.ui.three.steps,.ui.two.steps{width:100%}.ui.eight.steps>.step,.ui.five.steps>.step,.ui.four.steps>.step,.ui.one.steps>.step,.ui.seven.steps>.step,.ui.six.steps>.step,.ui.three.steps>.step,.ui.two.steps>.step{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ui.one.steps>.step{width:100%}.ui.two.steps>.step{width:50%}.ui.three.steps>.step{width:33.333%}.ui.four.steps>.step{width:25%}.ui.five.steps>.step{width:20%}.ui.six.steps>.step{width:16.666%}.ui.seven.steps>.step{width:14.285%}.ui.eight.steps>.step{width:12.5%}.ui.mini.step,.ui.mini.steps .step{font-size:.78571429rem}.ui.tiny.step,.ui.tiny.steps .step{font-size:.85714286rem}.ui.small.step,.ui.small.steps .step{font-size:.92857143rem}.ui.step,.ui.steps .step{font-size:1rem}.ui.large.step,.ui.large.steps .step{font-size:1.14285714rem}.ui.big.step,.ui.big.steps .step{font-size:1.28571429rem}.ui.huge.step,.ui.huge.steps .step{font-size:1.42857143rem}.ui.massive.step,.ui.massive.steps .step{font-size:1.71428571rem}@font-face{font-display:swap;font-family:Step;src:url(data:application/x-font-ttf;charset=utf-8;;base64,AAEAAAAOAIAAAwBgT1MvMj3hSQEAAADsAAAAVmNtYXDQEhm3AAABRAAAAUpjdnQgBkn/lAAABuwAAAAcZnBnbYoKeDsAAAcIAAAJkWdhc3AAAAAQAAAG5AAAAAhnbHlm32cEdgAAApAAAAC2aGVhZAErPHsAAANIAAAANmhoZWEHUwNNAAADgAAAACRobXR4CykAAAAAA6QAAAAMbG9jYQA4AFsAAAOwAAAACG1heHAApgm8AAADuAAAACBuYW1lzJ0aHAAAA9gAAALNcG9zdK69QJgAAAaoAAAAO3ByZXCSoZr/AAAQnAAAAFYAAQO4AZAABQAIAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoAQNS/2oAWgMLAE8AAAABAAAAAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADoAf//AAAAAOgA//8AABgBAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAADpAKYABUAHEAZDwEAAQFCAAIBAmoAAQABagAAAGEUFxQDEisBFAcBBiInASY0PwE2Mh8BATYyHwEWA6QP/iAQLBD+6g8PTBAsEKQBbhAsEEwPAhYWEP4gDw8BFhAsEEwQEKUBbxAQTBAAAAH//f+xA18DCwAMABJADwABAQpDAAAACwBEFRMCESsBFA4BIi4CPgEyHgEDWXLG6MhuBnq89Lp+AV51xHR0xOrEdHTEAAAAAAEAAAABAADDeRpdXw889QALA+gAAAAAzzWYjQAAAADPNWBN//3/sQOkAwsAAAAIAAIAAAAAAAAAAQAAA1L/agBaA+gAAP/3A6QAAQAAAAAAAAAAAAAAAAAAAAMD6AAAA+gAAANZAAAAAAAAADgAWwABAAAAAwAWAAEAAAAAAAIABgATAG4AAAAtCZEAAAAAAAAAEgDeAAEAAAAAAAAANQAAAAEAAAAAAAEACAA1AAEAAAAAAAIABwA9AAEAAAAAAAMACABEAAEAAAAAAAQACABMAAEAAAAAAAUACwBUAAEAAAAAAAYACABfAAEAAAAAAAoAKwBnAAEAAAAAAAsAEwCSAAMAAQQJAAAAagClAAMAAQQJAAEAEAEPAAMAAQQJAAIADgEfAAMAAQQJAAMAEAEtAAMAAQQJAAQAEAE9AAMAAQQJAAUAFgFNAAMAAQQJAAYAEAFjAAMAAQQJAAoAVgFzAAMAAQQJAAsAJgHJQ29weXJpZ2h0IChDKSAyMDE0IGJ5IG9yaWdpbmFsIGF1dGhvcnMgQCBmb250ZWxsby5jb21mb250ZWxsb1JlZ3VsYXJmb250ZWxsb2ZvbnRlbGxvVmVyc2lvbiAxLjBmb250ZWxsb0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAEMAbwBwAHkAcgBpAGcAaAB0ACAAKABDACkAIAAyADAAMQA0ACAAYgB5ACAAbwByAGkAZwBpAG4AYQBsACAAYQB1AHQAaABvAHIAcwAgAEAAIABmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQBmAG8AbgB0AGUAbABsAG8AUgBlAGcAdQBsAGEAcgBmAG8AbgB0AGUAbABsAG8AZgBvAG4AdABlAGwAbABvAFYAZQByAHMAaQBvAG4AIAAxAC4AMABmAG8AbgB0AGUAbABsAG8ARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAQIBAwljaGVja21hcmsGY2lyY2xlAAAAAAEAAf//AA8AAAAAAAAAAAAAAAAAAAAAADIAMgML/7EDC/+xsAAssCBgZi2wASwgZCCwwFCwBCZasARFW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCwCkVhZLAoUFghsApFILAwUFghsDBZGyCwwFBYIGYgiophILAKUFhgGyCwIFBYIbAKYBsgsDZQWCGwNmAbYFlZWRuwACtZWSOwAFBYZVlZLbACLCBFILAEJWFkILAFQ1BYsAUjQrAGI0IbISFZsAFgLbADLCMhIyEgZLEFYkIgsAYjQrIKAAIqISCwBkMgiiCKsAArsTAFJYpRWGBQG2FSWVgjWSEgsEBTWLAAKxshsEBZI7AAUFhlWS2wBCywB0MrsgACAENgQi2wBSywByNCIyCwACNCYbCAYrABYLAEKi2wBiwgIEUgsAJFY7ABRWJgRLABYC2wBywgIEUgsAArI7ECBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAgssQUFRbABYUQtsAkssAFgICCwCUNKsABQWCCwCSNCWbAKQ0qwAFJYILAKI0JZLbAKLCC4BABiILgEAGOKI2GwC0NgIIpgILALI0IjLbALLEtUWLEHAURZJLANZSN4LbAMLEtRWEtTWLEHAURZGyFZJLATZSN4LbANLLEADENVWLEMDEOwAWFCsAorWbAAQ7ACJUKxCQIlQrEKAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAJKiEjsAFhIIojYbAJKiEbsQEAQ2CwAiVCsAIlYbAJKiFZsAlDR7AKQ0dgsIBiILACRWOwAUViYLEAABMjRLABQ7AAPrIBAQFDYEItsA4ssQAFRVRYALAMI0IgYLABYbUNDQEACwBCQopgsQ0FK7BtKxsiWS2wDyyxAA4rLbAQLLEBDistsBEssQIOKy2wEiyxAw4rLbATLLEEDistsBQssQUOKy2wFSyxBg4rLbAWLLEHDistsBcssQgOKy2wGCyxCQ4rLbAZLLAIK7EABUVUWACwDCNCIGCwAWG1DQ0BAAsAQkKKYLENBSuwbSsbIlktsBossQAZKy2wGyyxARkrLbAcLLECGSstsB0ssQMZKy2wHiyxBBkrLbAfLLEFGSstsCAssQYZKy2wISyxBxkrLbAiLLEIGSstsCMssQkZKy2wJCwgPLABYC2wJSwgYLANYCBDI7ABYEOwAiVhsAFgsCQqIS2wJiywJSuwJSotsCcsICBHICCwAkVjsAFFYmAjYTgjIIpVWCBHICCwAkVjsAFFYmAjYTgbIVktsCgssQAFRVRYALABFrAnKrABFTAbIlktsCkssAgrsQAFRVRYALABFrAnKrABFTAbIlktsCosIDWwAWAtsCssALADRWOwAUVisAArsAJFY7ABRWKwACuwABa0AAAAAABEPiM4sSoBFSotsCwsIDwgRyCwAkVjsAFFYmCwAENhOC2wLSwuFzwtsC4sIDwgRyCwAkVjsAFFYmCwAENhsAFDYzgtsC8ssQIAFiUgLiBHsAAjQrACJUmKikcjRyNhIFhiGyFZsAEjQrIuAQEVFCotsDAssAAWsAQlsAQlRyNHI2GwBkUrZYouIyAgPIo4LbAxLLAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjILAIQyCKI0cjRyNhI0ZgsARDsIBiYCCwACsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsIBiYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsIBiYCMgsAArI7AEQ2CwACuwBSVhsAUlsIBisAQmYSCwBCVgZCOwAyVgZFBYIRsjIVkjICCwBCYjRmE4WS2wMiywABYgICCwBSYgLkcjRyNhIzw4LbAzLLAAFiCwCCNCICAgRiNHsAArI2E4LbA0LLAAFrADJbACJUcjRyNhsABUWC4gPCMhG7ACJbACJUcjRyNhILAFJbAEJUcjRyNhsAYlsAUlSbACJWGwAUVjIyBYYhshWWOwAUViYCMuIyAgPIo4IyFZLbA1LLAAFiCwCEMgLkcjRyNhIGCwIGBmsIBiIyAgPIo4LbA2LCMgLkawAiVGUlggPFkusSYBFCstsDcsIyAuRrACJUZQWCA8WS6xJgEUKy2wOCwjIC5GsAIlRlJYIDxZIyAuRrACJUZQWCA8WS6xJgEUKy2wOSywMCsjIC5GsAIlRlJYIDxZLrEmARQrLbA6LLAxK4ogIDywBCNCijgjIC5GsAIlRlJYIDxZLrEmARQrsARDLrAmKy2wOyywABawBCWwBCYgLkcjRyNhsAZFKyMgPCAuIzixJgEUKy2wPCyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwgGJgILAAKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwgGJhsAIlRmE4IyA8IzgbISAgRiNHsAArI2E4IVmxJgEUKy2wPSywMCsusSYBFCstsD4ssDErISMgIDywBCNCIzixJgEUK7AEQy6wJistsD8ssAAVIEewACNCsgABARUUEy6wLCotsEAssAAVIEewACNCsgABARUUEy6wLCotsEEssQABFBOwLSotsEIssC8qLbBDLLAAFkUjIC4gRoojYTixJgEUKy2wRCywCCNCsEMrLbBFLLIAADwrLbBGLLIAATwrLbBHLLIBADwrLbBILLIBATwrLbBJLLIAAD0rLbBKLLIAAT0rLbBLLLIBAD0rLbBMLLIBAT0rLbBNLLIAADkrLbBOLLIAATkrLbBPLLIBADkrLbBQLLIBATkrLbBRLLIAADsrLbBSLLIAATsrLbBTLLIBADsrLbBULLIBATsrLbBVLLIAAD4rLbBWLLIAAT4rLbBXLLIBAD4rLbBYLLIBAT4rLbBZLLIAADorLbBaLLIAATorLbBbLLIBADorLbBcLLIBATorLbBdLLAyKy6xJgEUKy2wXiywMiuwNistsF8ssDIrsDcrLbBgLLAAFrAyK7A4Ky2wYSywMysusSYBFCstsGIssDMrsDYrLbBjLLAzK7A3Ky2wZCywMyuwOCstsGUssDQrLrEmARQrLbBmLLA0K7A2Ky2wZyywNCuwNystsGgssDQrsDgrLbBpLLA1Ky6xJgEUKy2waiywNSuwNistsGsssDUrsDcrLbBsLLA1K7A4Ky2wbSwrsAhlsAMkUHiwARUwLQAAAEu4AMhSWLEBAY5ZuQgACABjILABI0SwAyNwsgQoCUVSRLIKAgcqsQYBRLEkAYhRWLBAiFixBgNEsSYBiFFYuAQAiFixBgFEWVlZWbgB/4WwBI2xBQBEAAA=) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAoUAA4AAAAAEPQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEQAAABWPeFJAWNtYXAAAAGIAAAAOgAAAUrQEhm3Y3Z0IAAAAcQAAAAUAAAAHAZJ/5RmcGdtAAAB2AAABPkAAAmRigp4O2dhc3AAAAbUAAAACAAAAAgAAAAQZ2x5ZgAABtwAAACuAAAAtt9nBHZoZWFkAAAHjAAAADUAAAA2ASs8e2hoZWEAAAfEAAAAIAAAACQHUwNNaG10eAAAB+QAAAAMAAAADAspAABsb2NhAAAH8AAAAAgAAAAIADgAW21heHAAAAf4AAAAIAAAACAApgm8bmFtZQAACBgAAAF3AAACzcydGhxwb3N0AAAJkAAAACoAAAA7rr1AmHByZXAAAAm8AAAAVgAAAFaSoZr/eJxjYGTewTiBgZWBg6mKaQ8DA0MPhGZ8wGDIyMTAwMTAysyAFQSkuaYwOLxgeMHIHPQ/iyGKmZvBHyjMCJIDAPe9C2B4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGF4w/v8PUvCCAURLMELVAwEjG8OIBwBk5AavAAB4nGNgQANGDEbM3P83gjAAELQD4XicnVXZdtNWFJU8ZHASOmSgoA7X3DhQ68qEKRgwaSrFdiEdHAitBB2kDHTkncc+62uOQrtWH/m07n09JLR0rbYsls++R1tn2DrnRhwjKn0aiGvUoZKXA6msPZZK90lc13Uvj5UMBnFdthJPSZuonSRKat3sUC7xWOsqWSdYJ+PlIFZPVZ5noAziFB5lSUQbRBuplyZJ4onjJ4kWZxAfJUkgJaMQp9LIUEI1GsRS1aFM6dCr1xNx00DKRqMedVhU90PFJ8c1p9SsA0YqVznCFevVRr4bpwMve5DEOsGzrYcxHnisfpQqkIqR6cg/dkpOlIaBVHHUoVbi6DCTX/eRTCrNQKaMYkWl7oG43f102xYxPXQ6vi5KlUaqurnOKJrt0fGogygP2cbppNzQ2fbw5RlTVKtdcbPtQGYNXErJbHSfRAAdJlLj6QFONZwCqRn1R8XZ588BEslclKo8VTKHegOZMzt7cTHtbiersnCknwcyb3Z2452HQ6dXh3/R+hdM4cxHj+Jifj5C+lBqfiJOJKVGWMzyp4YfcVcgQrkxiAsXyuBThDl0RdrZZl3jtTH2hs/5SqlhPQna6KP4fgr9TiQrHGdRo/VInM1j13Wt3GdQS7W7Fzsyr0OVIu7vCwuuM+eEYZ4WC1VfnvneBTT/Bohn/EDeNIVL+5YpSrRvm6JMu2iKCu0SVKVdNsUU7YoppmnPmmKG9h1TzNKeMzLj/8vc55H7HN7xkJv2XeSmfQ+5ad9HbtoPkJtWITdtHblpLyA3rUZu2lWjOnYEGgZpF1IVQdA0svph3Fab9UDWjDR8aWDyLmLI+upER521tcofxX914gsHcmmip7siF5viLq/bFj483e6rj5pG3bDV+MaR8jAeRnocmtBZ+c3hv+1N3S6a7jKqMugBFUwKwABl7UAC0zrbCaT1mqf48gdgXIZ4zkpDtVSfO4am7+V5X/exOfG+x+3GLrdcd3kJWdYNcmP28N9SZKrrH+UtrVQnR6wrJ49VaxhDKrwour6SlHu0tRu/KKmy8l6U1srnk5CbPYMbQlu27mGwI0xpyiUeXlOlKD3UUo6yQyxvKco84JSLC1qGxLgOdQ9qa8TpoXoYGwshhqG0vRBwSCldFd+0ynfxHqtr2Oj4xRXh6XpyEhGf4ir7UfBU10b96A7avGbdMoMpVaqn+4xPsa/b9lFZaaSOsxe3VAfXNOsaORXTT+Rr4HRvOGjdAz1UfDRBI1U1x+jGKGM0ljXl3wR0MVZ+w2jVYvs93E+dpFWsuUuY7JsT9+C0u/0q+7WcW0bW/dcGvW3kip8jMb8tCvw7B2K3ZA3UO5OBGAvIWdAYxhYmdxiug23EbfY/Jqf/34aFRXJXOxq7eerD1ZNRJXfZ8rjLTXZZ16M2R9VOGvsIjS0PN+bY4XIstsRgQbb+wf8x7gF3aVEC4NDIZZiI2nShnurh6h6rsW04VxIBds2x43QAegAuQd8cu9bzCYD13CPnLsB9cgh2yCH4lByCz8i5BfA5OQRfkEMwIIdgl5w7AA/IIXhIDsEeOQSPyNkE+JIcgq/IIYjJIUjIuQ3wmByCJ+QQfE0OwTdGrk5k/pYH2QD6zqKbQKmdGhzaOGRGrk3Y+zxY9oFFZB9aROqRkesT6lMeLPV7i0j9wSJSfzRyY0L9iQdL/dkiUn+xiNRnxpeZIymvDp7zjg7+BJfqrV4AAAAAAQAB//8AD3icY2BkAALmJUwzGEQZZBwk+RkZGBmdGJgYmbIYgMwsoGSiiLgIs5A2owg7I5uSOqOaiT2jmZE8I5gQY17C/09BQEfg3yt+fh8gvYQxD0j68DOJiQn8U+DnZxQDcQUEljLmCwBpBgbG/3//b2SOZ+Zm4GEQcuAH2sblDLSEm8FFVJhJEGgLH6OSHpMdo5EcI3Nk0bEXJ/LYqvZ82VXHGFd6pKTkyCsQwQAAq+QkqAAAeJxjYGRgYADiw5VSsfH8Nl8ZuJlfAEUYzpvO6IXQCb7///7fyLyEmRvI5WBgAokCAFb/DJAAAAB4nGNgZGBgDvqfxRDF/IKB4f935iUMQBEUwAwAi5YFpgPoAAAD6AAAA1kAAAAAAAAAOABbAAEAAAADABYAAQAAAAAAAgAGABMAbgAAAC0JkQAAAAB4nHWQy2rCQBSG//HSi0JbWui2sypKabxgN4IgWHTTbqS4LTHGJBIzMhkFX6Pv0IfpS/RZ+puMpShNmMx3vjlz5mQAXOMbAvnzxJGzwBmjnAs4Rc9ykf7Zcon8YrmMKt4sn9C/W67gAYHlKm7wwQqidM5ogU/LAlfi0nIBF+LOcpH+0XKJ3LNcxq14tXxC71muYCJSy1Xci6+BWm11FIRG1gZ12W62OnK6lYoqStxYumsTKp3KvpyrxPhxrBxPLfc89oN17Op9uJ8nvk4jlciW09yrkZ/42jX+bFc93QRtY+ZyrtVSDm2GXGm18D3jhMasuo3G3/MwgMIKW2hEvKoQBhI12jrnNppooUOaMkMyM8+KkMBFTONizR1htpIy7nPMGSW0PjNisgOP3+WRH5MC7o9ZRR+tHsYT0u6MKPOSfTns7jBrREqyTDezs9/eU2x4WpvWcNeuS511JTE8qCF5H7u1BY1H72S3Ymi7aPD95/9+AN1fhEsAeJxjYGKAAC4G7ICZgYGRiZGZMzkjNTk7N7Eomy05syg5J5WBAQBE1QZBAABLuADIUlixAQGOWbkIAAgAYyCwASNEsAMjcLIEKAlFUkSyCgIHKrEGAUSxJAGIUViwQIhYsQYDRLEmAYhRWLgEAIhYsQYBRFlZWVm4Af+FsASNsQUARAAA) format('woff')}.ui.ordered.steps .step.completed:before,.ui.steps .step.completed>.icon:before{font-family:Step;content:'\e800'}/*!
 * # Semantic UI - Breadcrumb
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.breadcrumb{line-height:1;display:inline-block;margin:0 0;vertical-align:middle}.ui.breadcrumb:first-child{margin-top:0}.ui.breadcrumb:last-child{margin-bottom:0}.ui.breadcrumb .divider{display:inline-block;opacity:.7;margin:0 .21428571rem 0;font-size:.92857143em;color:rgba(0,0,0,.4);vertical-align:baseline}.ui.breadcrumb a{color:#4183c4}.ui.breadcrumb a:hover{color:#1e70bf}.ui.breadcrumb .icon.divider{font-size:.85714286em;vertical-align:baseline}.ui.breadcrumb a.section{cursor:pointer}.ui.breadcrumb .section{display:inline-block;margin:0;padding:0}.ui.breadcrumb.segment{display:inline-block;padding:.78571429em 1em}.ui.breadcrumb .active.section{font-weight:700}.ui.mini.breadcrumb{font-size:.78571429rem}.ui.tiny.breadcrumb{font-size:.85714286rem}.ui.small.breadcrumb{font-size:.92857143rem}.ui.breadcrumb{font-size:1rem}.ui.large.breadcrumb{font-size:1.14285714rem}.ui.big.breadcrumb{font-size:1.28571429rem}.ui.huge.breadcrumb{font-size:1.42857143rem}.ui.massive.breadcrumb{font-size:1.71428571rem}/*!
 * # Semantic UI - Form
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.form{position:relative;max-width:100%}.ui.form>p{margin:1em 0}.ui.form .field{clear:both;margin:0 0 1em}.ui.form .field:last-child,.ui.form .fields:last-child .field{margin-bottom:0}.ui.form .fields .field{clear:both;margin:0}.ui.form .field>label{display:block;margin:0 0 .28571429rem 0;color:rgba(0,0,0,.87);font-size:.92857143em;font-weight:700;text-transform:none}.ui.form input:not([type]),.ui.form input[type=date],.ui.form input[type=datetime-local],.ui.form input[type=email],.ui.form input[type=file],.ui.form input[type=number],.ui.form input[type=password],.ui.form input[type=search],.ui.form input[type=tel],.ui.form input[type=text],.ui.form input[type=time],.ui.form input[type=url],.ui.form textarea{width:100%;vertical-align:top}.ui.form ::-webkit-datetime-edit,.ui.form ::-webkit-inner-spin-button{height:1.21428571em}.ui.form input:not([type]),.ui.form input[type=date],.ui.form input[type=datetime-local],.ui.form input[type=email],.ui.form input[type=file],.ui.form input[type=number],.ui.form input[type=password],.ui.form input[type=search],.ui.form input[type=tel],.ui.form input[type=text],.ui.form input[type=time],.ui.form input[type=url]{margin:0;outline:0;-webkit-appearance:none;tap-highlight-color:rgba(255,255,255,0);line-height:1.21428571em;padding:.67857143em 1em;font-size:1em;background:#fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);border-radius:.28571429rem;-webkit-box-shadow:0 0 0 0 transparent inset;box-shadow:0 0 0 0 transparent inset;-webkit-transition:color .1s ease,border-color .1s ease;transition:color .1s ease,border-color .1s ease}.ui.form textarea{margin:0;-webkit-appearance:none;tap-highlight-color:rgba(255,255,255,0);padding:.78571429em 1em;background:#fff;border:1px solid rgba(34,36,38,.15);outline:0;color:rgba(0,0,0,.87);border-radius:.28571429rem;-webkit-box-shadow:0 0 0 0 transparent inset;box-shadow:0 0 0 0 transparent inset;-webkit-transition:color .1s ease,border-color .1s ease;transition:color .1s ease,border-color .1s ease;font-size:1em;line-height:1.2857;resize:vertical}.ui.form textarea:not([rows]){height:12em;min-height:8em;max-height:24em}.ui.form input[type=checkbox],.ui.form textarea{vertical-align:top}.ui.form input.attached{width:auto}.ui.form select{display:block;height:auto;width:100%;background:#fff;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;-webkit-box-shadow:0 0 0 0 transparent inset;box-shadow:0 0 0 0 transparent inset;padding:.62em 1em;color:rgba(0,0,0,.87);-webkit-transition:color .1s ease,border-color .1s ease;transition:color .1s ease,border-color .1s ease}.ui.form .field>.selection.dropdown{width:100%}.ui.form .field>.selection.dropdown>.dropdown.icon{float:right}.ui.form .inline.field>.selection.dropdown,.ui.form .inline.fields .field>.selection.dropdown{width:auto}.ui.form .inline.field>.selection.dropdown>.dropdown.icon,.ui.form .inline.fields .field>.selection.dropdown>.dropdown.icon{float:none}.ui.form .field .ui.input,.ui.form .fields .field .ui.input,.ui.form .wide.field .ui.input{width:100%}.ui.form .inline.field:not(.wide) .ui.input,.ui.form .inline.fields .field:not(.wide) .ui.input{width:auto;vertical-align:middle}.ui.form .field .ui.input input,.ui.form .fields .field .ui.input input{width:auto}.ui.form .eight.fields .ui.input input,.ui.form .five.fields .ui.input input,.ui.form .four.fields .ui.input input,.ui.form .nine.fields .ui.input input,.ui.form .seven.fields .ui.input input,.ui.form .six.fields .ui.input input,.ui.form .ten.fields .ui.input input,.ui.form .three.fields .ui.input input,.ui.form .two.fields .ui.input input,.ui.form .wide.field .ui.input input{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:0}.ui.form .error.message,.ui.form .success.message,.ui.form .warning.message{display:none}.ui.form .message:first-child{margin-top:0}.ui.form .field .prompt.label{white-space:normal;background:#fff!important;border:1px solid #e0b4b4!important;color:#9f3a38!important}.ui.form .inline.field .prompt,.ui.form .inline.fields .field .prompt{vertical-align:top;margin:-.25em 0 -.5em .5em}.ui.form .inline.field .prompt:before,.ui.form .inline.fields .field .prompt:before{border-width:0 0 1px 1px;bottom:auto;right:auto;top:50%;left:0}.ui.form .field.field input:-webkit-autofill{-webkit-box-shadow:0 0 0 100px ivory inset!important;box-shadow:0 0 0 100px ivory inset!important;border-color:#e5dfa1!important}.ui.form .field.field input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 100px ivory inset!important;box-shadow:0 0 0 100px ivory inset!important;border-color:#d5c315!important}.ui.form .error.error input:-webkit-autofill{-webkit-box-shadow:0 0 0 100px #fffaf0 inset!important;box-shadow:0 0 0 100px #fffaf0 inset!important;border-color:#e0b4b4!important}.ui.form ::-webkit-input-placeholder{color:rgba(191,191,191,.87)}.ui.form :-ms-input-placeholder{color:rgba(191,191,191,.87)!important}.ui.form ::-moz-placeholder{color:rgba(191,191,191,.87)}.ui.form :focus::-webkit-input-placeholder{color:rgba(115,115,115,.87)}.ui.form :focus:-ms-input-placeholder{color:rgba(115,115,115,.87)!important}.ui.form :focus::-moz-placeholder{color:rgba(115,115,115,.87)}.ui.form .error ::-webkit-input-placeholder{color:#e7bdbc}.ui.form .error :-ms-input-placeholder{color:#e7bdbc!important}.ui.form .error ::-moz-placeholder{color:#e7bdbc}.ui.form .error :focus::-webkit-input-placeholder{color:#da9796}.ui.form .error :focus:-ms-input-placeholder{color:#da9796!important}.ui.form .error :focus::-moz-placeholder{color:#da9796}.ui.form input:not([type]):focus,.ui.form input[type=date]:focus,.ui.form input[type=datetime-local]:focus,.ui.form input[type=email]:focus,.ui.form input[type=file]:focus,.ui.form input[type=number]:focus,.ui.form input[type=password]:focus,.ui.form input[type=search]:focus,.ui.form input[type=tel]:focus,.ui.form input[type=text]:focus,.ui.form input[type=time]:focus,.ui.form input[type=url]:focus{color:rgba(0,0,0,.95);border-color:#85b7d9;border-radius:.28571429rem;background:#fff;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.35) inset;box-shadow:0 0 0 0 rgba(34,36,38,.35) inset}.ui.form textarea:focus{color:rgba(0,0,0,.95);border-color:#85b7d9;border-radius:.28571429rem;background:#fff;-webkit-box-shadow:0 0 0 0 rgba(34,36,38,.35) inset;box-shadow:0 0 0 0 rgba(34,36,38,.35) inset;-webkit-appearance:none}.ui.form.success .success.message:not(:empty){display:block}.ui.form.success .compact.success.message:not(:empty){display:inline-block}.ui.form.success .icon.success.message:not(:empty){display:-webkit-box;display:-ms-flexbox;display:flex}.ui.form.warning .warning.message:not(:empty){display:block}.ui.form.warning .compact.warning.message:not(:empty){display:inline-block}.ui.form.warning .icon.warning.message:not(:empty){display:-webkit-box;display:-ms-flexbox;display:flex}.ui.form.error .error.message:not(:empty){display:block}.ui.form.error .compact.error.message:not(:empty){display:inline-block}.ui.form.error .icon.error.message:not(:empty){display:-webkit-box;display:-ms-flexbox;display:flex}.ui.form .field.error .input,.ui.form .field.error label,.ui.form .fields.error .field .input,.ui.form .fields.error .field label{color:#9f3a38}.ui.form .field.error .corner.label,.ui.form .fields.error .field .corner.label{border-color:#9f3a38;color:#fff}.ui.form .field.error input:not([type]),.ui.form .field.error input[type=date],.ui.form .field.error input[type=datetime-local],.ui.form .field.error input[type=email],.ui.form .field.error input[type=file],.ui.form .field.error input[type=number],.ui.form .field.error input[type=password],.ui.form .field.error input[type=search],.ui.form .field.error input[type=tel],.ui.form .field.error input[type=text],.ui.form .field.error input[type=time],.ui.form .field.error input[type=url],.ui.form .field.error select,.ui.form .field.error textarea,.ui.form .fields.error .field input:not([type]),.ui.form .fields.error .field input[type=date],.ui.form .fields.error .field input[type=datetime-local],.ui.form .fields.error .field input[type=email],.ui.form .fields.error .field input[type=file],.ui.form .fields.error .field input[type=number],.ui.form .fields.error .field input[type=password],.ui.form .fields.error .field input[type=search],.ui.form .fields.error .field input[type=tel],.ui.form .fields.error .field input[type=text],.ui.form .fields.error .field input[type=time],.ui.form .fields.error .field input[type=url],.ui.form .fields.error .field select,.ui.form .fields.error .field textarea{background:#fff6f6;border-color:#e0b4b4;color:#9f3a38;border-radius:'';-webkit-box-shadow:none;box-shadow:none}.ui.form .field.error input:not([type]):focus,.ui.form .field.error input[type=date]:focus,.ui.form .field.error input[type=datetime-local]:focus,.ui.form .field.error input[type=email]:focus,.ui.form .field.error input[type=file]:focus,.ui.form .field.error input[type=number]:focus,.ui.form .field.error input[type=password]:focus,.ui.form .field.error input[type=search]:focus,.ui.form .field.error input[type=tel]:focus,.ui.form .field.error input[type=text]:focus,.ui.form .field.error input[type=time]:focus,.ui.form .field.error input[type=url]:focus,.ui.form .field.error select:focus,.ui.form .field.error textarea:focus{background:#fff6f6;border-color:#e0b4b4;color:#9f3a38;-webkit-appearance:none;-webkit-box-shadow:none;box-shadow:none}.ui.form .field.error select{-webkit-appearance:menulist-button}.ui.form .field.error .ui.dropdown,.ui.form .field.error .ui.dropdown .item,.ui.form .field.error .ui.dropdown .text,.ui.form .fields.error .field .ui.dropdown,.ui.form .fields.error .field .ui.dropdown .item{background:#fff6f6;color:#9f3a38}.ui.form .field.error .ui.dropdown,.ui.form .fields.error .field .ui.dropdown{border-color:#e0b4b4!important}.ui.form .field.error .ui.dropdown:hover,.ui.form .fields.error .field .ui.dropdown:hover{border-color:#e0b4b4!important}.ui.form .field.error .ui.dropdown:hover .menu,.ui.form .fields.error .field .ui.dropdown:hover .menu{border-color:#e0b4b4}.ui.form .field.error .ui.multiple.selection.dropdown>.label,.ui.form .fields.error .field .ui.multiple.selection.dropdown>.label{background-color:#eacbcb;color:#9f3a38}.ui.form .field.error .ui.dropdown .menu .item:hover,.ui.form .fields.error .field .ui.dropdown .menu .item:hover{background-color:#fbe7e7}.ui.form .field.error .ui.dropdown .menu .selected.item,.ui.form .fields.error .field .ui.dropdown .menu .selected.item{background-color:#fbe7e7}.ui.form .field.error .ui.dropdown .menu .active.item,.ui.form .fields.error .field .ui.dropdown .menu .active.item{background-color:#fdcfcf!important}.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box,.ui.form .field.error .checkbox:not(.toggle):not(.slider) label,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label{color:#9f3a38}.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before,.ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before{background:#fff6f6;border-color:#e0b4b4}.ui.form .field.error .checkbox .box:after,.ui.form .field.error .checkbox label:after,.ui.form .fields.error .field .checkbox .box:after,.ui.form .fields.error .field .checkbox label:after{color:#9f3a38}.ui.form .disabled.field,.ui.form .disabled.fields .field,.ui.form .field :disabled{pointer-events:none;opacity:.45}.ui.form .field.disabled>label,.ui.form .fields.disabled>label{opacity:.45}.ui.form .field.disabled :disabled{opacity:1}.ui.loading.form{position:relative;cursor:default;pointer-events:none}.ui.loading.form:before{position:absolute;content:'';top:0;left:0;background:rgba(255,255,255,.8);width:100%;height:100%;z-index:100}.ui.loading.form:after{position:absolute;content:'';top:50%;left:50%;margin:-1.5em 0 0 -1.5em;width:3em;height:3em;-webkit-animation:form-spin .6s linear;animation:form-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1);border-style:solid;border-width:.2em;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent;visibility:visible;z-index:101}@-webkit-keyframes form-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes form-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.form .required.field>.checkbox:after,.ui.form .required.field>label:after,.ui.form .required.fields.grouped>label:after,.ui.form .required.fields:not(.grouped)>.field>.checkbox:after,.ui.form .required.fields:not(.grouped)>.field>label:after{margin:-.2em 0 0 .2em;content:'*';color:#db2828}.ui.form .required.field>label:after,.ui.form .required.fields.grouped>label:after,.ui.form .required.fields:not(.grouped)>.field>label:after{display:inline-block;vertical-align:top}.ui.form .required.field>.checkbox:after,.ui.form .required.fields:not(.grouped)>.field>.checkbox:after{position:absolute;top:0;left:100%}.ui.form .inverted.segment .ui.checkbox .box,.ui.form .inverted.segment .ui.checkbox label,.ui.form .inverted.segment label,.ui.inverted.form .inline.field>label,.ui.inverted.form .inline.field>p,.ui.inverted.form .inline.fields .field>label,.ui.inverted.form .inline.fields .field>p,.ui.inverted.form .inline.fields>label,.ui.inverted.form .ui.checkbox .box,.ui.inverted.form .ui.checkbox label,.ui.inverted.form label{color:rgba(255,255,255,.9)}.ui.inverted.form input:not([type]),.ui.inverted.form input[type=date],.ui.inverted.form input[type=datetime-local],.ui.inverted.form input[type=email],.ui.inverted.form input[type=file],.ui.inverted.form input[type=number],.ui.inverted.form input[type=password],.ui.inverted.form input[type=search],.ui.inverted.form input[type=tel],.ui.inverted.form input[type=text],.ui.inverted.form input[type=time],.ui.inverted.form input[type=url]{background:#fff;border-color:rgba(255,255,255,.1);color:rgba(0,0,0,.87);-webkit-box-shadow:none;box-shadow:none}.ui.form .grouped.fields{display:block;margin:0 0 1em}.ui.form .grouped.fields:last-child{margin-bottom:0}.ui.form .grouped.fields>label{margin:0 0 .28571429rem 0;color:rgba(0,0,0,.87);font-size:.92857143em;font-weight:700;text-transform:none}.ui.form .grouped.fields .field,.ui.form .grouped.inline.fields .field{display:block;margin:.5em 0;padding:0}.ui.form .fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:0 -.5em 1em}.ui.form .fields>.field{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;padding-left:.5em;padding-right:.5em}.ui.form .fields>.field:first-child{border-left:none;-webkit-box-shadow:none;box-shadow:none}.ui.form .two.fields>.field,.ui.form .two.fields>.fields{width:50%}.ui.form .three.fields>.field,.ui.form .three.fields>.fields{width:33.33333333%}.ui.form .four.fields>.field,.ui.form .four.fields>.fields{width:25%}.ui.form .five.fields>.field,.ui.form .five.fields>.fields{width:20%}.ui.form .six.fields>.field,.ui.form .six.fields>.fields{width:16.66666667%}.ui.form .seven.fields>.field,.ui.form .seven.fields>.fields{width:14.28571429%}.ui.form .eight.fields>.field,.ui.form .eight.fields>.fields{width:12.5%}.ui.form .nine.fields>.field,.ui.form .nine.fields>.fields{width:11.11111111%}.ui.form .ten.fields>.field,.ui.form .ten.fields>.fields{width:10%}@media only screen and (max-width:767px){.ui.form .fields{-ms-flex-wrap:wrap;flex-wrap:wrap}.ui.form:not(.unstackable) .eight.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .eight.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .five.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .five.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .four.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .four.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .nine.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .nine.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .seven.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .seven.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .six.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .six.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .ten.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .ten.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .three.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .three.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .two.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .two.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) [class*="equal width"].fields:not(.unstackable)>.field,.ui[class*="equal width"].form:not(.unstackable) .fields>.field{width:100%!important;margin:0 0 1em}}.ui.form .fields .wide.field{width:6.25%;padding-left:.5em;padding-right:.5em}.ui.form .one.wide.field{width:6.25%!important}.ui.form .two.wide.field{width:12.5%!important}.ui.form .three.wide.field{width:18.75%!important}.ui.form .four.wide.field{width:25%!important}.ui.form .five.wide.field{width:31.25%!important}.ui.form .six.wide.field{width:37.5%!important}.ui.form .seven.wide.field{width:43.75%!important}.ui.form .eight.wide.field{width:50%!important}.ui.form .nine.wide.field{width:56.25%!important}.ui.form .ten.wide.field{width:62.5%!important}.ui.form .eleven.wide.field{width:68.75%!important}.ui.form .twelve.wide.field{width:75%!important}.ui.form .thirteen.wide.field{width:81.25%!important}.ui.form .fourteen.wide.field{width:87.5%!important}.ui.form .fifteen.wide.field{width:93.75%!important}.ui.form .sixteen.wide.field{width:100%!important}@media only screen and (max-width:767px){.ui.form:not(.unstackable) .fields:not(.unstackable)>.eight.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.eleven.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.fifteen.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.five.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.four.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.fourteen.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.nine.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.seven.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.six.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.sixteen.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.ten.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.thirteen.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.three.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.twelve.wide.field,.ui.form:not(.unstackable) .fields:not(.unstackable)>.two.wide.field,.ui.form:not(.unstackable) .five.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .five.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .four.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .four.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .three.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .three.fields:not(.unstackable)>.fields,.ui.form:not(.unstackable) .two.fields:not(.unstackable)>.field,.ui.form:not(.unstackable) .two.fields:not(.unstackable)>.fields{width:100%!important}.ui.form .fields{margin-bottom:0}}.ui.form [class*="equal width"].fields>.field,.ui[class*="equal width"].form .fields>.field{width:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.ui.form .inline.fields{margin:0 0 1em;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ui.form .inline.fields .field{margin:0;padding:0 1em 0 0}.ui.form .inline.field>label,.ui.form .inline.field>p,.ui.form .inline.fields .field>label,.ui.form .inline.fields .field>p,.ui.form .inline.fields>label{display:inline-block;width:auto;margin-top:0;margin-bottom:0;vertical-align:baseline;font-size:.92857143em;font-weight:700;color:rgba(0,0,0,.87);text-transform:none}.ui.form .inline.fields>label{margin:.035714em 1em 0 0}.ui.form .inline.field>input,.ui.form .inline.field>select,.ui.form .inline.fields .field>input,.ui.form .inline.fields .field>select{display:inline-block;width:auto;margin-top:0;margin-bottom:0;vertical-align:middle;font-size:1em}.ui.form .inline.field>:first-child,.ui.form .inline.fields .field>:first-child{margin:0 .85714286em 0 0}.ui.form .inline.field>:only-child,.ui.form .inline.fields .field>:only-child{margin:0}.ui.form .inline.fields .wide.field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ui.form .inline.fields .wide.field>input,.ui.form .inline.fields .wide.field>select{width:100%}.ui.mini.form{font-size:.78571429rem}.ui.tiny.form{font-size:.85714286rem}.ui.small.form{font-size:.92857143rem}.ui.form{font-size:1rem}.ui.large.form{font-size:1.14285714rem}.ui.big.form{font-size:1.28571429rem}.ui.huge.form{font-size:1.42857143rem}.ui.massive.form{font-size:1.71428571rem}/*!
 * # Semantic UI - Grid
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0}.ui.grid{margin-top:-1rem;margin-bottom:-1rem;margin-left:-1rem;margin-right:-1rem}.ui.relaxed.grid{margin-left:-1.5rem;margin-right:-1.5rem}.ui[class*="very relaxed"].grid{margin-left:-2.5rem;margin-right:-2.5rem}.ui.grid+.grid{margin-top:1rem}.ui.grid>.column:not(.row),.ui.grid>.row>.column{position:relative;display:inline-block;width:6.25%;padding-left:1rem;padding-right:1rem;vertical-align:top}.ui.grid>*{padding-left:1rem;padding-right:1rem}.ui.grid>.row{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%!important;padding:0;padding-top:1rem;padding-bottom:1rem}.ui.grid>.column:not(.row){padding-top:1rem;padding-bottom:1rem}.ui.grid>.row>.column{margin-top:0;margin-bottom:0}.ui.grid>.row>.column>img,.ui.grid>.row>img{max-width:100%}.ui.grid>.ui.grid:first-child{margin-top:0}.ui.grid>.ui.grid:last-child{margin-bottom:0}.ui.aligned.grid .column>.segment:not(.compact):not(.attached),.ui.grid .aligned.row>.column>.segment:not(.compact):not(.attached){width:100%}.ui.grid .row+.ui.divider{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:1rem 1rem}.ui.grid .column+.ui.vertical.divider{height:calc(50% - (2rem / 2))}.ui.grid>.column:last-child>.horizontal.segment,.ui.grid>.row>.column:last-child>.horizontal.segment{-webkit-box-shadow:none;box-shadow:none}@media only screen and (max-width:767px){.ui.page.grid{width:auto;padding-left:0;padding-right:0;margin-left:0;margin-right:0}}@media only screen and (min-width:768px) and (max-width:991px){.ui.page.grid{width:auto;margin-left:0;margin-right:0;padding-left:2em;padding-right:2em}}@media only screen and (min-width:992px) and (max-width:1199px){.ui.page.grid{width:auto;margin-left:0;margin-right:0;padding-left:3%;padding-right:3%}}@media only screen and (min-width:1200px) and (max-width:1919px){.ui.page.grid{width:auto;margin-left:0;margin-right:0;padding-left:15%;padding-right:15%}}@media only screen and (min-width:1920px){.ui.page.grid{width:auto;margin-left:0;margin-right:0;padding-left:23%;padding-right:23%}}.ui.grid>.column:only-child,.ui.grid>.row>.column:only-child{width:100%}.ui[class*="one column"].grid>.column:not(.row),.ui[class*="one column"].grid>.row>.column{width:100%}.ui[class*="two column"].grid>.column:not(.row),.ui[class*="two column"].grid>.row>.column{width:50%}.ui[class*="three column"].grid>.column:not(.row),.ui[class*="three column"].grid>.row>.column{width:33.33333333%}.ui[class*="four column"].grid>.column:not(.row),.ui[class*="four column"].grid>.row>.column{width:25%}.ui[class*="five column"].grid>.column:not(.row),.ui[class*="five column"].grid>.row>.column{width:20%}.ui[class*="six column"].grid>.column:not(.row),.ui[class*="six column"].grid>.row>.column{width:16.66666667%}.ui[class*="seven column"].grid>.column:not(.row),.ui[class*="seven column"].grid>.row>.column{width:14.28571429%}.ui[class*="eight column"].grid>.column:not(.row),.ui[class*="eight column"].grid>.row>.column{width:12.5%}.ui[class*="nine column"].grid>.column:not(.row),.ui[class*="nine column"].grid>.row>.column{width:11.11111111%}.ui[class*="ten column"].grid>.column:not(.row),.ui[class*="ten column"].grid>.row>.column{width:10%}.ui[class*="eleven column"].grid>.column:not(.row),.ui[class*="eleven column"].grid>.row>.column{width:9.09090909%}.ui[class*="twelve column"].grid>.column:not(.row),.ui[class*="twelve column"].grid>.row>.column{width:8.33333333%}.ui[class*="thirteen column"].grid>.column:not(.row),.ui[class*="thirteen column"].grid>.row>.column{width:7.69230769%}.ui[class*="fourteen column"].grid>.column:not(.row),.ui[class*="fourteen column"].grid>.row>.column{width:7.14285714%}.ui[class*="fifteen column"].grid>.column:not(.row),.ui[class*="fifteen column"].grid>.row>.column{width:6.66666667%}.ui[class*="sixteen column"].grid>.column:not(.row),.ui[class*="sixteen column"].grid>.row>.column{width:6.25%}.ui.grid>[class*="one column"].row>.column{width:100%!important}.ui.grid>[class*="two column"].row>.column{width:50%!important}.ui.grid>[class*="three column"].row>.column{width:33.33333333%!important}.ui.grid>[class*="four column"].row>.column{width:25%!important}.ui.grid>[class*="five column"].row>.column{width:20%!important}.ui.grid>[class*="six column"].row>.column{width:16.66666667%!important}.ui.grid>[class*="seven column"].row>.column{width:14.28571429%!important}.ui.grid>[class*="eight column"].row>.column{width:12.5%!important}.ui.grid>[class*="nine column"].row>.column{width:11.11111111%!important}.ui.grid>[class*="ten column"].row>.column{width:10%!important}.ui.grid>[class*="eleven column"].row>.column{width:9.09090909%!important}.ui.grid>[class*="twelve column"].row>.column{width:8.33333333%!important}.ui.grid>[class*="thirteen column"].row>.column{width:7.69230769%!important}.ui.grid>[class*="fourteen column"].row>.column{width:7.14285714%!important}.ui.grid>[class*="fifteen column"].row>.column{width:6.66666667%!important}.ui.grid>[class*="sixteen column"].row>.column{width:6.25%!important}.ui.celled.page.grid{-webkit-box-shadow:none;box-shadow:none}.ui.column.grid>[class*="one wide"].column,.ui.grid>.column.row>[class*="one wide"].column,.ui.grid>.row>[class*="one wide"].column,.ui.grid>[class*="one wide"].column{width:6.25%!important}.ui.column.grid>[class*="two wide"].column,.ui.grid>.column.row>[class*="two wide"].column,.ui.grid>.row>[class*="two wide"].column,.ui.grid>[class*="two wide"].column{width:12.5%!important}.ui.column.grid>[class*="three wide"].column,.ui.grid>.column.row>[class*="three wide"].column,.ui.grid>.row>[class*="three wide"].column,.ui.grid>[class*="three wide"].column{width:18.75%!important}.ui.column.grid>[class*="four wide"].column,.ui.grid>.column.row>[class*="four wide"].column,.ui.grid>.row>[class*="four wide"].column,.ui.grid>[class*="four wide"].column{width:25%!important}.ui.column.grid>[class*="five wide"].column,.ui.grid>.column.row>[class*="five wide"].column,.ui.grid>.row>[class*="five wide"].column,.ui.grid>[class*="five wide"].column{width:31.25%!important}.ui.column.grid>[class*="six wide"].column,.ui.grid>.column.row>[class*="six wide"].column,.ui.grid>.row>[class*="six wide"].column,.ui.grid>[class*="six wide"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide"].column,.ui.grid>.column.row>[class*="seven wide"].column,.ui.grid>.row>[class*="seven wide"].column,.ui.grid>[class*="seven wide"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide"].column,.ui.grid>.column.row>[class*="eight wide"].column,.ui.grid>.row>[class*="eight wide"].column,.ui.grid>[class*="eight wide"].column{width:50%!important}.ui.column.grid>[class*="nine wide"].column,.ui.grid>.column.row>[class*="nine wide"].column,.ui.grid>.row>[class*="nine wide"].column,.ui.grid>[class*="nine wide"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide"].column,.ui.grid>.column.row>[class*="ten wide"].column,.ui.grid>.row>[class*="ten wide"].column,.ui.grid>[class*="ten wide"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide"].column,.ui.grid>.column.row>[class*="eleven wide"].column,.ui.grid>.row>[class*="eleven wide"].column,.ui.grid>[class*="eleven wide"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide"].column,.ui.grid>.column.row>[class*="twelve wide"].column,.ui.grid>.row>[class*="twelve wide"].column,.ui.grid>[class*="twelve wide"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide"].column,.ui.grid>.column.row>[class*="thirteen wide"].column,.ui.grid>.row>[class*="thirteen wide"].column,.ui.grid>[class*="thirteen wide"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide"].column,.ui.grid>.column.row>[class*="fourteen wide"].column,.ui.grid>.row>[class*="fourteen wide"].column,.ui.grid>[class*="fourteen wide"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide"].column,.ui.grid>.column.row>[class*="fifteen wide"].column,.ui.grid>.row>[class*="fifteen wide"].column,.ui.grid>[class*="fifteen wide"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide"].column,.ui.grid>.column.row>[class*="sixteen wide"].column,.ui.grid>.row>[class*="sixteen wide"].column,.ui.grid>[class*="sixteen wide"].column{width:100%!important}@media only screen and (min-width:320px) and (max-width:767px){.ui.column.grid>[class*="one wide mobile"].column,.ui.grid>.column.row>[class*="one wide mobile"].column,.ui.grid>.row>[class*="one wide mobile"].column,.ui.grid>[class*="one wide mobile"].column{width:6.25%!important}.ui.column.grid>[class*="two wide mobile"].column,.ui.grid>.column.row>[class*="two wide mobile"].column,.ui.grid>.row>[class*="two wide mobile"].column,.ui.grid>[class*="two wide mobile"].column{width:12.5%!important}.ui.column.grid>[class*="three wide mobile"].column,.ui.grid>.column.row>[class*="three wide mobile"].column,.ui.grid>.row>[class*="three wide mobile"].column,.ui.grid>[class*="three wide mobile"].column{width:18.75%!important}.ui.column.grid>[class*="four wide mobile"].column,.ui.grid>.column.row>[class*="four wide mobile"].column,.ui.grid>.row>[class*="four wide mobile"].column,.ui.grid>[class*="four wide mobile"].column{width:25%!important}.ui.column.grid>[class*="five wide mobile"].column,.ui.grid>.column.row>[class*="five wide mobile"].column,.ui.grid>.row>[class*="five wide mobile"].column,.ui.grid>[class*="five wide mobile"].column{width:31.25%!important}.ui.column.grid>[class*="six wide mobile"].column,.ui.grid>.column.row>[class*="six wide mobile"].column,.ui.grid>.row>[class*="six wide mobile"].column,.ui.grid>[class*="six wide mobile"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide mobile"].column,.ui.grid>.column.row>[class*="seven wide mobile"].column,.ui.grid>.row>[class*="seven wide mobile"].column,.ui.grid>[class*="seven wide mobile"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide mobile"].column,.ui.grid>.column.row>[class*="eight wide mobile"].column,.ui.grid>.row>[class*="eight wide mobile"].column,.ui.grid>[class*="eight wide mobile"].column{width:50%!important}.ui.column.grid>[class*="nine wide mobile"].column,.ui.grid>.column.row>[class*="nine wide mobile"].column,.ui.grid>.row>[class*="nine wide mobile"].column,.ui.grid>[class*="nine wide mobile"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide mobile"].column,.ui.grid>.column.row>[class*="ten wide mobile"].column,.ui.grid>.row>[class*="ten wide mobile"].column,.ui.grid>[class*="ten wide mobile"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide mobile"].column,.ui.grid>.column.row>[class*="eleven wide mobile"].column,.ui.grid>.row>[class*="eleven wide mobile"].column,.ui.grid>[class*="eleven wide mobile"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide mobile"].column,.ui.grid>.column.row>[class*="twelve wide mobile"].column,.ui.grid>.row>[class*="twelve wide mobile"].column,.ui.grid>[class*="twelve wide mobile"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide mobile"].column,.ui.grid>.column.row>[class*="thirteen wide mobile"].column,.ui.grid>.row>[class*="thirteen wide mobile"].column,.ui.grid>[class*="thirteen wide mobile"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide mobile"].column,.ui.grid>.column.row>[class*="fourteen wide mobile"].column,.ui.grid>.row>[class*="fourteen wide mobile"].column,.ui.grid>[class*="fourteen wide mobile"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide mobile"].column,.ui.grid>.column.row>[class*="fifteen wide mobile"].column,.ui.grid>.row>[class*="fifteen wide mobile"].column,.ui.grid>[class*="fifteen wide mobile"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide mobile"].column,.ui.grid>.column.row>[class*="sixteen wide mobile"].column,.ui.grid>.row>[class*="sixteen wide mobile"].column,.ui.grid>[class*="sixteen wide mobile"].column{width:100%!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.column.grid>[class*="one wide tablet"].column,.ui.grid>.column.row>[class*="one wide tablet"].column,.ui.grid>.row>[class*="one wide tablet"].column,.ui.grid>[class*="one wide tablet"].column{width:6.25%!important}.ui.column.grid>[class*="two wide tablet"].column,.ui.grid>.column.row>[class*="two wide tablet"].column,.ui.grid>.row>[class*="two wide tablet"].column,.ui.grid>[class*="two wide tablet"].column{width:12.5%!important}.ui.column.grid>[class*="three wide tablet"].column,.ui.grid>.column.row>[class*="three wide tablet"].column,.ui.grid>.row>[class*="three wide tablet"].column,.ui.grid>[class*="three wide tablet"].column{width:18.75%!important}.ui.column.grid>[class*="four wide tablet"].column,.ui.grid>.column.row>[class*="four wide tablet"].column,.ui.grid>.row>[class*="four wide tablet"].column,.ui.grid>[class*="four wide tablet"].column{width:25%!important}.ui.column.grid>[class*="five wide tablet"].column,.ui.grid>.column.row>[class*="five wide tablet"].column,.ui.grid>.row>[class*="five wide tablet"].column,.ui.grid>[class*="five wide tablet"].column{width:31.25%!important}.ui.column.grid>[class*="six wide tablet"].column,.ui.grid>.column.row>[class*="six wide tablet"].column,.ui.grid>.row>[class*="six wide tablet"].column,.ui.grid>[class*="six wide tablet"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide tablet"].column,.ui.grid>.column.row>[class*="seven wide tablet"].column,.ui.grid>.row>[class*="seven wide tablet"].column,.ui.grid>[class*="seven wide tablet"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide tablet"].column,.ui.grid>.column.row>[class*="eight wide tablet"].column,.ui.grid>.row>[class*="eight wide tablet"].column,.ui.grid>[class*="eight wide tablet"].column{width:50%!important}.ui.column.grid>[class*="nine wide tablet"].column,.ui.grid>.column.row>[class*="nine wide tablet"].column,.ui.grid>.row>[class*="nine wide tablet"].column,.ui.grid>[class*="nine wide tablet"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide tablet"].column,.ui.grid>.column.row>[class*="ten wide tablet"].column,.ui.grid>.row>[class*="ten wide tablet"].column,.ui.grid>[class*="ten wide tablet"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide tablet"].column,.ui.grid>.column.row>[class*="eleven wide tablet"].column,.ui.grid>.row>[class*="eleven wide tablet"].column,.ui.grid>[class*="eleven wide tablet"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide tablet"].column,.ui.grid>.column.row>[class*="twelve wide tablet"].column,.ui.grid>.row>[class*="twelve wide tablet"].column,.ui.grid>[class*="twelve wide tablet"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide tablet"].column,.ui.grid>.column.row>[class*="thirteen wide tablet"].column,.ui.grid>.row>[class*="thirteen wide tablet"].column,.ui.grid>[class*="thirteen wide tablet"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide tablet"].column,.ui.grid>.column.row>[class*="fourteen wide tablet"].column,.ui.grid>.row>[class*="fourteen wide tablet"].column,.ui.grid>[class*="fourteen wide tablet"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide tablet"].column,.ui.grid>.column.row>[class*="fifteen wide tablet"].column,.ui.grid>.row>[class*="fifteen wide tablet"].column,.ui.grid>[class*="fifteen wide tablet"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide tablet"].column,.ui.grid>.column.row>[class*="sixteen wide tablet"].column,.ui.grid>.row>[class*="sixteen wide tablet"].column,.ui.grid>[class*="sixteen wide tablet"].column{width:100%!important}}@media only screen and (min-width:992px){.ui.column.grid>[class*="one wide computer"].column,.ui.grid>.column.row>[class*="one wide computer"].column,.ui.grid>.row>[class*="one wide computer"].column,.ui.grid>[class*="one wide computer"].column{width:6.25%!important}.ui.column.grid>[class*="two wide computer"].column,.ui.grid>.column.row>[class*="two wide computer"].column,.ui.grid>.row>[class*="two wide computer"].column,.ui.grid>[class*="two wide computer"].column{width:12.5%!important}.ui.column.grid>[class*="three wide computer"].column,.ui.grid>.column.row>[class*="three wide computer"].column,.ui.grid>.row>[class*="three wide computer"].column,.ui.grid>[class*="three wide computer"].column{width:18.75%!important}.ui.column.grid>[class*="four wide computer"].column,.ui.grid>.column.row>[class*="four wide computer"].column,.ui.grid>.row>[class*="four wide computer"].column,.ui.grid>[class*="four wide computer"].column{width:25%!important}.ui.column.grid>[class*="five wide computer"].column,.ui.grid>.column.row>[class*="five wide computer"].column,.ui.grid>.row>[class*="five wide computer"].column,.ui.grid>[class*="five wide computer"].column{width:31.25%!important}.ui.column.grid>[class*="six wide computer"].column,.ui.grid>.column.row>[class*="six wide computer"].column,.ui.grid>.row>[class*="six wide computer"].column,.ui.grid>[class*="six wide computer"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide computer"].column,.ui.grid>.column.row>[class*="seven wide computer"].column,.ui.grid>.row>[class*="seven wide computer"].column,.ui.grid>[class*="seven wide computer"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide computer"].column,.ui.grid>.column.row>[class*="eight wide computer"].column,.ui.grid>.row>[class*="eight wide computer"].column,.ui.grid>[class*="eight wide computer"].column{width:50%!important}.ui.column.grid>[class*="nine wide computer"].column,.ui.grid>.column.row>[class*="nine wide computer"].column,.ui.grid>.row>[class*="nine wide computer"].column,.ui.grid>[class*="nine wide computer"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide computer"].column,.ui.grid>.column.row>[class*="ten wide computer"].column,.ui.grid>.row>[class*="ten wide computer"].column,.ui.grid>[class*="ten wide computer"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide computer"].column,.ui.grid>.column.row>[class*="eleven wide computer"].column,.ui.grid>.row>[class*="eleven wide computer"].column,.ui.grid>[class*="eleven wide computer"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide computer"].column,.ui.grid>.column.row>[class*="twelve wide computer"].column,.ui.grid>.row>[class*="twelve wide computer"].column,.ui.grid>[class*="twelve wide computer"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide computer"].column,.ui.grid>.column.row>[class*="thirteen wide computer"].column,.ui.grid>.row>[class*="thirteen wide computer"].column,.ui.grid>[class*="thirteen wide computer"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide computer"].column,.ui.grid>.column.row>[class*="fourteen wide computer"].column,.ui.grid>.row>[class*="fourteen wide computer"].column,.ui.grid>[class*="fourteen wide computer"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide computer"].column,.ui.grid>.column.row>[class*="fifteen wide computer"].column,.ui.grid>.row>[class*="fifteen wide computer"].column,.ui.grid>[class*="fifteen wide computer"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide computer"].column,.ui.grid>.column.row>[class*="sixteen wide computer"].column,.ui.grid>.row>[class*="sixteen wide computer"].column,.ui.grid>[class*="sixteen wide computer"].column{width:100%!important}}@media only screen and (min-width:1200px) and (max-width:1919px){.ui.column.grid>[class*="one wide large screen"].column,.ui.grid>.column.row>[class*="one wide large screen"].column,.ui.grid>.row>[class*="one wide large screen"].column,.ui.grid>[class*="one wide large screen"].column{width:6.25%!important}.ui.column.grid>[class*="two wide large screen"].column,.ui.grid>.column.row>[class*="two wide large screen"].column,.ui.grid>.row>[class*="two wide large screen"].column,.ui.grid>[class*="two wide large screen"].column{width:12.5%!important}.ui.column.grid>[class*="three wide large screen"].column,.ui.grid>.column.row>[class*="three wide large screen"].column,.ui.grid>.row>[class*="three wide large screen"].column,.ui.grid>[class*="three wide large screen"].column{width:18.75%!important}.ui.column.grid>[class*="four wide large screen"].column,.ui.grid>.column.row>[class*="four wide large screen"].column,.ui.grid>.row>[class*="four wide large screen"].column,.ui.grid>[class*="four wide large screen"].column{width:25%!important}.ui.column.grid>[class*="five wide large screen"].column,.ui.grid>.column.row>[class*="five wide large screen"].column,.ui.grid>.row>[class*="five wide large screen"].column,.ui.grid>[class*="five wide large screen"].column{width:31.25%!important}.ui.column.grid>[class*="six wide large screen"].column,.ui.grid>.column.row>[class*="six wide large screen"].column,.ui.grid>.row>[class*="six wide large screen"].column,.ui.grid>[class*="six wide large screen"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide large screen"].column,.ui.grid>.column.row>[class*="seven wide large screen"].column,.ui.grid>.row>[class*="seven wide large screen"].column,.ui.grid>[class*="seven wide large screen"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide large screen"].column,.ui.grid>.column.row>[class*="eight wide large screen"].column,.ui.grid>.row>[class*="eight wide large screen"].column,.ui.grid>[class*="eight wide large screen"].column{width:50%!important}.ui.column.grid>[class*="nine wide large screen"].column,.ui.grid>.column.row>[class*="nine wide large screen"].column,.ui.grid>.row>[class*="nine wide large screen"].column,.ui.grid>[class*="nine wide large screen"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide large screen"].column,.ui.grid>.column.row>[class*="ten wide large screen"].column,.ui.grid>.row>[class*="ten wide large screen"].column,.ui.grid>[class*="ten wide large screen"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide large screen"].column,.ui.grid>.column.row>[class*="eleven wide large screen"].column,.ui.grid>.row>[class*="eleven wide large screen"].column,.ui.grid>[class*="eleven wide large screen"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide large screen"].column,.ui.grid>.column.row>[class*="twelve wide large screen"].column,.ui.grid>.row>[class*="twelve wide large screen"].column,.ui.grid>[class*="twelve wide large screen"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide large screen"].column,.ui.grid>.column.row>[class*="thirteen wide large screen"].column,.ui.grid>.row>[class*="thirteen wide large screen"].column,.ui.grid>[class*="thirteen wide large screen"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide large screen"].column,.ui.grid>.column.row>[class*="fourteen wide large screen"].column,.ui.grid>.row>[class*="fourteen wide large screen"].column,.ui.grid>[class*="fourteen wide large screen"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide large screen"].column,.ui.grid>.column.row>[class*="fifteen wide large screen"].column,.ui.grid>.row>[class*="fifteen wide large screen"].column,.ui.grid>[class*="fifteen wide large screen"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide large screen"].column,.ui.grid>.column.row>[class*="sixteen wide large screen"].column,.ui.grid>.row>[class*="sixteen wide large screen"].column,.ui.grid>[class*="sixteen wide large screen"].column{width:100%!important}}@media only screen and (min-width:1920px){.ui.column.grid>[class*="one wide widescreen"].column,.ui.grid>.column.row>[class*="one wide widescreen"].column,.ui.grid>.row>[class*="one wide widescreen"].column,.ui.grid>[class*="one wide widescreen"].column{width:6.25%!important}.ui.column.grid>[class*="two wide widescreen"].column,.ui.grid>.column.row>[class*="two wide widescreen"].column,.ui.grid>.row>[class*="two wide widescreen"].column,.ui.grid>[class*="two wide widescreen"].column{width:12.5%!important}.ui.column.grid>[class*="three wide widescreen"].column,.ui.grid>.column.row>[class*="three wide widescreen"].column,.ui.grid>.row>[class*="three wide widescreen"].column,.ui.grid>[class*="three wide widescreen"].column{width:18.75%!important}.ui.column.grid>[class*="four wide widescreen"].column,.ui.grid>.column.row>[class*="four wide widescreen"].column,.ui.grid>.row>[class*="four wide widescreen"].column,.ui.grid>[class*="four wide widescreen"].column{width:25%!important}.ui.column.grid>[class*="five wide widescreen"].column,.ui.grid>.column.row>[class*="five wide widescreen"].column,.ui.grid>.row>[class*="five wide widescreen"].column,.ui.grid>[class*="five wide widescreen"].column{width:31.25%!important}.ui.column.grid>[class*="six wide widescreen"].column,.ui.grid>.column.row>[class*="six wide widescreen"].column,.ui.grid>.row>[class*="six wide widescreen"].column,.ui.grid>[class*="six wide widescreen"].column{width:37.5%!important}.ui.column.grid>[class*="seven wide widescreen"].column,.ui.grid>.column.row>[class*="seven wide widescreen"].column,.ui.grid>.row>[class*="seven wide widescreen"].column,.ui.grid>[class*="seven wide widescreen"].column{width:43.75%!important}.ui.column.grid>[class*="eight wide widescreen"].column,.ui.grid>.column.row>[class*="eight wide widescreen"].column,.ui.grid>.row>[class*="eight wide widescreen"].column,.ui.grid>[class*="eight wide widescreen"].column{width:50%!important}.ui.column.grid>[class*="nine wide widescreen"].column,.ui.grid>.column.row>[class*="nine wide widescreen"].column,.ui.grid>.row>[class*="nine wide widescreen"].column,.ui.grid>[class*="nine wide widescreen"].column{width:56.25%!important}.ui.column.grid>[class*="ten wide widescreen"].column,.ui.grid>.column.row>[class*="ten wide widescreen"].column,.ui.grid>.row>[class*="ten wide widescreen"].column,.ui.grid>[class*="ten wide widescreen"].column{width:62.5%!important}.ui.column.grid>[class*="eleven wide widescreen"].column,.ui.grid>.column.row>[class*="eleven wide widescreen"].column,.ui.grid>.row>[class*="eleven wide widescreen"].column,.ui.grid>[class*="eleven wide widescreen"].column{width:68.75%!important}.ui.column.grid>[class*="twelve wide widescreen"].column,.ui.grid>.column.row>[class*="twelve wide widescreen"].column,.ui.grid>.row>[class*="twelve wide widescreen"].column,.ui.grid>[class*="twelve wide widescreen"].column{width:75%!important}.ui.column.grid>[class*="thirteen wide widescreen"].column,.ui.grid>.column.row>[class*="thirteen wide widescreen"].column,.ui.grid>.row>[class*="thirteen wide widescreen"].column,.ui.grid>[class*="thirteen wide widescreen"].column{width:81.25%!important}.ui.column.grid>[class*="fourteen wide widescreen"].column,.ui.grid>.column.row>[class*="fourteen wide widescreen"].column,.ui.grid>.row>[class*="fourteen wide widescreen"].column,.ui.grid>[class*="fourteen wide widescreen"].column{width:87.5%!important}.ui.column.grid>[class*="fifteen wide widescreen"].column,.ui.grid>.column.row>[class*="fifteen wide widescreen"].column,.ui.grid>.row>[class*="fifteen wide widescreen"].column,.ui.grid>[class*="fifteen wide widescreen"].column{width:93.75%!important}.ui.column.grid>[class*="sixteen wide widescreen"].column,.ui.grid>.column.row>[class*="sixteen wide widescreen"].column,.ui.grid>.row>[class*="sixteen wide widescreen"].column,.ui.grid>[class*="sixteen wide widescreen"].column{width:100%!important}}.ui.centered.grid,.ui.centered.grid>.row,.ui.grid>.centered.row{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ui.centered.grid>.column:not(.aligned):not(.justified):not(.row),.ui.centered.grid>.row>.column:not(.aligned):not(.justified),.ui.grid .centered.row>.column:not(.aligned):not(.justified){text-align:left}.ui.grid>.centered.column,.ui.grid>.row>.centered.column{display:block;margin-left:auto;margin-right:auto}.ui.grid>.relaxed.row>.column,.ui.relaxed.grid>.column:not(.row),.ui.relaxed.grid>.row>.column{padding-left:1.5rem;padding-right:1.5rem}.ui.grid>[class*="very relaxed"].row>.column,.ui[class*="very relaxed"].grid>.column:not(.row),.ui[class*="very relaxed"].grid>.row>.column{padding-left:2.5rem;padding-right:2.5rem}.ui.grid .relaxed.row+.ui.divider,.ui.relaxed.grid .row+.ui.divider{margin-left:1.5rem;margin-right:1.5rem}.ui.grid [class*="very relaxed"].row+.ui.divider,.ui[class*="very relaxed"].grid .row+.ui.divider{margin-left:2.5rem;margin-right:2.5rem}.ui.padded.grid:not(.vertically):not(.horizontally){margin:0!important}[class*="horizontally padded"].ui.grid{margin-left:0!important;margin-right:0!important}[class*="vertically padded"].ui.grid{margin-top:0!important;margin-bottom:0!important}.ui.grid [class*="left floated"].column{margin-right:auto}.ui.grid [class*="right floated"].column{margin-left:auto}.ui.divided.grid:not([class*="vertically divided"])>.column:not(.row),.ui.divided.grid:not([class*="vertically divided"])>.row>.column{-webkit-box-shadow:-1px 0 0 0 rgba(34,36,38,.15);box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="vertically divided"].grid>.column:not(.row),.ui[class*="vertically divided"].grid>.row>.column{margin-top:1rem;margin-bottom:1rem;padding-top:0;padding-bottom:0}.ui[class*="vertically divided"].grid>.row{margin-top:0;margin-bottom:0}.ui.divided.grid:not([class*="vertically divided"])>.column:first-child,.ui.divided.grid:not([class*="vertically divided"])>.row>.column:first-child{-webkit-box-shadow:none;box-shadow:none}.ui[class*="vertically divided"].grid>.row:first-child>.column{margin-top:0}.ui.grid>.divided.row>.column{-webkit-box-shadow:-1px 0 0 0 rgba(34,36,38,.15);box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui.grid>.divided.row>.column:first-child{-webkit-box-shadow:none;box-shadow:none}.ui[class*="vertically divided"].grid>.row{position:relative}.ui[class*="vertically divided"].grid>.row:before{position:absolute;content:"";top:0;left:0;width:calc(100% - 2rem);height:1px;margin:0 1rem;-webkit-box-shadow:0 -1px 0 0 rgba(34,36,38,.15);box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.padded.divided.grid:not(.vertically):not(.horizontally),[class*="horizontally padded"].ui.divided.grid{width:100%}.ui[class*="vertically divided"].grid>.row:first-child:before{-webkit-box-shadow:none;box-shadow:none}.ui.inverted.divided.grid:not([class*="vertically divided"])>.column:not(.row),.ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column{-webkit-box-shadow:-1px 0 0 0 rgba(255,255,255,.1);box-shadow:-1px 0 0 0 rgba(255,255,255,.1)}.ui.inverted.divided.grid:not([class*="vertically divided"])>.column:not(.row):first-child,.ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column:first-child{-webkit-box-shadow:none;box-shadow:none}.ui.inverted[class*="vertically divided"].grid>.row:before{-webkit-box-shadow:0 -1px 0 0 rgba(255,255,255,.1);box-shadow:0 -1px 0 0 rgba(255,255,255,.1)}.ui.relaxed[class*="vertically divided"].grid>.row:before{margin-left:1.5rem;margin-right:1.5rem;width:calc(100% - 3rem)}.ui[class*="very relaxed"][class*="vertically divided"].grid>.row:before{margin-left:2.5rem;margin-right:2.5rem;width:calc(100% - 5rem)}.ui.celled.grid{width:100%;margin:1em 0;-webkit-box-shadow:0 0 0 1px #d4d4d5;box-shadow:0 0 0 1px #d4d4d5}.ui.celled.grid>.row{width:100%!important;margin:0;padding:0;-webkit-box-shadow:0 -1px 0 0 #d4d4d5;box-shadow:0 -1px 0 0 #d4d4d5}.ui.celled.grid>.column:not(.row),.ui.celled.grid>.row>.column{-webkit-box-shadow:-1px 0 0 0 #d4d4d5;box-shadow:-1px 0 0 0 #d4d4d5}.ui.celled.grid>.column:first-child,.ui.celled.grid>.row>.column:first-child{-webkit-box-shadow:none;box-shadow:none}.ui.celled.grid>.column:not(.row),.ui.celled.grid>.row>.column{padding:1em}.ui.relaxed.celled.grid>.column:not(.row),.ui.relaxed.celled.grid>.row>.column{padding:1.5em}.ui[class*="very relaxed"].celled.grid>.column:not(.row),.ui[class*="very relaxed"].celled.grid>.row>.column{padding:2em}.ui[class*="internally celled"].grid{-webkit-box-shadow:none;box-shadow:none;margin:0}.ui[class*="internally celled"].grid>.row:first-child{-webkit-box-shadow:none;box-shadow:none}.ui[class*="internally celled"].grid>.row>.column:first-child{-webkit-box-shadow:none;box-shadow:none}.ui.grid>.row>[class*="top aligned"].column,.ui.grid>[class*="top aligned"].column:not(.row),.ui.grid>[class*="top aligned"].row>.column,.ui[class*="top aligned"].grid>.column:not(.row),.ui[class*="top aligned"].grid>.row>.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;vertical-align:top;-ms-flex-item-align:start!important;align-self:flex-start!important}.ui.grid>.row>[class*="middle aligned"].column,.ui.grid>[class*="middle aligned"].column:not(.row),.ui.grid>[class*="middle aligned"].row>.column,.ui[class*="middle aligned"].grid>.column:not(.row),.ui[class*="middle aligned"].grid>.row>.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;vertical-align:middle;-ms-flex-item-align:center!important;align-self:center!important}.ui.grid>.row>[class*="bottom aligned"].column,.ui.grid>[class*="bottom aligned"].column:not(.row),.ui.grid>[class*="bottom aligned"].row>.column,.ui[class*="bottom aligned"].grid>.column:not(.row),.ui[class*="bottom aligned"].grid>.row>.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;vertical-align:bottom;-ms-flex-item-align:end!important;align-self:flex-end!important}.ui.grid>.row>.stretched.column,.ui.grid>.stretched.column:not(.row),.ui.grid>.stretched.row>.column,.ui.stretched.grid>.column,.ui.stretched.grid>.row>.column{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.grid>.row>.stretched.column>*,.ui.grid>.stretched.column:not(.row)>*,.ui.grid>.stretched.row>.column>*,.ui.stretched.grid>.column>*,.ui.stretched.grid>.row>.column>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.ui.grid>.row>[class*="left aligned"].column.column,.ui.grid>[class*="left aligned"].column.column,.ui.grid>[class*="left aligned"].row>.column,.ui[class*="left aligned"].grid>.column,.ui[class*="left aligned"].grid>.row>.column{text-align:left;-ms-flex-item-align:inherit;align-self:inherit}.ui.grid>.row>[class*="center aligned"].column.column,.ui.grid>[class*="center aligned"].column.column,.ui.grid>[class*="center aligned"].row>.column,.ui[class*="center aligned"].grid>.column,.ui[class*="center aligned"].grid>.row>.column{text-align:center;-ms-flex-item-align:inherit;align-self:inherit}.ui[class*="center aligned"].grid{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ui.grid>.row>[class*="right aligned"].column.column,.ui.grid>[class*="right aligned"].column.column,.ui.grid>[class*="right aligned"].row>.column,.ui[class*="right aligned"].grid>.column,.ui[class*="right aligned"].grid>.row>.column{text-align:right;-ms-flex-item-align:inherit;align-self:inherit}.ui.grid>.justified.column.column,.ui.grid>.justified.row>.column,.ui.grid>.row>.justified.column.column,.ui.justified.grid>.column,.ui.justified.grid>.row>.column{text-align:justify;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.ui.grid>.row>.black.column,.ui.grid>.row>.blue.column,.ui.grid>.row>.brown.column,.ui.grid>.row>.green.column,.ui.grid>.row>.grey.column,.ui.grid>.row>.olive.column,.ui.grid>.row>.orange.column,.ui.grid>.row>.pink.column,.ui.grid>.row>.purple.column,.ui.grid>.row>.red.column,.ui.grid>.row>.teal.column,.ui.grid>.row>.violet.column,.ui.grid>.row>.yellow.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui.grid>.red.column,.ui.grid>.red.row,.ui.grid>.row>.red.column{background-color:#db2828!important;color:#fff}.ui.grid>.orange.column,.ui.grid>.orange.row,.ui.grid>.row>.orange.column{background-color:#f2711c!important;color:#fff}.ui.grid>.row>.yellow.column,.ui.grid>.yellow.column,.ui.grid>.yellow.row{background-color:#fbbd08!important;color:#fff}.ui.grid>.olive.column,.ui.grid>.olive.row,.ui.grid>.row>.olive.column{background-color:#b5cc18!important;color:#fff}.ui.grid>.green.column,.ui.grid>.green.row,.ui.grid>.row>.green.column{background-color:#21ba45!important;color:#fff}.ui.grid>.row>.teal.column,.ui.grid>.teal.column,.ui.grid>.teal.row{background-color:#00b5ad!important;color:#fff}.ui.grid>.blue.column,.ui.grid>.blue.row,.ui.grid>.row>.blue.column{background-color:#2185d0!important;color:#fff}.ui.grid>.row>.violet.column,.ui.grid>.violet.column,.ui.grid>.violet.row{background-color:#6435c9!important;color:#fff}.ui.grid>.purple.column,.ui.grid>.purple.row,.ui.grid>.row>.purple.column{background-color:#a333c8!important;color:#fff}.ui.grid>.pink.column,.ui.grid>.pink.row,.ui.grid>.row>.pink.column{background-color:#e03997!important;color:#fff}.ui.grid>.brown.column,.ui.grid>.brown.row,.ui.grid>.row>.brown.column{background-color:#a5673f!important;color:#fff}.ui.grid>.grey.column,.ui.grid>.grey.row,.ui.grid>.row>.grey.column{background-color:#767676!important;color:#fff}.ui.grid>.black.column,.ui.grid>.black.row,.ui.grid>.row>.black.column{background-color:#1b1c1d!important;color:#fff}.ui.grid>[class*="equal width"].row>.column,.ui[class*="equal width"].grid>.column:not(.row),.ui[class*="equal width"].grid>.row>.column{display:inline-block;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.ui.grid>[class*="equal width"].row>.wide.column,.ui[class*="equal width"].grid>.row>.wide.column,.ui[class*="equal width"].grid>.wide.column{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}@media only screen and (max-width:767px){.ui.grid>[class*="mobile reversed"].row,.ui[class*="mobile reversed"].grid,.ui[class*="mobile reversed"].grid>.row{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ui.stackable[class*="mobile reversed"],.ui[class*="mobile vertically reversed"].grid{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child{-webkit-box-shadow:-1px 0 0 0 rgba(34,36,38,.15);box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child{-webkit-box-shadow:none;box-shadow:none}.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"]>.row:first-child:before{-webkit-box-shadow:0 -1px 0 0 rgba(34,36,38,.15);box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"]>.row:last-child:before{-webkit-box-shadow:none;box-shadow:none}.ui[class*="mobile reversed"].celled.grid>.row>.column:first-child{-webkit-box-shadow:-1px 0 0 0 #d4d4d5;box-shadow:-1px 0 0 0 #d4d4d5}.ui[class*="mobile reversed"].celled.grid>.row>.column:last-child{-webkit-box-shadow:none;box-shadow:none}}@media only screen and (min-width:768px) and (max-width:991px){.ui.grid>[class*="tablet reversed"].row,.ui[class*="tablet reversed"].grid,.ui[class*="tablet reversed"].grid>.row{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ui[class*="tablet vertically reversed"].grid{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child{-webkit-box-shadow:-1px 0 0 0 rgba(34,36,38,.15);box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child{-webkit-box-shadow:none;box-shadow:none}.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"]>.row:first-child:before{-webkit-box-shadow:0 -1px 0 0 rgba(34,36,38,.15);box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"]>.row:last-child:before{-webkit-box-shadow:none;box-shadow:none}.ui[class*="tablet reversed"].celled.grid>.row>.column:first-child{-webkit-box-shadow:-1px 0 0 0 #d4d4d5;box-shadow:-1px 0 0 0 #d4d4d5}.ui[class*="tablet reversed"].celled.grid>.row>.column:last-child{-webkit-box-shadow:none;box-shadow:none}}@media only screen and (min-width:992px){.ui.grid>[class*="computer reversed"].row,.ui[class*="computer reversed"].grid,.ui[class*="computer reversed"].grid>.row{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ui[class*="computer vertically reversed"].grid{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child{-webkit-box-shadow:-1px 0 0 0 rgba(34,36,38,.15);box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child{-webkit-box-shadow:none;box-shadow:none}.ui.grid[class*="vertically divided"][class*="computer vertically reversed"]>.row:first-child:before{-webkit-box-shadow:0 -1px 0 0 rgba(34,36,38,.15);box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.grid[class*="vertically divided"][class*="computer vertically reversed"]>.row:last-child:before{-webkit-box-shadow:none;box-shadow:none}.ui[class*="computer reversed"].celled.grid>.row>.column:first-child{-webkit-box-shadow:-1px 0 0 0 #d4d4d5;box-shadow:-1px 0 0 0 #d4d4d5}.ui[class*="computer reversed"].celled.grid>.row>.column:last-child{-webkit-box-shadow:none;box-shadow:none}}@media only screen and (min-width:768px) and (max-width:991px){.ui.doubling.grid{width:auto}.ui.doubling.grid>.row,.ui.grid>.doubling.row{margin:0!important;padding:0!important}.ui.doubling.grid>.row>.column,.ui.grid>.doubling.row>.column{display:inline-block!important;padding-top:1rem!important;padding-bottom:1rem!important;-webkit-box-shadow:none!important;box-shadow:none!important;margin:0}.ui.grid>[class*="two column"].doubling.row.row>.column,.ui[class*="two column"].doubling.grid>.column:not(.row),.ui[class*="two column"].doubling.grid>.row>.column{width:100%!important}.ui.grid>[class*="three column"].doubling.row.row>.column,.ui[class*="three column"].doubling.grid>.column:not(.row),.ui[class*="three column"].doubling.grid>.row>.column{width:50%!important}.ui.grid>[class*="four column"].doubling.row.row>.column,.ui[class*="four column"].doubling.grid>.column:not(.row),.ui[class*="four column"].doubling.grid>.row>.column{width:50%!important}.ui.grid>[class*="five column"].doubling.row.row>.column,.ui[class*="five column"].doubling.grid>.column:not(.row),.ui[class*="five column"].doubling.grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="six column"].doubling.row.row>.column,.ui[class*="six column"].doubling.grid>.column:not(.row),.ui[class*="six column"].doubling.grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="seven column"].doubling.row.row>.column,.ui[class*="seven column"].doubling.grid>.column:not(.row),.ui[class*="seven column"].doubling.grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="eight column"].doubling.row.row>.column,.ui[class*="eight column"].doubling.grid>.column:not(.row),.ui[class*="eight column"].doubling.grid>.row>.column{width:25%!important}.ui.grid>[class*="nine column"].doubling.row.row>.column,.ui[class*="nine column"].doubling.grid>.column:not(.row),.ui[class*="nine column"].doubling.grid>.row>.column{width:25%!important}.ui.grid>[class*="ten column"].doubling.row.row>.column,.ui[class*="ten column"].doubling.grid>.column:not(.row),.ui[class*="ten column"].doubling.grid>.row>.column{width:20%!important}.ui.grid>[class*="eleven column"].doubling.row.row>.column,.ui[class*="eleven column"].doubling.grid>.column:not(.row),.ui[class*="eleven column"].doubling.grid>.row>.column{width:20%!important}.ui.grid>[class*="twelve column"].doubling.row.row>.column,.ui[class*="twelve column"].doubling.grid>.column:not(.row),.ui[class*="twelve column"].doubling.grid>.row>.column{width:16.66666667%!important}.ui.grid>[class*="thirteen column"].doubling.row.row>.column,.ui[class*="thirteen column"].doubling.grid>.column:not(.row),.ui[class*="thirteen column"].doubling.grid>.row>.column{width:16.66666667%!important}.ui.grid>[class*="fourteen column"].doubling.row.row>.column,.ui[class*="fourteen column"].doubling.grid>.column:not(.row),.ui[class*="fourteen column"].doubling.grid>.row>.column{width:14.28571429%!important}.ui.grid>[class*="fifteen column"].doubling.row.row>.column,.ui[class*="fifteen column"].doubling.grid>.column:not(.row),.ui[class*="fifteen column"].doubling.grid>.row>.column{width:14.28571429%!important}.ui.grid>[class*="sixteen column"].doubling.row.row>.column,.ui[class*="sixteen column"].doubling.grid>.column:not(.row),.ui[class*="sixteen column"].doubling.grid>.row>.column{width:12.5%!important}}@media only screen and (max-width:767px){.ui.doubling.grid>.row,.ui.grid>.doubling.row{margin:0!important;padding:0!important}.ui.doubling.grid>.row>.column,.ui.grid>.doubling.row>.column{padding-top:1rem!important;padding-bottom:1rem!important;margin:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}.ui.grid>[class*="two column"].doubling:not(.stackable).row.row>.column,.ui[class*="two column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="two column"].doubling:not(.stackable).grid>.row>.column{width:100%!important}.ui.grid>[class*="three column"].doubling:not(.stackable).row.row>.column,.ui[class*="three column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="three column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="four column"].doubling:not(.stackable).row.row>.column,.ui[class*="four column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="four column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="five column"].doubling:not(.stackable).row.row>.column,.ui[class*="five column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="five column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="six column"].doubling:not(.stackable).row.row>.column,.ui[class*="six column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="six column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="seven column"].doubling:not(.stackable).row.row>.column,.ui[class*="seven column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="seven column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="eight column"].doubling:not(.stackable).row.row>.column,.ui[class*="eight column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="eight column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="nine column"].doubling:not(.stackable).row.row>.column,.ui[class*="nine column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="nine column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="ten column"].doubling:not(.stackable).row.row>.column,.ui[class*="ten column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="ten column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="eleven column"].doubling:not(.stackable).row.row>.column,.ui[class*="eleven column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="eleven column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="twelve column"].doubling:not(.stackable).row.row>.column,.ui[class*="twelve column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="twelve column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="thirteen column"].doubling:not(.stackable).row.row>.column,.ui[class*="thirteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="thirteen column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="fourteen column"].doubling:not(.stackable).row.row>.column,.ui[class*="fourteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="fourteen column"].doubling:not(.stackable).grid>.row>.column{width:25%!important}.ui.grid>[class*="fifteen column"].doubling:not(.stackable).row.row>.column,.ui[class*="fifteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="fifteen column"].doubling:not(.stackable).grid>.row>.column{width:25%!important}.ui.grid>[class*="sixteen column"].doubling:not(.stackable).row.row>.column,.ui[class*="sixteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="sixteen column"].doubling:not(.stackable).grid>.row>.column{width:25%!important}}@media only screen and (max-width:767px){.ui.stackable.grid{width:auto;margin-left:0!important;margin-right:0!important}.ui.grid>.stackable.stackable.row>.column,.ui.stackable.grid>.column.grid>.column,.ui.stackable.grid>.column.row>.column,.ui.stackable.grid>.column:not(.row),.ui.stackable.grid>.row>.column,.ui.stackable.grid>.row>.wide.column,.ui.stackable.grid>.wide.column{width:100%!important;margin:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important;padding:1rem 1rem!important}.ui.stackable.grid:not(.vertically)>.row{margin:0;padding:0}.ui.container>.ui.stackable.grid>.column,.ui.container>.ui.stackable.grid>.row>.column{padding-left:0!important;padding-right:0!important}.ui.grid .ui.stackable.grid,.ui.segment:not(.vertical) .ui.stackable.page.grid{margin-left:-1rem!important;margin-right:-1rem!important}.ui.stackable.celled.grid>.column:not(.row):first-child,.ui.stackable.celled.grid>.row:first-child>.column:first-child,.ui.stackable.divided.grid>.column:not(.row):first-child,.ui.stackable.divided.grid>.row:first-child>.column:first-child{border-top:none!important}.ui.inverted.stackable.celled.grid>.column:not(.row),.ui.inverted.stackable.celled.grid>.row>.column,.ui.inverted.stackable.divided.grid>.column:not(.row),.ui.inverted.stackable.divided.grid>.row>.column{border-top:1px solid rgba(255,255,255,.1)}.ui.stackable.celled.grid>.column:not(.row),.ui.stackable.celled.grid>.row>.column,.ui.stackable.divided:not(.vertically).grid>.column:not(.row),.ui.stackable.divided:not(.vertically).grid>.row>.column{border-top:1px solid rgba(34,36,38,.15);-webkit-box-shadow:none!important;box-shadow:none!important;padding-top:2rem!important;padding-bottom:2rem!important}.ui.stackable.celled.grid>.row{-webkit-box-shadow:none!important;box-shadow:none!important}.ui.stackable.divided:not(.vertically).grid>.column:not(.row),.ui.stackable.divided:not(.vertically).grid>.row>.column{padding-left:0!important;padding-right:0!important}}@media only screen and (max-width:767px){.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.mobile),.ui.grid.grid.grid>[class*="tablet only"].column:not(.mobile),.ui.grid.grid.grid>[class*="tablet only"].row:not(.mobile),.ui[class*="tablet only"].grid.grid.grid:not(.mobile){display:none!important}.ui.grid.grid.grid>.row>[class*="computer only"].column:not(.mobile),.ui.grid.grid.grid>[class*="computer only"].column:not(.mobile),.ui.grid.grid.grid>[class*="computer only"].row:not(.mobile),.ui[class*="computer only"].grid.grid.grid:not(.mobile){display:none!important}.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui[class*="large screen only"].grid.grid.grid:not(.mobile){display:none!important}.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.tablet),.ui.grid.grid.grid>[class*="mobile only"].column:not(.tablet),.ui.grid.grid.grid>[class*="mobile only"].row:not(.tablet),.ui[class*="mobile only"].grid.grid.grid:not(.tablet){display:none!important}.ui.grid.grid.grid>.row>[class*="computer only"].column:not(.tablet),.ui.grid.grid.grid>[class*="computer only"].column:not(.tablet),.ui.grid.grid.grid>[class*="computer only"].row:not(.tablet),.ui[class*="computer only"].grid.grid.grid:not(.tablet){display:none!important}.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui[class*="large screen only"].grid.grid.grid:not(.mobile){display:none!important}.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:992px) and (max-width:1199px){.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui[class*="mobile only"].grid.grid.grid:not(.computer){display:none!important}.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer){display:none!important}.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui[class*="large screen only"].grid.grid.grid:not(.mobile){display:none!important}.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:1200px) and (max-width:1919px){.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui[class*="mobile only"].grid.grid.grid:not(.computer){display:none!important}.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer){display:none!important}.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:1920px){.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui[class*="mobile only"].grid.grid.grid:not(.computer){display:none!important}.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer){display:none!important}}.ui.menu{display:-webkit-box;display:-ms-flexbox;display:flex;margin:1rem 0;background:#fff;font-weight:400;border:1px solid rgba(34,36,38,.15);-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15);border-radius:.28571429rem;min-height:2.85714286em}.ui.menu:after{content:'';display:block;height:0;clear:both;visibility:hidden}.ui.menu:first-child{margin-top:0}.ui.menu:last-child{margin-bottom:0}.ui.menu .menu{margin:0}.ui.menu:not(.vertical)>.menu{display:-webkit-box;display:-ms-flexbox;display:flex}.ui.menu:not(.vertical) .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ui.menu .item{position:relative;vertical-align:middle;line-height:1;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:0 0;padding:.92857143em 1.14285714em;text-transform:none;color:rgba(0,0,0,.87);font-weight:400;-webkit-transition:background .1s ease,color .1s ease,-webkit-box-shadow .1s ease;transition:background .1s ease,color .1s ease,-webkit-box-shadow .1s ease;transition:background .1s ease,box-shadow .1s ease,color .1s ease;transition:background .1s ease,box-shadow .1s ease,color .1s ease,-webkit-box-shadow .1s ease}.ui.menu>.item:first-child{border-radius:.28571429rem 0 0 .28571429rem}.ui.menu .item:before{position:absolute;content:'';top:0;right:0;height:100%;width:1px;background:rgba(34,36,38,.1)}.ui.menu .item>a:not(.ui),.ui.menu .item>p:only-child,.ui.menu .text.item>*{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;line-height:1.3}.ui.menu .item>p:first-child{margin-top:0}.ui.menu .item>p:last-child{margin-bottom:0}.ui.menu .item>i.icon{opacity:.9;float:none;margin:0 .35714286em 0 0}.ui.menu:not(.vertical) .item>.button{position:relative;top:0;margin:-.5em 0;padding-bottom:.78571429em;padding-top:.78571429em;font-size:1em}.ui.menu>.container,.ui.menu>.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;-webkit-box-orient:inherit;-webkit-box-direction:inherit;-ms-flex-direction:inherit;flex-direction:inherit}.ui.menu .item>.input{width:100%}.ui.menu:not(.vertical) .item>.input{position:relative;top:0;margin:-.5em 0}.ui.menu .item>.input input{font-size:1em;padding-top:.57142857em;padding-bottom:.57142857em}.ui.menu .header.item,.ui.vertical.menu .header.item{margin:0;background:'';text-transform:normal;font-weight:700}.ui.vertical.menu .item>.header:not(.ui){margin:0 0 .5em;font-size:1em;font-weight:700}.ui.menu .item>i.dropdown.icon{padding:0;float:right;margin:0 0 0 1em}.ui.menu .dropdown.item .menu{min-width:calc(100% - 1px);border-radius:0 0 .28571429rem .28571429rem;background:#fff;margin:0 0 0;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.08);box-shadow:0 1px 3px 0 rgba(0,0,0,.08);-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.ui.menu .ui.dropdown .menu>.item{margin:0;text-align:left;font-size:1em!important;padding:.78571429em 1.14285714em!important;background:0 0!important;color:rgba(0,0,0,.87)!important;text-transform:none!important;font-weight:400!important;-webkit-box-shadow:none!important;box-shadow:none!important;-webkit-transition:none!important;transition:none!important}.ui.menu .ui.dropdown .menu>.item:hover{background:rgba(0,0,0,.05)!important;color:rgba(0,0,0,.95)!important}.ui.menu .ui.dropdown .menu>.selected.item{background:rgba(0,0,0,.05)!important;color:rgba(0,0,0,.95)!important}.ui.menu .ui.dropdown .menu>.active.item{background:rgba(0,0,0,.03)!important;font-weight:700!important;color:rgba(0,0,0,.95)!important}.ui.menu .ui.dropdown.item .menu .item:not(.filtered){display:block}.ui.menu .ui.dropdown .menu>.item .icon:not(.dropdown){display:inline-block;font-size:1em!important;float:none;margin:0 .75em 0 0!important}.ui.secondary.menu .dropdown.item>.menu,.ui.text.menu .dropdown.item>.menu{border-radius:.28571429rem;margin-top:.35714286em}.ui.menu .pointing.dropdown.item .menu{margin-top:.75em}.ui.inverted.menu .search.dropdown.item>.search,.ui.inverted.menu .search.dropdown.item>.text{color:rgba(255,255,255,.9)}.ui.vertical.menu .dropdown.item>.icon{float:right;content:"\f0da";margin-left:1em}.ui.vertical.menu .dropdown.item .menu{left:100%;min-width:0;margin:0;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.08);box-shadow:0 1px 3px 0 rgba(0,0,0,.08);border-radius:0 .28571429rem .28571429rem .28571429rem}.ui.vertical.menu .dropdown.item.upward .menu{bottom:0}.ui.vertical.menu .dropdown.item:not(.upward) .menu{top:0}.ui.vertical.menu .active.dropdown.item{border-top-right-radius:0;border-bottom-right-radius:0}.ui.vertical.menu .dropdown.active.item{-webkit-box-shadow:none;box-shadow:none}.ui.item.menu .dropdown .menu .item{width:100%}.ui.menu .item>.label{background:#999;color:#fff;margin-left:1em;padding:.3em .78571429em}.ui.vertical.menu .item>.label{background:#999;color:#fff;margin-top:-.15em;margin-bottom:-.15em;padding:.3em .78571429em}.ui.menu .item>.floating.label{padding:.3em .78571429em}.ui.menu .item>img:not(.ui){display:inline-block;vertical-align:middle;margin:-.3em 0;width:2.5em}.ui.vertical.menu .item>img:not(.ui):only-child{display:block;max-width:100%;width:auto}.ui.menu .list .item:before{background:0 0!important}.ui.vertical.sidebar.menu>.item:first-child:before{display:block!important}.ui.vertical.sidebar.menu>.item::before{top:auto;bottom:0}@media only screen and (max-width:767px){.ui.menu>.ui.container{width:100%!important;margin-left:0!important;margin-right:0!important}}@media only screen and (min-width:768px){.ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless)>.container>.item:not(.right):not(.borderless):first-child{border-left:1px solid rgba(34,36,38,.1)}}.ui.link.menu .item:hover,.ui.menu .dropdown.item:hover,.ui.menu .link.item:hover,.ui.menu a.item:hover{cursor:pointer;background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.link.menu .item:active,.ui.menu .link.item:active,.ui.menu a.item:active{background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.menu .active.item{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);font-weight:400;-webkit-box-shadow:none;box-shadow:none}.ui.menu .active.item>i.icon{opacity:1}.ui.menu .active.item:hover,.ui.vertical.menu .active.item:hover{background-color:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.menu .item.disabled,.ui.menu .item.disabled:hover{cursor:default!important;background-color:transparent!important;color:rgba(40,40,40,.3)!important}.ui.menu:not(.vertical) .left.item,.ui.menu:not(.vertical) :not(.dropdown)>.left.menu{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:auto!important}.ui.menu:not(.vertical) .right.item,.ui.menu:not(.vertical) .right.menu{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto!important}.ui.menu .right.item::before,.ui.menu .right.menu>.item::before{right:auto;left:0}.ui.vertical.menu{display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.ui.vertical.menu .item{display:block;background:0 0;border-top:none;border-right:none}.ui.vertical.menu>.item:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.menu>.item:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.menu .item>.label{float:right;text-align:center}.ui.vertical.menu .item>i.icon{width:1.18em;float:right;margin:0 0 0 .5em}.ui.vertical.menu .item>.label+i.icon{float:none;margin:0 .5em 0 0}.ui.vertical.menu .item:before{position:absolute;content:'';top:0;left:0;width:100%;height:1px;background:rgba(34,36,38,.1)}.ui.vertical.menu .item:first-child:before{display:none!important}.ui.vertical.menu .item>.menu{margin:.5em -1.14285714em 0}.ui.vertical.menu .menu .item{background:0 0;padding:.5em 1.33333333em;font-size:.85714286em;color:rgba(0,0,0,.5)}.ui.vertical.menu .item .menu .link.item:hover,.ui.vertical.menu .item .menu a.item:hover{color:rgba(0,0,0,.85)}.ui.vertical.menu .menu .item:before{display:none}.ui.vertical.menu .active.item{background:rgba(0,0,0,.05);border-radius:0;-webkit-box-shadow:none;box-shadow:none}.ui.vertical.menu>.active.item:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.menu>.active.item:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.menu>.active.item:only-child{border-radius:.28571429rem}.ui.vertical.menu .active.item .menu .active.item{border-left:none}.ui.vertical.menu .item .menu .active.item{background-color:transparent;font-weight:700;color:rgba(0,0,0,.95)}.ui.tabular.menu{border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important;border:none;background:none transparent;border-bottom:1px solid #d4d4d5}.ui.tabular.fluid.menu{width:calc(100% + (1px * 2))!important}.ui.tabular.menu .item{background:0 0;border-bottom:none;border-left:1px solid transparent;border-right:1px solid transparent;border-top:2px solid transparent;padding:.92857143em 1.42857143em;color:rgba(0,0,0,.87)}.ui.tabular.menu .item:before{display:none}.ui.tabular.menu .item:hover{background-color:transparent;color:rgba(0,0,0,.8)}.ui.tabular.menu .active.item{background:none #fff;color:rgba(0,0,0,.95);border-top-width:1px;border-color:#d4d4d5;font-weight:700;margin-bottom:-1px;-webkit-box-shadow:none;box-shadow:none;border-radius:.28571429rem .28571429rem 0 0!important}.ui.tabular.menu+.attached:not(.top).segment,.ui.tabular.menu+.attached:not(.top).segment+.attached:not(.top).segment{border-top:none;margin-left:0;margin-top:0;margin-right:0;width:100%}.top.attached.segment+.ui.bottom.tabular.menu{position:relative;width:calc(100% + (1px * 2));left:-1px}.ui.bottom.tabular.menu{background:none transparent;border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important;border-bottom:none;border-top:1px solid #d4d4d5}.ui.bottom.tabular.menu .item{background:0 0;border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;border-top:none}.ui.bottom.tabular.menu .active.item{background:none #fff;color:rgba(0,0,0,.95);border-color:#d4d4d5;margin:-1px 0 0 0;border-radius:0 0 .28571429rem .28571429rem!important}.ui.vertical.tabular.menu{background:none transparent;border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important;border-bottom:none;border-right:1px solid #d4d4d5}.ui.vertical.tabular.menu .item{background:0 0;border-left:1px solid transparent;border-bottom:1px solid transparent;border-top:1px solid transparent;border-right:none}.ui.vertical.tabular.menu .active.item{background:none #fff;color:rgba(0,0,0,.95);border-color:#d4d4d5;margin:0 -1px 0 0;border-radius:.28571429rem 0 0 .28571429rem!important}.ui.vertical.right.tabular.menu{background:none transparent;border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important;border-bottom:none;border-right:none;border-left:1px solid #d4d4d5}.ui.vertical.right.tabular.menu .item{background:0 0;border-right:1px solid transparent;border-bottom:1px solid transparent;border-top:1px solid transparent;border-left:none}.ui.vertical.right.tabular.menu .active.item{background:none #fff;color:rgba(0,0,0,.95);border-color:#d4d4d5;margin:0 0 0 -1px;border-radius:0 .28571429rem .28571429rem 0!important}.ui.tabular.menu .active.dropdown.item{margin-bottom:0;border-left:1px solid transparent;border-right:1px solid transparent;border-top:2px solid transparent;border-bottom:none}.ui.pagination.menu{margin:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.ui.pagination.menu .item:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.compact.menu .item:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.pagination.menu .item:last-child:before{display:none}.ui.pagination.menu .item{min-width:3em;text-align:center}.ui.pagination.menu .icon.item i.icon{vertical-align:top}.ui.pagination.menu .active.item{border-top:none;padding-top:.92857143em;background-color:rgba(0,0,0,.05);color:rgba(0,0,0,.95);-webkit-box-shadow:none;box-shadow:none}.ui.secondary.menu{background:0 0;margin-left:-.35714286em;margin-right:-.35714286em;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none}.ui.secondary.menu .item{-ms-flex-item-align:center;align-self:center;-webkit-box-shadow:none;box-shadow:none;border:none;padding:.78571429em .92857143em;margin:0 .35714286em;background:0 0;-webkit-transition:color .1s ease;transition:color .1s ease;border-radius:.28571429rem}.ui.secondary.menu .item:before{display:none!important}.ui.secondary.menu .header.item{border-radius:0;border-right:none;background:none transparent}.ui.secondary.menu .item>img:not(.ui){margin:0}.ui.secondary.menu .dropdown.item:hover,.ui.secondary.menu .link.item:hover,.ui.secondary.menu a.item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.secondary.menu .active.item{-webkit-box-shadow:none;box-shadow:none;background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);border-radius:.28571429rem}.ui.secondary.menu .active.item:hover{-webkit-box-shadow:none;box-shadow:none;background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.secondary.inverted.menu .link.item,.ui.secondary.inverted.menu a.item{color:rgba(255,255,255,.7)!important}.ui.secondary.inverted.menu .dropdown.item:hover,.ui.secondary.inverted.menu .link.item:hover,.ui.secondary.inverted.menu a.item:hover{background:rgba(255,255,255,.08);color:#fff!important}.ui.secondary.inverted.menu .active.item{background:rgba(255,255,255,.15);color:#fff!important}.ui.secondary.item.menu{margin-left:0;margin-right:0}.ui.secondary.item.menu .item:last-child{margin-right:0}.ui.secondary.attached.menu{-webkit-box-shadow:none;box-shadow:none}.ui.vertical.secondary.menu .item:not(.dropdown)>.menu{margin:0 -.92857143em}.ui.vertical.secondary.menu .item:not(.dropdown)>.menu>.item{margin:0;padding:.5em 1.33333333em}.ui.secondary.vertical.menu>.item{border:none;margin:0 0 .35714286em;border-radius:.28571429rem!important}.ui.secondary.vertical.menu>.header.item{border-radius:0}.ui.vertical.secondary.menu .item>.menu .item{background-color:transparent}.ui.secondary.inverted.menu{background-color:transparent}.ui.secondary.pointing.menu{margin-left:0;margin-right:0;border-bottom:2px solid rgba(34,36,38,.15)}.ui.secondary.pointing.menu .item{border-bottom-color:transparent;border-bottom-style:solid;border-radius:0;-ms-flex-item-align:end;align-self:flex-end;margin:0 0 -2px;padding:.85714286em 1.14285714em;border-bottom-width:2px;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.secondary.pointing.menu .header.item{color:rgba(0,0,0,.85)!important}.ui.secondary.pointing.menu .text.item{-webkit-box-shadow:none!important;box-shadow:none!important}.ui.secondary.pointing.menu .item:after{display:none}.ui.secondary.pointing.menu .dropdown.item:hover,.ui.secondary.pointing.menu .link.item:hover,.ui.secondary.pointing.menu a.item:hover{background-color:transparent;color:rgba(0,0,0,.87)}.ui.secondary.pointing.menu .dropdown.item:active,.ui.secondary.pointing.menu .link.item:active,.ui.secondary.pointing.menu a.item:active{background-color:transparent;border-color:rgba(34,36,38,.15)}.ui.secondary.pointing.menu .active.item{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;border-color:#1b1c1d;font-weight:700;color:rgba(0,0,0,.95)}.ui.secondary.pointing.menu .active.item:hover{border-color:#1b1c1d;color:rgba(0,0,0,.95)}.ui.secondary.pointing.menu .active.dropdown.item{border-color:transparent}.ui.secondary.vertical.pointing.menu{border-bottom-width:0;border-right-width:2px;border-right-style:solid;border-right-color:rgba(34,36,38,.15)}.ui.secondary.vertical.pointing.menu .item{border-bottom:none;border-right-style:solid;border-right-color:transparent;border-radius:0!important;margin:0 -2px 0 0;border-right-width:2px}.ui.secondary.vertical.pointing.menu .active.item{border-color:#1b1c1d}.ui.secondary.inverted.pointing.menu{border-color:rgba(255,255,255,.1)}.ui.secondary.inverted.pointing.menu{border-width:2px;border-color:rgba(34,36,38,.15)}.ui.secondary.inverted.pointing.menu .item{color:rgba(255,255,255,.9)}.ui.secondary.inverted.pointing.menu .header.item{color:#fff!important}.ui.secondary.inverted.pointing.menu .link.item:hover,.ui.secondary.inverted.pointing.menu a.item:hover{color:rgba(0,0,0,.95)}.ui.secondary.inverted.pointing.menu .active.item{border-color:#fff;color:#fff}.ui.text.menu{background:none transparent;border-radius:0;-webkit-box-shadow:none;box-shadow:none;border:none;margin:1em -.5em}.ui.text.menu .item{border-radius:0;-webkit-box-shadow:none;box-shadow:none;-ms-flex-item-align:center;align-self:center;margin:0 0;padding:.35714286em .5em;font-weight:400;color:rgba(0,0,0,.6);-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.text.menu .item:before,.ui.text.menu .menu .item:before{display:none!important}.ui.text.menu .header.item{background-color:transparent;opacity:1;color:rgba(0,0,0,.85);font-size:.92857143em;text-transform:uppercase;font-weight:700}.ui.text.menu .item>img:not(.ui){margin:0}.ui.text.item.menu .item{margin:0}.ui.vertical.text.menu{margin:1em 0}.ui.vertical.text.menu:first-child{margin-top:0}.ui.vertical.text.menu:last-child{margin-bottom:0}.ui.vertical.text.menu .item{margin:.57142857em 0;padding-left:0;padding-right:0}.ui.vertical.text.menu .item>i.icon{float:none;margin:0 .35714286em 0 0}.ui.vertical.text.menu .header.item{margin:.57142857em 0 .71428571em}.ui.vertical.text.menu .item:not(.dropdown)>.menu{margin:0}.ui.vertical.text.menu .item:not(.dropdown)>.menu>.item{margin:0;padding:.5em 0}.ui.text.menu .item:hover{opacity:1;background-color:transparent}.ui.text.menu .active.item{background-color:transparent;border:none;-webkit-box-shadow:none;box-shadow:none;font-weight:400;color:rgba(0,0,0,.95)}.ui.text.menu .active.item:hover{background-color:transparent}.ui.text.pointing.menu .active.item:after{-webkit-box-shadow:none;box-shadow:none}.ui.text.attached.menu{-webkit-box-shadow:none;box-shadow:none}.ui.inverted.text.menu,.ui.inverted.text.menu .active.item,.ui.inverted.text.menu .item,.ui.inverted.text.menu .item:hover{background-color:transparent!important}.ui.fluid.text.menu{margin-left:0;margin-right:0}.ui.vertical.icon.menu{display:inline-block;width:auto}.ui.icon.menu .item{height:auto;text-align:center;color:#1b1c1d}.ui.icon.menu .item>.icon:not(.dropdown){margin:0;opacity:1}.ui.icon.menu .icon:before{opacity:1}.ui.menu .icon.item>.icon{width:auto;margin:0 auto}.ui.vertical.icon.menu .item>.icon:not(.dropdown){display:block;opacity:1;margin:0 auto;float:none}.ui.inverted.icon.menu .item{color:#fff}.ui.labeled.icon.menu{text-align:center}.ui.labeled.icon.menu .item{min-width:6em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.labeled.icon.menu .item>.icon:not(.dropdown){height:1em;display:block;font-size:1.71428571em!important;margin:0 auto .5rem!important}.ui.fluid.labeled.icon.menu>.item{min-width:0}@media only screen and (max-width:767px){.ui.stackable.menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.stackable.menu .item{width:100%!important}.ui.stackable.menu .item:before{position:absolute;content:'';top:auto;bottom:0;left:0;width:100%;height:1px;background:rgba(34,36,38,.1)}.ui.stackable.menu .left.item,.ui.stackable.menu .left.menu{margin-right:0!important}.ui.stackable.menu .right.item,.ui.stackable.menu .right.menu{margin-left:0!important}.ui.stackable.menu .left.menu,.ui.stackable.menu .right.menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.ui.menu .red.active.item,.ui.red.menu .active.item{border-color:#db2828!important;color:#db2828!important}.ui.menu .orange.active.item,.ui.orange.menu .active.item{border-color:#f2711c!important;color:#f2711c!important}.ui.menu .yellow.active.item,.ui.yellow.menu .active.item{border-color:#fbbd08!important;color:#fbbd08!important}.ui.menu .olive.active.item,.ui.olive.menu .active.item{border-color:#b5cc18!important;color:#b5cc18!important}.ui.green.menu .active.item,.ui.menu .green.active.item{border-color:#21ba45!important;color:#21ba45!important}.ui.menu .teal.active.item,.ui.teal.menu .active.item{border-color:#00b5ad!important;color:#00b5ad!important}.ui.blue.menu .active.item,.ui.menu .blue.active.item{border-color:#2185d0!important;color:#2185d0!important}.ui.menu .violet.active.item,.ui.violet.menu .active.item{border-color:#6435c9!important;color:#6435c9!important}.ui.menu .purple.active.item,.ui.purple.menu .active.item{border-color:#a333c8!important;color:#a333c8!important}.ui.menu .pink.active.item,.ui.pink.menu .active.item{border-color:#e03997!important;color:#e03997!important}.ui.brown.menu .active.item,.ui.menu .brown.active.item{border-color:#a5673f!important;color:#a5673f!important}.ui.grey.menu .active.item,.ui.menu .grey.active.item{border-color:#767676!important;color:#767676!important}.ui.inverted.menu{border:0 solid transparent;background:#1b1c1d;-webkit-box-shadow:none;box-shadow:none}.ui.inverted.menu .item,.ui.inverted.menu .item>a:not(.ui){background:0 0;color:rgba(255,255,255,.9)}.ui.inverted.menu .item.menu{background:0 0}.ui.inverted.menu .item:before{background:rgba(255,255,255,.08)}.ui.vertical.inverted.menu .item:before{background:rgba(255,255,255,.08)}.ui.vertical.inverted.menu .menu .item,.ui.vertical.inverted.menu .menu .item a:not(.ui){color:rgba(255,255,255,.5)}.ui.inverted.menu .header.item{margin:0;background:0 0;-webkit-box-shadow:none;box-shadow:none}.ui.inverted.menu .item.disabled,.ui.inverted.menu .item.disabled:hover{color:rgba(225,225,225,.3)}.ui.inverted.menu .dropdown.item:hover,.ui.inverted.menu .link.item:hover,.ui.inverted.menu a.item:hover,.ui.link.inverted.menu .item:hover{background:rgba(255,255,255,.08);color:#fff}.ui.vertical.inverted.menu .item .menu .link.item:hover,.ui.vertical.inverted.menu .item .menu a.item:hover{background:0 0;color:#fff}.ui.inverted.menu .link.item:active,.ui.inverted.menu a.item:active{background:rgba(255,255,255,.08);color:#fff}.ui.inverted.menu .active.item{background:rgba(255,255,255,.15);color:#fff!important}.ui.inverted.vertical.menu .item .menu .active.item{background:0 0;color:#fff}.ui.inverted.pointing.menu .active.item:after{background:#3d3e3f!important;margin:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;border:none!important}.ui.inverted.menu .active.item:hover{background:rgba(255,255,255,.15);color:#fff!important}.ui.inverted.pointing.menu .active.item:hover:after{background:#3d3e3f!important}.ui.floated.menu{float:left;margin:0 .5rem 0 0}.ui.floated.menu .item:last-child:before{display:none}.ui.right.floated.menu{float:right;margin:0 0 0 .5rem}.ui.inverted.menu .red.active.item,.ui.inverted.red.menu{background-color:#db2828}.ui.inverted.red.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.red.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .orange.active.item,.ui.inverted.orange.menu{background-color:#f2711c}.ui.inverted.orange.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.orange.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .yellow.active.item,.ui.inverted.yellow.menu{background-color:#fbbd08}.ui.inverted.yellow.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.yellow.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .olive.active.item,.ui.inverted.olive.menu{background-color:#b5cc18}.ui.inverted.olive.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.olive.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.green.menu,.ui.inverted.menu .green.active.item{background-color:#21ba45}.ui.inverted.green.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.green.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .teal.active.item,.ui.inverted.teal.menu{background-color:#00b5ad}.ui.inverted.teal.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.teal.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.blue.menu,.ui.inverted.menu .blue.active.item{background-color:#2185d0}.ui.inverted.blue.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.blue.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .violet.active.item,.ui.inverted.violet.menu{background-color:#6435c9}.ui.inverted.violet.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.violet.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .purple.active.item,.ui.inverted.purple.menu{background-color:#a333c8}.ui.inverted.purple.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.purple.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .pink.active.item,.ui.inverted.pink.menu{background-color:#e03997}.ui.inverted.pink.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.pink.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.brown.menu,.ui.inverted.menu .brown.active.item{background-color:#a5673f}.ui.inverted.brown.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.brown.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.grey.menu,.ui.inverted.menu .grey.active.item{background-color:#767676}.ui.inverted.grey.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.grey.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.fitted.menu .item,.ui.fitted.menu .item .menu .item,.ui.menu .fitted.item{padding:0}.ui.horizontally.fitted.menu .item,.ui.horizontally.fitted.menu .item .menu .item,.ui.menu .horizontally.fitted.item{padding-top:.92857143em;padding-bottom:.92857143em}.ui.menu .vertically.fitted.item,.ui.vertically.fitted.menu .item,.ui.vertically.fitted.menu .item .menu .item{padding-left:1.14285714em;padding-right:1.14285714em}.ui.borderless.menu .item .menu .item:before,.ui.borderless.menu .item:before,.ui.menu .borderless.item:before{background:0 0!important}.ui.compact.menu{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;vertical-align:middle}.ui.compact.vertical.menu{display:inline-block}.ui.compact.menu .item:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.compact.menu .item:last-child:before{display:none}.ui.compact.vertical.menu{width:auto!important}.ui.compact.vertical.menu .item:last-child::before{display:block}.ui.menu.fluid,.ui.vertical.menu.fluid{width:100%!important}.ui.item.menu,.ui.item.menu .item{width:100%;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ui.attached.item.menu{margin:0 -1px!important}.ui.item.menu .item:last-child:before{display:none}.ui.menu.two.item .item{width:50%}.ui.menu.three.item .item{width:33.333%}.ui.menu.four.item .item{width:25%}.ui.menu.five.item .item{width:20%}.ui.menu.six.item .item{width:16.666%}.ui.menu.seven.item .item{width:14.285%}.ui.menu.eight.item .item{width:12.5%}.ui.menu.nine.item .item{width:11.11%}.ui.menu.ten.item .item{width:10%}.ui.menu.eleven.item .item{width:9.09%}.ui.menu.twelve.item .item{width:8.333%}.ui.menu.fixed{position:fixed;z-index:101;margin:0;width:100%}.ui.menu.fixed,.ui.menu.fixed .item:first-child,.ui.menu.fixed .item:last-child{border-radius:0!important}.ui.fixed.menu,.ui[class*="top fixed"].menu{top:0;left:0;right:auto;bottom:auto}.ui[class*="top fixed"].menu{border-top:none;border-left:none;border-right:none}.ui[class*="right fixed"].menu{border-top:none;border-bottom:none;border-right:none;top:0;right:0;left:auto;bottom:auto;width:auto;height:100%}.ui[class*="bottom fixed"].menu{border-bottom:none;border-left:none;border-right:none;bottom:0;left:0;top:auto;right:auto}.ui[class*="left fixed"].menu{border-top:none;border-bottom:none;border-left:none;top:0;left:0;right:auto;bottom:auto;width:auto;height:100%}.ui.fixed.menu+.ui.grid{padding-top:2.75rem}.ui.pointing.menu .item:after{visibility:hidden;position:absolute;content:'';top:100%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);background:0 0;margin:.5px 0 0;width:.57142857em;height:.57142857em;border:none;border-bottom:1px solid #d4d4d5;border-right:1px solid #d4d4d5;z-index:2;-webkit-transition:background .1s ease;transition:background .1s ease}.ui.vertical.pointing.menu .item:after{position:absolute;top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translateX(50%) translateY(-50%) rotate(45deg);transform:translateX(50%) translateY(-50%) rotate(45deg);margin:0 -.5px 0 0;border:none;border-top:1px solid #d4d4d5;border-right:1px solid #d4d4d5}.ui.pointing.menu .active.item:after{visibility:visible}.ui.pointing.menu .active.dropdown.item:after{visibility:hidden}.ui.pointing.menu .active.item .menu .active.item:after,.ui.pointing.menu .dropdown.active.item:after{display:none}.ui.pointing.menu .active.item:hover:after{background-color:#f2f2f2}.ui.pointing.menu .active.item:after{background-color:#f2f2f2}.ui.pointing.menu .active.item:hover:after{background-color:#f2f2f2}.ui.vertical.pointing.menu .active.item:hover:after{background-color:#f2f2f2}.ui.vertical.pointing.menu .active.item:after{background-color:#f2f2f2}.ui.vertical.pointing.menu .menu .active.item:after{background-color:#fff}.ui.attached.menu{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% - (-1px * 2));max-width:calc(100% - (-1px * 2));-webkit-box-shadow:none;box-shadow:none}.ui.attached+.ui.attached.menu:not(.top){border-top:none}.ui[class*="top attached"].menu{bottom:0;margin-bottom:0;top:0;margin-top:1rem;border-radius:.28571429rem .28571429rem 0 0}.ui.menu[class*="top attached"]:first-child{margin-top:0}.ui[class*="bottom attached"].menu{bottom:0;margin-top:0;top:0;margin-bottom:1rem;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),none;border-radius:0 0 .28571429rem .28571429rem}.ui[class*="bottom attached"].menu:last-child{margin-bottom:0}.ui.top.attached.menu>.item:first-child{border-radius:.28571429rem 0 0 0}.ui.bottom.attached.menu>.item:first-child{border-radius:0 0 0 .28571429rem}.ui.attached.menu:not(.tabular){border:1px solid #d4d4d5}.ui.attached.inverted.menu{border:none}.ui.attached.tabular.menu{margin-left:0;margin-right:0;width:100%}.ui.mini.menu{font-size:.78571429rem}.ui.mini.vertical.menu{width:9rem}.ui.tiny.menu{font-size:.85714286rem}.ui.tiny.vertical.menu{width:11rem}.ui.small.menu{font-size:.92857143rem}.ui.small.vertical.menu{width:13rem}.ui.menu{font-size:1rem}.ui.vertical.menu{width:15rem}.ui.large.menu{font-size:1.07142857rem}.ui.large.vertical.menu{width:18rem}.ui.huge.menu{font-size:1.21428571rem}.ui.huge.vertical.menu{width:22rem}.ui.big.menu{font-size:1.14285714rem}.ui.big.vertical.menu{width:20rem}.ui.massive.menu{font-size:1.28571429rem}.ui.massive.vertical.menu{width:25rem}/*!
 * # Semantic UI - Message
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.message{position:relative;min-height:1em;margin:1em 0;background:#f8f8f9;padding:1em 1.5em;line-height:1.4285em;color:rgba(0,0,0,.87);-webkit-transition:opacity .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;transition:opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;transition:opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease,-webkit-box-shadow .1s ease;border-radius:.28571429rem;-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.22) inset,0 0 0 0 transparent;box-shadow:0 0 0 1px rgba(34,36,38,.22) inset,0 0 0 0 transparent}.ui.message:first-child{margin-top:0}.ui.message:last-child{margin-bottom:0}.ui.message .header{display:block;font-weight:700;margin:-.14285714em 0 0 0}.ui.message .header:not(.ui){font-size:1.14285714em}.ui.message p{opacity:.85;margin:.75em 0}.ui.message p:first-child{margin-top:0}.ui.message p:last-child{margin-bottom:0}.ui.message .header+p{margin-top:.25em}.ui.message .list:not(.ui){text-align:left;padding:0;opacity:.85;list-style-position:inside;margin:.5em 0 0}.ui.message .list:not(.ui):first-child{margin-top:0}.ui.message .list:not(.ui):last-child{margin-bottom:0}.ui.message .list:not(.ui) li{position:relative;list-style-type:none;margin:0 0 .3em 1em;padding:0}.ui.message .list:not(.ui) li:before{position:absolute;content:'•';left:-1em;height:100%;vertical-align:baseline}.ui.message .list:not(.ui) li:last-child{margin-bottom:0}.ui.message>.icon{margin-right:.6em}.ui.message>.close.icon{cursor:pointer;position:absolute;margin:0;top:.78575em;right:.5em;opacity:.7;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.message>.close.icon:hover{opacity:1}.ui.message>:first-child{margin-top:0}.ui.message>:last-child{margin-bottom:0}.ui.dropdown .menu>.message{margin:0 -1px}.ui.visible.visible.visible.visible.message{display:block}.ui.icon.visible.visible.visible.visible.message{display:-webkit-box;display:-ms-flexbox;display:flex}.ui.hidden.hidden.hidden.hidden.message{display:none}.ui.compact.message{display:inline-block}.ui.compact.icon.message{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.ui.attached.message{margin-bottom:-1px;border-radius:.28571429rem .28571429rem 0 0;-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px rgba(34,36,38,.15) inset;margin-left:-1px;margin-right:-1px}.ui.attached+.ui.attached.message:not(.top):not(.bottom){margin-top:-1px;border-radius:0}.ui.bottom.attached.message{margin-top:-1px;border-radius:0 0 .28571429rem .28571429rem;-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.15) inset,0 1px 2px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px rgba(34,36,38,.15) inset,0 1px 2px 0 rgba(34,36,38,.15)}.ui.bottom.attached.message:not(:last-child){margin-bottom:1em}.ui.attached.icon.message{width:auto}.ui.icon.message{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ui.icon.message>.icon:not(.close){display:block;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;line-height:1;vertical-align:middle;font-size:3em;opacity:.8}.ui.icon.message>.content{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;vertical-align:middle}.ui.icon.message .icon:not(.close)+.content{padding-left:0}.ui.icon.message .circular.icon{width:1em}.ui.floating.message{-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.22) inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px rgba(34,36,38,.22) inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.black.message{background-color:#1b1c1d;color:rgba(255,255,255,.9)}.ui.positive.message{background-color:#fcfff5;color:#2c662d}.ui.attached.positive.message,.ui.positive.message{-webkit-box-shadow:0 0 0 1px #a3c293 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #a3c293 inset,0 0 0 0 transparent}.ui.positive.message .header{color:#1a531b}.ui.negative.message{background-color:#fff6f6;color:#9f3a38}.ui.attached.negative.message,.ui.negative.message{-webkit-box-shadow:0 0 0 1px #e0b4b4 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #e0b4b4 inset,0 0 0 0 transparent}.ui.negative.message .header{color:#912d2b}.ui.info.message{background-color:#f8ffff;color:#276f86}.ui.attached.info.message,.ui.info.message{-webkit-box-shadow:0 0 0 1px #a9d5de inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #a9d5de inset,0 0 0 0 transparent}.ui.info.message .header{color:#0e566c}.ui.warning.message{background-color:#fffaf3;color:#573a08}.ui.attached.warning.message,.ui.warning.message{-webkit-box-shadow:0 0 0 1px #c9ba9b inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #c9ba9b inset,0 0 0 0 transparent}.ui.warning.message .header{color:#794b02}.ui.error.message{background-color:#fff6f6;color:#9f3a38}.ui.attached.error.message,.ui.error.message{-webkit-box-shadow:0 0 0 1px #e0b4b4 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #e0b4b4 inset,0 0 0 0 transparent}.ui.error.message .header{color:#912d2b}.ui.success.message{background-color:#fcfff5;color:#2c662d}.ui.attached.success.message,.ui.success.message{-webkit-box-shadow:0 0 0 1px #a3c293 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #a3c293 inset,0 0 0 0 transparent}.ui.success.message .header{color:#1a531b}.ui.black.message,.ui.inverted.message{background-color:#1b1c1d;color:rgba(255,255,255,.9)}.ui.red.message{background-color:#ffe8e6;color:#db2828;-webkit-box-shadow:0 0 0 1px #db2828 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #db2828 inset,0 0 0 0 transparent}.ui.red.message .header{color:#c82121}.ui.orange.message{background-color:#ffedde;color:#f2711c;-webkit-box-shadow:0 0 0 1px #f2711c inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #f2711c inset,0 0 0 0 transparent}.ui.orange.message .header{color:#e7640d}.ui.yellow.message{background-color:#fff8db;color:#b58105;-webkit-box-shadow:0 0 0 1px #b58105 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #b58105 inset,0 0 0 0 transparent}.ui.yellow.message .header{color:#9c6f04}.ui.olive.message{background-color:#fbfdef;color:#8abc1e;-webkit-box-shadow:0 0 0 1px #8abc1e inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #8abc1e inset,0 0 0 0 transparent}.ui.olive.message .header{color:#7aa61a}.ui.green.message{background-color:#e5f9e7;color:#1ebc30;-webkit-box-shadow:0 0 0 1px #1ebc30 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #1ebc30 inset,0 0 0 0 transparent}.ui.green.message .header{color:#1aa62a}.ui.teal.message{background-color:#e1f7f7;color:#10a3a3;-webkit-box-shadow:0 0 0 1px #10a3a3 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #10a3a3 inset,0 0 0 0 transparent}.ui.teal.message .header{color:#0e8c8c}.ui.blue.message{background-color:#dff0ff;color:#2185d0;-webkit-box-shadow:0 0 0 1px #2185d0 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #2185d0 inset,0 0 0 0 transparent}.ui.blue.message .header{color:#1e77ba}.ui.violet.message{background-color:#eae7ff;color:#6435c9;-webkit-box-shadow:0 0 0 1px #6435c9 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #6435c9 inset,0 0 0 0 transparent}.ui.violet.message .header{color:#5a30b5}.ui.purple.message{background-color:#f6e7ff;color:#a333c8;-webkit-box-shadow:0 0 0 1px #a333c8 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #a333c8 inset,0 0 0 0 transparent}.ui.purple.message .header{color:#922eb4}.ui.pink.message{background-color:#ffe3fb;color:#e03997;-webkit-box-shadow:0 0 0 1px #e03997 inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #e03997 inset,0 0 0 0 transparent}.ui.pink.message .header{color:#dd238b}.ui.brown.message{background-color:#f1e2d3;color:#a5673f;-webkit-box-shadow:0 0 0 1px #a5673f inset,0 0 0 0 transparent;box-shadow:0 0 0 1px #a5673f inset,0 0 0 0 transparent}.ui.brown.message .header{color:#935b38}.ui.mini.message{font-size:.78571429em}.ui.tiny.message{font-size:.85714286em}.ui.small.message{font-size:.92857143em}.ui.message{font-size:1em}.ui.large.message{font-size:1.14285714em}.ui.big.message{font-size:1.28571429em}.ui.huge.message{font-size:1.42857143em}.ui.massive.message{font-size:1.71428571em}/*!
 * # Semantic UI - Table
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.table{width:100%;background:#fff;margin:1em 0;border:1px solid rgba(34,36,38,.15);-webkit-box-shadow:none;box-shadow:none;border-radius:.28571429rem;text-align:left;color:rgba(0,0,0,.87);border-collapse:separate;border-spacing:0}.ui.table:first-child{margin-top:0}.ui.table:last-child{margin-bottom:0}.ui.table td,.ui.table th{-webkit-transition:background .1s ease,color .1s ease;transition:background .1s ease,color .1s ease}.ui.table thead{-webkit-box-shadow:none;box-shadow:none}.ui.table thead th{cursor:auto;background:#f9fafb;text-align:inherit;color:rgba(0,0,0,.87);padding:.92857143em .78571429em;vertical-align:inherit;font-style:none;font-weight:700;text-transform:none;border-bottom:1px solid rgba(34,36,38,.1);border-left:none}.ui.table thead tr>th:first-child{border-left:none}.ui.table thead tr:first-child>th:first-child{border-radius:.28571429rem 0 0 0}.ui.table thead tr:first-child>th:last-child{border-radius:0 .28571429rem 0 0}.ui.table thead tr:first-child>th:only-child{border-radius:.28571429rem .28571429rem 0 0}.ui.table tfoot{-webkit-box-shadow:none;box-shadow:none}.ui.table tfoot th{cursor:auto;border-top:1px solid rgba(34,36,38,.15);background:#f9fafb;text-align:inherit;color:rgba(0,0,0,.87);padding:.78571429em .78571429em;vertical-align:middle;font-style:normal;font-weight:400;text-transform:none}.ui.table tfoot tr>th:first-child{border-left:none}.ui.table tfoot tr:first-child>th:first-child{border-radius:0 0 0 .28571429rem}.ui.table tfoot tr:first-child>th:last-child{border-radius:0 0 .28571429rem 0}.ui.table tfoot tr:first-child>th:only-child{border-radius:0 0 .28571429rem .28571429rem}.ui.table tr td{border-top:1px solid rgba(34,36,38,.1)}.ui.table tr:first-child td{border-top:none}.ui.table tbody+tbody tr:first-child td{border-top:1px solid rgba(34,36,38,.1)}.ui.table td{padding:.78571429em .78571429em;text-align:inherit}.ui.table>.icon{vertical-align:baseline}.ui.table>.icon:only-child{margin:0}.ui.table.segment{padding:0}.ui.table.segment:after{display:none}.ui.table.segment.stacked:after{display:block}@media only screen and (max-width:767px){.ui.table:not(.unstackable){width:100%}.ui.table:not(.unstackable) tbody,.ui.table:not(.unstackable) tr,.ui.table:not(.unstackable) tr>td,.ui.table:not(.unstackable) tr>th{width:auto!important;display:block!important}.ui.table:not(.unstackable){padding:0}.ui.table:not(.unstackable) thead{display:block}.ui.table:not(.unstackable) tfoot{display:block}.ui.table:not(.unstackable) tr{padding-top:1em;padding-bottom:1em;-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset!important;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset!important}.ui.table:not(.unstackable) tr>td,.ui.table:not(.unstackable) tr>th{background:0 0;border:none!important;padding:.25em .75em!important;-webkit-box-shadow:none!important;box-shadow:none!important}.ui.table:not(.unstackable) td:first-child,.ui.table:not(.unstackable) th:first-child{font-weight:700}.ui.definition.table:not(.unstackable) thead th:first-child{-webkit-box-shadow:none!important;box-shadow:none!important}}.ui.table td .image,.ui.table td .image img,.ui.table th .image,.ui.table th .image img{max-width:none}.ui.structured.table{border-collapse:collapse}.ui.structured.table thead th{border-left:none;border-right:none}.ui.structured.sortable.table thead th{border-left:1px solid rgba(34,36,38,.15);border-right:1px solid rgba(34,36,38,.15)}.ui.structured.basic.table th{border-left:none;border-right:none}.ui.structured.celled.table tr td,.ui.structured.celled.table tr th{border-left:1px solid rgba(34,36,38,.1);border-right:1px solid rgba(34,36,38,.1)}.ui.definition.table thead:not(.full-width) th:first-child{pointer-events:none;background:0 0;font-weight:400;color:rgba(0,0,0,.4);-webkit-box-shadow:-1px -1px 0 1px #fff;box-shadow:-1px -1px 0 1px #fff}.ui.definition.table tfoot:not(.full-width) th:first-child{pointer-events:none;background:0 0;font-weight:rgba(0,0,0,.4);color:normal;-webkit-box-shadow:1px 1px 0 1px #fff;box-shadow:1px 1px 0 1px #fff}.ui.celled.definition.table thead:not(.full-width) th:first-child{-webkit-box-shadow:0 -1px 0 1px #fff;box-shadow:0 -1px 0 1px #fff}.ui.celled.definition.table tfoot:not(.full-width) th:first-child{-webkit-box-shadow:0 1px 0 1px #fff;box-shadow:0 1px 0 1px #fff}.ui.definition.table tr td.definition,.ui.definition.table tr td:first-child:not(.ignored){background:rgba(0,0,0,.03);font-weight:700;color:rgba(0,0,0,.95);text-transform:'';-webkit-box-shadow:'';box-shadow:'';text-align:'';font-size:1em;padding-left:'';padding-right:''}.ui.definition.table thead:not(.full-width) th:nth-child(2){border-left:1px solid rgba(34,36,38,.15)}.ui.definition.table tfoot:not(.full-width) th:nth-child(2){border-left:1px solid rgba(34,36,38,.15)}.ui.definition.table td:nth-child(2){border-left:1px solid rgba(34,36,38,.15)}.ui.table td.positive,.ui.table tr.positive{-webkit-box-shadow:0 0 0 #a3c293 inset;box-shadow:0 0 0 #a3c293 inset}.ui.table td.positive,.ui.table tr.positive{background:#fcfff5!important;color:#2c662d!important}.ui.table td.negative,.ui.table tr.negative{-webkit-box-shadow:0 0 0 #e0b4b4 inset;box-shadow:0 0 0 #e0b4b4 inset}.ui.table td.negative,.ui.table tr.negative{background:#fff6f6!important;color:#9f3a38!important}.ui.table td.error,.ui.table tr.error{-webkit-box-shadow:0 0 0 #e0b4b4 inset;box-shadow:0 0 0 #e0b4b4 inset}.ui.table td.error,.ui.table tr.error{background:#fff6f6!important;color:#9f3a38!important}.ui.table td.warning,.ui.table tr.warning{-webkit-box-shadow:0 0 0 #c9ba9b inset;box-shadow:0 0 0 #c9ba9b inset}.ui.table td.warning,.ui.table tr.warning{background:#fffaf3!important;color:#573a08!important}.ui.table td.active,.ui.table tr.active{-webkit-box-shadow:0 0 0 rgba(0,0,0,.87) inset;box-shadow:0 0 0 rgba(0,0,0,.87) inset}.ui.table td.active,.ui.table tr.active{background:#e0e0e0!important;color:rgba(0,0,0,.87)!important}.ui.table tr td.disabled,.ui.table tr.disabled td,.ui.table tr.disabled:hover,.ui.table tr:hover td.disabled{pointer-events:none;color:rgba(40,40,40,.3)}@media only screen and (max-width:991px){.ui[class*="tablet stackable"].table,.ui[class*="tablet stackable"].table tbody,.ui[class*="tablet stackable"].table tr,.ui[class*="tablet stackable"].table tr>td,.ui[class*="tablet stackable"].table tr>th{width:100%!important;display:block!important}.ui[class*="tablet stackable"].table{padding:0}.ui[class*="tablet stackable"].table thead{display:block}.ui[class*="tablet stackable"].table tfoot{display:block}.ui[class*="tablet stackable"].table tr{padding-top:1em;padding-bottom:1em;-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset!important;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset!important}.ui[class*="tablet stackable"].table tr>td,.ui[class*="tablet stackable"].table tr>th{background:0 0;border:none!important;padding:.25em .75em;-webkit-box-shadow:none!important;box-shadow:none!important}.ui.definition[class*="tablet stackable"].table thead th:first-child{-webkit-box-shadow:none!important;box-shadow:none!important}}.ui.table [class*="left aligned"],.ui.table[class*="left aligned"]{text-align:left}.ui.table [class*="center aligned"],.ui.table[class*="center aligned"]{text-align:center}.ui.table [class*="right aligned"],.ui.table[class*="right aligned"]{text-align:right}.ui.table [class*="top aligned"],.ui.table[class*="top aligned"]{vertical-align:top}.ui.table [class*="middle aligned"],.ui.table[class*="middle aligned"]{vertical-align:middle}.ui.table [class*="bottom aligned"],.ui.table[class*="bottom aligned"]{vertical-align:bottom}.ui.table td.collapsing,.ui.table th.collapsing{width:1px;white-space:nowrap}.ui.fixed.table{table-layout:fixed}.ui.fixed.table td,.ui.fixed.table th{overflow:hidden;text-overflow:ellipsis}.ui.selectable.table tbody tr:hover,.ui.table tbody tr td.selectable:hover{background:rgba(0,0,0,.05)!important;color:rgba(0,0,0,.95)!important}.ui.inverted.table tbody tr td.selectable:hover,.ui.selectable.inverted.table tbody tr:hover{background:rgba(255,255,255,.08)!important;color:#fff!important}.ui.table tbody tr td.selectable{padding:0}.ui.table tbody tr td.selectable>a:not(.ui){display:block;color:inherit;padding:.78571429em .78571429em}.ui.selectable.table tr.error:hover,.ui.selectable.table tr:hover td.error,.ui.table tr td.selectable.error:hover{background:#ffe7e7!important;color:#943634!important}.ui.selectable.table tr.warning:hover,.ui.selectable.table tr:hover td.warning,.ui.table tr td.selectable.warning:hover{background:#fff4e4!important;color:#493107!important}.ui.selectable.table tr.active:hover,.ui.selectable.table tr:hover td.active,.ui.table tr td.selectable.active:hover{background:#e0e0e0!important;color:rgba(0,0,0,.87)!important}.ui.selectable.table tr.positive:hover,.ui.selectable.table tr:hover td.positive,.ui.table tr td.selectable.positive:hover{background:#f7ffe6!important;color:#275b28!important}.ui.selectable.table tr.negative:hover,.ui.selectable.table tr:hover td.negative,.ui.table tr td.selectable.negative:hover{background:#ffe7e7!important;color:#943634!important}.ui.attached.table{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% - (-1px * 2));max-width:calc(100% - (-1px * 2));-webkit-box-shadow:none;box-shadow:none;border:1px solid #d4d4d5}.ui.attached+.ui.attached.table:not(.top){border-top:none}.ui[class*="top attached"].table{bottom:0;margin-bottom:0;top:0;margin-top:1em;border-radius:.28571429rem .28571429rem 0 0}.ui.table[class*="top attached"]:first-child{margin-top:0}.ui[class*="bottom attached"].table{bottom:0;margin-top:0;top:0;margin-bottom:1em;-webkit-box-shadow:none,none;box-shadow:none,none;border-radius:0 0 .28571429rem .28571429rem}.ui[class*="bottom attached"].table:last-child{margin-bottom:0}.ui.striped.table tbody tr:nth-child(2n),.ui.striped.table>tr:nth-child(2n){background-color:rgba(0,0,50,.02)}.ui.inverted.striped.table tbody tr:nth-child(2n),.ui.inverted.striped.table>tr:nth-child(2n){background-color:rgba(255,255,255,.05)}.ui.striped.selectable.selectable.selectable.table tbody tr.active:hover{background:#efefef!important;color:rgba(0,0,0,.95)!important}.ui.table [class*="single line"],.ui.table[class*="single line"]{white-space:nowrap}.ui.table [class*="single line"],.ui.table[class*="single line"]{white-space:nowrap}.ui.red.table{border-top:.2em solid #db2828}.ui.inverted.red.table{background-color:#db2828!important;color:#fff!important}.ui.orange.table{border-top:.2em solid #f2711c}.ui.inverted.orange.table{background-color:#f2711c!important;color:#fff!important}.ui.yellow.table{border-top:.2em solid #fbbd08}.ui.inverted.yellow.table{background-color:#fbbd08!important;color:#fff!important}.ui.olive.table{border-top:.2em solid #b5cc18}.ui.inverted.olive.table{background-color:#b5cc18!important;color:#fff!important}.ui.green.table{border-top:.2em solid #21ba45}.ui.inverted.green.table{background-color:#21ba45!important;color:#fff!important}.ui.teal.table{border-top:.2em solid #00b5ad}.ui.inverted.teal.table{background-color:#00b5ad!important;color:#fff!important}.ui.blue.table{border-top:.2em solid #2185d0}.ui.inverted.blue.table{background-color:#2185d0!important;color:#fff!important}.ui.violet.table{border-top:.2em solid #6435c9}.ui.inverted.violet.table{background-color:#6435c9!important;color:#fff!important}.ui.purple.table{border-top:.2em solid #a333c8}.ui.inverted.purple.table{background-color:#a333c8!important;color:#fff!important}.ui.pink.table{border-top:.2em solid #e03997}.ui.inverted.pink.table{background-color:#e03997!important;color:#fff!important}.ui.brown.table{border-top:.2em solid #a5673f}.ui.inverted.brown.table{background-color:#a5673f!important;color:#fff!important}.ui.grey.table{border-top:.2em solid #767676}.ui.inverted.grey.table{background-color:#767676!important;color:#fff!important}.ui.black.table{border-top:.2em solid #1b1c1d}.ui.inverted.black.table{background-color:#1b1c1d!important;color:#fff!important}.ui.one.column.table td{width:100%}.ui.two.column.table td{width:50%}.ui.three.column.table td{width:33.33333333%}.ui.four.column.table td{width:25%}.ui.five.column.table td{width:20%}.ui.six.column.table td{width:16.66666667%}.ui.seven.column.table td{width:14.28571429%}.ui.eight.column.table td{width:12.5%}.ui.nine.column.table td{width:11.11111111%}.ui.ten.column.table td{width:10%}.ui.eleven.column.table td{width:9.09090909%}.ui.twelve.column.table td{width:8.33333333%}.ui.thirteen.column.table td{width:7.69230769%}.ui.fourteen.column.table td{width:7.14285714%}.ui.fifteen.column.table td{width:6.66666667%}.ui.sixteen.column.table td{width:6.25%}.ui.table td.one.wide,.ui.table th.one.wide{width:6.25%}.ui.table td.two.wide,.ui.table th.two.wide{width:12.5%}.ui.table td.three.wide,.ui.table th.three.wide{width:18.75%}.ui.table td.four.wide,.ui.table th.four.wide{width:25%}.ui.table td.five.wide,.ui.table th.five.wide{width:31.25%}.ui.table td.six.wide,.ui.table th.six.wide{width:37.5%}.ui.table td.seven.wide,.ui.table th.seven.wide{width:43.75%}.ui.table td.eight.wide,.ui.table th.eight.wide{width:50%}.ui.table td.nine.wide,.ui.table th.nine.wide{width:56.25%}.ui.table td.ten.wide,.ui.table th.ten.wide{width:62.5%}.ui.table td.eleven.wide,.ui.table th.eleven.wide{width:68.75%}.ui.table td.twelve.wide,.ui.table th.twelve.wide{width:75%}.ui.table td.thirteen.wide,.ui.table th.thirteen.wide{width:81.25%}.ui.table td.fourteen.wide,.ui.table th.fourteen.wide{width:87.5%}.ui.table td.fifteen.wide,.ui.table th.fifteen.wide{width:93.75%}.ui.table td.sixteen.wide,.ui.table th.sixteen.wide{width:100%}.ui.sortable.table thead th{cursor:pointer;white-space:nowrap;border-left:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87)}.ui.sortable.table thead th:first-child{border-left:none}.ui.sortable.table thead th.sorted,.ui.sortable.table thead th.sorted:hover{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui.sortable.table thead th:after{display:none;font-style:normal;font-weight:400;text-decoration:inherit;content:'';height:1em;width:auto;opacity:.8;margin:0 0 0 .5em;font-family:Icons}.ui.sortable.table thead th.ascending:after{content:'\f0d8'}.ui.sortable.table thead th.descending:after{content:'\f0d7'}.ui.sortable.table th.disabled:hover{cursor:auto;color:rgba(40,40,40,.3)}.ui.sortable.table thead th:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.8)}.ui.sortable.table thead th.sorted{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.sortable.table thead th.sorted:after{display:inline-block}.ui.sortable.table thead th.sorted:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.inverted.sortable.table thead th.sorted{background:rgba(255,255,255,.15) -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));background:rgba(255,255,255,.15) -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:rgba(255,255,255,.15) linear-gradient(transparent,rgba(0,0,0,.05));color:#fff}.ui.inverted.sortable.table thead th:hover{background:rgba(255,255,255,.08) -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));background:rgba(255,255,255,.08) -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:rgba(255,255,255,.08) linear-gradient(transparent,rgba(0,0,0,.05));color:#fff}.ui.inverted.sortable.table thead th{border-left-color:transparent;border-right-color:transparent}.ui.inverted.table{background:#333;color:rgba(255,255,255,.9);border:none}.ui.inverted.table th{background-color:rgba(0,0,0,.15);border-color:rgba(255,255,255,.1)!important;color:rgba(255,255,255,.9)!important}.ui.inverted.table tr td{border-color:rgba(255,255,255,.1)!important}.ui.inverted.table tr td.disabled,.ui.inverted.table tr.disabled td,.ui.inverted.table tr.disabled:hover td,.ui.inverted.table tr:hover td.disabled{pointer-events:none;color:rgba(225,225,225,.3)}.ui.inverted.definition.table tfoot:not(.full-width) th:first-child,.ui.inverted.definition.table thead:not(.full-width) th:first-child{background:#fff}.ui.inverted.definition.table tr td:first-child{background:rgba(255,255,255,.02);color:#fff}.ui.collapsing.table{width:auto}.ui.basic.table{background:0 0;border:1px solid rgba(34,36,38,.15);-webkit-box-shadow:none;box-shadow:none}.ui.basic.table tfoot,.ui.basic.table thead{-webkit-box-shadow:none;box-shadow:none}.ui.basic.table th{background:0 0;border-left:none}.ui.basic.table tbody tr{border-bottom:1px solid rgba(0,0,0,.1)}.ui.basic.table td{background:0 0}.ui.basic.striped.table tbody tr:nth-child(2n){background-color:rgba(0,0,0,.05)!important}.ui[class*="very basic"].table{border:none}.ui[class*="very basic"].table:not(.sortable):not(.striped) td,.ui[class*="very basic"].table:not(.sortable):not(.striped) th{padding:''}.ui[class*="very basic"].table:not(.sortable):not(.striped) td:first-child,.ui[class*="very basic"].table:not(.sortable):not(.striped) th:first-child{padding-left:0}.ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child,.ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child{padding-right:0}.ui[class*="very basic"].table:not(.sortable):not(.striped) thead tr:first-child th{padding-top:0}.ui.celled.table tr td,.ui.celled.table tr th{border-left:1px solid rgba(34,36,38,.1)}.ui.celled.table tr td:first-child,.ui.celled.table tr th:first-child{border-left:none}.ui.padded.table th{padding-left:1em;padding-right:1em}.ui.padded.table td,.ui.padded.table th{padding:1em 1em}.ui[class*="very padded"].table th{padding-left:1.5em;padding-right:1.5em}.ui[class*="very padded"].table td{padding:1.5em 1.5em}.ui.compact.table th{padding-left:.7em;padding-right:.7em}.ui.compact.table td{padding:.5em .7em}.ui[class*="very compact"].table th{padding-left:.6em;padding-right:.6em}.ui[class*="very compact"].table td{padding:.4em .6em}.ui.small.table{font-size:.9em}.ui.table{font-size:1em}.ui.large.table{font-size:1.1em}/*!
 * # Semantic UI - Ad
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2013 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.ad{display:block;overflow:hidden;margin:1em 0}.ui.ad:first-child{margin:0}.ui.ad:last-child{margin:0}.ui.ad iframe{margin:0;padding:0;border:none;overflow:hidden}.ui.leaderboard.ad{width:728px;height:90px}.ui[class*="medium rectangle"].ad{width:300px;height:250px}.ui[class*="large rectangle"].ad{width:336px;height:280px}.ui[class*="half page"].ad{width:300px;height:600px}.ui.square.ad{width:250px;height:250px}.ui[class*="small square"].ad{width:200px;height:200px}.ui[class*="small rectangle"].ad{width:180px;height:150px}.ui[class*="vertical rectangle"].ad{width:240px;height:400px}.ui.button.ad{width:120px;height:90px}.ui[class*="square button"].ad{width:125px;height:125px}.ui[class*="small button"].ad{width:120px;height:60px}.ui.skyscraper.ad{width:120px;height:600px}.ui[class*="wide skyscraper"].ad{width:160px}.ui.banner.ad{width:468px;height:60px}.ui[class*="vertical banner"].ad{width:120px;height:240px}.ui[class*="top banner"].ad{width:930px;height:180px}.ui[class*="half banner"].ad{width:234px;height:60px}.ui[class*="large leaderboard"].ad{width:970px;height:90px}.ui.billboard.ad{width:970px;height:250px}.ui.panorama.ad{width:980px;height:120px}.ui.netboard.ad{width:580px;height:400px}.ui[class*="large mobile banner"].ad{width:320px;height:100px}.ui[class*="mobile leaderboard"].ad{width:320px;height:50px}.ui.mobile.ad{display:none}@media only screen and (max-width:767px){.ui.mobile.ad{display:block}}.ui.centered.ad{margin-left:auto;margin-right:auto}.ui.test.ad{position:relative;background:#545454}.ui.test.ad:after{position:absolute;top:50%;left:50%;width:100%;text-align:center;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);content:'Ad';color:#fff;font-size:1em;font-weight:700}.ui.mobile.test.ad:after{font-size:.85714286em}.ui.test.ad[data-text]:after{content:attr(data-text)}/*!
 * # Semantic UI - Item
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.card,.ui.cards>.card{max-width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:290px;min-height:0;background:#fff;padding:0;border:none;border-radius:.28571429rem;-webkit-box-shadow:0 1px 3px 0 #d4d4d5,0 0 0 1px #d4d4d5;box-shadow:0 1px 3px 0 #d4d4d5,0 0 0 1px #d4d4d5;-webkit-transition:-webkit-box-shadow .1s ease,-webkit-transform .1s ease;transition:-webkit-box-shadow .1s ease,-webkit-transform .1s ease;transition:box-shadow .1s ease,transform .1s ease;transition:box-shadow .1s ease,transform .1s ease,-webkit-box-shadow .1s ease,-webkit-transform .1s ease;z-index:''}.ui.card{margin:1em 0}.ui.card a,.ui.cards>.card a{cursor:pointer}.ui.card:first-child{margin-top:0}.ui.card:last-child{margin-bottom:0}.ui.cards{display:-webkit-box;display:-ms-flexbox;display:flex;margin:-.875em -.5em;-ms-flex-wrap:wrap;flex-wrap:wrap}.ui.cards>.card{display:-webkit-box;display:-ms-flexbox;display:flex;margin:.875em .5em;float:none}.ui.card:after,.ui.cards:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.cards~.ui.cards{margin-top:.875em}.ui.card>:first-child,.ui.cards>.card>:first-child{border-radius:.28571429rem .28571429rem 0 0!important;border-top:none!important}.ui.card>:last-child,.ui.cards>.card>:last-child{border-radius:0 0 .28571429rem .28571429rem!important}.ui.card>:only-child,.ui.cards>.card>:only-child{border-radius:.28571429rem!important}.ui.card>.image,.ui.cards>.card>.image{position:relative;display:block;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:0;background:rgba(0,0,0,.05)}.ui.card>.image>img,.ui.cards>.card>.image>img{display:block;width:100%;height:auto;border-radius:inherit}.ui.card>.image:not(.ui)>img,.ui.cards>.card>.image:not(.ui)>img{border:none}.ui.card>.content,.ui.cards>.card>.content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border:none;border-top:1px solid rgba(34,36,38,.1);background:0 0;margin:0;padding:1em 1em;-webkit-box-shadow:none;box-shadow:none;font-size:1em;border-radius:0}.ui.card>.content:after,.ui.cards>.card>.content:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.card>.content>.header,.ui.cards>.card>.content>.header{display:block;margin:'';color:rgba(0,0,0,.85)}.ui.card>.content>.header:not(.ui),.ui.cards>.card>.content>.header:not(.ui){font-weight:700;font-size:1.28571429em;margin-top:-.21425em;line-height:1.28571429em}.ui.card>.content>.header+.description,.ui.card>.content>.meta+.description,.ui.cards>.card>.content>.header+.description,.ui.cards>.card>.content>.meta+.description{margin-top:.5em}.ui.card [class*="left floated"],.ui.cards>.card [class*="left floated"]{float:left}.ui.card [class*="right floated"],.ui.cards>.card [class*="right floated"]{float:right}.ui.card [class*="left aligned"],.ui.cards>.card [class*="left aligned"]{text-align:left}.ui.card [class*="center aligned"],.ui.cards>.card [class*="center aligned"]{text-align:center}.ui.card [class*="right aligned"],.ui.cards>.card [class*="right aligned"]{text-align:right}.ui.card .content img,.ui.cards>.card .content img{display:inline-block;vertical-align:middle;width:''}.ui.card .avatar img,.ui.card img.avatar,.ui.cards>.card .avatar img,.ui.cards>.card img.avatar{width:2em;height:2em;border-radius:500rem}.ui.card>.content>.description,.ui.cards>.card>.content>.description{clear:both;color:rgba(0,0,0,.68)}.ui.card>.content p,.ui.cards>.card>.content p{margin:0 0 .5em}.ui.card>.content p:last-child,.ui.cards>.card>.content p:last-child{margin-bottom:0}.ui.card .meta,.ui.cards>.card .meta{font-size:1em;color:rgba(0,0,0,.4)}.ui.card .meta *,.ui.cards>.card .meta *{margin-right:.3em}.ui.card .meta :last-child,.ui.cards>.card .meta :last-child{margin-right:0}.ui.card .meta [class*="right floated"],.ui.cards>.card .meta [class*="right floated"]{margin-right:0;margin-left:.3em}.ui.card>.content a:not(.ui),.ui.cards>.card>.content a:not(.ui){color:'';-webkit-transition:color .1s ease;transition:color .1s ease}.ui.card>.content a:not(.ui):hover,.ui.cards>.card>.content a:not(.ui):hover{color:''}.ui.card>.content>a.header,.ui.cards>.card>.content>a.header{color:rgba(0,0,0,.85)}.ui.card>.content>a.header:hover,.ui.cards>.card>.content>a.header:hover{color:#1e70bf}.ui.card .meta>a:not(.ui),.ui.cards>.card .meta>a:not(.ui){color:rgba(0,0,0,.4)}.ui.card .meta>a:not(.ui):hover,.ui.cards>.card .meta>a:not(.ui):hover{color:rgba(0,0,0,.87)}.ui.card>.button,.ui.card>.buttons,.ui.cards>.card>.button,.ui.cards>.card>.buttons{margin:0 -1px;width:calc(100% + 2px)}.ui.card .dimmer,.ui.cards>.card .dimmer{background-color:'';z-index:10}.ui.card>.content .star.icon,.ui.cards>.card>.content .star.icon{cursor:pointer;opacity:.75;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.card>.content .star.icon:hover,.ui.cards>.card>.content .star.icon:hover{opacity:1;color:#ffb70a}.ui.card>.content .active.star.icon,.ui.cards>.card>.content .active.star.icon{color:#ffe623}.ui.card>.content .like.icon,.ui.cards>.card>.content .like.icon{cursor:pointer;opacity:.75;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.card>.content .like.icon:hover,.ui.cards>.card>.content .like.icon:hover{opacity:1;color:#ff2733}.ui.card>.content .active.like.icon,.ui.cards>.card>.content .active.like.icon{color:#ff2733}.ui.card>.extra,.ui.cards>.card>.extra{max-width:100%;min-height:0!important;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;border-top:1px solid rgba(0,0,0,.05)!important;position:static;background:0 0;width:auto;margin:0 0;padding:.75em 1em;top:0;left:0;color:rgba(0,0,0,.4);-webkit-box-shadow:none;box-shadow:none;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.card>.extra a:not(.ui),.ui.cards>.card>.extra a:not(.ui){color:rgba(0,0,0,.4)}.ui.card>.extra a:not(.ui):hover,.ui.cards>.card>.extra a:not(.ui):hover{color:#1e70bf}.ui.raised.card,.ui.raised.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.link.cards .raised.card:hover,.ui.link.raised.card:hover,.ui.raised.cards a.card:hover,a.ui.raised.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.15),0 2px 10px 0 rgba(34,36,38,.25);box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.15),0 2px 10px 0 rgba(34,36,38,.25)}.ui.raised.card,.ui.raised.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.centered.cards{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ui.centered.card{margin-left:auto;margin-right:auto}.ui.fluid.card{width:100%;max-width:9999px}.ui.cards a.card,.ui.link.card,.ui.link.cards .card,a.ui.card{-webkit-transform:none;transform:none}.ui.cards a.card:hover,.ui.link.card:hover,.ui.link.cards .card:hover,a.ui.card:hover{cursor:pointer;z-index:5;background:#fff;border:none;-webkit-box-shadow:0 1px 3px 0 #bcbdbd,0 0 0 1px #d4d4d5;box-shadow:0 1px 3px 0 #bcbdbd,0 0 0 1px #d4d4d5;-webkit-transform:translateY(-3px);transform:translateY(-3px)}.ui.cards>.red.card,.ui.red.card,.ui.red.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #db2828,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #db2828,0 1px 3px 0 #d4d4d5}.ui.cards>.red.card:hover,.ui.red.card:hover,.ui.red.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #d01919,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #d01919,0 1px 3px 0 #bcbdbd}.ui.cards>.orange.card,.ui.orange.card,.ui.orange.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #f2711c,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #f2711c,0 1px 3px 0 #d4d4d5}.ui.cards>.orange.card:hover,.ui.orange.card:hover,.ui.orange.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #f26202,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #f26202,0 1px 3px 0 #bcbdbd}.ui.cards>.yellow.card,.ui.yellow.card,.ui.yellow.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #fbbd08,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #fbbd08,0 1px 3px 0 #d4d4d5}.ui.cards>.yellow.card:hover,.ui.yellow.card:hover,.ui.yellow.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #eaae00,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #eaae00,0 1px 3px 0 #bcbdbd}.ui.cards>.olive.card,.ui.olive.card,.ui.olive.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #b5cc18,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #b5cc18,0 1px 3px 0 #d4d4d5}.ui.cards>.olive.card:hover,.ui.olive.card:hover,.ui.olive.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a7bd0d,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a7bd0d,0 1px 3px 0 #bcbdbd}.ui.cards>.green.card,.ui.green.card,.ui.green.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #21ba45,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #21ba45,0 1px 3px 0 #d4d4d5}.ui.cards>.green.card:hover,.ui.green.card:hover,.ui.green.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #16ab39,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #16ab39,0 1px 3px 0 #bcbdbd}.ui.cards>.teal.card,.ui.teal.card,.ui.teal.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #00b5ad,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #00b5ad,0 1px 3px 0 #d4d4d5}.ui.cards>.teal.card:hover,.ui.teal.card:hover,.ui.teal.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #009c95,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #009c95,0 1px 3px 0 #bcbdbd}.ui.blue.card,.ui.blue.cards>.card,.ui.cards>.blue.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #2185d0,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #2185d0,0 1px 3px 0 #d4d4d5}.ui.blue.card:hover,.ui.blue.cards>.card:hover,.ui.cards>.blue.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #1678c2,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #1678c2,0 1px 3px 0 #bcbdbd}.ui.cards>.violet.card,.ui.violet.card,.ui.violet.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #6435c9,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #6435c9,0 1px 3px 0 #d4d4d5}.ui.cards>.violet.card:hover,.ui.violet.card:hover,.ui.violet.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #5829bb,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #5829bb,0 1px 3px 0 #bcbdbd}.ui.cards>.purple.card,.ui.purple.card,.ui.purple.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a333c8,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a333c8,0 1px 3px 0 #d4d4d5}.ui.cards>.purple.card:hover,.ui.purple.card:hover,.ui.purple.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #9627ba,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #9627ba,0 1px 3px 0 #bcbdbd}.ui.cards>.pink.card,.ui.pink.card,.ui.pink.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #e03997,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #e03997,0 1px 3px 0 #d4d4d5}.ui.cards>.pink.card:hover,.ui.pink.card:hover,.ui.pink.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #e61a8d,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #e61a8d,0 1px 3px 0 #bcbdbd}.ui.brown.card,.ui.brown.cards>.card,.ui.cards>.brown.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a5673f,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a5673f,0 1px 3px 0 #d4d4d5}.ui.brown.card:hover,.ui.brown.cards>.card:hover,.ui.cards>.brown.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #975b33,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #975b33,0 1px 3px 0 #bcbdbd}.ui.cards>.grey.card,.ui.grey.card,.ui.grey.cards>.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #767676,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #767676,0 1px 3px 0 #d4d4d5}.ui.cards>.grey.card:hover,.ui.grey.card:hover,.ui.grey.cards>.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #838383,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #838383,0 1px 3px 0 #bcbdbd}.ui.black.card,.ui.black.cards>.card,.ui.cards>.black.card{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #1b1c1d,0 1px 3px 0 #d4d4d5;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #1b1c1d,0 1px 3px 0 #d4d4d5}.ui.black.card:hover,.ui.black.cards>.card:hover,.ui.cards>.black.card:hover{-webkit-box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #27292a,0 1px 3px 0 #bcbdbd;box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #27292a,0 1px 3px 0 #bcbdbd}.ui.one.cards{margin-left:0;margin-right:0}.ui.one.cards>.card{width:100%}.ui.two.cards{margin-left:-1em;margin-right:-1em}.ui.two.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.three.cards{margin-left:-1em;margin-right:-1em}.ui.three.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.four.cards{margin-left:-.75em;margin-right:-.75em}.ui.four.cards>.card{width:calc(25% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.five.cards{margin-left:-.75em;margin-right:-.75em}.ui.five.cards>.card{width:calc(20% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.six.cards{margin-left:-.75em;margin-right:-.75em}.ui.six.cards>.card{width:calc(16.66666667% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.seven.cards{margin-left:-.5em;margin-right:-.5em}.ui.seven.cards>.card{width:calc(14.28571429% - 1em);margin-left:.5em;margin-right:.5em}.ui.eight.cards{margin-left:-.5em;margin-right:-.5em}.ui.eight.cards>.card{width:calc(12.5% - 1em);margin-left:.5em;margin-right:.5em;font-size:11px}.ui.nine.cards{margin-left:-.5em;margin-right:-.5em}.ui.nine.cards>.card{width:calc(11.11111111% - 1em);margin-left:.5em;margin-right:.5em;font-size:10px}.ui.ten.cards{margin-left:-.5em;margin-right:-.5em}.ui.ten.cards>.card{width:calc(10% - 1em);margin-left:.5em;margin-right:.5em}@media only screen and (max-width:767px){.ui.two.doubling.cards{margin-left:0;margin-right:0}.ui.two.doubling.cards>.card{width:100%;margin-left:0;margin-right:0}.ui.three.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.three.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.four.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.four.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.five.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.five.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.six.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.six.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.seven.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.seven.doubling.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.eight.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.eight.doubling.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.nine.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.nine.doubling.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.ten.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.ten.doubling.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}}@media only screen and (min-width:768px) and (max-width:991px){.ui.two.doubling.cards{margin-left:0;margin-right:0}.ui.two.doubling.cards>.card{width:100%;margin-left:0;margin-right:0}.ui.three.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.three.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.four.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.four.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.five.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.five.doubling.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.six.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.six.doubling.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.eight.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.eight.doubling.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.eight.doubling.cards{margin-left:-.75em;margin-right:-.75em}.ui.eight.doubling.cards>.card{width:calc(25% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.nine.doubling.cards{margin-left:-.75em;margin-right:-.75em}.ui.nine.doubling.cards>.card{width:calc(25% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.ten.doubling.cards{margin-left:-.75em;margin-right:-.75em}.ui.ten.doubling.cards>.card{width:calc(20% - 1.5em);margin-left:.75em;margin-right:.75em}}@media only screen and (max-width:767px){.ui.stackable.cards{display:block!important}.ui.stackable.cards .card:first-child{margin-top:0!important}.ui.stackable.cards>.card{display:block!important;height:auto!important;margin:1em 1em;padding:0!important;width:calc(100% - 2em)!important}}.ui.cards>.card{font-size:1em}/*!
 * # Semantic UI - Comment
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.comments{margin:1.5em 0;max-width:650px}.ui.comments:first-child{margin-top:0}.ui.comments:last-child{margin-bottom:0}.ui.comments .comment{position:relative;background:0 0;margin:.5em 0 0;padding:.5em 0 0;border:none;border-top:none;line-height:1.2}.ui.comments .comment:first-child{margin-top:0;padding-top:0}.ui.comments .comment .comments{margin:0 0 .5em .5em;padding:1em 0 1em 1em}.ui.comments .comment .comments:before{position:absolute;top:0;left:0}.ui.comments .comment .comments .comment{border:none;border-top:none;background:0 0}.ui.comments .comment .avatar{display:block;width:2.5em;height:auto;float:left;margin:.2em 0 0}.ui.comments .comment .avatar img,.ui.comments .comment img.avatar{display:block;margin:0 auto;width:100%;height:100%;border-radius:.25rem}.ui.comments .comment>.content{display:block}.ui.comments .comment>.avatar~.content{margin-left:3.5em}.ui.comments .comment .author{font-size:1em;color:rgba(0,0,0,.87);font-weight:700}.ui.comments .comment a.author{cursor:pointer}.ui.comments .comment a.author:hover{color:#1e70bf}.ui.comments .comment .metadata{display:inline-block;margin-left:.5em;color:rgba(0,0,0,.4);font-size:.875em}.ui.comments .comment .metadata>*{display:inline-block;margin:0 .5em 0 0}.ui.comments .comment .metadata>:last-child{margin-right:0}.ui.comments .comment .text{margin:.25em 0 .5em;font-size:1em;word-wrap:break-word;color:rgba(0,0,0,.87);line-height:1.3}.ui.comments .comment .actions{font-size:.875em}.ui.comments .comment .actions a{cursor:pointer;display:inline-block;margin:0 .75em 0 0;color:rgba(0,0,0,.4)}.ui.comments .comment .actions a:last-child{margin-right:0}.ui.comments .comment .actions a.active,.ui.comments .comment .actions a:hover{color:rgba(0,0,0,.8)}.ui.comments>.reply.form{margin-top:1em}.ui.comments .comment .reply.form{width:100%;margin-top:1em}.ui.comments .reply.form textarea{font-size:1em;height:12em}.ui.collapsed.comments,.ui.comments .collapsed.comment,.ui.comments .collapsed.comments{display:none}.ui.threaded.comments .comment .comments{margin:-1.5em 0 -1em 1.25em;padding:3em 0 2em 2.25em;-webkit-box-shadow:-1px 0 0 rgba(34,36,38,.15);box-shadow:-1px 0 0 rgba(34,36,38,.15)}.ui.minimal.comments .comment .actions{opacity:0;position:absolute;top:0;right:0;left:auto;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-transition-delay:.1s;transition-delay:.1s}.ui.minimal.comments .comment>.content:hover>.actions{opacity:1}.ui.mini.comments{font-size:.78571429rem}.ui.tiny.comments{font-size:.85714286rem}.ui.small.comments{font-size:.92857143rem}.ui.comments{font-size:1rem}.ui.large.comments{font-size:1.14285714rem}.ui.big.comments{font-size:1.28571429rem}.ui.huge.comments{font-size:1.42857143rem}.ui.massive.comments{font-size:1.71428571rem}/*!
 * # Semantic UI - Feed
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.feed{margin:1em 0}.ui.feed:first-child{margin-top:0}.ui.feed:last-child{margin-bottom:0}.ui.feed>.event{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;padding:.21428571rem 0;margin:0;background:0 0;border-top:none}.ui.feed>.event:first-child{border-top:0;padding-top:0}.ui.feed>.event:last-child{padding-bottom:0}.ui.feed>.event>.label{display:block;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:2.5em;height:auto;-ms-flex-item-align:stretch;align-self:stretch;text-align:left}.ui.feed>.event>.label .icon{opacity:1;font-size:1.5em;width:100%;padding:.25em;background:0 0;border:none;border-radius:none;color:rgba(0,0,0,.6)}.ui.feed>.event>.label img{width:100%;height:auto;border-radius:500rem}.ui.feed>.event>.label+.content{margin:.5em 0 .35714286em 1.14285714em}.ui.feed>.event>.content{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-item-align:stretch;align-self:stretch;text-align:left;word-wrap:break-word}.ui.feed>.event:last-child>.content{padding-bottom:0}.ui.feed>.event>.content a{cursor:pointer}.ui.feed>.event>.content .date{margin:-.5rem 0 0;padding:0;font-weight:400;font-size:1em;font-style:normal;color:rgba(0,0,0,.4)}.ui.feed>.event>.content .summary{margin:0;font-size:1em;font-weight:700;color:rgba(0,0,0,.87)}.ui.feed>.event>.content .summary img{display:inline-block;width:auto;height:10em;margin:-.25em .25em 0 0;border-radius:.25em;vertical-align:middle}.ui.feed>.event>.content .user{display:inline-block;font-weight:700;margin-right:0;vertical-align:baseline}.ui.feed>.event>.content .user img{margin:-.25em .25em 0 0;width:auto;height:10em;vertical-align:middle}.ui.feed>.event>.content .summary>.date{display:inline-block;float:none;font-weight:400;font-size:.85714286em;font-style:normal;margin:0 0 0 .5em;padding:0;color:rgba(0,0,0,.4)}.ui.feed>.event>.content .extra{margin:.5em 0 0;background:0 0;padding:0;color:rgba(0,0,0,.87)}.ui.feed>.event>.content .extra.images img{display:inline-block;margin:0 .25em 0 0;width:6em}.ui.feed>.event>.content .extra.text{padding:0;border-left:none;font-size:1em;max-width:500px;line-height:1.4285em}.ui.feed>.event>.content .meta{display:inline-block;font-size:.85714286em;margin:.5em 0 0;background:0 0;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;padding:0;color:rgba(0,0,0,.6)}.ui.feed>.event>.content .meta>*{position:relative;margin-left:.75em}.ui.feed>.event>.content .meta>:after{content:'';color:rgba(0,0,0,.2);top:0;left:-1em;opacity:1;position:absolute;vertical-align:top}.ui.feed>.event>.content .meta .like{color:'';-webkit-transition:.2s color ease;transition:.2s color ease}.ui.feed>.event>.content .meta .like:hover .icon{color:#ff2733}.ui.feed>.event>.content .meta .active.like .icon{color:#ef404a}.ui.feed>.event>.content .meta>:first-child{margin-left:0}.ui.feed>.event>.content .meta>:first-child::after{display:none}.ui.feed>.event>.content .meta a,.ui.feed>.event>.content .meta>.icon{cursor:pointer;opacity:1;color:rgba(0,0,0,.5);-webkit-transition:color .1s ease;transition:color .1s ease}.ui.feed>.event>.content .meta a:hover,.ui.feed>.event>.content .meta a:hover .icon,.ui.feed>.event>.content .meta>.icon:hover{color:rgba(0,0,0,.95)}.ui.small.feed{font-size:.92857143rem}.ui.feed{font-size:1rem}.ui.large.feed{font-size:1.14285714rem}/*!
 * # Semantic UI - Item
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.items>.item{display:-webkit-box;display:-ms-flexbox;display:flex;margin:1em 0;width:100%;min-height:0;background:0 0;padding:0;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:-webkit-box-shadow .1s ease;transition:-webkit-box-shadow .1s ease;transition:box-shadow .1s ease;transition:box-shadow .1s ease,-webkit-box-shadow .1s ease;z-index:''}.ui.items>.item a{cursor:pointer}.ui.items{margin:1.5em 0}.ui.items:first-child{margin-top:0!important}.ui.items:last-child{margin-bottom:0!important}.ui.items>.item:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.items>.item:first-child{margin-top:0}.ui.items>.item:last-child{margin-bottom:0}.ui.items>.item>.image{position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:block;float:none;margin:0;padding:0;max-height:'';-ms-flex-item-align:top;align-self:top}.ui.items>.item>.image>img{display:block;width:100%;height:auto;border-radius:.125rem;border:none}.ui.items>.item>.image:only-child>img{border-radius:0}.ui.items>.item>.content{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;background:0 0;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;font-size:1em;border:none;border-radius:0}.ui.items>.item>.content:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.items>.item>.image+.content{min-width:0;width:auto;display:block;margin-left:0;-ms-flex-item-align:top;align-self:top;padding-left:1.5em}.ui.items>.item>.content>.header{display:inline-block;margin:-.21425em 0 0;font-weight:700;color:rgba(0,0,0,.85)}.ui.items>.item>.content>.header:not(.ui){font-size:1.28571429em}.ui.items>.item [class*="left floated"]{float:left}.ui.items>.item [class*="right floated"]{float:right}.ui.items>.item .content img{-ms-flex-item-align:middle;align-self:middle;width:''}.ui.items>.item .avatar img,.ui.items>.item img.avatar{width:'';height:'';border-radius:500rem}.ui.items>.item>.content>.description{margin-top:.6em;max-width:auto;font-size:1em;line-height:1.4285em;color:rgba(0,0,0,.87)}.ui.items>.item>.content p{margin:0 0 .5em}.ui.items>.item>.content p:last-child{margin-bottom:0}.ui.items>.item .meta{margin:.5em 0 .5em;font-size:1em;line-height:1em;color:rgba(0,0,0,.6)}.ui.items>.item .meta *{margin-right:.3em}.ui.items>.item .meta :last-child{margin-right:0}.ui.items>.item .meta [class*="right floated"]{margin-right:0;margin-left:.3em}.ui.items>.item>.content a:not(.ui){color:'';-webkit-transition:color .1s ease;transition:color .1s ease}.ui.items>.item>.content a:not(.ui):hover{color:''}.ui.items>.item>.content>a.header{color:rgba(0,0,0,.85)}.ui.items>.item>.content>a.header:hover{color:#1e70bf}.ui.items>.item .meta>a:not(.ui){color:rgba(0,0,0,.4)}.ui.items>.item .meta>a:not(.ui):hover{color:rgba(0,0,0,.87)}.ui.items>.item>.content .favorite.icon{cursor:pointer;opacity:.75;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.items>.item>.content .favorite.icon:hover{opacity:1;color:#ffb70a}.ui.items>.item>.content .active.favorite.icon{color:#ffe623}.ui.items>.item>.content .like.icon{cursor:pointer;opacity:.75;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.items>.item>.content .like.icon:hover{opacity:1;color:#ff2733}.ui.items>.item>.content .active.like.icon{color:#ff2733}.ui.items>.item .extra{display:block;position:relative;background:0 0;margin:.5rem 0 0;width:100%;padding:0 0 0;top:0;left:0;color:rgba(0,0,0,.4);-webkit-box-shadow:none;box-shadow:none;-webkit-transition:color .1s ease;transition:color .1s ease;border-top:none}.ui.items>.item .extra>*{margin:.25rem .5rem .25rem 0}.ui.items>.item .extra>[class*="right floated"]{margin:.25rem 0 .25rem .5rem}.ui.items>.item .extra:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.items>.item>.image:not(.ui){width:175px}@media only screen and (min-width:768px) and (max-width:991px){.ui.items>.item{margin:1em 0}.ui.items>.item>.image:not(.ui){width:150px}.ui.items>.item>.image+.content{display:block;padding:0 0 0 1em}}@media only screen and (max-width:767px){.ui.items:not(.unstackable)>.item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:2em 0}.ui.items:not(.unstackable)>.item>.image{display:block;margin-left:auto;margin-right:auto}.ui.items:not(.unstackable)>.item>.image,.ui.items:not(.unstackable)>.item>.image>img{max-width:100%!important;width:auto!important;max-height:250px!important}.ui.items:not(.unstackable)>.item>.image+.content{display:block;padding:1.5em 0 0}}.ui.items>.item>.image+[class*="top aligned"].content{-ms-flex-item-align:start;align-self:flex-start}.ui.items>.item>.image+[class*="middle aligned"].content{-ms-flex-item-align:center;align-self:center}.ui.items>.item>.image+[class*="bottom aligned"].content{-ms-flex-item-align:end;align-self:flex-end}.ui.relaxed.items>.item{margin:1.5em 0}.ui[class*="very relaxed"].items>.item{margin:2em 0}.ui.divided.items>.item{border-top:1px solid rgba(34,36,38,.15);margin:0;padding:1em 0}.ui.divided.items>.item:first-child{border-top:none;margin-top:0!important;padding-top:0!important}.ui.divided.items>.item:last-child{margin-bottom:0!important;padding-bottom:0!important}.ui.relaxed.divided.items>.item{margin:0;padding:1.5em 0}.ui[class*="very relaxed"].divided.items>.item{margin:0;padding:2em 0}.ui.items a.item:hover,.ui.link.items>.item:hover{cursor:pointer}.ui.items a.item:hover .content .header,.ui.link.items>.item:hover .content .header{color:#1e70bf}.ui.items>.item{font-size:1em}@media only screen and (max-width:767px){.ui.unstackable.items>.item>.image,.ui.unstackable.items>.item>.image>img{width:125px!important}}/*!
 * # Semantic UI - Statistic
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.statistic{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:1em 0;max-width:auto}.ui.statistic+.ui.statistic{margin:0 0 0 1.5em}.ui.statistic:first-child{margin-top:0}.ui.statistic:last-child{margin-bottom:0}.ui.statistics{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.ui.statistics>.statistic{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 1.5em 1em;max-width:auto}.ui.statistics{display:-webkit-box;display:-ms-flexbox;display:flex;margin:1em -1.5em -1em}.ui.statistics:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.statistics:first-child{margin-top:0}.ui.statistic>.value,.ui.statistics .statistic>.value{font-size:4rem;font-weight:400;line-height:1em;color:#1b1c1d;text-transform:uppercase;text-align:center}.ui.statistic>.label,.ui.statistics .statistic>.label{font-size:1em;font-weight:700;color:rgba(0,0,0,.87);text-transform:uppercase;text-align:center}.ui.statistic>.label~.value,.ui.statistics .statistic>.label~.value{margin-top:0}.ui.statistic>.value~.label,.ui.statistics .statistic>.value~.label{margin-top:0}.ui.statistic>.value .icon,.ui.statistics .statistic>.value .icon{opacity:1;width:auto;margin:0}.ui.statistic>.text.value,.ui.statistics .statistic>.text.value{line-height:1em;min-height:2em;font-weight:700;text-align:center}.ui.statistic>.text.value+.label,.ui.statistics .statistic>.text.value+.label{text-align:center}.ui.statistic>.value img,.ui.statistics .statistic>.value img{max-height:3rem;vertical-align:baseline}.ui.ten.statistics{margin:0 0 -1em}.ui.ten.statistics .statistic{min-width:10%;margin:0 0 1em}.ui.nine.statistics{margin:0 0 -1em}.ui.nine.statistics .statistic{min-width:11.11111111%;margin:0 0 1em}.ui.eight.statistics{margin:0 0 -1em}.ui.eight.statistics .statistic{min-width:12.5%;margin:0 0 1em}.ui.seven.statistics{margin:0 0 -1em}.ui.seven.statistics .statistic{min-width:14.28571429%;margin:0 0 1em}.ui.six.statistics{margin:0 0 -1em}.ui.six.statistics .statistic{min-width:16.66666667%;margin:0 0 1em}.ui.five.statistics{margin:0 0 -1em}.ui.five.statistics .statistic{min-width:20%;margin:0 0 1em}.ui.four.statistics{margin:0 0 -1em}.ui.four.statistics .statistic{min-width:25%;margin:0 0 1em}.ui.three.statistics{margin:0 0 -1em}.ui.three.statistics .statistic{min-width:33.33333333%;margin:0 0 1em}.ui.two.statistics{margin:0 0 -1em}.ui.two.statistics .statistic{min-width:50%;margin:0 0 1em}.ui.one.statistics{margin:0 0 -1em}.ui.one.statistics .statistic{min-width:100%;margin:0 0 1em}.ui.horizontal.statistic{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ui.horizontal.statistics{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;max-width:none}.ui.horizontal.statistics .statistic{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:none;margin:1em 0}.ui.horizontal.statistic>.text.value,.ui.horizontal.statistics>.statistic>.text.value{min-height:0!important}.ui.horizontal.statistic>.value .icon,.ui.horizontal.statistics .statistic>.value .icon{width:1.18em}.ui.horizontal.statistic>.value,.ui.horizontal.statistics .statistic>.value{display:inline-block;vertical-align:middle}.ui.horizontal.statistic>.label,.ui.horizontal.statistics .statistic>.label{display:inline-block;vertical-align:middle;margin:0 0 0 .75em}.ui.red.statistic>.value,.ui.red.statistics .statistic>.value,.ui.statistics .red.statistic>.value{color:#db2828}.ui.orange.statistic>.value,.ui.orange.statistics .statistic>.value,.ui.statistics .orange.statistic>.value{color:#f2711c}.ui.statistics .yellow.statistic>.value,.ui.yellow.statistic>.value,.ui.yellow.statistics .statistic>.value{color:#fbbd08}.ui.olive.statistic>.value,.ui.olive.statistics .statistic>.value,.ui.statistics .olive.statistic>.value{color:#b5cc18}.ui.green.statistic>.value,.ui.green.statistics .statistic>.value,.ui.statistics .green.statistic>.value{color:#21ba45}.ui.statistics .teal.statistic>.value,.ui.teal.statistic>.value,.ui.teal.statistics .statistic>.value{color:#00b5ad}.ui.blue.statistic>.value,.ui.blue.statistics .statistic>.value,.ui.statistics .blue.statistic>.value{color:#2185d0}.ui.statistics .violet.statistic>.value,.ui.violet.statistic>.value,.ui.violet.statistics .statistic>.value{color:#6435c9}.ui.purple.statistic>.value,.ui.purple.statistics .statistic>.value,.ui.statistics .purple.statistic>.value{color:#a333c8}.ui.pink.statistic>.value,.ui.pink.statistics .statistic>.value,.ui.statistics .pink.statistic>.value{color:#e03997}.ui.brown.statistic>.value,.ui.brown.statistics .statistic>.value,.ui.statistics .brown.statistic>.value{color:#a5673f}.ui.grey.statistic>.value,.ui.grey.statistics .statistic>.value,.ui.statistics .grey.statistic>.value{color:#767676}.ui.inverted.statistic .value,.ui.inverted.statistics .statistic>.value{color:#fff}.ui.inverted.statistic .label,.ui.inverted.statistics .statistic>.label{color:rgba(255,255,255,.9)}.ui.inverted.red.statistic>.value,.ui.inverted.red.statistics .statistic>.value,.ui.statistics .inverted.red.statistic>.value{color:#ff695e}.ui.inverted.orange.statistic>.value,.ui.inverted.orange.statistics .statistic>.value,.ui.statistics .inverted.orange.statistic>.value{color:#ff851b}.ui.inverted.yellow.statistic>.value,.ui.inverted.yellow.statistics .statistic>.value,.ui.statistics .inverted.yellow.statistic>.value{color:#ffe21f}.ui.inverted.olive.statistic>.value,.ui.inverted.olive.statistics .statistic>.value,.ui.statistics .inverted.olive.statistic>.value{color:#d9e778}.ui.inverted.green.statistic>.value,.ui.inverted.green.statistics .statistic>.value,.ui.statistics .inverted.green.statistic>.value{color:#2ecc40}.ui.inverted.teal.statistic>.value,.ui.inverted.teal.statistics .statistic>.value,.ui.statistics .inverted.teal.statistic>.value{color:#6dffff}.ui.inverted.blue.statistic>.value,.ui.inverted.blue.statistics .statistic>.value,.ui.statistics .inverted.blue.statistic>.value{color:#54c8ff}.ui.inverted.violet.statistic>.value,.ui.inverted.violet.statistics .statistic>.value,.ui.statistics .inverted.violet.statistic>.value{color:#a291fb}.ui.inverted.purple.statistic>.value,.ui.inverted.purple.statistics .statistic>.value,.ui.statistics .inverted.purple.statistic>.value{color:#dc73ff}.ui.inverted.pink.statistic>.value,.ui.inverted.pink.statistics .statistic>.value,.ui.statistics .inverted.pink.statistic>.value{color:#ff8edf}.ui.inverted.brown.statistic>.value,.ui.inverted.brown.statistics .statistic>.value,.ui.statistics .inverted.brown.statistic>.value{color:#d67c1c}.ui.inverted.grey.statistic>.value,.ui.inverted.grey.statistics .statistic>.value,.ui.statistics .inverted.grey.statistic>.value{color:#dcddde}.ui[class*="left floated"].statistic{float:left;margin:0 2em 1em 0}.ui[class*="right floated"].statistic{float:right;margin:0 0 1em 2em}.ui.floated.statistic:last-child{margin-bottom:0}.ui.mini.statistic>.value,.ui.mini.statistics .statistic>.value{font-size:1.5rem!important}.ui.mini.horizontal.statistic>.value,.ui.mini.horizontal.statistics .statistic>.value{font-size:1.5rem!important}.ui.mini.statistic>.text.value,.ui.mini.statistics .statistic>.text.value{font-size:1rem!important}.ui.tiny.statistic>.value,.ui.tiny.statistics .statistic>.value{font-size:2rem!important}.ui.tiny.horizontal.statistic>.value,.ui.tiny.horizontal.statistics .statistic>.value{font-size:2rem!important}.ui.tiny.statistic>.text.value,.ui.tiny.statistics .statistic>.text.value{font-size:1rem!important}.ui.small.statistic>.value,.ui.small.statistics .statistic>.value{font-size:3rem!important}.ui.small.horizontal.statistic>.value,.ui.small.horizontal.statistics .statistic>.value{font-size:2rem!important}.ui.small.statistic>.text.value,.ui.small.statistics .statistic>.text.value{font-size:1rem!important}.ui.statistic>.value,.ui.statistics .statistic>.value{font-size:4rem!important}.ui.horizontal.statistic>.value,.ui.horizontal.statistics .statistic>.value{font-size:3rem!important}.ui.statistic>.text.value,.ui.statistics .statistic>.text.value{font-size:2rem!important}.ui.large.statistic>.value,.ui.large.statistics .statistic>.value{font-size:5rem!important}.ui.large.horizontal.statistic>.value,.ui.large.horizontal.statistics .statistic>.value{font-size:4rem!important}.ui.large.statistic>.text.value,.ui.large.statistics .statistic>.text.value{font-size:2.5rem!important}.ui.huge.statistic>.value,.ui.huge.statistics .statistic>.value{font-size:6rem!important}.ui.huge.horizontal.statistic>.value,.ui.huge.horizontal.statistics .statistic>.value{font-size:5rem!important}.ui.huge.statistic>.text.value,.ui.huge.statistics .statistic>.text.value{font-size:2.5rem!important}/*!
 * # Semantic UI - Accordion
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.accordion,.ui.accordion .accordion{max-width:100%}.ui.accordion .accordion{margin:1em 0 0;padding:0}.ui.accordion .accordion .title,.ui.accordion .title{cursor:pointer}.ui.accordion .title:not(.ui){padding:.5em 0;font-size:1em;color:rgba(0,0,0,.87)}.ui.accordion .accordion .title~.content,.ui.accordion .title~.content{display:none}.ui.accordion:not(.styled) .accordion .title~.content:not(.ui),.ui.accordion:not(.styled) .title~.content:not(.ui){margin:'';padding:.5em 0 1em}.ui.accordion:not(.styled) .title~.content:not(.ui):last-child{padding-bottom:0}.ui.accordion .accordion .title .dropdown.icon,.ui.accordion .title .dropdown.icon{display:inline-block;float:none;opacity:1;width:1.25em;height:1em;margin:0 .25rem 0 0;padding:0;font-size:1em;-webkit-transition:opacity .1s ease,-webkit-transform .1s ease;transition:opacity .1s ease,-webkit-transform .1s ease;transition:transform .1s ease,opacity .1s ease;transition:transform .1s ease,opacity .1s ease,-webkit-transform .1s ease;vertical-align:baseline;-webkit-transform:none;transform:none}.ui.accordion.menu .item .title{display:block;padding:0}.ui.accordion.menu .item .title>.dropdown.icon{float:right;margin:.21425em 0 0 1em;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ui.accordion .ui.header .dropdown.icon{font-size:1em;margin:0 .25rem 0 0}.ui.accordion .accordion .active.title .dropdown.icon,.ui.accordion .active.title .dropdown.icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ui.accordion.menu .item .active.title>.dropdown.icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ui.styled.accordion{width:600px}.ui.styled.accordion,.ui.styled.accordion .accordion{border-radius:.28571429rem;background:#fff;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15);box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15)}.ui.styled.accordion .accordion .title,.ui.styled.accordion .title{margin:0;padding:.75em 1em;color:rgba(0,0,0,.4);font-weight:700;border-top:1px solid rgba(34,36,38,.15);-webkit-transition:background .1s ease,color .1s ease;transition:background .1s ease,color .1s ease}.ui.styled.accordion .accordion .title:first-child,.ui.styled.accordion>.title:first-child{border-top:none}.ui.styled.accordion .accordion .content,.ui.styled.accordion .content{margin:0;padding:.5em 1em 1.5em}.ui.styled.accordion .accordion .content{padding:0;padding:.5em 1em 1.5em}.ui.styled.accordion .accordion .active.title,.ui.styled.accordion .accordion .title:hover,.ui.styled.accordion .active.title,.ui.styled.accordion .title:hover{background:0 0;color:rgba(0,0,0,.87)}.ui.styled.accordion .accordion .active.title,.ui.styled.accordion .accordion .title:hover{background:0 0;color:rgba(0,0,0,.87)}.ui.styled.accordion .active.title{background:0 0;color:rgba(0,0,0,.95)}.ui.styled.accordion .accordion .active.title{background:0 0;color:rgba(0,0,0,.95)}.ui.accordion .accordion .active.content,.ui.accordion .active.content{display:block}.ui.fluid.accordion,.ui.fluid.accordion .accordion{width:100%}.ui.inverted.accordion .title:not(.ui){color:rgba(255,255,255,.9)}@font-face{font-display:swap;font-family:Accordion;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfOIKAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zryj6HgAAAFwAAAAyGhlYWT/0IhHAAACOAAAADZoaGVhApkB5wAAAnAAAAAkaG10eAJuABIAAAKUAAAAGGxvY2EAjABWAAACrAAAAA5tYXhwAAgAFgAAArwAAAAgbmFtZfC1n04AAALcAAABPHBvc3QAAwAAAAAEGAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQASAEkAtwFuABMAADc0PwE2FzYXFh0BFAcGJwYvASY1EgaABQgHBQYGBQcIBYAG2wcGfwcBAQcECf8IBAcBAQd/BgYAAAAAAQAAAEkApQFuABMAADcRNDc2MzIfARYVFA8BBiMiJyY1AAUGBwgFgAYGgAUIBwYFWwEACAUGBoAFCAcFgAYGBQcAAAABAAAAAQAAqWYls18PPPUACwIAAAAAAM/9o+4AAAAAz/2j7gAAAAAAtwFuAAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAC3AAEAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAQAAAAC3ABIAtwAAAAAAAAAKABQAHgBCAGQAAAABAAAABgAUAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAASwAAoAAAAABGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAS0AAAEtFpovuE9TLzIAAAIkAAAAYAAAAGAIIweQY21hcAAAAoQAAABMAAAATA984gpnYXNwAAAC0AAAAAgAAAAIAAAAEGhlYWQAAALYAAAANgAAADb/0IhHaGhlYQAAAxAAAAAkAAAAJAKZAedobXR4AAADNAAAABgAAAAYAm4AEm1heHAAAANMAAAABgAAAAYABlAAbmFtZQAAA1QAAAE8AAABPPC1n05wb3N0AAAEkAAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLa/iU+HQFHQAAAHkPHQAAAH4RHQAAAAkdAAABJBIABwEBBw0PERQZHnJhdGluZ3JhdGluZ3UwdTF1MjB1RjBEOXVGMERBAAACAYkABAAGAQEEBwoNVp38lA78lA78lA77lA773Z33bxWLkI2Qj44I9xT3FAWOj5CNkIuQi4+JjoePiI2Gi4YIi/uUBYuGiYeHiIiHh4mGi4aLho2Ijwj7FPcUBYeOiY+LkAgO+92L5hWL95QFi5CNkI6Oj4+PjZCLkIuQiY6HCPcU+xQFj4iNhouGi4aJh4eICPsU+xQFiIeGiYaLhouHjYePiI6Jj4uQCA74lBT4lBWLDAoAAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAADfYOJZfDzz1AAsCAAAAAADP/aPuAAAAAM/9o+4AAAAAALcBbgAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAAAtwABAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAEAAAAAtwASALcAAAAAUAAABgAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');font-weight:400;font-style:normal}.ui.accordion .accordion .title .dropdown.icon,.ui.accordion .title .dropdown.icon{font-family:Accordion;line-height:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center}.ui.accordion .accordion .title .dropdown.icon:before,.ui.accordion .title .dropdown.icon:before{content:'\f0da'}/*!
 * # Semantic UI - Checkbox
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.checkbox{position:relative;display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0;vertical-align:baseline;font-style:normal;min-height:17px;font-size:1rem;line-height:17px;min-width:17px}.ui.checkbox input[type=checkbox],.ui.checkbox input[type=radio]{cursor:pointer;position:absolute;top:0;left:0;opacity:0!important;outline:0;z-index:3;width:17px;height:17px}.ui.checkbox .box,.ui.checkbox label{cursor:auto;position:relative;display:block;padding-left:1.85714em;outline:0;font-size:1em}.ui.checkbox .box:before,.ui.checkbox label:before{position:absolute;top:0;left:0;width:17px;height:17px;content:'';background:#fff;border-radius:.21428571rem;-webkit-transition:border .1s ease,opacity .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;border:1px solid #d4d4d5}.ui.checkbox .box:after,.ui.checkbox label:after{position:absolute;font-size:14px;top:0;left:0;width:17px;height:17px;text-align:center;opacity:0;color:rgba(0,0,0,.87);-webkit-transition:border .1s ease,opacity .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease,-webkit-transform .1s ease,-webkit-box-shadow .1s ease}.ui.checkbox label,.ui.checkbox+label{color:rgba(0,0,0,.87);-webkit-transition:color .1s ease;transition:color .1s ease}.ui.checkbox+label{vertical-align:middle}.ui.checkbox .box:hover::before,.ui.checkbox label:hover::before{background:#fff;border-color:rgba(34,36,38,.35)}.ui.checkbox label:hover,.ui.checkbox+label:hover{color:rgba(0,0,0,.8)}.ui.checkbox .box:active::before,.ui.checkbox label:active::before{background:#f9fafb;border-color:rgba(34,36,38,.35)}.ui.checkbox .box:active::after,.ui.checkbox label:active::after{color:rgba(0,0,0,.95)}.ui.checkbox input:active~label{color:rgba(0,0,0,.95)}.ui.checkbox input:focus~.box:before,.ui.checkbox input:focus~label:before{background:#fff;border-color:#96c8da}.ui.checkbox input:focus~.box:after,.ui.checkbox input:focus~label:after{color:rgba(0,0,0,.95)}.ui.checkbox input:focus~label{color:rgba(0,0,0,.95)}.ui.checkbox input:checked~.box:before,.ui.checkbox input:checked~label:before{background:#fff;border-color:rgba(34,36,38,.35)}.ui.checkbox input:checked~.box:after,.ui.checkbox input:checked~label:after{opacity:1;color:rgba(0,0,0,.95)}.ui.checkbox input:not([type=radio]):indeterminate~.box:before,.ui.checkbox input:not([type=radio]):indeterminate~label:before{background:#fff;border-color:rgba(34,36,38,.35)}.ui.checkbox input:not([type=radio]):indeterminate~.box:after,.ui.checkbox input:not([type=radio]):indeterminate~label:after{opacity:1;color:rgba(0,0,0,.95)}.ui.checkbox input:checked:focus~.box:before,.ui.checkbox input:checked:focus~label:before,.ui.checkbox input:not([type=radio]):indeterminate:focus~.box:before,.ui.checkbox input:not([type=radio]):indeterminate:focus~label:before{background:#fff;border-color:#96c8da}.ui.checkbox input:checked:focus~.box:after,.ui.checkbox input:checked:focus~label:after,.ui.checkbox input:not([type=radio]):indeterminate:focus~.box:after,.ui.checkbox input:not([type=radio]):indeterminate:focus~label:after{color:rgba(0,0,0,.95)}.ui.read-only.checkbox,.ui.read-only.checkbox label{cursor:default}.ui.checkbox input[disabled]~.box:after,.ui.checkbox input[disabled]~label,.ui.disabled.checkbox .box:after,.ui.disabled.checkbox label{cursor:default!important;opacity:.5;color:#000}.ui.checkbox input.hidden{z-index:-1}.ui.checkbox input.hidden+label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui.radio.checkbox{min-height:15px}.ui.radio.checkbox .box,.ui.radio.checkbox label{padding-left:1.85714em}.ui.radio.checkbox .box:before,.ui.radio.checkbox label:before{content:'';-webkit-transform:none;transform:none;width:15px;height:15px;border-radius:500rem;top:1px;left:0}.ui.radio.checkbox .box:after,.ui.radio.checkbox label:after{border:none;content:''!important;width:15px;height:15px;line-height:15px}.ui.radio.checkbox .box:after,.ui.radio.checkbox label:after{top:1px;left:0;width:15px;height:15px;border-radius:500rem;-webkit-transform:scale(.46666667);transform:scale(.46666667);background-color:rgba(0,0,0,.87)}.ui.radio.checkbox input:focus~.box:before,.ui.radio.checkbox input:focus~label:before{background-color:#fff}.ui.radio.checkbox input:focus~.box:after,.ui.radio.checkbox input:focus~label:after{background-color:rgba(0,0,0,.95)}.ui.radio.checkbox input:indeterminate~.box:after,.ui.radio.checkbox input:indeterminate~label:after{opacity:0}.ui.radio.checkbox input:checked~.box:before,.ui.radio.checkbox input:checked~label:before{background-color:#fff}.ui.radio.checkbox input:checked~.box:after,.ui.radio.checkbox input:checked~label:after{background-color:rgba(0,0,0,.95)}.ui.radio.checkbox input:focus:checked~.box:before,.ui.radio.checkbox input:focus:checked~label:before{background-color:#fff}.ui.radio.checkbox input:focus:checked~.box:after,.ui.radio.checkbox input:focus:checked~label:after{background-color:rgba(0,0,0,.95)}.ui.slider.checkbox{min-height:1.25rem}.ui.slider.checkbox input{width:3.5rem;height:1.25rem}.ui.slider.checkbox .box,.ui.slider.checkbox label{padding-left:4.5rem;line-height:1rem;color:rgba(0,0,0,.4)}.ui.slider.checkbox .box:before,.ui.slider.checkbox label:before{display:block;position:absolute;content:'';border:none!important;left:0;z-index:1;top:.4rem;background-color:rgba(0,0,0,.05);width:3.5rem;height:.21428571rem;-webkit-transform:none;transform:none;border-radius:500rem;-webkit-transition:background .3s ease;transition:background .3s ease}.ui.slider.checkbox .box:after,.ui.slider.checkbox label:after{background:#fff -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));background:#fff -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:#fff linear-gradient(transparent,rgba(0,0,0,.05));position:absolute;content:''!important;opacity:1;z-index:2;border:none;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;width:1.5rem;height:1.5rem;top:-.25rem;left:0;-webkit-transform:none;transform:none;border-radius:500rem;-webkit-transition:left .3s ease;transition:left .3s ease}.ui.slider.checkbox input:focus~.box:before,.ui.slider.checkbox input:focus~label:before{background-color:rgba(0,0,0,.15);border:none}.ui.slider.checkbox .box:hover,.ui.slider.checkbox label:hover{color:rgba(0,0,0,.8)}.ui.slider.checkbox .box:hover::before,.ui.slider.checkbox label:hover::before{background:rgba(0,0,0,.15)}.ui.slider.checkbox input:checked~.box,.ui.slider.checkbox input:checked~label{color:rgba(0,0,0,.95)!important}.ui.slider.checkbox input:checked~.box:before,.ui.slider.checkbox input:checked~label:before{background-color:#545454!important}.ui.slider.checkbox input:checked~.box:after,.ui.slider.checkbox input:checked~label:after{left:2rem}.ui.slider.checkbox input:focus:checked~.box,.ui.slider.checkbox input:focus:checked~label{color:rgba(0,0,0,.95)!important}.ui.slider.checkbox input:focus:checked~.box:before,.ui.slider.checkbox input:focus:checked~label:before{background-color:#000!important}.ui.toggle.checkbox{min-height:1.5rem}.ui.toggle.checkbox input{width:3.5rem;height:1.5rem}.ui.toggle.checkbox .box,.ui.toggle.checkbox label{min-height:1.5rem;padding-left:4.5rem;color:rgba(0,0,0,.87)}.ui.toggle.checkbox label{padding-top:.15em}.ui.toggle.checkbox .box:before,.ui.toggle.checkbox label:before{display:block;position:absolute;content:'';z-index:1;-webkit-transform:none;transform:none;border:none;top:0;background:rgba(0,0,0,.05);-webkit-box-shadow:none;box-shadow:none;width:3.5rem;height:1.5rem;border-radius:500rem}.ui.toggle.checkbox .box:after,.ui.toggle.checkbox label:after{background:#fff -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));background:#fff -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:#fff linear-gradient(transparent,rgba(0,0,0,.05));position:absolute;content:''!important;opacity:1;z-index:2;border:none;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;width:1.5rem;height:1.5rem;top:0;left:0;border-radius:500rem;-webkit-transition:background .3s ease,left .3s ease;transition:background .3s ease,left .3s ease}.ui.toggle.checkbox input~.box:after,.ui.toggle.checkbox input~label:after{left:-.05rem;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset}.ui.toggle.checkbox input:focus~.box:before,.ui.toggle.checkbox input:focus~label:before{background-color:rgba(0,0,0,.15);border:none}.ui.toggle.checkbox .box:hover::before,.ui.toggle.checkbox label:hover::before{background-color:rgba(0,0,0,.15);border:none}.ui.toggle.checkbox input:checked~.box,.ui.toggle.checkbox input:checked~label{color:rgba(0,0,0,.95)!important}.ui.toggle.checkbox input:checked~.box:before,.ui.toggle.checkbox input:checked~label:before{background-color:#2185d0!important}.ui.toggle.checkbox input:checked~.box:after,.ui.toggle.checkbox input:checked~label:after{left:2.15rem;-webkit-box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset}.ui.toggle.checkbox input:focus:checked~.box,.ui.toggle.checkbox input:focus:checked~label{color:rgba(0,0,0,.95)!important}.ui.toggle.checkbox input:focus:checked~.box:before,.ui.toggle.checkbox input:focus:checked~label:before{background-color:#0d71bb!important}.ui.fitted.checkbox .box,.ui.fitted.checkbox label{padding-left:0!important}.ui.fitted.toggle.checkbox{width:3.5rem}.ui.fitted.slider.checkbox{width:3.5rem}@font-face{font-display:swap;font-family:Checkbox;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBD8AAAC8AAAAYGNtYXAYVtCJAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zn4huwUAAAF4AAABYGhlYWQGPe1ZAAAC2AAAADZoaGVhB30DyAAAAxAAAAAkaG10eBBKAEUAAAM0AAAAHGxvY2EAmgESAAADUAAAABBtYXhwAAkALwAAA2AAAAAgbmFtZSC8IugAAAOAAAABknBvc3QAAwAAAAAFFAAAACAAAwMTAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADoAgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6AL//f//AAAAAAAg6AD//f//AAH/4xgEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAEUAUQO7AvgAGgAAARQHAQYjIicBJjU0PwE2MzIfAQE2MzIfARYVA7sQ/hQQFhcQ/uMQEE4QFxcQqAF2EBcXEE4QAnMWEP4UEBABHRAXFhBOEBCoAXcQEE4QFwAAAAABAAABbgMlAkkAFAAAARUUBwYjISInJj0BNDc2MyEyFxYVAyUQEBf9SRcQEBAQFwK3FxAQAhJtFxAQEBAXbRcQEBAQFwAAAAABAAAASQMlA24ALAAAARUUBwYrARUUBwYrASInJj0BIyInJj0BNDc2OwE1NDc2OwEyFxYdATMyFxYVAyUQEBfuEBAXbhYQEO4XEBAQEBfuEBAWbhcQEO4XEBACEm0XEBDuFxAQEBAX7hAQF20XEBDuFxAQEBAX7hAQFwAAAQAAAAIAAHRSzT9fDzz1AAsEAAAAAADRsdR3AAAAANGx1HcAAAAAA7sDbgAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAADuwABAAAAAAAAAAAAAAAAAAAABwQAAAAAAAAAAAAAAAIAAAAEAABFAyUAAAMlAAAAAAAAAAoAFAAeAE4AcgCwAAEAAAAHAC0AAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhWZXJzaW9uIDIuMABWAGUAcgBzAGkAbwBuACAAMgAuADBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhDaGVja2JveABDAGgAZQBjAGsAYgBvAHhSZWd1bGFyAFIAZQBnAHUAbABhAHJDaGVja2JveABDAGgAZQBjAGsAYgBvAHhGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype')}.ui.checkbox .box:after,.ui.checkbox label:after{font-family:Checkbox}.ui.checkbox input:checked~.box:after,.ui.checkbox input:checked~label:after{content:'\e800'}.ui.checkbox input:indeterminate~.box:after,.ui.checkbox input:indeterminate~label:after{font-size:12px;content:'\e801'}/*!
 * # Semantic UI - Dimmer
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.dimmable:not(body){position:relative}.ui.dimmer{display:none;position:absolute;top:0!important;left:0!important;width:100%;height:100%;text-align:center;vertical-align:middle;padding:1em;background-color:rgba(0,0,0,.85);opacity:0;line-height:1;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-transition:background-color .5s linear;transition:background-color .5s linear;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;will-change:opacity;z-index:1000}.ui.dimmer>.content{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;color:#fff}.ui.segment>.ui.dimmer{border-radius:inherit!important}.ui.dimmer:not(.inverted)::-webkit-scrollbar-track{background:rgba(255,255,255,.1)}.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb{background:rgba(255,255,255,.25)}.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:window-inactive{background:rgba(255,255,255,.15)}.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.35)}.animating.dimmable:not(body),.dimmed.dimmable:not(body){overflow:hidden}.dimmed.dimmable>.ui.animating.dimmer,.dimmed.dimmable>.ui.visible.dimmer,.ui.active.dimmer{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1}.ui.disabled.dimmer{width:0!important;height:0!important}.dimmed.dimmable>.ui.animating.legacy.dimmer,.dimmed.dimmable>.ui.visible.legacy.dimmer,.ui.active.legacy.dimmer{display:block}.ui[class*="top aligned"].dimmer{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ui[class*="bottom aligned"].dimmer{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ui.page.dimmer{position:fixed;-webkit-transform-style:'';transform-style:'';-webkit-perspective:2000px;perspective:2000px;-webkit-transform-origin:center center;transform-origin:center center}body.animating.in.dimmable,body.dimmed.dimmable{overflow:hidden}body.dimmable>.dimmer{position:fixed}.blurring.dimmable>:not(.dimmer){-webkit-filter:blur(0) grayscale(0);filter:blur(0) grayscale(0);-webkit-transition:.8s -webkit-filter ease;transition:.8s -webkit-filter ease;transition:.8s filter ease;transition:.8s filter ease,.8s -webkit-filter ease}.blurring.dimmed.dimmable>:not(.dimmer){-webkit-filter:blur(5px) grayscale(.7);filter:blur(5px) grayscale(.7)}.blurring.dimmable>.dimmer{background-color:rgba(0,0,0,.6)}.blurring.dimmable>.inverted.dimmer{background-color:rgba(255,255,255,.6)}.ui.dimmer>.top.aligned.content>*{vertical-align:top}.ui.dimmer>.bottom.aligned.content>*{vertical-align:bottom}.ui.inverted.dimmer{background-color:rgba(255,255,255,.85)}.ui.inverted.dimmer>.content>*{color:#fff}.ui.simple.dimmer{display:block;overflow:hidden;opacity:1;width:0%;height:0%;z-index:-100;background-color:rgba(0,0,0,0)}.dimmed.dimmable>.ui.simple.dimmer{overflow:visible;opacity:1;width:100%;height:100%;background-color:rgba(0,0,0,.85);z-index:1}.ui.simple.inverted.dimmer{background-color:rgba(255,255,255,0)}.dimmed.dimmable>.ui.simple.inverted.dimmer{background-color:rgba(255,255,255,.85)}/*!
 * # Semantic UI - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.dropdown{cursor:pointer;position:relative;display:inline-block;outline:0;text-align:left;-webkit-transition:width .1s ease,-webkit-box-shadow .1s ease;transition:width .1s ease,-webkit-box-shadow .1s ease;transition:box-shadow .1s ease,width .1s ease;transition:box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease;-webkit-tap-highlight-color:transparent}.ui.dropdown .menu{cursor:auto;position:absolute;display:none;outline:0;top:100%;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;margin:0;padding:0 0;background:#fff;font-size:1em;text-shadow:none;text-align:left;-webkit-box-shadow:0 2px 3px 0 rgba(34,36,38,.15);box-shadow:0 2px 3px 0 rgba(34,36,38,.15);border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;-webkit-transition:opacity .1s ease;transition:opacity .1s ease;z-index:11;will-change:transform,opacity}.ui.dropdown .menu>*{white-space:nowrap}.ui.dropdown>input:not(.search):first-child,.ui.dropdown>select{display:none!important}.ui.dropdown>.dropdown.icon{position:relative;width:auto;font-size:.85714286em;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon{width:auto;float:right;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon+.text{margin-right:1em}.ui.dropdown>.text{display:inline-block;-webkit-transition:none;transition:none}.ui.dropdown .menu>.item{position:relative;cursor:pointer;display:block;border:none;height:auto;text-align:left;border-top:none;line-height:1em;color:rgba(0,0,0,.87);padding:.78571429rem 1.14285714rem!important;font-size:1rem;text-transform:none;font-weight:400;-webkit-box-shadow:none;box-shadow:none;-webkit-touch-callout:none}.ui.dropdown .menu>.item:first-child{border-top-width:0}.ui.dropdown .menu .item>[class*="right floated"],.ui.dropdown>.text>[class*="right floated"]{float:right!important;margin-right:0!important;margin-left:1em!important}.ui.dropdown .menu .item>[class*="left floated"],.ui.dropdown>.text>[class*="left floated"]{float:left!important;margin-left:0!important;margin-right:1em!important}.ui.dropdown .menu .item>.flag.floated,.ui.dropdown .menu .item>.icon.floated,.ui.dropdown .menu .item>.image.floated,.ui.dropdown .menu .item>img.floated{margin-top:0}.ui.dropdown .menu>.header{margin:1rem 0 .75rem;padding:0 1.14285714rem;color:rgba(0,0,0,.85);font-size:.78571429em;font-weight:700;text-transform:uppercase}.ui.dropdown .menu>.divider{border-top:1px solid rgba(34,36,38,.1);height:0;margin:.5em 0}.ui.dropdown.dropdown .menu>.input{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;margin:1.14285714rem .78571429rem;min-width:10rem}.ui.dropdown .menu>.header+.input{margin-top:0}.ui.dropdown .menu>.input:not(.transparent) input{padding:.5em 1em}.ui.dropdown .menu>.input:not(.transparent) .button,.ui.dropdown .menu>.input:not(.transparent) .icon,.ui.dropdown .menu>.input:not(.transparent) .label{padding-top:.5em;padding-bottom:.5em}.ui.dropdown .menu>.item>.description,.ui.dropdown>.text>.description{float:right;margin:0 0 0 1em;color:rgba(0,0,0,.4)}.ui.dropdown .menu>.message{padding:.78571429rem 1.14285714rem;font-weight:400}.ui.dropdown .menu>.message:not(.ui){color:rgba(0,0,0,.4)}.ui.dropdown .menu .menu{top:0!important;left:100%;right:auto;margin:0 0 0 -.5em!important;border-radius:.28571429rem!important;z-index:21!important}.ui.dropdown .menu .menu:after{display:none}.ui.dropdown>.text>.flag,.ui.dropdown>.text>.icon,.ui.dropdown>.text>.image,.ui.dropdown>.text>.label,.ui.dropdown>.text>img{margin-top:0}.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>img{margin-top:0}.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.flag,.ui.dropdown>.text>.icon,.ui.dropdown>.text>.image,.ui.dropdown>.text>.label,.ui.dropdown>.text>img{margin-left:0;float:none;margin-right:.78571429rem}.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.image,.ui.dropdown>.text>img{display:inline-block;vertical-align:top;width:auto;margin-top:-.5em;margin-bottom:-.5em;max-height:2em}.ui.dropdown .ui.menu>.item:before,.ui.menu .ui.dropdown .menu>.item:before{display:none}.ui.menu .ui.dropdown .menu .active.item{border-left:none}.ui.buttons>.ui.dropdown:last-child .menu,.ui.menu .right.dropdown.item .menu,.ui.menu .right.menu .dropdown:last-child .menu{left:auto;right:0}.ui.label.dropdown .menu{min-width:100%}.ui.dropdown.icon.button>.dropdown.icon{margin:0}.ui.button.dropdown .menu{min-width:100%}.ui.selection.dropdown{cursor:pointer;word-wrap:break-word;line-height:1em;white-space:normal;outline:0;-webkit-transform:rotateZ(0);transform:rotateZ(0);min-width:14em;min-height:2.71428571em;background:#fff;display:inline-block;padding:.78571429em 2.1em .78571429em 1em;color:rgba(0,0,0,.87);-webkit-box-shadow:none;box-shadow:none;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;-webkit-transition:width .1s ease,-webkit-box-shadow .1s ease;transition:width .1s ease,-webkit-box-shadow .1s ease;transition:box-shadow .1s ease,width .1s ease;transition:box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease}.ui.selection.dropdown.active,.ui.selection.dropdown.visible{z-index:10}select.ui.dropdown{height:38px;padding:.5em;border:1px solid rgba(34,36,38,.15);visibility:visible}.ui.selection.dropdown>.delete.icon,.ui.selection.dropdown>.dropdown.icon,.ui.selection.dropdown>.search.icon{cursor:pointer;position:absolute;width:auto;height:auto;line-height:1.21428571em;top:.78571429em;right:1em;z-index:3;margin:-.78571429em;padding:.91666667em;opacity:.8;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.compact.selection.dropdown{min-width:0}.ui.selection.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;border-top-width:0!important;width:auto;outline:0;margin:0 -1px;min-width:calc(100% + 2px);width:calc(100% + 2px);border-radius:0 0 .28571429rem .28571429rem;-webkit-box-shadow:0 2px 3px 0 rgba(34,36,38,.15);box-shadow:0 2px 3px 0 rgba(34,36,38,.15);-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.selection.dropdown .menu:after,.ui.selection.dropdown .menu:before{display:none}.ui.selection.dropdown .menu>.message{padding:.78571429rem 1.14285714rem}@media only screen and (max-width:767px){.ui.selection.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width:768px){.ui.selection.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width:992px){.ui.selection.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width:1920px){.ui.selection.dropdown .menu{max-height:21.37142857rem}}.ui.selection.dropdown .menu>.item{border-top:1px solid #fafafa;padding:.78571429rem 1.14285714rem!important;white-space:normal;word-wrap:normal}.ui.selection.dropdown .menu>.hidden.addition.item{display:none}.ui.selection.dropdown:hover{border-color:rgba(34,36,38,.35);-webkit-box-shadow:none;box-shadow:none}.ui.selection.active.dropdown{border-color:#96c8da;-webkit-box-shadow:0 2px 3px 0 rgba(34,36,38,.15);box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.active.dropdown .menu{border-color:#96c8da;-webkit-box-shadow:0 2px 3px 0 rgba(34,36,38,.15);box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.dropdown:focus{border-color:#96c8da;-webkit-box-shadow:none;box-shadow:none}.ui.selection.dropdown:focus .menu{border-color:#96c8da;-webkit-box-shadow:0 2px 3px 0 rgba(34,36,38,.15);box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.visible.dropdown>.text:not(.default){font-weight:400;color:rgba(0,0,0,.8)}.ui.selection.active.dropdown:hover{border-color:#96c8da;-webkit-box-shadow:0 2px 3px 0 rgba(34,36,38,.15);box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.active.dropdown:hover .menu{border-color:#96c8da;-webkit-box-shadow:0 2px 3px 0 rgba(34,36,38,.15);box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.active.selection.dropdown>.dropdown.icon,.ui.visible.selection.dropdown>.dropdown.icon{opacity:'';z-index:3}.ui.active.selection.dropdown{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.active.empty.selection.dropdown{border-radius:.28571429rem!important;-webkit-box-shadow:none!important;box-shadow:none!important}.ui.active.empty.selection.dropdown .menu{border:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.ui.search.dropdown{min-width:''}.ui.search.dropdown>input.search{background:none transparent!important;border:none!important;-webkit-box-shadow:none!important;box-shadow:none!important;cursor:text;top:0;left:1px;width:100%;outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0);padding:inherit}.ui.search.dropdown>input.search{position:absolute;z-index:2}.ui.search.dropdown>.text{cursor:text;position:relative;left:1px;z-index:3}.ui.search.selection.dropdown>input.search{line-height:1.21428571em;padding:.67857143em 2.1em .67857143em 1em}.ui.search.selection.dropdown>span.sizer{line-height:1.21428571em;padding:.67857143em 2.1em .67857143em 1em;display:none;white-space:pre}.ui.search.dropdown.active>input.search,.ui.search.dropdown.visible>input.search{cursor:auto}.ui.search.dropdown.active>.text,.ui.search.dropdown.visible>.text{pointer-events:none}.ui.active.search.dropdown input.search:focus+.text .flag,.ui.active.search.dropdown input.search:focus+.text .icon{opacity:.45}.ui.active.search.dropdown input.search:focus+.text{color:rgba(115,115,115,.87)!important}.ui.search.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch}@media only screen and (max-width:767px){.ui.search.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width:768px){.ui.search.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width:992px){.ui.search.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width:1920px){.ui.search.dropdown .menu{max-height:21.37142857rem}}.ui.multiple.dropdown{padding:.22619048em 2.1em .22619048em .35714286em}.ui.multiple.dropdown .menu{cursor:auto}.ui.multiple.search.dropdown,.ui.multiple.search.dropdown>input.search{cursor:text}.ui.multiple.dropdown>.label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;vertical-align:top;white-space:normal;font-size:1em;padding:.35714286em .78571429em;margin:.14285714rem .28571429rem .14285714rem 0;-webkit-box-shadow:0 0 0 1px rgba(34,36,38,.15) inset;box-shadow:0 0 0 1px rgba(34,36,38,.15) inset}.ui.multiple.dropdown .dropdown.icon{margin:'';padding:''}.ui.multiple.dropdown>.text{position:static;padding:0;max-width:100%;margin:.45238095em 0 .45238095em .64285714em;line-height:1.21428571em}.ui.multiple.dropdown>.label~input.search{margin-left:.14285714em!important}.ui.multiple.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>.text{display:inline-block;position:absolute;top:0;left:0;padding:inherit;margin:.45238095em 0 .45238095em .64285714em;line-height:1.21428571em}.ui.multiple.search.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>input.search{position:static;padding:0;max-width:100%;margin:.45238095em 0 .45238095em .64285714em;width:2.2em;line-height:1.21428571em}.ui.inline.dropdown{cursor:pointer;display:inline-block;color:inherit}.ui.inline.dropdown .dropdown.icon{margin:0 .21428571em 0 .21428571em;vertical-align:baseline}.ui.inline.dropdown>.text{font-weight:700}.ui.inline.dropdown .menu{cursor:auto;margin-top:.21428571em;border-radius:.28571429rem}.ui.dropdown .menu .active.item{background:0 0;font-weight:700;color:rgba(0,0,0,.95);-webkit-box-shadow:none;box-shadow:none;z-index:12}.ui.dropdown .menu>.item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);z-index:13}.ui.loading.dropdown>i.icon{height:1em!important}.ui.loading.selection.dropdown>i.icon{padding:1.5em 1.28571429em!important}.ui.loading.dropdown>i.icon:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.dropdown>i.icon:after{position:absolute;content:'';top:50%;left:50%;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:dropdown-spin .6s linear;animation:dropdown-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em}.ui.loading.dropdown.button>i.icon:after,.ui.loading.dropdown.button>i.icon:before{display:none}@-webkit-keyframes dropdown-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dropdown-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.default.dropdown:not(.button)>.text,.ui.dropdown:not(.button)>.default.text{color:rgba(191,191,191,.87)}.ui.default.dropdown:not(.button)>input:focus~.text,.ui.dropdown:not(.button)>input:focus~.default.text{color:rgba(115,115,115,.87)}.ui.loading.dropdown>.text{-webkit-transition:none;transition:none}.ui.dropdown .loading.menu{display:block;visibility:hidden;z-index:-1}.ui.dropdown>.loading.menu{left:0!important;right:auto!important}.ui.dropdown>.menu .loading.menu{left:100%!important;right:auto!important}.ui.dropdown .menu .selected.item,.ui.dropdown.selected{background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.dropdown>.filtered.text{visibility:hidden}.ui.dropdown .filtered.item{display:none!important}.ui.dropdown.error,.ui.dropdown.error>.default.text,.ui.dropdown.error>.text{color:#9f3a38}.ui.selection.dropdown.error{background:#fff6f6;border-color:#e0b4b4}.ui.selection.dropdown.error:hover{border-color:#e0b4b4}.ui.dropdown.error>.menu,.ui.dropdown.error>.menu .menu{border-color:#e0b4b4}.ui.dropdown.error>.menu>.item{color:#9f3a38}.ui.multiple.selection.error.dropdown>.label{border-color:#e0b4b4}.ui.dropdown.error>.menu>.item:hover{background-color:#fff2f2}.ui.dropdown.error>.menu .active.item{background-color:#fdcfcf}.ui.dropdown>.clear.dropdown.icon{opacity:.8;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.dropdown>.clear.dropdown.icon:hover{opacity:1}.ui.disabled.dropdown,.ui.dropdown .menu>.disabled.item{cursor:default;pointer-events:none;opacity:.45}.ui.dropdown .menu{left:0}.ui.dropdown .menu .right.menu,.ui.dropdown .right.menu>.menu{left:100%!important;right:auto!important;border-radius:.28571429rem!important}.ui.dropdown>.left.menu{left:auto!important;right:0!important}.ui.dropdown .menu .left.menu,.ui.dropdown>.left.menu .menu{left:auto;right:100%;margin:0 -.5em 0 0!important;border-radius:.28571429rem!important}.ui.dropdown .item .left.dropdown.icon,.ui.dropdown .left.menu .item .dropdown.icon{width:auto;float:left;margin:0}.ui.dropdown .item .left.dropdown.icon,.ui.dropdown .left.menu .item .dropdown.icon{width:auto;float:left;margin:0}.ui.dropdown .item .left.dropdown.icon+.text,.ui.dropdown .left.menu .item .dropdown.icon+.text{margin-left:1em;margin-right:0}.ui.upward.dropdown>.menu{top:auto;bottom:100%;-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,.08);box-shadow:0 0 3px 0 rgba(0,0,0,.08);border-radius:.28571429rem .28571429rem 0 0}.ui.dropdown .upward.menu{top:auto!important;bottom:0!important}.ui.simple.upward.active.dropdown,.ui.simple.upward.dropdown:hover{border-radius:.28571429rem .28571429rem 0 0!important}.ui.upward.dropdown.button:not(.pointing):not(.floating).active{border-radius:.28571429rem .28571429rem 0 0}.ui.upward.selection.dropdown .menu{border-top-width:1px!important;border-bottom-width:0!important;-webkit-box-shadow:0 -2px 3px 0 rgba(0,0,0,.08);box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}.ui.upward.selection.dropdown:hover{-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,.05);box-shadow:0 0 2px 0 rgba(0,0,0,.05)}.ui.active.upward.selection.dropdown{border-radius:0 0 .28571429rem .28571429rem!important}.ui.upward.selection.dropdown.visible{-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,.08);box-shadow:0 0 3px 0 rgba(0,0,0,.08);border-radius:0 0 .28571429rem .28571429rem!important}.ui.upward.active.selection.dropdown:hover{-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,.05);box-shadow:0 0 3px 0 rgba(0,0,0,.05)}.ui.upward.active.selection.dropdown:hover .menu{-webkit-box-shadow:0 -2px 3px 0 rgba(0,0,0,.08);box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{overflow-x:hidden;overflow-y:auto}.ui.scrolling.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;min-width:100%!important;width:auto!important}.ui.dropdown .scrolling.menu{position:static;overflow-y:auto;border:none;-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:0!important;margin:0!important;min-width:100%!important;width:auto!important;border-top:1px solid rgba(34,36,38,.15)}.ui.dropdown .scrolling.menu>.item.item.item,.ui.scrolling.dropdown .menu .item.item.item{border-top:none}.ui.dropdown .scrolling.menu .item:first-child,.ui.scrolling.dropdown .menu .item:first-child{border-top:none}.ui.dropdown>.animating.menu .scrolling.menu,.ui.dropdown>.visible.menu .scrolling.menu{display:block}@media all and (-ms-high-contrast:none){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{min-width:calc(100% - 17px)}}@media only screen and (max-width:767px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:10.28571429rem}}@media only screen and (min-width:768px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:15.42857143rem}}@media only screen and (min-width:992px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:20.57142857rem}}@media only screen and (min-width:1920px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:20.57142857rem}}.ui.simple.dropdown .menu:after,.ui.simple.dropdown .menu:before{display:none}.ui.simple.dropdown .menu{position:absolute;display:block;overflow:hidden;top:-9999px!important;opacity:0;width:0;height:0;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.simple.active.dropdown,.ui.simple.dropdown:hover{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.simple.active.dropdown>.menu,.ui.simple.dropdown:hover>.menu{overflow:visible;width:auto;height:auto;top:100%!important;opacity:1}.ui.simple.dropdown:hover>.menu>.item:hover>.menu,.ui.simple.dropdown>.menu>.item:active>.menu{overflow:visible;width:auto;height:auto;top:0!important;left:100%!important;opacity:1}.ui.simple.disabled.dropdown:hover .menu{display:none;height:0;width:0;overflow:hidden}.ui.simple.visible.dropdown>.menu{display:block}.ui.fluid.dropdown{display:block;width:100%;min-width:0}.ui.fluid.dropdown>.dropdown.icon{float:right}.ui.floating.dropdown .menu{left:0;right:auto;-webkit-box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)!important;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)!important;border-radius:.28571429rem!important}.ui.floating.dropdown>.menu{margin-top:.5em!important;border-radius:.28571429rem!important}.ui.pointing.dropdown>.menu{top:100%;margin-top:.78571429rem;border-radius:.28571429rem}.ui.pointing.dropdown>.menu:after{display:block;position:absolute;pointer-events:none;content:'';visibility:visible;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:.5em;height:.5em;-webkit-box-shadow:-1px -1px 0 0 rgba(34,36,38,.15);box-shadow:-1px -1px 0 0 rgba(34,36,38,.15);background:#fff;z-index:2}.ui.pointing.dropdown>.menu:after{top:-.25em;left:50%;margin:0 0 0 -.25em}.ui.top.left.pointing.dropdown>.menu{top:100%;bottom:auto;left:0;right:auto;margin:1em 0 0}.ui.top.left.pointing.dropdown>.menu{top:100%;bottom:auto;left:0;right:auto;margin:1em 0 0}.ui.top.left.pointing.dropdown>.menu:after{top:-.25em;left:1em;right:auto;margin:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ui.top.right.pointing.dropdown>.menu{top:100%;bottom:auto;right:0;left:auto;margin:1em 0 0}.ui.top.pointing.dropdown>.left.menu:after,.ui.top.right.pointing.dropdown>.menu:after{top:-.25em;left:auto!important;right:1em!important;margin:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ui.left.pointing.dropdown>.menu{top:0;left:100%;right:auto;margin:0 0 0 1em}.ui.left.pointing.dropdown>.menu:after{top:1em;left:-.25em;margin:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.ui.left:not(.top):not(.bottom).pointing.dropdown>.left.menu{left:auto!important;right:100%!important;margin:0 1em 0 0}.ui.left:not(.top):not(.bottom).pointing.dropdown>.left.menu:after{top:1em;left:auto;right:-.25em;margin:0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.ui.right.pointing.dropdown>.menu{top:0;left:auto;right:100%;margin:0 1em 0 0}.ui.right.pointing.dropdown>.menu:after{top:1em;left:auto;right:-.25em;margin:0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.ui.bottom.pointing.dropdown>.menu{top:auto;bottom:100%;left:0;right:auto;margin:0 0 1em}.ui.bottom.pointing.dropdown>.menu:after{top:auto;bottom:-.25em;right:auto;margin:0;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.ui.bottom.pointing.dropdown>.menu .menu{top:auto!important;bottom:0!important}.ui.bottom.left.pointing.dropdown>.menu{left:0;right:auto}.ui.bottom.left.pointing.dropdown>.menu:after{left:1em;right:auto}.ui.bottom.right.pointing.dropdown>.menu{right:0;left:auto}.ui.bottom.right.pointing.dropdown>.menu:after{left:auto;right:1em}.ui.pointing.upward.dropdown .menu,.ui.top.pointing.upward.dropdown .menu{top:auto!important;bottom:100%!important;margin:0 0 .78571429rem;border-radius:.28571429rem}.ui.pointing.upward.dropdown .menu:after,.ui.top.pointing.upward.dropdown .menu:after{top:100%!important;bottom:auto!important;-webkit-box-shadow:1px 1px 0 0 rgba(34,36,38,.15);box-shadow:1px 1px 0 0 rgba(34,36,38,.15);margin:-.25em 0 0}.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu{top:auto!important;bottom:0!important;margin:0 1em 0 0}.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after{top:auto!important;bottom:0!important;margin:0 0 1em 0;-webkit-box-shadow:-1px -1px 0 0 rgba(34,36,38,.15);box-shadow:-1px -1px 0 0 rgba(34,36,38,.15)}.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu{top:auto!important;bottom:0!important;margin:0 0 0 1em}.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after{top:auto!important;bottom:0!important;margin:0 0 1em 0;-webkit-box-shadow:-1px -1px 0 0 rgba(34,36,38,.15);box-shadow:-1px -1px 0 0 rgba(34,36,38,.15)}@font-face{font-display:swap;font-family:Dropdown;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAVgAA8AAAAACFAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABwAAAAchGgaq0dERUYAAAF0AAAAHAAAAB4AJwAPT1MvMgAAAZAAAABDAAAAVnW4TJdjbWFwAAAB1AAAAEsAAAFS8CcaqmN2dCAAAAIgAAAABAAAAAQAEQFEZ2FzcAAAAiQAAAAIAAAACP//AANnbHlmAAACLAAAAQoAAAGkrRHP9WhlYWQAAAM4AAAAMAAAADYPK8YyaGhlYQAAA2gAAAAdAAAAJANCAb1obXR4AAADiAAAACIAAAAiCBkAOGxvY2EAAAOsAAAAFAAAABQBnAIybWF4cAAAA8AAAAAfAAAAIAEVAF5uYW1lAAAD4AAAATAAAAKMFGlj5HBvc3QAAAUQAAAARgAAAHJoedjqd2ViZgAABVgAAAAGAAAABrO7W5UAAAABAAAAANXulPUAAAAA1r4hgAAAAADXu2Q1eNpjYGRgYOABYjEgZmJgBEIOIGYB8xgAA/YAN3jaY2BktGOcwMDKwMI4jTGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHFT/fLjFeOD/AQY9xjMMbkBhRpAcAN48DQYAeNpjYGBgZoBgGQZGBhDwAfIYwXwWBgMgzQGETAwMqn8+8H649f8/lHX9//9b7Pzf+fWgusCAkY0BzmUE6gHpQwGMDMMeAACbxg7SAAARAUQAAAAB//8AAnjadZBPSsNAGMXfS+yMqYgOhpSuSlKadmUhiVEhEMQzFF22m17BbbvzCh5BXCUn6EG8gjeQ4DepwYo4i+/ffL95j4EDA+CFC7jQuKyIeVHrI3wkleq9F7XrSInKteOeHdda8bOoaeepSc00NWPz/LRec9G8GabyGtEdF7h19z033GAMTK7zbM42xNEZpzYof0RtQ5CUHAQJ73OtVyutc+3b7Ou//b8XNlsPx3jgjUifABdhEohKJJL5iM5p39uqc7X1+sRQSqmGrUVhlsJ4lpmEUVwyT8SUYtg0P9DyNzPADDs+tjrGV6KRCRfsui3eHcL4/p8ZXvfMlcnEU+CLv7hDykOP+AKTPTxbAAB42mNgZGBgAGKuf5KP4vltvjLIMzGAwLV9ig0g+vruFFMQzdjACOJzMIClARh0CTJ42mNgZGBgPPD/AJD8wgAEjA0MjAyogAMAbOQEAQAAAAC7ABEAAAAAAKoAAAH0AAABgAAAAUAACAFAAAgAwAAXAAAAAAAAACoAKgAqADIAbACGAKAAugDSeNpjYGRgYOBkUGFgYgABEMkFhAwM/xn0QAIADdUBdAB42qWQvUoDQRSFv3GjaISUQaymSmGxJoGAsRC0iPYLsU50Y6IxrvlRtPCJJKUPIBb+PIHv4EN4djKuKAqCDHfmu+feOdwZoMCUAJNbAlYUMzaUlM14jjxbngOq7HnOia89z1Pk1vMCa9x7ztPkzfMyJbPj+ZGi6Xp+omxuPD+zaD7meaFg7mb8GrBqHmhwxoAxlm0uiRkpP9X5m26pKRoMxTGR1D49Dv/Yb/91o6l8qL6eu5n2hZQzn68utR9m3FU2cB4t9cdSLG2utI+44Eh/P9bqKO+oJ/WxmXssj77YkrjasZQD6SFddythk3Wtzrf+UF2p076Udla1VNzsERP3kkjVRKel7mp1udXYcHtZSlV7RfmJe1GiFWveluaeKD5/MuJcSk8Tpm/vvwPIbmJleNpjYGKAAFYG7ICTgYGRiZGZkYWRlZGNkZ2Rg5GTLT2nsiDDEEIZsZfmZRqZujmDaDcDAxcI7WIOpS2gtCWUdgQAZkcSmQAAAAFblbO6AAA=) format('woff');font-weight:400;font-style:normal}.ui.dropdown>.dropdown.icon{font-family:Dropdown;line-height:1;height:1em;width:1.23em;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center}.ui.dropdown>.dropdown.icon{width:auto}.ui.dropdown>.dropdown.icon:before{content:'\f0d7'}.ui.dropdown .menu .item .dropdown.icon:before{content:'\f0da'}.ui.dropdown .item .left.dropdown.icon:before,.ui.dropdown .left.menu .item .dropdown.icon:before{content:"\f0d9"}.ui.vertical.menu .dropdown.item>.dropdown.icon:before{content:"\f0da"}.ui.dropdown>.clear.icon:before{content:"\f00d"}/*!
 * # Semantic UI - Video
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.embed{position:relative;max-width:100%;height:0;overflow:hidden;background:#dcddde;padding-bottom:56.25%}.ui.embed embed,.ui.embed iframe,.ui.embed object{position:absolute;border:none;width:100%;height:100%;top:0;left:0;margin:0;padding:0}.ui.embed>.embed{display:none}.ui.embed>.placeholder{position:absolute;cursor:pointer;top:0;left:0;display:block;width:100%;height:100%;background-color:radial-gradient(transparent 45%,rgba(0,0,0,.3))}.ui.embed>.icon{cursor:pointer;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.ui.embed>.icon:after{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;content:'';background:-webkit-radial-gradient(transparent 45%,rgba(0,0,0,.3));background:radial-gradient(transparent 45%,rgba(0,0,0,.3));opacity:.5;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.ui.embed>.icon:before{position:absolute;top:50%;left:50%;z-index:4;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);color:#fff;font-size:6rem;text-shadow:0 2px 10px rgba(34,36,38,.2);-webkit-transition:opacity .5s ease,color .5s ease;transition:opacity .5s ease,color .5s ease;z-index:10}.ui.embed .icon:hover:after{background:-webkit-radial-gradient(transparent 45%,rgba(0,0,0,.3));background:radial-gradient(transparent 45%,rgba(0,0,0,.3));opacity:1}.ui.embed .icon:hover:before{color:#fff}.ui.active.embed>.icon,.ui.active.embed>.placeholder{display:none}.ui.active.embed>.embed{display:block}.ui.square.embed{padding-bottom:100%}.ui[class*="4:3"].embed{padding-bottom:75%}.ui[class*="16:9"].embed{padding-bottom:56.25%}.ui[class*="21:9"].embed{padding-bottom:42.85714286%}/*!
 * # Semantic UI - Modal
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.modal{position:absolute;display:none;z-index:1001;text-align:left;background:#fff;border:none;-webkit-box-shadow:1px 3px 3px 0 rgba(0,0,0,.2),1px 3px 15px 2px rgba(0,0,0,.2);box-shadow:1px 3px 3px 0 rgba(0,0,0,.2),1px 3px 15px 2px rgba(0,0,0,.2);-webkit-transform-origin:50% 25%;transform-origin:50% 25%;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;border-radius:.28571429rem;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;will-change:top,left,margin,transform,opacity}.ui.modal>.icon:first-child+*,.ui.modal>:first-child:not(.icon){border-top-left-radius:.28571429rem;border-top-right-radius:.28571429rem}.ui.modal>:last-child{border-bottom-left-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.modal>.close{cursor:pointer;position:absolute;top:-2.5rem;right:-2.5rem;z-index:1;opacity:.8;font-size:1.25em;color:#fff;width:2.25rem;height:2.25rem;padding:.625rem 0 0 0}.ui.modal>.close:hover{opacity:1}.ui.modal>.header{display:block;background:#fff;margin:0;padding:1.25rem 1.5rem;-webkit-box-shadow:none;box-shadow:none;color:rgba(0,0,0,.85);border-bottom:1px solid rgba(34,36,38,.15)}.ui.modal>.header:not(.ui){font-size:1.42857143rem;line-height:1.28571429em;font-weight:700}.ui.modal>.content{display:block;width:100%;font-size:1em;line-height:1.4;padding:1.5rem;background:#fff}.ui.modal>.image.content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.ui.modal>.content>.image{display:block;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:'';-ms-flex-item-align:top;align-self:top}.ui.modal>[class*="top aligned"]{-ms-flex-item-align:top;align-self:top}.ui.modal>[class*="middle aligned"]{-ms-flex-item-align:middle;align-self:middle}.ui.modal>[class*=stretched]{-ms-flex-item-align:stretch;align-self:stretch}.ui.modal>.content>.description{display:block;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;min-width:0;-ms-flex-item-align:top;align-self:top}.ui.modal>.content>.icon+.description,.ui.modal>.content>.image+.description{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;min-width:'';width:auto;padding-left:2em}.ui.modal>.content>.image>i.icon{margin:0;opacity:1;width:auto;line-height:1;font-size:8rem}.ui.modal>.actions{background:#f9fafb;padding:1rem 1rem;border-top:1px solid rgba(34,36,38,.15);text-align:right}.ui.modal .actions>.button{margin-left:.75em}@media only screen and (max-width:767px){.ui.modal{width:95%;margin:0}}@media only screen and (min-width:768px){.ui.modal{width:88%;margin:0}}@media only screen and (min-width:992px){.ui.modal{width:850px;margin:0}}@media only screen and (min-width:1200px){.ui.modal{width:900px;margin:0}}@media only screen and (min-width:1920px){.ui.modal{width:950px;margin:0}}@media only screen and (max-width:991px){.ui.modal>.header{padding-right:2.25rem}.ui.modal>.close{top:1.0535rem;right:1rem;color:rgba(0,0,0,.87)}}@media only screen and (max-width:767px){.ui.modal>.header{padding:.75rem 1rem!important;padding-right:2.25rem!important}.ui.modal>.content{display:block;padding:1rem!important}.ui.modal>.close{top:.5rem!important;right:.5rem!important}.ui.modal .image.content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.modal .content>.image{display:block;max-width:100%;margin:0 auto!important;text-align:center;padding:0 0 1rem!important}.ui.modal>.content>.image>i.icon{font-size:5rem;text-align:center}.ui.modal .content>.description{display:block;width:100%!important;margin:0!important;padding:1rem 0!important;-webkit-box-shadow:none;box-shadow:none}.ui.modal>.actions{padding:1rem 1rem 0!important}.ui.modal .actions>.button,.ui.modal .actions>.buttons{margin-bottom:1rem}}.ui.inverted.dimmer>.ui.modal{-webkit-box-shadow:1px 3px 10px 2px rgba(0,0,0,.2);box-shadow:1px 3px 10px 2px rgba(0,0,0,.2)}.ui.basic.modal{background-color:transparent;border:none;border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important;color:#fff}.ui.basic.modal>.actions,.ui.basic.modal>.content,.ui.basic.modal>.header{background-color:transparent}.ui.basic.modal>.header{color:#fff}.ui.basic.modal>.close{top:1rem;right:1.5rem}.ui.inverted.dimmer>.basic.modal{color:rgba(0,0,0,.87)}.ui.inverted.dimmer>.ui.basic.modal>.header{color:rgba(0,0,0,.85)}.ui.legacy.modal,.ui.legacy.page.dimmer>.ui.modal{top:50%;left:50%}.ui.legacy.page.dimmer>.ui.scrolling.modal,.ui.page.dimmer>.ui.scrolling.legacy.modal,.ui.top.aligned.dimmer>.ui.legacy.modal,.ui.top.aligned.legacy.page.dimmer>.ui.modal{top:auto}@media only screen and (max-width:991px){.ui.basic.modal>.close{color:#fff}}.ui.loading.modal{display:block;visibility:hidden;z-index:-1}.ui.active.modal{display:block}.modals.dimmer[class*="top aligned"] .modal{margin:5vh auto}@media only screen and (max-width:767px){.modals.dimmer[class*="top aligned"] .modal{margin:1rem auto}}.legacy.modals.dimmer[class*="top aligned"]{padding-top:5vh}@media only screen and (max-width:767px){.legacy.modals.dimmer[class*="top aligned"]{padding-top:1rem}}.scrolling.dimmable.dimmed{overflow:hidden}.scrolling.dimmable>.dimmer{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.scrolling.dimmable.dimmed>.dimmer{overflow:auto;-webkit-overflow-scrolling:touch}.scrolling.dimmable>.dimmer{position:fixed}.modals.dimmer .ui.scrolling.modal{margin:1rem auto}.scrolling.undetached.dimmable.dimmed{overflow:auto;-webkit-overflow-scrolling:touch}.scrolling.undetached.dimmable.dimmed>.dimmer{overflow:hidden}.scrolling.undetached.dimmable .ui.scrolling.modal{position:absolute;left:50%;margin-top:1rem!important}.ui.modal .scrolling.content{max-height:calc(80vh - 10em);overflow:auto}.ui.fullscreen.modal{width:95%!important;margin:1em auto}.ui.fullscreen.modal>.header{padding-right:2.25rem}.ui.fullscreen.modal>.close{top:1.0535rem;right:1rem;color:rgba(0,0,0,.87)}.ui.modal{font-size:1rem}.ui.mini.modal>.header:not(.ui){font-size:1.3em}@media only screen and (max-width:767px){.ui.mini.modal{width:95%;margin:0}}@media only screen and (min-width:768px){.ui.mini.modal{width:35.2%;margin:0}}@media only screen and (min-width:992px){.ui.mini.modal{width:340px;margin:0}}@media only screen and (min-width:1200px){.ui.mini.modal{width:360px;margin:0}}@media only screen and (min-width:1920px){.ui.mini.modal{width:380px;margin:0}}.ui.small.modal>.header:not(.ui){font-size:1.3em}@media only screen and (max-width:767px){.ui.tiny.modal{width:95%;margin:0}}@media only screen and (min-width:768px){.ui.tiny.modal{width:52.8%;margin:0}}@media only screen and (min-width:992px){.ui.tiny.modal{width:510px;margin:0}}@media only screen and (min-width:1200px){.ui.tiny.modal{width:540px;margin:0}}@media only screen and (min-width:1920px){.ui.tiny.modal{width:570px;margin:0}}.ui.small.modal>.header:not(.ui){font-size:1.3em}@media only screen and (max-width:767px){.ui.small.modal{width:95%;margin:0}}@media only screen and (min-width:768px){.ui.small.modal{width:70.4%;margin:0}}@media only screen and (min-width:992px){.ui.small.modal{width:680px;margin:0}}@media only screen and (min-width:1200px){.ui.small.modal{width:720px;margin:0}}@media only screen and (min-width:1920px){.ui.small.modal{width:760px;margin:0}}.ui.large.modal>.header{font-size:1.6em}@media only screen and (max-width:767px){.ui.large.modal{width:95%;margin:0}}@media only screen and (min-width:768px){.ui.large.modal{width:88%;margin:0}}@media only screen and (min-width:992px){.ui.large.modal{width:1020px;margin:0}}@media only screen and (min-width:1200px){.ui.large.modal{width:1080px;margin:0}}@media only screen and (min-width:1920px){.ui.large.modal{width:1140px;margin:0}}/*!
 * # Semantic UI - Nag
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.nag{display:none;opacity:.95;position:relative;top:0;left:0;z-index:999;min-height:0;width:100%;margin:0;padding:.75em 1em;background:#555;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.2);box-shadow:0 1px 2px 0 rgba(0,0,0,.2);font-size:1rem;text-align:center;color:rgba(0,0,0,.87);border-radius:0 0 .28571429rem .28571429rem;-webkit-transition:.2s background ease;transition:.2s background ease}a.ui.nag{cursor:pointer}.ui.nag>.title{display:inline-block;margin:0 .5em;color:#fff}.ui.nag>.close.icon{cursor:pointer;opacity:.4;position:absolute;top:50%;right:1em;font-size:1em;margin:-.5em 0 0;color:#fff;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.ui.nag:hover{background:#555;opacity:1}.ui.nag .close:hover{opacity:1}.ui.overlay.nag{position:absolute;display:block}.ui.fixed.nag{position:fixed}.ui.bottom.nag,.ui.bottom.nags{border-radius:.28571429rem .28571429rem 0 0;top:auto;bottom:0}.ui.inverted.nag,.ui.inverted.nags .nag{background-color:#f3f4f5;color:rgba(0,0,0,.85)}.ui.inverted.nag .close,.ui.inverted.nag .title,.ui.inverted.nags .nag .close,.ui.inverted.nags .nag .title{color:rgba(0,0,0,.4)}.ui.nags .nag{border-radius:0!important}.ui.nags .nag:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.bottom.nags .nag:last-child{border-radius:.28571429rem .28571429rem 0 0}/*!
 * # Semantic UI - Popup
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.popup{display:none;position:absolute;top:0;right:0;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;z-index:1900;border:1px solid #d4d4d5;line-height:1.4285em;max-width:250px;background:#fff;padding:.833em 1em;font-weight:400;font-style:normal;color:rgba(0,0,0,.87);border-radius:.28571429rem;-webkit-box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.popup>.header{padding:0;font-size:1.14285714em;line-height:1.2;font-weight:700}.ui.popup>.header+.content{padding-top:.5em}.ui.popup:before{position:absolute;content:'';width:.71428571em;height:.71428571em;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:2;-webkit-box-shadow:1px 1px 0 0 #bababc;box-shadow:1px 1px 0 0 #bababc}[data-tooltip]{position:relative}[data-tooltip]:before{pointer-events:none;position:absolute;content:'';font-size:1rem;width:.71428571em;height:.71428571em;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:2;-webkit-box-shadow:1px 1px 0 0 #bababc;box-shadow:1px 1px 0 0 #bababc}[data-tooltip]:after{pointer-events:none;content:attr(data-tooltip);position:absolute;text-transform:none;text-align:left;white-space:nowrap;font-size:1rem;border:1px solid #d4d4d5;line-height:1.4285em;max-width:none;background:#fff;padding:.833em 1em;font-weight:400;font-style:normal;color:rgba(0,0,0,.87);border-radius:.28571429rem;-webkit-box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);z-index:1}[data-tooltip]:not([data-position]):before{top:auto;right:auto;bottom:100%;left:50%;background:#fff;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-tooltip]:not([data-position]):after{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:100%;margin-bottom:.5em}[data-tooltip]:after,[data-tooltip]:before{pointer-events:none;visibility:hidden}[data-tooltip]:before{opacity:0;-webkit-transform:rotate(45deg) scale(0)!important;transform:rotate(45deg) scale(0)!important;-webkit-transform-origin:center top;transform-origin:center top;-webkit-transition:all .1s ease;transition:all .1s ease}[data-tooltip]:after{opacity:1;-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-transition:all .1s ease;transition:all .1s ease}[data-tooltip]:hover:after,[data-tooltip]:hover:before{visibility:visible;pointer-events:auto}[data-tooltip]:hover:before{-webkit-transform:rotate(45deg) scale(1)!important;transform:rotate(45deg) scale(1)!important;opacity:1}[data-tooltip]:after,[data-tooltip][data-position="bottom center"]:after,[data-tooltip][data-position="top center"]:after{-webkit-transform:translateX(-50%) scale(0)!important;transform:translateX(-50%) scale(0)!important}[data-tooltip]:hover:after,[data-tooltip][data-position="bottom center"]:hover:after{-webkit-transform:translateX(-50%) scale(1)!important;transform:translateX(-50%) scale(1)!important}[data-tooltip][data-position="left center"]:after,[data-tooltip][data-position="right center"]:after{-webkit-transform:translateY(-50%) scale(0)!important;transform:translateY(-50%) scale(0)!important}[data-tooltip][data-position="left center"]:hover:after,[data-tooltip][data-position="right center"]:hover:after{-webkit-transform:translateY(-50%) scale(1)!important;transform:translateY(-50%) scale(1)!important}[data-tooltip][data-position="bottom left"]:after,[data-tooltip][data-position="bottom right"]:after,[data-tooltip][data-position="top left"]:after,[data-tooltip][data-position="top right"]:after{-webkit-transform:scale(0)!important;transform:scale(0)!important}[data-tooltip][data-position="bottom left"]:hover:after,[data-tooltip][data-position="bottom right"]:hover:after,[data-tooltip][data-position="top left"]:hover:after,[data-tooltip][data-position="top right"]:hover:after{-webkit-transform:scale(1)!important;transform:scale(1)!important}[data-tooltip][data-inverted]:before{-webkit-box-shadow:none!important;box-shadow:none!important}[data-tooltip][data-inverted]:before{background:#1b1c1d}[data-tooltip][data-inverted]:after{background:#1b1c1d;color:#fff;border:none;-webkit-box-shadow:none;box-shadow:none}[data-tooltip][data-inverted]:after .header{background-color:none;color:#fff}[data-position="top center"][data-tooltip]:after{top:auto;right:auto;left:50%;bottom:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-bottom:.5em}[data-position="top center"][data-tooltip]:before{top:auto;right:auto;bottom:100%;left:50%;background:#fff;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-position="top left"][data-tooltip]:after{top:auto;right:auto;left:0;bottom:100%;margin-bottom:.5em}[data-position="top left"][data-tooltip]:before{top:auto;right:auto;bottom:100%;left:1em;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-position="top right"][data-tooltip]:after{top:auto;left:auto;right:0;bottom:100%;margin-bottom:.5em}[data-position="top right"][data-tooltip]:before{top:auto;left:auto;bottom:100%;right:1em;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-position="bottom center"][data-tooltip]:after{bottom:auto;right:auto;left:50%;top:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-top:.5em}[data-position="bottom center"][data-tooltip]:before{bottom:auto;right:auto;top:100%;left:50%;margin-left:-.07142857rem;margin-top:.14285714rem}[data-position="bottom left"][data-tooltip]:after{left:0;top:100%;margin-top:.5em}[data-position="bottom left"][data-tooltip]:before{bottom:auto;right:auto;top:100%;left:1em;margin-left:-.07142857rem;margin-top:.14285714rem}[data-position="bottom right"][data-tooltip]:after{right:0;top:100%;margin-top:.5em}[data-position="bottom right"][data-tooltip]:before{bottom:auto;left:auto;top:100%;right:1em;margin-left:-.14285714rem;margin-top:.07142857rem}[data-position="left center"][data-tooltip]:after{right:100%;top:50%;margin-right:.5em;-webkit-transform:translateY(-50%);transform:translateY(-50%)}[data-position="left center"][data-tooltip]:before{right:100%;top:50%;margin-top:-.14285714rem;margin-right:-.07142857rem}[data-position="right center"][data-tooltip]:after{left:100%;top:50%;margin-left:.5em;-webkit-transform:translateY(-50%);transform:translateY(-50%)}[data-position="right center"][data-tooltip]:before{left:100%;top:50%;margin-top:-.07142857rem;margin-left:.14285714rem}[data-position~=bottom][data-tooltip]:before{background:#fff;-webkit-box-shadow:-1px -1px 0 0 #bababc;box-shadow:-1px -1px 0 0 #bababc}[data-position="left center"][data-tooltip]:before{background:#fff;-webkit-box-shadow:1px -1px 0 0 #bababc;box-shadow:1px -1px 0 0 #bababc}[data-position="right center"][data-tooltip]:before{background:#fff;-webkit-box-shadow:-1px 1px 0 0 #bababc;box-shadow:-1px 1px 0 0 #bababc}[data-position~=top][data-tooltip]:before{background:#fff}[data-inverted][data-position~=bottom][data-tooltip]:before{background:#1b1c1d;-webkit-box-shadow:-1px -1px 0 0 #bababc;box-shadow:-1px -1px 0 0 #bababc}[data-inverted][data-position="left center"][data-tooltip]:before{background:#1b1c1d;-webkit-box-shadow:1px -1px 0 0 #bababc;box-shadow:1px -1px 0 0 #bababc}[data-inverted][data-position="right center"][data-tooltip]:before{background:#1b1c1d;-webkit-box-shadow:-1px 1px 0 0 #bababc;box-shadow:-1px 1px 0 0 #bababc}[data-inverted][data-position~=top][data-tooltip]:before{background:#1b1c1d}[data-position~=bottom][data-tooltip]:before{-webkit-transform-origin:center bottom;transform-origin:center bottom}[data-position~=bottom][data-tooltip]:after{-webkit-transform-origin:center top;transform-origin:center top}[data-position="left center"][data-tooltip]:before{-webkit-transform-origin:top center;transform-origin:top center}[data-position="left center"][data-tooltip]:after{-webkit-transform-origin:right center;transform-origin:right center}[data-position="right center"][data-tooltip]:before{-webkit-transform-origin:right center;transform-origin:right center}[data-position="right center"][data-tooltip]:after{-webkit-transform-origin:left center;transform-origin:left center}.ui.popup{margin:0}.ui.top.popup{margin:0 0 .71428571em}.ui.top.left.popup{-webkit-transform-origin:left bottom;transform-origin:left bottom}.ui.top.center.popup{-webkit-transform-origin:center bottom;transform-origin:center bottom}.ui.top.right.popup{-webkit-transform-origin:right bottom;transform-origin:right bottom}.ui.left.center.popup{margin:0 .71428571em 0 0;-webkit-transform-origin:right 50%;transform-origin:right 50%}.ui.right.center.popup{margin:0 0 0 .71428571em;-webkit-transform-origin:left 50%;transform-origin:left 50%}.ui.bottom.popup{margin:.71428571em 0 0}.ui.bottom.left.popup{-webkit-transform-origin:left top;transform-origin:left top}.ui.bottom.center.popup{-webkit-transform-origin:center top;transform-origin:center top}.ui.bottom.right.popup{-webkit-transform-origin:right top;transform-origin:right top}.ui.bottom.center.popup:before{margin-left:-.30714286em;top:-.30714286em;left:50%;right:auto;bottom:auto;-webkit-box-shadow:-1px -1px 0 0 #bababc;box-shadow:-1px -1px 0 0 #bababc}.ui.bottom.left.popup{margin-left:0}.ui.bottom.left.popup:before{top:-.30714286em;left:1em;right:auto;bottom:auto;margin-left:0;-webkit-box-shadow:-1px -1px 0 0 #bababc;box-shadow:-1px -1px 0 0 #bababc}.ui.bottom.right.popup{margin-right:0}.ui.bottom.right.popup:before{top:-.30714286em;right:1em;bottom:auto;left:auto;margin-left:0;-webkit-box-shadow:-1px -1px 0 0 #bababc;box-shadow:-1px -1px 0 0 #bababc}.ui.top.center.popup:before{top:auto;right:auto;bottom:-.30714286em;left:50%;margin-left:-.30714286em}.ui.top.left.popup{margin-left:0}.ui.top.left.popup:before{bottom:-.30714286em;left:1em;top:auto;right:auto;margin-left:0}.ui.top.right.popup{margin-right:0}.ui.top.right.popup:before{bottom:-.30714286em;right:1em;top:auto;left:auto;margin-left:0}.ui.left.center.popup:before{top:50%;right:-.30714286em;bottom:auto;left:auto;margin-top:-.30714286em;-webkit-box-shadow:1px -1px 0 0 #bababc;box-shadow:1px -1px 0 0 #bababc}.ui.right.center.popup:before{top:50%;left:-.30714286em;bottom:auto;right:auto;margin-top:-.30714286em;-webkit-box-shadow:-1px 1px 0 0 #bababc;box-shadow:-1px 1px 0 0 #bababc}.ui.bottom.popup:before{background:#fff}.ui.left.center.popup:before,.ui.right.center.popup:before{background:#fff}.ui.top.popup:before{background:#fff}.ui.inverted.bottom.popup:before{background:#1b1c1d}.ui.inverted.left.center.popup:before,.ui.inverted.right.center.popup:before{background:#1b1c1d}.ui.inverted.top.popup:before{background:#1b1c1d}.ui.popup>.ui.grid:not(.padded){width:calc(100% + 1.75rem);margin:-.7rem -.875rem}.ui.loading.popup{display:block;visibility:hidden;z-index:-1}.ui.animating.popup,.ui.visible.popup{display:block}.ui.visible.popup{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.ui.basic.popup:before{display:none}.ui.wide.popup{max-width:350px}.ui[class*="very wide"].popup{max-width:550px}@media only screen and (max-width:767px){.ui.wide.popup,.ui[class*="very wide"].popup{max-width:250px}}.ui.fluid.popup{width:100%;max-width:none}.ui.inverted.popup{background:#1b1c1d;color:#fff;border:none;-webkit-box-shadow:none;box-shadow:none}.ui.inverted.popup .header{background-color:none;color:#fff}.ui.inverted.popup:before{background-color:#1b1c1d;-webkit-box-shadow:none!important;box-shadow:none!important}.ui.flowing.popup{max-width:none}.ui.mini.popup{font-size:.78571429rem}.ui.tiny.popup{font-size:.85714286rem}.ui.small.popup{font-size:.92857143rem}.ui.popup{font-size:1rem}.ui.large.popup{font-size:1.14285714rem}.ui.huge.popup{font-size:1.42857143rem}/*!
 * # Semantic UI - Progress Bar
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.progress{position:relative;display:block;max-width:100%;border:none;margin:1em 0 2.5em;-webkit-box-shadow:none;box-shadow:none;background:rgba(0,0,0,.1);padding:0;border-radius:.28571429rem}.ui.progress:first-child{margin:0 0 2.5em}.ui.progress:last-child{margin:0 0 1.5em}.ui.progress .bar{display:block;line-height:1;position:relative;width:0%;min-width:2em;background:#888;border-radius:.28571429rem;-webkit-transition:width .1s ease,background-color .1s ease;transition:width .1s ease,background-color .1s ease}.ui.progress .bar>.progress{white-space:nowrap;position:absolute;width:auto;font-size:.92857143em;top:50%;right:.5em;left:auto;bottom:auto;color:rgba(255,255,255,.7);text-shadow:none;margin-top:-.5em;font-weight:700;text-align:left}.ui.progress>.label{position:absolute;width:100%;font-size:1em;top:100%;right:auto;left:0;bottom:auto;color:rgba(0,0,0,.87);font-weight:700;text-shadow:none;margin-top:.2em;text-align:center;-webkit-transition:color .4s ease;transition:color .4s ease}.ui.indicating.progress[data-percent^="1"] .bar,.ui.indicating.progress[data-percent^="2"] .bar{background-color:#d95c5c}.ui.indicating.progress[data-percent^="3"] .bar{background-color:#efbc72}.ui.indicating.progress[data-percent^="4"] .bar,.ui.indicating.progress[data-percent^="5"] .bar{background-color:#e6bb48}.ui.indicating.progress[data-percent^="6"] .bar{background-color:#ddc928}.ui.indicating.progress[data-percent^="7"] .bar,.ui.indicating.progress[data-percent^="8"] .bar{background-color:#b4d95c}.ui.indicating.progress[data-percent^="100"] .bar,.ui.indicating.progress[data-percent^="9"] .bar{background-color:#66da81}.ui.indicating.progress[data-percent^="1"] .label,.ui.indicating.progress[data-percent^="2"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="3"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="4"] .label,.ui.indicating.progress[data-percent^="5"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="6"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="7"] .label,.ui.indicating.progress[data-percent^="8"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="100"] .label,.ui.indicating.progress[data-percent^="9"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent="1"] .bar,.ui.indicating.progress[data-percent="2"] .bar,.ui.indicating.progress[data-percent="3"] .bar,.ui.indicating.progress[data-percent="4"] .bar,.ui.indicating.progress[data-percent="5"] .bar,.ui.indicating.progress[data-percent="6"] .bar,.ui.indicating.progress[data-percent="7"] .bar,.ui.indicating.progress[data-percent="8"] .bar,.ui.indicating.progress[data-percent="9"] .bar{background-color:#d95c5c}.ui.indicating.progress[data-percent="1"] .label,.ui.indicating.progress[data-percent="2"] .label,.ui.indicating.progress[data-percent="3"] .label,.ui.indicating.progress[data-percent="4"] .label,.ui.indicating.progress[data-percent="5"] .label,.ui.indicating.progress[data-percent="6"] .label,.ui.indicating.progress[data-percent="7"] .label,.ui.indicating.progress[data-percent="8"] .label,.ui.indicating.progress[data-percent="9"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress.success .label{color:#1a531b}.ui.progress.success .bar{background-color:#21ba45!important}.ui.progress.success .bar,.ui.progress.success .bar::after{-webkit-animation:none!important;animation:none!important}.ui.progress.success>.label{color:#1a531b}.ui.progress.warning .bar{background-color:#f2c037!important}.ui.progress.warning .bar,.ui.progress.warning .bar::after{-webkit-animation:none!important;animation:none!important}.ui.progress.warning>.label{color:#794b02}.ui.progress.error .bar{background-color:#db2828!important}.ui.progress.error .bar,.ui.progress.error .bar::after{-webkit-animation:none!important;animation:none!important}.ui.progress.error>.label{color:#912d2b}.ui.active.progress .bar{position:relative;min-width:2em}.ui.active.progress .bar::after{content:'';opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;border-radius:.28571429rem;-webkit-animation:progress-active 2s ease infinite;animation:progress-active 2s ease infinite}@-webkit-keyframes progress-active{0%{opacity:.3;width:0}100%{opacity:0;width:100%}}@keyframes progress-active{0%{opacity:.3;width:0}100%{opacity:0;width:100%}}.ui.disabled.progress{opacity:.35}.ui.disabled.progress .bar,.ui.disabled.progress .bar::after{-webkit-animation:none!important;animation:none!important}.ui.inverted.progress{background:rgba(255,255,255,.08);border:none}.ui.inverted.progress .bar{background:#888}.ui.inverted.progress .bar>.progress{color:#f9fafb}.ui.inverted.progress>.label{color:#fff}.ui.inverted.progress.success>.label{color:#21ba45}.ui.inverted.progress.warning>.label{color:#f2c037}.ui.inverted.progress.error>.label{color:#db2828}.ui.progress.attached{background:0 0;position:relative;border:none;margin:0}.ui.progress.attached,.ui.progress.attached .bar{display:block;height:.2rem;padding:0;overflow:hidden;border-radius:0 0 .28571429rem .28571429rem}.ui.progress.attached .bar{border-radius:0}.ui.progress.top.attached,.ui.progress.top.attached .bar{top:0;border-radius:.28571429rem .28571429rem 0 0}.ui.progress.top.attached .bar{border-radius:0}.ui.card>.ui.attached.progress,.ui.segment>.ui.attached.progress{position:absolute;top:auto;left:0;bottom:100%;width:100%}.ui.card>.ui.bottom.attached.progress,.ui.segment>.ui.bottom.attached.progress{top:100%;bottom:auto}.ui.red.progress .bar{background-color:#db2828}.ui.red.inverted.progress .bar{background-color:#ff695e}.ui.orange.progress .bar{background-color:#f2711c}.ui.orange.inverted.progress .bar{background-color:#ff851b}.ui.yellow.progress .bar{background-color:#fbbd08}.ui.yellow.inverted.progress .bar{background-color:#ffe21f}.ui.olive.progress .bar{background-color:#b5cc18}.ui.olive.inverted.progress .bar{background-color:#d9e778}.ui.green.progress .bar{background-color:#21ba45}.ui.green.inverted.progress .bar{background-color:#2ecc40}.ui.teal.progress .bar{background-color:#00b5ad}.ui.teal.inverted.progress .bar{background-color:#6dffff}.ui.blue.progress .bar{background-color:#2185d0}.ui.blue.inverted.progress .bar{background-color:#54c8ff}.ui.violet.progress .bar{background-color:#6435c9}.ui.violet.inverted.progress .bar{background-color:#a291fb}.ui.purple.progress .bar{background-color:#a333c8}.ui.purple.inverted.progress .bar{background-color:#dc73ff}.ui.pink.progress .bar{background-color:#e03997}.ui.pink.inverted.progress .bar{background-color:#ff8edf}.ui.brown.progress .bar{background-color:#a5673f}.ui.brown.inverted.progress .bar{background-color:#d67c1c}.ui.grey.progress .bar{background-color:#767676}.ui.grey.inverted.progress .bar{background-color:#dcddde}.ui.black.progress .bar{background-color:#1b1c1d}.ui.black.inverted.progress .bar{background-color:#545454}.ui.tiny.progress{font-size:.85714286rem}.ui.tiny.progress .bar{height:.5em}.ui.small.progress{font-size:.92857143rem}.ui.small.progress .bar{height:1em}.ui.progress{font-size:1rem}.ui.progress .bar{height:1.75em}.ui.large.progress{font-size:1.14285714rem}.ui.large.progress .bar{height:2.5em}.ui.big.progress{font-size:1.28571429rem}.ui.big.progress .bar{height:3.5em}/*!
 * # Semantic UI - Rating
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.rating{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;white-space:nowrap;vertical-align:baseline}.ui.rating:last-child{margin-right:0}.ui.rating .icon{padding:0;margin:0;text-align:center;font-weight:400;font-style:normal;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;cursor:pointer;width:1.25em;height:auto;-webkit-transition:opacity .1s ease,background .1s ease,text-shadow .1s ease,color .1s ease;transition:opacity .1s ease,background .1s ease,text-shadow .1s ease,color .1s ease}.ui.rating .icon{background:0 0;color:rgba(0,0,0,.15)}.ui.rating .active.icon{background:0 0;color:rgba(0,0,0,.85)}.ui.rating .icon.selected,.ui.rating .icon.selected.active{background:0 0;color:rgba(0,0,0,.87)}.ui.star.rating .icon{width:1.25em;height:auto;background:0 0;color:rgba(0,0,0,.15);text-shadow:none}.ui.star.rating .active.icon{background:0 0!important;color:#ffe623!important;text-shadow:0 -1px 0 #ddc507,-1px 0 0 #ddc507,0 1px 0 #ddc507,1px 0 0 #ddc507!important}.ui.star.rating .icon.selected,.ui.star.rating .icon.selected.active{background:0 0!important;color:#fc0!important;text-shadow:0 -1px 0 #e6a200,-1px 0 0 #e6a200,0 1px 0 #e6a200,1px 0 0 #e6a200!important}.ui.heart.rating .icon{width:1.4em;height:auto;background:0 0;color:rgba(0,0,0,.15);text-shadow:none!important}.ui.heart.rating .active.icon{background:0 0!important;color:#ff6d75!important;text-shadow:0 -1px 0 #cd0707,-1px 0 0 #cd0707,0 1px 0 #cd0707,1px 0 0 #cd0707!important}.ui.heart.rating .icon.selected,.ui.heart.rating .icon.selected.active{background:0 0!important;color:#ff3000!important;text-shadow:0 -1px 0 #aa0101,-1px 0 0 #aa0101,0 1px 0 #aa0101,1px 0 0 #aa0101!important}.ui.disabled.rating .icon{cursor:default}.ui.rating.selected .active.icon{opacity:1}.ui.rating .icon.selected,.ui.rating.selected .icon.selected{opacity:1}.ui.mini.rating{font-size:.78571429rem}.ui.tiny.rating{font-size:.85714286rem}.ui.small.rating{font-size:.92857143rem}.ui.rating{font-size:1rem}.ui.large.rating{font-size:1.14285714rem}.ui.huge.rating{font-size:1.42857143rem}.ui.massive.rating{font-size:2rem}@font-face{font-display:swap;font-family:Rating;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjCBsAAAC8AAAAYGNtYXCj2pm8AAABHAAAAKRnYXNwAAAAEAAAAcAAAAAIZ2x5ZlJbXMYAAAHIAAARnGhlYWQBGAe5AAATZAAAADZoaGVhA+IB/QAAE5wAAAAkaG10eCzgAEMAABPAAAAAcGxvY2EwXCxOAAAUMAAAADptYXhwACIAnAAAFGwAAAAgbmFtZfC1n04AABSMAAABPHBvc3QAAwAAAAAVyAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADxZQHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEAJAAAAAgACAABAAAAAEAIOYF8AbwDfAj8C7wbvBw8Irwl/Cc8SPxZf/9//8AAAAAACDmAPAE8AzwI/Au8G7wcPCH8JfwnPEj8WT//f//AAH/4xoEEAYQAQ/sD+IPow+iD4wPgA98DvYOtgADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAIAAP/tAgAB0wAKABUAAAEvAQ8BFwc3Fyc3BQc3Jz8BHwEHFycCALFPT7GAHp6eHoD/AHAWW304OH1bFnABGRqgoBp8sFNTsHyyOnxYEnFxElh8OgAAAAACAAD/7QIAAdMACgASAAABLwEPARcHNxcnNwUxER8BBxcnAgCxT0+xgB6enh6A/wA4fVsWcAEZGqCgGnywU1OwfLIBHXESWHw6AAAAAQAA/+0CAAHTAAoAAAEvAQ8BFwc3Fyc3AgCxT0+xgB6enh6AARkaoKAafLBTU7B8AAAAAAEAAAAAAgABwAArAAABFA4CBzEHDgMjIi4CLwEuAzU0PgIzMh4CFz4DMzIeAhUCAAcMEgugBgwMDAYGDAwMBqALEgwHFyg2HhAfGxkKChkbHxAeNigXAS0QHxsZCqAGCwkGBQkLBqAKGRsfEB42KBcHDBILCxIMBxcoNh4AAAAAAgAAAAACAAHAACsAWAAAATQuAiMiDgIHLgMjIg4CFRQeAhcxFx4DMzI+Aj8BPgM1DwEiFCIGMTAmIjQjJy4DNTQ+AjMyHgIfATc+AzMyHgIVFA4CBwIAFyg2HhAfGxkKChkbHxAeNigXBwwSC6AGDAwMBgYMDAwGoAsSDAdbogEBAQEBAaIGCgcEDRceEQkREA4GLy8GDhARCREeFw0EBwoGAS0eNigXBwwSCwsSDAcXKDYeEB8bGQqgBgsJBgUJCwagChkbHxA+ogEBAQGiBg4QEQkRHhcNBAcKBjQ0BgoHBA0XHhEJERAOBgABAAAAAAIAAcAAMQAAARQOAgcxBw4DIyIuAi8BLgM1ND4CMzIeAhcHFwc3Jzc+AzMyHgIVAgAHDBILoAYMDAwGBgwMDAagCxIMBxcoNh4KFRMSCC9wQLBwJwUJCgkFHjYoFwEtEB8bGQqgBgsJBgUJCwagChkbHxAeNigXAwUIBUtAoMBAOwECAQEXKDYeAAABAAAAAAIAAbcAKgAAEzQ3NjMyFxYXFhcWFzY3Njc2NzYzMhcWFRQPAQYjIi8BJicmJyYnJicmNQAkJUARExIQEAsMCgoMCxAQEhMRQCUkQbIGBwcGsgMFBQsKCQkGBwExPyMkBgYLCgkKCgoKCQoLBgYkIz8/QawFBawCBgUNDg4OFRQTAAAAAQAAAA0B2wHSACYAABM0PwI2FzYfAhYVFA8BFxQVFAcGByYvAQcGByYnJjU0PwEnJjUAEI9BBQkIBkCPEAdoGQMDBgUGgIEGBQYDAwEYaAcBIwsCFoEMAQEMgRYCCwYIZJABBQUFAwEBAkVFAgEBAwUFAwOQZAkFAAAAAAIAAAANAdsB0gAkAC4AABM0PwI2FzYfAhYVFA8BFxQVFAcmLwEHBgcmJyY1ND8BJyY1HwEHNxcnNy8BBwAQj0EFCQgGQI8QB2gZDAUGgIEGBQYDAwEYaAc/WBVsaxRXeDY2ASMLAhaBDAEBDIEWAgsGCGSQAQUNAQECRUUCAQEDBQUDA5BkCQURVXg4OHhVEW5uAAABACMAKQHdAXwAGgAANzQ/ATYXNh8BNzYXNh8BFhUUDwEGByYvASY1IwgmCAwLCFS8CAsMCCYICPUIDAsIjgjSCwkmCQEBCVS7CQEBCSYJCg0H9gcBAQePBwwAAAEAHwAfAXMBcwAsAAA3ND8BJyY1ND8BNjMyHwE3NjMyHwEWFRQPARcWFRQPAQYjIi8BBwYjIi8BJjUfCFRUCAgnCAwLCFRUCAwLCCcICFRUCAgnCAsMCFRUCAsMCCcIYgsIVFQIDAsIJwgIVFQICCcICwwIVFQICwwIJwgIVFQICCcIDAAAAAACAAAAJQFJAbcAHwArAAA3NTQ3NjsBNTQ3NjMyFxYdATMyFxYdARQHBiMhIicmNTczNTQnJiMiBwYdAQAICAsKJSY1NCYmCQsICAgIC/7tCwgIW5MWFR4fFRZApQsICDc0JiYmJjQ3CAgLpQsICAgIC8A3HhYVFRYeNwAAAQAAAAcBbgG3ACEAADcRNDc2NzYzITIXFhcWFREUBwYHBiMiLwEHBiMiJyYnJjUABgUKBgYBLAYGCgUGBgUKBQcOCn5+Cg4GBgoFBicBcAoICAMDAwMICAr+kAoICAQCCXl5CQIECAgKAAAAAwAAACUCAAFuABgAMQBKAAA3NDc2NzYzMhcWFxYVFAcGBwYjIicmJyY1MxYXFjMyNzY3JicWFRQHBiMiJyY1NDcGBzcUFxYzMjc2NTQ3NjMyNzY1NCcmIyIHBhUABihDREtLREMoBgYoQ0RLS0RDKAYlJjk5Q0M5OSYrQREmJTU1JSYRQSuEBAQGBgQEEREZBgQEBAQGJBkayQoKQSgoKChBCgoKCkEoJycoQQoKOiMjIyM6RCEeIjUmJSUmNSIeIUQlBgQEBAQGGBIRBAQGBgQEGhojAAAABQAAAAkCAAGJACwAOABRAGgAcAAANzQ3Njc2MzIXNzYzMhcWFxYXFhcWFxYVFDEGBwYPAQYjIicmNTQ3JicmJyY1MxYXNyYnJjU0NwYHNxQXFjMyNzY1NDc2MzI3NjU0JyYjIgcGFRc3Njc2NyYnNxYXFhcWFRQHBgcGBwYjPwEWFRQHBgcABitBQU0ZGhADBQEEBAUFBAUEBQEEHjw8Hg4DBQQiBQ0pIyIZBiUvSxYZDg4RQSuEBAQGBgQEEREZBgQEBAQGJBkaVxU9MzQiIDASGxkZEAYGCxQrODk/LlACFxYlyQsJQycnBRwEAgEDAwIDAwIBAwUCNmxsNhkFFAMFBBUTHh8nCQtKISgSHBsfIh4hRCUGBAQEBAYYEhEEBAYGBAQaGiPJJQUiIjYzISASGhkbCgoKChIXMRsbUZANCyghIA8AAAMAAAAAAbcB2wA5AEoAlAAANzU0NzY7ATY3Njc2NzY3Njc2MzIXFhcWFRQHMzIXFhUUBxYVFAcUFRQHFgcGKwEiJyYnJisBIicmNTcUFxYzMjc2NTQnJiMiBwYVFzMyFxYXFhcWFxYXFhcWOwEyNTQnNjc2NTQnNjU0JyYnNjc2NTQnJisBNDc2NTQnJiMGBwYHBgcGBwYHBgcGBwYHBgcGBwYrARUACwoQTgodEQ4GBAMFBgwLDxgTEwoKDjMdFhYOAgoRARkZKCUbGxsjIQZSEAoLJQUFCAcGBQUGBwgFBUkJBAUFBAQHBwMDBwcCPCUjNwIJBQUFDwMDBAkGBgsLDmUODgoJGwgDAwYFDAYQAQUGAwQGBgYFBgUGBgQJSbcPCwsGJhUPCBERExMMCgkJFBQhGxwWFR4ZFQoKFhMGBh0WKBcXBgcMDAoLDxIHBQYGBQcIBQYGBQgSAQEBAQICAQEDAgEULwgIBQoLCgsJDhQHCQkEAQ0NCg8LCxAdHREcDQ4IEBETEw0GFAEHBwUECAgFBQUFAgO3AAADAAD/2wG3AbcAPABNAJkAADc1NDc2OwEyNzY3NjsBMhcWBxUWFRQVFhUUBxYVFAcGKwEWFRQHBgcGIyInJicmJyYnJicmJyYnIyInJjU3FBcWMzI3NjU0JyYjIgcGFRczMhcWFxYXFhcWFxYXFhcWFxYXFhcWFzI3NjU0JyY1MzI3NjU0JyYjNjc2NTQnNjU0JyYnNjU0JyYrASIHIgcGBwYHBgcGIwYrARUACwoQUgYhJRsbHiAoGRkBEQoCDhYWHTMOCgoTExgPCwoFBgIBBAMFDhEdCk4QCgslBQUIBwYFBQYHCAUFSQkEBgYFBgUGBgYEAwYFARAGDAUGAwMIGwkKDg5lDgsLBgYJBAMDDwUFBQkCDg4ZJSU8AgcHAwMHBwQEBQUECbe3DwsKDAwHBhcWJwIWHQYGExYKChUZHhYVHRoiExQJCgsJDg4MDAwNBg4WJQcLCw+kBwUGBgUHCAUGBgUIpAMCBQYFBQcIBAUHBwITBwwTExERBw0OHBEdHRALCw8KDQ0FCQkHFA4JCwoLCgUICBgMCxUDAgEBAgMBAQG3AAAAAQAAAA0A7gHSABQAABM0PwI2FxEHBgcmJyY1ND8BJyY1ABCPQQUJgQYFBgMDARhoBwEjCwIWgQwB/oNFAgEBAwUFAwOQZAkFAAAAAAIAAAAAAgABtwAqAFkAABM0NzYzMhcWFxYXFhc2NzY3Njc2MzIXFhUUDwEGIyIvASYnJicmJyYnJjUzFB8BNzY1NCcmJyYnJicmIyIHBgcGBwYHBiMiJyYnJicmJyYjIgcGBwYHBgcGFQAkJUARExIQEAsMCgoMCxAQEhMRQCUkQbIGBwcGsgMFBQsKCQkGByU1pqY1BgYJCg4NDg0PDhIRDg8KCgcFCQkFBwoKDw4REg4PDQ4NDgoJBgYBMT8jJAYGCwoJCgoKCgkKCwYGJCM/P0GsBQWsAgYFDQ4ODhUUEzA1oJ82MBcSEgoLBgcCAgcHCwsKCQgHBwgJCgsLBwcCAgcGCwoSEhcAAAACAAAABwFuAbcAIQAoAAA3ETQ3Njc2MyEyFxYXFhURFAcGBwYjIi8BBwYjIicmJyY1PwEfAREhEQAGBQoGBgEsBgYKBQYGBQoFBw4Kfn4KDgYGCgUGJZIZef7cJwFwCggIAwMDAwgICv6QCggIBAIJeXkJAgQICAoIjRl0AWP+nQAAAAABAAAAJQHbAbcAMgAANzU0NzY7ATU0NzYzMhcWHQEUBwYrASInJj0BNCcmIyIHBh0BMzIXFh0BFAcGIyEiJyY1AAgIC8AmJjQ1JiUFBQgSCAUFFhUfHhUWHAsICAgIC/7tCwgIQKULCAg3NSUmJiU1SQgFBgYFCEkeFhUVFh43CAgLpQsICAgICwAAAAIAAQANAdsB0gAiAC0AABM2PwI2MzIfAhYXFg8BFxYHBiMiLwEHBiMiJyY/AScmNx8CLwE/AS8CEwEDDJBABggJBUGODgIDCmcYAgQCCAMIf4IFBgYEAgEZaQgC7hBbEgINSnkILgEBJggCFYILC4IVAggICWWPCgUFA0REAwUFCo9lCQipCTBmEw1HEhFc/u0AAAADAAAAAAHJAbcAFAAlAHkAADc1NDc2OwEyFxYdARQHBisBIicmNTcUFxYzMjc2NTQnJiMiBwYVFzU0NzYzNjc2NzY3Njc2NzY3Njc2NzY3NjMyFxYXFhcWFxYXFhUUFRQHBgcGBxQHBgcGBzMyFxYVFAcWFRYHFgcGBxYHBgcjIicmJyYnJiciJyY1AAUGB1MHBQYGBQdTBwYFJQUFCAcGBQUGBwgFBWQFBQgGDw8OFAkFBAQBAQMCAQIEBAYFBw4KCgcHBQQCAwEBAgMDAgYCAgIBAU8XEBAQBQEOBQUECwMREiYlExYXDAwWJAoHBQY3twcGBQUGB7cIBQUFBQgkBwYFBQYHCAUGBgUIJLcHBQYBEBATGQkFCQgGBQwLBgcICQUGAwMFBAcHBgYICQQEBwsLCwYGCgIDBAMCBBEQFhkSDAoVEhAREAsgFBUBBAUEBAcMAQUFCAAAAAADAAD/2wHJAZIAFAAlAHkAADcUFxYXNxY3Nj0BNCcmBycGBwYdATc0NzY3FhcWFRQHBicGJyY1FzU0NzY3Fjc2NzY3NjcXNhcWBxYXFgcWBxQHFhUUBwYHJxYXFhcWFRYXFhcWFRQVFAcGBwYHBgcGBwYnBicmJyYnJicmJyYnJicmJyYnJiciJyY1AAUGB1MHBQYGBQdTBwYFJQUFCAcGBQUGBwgFBWQGBQcKJBYMDBcWEyUmEhEDCwQFBQ4BBRAQEBdPAQECAgIGAgMDAgEBAwIEBQcHCgoOBwUGBAQCAQIDAQEEBAUJFA4PDwYIBQWlBwYFAQEBBwQJtQkEBwEBAQUGB7eTBwYEAQEEBgcJBAYBAQYECZS4BwYEAgENBwUCBgMBAQEXEyEJEhAREBcIDhAaFhEPAQEFAgQCBQELBQcKDAkIBAUHCgUGBwgDBgIEAQEHBQkIBwUMCwcECgcGCRoREQ8CBgQIAAAAAQAAAAEAAJth57dfDzz1AAsCAAAAAADP/GODAAAAAM/8Y4MAAP/bAgAB2wAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAACAAABAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAEAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAdwAAAHcAAACAAAjAZMAHwFJAAABbgAAAgAAAAIAAAACAAAAAgAAAAEAAAACAAAAAW4AAAHcAAAB3AABAdwAAAHcAAAAAAAAAAoAFAAeAEoAcACKAMoBQAGIAcwCCgJUAoICxgMEAzoDpgRKBRgF7AYSBpgG2gcgB2oIGAjOAAAAAQAAABwAmgAFAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAwAAAABAAAAAAACAA4AQAABAAAAAAADAAwAIgABAAAAAAAEAAwATgABAAAAAAAFABYADAABAAAAAAAGAAYALgABAAAAAAAKADQAWgADAAEECQABAAwAAAADAAEECQACAA4AQAADAAEECQADAAwAIgADAAEECQAEAAwATgADAAEECQAFABYADAADAAEECQAGAAwANAADAAEECQAKADQAWgByAGEAdABpAG4AZwBWAGUAcgBzAGkAbwBuACAAMQAuADAAcgBhAHQAaQBuAGdyYXRpbmcAcgBhAHQAaQBuAGcAUgBlAGcAdQBsAGEAcgByAGEAdABpAG4AZwBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AABcUAAoAAAAAFswAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAEuEAABLho6TvIE9TLzIAABPYAAAAYAAAAGAIIwgbY21hcAAAFDgAAACkAAAApKPambxnYXNwAAAU3AAAAAgAAAAIAAAAEGhlYWQAABTkAAAANgAAADYBGAe5aGhlYQAAFRwAAAAkAAAAJAPiAf1obXR4AAAVQAAAAHAAAABwLOAAQ21heHAAABWwAAAABgAAAAYAHFAAbmFtZQAAFbgAAAE8AAABPPC1n05wb3N0AAAW9AAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLZviU+HQFHQAAAP0PHQAAAQIRHQAAAAkdAAAS2BIAHQEBBw0PERQZHiMoLTI3PEFGS1BVWl9kaW5zeH2Ch4xyYXRpbmdyYXRpbmd1MHUxdTIwdUU2MDB1RTYwMXVFNjAydUU2MDN1RTYwNHVFNjA1dUYwMDR1RjAwNXVGMDA2dUYwMEN1RjAwRHVGMDIzdUYwMkV1RjA2RXVGMDcwdUYwODd1RjA4OHVGMDg5dUYwOEF1RjA5N3VGMDlDdUYxMjN1RjE2NHVGMTY1AAACAYkAGgAcAgABAAQABwAKAA0AVgCWAL0BAgGMAeQCbwLwA4cD5QR0BQMFdgZgB8MJkQtxC7oM2Q1jDggOmRAYEZr8lA78lA78lA77lA74lPetFftFpTz3NDz7NPtFcfcU+xBt+0T3Mt73Mjht90T3FPcQBfuU+0YV+wRRofcQMOP3EZ3D9wXD+wX3EXkwM6H7EPsExQUO+JT3rRX7RaU89zQ8+zT7RXH3FPsQbftE9zLe9zI4bfdE9xT3EAX7lPtGFYuLi/exw/sF9xF5MDOh+xD7BMUFDviU960V+0WlPPc0PPs0+0Vx9xT7EG37RPcy3vcyOG33RPcU9xAFDviU98EVi2B4ZG5wCIuL+zT7NAV7e3t7e4t7i3ube5sI+zT3NAVupniyi7aL3M3N3Iu2i7J4pm6mqLKetovci81JizoIDviU98EVi9xJzTqLYItkeHBucKhknmCLOotJSYs6i2CeZKhwCIuL9zT7NAWbe5t7m4ubi5ubm5sI9zT3NAWopp6yi7YIME0V+zb7NgWKioqKiouKi4qMiowI+zb3NgV6m4Ghi6OLubCwuYuji6GBm3oIule6vwWbnKGVo4u5i7Bmi12Lc4F1ensIDviU98EVi2B4ZG5wCIuL+zT7NAV7e3t7e4t7i3ube5sI+zT3NAVupniyi7aL3M3N3Iuni6WDoX4IXED3BEtL+zT3RPdU+wTLssYFl46YjZiL3IvNSYs6CA6L98UVi7WXrKOio6Otl7aLlouXiZiHl4eWhZaEloSUhZKFk4SShZKEkpKSkZOSkpGUkZaSCJaSlpGXj5iPl42Wi7aLrX+jc6N0l2qLYYthdWBgYAj7RvtABYeIh4mGi4aLh42Hjgj7RvdABYmNiY2Hj4iOhpGDlISUhZWFlIWVhpaHmYaYiZiLmAgOZ4v3txWLkpCPlo0I9yOgzPcWBY6SkI+Ri5CLkIePhAjL+xb3I3YFlomQh4uEi4aJh4aGCCMmpPsjBYuKi4mLiIuHioiJiImIiIqHi4iLh4yHjQj7FM/7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOZ4v3txWLkpCPlo0I9yOgzPcWBY6SkI+Ri5CLkIePhAjL+xb3I3YFlomQh4uEi4aJh4aGCCMmpPsjBYuKi4mLiIuCh4aDi4iLh4yHjQj7FM/7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwjKeRXjN3b7DfcAxPZSd/cN4t/7DJ1V9wFV+wEFDq73ZhWLk42RkZEIsbIFkZCRjpOLkouSiJCGCN8291D3UAWQkJKOkouTi5GIkYYIsWQFkYaNhIuEi4OJhYWFCPuJ+4kFhYWFiYOLhIuEjYaRCPsi9yIFhZCJkouSCA77AartFYuSjpKQkAjf3zffBYaQiJKLk4uSjpKQkAiysgWRkJGOk4uSi5KIkIYI3zff3wWQkJKOk4uSi5KIkIYIsmQFkIaOhIuEi4OIhIaGCDc33zcFkIaOhIuEi4OIhYaFCGRkBYaGhIiEi4OLhI6GkAg33zc3BYaGhIiEi4OLhY6FkAhksgWGkYiRi5MIDvtLi8sVi/c5BYuSjpKQkJCQko6SiwiVi4vCBYuul6mkpKSkqpiui66LqX6kcqRymG2LaAiLVJSLBZKLkoiQhpCGjoSLhAiL+zkFi4OIhYaGhoWEiYSLCPuniwWEi4SNhpGGkIiRi5MI5vdUFfcni4vCBYufhJx8mn2ZepJ3i3aLeoR9fX18g3qLdwiLVAUO+yaLshWL+AQFi5GNkY+RjpCQj5KNj42PjI+LCPfAiwWPi4+Kj4mRiZCHj4aPhY2Fi4UIi/wEBYuEiYWHhoeGhoeFiIiKhoqHi4GLhI6EkQj7EvcN+xL7DQWEhYOIgouHi4eLh42EjoaPiJCHkImRi5IIDov3XRWLko2Rj5Kltq+vuKW4pbuZvYu9i7t9uHG4ca9npWCPhI2Fi4SLhYmEh4RxYGdoXnAIXnFbflmLWYtbmF6lXqZnrnG2h5KJkouRCLCLFaRkq2yxdLF0tH+4i7iLtJexorGiq6qksm64Z61goZZ3kXaLdItnfm1ycnJybX9oiwhoi22XcqRypH6pi6+LopGglp9gdWdpbl4I9xiwFYuHjIiOiI6IjoqPi4+LjoyOjo2OjY6Lj4ubkJmXl5eWmZGbi4+LjoyOjo2OjY6LjwiLj4mOiY6IjYiNh4tzi3eCenp6eoJ3i3MIDov3XRWLko2Sj5GouK+utqW3pbqYvouci5yJnIgIm6cFjY6NjI+LjIuNi42JjYqOio+JjomOiY6KjomOiY6JjoqNioyKjomMiYuHi4qLiouLCHdnbVVjQ2NDbVV3Zwh9cgWJiIiJiIuJi36SdJiIjYmOi46LjY+UlJlvl3KcdJ90oHeie6WHkYmSi5IIsIsVqlq0Z711CKGzBXqXfpqCnoKdhp6LoIuikaCWn2B1Z2luXgj3GLAVi4eMiI6IjoiOio+Lj4uOjI6OjY6NjouPi5uQmZeXl5aZkZuLj4uOjI6OjY6NjouPCIuPiY6JjoiNiI2Hi3OLd4J6enp6gneLcwji+10VoLAFtI+wmK2hrqKnqKKvdq1wp2uhCJ2rBZ1/nHycepx6mHqWeY+EjYWLhIuEiYWHhIR/gH1+fG9qaXJmeWV5Y4Jhiwi53BXb9yQFjIKMg4uEi3CDc3x1fHV3fHOBCA6L1BWL90sFi5WPlJKSkpKTj5aLCNmLBZKPmJqepJaZlZeVlY+Qj5ONl42WjpeOmI+YkZWTk5OSk46Vi5uLmYiYhZiFlIGSfgiSfo55i3WLeYd5gXgIvosFn4uchJl8mn2Seot3i3qGfIJ9jYSLhYuEi3yIfoR+i4eLh4uHi3eGen99i3CDdnt8CHt8dYNwiwhmiwV5i3mNeY95kHeRc5N1k36Ph4sIOYsFgIuDjoSShJKHlIuVCLCdFYuGjIePiI+Hj4mQi5CLj42Pj46OjY+LkIuQiZCIjoePh42Gi4aLh4mHh4eIioaLhgjUeRWUiwWNi46Lj4qOi4+KjYqOi4+Kj4mQio6KjYqNio+Kj4mQio6KjIqzfquEpIsIrosFr4uemouri5CKkYqQkY6QkI6SjpKNkouSi5KJkoiRlZWQlouYi5CKkImRiZGJj4iOCJGMkI+PlI+UjZKLkouViJODk4SSgo+CiwgmiwWLlpCalJ6UnpCbi5aLnoiYhJSFlH+QeYuGhoeDiYCJf4h/h3+IfoWBg4KHh4SCgH4Ii4qIiYiGh4aIh4mIiIiIh4eGh4aHh4eHiIiHiIeHiIiHiIeKh4mIioiLCIKLi/tLBQ6L90sVi/dLBYuVj5OSk5KSk46WiwjdiwWPi5iPoZOkk6CRnZCdj56Nn4sIq4sFpougg5x8m3yTd4txCIuJBZd8kHuLd4uHi4eLh5J+jn6LfIuEi4SJhZR9kHyLeot3hHp8fH19eoR3iwhYiwWVeI95i3mLdIh6hH6EfoKBfoV+hX2He4uBi4OPg5KFkYaTh5SHlYiTipOKk4qTiJMIiZSIkYiPgZSBl4CaeKR+moSPCD2LBYCLg4+EkoSSh5SLlQiw9zgVi4aMh4+Ij4ePiZCLkIuPjY+Pjo6Nj4uQi5CJkIiOh4+HjYaLhouHiYeHh4iKhouGCNT7OBWUiwWOi46Kj4mPio+IjoiPh4+IjoePiI+Hj4aPho6HjoiNiI6Hj4aOho6Ii4qWfpKDj4YIk4ORgY5+j36OgI1/jYCPg5CGnYuXj5GUkpSOmYuei5aGmoKfgp6GmouWCPCLBZSLlI+SkpOTjpOLlYuSiZKHlIeUho+Fi46PjY+NkY2RjJCLkIuYhpaBlY6RjZKLkgiLkomSiJKIkoaQhY6MkIyRi5CLm4aXgpOBkn6Pe4sIZosFcotrhGN9iouIioaJh4qHiomKiYqIioaKh4mHioiKiYuHioiLh4qIi4mLCIKLi/tLBQ77lIv3txWLkpCPlo0I9yOgzPcWBY6SkI+RiwiL/BL7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOi/fFFYu1l6yjoqOjrZe2i5aLl4mYh5eHloWWhJaElIWShZOEkoWShJKSkpGTkpKRlJGWkgiWkpaRl4+Yj5eNlou2i61/o3OjdJdqi2GLYXVgYGAI+0b7QAWHiIeJhouGi4eNh44I+0b3QAWJjYmNh4+IjoaRg5SElIWVhZSFlYaWh5mGmImYi5gIsIsVi2ucaa9oCPc6+zT3OvczBa+vnK2Lq4ubiZiHl4eXhpSFkoSSg5GCj4KQgo2CjYONgYuBi4KLgIl/hoCGgIWChAiBg4OFhISEhYaFhoaIhoaJhYuFi4aNiJCGkIaRhJGEkoORgZOCkoCRgJB/kICNgosIgYuBi4OJgomCiYKGgoeDhYSEhYSGgod/h3+Jfot7CA77JouyFYv4BAWLkY2Rj5GOkJCPko2PjY+Mj4sI98CLBY+Lj4qPiZGJkIePho+FjYWLhQiL/AQFi4SJhYeGh4aGh4WIiIqGioeLgYuEjoSRCPsS9w37EvsNBYSFg4iCi4eLh4uHjYSOho+IkIeQiZGLkgiwkxX3JvchpHL3DfsIi/f3+7iLi/v3BQ5ni8sVi/c5BYuSjpKQkJCQko6Siwj3VIuLwgWLrpippKSkpKmYrouvi6l+pHKkcpdti2gIi0IFi4aKhoeIh4eHiYaLCHmLBYaLh42Hj4eOipCLkAiL1AWLn4OcfZp9mXqSdot3i3qEfX18fIR6i3cIi1SniwWSi5KIkIaQho6Ei4QIi/s5BYuDiIWGhoaFhImEiwj7p4sFhIuEjYaRhpCIkYuTCA5njPe6FYyQkI6UjQj3I6DM9xYFj5KPj5GLkIuQh4+ECMv7FvcjdgWUiZCIjYaNhoiFhYUIIyak+yMFjIWKhomHiYiIiYaLiIuHjIeNCPsUz/sVRwWHiYeKiIuHi4eNiY6Jj4uQjJEIo/cjI/AFhZGJkY2QCPeB+z0VnILlW3rxiJ6ZmNTS+wydgpxe54v7pwUOZ4vCFYv3SwWLkI2Pjo+Pjo+NkIsI3osFkIuPiY6Ij4eNh4uGCIv7SwWLhomHh4eIh4eKhosIOIsFhouHjIePiI+Jj4uQCLCvFYuGjIePh46IkImQi5CLj42Pjo6PjY+LkIuQiZCIjoePh42Gi4aLhomIh4eIioaLhgjvZxWL90sFi5CNj46Oj4+PjZCLj4ySkJWWlZaVl5SXmJuVl5GRjo6OkI6RjZCNkIyPjI6MkY2TCIySjJGMj4yPjZCOkY6RjpCPjo6Pj42Qi5SLk4qSiZKJkYiPiJCIjoiPho6GjYeMhwiNh4yGjIaMhYuHi4iLiIuHi4eLg4uEiYSJhImFiYeJh4mFh4WLioqJiomJiIqJiokIi4qKiIqJCNqLBZqLmIWWgJaAkH+LfIt6hn2Af46DjYSLhIt9h36Cf4+Bi3+HgImAhYKEhI12hnmAfgh/fXiDcosIZosFfot+jHyOfI5/joOOg41/j32Qc5N8j4SMhouHjYiOh4+Jj4uQCA5ni/c5FYuGjYaOiI+Hj4mQiwjeiwWQi4+Njo+Pjo2Qi5AIi/dKBYuQiZCHjoiPh42Giwg4iwWGi4eJh4eIiImGi4YIi/tKBbD3JhWLkIyPj4+OjpCNkIuQi4+Jj4iOh42Hi4aLhomHiIeHh4eKhouGi4aMiI+Hj4qPi5AI7/snFYv3SwWLkI2Qj46Oj4+NkIuSi5qPo5OZkJePk46TjZeOmo6ajpiMmIsIsIsFpIueg5d9ln6Qeol1koSRgo2Aj4CLgIeAlH+Pfot9i4WJhIiCloCQfIt7i3yFfoGACICAfoZ8iwg8iwWMiIyJi4mMiYyJjYmMiIyKi4mPhI2GjYeNh42GjYOMhIyEi4SLhouHi4iLiYuGioYIioWKhomHioeJh4iGh4eIh4aIh4iFiISJhImDioKLhouHjYiPh4+Ij4iRiJGJkIqPCIqPipGKkomTipGKj4qOiZCJkYiQiJCIjoWSgZZ+nIKXgZaBloGWhJGHi4aLh42HjwiIjomQi48IDviUFPiUFYsMCgAAAAADAgABkAAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAPFlAeD/4P/gAeAAIAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAkAAAACAAIAAEAAAAAQAg5gXwBvAN8CPwLvBu8HDwivCX8JzxI/Fl//3//wAAAAAAIOYA8ATwDPAj8C7wbvBw8Ifwl/Cc8SPxZP/9//8AAf/jGgQQBhABD+wP4g+jD6IPjA+AD3wO9g62AAMAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAAJrVlLJfDzz1AAsCAAAAAADP/GODAAAAAM/8Y4MAAP/bAgAB2wAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAACAAABAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAEAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAdwAAAHcAAACAAAjAZMAHwFJAAABbgAAAgAAAAIAAAACAAAAAgAAAAEAAAACAAAAAW4AAAHcAAAB3AABAdwAAAHcAAAAAFAAABwAAAAAAA4ArgABAAAAAAABAAwAAAABAAAAAAACAA4AQAABAAAAAAADAAwAIgABAAAAAAAEAAwATgABAAAAAAAFABYADAABAAAAAAAGAAYALgABAAAAAAAKADQAWgADAAEECQABAAwAAAADAAEECQACAA4AQAADAAEECQADAAwAIgADAAEECQAEAAwATgADAAEECQAFABYADAADAAEECQAGAAwANAADAAEECQAKADQAWgByAGEAdABpAG4AZwBWAGUAcgBzAGkAbwBuACAAMQAuADAAcgBhAHQAaQBuAGdyYXRpbmcAcgBhAHQAaQBuAGcAUgBlAGcAdQBsAGEAcgByAGEAdABpAG4AZwBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');font-weight:400;font-style:normal}.ui.rating .icon{font-family:Rating;line-height:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center}.ui.rating .icon:before{content:'\f005'}.ui.rating .active.icon:before{content:'\f005'}.ui.star.rating .icon:before{content:'\f005'}.ui.star.rating .active.icon:before{content:'\f005'}.ui.star.rating .partial.icon:before{content:'\f006'}.ui.star.rating .partial.icon{content:'\f005'}.ui.heart.rating .icon:before{content:'\f004'}.ui.heart.rating .active.icon:before{content:'\f004'}/*!
 * # Semantic UI - Search
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.search{position:relative}.ui.search>.prompt{margin:0;outline:0;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,255,255,0);text-shadow:none;font-style:normal;font-weight:400;line-height:1.21428571em;padding:.67857143em 1em;font-size:1em;background:#fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);-webkit-box-shadow:0 0 0 0 transparent inset;box-shadow:0 0 0 0 transparent inset;-webkit-transition:background-color .1s ease,color .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease;transition:background-color .1s ease,color .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease;transition:background-color .1s ease,color .1s ease,box-shadow .1s ease,border-color .1s ease;transition:background-color .1s ease,color .1s ease,box-shadow .1s ease,border-color .1s ease,-webkit-box-shadow .1s ease}.ui.search .prompt{border-radius:500rem}.ui.search .prompt~.search.icon{cursor:pointer}.ui.search>.results{display:none;position:absolute;top:100%;left:0;-webkit-transform-origin:center top;transform-origin:center top;white-space:normal;text-align:left;text-transform:none;background:#fff;margin-top:.5em;width:18em;border-radius:.28571429rem;-webkit-box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);border:1px solid #d4d4d5;z-index:998}.ui.search>.results>:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.search>.results>:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.search>.results .result{cursor:pointer;display:block;overflow:hidden;font-size:1em;padding:.85714286em 1.14285714em;color:rgba(0,0,0,.87);line-height:1.33;border-bottom:1px solid rgba(34,36,38,.1)}.ui.search>.results .result:last-child{border-bottom:none!important}.ui.search>.results .result .image{float:right;overflow:hidden;background:0 0;width:5em;height:3em;border-radius:.25em}.ui.search>.results .result .image img{display:block;width:auto;height:100%}.ui.search>.results .result .image+.content{margin:0 6em 0 0}.ui.search>.results .result .title{margin:-.14285714em 0 0;font-weight:700;font-size:1em;color:rgba(0,0,0,.85)}.ui.search>.results .result .description{margin-top:0;font-size:.92857143em;color:rgba(0,0,0,.4)}.ui.search>.results .result .price{float:right;color:#21ba45}.ui.search>.results>.message{padding:1em 1em}.ui.search>.results>.message .header{font-size:1rem;font-weight:700;color:rgba(0,0,0,.87)}.ui.search>.results>.message .description{margin-top:.25rem;font-size:1em;color:rgba(0,0,0,.87)}.ui.search>.results>.action{display:block;border-top:none;background:#f3f4f5;padding:.92857143em 1em;color:rgba(0,0,0,.87);font-weight:700;text-align:center}.ui.search>.prompt:focus{border-color:rgba(34,36,38,.35);background:#fff;color:rgba(0,0,0,.95)}.ui.loading.search .input>i.icon:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.search .input>i.icon:after{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}.ui.category.search>.results .category .result:hover,.ui.search>.results .result:hover{background:#f9fafb}.ui.search .action:hover{background:#e0e0e0}.ui.category.search>.results .category.active{background:#f3f4f5}.ui.category.search>.results .category.active>.name{color:rgba(0,0,0,.87)}.ui.category.search>.results .category .result.active,.ui.search>.results .result.active{position:relative;border-left-color:rgba(34,36,38,.1);background:#f3f4f5;-webkit-box-shadow:none;box-shadow:none}.ui.search>.results .result.active .title{color:rgba(0,0,0,.85)}.ui.search>.results .result.active .description{color:rgba(0,0,0,.85)}.ui.disabled.search{cursor:default;pointer-events:none;opacity:.45}.ui.search.selection .prompt{border-radius:.28571429rem}.ui.search.selection>.icon.input>.remove.icon{pointer-events:none;position:absolute;left:auto;opacity:0;color:'';top:0;right:0;-webkit-transition:color .1s ease,opacity .1s ease;transition:color .1s ease,opacity .1s ease}.ui.search.selection>.icon.input>.active.remove.icon{cursor:pointer;opacity:.8;pointer-events:auto}.ui.search.selection>.icon.input:not([class*="left icon"])>.icon~.remove.icon{right:1.85714em}.ui.search.selection>.icon.input>.remove.icon:hover{opacity:1;color:#db2828}.ui.category.search .results{width:28em}.ui.category.search .results.animating,.ui.category.search .results.visible{display:table}.ui.category.search>.results .category{display:table-row;background:#f3f4f5;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:background .1s ease,border-color .1s ease;transition:background .1s ease,border-color .1s ease}.ui.category.search>.results .category:last-child{border-bottom:none}.ui.category.search>.results .category:first-child .name+.result{border-radius:0 .28571429rem 0 0}.ui.category.search>.results .category:last-child .result:last-child{border-radius:0 0 .28571429rem 0}.ui.category.search>.results .category>.name{display:table-cell;text-overflow:ellipsis;width:100px;white-space:nowrap;background:0 0;font-size:1em;padding:.4em 1em;font-weight:700;color:rgba(0,0,0,.4);border-bottom:1px solid rgba(34,36,38,.1)}.ui.category.search>.results .category .results{display:table-cell;background:#fff;border-left:1px solid rgba(34,36,38,.15);border-bottom:1px solid rgba(34,36,38,.1)}.ui.category.search>.results .category .result{border-bottom:1px solid rgba(34,36,38,.1);-webkit-transition:background .1s ease,border-color .1s ease;transition:background .1s ease,border-color .1s ease;padding:.85714286em 1.14285714em}.ui[class*="left aligned"].search>.results{right:auto;left:0}.ui[class*="right aligned"].search>.results{right:0;left:auto}.ui.fluid.search .results{width:100%}.ui.mini.search{font-size:.78571429em}.ui.small.search{font-size:.92857143em}.ui.search{font-size:1em}.ui.large.search{font-size:1.14285714em}.ui.big.search{font-size:1.28571429em}.ui.huge.search{font-size:1.42857143em}.ui.massive.search{font-size:1.71428571em}@media only screen and (max-width:767px){.ui.search .results{max-width:calc(100vw - 2rem)}}/*!
 * # Semantic UI - Shape
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.shape{position:relative;vertical-align:top;display:inline-block;-webkit-perspective:2000px;perspective:2000px;-webkit-transition:left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out;transition:left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out;transition:transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out}.ui.shape .sides{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.ui.shape .side{opacity:1;width:100%;margin:0!important;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ui.shape .side{display:none}.ui.shape .side *{-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.ui.cube.shape .side{min-width:15em;height:15em;padding:2em;background-color:#e6e6e6;color:rgba(0,0,0,.87);-webkit-box-shadow:0 0 2px rgba(0,0,0,.3);box-shadow:0 0 2px rgba(0,0,0,.3)}.ui.cube.shape .side>.content{width:100%;height:100%;display:table;text-align:center;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ui.cube.shape .side>.content>div{display:table-cell;vertical-align:middle;font-size:2em}.ui.text.shape.animating .sides{position:static}.ui.text.shape .side{white-space:nowrap}.ui.text.shape .side>*{white-space:normal}.ui.loading.shape{position:absolute;top:-9999px;left:-9999px}.ui.shape .animating.side{position:absolute;top:0;left:0;display:block;z-index:100}.ui.shape .hidden.side{opacity:.6}.ui.shape.animating .sides{position:absolute}.ui.shape.animating .sides{-webkit-transition:left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out;transition:left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out;transition:transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out,-webkit-transform .6s ease-in-out}.ui.shape.animating .side{-webkit-transition:opacity .6s ease-in-out;transition:opacity .6s ease-in-out}.ui.shape .active.side{display:block}/*!
 * # Semantic UI - Sidebar
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.sidebar{position:fixed;top:0;left:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:none;transition:none;will-change:transform;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;-webkit-overflow-scrolling:touch;height:100%!important;max-height:100%;border-radius:0!important;margin:0!important;overflow-y:auto!important;z-index:102}.ui.sidebar>*{-webkit-backface-visibility:hidden;backface-visibility:hidden}.ui.left.sidebar{right:auto;left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.sidebar{right:0!important;left:auto!important;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.bottom.sidebar,.ui.top.sidebar{width:100%!important;height:auto!important}.ui.top.sidebar{top:0!important;bottom:auto!important;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.sidebar{top:auto!important;bottom:0!important;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.pushable{height:100%;overflow-x:hidden;padding:0!important}body.pushable{background:#545454!important}.pushable:not(body){-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.pushable:not(body)>.fixed,.pushable:not(body)>.pusher:after,.pushable:not(body)>.ui.sidebar{position:absolute}.pushable>.fixed{position:fixed;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;will-change:transform;z-index:101}.pushable>.pusher{position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;min-height:100%;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;z-index:2}body.pushable>.pusher{background:#fff}.pushable>.pusher{background:inherit}.pushable>.pusher:after{position:fixed;top:0;right:0;content:'';background-color:rgba(0,0,0,.4);overflow:hidden;opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s;will-change:opacity;z-index:1000}.ui.sidebar.menu .item{border-radius:0!important}.pushable>.pusher.dimmed:after{width:100%!important;height:100%!important;opacity:1!important}.ui.animating.sidebar{visibility:visible}.ui.visible.sidebar{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.left.visible.sidebar,.ui.right.visible.sidebar{-webkit-box-shadow:0 0 20px rgba(34,36,38,.15);box-shadow:0 0 20px rgba(34,36,38,.15)}.ui.bottom.visible.sidebar,.ui.top.visible.sidebar{-webkit-box-shadow:0 0 20px rgba(34,36,38,.15);box-shadow:0 0 20px rgba(34,36,38,.15)}.ui.visible.left.sidebar~.fixed,.ui.visible.left.sidebar~.pusher{-webkit-transform:translate3d(260px,0,0);transform:translate3d(260px,0,0)}.ui.visible.right.sidebar~.fixed,.ui.visible.right.sidebar~.pusher{-webkit-transform:translate3d(-260px,0,0);transform:translate3d(-260px,0,0)}.ui.visible.top.sidebar~.fixed,.ui.visible.top.sidebar~.pusher{-webkit-transform:translate3d(0,36px,0);transform:translate3d(0,36px,0)}.ui.visible.bottom.sidebar~.fixed,.ui.visible.bottom.sidebar~.pusher{-webkit-transform:translate3d(0,-36px,0);transform:translate3d(0,-36px,0)}.ui.visible.left.sidebar~.ui.visible.right.sidebar~.fixed,.ui.visible.left.sidebar~.ui.visible.right.sidebar~.pusher,.ui.visible.right.sidebar~.ui.visible.left.sidebar~.fixed,.ui.visible.right.sidebar~.ui.visible.left.sidebar~.pusher{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.thin.left.sidebar,.ui.thin.right.sidebar{width:150px}.ui[class*="very thin"].left.sidebar,.ui[class*="very thin"].right.sidebar{width:60px}.ui.left.sidebar,.ui.right.sidebar{width:260px}.ui.wide.left.sidebar,.ui.wide.right.sidebar{width:350px}.ui[class*="very wide"].left.sidebar,.ui[class*="very wide"].right.sidebar{width:475px}.ui.visible.thin.left.sidebar~.fixed,.ui.visible.thin.left.sidebar~.pusher{-webkit-transform:translate3d(150px,0,0);transform:translate3d(150px,0,0)}.ui.visible[class*="very thin"].left.sidebar~.fixed,.ui.visible[class*="very thin"].left.sidebar~.pusher{-webkit-transform:translate3d(60px,0,0);transform:translate3d(60px,0,0)}.ui.visible.wide.left.sidebar~.fixed,.ui.visible.wide.left.sidebar~.pusher{-webkit-transform:translate3d(350px,0,0);transform:translate3d(350px,0,0)}.ui.visible[class*="very wide"].left.sidebar~.fixed,.ui.visible[class*="very wide"].left.sidebar~.pusher{-webkit-transform:translate3d(475px,0,0);transform:translate3d(475px,0,0)}.ui.visible.thin.right.sidebar~.fixed,.ui.visible.thin.right.sidebar~.pusher{-webkit-transform:translate3d(-150px,0,0);transform:translate3d(-150px,0,0)}.ui.visible[class*="very thin"].right.sidebar~.fixed,.ui.visible[class*="very thin"].right.sidebar~.pusher{-webkit-transform:translate3d(-60px,0,0);transform:translate3d(-60px,0,0)}.ui.visible.wide.right.sidebar~.fixed,.ui.visible.wide.right.sidebar~.pusher{-webkit-transform:translate3d(-350px,0,0);transform:translate3d(-350px,0,0)}.ui.visible[class*="very wide"].right.sidebar~.fixed,.ui.visible[class*="very wide"].right.sidebar~.pusher{-webkit-transform:translate3d(-475px,0,0);transform:translate3d(-475px,0,0)}.ui.overlay.sidebar{z-index:102}.ui.left.overlay.sidebar{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.overlay.sidebar{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.top.overlay.sidebar{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.overlay.sidebar{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.animating.ui.overlay.sidebar,.ui.visible.overlay.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.ui.visible.left.overlay.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.visible.right.overlay.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.visible.top.overlay.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.visible.bottom.overlay.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.visible.overlay.sidebar~.fixed,.ui.visible.overlay.sidebar~.pusher{-webkit-transform:none!important;transform:none!important}.ui.push.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;z-index:102}.ui.left.push.sidebar{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.push.sidebar{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.top.push.sidebar{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.push.sidebar{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ui.visible.push.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.uncover.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:1}.ui.visible.uncover.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.ui.slide.along.sidebar{z-index:1}.ui.left.slide.along.sidebar{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.ui.right.slide.along.sidebar{-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0)}.ui.top.slide.along.sidebar{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.ui.bottom.slide.along.sidebar{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.ui.animating.slide.along.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.ui.visible.slide.along.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.slide.out.sidebar{z-index:1}.ui.left.slide.out.sidebar{-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0)}.ui.right.slide.out.sidebar{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.ui.top.slide.out.sidebar{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.ui.bottom.slide.out.sidebar{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.ui.animating.slide.out.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.ui.visible.slide.out.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.scale.down.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;z-index:102}.ui.left.scale.down.sidebar{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.scale.down.sidebar{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.top.scale.down.sidebar{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.scale.down.sidebar{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ui.scale.down.left.sidebar~.pusher{-webkit-transform-origin:75% 50%;transform-origin:75% 50%}.ui.scale.down.right.sidebar~.pusher{-webkit-transform-origin:25% 50%;transform-origin:25% 50%}.ui.scale.down.top.sidebar~.pusher{-webkit-transform-origin:50% 75%;transform-origin:50% 75%}.ui.scale.down.bottom.sidebar~.pusher{-webkit-transform-origin:50% 25%;transform-origin:50% 25%}.ui.animating.scale.down>.visible.ui.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.ui.animating.scale.down.sidebar~.pusher,.ui.visible.scale.down.sidebar~.pusher{display:block!important;width:100%;height:100%;overflow:hidden!important}.ui.visible.scale.down.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.visible.scale.down.sidebar~.pusher{-webkit-transform:scale(.75);transform:scale(.75)}/*!
 * # Semantic UI - Sticky
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.sticky{position:static;-webkit-transition:none;transition:none;z-index:800}.ui.sticky.bound{position:absolute;left:auto;right:auto}.ui.sticky.fixed{position:fixed;left:auto;right:auto}.ui.sticky.bound.top,.ui.sticky.fixed.top{top:0;bottom:auto}.ui.sticky.bound.bottom,.ui.sticky.fixed.bottom{top:auto;bottom:0}.ui.native.sticky{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky}/*!
 * # Semantic UI - Tab
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.tab{display:none}.ui.tab.active,.ui.tab.open{display:block}.ui.tab.loading{position:relative;overflow:hidden;display:block;min-height:250px}.ui.tab.loading *{position:relative!important;left:-10000px!important}.ui.tab.loading.segment:before,.ui.tab.loading:before{position:absolute;content:'';top:100px;left:50%;margin:-1.25em 0 0 -1.25em;width:2.5em;height:2.5em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.tab.loading.segment:after,.ui.tab.loading:after{position:absolute;content:'';top:100px;left:50%;margin:-1.25em 0 0 -1.25em;width:2.5em;height:2.5em;-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}/*!
 * # Semantic UI - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.transition{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animating.transition{-webkit-backface-visibility:hidden;backface-visibility:hidden;visibility:visible!important}.loading.transition{position:absolute;top:-99999px;left:-99999px}.hidden.transition{display:none;visibility:hidden}.visible.transition{display:block!important;visibility:visible!important}.disabled.transition{-webkit-animation-play-state:paused;animation-play-state:paused}.looping.transition{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.transition.browse{-webkit-animation-duration:.5s;animation-duration:.5s}.transition.browse.in{-webkit-animation-name:browseIn;animation-name:browseIn}.transition.browse.left.out,.transition.browse.out{-webkit-animation-name:browseOutLeft;animation-name:browseOutLeft}.transition.browse.right.out{-webkit-animation-name:browseOutRight;animation-name:browseOutRight}@-webkit-keyframes browseIn{0%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1}10%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1;opacity:.7}80%{-webkit-transform:scale(1.05) translateZ(0);transform:scale(1.05) translateZ(0);opacity:1;z-index:999}100%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);z-index:999}}@keyframes browseIn{0%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1}10%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1;opacity:.7}80%{-webkit-transform:scale(1.05) translateZ(0);transform:scale(1.05) translateZ(0);opacity:1;z-index:999}100%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);z-index:999}}@-webkit-keyframes browseOutLeft{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:-1;-webkit-transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:-1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@keyframes browseOutLeft{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:-1;-webkit-transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:-1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@-webkit-keyframes browseOutRight{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:1;-webkit-transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@keyframes browseOutRight{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:1;-webkit-transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}.drop.transition{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:cubic-bezier(.34,1.61,.7,1);animation-timing-function:cubic-bezier(.34,1.61,.7,1)}.drop.transition.in{-webkit-animation-name:dropIn;animation-name:dropIn}.drop.transition.out{-webkit-animation-name:dropOut;animation-name:dropOut}@-webkit-keyframes dropIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes dropIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes dropOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes dropOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}.transition.fade.in{-webkit-animation-name:fadeIn;animation-name:fadeIn}.transition[class*="fade up"].in{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.transition[class*="fade down"].in{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.transition[class*="fade left"].in{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}.transition[class*="fade right"].in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.transition.fade.out{-webkit-animation-name:fadeOut;animation-name:fadeOut}.transition[class*="fade up"].out{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}.transition[class*="fade down"].out{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}.transition[class*="fade left"].out{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}.transition[class*="fade right"].out{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(10%);transform:translateY(10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(10%);transform:translateY(10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-10%);transform:translateX(-10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-10%);transform:translateX(-10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(5%);transform:translateY(5%)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(5%);transform:translateY(5%)}}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-5%);transform:translateY(-5%)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-5%);transform:translateY(-5%)}}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(5%);transform:translateX(5%)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(5%);transform:translateX(5%)}}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-5%);transform:translateX(-5%)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-5%);transform:translateX(-5%)}}.flip.transition.in,.flip.transition.out{-webkit-animation-duration:.6s;animation-duration:.6s}.horizontal.flip.transition.in{-webkit-animation-name:horizontalFlipIn;animation-name:horizontalFlipIn}.horizontal.flip.transition.out{-webkit-animation-name:horizontalFlipOut;animation-name:horizontalFlipOut}.vertical.flip.transition.in{-webkit-animation-name:verticalFlipIn;animation-name:verticalFlipIn}.vertical.flip.transition.out{-webkit-animation-name:verticalFlipOut;animation-name:verticalFlipOut}@-webkit-keyframes horizontalFlipIn{0%{-webkit-transform:perspective(2000px) rotateY(-90deg);transform:perspective(2000px) rotateY(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}}@keyframes horizontalFlipIn{0%{-webkit-transform:perspective(2000px) rotateY(-90deg);transform:perspective(2000px) rotateY(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}}@-webkit-keyframes verticalFlipIn{0%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}}@keyframes verticalFlipIn{0%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}}@-webkit-keyframes horizontalFlipOut{0%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateY(90deg);transform:perspective(2000px) rotateY(90deg);opacity:0}}@keyframes horizontalFlipOut{0%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateY(90deg);transform:perspective(2000px) rotateY(90deg);opacity:0}}@-webkit-keyframes verticalFlipOut{0%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}}@keyframes verticalFlipOut{0%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}}.scale.transition.in{-webkit-animation-name:scaleIn;animation-name:scaleIn}.scale.transition.out{-webkit-animation-name:scaleOut;animation-name:scaleOut}@-webkit-keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes scaleOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes scaleOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}.transition.fly{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.transition.fly.in{-webkit-animation-name:flyIn;animation-name:flyIn}.transition[class*="fly up"].in{-webkit-animation-name:flyInUp;animation-name:flyInUp}.transition[class*="fly down"].in{-webkit-animation-name:flyInDown;animation-name:flyInDown}.transition[class*="fly left"].in{-webkit-animation-name:flyInLeft;animation-name:flyInLeft}.transition[class*="fly right"].in{-webkit-animation-name:flyInRight;animation-name:flyInRight}.transition.fly.out{-webkit-animation-name:flyOut;animation-name:flyOut}.transition[class*="fly up"].out{-webkit-animation-name:flyOutUp;animation-name:flyOutUp}.transition[class*="fly down"].out{-webkit-animation-name:flyOutDown;animation-name:flyOutDown}.transition[class*="fly left"].out{-webkit-animation-name:flyOutLeft;animation-name:flyOutLeft}.transition[class*="fly right"].out{-webkit-animation-name:flyOutRight;animation-name:flyOutRight}@-webkit-keyframes flyIn{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)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes flyIn{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)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes flyInUp{0%{opacity:0;-webkit-transform:translate3d(0,1500px,0);transform:translate3d(0,1500px,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)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes flyInUp{0%{opacity:0;-webkit-transform:translate3d(0,1500px,0);transform:translate3d(0,1500px,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)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes flyInDown{0%{opacity:0;-webkit-transform:translate3d(0,-1500px,0);transform:translate3d(0,-1500px,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)}100%{-webkit-transform:none;transform:none}}@keyframes flyInDown{0%{opacity:0;-webkit-transform:translate3d(0,-1500px,0);transform:translate3d(0,-1500px,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)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes flyInLeft{0%{opacity:0;-webkit-transform:translate3d(1500px,0,0);transform:translate3d(1500px,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)}100%{-webkit-transform:none;transform:none}}@keyframes flyInLeft{0%{opacity:0;-webkit-transform:translate3d(1500px,0,0);transform:translate3d(1500px,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)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes flyInRight{0%{opacity:0;-webkit-transform:translate3d(-1500px,0,0);transform:translate3d(-1500px,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)}100%{-webkit-transform:none;transform:none}}@keyframes flyInRight{0%{opacity:0;-webkit-transform:translate3d(-1500px,0,0);transform:translate3d(-1500px,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)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes flyOut{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)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes flyOut{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)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes flyOutUp{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)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes flyOutUp{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)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@-webkit-keyframes flyOutDown{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)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes flyOutDown{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)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes flyOutRight{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes flyOutRight{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes flyOutLeft{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes flyOutLeft{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.transition.slide.in,.transition[class*="slide down"].in{-webkit-animation-name:slideInY;animation-name:slideInY;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="slide up"].in{-webkit-animation-name:slideInY;animation-name:slideInY;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="slide left"].in{-webkit-animation-name:slideInX;animation-name:slideInX;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="slide right"].in{-webkit-animation-name:slideInX;animation-name:slideInX;-webkit-transform-origin:center left;transform-origin:center left}.transition.slide.out,.transition[class*="slide down"].out{-webkit-animation-name:slideOutY;animation-name:slideOutY;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="slide up"].out{-webkit-animation-name:slideOutY;animation-name:slideOutY;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="slide left"].out{-webkit-animation-name:slideOutX;animation-name:slideOutX;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="slide right"].out{-webkit-animation-name:slideOutX;animation-name:slideOutX;-webkit-transform-origin:center left;transform-origin:center left}@-webkit-keyframes slideInY{0%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}100%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes slideInY{0%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}100%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes slideInX{0%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}100%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes slideInX{0%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}100%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes slideOutY{0%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}100%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}}@keyframes slideOutY{0%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}100%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}}@-webkit-keyframes slideOutX{0%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}100%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes slideOutX{0%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}100%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}}.transition.swing{-webkit-animation-duration:.8s;animation-duration:.8s}.transition[class*="swing down"].in{-webkit-animation-name:swingInX;animation-name:swingInX;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="swing up"].in{-webkit-animation-name:swingInX;animation-name:swingInX;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="swing left"].in{-webkit-animation-name:swingInY;animation-name:swingInY;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="swing right"].in{-webkit-animation-name:swingInY;animation-name:swingInY;-webkit-transform-origin:center left;transform-origin:center left}.transition.swing.out,.transition[class*="swing down"].out{-webkit-animation-name:swingOutX;animation-name:swingOutX;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="swing up"].out{-webkit-animation-name:swingOutX;animation-name:swingOutX;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="swing left"].out{-webkit-animation-name:swingOutY;animation-name:swingOutY;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="swing right"].out{-webkit-animation-name:swingOutY;animation-name:swingOutY;-webkit-transform-origin:center left;transform-origin:center left}@-webkit-keyframes swingInX{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateX(15deg);transform:perspective(1000px) rotateX(15deg)}80%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}100%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}}@keyframes swingInX{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateX(15deg);transform:perspective(1000px) rotateX(15deg)}80%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}100%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}}@-webkit-keyframes swingInY{0%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateY(-17.5deg);transform:perspective(1000px) rotateY(-17.5deg)}80%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}100%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}}@keyframes swingInY{0%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateY(-17.5deg);transform:perspective(1000px) rotateY(-17.5deg)}80%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}100%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}}@-webkit-keyframes swingOutX{0%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}40%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}60%{-webkit-transform:perspective(1000px) rotateX(17.5deg);transform:perspective(1000px) rotateX(17.5deg)}80%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}@keyframes swingOutX{0%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}40%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}60%{-webkit-transform:perspective(1000px) rotateX(17.5deg);transform:perspective(1000px) rotateX(17.5deg)}80%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}@-webkit-keyframes swingOutY{0%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}40%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}60%{-webkit-transform:perspective(1000px) rotateY(-10deg);transform:perspective(1000px) rotateY(-10deg)}80%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}}@keyframes swingOutY{0%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}40%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}60%{-webkit-transform:perspective(1000px) rotateY(-10deg);transform:perspective(1000px) rotateY(-10deg)}80%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}}.transition.zoom.in{-webkit-animation-name:zoomIn;animation-name:zoomIn}.transition.zoom.out{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomIn{0%{opacity:1;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes zoomIn{0%{opacity:1;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:1;-webkit-transform:scale(0);transform:scale(0)}}@keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:1;-webkit-transform:scale(0);transform:scale(0)}}.flash.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:flash;animation-name:flash}.shake.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:shake;animation-name:shake}.bounce.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:bounce;animation-name:bounce}.tada.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:tada;animation-name:tada}.pulse.transition{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:pulse;animation-name:pulse}.jiggle.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:jiggle;animation-name:jiggle}.transition.glow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:cubic-bezier(.19,1,.22,1);animation-timing-function:cubic-bezier(.19,1,.22,1)}.transition.glow{-webkit-animation-name:glow;animation-name:glow}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.9);transform:scale(.9);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.9);transform:scale(.9);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes jiggle{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,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)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes jiggle{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,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)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes glow{0%{background-color:#fcfcfd}30%{background-color:#fff6cd}100%{background-color:#fcfcfd}}@keyframes glow{0%{background-color:#fcfcfd}30%{background-color:#fff6cd}100%{background-color:#fcfcfd}}