/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 10, 2022
    Author     : Adnan lopa
*/
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-bold {
  font-weight: bold; }

.text-normal {
  font-family: 'gothambook', Fallback, Courier !important;
  font-weight: normal !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-italic {
  font-style: italic !important; }

.text-underline {
  text-decoration: underline !important; }

.c-black {
  color: black !important; }

.c-blue {
  color: blue !important; }

.c-ocean {
  color: #64f0f4 !important; }

.c-red {
  color: #f12502 !important; }

.c-yellow {
  color: #FEE50B !important; }

.c-orange {
  color: #f04d0e !important; }

.c-purple {
  color: #660BFF !important; }

.c-pink {
  color: #F90A5E !important; }

.c-green {
  color: #2dc603 !important; }

.c-grey {
  color: #818385 !important; }

.c-dark {
  color: #313132 !important; }

.no-mb {
  margin: 0; }

.no-mb-l {
  margin-left: 0 !important; }

.no-mb-r {
  margin-right: 0 !important; }

.no-mb-t {
  margin-top: 0 !important; }

.no-mb-b {
  margin-bottom: 0 !important; }

.margin-0 {
  margin: 0 !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-4 {
      margin-bottom: 3rem !important; } }

.mb-5 {
  margin-bottom: 3rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-5 {
      margin-bottom: 5rem !important; } }

.mb-6 {
  margin-bottom: 4rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-6 {
      margin-bottom: 6rem !important; } }

.mb-7 {
  margin-bottom: 5rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-7 {
      margin-bottom: 7rem !important; } }

.mb-8 {
  margin-bottom: 6rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-8 {
      margin-bottom: 8rem !important; } }

.mb-9 {
  margin-bottom: 7rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-9 {
      margin-bottom: 9rem !important; } }

.mb-10 {
  margin-bottom: 8rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-10 {
      margin-bottom: 10rem !important; } }

.no-bg {
  background: none !important; }

.no-bd {
  border: none !important; }

.no-xs {
  box-shadow: none !important; }

.no-pd {
  padding: 0 !important; }

.no-pd-l {
  padding-left: 0 !important; }

.no-pd-r {
  padding-right: 0 !important; }

.no-pd-t {
  padding-top: 0 !important; }

.no-pd-b {
  padding-bottom: 0 !important; }

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*FLEXBOX*/
.hv-o {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.7s ease opacity;
  -moz-transition: 0.7s ease opacity;
  -ms-transition: 0.7s ease opacity;
  -o-transition: 0.7s ease opacity;
  transition: 0.7s ease opacity; }
  .hv-o:active, .hv-o:focus, .hv-o:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); }

.hv-u:active, .hv-u:focus, .hv-u:hover {
  text-decoration: underline !important; }

.hv-blue {
  -webkit-transition: 0.7s ease color;
  -moz-transition: 0.7s ease color;
  -ms-transition: 0.7s ease color;
  -o-transition: 0.7s ease color;
  transition: 0.7s ease color; }
  .hv-blue:active, .hv-blue:focus, .hv-blue:hover {
    color: blue !important; }

.reset {
  margin: 0;
  padding: 0; }

.fullImage {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.scrollbar {
  scrollbar-width: none; }
  .scrollbar::-webkit-scrollbar {
    height: 7px;
    width: 10px; }
  .scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px; }
  .scrollbar::-webkit-scrollbar-thumb {
    background: #888;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: 0.7s ease background;
    -moz-transition: 0.7s ease background;
    -ms-transition: 0.7s ease background;
    -o-transition: 0.7s ease background;
    transition: 0.7s ease background; }
    .scrollbar::-webkit-scrollbar-thumb:hover {
      background: #555;
      -webkit-transition: 0.7s ease background;
      -moz-transition: 0.7s ease background;
      -ms-transition: 0.7s ease background;
      -o-transition: 0.7s ease background;
      transition: 0.7s ease background; }

.no-scrollbar {
  scrollbar-width: none; }
  .no-scrollbar::-webkit-scrollbar {
    height: 0;
    width: 0; }
  .no-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .no-scrollbar::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }

.shadow {
  -webkit-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  -o-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19); }

.middleCenter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -o-flex-pack: center;
  flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -webkit-flex-align: center;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.middleLeft {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -o-flex-pack: center;
  flex-pack: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -webkit-flex-align: center;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.animatedDuration {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s; }

.animateDelay {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.loading {
  -webkit-animation-name: loading;
  -moz-animation-name: loading;
  -ms-animation-name: loading;
  -o-animation-name: loading;
  animation-name: loading;
  -webkit-animation-duration: 3.1s;
  -moz-animation-duration: 3.1s;
  -ms-animation-duration: 3.1s;
  -o-animation-duration: 3.1s;
  animation-duration: 3.1s; }
@-webkit-keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0; }
  50% {
    top: 50%;
    height: 2px;
    width: 100%; }
  100% {
    top: 0;
    height: 100vh;
    width: 100%; } }
@-moz-keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0; }
  50% {
    top: 50%;
    height: 2px;
    width: 100%; }
  100% {
    top: 0;
    height: 100vh;
    width: 100%; } }
@-ms-keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0; }
  50% {
    top: 50%;
    height: 2px;
    width: 100%; }
  100% {
    top: 0;
    height: 100vh;
    width: 100%; } }
@keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0; }
  50% {
    top: 50%;
    height: 2px;
    width: 100%; }
  100% {
    top: 0;
    height: 100vh;
    width: 100%; } }
