/*
Theme Name: Cloud Custom Child Theme
Theme URI: http://cloudinnovatesolutions.com
Description: CLOUD's custom child theme.
Version: 3.3
Author: CloudDesign
Author URI: http://www.cloudinnovatesolutions.com/
License: Copyright 2020
License URI: http://www.cloudinnovatesolutions.com
Tags: bootstrap, custom, fontawesome, cycle2, bootsrtap walker class
Template: parent
*/

@import url("../parent/style.css");

html {
  scroll-behavior: smooth;
}
/* Place custom css for yout theme here */
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Ultra.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Azo';
    src: url('fonts/azo-sans.woff2') format('woff2'),
        url('fonts/azo-sans.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Azo';
    src: url('fonts/azo-sans-6.woff2') format('woff2'),
        url('fonts/azo-sans-6.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Wild Wolf';
    src: url('fonts/WildWolfRegular.woff2') format('woff2'),
        url('fonts/WildWolfRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Chrome';
    src: url('fonts/Chrome-Black.woff2') format('woff2'),
        url('fonts/Chrome-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CCSignLanguage';
    src: url('fonts/CCSignLanguage-Regular.woff2') format('woff2'),
        url('fonts/CCSignLanguage-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CCSignLanguage';
    src: url('fonts/CCSignLanguage-Bold.woff2') format('woff2'),
        url('fonts/CCSignLanguage-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.roboto {
	font-family: "Azo", sans-serif;
}
.roboto-bold {
  font-family: "Azo", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.rc-font, #footer h3 {
	font-family: "Azo", sans-serif;
}
.wild-wolf {
	font-family: 'Poppins';
	text-transform: uppercase;
}
.wild-wolf sub {
    font-family: 'Azo';
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
    margin-left: -10rem;
    bottom: -30px;
}
a {
    text-decoration: none !important;
}
#wrap, body {
	overflow: inherit !important;
	font-family: 'Azo' !important;
	font-weight: 600 !important;
}
.main-content {
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6, .wp-block-post-excerpt__more-link {
	font-family: 'Poppins';
}
nav a {
font-family: 'azo' !important;
	font-weight: 600 !important;
}
p {
    margin-bottom: 1.5rem;
}
input, textarea, select {
    border: 2px solid #b3b3b3 !important;
    margin-bottom: 0px !important;
    padding: 18px 20px !important;
    background: #ffffff;
    border-radius: 15px !important;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: normal;
    height: auto !important;
}
input:focus, textarea:focus, select:focus {
	outline:none;
}
::placeholder {
    color: #666666 !important;
	opacity:0.5 !important;
}
textarea.wpforms-field-large {
    height: 130px !important;
}
select.wpcf7-form-control.wpcf7-select {
    -webkit-appearance: none;
	background: #ffffff url(images/arrow.png) no-repeat 98% center / 20px 10px;
	padding-right: 35px;
}
.wpforms-container-full .wpforms-submit-container button.wpforms-submit {
    width: 100%;
    background: #F02E52 !important;
    border-radius: 15px !important;
    font-family: 'Azo' !important;
    text-transform: uppercase;
    letter-spacing: 2px !important;
    height: auto !important;
	color: #ffffff !important;
}
.wpforms-container-full .wpforms-submit-container button.wpforms-submit:hover {
	background: #1A1D49 !important;
	color: #ffffff !important;
}
button:focus::after {
    box-shadow: none !important;
    border: none !important;
}
.wpcf7-spinner {
    position: absolute;
    margin: 0 5px;
}
div.wpforms-container-full select, div.wpforms-container-full select:disabled, .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full select:disabled {
    background-image: linear-gradient(45deg, transparent 50%, #F02E52 50%), linear-gradient(135deg, #F02E52 50%, transparent 50%);
    background-position: calc(100% - 22px) 50%, calc(100% - 12px) 50%;
    background-size: 11px 10px, 11px 10px;
}
::-webkit-scrollbar {
   /* width: 0;*/
}
:root {
    --animate-duration: 1s;
    --animate-delay: 0.7s;
    --animate-repeat: 1;
	--title-xxl: clamp(3rem, 6vw, 8.125rem);
	--title-xl: clamp(2.5rem, 5vw, 6.725rem);
	--title-lg: clamp(2rem, 2.75vw, 3.75rem);
	--title-md: clamp(1.25rem, 2vw, 2.188rem);
	--title-sm: clamp(1.25rem, 1.4vw, 1.875rem);
	--title-xs: clamp(1rem, 1.2vw, 1.5rem);
	--white:#ffffff;
	--red: #F02E52;
	--yellow: #FFB518;
	--yellow2: #ffb518;
	--blue: #1A1D49;
	--lblue: #3B4FA2;
}
.title-xxl {
	font-size: var(--title-xxl);
}
.title-xl {
	font-size: var(--title-xl);
}
.title-lg {
	font-size: var(--title-lg) !important;
	letter-spacing:2px !important;
}
.title-md {
	font-size: var(--title-md);
}
.title-sm, .wp-block-post-excerpt__more-link {
	font-size: var(--title-sm) !important;
}
.slide-title {
	font-size: clamp(1.75rem, 3.5vw, 4.725rem) !important;
}
.slide-title sup {
	font-size: 0.60em;
	font-weight: 500;
}
.title-xs {
	font-size: var(--title-xs) !important;
}
.fw-100 {
 font-weight: 300;
}
.fw-300 {
 font-weight: 300;
}
.fw-500 {
 font-weight: 500;
}
.fw-900, h2 {
 font-weight: 900 !important;
 text-transform: uppercase;
 line-height: normal !important;
}
.fw-bolder {
	font-weight: 900 !important;
	line-height: normal !important;
}
.ls-0 {
	letter-spacing: 0px !important;
}
.ls-1 {
	letter-spacing: 1px;
}
.ls-2 {
	letter-spacing: 2px;
}
.ls-3 {
	letter-spacing: 3px;
}
.ls-4 {
	letter-spacing: 4px;
}
.lh-normal {
	line-height: normal !important;
}
.lh-xl {
	line-height:var(--title-xl) !important;
}
.title.splitting[data-scroll="in"] .char {
  animation: slide-in .6s cubic-bezier(.3, 0, .7, 1) both;
  animation-delay: calc(50ms * var(--char-index));
  animation-play-state: running;
}
.title.splitting[data-scroll="out"] .char {
  opacity:0;
}

@keyframes slide-in {
  from {
    transform: scale(0.4) translateY(80%);
    opacity: 0;
  }
}
.text--fading.splitting[data-scroll="in"] .char {
	animation: fade-in .6s both;
	animation-delay: calc(0.25s + var(--char-index) * 0.05s);
	animation-play-state: running;
}
.text--fading.splitting[data-scroll='out'] .char {
  opacity: 0;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
}
.entry-header h1.entry-title {
    display: none;
}
p {
    line-height: 1.5;
}
div > p:last-child {
    margin-bottom: 0;
}
.fullWidth {
    position: relative;
    left: 50%;
    right: 50%;
    margin: 0px -50vw;
    max-width: 100vw;
}
.max-800 {
	max-width:800px !important;
}
article li:before {
    content: "";
    padding-right: 0;
}

/** Color **/
.red {
	color: #F02E52 !important;
}
.yellow {
	color: #ffc001 !important;
}

.callUs a.button {
    font-family: 'Azo';
    letter-spacing: 0.5px;
    padding: 14px 50px !important;
    min-width: auto;
    font-size: clamp(calc(17px - 4px), 1vw, 17px) !important;
    margin-left: 20px;
	background: #F02E52;
}
.callUs a.button:hover {
	background: linear-gradient(90deg, #FFB518, #FF8D01);
}
.head-sec {
    background: var(--blue);
	background: linear-gradient(90deg, #3B4FA2, #1A1D49);
	position: sticky;
    top: 0;
    z-index: 999;
}
.user-login a {
    color: #ffffff;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
}
form.user-registration-form-login br {
    display: none;
}
.user-login a:hover {
	color: var(--red);
}
.user-login a i {
    margin-right: 3px;
    font-size: 21px;
}
.gtranslate_wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

/** Home **/
.page #callout2 > .container {
    max-width: 100%;
    padding: 0;
}
.VideoSection {
	position: relative;
	max-height: 900px;
    overflow: hidden;
}
.VideoSection img {
	position: absolute;
	bottom:0;
	left:0;
	    margin-bottom: -1px;
	width: 100%;
}
.videoSec {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.videoSec iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoSec::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.VideoSection .wp-block-video {
    background: #05061e;
}
.VideoSection .wp-block-video video {
    opacity:0.4;
}

.whiteBg {
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 5px 5px 10px #000000aa;
    padding: 20px 25px;
    font-size: 18px;
    height: 245px;
    max-width: 540px !important;
    display: flex;
    align-items: center;
}
.popup-body {
	display: none;
	position: absolute;
    left: 0;
    top: -10%;
    margin: auto;
    right: 0;
    bottom: 0;
}
.popup-body > div {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
/** Popup **/
.open_popup {
    border-radius: 100px;
	-webkit-animation: glowing 1500ms infinite;
	-moz-animation: glowing 1500ms infinite;
	-o-animation: glowing 1500ms infinite;
	animation: glowing 1500ms infinite;
	overflow: visible;
}
@keyframes glowing {
 0% {
 box-shadow: 0 0 5px 0px var(--red);
}
 50% {
 box-shadow: 0 0 20px 10px var(--red);
}
 100% {
 box-shadow: 0 0 5px 0px var(--red);
}
}
@keyframes glowblue {
 0% {
 box-shadow: 0 0 5px 0px var(--lblue);
}
 50% {
 box-shadow: 0 0 20px 10px var(--lblue);
}
 100% {
 box-shadow: 0 0 5px 0px var(--lblue);
}
}
.popup_main:nth-child(even) .open_popup {
    animation-delay: 5s;
}
.popup_body {
    transform: translate(72.5%, 10%) scale3d(0, 0, 0);
    transition: all 0.4s ease;
	text-align: left;
}
.popup_body.popup_body_show {
    transform: translate(0, 0) scale3d(1, 1, 1) !important;
    opacity: 1;
	display: block !important;
}
button.btnpop {
    padding: 0 !important;
    background: transparent;
	    
}
button.btnpop:hover, .popup_body_show + .btnclose button.btnpop {
	transform: none;
	background: transparent;
}
button.btnpop:hover img, .popup_body_show + .btnclose button.btnpop img { 
transform: rotate(45deg);
}
button.btnpop:focus {
	background: transparent;
}
/** Safari **/
button.btnpop img {
    position: fixed;
    left: 0;
    top: 0;
	transition: all 0.4s ease;
}
/** Safari end **/
.popup_body h4 {
    font-weight: 900;
    font-size: var(--title-md);
    color: #000000;
    margin-top: 25px;
}
.target3.popup_body{
	transform: translate(64.5%, 24%) scale3d(0, 0, 0);
}
.target2.popup_body, .target4.popup_body, .target6.popup_body {
	text-align: right;
}
.target2.popup_body {
	transform: translate(35.5%, 20%) scale3d(0, 0, 0);
}
.target4.popup_body {
    transform: translate(48.7%, 41%) scale3d(0, 0, 0);
}
.target5.popup_body {
    transform: translate(58.7%, 68%) scale3d(0, 0, 0);
}
.target6.popup_body {
    transform: translate(42.5%, 72%) scale3d(0, 0, 0);
}
.popup_body.target7 {
    transform: translate(71%, 33.5%) scale3d(0, 0, 0);
}
#machine {
    max-width: 100%;
    height: auto;
	margin: 0 auto;
}
.open_popup {
	position: absolute;
	transform: scale(0.8);
	cursor: pointer;
}
#target1 {
    top: 8%;
    right: 46%;
}
#target2 {
    top: 24%;
    right: 24%;
}
#target3 {
    top: 22%;
    left: 37%;
}
#target4 {
    top: 38%;
  margin: auto;
  left: 43%;
}
#target5 {
    bottom: 32%;
    right: 43%;
}
#target6 {
    bottom: 35%;
    right: 28%;
}
.btnclose {
    cursor: pointer;
	position: absolute;
    top: 15px;
    right: 15px;
	transform: rotate(45deg);
}

/** Counter Section **/
.hof {
    font-size: var(--title-md);
    font-weight: 600;
	    max-width: clamp(300px, 26vw, 499px);
    margin: 0 auto;
	position: relative;
}
.hof h2 {
    font-size: calc(var(--title-xxl) + 40px);
    letter-spacing: 4px;
    line-height: calc(var(--title-xxl) + 20px) !important;
}
.countSec {
    font-weight: 600;
    font-size: calc(var(--title-xs) - 0.3vw);
    padding: 0 30px;
    max-width: 1520px;
    margin: 0 auto;
}
.countSec > div, .game-feature .wp-block-column {
    border-radius: 20px;
    padding: 30px 10px;
    box-shadow: 3px 3px 8px #000000dd;
}
.countSec h2 {
    line-height: calc(var(--title-xl) - 10px) !important;
}
.countSec.w-100 {
    max-width: 1920px;
}
.face-crown-ani {
    position: relative;
}
.face-crown-ani::before {
    content: "";
    width: 74%;
    height: 47px;
    display: block;
    background: url(images/hand.png) no-repeat center center / contain;
    position: absolute;
    top: -19px;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: handani 10s infinite;
}
.face-crown-ani::after {
    content: "";
    width: 74%;
    display: block;
    background: url(images/facecrown.png) no-repeat center bottom / contain;
    position: absolute;
    bottom: 100%;
    right: 0;
    left: 35px;
    margin: 0 auto;
    animation: faceAni 10s infinite;
        padding-top: calc(74% - 10px);
    max-width: 206px;
}
@keyframes handani {
	0% {
		transform: translate3d(0px, -5px, 0px) scaleY(0);
	}
	20% {
		transform: translate3d(0px, 0px, 0px) scaleY(1);
	}
	80% {
		transform: translate3d(0px, 0px, 0px) scaleY(1);
	}
	100% {
		transform: translate3d(0px, -5px, 0px) scaleY(0);
	}
}
@keyframes faceAni {
	0% {
		background-position: center 210px;
	}
	20% {
		background-position: center top;
	}
	80% {
		background-position: center top;
	}
	100% {
		background-position: center 210px;
	}
}


.two-col-mw * {
    max-width: 700px;
}
.two-col-mw img {
    max-width: clamp(200px, 31vw, 596px);
}
.image-pers {
	overflow: visible;
}
.image-pers img {
	/*position: absolute;
	object-fit: contain;*/
}
.image-pers .moving {
    margin-bottom: -1px;
    max-width: 200px;
	    left: 10%;
}
.twins {
        bottom: -80px;
        right: 0;
    width: clamp(150px, 12vw, 359px);
    z-index: 9;
	left: 0;
	/*-webkit-animation: mover2 1500ms infinite  alternate;
  animation: mover2 1500ms infinite  alternate;*/
}
@-webkit-keyframes mover2 {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
@keyframes mover2 {
    0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}
.translate-right {
    transform: translateX(30%);
}
.max-width {
	max-width: 1800px;
	width: 90%;
    margin: 0 auto;
}
.wpcp-carousel-wrapper .swiper-slide img {
    height: clamp(150px, 15vw, 455px) !important;
	width: 100%;
    object-fit: cover;
    object-position: top center;
}
.box-border {
    border-bottom: 1rem solid #2B8926;
    box-shadow: 0 1rem 0 0rem #7BCB19;
}
.cabinets .w-100 img {
	width: 100%;
}
.latest-news .post {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
article li.post::before {
    content: "";
    padding: 0;
}
.latest-news .attachment-post-thumbnail {
    margin: 0;
	height: 100%;
}
a.wp-block-post-excerpt__more-link {
    margin-top: 25px;
	pointer-events: none;
}
a.wp-block-post-excerpt__more-link:hover {
    color: #ffffff;
}
.move-left {
	left:60%;
}
.load-marker-content {
    text-align: left;
	font-size: 15px;
}
.load-marker-content * {
	animation: fade-in2 .6s cubic-bezier(.3, 0, .7, 1) both;
	    margin-bottom: 0;
}
@keyframes fade-in2 {
    from {
      opacity: 0;
	  transform: translateX(30px);
    }
	to {
		opacity:1;
		transform: translateX(0px);
	}
  }
.load-marker-content h3.title-lg {
    font-weight: 900;
	font-size: calc(var(--title-lg) - 4px) !important;
	margin-bottom: 15px;
}
.load-marker-content ul {
    font-size: var(--title-sm);
    font-family: 'Azo';
	letter-spacing: 0.5px;
	padding-bottom: 0px;
	margin-top: 25px;
}
.load-marker-content li::before {
    content: "";
    padding: 0;
}
.load-marker-content ul li {
	margin-bottom: 15px;
}
.load-marker-content ul li span {
    font-weight: 900;
    font-family: 'Azo';
    color: var(--red);
	font-size: calc(var(--title-sm) + 8px);
	    letter-spacing: 1.5px;
}
.load-marker-content a.button:hover {
    background: var(--blue);
    color: #ffffff;
}
.load-marker-content a.button {
    margin-top: 20px !important;
}
.imh-6310-hover-content {
	display: none !important;
}
.mapSec.container {
    max-width: 600px;
}
.mapSec .imh-6310-point-icons:before {
	content:url(images/rpoint.png);
}
.mapSec .imh-6310-point-1-5 .imh-6310-point-icons:before,
.mapSec .imh-6310-point-1-1 .imh-6310-point-icons:before {
	content:url(images/bpoint.png);
}
.mapSec .imh-6310-point-icons {
	animation: mover 1500ms infinite  alternate;
	-webkit-animation: mover 1500ms infinite  alternate;
	-moz-animation: mover 1500ms infinite  alternate;
	-o-animation: mover 1500ms infinite  alternate;
	
}
.mapSec .imh-6310-point-icons i, .mapSec .imh-6310-drag:hover .imh-6310-pin-hover-img {
	display: none !important;
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
} 
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
.imh-6310-drag {
    cursor: auto;
}
img.wp-image-133 {
	-webkit-animation: mover2 1500ms infinite alternate;
    animation: mover2 1500ms infinite alternate;
}
img.wp-image-433 {
    margin-bottom: -3vw;
    margin-left: -3vw;
}
.overflow-visible .n2-ss-animated-heading-i {
    overflow: visible !important;
}
figure.position-absolute.bottom-0.start-0.w-100.mb-0 img {
    margin-bottom: -1px;
}
img.wp-image-560 {
    margin-top: -1px;
}
.margint-1 {
	margin-top: -1px;
	z-index:9;
}
a.button.arrow-btn {
    padding: 0 !important;
    min-width: auto;
    background: transparent;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 1px;
	display: flex;
	align-items: center;
}
a.button.arrow-btn::after {
    content: "";
    background-color: #3B4FA2;
    padding: 24px;
    border-radius: 50%;
    background-image: url(images/warrow.png);
    background-size: 22px;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
	margin-left: -110px;
    opacity: 0;
    transition: all 1s ease;
}
.translated-ltr a.button.arrow-btn { 
font-size: 15px !important;
 letter-spacing: 0px;
}
a.button.arrow-btn.active::after {
	margin-left: 10px;
    opacity: 1;
}
a.button.arrow-btn:hover, a.button.arrow-btn:focus {
	background: transparent;
	Color:var(--red);
}
a.button.arrow-btn.y-blue::after {
	background-color: #FFB518;
}
a.button.arrow-btn.r-blue::after {
	background-color: #F02E52;
}
a.button.arrow-btn.p-blue::after {
	background-color: #2b8926;
}
a.button.arrow-btn.o-blue::after {
	background-color: #AC0018;
}
.members > div {
    cursor: pointer;
}
.members p {
    height: 54px;
    display: block;
    margin-bottom: 10px;
}
.members-pic, .archetype {
	text-align: center;
}
.members-pic img {
	object-position: center -20px;
    border: 12px solid #dadada;
	    margin-top: -110px;
}
.members .is-nowrap {
    display: block;
}
.members .is-nowrap * {
    display: inline;
}
.members .is-nowrap path {
    fill: #1A1D49;
}
.flipper:hover > div,
    .flipper.hover > div {
       /*-webkit-transform: rotateY(180deg);*//
    }

    /* flip speed */
    .flipper > div {
        -webkit-transition: 1.5s;
        -webkit-transform-style: preserve-3d;
        position: relative;
    }
	.flipper > div > figure {
    --_p: 100%;
}

    /* hide back  during flip */
	.front{
       /* -webkit-backface-visibility: hidden;*/
	   clip-path: polygon(0% 0%, calc(100% + var(--_p)) 0%, 0% calc(100% + var(--_p)));
		position: relative;
		-webkit-transition: 1.5s;
    -webkit-transform-style: revert-layer;
    }
    
    .back {
        /*-webkit-backface-visibility: hidden;*/
        position: absolute;
        top: 0;
        left: 0;
    }
    /* front placed above back */
    
    .front {
        z-index: 2;
    }
    /* back, initially hidden */
    
    .back {
        /*-webkit-transform: rotateY(180deg);*/
        background: rgb(218, 138, 138);
    }
	.flipper > div:hover .front {
    clip-path: polygon(0% 0%, calc(0% + var(--_p)) 0%, 0% calc(0% + var(--_p)));
    --_p: 0%;
}
li.wp-social-link::before {
	display: none;
}
.archetype img {
	margin-top: -110px;
}
.sgpb-popup-dialog-main-div-theme-wrapper-2 {
    /*margin-top: 40px;*/
}
#sgpb-popup-dialog-main-div {
    border-radius: 25px !important;
	    box-shadow: 3px 3px 8px #000000dd !important;
		overflow: visible !important;
}
.sgpb-main-html-content-wrapper p {
    line-height: 1.8;
}
#sgpb-popup-dialog-main-div > div {
    overflow: visible !important;
}
.careers-form {
    height: calc(100vh - 6rem);
    padding-bottom: 1rem;
}
/** Footer **/
#footer footer {
    display: flex;
    justify-content: space-between;
	    max-width: 960px;
}
.fa-youtube:before {
    content: "\f16a" !important;
}
footer .menu a:before {
	content:"";
	padding:0;
}
#footer h3 {
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom: 25px;
}
#footer strong {
    font-size: 21px;
    font-family: 'Azo';
}
#footer a {
    color: #000000;
}
#footer a:hover {
    color: var(--red);
}
#footer .socialmedia a, #callout2 .socialmedia a {
    background: #000000;
    width: 38px;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    border-radius: 100px;
    height: 38px;
    line-height: 40px;
    margin-right: 10px;
    color: #ffffff;
}
#footer .socialmedia a:hover, #footer .socialmedia a:focus, #callout2 .socialmedia a:hover, #callout2 .socialmedia a:focus {
    background: #FFB518;
	color: #ffffff;
}
#callout2 .socialmedia a {
    color: #ffffff;
}
.socialmedia a .fa {
	line-height: 1.6;
	font-family: "Font Awesome 5 brands";
    font-weight: 400;
}
.fa-facebook-f:before, .fa-facebook:before {
    padding-top: 2px;
}
#footer2 p {
    margin: 0;
}
#footer2 a {
	color: #838383;
}
#footer2 a:hover {
	color: #F02E52;
}
.footer-mid {
    background: #1A1D49;
    padding: 15px 10px;
}
.footer-mid .footer_nav a {
    color: #ffffff;
	font-size: 15px;
    line-height: 15px;
	border-color: #ffffff;
}
.footer-mid .footer_nav a:last-child {
	border-right:none;
	padding-right:0;
}

/** Inner Pages **/
.object-fill .wp-block-cover__image-background {
	object-fit:fill !important;
}
figure.w-100 img {
    width: 100%;
}
.image-banner {
	    max-height: 1370px;
    overflow: hidden;
}
.flex-row .n2-ss-layer-row-inner {
    /*flex-direction: column;*/
}
.size-one-third img {
    margin-bottom: -60px;
    position: relative;
}

.translate-top {
    transform: translateY(0px);
    margin-top: -270px;
    max-width: 610px !important;
}
.devilred {
	max-width: 400px;
    margin: 0 auto;
    transform: translate(62%, -20%);
}
.devilblue {
    max-width: 180px;
    margin: auto;
    transform: translate(-140%, 50%);
    z-index: 3;
}
.purpleDevil {
    max-width: 300px;
    margin: 0 auto -4rem;
}
.devildollar {
        left: 0;
    right: 0;
    text-align: center;
    max-width: 25%;
    margin: 0 auto;
}
.devildollar img {
    transform: rotate(-25deg);
}
.machineSec .popup-body {
	top: 0%;
	position: fixed;
	z-index: 99;
}
.moved-top {
	margin-top: -8rem !important;
    padding-top: 8rem !important;
}
.moved-top .wp-block-cover__inner-container {
	z-index: 3;
}
.game-feature {
    margin-top: -30rem;
}
.game-feature .wp-block-column {
    position: relative;
    padding: 10% 30px;
}
.game-feature img {
    border: 10px solid #dadada;
	    width: 181px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
	cursor: pointer;
}
.game-feature .wp-block-column:hover img {
	animation: shadow 1.6s infinite;
}
@keyframes shadow {
	0% {
		box-shadow: 0 0 0 0px rgba(113, 113, 113, 0.3);
	}
	100% {
		box-shadow: 0 0 0 24px rgba(113, 113, 113, 0);
	}
}
.cabContent {
	font-size: 16px;
}
.cabContent a.button.yellowbtn {
    width: 100%;
    max-width: 450px;
	font-size: clamp(1.0rem, 1.1vw, 1.1rem) !important;
}
.cabContent .after-login p {
    margin-bottom: 0;
}
.translated-ltr .cabContent a.button.yellowbtn {
width: auto;
    max-width: none;
	}
