/*!
Theme Name: Nusite
Theme URI: http://underscores.me/
Author: OKD Agency
Author URI: https://okd.com
Description: Nusite Theme
Version: 1.0.0
Text Domain: nusite
*/
/* Reset
--------------------------------------------- */
@media (min-width: 1640px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.row.custom_footer-container .mt-5 {
	height: 225px;
}

.nf-form-content input:not([type=button]), .nf-form-content textarea {
	background-color: transparent !important;
	border: 2px solid #fff;
}

.nf-form-content input:not([type=button])::placeholder, .nf-form-content textarea::placeholder {
	color: white;
}

.nf-form-content input[type=button] {
	background: transparent !important;
}

.brandfire-cx {
	height: 500px;
}

.feature-box-left .features-container {
	align-items: start !important;
}

.home-box .box-link {
	padding: 50px;
	background-color: #212121;
}

hr.homehr {
	color: #FFC830;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 50px;
	opacity: 1;
	height: 3px;
}

.home-about-section .img-align {
	margin-bottom: 75px;
	margin-right: 25px;
	margin-left: 25px;
}

.bg-dark {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #212121 !important;
}

.container-special {
	max-width: 1200px
}

.bg-dark p {
	margin: 0px;
}

.border-after::after {
	content:' ';
    display:block;
    border-bottom:2px solid #EFB53C;
    width: 500px;
    margin: 0 auto;
	padding-top: 35px;
}

.border-primary {
  border-color: var(--bs-primary) !important;
}

.btn-outline-primary {
  color: var(--bs-dark);
  border-color: var(--bs-primary);
}

:root {
  --swiper-pagination-color: white !important;
  --swiper-theme-color: white !important;
}

.btn {
  font-size: 20px;
}

body {
  color: var(--bs-dark) !important;
}

#myNav .img-fluid {
	max-height: 47px;
}

/*img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}*/

/* Links
--------------------------------------------- */
a,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

@media only screen and (max-width: 1380px) and (min-width: 800px)  {
	#video-section {
	  margin-top: 135px !important;
	}
}
@media only screen and (min-width: 1381px)  {
	#video-section {
	  margin-top: 100px !important;
	}
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
      grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Navigation
--------------------------------------------- */
#navigation {
  z-index: 2;
  pointer-events: none;
}

#navigation .menu-sliders {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-box-flex 0.45s;
  transition: -webkit-box-flex 0.45s;
  transition: flex 0.45s;
  transition: flex 0.45s, -webkit-box-flex 0.45s, -ms-flex 0.45s;
}

#navigation .menu-sliders:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  background: transparent;
}

#navigation .menu-sliders:nth-child(odd) {
  background: rgba(0, 0, 0, 0.8);
}

#navigation .menu {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  visibility: hidden;
  z-index: 3;
}

#navigation .menu .nav .nav-link {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
}

body.menu-open #navigation .menu-sliders:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0%;
          flex: 0 0 0%;
}

body.menu-open #navigation .menu {
  pointer-events: all;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  visibility: visible;
}

/***
** Single Video Component
**/
.container-comp {
  /*max-width: 1640px;*/
	max-width: 100%;
  margin: 0 auto;
}

.container-comp .header-text p {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .main-header p span {
    font-size: 62px !important;
  }
}

@media (max-width: 767px) {
  .main-header p span {
    font-size: 42px !important;
  }
}

@media (max-width: 575px) {
  .main-header p span {
    font-size: 28px !important;
  }
}

.swiper-slide {
  height: auto;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -50px;
}

.nf-form-content {
  padding: 0;
}

.nf-form-fields-required {
  display: none;
}

.nf-form-content textarea.ninja-forms-field {
  height: 140px !important;
}

.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
  background: transparent;
  border: 1px solid var(--bs-primary) !important;
}

.nf-form-content button:hover, .nf-form-content button:active, .nf-form-content button:focus,
.nf-form-content input[type=button]:hover,
.nf-form-content input[type=button]:active,
.nf-form-content input[type=button]:focus,
.nf-form-content input[type=submit]:hover,
.nf-form-content input[type=submit]:active,
.nf-form-content input[type=submit]:focus {
  background: #F8C333 !important;
}

#ninja_forms_required_items,
.nf-field-container {
  margin-bottom: 20px !important;
}