.transformSection {
  -webkit-animation-name: transformSection;
  -moz-animation-name: transformSection;
  -ms-animation-name: transformSection;
  -o-animation-name: transformSection;
  animation-name: transformSection;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s; }
@-webkit-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-ms-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
.moveTop {
  margin-bottom: 36px;
  -webkit-animation: moveTop 0.7s;
  -moz-animation: moveTop 0.7s;
  -ms-animation: moveTop 0.7s;
  -o-animation: moveTop 0.7s;
  animation: moveTop 0.7s; }
@-webkit-keyframes moveTop {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 36px; } }
@-moz-keyframes moveTop {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 36px; } }
@-ms-keyframes moveTop {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 36px; } }
@keyframes moveTop {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 36px; } }
.linkUnderline {
  display: inline-block;
  color: white;
  text-decoration: none; }
  .linkUnderline::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: white;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s; }
  .linkUnderline:hover::after {
    background: white;
    width: 100%; }

.mouseTransform {
  -webkit-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  -moz-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  -ms-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  -o-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  transform: perspective(600px) rotateY(0deg) rotateX(0deg); }

.hideShow {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation-name: hideShow;
  -moz-animation-name: hideShow;
  -ms-animation-name: hideShow;
  -o-animation-name: hideShow;
  animation-name: hideShow;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  -ms-animation-duration: 0.9s;
  -o-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-iteration-count: alternate;
  -moz-animation-iteration-count: alternate;
  -ms-animation-iteration-count: alternate;
  -o-animation-iteration-count: alternate;
  animation-iteration-count: alternate; }
@-webkit-keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-moz-keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
@-ms-keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
@keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    opacity: 1;
    filter: alpha(opacity=100); } }
.showHide {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-name: showHide;
  -moz-animation-name: showHide;
  -ms-animation-name: showHide;
  -o-animation-name: showHide;
  animation-name: showHide;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  -ms-animation-duration: 0.9s;
  -o-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-iteration-count: alternate;
  -moz-animation-iteration-count: alternate;
  -ms-animation-iteration-count: alternate;
  -o-animation-iteration-count: alternate;
  animation-iteration-count: alternate; }
@-webkit-keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }
@-moz-keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }
@-ms-keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }
@keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    opacity: 0;
    filter: alpha(opacity=0); } }
.hoverHide {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.4s linear;
  -moz-transition: opacity 1.4s linear;
  -ms-transition: opacity 1.4s linear;
  -o-transition: opacity 1.4s linear;
  transition: opacity 1.4s linear; }
  .hoverHide:active, .hoverHide:focus, .hoverHide:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: opacity 1.4s linear;
    -moz-transition: opacity 1.4s linear;
    -ms-transition: opacity 1.4s linear;
    -o-transition: opacity 1.4s linear;
    transition: opacity 1.4s linear; }

.hoverShow {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 1.4s linear;
  -moz-transition: opacity 1.4s linear;
  -ms-transition: opacity 1.4s linear;
  -o-transition: opacity 1.4s linear;
  transition: opacity 1.4s linear; }
  .hoverShow:active, .hoverShow:focus, .hoverShow:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.4s linear;
    -moz-transition: opacity 1.4s linear;
    -ms-transition: opacity 1.4s linear;
    -o-transition: opacity 1.4s linear;
    transition: opacity 1.4s linear; }

.rotate90degLeft {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  transform-origin: left top 0; }

.rotate90degRight {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  -o-transform-origin: right top 0;
  transform-origin: right top 0; }