.circleImg .wp-block-column {
    border: 1rem solid #dadada;
    border-radius: 100%;
}

.circleImg .wp-block-column:hover, .glowEffect .n2-ss-layer-col:hover, .iconSec .n2-ss-layer-col:hover {
	-webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
.circleImg figure {
	padding-top: 100%;
    position: relative;
    display: block !important;
	overflow: hidden;
    border-radius: 100%;
}
.circleImg figure img {
	    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0 10px;
	overflow: hidden;
}
.ani.slot {
    opacity: 1;
}
.slot figure img {
	object-fit: cover;
}
.slot .slot-top figure img, .slot .slot-center figure img, .slot .slot-bottom figure img {
	animation: slide 0.2s infinite linear;
}
.slot .slot-top figure img {
    object-position: center 1%;
}
.slot .slot-center figure img {
    object-position: center center;
}
.slot .slot-bottom figure img {
    object-position: center bottom;
}
.ani.active .slot > div:first-child figure img {
    animation: stop1 0.2s 15 linear;

}
.ani.active .slot > div:nth-child(2) figure img {
    animation: stop2 0.1s 40 linear;

}
.ani.active .slot > div:last-child figure img {
     animation: stop3 0.2s 18 linear;
}
/*.ani.slot.active > div:first-child .slot-center figure img {
    animation: stop1 0.2s 22 linear;

}
.ani.slot.active > div:nth-child(2) .slot-center figure img {
    animation: stop2 0.1s 55 linear;

}
.ani.slot.active > div:last-child .slot-center figure img {
     animation: stop3 0.2s 27 linear;
}
.ani.slot.active > div:first-child .slot-bottom figure img {
    animation: stop1 0.2s 15 linear;

}
.ani.slot.active > div:nth-child(2) .slot-bottom figure img {
    animation: stop2 0.1s 40 linear;

}
.ani.slot.active > div:last-child .slot-bottom figure img {
     animation: stop3 0.2s 18 linear;
}*/
@keyframes slide {
  0% {
    object-position: center 100%;
  }
  100% {
    object-position: center 2%;
  }
}
@keyframes stop1 {
  0% {
    object-position: center 100%;
  }
  100% {
    object-position: center 1%;
  }
}
@keyframes stop2 {
  0% {
    object-position: center 100%;
  }
  100% {
    object-position: center 50%;
  }
}
@keyframes stop3 {
  0% {
    object-position: center 0%;
  }
  100% {
    object-position: center 102%;
  }
}
/** Tabs **/
.page div[id*="tab_container"] .tab-content {
    width: 100%;
    padding: 0 !important;
	overflow: visible !important;
}
.page div[id*="tab_container"] {
    display: flex !important;
	margin-bottom: 0 !important;
}
.page .tab-content > .tab-pane {
    height: 100%;
	padding: 0;
	    padding-left: 25% !important;
    margin-left: -25% !important;
}
.page .wpsm_nav {
    /*flex-basis: 25%;*/
	width: 520px;
	    z-index: 9;
    clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
}
.page div[id*="tab_container"] .wpsm_nav-tabs > li > a, .page div[id*="tab_container"] .wpsm_nav-tabs > li.active > a:focus, 
.page div[id*="tab_container"] .wpsm_nav-tabs > li.active > a, .page div[id*="tab_container"] .wpsm_nav-tabs > li.active > a:hover,
.page div[id*="tab_container"] .wpsm_nav-tabs > li > a:hover, .page div[id*="tab_container"] .wpsm_nav-tabs > li > a:focus {
    text-align: left !important;
	border: none !important;
	padding: 20px 15% !important;
}
.tab-pane h3 {
    font-weight: 900;
}
.page .wpsm_nav-tabs > li > a i {
	zoom: 0.9;
}
.page .wpsm_nav-tabs > li:nth-child(1) > a {
	background: #3B4FA2 !important;
}
.page .wpsm_nav-tabs > li:nth-child(2) > a {
	background: #f02e52 !important;
}
.page .wpsm_nav-tabs > li:nth-child(3) > a {
	background: #ffb518 !important;
}
.page .wpsm_nav-tabs > li:nth-child(4) > a {
	background: #7bcb19 !important;
}
.page .wpsm_nav-tabs > li:nth-child(5) > a {
	background: #ac0018 !important;
}
.tab-content .tab-pane:nth-child(1) {
    background: linear-gradient(45deg, #3B4FA2 40%, #f02e52 90%);
}
.tab-content .tab-pane:nth-child(2) {
    background: linear-gradient(45deg, #f02e52 50%, #ffb518 100%);
}
.tab-content .tab-pane:nth-child(3) {
    background: linear-gradient(45deg, #ffb518 40%, #7bcb19 90%);
}
.tab-content .tab-pane:nth-child(4) {
    background: linear-gradient(45deg, #7bcb19 40%, #ac0018 90%);
}
.tab-content .tab-pane:nth-child(5) {
    background: linear-gradient(45deg, #ac0018 40%, #3B4FA2 90%);
}
.page .wpsm_nav-tabs > li > a .fa-play:before {
    content: url(images/play.png);
}
.page .wpsm_nav-tabs > li > a .fa-laptop:before {
    content: url(images/tv.png);
}
.page .wpsm_nav-tabs > li > a .fa-lightbulb-o:before {
    content: url(images/idea.png);
}
.page .wpsm_nav-tabs > li > a .fa-user:before {
    content: url(images/profile.png);
}
.tabSec {
    max-width: 840px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    gap: 20px;
    margin: 0 auto;
	animation: fade-in2 .6s cubic-bezier(.3, 0, .7, 1) both;
}
.tabSec img {
    max-width: 76px;
	filter: invert(1);
}

/** cabinets **/
#section-2 {
  background: var(--blue);
   /*position: sticky !important;
    top: 80px !important;
    transform: none !important;*/
	width:100% !important;
}
#picture-dot {
	height: 101vh;
}
#picture-dot .wp-block-cover__image-background {
  /*clip-path: inset(19vw 30vw);
  position: absolute;*/
  width: 100vw;
  height: 101vh;
  top: 0;
  background-attachment: scroll;
}
.pin-spacer {
    /*overflow: hidden !important;*/
    padding: 0 !important;
    /*height: 100vh !important;
    position: sticky !important;*/
    top: 0 !important;
}
.tlContent {
	margin-top: -30px;
    z-index: 1;
}
.timeline {
    max-width: 650px;
    margin: 0 auto;
    border-left: 5px solid var(--red);
    width: 42%;
	padding-bottom: 1px;
}
.timeline .wp-block-group {
    padding-left: 4rem;
    margin-bottom: 8rem;
	position: relative;
}
.timeline::after {
    content: "";
    border-bottom: 5px solid var(--red);
    height: 1px;
    width: 60px;
    position: absolute;
    transform: translateX(calc(-50% - 3px));
}
.timeline .wp-block-group:last-child {
    margin-bottom: 4rem;
}
.timeline .wp-block-group::before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    display: block;
    background: var(--red);
    border-radius: 50px;
    transform: translateX(-50%);
    left: -3px;
}
.timeline .wp-block-group::after {
    content: url(images/school.png);
    display: block;
    position: absolute;
    left: -2px;
    top: -2px;
    transform: translate(-50%, -35%) scale(0);
	transition: transform 0.4s ease;
}
.timeline .wp-block-group:nth-child(2)::after {
    content: url(images/easiest.png);
}
.timeline .wp-block-group:nth-child(3)::after {
    content: url(images/hammer.png);
}
.timeline .wp-block-group:nth-child(4)::after {
    content: url(images/champ.png);
}
.timeline .wp-block-group:nth-child(5)::after {
    content: url(images/done.png);
}
.timeline .wp-block-group:nth-child(6)::after {
    content: url(images/search.png);
}
.timeline .wp-block-group:nth-child(7)::after {
    content: url(images/team-icon.png);
}
.timeline .wp-block-group.active::after {
	transform: translate(-50%, -35%) scale(1);
}
.timeline .wp-block-group > div {
    opacity: 0;
    transform: translateX(40%);
	transition: transform 0.4s ease;
}
.timeline .wp-block-group.active > div {
    opacity: 1;
    transform: translateX(0%);
}
div#n2-ss-18 .nextend-bullet-bar > div::before, div#n2-ss-18 .listLocation .n2-ss-layer-row-inner > .n2-ss-layer::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #ffffff;
    border-radius: 20px;
	margin-right: 15px !important;
}
div#n2-ss-18 .nextend-bullet-bar > div, div#n2-ss-18 .listLocation .n2-ss-layer-row-inner > .n2-ss-layer {
    flex-direction: row;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
div#n2-ss-18 .nextend-bullet-bar > div:first-child::before, div#n2-ss-18 .listLocation .n2-ss-layer-row-inner > .n2-ss-layer:first-child::before {
	display: none;
}
.shark {
    transform: matrix(-1, 0, 0, 1, 0, 0) translate(-10%, -60%);
    max-width: 24%;
}
.cabinetVid {
    max-width: 29%;
    top: 21%;
    left: 36%;
    z-index: -1;
    transform: skewX(1.5deg);
}
.th-Vid {
    max-width: 30%;
    top: 17%;
    left: 36%;
    z-index: -1;
    transform: skew(2.2deg, 2deg);
    margin: 0;
    background: #000;
    padding: 12px 0px;
}
.beacon-cab + .th-Vid {
        max-width: 19%;
    left: -3%;
    right: 0;
    transform: skew(1.6deg, 2deg);
	margin:0 auto;
}
/* Lifestyle **/
img.wp-image-1071 {
	margin-bottom: -10px;
}
.pb-title.pb-caption-center {
    font-family: 'Poppins';
    font-weight: 900;
    letter-spacing: 4px;
}
.tss-wrapper .tss-carousel1 .single-item-wrapper {
    background: #ffffffdd;
    padding: 20px 30px;
    border-radius: 20px;
}
.tss-wrapper .tss-layout1 .single-item-wrapper, .tss-wrapper .tss-carousel1 .single-item-wrapper {
    flex-direction: column-reverse;
	height: 100%;
}
.tss-wrapper .tss-layout1 .item-content-wrapper:before, .tss-wrapper .tss-carousel1 .item-content-wrapper:before,
.tss-wrapper .tss-layout1 .item-content-wrapper:after, .tss-wrapper .tss-carousel1 .item-content-wrapper:after {
	content:"";
	border: none;
}
.tss-wrapper .tss-carousel1 .item-content-wrapper, .tss-wrapper .tss-layout1 .item-content-wrapper {
    padding: 0;
    background: transparent;
}
.tss-wrapper .tss-carousel1 .tss-meta-info.tss-left * {
    text-align: left !important;
}
.tss-wrapper .tss-carousel1 .single-item-wrapper h3.author-name {
    font-size: 21px;
	margin-bottom:0;
}
.tss-wrapper .tss-carousel1 .single-item-wrapper h4.author-bio {
    font-size: 16px;
	margin-top:0;
}
.tss-wrapper .tss-layout1 .item-content, .tss-wrapper .tss-carousel1 .item-content {
    font-style: normal;
    line-height: normal;
}
.tss-wrapper .tss-even .tss-grid-item {
    margin-bottom: 0;
    height: 100%;
	padding: 0 7px;
}
.tss-wrapper .tss-carousel1 .tss-meta-info.tss-left {
    flex: 1;
}
.photoblocks-gallery .pb-block .pb-overlay {
    opacity: 1;
}
/** Careers **/
.location h4 {
    position: absolute;
    max-width: 180px;
	width:100%;
    border-radius: 100%;
    height: 180px;
    border: 0.6rem solid #dadada;
    margin: 0 auto;
    bottom: 195px;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
.location h4.usa {
	-webkit-animation: glowblue 1500ms infinite;
    -moz-animation: glowblue 1500ms infinite;
    -o-animation: glowblue 1500ms infinite;
    animation: glowblue 1500ms infinite;
}
.location h4 a {
	height: 100%;
    width: 100%;
    font-weight: 900;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 18px;
	padding: 0 10px;
}
.usa {
	left:38%;
}
.canada {
	left:21%;
}
.job-location {
    max-width: 1750px;
    margin: 0 auto;
    width: 90%;
}
hr.line {
	max-width: 1970px;
    margin: 5rem auto;
    width: 95%;
}
.job-location .wp-block-column {
    flex-basis: 50% !important;
}
.job-location .wp-block-column p {
	color: #434343;
}
.job-location ul.red {
    font-weight: 500;
}
.job-location .text-sm-end ul.listTick li {
    flex-direction: row-reverse;
}
.job-location .text-sm-end ul.listTick li::before {
	padding-right: 0px;
	padding-left: 5px;
}
.job-location h3 a:hover {
    color: #F02E52;
}
.shadow.h-100 {
    border-radius: 20px;
    box-shadow: 3px 3px 8px #000000dd !important;
    z-index: 1;
    position: relative;
}
.shadow.h-100 img {
    height: 100%;
	border-radius: 20px;
    object-fit: cover;
}
/** Contact **/
.leftSec >div {
    max-width: 500px;
    margin-left: auto !important;
    margin-right: 0 !important;
}
.wpforms-container .wpforms-field {
    padding: 7px 0;
}
div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li {
    align-items: center;
}
div.wpforms-container-full input[type=checkbox], div.wpforms-container-full input[type=radio] {
    padding: 12px !important;
    border-radius: 10px !important;
    flex: 0 0 0%;
}
div.wpforms-container-full input[type=checkbox]:checked:before, div.wpforms-container-full input[type=radio]:checked:before {
    border: none !important;
    box-shadow: none;
    background: transparent !important;
    width: 100%;
    height: 100%;
    margin: 2px !important;
}
div.wpforms-container-full input[type=radio]:checked:after {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    top: -1px !important;
    background: url(images/tick.png) no-repeat center center / 17px;
	transform: scale(1);
	left: 0px;
}
div.wpforms-container-full input[type=checkbox]:focus:before, div.wpforms-container-full input[type=radio]:focus:before {
    border: none !important;
    box-shadow: none;
}
div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li::before {
    content: "";
    padding: 0;
}
div.wpforms-container-full input[type=checkbox]:before, div.wpforms-container-full input[type=radio]:before {
    border: none;
    width: 100%;
    box-shadow: none;
    height: 100%;
    margin: 1px 2px;
	background: transparent;
}
img.wp-image-1026 {
    display: block;
    margin: 0 auto;
}
.max-height * {
    height: 100%;
}
.max-height img {
    height: 100%;
    object-fit: cover;
}
.max-ctn-size p {
    max-width: 760px;
}
.fa {
    font-family: "Font Awesome 6 Brands";
}
.fa.fa-facebook {
    font-family: 'FontAwesome' !important;
}
.margin-1 img {
    margin-bottom: -1px;
}
#comments, nav.navigation.post-navigation {
    display: none;
}
.single ul.nav-links.pager {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
	gap: 20px;
	    margin-bottom: 5rem;
}
.single ul.nav-links.pager li a {
	background: var(--red);
	color: #ffffff;
	padding:10px 20px;
	border-radius: 20px;
	display: inline-block;
}
.single ul.nav-links.pager li {
    flex: 0 0 calc(50% - 20px);
}
.single .post {
    border-bottom: 0px solid #ccc;
}
.single .post-thumbnail {
    margin: 20px auto 0;
    max-width: 720px;
}
.blog .post .entry-meta {
}
.blog .post .entry-summary.os-font {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.blog .post .entry-summary p {
    display: contents;
    font-size: 16px;
}
.ReadMore-Button {
    margin-top: 25px;
}
.blog .post:last-child {
    border-bottom: none;
}
.blog a.post-thumbnail {
    height: 100%;
    display: block;
	max-height: 320px;
}
.blog a.post-thumbnail img {
    height: 100%;
    object-fit: cover;
	object-position: top center;
}
.entry-summary a.moretag {
    display: none;
}
.blog #callout2 section {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
	margin: 5rem auto;
}
.blog #callout2 section > article {
    width: calc(50% - 15px);
    border-bottom: 0;
    padding-bottom: 0;
	    position: relative;
}
.blog #callout2 section:before, .blog #callout2 section:after {
    display: none;
}
.latestNews {
    background: #1A1D49;
    color: #fff;
}
.latestNews img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.latestNews .recent_posts_wrap {
	align-items: stretch;
}
.latestNews span.date {
    color: var(--red);
    font-style: italic;
}
.blog .latestNews .title-sm.roboto {
    margin: 10px 0 25px;
}
.blog #callout2 p {
    letter-spacing: 1px;
    line-height: 1.8;
}
.latestNews .news-content {
    padding: 5rem 0;
    max-width: 700px;
}
.news-content a.moretag {
    display: none;
}
.ReadMore-Button a.moretag.button {
    background: transparent;
    padding: 0 !important;
    color: var(--red);
    min-width: auto;
    text-transform: capitalize;
    font-weight: 700;
	    font-size: 24px !important;
}
.ReadMore-Button a.moretag.button:hover {
	color: var(--blue);
	}
