
@import url('https://fonts.googleapis.com/css?family=Fjalla One');

h2{
  color: #3d00ff !important;
  font-family: 'Fjalla One';
  font-weight: bold;
  font-size: 35px;
}

body {
    font-size: 16px;
    line-height: 1.8;
    color: #6c757d;
    font-family: 'Fjalla One', sans-serif;

}
.emoji{
	font-size: 30px !important;
}
canvas {
  position: absolute;
  z-index: 20;
}
blockquote {
  display: block;
  border-width: 2px 0;
  border-style: solid;
  border-color: #eee;
  padding: 1.5em 0 0.5em;
  margin: 1.5em 0;
  position: relative;
}
blockquote:before {
  content: '\201C';
  position: absolute;
  top: 0em;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 3rem;
  height: 2rem;
  font: 6em/1.08em 'Fjalla One', sans-serif;
  color: #666;
  text-align: center;
}
blockquote:after {
  content: "\2013 \2003" attr(cite);
  display: block;
  text-align: right;
  font-size: 0.875em;
  color: #e74c3c;
}
.dida{
  font-size: 15px !important;
  color: black !important;
}
.menu{
  text-decoration: none !important;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none !important;
  margin: 5px 5px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
    color: black !important;
}

.responsive-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

div#line1 span#a {
  display: inline;

}

div#line1 :hover span#a {
  display: none;

}

div#line1 span#b {
  display: none;

}

div#line1 :hover span#b {
  display: inline;

}

::-moz-selection {
    background: yellow;
}

::selection {
    background: yellow;
}

h3{
  font-family: 'Fjalla One';
  font-size: 35px;
}

h1,
h3,
h5 {

    color:black !important;
    font-family: 'Fjalla One';
    font-weight: bold;
}

h4 {

    color: #3d00ff !important;
    font-family: 'Fjalla One';
    font-weight: bold;
}



.margin{
  padding-top: 4% !important;
  padding-left: 20%;
  align-self: center;
  width: 80% !important;
}

p {
  font-size: 18px!important;
  color: black;
  font-family: 'Fjalla One', sans-serif;
}

.bio {
  font-size: 25px!important;
  color: black;
  font-family: 'Fjalla One', sans-serif;
}
.link{
  color:#1414b2;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color:#1414b2 ;
}


a:hover,
a:active,
a:focus {
    text-decoration: underline;
    outline: none;
    color:black !important;
}
.bio{
  margin-right: 2%;
  margin-bottom: 0.5%;
}
.inline{
  line-height: 1.4 !important;
}
.templateux-navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 35px 0;
    z-index: 99999;
}

.templateux-navbar .container-fluid {
  z-index: 30;
    max-width: 100%;
}

.templateux-navbar .toggle-menu {
    z-index: 9999;
    position: relative;
    top: -13px;
    display: none;

}

@media (max-width: 767.98px) {
    .templateux-navbar .toggle-menu {
        display: block;

    }

}

.templateux-navbar .toggle-menu:active,
.templateux-navbar .toggle-menu:focus {
    outline: none;
}

.templateux-navbar .site-logo {
    position: relative;
    top: -10px;
    z-index: 9999;
}

.templateux-navbar .site-logo a {

    color: #3d00ff;
}

.templateux-navbar .templateux-menu {
    position: relative;
}

.templateux-navbar .templateux-menu ul {
    margin-bottom: 0;
}

.templateux-navbar .templateux-menu ul li {
    display: inline-block;
}

.templateux-navbar .templateux-menu ul li a {
    margin-right: 20px;
    font-size: 20px;
    font-family: 'Fjalla One', monospace;
    letter-spacing: .2em;
    color: #000;
    position: relative;
    padding-bottom: 5px;
    display: block;
}

.templateux-navbar .templateux-menu ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 0;
    left: 0;
    background: #000;
    -webkit-transition: .15s width ease;
    -o-transition: .15s width ease;
    transition: .15s width ease;
}

.templateux-navbar .templateux-menu ul li a:hover:before {

}

.templateux-navbar .templateux-menu ul li.active > a:before {
    width: 100%;
}

.templateux-navbar .templateux-menu ul li:last-child a {
    margin-right: 0;
}