.bounce {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }
.effect1 {
  -webkit-box-shadow: 0 10px 6px -6px #313132;
  -moz-box-shadow: 0 10px 6px -6px #313132;
  -ms-box-shadow: 0 10px 6px -6px #313132;
  -o-box-shadow: 0 10px 6px -6px #313132;
  box-shadow: 0 10px 6px -6px #313132; }

.effect2 {
  position: relative; }
  .effect2:before, .effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #313132;
    -webkit-box-shadow: 0 15px 10px #313132;
    -moz-box-shadow: 0 15px 10px #313132;
    -ms-box-shadow: 0 15px 10px #313132;
    -o-box-shadow: 0 15px 10px #313132;
    box-shadow: 0 15px 10px #313132;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto; }

.effect3 {
  position: relative; }
  .effect3:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #313132;
    -webkit-box-shadow: 0 15px 10px #313132;
    -moz-box-shadow: 0 15px 10px #313132;
    -ms-box-shadow: 0 15px 10px #313132;
    -o-box-shadow: 0 15px 10px #313132;
    box-shadow: 0 15px 10px #313132;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg); }

.effect4 {
  position: relative; }
  .effect4:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #313132;
    -webkit-box-shadow: 0 15px 10px #313132;
    -moz-box-shadow: 0 15px 10px #313132;
    -ms-box-shadow: 0 15px 10px #313132;
    -o-box-shadow: 0 15px 10px #313132;
    box-shadow: 0 15px 10px #313132;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg); }

.effect5 {
  position: relative; }
  .effect5:before, .effect5:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #313132;
    -webkit-box-shadow: 0 35px 20px #313132;
    -moz-box-shadow: 0 35px 20px #313132;
    -ms-box-shadow: 0 35px 20px #313132;
    -o-box-shadow: 0 35px 20px #313132;
    box-shadow: 0 35px 20px #313132;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg); }
  .effect5:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto; }

.effect6 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .effect6:before, .effect6:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    -ms-border-radius: 10;
    -o-border-radius: 10;
    border-radius: 10; }
  .effect6:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg); }

.effect7 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .effect7:before, .effect7:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    -ms-border-radius: 10;
    -o-border-radius: 10;
    border-radius: 10; }
  .effect7:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg); }

.effect8 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .effect8:before, .effect8:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    -ms-border-radius: 10;
    -o-border-radius: 10;
    border-radius: 10; }
  .effect8:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg); }

.radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 14px;
  right: 3px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  z-index: 1; }
  .radius .border-animation,
  .radius .place {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%; }
  .radius .place {
    background-color: #f12502;
    z-index: 2; }
  .radius .border-animation {
    z-index: 1; }
  .radius .ba1 {
    animation: rounder1 1.3s linear 1.3s infinite alternate;
    background-color: rgba(239, 8, 20, 0.6); }
@keyframes rounder1 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.39);
    -moz-transform: scale(1.39);
    -ms-transform: scale(1.39);
    -o-transform: scale(1.39);
    transform: scale(1.39); } }
  .radius .ba2 {
    animation: rounder2 1.3s linear 1.3s infinite alternate;
    background-color: rgba(239, 8, 20, 0.5); }
@keyframes rounder2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.69);
    -moz-transform: scale(1.69);
    -ms-transform: scale(1.69);
    -o-transform: scale(1.69);
    transform: scale(1.69); } }
  .radius .ba3 {
    animation: rounder3 1.3s linear 1.3s infinite alternate;
    background-color: rgba(239, 8, 20, 0.4); }
@keyframes rounder3 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.99);
    -moz-transform: scale(1.99);
    -ms-transform: scale(1.99);
    -o-transform: scale(1.99);
    transform: scale(1.99); } }
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-bold {
  font-weight: bold; }