.nf-error .nf-error-msg {
  font-size: 14px;
}

.nf-error-msg.nf-error-field-errors {
  font-size: 16px;
}

.site-footer .footer-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5fr 1fr;
      grid-template-columns: 1fr 1.5fr 1fr;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-footer .footer-container .footer-text p:last-child {
  margin-bottom: 0;
}

.site-footer .footer-container .footer-social a.nav-link {
  font-size: 28px;
}

.site-footer .footer-container .footer-social a.nav-link:hover, .site-footer .footer-container .footer-social a.nav-link:active, .site-footer .footer-container .footer-social a.nav-link:focus {
  color: var(--bs-primary) !important;
}

@media (max-width: 767px) {
  .site-footer .footer-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .site-footer .footer-container .footer-text {
    text-align: center;
  }
}

.badges-container {
  display: -ms-grid;
  display: grid;
  gap: 25px;
  row-gap: 40;
  grid-auto-flow: dense;
  -ms-grid-columns: (316px)[auto-fit];
      grid-template-columns: repeat(auto-fit, 316px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.collapse-container {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  row-gap: 40;
  grid-auto-flow: dense;
  -ms-grid-columns: (398px)[auto-fit];
      grid-template-columns: repeat(auto-fit, 398px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.collapse-container .collapse-text p {
  padding: 0 36px;
}

.link-collapse[aria-expanded=false] .text-expanded {
  display: none;
}

.link-collapse[aria-expanded=true] .text-collapsed {
  display: none;
}

@media (max-width: 424px) {
  .link-collapse span:last-child {
    font-size: 26px !important;
  }
}

@media (max-width: 767px) {
  .collapse-container {
    -ms-grid-columns: (100%)[auto-fit];
        grid-template-columns: repeat(auto-fit, 100%);
  }
}

.swiper_grid {
  width: 100%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  row-gap: 10px;
}

.swiper_grid .swiper-wrapper {
  row-gap: 10px;
}

.swiper_grid .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: calc((100% - 30px) / 2) !important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.swiper_grid .swiper-slide .slide-box {
  overflow: hidden;
  height: 100%;
}

.swiper_grid .swiper-slide .slide-box:hover .slide-title, .swiper_grid .swiper-slide .slide-box:active .slide-title, .swiper_grid .swiper-slide .slide-box:focus .slide-title {
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  color: white;
  font-family: montserrat;
  font-weight: 700;
}

.swiper_grid .swiper-button-prev,
.swiper_grid .swiper-button-next {
  color: black !important;
}

.swiper_modal .swiper-slide h2 {
  font-family: montserrat;
  text-align: center;
  margin-top: 100px;
}

.swiper_modal .swiper-slide .slide-box {
  height: 85vh;
}

.swiper_modal .swiper-slide .slide-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper_modal .swiper-button-prev,
.swiper_modal .swiper-button-next {
  color: #000000 !important;
}

.contact-us-section .container-text {
  font-weight: 600;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

.contact-us-section .container-text p {
  text-align: center;
}

.contact-us-section .container-text p span {
  display: inline-block;
}

.contact-us-section .container-text p span:first-child {
  text-align: right;
  width: 45%;
}

.contact-us-section .container-text p span:last-child {
  text-align: left;
  width: 45%;
}

.custom-btn {
  background-color: white;
  color: black;
  border-color: green;
  font-size: 20px;
  margin-top: 4rem;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 768px) {
  .custom_footer-container,
  .mobile-image {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .custom_footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.custom_footer-container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1400px;
}

.mobile-image {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-logos {
  display: flex;
  align-items: flex-end;
}


.wrapper {
  overflow: hidden;
}

.bottom-footer-text {
  margin-bottom: 30px;
  text-align: center;
}

.bottom-footer-text p {
  margin-bottom: 0;
}

.custom-text {
  font-weight: bold;
  padding: 40px 0;
}

.btn-custom {
  background-color: white;
  margin-bottom: 5rem;
}

.bg-notfound {
  background-image: url("assets/img/404-bg-1.png");
  background-repeat: no-repeat, repeat;
  background-size: cover;
}

.text-404 {
  font-size: 300px;
  font-weight: 400;
  color: #EBD636;
  margin-top: 17rem;
}

.text-details {
  font-size: 28px;
  color: white;
  margin-top: -6rem;
}
.bg-image {
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.nav-links {
  overflow: hidden;
  /*background-color: rgba(0, 0, 0, 0.7);*/
  margin: 0 auto;
  text-align: center;
  padding: 25px 0;
  /* height: 500px; */
	height: unset;
	z-index:1;
}
@media (min-width: 768px) { 
  .nav-links {
    overflow: hidden;
    /*background-color: rgba(0, 0, 0, 0.7);*/
    margin: 0 auto;
    text-align: center;
    padding: 21px 0;
    height: unset;
    z-index:1;
  }
}
@media (min-width: 992px) { 
  .nav-links {
    overflow: hidden;
    /*background-color: rgba(0, 0, 0, 0.7);*/
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    height: unset;
    z-index:1;
  }
  .page-id-5 .nav-links {
    overflow: hidden;
    /*background-color: rgba(0, 0, 0, 0.7);*/
    margin: 0 auto;
    text-align: center;
    padding: 26px 0;
    height: unset;
    z-index:1;
  }
}
@media (min-width: 1100px) { 
  .nav-links {
    overflow: hidden;
    /*background-color: rgba(0, 0, 0, 0.7);*/
    margin: 0 auto;
    text-align: center;
    padding: 25px 0;
    height: unset;
    z-index:1;
  }
}



/* .nav-links a {
  vertical-align: -webkit-baseline-middle;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
} */



@media (max-width: 767px) {
  .header-links {
    font-size: 12px;
  }
}
.header-links {
  vertical-align: -webkit-baseline-middle;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

.img-align{
    display: inline-flex;
 
    margin: 14px;
}
.box-link{
    border: solid 2px #447C01;
    background-color: black;
}

.box-button{
    border: solid 1px #447C01;    
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
    padding: 10px;
}

.box-button a {
    color: white;
    
}
/*Custom Footer*/
@media only screen and (min-width: 768px) {
  .custom_footer-container {
    display: flex;
  }
}
.custom_footer-container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1400px;
}

.mobile-image {
  margin-left: 25px;
}

.footer-logos img {
  display: inline-block;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .custom_footer-container, .mobile-image {
    text-align: center;
  }
  .mobile-image {
    margin-left: 0;
  }
}

.wrapper {
  overflow: hidden;
}

.bottom-footer-text {
  margin-bottom: 30px;
  text-align: center;
}
.bottom-footer-text p {
  margin-bottom: 0;
}

.image-description {
  padding: 0 40px;
}

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

.team-img {
  box-sizing: border-box;
  position: relative;
}

.team-container {
  border: 5px solid #212121;
  float: left;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
}

.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 5px;
  background-color: black;
  font-size: 14px;
  margin: 0;
  box-sizing: border-box;
  width: 80%;
  color: white;
}

.item-container {
  position: relative;
  color: white;
}

.image-text {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  height: 100%;
  width: 100%;
	padding:5px;
  transform: translate(-50%, -50%);
}

.image-text:hover {
  opacity: 1;
}

.image-text:hover + .img-overlay {
  opacity: 0;
}

.hidden-text{
    background-color: black;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    height: auto !important;
    min-height: 100%;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.hidden-text hr{
    color: #EFB53C;
    width: 15%;
    opacity: 1;
    position: absolute;
    margin-top: 30%;
    height: 4px;
    margin-right: 9em;
}

.hidden-text:hover{
    opacity: 1;
    background-color: rgba(0, 0, 0, .7);
    padding: 15px;
}

.link-email {
  padding: 5px 10px 10px 70px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 15px 10px;
  background-color: transparent;
  transition: background-position 500ms, background-color 500ms;
  transition-timing-function: ease-out;
  
}

.link-email:hover {
  background-color: #fff;
  border: 2px solid #fff;
  background-position: 80px 15px;
	background-image: url('assets/img/arrow-white.png');
}
.link-email-whbg {
  border: 2px solid #000000;
  padding: 5px 10px 10px 70px;
  background-image: url("assets/img/arrow-black.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 15px 10px;
  background-color: transparent;
  transition: background-position 500ms, background-color 500ms;
  transition-timing-function: ease-out;
  
}

.link-email-whbg:hover {
  color:#000;
  background-color: #fff;
  border: 2px solid #fff;
  background-position: 80px 15px;
	background-image: url('assets/img/arrow-white.png');
}

/* NINJA FORMS BUTTON */


.link-email-body {
  padding: 15px 15px 15px 160px;
  background-image: url("assets/img/arrow-yellow.png");
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 15px 10px;
  background-color: transparent;
  transition: background-position 500ms, background-color 500ms;
  transition-timing-function: ease-out;
  border: 2px solid #EFB53C;
}

.link-email-body a {
	color: white;	
}

.link-email-body:hover {
	background-image: url("assets/img/arrow-white.png");
  background-color: #fff;
  border: 2px solid #fff;
  background-position: 80px 15px;
}

.link-email-body:hover a {
	color:black;
}

.link-email-box {
  padding: 15px 15px 15px 160px;
  background-image: url("assets/img/arrow-green.png");
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 15px 10px;
  background-color: transparent;
  transition: background-position 500ms, background-color 500ms;
  transition-timing-function: ease-out;
  border: 2px solid #7AC324;
}

.link-email-box a {
	color: white;	
}

.link-email-box:hover {
	background-image: url("assets/img/arrow-white.png");
  background-color: #fff;
  border: 2px solid #fff;
  background-position: 80px 15px;
}

.link-email-box:hover a {
	color:black;
}

/*
.link-email {
  padding: 15px 15px 15px 160px;
  background-image: url("assets/img/arrow-white.png");
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 15px 10px;
  background-color: transparent;
  transition: background-position 500ms, background-color 500ms;
  transition-timing-function: ease-out;
  border: 2px solid #fff;
	
}

.link-email:hover {
  background-color: #fff;
  border: 2px solid #fff;
  background-position: 80px 15px;
}
*/

.arrow-btn {
  padding: 15px 15px 15px 160px;
  background-image: url("assets/img/arrow-yellow.png");
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 15px 10px;
  background-color: transparent;
  transition: background-position 500ms, background-color 500ms;
  transition-timing-function: ease-out;
  border: 2px solid #EFB53C;
	border-radius:0;
	width: 300px;
}


.arrow-btn:hover {
	background-image: url("assets/img/arrow-white.png");
  background-color: #fff;
  border: 2px solid #fff;
  background-position: 80px 15px;
}


.hover-btn{
    position: absolute;
    right: 0;
    bottom: 5px;
    border:0px;
    background-image: url('assets/img/arrow-white.png');
    background-repeat: no-repeat;
    padding: 15px 15px 15px 45px;
    background-position: 5px 10px;
    display: none;
}

.slider-img {
  margin: auto;
  display: block;
}

.swiper-button-prev {
  background-image: url("assets/img/prev.png");
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  background-image: url("assets/img/next.png");
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-next::after {
  display: none;
}

@media (max-width: 768px) {
    .mobile-clients{
      background-image: url('assets/img/imgpsh_fullsize_anim.png');
      background-repeat: no-repeat, repeat;
      background-size: cover;
    }
  }
  
  .custom-icons{
    padding:4px;
    color: #000;
    background-color: #fff;
    border-radius: 5px;
  }

/*
.custom-icon-linkedin{
	padding: 4px;
	color: #fff;
	background-color: #0077b7;
	border-radius: 5px;
}*/

.nf-form-title{
	font-family: Poppins, sans-serif;
	font-weight: bold;
  color:white;
}

.text-fade {
  opacity: 0;
  font-size: 21px;
  margin-top: 25px;
	margin-left:-300px;
	max-width:100%;


}

@media (min-width: 768px) {
  .seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1 {
    width: 100%;
    *width: 100%;
  }
}
@media (min-width: 992px) {
  .seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1 {
    width: 14.2857142857%;
    *width: 14.2857142857%;
  }
}
@media (min-width: 768px) {
  .five-cols .col-md-1,
.five-cols .col-sm-1,
.five-cols .col-lg-1 {
    width: 100%;
    *width: 100%;
  }
}
@media (min-width: 992px) {
  .five-cols .col-md-1,
.five-cols .col-sm-1,
.five-cols .col-lg-1 {
    width: 20%;
    *width: 20%;
  }
}

.nav-links .icon {
  display: none;
}
.nav-fixed {
  position: fixed;
  width: 100%;
  top: 0;
	z-index:2;
}

.header-text{
	margin-top:9em;
}

.toggle-button {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
@media screen and (max-width: 768px) {
  .header-links, .link-email {
    display: none;
  }
  .nav-links a.icon {
	font-size: 28px;
    float: right;
    display: block;
    text-align: left;
  }
	
	.videoParent{
		width:100vw;
		height: 120vh;
    object-fit: cover;
  }
	.videoParent video{
		object-fit: unset;
	}
}
@media screen and (max-width: 767px) {
  .videoParent{
		height: auto;
    margin-top: 97px;
    position: relative;
  }
  #video-section {
    height: auto !important;
  }
}

/*** Background Image Home ***/
@media(min-width:576px){
  #video-section {
    background-size: contain !important;
    padding-top: 104px !important;
    padding-bottom: 148px !important;
  }

  #video-section p span{
    font-size: 34px !important;
  }
}
@media(min-width:768px){
  #video-section {
    background-size: contain !important;
    
    padding-top: 104px !important;
    padding-bottom: 148px !important;
  }

  #video-section p span{
    font-size: 34px !important;
  }
}
@media(min-width:992px){
  #video-section {
    background-size: contain !important;
    height: auto !important;
    padding-top: 104px !important;
    padding-bottom: 277px !important;
  }

  #video-section p span{
    font-size: 34px !important;
  }
}
@media(min-width:1200px){
  #video-section {
    background-size: cover !important;
    height: auto !important;
    padding-top: 350px !important;
    padding-bottom: 330px !important;
  }
}
@media screen and (max-width: 575px) {
  .videoParent {
    margin-top: 155px;
  }
}
@media screen and (max-width: 768px) {
  .nav-links.responsive {
    position: relative;
  }
  .nav-links.responsive a {
    display: block;
  }
  .toggle-button {
    display: block;
  }
}
@media screen and (max-width: 768px) {
	
  .home-about-section .img-align {
    margin: 0 auto;
  }
  .img-align {
    display: flex;
    justify-content: center;
  }
  .link-email-box {
    padding: 10px 10px 10px 110px;
    background-size: 20px;
    background-position: 15px 25px;
  }
	.fab.fa-linkedin-in.fa-2x {
    font-size: 1.3em;
  }
}

@media screen and (min-width: 992px) {
  .icons-align {
    margin-left: -35px;
  }
}
.icons-align {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
} 
#footer {
  background-color: #212121;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}

#component-footer {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
}

#content-footer {
  margin-top: 110px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  z-index: -1;
}

#sc-section-635164f32f703 {
  background-color: #212121;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */

@media(min-width: 1640px){
  #custom-container .container{
    max-width: 1640px;
  }
}
.cpt-alm-wrapper .cpt-alm-item{
  margin:0 !important;
}