.blog h1.entry-title2 {
    margin: 20px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	text-transform: uppercase;
}
h1.entry-title2 {
    margin: 30px 0 20px;
}
.blog .entry-meta .date {
    position: absolute;
    top: 0;
    background: var(--red);
    color: #fff;
    right: 20px;
    padding: 10px;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 12px;
	width: 80px;
}
.blog .entry-meta .date span {
    font-size: 45px;
    font-weight: 700;
    display: block;
    line-height: 1;
}
ul.pagination {
    width: 100%;
    justify-content: center;
    gap: 15px;
}
.pagination .page-numbers {
    border: 4px solid #000000;
    width: 50px;
    display: inline-block;
    height: 50px;
    text-align: center;
    line-height: 42px;
    border-radius: 100px;
    font-size: 34px;
    font-family: 'Poppins';
    font-weight: 700;
	color: #000000;
}
.pagination span.page-numbers.current, .pagination a.page-numbers:hover {
    background: var(--red);
    border-color: var(--red);
    color: #ffffff;
}
.pagination a.next.page-numbers, .pagination a.prev.page-numbers {
    display: none;
}
.single .entry-meta {
    display: none;
}
.single .entry-content p {
    line-height: 1.8;
    letter-spacing: 0.5px;
}
.nav-box img {
    max-width: 100%;
    height: 360px;
    object-fit: cover;
    margin-bottom: 20px;
    display: block;
}
.nav-box span {
    font-family: 'Poppins';
    color: #000;
    font-size: 14px;
}
#cooler-nav {
    margin-bottom: 2rem;
}
#n2-ss-22.n2-ss-slider .n2-ss-text a.moretag {
    display: none;
}
img.wp-image-990 {
    object-position: right top;
}
#n2-ss-18item40, #n2-ss-18item42 {
    width: 24px;
}
.cabIcons {
    text-align: center;
	    gap: 20px;
    margin-top: 4rem;
	margin-bottom: 5rem;
	position: relative;
}
.cabIcons figure {
    margin-bottom: 5px;
}
.cabIcons figure:hover img {
	animation: shadowy 1.6s infinite;
}
@keyframes shadowy {
	0% {
		box-shadow: 0 0 0 0px #ffc00199;
	}
	100% {
		box-shadow: 0 0 0 24px #ffc00100;
	}
}
.cabIcons img {
    max-width: 100px;
	border-radius:100%;
}
.cabIcons > div {
	cursor: pointer;
}
#n2-ss-24 {
    border-radius: 30px;
    overflow: hidden;
	margin-top: 20px;
}
ul.listTick li {
    display: flex;
    font-size: 16px;
    font-weight: 400;
}
ul.listTick li::before {
    content: url(images/tick.png);
    padding-right: 5px;
	display: block;
}
.countSec > div[style="background-color:#3b4fa2"] ul.listTick li::before {
    content: url(images/ytick.png);
}
.countSec > div[style="background-color:#f02e52"] ul.listTick li::before {
    content: url(images/ytick.png);
}
.gridGallery {
    gap: 20px;
}
.gridGallery figure, .gridGallery img {
    width: 100%;
	    border-radius: 25px;
}
.gridGallery > div, .gridGallery .col-sm-6, .gridGallery .col-sm-6 > div {
    gap: 30px;
    padding: 0;
}
.gridGallery .col-sm-6 {
	width: calc(50% - 15px);
}
.gridGallery .custom-ar1 img {
	aspect-ratio: 3 / 3.8 !important;
}
.gridGallery .custom-ar2 img {
	aspect-ratio: 9 / 22.4 !important;
}
nav.wp-block-navigation li:before {
    content: "\f111";
    font-size: 7px;
    margin: 0 8px;
}
nav.wp-block-navigation li.current-menu-item a {
    color: var(--red) !important;
}

