@import url("fontawesome-all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

/*
	Verti by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

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

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

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

ul.breadcrumb {
	padding: 3px 16px;
	list-style: none;
  }
  ul.breadcrumb li {
	display: inline;
	font-size: 12px;
  }
  ul.breadcrumb li+li:before {
	padding: 8px;
	color: rgb(158, 158, 158);
	content: "/\00a0";
  }
  ul.breadcrumb li a {
	color: #0275d8;
	text-decoration: none;
  }
  ul.breadcrumb li a:hover {
	color: #01447e;
	text-decoration: underline;
  }


/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		font-family: "Comfortaa", serif;
  		font-optical-sizing: auto;
		font-size: 13pt;
		color: #000;
		line-height: 2em;
	}

		/*body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}*/

	input, select, textarea {
		font-family: "Comfortaa", serif;
  		font-optical-sizing: auto;
		font-size: 13pt;
		color: #696969;
		font-weight: 300;
		line-height: 2.25em;
	}

	a {
		text-decoration: none;
		color: #24292e;
	}

		a:hover {
			text-decoration: underline;
		}

	h1, h2, h3, h4, h5, h6 {
		color: #24292e;
		line-height: 1.5;
		font-family: "Comfortaa", serif;
  		font-optical-sizing: auto;
		margin-bottom: 15px !important;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
			outline: 0;
		}

	h2 {
		font-size: 2.25em;
		margin: 0 0 1em 0;
		line-height: 1.2em;
	}
	
	h2.btmline {
		font-size: 2.5em;
		margin: 0 0 1em 0;
		line-height: 1.6em;
		position: relative;
    	overflow: hidden;
	}
	
	h2.btmline:before{
			content: "";
			top: 90%;
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			height: 4px;
			width: 5.5%;
			position: absolute;
			background: #ffa801;
			margin-top: 2px;
		}

	section h3 {
		font-size: 30px;
		font-family: "Comfortaa", serif;
  		font-optical-sizing: auto;
		padding: 0px 10px;
		display: inline-block;
		margin: 10px auto;
		line-height: 1.4;
		color: #000;
	}
	
	section h4 {
		font-size: 38px;
		padding: 0px 0px;
		font-family: "Comfortaa", serif;
  		font-optical-sizing: auto;
		display: inline-block;
		margin: 10px auto;
		line-height: 1.4;
	}
	
	section h5 {
		font-size: 22px;
		padding: 0px 0px;
		font-family: "Comfortaa", serif;
  		font-optical-sizing: auto;
		display: inline-block;
		margin: 10px auto;
		line-height: 1.4;
	}
	
	.section.home-section {
		display: flex;
		justify-content: center;
		align-content: center;
		min-height: auto;
		height: auto;
	  }

	.text-content ul li{ font-size: 14px; margin-bottom: 15px; }

	.dwnldfrm { margin: 0; padding:0; }
	.dwnldfrm input[type="text"] { padding:0 1.5em; font-size: 20px; height:75px; width:100%; border:1px solid rgba(255,255,255,1); background:rgba(0,0,0,1); margin:0;}
	.dwnldfrm input[type="submit"] { padding: 0 2.5em; height: 75px;  border: 1px solid  #00ff6a; background: #00ff6a; margin: 0;}
	
	
	.faqsrchfrm { margin: 0; padding:0; }
	.faqsrchfrm input[type="text"] { padding:0 1.5em 0 30px; font-size: 20px; height:83px; width:100%; border:1px solid rgba(255,255,255,1); background:rgba(255,255,255,1); margin:0;}
	
	
	
	.contactform { margin: 0 auto; width:100%; padding:0; }
	.contactform label { font-weight: 600;}
	.contactform input[type="text"],.contactform input[type="email"] { padding:0 1em; font-size: 16px; width:100%; border:1px solid rgba(0,0,0,0.3); background:rgba(255,255,255,1); margin:0;}
	.contactform textarea { padding:0.4em 1em; font-size: 16px; height:100px; width:100%; border:1px solid rgba(0,0,0,0.3); background:rgba(255,255,255,1); margin:0;}
	.contactform input[type="submit"] { padding: 0.4em 1em;  border: 2px solid  #004094; background: #004094; margin: 0; color: #ffffff;}

	b, strong {
		font-weight: 600;
	}

	i, em {
		font-style: italic;
	}

	br.clear {
		clear: both;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #5e2c19;
	}

	blockquote {
		border-left: solid 0.5em #eee;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 2em;
	}

	.text-right { text-align: right!important;}
	.text-center { text-align: center!important;}
	.text-left { text-align: left!important;}
	.text-black { color: rgba(0, 0, 0, 1); }
	.text-black-50 { color: rgba(0,0,0,0.5); }
	.text-blue { color: #1450b4!important; margin: 0 0 0.5em 0!important; }
	.dot-light { color: #e8e3d7!important; vertical-align:middle;}
	
	
/* Container */

	.container {
		margin: 0 auto;
		max-width: 1200px;
		width: 1400px;
	}

		@media screen and (max-width: 1680px) {

			.container {
				width: 1200px;
			}

		}

		@media screen and (max-width: 1280px) {

			.container {
				width: 960px;
			}

		}

		@media screen and (max-width: 980px) {

			.container {
				width: 90%;
			}

		}

		@media screen and (max-width: 736px) {

			.container {
				width: 95%;
				margin: 0 auto;
			}

		}

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

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

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

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !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: 0.25rem !important; }

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

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

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

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

.m-2 {
  margin: 0.5rem !important; }

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

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

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

.ml-2,
.mx-2 {
  margin-left: 0.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: 0.25rem !important; }

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

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

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

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

.p-2 {
  padding: 0.5rem !important; }

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

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

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

.pl-2,
.px-2 {
  padding-left: 0.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-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-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 (max-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: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.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: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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 (max-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: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.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: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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 (max-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: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.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: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.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: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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-white {
  	color: #fff !important; }
 	.pull-right {float: right;}
 	.pull-left {float: left;}
	.bg-white { background-color: #ffffff; }

.shadow { box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25); object-fit: cover;}
.shadow img {  margin-bottom: -10px!important; }

.d-inline-flex{ display: inline-flex; gap: 10px; align-items:start; justify-content: center; }

h5 .material-symbols-outlined{ font-size: 18px;}

hr.style-hr{	 
	height: 20px; 
	border-style: solid; 
	border-color: #007af6; 
	border-width: 2px 0 0 0; 
	border-radius: 20px; 
	} 
	hr.style-hr:before { 
	display: block; 
	content: ""; 
	height: 20px; 
	margin-top: -21px; 
	border-style: solid; 
	border-color: #007af6; 
	border-width: 0 0 2px 0; 
	border-radius: 20px; 
	}

 .title {
	font-size: 45px;
	display: flex;
	align-items: center;
	font-weight: normal;
	margin: 0px auto 0rem;
	position: relative;
	max-width: 1280px;
	color: #2070b7;
	white-space: nowrap;
	overflow: hidden;
  }
  .title b:after {
	content: attr(data-text);
	font-size: 50px;
	text-align: center;
	white-space: nowrap;
	color: #000000;
	opacity: 0.079;
	line-height: 3;
  }
  .title span {
	display: flex;
	position: absolute;
	left: 5px;
	right: 0;
	top: -28%;
	bottom: 0;
	align-items: center;
	white-space: normal;
  }
  .title span.text-dark{ color: #000000;}
  .text-uppercase { text-transform: uppercase!important;}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -10px;
			margin-left: -10px;
		}

			.row.gtr-25 > * {
				padding: 10px 0 0 10px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -10px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 10px;
				}

		.row.gtr-50 {
			margin-top: -20px;
			margin-left: -20px;
		}

			.row.gtr-50 > * {
				padding: 20px 0 0 20px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -20px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 20px;
				}

		.row {
			margin-top: -0px;
			margin-left: -40px;
		}

			.row > * {
				padding: 0px 0 0 40px;
			}

			.row.gtr-uniform {
				margin-top: -40px;
			}

				.row.gtr-uniform > * {
					padding-top: 40px;
				}

		.row.gtr-150 {
			margin-top: -60px;
			margin-left: -60px;
		}

			.row.gtr-150 > * {
				padding: 60px 0 0 60px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -60px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 60px;
				}

		.row.gtr-200 {
			margin-top: -80px;
			margin-left: -80px;
		}

			.row.gtr-200 > * {
				padding: 80px 0 0 80px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -80px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 80px;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-25 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 10px;
						}

				.row.gtr-50 {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row.gtr-50 > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 20px;
						}

				.row {
					margin-top: -0px;
					margin-left: -25px;
				}

					.row > * {
						padding: 0px 0 0 25px;
					}

					.row.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-uniform > * {
							padding-top: 40px;
						}

				.row.gtr-150 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-150 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 60px;
						}

				.row.gtr-200 {
					margin-top: -80px;
					margin-left: -80px;
				}

					.row.gtr-200 > * {
						padding: 80px 0 0 80px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -80px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 80px;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -6.25px;
					margin-left: -6.25px;
				}

					.row.gtr-25 > * {
						padding: 6.25px 0 0 6.25px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -6.25px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 6.25px;
						}

				.row.gtr-50 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-50 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-uniform > * {
							padding-top: 25px;
						}

				.row.gtr-150 {
					margin-top: -37.5px;
					margin-left: -37.5px;
				}

					.row.gtr-150 > * {
						padding: 37.5px 0 0 37.5px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -37.5px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 37.5px;
						}

				.row.gtr-200 {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row.gtr-200 > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 50px;
						}

		}

		@media screen and (max-width: 980px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -6.25px;
					margin-left: -6.25px;
				}

					.row.gtr-25 > * {
						padding: 6.25px 0 0 6.25px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -6.25px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 6.25px;
						}

				.row.gtr-50 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-50 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-uniform > * {
							padding-top: 25px;
						}

				.row.gtr-150 {
					margin-top: -37.5px;
					margin-left: -37.5px;
				}

					.row.gtr-150 > * {
						padding: 37.5px 0 0 37.5px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -37.5px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 37.5px;
						}

				.row.gtr-200 {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row.gtr-200 > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 50px;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -0px;
					margin-left: -20px;
				}

					.row > * {
						padding: 0px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}
				.img-100 { width: 100%!important; }
				
				.arrowicon {position: absolute;
							left: 46%;
							bottom: 18%;}

		}

/* Section/Article */

	section, article {
		margin-bottom: 0em;
		padding: 0em 0 0;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		margin-bottom: -10px;
	}

	header {
		margin: 0 0 0em 0;
		
	}

		header h2, header h3 {
			margin: 0 0 0.25em 0;
		}

		header p {
			margin: 0;
		}

	footer {
		margin: 2.5em 0 0 0;
	}

	.sidebar {
			border: 1px solid #ddd;
			padding: 1em 2em;
			background: #f1f1f1;
		}

/* Search Box */

	.headtop {
			margin: 0px auto 0 auto;
			padding: 0em 0;
		}
	.headtop ul.topinfo{
			margin: 0;
			padding: 0;
			width: 85%;
			text-align: right;
			float: right;
		}
	
	.headtop ul.topinfo li{
		display: inline-block;
		margin: 0em;
		padding: 5px 0px;	
		height: 45px;
		font-size: 18px;
		width: 100%;
		background:#1f9c3d;	
		text-align: left;
	}
	.headtop ul.topinfo li.trincornr{
			width: 0px;
			height: 0px;
			left: 5px;
			top: 18px;
			position: relative;
			/* border-top: 10px solid transparent; */
			border-bottom: 50px solid transparent;
			border-right: 42px solid #1f9c3d;
			position: relative;
			margin: -33px 0 0 -10%;
			background: #fff;
		}
		
	
	.headtop ul.topinfo li a{ 
		margin: 0;
		padding: 0.9em 1em 0.9em;
		text-decoration: none;
		font-weight: 400;
		color: #fff;
	}
	.headtop ul.topinfo li a i{ margin-right: 5px;}
	.headtop ul.topinfo li a:hover{ 
		
		border-radius: 3px;
	}
	
	.searchbox {
			padding: 1em 2em;
			width: 100%;
			text-align:center;
			margin:0 auto;
			background: #a2bae2;
			border-radius: 0;
			display: inline-block;
		}

/* Forms */

	form label {
		display: block;
		font-weight: 300;
		margin: 10px 0 0em 0;
    	font-size: 1.1em;
		color: #444;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="number"],
	form input[type="password"],
	form select,
	form textarea {
		-webkit-appearance: none;
		display: block;
		width: 100%;
		border-radius: 3px;
		border: solid 1px #cacaca;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="number"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			border-color: #936f55;
		}

	form input[type="text"],
	form input[type="email"],
	form input[type="number"],
	form input[type="password"] {
		line-height: 3em;
		padding: 0 1em;
		height: 47px;
	}

	form select {
		line-height: 3em;
		padding: 0 1em;
	}

	form textarea {
		min-height: 9em;
		padding: 1em;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
	}

	form :-moz-placeholder {
		color: #555 !important;
	}

	form ::-moz-placeholder {
		color: #555 !important;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}

	form input[type="checkbox"] {
    display:none;
	}
	
	form input[type="checkbox"] + label {
		width: auto;
	}
	
	form input[type="checkbox"] + label span {
		display:inline-block;
		width:20px;
		height:20px;
		margin:7px 8px 5px 0px;
		vertical-align:middle;
		background:url(../../images/check_radio_sheet.png) -1px 0px no-repeat;
		cursor:pointer;
		float:left;
	}
	
	form input[type="checkbox"]:checked + label span {
		background:url(../../images/check_radio_sheet.png) -20px 0px no-repeat;
	}
	
	form input[type="radio"] {
		display:none;
		
	}
	
	form input[type="radio"] + label {
		font-weight:400;
		width: auto;
	}
	
	form input[type="radio"] + label span {
		display:inline-block;
		width:20px!important;
		height:20px;
		margin:-1px 10px 0 0px;
		vertical-align:middle;
		font-weight:300!important;
		background:url(../../images/check_radio_sheet.png) -40px 0px no-repeat;
		cursor:pointer;
		float: none !important;
	}
	
	form input[type="radio"]:checked + label span {
		background:url(../../images/check_radio_sheet.png) -59px 0px no-repeat;
		font-weight:300!important
	}

/* Currency Dropdown */

.currency-container {
  position: relative;
  width: 75px;
  display: inline-block;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  background: #e9e9e9;
}

.selected-currency {
  position: relative;
  padding: 7px 15px 7px 0;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.selected-currency:hover {
  background: #e9e9e9;
}
.selected-currency:after {
  top: 20px;
  right: 10px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #777;
  border-width: 5px;
  margin-left: -5px;
}

.currency-selector-native {
  display: none;
}

.currency-selector {
  position: absolute;
  top: 40px;
  width: 75px;
  background: #e9e9e9;
  padding: 0px 1px;
  padding-right: 8px;
  z-index: 1;
  border-radius: 4px;
  max-height: 150px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  left: 0%;
  margin-left: 0%;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  text-align:left;
}
.currency-selector.visible {
  opacity: 1;
  visibility: visible;
}

.currency-option {
  font-size: 17px;
  background: #F9F9F9;
  padding: 2px 6px;
  display:block;
  border-radius: 3px;
  margin-left: 8px;
  color: #797979;
  cursor: pointer;
  border-bottom: 2px solid #fff;
}

/* Newsletter Form */

	#newsletter-wrapper input {
			border: 0;
			box-shadow: none;
			padding: 5px 1em;
			font-size: 1.1em;
			height: 50px;
			border-radius: 3px;
			vertical-align:middle;
		}
	#newsletter-wrapper  input[type="button"] {
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    background: #1350b4;
    color: #fff;
	height: 50px;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 300;
    outline: 0;
    border: 0;
    cursor: pointer;
    font-size: 1.3em;
    padding: 0em 1.3em;
	vertical-align:middle;
}


/* Tables */

	table {
		width: 100%;
	}

		table tr {
			border-top: solid 1px #eee;
		}

			table tr:first-child {
				border-top: 0;
			}

		table td {
			padding: 0.5em 1em 0.5em 1em;
		}

		table th {
			text-align: left;
			padding: 0.5em 1em 0.5em 1em;
			font-weight: 800;
			margin: 0 0 1em 0;
		}

		table thead {
			background: #404248;
			color: #fff;
		}

/* Image */

	.image {
		display: block;
		outline: 0;
		height: 325px;
		overflow:hidden;
		border: 1px solid #ddd;
	    padding: 1em;
	}

		.image img {
			display: block;
			width: 100%;
			height: auto;
			margin: 0 auto;
			border-radius: 0px;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: auto;
			margin: 0 0 1em 0;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2.5em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.button {
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		display: inline-block;
		text-decoration: none;
		border-radius: 10em;
		font-weight: 400;
		outline: 0;
		border: 1px solid rgba(0,0,0,0.2);
		cursor: pointer;
		font-size: 1em;
		padding: 0.2em 1.5em;
		vertical-align: middle;
		box-shadow: 0 0 12px rgba(0,0,0,0.25);
	}
	
	.button-dark { background-color: #2070b7; color: #ffffff!important; padding: 0em 1.5em!important; vertical-align: middle; font-size: 13px; border-radius: 10em!important; border:0px!important; }
	.button-dark:hover { background-color: #000000!important;}
	
	a.button-blue {
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		background: #1350b4;
		color: #fff;
		text-decoration: none;
		border-radius: 10em!important;
		font-weight: 500;
		outline: 0;
		border: 0;
		cursor: pointer;
		font-size: 1em;
		padding:  0.5em 1.3em 0.4em!important;
		text-align:center;
		border: 0px!important;
		line-height:1.5;
	}
	
	a.button-light {
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		background: #eee;
		color: #000000;
		text-decoration: none;
		border-radius: 10em;
		font-weight: 500;
		outline: 0;
		border: 0;
		cursor: pointer;
		font-size: 1em;
		padding: 0.5em 1.3em 0.4em!important;
		display:inline-block;
		text-align:center;
		border: 0px!important;
		line-height:1.5;
	}
	
	a.button-green {
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		color: #fff;
		background: #0fb855;
		text-decoration: none;
		border-radius: 10em;
		font-weight: 500;
		outline: 0;
		border: 1px solid #0fb855;
		cursor: pointer;
		padding: 0.5em 1.3em 0.4em!important;
		display:inline-block;
		text-align:center;
	}
	
	.button-green:hover{ opacity: 0.9!important; color: #fff!important;}
	
	a.imghover { border: 1px solid rgba(0,0,0,0)!important; display:block;}
	a.imghover:hover{ opacity: 0.6!important; border: 1px solid rgba(0,0,0,0.3)!important;}
	
		input[type="button"].icon:before,
		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		button.icon:before,
		.button.icon:before {
			position: relative;
			margin-right: 0.5em;
			top: 0.05em;
		}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		.button:hover,
		a.button-blue:hover,
		a.button-yellow:hover {
			background: #e8e3d7;
			text-decoration: none;
			color: #000;
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		.button:active {
			background: #74f16c;
		}

		input[type="button"].alt,
		input[type="submit"].alt,
		input[type="reset"].alt,
		.button.alt {
			background: #fff;
			background: rgba(255, 255, 255, 1);
			color: #1350b4;
		}

			input[type="button"].alt:hover,
			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			.button.alt:hover {
				background: #e8e8e8;
				background: rgba(255, 255, 255, 0.5);
			}

			input[type="button"].alt:active,
			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			.button.alt:active {
				background: #e4e4e4;
				background: rgba(0, 0, 0, 0.15);
			}

		input[type="button"].large,
		input[type="submit"].large,
		input[type="reset"].large,
		.button.large {
			font-size: 2.25em;
			padding: 0.5em 0.7em;
		}
	
input[type="button"].small,
		input[type="submit"].small,
		input[type="reset"].small,
		.button.small  {
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		display: inline-block;
		background: #000;
		color: #fff;
		text-decoration: none;
		border-radius: 3px;
		font-weight: 600;
		outline: 0;
		border: 0;
		cursor: pointer;
		font-size: 1.2em;
		padding: 0.1em 1em;
	}

/* List */

	ul {
		list-style: square;
		padding-left: 1em;
		font-size:17px;
	}

		ul li {
			padding-left: 0em;
			line-height: 1.5;
		    margin-bottom: 5px;
		}
		ul li::marker{ color: #d1c19b;}
		
		ul.style1 {
			list-style: none;
			padding-left: 0;
			font-size: 12px;
		}
		ul.style1 li {
			list-style: none;
			padding-bottom: 7px;
			font-size: 12px;
		}
		ul.style1 li span { color: #007af6; font-size: 14px; margin-right: 5px; align-items: center; display: inline-block; }

			ul.style21 li {
				padding-left: 0;
			}
		
		ul.style2 {
			list-style: none;
			padding-left: 0;
		}

			ul.style2 li {
				padding: 0 0em 0.5em;
				display: inline-block;
				width: auto;
			}
			
			ul.style2 li:after {
				content: '/';
				color:#e8e3d7;
				padding: 0 0.7em 0.5em;
				display: inline-block;
				width: auto;
			}
			ul.style2 li:last-child:after {
				content: ''; padding:0;}

	ol {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

		svg.icon-blue{ filter: #007af6; fill: #007af6; color: #007af6; }
		svg path {
			fill: #007af6; 
		  }

		  
/* Actions */

	ul.actions {
		list-style: none;
		padding-left: 0;
	}

		ul.actions li {
			display: inline-block;
			padding: 0 0 0 0.25em;
			margin: 0 0 0 0.25em;
		}

			ul.actions li:first-child {
				margin-left: 0;
				padding-left: 0;
			}

/* Menu */

	ul.menu {
		list-style: none;
		padding-left: 0;
		margin-bottom: 0px;
	}

		ul.menu li {
			border-left: solid 1px #e0e0e0;
			display: inline-block;
			padding: 0 0 0 0.75em;
			margin: 0 0 0 0.75em;
		}

		ul.menu li:first-child {
			border-left: 0;
			margin-left: 0;
			padding-left: 0;
		}

/* Price color */

	.prctag {
		color: #7abb58;
		font-weight: 600;
		margin: 0 0 1em;
		padding: 0;
		line-height: 1;
	}
	
	.dashboard-box {
		background: #936f55;
		border-radius: 6px;
		text-align: center!important;
		box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
		padding: 2em!important;
		width: auto;
	}
	
	.dashboard-box i{ color: #fff; }
	.dashboard-box .button {margin: 0 auto; float: none; display:ininline-block;}

/* Top 4 Box CSS */
	.discountbox {
			background-image: url(../../images/discntboxbg.jpg);
			background-repeat:no-repeat;
			background-size:cover;
			height: 150px;
			margin: 0;
		}

	.discountbox p{
		    font-size: 17px;
			font-weight: 400;
			color: #fff;
			line-height: 1.4;
			padding: 15px 10px 0 5px;
			text-align: center;
			margin: 0px 0 20px;
		}
	.discountbox span.dscntnumr {
		    font-size: 60px;
			display: block;
			line-height: 1;
			text-align: left;
			padding: 35px 0 0 0px;
			color: #f00;
			text-shadow: 0px 0px 5px rgb(255 255 255);
			font-family: "Comfortaa", serif;
  			font-optical-sizing: auto;
		}
	.discountbox p.dscntxt {
			margin: 0;
			text-align: center;
			padding: 0px;	
		}

/* Box */

	.box {
		background: #fff;
		border-radius: 6px;
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
		padding: 0em 2em;
	}

		.box.feature {
			padding: 0;
		}

			.box.feature .inner {
				padding: 1em 0;
			}

			.box.feature h2, .box.feature h2 a {
				font-size: 17px;
				padding: 0 0 10px;
				border-radius: 0;
				border: 0px;
				line-height:1.2;
				font-weight: 500;
			}
			.box.feature h2 a:hover{
				border: 0;
				background:none;
				color:#6b4123;	
			}
			
			.box.feature h5 {
				margin: 0 0 10px 0;
			}
			.box.feature h5 strike{color: red; margin: 0 10px;}

			.box.feature p {
				margin: 0 0 10px;
				line-height: 1.6;
			}
			
			.box.feature a{
				text-decoration: none;
				font-size: 1em;
				border:1px solid #cacaca;
				padding: 0.2em 0.6em;
				border-radius: 0.3em;
			}
			.box.feature a:hover{
				border:1px solid #f1f1f1;
				background: #f1f1f1;
			}
			
			.box.feature .image {
				position: relative;
				margin: 0;
				padding: 0em;
				height: auto;
				width: auto;
    			overflow: hidden;
			}

				.box.feature .image img {
					border-bottom-left-radius: 0;
					border-bottom-right-radius: 0;
				}

/* Icons */

	.icon {
		text-decoration: none;
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.icon > .label {
			display: none;
		}

/* Cart Process Timeline */
.vcv-timeline {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  max-width: 95%;
  margin: 0em auto 2em;
  padding: 0;
  list-style-type: none;
  color: #a7a7a7;
}

.vcv-timeline-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  padding: 0;
}
.vcv-timeline-item span{
		width: auto;
		white-space: nowrap;
	}

.vcv-timeline-item::before,
.vcv-timeline-item::after {
  content: '';
}
.vcv-timeline-item::before {
  content: attr(data-step);
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 0;
          flex: 0 0 32px;
  height: 32px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  border: 2px solid #a7a7a7;
  color: #a7a7a7;
}
.vcv-timeline-item::after {
  height: 2px;
  background: #a7a7a7;
  width: 100%;
  margin: 0 10px;
}
.vcv-timeline-item:last-of-type {
  -webkit-box-flex: 0;
          flex: 0 0 120px;
}
.vcv-timeline-item:last-of-type::after {
  display: none;
}
.vcv-timeline-item.vcv-step-done::before {
  content: '';
  border-color: #aace35;
  background: #aace35 url("data:image/svg+xml,%0A%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Activation-Theme-to-Premium' transform='translate(-827.000000, -183.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Activation-02' transform='translate(342.000000, 172.000000)'%3E%3Cg id='Navigation' transform='translate(44.000000, 0.000000)'%3E%3Cg id='check' transform='translate(441.000000, 11.000000)'%3E%3Cpolygon id='Path' points='11.8606017 0 4.86058121 6.82615443 2.13952103 4.17292819 0 6.25973131 4.8606221 11 14 2.08684301'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: 40%;
}
.vcv-timeline-item.vcv-step-done::after {
  background: #aace35;
}
@media screen and (max-width: 768px) {
  .vcv-timeline {
    margin-bottom: 50px;
  }
  .vcv-timeline-item {
    position: relative;
  }
  .vcv-timeline-item span {
    text-align: center;
    margin: 10px 0 0;
    position: absolute;
    top: 30px;
    width: 50%;
    left: 0;
    white-space: normal;
    line-height: 1.5;
    letter-spacing: -1px;
  }
  .vcv-timeline-item:last-of-type {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    margin: 0 30px 0 0;
  }
  .vcv-timeline-item::before {
    margin: 0;
  }
  .vcv-timeline-item::after {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }
  
  #logo {padding: 0!important;margin: 0 auto;}
  #logo img {width: 60%;}
  .headtop { position: relative!important; }
  .headtop ul.topinfo {width: 105%; margin-right: -10px;}
  .headtop ul.topinfo li{font-size: 17px;height: 40px;}
  .headtop ul.topinfo li.trincornr {display: none;}
  .nav-dots {
    position: absolute!important; z-index: 0!important;}

  .title { font-size: 2em; }
  .title span { top: 0px; }
  .title b:after { font-size: 200%; }
  
}

/* Status */

	.pending {
		background: #ffb714;
		color: #fff;
		text-decoration: none;
		border-radius: 3px;
		font-weight: 600;
		outline: 0;
		border: 0;
		cursor: pointer;
		font-size: 13px;
		text-decoration: none!important;
		padding: 0.2em 0.5em 0.3em;
	}
	.completed {
		background: #60b700;
		color: #fff;
		text-decoration: none;
		border-radius: 3px;
		font-weight: 600;
		outline: 0;
		border: 0;
		cursor: pointer;
		font-size: 13px;
		text-decoration: none!important;
		padding: 0.2em 0.5em 0.3em;
	}
	.shipped {
		background: #14b3ff;
		color: #fff;
		text-decoration: none;
		border-radius: 3px;
		font-weight: 600;
		outline: 0;
		border: 0;
		cursor: pointer;
		font-size: 13px;
		text-decoration: none!important;
		padding: 0.2em 0.5em 0.3em;
	}
	.text-white {color: #fff!important;}

/* Widgets */

	.widget.thumbnails .grid {
		margin: 0 0 0em 0;
	}

	.widget.thumbnails .image {
		margin: 0;
	}

	.widget.contact ul {
		list-style: none;
		padding-left: 0;
		overflow: hidden;
		position: relative;
		left: -4px;
		top: 4px;
		margin-bottom: 1.5em;
	}

		.widget.contact ul li {
			display: inline-block;
			margin-right: 0.25em;
			padding-left: 0em;
		}
		.widget.contact ul li.col-12{
				width: 99%!important;	
			}
		.widget.contact ul li.col-6{
				width: 49%!important;	
			}

			.widget.contact ul li a {
				-moz-transition: background-color .25s ease-in-out;
				-webkit-transition: background-color .25s ease-in-out;
				-ms-transition: background-color .25s ease-in-out;
				transition: background-color .25s ease-in-out;
				display: inline-block;
				text-align: center;
				line-height: 2.5em;
				border-radius: 0.35em;
				color: #000;
				outline: 0;
				opacity: 1;
				text-decoration: none;
				
			}

				.widget.contact ul li a:before {
					
					font-size: 1.3em;
					line-height: inherit;
				}

				.widget.contact ul li a:hover {
					background: #f1f1f1;
				}

				.widget.contact ul li a:active {
					background: #666666;
				}
				
				.widget.contact i{color: #1350b4;}
				
				.sociallinks { padding: 0px; }
				.sociallinks ul {margin: 10px 0; padding: 0;}
				.sociallinks ul li {display:inline; margin:0; padding:0; }
				.sociallinks ul li a.brands{
					color: #0673c8!important;
					width: 2em;
					border: 2px solid #0673c8;
					font-size: 18px;
					display: inline-block;
					height:2em;
					border-radius: 100%;
					padding: 0px 5px;
					text-align: center;
					vertical-align:middle;
					line-height: 1.8;
				}
				
				.sociallinks ul li a.fa-youtube{ background: #fff; color: #000; }
				.sociallinks ul li a.fa-twitter{ background: #fff; color: #000; }
				.sociallinks ul li a.fa-facebook-f{ background: transparent; color: #ffffff; }
				.sociallinks ul li a.fa-instagram{ background: transparent; color: #ffffff; }
				
				.sociallinks ul li a:hover.fa-youtube{ background: #fff!important; color: #e22c2c!important; }
				.sociallinks ul li a:hover.fa-twitter{ background: #fff!important; color: #51bcff!important; }
				.sociallinks ul li a:hover.fa-facebook-f{ background: #fff!important; color: #5898da!important; }
				.sociallinks ul li a:hover.fa-instagram{ background: #fff!important; color: #d037c9!important; }
				
				.sociallinks ul li a:hover.brands{
					background: #ccc;
					color: #fff;
					border-radius: 100%;
					padding: 0px 5px;
					text-align: center;
				}
				

				.profilesocial { padding: 0px; }
				.profilesocial ul {margin: 0px 0 !important; padding:0px!important; list-style-type:none;}
				.profilesocial ul li {display:inline; margin:0 20px 0 0; padding:0; }
				.profilesocial ul li a.brands{
					color: #000!important;
					width: 30px;
					font-size: 25px;
					display: inline-block;
					height:30px;
					border-radius: 100%;
					padding: 0px 10px 0 0;
					text-align: center;
				}
				
				.profilesocial ul li a.fa-youtube{ background: #fff; color: #000; }
				.profilesocial ul li a.fa-twitter{ background: #fff; color: #000; }
				.profilesocial ul li a.fa-facebook-f{ background: #fff; color: #000; }
				.profilesocial ul li a.fa-instagram{ background: #fff; color: #000; }
				
				.profilesocial ul li a:hover.fa-youtube{ background: #fff!important; color: #e22c2c!important; }
				.profilesocial ul li a:hover.fa-twitter{ background: #fff!important; color: #51bcff!important; }
				.profilesocial ul li a:hover.fa-facebook-f{ background: #fff!important; color: #5898da!important; }
				.profilesocial ul li a:hover.fa-instagram{ background: #fff!important; color: #d037c9!important; }
				
				.profilesocial ul li a:hover.brands{
					background: #ccc;
					color: #fff;
					border-radius: 100%;
					padding: 0px 10px 0 0 ;
					text-align: center;
				}
				
				

/* Wrappers */

	#header-wrapper {
		padding: 0em 0 0em 0;
	}

	#features-wrapper {
		padding: 2em 0 3em 0;
	}

	#main-wrapper {
		background: #f4f4f4;
		box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
		padding: 2em 0 1em;
    	margin-bottom: 1em;
	}
	#grn-wrapper {
			padding: 0.5em 0 0.5em;
			background: #1c5a3c;
			font-size: 25px;
			color: #fff;
		}
	#grn-wrapper p{
			margin: 0;
				
		}
	
	#newsletter-wrapper {
		background: #1f9c3d;
		padding: 0.5em 0;
		color: #fff;
		font-size: 1.3em;
		font-weight: 500;
		margin-top: 2em;
	}
	
	#logo-wrapper {
		background: #a3bbe2;
		padding: 1.5em;
		margin: 0 auto 2em;
		border-radius: 4px;
	}	

	#footer-wrapper {
		padding: 1em 0 0em 0;
		line-height: 1.5;
		background: #ffffff;
	}

	#innerpg-header {
		background-position: bottom;
		background-size: cover !important;
		box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
		padding: 2em 0 ;
		height: 250px;
		text-align: center;
		align-items: center;
		font-weight: 800;
	}
	#innerpg-header h1 { font-size: 45px; line-height: 1; margin: 0 auto; padding: 0px;}
	#innerpg-header p { margin: 0; font-weight: 800;}

/* Header */

	#header {
		position: relative;
		/*background: rgba(0, 0, 0, 0.2);
		border-bottom: 1px solid rgba(0,0,0,0.1);*/
		width: 100%;
		z-index: 99;
	}

/* Logo */

	#logo {
		display: inline-block;
		padding: 22px 0 0 0em;
		position:relative;
	}

	#logo h1 {
		background: #ff4486;
		color: #fff;
		border-radius: 6px;
		font-weight: 400;
		padding: 0.25em 0.2em 0.25em 0.2em;
		font-size: 3.25em;
		letter-spacing: 0.05em;
		display: inline-block;
		vertical-align: middle;
	}

	#logo span {
		font-weight: 800;
		line-height: 1em;
		letter-spacing: 0.025em;
		font-size: 1.5em;
		vertical-align: middle;
		margin: 0 0 0 0.5em;
	}

/* Nav */

	#nav {
		position: relative;
		float: right;
		font-size: 15px;
		margin: 50px 0em 0em;
		font-family: "Abel", serif;
	}

		#nav ul {
			list-style: none;
			padding-left: 0;
			padding-top: 0px;
		}

			#nav ul li {
				float: left;
				padding-left: 0em;
			    display: contents;
			}

				#nav ul li a, #nav ul li span {
					-moz-transition: background-color .25s ease-in-out;
					-webkit-transition: background-color .25s ease-in-out;
					-ms-transition: background-color .25s ease-in-out;
					transition: background-color .25s ease-in-out;
					font-weight: 500;
					letter-spacing: 0em;
					font-size: 19px;
					color: #000000;
					text-decoration: none;
					padding: 0em 1em;
					margin-right: 0em;
					margin-left: 0px;
				}
				
				#nav ul li a.link{color: #fff; font-weight: 600; font-size:1.05em; }

				#nav ul li > ul {
					display: none;
				}

				#nav ul li a:hover {
					color: #007af6;
				}

				#nav ul li.active a, #nav ul li.active span {
					color: #007af6;
					font-weight: 300;
				}

				#nav ul li.current a {
					color: #007af6;
				}

	.dropotron {
		background: #fff;
		letter-spacing: 0.025em;
		color: #696969;
		text-decoration: none;
		border-radius: 6px;
		padding: 0.75em 0;
		min-width: 15em;
		box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0.25em 0.25em 0.1em rgba(0, 0, 0, 0.025);
		margin-top: calc(-0.75em + 1px);
		margin-left: -1px;
		list-style: none;
		padding-left: 0;
	}

		.dropotron li {
			border-top: solid 1px #eee;
			line-height: 3em;
			padding-left: 0;
			margin: 0;
		}

			.dropotron li:first-child {
				border-top: 0;
			}

			.dropotron li > a, .dropotron li > span {
				-moz-transition: color .25s ease-in-out, background-color .25s ease-in-out;
				-webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out;
				-ms-transition: color .25s ease-in-out, background-color .25s ease-in-out;
				transition: color .25s ease-in-out, background-color .25s ease-in-out;
				text-decoration: none;
				color: #2070b7;
				display: block;
				padding: 0 1.5em;
			}

				.dropotron li > a:hover, .dropotron li > span:hover {
					background: #ecf3ff;
				}

			.dropotron li.active > a, .dropotron li.active > span {
				background: #ecf3ff;
			}

		.dropotron.level-0 {
			font-size: 1em;
			margin-left: 1.5em;
			margin-top: 0;
			right: 11% !important;
			left: auto !important;
			top: 15% !important;
		}

		/*.dropotron.level-0:before {
			content: '';
			position: absolute;
			top: -0.7em;
			left: 1em;
			border-bottom: solid 0.75em #eeeeee;
			border-left: solid 0.75em transparent;
			border-right: solid 0.75em transparent;
			z-index: 1;
		} */

/* Banner */

	#banner {
		position: relative;
		padding: 4em;
		margin-bottom: 2.5em;
	}
	
	#banner .text-white {color: #fff!important;}

	#banner h1 {
		font-size: 3em;
		font-weight: 600;
		margin: 0em 0em;
		text-align:center;
		color: #fff;
	}

	#banner h2 {
		font-size: 3.5em;
		margin: 0.1em 0 0.35em 0;
	}

	#banner p {
		font-size: 2.75em;
		line-height: 1.35em;
		margin: 0;
	}

	#banner .button {
		width: 100%;
		margin-bottom: 0.5em;
	}

	#banner .button.icon:before {
		position: absolute;
		right: 0.15em;
		top: 50%;
		margin-top: -0.8em;
	}

	#banner .button.alt {
		margin-bottom: 0;
	}

	#banner ul {
		list-style: none;
		padding-left: 0;
		margin: 0 0 0 2em;
	}

		#banner ul li {
			padding-left: 0;
		}

	.bg-dark { background-color:#00379c!important; }
	.bg-dark p, .bg-dark h4{ color: #ffffff!important; }
	.bg-primary { background-color:#2070b7!important;}
	.bg-light { background-color:#f0f0f0!important; }
	.bg-light p, .bg-light h4{ color: #000000!important; }

	.bg-beige {
		background-color: #f5ece1 !important;}
	
	.bg-faqs { background-color: rgba(0,0,0,0.6); color: #ffffff; padding: 3em 4em; border: 1px solid rgba(255,255,255,0.5); margin: auto; align-items: center; }
	.bg-faqs p, .bg-faqs h4 { color: #ffffff; }
	.bg-faqs h4 {font-weight: 900;}
	
	.border-right{ border-right: 1px solid rgba(255,255,255,0.6); }
	
	.canrightbg {
		background: url(../../assets/images/canends.png) no-repeat top center;
		height: 270px;
		position: absolute;
		overflow: auto;
		margin-top: -8%;
		width: 500px;
		right: 0;
	}

/* Footer */

	#footer {
		margin-top: 0;
		padding: 3em 2em 0;
		font-weight: 400;
		color: #000;
	}

	#footer a {
		color: #000;
	}
	
	#footer a:hover {
		color: #9c9c9c;
		text-decoration: none;
	}
	#footer a:active, #footer a.active{
		color: #ecb97a;
	}
	
	#footer ul, ul.menu{ font-size: 17px;margin-bottom: 0px!important;}
	
	#footer h3{ 
		color: #000000; font-size: 20px; font-weight: 700; margin-bottom: 1em;
	}

	#copyright {
		background: #0057ad;
		color: #fff;
		padding: 1em 0;
		text-align: center;
		font-weight: 300;
	}

		#copyright a {
			color: inherit;
		}
	

/* XLarge */

	@media screen and (max-width: 1680px) {

		/* Basic */

		body, input, select, textarea {
			font-size: 10pt;
		}

	}

/* Large */

	@media screen and (max-width: 1280px) {

		/* Basic */

		body, input, select, textarea {
			font-size: 11pt;
		}

	}

/* Medium */

	#navPanel, #navToggle {
		display: none;
	}
	
	.mobilehide{ display: block!important; }
	.mobileshow{ display: none!important; }
	
	@media screen and (max-width: 980px) {

	/* Basic */
	
		.mobilehide { display: none!important; }
		.mobileshow { display: block!important; }

		html, body {
			overflow-x: hidden;
		}

		body, input, select, textarea {
			font-size: 11pt;
		}

	/* Section/Article */

		section, article {
			clear: both;
			margin-bottom: 3em !important;
		}

		section.last, article.last {
			margin-bottom: 0 !important;
		}

	/* Image */

		.image.left {
			width: 25%;
			margin-bottom: 2em !important;
		}

	/* Menu */

		ul.menu li {
			display: block;
			border: 0 !important;
			padding: 0 !important;
			margin: 0 !important;
		}
	

	/* Actions */

		ul.actions li {
			display: block;
			padding: 0;
			margin: 1em 0 0 0;
		}

			ul.actions li:first-child {
				margin-top: 0;
			}

	/* Button */

		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		button,
		.button {
			width: auto;
			text-align: center;
			font-size: 1em;
			padding: 0em 0;
		}

			input[type="button"].icon,
			input[type="submit"].icon,
			input[type="reset"].icon,
			button.icon,
			.button.icon {
				padding-right: 0.75em !important;
			}

				input[type="button"].icon:before,
				input[type="submit"].icon:before,
				input[type="reset"].icon:before,
				button.icon:before,
				.button.icon:before {
					margin-right: 0.5em;
					top: 0.05em;
				}
	
		.widget.contact ul li.col-6 {
			width: 100%!important;	
		}

	/* Wrappers */

		#header-wrapper {
			padding: 3em 0 1em 0;
			text-align: center;
		}

		#footer-wrapper {
			padding: 4em 0 4em 0;
		}

	/* Header */

		#header {
			margin: 0 auto;
			position: absolute;
			z-index: 1;
		}

	/* Logo */

		#logo span {
			display: block;
			margin: 0;
		}

	/* Nav */

		#nav {
			display: none;
		}

	/* Banner */

		#banner {
			padding: 4.5em 3em;
			text-align: center;
		}

			#banner ul {
				margin: 2em 0 0 0;
			}

			#banner .button.icon:before {
				position: relative;
				right: auto;
				top: auto;
			}

	/* Content */

		#content {
			border-bottom: solid 1px #e8e8e8;
			padding: 4em 0;
			margin-bottom: 0 !important;
		}

			#content > :last-child {
				margin-bottom: 0 !important;
			}

		#sidebar {
			border: 1px solid #ddd;
			padding: 1em 2em;
			background: #f1f1f1;
		}
		
		#sidebar > :last-child {
			margin-bottom: 0 !important;
		}

	/* Footer */

		#copyright {
			padding: 0;
		}

	/* Nav */

		#page-wrapper {
			-moz-backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;
			-moz-transition: -moz-transform 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease;
			transition: transform 0.5s ease;
			padding-bottom: 1px;
		}

		#navToggle {
			-moz-backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;
			-moz-transition: -moz-transform 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease;
			transition: transform 0.5s ease;
			display: block;
			height: 44px;
			right: -30px;
			position: fixed;
			font-family: 'Font Awesome 5 Free'!important;
			top: 0;
			width: 25%;
			z-index:99;
		}

			#navToggle .toggle {
				text-decoration: none;
				width: 70px;
				height: 50px;
				opacity: 1;
				text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
			}

				#navToggle .toggle:before {
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					display: inline-block;
					font-style: normal;
					font-variant: normal;
					text-rendering: auto;
					line-height: 1;
					text-transform: none !important;
					font-family: 'Font Awesome 5 Free';
					font-weight: 900;
				}

				#navToggle .toggle:before {
					display: inline-block;
					text-decoration: none;
					position: absolute;
					left: 6px;
					top: 6px;
					background: transparent;
					width: 68px;
					height: 38px;
					border-radius: 6px;
					content: '\f0c9';
					color: #000000;
					text-align: center;
					line-height: 38px;
					font-size: 25px;
				}
				
				#navPanel a.times-circle-o
				{ 	color: #543e33!important;
					font-family: "Comfortaa", serif;
					font-optical-sizing: auto;
					font-size: 20px!important;
					font-weight: 700;
					line-height: 35px;
					margin-top: 0px;
					font-size: 20px; float: right;
					border:2px solid #543e33;
					width: 35px;
					height: 35px;
					border-radius: 100%;
					text-align: center;
				}
				

		#navPanel {
			-moz-backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;
			-moz-transform: translateX(-100%);
			-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
			transform: translateX(-100%);
			-moz-transition: -moz-transform 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease;
			transition: transform 0.5s ease;
			display: block;
			height: 100%;
			left: 0;
			overflow-y: auto;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: 10002;
			background: #d4ebff;
			box-shadow: inset -3px 0px 0px 0px #dfdfdf;
			padding: 0 23px 0 20px;
		}
		
		
		#navPanel nav{
			padding-top: 30%;
			width: 100%;
			margin: 0 auto;	
		}

		#navPanel .link {
			display: block;
			text-decoration: none;
			line-height: 1.5;
			text-align: center;
			color: #000000;
			font-size: 20px;
		}
		#navPanel .link:hover{ color: #444;}	
		#navPanel .link:nth-child(5) {display: block;}
		#navPanel .link:nth-child(6) {display: block;}

		#navPanel .link:last-child {
				color: #fff;
				background: #2070b7;
				text-decoration: none;
				border-radius: 10em;
				font-weight: 500;
				outline: 0;
				border: 1px solid #2070b7;
				cursor: pointer;
				padding: 0em 2em;
				display: block;
				text-align: center;
			}		

		#navPanel .link:first-child {
						border-top: 0;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

				#navPanel .depth-0 {
					color: #000000;
					font-weight: 800;
				}
				
			
			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(100%);
				-webkit-transform: translateX(100%);
				-ms-transform: translateX(100%);
				transform: translateX(100%);
			}

			body.navPanel-visible #navToggle {
				-moz-transform: translateX(100%);
				-webkit-transform: translateX(100%);
				-ms-transform: translateX(100%);
				transform: translateX(100%);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}
		
		.headtop {
			position: absolute;
			top: 0;	
			padding: 0px 1em 10px;
		}
		
	}

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

.contactForm .label {
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }

.contactForm .form-control {
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0 .8em; }
  
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #9e9e9e;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }


/* Small */

	@media screen and (max-width: 736px) {

		/* Basic */

			body, input, select, textarea {
				line-height: 2em;
			}

			h2, h3, h4, h5, h6 {
				margin: 1em 0;
			}
			
			.bg-faqs, .bg-faqs-right {padding: 1em;}

			.text-sm-center { text-align:center!important; }

			#innerpg-header h1 {
				font-size: 2em;
				margin: 30% auto;
			}

			.canrightbg { display: none; }
			.bg-imglight { background-image: none!important;}
			
			.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; }
			
			.vh-100 { height: 100% !important; }
			.section .one h1:after,.two h1:after { width: 100%!important; }
			.d-sm-none { display: none; }


		/* Section/Article */

			section, article {
				clear: both;
				margin-bottom: 0em!important;
				height: auto!important;
				padding: 0em 0em;
				min-height: auto!important;
			}
			
				section.last, article.last {
					margin-bottom: 0 !important;
				}
			
			.section .bigtxt {
    				font-size: 34px!important;
				
				}
				
			.section .text-big {
    				font-size: 45px!important;
				
				}
				
			.section .subbghead {
   				
				 font-size: 21px!important;
				
				}
				
			ul.style2 li {
				padding: 5px 0;
			}
				
			.faqsrchfrm { margin: 0; padding: 0px; background: transparent; height: auto; }
			.faqsrchfrm input[type="text"] { padding: 0 1em 0 20px; height: auto; }
			
			.section .container_fluid {padding: 0 1em!important;}
			
			.dwnldfrm input[type="text"],.dwnldfrm input[type="submit"] { width: 100%; height: 45px; padding: 0 10px;}
			
			.section .width1k {
				margin-top: -25%!important;
				padding: 0 1em;
			}
			
			.w-75 {
				width: 100% !important;
			}
			
			.hero figure img{ height: 350px; width: 100%; margin-left: 0%; }
			
			.mw-100 { width: 100%!important; }
			
			.section.section-last { margin-top: 0px!important; }
			
			.mobilehide { display: none!important; }
			.mobileshow { display: block!important; }
			.videobox video { height: auto!important; }
			
			.hero-wrapper{position: relative!important;height: 42vh!important;}
			.hero-wrapper video { width: auto;
					max-width: initial;
					height: 600px; }
					
			.hero video { width: auto;
					max-width: initial;
					height: 600px; }
			
			.transbgnopadd{ padding: 0px!important;
    						background: rgba(0,0,0,0)!important; }

		/* Image */

			.image.left {
				width: 25%;
				margin-bottom: 2em !important;
			}

		/* Menu */

			ul.menu li {
				display: block;
				border: 0 !important;
				padding: 0 !important;
				margin: 0 !important;
			}

		/* Actions */

			ul.actions li {
				display: block;
				padding: 0;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				width: 100%;
				text-align: center;
				font-size: 1.25em !important;
				padding: 0em 0;
			}

				input[type="button"].icon,
				input[type="submit"].icon,
				input[type="reset"].icon,
				button.icon,
				.button.icon {
					padding-right: 0.75em !important;
				}

					input[type="button"].icon:before,
					input[type="submit"].icon:before,
					input[type="reset"].icon:before,
					button.icon:before,
					.button.icon:before {
						margin-right: 0.5em;
						top: 0.05em;
					}

		/* Box */

			.box {
				padding: 15px 15px 15px 15px;
				margin: 0;
			}

				.box.feature {
					margin: 20px 0 0 0 !important;
					padding: 0;
				}

					.box.feature .inner {
						padding: 15px 0;
					}

					.box.feature p {
						margin: 0;
					}

					.box.feature .image {
						position: relative;
						margin: 0;
					}

						.box.feature .image img {
							border-bottom-left-radius: 0;
							border-bottom-right-radius: 0;
						}

		/* Widgets */

			.widget.thumbnails .image {
				margin: 0;
			}

			.widget.thumbnails .x {
				padding: 1em 0.5em 0 0;
			}

			.widget.thumbnails .y {
				padding: 1em 0 0 0.5em;
			}

			.widget.thumbnails .row:first-child .x, .widget.thumbnails .row:first-child .y {
				padding-top: 0;
			}

		/* Wrappers */

			#header-wrapper {
				padding: 0em 0 0em 0;
			}

			#banner-wrapper {
				padding: 0 ;
			}

			#features-wrapper {
				padding: 0 15px 10px 15px;
			}
			
			#grn-wrapper {
					font-weight: 500;
					background: #1c5a3c;
					font-size: 22px;
					padding: 20px;
					margin: -14px 0 0;
				}

			#main-wrapper, #footer-wrapper {
				padding: 10px 0px 0px 0px;
			}


		/* Logo */

			#logo h1 {
				font-size: 2.75em;
				padding: 0.2em 0.275em;
			}

			#logo span {
				line-height: 3em;
			}

		/* Banner */

			#banner {
				text-align: center;
				padding: 15px 15px 15px 15px;
				margin: 0 auto !important;
			}

				#banner h2 {
					font-size: 2em;
					margin: 0.75em 0 0.5em 0;
				}

				#banner p {
					font-size: 1.5em;
					line-height: 1.5em;
					margin: 0;
				}

				#banner ul {
					margin: 0;
				}

				#banner .button {
					margin: 0 0 1em 0;
				}

		/* Content */

			#content {
				padding: 1em;
			}
		
		/* Newsletter */
		
		#newsletter-wrapper {
				padding: 1em;
    			font-size: 1em;
			}
		#newsletter-wrapper input {
				width: 100%;
			}
		
		ul.style2 li {
			padding-left: 0;
			display: block;
			width: 100%;
		}
		
		.mobilehide { display: none!important; }
		.mobileshow { display: block!important; }
		

		/* Footer */

			#footer section {
				border-bottom: solid 1px #ccc;
				padding-bottom: 3em;
				margin-bottom: 1em !important;
			}

			#copyright {
				text-align: center;
				padding: 10px 1em;
				line-height: 1.5;
			}

	}
	

/* LOGO SLIDER */

.slick-slide {
    margin: 0px 0px;
}

.slick-slide img {
    width: 100%;
}

.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;
	padding: 2em 0em 1em;
	margin: 0 3.5em;
	border-top:1px solid rgba(255,255,255,0.5);
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* accordion style */

/* Styles for Accordion */
.toggle:last-child {
  border-bottom: 1px solid #dddddd;
}
.toggle .toggle-title {
  position: relative;
  display: block;
  border-top: 1px solid #dddddd;
  margin-bottom: 6px;
}
.toggle .toggle-title h3 {
  font-size: 20px;
  margin: 0px;
  line-height: 1;
  cursor: pointer;
  font-weight: 200;
}
.toggle .toggle-inner {
  padding: 7px 25px 10px 25px;
  display: none;
  margin: -7px 0 6px;
}
.toggle .toggle-inner div {
  max-width: 100%;
}
.toggle .toggle-title .title-name {
  display: block;
  padding: 25px 25px 14px;
  font-weight: 400;
}
.toggle .toggle-title a i {
  font-size: 22px;
  margin-right: 5px;
}
.toggle .toggle-title i {
  position: absolute;
  background: url("../../images/plus-minus.png") -15px -5px no-repeat;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
  margin: 20px;
  right: 0;
}
.toggle .toggle-title.active i {
  background: url("../../images/plus-minus.png") -15px -28px no-repeat;
}


