  /* =Import Required styles
========================================================================================*/
@import url(normalize.css);

/*  font-family: 'Darker Grotesque';
    font-family: 'Inria Serif';
    font-family: 'Work Sans';
*/

:root {
	--black: #000000;
	--black-light: #0B0B0B;
	--white: #ffffff;
	--color-primary: rgba(255, 255, 255, 0.50);
	--title-font-family: "Inria Serif", Arial, Helvetica, sans-serif;
	--body-font-family: "Work Sans", Arial, Helvetica, sans-serif;
	--other-title-font-family: "Darker Grotesque", Arial, Helvetica, sans-serif;
  }

/* =Box Sizing 
========================================================================================*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;  }

/* =Deafult Tag & General Classes
========================================================================================*/
html, body { -webkit-font-smoothing:antialiased; -moz-font-smoothing:antialiased; -ms-font-smoothing:antialiased; font-smoothing:antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust:100%; background-color: var(--black); }
body { font:1rem/1.45 var(--body-font-family); color:var(--color-primary); font-weight: normal; }
img { vertical-align:top; border:0; }
a, input[type="button"], input[type="submit"], button, table th, table td { -webkit-transition: background-color 350ms cubic-bezier(0,.34,.74,.99), color 350ms cubic-bezier(0,.34,.74,.99); transition: background-color 350ms cubic-bezier(0,.34,.74,.99), color 350ms cubic-bezier(0,.34,.74,.99); }
.allanim, #mainmenu li a:after  { -webkit-transition: all 350ms cubic-bezier(0,.34,.74,.99); transition:all 350ms cubic-bezier(0,.34,.74,.99); }
a { color:var(--color-primary); text-decoration:none;}
a:hover { text-decoration:underline; }
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	a:active{ background-color:transparent;}
}
strong, b { font-weight:700; }
small, .small { font-size: 85%; }
sub, sup { font-size:80% }
p { margin:0 0 20px 0; }
h1,h2, h3, h4, h5, h6 { line-height:1.3; margin:0 0 10px; font-weight:normal; color: var(--white); font-family: var(--title-font-family); }
h1 { font-size:6.25rem; }
h2 { font-size:3.5rem; }
h3 { font-size:2.375rem; }
h4 { font-size:1.875rem; }
h5 { font-size:1.5rem; }
h6 { font-size:1rem; }

ul li { line-height:24px; }

html.no-js { opacity: 0; background-color: var(--black); }

.cf:after,.wrap:after { content:""; display:table; clear: both; }
.nodisplay { display:none; }
.nodisplay_strict { display:none !important; }
.alignleft { float:left; }
.alignright { float:right; }
:focus { outline:none; }
.text_cont p { padding:0 0 10px 0; }
.nopad p, p.nopad { padding:0; }