.ur-frontend-form {
    border: 0px solid #e1e1e1 !important;
    padding: 0 !important;
}
#user-registration {
	box-shadow: none;
    margin: 30px auto !important;
}
.ur-frontend-form.ur-frontend-form--flat {
    background: transparent !important;
}
span.user-registration-login-title {
    display: none;
}
.login input {
    margin-bottom: 20px !important;
}
.login input.button {
    border: none !important;
}
.user-registration-form__label-for-checkbox input#rememberme {
    width: auto;
    margin: 0 !important;
}
.after-login, .logged-in .before-login {
    display: none !important;
}
.logged-in .after-login {
    display: flex !important;
}
.logged-in a.button.after-login {
    display: inline-block !important;
}
.logged-in .after-login >div a.button.yellowbtn:hover {
    background: #3B4FA2;
	color: #ffffff;
}
.logged-in .after-login >div a.button.yellowbtn:nth-child(2):hover {
    background: #F02E52;
}
.logged-in .after-login >div a.button.yellowbtn:nth-child(3):hover {
    background: #7BCB19;
}
.logged-in .after-login >div a.button.yellowbtn:nth-child(4):hover {
    background: #1A1D49;
}
ul.disclist, ul.disclist ul {
    padding-left: 20px;
}
ul.disclist li {
    list-style: disc;
    margin: 5px 0;
}
.disclist li::before {
    content: "" !important;
    padding: 0;
}
.lg-logo figcaption.wp-element-caption {
    background: transparent !important;
    position: relative !important;
    color: #000000 !important;
    font-family: 'Azo' !important;
    font-weight: 900 !important;
    font-size: var(--title-sm) !important;
    margin: 15px 0 20px !important;
}
.lg-logo figure.wp-block-image img {
    max-height: 125px;
    object-fit: contain;
}
.sgpb-main-html-content-wrapper {
    z-index: 9;
    position: relative;
}
.corevalue-img > div {
    bottom: 5%;
    position: relative;
}
.blog .view-all {
    /*display: none !important;*/
}
#n2-ss-26 .container {
    max-width: 88%;
}
ul.wp-block-navigation li::before {
    content: "\f111";
    font-family: 'FontAwesome';
    display: inline-table;
}
.newsletter form {
    max-width: 550px;
    margin: 0 auto;
	    position: relative;
}
.newsletter form input, .newsletter form input:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 40px !important;
    padding: 15px 32% 15px 20px !important;
}
.wpforms-container.newsletter .wpforms-submit-container {
    position: static;
}
.newsletter button.wpforms-submit {
    position: absolute !important;
    width: auto;
    right: -1px !important;
    top: 7px !important;
    padding: 17px 40px 15px !important;
    background: var(--blue) !important;
    border-radius: 40px !important;
    font-size: 18px !important;
}
.newsletter button.wpforms-submit:hover {
	background: var(--yellow) !important;
	color: var(--blue) !important;
}
.mainslider {
    clip-path: ellipse(100% 100% at 50% 0%);
    background: #F02E52;
    padding-bottom: 15px;
	margin-bottom: -10%;
    z-index: 9;
    position: relative;
}
.mainslider > div {
    clip-path: ellipse(100% 100% at 50% 0%);
    background: #AC0018;
}
.mainslider > div > div {
	clip-path: ellipse(100% calc(100% - 15px) at 50% 0%);
}
a.glink.gt-current-lang {
    font-weight: normal !important;
    color: var(--yellow2);
}
div.wpforms-container-full .wpforms-confirmation-container-full {
    padding: 0;
    background: transparent;
    border: none;
    /*color: #ffffff;*/
}
div.wpforms-container-full .wpforms-confirmation-container-full p {
    /*color: #ffffff;*/
}
.page-id-481 .legacyContent {
    display: none;
}
.page-id-481 .legacyContent.active {
    display: block;
}
.gCurve {
	padding-bottom: 15px;
    background: linear-gradient(135deg,rgba(64,190,249, 0.4) 0%,rgba(233,190,44, 0.4) 100%);
    clip-path: ellipse(110% 100% at 50% 0%);
	position: relative;
    z-index: 2;
}
.gCurve > div {
	padding-bottom: 15px;
    background: linear-gradient(135deg,rgba(64,190,249, 0.75) 0%,rgba(233,190,44, 0.75) 100%);
    clip-path: ellipse(109% 100% at 50% 0%);
}
.gCurve > div > div {
	clip-path: ellipse(108% 100% at 50% 0%);
}
.gCurve + div {
    margin-top: -14%;
}
.gCurve + div > div {
    position: relative;
    z-index: 9 !important;
}
.gCurve-red {
	clip-path: ellipse(230% 100% at 50% 0%);
	    background: #f02e52;
		padding-bottom: 15px;
}
.gCurve-red > div {
    padding-bottom: 15px;
	clip-path: ellipse(230% 100% at 50% 0%);
    background: #ac0018;
}
.gCurve-red > div > div {
    clip-path: ellipse(220% 100% at 50% 0%);
}
.edit-password legend {
    display: none !important;
}
.edit-password p {
    margin-bottom: 0 !important;
}
p.hide_show_password label {
    font-size: 18px !important;
}
.bar-colors picture img {
    height: 50px !important;
}
.scroll-up {
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    right: 20px;
    background: #F02E52;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 38px;
    border-radius: 100%;
}
.scroll-up i {
    color: #ffffff;
}
.scroll-up:hover {
	background:linear-gradient(90deg, #FFB518, #FF8D01);
}
button.lightbox-trigger {
    padding: 0 !important;
}
.wp-lightbox-overlay .scrim {
    background: #000000 !important;
    opacity: 0.75 !important;
}
.wp-lightbox-overlay button.close-button {
    background: var(--red) !important;
    padding: 0 !important;
    border-radius: 100PX;
    fill: #fff !important;
}
.wp-lightbox-overlay button.close-button svg {
	stroke-width: 3px;
    stroke: #fff;
    stroke-linejoin: bevel;
}
.wp-lightbox-overlay button.close-button:hover {
	background:linear-gradient(90deg, #FFB518, #FF8D01) !important;
}
#password-lost-form-wrap legend {
    display: none;
}
#password-lost-form-wrap .somfrp-lost-pass-form-text {
    margin-bottom: 20px;
}
input[type="password"].som-password-input {
    max-width: 100%;
}
.lostpassword-submit {
    margin-top: 20px;
}
.user-registration-ResetPassword, .user-registration-edit-password form.user-registration-form {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 4rem 0;
}
/* End custom code */
body {
    background-color: #ffffff;
}
#header {
	 background-color: #ffffff;
	 background: transparent;
	position: sticky;
    top: 0;
	    width: 100%;
    z-index: 9999;
}
#callout {
	background-color: #ffffff;
}
/* callout2 is your main content area */
#callout2 {
	background-color: #ffffff;
}
#footer {
	background-color: #E8E8E8;
	padding-top: calc(5vw + 15px);
	padding-bottom: calc(5vw + 15px);
	font-size:16px;
	font-family: 'Azo'
}
#footer2 {
	background-color: #000000;
	font-size:12px;
	padding:20px 10px;
	Color: #838383;
}
.box_2 {
	background-color: #f0f0f0;
    border: 1px solid #E7E7E7;
    margin: 0;
    padding: 20px;
    position: relative;
}
.box_3 {
	background-color: #f0f0f0;
    border: 1px solid #E7E7E7;
    margin: 0;
    padding: 20px;
    position: relative;
}
#callout > section, #callout .slideshow-main-slider, #callout .cycle-slide, .slideimage {
    height: 100%;
}
.slideshow-main-slider .cycle-slide img {
    height: 100%;
    object-fit: cover;
}
#callout .slider_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 1160px;
    width: 100%;
	display: flex;
    align-items: center;
	color:#ffffff;
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt,.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button,.btn,.btn-default,a.button,button,input[type="submit"],input[type="reset"],input[type="button"],
.button a {
    background-image: none;
    background-color: #F02E52; /* Old browsers */
    x-background: linear-gradient(to bottom, #36342c 0%,#26241f 100%); /* W3C */
    border: 0px solid rgba(0, 0, 0, .1);
    border-radius: 15px;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Azo', 'Gotham';
    font-size: clamp(1.0rem, 1.25vw, 1.5rem) !important;
    font-weight: 600;
    left: auto;
    line-height: 1.25em;
    margin: 0;
    overflow: visible;
    padding: clamp(15px, 1.5vw, 24px) clamp(30px, 2.5vw, 100px) !important;
    position: relative;
    text-decoration: none;
    x-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    text-shadow: none;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover,.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover, .btn:hover, .btn-default:hover, a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover,.woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus, .woocommerce #respond input#submit.alt:focus, .woocommerce #content input.button.alt:focus, .woocommerce-page a.button.alt:focus, .woocommerce-page button.button.alt:focus, .woocommerce-page input.button.alt:focus, .woocommerce-page #respond input#submit.alt:focus, .woocommerce-page #content input.button.alt:focus,.woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .woocommerce #respond input#submit:focus, .woocommerce #content input.button:focus, .woocommerce-page a.button:focus, .woocommerce-page button.button:focus, .woocommerce-page input.button:focus, .woocommerce-page #respond input#submit:focus, .woocommerce-page #content input.button:focus,.btn:focus,.btn-default:focus,a.button:focus,button:focus,input[type="submit"]:focus,input[type="reset"]:focus,input[type="button"]:focus,.woocommerce a.button.alt:active, .woocommerce button.button.alt:active, .woocommerce input.button.alt:active, .woocommerce #respond input#submit.alt:active, .woocommerce #content input.button.alt:active, .woocommerce-page a.button.alt:active, .woocommerce-page button.button.alt:active, .woocommerce-page input.button.alt:active, .woocommerce-page #respond input#submit.alt:active, .woocommerce-page #content input.button.alt:active,.woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce #respond input#submit:active, .woocommerce #content input.button:active, .woocommerce-page a.button:active, .woocommerce-page button.button:active, .woocommerce-page input.button:active, .woocommerce-page #respond input#submit:active, .woocommerce-page #content input.button:active,.btn:active,.btn-default:active,a.button:active,button:active,input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active {
    background-image: none;
    background-color: var(--blue); /* Old browsers */
    x-background: linear-gradient(to bottom, #36342c 0%,#26241f 100%); /* W3C */
    border: 0px solid rgba(0, 0, 0, .3);
    color: var(--white);
}
a.button.hyellow:hover {
	background: var(--yellow);
	color: var(--blue);
}
a.button.yellowbtn {
    background: var(--yellow);
	letter-spacing:1px;
}
a.button.yellowbtn:hover {
    background: var(--blue);
	color: var(--white);
}
a.button.orange {
	background: #ff5a00;
}
a.button.lblue {
	background: #1A1D49;
}
a.button.lpink {
	background: #ff4e5f;
}
a.button.fuschia:hover, a.button.yellowbtn.hwhite:hover, a.button.orange:hover, a.button.lpink:hover, a.button.lblue:hover {
	background: var(--white);
	color: var(--blue);
}
.shop-now-btn {
	float: right; 
	margin:  0 0 15px 15px;
}
/* nav for mobile devices over ride of bootstrap default background colors */
.navbar, .navbar-default {
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}
/* Dropdown active bg color*/
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: transparent;
}
/* nav for mobile devices over ride of bootstrap toggle look */
.navbar-toggle {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #cccccc
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #dddddd
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .logo {
        float: left;
        position: relative;
		z-index: 9999;
		top: -22px;
    }
    .logo img {
		max-width:120px;
    }
    .call-to-action-header {
    }
    .call-to-action-header .ct-search {
        float: right;
        padding: 0;
        width: 130px;
    }
    .call-to-action-header .social-media {
        clear: both
    }
    .copy {
        float: left
    }
    .designed-by {
        float: right
    }
    /*******************************

    standard desktop navigation for tablets size and up

    *******************************/
    nav.navbar-default {
        background: url() repeat 0 0;
        padding: 0;
        margin: 0;
        background-color: none;
        border: none;
        min-height: 0;
        box-shadow: none;
        border-radius: 0;
		position: relative;
    }
    nav.navbar-default .navbar-collapse {
        background: url() repeat 0 0;
        padding: 0;
        margin: 0;
        background-color: none;
        border: none;
        box-shadow: none;
        border-radius: 0;
    }
    /*  main navagation position
    *
    * Note: positions of the navigation is controled by the top, left, bottom, right property. 
    * Then you add padding to the header container the same as the line-height of the main <a>  
    * If you are doing a 100% width navigation then use both the right and left set to 15px and set a % width on the main <li> example 25% for a 4 item navigation
    *
    */
    #header .container {
        padding-top: 2em;
        padding-bottom: 2.5em;
    }
    /* turns back on the hover effect for mouse controls Note: this dose not turn back on top menu */
    .dropdown:hover .dropdown-menu {
        display: block
    }
    /* 
    *  Controls your main navigation 
    */
    .primary-nav > li > a {
        background: url() repeat 0 0;
        padding: 12px 0;
        margin: 0 8px;
        background-color: none;
        border: none;
        box-shadow: none;
        border-radius: 0;
        text-shadow: 0;
        line-height: 36px;
        white-space: nowrap;
		text-decoration: none;
		border-bottom: 5px solid transparent;
    }
    /* hover and active state */
    .navbar-default .primary-nav > .active > a, .navbar-default .primary-nav > .active > a:hover, .navbar-default .primary-nav > .active > a:focus, .navbar-default .primary-nav > li > a:hover, .navbar-default .primary-nav .current-menu-parent > a {
        background: none;
		/*border-bottom: 5px solid var(--red);*/
    }
    /* Special considertations are needed for the first and last menu items */
    nav.navbar-default .primary-nav > li:nth-child(1) > a {
        border-left: none
    }
    nav.navbar-default .primary-nav > li:nth-last-child(1) > a {
        padding-right: 0
    }
    /* 
    *  Controls your sub menu navigation 
    */
    .secondary-nav > li {
        padding: 6px 0
    }
    .secondary-nav > li > a {
        background: url() repeat 0 0;
        padding: 0 10px;
        margin: 0;
        background-color: none;
        border: none;
        box-shadow: none;
        border-radius: 0;
        text-shadow: 0;
        line-height: 14px;
        border-left: 1px solid #D1AD79;
        white-space: nowrap;
    }
    /* hover and active state */
    .navbar-default .secondary-nav > .active > a, .navbar-default .secondary-nav > .active > a:hover, .navbar-default .secondary-nav > .active > a:focus, .navbar-default .secondary-nav > li > a:hover {
        background: none
    }
    /* Special considertations are needed for the first and last menu items */
    nav.navbar-default .secondary-nav li:nth-child(1) a {
        border-left: none
    }
    nav.navbar-default .secondary-nav li:nth-last-child(1) a {
        padding-right: 0
    }
    /* 
    *  Controls your footer navigation 
    */
    .footer_nav {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .footer_nav.right {
        float: right
    }
    .footer_nav.left {
        float: left
    }
    .footer_nav li {
        float: left;
        margin: 0;
        padding: 0;
        background: none;
    }
    .footer_nav a {
        display: block;
        white-space: nowrap;
        padding: 0 15px;
        text-decoration: none;
        text-transform: capitalize;
        border-right: 1px solid #606060;
    }
    /* hover and active state */
    .footer_nav a:hover, ul.footer_nav li.active a, .footer_nav li.active a:hover, footer .menu a:hover, footer .menu li.active a, footer .menu li.active a:hover {
        background: none
    }
    /* Special considertations are needed for the centered sytled menu */
    #menu-footer-top {
        text-align: center
    }
    #menu-footer-top a {
        display: inline-block
    }
    /* Special considertations are needed for the first and last menu items */
    .footer_nav li:nth-child(1) a {
        padding-left: 0
    }
    .footer_nav li:nth-last-child(1) a {
        border-right: none
    }
    /* 
    *  Controls your .primary-nav dropdowns menus
    */
    /* styles for the dropdown */
    .navbar-default .navbar-nav ul.dropdown-menu {
        background: #3B4FA2;
        border: 0px solid rgba(0, 0, 0, 0.15);
        border-radius: 30px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
        margin: 0;
        min-width: 250px;
        padding: 10px 0;
    }
    ul.dropdown-menu  > li.menu-item {
        /* no styles should be placed here */
    }
    ul.dropdown-menu > li.menu-item > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        padding: 3px 20px;
        color: #3C3C3C;
		text-decoration: none;
        /* background should be controled by the ul.dropdown-menu */
    }
    /* hover and active state */
    ul.dropdown-menu > li > a:hover, ul.dropdown-menu > li.active > a, ul.dropdown-menu > li.active > a:hover, ul.dropdown-menu > li.active > a:focus {
        background-color: #f3f3f3;
        color: #ffb518 !important;
    }
    /* Styles for background color on active main dropdowns */
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #f3f3f3;
        color: #3C3C3C;
    }
    /* 
    *  End of Controls for your menus
    */
    /* Legacy shortcode css do not delete */
    .full_width {

    }
    .one_half {
        width: 49%
    }
    .one_third {
        width: 32%
    }
    .two_third {
        width: 66%
    }
    .one_fourth {
        width: 23.5%
    }
    .three_fourth {
        width: 74.5%
    }
    .one_fifth {
        width: 18.4%
    }
    .two_fifth {
        width: 38.8%
    }
    .three_fifth {
        width: 59.2%
    }
    .four_fifth {
        width: 79.6%
    }
    .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth {
        position: relative;
        margin-right: 2%;
        float: left;
        clear: none;
    }
    .last {
        margin-right: 0 !important;
        clear: right;
    }
    .clearboth, .clear {
        clear: both;
        display: block;
        font-size: 0;
        height: 0;
        line-height: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    ul.tabs li {
        float: left
    }
    /* New footer widths */
    .number-of-col-1, .number-of-col-2, .number-of-col-3, .number-of-col-4, .number-of-col-5 {
        position: relative;
        margin-right: 2%;
        float: left;
    }
    .number-of-col-1 {
        width: 100%;
        margin-right: 0;
    }
    .number-of-col-2 {
        width: 48%
    }
    .number-of-col-3 {
        width: 32%;
		margin-right:0;    }
    .number-of-col-4 {
    }
	a.button {
		min-width: 300px;
	}
	.max-ctn-size a.button {
    max-width: 42%;
    width: 100%;
}
.tss-wrapper .tss-even .tss-grid-item {
	min-width: 480px;
}
nav .button a {
    padding: 6px 45px !important;
    background: var(--red);
    font-size: 16px !important;
	margin-left: 15px;
	color: #ffffff !important;
	letter-spacing:1px;
}
nav .button:hover a {
    background: var(--yellow) !important;
}
.navbar-expand-md .navbar-nav {
	align-items: center;
}
.dropdown-toggle.caret{
        display: none;
    }
/** Mega Menu **/
.megaMenu > .dropdown-menu {
    left: 0;
    right: -20px;
	max-width: 100vw;
	display: flex !important;
	flex-wrap: wrap;
	padding: 0 !important;
	gap: 20px;
	height: 0;
	opacity:0;
    overflow: hidden;
    visibility: hidden;
	box-shadow: 0 10px 10px #00000033 !important;
	justify-content: left;
	margin-left: -10vw !important;
	top:calc(100% + 0px);
}
.megaMenu:hover > .dropdown-menu {
    height: auto;
	opacity:1;
    visibility: visible;
    overflow: visible;
	padding: calc(1.5vw + 15px) 20px calc(1.5vw + 15px) calc(3vw + 15px) !important;
	animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
}
.megaMenu > .dropdown-menu a {
	opacity:0;
	transition: all 0.3s ease;
}
.megaMenu:hover > .dropdown-menu a {
	opacity:1;
}
.megaMenu .dropdown-menu ul {
	    display: block !important;
    position: relative !important;
    box-shadow: none !important;
}
.megaMenu > .dropdown-menu > li.dropdown > a {
    /*font-size: 12px !important;*/
    color: #808080 !important;
    letter-spacing: 0.5px;
    padding: 0 !important;
}
.megaMenu > .dropdown-menu > li > a {
    padding: 0 !important;
    background: transparent !important;
    letter-spacing: 0px;
}
.megaMenu > .dropdown-menu > li > ul a {
    padding: 5px 0 !important;
	background: transparent !important;
	font-weight: 500 !important;
}
.megaMenu > .dropdown-menu > li > ul a:hover, .megaMenu > .dropdown-menu > li > a:hover {
	color: #F02E52;
}
.megaMenu .dropdown-menu ul > li {
	position: relative;
}
.megaMenu > ul.dropdown-menu > li.menu-item {
    width: 31%;
}
.megaMenu:hover > ul.dropdown-menu > li.menu-item {
}
.megaMenu li.subMenu ul > li > a {
    font-size: 24px !important;
    font-weight: 700 !important;
    font-family: 'Azo' !important;
}
.megaMenu > .dropdown-menu > li > a::after {
    /*content: ">";
    margin-left: 10px;
    color: var(--red);
    font-weight: 600;*/
}
.megaMenu.list-row {
    position: relative !important;
	display: flex;
}
.megaMenu.list-row > ul.dropdown-menu {
    flex-direction: column;
    width: auto;
	right: auto;
	top: 100%;
    margin: 0 !important;
	left: -20px;
}
.megaMenu.list-row:hover > ul.dropdown-menu {
    padding: calc(1.5vw + 15px) calc(1.5vw + 15px) !important;
}
.megaMenu.list-row > ul.dropdown-menu > li.menu-item {
	width: 100%;
}
a.read-more.button {
    margin-top: 1.5rem;
}
    nav.navbar-default .primary-nav > li {
        display: flex;
    }
	nav.wp-block-navigation li:first-child:before {
	display: none;
}
	.wp-block-gallery.has-nested-images.columns-4.lg-logo {
    justify-content: center;
	row-gap: 30px;
}
	.wp-block-gallery.has-nested-images.columns-4.lg-logo figure.wp-block-image:not(#individual-image) {
    max-width: 25% !important;
}
.circleImg .container-lg {
    flex-wrap: wrap !important;
    max-width: 840px;
}
.circleImg .container-lg .wp-block-column {
    flex: 0 0 calc(33% - 1.7rem) !important;
}
.align-items-sm-end .lightbox-trigger {
	right:0 !important;
}
} /* end Small devices. Do Not Delete  */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .dropdown:hover .dropdown-menu {
        display: block
    }
    
