.mfp-bg, .mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}

.mfp-bg, .mfp-container, .mfp-wrap {
  height: 100%;
  width: 100%;
}

.mfp-container:before, .mfp-figure:after {
  content: "";
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-close, .mfp-preloader {
  text-align: center;
  position: absolute;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  top: 50%;
  width: auto;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-close, .mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  right: 0;
  top: 0;
  text-decoration: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-figure, img.mfp-img {
  line-height: 0;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}

.mfp-arrow .mfp-a, .mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow .mfp-b, .mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-image-holder .mfp-content, img.mfp-img {
  max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.mfp-figure:after, img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}

img.mfp-img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure:after {
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.ps-container.ie6 .ps-scrollbar-x, .ps-container.ie6 .ps-scrollbar-y {
  font-size: 0;
}

.ps-container .ps-scrollbar-x-rail {
  position: absolute;
  bottom: 3px;
  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}

.ps-container .ps-scrollbar-x, .ps-container .ps-scrollbar-y-rail {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: absolute;
}

.ps-container.hover .ps-scrollbar-x-rail, .ps-container:hover .ps-scrollbar-x-rail {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.ps-container .ps-scrollbar-x-rail.hover, .ps-container .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-x-rail.in-scrolling {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y-rail {
  right: 3px;
  width: 8px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}

.ps-container.hover .ps-scrollbar-y-rail, .ps-container:hover .ps-scrollbar-y-rail {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.ps-container .ps-scrollbar-y-rail.hover, .ps-container .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-y-rail.in-scrolling {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ps-container .ps-scrollbar-x {
  bottom: 0;
  height: 8px;
  background-color: #aaa;
  border-radius: 4px;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x, .ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x {
  background-color: #999;
}

.ps-container .ps-scrollbar-y {
  position: absolute;
  right: 0;
  width: 4px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y, .ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y {
  background-color: #999;
}

.ps-container.ie .ps-scrollbar-x, .ps-container.ie .ps-scrollbar-y {
  visibility: hidden;
}

.ps-container.ie.hover .ps-scrollbar-x, .ps-container.ie.hover .ps-scrollbar-y, .ps-container.ie:hover .ps-scrollbar-x, .ps-container.ie:hover .ps-scrollbar-y {
  visibility: visible;
}

body.dark {
  background: #232323;
}

.dark .left-title h1 {
  color: #fff;
}

.dark .giggs-list span {
  color: #fff;
}

.dark .line-bg {
  border-bottom: solid 1px #404040;
}

.dark .feature span {
  color: #fff;
}

.dark .skills {
  border: solid 1px rgb(47, 47, 47);
  background: #191919;
}

.dark .skill-list h3 {
  color: #fff;
}

.dark .center-title h1 {
  color: #fff;
}

.dark .info-title {
  color: #fff;
}

.dark .dotted-bg {
  background: #232323;
  border-bottom: solid 1px #404040;
}

.dark .pricing {
  background: #191919;
  border: solid 1px #313131;
}

.dark .pricing .price li.coin {
  color: #fff;
}

.dark .price hr {
  border-top: 1px solid #3e3d3d;
}

.dark .pricing h3 {
  color: #fff;
}

.dark .giggs_button {
  color: #fff;
}

.dark .giggs_button:before {
  background: #fff;
}

.dark .giggs_button:hover, .giggs_button:focus, .giggs_button:active {
  color: #000;
}

.dark .giggs_button2 {
  color: #fff;
}

.dark a.giggs_button2 {
  color: #fff;
}

.dark .giggs_button2:hover {
  background: #fff;
  color: #000;
  transition: all ease 0.3s;
}

.dark .testimonial {
  background: #191919;
  border-top: solid 1px #313131;
  border-left: solid 1px #313131;
  border-right: solid 1px #313131;
}

.dark .testimonial ul hr {
  border-top: 1px solid #3e3e3e;
}

.dark .testimonial ul li.name {
  color: #fff;
}

.dark .blog-info {
  border-left: solid 1px #313131;
  border-right: solid 1px #313131;
  background: #191919;
}

.dark .blog-box h4 {
  color: #fff;
}

.dark .blog-box a.blog-link {
  color: #fff;
}

.dark p {
  color: #999999;
}

.dark .form-input {
  background: #232323;
  border: solid 1px #464646;
}

.dark .form-text {
  border: solid 1px #464646;
  background: #232323;
}

.dark .contact-info i {
  color: #fff;
  background: #232323;
}

.dark .resume-info {
  border-left: 2px solid #3c3c3c;
}

.dark .resume-info:last-child {
  border: 0;
  padding-left: 32px;
}

.dark .nav-fixed {
  background: #151515;
  border: solid 1px #2f2f2f;
  box-shadow: none;
}

.dark .nav-fixed ul li a {
  color: #fff;
}

.dark .nav-fixed .logo {
  color: #fff;
}

.dark .nav-fixed .right-menu {
  border: solid 1px #4c4c4c;
  color: #989898;
}

.dark .nav-fixed .responsive {
  border: solid 1px #4c4c4c;
  color: #989898;
}

.dark .sidebar-content {
  background: #232323;
}

.dark .widget-categories ul li a {
  border-bottom: 1px solid #383838;
  color: #949494;
}

.dark .widget-title h2 {
  color: #ffffff;
}

.dark .widget-posts .sidebar-posts .post-content p {
  color: #999999;
}

.dark .widget-posts ul.sidebar-posts li {
  border-bottom: 1px solid #383838;
}

.dark .profile-job {
  color: #fff;
}

.dark .widget-tags ul li a {
  border: solid 1px #4c4c4c;
  color: #989898;
}

.dark .slidemenu-fixed {
  background: #232323;
}

.dark .tweet li {
  color: #888888;
  border-bottom: 1px solid #3a3a3a;
}

.dark .tweet li a {
  color: #fff;
}

.dark .widget-twitter a.twitter-account {
  color: #ffffff;
}

.dark .works-info {
  border: solid 1px rgb(51, 51, 51);
  background: #000;
}

.dark .works-info .work-title {
  color: #fff;
}

.dark .works-info ul.works-informations li {
  color: #adacac;
}

.dark .blog-content h1 {
  color: #fff;
}

.dark .blog-comments .comments li {
  border-bottom: 1px solid #3a3a3a;
}

.dark .blog-comments .comments .comment-info h3 {
  color: #fff;
}

.dark .blog-content li {
  color: #fff;
}

.dark .accordion .panel-group .panel {
  background: #000;
}

.dark .accordion .panel .panel-heading a {
  background: #000;
  color: #fff;
}

.dark .accordion .panel-default {
  border-color: #545454;
}

.dark .accordion .panel .panel-heading a i {
  border-right: solid 1px #464646;
}

.dark blockquote {
  color: #fff;
}

.dark .not_found h2 {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .dark .nav-fixed ul li a {
    color: #fff;
  }

  .selected {
    color: #ff423a !important;
  }

  .dark .nav-menu {
    background: #0a0a0a;
  }

  .dark .nav-menu li a {
    border-top: 1px solid #292929;
    color: #fff;
  }
}
.black-bg {
  background-color: black;
}

.selected:after, .slidemenu-close, .widget-title:before, .widget-tags ul li a:hover, .center-title:before, .left-title:before, .giggs_button, .giggs_button2, .info-title::after, .rounded-icon i, .backtop:hover, .audio-on .music-wave, .slidemenu-close {
  background: #ff423a;
}

nav ul li a:after, .skill-list .progress .percentage {
  background-color: #ff423a;
}

nav ul li a:hover, .profile-name, .widget-posts .sidebar-posts .tags a, .widget-categories ul li a:hover, .widget-categories li a:hover:after, .tweet li a,
.widget-twitter a.twitter-account:hover, .blog-content .blog-data, .blog-comments .comments .comment-info a:hover, .works-info ul.works-informations li span, .feature i, .info-date {
  color: #ff423a;
}

.widget-tags ul li a:hover, blockquote, .contact-info i, .uil-ripple-css div:nth-of-type(1), .uil-ripple-css div:nth-of-type(2) {
  border-color: #ff423a;
}

.pricing, .blog-info, .testimonial {
  border-bottom: 3px solid #ff423a;
}

.select-cat {
  color: #ff423a !important;
}

.blog-media i {
  background-color: rgba(255, 66, 58, 0.85);
}

.accordion .panel .panel-heading a i {
  color: #ff423a;
}

/* --------------------------------- */
/* Css Styles                        */
/*---------------------------------- */
/**
	R. Giggs - Creative Onepage Template
	Author : TavillaThemes
	Copyright 2016

/* Table of Content
==================================================

	0. Calendar
	1. Body and Core Css
	2. Home Section
	3. About Section
	4. Portfolio Section
	5. Contact Section
	6. Responsive
	7. Slider & Video Home

/*------------------------ 0 Calendar ------------------------*/
.bottom-button-bar {
  width: 100%;
  position: sticky;
  bottom: 0;
  top: 0;
  padding: 10px;
}

.border-today {
  border: 2px solid #0d6efd !important;
}

.cursor-pointer {
  cursor: pointer;
}

.bg-secondary-light {
  background-color: #EEEEEE;
}

/*---------------------------Accordion -----------------------------*/
/*
.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
*/
/*-------------------------------------------------------------------*/
/*------------------------ 1 Body and Core Css ------------------------*/
body {
  min-height: 100%;
  font-family: "Poppins", sans-serif;
}
body .breadcrumb a {
  color: #444;
}

html {
  height: 100%;
}

.hidden {
  display: none !important;
}

.word-definition-content {
  display: none;
  padding: 15px 20px;
  background: #f6f6f6;
  color: #061a42;
}

.img-responsive {
  width: 100%;
}

.word-definition-term::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 2px -2px;
  background: currentColor url(/img/icon/info-white.svg) no-repeat 6px 3px;
  background-size: 4px auto;
  border-radius: 50%;
}

p.lg {
  font-size: 1.3rem;
  color: #444;
  line-height: 2rem;
  font-family: "Poppins", sans-serif;
}

p.sm {
  font-size: 1rem;
}

.blockquote-footer {
  background-color: unset !important;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

.top_15 {
  margin-top: 15px;
}

.bottom_30 {
  margin-top: 30px;
}

.top_30 {
  margin-bottom: 30px;
}

.top_45 {
  margin-top: 45px;
}

.top_60 {
  margin-top: 60px;
}

.top_90 {
  margin-top: 90px;
}

.padding_30 {
  padding: 30px 0;
}

.padding_45 {
  padding: 45px 0;
}

.padding_60 {
  padding: 60px 0;
}

.padding_90 {
  padding: 90px 0;
}

.padbot {
  padding-bottom: 30px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  transition: all ease 0.3s;
  z-index: 11;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.nav-fixed {
  position: fixed;
  transition: all ease 0.3s;
  background: #fff;
  border: 0;
  -webkit-box-shadow: -5px 10px 12px -10px rgba(201, 201, 201, 0.67);
  -moz-box-shadow: -5px 10px 12px -10px rgba(201, 201, 201, 0.67);
  box-shadow: -5px 10px 12px -10px rgba(201, 201, 201, 0.67);
}

.nav-fixed ul li a {
  color: #000;
}

.nav-fixed .logo {
  color: #000;
}

nav {
  z-index: 100;
}

.nav-menu {
  float: right;
  line-height: 32px;
  margin-bottom: 0;
}

nav ul li {
  float: left;
  list-style: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  position: relative;
  margin-right: 3px;
}

nav ul li a {
  color: #fff;
  line-height: 72px;
  display: block;
  text-decoration: none !important;
  font-size: 13px;
  padding: 0 7px;
  font-weight: 500;
}

.selected:after {
  content: "";
  display: block;
  margin: auto;
  height: 2px;
  width: 100%;
  transition: width 0.5s ease, background-color 0.5s ease;
}

nav ul li a:after {
  height: 2px;
  width: 0;
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  transition: all 0.2s ease-in-out;
}

nav ul li a:hover:after {
  width: 100%;
  transition: all 0.2s ease-in-out;
}

.logo {
  float: left;
  padding: 22px 0px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.responsive {
  display: none;
  float: right;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: solid 1px #8a8989;
  padding: 9px 13px;
  margin: 14px 0 0 0;
  cursor: pointer;
}

.nav-fixed .responsive {
  border: solid 1px #dcdcdc;
  color: #000;
  font-weight: 500;
}

.active {
  color: #afafaf;
}

.site-button:focus {
  outline: 0;
}

.nav-menu li a:focus {
  color: #000;
}

.ok {
  background: green !important;
  border: solid 2px green !important;
  color: white;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.form-inp.reqError, .contact-form textarea.reqError {
  border-color: #f00;
}

.content {
  margin-top: 60px;
}

.subpage-nav {
  display: block !important;
  position: relative;
}

.page-title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 2;
  position: relative;
}

.page-title h1 {
  font-size: 75px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -3px;
  margin-bottom: 20px;
}

/* Sections */
.bd {
  padding: 1.5rem;
  margin: 1rem -0.75rem 0;
  border: 1px solid #dee2e6;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

section, article {
  padding-top: 10px;
}

/* Section Backgrounds */
.dotted-bg {
  background: url(/img/dotted-bg.png) bottom repeat-x;
  padding-bottom: 60px;
}

.gray-bg {
  background: #e0e0e0;
  padding-bottom: 60px;
}

.line-bg {
  border-bottom: solid 1px #dfdfdf;
  padding-bottom: 60px;
}

/* Section Titles */
.center-title {
  padding: 0 210px;
}

.center-title h1 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 10px 0;
}

.center-title:before {
  height: 2px;
  width: 60px;
  content: "";
  display: block;
  margin: 0 auto;
}

.center-title p {
  text-align: center;
  margin-top: 15px;
}

.about .left-title {
  margin-bottom: 20px;
}

.left-title {
  display: inline-block;
  width: 100%;
}

.left-title h1 {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 10px 0;
}

.left-title:before {
  height: 2px;
  width: 60px;
  content: "";
  display: block;
  margin: 0 auto;
  float: left;
}

/* List */
.giggs-list {
  color: #444;
  font-size: 12.5px;
  list-style: none;
  padding: 0;
}

.giggs-list li {
  line-height: 34px;
}

.giggs-list span {
  color: #000;
}

/*preloader */
#preloader {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: table;
  text-align: center;
}

.spinner {
  margin: auto;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-ms-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-o-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
.uil-ripple-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.uil-ripple-css div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  border-width: 12px;
  border-style: solid;
  -ms-animation: uil-ripple 2s ease-out infinite;
  -moz-animation: uil-ripple 2s ease-out infinite;
  -webkit-animation: uil-ripple 2s ease-out infinite;
  -o-animation: uil-ripple 2s ease-out infinite;
  animation: uil-ripple 2s ease-out infinite;
}

.uil-ripple-css div:nth-of-type(2) {
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.not_found {
  text-align: center;
}

.not_found h1 {
  font-size: 220px;
  font-weight: 700;
  color: #b9b9b9;
}

.not_found h2 {
  font-size: 22px;
  font-weight: 600;
}

/*---------------------------Accordion restyle -------------*/
.accordion-button,
.accordion-button:not(.collapsed) {
  background-color: #0b0b0b;
  color: white;
}

/*------------------------ Blog section ------------------------*/
legend {
  font-size: 1.25rem;
  font-weight: 600;
}

/*------------------------ 2 Home ------------------------*/
h1.xl {
  font-size: 3rem;
}

h1.m {
  font-size: 1.5rem;
}

h2.sm {
  font-size: 1.2rem;
}

h3.sm {
  font-size: 1rem;
}

.ml-0 {
  margin-left: 0;
}

.pl-0 {
  padding-left: 0;
}

.dl-container {
  border: 1px solid #dee2e6;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 1.5rem;
}

.home {
  background: url("/img/geodesicdome.jpg") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  width: 100%;
  display: table;
  z-index: 10;
  position: relative;
}

.home-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 2;
  position: relative;
}

.profile-img {
  width: 230px;
  height: 230px;
  margin: 0 auto;
  border-radius: 150px;
  overflow: hidden;
  margin-bottom: 35px;
  box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.38);
}

.profile-img img {
  width: 100%;
}

.home-profile h1 {
  font-size: 60px !important;
}

.home-content h1 {
  font-size: 70px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -3px;
}

.home:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.home-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.home.video-section {
  padding: 0;
  background: none;
}

.home.video-section .home-content {
  position: initial;
}

.home.video-section .home-content .home-down, .home.video-section .home-content h1 {
  position: relative;
  z-index: 3;
}

.home-down {
  color: #fff;
  font-size: 23px;
  opacity: 0.5;
  padding-top: 70px;
  padding-left: 20px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}

.home-down:hover, .home-down:focus {
  color: #fff;
  opacity: 1;
}

.home-down.selected {
  color: #fff !important;
}

.home-down.selected:after {
  width: 0;
}

.home-down:hover {
  color: #fff;
  transition: all 0.3s ease;
}

.home-down:focus {
  color: #fff;
}

/* arrow css3 animation */
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes bounce {
  0%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes bounce {
  0%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-20px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
}
.bounce {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

/* social */
.home-social {
  position: absolute;
  z-index: 12;
  bottom: 0;
  display: block;
  padding: 20px;
  text-align: center;
}

.home-social li {
  margin-top: 20px;
}

.home-social a {
  color: #fff;
  font-size: 15px;
  transition: all ease 0.3s;
  opacity: 1;
}

.home-social a:hover {
  transition: all ease 0.3s;
  opacity: 0.5;
}

/*------------------------ 2 About ------------------------*/
.profile img {
  width: 100%;
}

.feature {
  margin-top: 30px;
}

.feat-icon {
  width: 10%;
  float: left;
  text-align: center;
}

.feat-text {
  width: 90%;
  float: left;
}

.feature i {
  font-size: 28px;
  text-align: center;
}

.feature span {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
}

.skills {
  border: solid 1px #ececec;
  box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.08);
  padding: 45px 30px 30px;
  background: #fff;
}

.skill-list li {
  list-style: none;
}

.skill-list .progress {
  margin: 15px 0 30px;
  display: block;
  height: 4px;
  position: relative;
  width: 100%;
  overflow: visible;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background: #dfdfdf;
  box-shadow: 0;
}

.skill-list .progress .percentage {
  border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  -o-border-radius: 50px 0 0 50px;
  bottom: 0;
  position: absolute;
  top: 0;
}

.skill-list h3 {
  font-size: 13px;
  letter-spacing: 1px;
}

/*------------------------ 3 Resume ------------------------*/
.resume-out {
  padding-left: 25px;
}

.resume-info:first-child {
  padding-top: 50px;
}

.resume-info:last-child {
  border: 0;
  padding-left: 32px;
}

.resume-info {
  border-left: 2px solid #E5E5E5;
  padding: 0 0 40px 30px;
}

.info-title {
  font-weight: 500;
  font-size: 16px;
}

.info-title::after {
  content: "";
  width: 10px;
  height: 10px;
  float: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  margin: 0px 9px 0 -36px;
}

.info-date {
  font-size: 13px;
  padding: 6px 0;
  display: block;
}

.rounded-icon i {
  width: 55px;
  text-align: center;
  padding: 20px 0;
  font-size: 15px;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.rounded-icon span {
  margin-left: 19px;
  font-weight: 500;
  color: #c5c5c5;
  letter-spacing: 7px;
}

/*------------------------ 4 Portfolio ------------------------*/
.portfolio_filter {
  text-align: center;
}

.portfolio_filter ul {
  margin: auto;
  display: inline-block;
}

.portfolio_filter ul li {
  font-size: 12.5px;
  color: #444;
  line-height: 24px;
  float: left;
  margin-right: 15px;
  list-style: none;
  cursor: pointer;
}

.isotope_items {
  min-height: 760px;
}

.single_item img {
  width: 100%;
  transition: all ease 0.3s;
}

.single_item {
  margin-bottom: 30px;
}

.portfolio-btn {
  text-align: center;
}

.work-inner {
  position: relative;
}

.work-overlay {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.overlay-in {
  display: table;
  height: 100%;
  width: 100%;
}

.work-info {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}

.overlay-in p {
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate3d(0, 80px, 0);
  -moz-transform: translate3d(0, 80px, 0);
  -ms-transform: translate3d(0, 80px, 0);
  -o-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.overlay-in .work-links {
  margin-top: 20px;
  opacity: 0;
  display: block;
  -webkit-transform: translate3d(0, 80px, 0);
  -moz-transform: translate3d(0, 80px, 0);
  -ms-transform: translate3d(0, 80px, 0);
  -o-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.overlay-in .work-links a {
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
  text-decoration: none;
  opacity: 0.7;
}

.overlay-in .work-links a:hover {
  opacity: 1;
}

.work-inner:hover > .work-overlay {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-inner:hover .overlay-in p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
}

.work-inner:hover .overlay-in .work-links {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
}

/*------------------------ 5 Pricing ------------------------*/
.pricing {
  text-align: center;
  border: solid 1px #e0e0e0;
  padding: 45px 0;
  margin: 45px 0 30px;
  background: #fff;
}

.pricing .price li {
  list-style: none;
}

.pricing .price li {
  list-style: none;
}

.pricing .price li.coin {
  font-size: 35px;
  letter-spacing: -1px;
  line-height: 36px;
}

.pricing .price li.coin small {
  font-size: 22px;
  color: #ababab;
  font-weight: 300;
}

.pricing .price li.per-month {
  font-size: 13px;
  color: #bdbcbc;
  font-weight: 300;
}

.price {
  padding: 0 45px;
}

.price hr {
  margin-bottom: 0;
  margin-top: 35px;
}

.plan-features {
  color: #b2b2b2;
  padding-bottom: 30px;
}

.plan-features li {
  list-style: none;
  line-height: 26px;
  font-size: 13px;
}

.pricing h3 {
  padding: 30px;
  font-weight: 600;
}

/*------------------------ 6 Testimonials ------------------------*/
.testimonial {
  text-align: center;
  border: solid 1px #e0e0e0;
  padding: 30px;
  margin: 45px 0 30px;
  background: #fff;
}

.testimonial ul li {
  list-style: none;
  line-height: 22px;
}

.testimonial ul li.name {
  font-size: 16px;
  font-weight: 600;
}

.testimonial ul li.degree {
  font-size: 13px;
  color: #bdbcbc;
}

/*------------------------ 7 Blog ------------------------*/
.blog-box {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}

.blog-box img {
  width: 100%;
}

.blog-box h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  padding: 8px 0;
}

.blog-box span.data {
  font-size: 12px;
  color: #929292;
  padding-top: 20px;
  display: block;
}

.blog-box a.blog-link {
  font-size: 12px;
  color: #000;
  padding-top: 20px;
  display: block;
  font-weight: 600;
  width: 90px;
}

.blog-box a.blog-link:after {
  font-family: FontAwesome;
  content: "\f054";
  display: inline-block;
  padding-top: 3px;
  font-size: 8px;
  float: right;
}

.blog-info {
  border-left: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;
  padding-bottom: 20px;
  background: #fff;
}

.blog-media {
  position: relative;
}

.blog-media i {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 55px;
  font-size: 13px;
  height: 40px;
  text-align: center;
  padding-top: 13px;
  margin: 85px 138px;
  color: #fff;
}

.gallery-post a.carousel-control {
  padding-top: 26%;
}

.gallery-post img {
  width: 100%;
}

/*------------------------ 8 Contact ------------------------*/
.contact-info i {
  width: 65px;
  height: 65px;
  text-align: center;
  background: #fff;
  border: solid 2px;
  border-radius: 50px;
  color: #000;
  padding-top: 20px;
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-info p {
  line-height: 18px;
}

.form-input {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  border: solid 1px #bebebe;
  border-radius: 3px;
  font-size: 13px;
  margin-bottom: 30px;
}

.form-text {
  width: 100%;
  padding: 10px;
  border: solid 1px #bebebe;
  border-radius: 3px;
  font-size: 13px;
  margin-bottom: 30px;
}

.contact-form .giggs_button2 {
  margin: 0 auto;
  display: block;
}

/*------------------------ 9 Footer ------------------------*/
footer:not(.blockquote-footer) {
  background: #000;
  padding: 25px 0 10px 0;
  /*	margin-top: 60px; */
  position: sticky;
  bottom: 0;
}

.wrapper-parallax {
  background: #fff;
  margin-bottom: 209px;
}

.content {
  position: relative;
  background: white;
  min-height: 500px;
}

.copyright-text {
  padding: 0 200px;
}

.copyright-text hr {
  border-top: 1px solid #353535;
}

footer {
  width: 100%;
  color: white !important;
}

footer .social {
  height: 30px;
}

footer a {
  color: #fff;
}
footer .social a {
  color: #fff;
  font-size: 35px;
  text-decoration: none;
}
footer .social a:hover {
  text-decoration: none;
}

/* back to top */
.backtop {
  cursor: pointer;
  position: fixed;
  bottom: 84px;
  right: 20px;
  width: 45px;
  height: 45px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  background: #292929;
  color: #ffffff;
  border: solid 1px #4c4c4c;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  font-size: 12px;
}

.backtop:hover {
  color: #fff;
  border: 0;
  transition: all ease 0.3s;
}

.backtop.selected {
  color: #fff !important;
}

.backtop.selected:after {
  width: 0;
  content: none;
}

/* music */
.music-wave {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 45px;
  height: 45px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -o-border-radius: 25px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
  z-index: 10;
}

.music-wave .lines {
  display: flex;
  padding-bottom: 1px;
  width: 16px;
  height: 21px;
  align-items: flex-end;
}

.music-wave span {
  display: inline-flex;
  margin: 0 1px;
  width: 2px;
  height: 5px;
  background: #fff;
}

.audio-on .music-wave span:nth-child(1) {
  -moz-animation: musicline 2s 0.5s ease-out alternate infinite;
  -webkit-animation: musicline 2s 0.5s ease-out alternate infinite;
  animation: musicline 2s 0.5s ease-out alternate infinite;
}

.audio-on .music-wave span:nth-child(2) {
  -moz-animation: musicline 2s 1s ease-out alternate infinite;
  -webkit-animation: musicline 2s 1s ease-out alternate infinite;
  animation: musicline 2s 1s ease-out alternate infinite;
}

.audio-on .music-wave span:nth-child(3) {
  -moz-animation: musicline 2s 1.5s ease-out alternate infinite;
  -webkit-animation: musicline 2s 1.5s ease-out alternate infinite;
  animation: musicline 2s 1.5s ease-out alternate infinite;
}

.audio-on .music-wave span:nth-child(4) {
  -moz-animation: musicline 2s 0.25s ease-out alternate infinite;
  -webkit-animation: musicline 2s 0.25s ease-out alternate infinite;
  animation: musicline 2s 0.25s ease-out alternate infinite;
}

@-moz-keyframes musicline {
  0% {
    height: 5px;
  }
  10% {
    height: 10px;
  }
  20% {
    height: 5px;
  }
  30% {
    height: 14px;
  }
  40% {
    height: 18px;
  }
  50% {
    height: 5px;
  }
  60% {
    height: 16px;
  }
  70% {
    height: 10px;
  }
  80% {
    height: 12px;
  }
  90% {
    height: 3px;
  }
  100% {
    height: 18px;
  }
}
@-webkit-keyframes musicline {
  0% {
    height: 5px;
  }
  10% {
    height: 10px;
  }
  20% {
    height: 5px;
  }
  30% {
    height: 14px;
  }
  40% {
    height: 18px;
  }
  50% {
    height: 5px;
  }
  60% {
    height: 16px;
  }
  70% {
    height: 10px;
  }
  80% {
    height: 12px;
  }
  90% {
    height: 4px;
  }
  100% {
    height: 18px;
  }
}
@keyframes musicline {
  0% {
    height: 5px;
  }
  10% {
    height: 10px;
  }
  20% {
    height: 5px;
  }
  30% {
    height: 14px;
  }
  40% {
    height: 18px;
  }
  50% {
    height: 5px;
  }
  60% {
    height: 16px;
  }
  70% {
    height: 10px;
  }
  80% {
    height: 12px;
  }
  90% {
    height: 4px;
  }
  100% {
    height: 18px;
  }
}
/*------------------------ 10 Sidebar ------------------------*/
header .logo a {
  color: #fff;
  text-decoration: none;
}

.main-content {
  margin-top: 120px;
  padding-bottom: 130px;
  margin-bottom: 20px;
}
.main-content p a, .main-content ul a, .main-content dl a {
  color: #444;
  text-decoration: underline;
}
.main-content p a:hover, .main-content ul a:hover, .main-content dl a:hover {
  text-decoration: none;
}

.right-menu {
  float: right;
  color: #fff;
  padding: 8px 12px;
  margin: 14px 0 0 14px;
  cursor: pointer;
}

header .right-menu {
  border: solid 1px #8a8989;
}

.nav-fixed .right-menu {
  border: solid 1px #dcdcdc;
  color: #1b1a1a;
}

.slidemenu-fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  width: 360px;
  height: 100%;
  margin: 0;
  background-color: #fff;
  -webkit-transform: translateX(450px);
  -moz-transform: translateX(450px);
  transform: translateX(450px);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
  transition: transform 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
}

.slidemenu-fixed .animate-up {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

.slidemenu-opened .slidemenu-fixed {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

.slidemenu-opened #overlay {
  top: 0;
  opacity: 0.7;
  -webkit-transition: top 0s ease 0s, opacity 0.35s ease;
  -moz-transition: top 0s ease 0s, opacity 0.35s ease;
  transition: top 0s ease 0s, opacity 0.35s ease;
}

.scroll-out {
  height: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .slidemenu-fixed {
    width: 265px;
  }

  .slidemenu-close {
    left: -35px !important;
    width: 35px !important;
    height: 35px !important;
    font-size: 13px;
  }
}
.slidemenu-close {
  top: 70px;
  left: -50px;
  width: 50px;
  height: 50px;
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  text-align: center;
  position: absolute;
  z-index: 1000;
}

.slidemenu-close img {
  width: 10px;
}

#overlay {
  position: fixed;
  z-index: 99;
  top: -1000%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: top 0s ease 0.35s, opacity 0.35s ease;
  -moz-transition: top 0s ease 0.35s, opacity 0.35s ease;
  transition: top 0s ease 0.35s, opacity 0.35s ease;
}

.sidebar-content {
  padding-bottom: 30px;
}

/*Profile Widget */
.sidebar-image {
  width: 100%;
}

.sidebar-image img {
  width: 100%;
}

.profile-name {
  font-size: 18px;
  font-weight: 600;
  display: block;
  line-height: 20px;
}

.profile-job {
  font-size: 13px;
  color: #000;
  font-weight: 100;
}

.widget-title {
  float: left;
  width: 100%;
}

.widget-title h2 {
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  margin: 17px 0 10px 0;
}

.widget-title:before {
  height: 2px;
  width: 40px;
  content: "";
  display: block;
  margin: 0 auto;
  float: left;
}

.widget-twitter, .widget-post, .widget-categories, .widget-posts, .widget-tags {
  float: left;
  width: 100%;
}

/* Banner Widget */
.widget-banner img {
  width: 100%;
}

/*latest posts*/
.widget-posts .sidebar-posts .tags a {
  font-size: 12px;
  margin-right: 5px;
}

.widget-posts .sidebar-posts .post-content p {
  color: #2e2e2e;
  line-height: 18px;
  margin-top: 2px;
  font-size: 12px;
}

.widget-posts .sidebar-posts .post-content .date-comment {
  color: #bbbbbb;
  font-size: 11px;
  font-weight: 100;
  display: block;
  margin-top: 5px;
}

.widget-posts ul.sidebar-posts {
  float: left;
}

.widget-posts ul.sidebar-posts li {
  border-bottom: 1px solid #e2e2e2;
  padding: 14px 0;
}

/* Widget Categories*/
.widget-categories ul {
  display: inline-block;
  width: 100%;
}

.widget-categories ul li a {
  border-bottom: 1px solid #e2e2e2;
  font-size: 12px;
  padding: 13px 0;
  color: #666666;
  display: block;
  transition: all ease 0.3s;
}

.widget-categories ul li a:after {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 10px;
  color: #adacac;
  padding-top: 2px;
  float: right;
}

.widget-categories ul li a:hover, .widget-categories li a:hover:after {
  transition: all ease 0.3s;
}

/* Widget Tags*/
.widget-tags ul {
  float: left;
  width: 100%;
}

.widget-tags ul li a {
  padding: 6px 11px;
  font-size: 11px;
  border: solid 1px #e2e2e2;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  float: left;
  margin: 0 5px 8px;
  min-width: 30px;
  color: #676767;
  transition: all ease 0.3s;
}

.widget-tags ul li a:hover {
  color: #fff;
  transition: all ease 0.3s;
}

/* Widget Tweets*/
.tweet ul {
  float: left;
}

.tweet li {
  color: #2e2e2e;
  margin-top: 2px;
  font-size: 12px;
  border-bottom: 1px solid #e2e2e2;
  padding: 14px 0 6px;
  line-height: 18px;
}

.tweet li strong {
  color: #afaeae;
  font-weight: 400;
  padding: 7px 0;
  display: block;
}

.widget-twitter a.twitter-account {
  font-size: 13px;
  color: #464545;
  margin-top: 15px;
  float: left;
  transition: all ease 0.3s;
}

.widget-twitter a.twitter-account:hover {
  transition: all ease 0.3s;
}

/*------------------------ 11 Blog Page ------------------------*/
.page-cover {
  background: url(/img/home.jpg) no-repeat fixed bottom/cover;
  height: 370px;
  padding-top: 190px;
}

.page-cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 370px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.page-cover h1 {
  font-size: 26px;
}

.page-cover .center-title, .page-cover .left-title {
  color: #fff;
  font-weight: bold;
  z-index: 10;
  position: relative;
}

.blog-content .blog-image img {
  width: 100%;
}

.blog-content h1 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 36px;
  text-transform: capitalize;
}

.blog-content .blog-data {
  font-size: 14px;
  padding: 15px 0;
  display: block;
}

.blog-content p {
  line-height: 26px;
  font-size: 14px;
  color: #6d6d6d;
}

blockquote {
  padding: 15px 18px;
  margin: 25px 0;
  font-weight: 500;
  letter-spacing: -1px;
  font-size: 18px;
  line-height: 30px;
  border-left: solid 3px;
}

.blog-content .post-list {
  padding: 30px;
  line-height: 28px;
}

.blog-content li {
  font-weight: 500;
  font-size: 14px;
  list-style: circle;
}

.blog-comments .comments li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #efefef;
  padding: 24px 0;
}

.blog-comments .comments img {
  width: 10%;
  float: left;
}

.blog-comments .comments .comment-info {
  float: left;
  width: 90%;
  padding-left: 15px;
}

.blog-comments .comments .comment-info h3 {
  float: left;
  font-size: 14px;
}

.blog-comments .comments .comment-info a {
  float: right;
  font-size: 11px;
  font-weight: 500;
  color: #7b7b7b;
}

.blog-comments .comments .comment-info a:hover {
  transition: all ease 0.2s;
}

.blog-comments .comments .comment-info span {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #c5c5c5;
  margin-top: 3px;
}

.blog-comments .comments .comment-info p {
  display: inline-block;
  margin: 8px 0 3px;
  line-height: 20px;
  color: #6d6d6d;
}

.reply {
  padding-left: 30px !important;
}

.replytoreply {
  padding-left: 60px !important;
}

.post-write-comment .contact-form .giggs_button2 {
  float: left;
  margin-left: 15px;
}

.page-content .blog-box.list-blog {
  margin-bottom: 60px;
  display: inline-block;
}

.page-content .blog-box.grid-blog {
  margin-bottom: 30px;
  display: inline-block;
}

/*------------------------ 12 Works Page ------------------------*/
.works-info {
  border: solid 1px #ececec;
  box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.08);
  padding: 45px 30px 66px;
  background: #fff;
}

.works-info .work-title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 36px;
  text-transform: capitalize;
}

.works-info p {
  line-height: 26px;
  font-size: 14px;
  color: #4c4c4c;
  margin-top: 15px;
}

.works-info ul.works-informations {
  margin-top: 30px;
}

.works-info ul.works-informations li {
  float: left;
  font-size: 14px;
  color: #000000;
  margin-right: 18px;
}

.works-image img {
  width: 100%;
}

.works-image {
  margin-bottom: 30px;
}

/*------------------------ 13 Elements ------------------------*/
/* Acordion  */
.accordion .panel .panel-heading {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  padding: 0;
  background: #fff;
}

.accordion .panel .panel-heading a {
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  display: block;
  padding: 20px 23px;
}

.accordion .panel-group .panel {
  margin-bottom: 15px;
  border-radius: 0px;
  box-shadow: none;
}

.accordion .panel .panel-heading a i {
  font-size: 13px;
  line-height: 25px;
  padding-right: 20px;
  margin-right: 12px;
  border-right: solid 1px #ddd;
}

.theme-buttons button {
  margin-right: 20px;
}

/* Buttons */
.giggs_button {
  display: inline-block;
  transform: translateZ(0);
  backface-visibility: hidden;
  position: relative;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 15px 34px 13px;
  min-width: 170px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
  text-decoration: none;
  transition: all ease 0.3s;
  cursor: pointer;
  overflow: hidden;
}
.giggs_button :hover {
  text-decoration: underline;
}

.giggs_button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.giggs_button:hover, .giggs_button:focus, .giggs_button:active {
  color: white;
}

.giggs_button:hover:before, .giggs_button:focus:before, .giggs_button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.giggs_button2 {
  padding: 15px 34px 13px;
  min-width: 170px;
  border: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  transition: all ease 0.3s;
  display: inline-block;
  cursor: pointer;
}

a.giggs_button2 {
  color: #fff;
}

.giggs_button2:hover {
  background: #000;
  transition: all ease 0.3s;
}

/*------------------------ 14 Responsive ------------------------*/
/*max Width 992px */
@media screen and (max-width: 991px) {
  .home-content h1 {
    font-size: 50px;
  }

  .what-can .feature {
    padding: 0 30px;
  }

  .center-title {
    padding: 0 15px;
  }

  .contact-info i {
    display: none;
  }

  .contact-info {
    margin: 10px 0;
  }

  .contact-info p {
    margin: 10px 0;
    color: #000;
  }
}
/*max Width 768px */
@media screen and (max-width: 768px) {
  .home-content h1 {
    font-size: 32px !important;
    margin-bottom: 10px;
  }

  .contact-info {
    margin-bottom: 30px;
    padding: 0 50px;
  }

  .social a {
    margin: 0 10px;
    font-size: 12px;
  }

  .nav-menu li {
    float: none;
  }

  .responsive {
    display: block;
  }

  .not_found h1 {
    font-size: 130px;
  }

  .profile-img {
    width: 170px;
    height: 170px;
  }

  .nav-menu {
    width: 100%;
    background: #fff;
    text-align: center;
    overflow: scroll;
    display: none;
  }

  .nav-menu li a {
    border-top: 1px solid #efefef;
    line-height: 45px;
    font-size: 11px;
    color: #000;
  }

  .nav-menu li a:hover:after {
    width: 0%;
  }

  .selected:after {
    display: none;
  }

  .skill-list:first-child {
    margin-bottom: 70px;
  }

  .feat-icon i {
    font-size: 23px;
  }

  .portfolio_filter ul {
    margin-top: 15px;
  }

  .portfolio_filter ul li {
    line-height: 32px;
    border: solid 1px #efefef;
    margin-bottom: 10px;
    padding: 0 11px;
    width: 45%;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }

  .copyright-text {
    padding: 0;
  }

  .music-wave, .backtop {
    right: 15px !important;
  }

  .backtop {
    bottom: 70px !important;
  }

  .music-wave {
    bottom: 15px !important;
  }

  .nav-scroll {
    height: 207px;
    overflow: hidden;
    position: relative;
  }

  .feat-icon {
    width: 12%;
  }
}
/*between 480 768px */
@media screen and (min-width: 480px) and (max-width: 768px) {
  .home-content h1 {
    font-size: 40px !important;
  }
}
/*min Width 768px */
@media screen and (min-width: 768px) {
  .nav-menu {
    display: block !important;
  }
}
.tech-stack {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.tech-stack .tech-item {
  padding: 5px;
}
.tech-stack .tech-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #dddddd;
}
.tech-stack .tech-item a img {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */
