@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

body {
  /*position: relative;*/
  margin: 0;
  padding: 0; /* 2 x LC width + RC width */
  background-color: #000000;
  background-position: center;
  background-size: cover;
  font-size: 24px;
  text-align: center;
  overflow-y: hidden;
}

h1 {
  font-size: 50px;
  word-break: break-all;
  font-family: "Tahoma", "sans-serif";
}

h2 {
  font-size: 24pt;
}

h3 {
  font-size: 20pt;
  font-weight: bold;
  margin-bottom: 0.25rem;
  color: #FFFFFF;
  position: relative;
  z-index: 5;
}

h4 {
  font-size: 14pt;
  font-weight: bold;
  padding: 0.25rem, 0;
  font-family: "Tahoma", "sans-serif";
}

h5 {
  font-size: 15pt;
  font-weight: bold;
  text-align: left;
}

h6 {
  font-size: 10pt;
  font-weight: bold;
  font-family: "Tahoma", "sans-serif";
  margin: 0;
}

p {
  font-size: 12pt;
  text-align: start;
  font-family: "gills", sans-serif;
}

p a {
  color: #4CAF50;
}

a {
  color: #4CAF50;
  text-decoration: none;
}

a:hover {
  color: #5F88E1;
}

#slider-wrapper {
  padding-left: 0; /* LC width */
  padding-right: 0; /* RC width */
  max-width: 100%;
  margin: 0 auto;
  color: #4CAF50;
  border-bottom: 2px solid #e2821d !important;
}

#slider-wrapper .project {
  position: relative;
  float: left;
  padding: 10px 10px;
}

.text-black {
  color: #000000 !important;
}

.text-white {
  color: #FFFFFF;
}

.whitebg {
  background-color: #FFFFFF;
  border-radius: 50%;
}

.blackbg {
  background-color: #000000;
}

/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}