.text-normal {
  font-family: 'gothambook', Fallback, Courier !important;
  font-weight: normal !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-italic {
  font-style: italic !important; }

.text-underline {
  text-decoration: underline !important; }

.c-black {
  color: black !important; }

.c-blue {
  color: blue !important; }

.c-ocean {
  color: #64f0f4 !important; }

.c-red {
  color: #f12502 !important; }

.c-yellow {
  color: #FEE50B !important; }

.c-orange {
  color: #f04d0e !important; }

.c-purple {
  color: #660BFF !important; }

.c-pink {
  color: #F90A5E !important; }

.c-green {
  color: #2dc603 !important; }

.c-grey {
  color: #818385 !important; }

.c-dark {
  color: #313132 !important; }

.no-mb {
  margin: 0; }

.no-mb-l {
  margin-left: 0 !important; }

.no-mb-r {
  margin-right: 0 !important; }

.no-mb-t {
  margin-top: 0 !important; }

.no-mb-b {
  margin-bottom: 0 !important; }

.margin-0 {
  margin: 0 !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-4 {
      margin-bottom: 3rem !important; } }

.mb-5 {
  margin-bottom: 3rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-5 {
      margin-bottom: 5rem !important; } }

.mb-6 {
  margin-bottom: 4rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-6 {
      margin-bottom: 6rem !important; } }

.mb-7 {
  margin-bottom: 5rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-7 {
      margin-bottom: 7rem !important; } }

.mb-8 {
  margin-bottom: 6rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-8 {
      margin-bottom: 8rem !important; } }

.mb-9 {
  margin-bottom: 7rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-9 {
      margin-bottom: 9rem !important; } }

.mb-10 {
  margin-bottom: 8rem !important; }
  @media screen and (min-width: 1400px) {
    .mb-10 {
      margin-bottom: 10rem !important; } }

.no-bg {
  background: none !important; }

.no-bd {
  border: none !important; }

.no-xs {
  box-shadow: none !important; }

.no-pd {
  padding: 0 !important; }

.no-pd-l {
  padding-left: 0 !important; }

.no-pd-r {
  padding-right: 0 !important; }

.no-pd-t {
  padding-top: 0 !important; }

.no-pd-b {
  padding-bottom: 0 !important; }

@font-face {
  font-family: 'gothamblack';
  src: url("../fonts/gotham-black-webfont-3857c4a0.woff2") format("woff2"), url("../fonts/gotham-black-webfont-e6be01a9.woff") format("woff"), url("../fonts/gotham-black-webfont-00b3b40d.ttf") format("truetype"), url("../img/gotham-black-webfont-fe3050d3.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothambold';
  src: url("../fonts/gotham-bold-webfont-94ad15fd.woff2") format("woff2"), url("../fonts/gotham-bold-webfont-21a8e9a9.woff") format("woff"), url("../fonts/gotham-bold-webfont-c369bc57.ttf") format("truetype"), url("../img/gotham-bold-webfont-adc65aa0.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothambold_italic';
  src: url("../fonts/gotham-bolditalic-webfont-3d4dc757.woff2") format("woff2"), url("../fonts/gotham-bolditalic-webfont-6f7a57c2.woff") format("woff"), url("../fonts/gotham-bolditalic-webfont-e4af73ea.ttf") format("truetype"), url("../img/gotham-bolditalic-webfont-a242382d.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothambook';
  src: url("../fonts/gotham-book-webfont-b0a87ced.woff2") format("woff2"), url("../fonts/gotham-book-webfont-78ca0580.woff") format("woff"), url("../fonts/gotham-book-webfont-42787730.ttf") format("truetype"), url("../img/gotham-book-webfont-79946434.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothambook_italic';
  src: url("../fonts/gotham-bookitalic-webfont-b682a799.woff2") format("woff2"), url("../fonts/gotham-bookitalic-webfont-98d54e24.woff") format("woff"), url("../fonts/gotham-bookitalic-webfont-a5370226.ttf") format("truetype"), url("../img/gotham-bookitalic-webfont-02825447.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothamlight';
  src: url("../fonts/gotham-light-webfont-b30053c6.woff2") format("woff2"), url("../fonts/gotham-light-webfont-16f771ca.woff") format("woff"), url("../fonts/gotham-light-webfont-ed9007d2.ttf") format("truetype"), url("../img/gotham-light-webfont-9fe123f9.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothamlight_italic';
  src: url("../fonts/gotham-lightitalic-webfont-9b733580.woff2") format("woff2"), url("../fonts/gotham-lightitalic-webfont-69a10820.woff") format("woff"), url("../fonts/gotham-lightitalic-webfont-286a7de4.ttf") format("truetype"), url("../img/gotham-lightitalic-webfont-43988443.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothammedium';
  src: url("../fonts/gotham-medium-webfont-dba2ef60.woff2") format("woff2"), url("../fonts/gotham-medium-webfont-f6c1f8f1.woff") format("woff"), url("../fonts/gotham-medium-webfont-b4d7cacc.ttf") format("truetype"), url("../img/gotham-medium-webfont-a0a3e451.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothammedium_italic';
  src: url("../fonts/gotham-mediumitalic-webfont-9c5a2230.woff2") format("woff2"), url("../fonts/gotham-mediumitalic-webfont-0e799985.woff") format("woff"), url("../fonts/gotham-mediumitalic-webfont-ac5b7c50.ttf") format("truetype"), url("../img/gotham-mediumitalic-webfont-6959d97a.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothamthin';
  src: url("../fonts/gotham-thin-webfont-60922c70.woff2") format("woff2"), url("../fonts/gotham-thin-webfont-ae53a35e.woff") format("woff"), url("../fonts/gotham-thin-webfont-eef22136.ttf") format("truetype"), url("../img/gotham-thin-webfont-89693446.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothamthin_italic';
  src: url("../fonts/gotham-thinitalic-webfont-27aa5079.woff2") format("woff2"), url("../fonts/gotham-thinitalic-webfont-04457046.woff") format("woff"), url("../fonts/gotham-thinitalic-webfont-1642de78.ttf") format("truetype"), url("../img/gotham-thinitalic-webfont-65f1acd6.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothamultra_italic';
  src: url("../fonts/gotham-ultraitalic-webfont-b062747e.woff2") format("woff2"), url("../fonts/gotham-ultraitalic-webfont-dda9f308.woff") format("woff"), url("../fonts/gotham-ultraitalic-webfont-7405520d.ttf") format("truetype"), url("../img/gotham-ultraitalic-webfont-f80b6dcb.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothamxlight';
  src: url("../fonts/gotham-xlight-webfont-eba7e894.woff2") format("woff2"), url("../fonts/gotham-xlight-webfont-ef94f7a7.woff") format("woff"), url("../fonts/gotham-xlight-webfont-f4a5e94a.ttf") format("truetype"), url("../img/gotham-xlight-webfont-cc5b2b76.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothamxlight_italic';
  src: url("../fonts/gotham-xlightitalic-webfont-d44ff854.woff2") format("woff2"), url("../fonts/gotham-xlightitalic-webfont-2665687c.woff") format("woff"), url("../fonts/gotham-xlightitalic-webfont-e0e90e6d.ttf") format("truetype"), url("../img/gotham-xlightitalic-webfont-5028fb2c.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto-Regular-570afdc5.eot");
  src: url("../fonts/Roboto-Regular-098421c0.eot") format("embedded-open_cardtype"), url("../fonts/Roboto-Regular-2508fa48.woff2") format("woff2"), url("../img/Roboto-Regular-e6d7ff1f.svg") format("svg"), url("../fonts/Roboto-Regular-93dcfdd3.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'OpenSans-Bold';
  src: url("../fonts/OpenSans-Bold-c2e6d58a.eot");
  src: url("../fonts/OpenSans-Bold-28a750e5.eot") format("embedded-open_cardtype"), url("../fonts/OpenSans-Bold-5ddc5867.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-aebc4d06.eot");
  src: url("../fonts/OpenSans-90b6fa3b.eot") format("embedded-open_cardtype"), url("../fonts/OpenSans-caa10c91.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*FLEXBOX*/
#about .firstRow {
  margin: 0 0 7rem 0; }
  #about .firstRow .heading {
    color: #052943;
    font-size: 42px; }
    @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
      #about .firstRow .heading {
        font-size: 35px; } }
    #about .firstRow .heading.c-red {
      font-size: 35px; }
    #about .firstRow .heading.c-blue {
      font-size: 35px; }
    #about .firstRow .heading span {
      font-family: "gothambook", Fallback, Courier; }
#about.ihrs .img-logo {
  margin: 0 auto;
  width: 30%; }
#about.ihrs-2022 .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
    #about.ihrs-2022 .inner {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  #about.ihrs-2022 .inner .inner-left,
  #about.ihrs-2022 .inner .inner-right {
    width: 40%; }
    @media (min-width: 576px) and (max-width: 768px) {
      #about.ihrs-2022 .inner .inner-left,
      #about.ihrs-2022 .inner .inner-right {
        width: 45%; } }
    @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
      #about.ihrs-2022 .inner .inner-left,
      #about.ihrs-2022 .inner .inner-right {
        width: 100%; } }
    #about.ihrs-2022 .inner .inner-left .box,
    #about.ihrs-2022 .inner .inner-right .box {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-border-radius: 21px;
      -moz-border-radius: 21px;
      -ms-border-radius: 21px;
      -o-border-radius: 21px;
      border-radius: 21px;
      margin: 0 0 2rem 0;
      padding: .75rem 1rem; }
      #about.ihrs-2022 .inner .inner-left .box.bg-ocean,
      #about.ihrs-2022 .inner .inner-right .box.bg-ocean {
        background-color: #64f0f4;
        width: 240px; }
        @media (min-width: 576px) and (max-width: 768px) {
          #about.ihrs-2022 .inner .inner-left .box.bg-ocean,
          #about.ihrs-2022 .inner .inner-right .box.bg-ocean {
            width: 210px; } }
        @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
          #about.ihrs-2022 .inner .inner-left .box.bg-ocean,
          #about.ihrs-2022 .inner .inner-right .box.bg-ocean {
            margin: 0 auto;
            margin-bottom: 2rem;
            width: 100%; } }
        #about.ihrs-2022 .inner .inner-left .box.bg-ocean .item .heading,
        #about.ihrs-2022 .inner .inner-right .box.bg-ocean .item .heading {
          color: black;
          font-size: 42px;
          line-height: 1; }
          @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
            #about.ihrs-2022 .inner .inner-left .box.bg-ocean .item .heading,
            #about.ihrs-2022 .inner .inner-right .box.bg-ocean .item .heading {
              font-size: 35px; } }
          #about.ihrs-2022 .inner .inner-left .box.bg-ocean .item .heading .caption,
          #about.ihrs-2022 .inner .inner-right .box.bg-ocean .item .heading .caption {
            font-size: 18px;
            font-family: "gothammedium", Fallback, Courier; }
      #about.ihrs-2022 .inner .inner-left .box.bg-orange,
      #about.ihrs-2022 .inner .inner-right .box.bg-orange {
        background-color: #f04d0e;
        width: 350px; }
        @media (min-width: 576px) and (max-width: 768px) {
          #about.ihrs-2022 .inner .inner-left .box.bg-orange,
          #about.ihrs-2022 .inner .inner-right .box.bg-orange {
            width: 280px; } }
        @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
          #about.ihrs-2022 .inner .inner-left .box.bg-orange,
          #about.ihrs-2022 .inner .inner-right .box.bg-orange {
            width: 100%; } }
        #about.ihrs-2022 .inner .inner-left .box.bg-orange .item.item-left img,
        #about.ihrs-2022 .inner .inner-right .box.bg-orange .item.item-left img {
          height: 80px;
          width: 80px; }
          @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
            #about.ihrs-2022 .inner .inner-left .box.bg-orange .item.item-left img,
            #about.ihrs-2022 .inner .inner-right .box.bg-orange .item.item-left img {
              height: 70px;
              width: 70px; } }
        #about.ihrs-2022 .inner .inner-left .box.bg-orange .item.item-right,
        #about.ihrs-2022 .inner .inner-right .box.bg-orange .item.item-right {
          width: calc(100% - 100px); }
          @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
            #about.ihrs-2022 .inner .inner-left .box.bg-orange .item.item-right,
            #about.ihrs-2022 .inner .inner-right .box.bg-orange .item.item-right {
              width: calc(100% - 90px); } }
        #about.ihrs-2022 .inner .inner-left .box.bg-orange .item .heading,
        #about.ihrs-2022 .inner .inner-right .box.bg-orange .item .heading {
          color: white;
          font-size: 14px;
          line-height: 1; }
          #about.ihrs-2022 .inner .inner-left .box.bg-orange .item .heading.x1,
          #about.ihrs-2022 .inner .inner-right .box.bg-orange .item .heading.x1 {
            font-size: 35px;
            line-height: 1; }
            @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
              #about.ihrs-2022 .inner .inner-left .box.bg-orange .item .heading.x1,
              #about.ihrs-2022 .inner .inner-right .box.bg-orange .item .heading.x1 {
                font-size: 28px; } }
          #about.ihrs-2022 .inner .inner-left .box.bg-orange .item .heading.x2,
          #about.ihrs-2022 .inner .inner-right .box.bg-orange .item .heading.x2 {
            font-family: "gothammedium", Fallback, Courier;
            font-size: 21px;
            line-height: 1; }
            @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
              #about.ihrs-2022 .inner .inner-left .box.bg-orange .item .heading.x2,
              #about.ihrs-2022 .inner .inner-right .box.bg-orange .item .heading.x2 {
                font-size: 18px; } }
          #about.ihrs-2022 .inner .inner-left .box.bg-orange .item .heading address,
          #about.ihrs-2022 .inner .inner-right .box.bg-orange .item .heading address {
            font-family: "gothambook", Fallback, Courier;
            font-size: 14px;
            line-height: 1; }
          #about.ihrs-2022 .inner .inner-left .box.bg-orange .item .heading .caption,
          #about.ihrs-2022 .inner .inner-right .box.bg-orange .item .heading .caption {
            font-size: 18px;
            font-family: "gothammedium", Fallback, Courier; }
      #about.ihrs-2022 .inner .inner-left .box.talk-bubble,
      #about.ihrs-2022 .inner .inner-right .box.talk-bubble {
        position: relative; }
      #about.ihrs-2022 .inner .inner-left .box.tri-right.border.left-top:before,
      #about.ihrs-2022 .inner .inner-right .box.tri-right.border.left-top:before {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: -40px;
        right: auto;
        top: -8px;
        bottom: auto;
        border: 32px solid;
        border-color: white transparent transparent transparent; }
      #about.ihrs-2022 .inner .inner-left .box.tri-right.left-top:after,
      #about.ihrs-2022 .inner .inner-right .box.tri-right.left-top:after {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        left: -20px;
        right: auto;
        top: 0px;
        bottom: auto;
        border: 22px solid;
        border-color: white transparent transparent transparent;
        -webkit-transition: 0.7s ease border-color;
        -moz-transition: 0.7s ease border-color;
        -ms-transition: 0.7s ease border-color;
        -o-transition: 0.7s ease border-color;
        transition: 0.7s ease border-color; }
      #about.ihrs-2022 .inner .inner-left .box.tri-right.left-in:after,
      #about.ihrs-2022 .inner .inner-right .box.tri-right.left-in:after {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        left: -20px;
        right: auto;
        top: 38px;
        bottom: auto;
        border: 12px solid;
        border-color: #f12502 #f12502 transparent transparent;
        -webkit-transition: 0.7s ease border-color;
        -moz-transition: 0.7s ease border-color;
        -ms-transition: 0.7s ease border-color;
        -o-transition: 0.7s ease border-color;
        transition: 0.7s ease border-color; }
      #about.ihrs-2022 .inner .inner-left .box.tri-right.btm-left:after,
      #about.ihrs-2022 .inner .inner-right .box.tri-right.btm-left:after {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        left: 0px;
        right: auto;
        top: auto;
        bottom: -20px;
        border: 22px solid;
        border-color: transparent transparent transparent #f12502;
        -webkit-transition: 0.7s ease border-color;
        -moz-transition: 0.7s ease border-color;
        -ms-transition: 0.7s ease border-color;
        -o-transition: 0.7s ease border-color;
        transition: 0.7s ease border-color; }
      #about.ihrs-2022 .inner .inner-left .box.tri-right.btm-left-in:after,
      #about.ihrs-2022 .inner .inner-right .box.tri-right.btm-left-in:after {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        left: 21px;
        right: auto;
        top: auto;
        bottom: -14px;
        border: 7px solid;
        border-color: #64f0f4 transparent transparent #64f0f4;
        -webkit-transition: 0.7s ease border-color;
        -moz-transition: 0.7s ease border-color;
        -ms-transition: 0.7s ease border-color;
        -o-transition: 0.7s ease border-color;
        transition: 0.7s ease border-color; }
      #about.ihrs-2022 .inner .inner-left .box.tri-right.btm-right-in:after,
      #about.ihrs-2022 .inner .inner-right .box.tri-right.btm-right-in:after {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        left: auto;
        right: 21px;
        bottom: -20px;
        border: 12px solid;
        border-color: #f04d0e #f04d0e transparent transparent;
        -webkit-transition: 0.7s ease border-color;
        -moz-transition: 0.7s ease border-color;
        -ms-transition: 0.7s ease border-color;
        -o-transition: 0.7s ease border-color;
        transition: 0.7s ease border-color; }
      #about.ihrs-2022 .inner .inner-left .box.tri-right.btm-right:after,
      #about.ihrs-2022 .inner .inner-right .box.tri-right.btm-right:after {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        left: auto;
        right: 0px;
        bottom: -20px;
        border: 12px solid;
        border-color: #f12502 #f12502 transparent transparent;
        -webkit-transition: 0.7s ease border-color;
        -moz-transition: 0.7s ease border-color;
        -ms-transition: 0.7s ease border-color;
        -o-transition: 0.7s ease border-color;
        transition: 0.7s ease border-color; }
      #about.ihrs-2022 .inner .inner-left .box.tri-right.right-in:after,
      #about.ihrs-2022 .inner .inner-right .box.tri-right.right-in:after {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        left: auto;
        right: -20px;
        top: 38px;
        bottom: auto;
        border: 12px solid;
        border-color: #f12502 transparent transparent #f12502;
        -webkit-transition: 0.7s ease border-color;
        -moz-transition: 0.7s ease border-color;
        -ms-transition: 0.7s ease border-color;
        -o-transition: 0.7s ease border-color;
        transition: 0.7s ease border-color; }
      #about.ihrs-2022 .inner .inner-left .box.tri-right.right-top:after,
      #about.ihrs-2022 .inner .inner-right .box.tri-right.right-top:after {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        left: auto;
        right: -20px;
        top: 0px;
        bottom: auto;
        border: 20px solid;
        border-color: #f12502 transparent transparent transparent;
        -webkit-transition: 0.7s ease border-color;
        -moz-transition: 0.7s ease border-color;
        -ms-transition: 0.7s ease border-color;
        -o-transition: 0.7s ease border-color;
        transition: 0.7s ease border-color; }
