html {
  width:100vw;
  overflow-x:hidden;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  text-rendering: optimizeLegibility;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  -webkit-overflow-scrolling: touch
}

body {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400 !important;
}

main {
  flex: 1 0 auto;
}

input[type=button], input[type=submit], input[type=reset], a[type=button] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

button, select, textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

button {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400 !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 90;
}

a {
	text-decoration: none;
}

.gs-modal-close {
  background-color: transparent;
  border: none;
  color: #ffd100;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}

.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  padding-top: calc(50vh - 100px);
  z-index : 1000; 
}
.percentage {
  z-index: 100;
  text-align:center;
  color: #000;
  font-size : 1.8em;
}
.percentage{
  height: 50px;
  max-width: 50px; 
  font-weight: 600;
  position: relative; 
  margin : auto; 
}
.percentage::after {
  content: "%";
  font-weight: 600;
}
.page-loader {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}
.page-loader::before {
	font-size : 1.8em;
	font-weight: 600;
	content: attr(data-title);
}
.page-loader > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.page-loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.page-loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0);transform: scale(0);} 
  40% { -webkit-transform: scale(1.0);transform: scale(1.0);}
}
.page-loader--invisible {
	opacity: 0;
	display: none;
}
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
/* header */
.gs-header {
	height: 90px;
 	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);

}
.gs-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
}
.gs-header li a {
  padding-top: 0.5em;
  padding-bottom: 1.5em;
  padding-left: 1.75em;
  padding-right: 1.75em;
  text-transform: uppercase;
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  
}
/* .gs-header li a:hover {
  background-color: #f4f4f4;
} */

.gs-header .logo {
  display: block;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 4px;
  transform: translateY(-34%);
}
.logo object {
	pointer-events: none;
}
/* 48em = 768px */
@media (min-width: 48em) {
  .gs-header li {
   	float: left;
  }
  .gs-header li a {
  padding-top: .625em;
	padding-bottom: .875em;
	padding-left: 1.75em;
	padding-right: 1.75em;
  }
}
.top-nav {
  height: 32px;
}
ul.top-menu {
	margin: 0;
  list-style: none;
	background-color: #f8f9fa;
}
ul.top-menu > li {
	height: 32px;
	/* background-color: #f8f9fa; */
	background-color: #000;
}
ul.top-menu > li > a{
	font-size: 1em;
	font-family: 'Oswald', sans-serif;
	padding: .5rem .75rem;
	color: #ffd100;
	line-height: 1em;
}
ul.top-menu > li > a:hover{
	color: #000;
	background-color: #ffd100;
	
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8375rem !important;
    padding-left: 0.8375rem !important;
}
.gs-toggler .line{
  width: 18px;
  height: 2px;
  background-color: #333;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gs-toggler:hover{
  cursor: pointer;
}

/* ONE */
#cheeseburger.is-active .line:nth-child(2){
  opacity: 0;
}
#cheeseburger.is-active .line:nth-child(1){
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  -o-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
#cheeseburger.is-active .line:nth-child(3){
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -o-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}
.dropdown-menu {
    display: none;
    padding: 0.3125rem 0 !important;
    border: 0;
   	opacity: 0;
  	visibility: hidden;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.dropdown-menu.show {
    display: block;
 	 opacity: 1;
  	visibility: visible ;
}
ul.gs-menu {
  	list-style: none;
  	background-color: #fff;
}
ul.gs-menu > li {
	width: 100%;
}
ul.gs-menu > li > a {
 	position: relative;
  width: auto;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  color: #000;
	font-family: 'Open Sans', sans-serif;
  font-weight: 400;
	text-transform: Capitalize !important;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 0.125rem;
  margin: 0 0.3125rem;
  min-width: 7rem;
  padding: 0.625rem 1.25rem;
  overflow: hidden;
  line-height: 1.428571;
  text-overflow: ellipsis;
  word-wrap: break-word;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 90;
  font-stretch: 80%;
}
ul.gs-menu > li > a:hover {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(39, 59, 176, 0.4);
  background-color: #FFD100;
  color: #000;
}
.card-position-top {
	transform: translate(20px, 20px);

}
.card-position-bottom {
	transform: translate(20px, 10px);

}
.gs-panel-width-col-6 {
	width: 50%;
}
.gs-panel-width-col-4 {
	width: 25%;
}
@media (max-width: 767.98px) {
	.card-position-bottom {
		transform: translate(15px, 10%);
	}
	.card-position-top {
		transform: translate(15px, 15px);
	}
	.gs-panel-width-col-6 {
		width: 100%
	}
	.gs-panel-width-col-4 {
		width: 50%
	}
}
textarea {
	min-height: 5em;
	max-height: 50vh;
	width: 100%;
}
.oc_heading {
    padding: 12px 10px;
}
ul.mobile-nav > li > a {
  padding: 6px 16px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
/* ul.mobile-nav > li > a:first-child {
    width:75%;
}
ul.mobile-nav > li > a:last-child {
    width:25%;
} */
ul.mobile-nav > li > a:hover {
    background-color: #536979;
}
.gs-nav-dark-border {
    border-top:1px solid #536979 !important;
}
/* .gs-nav-dark-border > li > a {
    border-right:1px solid #536979 !important;
} */
.collapsible__plus {
    position: absolute;
    right: 1.25em;
    top: calc(50% - (11px / 2));
    width: 11px;
    height: 11px;
}
.collapsible__plus::before {
    width: 11px;
    height: 1px;
    opacity: 1;
}
.collapsible__plus::after {
    width: 1px;
    height: 11px;
}
.collapsible__plus::before, .collapsible__plus::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: currentColor;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
[aria-expanded="true"] > .collapsible__plus::before {
	transform: translate(-50%, -50%) rotate(180deg);
}

[aria-expanded="true"] > .collapsible__plus::after {
	transform: translate(-50%, -50%) rotate(270deg);
}
a:focus {outline: none !important;}
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none;
}
/* a subtle focus style for keyboard-input elements */
.text-input:focus {
  outline: 1px solid #aaa; /* Adjust to suit your tastes */
}
/* no outline for non-keyboard-inputs elements */
button:focus,
select:focus {
  outline: none;
}
body.user-is-tabbing *:focus {
  outline: 2px solid #7AACFE !important; /* for non-webkit browsers */
  outline: 5px auto -webkit-focus-ring-color !important;
}
.animate_Slide {
  overflow: hidden;
  transition: all .5s ease-in-out;
  padding: 0 1em;
}

.animate_Slide:target {
  padding-top: 1em;
  padding-bottom: 1em;
}
.no_ScrollbarJump {
  padding-left: calc(100vw - 100%) !important;
}
.nav-icon {
  padding-top: .25rem !important;
  padding-bottom: .225rem !important;
}

.blur-background {
  filter: blur(5px);
}
.freeze-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 0.8);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  display: none;
}
.freeze-overlay-content {
  text-align: center;
}
.freeze-message {
  font-size: 1.25rem;
  color: #fff;
}
.slide-transition {
  transition: all .8s ease-in-out;
 
}
.slide-transition:target {
  padding-top: 1em;
  padding-bottom: 1em;
}