.navbar-default .navbar-nav ul.dropdown-menu {
}
nav.navbar-default .primary-nav > li {
    position: static;
}
	#machine {
    max-width: 820px;
}
#n2-ss-18 .button a {
    letter-spacing: 3px !important;
    padding: 18px 55px !important;
	font-size: 18px !important;
}
.primary-nav > li > a {
        margin: 0 15px;
    }
} /* end Medium devices. Do Not Delete  */
@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .full_width {

    }
    .one_half {
        width: 48%
    }
    .one_third {
        width: 30.66%
    }
    .two_third {
        width: 65.33%
    }
    .one_fourth {
        width: 22%
    }
    .three_fourth {
        width: 74%
    }
    .one_fifth {
        width: 16.8%
    }
    .two_fifth {
        width: 37.6%
    }
    .three_fifth {
        width: 58.4%
    }
    .four_fifth {
        width: 67.2%
    }
    .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth {
        margin-right: 4%
    }
	.wild-wolf.title-xl {
    font-size: calc(var(--title-xl) - var(--title-xs));
}
.container {
    max-width: 1200px;
}
.cabContent {
	margin-left: -15% !important;
}
.blog .title-sm.roboto {
    font-size: 24px !important;
}
.blog article a.post-thumbnail {
    max-height: 400px;
    min-height: 400px;
}
.cabSize {
    zoom: 0.9;
}
} 
@media (min-width: 1899px) { 
.moved-top {
    margin-top: -15rem !important;
    padding-top: 15rem !important;
}
    .devildollar {
        bottom: 19%;
    }
div#n2-ss-29 .n2-ss-slide {
	height: 100vh !important;
}
.translate-top {
	margin-top: -150px;
}
}/* end Large devices. Do Not Delete  */