#about.ihrs-2022 .subHeading {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 49px; }
  @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
    #about.ihrs-2022 .subHeading {
      font-size: 21px;
      line-height: 28px; } }
@media (min-width: 992px) and (max-width: 1200px), (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px), (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
  #about.ihrs-2022 .img-achievements {
    width: 100%; } }
@media (min-width: 992px) and (max-width: 1200px), (min-width: 768px) and (max-width: 992px), (min-width: 576px) and (max-width: 768px), (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
  #about.ihrs-2022 .img-total-participants-by-year {
    width: 100%; } }
#about.venue .heading {
  color: #052943;
  font-size: 42px; }
  @media (min-width: 412px) and (max-width: 576px), (min-width: 280px) and (max-width: 411px) {
    #about.venue .heading {
      font-size: 35px; } }
  #about.venue .heading.c-red {
    font-size: 35px; }
  #about.venue .heading.c-blue {
    font-size: 35px; }
  #about.venue .heading span {
    font-family: "gothambook", Fallback, Courier; }
#about.venue .title-section {
  text-align: center; }
  #about.venue .title-section p {
    font-size: 16px; }
    @media (min-width: 1400px) {
      #about.venue .title-section p {
        font-size: 21px; } }
  @media only screen and (min-width: 1400px) and (min-width: 2500px) {
    #about.venue .title-section p {
      font-size: 28px; } }

    @media screen and (max-width: 360px) {
      #about.venue .title-section p {
        font-size: 12px; } }