/*------------------------------
 			Header
----------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 990;
  background: #000000;
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.12);
  font-size: 16px;
  height: 80px;
}

.col-logo {
  width: 250px;
}

.col-menu {
  width: calc(100vw - 270px);
}

.dropdown-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.mobile-dropdown {
  height: calc((100vh - 180px) / 4);
  background-color: rgba(var(--bs-black-rgb));
  width: 110vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
  color: white;
  font-size: 18pt;
  font-family: "gills";
  font-weight: 700;
  left: -5vw;
}

.social-media {
  height: 100px;
}

.menu-btn {
  position: relative;
  font-size: 12pt;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 10;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #FFFFFF;
  margin: 6px 0;
  transition: 0.4s;
}

.show .bar1 {
  transform: rotate(-45deg) translate(-9px, 6px);
}

.show .bar2 {
  opacity: 0;
}

.show .bar3 {
  transform: rotate(45deg) translate(-8px, -8px);
}

.svg-icon {
  fill: #4CAF50;
}

.menu-bar {
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 50;
}

#intro {
  margin-top: 100px;
  background: #FFFFFF;
  margin-bottom: -1202px;
}

#slideshow {
  font-size: large;
  text-align: center;
  padding: 0;
  background-color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 16px;
}

#footer {
  font-size: 12pt;
  color: #FFFFFF;
  background-color: #000000;
  padding: 0;
}

.rightfloat {
  width: 50%;
  text-align: right;
  float: right;
}

.leftfloat {
  width: 50%;
  text-align: left;
  float: left;
}

.name {
  position: relative;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  font-family: "Gill Sans", "sans-serif";
}

.mininame {
  position: relative;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
}

.logobtn {
  background-color: transparent;
  border: none;
}

.header-link {
  display: flex;
  border: #000000 1px solid;
  align-items: center;
  padding: 1rem 1.5rem;
  transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
}

/*.cls-1 {animation: col 3s linear infinite;}*/
.video_holder {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video_holder video {
  position: relative;
}

.logo_mask {
  display: inline-block;
  -webkit-mask-image: url("../art/logo.svg");
  mask-image: url("../art/logo.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.cls-1 {
  fill: url(#pattern1);
}

.cls-2 {
  animation: col-2 3s linear infinite;
}

.service-icon {
  fill: #5F88E1;
}

.anim-bg {
  animation: anim-bg 30s linear infinite;
}

@keyframes anim-bg {
  0% {
    x: 0%;
  }
  100% {
    x: -100%;
  }
}
@keyframes col-2 {
  0% {
    color: #33CCCC;
  }
  20% {
    color: #33CC36;
  }
  40% {
    color: #B8CC33;
  }
  60% {
    color: #FCCA00;
  }
  80% {
    color: #33CC36;
  }
  100% {
    color: #33CCCC;
  }
}
.logostyle {
  position: absolute;
  top: 48%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}

.index-text {
  font-size: 36pt;
  color: white;
  font-weight: 600;
  font-family: "Times New Roman", Times, serif;
}

/*------------------------------
 		Projects Search
----------------------------- */
.mepic {
  position: absolute;
  top: -310px;
  right: -600px;
  z-index: 3;
  min-width: 800px;
}

.mepic-com {
  position: absolute;
  top: 370px;
  right: 0px;
  z-index: 3;
  min-width: 800px;
}

.searchcategory {
  position: absolute;
  font-size: 14pt;
  top: 615px;
  z-index: 5;
}

.passwordbtn {
  background-color: #000000;
  border-radius: 4px;
}

.console {
  background-color: #000000;
  padding: 5px 0px;
}

/*Columns*/
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.project {
  float: left;
  width: 16.66%;
  display: none;
}

.port-btn {
  position: relative;
  font-size: 12pt;
  border: none;
  outline: none;
  padding: 8px 12px;
  background-color: #303030;
  color: white;
  cursor: pointer;
  z-index: 10;
}

.port-btn:hover {
  background-color: #585858;
}

.port-btn.active {
  background-color: #5F88E1;
  color: white;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.index-row {
  margin: 8px -16px;
}

.index-row,
.index-row > .project {
  padding: 8px;
}

.index-row:after {
  content: "";
  display: table;
  clear: both;
}

.content {
  position: relative;
  font-size: 14pt;
  color: #000000;
  z-index: 4;
}

.show {
  display: block !important;
}

.hidden {
  display: none !important;
}

/*------------------------------
 		Portfolio
----------------------------- */
.alignleft {
  position: relative;
  float: left;
  font-weight: bold;
  font-size: 20px;
  top: -13px;
  left: 5px;
}

.aligntop {
  position: relative;
  top: -17px;
}

.headertext {
  position: relative;
  /*float: left;*/
  top: -200px;
  color: #DB684C;
  font-size: 50px;
  font-weight: 500;
  font-family: "Tahoma", "sans-serif";
}

.titletext {
  float: left;
  position: relative;
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  font-family: "Tahoma", "sans-serif";
  z-index: 7;
}

.popout {
  position: absolute;
  top: 70px;
  left: -400px;
  transform: translate3d(0, 0, 0);
  z-index: 2;
  width: 1200px;
}

.logo {
  position: absolute;
  top: 100px;
  float: right;
  right: 15%;
  z-index: 2;
}

.vertical-menu {
  font-size: 15px;
  width: 174px;
  position: absolute;
  text-align: center;
  float: right;
  right: 10%;
  top: 270px;
  z-index: 3;
}

.vertical-menu a {
  border: 3px solid #000000;
  color: #000000;
  background-color: #FFFFFF;
  font-family: "Tahoma", "sans-serif";
  display: block;
  padding: 12px;
  text-decoration: none;
}

.vertical-menu a:hover {
  background-color: #4CAF50;
}

.vertical-menu a.active {
  background-color: #5F88E1;
  color: #FFFFFF;
}

.sliding-background {
  background: url("solanimus/collage.png") repeat-x;
  margin-top: 50px;
  height: 640px;
  width: 5076px;
  animation: slide3 40s linear infinite;
}

@keyframes slide3 {
  0% {
    transform: translate3d(-300px, 0, 0);
  }
  100% {
    transform: translate3d(-1992px, 0, 0);
  }
}
/***grid***/
#wrapper, .wrapper {
  display: grid;
  position: relative;
  justify-content: center;
  grid-template-columns: 0% 70% 30% 0%;
  grid-template-rows: 10px 120px 70px 10px;
  padding-top: 2%;
  font-size: 16px;
  color: #FFFFFF;
  z-index: 4;
}

#boxone, #boxtwo, #boxthree, .boxone, .boxtwo, .boxthree {
  position: relative;
  z-index: 4;
  text-align: left;
  background-color: #5F88E1;
  border: 3px solid #000000;
  padding: 10px;
}

#boxone, .boxone {
  grid-column: 2;
  grid-row: 2;
  text-align: left;
}

#boxtwo, .boxtwo {
  grid-column: 3;
  grid-row: 2;
}