@media (max-width: 767.98px) {

    .templateux-navbar .templateux-menu {
        position: fixed;
        width: 100%;
        background-color: #fff;
        top: 0;
        left: 0;
        margin: 0;
        text-align: left;
        height: 100vh;
        min-height: 400px;
        padding: 8px;
        display: none;
        padding-top: 100px;
        overflow-y: scroll;
    }

    .templateux-navbar .templateux-menu ul {
        margin-left: 40px;
    }

    .templateux-navbar .templateux-menu ul li {
        display: block;
        margin-bottom: 10px;
    }
    .templateux-menu ul{
      padding-top: 50px;
    }
    .templateux-navbar .templateux-menu ul li a {
        padding: 0px 0 0px 0;
        font-size: 30px;
        display: inline-block;

    }
}
a{

  cursor: url(https://cur.cursors-4u.net/mechanics/mec-5/mec440.cur), auto !important;
  }

@media (max-width: 767.98px) {
    .templateux-navbar .templateux-menu ul {
        margin-left: 0px;
    }
}

.templateux-navbar.navbar-light .site-logo a {
    color: #3d00ff;
}

.templateux-navbar.navbar-light .hamburger .hamburger-inner,
.templateux-navbar.navbar-light .hamburger .hamburger-inner::before,
.templateux-navbar.navbar-light .hamburger .hamburger-inner::after {
    background-color: none !important;
}

.templateux-navbar.navbar-light .templateux-menu ul li a {
    color: none !important;
}

.menu-open .templateux-navbar {
    position: fixed;
    left: 0;
    top: 0;
}

@media (max-width: 767.98px) {
    .menu-open .site-logo a {
        color: #3d00ff;
    }

}

.menu-open .navbar-light .hamburger .hamburger-inner,
.menu-open .navbar-light .hamburger .hamburger-inner::before,
.menu-open .navbar-light .hamburger .hamburger-inner::after {
    background-color: none;
}

.menu-open .templateux-menu li {
    opacity: 0;
    visibility: hidden;
    margin-left: -10px;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.menu-open .templateux-menu li.staggard {
    opacity: 1;
    visibility: visible;
    margin-left: 0px;
}

@media (max-width: 767.98px) {
    .menu-open .templateux-menu li a {
        color: #000 !important;
    }

}

.templateux-hero {
    z-index:30;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
}


.templateux-hero-2 {
    z-index:30;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.templateux-hero .lead {
    font-size: 28px;
}

@media (max-width: 991.98px) {
    .templateux-hero .lead {
        font-size: 20px;
    }
}

.templateux-hero .cover {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.templateux-hero .cover img {
    position: absolute;
    display: block;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.templateux-hero.overlay:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.templateux-hero.overlay h1 {
    color: #fff;
}

.templateux-hero.overlay .lead {
    color: #fff;
    opacity: .5;
}

.templateux-hero,
.intro,
.intro-3 {
    height: 20vh;
    min-height: 900px;
}


.templateux-hero-2, .intro-2 {
    height: 20vh;
    min-height: 700px;
}

mark {
  background-color: white;
  color: #3d00ff;
}


.templateux-hero .site-logo,
.intro .site-logo {

    font-size: 30px;
}

@media (max-width: 991.98px) {

    .templateux-hero h1, h2,
    .intro h1,h2 {
        font-size: 36px;
    }
}


@media only screen and (max-width: 600px) {

    .templateux-hero h1, h2,
    .intro h1,h2 {
        font-size: 36px;
    }

    .templateux-hero,
    .intro {
        height: 15vh;
        min-height: 650px;
    }

    .templateux-hero-2,
    .intro-2 {

        min-height: 500px;
    }
    .templateux-hero-2,
    .intro-2 h1,h2 {
    margin-top:100px;
    }
.templateux-hero,.intro-3 {
        height: 20vh;
        min-height: 700px;
    }
}



@media (max-width: 991.98px) {

    .templateux-hero .site-logo,
    .intro .site-logo {
        font-size: 30px;
    }
}
.templateux-portfolio-overlap {
    position: relative;
    margin-top: -250px;
    z-index: 30;
}

@media (max-width: 991.98px) {
    .templateux-portfolio-overlap {
        margin-top: -50px;
    }
}

.icon >a{
  color: #3d00ff !important;
}

.container-fluid {
  z-index: 30;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1600px;
}

@media (max-width: 767.98px) {
    .container-fluid {
      z-index: 30;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.templateux-section {
    padding: 5em 0;
    bottom: 1em 0 !important;
}

@media (max-width: 991.98px) {
    .templateux-section {
        padding: 3em 0;
    }
}

.templateux-section h2 {
    line-height: 1.5;
}

.templateux-cta {
    padding: 7em 0;
    display: block;
    background: #f8f9fa;
    position: relative;
}

.templateux-cta:before {
    content: "";
    position: absolute;
    height: 0px;
    bottom: 0;
    background: #002fa7;
    width: 100%;
    left: 0;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.templateux-cta .cta-inner {
    display: block;
    text-align: center;
}

.templateux-cta span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.templateux-cta .words-1 {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.templateux-cta .words-2 {
    opacity: 0;
    visibility: hidden;
    top: 40px;
}

.templateux-cta h2 {

    margin-bottom: 0;

    position: relative;
    bottom: 0;
    -webkit-transition: .4s all ease;
    -o-transition: .4s all ease;
    transition: .4s all ease;
}

.templateux-cta:hover:before,
.templateux-cta:focus:before {
    height: 100%;
}

.templateux-cta:hover .words-1,
.templateux-cta:focus .words-1 {
    opacity: 0;
    visibility: hidden;
    top: -40px;
}

.templateux-cta:hover .words-2,
.templateux-cta:focus .words-2 {
    opacity: 1;
    visibility: visible;
    top: 0px;
    color: #fff;
}

.section-heading {
    font-size: 14px;
    color: #1414b2;
    margin-bottom: 30px;
    display: block;
    position: relative;
}

.section-heading:after {
    content: "";
    height: 2px;
    width: 30%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #000;
}

.project,
.post {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.project figure,
.post figure {
    margin: 0;
    position: relative;

}



.project .project-hover,
.project .post-hover,
.post .project-hover,
.post .post-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #002fa7;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.project .project-hover .project-hover-inner,
.project .project-hover .post-hover-inner,
.project .post-hover .project-hover-inner,
.project .post-hover .post-hover-inner,
.post .project-hover .project-hover-inner,
.post .project-hover .post-hover-inner,
.post .post-hover .project-hover-inner,
.post .post-hover .post-hover-inner {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: .3s all ease;
    text-align: center;
}


.templateux-footer {
  z-index:30;
  margin-top: 0;
    padding: 2em 0;
    border-top: 1px solid #F4F4F4;
}

.templateux-footer .container-fluid {
  z-index:30;
  margin-top: 0;
    max-width: 100%;
}

.templateux-footer small {
  z-index:30;
  margin-top: 0;
    font-size: 16px;
}

.templateux-footer p:last-child {
  z-index:30;
  margin-top: 0;
    margin-bottom: 0;
}

.templateux-footer .footer-social {
  z-index:30;
  margin-top: 0;
    position: relative;
}

.templateux-footer .footer-social a {
  z-index:30;
  margin-top: 0;
  font-size: 30px;
    position: relative;

}

.templateux-footer .footer-social a:hover,
.templateux-footer .footer-social a:focus {
  z-index:30;


}

.btn:hover,
.btn:focus,
.btn:active {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control {
    height: 50px;
    background: #f6f6f6;
    border: none;
}

.form-control:active,
.form-control:focus {
    background: #f6f6f6;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

textarea.form-control {
    height: inherit;
}

.button {
    padding: 15px 40px;
    display: inline-block;
    font-size: 13px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    border: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.button:hover,
.button:active,
.button:focus {
    outline: none;
}

.button.button--red {
    background: #3d00ff;
}

.button.button--red:hover {
    text-decoration: none;
    font-size: 10pt;
    color: #fff;
    -webkit-box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.1);
    background: #3d00ff;
}

.go-down {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
    margin-left: -15px;
    position: absolute;
    margin-top: 70px;
}

.go-down:before {
    width: 2px;
    height: 40px;
    right: 27px;
    content: "";
    display: block;
    position: absolute;
    background: #002fa7;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    top: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.go-down:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    margin-left: -1px;
    position: absolute;
    border-top-color: #002fa7;
    border-width: 7px;
    margin-left: -7px;
    z-index:20;
}

.go-down:hover {
    height: 70px;
}

.go-down:hover:before {
    height: 70px;
}

.templateux-media h3 {
    font-size: 18px;
    color: #002fa7;
}

.templateux-media .icon span {
    font-size: 40px;
    color: #ccc;
}

.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    width: 100%;
}

.owl-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    position: relative;
    line-height: 0;
}

.owl-carousel .owl-dots .owl-dot:active,
.owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
    border: 2px solid #000;
    background: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-dots .owl-dot.active span {
    border: 2px solid #dc3545;
    background: #002fa7;
}

.owl-carousel.dots-overlap .owl-dots {
    bottom: 50px;
    position: absolute;
    z-index: 9;
}

.owl-carousel.dots-overlap .owl-dots .owl-dot span {
    border: 2px solid #fff;
    background: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.owl-carousel.dots-overlap .owl-dots .owl-dot.active span {
    border: 2px solid #002fa7;
    background: #002fa7;
}

#map {
    height: 700px;
    width: 100%;
}

.testimony {
    padding: 7em 0;
    background: #f7f7f7;
}

.testimony blockquote {
    font-size: 24px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .testimony blockquote {
        font-size: 30px;
    }
}

.testimony blockquote p {
    color: #000;
}

.testimony .author {
    color: #000;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.work-detail {
    margin-bottom: 50px;
}

.work-detail .caption {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    color: #3d00ff;
}

.work-detail strong {
    font-weight: normal;
    color: #000;
}

.custom-pagination {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.custom-pagination li {
    display: inline-block;
}

.custom-pagination .prev a,
.custom-pagination .next a {
    font-size: 20px !important;
    line-height: 38px !important;
}

.custom-pagination li a,
.custom-pagination .prev a,
.custom-pagination .next a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border-radius: 50% !important;
    font-size: 16px;
}

.custom-pagination li.active a,
.custom-pagination .prev.active a,
.custom-pagination .next.active a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    border-radius: 50% !important;
    font-size: 16px;
    background: #002fa7;
    color: #1414b2;
}

.custom-pagination li.active a:hover,
.custom-pagination li.active a:focus,
.custom-pagination .prev.active a:hover,
.custom-pagination .prev.active a:focus,
.custom-pagination .next.active a:hover,
.custom-pagination .next.active a:focus {
    color: #1414b2;
}

.custom-pagination .prev {
    float: left;
}

.custom-pagination .next {
    float: right;
}

/* Blog*/
.post-info {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: .1em;
}

.post-info > div {
    display: inline-block;
}

.post-info > div .seperator {
    display: inline-block;
    margin: 0 10px;
    opacity: .5;
}

.tagcloud a {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 7px;
    margin-right: 4px;
    border-radius: 4px;
    color: #000;
    border: 1px solid #ccc;
    font-size: 11px;
}

.tagcloud a:hover {
    border: 1px solid #000;
}

.comment-form-wrap {
    clear: both;
}

.comment-list {
    padding: 0;
    margin: 0;
}

.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%;
}

.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
}

.comment-list li .vcard {
    width: 80px;
    float: left;
}

.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%;
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
    font-size: 20px;
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: #ccc;
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1em;
    font-weight: 400;
    border-radius: 4px;
}

.comment-list li .comment-body .reply:hover {
    color: #fff;
    background: black;
}

.search-form .form-group {
    position: relative;
}

.search-form .form-group input {
    padding-right: 50px;
}

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-box {
    margin-bottom: 70px;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff;
}

.sidebar-box *:last-child {
    margin-bottom: 0;
}

.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
}


.categories li,
.sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dee2e6;
    list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.categories li a,
.sidelink li a {
    display: block;
}

.categories li a span,
.sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #1414b2;
}

.categories li.active a,
.sidelink li.active a {
    color: #1414b2;
    font-style: italic;
}

.post-meta {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .1em;
    color: #ccc;
    margin-bottom: 20px;
}

.post-meta .sep {
    margin-left: 10px;
    margin-right: 10px;
}

.block-38 .block-38-header .block-38-heading {
    font-size: 18px;
    color: #000;
    margin: 0;
    font-weight: 300;
}

.block-38 .block-38-header .block-38-subheading {
    color: #b3b3b3;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-size: 15px;
}

.block-38 .block-38-header img {
    width: 90px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.text-md-left{
  z-index: 30;
}