#about.venue .firstRow {
  background-color: #052845;
  margin: 0 0 4rem 0;
  padding: 7rem 0; }
  #about.venue .firstRow .inner .slider {
    padding: 0;
    color: white;
    overflow: hidden; }
    #about.venue .firstRow .inner .slider .swiper-container {
      width: 100%;
      height: 100%; }
    #about.venue .firstRow .inner .slider .slider__image {
      width: 100%;
      height: 100%;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      overflow: hidden; }
      @media screen and (max-width: 1200px) {
        #about.venue .firstRow .inner .slider .slider__image {
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px; } }
      @media screen and (max-width: 360px) {
        #about.venue .firstRow .inner .slider .slider__image {
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px; } }
      #about.venue .firstRow .inner .slider .slider__image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    #about.venue .firstRow .inner .slider .slider__flex {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; }
      @media screen and (max-width: 767px) {
        #about.venue .firstRow .inner .slider .slider__flex {
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      #about.venue .firstRow .inner .slider .slider__flex .slider__col {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 15.5%;
        margin-left: 14px; }
        @media screen and (min-width: 2300px) {
          #about.venue .firstRow .inner .slider .slider__flex .slider__col {
            width: 20%;
            margin-left: 30px; } }
        @media screen and (max-width: 767px) {
          #about.venue .firstRow .inner .slider .slider__flex .slider__col {
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            align-items: center;
            margin-left: 0;
            margin-top: 22px;
            width: 100%; } }
        #about.venue .firstRow .inner .slider .slider__flex .slider__col .slider__thumbs {
          height: 37.8vw; }
          @media screen and (max-width: 767px) {
            #about.venue .firstRow .inner .slider .slider__flex .slider__col .slider__thumbs {
              height: auto;
              width: 100%;
              margin: 0; } }
          #about.venue .firstRow .inner .slider .slider__flex .slider__col .slider__thumbs .slider__image {
            transition: 0.25s;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
            opacity: 0.5; }
            @media screen and (max-width: 360px) {
              #about.venue .firstRow .inner .slider .slider__flex .slider__col .slider__thumbs .slider__image {
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                -o-border-radius: 3px;
                border-radius: 3px; } }
            #about.venue .firstRow .inner .slider .slider__flex .slider__col .slider__thumbs .slider__image:hover {
              opacity: 1; }
          #about.venue .firstRow .inner .slider .slider__flex .slider__col .slider__thumbs .swiper-slide-thumb-active .slider__image {
            -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
            opacity: 1; }
      #about.venue .firstRow .inner .slider .slider__flex .slider__images {
        flex: 1;
        height: 37.8vw; }
        @media screen and (max-width: 767px) {
          #about.venue .firstRow .inner .slider .slider__flex .slider__images {
            flex: unset;
            width: 100%;
            height: auto; } }
        #about.venue .firstRow .inner .slider .slider__flex .slider__images .slider__image img {
          transition: 3s; }
        #about.venue .firstRow .inner .slider .slider__flex .slider__images .slider__image:hover img {
          transform: scale(1.1); }