.evolve-post{
  width: 100%;
  height: 341px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.evolve-post .cpt-content{
  display: none;
  width: 100%;
  height: 100%;
}

.evolve-post:hover .cpt-content{
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
}

.cpt-content h2{
  font-size: 34px !important;
}
.evolve-post hr{
  width: 210px;
  color: #EFB53C;
  opacity: 1;
  height: 2px;
  margin: 0 auto;
}
.cpt-alm-btn-load-more{
  background: transparent !important;
  color: #000 !important;
  opacity: 1 !important;
  text-transform: none !important;
}
.border-warning {
  border-color: #EFB53C !important;
}
/* 
.postid-1406 header{
  background-image: url("../nusite/assets/img/Toyota_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top:30px;
}
.postid-1406 h1{
  max-width: 500px;
  font-weight: 100;
  line-break: anywhere;
  text-overflow: ellipsis;
  overflow: hidden;
}
.postid-1406 .display-4{
  font-size: 45px;
}
.postid-1406 .fw-bold{
  font-weight: 300 !important;
}

.postid-1406 hr{
  display: none;
}
.postid-1406 .blog-header{
  min-height: 450px;
} */


.blog-header{
  background-color: #212121;
  /* min-height: 590px; */
}

.blog-header hr{
  width: 100%;
  max-width: 512px;
  color: #EFB53C;
  opacity: 1;
  height: 2px;
  margin: 0 auto;
}
.post-subtitle{
  width: 100%;
  max-width: 512px;
  margin: 0 auto;
}
.post-content{
  color: #212121;
}
.post-content hr{
  width: 100%;
  max-width: 526px;
  color: #EFB53C;
  opacity: 1;
  height: 2px;
  margin: 0 auto;
}



.cpt-content p, .cpt-content h5, .cpt-content h3, .cpt-content h2, .cpt-content h4, .cpt-content h6{
  line-break: normal;
}
/****slider post ***/
.image-box{
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  width: 320px;
  height: 200px;
}
@media (max-width: 320px) { 
  .swiper-button-prev, .swiper-button-next{
    top: 28%;
  }

}

@media (min-width: 320px) { 
  .image-box{
    width: 220px;
    height: 180px;
  } 
 
}
@media (min-width: 640px) { 
  .image-box{
    width: 160px;
    height: 100px;
  } 
  
}
@media (max-width: 768px) { 
  .swiper-button-prev, .swiper-button-next{
    top: 28%;
  }

 
}
@media (min-width: 768px) { 
  .image-box{
    width: 230px;
    height: 140px;
  } 

}
@media (min-width: 992px) { 
  .image-box{
    width: 320px;
    height: 200px;
  } 
}
.slider-separator{
  width: 100%;
  max-width: 526px;
  color: #EFB53C;
  opacity: 1;
  height: 2px;
  margin: 0 ;
}
/**** posts ***/
.evolve-post .cpt-content a {
	line-break: auto;	
}

/**** Enable sound screen ***/
#enable-sound-screen {
  background-color: #ffffff;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  opacity: 0.9;
  text-align: center;
  width: 100%;
  z-index: 9;
}
#enable-sound-screen.hidden {
  animation: fadeOut 300ms linear;
}
#volume-icon {
  height: 100px;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.menu li{
	display:inline;
}