#boxthree, .boxthree {
  grid-column: 2/span 2;
  grid-row-start: 3;
  grid-row-end: span 3;
}

.c-margin {
  margin-top: 0.5rem;
  padding: 0px 0.5rem !important;
}

.c-border {
  border: 3px solid #FFFFFF !important;
}

/****beginning body***/
.section-header {
  background-color: #5F88E1;
  color: #FFFFFF;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
}

.section {
  background-color: #FFFFFF;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.section2 {
  background-color: #ebf6f6;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

#desctext {
  padding: 3%;
  font-size: 18px;
}

.misctitle {
  padding: 3% 0px 0px 0px;
  font-size: 22px;
  color: #ebf6f6;
}

.invisible {
  opacity: 0;
}

.middleart {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.imgrow { /* IE10 */
  display: flex; /* IE10 */
  flex-wrap: wrap;
  justify-content: center;
}

/* Image column */
.imgcolumn { /* IE10 */
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}

.imgcolumn img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/*Three column grid for body text*/
.bodycolumn {
  text-align: left;
  font-size: 12pt;
}

.headercolumn {
  font-size: 15pt;
}

.sub-headercolumn {
  font-size: 12pt;
  color: white;
}

/*for any preview videos*/
.video {
  position: relative;
  width: 94%;
  left: 3%;
}

.yt-video {
  width: 900px;
  height: 499px;
}

.tothetop {
  position: relative;
  text-align: left;
  font-size: 16px;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  height: 450px;
}

/*allows for image zoom*/
.zoomcontainer {
  width: 1000px;
}

/*Images Zoom*/
.imgZoom {
  height: auto;
  width: 16%;
  padding: 10px 10px;
}

img.imgZoom:hover {
  position: relative;
  transform: scale(2);
  z-index: 1000;
}

/*Scrollable bg*/
.banner {
  height: 600px;
  width: 875px;
}

.project-banner {
  height: 640px;
  width: 423px;
}

.scrollable-x {
  height: 600px;
  width: 15000px;
  animation: slide 120s linear infinite;
  position: relative;
  z-index: -1;
}

.scrollable-banner {
  height: 600px;
  width: 3384px;
  animation: slide-banner 35s linear infinite;
}

@keyframes slide {
  0% {
    transform: translate3d(-2500px, 0, 0);
  }
  100% {
    transform: translate3d(-6000px, 0, 0);
  }
}
@keyframes slide-banner {
  0% {
    transform: translate3d(-50px, 0, 0);
  }
  100% {
    transform: translate3d(-1740px, 0, 0);
  }
}
/*------------------------------
 			About Page
----------------------------- */
.border {
  border-radius: 15px 50px 15px 50px;
}

.border-top-left {
  border-radius: 15px 0px 0px 0px;
}

.border-top-right {
  border-radius: 0px 50px 0px 0px;
}

.border-bottom-left {
  border-radius: 0px 0px 0px 50px;
}

.border-bottom-right {
  border-radius: 0px 0px 15px 0px;
}

.border-top {
  border-radius: 15px 50px 0px 0px;
}

.border-bottom {
  border-radius: 0px 0px 15px 50px;
}

.yellow-top {
  border-top: 2px solid #e2821d;
}

/*------------------------------
 		Connect
----------------------------- */
.abbg {
  position: relative;
  z-index: 5;
  font-size: 12pt;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px 50px;
  padding: 15px;
}

#emailaddress {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

/*Seperate Areas*/
.about-header {
  font-size: 28pt;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 5;
}

.about-section-bg {
  background: url("../art/index/index2.webp");
  height: auto;
  background-position: 90% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contactme {
  text-align: left;
  font-size: 12pt;
}

.connect {
  font-size: 4vw;
  color: #000000;
  text-align: center;
}

.skillset {
  font-size: 16pt;
}

@media screen and (max-width: 415px) {
  .skillset {
    font-size: 12pt;
  }
  .about-website {
    display: none;
  }
}
/****Contact Form****/
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ebf6f6;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #5F88E1;
  color: #FFFFFF;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #4CAF50;
}

.passsys {
  width: auto !important;
  padding: 0px !important;
}

/*------------------------------
 			Btns
----------------------------- */
.anim-btn {
  align-items: center;
  background-color: transparent;
  border: 2px solid #000000;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-flex;
  fill: #000000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: -0.8px;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 0 17px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.anim-btn:focus {
  color: #171e29;
}

.anim-btn:hover {
  border-color: #5F88E1;
  color: #5F88E1;
  fill: #5F88E1;
}

.anim-btn:active {
  border-color: #5F88E1;
  color: #5F88E1;
  fill: #5F88E1;
}

.btn-rev {
  border: 2px solid #5F88E1;
  color: #FFFFFF;
}

@media screen and (min-width: 1400px) {
  .post-1400 {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .popout {
    top: -580px;
    left: auto;
    right: 20%;
  }
  .vertical-menu {
    right: 10%;
    top: -378px;
  }
  .logo {
    top: -548px;
  }
  .maincolumn {
    position: relative;
    left: 50%;
    margin-left: -500px;
    width: 1000px;
    /***background-color: #6680C9;***/
    z-index: 1;
  }
}
@media screen and (min-width: 992px) {
  .sub-lg {
    display: none;
  }
  .imgcolumn {
    flex: 14%;
    max-width: 25%;
  }
  .video {
    position: relative;
    width: 80%;
    left: 10%;
  }
}
@media (min-width: 826px) {
  .sub-500 {
    display: none;
  }
}
@media (min-width: 768px) {
  .anim-btn {
    min-width: 170px;
  }
}
@media screen and (min-width: 576px) {
  .w-sm-50 {
    width: 50% !important;
  }
}
@media screen and (min-width: 550px) {
  #desctext {
    padding: 10%;
  }
}
@media screen and (max-width: 1400px) {
  .sub-1400 {
    display: none;
  }
  .project {
    position: relative;
    float: left;
    width: 20%;
    display: none;
    z-index: 5;
  }
}
@media screen and (max-width: 1200px) {
  .project {
    position: relative;
    float: left;
    width: 25%;
    display: none;
    z-index: 5;
  }
}
@media screen and (max-width: 991px) {
  .post-lg {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .project {
    position: relative;
    float: left;
    width: 33.33%;
    display: none;
    z-index: 5;
  }
  .yt-video {
    width: 800px;
    height: 444px;
  }
}
@media screen and (max-width: 800px) {
  .movie {
    width: 100%;
  }
  .yt-video {
    width: 650px;
    height: 361px;
  }
}
@media (max-width: 825px) {
  .post-500 {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .popout {
    display: none;
  }
  .vertical-menu {
    float: none;
    right: 50% !important;
    margin-right: -87px;
  }
  .logo {
    right: 40%;
  }
  .project {
    position: relative;
    float: left;
    width: 50%;
    display: none;
    z-index: 5;
  }
  .yt-video {
    width: 600px;
    height: 333px;
  }
}
@media screen and (max-width: 600px) {
  .rightfloat {
    width: 100%;
    text-align: center;
    float: none;
  }
  .leftfloat {
    width: 100%;
    text-align: center;
    float: none;
  }
  .yt-video {
    width: 575px;
    height: 320px;
  }
}
@media screen and (max-width: 575px) {
  .mobile-correction {
    position: relative;
    margin-top: -100px;
  }
  .searchcategory {
    top: 575px;
  }
  .mepic {
    left: -630px;
  }
  .mepic-com {
    left: -270px;
  }
  .yt-video {
    width: 500px;
    height: 278px;
  }
}
@media screen and (max-width: 550px) {
  #wrapper, .wrapper {
    grid-template-columns: 0% 70% 30% 0%;
    grid-template-rows: 10px 140px 100px 10px;
    padding-top: 2%;
    font-size: 14px;
  }
  img.imgZoom:hover {
    transform: scale(1.5);
  }
}
@media screen and (max-width: 500px) {
  .imgcolumn {
    flex: 100%;
    max-width: 100%;
  }
  .imgZoom {
    height: auto;
    width: 50%;
    padding: 10px 10px;
  }
  .yt-video {
    width: 300px;
    height: 167px;
  }
  .iframe {
    height: 300px;
  }
}
* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/* SIBLING FADE*/
.sibling-fade {
  visibility: hidden;
}

.sibling-fade > * {
  visibility: visible;
}

.sibling-fade > * {
  transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms;
}

.sibling-fade:hover > * {
  opacity: 0.4;
  transform: scale(0.9);
}

.sibling-fade > *:hover {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0ms, 0ms;
}

.project:hover {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0ms, 0ms;
}

.wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrap a {
  text-decoration: none;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  margin-left: 5px;
  flex-grow: 1;
  cursor: pointer;
}
.wrap a:before {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: calc(2px / -1);
  left: calc(2px / -1);
  background: linear-gradient(to right, #5F88E1 0%, #5F88E1 100%), linear-gradient(to top, #5F88E1 50%, transparent 50%), linear-gradient(to top, #5F88E1 50%, transparent 50%), linear-gradient(to right, #5F88E1 0%, #5F88E1 100%), linear-gradient(to left, #5F88E1 0%, #5F88E1 100%);
  background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.2s ease-in-out, background-position 0.2s ease-in-out, background-size 0.2s ease-in-out;
  transform: scaleX(0) rotate(0deg);
  transition-delay: 0.4s, 0.2s, 0s;
}
.wrap a:hover:before {
  background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(0deg);
  transition-delay: 0s, 0.2s, 0.4s;
}
.wrap a:nth-of-type(1) {
  position: relative;
}
.wrap a:nth-of-type(1):before {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: calc(2px / -1);
  left: calc(2px / -1);
  background: linear-gradient(to right, #4CAF50 0%, #4CAF50 100%), linear-gradient(to top, #4CAF50 50%, transparent 50%), linear-gradient(to top, #4CAF50 50%, transparent 50%), linear-gradient(to right, #4CAF50 0%, #4CAF50 100%), linear-gradient(to left, #4CAF50 0%, #4CAF50 100%);
  background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.2s ease-in-out, background-position 0.2s ease-in-out, background-size 0.2s ease-in-out;
  transform: scaleX(0) rotate(180deg);
  transition-delay: 0.4s, 0.2s, 0s;
}
.wrap a:nth-of-type(1):hover:before {
  background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(180deg);
  transition-delay: 0s, 0.2s, 0.4s;
}
.wrap a:nth-of-type(3) {
  position: relative;
}
.wrap a:nth-of-type(3):before {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: calc(2px / -1);
  left: calc(2px / -1);
  background: linear-gradient(to right, #e2821d 0%, #e2821d 100%), linear-gradient(to top, #e2821d 50%, transparent 50%), linear-gradient(to top, #e2821d 50%, transparent 50%), linear-gradient(to right, #e2821d 0%, #e2821d 100%), linear-gradient(to left, #e2821d 0%, #e2821d 100%);
  background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.2s ease-in-out, background-position 0.2s ease-in-out, background-size 0.2s ease-in-out;
  transform: scaleX(0) rotate(180deg);
  transition-delay: 0.4s, 0.2s, 0s;
}
.wrap a:nth-of-type(3):hover:before {
  background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(180deg);
  transition-delay: 0s, 0.2s, 0.4s;
}

.mobile-wrap a {
  text-decoration: none;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  margin-left: 5px;
  flex-grow: 1;
  cursor: pointer;
}
.mobile-wrap a:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 76px;
  top: calc(50% - 38px);
  left: calc(50% - 100px);
  background: linear-gradient(to right, #5F88E1 0%, #5F88E1 100%), linear-gradient(to top, #5F88E1 50%, transparent 50%), linear-gradient(to top, #5F88E1 50%, transparent 50%), linear-gradient(to right, #5F88E1 0%, #5F88E1 100%), linear-gradient(to left, #5F88E1 0%, #5F88E1 100%);
  background-size: 100% 3px, 3px 200%, 3px 200%, 0% 3px, 0% 3px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.2s ease-in-out, background-position 0.2s ease-in-out, background-size 0.2s ease-in-out;
  transform: scaleX(0) rotate(0deg);
  transition-delay: 0.4s, 0.2s, 0s;
}
.mobile-wrap a:hover:before {
  background-size: 150% 3px, 3px 300%, 3px 300%, 55% 3px, 55% 3px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(0deg);
  transition-delay: 0s, 0.2s, 0.4s;
}
.mobile-wrap a:nth-of-type(1) {
  position: relative;
}
.mobile-wrap a:nth-of-type(1):before {
  content: "";
  position: absolute;
  width: 200px;
  height: 76px;
  top: calc(50% - 38px);
  left: calc(50% - 100px);
  background: linear-gradient(to right, #4CAF50 0%, #4CAF50 100%), linear-gradient(to top, #4CAF50 50%, transparent 50%), linear-gradient(to top, #4CAF50 50%, transparent 50%), linear-gradient(to right, #4CAF50 0%, #4CAF50 100%), linear-gradient(to left, #4CAF50 0%, #4CAF50 100%);
  background-size: 100% 3px, 3px 200%, 3px 200%, 0% 3px, 0% 3px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.2s ease-in-out, background-position 0.2s ease-in-out, background-size 0.2s ease-in-out;
  transform: scaleX(0) rotate(180deg);
  transition-delay: 0.4s, 0.2s, 0s;
}
.mobile-wrap a:nth-of-type(1):hover:before {
  background-size: 150% 3px, 3px 300%, 3px 300%, 55% 3px, 55% 3px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(180deg);
  transition-delay: 0s, 0.2s, 0.4s;
}
.mobile-wrap a:nth-of-type(3) {
  position: relative;
}
.mobile-wrap a:nth-of-type(3):before {
  content: "";
  position: absolute;
  width: 200px;
  height: 76px;
  top: calc(50% - 38px);
  left: calc(50% - 100px);
  background: linear-gradient(to right, #e2821d 0%, #e2821d 100%), linear-gradient(to top, #e2821d 50%, transparent 50%), linear-gradient(to top, #e2821d 50%, transparent 50%), linear-gradient(to right, #e2821d 0%, #e2821d 100%), linear-gradient(to left, #e2821d 0%, #e2821d 100%);
  background-size: 100% 3px, 3px 200%, 3px 200%, 0% 3px, 0% 3px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.2s ease-in-out, background-position 0.2s ease-in-out, background-size 0.2s ease-in-out;
  transform: scaleX(0) rotate(180deg);
  transition-delay: 0.4s, 0.2s, 0s;
}
.mobile-wrap a:nth-of-type(3):hover:before {
  background-size: 150% 3px, 3px 300%, 3px 300%, 55% 3px, 55% 3px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(180deg);
  transition-delay: 0s, 0.2s, 0.4s;
}

.test-pic {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  --bs-gutter-x: 0rem;
  position: absolute;
  left: 35px;
  border: 3px solid #FFFFFF;
}

.test-text {
  font-size: 14pt;
  text-align: start;
  font-family: "gills", sans-serif;
  width: calc(100% - 200px);
}

.grid {
  display: grid !important;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.testbg {
  background-color: #4CAF50;
  padding: 10px;
  border-radius: 0px 20px 0px 20px;
  position: relative;
  top: 20px;
  z-index: -1;
}

.test-empty {
  width: 200px;
}

@media screen and (max-width: 575px) {
  .testbg {
    top: 75px;
  }
  .test-text {
    width: 100%;
  }
  .test-empty {
    width: 100%;
    height: 100px;
  }
  .test-pic {
    left: calc(50% - 90px);
  }
  .margin-test {
    margin-bottom: 7rem !important;
  }
  .grid {
    display: block !important;
    min-height: 600px;
  }
}
@media screen and (max-width: 350px) {
  .grid {
    height: 675px !important;
  }
}
@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
html, body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

.timeline-header {
  background-color: #000000;
  border-top: 2px solid #e2821d !important;
}

.timeline {
  background-color: #000000;
  min-width: 7000px;
}

#wrap {
  width: 100%;
  overflow-x: auto;
  scrollbar-color: #000000 #e2821d;
}

#wrap-inner {
  width: 7000px;
}

.timeline-title {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1rem;
}

.timeline-body {
  color: #FFFFFF;
  font-size: 0.8rem;
}

.timeline-date {
  color: pink;
  position: relative;
  bottom: -20px;
}

.h-line {
  height: 3px;
  background: #FFFFFF;
}

.v-line {
  border-left: 3px solid #FFFFFF;
  position: relative;
  height: 50px;
  left: 4%;
}

.about-background {
  background: url("../art/index/collage.webp");
  height: 600px;
  background-position: 15% 0%;
  background-repeat: no-repeat;
}

.com-background {
  background: linear-gradient(rgba(152, 187, 185, 0.5), rgba(255, 255, 255, 0.2)), url("../art/about/collagecom.jpg");
  height: 600px;
  background-position: 5% 0%;
  background-repeat: repeat;
}

.contacthandler {
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("../art/about/collage.webp");
  height: 100vh;
  background-size: cover;
  background-position: 45% 0%;
  background-repeat: no-repeat;
  position: absolute;
  font-weight: bold;
  font-size: 0.83em;
}

/*Seperate Areas*/
.about-header {
  font-size: 28pt;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 5;
}

.z-index {
  position: relative;
  z-index: 5;
}

/*Price Table*/
.primary-bg {
  background-color: #5F88E1;
}

.table-bg {
  background-color: #ebf6f6;
}

.table2-bg {
  background-color: #dcf0f0;
}

/*about btn*/
.about-btn {
  padding: 6px 12px;
  background-color: #5F88E1;
  border-radius: 10px;
}

.illustrate {
  border: 2px solid #000000;
}

@media screen and (max-width: 992px) {
  .connect {
    font-size: 10vw;
    text-align: center;
  }
}
/*****Commission*****/
/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #303030;
  color: #FFFFFF;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
}

.collapsible:hover {
  background-color: #585858;
}

.collapsible.active {
  background-color: #5F88E1;
  color: #FFFFFF;
}

/* Style the collapsible content. Note: hidden by default */
.c-content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 15px;
  background-color: #FFFFFF;
}

.collapsible:after {
  content: "+"; /* Unicode character for "plus" sign (+) */
  font-size: 18px;
  color: #FFFFFF;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "−"; /* Unicode character for "minus" sign (-) */
}

.ncollapsible {
  background-color: #5F88E1;
  color: #FFFFFF;
  font-size: 18px;
  color: #FFFFFF;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
}

.nc-content {
  padding: 0 18px;
  font-size: 15px;
  background-color: #FFFFFF;
}

.desc-text {
  color: #ffffff;
  font-size: 14pt;
  position: relative;
  z-index: 5;
  text-align: start;
  padding-bottom: 1.5rem;
}

/*------------------------------
 		Resources
----------------------------- */
/*sections*/
.blog-sidebar {
  background-color: white;
  border: 2px solid black;
  height: 100vh;
  width: 100%;
  padding: 10px;
}

.blog-entry {
  background-color: #ebf6f6;
  border: 1px solid black;
  margin-bottom: 10px;
  border-radius: 0px 0px 20px 20px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  opacity: 0.8;
  transform: scale(0.9) !important;
}

.web-entry {
  background-color: #ebf6f6;
  opacity: 0.8;
  border-radius: 0px 0px 0px 0px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 2px !important;
  margin-right: 2px !important;
}

/*Title*/
.blog-image-container {
  background-color: black;
  border: 2px solid white;
  overflow: hidden;
  height: 200px;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sect-title {
  color: white;
  font-size: 22pt;
  margin-top: 60px;
}

.blog-image {
  height: 100%;
}

.blog-title {
  font-size: 1.5rem;
  padding: 10px 20px 10px 20px;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.blog-subject {
  padding: 10px 20px 10px 20px;
  color: #5F88E1;
  font-size: 1rem;
  text-align: left;
}

/*Attributes*/
.blog-attr {
  padding: 10px 0px 10px 0px;
  border-radius: 0px 0px 18px 18px;
}

.blog-name {
  color: #5F88E1;
  font-size: 1rem;
  text-align: left;
  padding-left: 20px;
}

.blog-date {
  color: #5F88E1;
  font-size: 1rem;
  text-align: right;
  padding-right: 20px;
}

.ref {
  font-size: 0.8rem;
  margin: 1rem 0;
}

/*swiper*/
.swiper-slide {
  display: flex;
  justify-content: center;
  transition: all 0.4s ease;
}
.swiper-slide.swiper-slide-thumb-active {
  background: #FFFFFF;
  opacity: 1;
}
.swiper-slide.swiper-slide-active.blog-entry {
  transform: scale(1) !important;
  background: #FFFFFF;
  opacity: 1;
}

.vert-slide {
  transform: scale(1);
}

.gallery-main {
  width: 100%;
  height: 450px;
  box-shadow: 0 50px 75px 50px rgba(30, 30, 30, 0.18);
  border: 1px solid #e9e9e9;
}

.gallery-thumbs {
  order: -1;
  width: 100%;
  height: 450px;
  margin-right: 15px;
  padding-left: 15px;
}

.swiper-btn-container {
  position: absolute;
  right: 0px;
}

.swiper-button-prev, .swiper-button-next {
  position: relative !important;
  top: 20px !important;
  left: -10px !important;
  height: 30px !important;
  width: 30px !important;
  border-radius: 50% !important;
  color: #5F88E1 !important;
  background: #FFFFFF !important;
  border: 2px solid #5F88E1;
}
.swiper-button-prev::after, .swiper-button-next::after {
  font-size: 14px !important;
}
.swiper-button-prev {
  top: 28px !important;
  left: -45px !important;
  border-right: 1px solid #e9e9e9;
}

.hor-swiper {
  height: 375px;
}

.blog-bg {
  height: 100%;
  width: 100%;
  background-size: cover;
}

/*bg*/
.respic {
  position: absolute;
  top: 200px;
  right: -150px;
  z-index: 3;
  min-width: 800px;
}

.res-background {
  background: url("../art/about/garden2.webp");
  height: 600px;
  background-position: 15% 0%;
  background-repeat: no-repeat;
  border-bottom: 2px solid #e2821d !important;
}

.blog-background {
  height: 400px;
  background-color: blue;
  background-size: cover;
  background-position: 50% 40%;
  background-repeat: no-repeat;
  border-bottom: 2px solid #e2821d !important;
}

.verse {
  font-size: 1rem;
  font-family: "Tahoma", "sans-serif";
  font-style: italic;
  margin: 0;
  padding: 10px 0rem 0px 0rem;
  color: #5F88E1;
}

.verse-name {
  font-size: 0.9rem;
  font-family: "Tahoma", "sans-serif";
  font-style: italic;
  margin: 0;
  padding: 2px 0rem 10px 0rem;
  color: #5F88E1;
}

.quote {
  font-size: 0.8rem;
  font-family: "Tahoma", "sans-serif";
  margin: 0;
  padding: 0px 0rem 15px 0rem;
}

.intercessor {
  min-height: 575px;
}

.video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.video-wrapper {
  position: relative;
  width: 100%;
  min-height: 200px;
  overflow: hidden;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .video-wrapper {
    display: flex;
  }
  .intercessor {
    min-height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .sect-title, .swiper {
    position: relative;
    z-index: 10 !important;
  }
}
.epicatwork {
  color: black !important;
}

.epicatwork:hover {
  box-shadow: 0px 0px 20px 8px rgba(0, 219, 238, 0.4);
}

.number, .number2, .number3, .number4 {
  font-size: 68pt;
  color: #FFFFFF;
}

.number {
  animation: counter 1s ease-in-out;
  counter-reset: num var(--num);
  animation-fill-mode: forwards;
}

.number2 {
  animation: counter2 1s ease-in-out;
  counter-reset: num var(--num);
  animation-fill-mode: forwards;
}

.number3 {
  animation: counter3 1s ease-in-out;
  counter-reset: num var(--num);
  animation-fill-mode: forwards;
}

.number4 {
  animation: counter4 1s ease-in-out;
  counter-reset: num var(--num);
  animation-fill-mode: forwards;
}

.number::after, .number2::after, .number3::after, .number4::after {
  content: counter(num);
}

@keyframes counter {
  from {
    --num: 0;
  }
  to {
    --num: 21;
  }
}
@keyframes counter2 {
  from {
    --num: 0;
  }
  to {
    --num: 16;
  }
}
@keyframes counter3 {
  from {
    --num: 0;
  }
  to {
    --num: 4;
  }
}
@keyframes counter4 {
  from {
    --num: 0;
  }
  to {
    --num: 15;
  }
}/*# sourceMappingURL=about.css.map */