@media (max-width: 1999px) {
	.slideVideo {
    height: 521px !important;
    width: 297px !important;
}
.twins {
        bottom: -65px;
}
img.wp-image-433 {
    margin-bottom: -5vw;
}
}
@media (max-width: 1699px) {
	.slideVideo {
    height: 481px !important;
    width: 277px !important;
}
.twins {
        bottom: -50px;
}
img.wp-image-433 {
    margin-bottom: -7vw;
}
.circleImg .container-lg {
    /*max-width: 1140px;*/
}
.circleImg .container {
    max-width: 920px;
}
.circleImg .wp-block-column {
    border: 0.75rem solid #dadada;
}
img.wp-image-1026 {
    max-width: 75%;
}
}

@media (max-width: 1099px) {
	body {
    font-size: 16px !important;
}
.logo img {
    max-width: 70px;
    padding: 12px 0;
}
.countSec p {
    line-height: normal;
    margin-top: 5px;
	font-size: 12px;
    letter-spacing: 0;
}
.twins {
        bottom: -70px;
}
.whiteBg {
    font-size: 15px;
}
img.wp-image-433 {
    max-width: 150px;
	margin-bottom: -6vw;
    margin-left: -8vw;
}
.slideVideo {
	height: 295px !important;
    width: 160px !important;
    rotate: -1deg;
    top: -12px !important;
}
.min-height-auto {
    min-height: auto;
}
.rs-height-20 {
	height: 10rem !important;
}
.wild-wolf.red.ls-4 {
    letter-spacing: 2px;
}
.socialmedia a {
    width: 30px;
    height: 30px;
    line-height: 30px;
	    font-size: 18px;
}
.move-left {
    left: 0;
    transform: none !important;
}
.translate-right {
    transform: translateX(0%);
}
.shadow-img img {
    max-height: 360px;
    object-fit: contain !important;
    margin-bottom: -10px;
}
.panda img {
    max-width: 75%;
}
.wild-wolf.ls-3 {
    letter-spacing: 1.5px;
}

#n2-ss-7.n2-ss-slider .n2-ss-item-image-content img {
    max-height: 420px;
    object-fit: contain;
}
.game-feature {
    margin-top: -27rem;
}
.location h4 {
    max-width: 150px;
    height: 150px;
    bottom: 180px;
}
.location {
    margin-bottom: 0;
}
.location h4 a {
    font-size: 16px;
}
.beacon-cab + .th-Vid {
    max-width: 23%;
    margin-top: 16px;
}
.gCurve {
    clip-path: ellipse(130% 100% at 50% 0%);
}
.gCurve > div {
    clip-path: ellipse(129% 100% at 50% 0%);
}
.gCurve > div > div {
	clip-path: ellipse(128% 100% at 50% 0%);
}

}

@media (max-width: 991px) {
	.countSec {
    flex-wrap: wrap !important;
        z-index: 9;
        position: relative;
}
.countSec.translate-middle-y {
    transform: translateY(-20%) !important;
}
	#callout2 .countSec > div {
		flex-basis: 30% !important;
	}
	.countSec > div.face-crown-ani {
    order: -2;
}

.wild-wolf.red.ls-4 {
    max-width: 80%;
    margin: 0 auto 10px !important;
}
.wild-wolf sub {
    margin-left: 0;
    bottom: -2px;
}
.slideVideo {
    height: 375px !important;
    width: 180px !important;
}
#n2-ss-6.n2-ss-slider .n2-ss-preserve-size[data-related-device], div#n2-ss-6 .n2-ss-showcase-slides {
	max-width: 150px !important;
}
.min-height-auto .wp-block-columns {
    gap: 0;
}
.load-marker-content ul {
    font-size: 18px;
    margin-top: 10px;
}
.load-marker-content ul li {
    margin-bottom: 5px;
}
.load-marker-content ul li span {
    font-size: 20px;
}
#footer footer {
    flex-wrap: wrap;
}
#footer footer > div.footer-widget-4 {
    margin-top: -90px;
}
#n2-ss-7.n2-ss-slider .n2-ss-item-image-content img {
    max-height: 360px;
}
.circleImg .wp-block-column {
    border: 0.5rem solid #dadada;
}
.game-feature .wp-block-column {
    padding: 10% 30px !important;
}
.game-feature img {
    width: 120px;
}

.game-feature .wp-block-column {
    padding: 20% 30px !important;
}
a.button.yellowbtn {
    font-size: 16px !important;
    padding: 20px !important;
}
.track {
    height: 120vh;
}
.tlContent img {
    max-width: 270px;
}
.timeline {
    width: 65%;
}
.timeline .wp-block-group {
    margin-bottom: 4rem;
}
.timeline .wp-block-group.active::after {
    transform: translate(-50%, -35%) scale(0.5);
}
.cabinetVid {
    top: 19%;
}
.th-Vid {
    top: 19%;
}
.job-location .wp-block-column {
    padding-bottom: 0 !important;
}
hr.line {
    margin: 2rem auto;
}
.location h4 {
    max-width: 130px;
    height: 130px;
    bottom: 130px;
}
.location h4 a {
    font-size: 14px;
}
.devilred {
    max-width: 300px;
    transform: translate(75%, -25%);
}
.beacon-cab + .th-Vid {
    max-width: 30%;
    margin-top: 0;
}
.callUs a.button {
    padding: 10px 30px !important;
    font-size: 15px !important;
    margin-left: 15px;
}
.gCurve {
    clip-path: ellipse(170% 100% at 50% 0%);
}
.gCurve > div {
    clip-path: ellipse(169% 100% at 50% 0%);
}
.gCurve > div > div {
	clip-path: ellipse(168% 100% at 50% 0%);
}
}

@media (max-width:767px) {
input, textarea, select {
    padding: 15px 20px !important;
    font-size: 16px !important;
}
.ur-frontend-form .ur-submit-button {
	padding: 25px 15px !important;
	line-height: 1 !important;
}
.callUs {
    display: none;
}
.burger-container {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
    border: none;
    padding: 0 !important;
	margin-right: -15px;
}
.burger-container:focus, .burger-container {
	border: none !important;
	box-shadow: none;
	background: transparent !important;
}
.burger-container #burger {
  width: 18px;
  height: 8px;
  position: relative;
  display: block;
  margin: 0 auto;
}
.burger-container #burger .bar {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  background: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.burger-container #burger .bar.topBar {
  -webkit-transform: translateY(0px) rotate(0deg);
          transform: translateY(0px) rotate(0deg);
}
.burger-container #burger .bar.btmBar {
  -webkit-transform: translateY(6px) rotate(0deg);
          transform: translateY(6px) rotate(0deg);
}
#header.menu-opened {
  height: 100%;
  background: linear-gradient(90deg, #3B4FA2, #1A1D49);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
      position: fixed;
  /*-webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;*/
}
#header.menu-opened .burger-container {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#header.menu-opened .burger-container #burger .bar {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#header.menu-opened .burger-container #burger .bar.topBar {
  -webkit-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}
#header.menu-opened .burger-container #burger .bar.btmBar {
  -webkit-transform: translateY(2px) rotate(-45deg);
          transform: translateY(2px) rotate(-45deg);
}

#header .primary-nav li.menu-item {
  border-bottom: 0px solid #333;
  margin-top: 20px;
  -webkit-transform: scale(1.15) translateY(-30px);
          transform: scale(1.15) translateY(-30px);
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
#header.menu-opened .primary-nav li.menu-item {
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
  opacity: 1;
}
#menu-main-menu {
    padding-top: 30px;
}
#header {
    padding-top: 5px;
    padding-bottom: 5px;
	overflow: hidden;
}
#header .col-sm-10 {
    width: 100%;
}
header nav.navbar {
    width: 100%;
    justify-content: flex-end;
}
.navbar-collapse {
    overflow: visible;
}
span.dropdown-toggle.caret {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 27px;
    padding: 0 15px;
    z-index: 999;
    line-height: 32px;
    color: #ffffff;
	text-align: right;
	width: 100%;
}
#header .navbar-nav li.menu-item a{
        font-size: 24px;
        padding-left: 15px;
        transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    }
    #header .navbar-nav li .dropdown-menu li a{
    font-size: 18px;
	font-weight: 600;
    color: #fcfcfc;
    padding-left: 25px;
    }
	#header .navbar-nav li .dropdown-menu li.active a {
    color: #F02E52;
}
    .dropdown-menu, .dropdown-menu .dropdown-menu{
        padding-top: 0 !important;
		background: transparent;
    }
	.dropdown-menu .dropdown-menu {
	padding-bottom: 0;
}
    #header.menu-opened .navbar-nav li.menu-item{
        transform: scale(1) translateY(0px);
        opacity: 1;
    }
    #header .navbar-nav li.menu-item{
        margin-top: 15px;
		-webkit-transform: scale(1.15) translateY(-30px);
          transform: scale(1.15) translateY(-30px);
		opacity: 0;
		-webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    }
	#header .show .navbar-nav li.menu-item {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
}
#header .navbar-nav li .dropdown-menu li {
    transform: translateY(-100%) !important;
    opacity: 0.5 !important;
}
#header .navbar-nav li .dropdown-menu.show li {
    transform: translateY(0%) !important;
    opacity: 1 !important;
}
#header .navbar-nav ul.dropdown-menu.show {
    animation: growDown 400ms ease-in-out  alternate;
    transform-origin: top center;
	border: none;
}
    .navbar-toggler:focus{
        box-shadow: none !important;
        background-color: transparent;
        border: none;
    }
