/*

Tooplate 2115 Marvel

https://www.tooplate.com/view/2115-marvel

*/


@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,700");
body {
  font-family: "Maven Pro", sans-serif;
  padding-top: 70px;
}

body {
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: padding-top;
       -o-transition-property: padding-top;
          transition-property: padding-top;
}

.full-screen {
  padding: 8rem 0;
}

.small-text {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 50px;
  letter-spacing: 0.2px;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  padding: 0.5em;
}

a {
  font-weight: normal;
  text-decoration: none !important;
  transition: all 0.4s ease;
  color: #0063e2;
}


a:hover {
  color: #00727a !important;
  text-decoration: underline !important;
}

.navbar-brand .uil {
  font-size: 40px;
}

p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #5b5b5b;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  letter-spacing: -1px;
  margin-top:1em;
}

h1 {
  color: #121212;
  font-size: 2.8em;
  margin: 24px 0;
}

h2 {
  color: #353535;
  font-size: 2.4em;
  font-weight: bold;
}

h1~p {
  text-align: left;
}

h3 {
  color: #484848;
}

h3,
b, strong {
  font-weight: bold;
}

.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px; 
  overflow: hidden;
}

.custom-btn {
  background: #eee;
  color: #5b5b5b;
  font-weight: bold;
  border-radius: 50px;
  padding: 13px 29px;
  font-size: 14px;
  line-height: normal;
  overflow: hidden;
  transition: all 0.4s ease;
}

.custom-btn:hover {
  color: #00727a;
}

.custom-btn.custom-btn-bg {
  background: #474559;
  color: #ffffff;
}

.custom-btn.custom-btn-bg:hover {
  background: #00727a;
  color: #ffffff !important;
}

.animated {
  position: relative;
}

.animated-info {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  width: 100%;
  position: relative;
}

.animated-item {
  color: #00727a;
  font-size: 38px;
  line-height: inherit;
  display: block;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 1px;
  right: 0;
  left: 0;
  animation: BottomTotop 6s linear infinite 0s var(--playState);
}

.animated-item:first-child {
  opacity: 1;
}

.animated-item:nth-child(2n+2) {
  animation-delay: 2s;
}
.animated-item:nth-child(3n+3) {
  animation-delay: 4s;
}

#playAnimationCheckbox {
  display: inline-block;
  text-align: left;
  font-weight: bold;
  font-family: sans-serif;
  margin-top: 1em;
  margin-bottom: 2em;
  padding: 0.25em;
  width: 150px;
}

#playAnimationCheckbox p {
  display: inline;
  margin-left: 5px;
  top:1rem;
}

@keyframes BottomTotop {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
    transform: translateY(0px);
  }
  10% {
    opacity: 1;
    transform: translateY(0px);
  }
  25% {
    opacity: 1;
    transform: translateY(0px);
  }
  30% {
    opacity: 0;
    transform: translateY(5px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  will-change: transform;
  transition: transform 200ms linear;
}

.navbar[class*="-unpinned"] {
  transform: translate(0, -150%);
}

.navbar[class*="-pinned"] {
  transform: translate(0, 0);
}

.navbar[class*="headroom--not-top"] {
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand {
  font-weight: bold;
}

.navbar-expand-sm .navbar-nav .nav-link {
  padding: 0 20px;
} 

.nav-link {
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
  padding: 0;
}

.nav-link span {
  position: relative;
  display: inline-block;
  transition: transform 0.3s;
}

.nav-link span:before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0);
}

.navbar-light .navbar-nav .nav-link {
  color: #595959;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #00727a;
  font-weight: bold;
}
.navbar-light .navbar-nav .nav-link:focus span,
.navbar-light .navbar-nav .nav-link:hover span {
  transform: translateY(-100%);
}

.navbar-light .navbar-toggler-icon {
  background: none;
}