#about.venue .secondRow {
  margin: 0 0 7rem 0; }
  #about.venue .secondRow .inner {
    background-color: white;
    border: 1px solid #DDDFE2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    padding: 2rem 2rem; }
    @media screen and (min-width: 2300px) {
      #about.venue .secondRow .inner {
        padding: 3rem; } }
    @media screen and (max-width: 1200px) {
      #about.venue .secondRow .inner {
        padding: 1.5rem; } }
    @media screen and (max-width: 767px) {
      #about.venue .secondRow .inner {
        padding: 1rem;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px; } }
    #about.venue .secondRow .inner .location .img-plan {
      border: 1px solid #c7c7c7;
      padding: 21px 0;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
    #about.venue .secondRow .inner .map {
      width: 100%;
      height: 15vw;
      margin: 1.5rem 0; }
      @media screen and (min-width: 2300px) {
        #about.venue .secondRow .inner .map {
          height: 20vw; } }
      @media screen and (max-width: 1200px) {
        #about.venue .secondRow .inner .map {
          margin: 1rem 0;
          height: 20vw; } }
      @media screen and (max-width: 767px) {
        #about.venue .secondRow .inner .map {
          height: 50vw; } }
      #about.venue .secondRow .inner .map iframe {
        width: 100%;
        height: 100%; }

/*
     FILE ARCHIVED ON 16:49:23 Apr 04, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:51:34 Jun 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.906
  exclusion.robots: 0.09
  exclusion.robots.policy: 0.067
  esindex: 0.014
  cdx.remote: 41.072
  LoadShardBlock: 224.565 (3)
  PetaboxLoader3.resolve: 219.076 (4)
  PetaboxLoader3.datanode: 145.591 (5)
  load_resource: 183.1
  loaddict: 37.029
*/