.cols { margin-left:-20px; margin-right:-20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.cols .col { padding-left:20px; padding-right:20px; }
.cols1 .col { width:100% }
.cols2 .col { width:50% }
.cols3 .col { width:33.333333333333%; }
.cols4 .col { width:25%; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

/* =Blockquote & highlight
========================================================================================*/
blockquote { border-left:solid 6px #e1e1e1; margin-left:0; padding-left:15px; }
blockquote small { font-size:85%; display:block; color:#999; padding:5px 0 0 0; font-style:italic; }
.highlight, mark { background:#fffd64; }

/* =Text Size, color & Custom list style
========================================================================================*/
.text-bigger { font-size:22px;  }
.text-big { font-size:20px; }
.text-small { font-size:12px; }
.text-muted { color:#777; }
.text-primary { color:var(--color-primary); }
.text-secondary { color:#7979a9; }

.bg-muted { background:#777; }
.bg-primary { background:#e34f26; }
.bg-secondary { background:#2a2a2a; }

.text-lc { text-transform:lowercase; }
.text-uc { text-transform:uppercase; }

.has-show { display:block !important; }
.has-hide { display:none !important; }

.has-error { padding: 4px 12px 0; display:block; color:#f00; font-size: 14px; }
input.has-error { border:solid 1px #f00 !important;  }

.tall-space { margin:45px 0; }
.medium-space { margin:20px 0; }

.custom-arrow-list { margin:0; padding:0; list-style:none; }
.custom-arrow-list li { position:relative; padding-left:2rem; }
.custom-arrow-list li:before { content:"\e900"; font-family: 'icomoon'; left:0; top:0; position: absolute; }

/* =Divider Width
========================================================================================*/
hr { border:0; border-bottom:solid 1px #e1e1e1; margin:20px 0; position:relative; width:100%; }
hr:before { background:#888; bottom: 0; content: ""; display: block; height: 1px; left: 0; right:0; margin:0 auto; top:0; position: absolute; width: 40px; }
.dashed-border { border-bottom-style:dashed }
.dotted-border { border-bottom-style:dotted; }
.double-border { border-bottom-style:double; border-bottom-width:3px; }
.double-border:before { height:3px; }

/* =Drop Caps
========================================================================================*/
p.drop-caps:first-child:first-letter { float: left; font-size: 75px; line-height: 60px; padding: 4px; margin-right: 5px; margin-top: 5px; font-family: Georgia; }
p.drop-caps.secundary:first-child:first-letter { background-color: var(--color-primary); color: var(--white); padding: 6px; margin-right: 11px; border-radius: 4px; }

/* =Image Caps
========================================================================================*/
.image-block { padding:25px 0;  }
.image-block:after { display:table; clear:both; content:''; }
.image-block figure { width:33.33333%; float:left; position:relative; border:solid 1px #e5e5e5; padding:5px; background:var(--white); margin:0 20px 10px 0; }
.image-block figure img { width:100%; height:auto; }
.image-block.right-align figure { float:right; margin:0 0 10px 20px;  }
.image-block figcaption { display:block; font-weight:700; position:absolute; left:5px; right:5px; bottom:5px; margin:0 auto; background:rgba(0,0,0,0.40); padding:13px 10px; color:var(--white); text-align:center; line-height:1.25; }
.image-block h3 { margin-bottom:20px; }

/* =Section Caps
========================================================================================*/
.section-block { padding:25px 0; background:var(--white); }

/* =Layout Width
========================================================================================*/
.wrap { max-width:1450px; width:90%; margin:0 auto; padding-left:1.875rem; padding-right:1.875rem; }
.wrap-full { padding-left:1.875rem; padding-right:1.875rem; }

#main { padding: 0; }
#primary { float:left; width:700px; }
#sidebar { float:right; width:200px; }
.one-column { width:auto !important; float:none !important; }


/* =Common-Page (common classes for all pages)
========================================================================================*/
#header { background-color: transparent; padding:3rem 1.125rem; position: fixed; top: 0; left: 0; right: 0; z-index: 1000000; transition: 0.5s all;  }
#header.sticky { padding:1.25rem 1.125rem; }

#header .wrap-full {  padding-left:2rem; padding-right:2.8rem;  }

.header-row { display: flex; align-items: center; }
#logo { min-width: 206px; position: relative; transition: all 250ms cubic-bezier(0,.34,.74,.99); }
#logo img { max-width:100%; height:auto; width:auto; }
.logo-shape { height: 52px; width: 52px; position: absolute; left: -2px; top: 1px; z-index: -1; transform: scale(0.85); }
.logo-shape figure { margin: 0; position: absolute; top: 0; left: 0; right: 0; bottom: 0; animation: circle 6s linear infinite; }
.logo-shape svg { width: 100%; height: auto; }
.logo-shape-1 { z-index: 2; animation-delay: 3s; }
.logo-shape-2 { z-index: 1; }
.logo-shape-3 { z-index: 0; }
.logo-shape .logo-shape-3 { animation: revcircle 6s linear infinite; }
@keyframes circle{ 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes revcircle{ 0% { transform: rotate(360deg); } 100% { transform: rotate(0deg); } }
 
#mainmenu { font-size:14px; margin-left: auto; font-style: normal; width:100%; display: flex; flex-direction: row; z-index: 1; }
.menu-box {  margin-left: auto; }
#mainmenu ul { margin:0; padding:0; list-style:none; font-family: var(--body-font-family); font-weight: 300; font-size: 1.2rem; display: flex; flex-direction: row; }
#mainmenu li { line-height: 1; margin:0 2rem; }
#mainmenu li:first-child { margin-left: 0; }
#mainmenu li:last-child { margin-right: 0; }
#mainmenu li a { text-decoration:none; padding:0; display:block; color:var(--white); position:relative; }

.menu-trigger { display: none; height: 30px; width: 30px; margin-left: auto; position: relative; }
.menu_lines { position: absolute; height: 1px; width: 100%; background: var(--white); top: 0; bottom: 0; margin: auto; transition: 0.5s all; }
.menu_lines:before, .menu_lines:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; height: 1px; width: 100%; background: var(--white); transition: 0.5s all; transform: rotate(0); }
.menu_lines:before { top: -15px; }
.menu_lines:after { bottom: -15px; }
.open .menu_lines:before { top: 0; transform: rotate(45deg); }
.open .menu_lines::after { bottom: 0; transform: rotate(-45deg); }
.open .menu_lines { background: transparent; }

/* =Footer Style
========================================================================================*/
#footer { background: var(--black-light); padding: 3rem 0; position: relative; z-index: 999999; }
#footer .wrap-full { padding-left:3rem; padding-right:3rem;   }
.footer-box { display: flex; align-items: center; }
.flogo-box { max-width: 206px; width: 100%; }
#flogo { min-width: 206px; width: 206px; position: relative; transition: all 250ms cubic-bezier(0,.34,.74,.99); display: block; z-index: 1; }
#flogo img { max-width:100%; height:auto; width:auto; }
.fsocial-box { border-left: 1px solid rgba(255, 255, 255, 0.10); padding-left: 3rem; margin-left: 3rem; display: flex; align-items: center; justify-content: center; }
.fsocial-box a { height: 28px; width: 28px; margin: 0 0.5rem; background-color: #686868; color: var(--black-light); border-radius: 50px; display: flex; align-items: center; justify-content: center; text-decoration: none; }
.fsocial-box a:hover { background: var(--white); color: var(--black-light); }
.fsocial-box a:first-child { margin-left: 0; }
.fsocial-box a:last-child { margin-right: 0; }
.copyright { margin-left: auto; }
.copyright p { margin: 0; color: var(--white); }


/* =Home-Page (only homepage used classes)
========================================================================================*/
.sprites { background-image: url(../images/bgi/sprites.svg);  } 
.sp-after:after { background-image: url(../images/bgi/sprites.svg); display: inline-block; width: 25px; height: 25px; margin-left: 10px; content: ''; vertical-align: middle; }
.sp-before:before { background-image: url(../images/bgi/sprites.svg); display: inline-block; width: 25px; height: 25px; margin-right: 10px; content: ''; vertical-align: middle;  }

html.lenis {
	height: auto;
  }
  
  .lenis.lenis-smooth {
	scroll-behavior: auto;
  }
  
  .lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
  }
  
  .lenis.lenis-stopped {
	overflow: hidden;
  }
  
  .lenis.lenis-scrolling iframe {
	pointer-events: none;
  }


/* =Form Style
========================================================================================*/
button, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, select, input[type="submit"], input[type="button"] { font-size:100%; margin:0; vertical-align:baseline; vertical-align:middle;   }
button, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, input[type="submit"], input[type="button"] { -webkit-border-radius:0;  border-radius:0; }
button, input { line-height:normal; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, select { background:var(--black-light); padding:4px 12px; height:48px; line-height:1.55; border:solid 1px #191919; color:var(--white); width:100%; font-family:var(--body-font-family); -moz-transition:border-color 200ms ease-in; -webkit-transition:border-color 200ms ease-in; transition:border-color 200ms ease-in; }
input[type="text"].input-lg, input[type="password"].input-lg, input[type="email"].input-lg, input[type="tel"].input-lg, input[type="search"].input-lg, input[type="url"].input-lg { height:58px; }
input[type="text"].input-sm, input[type="password"].input-sm, input[type="email"].input-sm, input[type="tel"].input-sm, input[type="search"].input-sm, input[type="url"].input-sm { height:38px; }
textarea { width:100%; height:160px; overflow:auto; resize:vertical; padding:10px 15px;  font-family:var(--body-font-family); }
select { padding:12px 42px 12px 12px; -webkit-appearance:none; -moz-appearance:none; -ms-appearance:none; appearance:none; position:relative; z-index:1; background:none; line-height:1.25; border-radius:0; }
select::-ms-expand { display:none; }
.custom-select { display:block; margin:0; position:relative; background:var(--black-light); color: var(--white); }
.custom-select:after { content:''; border-top:solid 6px var(--white); border-right:solid 6px transparent; border-left:solid 6px transparent; position:absolute; right:18px; top:50%; margin-top:-3px; pointer-events: none; }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="url"]:focus, textarea:focus, select:focus { border:solid 1px #acacac;  }
input::-moz-focus-inner, button::-moz-focus-inner {border:0; padding:0;}
input[type="button"], input[type="submit"], button { background:var(--color-primary); color:var(--black);  border:0;  cursor:pointer; width:auto; overflow:visible; padding:13px 45px; vertical-align:middle; text-decoration:none; font-size:16px; line-height:1.25; font-family:var(--body-font-family);  }
input[type="button"]:hover, input[type="submit"]:hover, button:hover { background:var(--white); color:var(--black); }
input[type="checkbox"], input[type="radio"] { margin:4px 8px 0 ; vertical-align:top;  }

::-webkit-input-placeholder { opacity:1; }
::-moz-placeholder { opacity:1; }
:-ms-input-placeholder { opacity:1; }
:-moz-placeholder { opacity:1; }

.checkbox, .radio { position: relative; float: left; margin-right: 20px; }
.form-block .form-group .checkbox label, .form-block .form-group .radio label { padding: 0; padding-left: 26px; display: block; line-height: 1.1; }
.checkbox input, .radio input { top: 0; left: 0; z-index: 1; cursor: pointer; opacity: 0; position: absolute; }
.checkbox input:checked + .input-helper:before, .radio input:checked + .input-helper:before { border-color: var(--white); }
.checkbox input:disabled + .input-helper:before, .radio input:disabled + .input-helper:before { opacity: 0.35; }
.checkbox .input-helper:before, .radio .input-helper:before, .checkbox .input-helper:after, .radio .input-helper:after { position: absolute; content: ""; transition: all 200ms; }
.checkbox .input-helper:before, .radio .input-helper:before { left: 0; border: 1px solid #7a7a7a; }
.checkbox input { width: 18px; height: 18px; margin: 0; }
.checkbox input:checked + .input-helper:before { background-color: var(--white); }
.checkbox input:checked + .input-helper:before { background-color: var(--white); }
.checkbox input:checked + .input-helper:after { transform: scale(1); opacity: 1; }
.checkbox .input-helper:before { top: 0; width: 18px; height: 18px; border-radius: 2px; color: var(--black); }
.checkbox .input-helper:after { content: '\2713'; font-size: 13px; left: 2px; top: 1px; font-weight: 600; color: var(--black); transform: scale(0); opacity: 0; }
.radio input { width: 18px; height: 18px; margin: 0; }
.radio input:checked + .input-helper:after { transform: scale(1); }
.radio .input-helper:before { top: 0; width: 18px; height: 18px; border-radius: 50%; }
.radio .input-helper:after { width: 8px; height: 8px; background: var(--white); border-radius: 50%; top: 5px; left: 5px; transform: scale(0); }

.hero-text h1 { text-shadow: -2px 5px 8px rgba(0,0,0,0.12), 2px 5px 58px rgba(0,0,0,0.12); }


/* =BreadCrumbs
========================================================================================*/
.breadcrumbs { padding:10px 0; background:#efeded; border-bottom:solid 1px #dedede; font-size:14px; color:#808080; }
.breadcrumbs ul { display: inline; margin: 0 0 0 5px; padding: 0; }
.breadcrumbs li { display:inline-block; margin:0 0 0 20px; position:relative; }
.breadcrumbs li:before { content:''; border-left:solid 4px #999; border-bottom:solid 4px transparent; border-top:solid 4px transparent; width:0; height:0; display:inline-block; position:absolute; left:-14px; top:50%; margin-top:-4px; }
.breadcrumbs li a { color:#505061; text-decoration:none; }
.breadcrumbs li a:hover { color:#e34f26; }

/* =Form list
========================================================================================*/
.form-block { margin:10px 0; }
.form-group { padding:10px 0 }
.form-group:after { clear:both; content:''; display:table; }
.formlist .form-group ul { margin:0; padding:0; list-style:none; }
.forgot-link { float:right; }
.form-block .form-group label { display:inline-block; padding:0 0 5px;  }
.form-inline .form-group label { float:left; width:30%; padding:10px 10px 10px 0; line-height:1.5 }
.form-inline .form-group .field-box { width:70%; float:left; }

/* =Common button CSS
========================================================================================*/
.button { background-color:var(--color-primary); 	font-size:16px; color:var(--black); display:inline-block; line-height:1.2; padding:12px 20px; vertical-align:bottom; font-weight:500; }
.button:hover { background-color:var(--white); text-decoration:none; color:var(--black); }
.button.btn-lg, input[type="submit"].btn-lg, input[type="button"].btn-lg, button.btn-lg { padding:16px 35px; font-size:18px; }
.button.btn-sm, input[type="submit"].btn-sm, input[type="button"].btn-sm, button.btn-sm { padding:10px 25px; font-size:14px; }
.button.btn-xs, input[type="submit"].btn-xs, input[type="button"].btn-xs, button.btn-xs { padding:8px 20px; font-size:12px; }
.button.btn-lightgray, input[type="submit"].btn-lightgray, input[type="button"].btn-lightgray, button.btn-lightgray { background:var(--black-light); color:var(--white); }
.button.btn-lightgray:hover, input[type="submit"].btn-lightgray:hover, input[type="button"].btn-lightgray:hover, button.btn-lightgray:hover { background:#333; color: var(--white); }
.button.btn-secondary, input[type="submit"].btn-secondary, input[type="button"].btn-secondary, button.btn-secondary { background:var(--white); color:var(--black); }
.button.btn-secondary:hover, input[type="submit"].btn-secondary:hover, input[type="button"].btn-secondary:hover, button.btn-secondary:hover { background:var(--black-light); color:var(--white); }
.button.btn-outline, input[type="submit"].btn-outline, input[type="button"].btn-outline, button.btn-outline { background:transparent; border:solid 1px rgba(255, 255, 255, 0.3); color:var(--white);  }
.button.btn-outline:hover, input[type="submit"].btn-outline:hover, input[type="button"].btn-outline:hover, button.btn-outline:hover { background:var(--white); color:var(--black); }

.button.btn-lg.btn-outline, input[type="submit"].btn-lg.btn-outline, input[type="button"].btn-lg.btn-outline {  padding:14px 35px;   }
.button.btn-outline, input[type="submit"].btn-outline, input[type="button"].btn-outline {  padding:11px 30px;   }
.button.btn-sm.btn-outline, input[type="submit"].btn-sm.btn-outline, input[type="button"].btn-sm.btn-outline {  padding:8px 25px;   }
.button.btn-xs.btn-outline, input[type="submit"].btn-xs.btn-outline, input[type="button"].btn-xs.btn-outline {  padding:6px 20px;   }

.button.btn-block { display:block; }
.buttonset .button { margin: 10px 7px; text-align: center; width: 160px; padding-left:10px !important; padding-right:10px !important; }
.button i { margin-left: 0.7rem; }


/* =Table CSS
========================================================================================*/
table { max-width:100%; background-color:transparent; border-collapse:collapse; border-spacing:0; border:1px solid #191919; }
table { width:100%; margin-bottom:30px; }
table th, table td { padding:14px 15px; line-height:1.32; text-align:left; vertical-align:top; border-top:1px solid #191919;  border-right:1px solid #191919;}
table th { background:var(--black-light); font-weight:700; padding:17px 15px; font-size:16px; }
table tr:hover td { background:#191919; }
table tr.selected td { background:#191919; }
table thead th { vertical-align:middle; }
table caption + thead tr:first-child th, table caption + thead tr:first-child td, table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td { border-top:0; }

/* =tabnav CSS
========================================================================================*/
.tabnav { width:100%; margin:0; padding:0; list-style:none; border:solid 1px #191919; display: flex; flex-wrap: wrap; }
.tabnav li { position:relative; margin:0; width:25%; text-align:center; font-weight:600; text-transform:uppercase; }
.tabnav li:first-child { margin:0; }
.tabnav li h2 { margin:0; font-size:15px; }
.tabnav li a { display:block; padding:16px 5px; text-decoration:none; color:var(--black); line-height:1.25; background:var(--white); margin-bottom:-1px; border-left:solid 1px #191919; }
.tabnav li:first-child a { border-left:0; }
.tabnav li.active a, .tabnav li a:hover { background-color:var(--black-light); color:var(--white) }
.tabnav li.active a:after { display:block; }
.tab-container { padding:20px; border:solid 1px #191919; border-top:0; background-color:var(--black-light); }
.tabcontent .quicklist li, .tabcontent .quicklist { margin:0; }
.tabcontent { display:none;  }
.tabcontent p { color:#666; margin:20px 0 0; }
.tabcontent p:first-child { margin-top:0; }
.tabcontent p a, .accordion-data p a { color:#7f97ae; text-decoration:underline; }
.tabcontent p a:hover, .accordion-data p a:hover { color:#00305d }
.tabcontent h4 { margin:0 0 15px; }

/* =Accordian CSS
========================================================================================*/
.accordion-databox .accordion-row:first-child { border-top:0; }
.accordion-databox .accordion-row h5 { cursor:pointer; margin:0; background:var(--black-light); color:var(--white); position:relative; padding:16px 54px 16px 16px; font-weight:600; font-size:15px; margin-bottom:7px; text-transform:uppercase; }
.accordion-databox .accordion-row h5:before { position:absolute; right:0; top:0; content:''; width:54px; height:100%; z-index:1; background:#191919; } 
.accordion-databox .accordion-row h5:after { content:''; position:absolute; right:18px; top:50%; margin-top:-4px; border-top:solid 8px var(--white); border-left:solid 8px transparent; border-right:solid 8px transparent; z-index:2  }
.accordion-databox .accordion-row h5.open { color:var(--white);}
.accordion-databox .accordion-row h5.open:after { border-top:0; border-bottom:solid 8px var(--white); }
.accordion-data { display:none; padding:15px 0; }
.accordion-data p { padding:0 6px; margin:20px 0 0; }
.accordion-data p:first-child { margin-top:0; }

/* =Alertbox CSS
========================================================================================*/
.alert { padding:16px 16px 16px 55px; margin:20px 0; color:#454545; position:relative; }
.alert:before { position:absolute; content:''; left:15px; top:15px; width:24px; height:24px; background:url(../images/bgi/sprites.svg) no-repeat 0 0; }
.alert-notification {  background-color:#fff0f4; border:solid 1px #db524c; color:#db524c; }
.alert-notification:before { background-position:0 0; }
.alert-info { background-color:#e8f6ff;  border:solid 1px #0082d5; color:#0082d5;  }
.alert-info:before { background-position:-26px 0; }
.alert-warning { background-color:#fef4ec; border:solid 1px #ff9948; color:#ff9948; }
.alert-warning:before { background-position:-52px 0; }
.alert-success { background-color:#edfff6; border:solid 1px #04be5b; color:#04be5b; }
.alert-success:before { background-position:-79px 0; }
.alert-normal { background-color:#efefef; border:solid 1px #999; padding-left:16px; color:#555; }
.alert-normal:before { display:none; }

/* =Default page CSS
========================================================================================*/
.heading-listblock { padding:20px 0; }
.heading-listblock p, .heading-listblock blockquote { margin:0 0 35px; }
.heading-listblock p:last-child { margin-bottom:0; } 
.heading-listblock .paragraph-block p { margin:0 0 20px; }
.list-block ul, .list-block ol { padding-left:22px; margin-left:-5px; }
.list-block ul li, .list-block ol li { margin:5px 0; } 
.list-block ul.custom-arrow-list { margin:0; padding:0; }


/* =Homepage CSS 
========================================================================================*/
.hero-row { min-height: 100vh; position: relative; z-index: 1; overflow: hidden; }
.star-box {position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; z-index: 2; }
.star { color: var(--white); animation-name: blink; animation-duration: 2s; animation-iteration-count: infinite; }
@keyframes blink { from {opacity: 0;} to {opacity: 1;} }
.video-box { position: absolute; z-index: -1; left: 0; right: 0; top: 0; bottom: 0; }
.video-box:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0.00) 100%); z-index: 3; }
.video-box video { width: 100%; height: 100%; object-fit: cover; }

.hero-text { position: relative; z-index: 3; text-align: center; padding: 18rem 0; }
.hero-text h1 { font-weight: 300; }
.corner-design-main { position: absolute; top: 1.875rem; left: 1.875rem; right: 1.875rem; bottom: 1.875rem; }
.corner-design { position: absolute; width: 81px; height: 81px; border-style: solid; border-color: rgba(255, 255, 255, 0.50); border-width: 0; }
.corner-1 { top: 0; left: 0; border-top-width: 2px; border-left-width: 2px; }
.corner-2 { top: 0; right: 0; border-top-width: 2px; border-right-width: 2px; }
.corner-3 { bottom: 0; left: 0; border-bottom-width: 2px; border-left-width: 2px; }
.corner-4 { bottom: 0; right: 0; border-bottom-width: 2px; border-right-width: 2px; }


.section-row.cinematic-vision-row { padding-top: 0; overflow: inherit; }
.cinematic-vision-row { max-width: 1300px; width: 100%; margin: -12% auto 0; position: relative; z-index: 2; }

.cols .cinematic-vision-img { max-width: 1060px; width: 100%; margin: 0 auto; position: relative; }
.cols .cinematic-vision-details { width: 80%; margin-right: auto; color: var(--white); margin-top: -10%; position: relative; z-index: 2; }
.cinematic-vision-img figure { margin: 0; } 
.cinematic-vision-img figure img { width: 100%; }
.cinematic-vision-img-01 { position: absolute; top: -40%; width: 65%; left: auto; right: -12%; }
.cinematic-vision-details h4 { font-family: var(--body-font-family); color: #646464; margin: 0;}
.cinematic-vision-details p { margin: 0 0 1.1rem 0; } 
.cinematic-vision-details h2 { margin-bottom: 3rem; }

.section-row { padding: 60px 0; position: relative; overflow: hidden;}
.stars-show-img figure { margin: 0; /* max-width: 590px; */ width: 100%; }
.stars-show-img img { width: 100%; height: auto; }
.stars-show-details { color: var(--white); }
.stars-show-details h3 { font-family: var(--other-title-font-family); font-weight: 700; margin-bottom: 1.6rem; }
.stars-show-details h6 { font-size: 1.375rem; margin-bottom: 1.6rem; font-family: var(--other-title-font-family); font-weight: 700; }
.section-title { text-align: center; margin-bottom: 5rem; }
.section-title h2:last-child { margin-bottom: 0; }
.section-title h2 span { display: block; font-size: 2.25rem; }
.stars-show-details p { margin-bottom: 3rem; }
.stars-show-details .custom-arrow-list { margin-bottom: 3rem; display: flex; flex-direction: row; flex-wrap: wrap; }
.stars-show-details .custom-arrow-list li { width: 50%; padding-right: 1rem; margin-bottom: 1.5rem; }
.btn-list { display: flex; align-items: center; flex-wrap: wrap; flex-direction: row; }
.btn-list .button.btn-lg.btn-outline { text-align: center; margin: 0.5rem 1.2rem 0.5rem 0; padding: 14px 20px}
.btn-list .button.btn-lg.btn-outline:last-child { margin-right: 0; } 

.upcoming-products-row { overflow: hidden; }
.upcoming-products-row .section-title { text-align: left; }
.upcoming-products-row .section-title .cols { align-items: center; } 
.product-num { text-align: right; } 
.product-num p { margin: 0; }
.upcoming-products-slider-box { width: 55%; }
.upcoming-products-box { border: 1px solid #191919; margin: -1px; }
.upcoming-products-img { border-left: 1px solid #191919; }
.upcoming-products-text, .upcoming-products-img { padding: 1.75rem; height: 100%; }
.upcoming-products-img figure { margin: 0; position: relative; }
.upcoming-products-img figure::before {  content: ""; position: absolute; inset:0; background-color: rgba(0,0,0,0.5);}
.upcoming-products-img figure img { width: 100%; height: auto; }
.upcoming-products-box .cols { margin: 0; }
.upcoming-products-box .col { padding: 0; }
.upcoming-products-slider { padding: 1px; }
.upcoming-products-text h3 { font-family: var(--other-title-font-family); font-weight: 700; margin-bottom: 1.6rem; } 
.upcoming-products-text p { margin-bottom: 0; }
.upcoming-products-slider-box .upcoming-products-slider { overflow: inherit; }
.upcoming-products-box:last-child .cols { flex-direction: row-reverse; }
.upcoming-products-box:last-child .upcoming-products-img { border-left: 0; }
.upcoming-products-box:last-child .upcoming-products-text { border-left: 1px solid #191919; }
.upcoming-products-slider-box .swiper-nav { display: none; }
.swiper-nav { display: flex; justify-content: space-between; margin-top: 2rem; }
.swiper-nav .swiper-button-next, .swiper-nav .swiper-button-prev { position: static; background: transparent; height: 42px; width: 42px; border: 1px solid #585858; margin: 0; opacity: 1; display: flex; align-items: center; justify-content: center; color: #585858; transition: 0.5s all; }
.swiper-nav .swiper-button-next:hover, .swiper-nav .swiper-button-prev:hover { color: #000; border-color: #fff; background: #fff; }
.swiper-nav .swiper-button-prev.swiper-button-disabled, .swiper-nav .swiper-button-next.swiper-button-disabled { opacity: 0.5; }

.cols .solved-left { width: 40%; }
.cols .solved-right { width: 60%; }
/* .solved-left-sub { position: sticky; top: 93px; } */
.solved-left .section-title { text-align: left; }
.solved-left figure { margin: 0; }
.solved-left figure img { width: 100%; height: auto; }
.solved-shot-box { padding: 3rem; background: var(--black-light); margin-bottom: 3rem; }
.solved-shot-box:last-child { margin-bottom: 0; }
.solved-shot-top { display: flex; align-items: center; margin-bottom: 2rem; }
.solved-shot-info span { font-size: 1.375rem; }
.solved-shot-info h3 { font-size: 2.75rem; font-family: var(--body-font-family); font-weight: 600; margin: 0; }
.solved-shot-num { font-size: 5.625rem; font-weight: 700; text-shadow: -1px 0 var(--white), 0 1px var(--white), 1px 0 var(--white), 0 -1px var(--white); color: var(--black-light); margin-right: 2rem; line-height: 1; }
.solved-shot-middle { position: relative; opacity: 0.5; }
.solved-shot-middle figure { margin: 0; }
.solved-shot-middle figure img { width: 100%; height: auto; }
.solved-shot-bottom { margin-top: 3rem; font-weight: 300; max-width: 500px; width: 100%; }
.solved-shot-bottom p { margin: 0; }

.cinematic-row { overflow: hidden; }

.cols .cinematic-left { width: 40%; }
.cols .cinematic-right { width: 60%; overflow: hidden; }
.cinematic-slider-box .cinematic-slider { overflow: inherit; }
.cinematic-left-sub .section-title { text-align: left; margin-bottom: 2rem; }
.cinematic-left-sub { max-width: 420px; margin-left: auto; width: 100%; font-weight: 300; }
.cinematic-slider-nav { max-width: 100px; width: 100%; }
.cinematic-slider-box { width: 75%; }
.cinematic-box figure { margin: 0; }
.cinematic-box figure img { width: 100%; height: auto; opacity: 0.3; }
.cinematic-info h5 { font-family: var(--body-font-family); font-weight: 600; }
.cinematic-info { padding: 2rem 0; font-weight: 300; }
.cinematic-info p { margin: 0; }
.cinematic-info h5 a { color: var(--white); }

.join-cinematic-main-box { background: #0B0B0B; padding: 5rem 9rem; }
.join-cinematic-box { display: flex; align-items: center; }
.join-cinematic-img { min-width: 200px; margin-right: 5rem; }
.join-cinematic-img figure { margin: 0; }
.join-cinematic-img figure img { width: 100%; height: auto; }
.join-cinematic-info { font-weight: 300; }
.join-cinematic-info a { font-weight: 700; color: var(--white); position: relative; padding-bottom: 0.3rem; text-decoration: none; }
.join-cinematic-info p { margin-bottom: 1.8rem; margin-top: 1.2rem; } 
.join-cinematic-info a:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--white); transition: background-color 350ms cubic-bezier(0,.34,.74,.99), color 350ms cubic-bezier(0,.34,.74,.99); }
.join-cinematic-info a:hover { color: var(--color-primary); }
.join-cinematic-info a:hover:after { background: var(--color-primary); }


[data-sal] { transition-duration: 1s; opacity: 0; }

body.overflowhidden { overflow:hidden; padding-right:17px; }
body.mac-os.overflowhidden { padding-right:0; }
.popouterbox .popup-block {  display:block; position:absolute; top:50%; left:0; right:0; margin:0 auto; z-index: 99999; max-width:1420px; width:100%; padding:30px 20px; }
.popouterbox { bottom: 0; display: none; left: 0; overflow: hidden; overflow-x: hidden; overflow-y: auto; position: fixed; right: 0; top: 0; z-index: 999999999; }
.modal-backdrop { background: rgba(0, 0, 0, 0.50); backdrop-filter: blur(5px); position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; }
.pop-contentbox { background: #fff; width: 100%; padding: 3.125rem; position: relative; color: var(--black); }
.close-dialogbox { position: absolute; right: 0; top: 0; width: 70px; height: 70px; text-align: center; font-size: 24px; z-index: 11111; background: #E1E1E1; display: flex; align-items: center; justify-content: center; transition: 0.5s all; }
.close-dialogbox svg { fill: var(--black); transition: 0.5s all; }
.close-dialogbox:hover { background: #FF2E00; }
.close-dialogbox:hover svg { fill: var(--white); }
.popup-block h1, .popup-block h2, .popup-block h3, .popup-block h4, .popup-block h5, .popup-block h6 { color: var(--black); }

.cols .pop-contentbox-left { width: 40%; }
.cols .pop-contentbox-right { width: 60%; }
.specifications-img figure { margin: 0; }
.specifications-img img { width: 100%; height: auto; }
.pop-contentbox-left h2 { font-weight: 700; font-size: 3.75rem; }
.pop-contentbox-right h4 { margin-top: 1.5rem; font-size: 2.5rem; }
.pop-contentbox-left h2, .pop-contentbox-right h4 { margin-bottom: 2rem; }
.specifications-list p { margin: 0 0 0.1rem 0; font-size: 1.125rem; }
.specifications-list h3 { font-size: 2rem; font-weight: 700; font-family: var(--body-font-family); margin: 0; }
.specifications-list .col { margin: 0.7rem 0; }

.about-bio-img { color: #616060; font-size: 14px; max-width: 400px; width: 100%; }
.about-bio-img figure { margin: 0 0 1.25rem; }
.about-bio-img img { width: 100%; height: auto; }
.about-bio-img h5 { font-size: 2rem; font-weight: 700; }
.bio-contentbox, .bio-contentbox h6 { color: #616060; }
.bio-contentbox h6 { font-family: var(--body-font-family); font-weight: 600; }

.popup-form .textbox { background: var(--white); color: var(--black); border-color: #D0D0D0; }
.popup-form .textbox::-webkit-input-placeholder { opacity: 0.35; }
.popup-form .textbox::-moz-placeholder { opacity: 0.35; }
.popup-form .textbox:-ms-input-placeholder { opacity: 0.35; }
.popup-form .textbox:-moz-placeholder { opacity: 0.35; }
.popup-form label { font-weight: 500; display: block; margin: 0 0 0.4rem 0; }
.popup-form label span { color: #FF2E00; font-weight: 400; }
.solved-shot-list-box { overflow: hidden;}

.makeinindia {
	position:absolute;
	left:70px; 
	top:50px;
	width: 100px;
}
.cursorcontainer canvas {
	width: 100%;
	height: 100%;
}  
.cursorcontainer {
	pointer-events: none;
	display: block !important;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(2,13,49,0) 12%, rgba(0,1,3,0) 88%, rgb(0, 0, 0) 100%);
}
.cursor {
	position: fixed;
	left: 0;
	top: 0;
	right: auto;
	bottom: auto;
	width: 100vw;
	height: 100vh;
	z-index: 999999;
}
[data-title-split] span {
	display: block;
}

.video-boxouter { position: relative; padding-top:56.25%; margin:20px 0 40px;  }
.video-boxouter .video-box { z-index: 1;} 
.video-boxouter .video-box:after {  display: none; } 

/*=======================================================================================
Contact form validation 7 css
=======================================================================================*/ 
.wpcf7-form span.wpcf7-not-valid-tip {  border:0; color: #f00; line-height: 1.2; padding: 2px 0;  width: 296px; z-index: 5; margin-top:5px; }
.wpcf7-form div.wpcf7-response-output { margin: 15px 0; padding:15px; color:#f00; background:#fdeeee; border:solid 1px #f2c9c9; clear:both; } 
#spotLight #wpss_slideshow_home-slider { padding:0; }
form.wpcf7-form div.wpcf7-mail-sent-ok { font-weight:normal; color:#468847; background:#DFF0D8; border:solid 1px #D6E9C6; }
div.wpcf7 img.ajax-loader { position:absolute; margin:14px 0 0 16px; }