.navbar-toggler {
  border: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:first-child {
  transform: rotate(45deg);
  top: 6px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-child(2) {
  display: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:last-child {
  transform: rotate(-45deg);
  bottom: 1px;
}

.navbar-toggler .navbar-toggler-icon {
  background: #121212;
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  transition: all 0.4s ease;
  position: relative;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.dropdown-menu {
  margin-top: 0;
}

.navbar .nav-item:hover .dropdown-menu { 
    display: block; 
    position: absolute;
    margin: 0;
}	


.copyright-text {
  font-weight: normal;
  display: block;
}

.color-mode {
  font-weight: bold;
  cursor: pointer;
}

.color-mode-icon:after {
  font-family: 'unicons';
  content: '\ea9f';
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
}
.color-mode-icon.active:after {
  font-family: 'unicons';
  content: '\eb65';
  font-size: 30px;
}

.dark-mode {
  background: #121212;
}

.dark-mode .navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

.dark-mode .navbar-light .navbar-nav .nav-link:hover {
  color: #62d1da;
}

.dark-mode .navbar[class*="headroom--not-top"] {
  background: #121212;
  border-bottom: 1px solid #1f1f1f;
}

.dark-mode .small-text {
  color: #ffffff;
}

.dark-mode p,
.dark-mode ul li{
  color: #f3f3f4;
}

.dark-mode a {
  color: #7fb0f0;
}

.dark-mode a:hover {
  color: #62d1da !important;
}

.dark-mode .custom-btn:hover {
  color: #62d1da;
}

.dark-mode .custom-btn.custom-btn-bg {
  background: #826C99;
  color: #ffffff;
}

.dark-mode .custom-btn.custom-btn-bg:hover {
  background: #62d1da;
  color: #ffffff !important;
}

.dark-mode .animated-item {
  color: #62d1da;
}

.dark-mode .feature-card .uil,
.dark-mode .navbar-light .navbar-brand,
.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6,
.dark-mode .color-mode {
  color: #ffffff;
}

.dark-mode .owl-carousel .owl-nav button.owl-next,
.dark-mode .owl-carousel .owl-nav button.owl-prev,
.dark-mode .owl-carousel button.owl-dot {
  color: #ffffff;
}

.dark-mode .owl-carousel .owl-item img {
  box-shadow: 0px 0px 10px 10px rgba(71, 69, 89, 0.5);
}

.dark-mode .owl-theme .owl-nav [class*=owl-]:hover {
  color: #826C99;
}

.dark-mode .timeline-yr {
  background: #eeeeee;
}

.dark-mode .timeline-yr span  {
  color: #474559;
}

.dark-mode .timeline-wrapper:before {
  background: #eeeeee;
}

.dark-mode .fa-linkedin,
.dark-mode .fa-github,
.dark-mode .fa-codepen {
  background: #ffffff; 
  color:#121212;
}

.dark-mode body {background: #121212}
.dark-mode .light-only { display: none; }
html:not(.dark-mode) .dark-only { display: none; }

.dark-mode .about-avatar img{
  border-radius: 35% 10%;
}

.dark-mode figcaption {
  color: #ffffff;
}

.dark-mode .copyright-text {
  color: #ffffff;
}

.about-avatar {
  display: -ms-grid;
  display: grid;
  justify-content: center;
}

.about-avatar img {
  margin-bottom: 2rem;
  max-height: 40em;
}

.timeline-wrapper {
  position: relative;
  padding: 22px 0;
}

.timeline-wrapper:last-child:before {
  height: 0;
}

.timeline-wrapper:before {
  content: "";
  background: #474559;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 38px;
}

.timeline-yr {
  background: #474559;
  border-radius: 100%;
  position: absolute;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
}
.timeline-yr span {
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
  display: block;
  line-height: 75px;
}

.timeline-info {
  display: inline-block;
  vertical-align: top;
  max-width: 432px;
  margin-left: 6em;
}
.timeline-info small {
  color: #474559;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.owl-carousel .owl-nav span {
  display: none;
}

.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
  background: none;
  padding: 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-family: 'unicons';
  font-size: 100px;
  line-height: normal;
}

.owl-carousel .owl-nav .owl-prev:before {
  content: '\e833';
  left: -45px;
}

.owl-carousel .owl-nav .owl-next:before {
  content: '\e836';
  right: -45px;
}

.owl-theme .owl-nav [class*=owl-] {
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  color: #00727a;
}

.owl-theme .owl-dots .owl-dot {
  outline: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #5b5b5b;
}

.owl-carousel .owl-item img {
  display:inline;
  width:80%; 
  align-items: center;
  margin: 15px;
  box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.2);
}

.google-map iframe {
  width: 100%;
}

.contact-form {
  position: relative;
}

.contact-form .form-control {
  background: transparent;
  border-radius: 2px;
  outline: none;
  box-shadow: none;
  font-weight: bold;
  margin: 16px 0;
}

.contact-form .form-control:not(textarea) {
  height: 48px;
}

.contact-form .form-control:hover, .contact-form .form-control:focus {
  border-color: #00727a;
}

.contact-form .submit-btn {
  background: #00727a;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  transition: all 0.4s ease;
}

.contact-form .submit-btn:hover {
  background: #474559;
}

.contact-info {
  background: #474559;
  border-radius: 0 0 3px 3px;
  position: relative;
  bottom: 8px;
}

.contact-info p, .contact-info a {
  color: #f7f3f3;
}

.fa {
  padding: 10px;
  font-size: 25px;
  width: 45px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 10%;
}

.fa:hover {
  opacity: 0.7;
}

.fa-linkedin,
.fa-github,
.fa-codepen {
  background: #121212;
  color: #ffffff;
}

.social-links .uil {
  color: #f7f3f3;
  font-size: 20px;
  display: block;
  margin: 5px 0;
}

.social-links .uil:hover {
  color: #00727a;
}

@media (min-width: 1270px) {
  .owl-theme .owl-dots {
    position: relative;
    bottom: 50px;
  }
}

@media (min-width: 767px) {
  .flex-container {
  display: flex;
  }
  .flex-child {
  flex: 1;
  }
}

@media (max-width: 991px) {
  .full-screen {
    padding-bottom: 4rem;
  }
  .about-image {
    margin-top: 4em;
  }
  .mobile-mt-2,
  .contact-form {
    margin-top: 2em;
  }
  .contact-info {
    padding: 0 2rem;
  } 
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.4em;
  }
  h2 {
    font-size: 2em;
  }
  .animated-item {
    font-size: 28px;
  }
  #darkToggle span {
    display:none
  }
  .navbar-collapse {
    background: #ffffff;
    text-align: center;
    padding-bottom: 20px;
  }
  .dark-mode .navbar-collapse {
    background: #121212;
  }
  .dark-mode .navbar-toggler-icon {
    background: #ffffff;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 3px 20px;
  }
  .dropdown-menu {
    right: 0;
  }
}

@media (max-width: 650px) {
  .custom-btn-group {
    text-align: center;
  }
  .custom-btn {
    display: block;
    margin: 10px 0;
  }
  .color-mode-icon:after {
    font-size: 24px;
  }
  .color-mode-icon.active:after {
    font-size: 24px;
  }
  .owl-theme .owl-nav {
    display: none;
  }
  .timeline-info small {
    display: block;
    margin: 10px 0 0 0;
  }
}

@media (max-width: 320px) {
  .animated-text {
    margin-top: 0;
  }
  .about-text {
    text-align: center;
  }
  .full-screen {
    padding: 4rem 0;
  }
  .mobile-block {
    display: block;
  }
  .contact-info {
    flex-direction: column;
  }
  .social-links li {
    display: inline-block;
    vertical-align: top;
  } 
}

@media (prefers-reduced-motion:reduce) {
  .animated-item {
    animation: BottomTotopReduced 6s linear infinite 0s var(--playState);
  }
}

@keyframes BottomTotopReduced {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

ul.simple-list {
  text-align: left;
  padding: 0 2rem;
  background-color:#e5f6f6;
  border-top: solid #05aba6;
  margin-bottom: 2em;
  }

.dark-mode ul.simple-list {
background-color: #2b2b2b;
border-top: solid #5b5b5b;
}

li.simple-list-item {
  list-style-type: disc;
}

li.simple-list-subitem {
  list-style-type: circle;
  margin: 0 2em;
}

li.simple-list-item img {
  width:100%;
}

ul.emoji-list {
  text-align: left;
  padding: 0 2rem;
  background-color:#e5f6f6;
  border-top: solid #05aba6;
  margin-bottom: 2em;
  }

.dark-mode ul.emoji-list {
background-color: #2b2b2b;
border-top: solid #5b5b5b;
}

li.emoji-list-item {
  padding-left: 2rem;
}

ul.emoji-list > li:nth-child(1) {
  list-style: "📱";
  list-style-position: outside;
}

ul.emoji-list > li:nth-child(2) {
  margin-top: 10px;  
  list-style: "🌗";
  list-style-position: outside;
}

ul.emoji-list > li:nth-child(3) {
  margin-top: 10px;
  list-style: "😵";
  list-style-position: outside;
}

ul.emoji-list > li:nth-child(4) {
  margin-top: 10px;
  list-style: "📁";
  list-style-position: outside;
}

ul.emoji-list > li:nth-child(5) {
  margin-top: 10px;
  list-style: "📃";
  list-style-position: outside;
}

ul.emoji-list ul li {
  margin-top: 10px;
  list-style-type: circle;
}

.switch {
  display: inline-block;
  height: 34px;
  position: relative;
}

.switch input {
  display:none;
}

.slider {
  background-color: #7f7f7f;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 26px;
}

input:checked + .slider {
  background-color: #00727a;
}

.dark-mode input:checked + .slider {
  background-color: #62d1da;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
  width: 60px;
  left: 8rem;
}

.slider.round:before {
  border-radius: 50%;
}

iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.video {
  padding:56.25% 0 5% 0;
  position:relative;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  vertical-align: -0.4em;
  
}
blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
  color: #5b5b5b
}

.dark-mode blockquote p {
  color: #121212;
}