.logo {
    position: absolute;
    left: 0;
    top: 10px;
}
.mapSec {
    flex-direction: column;
}
.countSec.translate-middle-y {
    transform: translateY(0%) !important;
    margin-top: -35%;
}
.countSec > div.face-crown-ani {
    order: 0;
    margin-top: 100px;
}
.face-crown-ani::before {
    width: 70%;
}
.face-crown-ani::after {
    left: 20px;
	width: 70%;
	padding-top: calc(70% - 6px);
}
.twins {
    right: 60px;
    left: auto;
    bottom: 46%;
}
.ls-4 {
    letter-spacing: 2px;
}
.load-marker-content {
    text-align: center;
}
.job-location .load-marker-content {
    text-align: left;
}
.job-location .text-sm-end ul.listTick li {
    flex-direction: row;
}
.job-location .text-sm-end ul.listTick li::before {
    padding-right: 5px;
    padding-left: 0;
}
.wild-wolf.red.ls-4 {
    max-width: 100%;
    margin: 0 auto 10px !important;
	    line-height: 1.5;
}
#footer footer {
    flex-direction: column;
    text-align: center;
}
#footer footer > div.footer-widget-2 {
    
}
#footer footer > div.footer-widget-4 {
    margin-top: 0;
}
#footer h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}
.footer-mid {
    text-align: center;
}
#footer2 {
	font-size: 10px;
    padding: 15px 0px;
	text-align: center;
}
.footer-mid .footer_nav a {
    font-size: 14px;
    border-right: 1px solid #ffffff;
    margin: 0 10px 0 0;
    padding-right: 10px;
}
#n2-ss-6.n2-ss-slider .n2-ss-preserve-size[data-related-device], div#n2-ss-6 .n2-ss-showcase-slides {
	max-width: 100px !important;
}
#n2-ss-15.n2-ss-slider .n2-ss-preserve-size[data-related-device], div#n2-ss-15 .n2-ss-showcase-slides {
	max-width: 200px !important;
}
.slideVideo {
    height: 59vw !important;
    width: 35.5vw !important;
    top: -5.8vw !important;
    margin-left: 3px;
}
#n2-ss-4.n2-ss-slider .n2-ss-layer-col {
    border-width: 2.5px !important;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    --bs-gutter-x: 3rem;
}
img.wp-image-433 {
    margin-bottom: -16vw;
}
.popup-body {
    max-width: 90%;
}
.open_popup {
    width: 30px;
    height: 30px;
    display: flex;
}
.btnclose {
    width:25px;
}
.mapSec .imh-6310-point-icons:before {
	zoom: 0.75;
}
.imh-6310-drag.imh-6310-point-1-3 {
    margin: -10px 3px;
}
.imh-6310-drag.imh-6310-point-1-2 {
    margin: -5px 3px;
}
.image-banner img.wp-image-209 {
    height: 470px;
    object-fit: cover;
	margin-bottom: -10px;
}
.page .wpsm_nav-tabs > li > a i {
    zoom: 0.45;
}
.page div[id*="tab_container"] {
    flex-direction: column-reverse;
}
.page div[id*="tab_container"] .wpsm_nav {
    width: 100%;
    z-index: 9;
    clip-path: none;
    display: flex;
}
.wpsm_nav-tabs > li {
    /*flex: 0 0 25%;*/
}
.wpsm_nav::before, .wpsm_nav::after {
	display: none;
}
.page div[id*="tab_container"] .wpsm_nav-tabs > li {
    width: 100%;
}
.page div[id*="tab_container"] .wpsm_nav-tabs > li > a {
	padding: 15px 15px 15px 15px !important;
}
.page div[id*="tab_container"] .wpsm_nav-tabs > li > a, .page div[id*="tab_container"] .wpsm_nav-tabs > li.active > a:focus, 
.page div[id*="tab_container"] .wpsm_nav-tabs > li.active > a, .page div[id*="tab_container"] .wpsm_nav-tabs > li.active > a:hover,
.page div[id*="tab_container"] .wpsm_nav-tabs > li > a:hover, .page div[id*="tab_container"] .wpsm_nav-tabs > li > a:focus {
    text-align: center !important;
}
.tabSec {
    font-size: 16px;
    padding: 70px 20px 30px;
}
.circleImg .wp-block-columns {
	flex-wrap: wrap !important;
    gap: 1rem;
	justify-content: center;
    padding: 0;
	max-width: 100%;
}
#callout2 .circleImg .wp-block-column {
    width: 50%;
    flex: 0 0 calc(34.8% - calc(var(--bs-gutter-x) * .35)) !important;
	border: 0.4rem solid #dadada;
}
#callout2 .circleImg .container-lg .wp-block-column {
    flex: 0 0 calc(50% - calc(var(--bs-gutter-x) * .35)) !important;
}
.circleImg .container-lg .wp-block-columns {
    gap: 2rem;
}
.circleImg figure img {
    padding: 0 2px;
}
.ani .slot > div:first-child figure img {
    animation: stop1 0.1s 10 linear !important;

}
.ani .slot > div:nth-child(2) figure img {
    animation: stop2 0.05s 25 linear !important;

}
.ani .slot > div:last-child figure img {
     animation: stop3 0.2s 18 linear !important;
}
.devilred {
    max-width: 42%;
    transform: translate(75%, -25%);
}
.devilblue {
    max-width: 90px;
}
.purpleDevil {
    max-width: 170px;
    margin: 0 auto -1rem;
}
#callout2 .countSec > div {
    flex-basis: calc(50% - 20px) !important;
	align-self: flex-end;
}
#callout2 .countSec > div.face-crown-ani {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
	order: -1;
}
.countSec p {
    font-size: 11px;
}
.tlContent {
    margin-top: 0;
}
.timeline .wp-block-group {
    margin-bottom: 3rem;
    padding-left: 2rem;
}
.timeline {
    width: 80%;
}
#n2-ss-18 .n2-ss-widget.n2-ss-control-bullet {
    margin-bottom: 50px !important;
}
.load-marker-content h3.title-lg br {
    display: none;
}
.cabinetVid {
    top: 20%;
}
.th-Vid {
    top: 16%;
}
img.wp-image-1046, img.wp-image-1071 {
    max-width: 55%;
}
.tss-carousel {
    padding: 0 30px !important;
}
.tss-wrapper .tss-carousel1 .single-item-wrapper {
    padding: 20px 20px 10px;
}
.tss-wrapper .tss-layout1 .item-content, .tss-wrapper .tss-carousel1 .item-content {
        font-size: 13px;
    padding-top: 0;
}
.tss-wrapper .tss-carousel1 .single-item-wrapper h4.author-bio {
    font-size: 14px;
}
.tss-wrapper .tss-carousel1 .single-item-wrapper h3.author-name {
    font-size: 16px;
}
#photoblocks-2 .pb-title {
    font-size: 20px !important;
    margin-bottom: 0;
}
#photoblocks-1 .pb-block, #photoblocks-2 .pb-block {
    border-radius: 10px !important;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: 0;
    padding: 10px !important;
    width: 100%;
    font-size: 48px !important;
    opacity: 1;
    top: 30px;
}
.usa, .canada {
    left: 0;
    right: 0;
}
#n2-ss-3.n2-ss-slider .n2-ow-all * {
	letter-spacing: 4px;
}
div#n2-ss-3 .n2-ss-animated-heading-wrapper .n2-ss-animated-heading-i2 {
	justify-items:center;
}
div#n2-ss-3 .n2-ss-animated-heading-wrapper > .n2-ss-animated-heading-i {
	width:100%;
}
.wild-wolf.ls-3 {
    line-height: 1.5;
    margin-bottom: 10px !important;
}
.wild-wolf sub {
    bottom: 0;
	display: block;
    line-height: normal;
}
.shark {
    max-width: 42%;
	        margin: 0 auto;
        right: 0;
}
.beacon-cab img {
	 max-width: 45%;
}
.page .tab-content > .tab-pane {
    min-height: 310px;
}
#n2-ss-16 .flex-row .n2-ss-layer-row-inner, #n2-ss-28 .flex-row .n2-ss-layer-row-inner {
    flex-direction: row;
}
#n2-ss-16 .iconSec .n2-ss-layer-row-inner > div, #n2-ss-28 .iconSec .n2-ss-layer-row-inner > div {
    /*max-width: 30.3%;*/
}
#n2-ss-16 .iconSec .d-flex, #n2-ss-28 .iconSec .d-flex {
    /*height: 98px !important;*/
	max-width: 100%;
}
#n2-ss-16 h2.title-sm, #n2-ss-28 h2.title-sm {
    /*color: #000000 !important;
    font-size: var(--title-lg) !important;*/
}
#n2-ss-16 .iconSec .d-flex img, #n2-ss-28 .iconSec .d-flex img {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    object-fit: contain;
}
div#n2-ss-23 .nextend-arrow {
    margin-top: 15%;
}
#n2-ss-22.n2-ss-slider .n2-ss-layer-row-inner {
    display: block;
}
#n2-ss-22.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls,
#n2-ss-23.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
	align-items: flex-end;
	padding-bottom: 20px;
}
#n2-ss-22.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-left-center,
#n2-ss-23.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls.n2-ss-slider-controls-absolute-left-center {
    /*width: auto;
    right: 55px;*/
}
.max-ctn-size a.button {
    max-width: 72%;
    width: 100%;
}
.machineSec .popup-body {
    width: 90%;
	    top: -10%;
    position: absolute;
}
.beacon-cab + .th-Vid {
    max-width: 24%;
    margin-top: -16px;
	top: 21%;
}
.blog #callout2 section {
    margin: 3rem auto;
}
.latestNews .recent_posts_wrap {
    margin: 0 -1.5rem;
}
.latestNews .news-content {
    padding: 3rem 15px;
}
.blog #callout2 section > article {
    width: 100%;
	margin:0;
	        border-bottom: 1px solid #c8c8c8;
        padding-bottom: 20px;
}
.cabContent {
    margin: 0 -1rem;
}
.cabContent a.button.yellowbtn {
    letter-spacing: 0px;
	font-size: 14px !important;
    padding: 12px 20px !important;

}
.translated-ltr .cabContent a.button.yellowbtn {
    white-space: pre-line;
}
.cabIcons {
    margin-top: 2rem;
    margin-bottom: 2rem;
        justify-content: center;
}
img.wp-image-490 {
    margin-bottom: -1px;
}
#n2-ss-24 {
    border-radius: 12px;
}
div#n2-ss-18 .nextend-bullet-bar .n2-bullet {
    font-size: 14px !important;
}
div[style="height:5rem"] {
   /* height: 3rem !important;*/
}
h4 br {
    display: none;
}
.members {
    max-width: 240px;
    text-align: center;
}
.members p {
    height: auto;
}
.members-pic img {
    object-position: center -10px;
    border: 7px solid #dadada;
    margin-top: -80px;
    max-width: 120px;
}
a.button.arrow-btn {
    justify-content: center;
}
.sgpb-main-html-content-wrapper p {
    line-height: 1.5;
	font-size: 14px !important;
}
.sgpb-popup-close-button-2 {
    width: 40px !important;
    height: 40px !important;
}
.gridGallery {
    gap: 10px;
}
.gridGallery .col-sm-6 {
    width: calc(50% - 5px);
}
.gridGallery figure, .gridGallery img {
    border-radius: 10px;
}
.gridGallery > div, .gridGallery .col-sm-6, .gridGallery .col-sm-6 > div {
    gap: 10px;
}
img.wp-image-7376 {
    max-width: 160px;
}
nav.wp-block-navigation .wp-block-navigation {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
}
#picture-dot .wp-block-cover__image-background {
	clip-path: none !important;
	height: 100%;
}
	#picture-dot, #section-2, .pin-spacer {
    height: 100% !important;
}
.members .is-nowrap {
    justify-content: center;
}
#sgpb-popup-dialog-main-div {
    border-radius: 10px !important;
}
.wp-image-538 {
object-fit: fill !important;
}
.newsletter button.wpforms-submit {
    padding: 18px 40px 17px !important;
	    position: relative !important;
        top: 0 !important;
        width: 100%;
}
.mainslider {
    margin-bottom: -15%;
	    clip-path: ellipse(110% 100% at 50% 0%);
		padding-bottom: 10px;
}
.mainslider > div {
    clip-path: ellipse(108% 100% at 50% 0%);
}
.mainslider > div > div{
	clip-path: ellipse(105% calc(100% - 10px) at 50% 0%);
}
#n2-ss-29 .title-lg {
	font-size: 1rem !important;
}
.translate-left {
    position: relative;
    left: -30px;
    top: 30px;
}
.doc-list img {
    max-width: 64px;
}
.archetype img {
    max-width: 120px;
}
.nav-box img {
    height: 210px;
}
.image-pers .moving {
	margin: 0 auto -1px;
	max-width: 40%;
	left: 0;
	right: 0;
}
.translate-top {
    margin-top: -170px;
}
.gCurve {
    clip-path: ellipse(220% 100% at 50% 0%);
}
.gCurve > div {
    clip-path: ellipse(219% 100% at 50% 0%);
}
.gCurve > div > div {
	clip-path: ellipse(218% 100% at 50% 0%);
}
.gCurve + div {
    margin-top: -17%;
}
}
img.sgpb-popup-close-button-2 {
    z-index: 999 !important;
}
.wp-image-8567 {
	object-fit: fill !important;
}
.unclick > a, a.unclick {
    pointer-events: none;
}
.careers-form p {
    color: #9f9f9f;
	font-size: 16px !important;
}
/*******************************************************************************
*
*
*  DO NOT PLACE CUSTOM THEME CSS HERE - ALL CUSTOM THEME CSS GOES AT THE TOP
*  DO NOT PLACE RANDOM MEDIA QUERIES HERE - ALL MEDIA QUERIES SHOULD ALREADY BE DEFINED ABOVE
*  IF YOU ARE ADDING NEW MEDIA QUERIES THEN YOU DONT UNDERSTAND BOOTSTRAP CORE! 
*
*
********************************************************************************/