/* The Work Page */
@media screen and (max-width: 980px) {
  .cpt-alm-main .cpt-alm-grid-3, .cpt-alm-grid-2 {
    grid-template-columns: 1fr;
  }
}

/* Home Page */
#sliders-section .slide-box {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/************ home slider ******************/
.swiper-grid-slider{
  width: 100%
}


.swiper-grid-slider img{
  /* width: 100%; */
}

.swiper-grid-slider .swiper-wrapper{
  transition-timing-function: linear;
}

.item-container{
  width: 107%;
  margin:-1px;
}

.underline-text{
  transform: translate(20%, 0%);
}

.underline-text p{
  text-decoration: underline;
  text-decoration-color: #545454;
  text-underline-offset: 20px;
}


@media (min-width: 320px) { 
  .underline-text{
    transform: translate(2%, 0%);
    
  }
  .underline-text p{
    text-underline-offset: 10px !important;

  }
  .underline-text p span{
    font-size: 23px !important;
  } 
}

@media screen and (min-width: 480px) {
  .underline-text{
    transform: translate(8%, 0%);
    
  }
  .underline-text p{
    text-underline-offset: 9px !important;

  }
  .underline-text p span{
    font-size: 16px !important;
  } 
}

@media (min-width: 520px) { 
  .underline-text p{
    text-decoration: underline;
    text-decoration-color: #545454;
    text-underline-offset: 15px;
  }
  .underline-text{
    transform: translate(5%, 0%);
  }

  .underline-text p span{
    font-size: 26px !important;
  } 
}

@media(min-width: 768px) { 
  .underline-text{
    transform: translate(8%, 0%);
  }
  .underline-text p{
    text-underline-offset: 9px;

  }
  .underline-text p span{
    font-size: 38px !important;
  } 
}
@media(min-width: 992px) { 
  .underline-text{
    transform: translate(11%, 0%);
  }
  .underline-text p{
    text-underline-offset: 9px;

  }
  .underline-text p span{
    font-size: 42px !important;
  } 
}

@media screen and (min-width: 1200px) {
  .underline-text{
    transform: translate(11%, 0%);
  }
  
  .underline-text p{
    text-decoration: underline;
    text-decoration-color: #545454;
    text-underline-offset: 20px;
  }

  .underline-text p span{
    font-size: 58px !important;
  } 
}

