/*
* ----------------------------------------------------------------------------------------
Author       : Onepageboss
Template Name: Expert - Creative Personal Portfolio Template
Version      : 1.0
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
    -LOGO CSS
    -MENU CSS
    -VIDEO BACKGROUND CSS STYLE
* 04.QUOTES CSS STYLE
* 05.ABOUT CSS STYLE
* 06.SERVICE CSS STYLE
* 07.WORK CSS STYLE
* 08.TESTIMONIAL CSS STYLE
* 09.CONTACT CSS STYLE
* 10.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    color: #232323;
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #000;
}

img {
    width: 100%;
}
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

p {
    line-height: 32px;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

.section-padding {
    padding: 70px 0px;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    margin-top: 0;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 40px;
}

.white-title h2 {
    color: #fff;
}

.section-title p {
    font-weight: 300;
}

.dark-bg {
    background: #262B2D;
}


/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

.preloader {
    background: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 8px solid #222;
    border-right: 8px solid #222;
    border-bottom: 8px solid #222;
    border-left: 8px solid #fff;
    border-radius: 50%;
    -webkit-animation: spinner 1000ms infinite linear;
    animation: spinner 1000ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-area {
    height: 100%;
}

div.image {
   content:url(../images/seperator.png);
  margin-left:auto;
  margin-right:auto;
}
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.welcome-image-area {
    width: auto ;
    max-width: 100% ;
    position: relative;
    height: 100%;
    background: url(../images/bg/bg.jpg);
    background-size: cover;
    z-index: 1;
}

.welcome-image-area:after {
    max-width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.particle-bg {
    position: relative;
    height: 100%;
    background: url(../images/bg/bg2.jpg);
    background-size: cover;
    z-index: 1;
}

.particle-bg:after {
    position: absolute;
    background: rgba(0, 0, 0, .6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

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

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-text {
    padding-top: 300px;
}

.header-text h1 {
    color: #fafafa;
    font-size: 70px;
    font-weight: 600;
    text-transform: capitalize;
}

.black-bg {
    background: rgba(0, 0, 0, .6);
    margin-top: 30px;
}

.menu-bg .black-bg {
    background: #000;
    margin-top: 30px;
}

.header-top-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.logo {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a {
     padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 40px;
}

.mainmenu .navbar-nav li a {
    color: #fff;
    font-size: 10px;
    padding: 30px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.mainmenu .navbar-nav li a:hover {
    background: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
    background: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    margin: 0;
}

.menu-bg .logo {
     padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-bg .mainmenu .navbar-nav li a {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-bg .mainmenu .navbar-nav li a:hover {
    color: #fff;
}


/*
* ----------------------------------------------------------------------------------------
* VIDEO BACKGROUND CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-video-area {
    position: relative;
    height: 100%;
    background-size: cover;
    z-index: 1;
    background-position: center center;
}

.welcome-video-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

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

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}


/*
* ----------------------------------------------------------------------------------------
* 04.QUOTES CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.quotes-area {
    background: #f7f7f7;
    padding: 100px 0px;
}

.quotes-text {
    padding: 0px 100px;
}

.quotes-text h2 {
    font-size: 24px;
    line-height: 40px;
}


/*
* ----------------------------------------------------------------------------------------
* 05.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.about-me-area .col-md-6 {
    padding: 0;
}

.about-image {}

.about-text {
    padding: 50px;
}

.about-text h2 {
    font-size: 40px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 60px;
    color: #fff;
    font-weight: 700;
    position: relative;
}

.about-text h2:before {
    position: absolute;
    left: 50%;
    top: 120px;
    height: 1px;
    width: 100px;
    background: #fff;
    content: "";
    margin-left: -50px;
}

.about-text p {
    font-weight: 300;
    margin-bottom: 30px;
    color: #fff;
}

.about-text a {
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.about-text a:hover {
    -webkit-transition: .3s;
    transition: .3s;
    background: transparent;
    border: 1px solid #fff;
}


/*
* ----------------------------------------------------------------------------------------
* 06.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.service-area {
    width: auto ;
    max-width: 100% ;
    height: auto ;
    background: url(../images/bg/service-bg.jpg);
    padding: 70px 0px;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.service-area:after {
    position: absolute;
    background: rgba(0, 0, 0,);
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100% ;
    height: 100%;
    content: "";
    z-index: -1;
}

.single-service {
    text-align: center;
    padding: 10px;
}

.single-service i {
    font-size: 40px;
    margin-bottom: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    background: #F5F5F5;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    text-align: center;
    color: #1C1C1C;
    line-height: 80px;
}

.single-service h2 {
    font-size: 16px;
    text-transform: capitalize;
    margin: 20px 0px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    font-weight: 700;
}

.single-service p {
    color: #fff;
}


/*
* ----------------------------------------------------------------------------------------
* 07.WORK CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.work {
    background: #fff;
}

.work-inner .mix {
    display: none;
}

ul.work {
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 30px;
}

ul.work li {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 10px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 300;
    color: #333;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 30px;
}

ul.work li:hover {
    border: 1px solid #333;
    -webkit-transition: .3s;
    transition: .3s;
}

ul.work li.active {
    border: 1px solid #333;
}

.work .item {
    padding: 0;
    margin: 0;
}

.work .col-md-6 {
    padding: 0;
    margin: 0;
}

.work figure.effect-ruby img {
    height: auto;
    width: 100%;
}

.work .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.work .grid figure:hover {
    background: #000;
}

.work figure.effect-ruby h2 {
    margin-top: 26%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    color: #fff;
}

.work figure.effect-ruby p {
    font-size: 14px;
    text-transform: capitalize;
    border: none;
    padding: 0;
    margin: 5px 0px;
}

.work figure.effect-ruby p strong {
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 5px;
}

.work .item:hover figure.effect-ruby h2 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: .3s;
    transition: .3s;
}


/*
* ----------------------------------------------------------------------------------------
* 08.TESTIMONIAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.testimonial-area {
    background: #262B2D;
}

.testimonial-list {}

.single-testimonial h2 {
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fafafa;
    letter-spacing: 2px;
    font-weight: 700;
}

.single-testimonial h3 {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 300;
    margin-top: 0;
    color: #fff;
}

.single-testimonial p {
    font-size: 20px;
    line-height: 38x;
    color: #fafafa;
}

.single-testimonial img {
    width: 50px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.1);
    margin-top: 20px;
}

.testimonial-area .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 5px;
    height: 5px;
    margin: 5px 7px;
    border-radius: 20px;
    background: #fff;
}


/*
* ----------------------------------------------------------------------------------------
* 09.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.contact-me-area {}

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #F7F7F7;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 25px;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.contact-form button.btn {
    display: inline-block;
    color: #fff;
    background: none;
    padding: 15px 25px;
    border: 1px solid #333;
    font-size: 14px;
    border-radius: 0px;
    font-weight: 300;
    -webkit-transition: .3s;
    transition: .3s;
    background: #232323;
    text-transform: capitalize;
    border-radius: 30px;
}

.contact-form button.btn:hover {
    background: transparent;
    border: 1px solid #000;
    color: #000;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.input-success,
.input-error {
    margin-bottom: 0;
    margin-top: 10px;
    border-radius: 4px;
    display: none;
}

.input-success {
    border: 1px solid #01B500;
}

.input-error {
    border: 1px solid #ff0000;
}


/*
* ----------------------------------------------------------------------------------------
* 10.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-area {
    background: #000000;
    padding: 120px 0px;
}

.social-links ul {
    padding: 0;
    margin: 0;
}

.social-links ul li {
    display: inline-block;
    margin-bottom: 10px;
}

.social-links ul li a {
    font-size: 18px;
    color: #fff;
    margin: 0px 10px;
    display: block;
}

.header-links ul li a {
    color: #fafafa;
}

.footer-area p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}



/*
* ----------------------------------------------------------------------------------------
* PREVIEW CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.preview-body {
    background: #fafafa;
}

.preview-single-image img {
    width: 100%;
}

.preview-single-image {
    -webkit-transition: 1s;
    transition: 1s;
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.preview-single-image:hover {
    -webkit-transition: 1s;
    transition: 1s;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.preview-single-image h2 {
    font-size: 20px;
    text-align: center;
    color: #000;
    background: #fff;
    margin: 0;
    padding: 30px 20px;
}

.preview-header-top-area {
    padding: 50px 0px;
}

.preview-header-top-area h2 {
    font-size: 80px;
    color: #232323;
    text-transform: capitalize;
    font-weight: 900;
}

.preview-header-top-area p {
    color: #333;
    font-size: 30px;
    font-weight: 300;
}

.main h2 {
    color: #000;
}

.main {
    margin-bottom: 120px;
}

.center {
    text-align: center;
}

.center-justified {
  text-align: justify;
  margin: 0 auto;
  width: 60em;
 
}

.comment-item-content-info a, .event-list-item a, .sidebar-item.sidebar-category a, .content-header-content a, .shop-cart-item-name a, .blog-item-content-heading a, .blog-item-content-footer a, .center-justified a {
     text-align: justify;
    margin: auto;
  width: 60em;
    left: 160px;
  position: relative;
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  background-color: transparent;
  padding-left: 7px;
  padding-right: 7px;
  transition: all 0.25s ease-in;
  z-index: 2;
  text-transform: capitalize; }
  .comment-item-content-info a:before, .event-list-item a:before, .sidebar-item.sidebar-category a:before, .content-header-content a:before, .shop-cart-item-name a:before, .blog-item-content-heading a:before, .blog-item-content-footer a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    max-width: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: all 0.25s ease-in;
    z-index: -1; }
  .comment-item-content-info a:hover, .comment-item-content-info a:focus, .event-list-item a:hover, .event-list-item a:focus, .sidebar-item.sidebar-category a:hover, .sidebar-item.sidebar-category a:focus, .content-header-content a:hover, .content-header-content a:focus, .shop-cart-item-name a:hover, .shop-cart-item-name a:focus, .blog-item-content-heading a:hover, .blog-item-content-heading a:focus, .blog-item-content-footer a:hover, .blog-item-content-footer a:focus {
    color: #fff; }
    .comment-item-content-info a:hover:before, .comment-item-content-info a:focus:before, .event-list-item a:hover:before, .event-list-item a:focus:before, .sidebar-item.sidebar-category a:hover:before, .sidebar-item.sidebar-category a:focus:before, .content-header-content a:hover:before, .content-header-content a:focus:before, .shop-cart-item-name a:hover:before, .shop-cart-item-name a:focus:before, .blog-item-content-heading a:hover:before, .blog-item-content-heading a:focus:before, .blog-item-content-footer a:hover:before, .blog-item-content-footer a:focus:before {
      max-width: 100%; }

.tags ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .tags ul li {
    width: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 0; }
    .tags ul li .btn.btn-small {
      margin: 0; }
    .tags ul li:last-child {
      margin-right: 0; }
    .tags ul li:before {
      display: none; }

.content-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 3rem;
  padding-bottom: 3rem;
  background-color: #eee; }
  .content-wrapper input, .content-wrapper textarea {
    width: 100%;
    padding: 0.5rem 1rem;
    background-color: transparent;
    border: 0px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.75);
    transition: all 0.25s ease-in;
    color: #000;
    resize: none;
    margin-bottom: 1rem;
    outline: none; }
    .content-wrapper input:hover, .content-wrapper input:focus, .content-wrapper textarea:hover, .content-wrapper textarea:focus {
      border-bottom: solid 1px #000;
      outline: none; }
  .content-wrapper .row {
    margin-left: -15px;
    margin-right: -15px; }
  .content-wrapper .row-vertical {
    margin-bottom: -22.5px; }
  .content-wrapper [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px; }
  .content-wrapper input {
    display: inline-block;
    background: transparent;
    border: 0px;
    border-bottom: solid 1px #000;
    outline: none;
    box-shadow: none; }
    .content-wrapper input:hover, .content-wrapper input:focus {
      border: 0px;
      border-bottom: solid 1px #000;
      outline: none;
      box-shadow: none; }
  .content-wrapper textarea {
    width: 100%; }
  .content-wrapper .btn, .content-wrapper .discography-sorting-panel-sorting a, .content-wrapper .gallery-sorting-panel-sorting a {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 10px 15px;
    background-color: #000;
    margin-right: 5px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    transition: all 0.25s ease-in;
    border: 1px solid #000;
    margin-bottom: 10px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    z-index: 1;
    cursor: pointer; }
    .content-wrapper .btn:before, .content-wrapper .discography-sorting-panel-sorting a:before, .content-wrapper .gallery-sorting-panel-sorting a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      max-width: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      transition: all 0.25s ease-in;
      z-index: -1; }
    .content-wrapper .btn:hover, .content-wrapper .btn:focus, .content-wrapper .btn.active, .content-wrapper .discography-sorting-panel-sorting a:hover, .content-wrapper .discography-sorting-panel-sorting a:focus, .content-wrapper .discography-sorting-panel-sorting a.active, .content-wrapper .gallery-sorting-panel-sorting a:hover, .content-wrapper .gallery-sorting-panel-sorting a:focus, .content-wrapper .gallery-sorting-panel-sorting a.active {
      text-decoration: none;
      color: #000;
      border-radius: 0;
      box-shadow: none;
      outline: none; }
      .content-wrapper .btn:hover:before, .content-wrapper .btn:focus:before, .content-wrapper .btn.active:before, .content-wrapper .discography-sorting-panel-sorting a:hover:before, .content-wrapper .discography-sorting-panel-sorting a:focus:before, .content-wrapper .discography-sorting-panel-sorting a.active:before, .content-wrapper .gallery-sorting-panel-sorting a:hover:before, .content-wrapper .gallery-sorting-panel-sorting a:focus:before, .content-wrapper .gallery-sorting-panel-sorting a.active:before {
        max-width: 100%; }
    .content-wrapper .btn.btn-small, .content-wrapper .discography-sorting-panel-sorting a.btn-small, .content-wrapper .gallery-sorting-panel-sorting a.btn-small {
      padding: 5px 7px;
      margin-bottom: 5px;
      margin-right: 3px;
      font-size: 0.75rem; }

.content-block {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #efefef;
  width: 100%;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
  .content-block h3 {
    text-align: center; }
  .content-block-item {
    padding: 50px 0; }
    .content-block-item:nth-child(odd) {
      background-color: #f8f8f8; }
    .content-block-item:nth-child(even) {
      background-color: #e5e5e5; }

.content-header {
  position: relative;
  min-height: 250px;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  text-align: center;
  overflow: hidden; }
  .content-header.content-header-home {
    min-height: 360px;
    height: 50vh; }
    .content-header.content-header-home.content-header-home-video {
      background-color: #222; }
      .content-header.content-header-home.content-header-home-video video {
        display: none;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        height: auto;
        min-height: 120%;
        min-width: 100%;
        -webkit-perspective: 1000;
                perspective: 1000;
        position: fixed;
        right: 0;
        width: auto; }
      .content-header.content-header-home.content-header-home-video .content-header-overlay {
        background-color: rgba(0, 0, 0, 0.5); }
      .content-header.content-header-home.content-header-home-video .content-header-content-home h1 {
        color: #fff;
        margin-left: 0; }
      .content-header.content-header-home.content-header-home-video .content-header-content-video-volume {
        display: none;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 10000; }
        .content-header.content-header-home.content-header-home-video .content-header-content-video-volume i {
          font-size: 2.5rem;
          color: #fff; }
  .content-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5); }
  .content-header-particles {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    width: 100%; }
  .content-header-content {
    position: relative;
    z-index: 1001;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center; }
    .content-header-content-background-container {
      display: none; }
    .content-header-content h2 {
      padding: 20px;
      width: 100%;
      text-align: center; }
    .content-header-content ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 0; }
      .content-header-content ul li {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        .content-header-content ul li:after {
          content: '\e684';
          margin-left: 1px;
          margin-right: 1px;
          font-family: 'Pe-icon-7-stroke';
          font-weight: 900;
          font-size: 1.5rem;
          speak: none;
          font-style: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased; }
        .content-header-content ul li:before {
          display: none; }
        .content-header-content ul li:last-child:after {
          display: none; }
    .content-header-content-home {
      color: #000; }
      .content-header-content-home h1 {
        width: 200px;
        padding: 0; }