.slick-track,
.slick-list {
  height: 100vh;
}

.slick-dotted.slick-slider {
  margin: 0px 0 0;
}



video {
  width: 100%;
  max-width: 100%;
}
.slides .slide .videobox {width: 100%!important; overflow: hidden; margin: 0 auto;}
.videobox video {
    width: 800px;
    max-width: 100%;
	margin:0; padding:0;
}

.stretch {
  height: auto;
  background: tomato;
  min-height: 100%;
  min-width: 100%;
  background-size: cover;
  margin-top: 0px;
}
.stretch h1 {
  padding: 20px;
}

.hero-wrapper {
  position: fixed;
  top: 0px;
  right: 0;
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -9999;
  opacity: 0.2;
}


/* VERTICAL SLIDER CSS */

.nav-dots {
  position: fixed;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 9999999;
}

.nav-dot {
  width: 20px;
  height: 20px;
  border: 2px solid #ff8456;
  border-radius: 50%;
  list-style: none;
  background: transparent;
  transition: all 0.3s;
}
.nav-dot:not(:last-of-type) {
  margin-bottom: 15px;
}
.nav-dot:hover, .nav-dot.is-active {
  transform: scale(1);
  background: #bb3e00;
}

.section {
  display: flex;
  justify-content: center;
  align-content: center;
  min-height: auto;
  height: auto;
}
.section .width1k{width: 100% !important;}

