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