.section:nth-of-type(1) {
  background-color: rgba(0,0,0,0);
}
.section {
  background-color: #fff;
}

.section.section-last {
  background-color: #fff;
  margin-top: -1em;
  height: auto!important;
}

.section__heading {
  margin: 0;
  color: white;
  font-size: 32px;
  text-transform: capitalize;
}

.section h1{
  font-size: 60px;
  position:relative;
    -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.section .one h1 {
  text-align: left;
  /*text-transform: uppercase;*/
  padding-bottom: 5px;
}
.section .one h1:before {
    width: 50px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    margin-left: 0px;
    background-color: #000000;
}
.section .one h1:after {
    width: 32%;
    height: 3px;
    display: block;
    content: "";
    position: relative;
    margin-top: 5px;
    left: 0;
    margin-left: 0px;
    background-color: #000000;
}

.section h2{
  font-size: 32px;
}

.two h1 {
  text-align: left;
  /*text-transform: uppercase;*/
  padding-bottom: 5px;
}
.two h1:after {
    width: 100%;
    height: 3px;
    display: block;
    content: "";
    position: relative;
    margin-top: 5px;
    background-color: #000000;
}

.section h4{
  font-size: 18px;
}
.section h5{
  font-size: 14px;
  font-family: "Comfortaa", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  display: inline-block;
}

.section .sfpro-regular { font-family: "Comfortaa", serif;
	font-optical-sizing: auto; }
.section .text-large {  Font-size: 120px!important; font-family: "Comfortaa", serif;
	font-optical-sizing: auto; line-height: 1; }

section p{
  font-size: 14px;
  line-height:1.6;
  color:#343434;
  font-family: "Comfortaa", serif;
  font-optical-sizing: auto;
  font-weight: 300;
}

.mt-collection{ margin-top: -12%;}
.section .container_fluid { display: inline-block; width: 100%; padding: 0em 1em; }
.section .container_fluid.bgdark { background: rgba(0,0,0,1); }
.section .container_fluid.bgdark h1,.section .container_fluid.bgdark h2,.section .container_fluid.bgdark h3,.section .container_fluid.bgdark p { color: #fff; line-height:1.2; }

.section .container_fluid.bglight { background: rgba(255,255,255,1)!important; padding: 0 0 1em; margin:0 ;}
.section .container_fluid.bglight h1,.slides .slide .container_fluid.bglight h2,.slides .slide .container_fluid.bglight h3,.slides .slide .section .container_fluid.bglight p { color: #000; line-height:1.2; }

.bgdark { background: rgba(0,0,0,1); }
.bglight { background: rgba(255,255,255,1)!important; padding: 0 0 1em; margin:0 ;}

.section .container_fluid p { font-size: 16px!important;font-family: "Comfortaa", serif;
  font-optical-sizing: auto; line-height: 1.3!important;}
.section h2,.section h3{margin: 0; padding:0;}
.bigtxt{font-size: 60px; line-height:1; color: #000000; font-family: "Comfortaa", serif;
	font-optical-sizing: auto; font-weight: 700; margin:0 0 1em 0; padding:0; letter-spacing:0px; text-shadow: 2px 2px 2px rgba(255,255,255,1);}
.subbghead{font-size: 32px; color: #000000; line-height:1; font-family: "Comfortaa", serif;
	font-optical-sizing: auto; font-weight: 400; display:block; margin:0; padding: 0px 2px!important; letter-spacing:0px;}


/* Scrolling Widget styles */

.productwidget ul {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 14vh;
  grid-auto-flow: dense;
}
.productwidget ul li {
  display: block;
  overflow: hidden;
  writing-mode: horizontal-tb;
  display: flex;
  justify-content: top;
  align-items: top;
  padding: 0vh;
  margin: 0;
}
.productwidget h1 {
 font-family: "Comfortaa", serif;
 font-optical-sizing: auto;
  font-size: 16vh;
  margin-top: 3vh;
}
.productwidget p {
  text-align: center;
  font-family: "Comfortaa", serif;
  font-optical-sizing: auto;
  font-size: 3.5vh;
}
.productwidget ul li:nth-child(3n+2){
  background-color: #FF9F1C;
}
.productwidget ul li:nth-child(3n+1){
  background-color: #E71D36;
}
.productwidget ul li:nth-child(3n){
  background-color: #2EC4B6;
}

.productwidget .span2 { grid-row-end: span 2; }
.productwidget .span3 { grid-row-end: span 3; }
.productwidget .span4 { grid-row-end: span 4; }
.productwidget .span5 { grid-row-end: span 5; }
.productwidget .span6 { grid-row-end: span 6; }

.productwidget .height2 { grid-column-end: span 2; }

 @media (max-height:500px) {
 .productwidget ul {
     grid-gap: 8px;
     grid-template-columns: 1fr 1fr 1fr 1fr;
     grid-auto-rows: 18vh;
   }
   .productwidget h1 {
     font-size: 21vh;
     margin-top: 4vh;
   }
   .productwidget p {
     font-size: 4.5vh;
   }
}
 @media (max-height:400px) {
   .productwidget ul {
     grid-gap: 8px;
     grid-template-columns: 1fr 1fr 1fr;
     grid-auto-rows: 22vh;
   }
   .productwidget h1 {
     font-size: 25vh;
     margin-top: 5vh;
   }
   .productwidget p {
     font-size: 5.7vh;
   }
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.d-inline-flex { display: inline-flex!important; }
  
/* Hover Image Effect Styles */
.grid {
	position: relative;
	margin: 0 auto;
	padding: 0em;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	background: #f7f7f7;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 290px;
	height: auto;
	opacity: 1;
    margin: 0 auto;
}

.grid figure figcaption {
	padding: 1em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 99;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
    font-size: 12px;
    z-index: 99999;
    color: #fff;
    opacity: 1;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 75%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #ffffff;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
    font-size: 18px;
    font-weight: 300;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.sticky-icon  {
	z-index:1;
	position:fixed;
	top:35%;
	right:0%;
	width:220px;
	display:flex;
	flex-direction:column;}  
.sticky-icon a  {
	transform:translate(160px,0px);
	border-radius:50px 0px 0px 50px;
	text-align:left;
	margin:2px;
	text-decoration:none;
	text-transform:uppercase;
	padding:5px;
	font-size:18px;
	align-items: center;
    display: inline-flex;
	transition:all 0.8s;}
.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook  {
	background-color:#2C80D3;
	color:#FFF;}
	
.Whatsapp  {
	background-color:#25D366;
	color:#FFF;}

.Whatsapp span {overflow: hidden; align-items: center; justify-content: center; display: inline-flex; margin: 0px 10px 0 15px; padding: 2px; background-color: #ffffff; transition:all 0.5s; }
.Whatsapp span:hover  { transform:rotate(360deg); }
.Whatsapp span{ border-radius: 0%; transition:all 0.5s; }
	
.Instagram  {
	background-color:#FD1D1D;
	color:#FFF;}

.Instagram span {overflow: hidden; align-items: center; justify-content: center; display: inline-flex; margin: 0px 10px 0 15px; padding: 2px; background-color: #ffffff; transition:all 0.5s; }
.Instagram span:hover  { transform:rotate(360deg); }
.Instagram span{ border-radius: 0%; transition:all 0.5s; }
	
.Website  {
	background-color:#0262cf;
	color:#FFF;}

	.Website span {overflow: hidden; align-items: center; justify-content: center; display: inline-flex; margin: 0px 10px 0 15px; padding: 2px; background-color: #ffffff; transition:all 0.5s; }
	.Website span:hover  { transform:rotate(360deg); }
	.Website span{ border-radius: 0%; transition:all 0.5s; }

.img-thumbnail { overflow: hidden; box-shadow: 0 0 5px rgba(0,0,0,.5); border: 1px solid #ffffff; padding: 0px;}

.sticky-icon a i {
	background-color:#FFF;
	height:40px;
	width:40px;
	font-size: 25px;
	color:#0262cf;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	margin-right:20px;
	transition:all 0.5s;}
.sticky-icon a i.fa-facebook-f  {
	background-color:#FFF;
	color:#2C80D3;}
	
.sticky-icon a i.fa-whatsapp  {
	background-color:#FFF;
	color:#25D366;}
	
.sticky-icon a i.fa-instagram  {
	background-color:#FFF;
	color:#FD1D1D;}
	
.sticky-icon a i.fa-website  {
	background-color:#FFF;
	color:#0262cf;}
	
.fas fa-shopping-cart  {
	background-color:#FFF;}	
#myBtn {
	height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
	line-height:40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
	font-size:30px;}

#myBtn:hover {
  background-color: #555;
}


/* Open Modal Button */
.open-btn {
	padding: 10px 17px;
	background: #007bff;
	border: none;
	border-radius: 10em;
	color: white;
	font-size: 14px;
	cursor: pointer;
	transition: background 0.3s ease;
  }
  
  .open-btn:hover {
	background: #0056b3;
  }

/* Modal Overlay Styles */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none; /* Hidden by default */
	align-items: center;
	justify-content: center;
	z-index: 99999;
  }
  
  /* Modal Content Styles */
  .modal {
	background: white;
	padding: 30px;
	border-radius: 10px;
	max-width: 400px;
	width: 90%;
	text-align: center;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	animation: slideDown 0.4s ease-out;
	z-index: 999;
  }
  
  /* Slide Down Animation */
  @keyframes slideDown {
	from { transform: translateY(-20px); opacity: 0; }
	to { transform: translateY(0); opacity: 1; }
  }

  .modal h3{ font-size: 22px;}

  .modal .label {
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600; }
  
  .modal .form-control {
	border: none;
	border: 1px solid rgba(0, 0, 0, 0.5);
	padding: 0 .8em; }
	
   .modal .form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #9e9e9e;
	border-radius: 0.25rem;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
	@media screen and (prefers-reduced-motion: reduce) {
	.modal .form-control {
		-webkit-transition: none;
		-o-transition: none;
		transition: none; } }

	@media all and (max-width: 600px) {

		.modal-overlay {
			display: none; /* Initially hidden */
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, 0.5);
			justify-content: center;
			align-items: center;
			z-index: 9999;
		}
		
		.modal {
			background: #fff;
			padding: 20px;
			border-radius: 10px;
			max-width: 90%;
			width: 400px;
		}

		#closeModal {right: -150px!important;
			top: -5px!important;}
		

	}

	#closeModal {
		position: relative;
		right: -180px;
		top: -25px;
		cursor: pointer;
		background: none;
		border: 0px;
	}



	/* Exhibition Gallery Style */

	.exhibitbox {
		display: flex;
		width: 100%;
		padding: 1em;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		background-size: cover;
		box-shadow: 0 0 0 3px white, 10px 0px 10px 2px rgba(0, 0, 0, 0.3);
		
	  }
	  
	  .thumbs {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		max-width: 100%;
	  }
	  .thumbs > a {
		max-width: 150px;
		height: 150px;
		margin: 10px;
		overflow: hidden;
		border-radius: 5px;
		box-shadow: 0 0 0 3px white, 0 5px 8px 3px rgba(0, 0, 0, 0.6);
	  }
	  .thumbs > a img {
		transform: scale(1);
		transition: transform 0.1s ease-in-out;
		filter: grayscale(50%);
		min-width: 100%;
		min-height: 100%;
		max-width: 100%;
		max-height: 100%;
	  }
	  .thumbs > a:hover img {
		transform: scale(1.1);
		filter: grayscale(0%);
	  }
	  
	  .lightbox {
		position: fixed;
		background: rgba(0, 0, 0, 0.5);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
		transform: translateY(-100%);
		opacity: 0;
		transition: opacity 0.5s ease-in-out;
		z-index: 99999;
	  }
	  .lightbox:has(div:target) {
		transform: translateY(0%);
		opacity: 1;
	  }
	  .lightbox a.nav {
		text-decoration: none;
		color: white;
		font-size: 40px;
		text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
		opacity: 0.5;
		font-weight: 200;
	  }
	  .lightbox a.nav:hover {
		opacity: 1;
	  }
	  .lightbox .target {
		position: absolute;
		height: 100%;
		width: 100%;
		display: flex;
		transform: scale(0);
		align-items: center;
		justify-content: space-between;
	  }
	  .lightbox .target *:first-child, .lightbox .target *:last-child {
		flex: 0 0 100px;
		text-align: center;
	  }
	  @media all and (max-width: 600px) {
		.lightbox .target *:first-child, .lightbox .target *:last-child {
		  flex: 0 0 50px;
		}
		.lightbox .target .content img {max-height: calc(30vh - 40px)!important;min-width: 100% !important;}
		.lightbox .target .content { min-width: auto!important; }
		
	  }
	  .lightbox .target .content {
		transform: scale(0.9);
		opacity: 0;
		flex: none;
		align-self: center;
		max-height: 100%;
		min-height: 0;
		min-width: 0;
		border-radius: 5px;
		overflow: hidden;
		box-shadow: 0 0 0 3px white, 0 5px 8px 3px rgba(0, 0, 0, 0.6);
		transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
	  }
	  .lightbox .target .content img {
		min-width: fit-content;
		min-height: 100%;
		max-width: 100%;
		max-height: calc(100vh - 40px);
		display: block;
		margin: 0 auto;
	  }
	  .lightbox .target:target {
		transform: scale(1);
	  }
	  .lightbox .target:target .content {
		transform: scale(1);
		opacity: 1;
	  }
	  .lightbox .close {
		position: absolute;
		right: 10px;
		top: 10px;
	  }