/*------------------------------------------------------------------------------
                           APPLICATION MAIN STYLESHEET
 -------------------------------------------------------------------------------*/
/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT :	DESKTOP | MULTIPURPOSE HTML 5 TEMPLATE
VERSION :	2.0
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]

    1. BODY / Body & Container

    2. TYPOGRAPHY

    3. UTILITY CLASSES

 	4. COMPONENTS
	     4.1  Animations
	     4.2  Slider
	     4.3  Pre-loader /.loading
	     4.4  Launch Intro /.launch-intro
	     4.5  Grid
	     4.6  Modal  / .details-modal
	     4.7  Popup / Magnific Popup Properties & Animation / .mfp
	     4.8  Section Intro / .section-intro
	     4.9  Notification / .Notification-wrapper
	     4.10 Cart / .shopping-cart
	     4.11 Buttons / .btn
	     4.12 Forms / .form-group

	5. LAYOUTS
	     5.1  Desktop / .desktop
	     5.2  Side-Panel / .side-panel
	     5.3  Bottom Nav / .nav-tile & .nav-launcher
	     5.4  Overlay Nav / .tile-nav & .launcher-nav

    6. SECTIONS
         6.1  General Sections
         6.2  CV Sections
         6.3  Landing Sections
         6.4  Restaurant Sections
         6.5  Photography Sections
         6.6  Coming Soon Sections
         6.7  Portfolios Sections
         6.8  Agency Sections
         6.9  Section Variants
         6.10 404

     7. COLOR CLASS
         7.1 Color Classes

-------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
                              BODY & CONTAINER
------------------------------------------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  outline: 0;
  width: 100%;
  height: 100%;
  display: block;
  font-family: 'Muli', sans-serif;
  font-size: 15px;
  overflow: hidden;
  direction: ltr;
  -webkit-overflow-scrolling: touch;
  background-color: #f7f7f7;
  /*** CONTAINER ***/ }
  html .main .container, body .main .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0; }
  html .container, body .container {
    width: 100%; }
  html a, body a {
    color: #262626; }
    html a:hover, html a:focus, body a:hover, body a:focus {
      text-decoration: none;
      color: #2196F3; }
  html img, body img {
    margin: 0 auto; }
  html i, html .icon, body i, body .icon {
    display: inline-block; }

/*-----------------------------------------------------------------------------
                              TYPOGRAPHY
------------------------------------------------------------------------------*/
p, blockquote, span, a, li, .tooltip {
  line-height: 1.5;
  font-size: 15px;
  font-style: normal;
  font-family: 'Muli', sans-serif; }

h6, p, ol {
  font-family: 'Muli', sans-serif;
  margin-top: 10px;
  margin-bottom: 10px; }

h1, h2, h3, h4 {
  font-weight: 400; }

h1, h2, h3, h4, h5 {
  font-family: 'Cabin Condensed', sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px; }

h1 {
  font-size: 5.33333em; }
  @media (max-width: 1024px) {
    h1 {
      font-size: 5em; } }
  @media (max-width: 640px) {
    h1 {
      font-size: 4.33333em; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 3.33333em; } }

h2 {
  font-size: 3.46667em; }
  @media (max-width: 1024px) {
    h2 {
      font-size: 3em; } }
  @media (max-width: 640px) {
    h2 {
      font-size: 2.33333em; } }
  @media (max-width: 480px) {
    h2 {
      font-size: 2em; } }

h3 {
  font-size: 2.8em; }
  @media (max-width: 1024px) {
    h3 {
      font-size: 2.66667em; } }
  @media (max-width: 640px) {
    h3 {
      font-size: 2em; } }
  @media (max-width: 480px) {
    h3 {
      font-size: 1.66667em; } }

h4 {
  font-size: 1.6em; }
  @media (max-width: 1024px) {
    h4 {
      font-size: 1.53333em; } }
  @media (max-width: 640px) {
    h4 {
      font-size: 1.4em; } }
  @media (max-width: 480px) {
    h4 {
      font-size: 1.33333em; } }

h5 {
  font-size: 1.06667em; }
  @media (max-width: 1024px) {
    h5 {
      font-size: 1.06667em; } }
  @media (max-width: 640px) {
    h5 {
      font-size: 1.06667em; } }
  @media (max-width: 480px) {
    h5 {
      font-size: 1.06667em; } }

h6 {
  font-size: 1em; }
  @media (max-width: 1024px) {
    h6 {
      font-size: 1em; } }
  @media (max-width: 640px) {
    h6 {
      font-size: 1em; } }
  @media (max-width: 480px) {
    h6 {
      font-size: 1em; } }

/*-----------------------------------------------------------------------------
                             UTILITY CLASSES
------------------------------------------------------------------------------*/
.overflow-hide {
  overflow-x: hidden;
  overflow-y: hidden; }

.blur {
  filter: blur(3px);
  -webkit-filter: blur(3px); }

.hidden-absolute {
  position: absolute;
  left: -9999px; }

.breadcrumb {
  background: transparent;
  padding: 0; }

.breadcrumb > li + li:before {
  color: #000; }

.rating {
  font-size: 21px;
  color: #2196F3;
  display: block; }

.icon-shadow {
  font-size: 10em;
  position: absolute;
  left: 14px;
  color: #ffffff;
  top: -64px;
  z-index: 0;
  opacity: 0.2; }

.info-boxes {
  color: #ffffff;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  align-content: center; }
  .info-boxes .box {
    width: calc(100% * (1 / 2) - 12.2px);
    margin: 4px;
    text-align: center;
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.8);
    height: 100px; }
    .info-boxes .box span {
      text-transform: uppercase; }

.animated-text-content {
  display: flex;
  justify-content: center;
  flex-direction: row;
  font-family: 'Cabin Condensed', sans-serif;
  height: 100%;
  align-items: center;
  font-size: 22px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 0px 1px rgba(0, 0, 0, 0.46); }
  .animated-text-content strong {
    color: #2196F3; }
  .animated-text-content .typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    font-family: 'Cabin Condensed', sans-serif;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    font-size: 25px; }

@media screen and (max-width: 480px) {
  .animated-text-content {
    font-size: 18px; } }
.strip-overlay {
  display: flex;
  justify-content: center;
  font-family: 'Cabin Condensed', sans-serif;
  flex-direction: row;
  height: 100%;
  align-items: center;
  font-size: 25px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-transform: uppercase;
  color: #000;
  text-shadow: 0 0px 1px rgba(0, 0, 0, 0.46); }

@media screen and (max-width: 480px) {
  .animated-text-content {
    font-size: 18px; } }
.square-tile {
  margin-top: 20px;
  margin-bottom: 20px; }
  .square-tile i {
    color: #000000;
    font-size: 48px;
    border: 0;
    padding: 10px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 120px;
    box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
    margin: 0px -5px;
    transition: all .7s; }
    .square-tile i:first-child {
      background: #fefefe; }
    .square-tile i:nth-child(2) {
      background: #fefefe; }
    .square-tile i:nth-child(3) {
      background: #fdfdfd; }
    .square-tile i:nth-child(4) {
      background: #fdfdfd; }
    .square-tile i:nth-child(5) {
      background: #fcfcfc; }
    .square-tile i:nth-child(6) {
      background: #fcfcfc; }
    .square-tile i:hover, .square-tile i:focus, .square-tile i:active {
      background: #2196F3;
      color: #ffffff; }
    .square-tile i span {
      font-size: 10px;
      display: block;
      text-transform: uppercase; }

.square-tile-link a {
  color: #000000;
  font-size: 48px;
  border: 0;
  padding: 10px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  width: 120px;
  box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
  margin: 0px -5px;
  transition: all .7s; }
  .square-tile-link a:first-child {
    background: #fefefe; }
  .square-tile-link a:nth-child(2) {
    background: #fefefe; }
  .square-tile-link a:nth-child(3) {
    background: #fdfdfd; }
  .square-tile-link a:nth-child(4) {
    background: #fdfdfd; }
  .square-tile-link a:nth-child(5) {
    background: #fcfcfc; }
  .square-tile-link a:nth-child(6) {
    background: #fcfcfc; }
  .square-tile-link a:hover, .square-tile-link a:focus, .square-tile-link a:active {
    background: #2196F3;
    color: #ffffff; }
  .square-tile-link a span {
    font-size: 10px;
    display: block;
    text-transform: uppercase; }

.preview-links {
  list-style: none;
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0; }
  .preview-links li {
    display: inline-block;
    margin: 2px 2px 12px 0; }
    .preview-links li i {
      font-size: 30px;
      padding: 5px;
      width: 46px;
      height: 42px;
      line-height: 0;
      cursor: pointer;
      text-align: center;
      color: #000;
      background: #fff;
      transition: all .7s;
      border: 1px solid rgba(0, 0, 0, 0.1); }
      .preview-links li i:hover, .preview-links li i:focus {
        background: #2196F3;
        color: #ffffff;
        -webkit-animation: jumpIcon .9s ease-in-out;
        animation: jumpIcon .9s ease-in-out; }

.social-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .social-list li {
    display: inline-block;
    margin: 0 10px 14px 0; }
    .social-list li i {
      font-size: 30px;
      padding: 5px;
      width: 46px;
      height: 42px;
      line-height: 0;
      cursor: pointer;
      text-align: center;
      color: #000;
      background: #fff;
      transition: all .7s;
      border: 1px solid rgba(0, 0, 0, 0.1); }
      .social-list li i:hover, .social-list li i:focus {
        background: #2196F3;
        color: #ffffff;
        -webkit-animation: jumpIcon .9s ease-in-out;
        animation: jumpIcon .9s ease-in-out; }

.social-links a i {
  font-size: 25px;
  padding: 2px;
  display: inline-block;
  margin-top: -5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  color: #000;
  transition: all .7s;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .social-links a i:hover, .social-links a i:focus {
    background: #2196F3;
    color: #ffffff;
    -webkit-animation: jumpIcon .9s;
    animation: jumpIcon .9s; }

.icon-fix {
  margin-bottom: 5px; }

.icon-fix-light {
  margin-bottom: 1px; }

.icons-with-details {
  margin-top: 20px; }
  .icons-with-details p {
    margin-bottom: 14px; }
    .icons-with-details p i {
      border: 1px solid rgba(0, 0, 0, 0.1);
      color: #000;
      background: #fff;
      font-size: 24px;
      display: inline-block;
      top: 0;
      line-height: 0;
      position: relative;
      cursor: pointer;
      width: 47px;
      padding-top: 7px;
      height: 41px;
      transition: all .7s;
      text-align: center; }
      .icons-with-details p i:hover, .icons-with-details p i:focus {
        background: #2196F3;
        color: #ffffff;
        -webkit-animation: jumpIcon .9s;
        animation: jumpIcon .9s; }

@media screen and (max-width: 991px) {
  .icons-with-details {
    display: table;
    margin: auto;
    text-align: left; } }
.bubble {
  position: absolute;
  top: 30px;
  left: 33px;
  color: #ffffff;
  background: #2196F3;
  width: 20px;
  height: 20px;
  z-index: 2;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  padding-top: 2px; }

.accent-color {
  color: #2196F3; }

.accent-bg {
  background: #2196F3; }

.tooltip {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff; }
  .tooltip .tooltip-inner {
    color: #fff;
    background: #2196F3; }

.tooltip.top .tooltip-arrow {
  border-top-color: #2196F3; }

/*-------------------------------------------------------------------------------
THEME ANIMATIONS & DELAY CLASSES
-------------------------------------------------------------------------------*/
.delay0-1s {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.delay0-2s {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.delay0-3s {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.delay0-4s {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.delay0-5s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.delay0-6s {
  -webkit-animation-delay: .6s;
  animation-delay: .6s; }

.delay0-7s {
  -webkit-animation-delay: .7s;
  animation-delay: .7s; }

.delay0-8s {
  -webkit-animation-delay: .8s;
  animation-delay: .8s; }

.delay0-9s {
  -webkit-animation-delay: .9s;
  animation-delay: .9s; }

.delay1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.delay1-1s {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

.delay1-2s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.delay1-3s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s; }

.delay1-4s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }

.delay1-5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.delay1-6s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s; }

.delay1-7s {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s; }

.delay1-8s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s; }

.delay1-9s {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s; }

.delay2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.delay2-1s {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s; }

.delay2-2s {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s; }

.delay2-3s {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s; }

.delay2-4s {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s; }

.delay2-5s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.delay2-6s {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s; }

.delay2-7s {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s; }

.delay2-8s {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s; }

.delay2-9s {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s; }

.delay3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.delay3-1s {
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s; }

.delay3-2s {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s; }

.delay3-3s {
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s; }

.delay3-4s {
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s; }

.delay3-5s {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s; }

.delay3-6s {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s; }

.delay3-7s {
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s; }

.delay3-8s {
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s; }

.delay3-9s {
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s; }

.delay4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.delay4-1s {
  -webkit-animation-delay: 4.1s;
  animation-delay: 4.1s; }

.delay4-2s {
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s; }

.delay4-3s {
  -webkit-animation-delay: 4.3s;
  animation-delay: 4.3s; }

.delay4-4s {
  -webkit-animation-delay: 4.4s;
  animation-delay: 4.4s; }

.delay4-5s {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s; }

.delay4-6s {
  -webkit-animation-delay: 4.6s;
  animation-delay: 4.6s; }

.delay4-7s {
  -webkit-animation-delay: 4.7s;
  animation-delay: 4.7s; }

.delay4-8s {
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s; }

.delay4-9s {
  -webkit-animation-delay: 4.9s;
  animation-delay: 4.9s; }

.delay5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.delay5-1s {
  -webkit-animation-delay: 5.1s;
  animation-delay: 5.1s; }

.delay5-2s {
  -webkit-animation-delay: 5.2s;
  animation-delay: 5.2s; }

.delay5-3s {
  -webkit-animation-delay: 5.3s;
  animation-delay: 5.3s; }

.delay5-4s {
  -webkit-animation-delay: 5.4s;
  animation-delay: 5.4s; }

.delay5-5s {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s; }

.delay5-6s {
  -webkit-animation-delay: 5.6s;
  animation-delay: 5.6s; }

.delay5-7s {
  -webkit-animation-delay: 5.7s;
  animation-delay: 5.7s; }

.delay5-8s {
  -webkit-animation-delay: 5.8s;
  animation-delay: 5.8s; }

.delay5-9s {
  -webkit-animation-delay: 5.9s;
  animation-delay: 5.9s; }

.delay6s {
  -webkit-animation-delay: 6s;
  animation-delay: 6s; }

.delay7s {
  -webkit-animation-delay: 7s;
  animation-delay: 7s; }

.delay8s {
  -webkit-animation-delay: 8s;
  animation-delay: 8s; }

@-webkit-keyframes gradientWave {
  0% {
    background-position: 0 99%; }
  50% {
    background-position: 100% 2%; }
  100% {
    background-position: 0 99%; } }
@-moz-keyframes gradientWave {
  0% {
    background-position: 0 99%; }
  50% {
    background-position: 100% 2%; }
  100% {
    background-position: 0 99%; } }
@keyframes gradientWave {
  0% {
    background-position: 0 99%; }
  50% {
    background-position: 100% 2%; }
  100% {
    background-position: 0 99%; } }
@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes rotatePlane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes rotatePlane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
@-webkit-keyframes animTile {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  75% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes animTile {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  75% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes jumpIcon {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    -webkit-transform: translateY(-5px); }
  40% {
    -webkit-transform: translateY(0); }
  60% {
    -webkit-transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0); } }
@keyframes jumpIcon {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(-5px); }
  40% {
    transform: translateY(0); }
  60% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0); } }
@keyframes circleScale {
  0% {
    transform: scale(0, 0);
    opacity: 0.9; }
  100% {
    transform: scale(1, 1);
    opacity: 0; } }
@-webkit-keyframes circleScale {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.9; }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0; } }
/*-----------------------------------------------------------------------------
                               SWIPER SLIDER
------------------------------------------------------------------------------*/
.swiper-container {
  direction: ltr; }
  .swiper-container .single-bg {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 1; }
  .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    background: #2196F3;
    border: 2px solid #ffffff;
    opacity: .5; }
  .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #2196F3;
    opacity: 1; }
  .swiper-container .swiper-button-prev {
    left: 5px;
    padding: 28px;
    border-radius: 1px;
    background: rgba(255, 255, 255, 0.1) none; }
    .swiper-container .swiper-button-prev i {
      color: #000;
      font-size: 39px;
      position: absolute;
      top: 2px;
      left: 18px; }
    .swiper-container .swiper-button-prev:hover {
      box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.13); }
  .swiper-container .swiper-button-next {
    right: 5px;
    padding: 28px;
    border-radius: 1px;
    background: rgba(255, 255, 255, 0.1) none; }
    .swiper-container .swiper-button-next i {
      color: #000;
      font-size: 39px;
      position: absolute;
      top: 2px;
      right: 18px; }
    .swiper-container .swiper-button-next:hover {
      box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.13); }

/*-----------------------------------------------------------------------------
                                PRE-LOADER
------------------------------------------------------------------------------*/
.loading {
  background-color: #f7f7f7;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 4000; }
  .loading .loading-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column; }
    .loading .loading-center h5 {
      font-size: 15px;
      letter-spacing: 1px; }

.scale-circle {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto; }
  .scale-circle span {
    position: absolute;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #cae6fc;
    box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
    -webkit-animation: circleScale 1.6s linear infinite;
    animation: circleScale 1.6s linear infinite; }
    .scale-circle span:last-child {
      animation-delay: -0.8s;
      -webkit-animation-delay: -0.8s; }

/*-----------------------------------------------------------------------------
                                LAUNCH-INTRO
------------------------------------------------------------------------------*/
.launch-intro {
  background-color: #f7f7f7;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 8; }
  .launch-intro .launch-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column-reverse; }
    .launch-intro .launch-content img {
      width: 60px;
      margin: 0 auto; }
    @media screen and (max-width: 500px) {
      .launch-intro .launch-content img {
        width: 55px; } }
    .launch-intro .launch-content span {
      display: block;
      color: rgba(0, 0, 0, 0.5);
      padding-top: 4px;
      font-family: 'Cabin Condensed', sans-serif;
      outline: 0;
      font-size: 14px;
      text-shadow: 0 0px 1px rgba(0, 0, 0, 0.46);
      text-transform: uppercase;
      letter-spacing: 1px; }
    @media screen and (max-width: 500px) {
      .launch-intro .launch-content span {
        font-size: 13px;
        letter-spacing: 1px; } }
    .launch-intro .launch-content button {
      border: 0;
      background: transparent;
      padding: 0;
      outline: 0;
      bottom: 0;
      left: 0;
      box-shadow: none;
      text-transform: capitalize;
      top: 0;
      right: 0;
      margin: auto;
      position: absolute;
      width: 100%;
      text-shadow: 0 0px 1px rgba(0, 0, 0, 0.46); }
      .launch-intro .launch-content button i {
        color: rgba(0, 0, 0, 0.5); }
    .launch-intro .launch-content i {
      font-size: 60px;
      margin: 0;
      padding: 0;
      line-height: 0;
      text-shadow: 0 0px 1px rgba(0, 0, 0, 0.46); }
    @media screen and (max-width: 500px) {
      .launch-intro .launch-content i {
        font-size: 50px; } }
  .launch-intro .exit {
    display: none; }
  .launch-intro .scale-circle {
    height: auto;
    width: auto; }
    .launch-intro .scale-circle span {
      width: 400px;
      height: 400px;
      top: 188px;
      position: relative;
      margin: -396px 0px;
      background: #cae6fc;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }

/*-----------------------------------------------------------------------------
                                   GRID
-----------------------------------------------------------------------------*/
.col-6-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .col-6-6 {
      float: left;
      width: 50%; } }
  @media (min-width: 992px) {
    .col-6-6 {
      float: left;
      width: 50%; } }

.col-4-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .col-4-4 {
      float: left;
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .col-4-4 {
      float: left;
      width: 33.33333%; } }

.col-8-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .col-8-8 {
      float: left;
      width: 66.66667%; } }
  @media (min-width: 992px) {
    .col-8-8 {
      float: left;
      width: 66.66667%; } }

.col-3-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .col-3-6 {
      float: left;
      width: 50%; } }
  @media (min-width: 992px) {
    .col-3-6 {
      float: left;
      width: 25%; } }

.col-4-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .col-4-6 {
      float: left;
      width: 50%; } }
  @media (min-width: 992px) {
    .col-4-6 {
      float: left;
      width: 33.33333%; } }

.col-4-4-6 {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .col-4-4-6 {
      float: left;
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .col-4-4-6 {
      float: left;
      width: 33.33333%; } }

/*-----------------------------------------------------------------------------
                                   MODAL
-----------------------------------------------------------------------------*/
.details-modal {
  width: 86%;
  position: relative;
  margin: 15px auto; }
  .details-modal .modal-content {
    display: flex;
    background: #f7f7f7;
    border-radius: 0;
    border: 0; }
    .details-modal .modal-content:before, .details-modal .modal-content:after {
      content: " ";
      display: table; }
    .details-modal .modal-content:after {
      clear: both; }
    .details-modal .modal-content .item-image {
      padding: 0; }
      .details-modal .modal-content .item-image img {
        display: block;
        max-width: 100%;
        height: auto; }
    .details-modal .modal-content .item-description {
      display: flex;
      justify-content: center;
      align-items: center; }
      .details-modal .modal-content .item-description .text-content {
        color: #000;
        padding: 20px 15px;
        text-align: left; }
        .details-modal .modal-content .item-description .text-content .info-list strong {
          text-transform: uppercase; }
        .details-modal .modal-content .item-description .text-content .live-link {
          text-transform: uppercase;
          font-size: 14px;
          color: #000;
          display: table;
          margin-top: 8px;
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
          background: transparent;
          transition: all .7s;
          border: 1px solid rgba(255, 255, 255, 0.6);
          padding: 8px 19px; }
          .details-modal .modal-content .item-description .text-content .live-link i {
            font-size: 23px;
            padding: 0 2px; }
          .details-modal .modal-content .item-description .text-content .live-link:hover, .details-modal .modal-content .item-description .text-content .live-link:focus {
            background-color: #2196F3;
            color: #ffffff; }
  @media screen and (max-width: 991px) {
    .details-modal .modal-content {
      display: block; } }
  .details-modal .mfp-close {
    cursor: pointer;
    position: absolute;
    width: 36px;
    color: #000;
    line-height: 0;
    box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin: 6px;
    display: block;
    transition: all .7s;
    padding: 2px 0 0;
    height: 36px;
    text-align: center;
    top: 0;
    right: 0; }
    .details-modal .mfp-close:hover {
      background: #2196F3;
      color: #ffffff; }

@media screen and (max-width: 991px) {
  .details-modal {
    display: block;
    width: 100%; } }
/*-------------------------------------------------------------------------------
                         MAGNIFIC POPUP CONFIG & ANIMATIONS
-------------------------------------------------------------------------------*/
.mfp-bg {
  background: rgba(247, 247, 247, 0.7); }

.mfp-ready .mfp-figure {
  opacity: 0; }

.mfp-title {
  text-align: left;
  left: 0;
  border-left: 5px solid #2196F3;
  line-height: 26px;
  color: #000;
  text-transform: capitalize;
  word-wrap: break-word;
  font-size: 16px;
  padding: 16px 23px;
  position: absolute;
  box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
  bottom: 45px;
  background: rgba(255, 255, 255, 0.7); }
  .mfp-title small {
    color: #000;
    text-transform: lowercase;
    font-size: 14px; }

@media screen and (max-width: 480px) {
  .mfp-title {
    bottom: 26px; } }
.mfp-arrow-left:after {
  border-right-color: #2196F3; }

.mfp-arrow-right:after {
  border-left-color: #2196F3; }

.mfp-iframe-holder .mfp-close {
  top: -36px;
  cursor: pointer;
  position: absolute;
  background: #fff;
  width: 31px;
  color: #000;
  line-height: 0;
  box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
  padding: 1px 0 0;
  height: 30px;
  transition: all .7s;
  text-align: center;
  right: 0; }
  .mfp-iframe-holder .mfp-close:hover {
    background-color: #2196F3;
    color: #ffffff; }

.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95); }

.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
  opacity: 0; }

.mfp-iframe-scaler {
  overflow: visible; }

.mfp-zoom-out-cur {
  cursor: auto; }

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
  position: absolute;
  width: 36px;
  color: #000;
  line-height: 0;
  box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
  background: #fff;
  margin: 6px;
  display: block;
  transition: all .7s;
  padding: 2px 0 0;
  height: 36px;
  text-align: center;
  top: 40px;
  right: 0; }
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
    background-color: #2196F3;
    color: #ffffff; }

.mfp-preloader {
  width: 150px;
  min-width: 0;
  padding: 4px;
  top: 49%;
  background-color: #2196F3;
  color: #000;
  opacity: 0.65;
  -webkit-animation: pulse 1.2s infinite ease-in-out;
  animation: pulse 1.2s infinite ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center; }

/*popup animations*/
/* Zoom effect*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

/* Newspaper effect*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg); }
  .mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s; }
  .mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg); }
  .mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0; }
  .mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0; }

/* Move-horizontal effect*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px); }
  .mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s; }
  .mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0); }
  .mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0; }
  .mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0; }

/* Move-from-top effect*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-from-top .mfp-content {
    vertical-align: top; }
  .mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px); }
  .mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s; }
  .mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0); }
  .mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0; }
  .mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0; }

/* 3d unfold*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-3d-unfold .mfp-content {
    perspective: 2000px;
    overflow: hidden; }
  .mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg); }
  .mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s; }
  .mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg); }
  .mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0; }
  .mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0; }

/* Zoom-out effect*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3); }
  .mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0; }
  .mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0; }

/* "Hinge" close effect*/
@keyframes hinge {
  0% {
    transform: rotate(0deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }
.hinge {
  animation-duration: 1s;
  animation-name: hinge; }

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity .5s ease-out; }
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1; }
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8; }
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0; }

/*------------------------------------------------------------------------------
                            SECTION INTRO
 -------------------------------------------------------------------------------*/
.section-intro {
  color: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 30px;
  width: 100%;
  text-align: center;
  padding: 1px 30px;
  background: white;
  box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
  z-index: 9; }
  .section-intro h5 {
    text-transform: uppercase;
    padding: 0;
    margin-top: 7px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px; }
    .section-intro h5 i {
      color: #2196F3;
      text-shadow: 0 0px 1px rgba(0, 0, 0, 0.46);
      position: relative;
      top: 1px; }
  @media screen and (max-width: 991px) {
    .section-intro h5 {
      text-align: left; } }
  .section-intro .intro-buttons {
    position: absolute;
    right: 4px;
    top: 2.5px; }
    .section-intro .intro-buttons button, .section-intro .intro-buttons a {
      margin-top: 0;
      padding: 2px;
      border: 1px solid transparent;
      display: inline-block;
      border-radius: 30%;
      outline: 0;
      background: #fff;
      color: #000;
      transition: all .3s;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
      width: 24px;
      height: 24px; }
      .section-intro .intro-buttons button i, .section-intro .intro-buttons a i {
        font-size: 14px;
        position: relative;
        top: -1px; }
        .section-intro .intro-buttons button i span, .section-intro .intro-buttons a i span {
          position: absolute;
          height: 16px;
          width: 16px;
          background: #2196F3;
          display: flex;
          left: 7px;
          top: 12px;
          font-size: 8px;
          padding-top: 1px;
          justify-content: center;
          flex-direction: column;
          border-radius: 20px;
          color: #fff; }
      .section-intro .intro-buttons button:hover, .section-intro .intro-buttons button:focus, .section-intro .intro-buttons a:hover, .section-intro .intro-buttons a:focus {
        background: #2196F3;
        color: #fff; }
    .section-intro .intro-buttons .btn-close {
      margin-top: -6px;
      position: relative;
      top: 4px;
      margin-left: 1px; }
      .section-intro .intro-buttons .btn-close .exit {
        font-size: 24px;
        line-height: 1;
        margin-top: -2px; }
      .section-intro .intro-buttons .btn-close:hover, .section-intro .intro-buttons .btn-close:focus {
        background: red; }

/*-----------------------------------------------------------------------------
                             NOTIFICATION DIV
------------------------------------------------------------------------------*/
.notification-wrapper {
  z-index: 6000;
  display: block;
  position: relative;
  right: 0; }
  .notification-wrapper .notification {
    display: flex;
    position: relative;
    padding: 11px;
    max-width: 300px;
    clear: both;
    background: #fff;
    transition: all .9s;
    top: 34px;
    margin: 3px 6px;
    color: #000;
    box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
    float: right; }
    .notification-wrapper .notification .icon {
      width: 37px;
      height: 37px;
      text-align: center;
      /*border-radius: 50%;*/
      font-size: 23px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      padding-top: 5px;
      line-height: 0;
      color: #2196F3;
      z-index: 4; }
    .notification-wrapper .notification .message {
      font-size: 12px;
      max-width: 200px;
      position: relative;
      text-transform: capitalize;
      top: -2px;
      margin-left: 12px; }
      .notification-wrapper .notification .message a {
        color: black;
        font-size: 12px; }
        .notification-wrapper .notification .message a:hover, .notification-wrapper .notification .message a:focus {
          text-decoration: underline;
          color: #000000; }

/*-----------------------------------------------------------------------------
                                   SHOPPING CART
-----------------------------------------------------------------------------*/
.shopping-cart {
  margin: 0 auto;
  background: #fff;
  width: 90%;
  position: relative;
  border-radius: 0;
  padding: 32px 20px; }
  .shopping-cart:before, .shopping-cart:after {
    content: " ";
    display: table; }
  .shopping-cart:after {
    clear: both; }
  .shopping-cart .mfp-close {
    right: 0; }
  .shopping-cart .shopping-cart-header {
    padding-bottom: 15px; }
    .shopping-cart .shopping-cart-header:before, .shopping-cart .shopping-cart-header:after {
      content: " ";
      display: table; }
    .shopping-cart .shopping-cart-header:after {
      clear: both; }
    .shopping-cart .shopping-cart-header .shopping-cart-total {
      margin-top: 10px;
      font-weight: bold;
      text-transform: uppercase;
      color: #2196F3;
      float: right; }
    .shopping-cart .shopping-cart-header i {
      color: #2196F3;
      font-size: 24px;
      float: left;
      margin-right: 7px;
      width: 41px;
      height: 32px;
      text-align: center;
      background: rgba(247, 247, 247, 0.1); }
    .shopping-cart .shopping-cart-header h4 {
      padding: 0;
      margin: 0;
      float: left;
      color: #2196F3; }
    .shopping-cart .shopping-cart-header .badge {
      background: #2196F3; }
  .shopping-cart .table-body {
    max-height: 265px;
    overflow-y: auto;
    border: 1px solid rgba(203, 203, 198, 0.65); }
    .shopping-cart .table-body a {
      color: #000; }
      .shopping-cart .table-body a:hover, .shopping-cart .table-body a:focus, .shopping-cart .table-body a:active {
        color: #2196F3; }
    .shopping-cart .table-body .options {
      width: 27px;
      height: 27px;
      display: inline-block;
      text-align: center;
      border-radius: 16px;
      color: #000;
      transition: background .6s;
      font-size: 19px;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
      .shopping-cart .table-body .options:hover, .shopping-cart .table-body .options:focus, .shopping-cart .table-body .options:active {
        -webkit-animation: jumpIcon .9s;
        animation: jumpIcon .9s;
        color: #000; }
    .shopping-cart .table-body th {
      text-transform: uppercase; }
  .shopping-cart .form-control {
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
    .shopping-cart .form-control:focus {
      border: 0;
      border-bottom: 2px solid #2196F3;
      outline: 0;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
  .shopping-cart .btn {
    box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
    color: #000;
    margin-top: 16px;
    margin-bottom: -15px;
    float: right; }

/*-----------------------------------------------------------------------------
                                BUTTONS
------------------------------------------------------------------------------*/
.btn {
  padding: 12px;
  color: #000;
  text-transform: uppercase;
  outline: 0;
  box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
  background: transparent;
  background-size: 40px 40px;
  transition: box-shadow .8s, transform .5s;
  transform: translateY(0);
  border-radius: 0; }
  .btn:hover, .btn:focus {
    background: #2196F3;
    color: #ffffff; }

button {
  outline: 0;
  border: 0; }

.btn-progress {
  background: #2196F3 !important;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
  color: #000;
  background-size: 40px 40px !important;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  opacity: 1 !important; }

/*-----------------------------------------------------------------------------
                                   FORM
------------------------------------------------------------------------------*/
.form-group .form-control, .form-inline .form-control {
  background: transparent;
  resize: none;
  border-radius: 0;
  height: auto;
  border: 0;
  color: #000;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: all .9s;
  padding: 20px;
  box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
  .form-group .form-control:focus, .form-inline .form-control:focus {
    border-color: #2196F3;
    outline: 0;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.13); }
.form-group ::-webkit-input-placeholder, .form-inline ::-webkit-input-placeholder {
  color: #000; }
.form-group ::-moz-placeholder, .form-inline ::-moz-placeholder {
  color: #000; }
.form-group :-ms-input-placeholder, .form-inline :-ms-input-placeholder {
  color: #000; }

.form-group:last-child {
  margin-bottom: 0; }

/*------------------------------------------------------------------------------
                           MAIN DESKTOP LAYOUT
-------------------------------------------------------------------------------*/
.desktop {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  transition: filter 2s;
  overflow-y: auto;
  overflow-x: hidden;
  flex-direction: column;
  /*content orientation at max width 991*/ }
  .desktop .content {
    /*------------------------------------------------------------------------------
                               DESKTOP CONTENT HOLDER
    -------------------------------------------------------------------------------*/
    margin: auto;
    display: flex;
    padding-bottom: 55px;
    padding-top: 32px;
    width: 1170px;
    flex-direction: column;
    height: 100%;
    max-width: 98%;
    max-height: 100%; }
  @media screen and (max-width: 991px) {
    .desktop .content {
      height: auto;
      width: auto;
      max-width: 100%;
      max-height: 100%; }
      .desktop .content [class$="-holder"], .desktop .content [class*="-holder "] {
        display: block !important; } }
  .desktop .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    bottom: 0;
    display: block; }
    .desktop .video-bg .video-sources {
      position: absolute;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      overflow: hidden;
      height: auto;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .desktop .video-bg .video-overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -o-transform: translateZ(0);
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.1) url("../overlays/10.png"); }
  @media screen and (max-width: 991px) {
    .desktop .video-bg {
      display: none; } }
  @media screen and (max-height: 490px) {
    .desktop .video-bg {
      display: none; } }

/*-----------------------------------------------------------------------------
                                   SIDE PANEL [SOCIAL CENTRE]
-----------------------------------------------------------------------------*/
.side-panel {
  background: #2196F3;
  background: -webkit-linear-gradient(to right, #2196F3, #82c4f8);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2196F3, #82c4f8);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  position: fixed;
  bottom: 0;
  top: 25px;
  width: 296px;
  margin-top: 6px;
  box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
  font-size: 13px;
  letter-spacing: 1.5px;
  right: 0;
  z-index: 10;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }
  .side-panel h5 {
    font-weight: bold; }
  .side-panel .social-content {
    overflow: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    top: 35px; }
    .side-panel .social-content::-webkit-scrollbar {
      width: 0;
      /* remove scrollbar space */
      background: transparent;
      /* optional: just make scrollbar invisible */ }
  @media screen and (min-width: 991px) {
    @-moz-document url-prefix() {
      .side-panel .social-content {
        right: -16.5px; } } }

@media screen and (max-width: 991px) {
  .side-panel {
    width: 230px; } }
/*-----------------------------------------------------------------------------
                                 BOTTOM NAV
-----------------------------------------------------------------------------*/
.nav-tile {
  background: white;
  position: fixed;
  box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1030;
  height: 50px; }
  .nav-tile .container {
    padding-right: 0; }
    .nav-tile .container button {
      line-height: 21px;
      font-size: 26px;
      border: 0;
      margin: -3px;
      background: transparent;
      padding: 15px; }
      .nav-tile .container button:hover, .nav-tile .container button:focus, .nav-tile .container button:active {
        -webkit-animation: jumpIcon .9s ease-in-out;
        animation: jumpIcon .9s ease-in-out; }
      .nav-tile .container button .ion-ios-at-outline {
        font-size: 34px;
        margin: -7px;
        padding: 1px;
        position: relative;
        top: 3px; }
      .nav-tile .container button i {
        padding: 1px; }
      .nav-tile .container button span {
        display: none; }
    .nav-tile .container .left-buttons {
      display: inline-block;
      float: left;
      color: #000; }
      .nav-tile .container .left-buttons button:first-child {
        background: #ffffff;
        height: 46px;
        position: relative;
        width: 46px;
        line-height: 0;
        box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
        padding: 1px;
        top: -1px;
        border-radius: 0;
        color: #000; }
        .nav-tile .container .left-buttons button:first-child:hover {
          -webkit-animation: jumpIcon .9s ease-in-out;
          animation: jumpIcon .9s ease-in-out;
          background: #2196F3;
          color: #fff; }
      @media screen and (max-width: 480px) {
        .nav-tile .container .left-buttons button:last-child {
          display: none; }
        .nav-tile .container .left-buttons button:nth-last-child(2) {
          display: none; } }
    .nav-tile .container .right-buttons {
      display: inline-block;
      background: #fff;
      float: right;
      border-left: 1px solid rgba(0, 0, 0, 0.13);
      color: #000; }

.nav-launcher {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1030;
  height: 54px; }
  .nav-launcher .nav-bg {
    background: white;
    box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 7px;
    border-radius: 4px;
    padding-right: 5px;
    padding-left: 5px; }
    .nav-launcher .nav-bg .launcher-icon {
      outline: 0;
      background: #ffffff;
      top: 3px;
      position: relative;
      width: 47px;
      height: 48px;
      border: 1px solid transparent;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
      border-radius: 50%;
      transition: .5s background;
      margin: 0 8px; }
      .nav-launcher .nav-bg .launcher-icon i {
        color: #000;
        font-size: 24px;
        position: relative;
        top: 0;
        line-height: 0;
        padding-top: 1px; }
      .nav-launcher .nav-bg .launcher-icon:hover {
        -webkit-animation: jumpIcon .9s ease-in-out;
        animation: jumpIcon .9s ease-in-out;
        background: #2196F3;
        color: #fff; }
    .nav-launcher .nav-bg .dock-btn {
      outline: 0;
      padding: 0;
      background: transparent;
      border: 0;
      margin: 0 8px;
      transition: margin .5s;
      position: relative;
      top: -1px; }
      .nav-launcher .nav-bg .dock-btn span {
        display: none; }
      .nav-launcher .nav-bg .dock-btn .dock-icon {
        width: 40px;
        box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
        border-radius: 20%;
        padding: 5px;
        background: rgba(247, 247, 247, 0.1); }
      @media screen and (max-width: 991px) {
        .nav-launcher .nav-bg .dock-btn .dock-icon {
          width: 40px; } }
      @media screen and (max-width: 378px) {
        .nav-launcher .nav-bg .dock-btn .dock-icon {
          width: 35px; } }
      @media screen and (max-width: 303px) {
        .nav-launcher .nav-bg .dock-btn .dock-icon {
          width: 28px; } }
      .nav-launcher .nav-bg .dock-btn:hover, .nav-launcher .nav-bg .dock-btn:focus, .nav-launcher .nav-bg .dock-btn:active {
        -webkit-animation: jumpIcon .9s ease-in-out;
        animation: jumpIcon .9s ease-in-out; }
    @media screen and (max-width: 888px) {
      .nav-launcher .nav-bg .dock-btn:first-child {
        display: none; }
      .nav-launcher .nav-bg .dock-btn:last-child {
        display: none; } }
    @media screen and (max-width: 500px) {
      .nav-launcher .nav-bg .dock-btn:nth-child(2) {
        display: none; }
      .nav-launcher .nav-bg .dock-btn:nth-last-child(2) {
        display: none; } }

/*-----------------------------------------------------------------------------
                         OVERLAY NAV [TILE/LAUNCHER NAV]
-----------------------------------------------------------------------------*/
.menu-section .row {
  margin: auto;
  flex: 0 0 auto;
  width: auto;
  min-width: 100%;
  max-width: 100%; }

/*** TILE NAVE ***/
.tile-nav {
  display: flex;
  flex-direction: column;
  background: rgba(247, 247, 247, 0.97);
  z-index: 8;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 0;
  /*blur effect*/ }
  .tile-nav svg:not(:root) {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    transform: scale(1.2); }
  @media screen and (max-width: 991px) {
    .tile-nav svg:not(:root) {
      display: none; } }
  .tile-nav .col-xs-6, .tile-nav .col-xs-12, .tile-nav .col-md-12, .tile-nav .col-md-6, .tile-nav .col-md-9, .tile-nav .col-md-3 {
    padding: 0 2px 4px 2px; }
  .tile-nav .p0-left {
    padding-left: 0; }
  .tile-nav .p0-right {
    padding-right: 0; }
  .tile-nav img {
    margin: 0 auto; }
  .tile-nav .group-title {
    font-size: 17px;
    color: #000;
    position: absolute;
    top: -37px;
    left: 19px; }
  .tile-nav .tile-container-big {
    margin: 0 auto;
    height: calc(41.48vh + 4px);
    color: #000;
    box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
    background: #fff;
    /***  ANIMATED SLIDER PROPERTIES FOE TILE NAV ***/ }
    .tile-nav .tile-container-big .pogoSlider {
      height: 100%; }
      .tile-nav .tile-container-big .pogoSlider .pogoSlider-slide {
        text-align: center; }
        .tile-nav .tile-container-big .pogoSlider .pogoSlider-slide .number {
          font-size: 23px;
          letter-spacing: 3px;
          color: #000;
          display: block;
          margin: 0 auto;
          padding: 5px;
          font-weight: bold; }
        .tile-nav .tile-container-big .pogoSlider .pogoSlider-slide h6 {
          text-transform: uppercase;
          margin: -6px; }
        .tile-nav .tile-container-big .pogoSlider .pogoSlider-slide h4 {
          font-size: 21px;
          margin-bottom: 4px; }
        .tile-nav .tile-container-big .pogoSlider .pogoSlider-slide .flex-tile {
          height: 50%;
          display: flex;
          font-size: 12px;
          justify-content: center;
          flex-direction: column;
          padding: 0;
          box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.01);
          margin: 0; }
          .tile-nav .tile-container-big .pogoSlider .pogoSlider-slide .flex-tile i {
            display: block;
            margin: 0 auto;
            border: 0;
            height: auto;
            width: auto; }
        .tile-nav .tile-container-big .pogoSlider .pogoSlider-slide img {
          display: block;
          max-width: 100%;
          height: auto;
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
        .tile-nav .tile-container-big .pogoSlider .pogoSlider-slide .profile {
          border-radius: 50%; }
        .tile-nav .tile-container-big .pogoSlider .pogoSlider-slide .icons {
          margin-top: 20px; }
        .tile-nav .tile-container-big .pogoSlider .pogoSlider-slide i {
          font-size: 31px;
          padding: 3px;
          width: 50px;
          height: 50px;
          border: 1px solid rgba(0, 0, 0, 0.1); }
        .tile-nav .tile-container-big .pogoSlider .pogoSlider-slide .icon-shadow {
          font-size: 83px;
          position: absolute;
          margin: 0 auto;
          border: 0;
          left: 85px;
          top: 5px;
          color: rgba(0, 0, 0, 0.2); }
        .tile-nav .tile-container-big .pogoSlider .pogoSlider-slide p {
          text-transform: uppercase;
          font-size: 13px; }
  @media screen and (max-width: 991px) {
    .tile-nav .tile-container-big {
      height: 260px; } }
  .tile-nav button, .tile-nav a {
    outline: 0;
    border: 0;
    background: transparent; }
    .tile-nav button .tile-container-medium, .tile-nav a .tile-container-medium {
      transition: background .5s;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
      margin: 0 auto;
      height: 20.74vh;
      background: #fff; }
      .tile-nav button .tile-container-medium i, .tile-nav a .tile-container-medium i {
        transition: all .5s;
        font-size: 34px;
        color: #000;
        padding: 1px; }
      .tile-nav button .tile-container-medium .tile-info, .tile-nav a .tile-container-medium .tile-info {
        font-size: 10px;
        color: #000;
        position: absolute;
        bottom: 6px;
        letter-spacing: .5px;
        text-transform: uppercase;
        left: 13px; }
    .tile-nav button .tile-container-small, .tile-nav a .tile-container-small {
      transition: background .5s;
      display: flex;
      align-items: center;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
      justify-content: center;
      margin: 0 auto;
      height: calc(10.37vh - 2px);
      background: #fff; }
      .tile-nav button .tile-container-small i, .tile-nav a .tile-container-small i {
        transition: all .5s;
        font-size: 20px;
        color: #000; }
    @media screen and (max-width: 991px) {
      .tile-nav button .tile-container-medium, .tile-nav a .tile-container-medium {
        height: 150px; }
      .tile-nav button .tile-container-small, .tile-nav a .tile-container-small {
        height: 73px; } }
    .tile-nav button:hover .tile-container-small, .tile-nav button:hover .tile-container-medium, .tile-nav button:focus .tile-container-small, .tile-nav button:focus .tile-container-medium, .tile-nav a:hover .tile-container-small, .tile-nav a:hover .tile-container-medium, .tile-nav a:focus .tile-container-small, .tile-nav a:focus .tile-container-medium {
      background-color: #2196F3;
      border-color: #2196F3;
      color: #fff; }
      .tile-nav button:hover .tile-container-small i, .tile-nav button:hover .tile-container-medium i, .tile-nav button:focus .tile-container-small i, .tile-nav button:focus .tile-container-medium i, .tile-nav a:hover .tile-container-small i, .tile-nav a:hover .tile-container-medium i, .tile-nav a:focus .tile-container-small i, .tile-nav a:focus .tile-container-medium i {
        -webkit-animation: animTile 1s both;
        animation: animTile 1s both;
        color: #fff; }
      .tile-nav button:hover .tile-container-small .tile-info, .tile-nav button:hover .tile-container-medium .tile-info, .tile-nav button:focus .tile-container-small .tile-info, .tile-nav button:focus .tile-container-medium .tile-info, .tile-nav a:hover .tile-container-small .tile-info, .tile-nav a:hover .tile-container-medium .tile-info, .tile-nav a:focus .tile-container-small .tile-info, .tile-nav a:focus .tile-container-medium .tile-info {
        color: #fff; }

@media screen and (min-width: 992px) {
  .tile-nav .margin-fix {
    padding-left: 15px;
    padding-right: 17px; } }
@media screen and (max-width: 991px) {
  .tile-nav {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0; }
    .tile-nav #row-a {
      padding: 44px 0 58px; }
    .tile-nav .group-title {
      display: none; }
    .tile-nav .margin-fix {
      padding-right: 17px;
      padding-left: 17px;
      margin-top: -4px; }
    .tile-nav .padding-fix {
      padding-right: 15px;
      padding-left: 15px; } }
/*** TILE PADDING ONLY EFFECTIVE 992- INFINITY(MIN WIDTH) ***/
@media screen and (min-width: 992px) {
  .p0-btm {
    padding-bottom: 0 !important; }

  .m4-btm {
    margin-bottom: 4px !important; } }
/*** FOR LAUNCHER TYPE OVERLAY NAV ***/
.launcher-nav {
  display: flex;
  flex-direction: column;
  z-index: 8;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: rgba(247, 247, 247, 0.97);
  padding: 0;
  /*blur effect*/ }
  .launcher-nav svg:not(:root) {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    transform: scale(1.2); }
  @media screen and (max-width: 991px) {
    .launcher-nav svg:not(:root) {
      display: none; } }
  .launcher-nav .icon-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    height: 30vh;
    transition: all 0.3s ease; }
    .launcher-nav .icon-container .overlay-btn {
      outline: 0;
      padding: 0;
      background: transparent;
      border: 0;
      width: 127px;
      margin: 0 auto; }
      .launcher-nav .icon-container .overlay-btn .overlay-icon {
        width: 65px;
        display: block; }
      @media screen and (max-width: 768px) {
        .launcher-nav .icon-container .overlay-btn .overlay-icon {
          width: 55px; } }
      .launcher-nav .icon-container .overlay-btn:hover, .launcher-nav .icon-container .overlay-btn:focus {
        -webkit-animation: jumpIcon .9s ease-in-out;
        animation: jumpIcon .9s ease-in-out;
        text-decoration: none; }
    .launcher-nav .icon-container .icon-info {
      color: #000;
      transition: all 0.3s ease;
      display: block;
      text-align: center;
      margin-top: 5px;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 11px; }
  .launcher-nav .swiper-pagination {
    position: relative; }

/***  MOBILE MAX 768 LAUNCHER ***/
@media screen and (max-width: 768px) {
  .launcher-nav {
    overflow-x: hidden;
    overflow-y: auto; }
    .launcher-nav #row-b {
      padding-bottom: 70px;
      padding-top: 40px; }
    .launcher-nav .icon-container {
      height: 110px; }
    .launcher-nav .col-xs-6, .launcher-nav .col-xs-12, .launcher-nav .col-md-12, .launcher-nav .col-md-6 {
      padding: 0 2px 4px 2px; } }
@media screen and (max-width: 520px) {
  .launcher-nav .icon-container {
    height: 100px; }
    .launcher-nav .icon-container .overlay-btn {
      width: 95px; }
      .launcher-nav .icon-container .overlay-btn .overlay-icon {
        width: 50px; } }
@media screen and (max-width: 320px) {
  .launcher-nav .icon-container {
    height: 85px; }
    .launcher-nav .icon-container .overlay-btn {
      width: 85px; }
      .launcher-nav .icon-container .overlay-btn .overlay-icon {
        width: 45px; } }
/*------------------------------------------------------------------------------
                               GENERAL SECTIONS
-------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
                              GENERAL HOME SLIDER
-------------------------------------------------------------------------------*/
.general-home-content .home-hero-slider {
  flex: 0 0 auto; }
  .general-home-content .home-hero-slider .swiper-container {
    overflow-y: auto; }
    .general-home-content .home-hero-slider .swiper-container .swiper-slide .content {
      padding: 0; }
      .general-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content {
        margin: auto;
        width: 100%;
        flex: 0 0 auto;
        padding: 40px 15px 66px;
        color: #000; }
        .general-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .text-content {
          text-align: center;
          padding: 0; }
          .general-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .text-content h4 {
            text-transform: lowercase;
            letter-spacing: 3px; }
          .general-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .text-content p {
            text-transform: capitalize;
            padding: 0 80px; }
          @media screen and (max-width: 991px) {
            .general-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .text-content p {
              padding: 0; } }
          .general-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .text-content .brand-logo {
            margin-bottom: -15px; }
        .general-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-left {
          padding: 0; }
          .general-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-left .text-content {
            text-align: left; }
            .general-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-left .text-content p {
              padding: 0; }
          @media screen and (max-width: 991px) {
            .general-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-left .text-content {
              text-align: center; } }
        .general-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-right {
          padding: 0;
          margin-top: -40px; }
          .general-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-right img {
            position: absolute; }
          @media screen and (max-width: 991px) {
            .general-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-right img {
              display: block;
              max-width: 100%;
              height: auto;
              position: relative; } }
          .general-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-right .phone {
            width: 174px;
            top: 100px;
            left: 90px; }
          @media screen and (max-width: 991px) {
            .general-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-right .phone {
              width: auto;
              left: auto;
              right: auto;
              top: auto;
              bottom: auto; } }
          .general-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-right .laptop {
            width: 686px;
            left: 45px; }
          @media screen and (max-width: 991px) {
            .general-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-right .laptop {
              width: auto;
              left: auto;
              right: auto;
              top: auto;
              bottom: auto; } }
        @media screen and (max-width: 991px) {
          .general-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-right {
            margin-top: 0; } }
    .general-home-content .home-hero-slider .swiper-container .swiper-pagination {
      bottom: 72px;
      text-align: center; }

/*------------------------------------------------------------------------------
                                 ABOUT //STYLE ONE
-------------------------------------------------------------------------------*/
.about-style-one {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .about-style-one .content .about-content-holder {
    flex: 0 0 auto;
    color: #000; }
    .about-style-one .content .about-content-holder:before, .about-style-one .content .about-content-holder:after {
      content: " ";
      display: table; }
    .about-style-one .content .about-content-holder:after {
      clear: both; }
    .about-style-one .content .about-content-holder .about-description {
      padding: 15px; }
      .about-style-one .content .about-content-holder .about-description .text-content {
        text-align: center; }
        .about-style-one .content .about-content-holder .about-description .text-content strong {
          font-weight: bold; }
        .about-style-one .content .about-content-holder .about-description .text-content p {
          text-transform: capitalize;
          padding: 0 80px; }
        @media screen and (max-width: 991px) {
          .about-style-one .content .about-content-holder .about-description .text-content p {
            padding: 0; } }
    .about-style-one .content .about-content-holder .about-preview {
      margin-top: -30px;
      padding: 15px; }
      .about-style-one .content .about-content-holder .about-preview img {
        display: block;
        max-width: 100%;
        height: auto;
        height: 300px; }
      @media screen and (max-width: 991px) {
        .about-style-one .content .about-content-holder .about-preview img {
          display: block;
          max-width: 100%;
          height: auto;
          height: auto; } }
    @media screen and (max-width: 991px) {
      .about-style-one .content .about-content-holder .about-description, .about-style-one .content .about-content-holder .about-preview {
        padding: 0;
        margin: 15px; } }

/*------------------------------------------------------------------------------
                                  FEATURE //STYLE ONE
-------------------------------------------------------------------------------*/
.feature-style-one {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .feature-style-one .content .feature-content-holder {
    flex: 0 0 auto;
    display: flex;
    margin: 15px; }
    .feature-style-one .content .feature-content-holder:before, .feature-style-one .content .feature-content-holder:after {
      content: " ";
      display: table; }
    .feature-style-one .content .feature-content-holder:after {
      clear: both; }
    .feature-style-one .content .feature-content-holder .feature-block {
      padding: 0;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
      color: #262626; }
      .feature-style-one .content .feature-content-holder .feature-block:first-child {
        background: #fefefe; }
      .feature-style-one .content .feature-content-holder .feature-block:nth-child(2) {
        background: #fefefe; }
      .feature-style-one .content .feature-content-holder .feature-block:nth-child(3) {
        background: #fdfdfd; }
      .feature-style-one .content .feature-content-holder .feature-block:nth-child(4) {
        background: #fdfdfd; }
      .feature-style-one .content .feature-content-holder .feature-block:nth-child(5) {
        background: #fcfcfc; }
      .feature-style-one .content .feature-content-holder .feature-block:nth-child(6) {
        background: #fcfcfc; }
      .feature-style-one .content .feature-content-holder .feature-block .feature-details:before, .feature-style-one .content .feature-content-holder .feature-block .feature-details:after {
        content: " ";
        display: table; }
      .feature-style-one .content .feature-content-holder .feature-block .feature-details:after {
        clear: both; }
      .feature-style-one .content .feature-content-holder .feature-block .feature-details .feature-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fefefe;
        width: 90%;
        top: -12px;
        position: relative;
        box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
        margin: 0 auto;
        transition: background .5s; }
        .feature-style-one .content .feature-content-holder .feature-block .feature-details .feature-icon i {
          font-size: 80px;
          color: #2196F3; }
      .feature-style-one .content .feature-content-holder .feature-block .feature-details .text-content {
        text-align: center;
        padding: 10px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin: 7px 20px 20px; }
        .feature-style-one .content .feature-content-holder .feature-block .feature-details .text-content h5 {
          text-transform: uppercase;
          letter-spacing: 1px;
          font-weight: 600; }
    @media screen and (max-width: 991px) {
      .feature-style-one .content .feature-content-holder .feature-block {
        margin: auto;
        max-width: 400px; } }

/*------------------------------------------------------------------------------
                                   RECENT WORK //STYLE ONE
-------------------------------------------------------------------------------*/
.recent-works-style-one {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .recent-works-style-one .content .recent-works-holder {
    flex: 0 0 auto;
    display: flex;
    margin: auto; }
    .recent-works-style-one .content .recent-works-holder:before, .recent-works-style-one .content .recent-works-holder:after {
      content: " ";
      display: table; }
    .recent-works-style-one .content .recent-works-holder:after {
      clear: both; }
    .recent-works-style-one .content .recent-works-holder .showcase-work {
      padding: 0;
      margin: 15px;
      background: #fff;
      max-width: 400px;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
      .recent-works-style-one .content .recent-works-holder .showcase-work .showcase-content .image-and-links {
        background: #fff;
        overflow: hidden;
        box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
        position: relative; }
        .recent-works-style-one .content .recent-works-holder .showcase-work .showcase-content .image-and-links .showcase-image {
          display: block;
          max-width: 100%;
          height: auto;
          opacity: 1;
          transition: all .8s;
          transform: scale(1); }
        .recent-works-style-one .content .recent-works-holder .showcase-work .showcase-content .image-and-links .links {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: none;
          transition: all .5s; }
          .recent-works-style-one .content .recent-works-holder .showcase-work .showcase-content .image-and-links .links a {
            display: inline-flex;
            line-height: 0;
            justify-content: center;
            align-items: center;
            width: 45px;
            height: 42px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            font-size: 23px;
            background: #fff;
            color: #000000;
            transition: all .7s; }
            .recent-works-style-one .content .recent-works-holder .showcase-work .showcase-content .image-and-links .links a:hover {
              background: #2196F3;
              color: #ffffff; }
          .recent-works-style-one .content .recent-works-holder .showcase-work .showcase-content .image-and-links .links .gallery {
            display: none; }
        .recent-works-style-one .content .recent-works-holder .showcase-work .showcase-content .image-and-links:hover .links {
          display: block; }
        .recent-works-style-one .content .recent-works-holder .showcase-work .showcase-content .image-and-links:hover .showcase-image {
          opacity: .1;
          transform: scale(1.1); }
      .recent-works-style-one .content .recent-works-holder .showcase-work .showcase-content .text-content {
        text-transform: uppercase;
        font-size: 13px;
        display: flex;
        padding: 2px 12px;
        text-align: left;
        color: #000; }
        .recent-works-style-one .content .recent-works-holder .showcase-work .showcase-content .text-content .description {
          display: flex;
          border: 1px solid rgba(203, 203, 198, 0.65);
          margin: 10px 0;
          padding-left: 10px; }
          .recent-works-style-one .content .recent-works-holder .showcase-work .showcase-content .text-content .description h5 {
            align-self: center;
            font-size: 13px;
            letter-spacing: 1px; }
        .recent-works-style-one .content .recent-works-holder .showcase-work .showcase-content .text-content .date {
          color: #ffffff;
          background: #2196F3;
          height: 65px;
          padding: 4px 12px;
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
          font-size: 24px; }
          .recent-works-style-one .content .recent-works-holder .showcase-work .showcase-content .text-content .date em {
            display: block;
            font-style: normal;
            font-size: 12px;
            text-transform: uppercase; }

/*------------------------------------------------------------------------------
                                  TEAM //STYLE ONE
-------------------------------------------------------------------------------*/
.team-style-one {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .team-style-one .content {
    width: 1050px; }
    .team-style-one .content .team-slider-holder {
      flex: 0 0 auto; }
      .team-style-one .content .team-slider-holder:before, .team-style-one .content .team-slider-holder:after {
        content: " ";
        display: table; }
      .team-style-one .content .team-slider-holder:after {
        clear: both; }
      .team-style-one .content .team-slider-holder .swiper-container .team-members:before, .team-style-one .content .team-slider-holder .swiper-container .team-members:after {
        content: " ";
        display: table; }
      .team-style-one .content .team-slider-holder .swiper-container .team-members:after {
        clear: both; }
      .team-style-one .content .team-slider-holder .swiper-container .team-members .members-block {
        padding: 15px; }
        .team-style-one .content .team-slider-holder .swiper-container .team-members .members-block .image {
          overflow: hidden;
          background: #ffffff;
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
          .team-style-one .content .team-slider-holder .swiper-container .team-members .members-block .image img {
            display: block;
            max-width: 100%;
            height: auto;
            transform: scale(1);
            opacity: 1;
            transition: transform .8s, opacity .8s; }
        .team-style-one .content .team-slider-holder .swiper-container .team-members .members-block .text-content {
          color: #000;
          position: relative;
          text-transform: uppercase;
          top: -128px;
          transition: background .5s, color .5s;
          margin-bottom: -101px;
          background: rgba(255, 255, 255, 0.8);
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
          padding: 1px 13px 5px 5px;
          margin-left: 42px;
          text-align: right; }
          .team-style-one .content .team-slider-holder .swiper-container .team-members .members-block .text-content h5 {
            margin-bottom: -4px; }
          .team-style-one .content .team-slider-holder .swiper-container .team-members .members-block .text-content h6 {
            font-size: 12px;
            margin-bottom: 12px; }
          .team-style-one .content .team-slider-holder .swiper-container .team-members .members-block .text-content .social-links a i {
            border: 1px solid rgba(0, 0, 0, 0.1); }
        .team-style-one .content .team-slider-holder .swiper-container .team-members .members-block:hover img {
          transform: scale(1.1);
          opacity: .5; }
        .team-style-one .content .team-slider-holder .swiper-container .team-members .members-block:hover .text-content {
          background-color: #fff; }
      @media screen and (max-width: 991px) {
        .team-style-one .content .team-slider-holder .swiper-container .team-members .members-block {
          padding: 0;
          margin: 15px; } }
      .team-style-one .content .team-slider-holder .swiper-container .swiper-pagination {
        bottom: 0;
        position: relative; }
  @media screen and (max-width: 991px) {
    .team-style-one .content {
      max-width: 400px; } }
  @media screen and (max-width: 420px) {
    .team-style-one .content {
      max-width: 100%; } }

/*------------------------------------------------------------------------------
                                  SERVICE
-------------------------------------------------------------------------------*/
.service-content {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .service-content .content .service-block-holder {
    flex: 0 0 auto;
    display: flex;
    margin: 15px; }
    .service-content .content .service-block-holder:before, .service-content .content .service-block-holder:after {
      content: " ";
      display: table; }
    .service-content .content .service-block-holder:after {
      clear: both; }
    .service-content .content .service-block-holder .services-image {
      padding: 0;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
    @media screen and (max-width: 991px) {
      .service-content .content .service-block-holder .services-image {
        height: 300px;
        max-width: 500px;
        margin: auto; } }
    .service-content .content .service-block-holder .services-details {
      padding: 0;
      background: #fefefe;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
      .service-content .content .service-block-holder .services-details .swiper-container .swiper-slide .services {
        padding: 27.5px;
        box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
        text-align: left; }
        .service-content .content .service-block-holder .services-details .swiper-container .swiper-slide .services:first-child {
          background: #fefefe; }
        .service-content .content .service-block-holder .services-details .swiper-container .swiper-slide .services:nth-child(2) {
          background: #fefefe; }
        .service-content .content .service-block-holder .services-details .swiper-container .swiper-slide .services:nth-child(3) {
          background: #fdfdfd; }
        .service-content .content .service-block-holder .services-details .swiper-container .swiper-slide .services:nth-child(4) {
          background: #fdfdfd; }
        .service-content .content .service-block-holder .services-details .swiper-container .swiper-slide .services:nth-child(5) {
          background: #fcfcfc; }
        .service-content .content .service-block-holder .services-details .swiper-container .swiper-slide .services:nth-child(6) {
          background: #fcfcfc; }
        .service-content .content .service-block-holder .services-details .swiper-container .swiper-slide .services .media {
          display: flex;
          align-items: flex-start;
          color: #262626; }
          .service-content .content .service-block-holder .services-details .swiper-container .swiper-slide .services .media i {
            margin: 1px;
            margin-right: 22px;
            font-size: 46px;
            color: #2196F3;
            border: 1px solid rgba(0, 0, 0, 0.1);
            width: 58px;
            height: 55px;
            padding: 4px;
            line-height: 1;
            text-align: center; }
          .service-content .content .service-block-holder .services-details .swiper-container .swiper-slide .services .media .media-body {
            flex: 1;
            margin: 5px 0 0; }
            .service-content .content .service-block-holder .services-details .swiper-container .swiper-slide .services .media .media-body h5 {
              text-transform: uppercase;
              color: #262626;
              font-weight: bold; }
        @media screen and (max-width: 470px) {
          .service-content .content .service-block-holder .services-details .swiper-container .swiper-slide .services .media {
            display: block;
            text-align: center; }
            .service-content .content .service-block-holder .services-details .swiper-container .swiper-slide .services .media i {
              margin: 1px; } }
      .service-content .content .service-block-holder .services-details .swiper-container .swiper-pagination {
        bottom: 3px; }
    @media screen and (max-width: 991px) {
      .service-content .content .service-block-holder .services-details {
        max-width: 500px;
        margin: auto; } }

/*------------------------------------------------------------------------------
                                  PORTFOLIOS //STYLE ONE
-------------------------------------------------------------------------------*/
.gallery-style-one {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .gallery-style-one .content {
    width: 1330px;
    max-width: 98%; }
    .gallery-style-one .content .gallery-holder {
      flex: 0 0 auto;
      display: flex;
      margin: 15px; }
      .gallery-style-one .content .gallery-holder .gallery-preview {
        padding: 0;
        box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
      @media screen and (max-width: 991px) {
        .gallery-style-one .content .gallery-holder .gallery-preview {
          height: 300px; } }
      .gallery-style-one .content .gallery-holder .item-gallery {
        padding: 0; }
        .gallery-style-one .content .gallery-holder .item-gallery .swiper-container .gallery-grid:before, .gallery-style-one .content .gallery-holder .item-gallery .swiper-container .gallery-grid:after {
          content: " ";
          display: table; }
        .gallery-style-one .content .gallery-holder .item-gallery .swiper-container .gallery-grid:after {
          clear: both; }
        .gallery-style-one .content .gallery-holder .item-gallery .swiper-container .gallery-grid .item-block {
          transition: background .4s;
          padding: 0;
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
          .gallery-style-one .content .gallery-holder .item-gallery .swiper-container .gallery-grid .item-block .image-and-links figure {
            position: relative;
            overflow: hidden;
            height: auto;
            background: #fff;
            text-align: center;
            cursor: pointer;
            z-index: 10; }
            .gallery-style-one .content .gallery-holder .item-gallery .swiper-container .gallery-grid .item-block .image-and-links figure img {
              display: block;
              max-width: 100%;
              height: auto;
              position: relative;
              opacity: 1;
              -webkit-transition: opacity 0.60s, -webkit-transform 0.60s;
              transition: opacity 0.60s, transform 0.60s; }
            .gallery-style-one .content .gallery-holder .item-gallery .swiper-container .gallery-grid .item-block .image-and-links figure figcaption {
              color: #000000;
              text-transform: uppercase;
              font-size: 1.25em;
              -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
              padding: 3em;
              -webkit-transition: background-color 0.60s;
              transition: background-color 0.60s;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              display: flex;
              justify-content: center;
              flex-direction: column; }
              .gallery-style-one .content .gallery-holder .item-gallery .swiper-container .gallery-grid .item-block .image-and-links figure figcaption .text-content h5 {
                opacity: 0;
                letter-spacing: 1px;
                font-size: 15px;
                font-weight: 600;
                -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
                transition: opacity 0.55s, transform 0.55s;
                -webkit-transform: scale(0);
                transform: scale(0); }
              .gallery-style-one .content .gallery-holder .item-gallery .swiper-container .gallery-grid .item-block .image-and-links figure figcaption .text-content p {
                margin: 0;
                letter-spacing: 1px;
                font-size: 10px;
                opacity: 0;
                -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
                transition: opacity 0.55s, transform 0.55s;
                -webkit-transform: scale(0);
                -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s;
                transform: scale(0); }
              .gallery-style-one .content .gallery-holder .item-gallery .swiper-container .gallery-grid .item-block .image-and-links figure figcaption .links {
                position: absolute;
                top: 6px;
                right: 7px;
                font-size: 23px;
                display: none;
                transition: all 0.4s; }
                .gallery-style-one .content .gallery-holder .item-gallery .swiper-container .gallery-grid .item-block .image-and-links figure figcaption .links a {
                  display: inline-block; }
                  .gallery-style-one .content .gallery-holder .item-gallery .swiper-container .gallery-grid .item-block .image-and-links figure figcaption .links a i {
                    display: inline-block;
                    text-align: center;
                    width: 45px;
                    line-height: 1;
                    height: 37px;
                    padding: 5.7px;
                    border: 1px solid rgba(0, 0, 0, 0.1);
                    font-size: 23px;
                    transition: all .7s;
                    background: #fff;
                    color: #000000; }
                    .gallery-style-one .content .gallery-holder .item-gallery .swiper-container .gallery-grid .item-block .image-and-links figure figcaption .links a i:hover {
                      color: #ffffff;
                      background: #2196F3;
                      -webkit-animation: jumpIcon .9s ease-in-out;
                      animation: jumpIcon .9s ease-in-out; }
            .gallery-style-one .content .gallery-holder .item-gallery .swiper-container .gallery-grid .item-block .image-and-links figure:hover .text-content h5 {
              opacity: 1;
              -webkit-transform: scale(1);
              transform: scale(1); }
            .gallery-style-one .content .gallery-holder .item-gallery .swiper-container .gallery-grid .item-block .image-and-links figure:hover .text-content p {
              opacity: 1;
              -webkit-transform: scale(1);
              transform: scale(1); }
            .gallery-style-one .content .gallery-holder .item-gallery .swiper-container .gallery-grid .item-block .image-and-links figure:hover img {
              opacity: 0.1;
              -webkit-transform: scale(1.2);
              transform: scale(1.2); }
            .gallery-style-one .content .gallery-holder .item-gallery .swiper-container .gallery-grid .item-block .image-and-links figure:hover .links {
              display: block; }

/*------------------------------------------------------------------------------
                                  BLOG //STYLE ONE
-------------------------------------------------------------------------------*/
.blog-style-one {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .blog-style-one .content .blog-holder {
    flex: 0 0 auto;
    display: flex;
    margin: auto; }
    .blog-style-one .content .blog-holder:before, .blog-style-one .content .blog-holder:after {
      content: " ";
      display: table; }
    .blog-style-one .content .blog-holder:after {
      clear: both; }
    .blog-style-one .content .blog-holder .blog {
      padding: 0;
      margin: 15px;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
      background: #fff;
      max-width: 400px; }
      .blog-style-one .content .blog-holder .blog .image img {
        display: block;
        max-width: 100%;
        height: auto;
        box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
      .blog-style-one .content .blog-holder .blog .blog-body .text-content {
        color: #000;
        padding: 12px; }
        .blog-style-one .content .blog-holder .blog .blog-body .text-content .category {
          color: #ffffff;
          display: table;
          background: #2196F3;
          padding: 5px 13px;
          position: absolute;
          margin-top: -48px;
          font-size: 13px;
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
        .blog-style-one .content .blog-holder .blog .blog-body .text-content h5 {
          text-transform: capitalize;
          border-bottom: 1px solid rgba(203, 203, 198, 0.65);
          padding-bottom: 10px;
          font-weight: 600;
          font-size: 17px;
          margin-top: 0; }
        .blog-style-one .content .blog-holder .blog .blog-body .text-content .blog-infos {
          margin-top: 10px;
          margin-bottom: 10px; }
          .blog-style-one .content .blog-holder .blog .blog-body .text-content .blog-infos h6 {
            font-size: 14px;
            display: inline-block;
            margin: 0 6px 6px 0; }
            .blog-style-one .content .blog-holder .blog .blog-body .text-content .blog-infos h6 i {
              color: #000;
              font-size: 16px;
              position: relative;
              top: 1px;
              margin-right: 5px;
              width: 25px;
              height: 25px;
              border-radius: 50%;
              padding-top: 3px;
              text-align: center;
              border: 1px solid rgba(203, 203, 198, 0.65); }
        .blog-style-one .content .blog-holder .blog .blog-body .text-content .more {
          color: #000;
          cursor: pointer;
          padding-bottom: 10px;
          display: block; }
          .blog-style-one .content .blog-holder .blog .blog-body .text-content .more:hover, .blog-style-one .content .blog-holder .blog .blog-body .text-content .more:focus {
            text-decoration: underline; }

/*------------------------------------------------------------------------------
                                  CLIENTS //STYLE ONE
-------------------------------------------------------------------------------*/
.clients-style-one {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .clients-style-one .content .clients-holder {
    flex: 0 0 auto;
    margin: 15px; }
    .clients-style-one .content .clients-holder:before, .clients-style-one .content .clients-holder:after {
      content: " ";
      display: table; }
    .clients-style-one .content .clients-holder:after {
      clear: both; }
    .clients-style-one .content .clients-holder .clients-block {
      padding: 0;
      background: transparent;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
      .clients-style-one .content .clients-holder .clients-block .swiper-container .testimonials-block {
        color: #262626;
        padding: 54px;
        display: flex; }
        .clients-style-one .content .clients-holder .clients-block .swiper-container .testimonials-block:before, .clients-style-one .content .clients-holder .clients-block .swiper-container .testimonials-block:after {
          content: " ";
          display: table; }
        .clients-style-one .content .clients-holder .clients-block .swiper-container .testimonials-block:after {
          clear: both; }
        .clients-style-one .content .clients-holder .clients-block .swiper-container .testimonials-block .client {
          margin: 0 auto;
          justify-content: center;
          flex-direction: column;
          display: flex;
          background: #fefefe;
          text-align: center;
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
          .clients-style-one .content .clients-holder .clients-block .swiper-container .testimonials-block .client img {
            display: block;
            max-width: 100%;
            height: auto;
            width: 115px;
            position: relative;
            border-radius: 50%;
            margin: 16px auto 0;
            box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
          .clients-style-one .content .clients-holder .clients-block .swiper-container .testimonials-block .client .quote-info h6 {
            margin-bottom: 2px;
            font-weight: bold; }
          .clients-style-one .content .clients-holder .clients-block .swiper-container .testimonials-block .client .quote-info p {
            margin-bottom: 10px;
            margin-top: 5px; }
        .clients-style-one .content .clients-holder .clients-block .swiper-container .testimonials-block blockquote {
          margin: 0;
          background: #fefefe;
          display: flex;
          justify-content: center;
          flex-direction: column;
          border: 0;
          padding: 39px;
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
          .clients-style-one .content .clients-holder .clients-block .swiper-container .testimonials-block blockquote:before {
            content: "\f347";
            color: #2196F3;
            font-size: 29px;
            font-family: "Ionicons";
            font-style: normal;
            font-weight: normal;
            border: 1px solid rgba(0, 0, 0, 0.1);
            font-variant: normal;
            padding: 4px 10px;
            margin-bottom: 14px;
            margin-top: -22px;
            align-self: baseline;
            position: relative;
            text-transform: none;
            text-rendering: auto;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            display: block; }
        @media screen and (max-width: 991px) {
          .clients-style-one .content .clients-holder .clients-block .swiper-container .testimonials-block blockquote {
            text-align: center; }
            .clients-style-one .content .clients-holder .clients-block .swiper-container .testimonials-block blockquote:before {
              align-self: center; } }
      @media screen and (max-width: 991px) {
        .clients-style-one .content .clients-holder .clients-block .swiper-container .testimonials-block {
          display: block; } }
      @media screen and (max-width: 768px) {
        .clients-style-one .content .clients-holder .clients-block .swiper-container .testimonials-block {
          padding: 10px; } }
      .clients-style-one .content .clients-holder .clients-block .swiper-container .swiper-pagination {
        bottom: 12px; }
      .clients-style-one .content .clients-holder .clients-block .clients-details {
        padding: 0;
        box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
        .clients-style-one .content .clients-holder .clients-block .clients-details:before, .clients-style-one .content .clients-holder .clients-block .clients-details:after {
          content: " ";
          display: table; }
        .clients-style-one .content .clients-holder .clients-block .clients-details:after {
          clear: both; }
        .clients-style-one .content .clients-holder .clients-block .clients-details .counter {
          padding: 0; }
          .clients-style-one .content .clients-holder .clients-block .clients-details .counter .counter-block {
            padding: 4px;
            color: #262626;
            box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
            .clients-style-one .content .clients-holder .clients-block .clients-details .counter .counter-block:first-child {
              background: #fefefe; }
            .clients-style-one .content .clients-holder .clients-block .clients-details .counter .counter-block:nth-child(2) {
              background: #fefefe; }
            .clients-style-one .content .clients-holder .clients-block .clients-details .counter .counter-block:nth-child(3) {
              background: #fdfdfd; }
            .clients-style-one .content .clients-holder .clients-block .clients-details .counter .counter-block:nth-child(4) {
              background: #fdfdfd; }
            .clients-style-one .content .clients-holder .clients-block .clients-details .counter .counter-block:nth-child(5) {
              background: #fcfcfc; }
            .clients-style-one .content .clients-holder .clients-block .clients-details .counter .counter-block:nth-child(6) {
              background: #fcfcfc; }
            .clients-style-one .content .clients-holder .clients-block .clients-details .counter .counter-block .text-content {
              display: flex;
              align-items: center;
              justify-content: center;
              flex-direction: column;
              height: 100%; }
              .clients-style-one .content .clients-holder .clients-block .clients-details .counter .counter-block .text-content h4 {
                color: #2196F3;
                font-weight: bold;
                margin-bottom: 0;
                margin-top: 20px; }
              .clients-style-one .content .clients-holder .clients-block .clients-details .counter .counter-block .text-content p {
                color: #262626;
                font-size: 11px;
                text-transform: uppercase; }
                .clients-style-one .content .clients-holder .clients-block .clients-details .counter .counter-block .text-content p i {
                  color: #2196F3;
                  font-size: 15px;
                  margin-right: 7px; }
        .clients-style-one .content .clients-holder .clients-block .clients-details .clients-logos {
          display: flex;
          padding: 0;
          overflow: hidden; }
          .clients-style-one .content .clients-holder .clients-block .clients-details .clients-logos:before, .clients-style-one .content .clients-holder .clients-block .clients-details .clients-logos:after {
            content: " ";
            display: table; }
          .clients-style-one .content .clients-holder .clients-block .clients-details .clients-logos:after {
            clear: both; }
          .clients-style-one .content .clients-holder .clients-block .clients-details .clients-logos img {
            display: block;
            max-width: 100%;
            height: auto;
            height: 75px;
            margin: 10px 0; }
        @media screen and (max-width: 991px) {
          .clients-style-one .content .clients-holder .clients-block .clients-details .clients-logos {
            width: 70%;
            margin: 0 auto; } }
    @media screen and (max-width: 991px) {
      .clients-style-one .content .clients-holder .clients-block {
        max-width: 700px;
        margin: auto; } }

/*------------------------------------------------------------------------------
                                  PRICING TABLE //STYLE ONE
-------------------------------------------------------------------------------*/
.pricing-style-one {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .pricing-style-one .content .pricing-holder {
    display: flex;
    flex: 0 0 auto;
    margin: 15px; }
    .pricing-style-one .content .pricing-holder:before, .pricing-style-one .content .pricing-holder:after {
      content: " ";
      display: table; }
    .pricing-style-one .content .pricing-holder:after {
      clear: both; }
    .pricing-style-one .content .pricing-holder .pricing-block {
      padding: 0;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
      color: #262626; }
      .pricing-style-one .content .pricing-holder .pricing-block:first-child {
        background: #fefefe; }
      .pricing-style-one .content .pricing-holder .pricing-block:nth-child(2) {
        background: #fefefe; }
      .pricing-style-one .content .pricing-holder .pricing-block:nth-child(3) {
        background: #fdfdfd; }
      .pricing-style-one .content .pricing-holder .pricing-block:nth-child(4) {
        background: #fdfdfd; }
      .pricing-style-one .content .pricing-holder .pricing-block .pricing-table {
        margin: 0 auto;
        display: table;
        padding-top: 50px;
        padding-bottom: 30px;
        text-align: left; }
        .pricing-style-one .content .pricing-holder .pricing-block .pricing-table .pricing-header h3 {
          text-shadow: 0 0px 1px rgba(0, 0, 0, 0.46);
          margin-top: -3px;
          margin-left: -5px; }
          .pricing-style-one .content .pricing-holder .pricing-block .pricing-table .pricing-header h3 em {
            font-size: 17px;
            position: relative;
            color: #2196F3; }
        .pricing-style-one .content .pricing-holder .pricing-block .pricing-table .pricing-header h5 {
          margin: 0;
          padding: 0; }
      .pricing-style-one .content .pricing-holder .pricing-block .pricing-body {
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 15px; }
        .pricing-style-one .content .pricing-holder .pricing-block .pricing-body ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          .pricing-style-one .content .pricing-holder .pricing-block .pricing-body ul li {
            padding: 2px; }
            .pricing-style-one .content .pricing-holder .pricing-block .pricing-body ul li i {
              color: #2196F3; }
      .pricing-style-one .content .pricing-holder .pricing-block .pricing-footer {
        text-align: left;
        margin-top: 10px; }
        .pricing-style-one .content .pricing-holder .pricing-block .pricing-footer .buy {
          color: #262626; }
          .pricing-style-one .content .pricing-holder .pricing-block .pricing-footer .buy:hover, .pricing-style-one .content .pricing-holder .pricing-block .pricing-footer .buy:focus {
            text-decoration: underline; }
    @media screen and (max-width: 991px) {
      .pricing-style-one .content .pricing-holder .pricing-block {
        margin: auto;
        max-width: 400px; } }

/*------------------------------------------------------------------------------
                                  GENERAL SUBSCRIBE
-------------------------------------------------------------------------------*/
.subscribe-content {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .subscribe-content .content .subscribe-holder {
    flex: 0 0 auto;
    color: #000;
    margin: 15px; }
    .subscribe-content .content .subscribe-holder:before, .subscribe-content .content .subscribe-holder:after {
      content: " ";
      display: table; }
    .subscribe-content .content .subscribe-holder:after {
      clear: both; }
    .subscribe-content .content .subscribe-holder .subscribe-block:before, .subscribe-content .content .subscribe-holder .subscribe-block:after {
      content: " ";
      display: table; }
    .subscribe-content .content .subscribe-holder .subscribe-block:after {
      clear: both; }
    .subscribe-content .content .subscribe-holder .subscribe-block .infos {
      padding: 0;
      text-align: center; }
      .subscribe-content .content .subscribe-holder .subscribe-block .infos .text-content h3 {
        text-align: center;
        text-transform: uppercase; }
      .subscribe-content .content .subscribe-holder .subscribe-block .infos .text-content p {
        text-transform: capitalize; }
    .subscribe-content .content .subscribe-holder .subscribe-block .subscribe-form {
      color: #000;
      padding: 0; }
      .subscribe-content .content .subscribe-holder .subscribe-block .subscribe-form .form-inline {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row; }
        .subscribe-content .content .subscribe-holder .subscribe-block .subscribe-form .form-inline .form-control {
          width: 70%;
          text-align: center;
          font-size: 13px;
          color: #000;
          text-transform: uppercase;
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
          background: rgba(255, 255, 255, 0.1); }
        @media screen and (max-width: 991px) {
          .subscribe-content .content .subscribe-holder .subscribe-block .subscribe-form .form-inline .form-control {
            width: 100%; } }
        .subscribe-content .content .subscribe-holder .subscribe-block .subscribe-form .form-inline .btn {
          margin: 4px;
          height: 61px;
          padding: 8px 14px;
          background-color: #fff; }
          .subscribe-content .content .subscribe-holder .subscribe-block .subscribe-form .form-inline .btn:hover, .subscribe-content .content .subscribe-holder .subscribe-block .subscribe-form .form-inline .btn:focus {
            background-color: #2196F3;
            color: #ffffff; }
          .subscribe-content .content .subscribe-holder .subscribe-block .subscribe-form .form-inline .btn i {
            font-size: 38px;
            line-height: 0; }

/*------------------------------------------------------------------------------
                                  MAP //STYLE ONE
-------------------------------------------------------------------------------*/
.map-style-one {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .map-style-one .content .find-us-holder {
    flex: 0 0 auto;
    display: flex;
    margin: auto; }
    .map-style-one .content .find-us-holder:before, .map-style-one .content .find-us-holder:after {
      content: " ";
      display: table; }
    .map-style-one .content .find-us-holder:after {
      clear: both; }
    .map-style-one .content .find-us-holder .finding-details {
      padding: 0;
      margin: 15px;
      color: #000; }
      .map-style-one .content .find-us-holder .finding-details .text-content p {
        text-transform: capitalize; }
      @media screen and (max-width: 991px) {
        .map-style-one .content .find-us-holder .finding-details .text-content {
          text-align: center; } }
    @media screen and (max-width: 991px) {
      .map-style-one .content .find-us-holder .finding-details {
        max-width: 400px; } }
    .map-style-one .content .find-us-holder .map {
      padding: 0;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
      background: rgba(255, 255, 255, 0.6);
      margin: 33px 15px 15px; }
    @media screen and (max-width: 991px) {
      .map-style-one .content .find-us-holder .map {
        height: 400px;
        max-width: 400px;
        margin-top: 15px; } }

/*------------------------------------------------------------------------------
                                  CONTACT //STYLE ONE
-------------------------------------------------------------------------------*/
.contact-style-one {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .contact-style-one .content .contact-holder {
    flex: 0 0 auto;
    display: flex;
    margin: auto; }
    .contact-style-one .content .contact-holder:before, .contact-style-one .content .contact-holder:after {
      content: " ";
      display: table; }
    .contact-style-one .content .contact-holder:after {
      clear: both; }
    .contact-style-one .content .contact-holder .contact-details {
      color: #000;
      padding: 0;
      margin: 15px; }
      .contact-style-one .content .contact-holder .contact-details .text-content p {
        text-transform: capitalize; }
      .contact-style-one .content .contact-holder .contact-details .text-content .social-list {
        margin-top: 17px;
        margin-bottom: -10px; }
      @media screen and (max-width: 991px) {
        .contact-style-one .content .contact-holder .contact-details .text-content .social-list {
          margin-bottom: 0; } }
      @media screen and (max-width: 991px) {
        .contact-style-one .content .contact-holder .contact-details .text-content {
          text-align: center; } }
    @media screen and (max-width: 991px) {
      .contact-style-one .content .contact-holder .contact-details {
        max-width: 400px; } }
    .contact-style-one .content .contact-holder .contact-form {
      padding: 0;
      margin: 15px; }
      .contact-style-one .content .contact-holder .contact-form .form-horizontal {
        margin-top: 20px; }
        .contact-style-one .content .contact-holder .contact-form .form-horizontal .form-control {
          padding: 13px; }
        @media screen and (max-width: 991px) {
          .contact-style-one .content .contact-holder .contact-form .form-horizontal .form-control {
            text-align: center; } }
        .contact-style-one .content .contact-holder .contact-form .form-horizontal .btn {
          width: 107px;
          background-color: #fff; }
          .contact-style-one .content .contact-holder .contact-form .form-horizontal .btn:hover, .contact-style-one .content .contact-holder .contact-form .form-horizontal .btn:focus {
            background-color: #2196F3;
            color: #ffffff; }
        .contact-style-one .content .contact-holder .contact-form .form-horizontal .g-recaptcha {
          padding-bottom: 12px; }
          @media screen and (max-width: 575px) {
            .contact-style-one .content .contact-holder .contact-form .form-horizontal .g-recaptcha iframe {
              transform: scale(0.77);
              -webkit-transform: scale(0.77);
              transform-origin: 0 0;
              -webkit-transform-origin: 0 0; } }
        @media screen and (min-width: 575px) and (max-width: 991px) {
          .contact-style-one .content .contact-holder .contact-form .form-horizontal .g-recaptcha {
            padding-bottom: 12px;
            width: 0;
            justify-content: center;
            display: flex;
            margin: auto; } }
        @media screen and (max-width: 575px) {
          .contact-style-one .content .contact-holder .contact-form .form-horizontal .g-recaptcha {
            padding-bottom: 0;
            width: 0;
            margin-bottom: -3px;
            justify-content: center;
            display: flex;
            margin-left: 63%; } }
      @media screen and (max-width: 991px) {
        .contact-style-one .content .contact-holder .contact-form .form-horizontal {
          margin-top: 0; } }
    @media screen and (max-width: 991px) {
      .contact-style-one .content .contact-holder .contact-form {
        max-width: 400px;
        text-align: center; } }

/*-----------------------------------------------------------------------------
                                CV SECTIONS
-----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
                                  CV HOME
-------------------------------------------------------------------------------*/
.cv-home-content {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .cv-home-content .content .cv-home-holder {
    flex: 0 0 auto; }
    .cv-home-content .content .cv-home-holder:before, .cv-home-content .content .cv-home-holder:after {
      content: " ";
      display: table; }
    .cv-home-content .content .cv-home-holder:after {
      clear: both; }
    .cv-home-content .content .cv-home-holder .profile-image {
      padding: 15px; }
      .cv-home-content .content .cv-home-holder .profile-image img {
        display: block;
        max-width: 100%;
        height: auto;
        border-radius: 19%; }
    @media screen and (max-width: 991px) {
      .cv-home-content .content .cv-home-holder .profile-image {
        padding: 0;
        margin: 15px;
        max-width: 600px; } }
    .cv-home-content .content .cv-home-holder .profile-block {
      padding: 15px; }
      .cv-home-content .content .cv-home-holder .profile-block .profile-infos {
        padding: 15px;
        border: 2px dashed rgba(0, 0, 0, 0.1); }
        .cv-home-content .content .cv-home-holder .profile-block .profile-infos .text-content {
          background: #fefefe;
          padding: 25px;
          color: #262626;
          margin-bottom: 5px;
          border: 1px solid rgba(0, 0, 0, 0.1);
          text-align: left; }
          .cv-home-content .content .cv-home-holder .profile-block .profile-infos .text-content h4 {
            letter-spacing: 2px; }
          .cv-home-content .content .cv-home-holder .profile-block .profile-infos .text-content b {
            font-weight: bold; }
          .cv-home-content .content .cv-home-holder .profile-block .profile-infos .text-content h5 {
            font-size: 13px;
            letter-spacing: 1px;
            text-transform: uppercase; }
          .cv-home-content .content .cv-home-holder .profile-block .profile-infos .text-content .profile-list {
            list-style: none;
            padding: 0;
            margin-top: -5px; }
            .cv-home-content .content .cv-home-holder .profile-block .profile-infos .text-content .profile-list .title-icon {
              padding-right: 8px;
              font-size: 21px;
              color: #262626;
              top: 3px;
              position: relative; }
            .cv-home-content .content .cv-home-holder .profile-block .profile-infos .text-content .profile-list .item-content {
              font-size: 15px; }
            @media screen and (max-width: 500px) {
              .cv-home-content .content .cv-home-holder .profile-block .profile-infos .text-content .profile-list .item-content {
                font-size: 14px; } }
          @media screen and (max-width: 991px) {
            .cv-home-content .content .cv-home-holder .profile-block .profile-infos .text-content .profile-list {
              text-align: left;
              display: table;
              margin: auto; } }
        @media screen and (max-width: 991px) {
          .cv-home-content .content .cv-home-holder .profile-block .profile-infos .text-content {
            text-align: center; } }
        .cv-home-content .content .cv-home-holder .profile-block .profile-infos .social-list {
          margin-top: 15px; }
    @media screen and (max-width: 991px) {
      .cv-home-content .content .cv-home-holder .profile-block {
        padding: 0;
        margin: 15px;
        max-width: 600px; }
        .cv-home-content .content .cv-home-holder .profile-block .social-list {
          text-align: center; } }
  @media screen and (max-width: 991px) {
    .cv-home-content .content .cv-home-holder {
      margin: auto; } }

/*------------------------------------------------------------------------------
                                  ABOUT //PROFILE ABOUT
-------------------------------------------------------------------------------*/
.about-content-profile {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .about-content-profile .content .about-info-holder {
    flex: 0 0 auto;
    display: flex;
    margin: 15px; }
    .about-content-profile .content .about-info-holder:before, .about-content-profile .content .about-info-holder:after {
      content: " ";
      display: table; }
    .about-content-profile .content .about-info-holder:after {
      clear: both; }
    .about-content-profile .content .about-info-holder .about-image {
      padding: 0;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
      .about-content-profile .content .about-info-holder .about-image .download-cv {
        background: #fff;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        height: 32px;
        transition: background .5s; }
        .about-content-profile .content .about-info-holder .about-image .download-cv .download-link {
          color: #000;
          top: 4px;
          position: relative;
          letter-spacing: 1px;
          text-transform: uppercase;
          font-size: 11px; }
          .about-content-profile .content .about-info-holder .about-image .download-cv .download-link i {
            padding: 4px; }
        .about-content-profile .content .about-info-holder .about-image .download-cv:hover .download-link {
          text-decoration: underline; }
      .about-content-profile .content .about-info-holder .about-image .animated-text-content {
        justify-content: flex-end;
        align-items: flex-start;
        font-size: 18px; }
        .about-content-profile .content .about-info-holder .about-image .animated-text-content span {
          font-size: 18px; }
    @media screen and (max-width: 991px) {
      .about-content-profile .content .about-info-holder .about-image {
        height: 300px;
        max-width: 500px;
        margin: auto; } }
    .about-content-profile .content .about-info-holder .full-info {
      background: #fff;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
      .about-content-profile .content .about-info-holder .full-info .text-content {
        padding: 12px;
        color: #262626; }
        .about-content-profile .content .about-info-holder .full-info .text-content h4 {
          color: #262626;
          font-weight: bold;
          letter-spacing: 1px; }
        .about-content-profile .content .about-info-holder .full-info .text-content p {
          margin-bottom: 15px;
          color: #262626; }
        .about-content-profile .content .about-info-holder .full-info .text-content .summary-tile {
          margin-bottom: 10px; }
          .about-content-profile .content .about-info-holder .full-info .text-content .summary-tile:before, .about-content-profile .content .about-info-holder .full-info .text-content .summary-tile:after {
            content: " ";
            display: table; }
          .about-content-profile .content .about-info-holder .full-info .text-content .summary-tile:after {
            clear: both; }
          .about-content-profile .content .about-info-holder .full-info .text-content .summary-tile .tile {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            cursor: pointer;
            margin: 0;
            padding: 12px;
            box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
            font-size: 12px;
            letter-spacing: 2px; }
            .about-content-profile .content .about-info-holder .full-info .text-content .summary-tile .tile:first-child {
              background: #fefefe; }
            .about-content-profile .content .about-info-holder .full-info .text-content .summary-tile .tile:nth-child(2) {
              background: #fefefe; }
            .about-content-profile .content .about-info-holder .full-info .text-content .summary-tile .tile:nth-child(3) {
              background: #fdfdfd; }
            .about-content-profile .content .about-info-holder .full-info .text-content .summary-tile .tile:nth-child(4) {
              background: #fdfdfd; }
            .about-content-profile .content .about-info-holder .full-info .text-content .summary-tile .tile:nth-child(5) {
              background: #fcfcfc; }
            .about-content-profile .content .about-info-holder .full-info .text-content .summary-tile .tile:nth-child(6) {
              background: #fcfcfc; }
            .about-content-profile .content .about-info-holder .full-info .text-content .summary-tile .tile:nth-child(7) {
              background: #fbfbfb; }
            .about-content-profile .content .about-info-holder .full-info .text-content .summary-tile .tile:nth-child(8) {
              background: #fbfbfb; }
            .about-content-profile .content .about-info-holder .full-info .text-content .summary-tile .tile:nth-child(9) {
              background: #fafafa; }
            .about-content-profile .content .about-info-holder .full-info .text-content .summary-tile .tile:nth-child(10) {
              background: #f7f7f7; }
            .about-content-profile .content .about-info-holder .full-info .text-content .summary-tile .tile h5 {
              color: #2196F3; }
            .about-content-profile .content .about-info-holder .full-info .text-content .summary-tile .tile p {
              margin-top: 0;
              font-size: 12px;
              letter-spacing: 2px;
              color: #000000; }
            .about-content-profile .content .about-info-holder .full-info .text-content .summary-tile .tile:hover {
              -webkit-animation: jumpIcon .9s ease-in-out;
              animation: jumpIcon .9s ease-in-out; }
    @media screen and (max-width: 991px) {
      .about-content-profile .content .about-info-holder .full-info {
        max-width: 500px;
        margin: auto;
        text-align: center; } }

/*------------------------------------------------------------------------------
                                  SKILLS //STYLE ONE
-------------------------------------------------------------------------------*/
.skills-style-one {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .skills-style-one .content .skills-holder {
    flex: 0 0 auto;
    display: flex;
    margin: 15px; }
    .skills-style-one .content .skills-holder:before, .skills-style-one .content .skills-holder:after {
      content: " ";
      display: table; }
    .skills-style-one .content .skills-holder:after {
      clear: both; }
    .skills-style-one .content .skills-holder .skills-block {
      padding: 0;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
      color: #262626; }
      .skills-style-one .content .skills-holder .skills-block:first-child {
        background: #fefefe; }
      .skills-style-one .content .skills-holder .skills-block:nth-child(2) {
        background: #fefefe; }
      .skills-style-one .content .skills-holder .skills-block:nth-child(3) {
        background: #fdfdfd; }
      .skills-style-one .content .skills-holder .skills-block:nth-child(4) {
        background: #fdfdfd; }
      .skills-style-one .content .skills-holder .skills-block:nth-child(5) {
        background: #fcfcfc; }
      .skills-style-one .content .skills-holder .skills-block .skills {
        padding: 58px 20px; }
        .skills-style-one .content .skills-holder .skills-block .skills h4 {
          text-align: center;
          margin-top: 0;
          color: #262626;
          letter-spacing: 2px; }
        .skills-style-one .content .skills-holder .skills-block .skills .skills-info {
          margin-bottom: 5px;
          margin-top: 5px; }
          .skills-style-one .content .skills-holder .skills-block .skills .skills-info .title {
            width: 85%;
            display: inline-table;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 11px; }
          .skills-style-one .content .skills-holder .skills-block .skills .skills-info .value {
            font-size: 12px;
            float: right; }
        .skills-style-one .content .skills-holder .skills-block .skills .skills-bar {
          height: 11px;
          background: #fafafa;
          border-right: 4px solid #2196F3; }
        .skills-style-one .content .skills-holder .skills-block .skills .skills-bar-bg {
          height: 11px;
          background: transparent;
          width: 100%;
          margin-top: -11px;
          border: 1px solid rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 991px) {
      .skills-style-one .content .skills-holder .skills-block {
        max-width: 500px;
        margin: auto; } }

/*------------------------------------------------------------------------------
                                  EDUCATION
-------------------------------------------------------------------------------*/
.education-content {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .education-content .content .education-timeline-holder {
    flex: 0 0 auto;
    display: flex;
    margin: 15px; }
    .education-content .content .education-timeline-holder:before, .education-content .content .education-timeline-holder:after {
      content: " ";
      display: table; }
    .education-content .content .education-timeline-holder:after {
      clear: both; }
    .education-content .content .education-timeline-holder .timeline-image {
      padding: 0;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
      .education-content .content .education-timeline-holder .timeline-image .caption {
        background: #fefefe;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        height: 32px;
        transition: background .5s; }
        .education-content .content .education-timeline-holder .timeline-image .caption h5 {
          color: #000;
          top: -2px;
          font-size: 14px;
          letter-spacing: 1px;
          position: relative;
          text-transform: uppercase; }
    @media screen and (max-width: 991px) {
      .education-content .content .education-timeline-holder .timeline-image {
        height: 300px;
        max-width: 500px;
        margin: auto; } }
    .education-content .content .education-timeline-holder .timeline-block {
      padding: 0;
      background: #fefefe;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
      .education-content .content .education-timeline-holder .timeline-block .swiper-container .timeline {
        text-align: left;
        display: flex; }
        .education-content .content .education-timeline-holder .timeline-block .swiper-container .timeline:before, .education-content .content .education-timeline-holder .timeline-block .swiper-container .timeline:after {
          content: " ";
          display: table; }
        .education-content .content .education-timeline-holder .timeline-block .swiper-container .timeline:after {
          clear: both; }
        .education-content .content .education-timeline-holder .timeline-block .swiper-container .timeline .tile {
          color: #262626;
          padding: 37px;
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
          .education-content .content .education-timeline-holder .timeline-block .swiper-container .timeline .tile:first-child {
            background: #fefefe; }
          .education-content .content .education-timeline-holder .timeline-block .swiper-container .timeline .tile:nth-child(2) {
            background: #fefefe; }
          .education-content .content .education-timeline-holder .timeline-block .swiper-container .timeline .tile:nth-child(3) {
            background: #fdfdfd; }
          .education-content .content .education-timeline-holder .timeline-block .swiper-container .timeline .tile:nth-child(4) {
            background: #fdfdfd; }
          .education-content .content .education-timeline-holder .timeline-block .swiper-container .timeline .tile:nth-child(5) {
            background: #fcfcfc; }
          .education-content .content .education-timeline-holder .timeline-block .swiper-container .timeline .tile .text-content h4 {
            text-transform: uppercase;
            font-size: 18px;
            font-weight: bold;
            letter-spacing: 1px;
            margin-top: 8px; }
          .education-content .content .education-timeline-holder .timeline-block .swiper-container .timeline .tile .text-content .number {
            color: #ffffff;
            font-size: 23px;
            position: relative;
            background: #2196F3;
            line-height: .3;
            font-weight: bolder;
            box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
            margin: -2px;
            display: table;
            top: -6px;
            padding: 16px 10px 12px 20px;
            left: -35px; }
            .education-content .content .education-timeline-holder .timeline-block .swiper-container .timeline .tile .text-content .number em {
              font-style: normal; }
          .education-content .content .education-timeline-holder .timeline-block .swiper-container .timeline .tile .text-content .time {
            margin-bottom: 10px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            display: block;
            padding-bottom: 5px;
            margin-top: -5px; }
      @media screen and (max-width: 991px) {
        .education-content .content .education-timeline-holder .timeline-block .swiper-container .timeline {
          display: block; } }
      .education-content .content .education-timeline-holder .timeline-block .swiper-container .swiper-pagination {
        bottom: 8px; }
    @media screen and (max-width: 991px) {
      .education-content .content .education-timeline-holder .timeline-block {
        max-width: 500px;
        margin: auto; } }

/*------------------------------------------------------------------------------
                                 EXPERIENCE
-------------------------------------------------------------------------------*/
.experience-content {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .experience-content .content .experience-timeline-holder {
    flex: 0 0 auto;
    display: flex;
    margin: 15px; }
    .experience-content .content .experience-timeline-holder:before, .experience-content .content .experience-timeline-holder:after {
      content: " ";
      display: table; }
    .experience-content .content .experience-timeline-holder:after {
      clear: both; }
    .experience-content .content .experience-timeline-holder .timeline-image {
      padding: 0;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
      .experience-content .content .experience-timeline-holder .timeline-image .caption {
        background: #fefefe;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        height: 32px;
        transition: background .5s; }
        .experience-content .content .experience-timeline-holder .timeline-image .caption h5 {
          color: #000;
          top: -2px;
          font-size: 14px;
          letter-spacing: 1px;
          position: relative;
          text-transform: uppercase; }
    @media screen and (max-width: 991px) {
      .experience-content .content .experience-timeline-holder .timeline-image {
        height: 300px;
        max-width: 500px;
        margin: auto; } }
    .experience-content .content .experience-timeline-holder .timeline-block {
      padding: 0;
      background: #fefefe;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
      .experience-content .content .experience-timeline-holder .timeline-block .swiper-container .timeline {
        text-align: left;
        display: flex; }
        .experience-content .content .experience-timeline-holder .timeline-block .swiper-container .timeline:before, .experience-content .content .experience-timeline-holder .timeline-block .swiper-container .timeline:after {
          content: " ";
          display: table; }
        .experience-content .content .experience-timeline-holder .timeline-block .swiper-container .timeline:after {
          clear: both; }
        .experience-content .content .experience-timeline-holder .timeline-block .swiper-container .timeline .tile {
          color: #262626;
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
          z-index: 9;
          padding: 37px; }
          .experience-content .content .experience-timeline-holder .timeline-block .swiper-container .timeline .tile:first-child {
            background: #fefefe; }
          .experience-content .content .experience-timeline-holder .timeline-block .swiper-container .timeline .tile:nth-child(2) {
            background: #fefefe; }
          .experience-content .content .experience-timeline-holder .timeline-block .swiper-container .timeline .tile:nth-child(3) {
            background: #fdfdfd; }
          .experience-content .content .experience-timeline-holder .timeline-block .swiper-container .timeline .tile:nth-child(4) {
            background: #fdfdfd; }
          .experience-content .content .experience-timeline-holder .timeline-block .swiper-container .timeline .tile:nth-child(5) {
            background: #fcfcfc; }
          .experience-content .content .experience-timeline-holder .timeline-block .swiper-container .timeline .tile .text-content h4 {
            text-transform: uppercase;
            font-size: 18px;
            font-weight: bold;
            letter-spacing: 1px;
            margin-top: 8px; }
          .experience-content .content .experience-timeline-holder .timeline-block .swiper-container .timeline .tile .text-content .number {
            color: #ffffff;
            font-size: 23px;
            position: relative;
            background: #2196F3;
            line-height: .3;
            font-weight: bolder;
            box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
            margin: -2px;
            display: table;
            top: -6px;
            padding: 16px 10px 12px 20px;
            left: -35px; }
            .experience-content .content .experience-timeline-holder .timeline-block .swiper-container .timeline .tile .text-content .number em {
              font-style: normal; }
          .experience-content .content .experience-timeline-holder .timeline-block .swiper-container .timeline .tile .text-content .time {
            margin-bottom: 10px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            display: block;
            padding-bottom: 5px;
            margin-top: -5px; }
      @media screen and (max-width: 991px) {
        .experience-content .content .experience-timeline-holder .timeline-block .swiper-container .timeline {
          display: block; } }
      .experience-content .content .experience-timeline-holder .timeline-block .swiper-container .swiper-pagination {
        bottom: 8px; }
    @media screen and (max-width: 991px) {
      .experience-content .content .experience-timeline-holder .timeline-block {
        max-width: 500px;
        margin: auto; } }

/*------------------------------------------------------------------------------
                                INTEREST
-------------------------------------------------------------------------------*/
.interest-content {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .interest-content .content .interest-holder {
    flex: 0 0 auto;
    display: flex;
    margin: 15px; }
    .interest-content .content .interest-holder:before, .interest-content .content .interest-holder:after {
      content: " ";
      display: table; }
    .interest-content .content .interest-holder:after {
      clear: both; }
    .interest-content .content .interest-holder .interest-image {
      padding: 0;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
      .interest-content .content .interest-holder .interest-image .caption {
        background: #fff;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        height: 32px;
        transition: background .5s; }
        .interest-content .content .interest-holder .interest-image .caption h5 {
          color: #000;
          top: -2px;
          font-size: 14px;
          letter-spacing: 1px;
          position: relative;
          text-transform: uppercase; }
    @media screen and (max-width: 991px) {
      .interest-content .content .interest-holder .interest-image {
        height: 300px;
        max-width: 500px;
        margin: auto; } }
    .interest-content .content .interest-holder .interest-details {
      padding: 0;
      background: #fff;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
      .interest-content .content .interest-holder .interest-details .text-content {
        padding: 25px;
        text-align: left;
        color: #262626;
        box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
        .interest-content .content .interest-holder .interest-details .text-content:before, .interest-content .content .interest-holder .interest-details .text-content:after {
          content: " ";
          display: table; }
        .interest-content .content .interest-holder .interest-details .text-content:after {
          clear: both; }
        .interest-content .content .interest-holder .interest-details .text-content h4 {
          color: #262626;
          font-weight: bold;
          letter-spacing: 1px;
          margin-top: 0; }
        .interest-content .content .interest-holder .interest-details .text-content p {
          color: #262626;
          margin-bottom: 20px; }
        .interest-content .content .interest-holder .interest-details .text-content .tile {
          padding: 20px;
          transition: box-shadow .5s;
          cursor: pointer;
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
          .interest-content .content .interest-holder .interest-details .text-content .tile:first-child {
            background: #fefefe; }
          .interest-content .content .interest-holder .interest-details .text-content .tile:nth-child(2) {
            background: #fefefe; }
          .interest-content .content .interest-holder .interest-details .text-content .tile:nth-child(3) {
            background: #fdfdfd; }
          .interest-content .content .interest-holder .interest-details .text-content .tile:nth-child(4) {
            background: #fdfdfd; }
          .interest-content .content .interest-holder .interest-details .text-content .tile:nth-child(5) {
            background: #fcfcfc; }
          .interest-content .content .interest-holder .interest-details .text-content .tile:nth-child(6) {
            background: #fcfcfc; }
          .interest-content .content .interest-holder .interest-details .text-content .tile:nth-child(7) {
            background: #fbfbfb; }
          .interest-content .content .interest-holder .interest-details .text-content .tile:nth-child(8) {
            background: #fbfbfb; }
          .interest-content .content .interest-holder .interest-details .text-content .tile:nth-child(9) {
            background: #fafafa; }
          .interest-content .content .interest-holder .interest-details .text-content .tile:nth-child(10) {
            background: #f7f7f7; }
          .interest-content .content .interest-holder .interest-details .text-content .tile i {
            font-size: 28px;
            color: #2196F3; }
          .interest-content .content .interest-holder .interest-details .text-content .tile:hover {
            -webkit-animation: jumpIcon .9s ease-in-out;
            animation: jumpIcon .9s ease-in-out; }
    @media screen and (max-width: 991px) {
      .interest-content .content .interest-holder .interest-details {
        max-width: 500px;
        margin: auto; }
        .interest-content .content .interest-holder .interest-details .text-content {
          text-align: center; } }

/*------------------------------------------------------------------------------
                                   ACHIEVEMENTS
-------------------------------------------------------------------------------*/
.achievements-content {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .achievements-content .content .achievements-holder {
    flex: 0 0 auto;
    display: flex;
    color: #262626;
    margin: 15px; }
    .achievements-content .content .achievements-holder:before, .achievements-content .content .achievements-holder:after {
      content: " ";
      display: table; }
    .achievements-content .content .achievements-holder:after {
      clear: both; }
    .achievements-content .content .achievements-holder .gallery {
      display: flex;
      justify-content: center;
      flex-direction: column;
      background: #fefefe;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
      padding: 0; }
      .achievements-content .content .achievements-holder .gallery .items-block {
        margin-top: -20px; }
        .achievements-content .content .achievements-holder .gallery .items-block h4 {
          color: #262626;
          text-align: center;
          padding: 10px; }
        .achievements-content .content .achievements-holder .gallery .items-block .item-tile:before, .achievements-content .content .achievements-holder .gallery .items-block .item-tile:after {
          content: " ";
          display: table; }
        .achievements-content .content .achievements-holder .gallery .items-block .item-tile:after {
          clear: both; }
        .achievements-content .content .achievements-holder .gallery .items-block .item-tile .tile {
          padding: 12px;
          transition: box-shadow .5s;
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
          cursor: pointer; }
          .achievements-content .content .achievements-holder .gallery .items-block .item-tile .tile:first-child {
            background: #fefefe; }
          .achievements-content .content .achievements-holder .gallery .items-block .item-tile .tile:nth-child(2) {
            background: #fefefe; }
          .achievements-content .content .achievements-holder .gallery .items-block .item-tile .tile:nth-child(3) {
            background: #fdfdfd; }
          .achievements-content .content .achievements-holder .gallery .items-block .item-tile .tile:nth-child(4) {
            background: #fdfdfd; }
          .achievements-content .content .achievements-holder .gallery .items-block .item-tile .tile:nth-child(5) {
            background: #fcfcfc; }
          .achievements-content .content .achievements-holder .gallery .items-block .item-tile .tile:nth-child(6) {
            background: #fcfcfc; }
          .achievements-content .content .achievements-holder .gallery .items-block .item-tile .tile:nth-child(7) {
            background: #fbfbfb; }
          .achievements-content .content .achievements-holder .gallery .items-block .item-tile .tile:nth-child(8) {
            background: #fbfbfb; }
          .achievements-content .content .achievements-holder .gallery .items-block .item-tile .tile:nth-child(9) {
            background: #fafafa; }
          .achievements-content .content .achievements-holder .gallery .items-block .item-tile .tile:nth-child(10) {
            background: #f7f7f7; }
          .achievements-content .content .achievements-holder .gallery .items-block .item-tile .tile i {
            font-size: 28px;
            color: #2196F3; }
          .achievements-content .content .achievements-holder .gallery .items-block .item-tile .tile .icon-and-title {
            text-align: center;
            color: #262626; }
            .achievements-content .content .achievements-holder .gallery .items-block .item-tile .tile .icon-and-title h6 {
              font-size: 10px;
              text-transform: uppercase;
              letter-spacing: 1px; }
          .achievements-content .content .achievements-holder .gallery .items-block .item-tile .tile:hover {
            -webkit-animation: jumpIcon .9s ease-in-out;
            animation: jumpIcon .9s ease-in-out; }
      @media screen and (max-width: 991px) {
        .achievements-content .content .achievements-holder .gallery .items-block {
          margin: auto; } }
    @media screen and (max-width: 991px) {
      .achievements-content .content .achievements-holder .gallery {
        max-width: 500px;
        margin: auto; } }
    .achievements-content .content .achievements-holder .preview {
      background: #fdfdfd;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
      padding: 0; }
      .achievements-content .content .achievements-holder .preview .items-details-block {
        cursor: pointer;
        text-align: left;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: row;
        border-top: 12px solid #fefefe;
        border-bottom: 12px solid #fefefe;
        border-right: 12px solid #fbfbfb;
        border-left: 12px solid #fdfdfd;
        align-items: center; }
        .achievements-content .content .achievements-holder .preview .items-details-block .swiper-container .preview-block .text-content {
          color: #262626;
          padding: 20px; }
          .achievements-content .content .achievements-holder .preview .items-details-block .swiper-container .preview-block .text-content h4 {
            color: #262626; }
          .achievements-content .content .achievements-holder .preview .items-details-block .swiper-container .preview-block .text-content p {
            border-top: 2px solid rgba(0, 0, 0, 0.1);
            padding-top: 7px; }
    @media screen and (max-width: 991px) {
      .achievements-content .content .achievements-holder .preview {
        max-width: 500px;
        margin: auto; }
        .achievements-content .content .achievements-holder .preview .items-details-block {
          text-align: center; } }

/*------------------------------------------------------------------------------
                                   EXTRA-CURRICULUM
-------------------------------------------------------------------------------*/
.extra-content {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .extra-content .content .extra-holder {
    flex: 0 0 auto;
    display: flex;
    margin: 15px; }
    .extra-content .content .extra-holder:before, .extra-content .content .extra-holder:after {
      content: " ";
      display: table; }
    .extra-content .content .extra-holder:after {
      clear: both; }
    .extra-content .content .extra-holder .extra-tiles {
      padding: 0;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
      .extra-content .content .extra-holder .extra-tiles:first-child {
        background: #fefefe; }
      .extra-content .content .extra-holder .extra-tiles:nth-child(2) {
        background: #fefefe; }
      .extra-content .content .extra-holder .extra-tiles:nth-child(3) {
        background: #fdfdfd; }
      .extra-content .content .extra-holder .extra-tiles:nth-child(4) {
        background: #fdfdfd; }
      .extra-content .content .extra-holder .extra-tiles:nth-child(5) {
        background: #fcfcfc; }
      .extra-content .content .extra-holder .extra-tiles:nth-child(6) {
        background: #fcfcfc; }
      .extra-content .content .extra-holder .extra-tiles:nth-child(7) {
        background: #fbfbfb; }
      .extra-content .content .extra-holder .extra-tiles:nth-child(8) {
        background: #fbfbfb; }
      .extra-content .content .extra-holder .extra-tiles:nth-child(9) {
        background: #fafafa; }
      .extra-content .content .extra-holder .extra-tiles:nth-child(10) {
        background: #f7f7f7; }
      .extra-content .content .extra-holder .extra-tiles .tile {
        padding: 12px; }
        .extra-content .content .extra-holder .extra-tiles .tile .icon-and-infos {
          display: flex;
          justify-content: center;
          flex-direction: row;
          align-items: center;
          height: 100%; }
          .extra-content .content .extra-holder .extra-tiles .tile .icon-and-infos .infos {
            text-align: center; }
            .extra-content .content .extra-holder .extra-tiles .tile .icon-and-infos .infos .text-content {
              color: #262626;
              padding: 25px; }
              .extra-content .content .extra-holder .extra-tiles .tile .icon-and-infos .infos .text-content h4 {
                color: #262626; }
              .extra-content .content .extra-holder .extra-tiles .tile .icon-and-infos .infos .text-content h6 {
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
                padding-bottom: 10px; }
          .extra-content .content .extra-holder .extra-tiles .tile .icon-and-infos i {
            font-size: 43px;
            color: #ffffff;
            background: #2196F3;
            top: 0;
            text-align: center;
            width: 67px;
            height: 60px;
            margin: 0 auto;
            left: 0;
            position: absolute;
            box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
    @media screen and (max-width: 991px) {
      .extra-content .content .extra-holder .extra-tiles {
        max-width: 500px;
        margin: auto; } }

/*-----------------------------------------------------------------------------
                               LANDING PAGE SECTIONS
-----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
                                 LANDING HOME
-------------------------------------------------------------------------------*/
.landing-home-content .home-hero-slider {
  flex: 0 0 auto; }
  .landing-home-content .home-hero-slider .swiper-container {
    overflow-y: auto; }
    .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content {
      padding: 0; }
      .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content {
        margin: auto;
        width: 100%;
        flex: 0 0 auto;
        padding: 40px 15px 66px;
        color: #000; }
        .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-home {
          padding: 0; }
          .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-home .text-content {
            text-align: left; }
            .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-home .text-content p {
              padding: 0; }
          @media screen and (max-width: 991px) {
            .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-home .text-content {
              text-align: center; } }
        .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-main img {
          width: 54%;
          margin: 0;
          padding: 0;
          position: absolute;
          top: -129px;
          left: 38%;
          left: 38%; }
        @media screen and (max-width: 991px) {
          .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-main img {
            width: auto;
            left: auto;
            position: relative;
            right: auto;
            top: auto;
            bottom: auto;
            margin: -50px auto;
            display: block; } }
        .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .text-content {
          text-align: center;
          padding: 0; }
          .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .text-content p {
            text-transform: capitalize;
            padding: 0 80px; }
          @media screen and (max-width: 991px) {
            .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .text-content p {
              padding: 0; } }
        .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-left {
          padding: 0; }
          .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-left .text-content {
            text-align: left; }
            .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-left .text-content p {
              padding: 0; }
          @media screen and (max-width: 991px) {
            .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-left .text-content {
              text-align: center; } }
        .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-right {
          padding: 0;
          margin-top: -40px; }
          .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-right img {
            position: absolute; }
          @media screen and (max-width: 991px) {
            .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-right img {
              display: block;
              max-width: 100%;
              height: auto;
              position: relative; } }
          .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-right .phone {
            width: 174px;
            top: 100px;
            left: 90px; }
          @media screen and (max-width: 991px) {
            .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-right .phone {
              width: auto;
              left: auto;
              right: auto;
              top: auto;
              bottom: auto; } }
          .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-right .laptop {
            width: 686px;
            left: 45px; }
          @media screen and (max-width: 991px) {
            .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-right .laptop {
              width: auto;
              left: auto;
              right: auto;
              top: auto;
              bottom: auto; } }
        @media screen and (max-width: 991px) {
          .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-right {
            margin-top: 0; } }
        .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .btn {
          background-color: #fff;
          width: 163px;
          text-align: center;
          margin: 0 12px 0 0;
          margin-bottom: 10px;
          margin-top: 10px; }
          .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .btn:hover, .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .btn:focus {
            background-color: #2196F3; }
          .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .btn i, .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .btn img {
            display: none; }
          .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .btn span {
            font-size: 12px;
            letter-spacing: 2px; }
        @media screen and (max-width: 991px) {
          .landing-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .btn {
            margin: 10px 10px; } }
    .landing-home-content .home-hero-slider .swiper-container .swiper-pagination {
      bottom: 72px;
      text-align: center; }

/*------------------------------------------------------------------------------
                                  ABOUT //STYLE THREE
-------------------------------------------------------------------------------*/
.about-style-three {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .about-style-three .content .about-content-holder {
    flex: 0 0 auto;
    color: #000;
    display: flex; }
    .about-style-three .content .about-content-holder:before, .about-style-three .content .about-content-holder:after {
      content: " ";
      display: table; }
    .about-style-three .content .about-content-holder:after {
      clear: both; }
    .about-style-three .content .about-content-holder .about-description {
      padding: 15px; }
      .about-style-three .content .about-content-holder .about-description .text-content strong {
        font-weight: bold; }
      .about-style-three .content .about-content-holder .about-description .text-content p {
        text-transform: capitalize; }
      .about-style-three .content .about-content-holder .about-description .text-content h4 {
        text-transform: capitalize; }
    @media screen and (max-width: 991px) {
      .about-style-three .content .about-content-holder .about-description {
        padding: 0;
        margin: 15px;
        text-align: center; } }
    .about-style-three .content .about-content-holder .about-preview {
      margin: 15px;
      padding: 0; }
      .about-style-three .content .about-content-holder .about-preview img {
        display: block;
        max-width: 100%;
        height: auto; }

/*------------------------------------------------------------------------------
                                 LANDING FEATURE
-------------------------------------------------------------------------------*/
.landing-feature-content {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .landing-feature-content .content {
    width: 100%; }
    .landing-feature-content .content .feature-holder {
      flex: 0 0 auto;
      display: flex;
      margin: 15px; }
      .landing-feature-content .content .feature-holder:before, .landing-feature-content .content .feature-holder:after {
        content: " ";
        display: table; }
      .landing-feature-content .content .feature-holder:after {
        clear: both; }
      .landing-feature-content .content .feature-holder .feature-left {
        color: #262626;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .landing-feature-content .content .feature-holder .feature-left .feature-tile {
          position: relative;
          min-height: 1px;
          padding-left: 15px;
          padding-right: 15px;
          flex-direction: row-reverse;
          display: flex;
          text-align: right;
          padding: 15px;
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
          background: #fefefe; }
          @media (min-width: 992px) {
            .landing-feature-content .content .feature-holder .feature-left .feature-tile {
              float: left;
              width: 100%; } }
          .landing-feature-content .content .feature-holder .feature-left .feature-tile:first-child {
            background: #fefefe; }
          .landing-feature-content .content .feature-holder .feature-left .feature-tile:nth-child(2) {
            background: #fefefe; }
          .landing-feature-content .content .feature-holder .feature-left .feature-tile:nth-child(3) {
            background: #fdfdfd; }
          .landing-feature-content .content .feature-holder .feature-left .feature-tile h5 {
            color: #262626;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 15px;
            font-weight: bold; }
          .landing-feature-content .content .feature-holder .feature-left .feature-tile p {
            font-size: 14px; }
          .landing-feature-content .content .feature-holder .feature-left .feature-tile i {
            font-size: 52px;
            line-height: 0;
            background: #2196F3;
            color: #ffffff;
            display: flex;
            width: 333px;
            justify-content: center;
            align-items: center;
            border: 1px solid rgba(0, 0, 0, 0.1);
            margin-left: 12px; }
          @media screen and (max-width: 991px) {
            .landing-feature-content .content .feature-holder .feature-left .feature-tile i {
              margin-right: 12px;
              margin-left: 0; } }
        @media screen and (max-width: 991px) {
          .landing-feature-content .content .feature-holder .feature-left .feature-tile {
            flex-direction: row;
            text-align: left; } }
      .landing-feature-content .content .feature-holder .feature-image {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        border: 2px solid #fefefe; }
        .landing-feature-content .content .feature-holder .feature-image img {
          display: block;
          max-width: 100%;
          height: auto; }
      .landing-feature-content .content .feature-holder .feature-right {
        color: #262626;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .landing-feature-content .content .feature-holder .feature-right .feature-tile {
          flex-direction: row;
          display: flex;
          text-align: left;
          padding: 15px;
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
          background: #fefefe; }
          .landing-feature-content .content .feature-holder .feature-right .feature-tile:first-child {
            background: #fefefe; }
          .landing-feature-content .content .feature-holder .feature-right .feature-tile:nth-child(2) {
            background: #fefefe; }
          .landing-feature-content .content .feature-holder .feature-right .feature-tile:nth-child(3) {
            background: #fdfdfd; }
          .landing-feature-content .content .feature-holder .feature-right .feature-tile h5 {
            color: #262626;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 15px;
            font-weight: bold; }
          .landing-feature-content .content .feature-holder .feature-right .feature-tile p {
            font-size: 14px; }
          .landing-feature-content .content .feature-holder .feature-right .feature-tile i {
            font-size: 52px;
            line-height: 0;
            background: #2196F3;
            color: #ffffff;
            display: flex;
            width: 333px;
            justify-content: center;
            align-items: center;
            border: 1px solid rgba(0, 0, 0, 0.1);
            margin-right: 12px; }
      @media screen and (max-width: 991px) {
        .landing-feature-content .content .feature-holder .feature-left, .landing-feature-content .content .feature-holder .feature-image, .landing-feature-content .content .feature-holder .feature-right {
          max-width: 500px;
          margin: auto; } }

/*------------------------------------------------------------------------------
                                 MORE DETAILS
-------------------------------------------------------------------------------*/
.more-details-content {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .more-details-content .content .details-holder {
    flex: 0 0 auto;
    display: flex;
    margin: 15px; }
    .more-details-content .content .details-holder:before, .more-details-content .content .details-holder:after {
      content: " ";
      display: table; }
    .more-details-content .content .details-holder:after {
      clear: both; }
    .more-details-content .content .details-holder .details-image {
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
    @media screen and (max-width: 991px) {
      .more-details-content .content .details-holder .details-image {
        height: 300px;
        max-width: 500px;
        margin: auto; } }
    .more-details-content .content .details-holder .details-info {
      background: #fff;
      text-align: left;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
      padding: 0; }
      .more-details-content .content .details-holder .details-info .text-content {
        padding: 25px;
        color: #262626; }
        .more-details-content .content .details-holder .details-info .text-content h4 {
          color: #262626;
          font-weight: bold;
          letter-spacing: 1px; }
        .more-details-content .content .details-holder .details-info .text-content p {
          color: #262626;
          margin-bottom: 15px; }
        .more-details-content .content .details-holder .details-info .text-content .feature-list {
          list-style: none;
          margin: 0;
          padding: 0;
          color: #000; }
          .more-details-content .content .details-holder .details-info .text-content .feature-list li {
            padding: 9px 15px;
            margin: 2px 0; }
            .more-details-content .content .details-holder .details-info .text-content .feature-list li i {
              color: #2196F3;
              margin-right: 10px; }
    @media screen and (max-width: 991px) {
      .more-details-content .content .details-holder .details-info {
        max-width: 500px;
        margin: auto; } }

/*------------------------------------------------------------------------------
                                 VIDEO //STYLE ONE
-------------------------------------------------------------------------------*/
.video-style-one {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .video-style-one .content .video-holder {
    flex: 0 0 auto;
    color: #000;
    width: 50%;
    margin: auto; }
    .video-style-one .content .video-holder:before, .video-style-one .content .video-holder:after {
      content: " ";
      display: table; }
    .video-style-one .content .video-holder:after {
      clear: both; }
    .video-style-one .content .video-holder .details {
      padding: 15px; }
      .video-style-one .content .video-holder .details .text-content {
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin: 10px 0; }
        .video-style-one .content .video-holder .details .text-content strong {
          font-weight: bold; }
        .video-style-one .content .video-holder .details .text-content h6 {
          text-align: center;
          color: #000;
          text-transform: uppercase;
          letter-spacing: 2px; }
        .video-style-one .content .video-holder .details .text-content .channel-links {
          text-align: center; }
          .video-style-one .content .video-holder .details .text-content .channel-links i {
            width: 30px;
            height: 30px;
            text-align: center;
            display: inline-flex;
            justify-content: center;
            flex-direction: column;
            border: 1px solid rgba(0, 0, 0, 0.1);
            color: #000;
            margin: 5px; }
            .video-style-one .content .video-holder .details .text-content .channel-links i:hover {
              background: #2196F3;
              color: #000;
              -webkit-animation: jumpIcon .9s ease-in-out;
              animation: jumpIcon .9s ease-in-out; }
      .video-style-one .content .video-holder .details .yt-container {
        position: relative;
        padding-bottom: 70%;
        height: 0;
        overflow: hidden;
        box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
      .video-style-one .content .video-holder .details .yt-container iframe, .video-style-one .content .video-holder .details .yt-container object, .video-style-one .content .video-holder .details .yt-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0; }
  @media screen and (max-width: 800px) {
    .video-style-one .content .video-holder {
      width: 80%; } }
  @media screen and (max-width: 700px) {
    .video-style-one .content .video-holder {
      width: 70%; } }
  @media screen and (max-width: 500px) {
    .video-style-one .content .video-holder {
      width: 100%; } }

/*------------------------------------------------------------------------------
                                SCREENSHOT
-------------------------------------------------------------------------------*/
.screenshot-content {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .screenshot-content .content .screenshot-holder {
    flex: 0 0 auto;
    display: flex;
    margin: 15px;
    box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
    .screenshot-content .content .screenshot-holder:before, .screenshot-content .content .screenshot-holder:after {
      content: " ";
      display: table; }
    .screenshot-content .content .screenshot-holder:after {
      clear: both; }
    .screenshot-content .content .screenshot-holder .screenshot-preview {
      display: flex;
      justify-content: center;
      flex-direction: column;
      text-align: center; }
      .screenshot-content .content .screenshot-holder .screenshot-preview h4 {
        color: #ffffff;
        text-shadow: 0 0px 1px rgba(0, 0, 0, 0.46);
        font-weight: bold; }
    @media screen and (max-width: 991px) {
      .screenshot-content .content .screenshot-holder .screenshot-preview {
        flex-direction: row; }
        .screenshot-content .content .screenshot-holder .screenshot-preview h4 {
          letter-spacing: 3px; } }
    .screenshot-content .content .screenshot-holder .screenshot-block {
      padding: 15px;
      background: rgba(255, 255, 255, 0.3); }
      .screenshot-content .content .screenshot-holder .screenshot-block .swiper-container .screenshot {
        padding: 0; }
        .screenshot-content .content .screenshot-holder .screenshot-block .swiper-container .screenshot .image img {
          display: block;
          max-width: 100%;
          height: auto; }
      @media screen and (max-width: 991px) {
        .screenshot-content .content .screenshot-holder .screenshot-block .swiper-container .screenshot {
          padding: 0;
          margin: 15px; } }
      .screenshot-content .content .screenshot-holder .screenshot-block .swiper-container .swiper-pagination {
        bottom: 4px; }
  @media screen and (max-width: 991px) {
    .screenshot-content .content {
      max-width: 400px; } }

/*------------------------------------------------------------------------------
                                 DOWNLOAD
-------------------------------------------------------------------------------*/
.download-content {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .download-content .content .downloads-holder {
    flex: 0 0 auto;
    margin: 15px; }
    .download-content .content .downloads-holder:before, .download-content .content .downloads-holder:after {
      content: " ";
      display: table; }
    .download-content .content .downloads-holder:after {
      clear: both; }
    .download-content .content .downloads-holder .download-details .tile {
      padding: 0;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
      .download-content .content .downloads-holder .download-details .tile:first-child {
        background: #fefefe; }
      .download-content .content .downloads-holder .download-details .tile:nth-child(2) {
        background: #fefefe; }
      .download-content .content .downloads-holder .download-details .tile:nth-child(3) {
        background: #fdfdfd; }
      .download-content .content .downloads-holder .download-details .tile:nth-child(4) {
        background: #fdfdfd; }
      .download-content .content .downloads-holder .download-details .tile:nth-child(5) {
        background: #fcfcfc; }
      .download-content .content .downloads-holder .download-details .tile:nth-child(6) {
        background: #fcfcfc; }
      .download-content .content .downloads-holder .download-details .tile .tile-content {
        padding: 35px;
        color: #000000;
        text-align: start; }
        .download-content .content .downloads-holder .download-details .tile .tile-content h5 {
          display: inline-block;
          text-transform: uppercase;
          font-size: 12px;
          letter-spacing: 2px; }
        .download-content .content .downloads-holder .download-details .tile .tile-content i {
          font-size: 50px;
          text-shadow: 0 0px 1px rgba(0, 0, 0, 0.46);
          margin-right: 6px; }
        .download-content .content .downloads-holder .download-details .tile .tile-content p {
          font-size: 30px;
          line-height: 1;
          position: relative;
          text-shadow: 0 0px 1px rgba(0, 0, 0, 0.46);
          text-align: center;
          display: table;
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
          padding: 30px;
          width: 100%;
          margin: auto;
          background: #2196F3;
          color: #ffffff; }
          .download-content .content .downloads-holder .download-details .tile .tile-content p span {
            margin: 0;
            font-size: 10px;
            padding: 0;
            display: block;
            text-transform: uppercase;
            letter-spacing: 2px; }
        .download-content .content .downloads-holder .download-details .tile .tile-content a {
          color: #000000;
          text-shadow: 0 0px 1px rgba(0, 0, 0, 0.46);
          float: right; }
          .download-content .content .downloads-holder .download-details .tile .tile-content a:hover, .download-content .content .downloads-holder .download-details .tile .tile-content a:focus {
            color: #2196F3;
            -webkit-animation: jumpIcon .9s ease-in-out;
            animation: jumpIcon .9s ease-in-out; }
    @media screen and (max-width: 991px) {
      .download-content .content .downloads-holder .download-details .tile {
        max-width: 400px;
        margin: auto; } }

/*------------------------------------------------------------------------------
                                   FAQ
-------------------------------------------------------------------------------*/
.faq-content {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .faq-content .content .faq-holder {
    flex: 0 0 auto;
    margin: 15px; }
    .faq-content .content .faq-holder:before, .faq-content .content .faq-holder:after {
      content: " ";
      display: table; }
    .faq-content .content .faq-holder:after {
      clear: both; }
    .faq-content .content .faq-holder h4 {
      text-align: center;
      color: #000;
      font-weight: bold;
      letter-spacing: 1px; }
    .faq-content .content .faq-holder .panel-group {
      color: #262626;
      margin-bottom: 0;
      margin-top: 10px; }
      .faq-content .content .faq-holder .panel-group .panel {
        border-radius: 0;
        box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
        border: 0; }
        .faq-content .content .faq-holder .panel-group .panel .panel-heading {
          border-bottom: 0;
          background: #fefefe;
          padding: 22px;
          border-radius: 0;
          text-transform: uppercase;
          letter-spacing: 1px; }
          .faq-content .content .faq-holder .panel-group .panel .panel-heading .panel-title a {
            font-size: 13px; }
            .faq-content .content .faq-holder .panel-group .panel .panel-heading .panel-title a:hover, .faq-content .content .faq-holder .panel-group .panel .panel-heading .panel-title a:focus {
              color: #2196F3; }
          .faq-content .content .faq-holder .panel-group .panel .panel-heading i {
            margin-right: 13px;
            color: #2196F3; }
        .faq-content .content .faq-holder .panel-group .panel .panel-body {
          border: 0;
          background: #fefefe;
          padding-left: 45px; }
    @media screen and (max-width: 991px) {
      .faq-content .content .faq-holder .panel-group:last-child {
        margin-top: 5px; } }

/*-----------------------------------------------------------------------------
                               RESTAURANT SECTIONS
-----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
                                 RESTAURANT HOME
-------------------------------------------------------------------------------*/
.restaurant-home-content .home-hero-slider {
  flex: 0 0 auto; }
  .restaurant-home-content .home-hero-slider .swiper-container {
    overflow-y: auto; }
    .restaurant-home-content .home-hero-slider .swiper-container .swiper-slide .content {
      padding: 0; }
      .restaurant-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content {
        margin: auto;
        width: 100%;
        flex: 0 0 auto;
        padding: 40px 15px 66px;
        color: #000; }
        .restaurant-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .text-content {
          text-align: center;
          padding: 0; }
          .restaurant-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .text-content h4 {
            text-transform: lowercase;
            letter-spacing: 3px; }
          .restaurant-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .text-content p {
            text-transform: capitalize;
            padding: 0 80px; }
          @media screen and (max-width: 991px) {
            .restaurant-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .text-content p {
              padding: 0; } }
          .restaurant-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .text-content .brand-logo {
            margin-bottom: -15px; }
    .restaurant-home-content .home-hero-slider .swiper-container .swiper-pagination {
      bottom: 72px;
      text-align: center; }

/*------------------------------------------------------------------------------
                                  ABOUT //STYLE FOUR
-------------------------------------------------------------------------------*/
.about-style-four {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .about-style-four .content .about-content-holder {
    flex: 0 0 auto;
    color: #000; }
    .about-style-four .content .about-content-holder:before, .about-style-four .content .about-content-holder:after {
      content: " ";
      display: table; }
    .about-style-four .content .about-content-holder:after {
      clear: both; }
    .about-style-four .content .about-content-holder .about-description {
      padding: 15px; }
      .about-style-four .content .about-content-holder .about-description .text-content {
        text-align: center; }
        .about-style-four .content .about-content-holder .about-description .text-content strong {
          font-weight: bold; }
        .about-style-four .content .about-content-holder .about-description .text-content p, .about-style-four .content .about-content-holder .about-description .text-content h4 {
          text-transform: capitalize; }

/*------------------------------------------------------------------------------
                                 RESTAURANT QUICK MENU
-------------------------------------------------------------------------------*/
.restaurant-menu-content {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .restaurant-menu-content .content .menu-holder {
    flex: 0 0 auto;
    color: #262626;
    margin: 15px; }
    .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block {
      padding: 14px 14px 40px;
      border: 2px dashed rgba(0, 0, 0, 0.1);
      background: rgba(255, 255, 255, 0.2);
      margin: 10px; }
      .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block:before, .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block:after {
        content: " ";
        display: table; }
      .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block:after {
        clear: both; }
      .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .menu-header {
        text-align: center;
        color: #000;
        letter-spacing: 2px; }
        .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .menu-header a {
          font-size: 56px;
          float: right;
          position: relative;
          top: -73px;
          margin-bottom: -85px;
          color: #000; }
          .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .menu-header a:hover, .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .menu-header a:focus {
            color: #2196F3;
            -webkit-animation: jumpIcon .9s;
            animation: jumpIcon .9s; }
      .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media {
        margin: 0;
        padding: 15px;
        box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
        /*height: 144px;*/ }
        .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media:first-child {
          background: #fefefe; }
        .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media:nth-child(2) {
          background: #fefefe; }
        .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media:nth-child(3) {
          background: #fdfdfd; }
        .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media:nth-child(4) {
          background: #fdfdfd; }
        .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media:nth-child(5) {
          background: #fcfcfc; }
        .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media:nth-child(6) {
          background: #fcfcfc; }
        .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media:nth-child(7) {
          background: #fbfbfb; }
        .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media:nth-child(8) {
          background: #fbfbfb; }
        .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media:nth-child(9) {
          background: #fafafa; }
        .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media:nth-child(10) {
          background: #f7f7f7; }
        .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media img {
          width: 154px;
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
          opacity: 1;
          transition: opacity .6s;
          border-radius: 20px;
          margin: 7px; }
        @media screen and (max-width: 702px) {
          .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media img {
            display: block;
            width: 100%;
            margin: 0; } }
        .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media p {
          margin: 0;
          font-size: 14px; }
        .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media .media-body {
          padding: 12px; }
          .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media .media-body .media-heading {
            color: #262626;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 15px;
            letter-spacing: 2px; }
            .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media .media-body .media-heading span {
              position: absolute;
              right: 26px;
              font-size: 21px;
              top: 20px; }
        @media screen and (max-width: 702px) {
          .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media .media-body {
            display: block;
            width: 100%;
            padding-top: 8px; } }
        .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media .media-left {
          position: relative;
          padding: 0;
          overflow: hidden; }
          .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media .media-left:hover img, .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media .media-left:focus img {
            opacity: .5; }
          .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media .media-left:hover i, .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media .media-left:focus i {
            display: inline-block; }
        @media screen and (max-width: 702px) {
          .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media .media-left {
            padding: 0 0 10px;
            display: block; } }
      @media screen and (max-width: 991px) {
        .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block .media {
          height: auto; } }
    @media screen and (max-width: 991px) {
      .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-slide .menu-block {
        max-width: 600px;
        margin: auto; } }
    .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-pagination {
      bottom: 15px; }
    @media screen and (max-width: 702px) {
      .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-pagination {
        bottom: 3px; } }
    @media screen and (max-width: 500px) {
      .restaurant-menu-content .content .menu-holder .menu-content .swiper-container .swiper-pagination {
        bottom: 6px; } }

/*------------------------------------------------------------------------------
                                  WHATS HOT
-------------------------------------------------------------------------------*/
.whats-hot-content {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .whats-hot-content .content .whats-hot-holder {
    flex: 0 0 auto;
    display: flex;
    margin: 15px; }
    .whats-hot-content .content .whats-hot-holder:before, .whats-hot-content .content .whats-hot-holder:after {
      content: " ";
      display: table; }
    .whats-hot-content .content .whats-hot-holder:after {
      clear: both; }
    .whats-hot-content .content .whats-hot-holder .whats-hot-preview {
      display: flex;
      justify-content: center;
      flex-direction: column;
      text-align: center; }
      .whats-hot-content .content .whats-hot-holder .whats-hot-preview h4 {
        color: #ffffff;
        text-shadow: 0 0px 1px rgba(0, 0, 0, 0.46);
        font-weight: bold; }
    @media screen and (max-width: 991px) {
      .whats-hot-content .content .whats-hot-holder .whats-hot-preview {
        flex-direction: row; }
        .whats-hot-content .content .whats-hot-holder .whats-hot-preview h4 {
          letter-spacing: 3px; } }
    .whats-hot-content .content .whats-hot-holder .whats-hot-block {
      padding: 15px;
      background: rgba(255, 255, 255, 0.3); }
      .whats-hot-content .content .whats-hot-holder .whats-hot-block .swiper-container .food {
        overflow: hidden;
        padding: 0; }
        .whats-hot-content .content .whats-hot-holder .whats-hot-block .swiper-container .food .image {
          overflow: hidden;
          background: #fff;
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
          .whats-hot-content .content .whats-hot-holder .whats-hot-block .swiper-container .food .image img {
            display: block;
            max-width: 100%;
            height: auto;
            transform: scale(1);
            opacity: 1;
            transition: transform .8s, opacity .8s; }
        .whats-hot-content .content .whats-hot-holder .whats-hot-block .swiper-container .food .caption {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          padding: 20px;
          display: flex;
          justify-content: center;
          flex-direction: column;
          text-align: center;
          color: #000000;
          text-transform: uppercase;
          font-size: 1.25em; }
          .whats-hot-content .content .whats-hot-holder .whats-hot-block .swiper-container .food .caption h5 {
            opacity: 0;
            letter-spacing: 1px;
            font-weight: bold;
            -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
            transition: opacity 0.55s, transform 0.55s;
            -webkit-transform: scale(0);
            transform: scale(0); }
          .whats-hot-content .content .whats-hot-holder .whats-hot-block .swiper-container .food .caption p {
            margin: 0;
            letter-spacing: 1px;
            font-size: 11px;
            opacity: 0;
            -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
            transition: opacity 0.55s, transform 0.55s;
            -webkit-transform: scale(0);
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
            transform: scale(0); }
        .whats-hot-content .content .whats-hot-holder .whats-hot-block .swiper-container .food .links {
          top: 8px;
          position: absolute;
          right: 8px; }
          .whats-hot-content .content .whats-hot-holder .whats-hot-block .swiper-container .food .links a {
            display: none; }
            .whats-hot-content .content .whats-hot-holder .whats-hot-block .swiper-container .food .links a i {
              display: block;
              text-align: center;
              width: 48px;
              height: 42px;
              padding-top: 4px;
              margin: 0 3px;
              border: 1px solid rgba(0, 0, 0, 0.1);
              font-size: 23px;
              background: #fff;
              color: #000000; }
              .whats-hot-content .content .whats-hot-holder .whats-hot-block .swiper-container .food .links a i:hover {
                color: #ffffff;
                background: #2196F3;
                -webkit-animation: jumpIcon .9s ease-in-out;
                animation: jumpIcon .9s ease-in-out; }
        @media screen and (max-width: 991px) {
          .whats-hot-content .content .whats-hot-holder .whats-hot-block .swiper-container .food .links {
            top: 8px;
            right: 8px; } }
        .whats-hot-content .content .whats-hot-holder .whats-hot-block .swiper-container .food:hover img {
          opacity: .1;
          transform: scale(1.1); }
        .whats-hot-content .content .whats-hot-holder .whats-hot-block .swiper-container .food:hover .links a {
          display: inline-block; }
        .whats-hot-content .content .whats-hot-holder .whats-hot-block .swiper-container .food:hover .caption h5 {
          opacity: 1;
          -webkit-transform: scale(1);
          transform: scale(1); }
        .whats-hot-content .content .whats-hot-holder .whats-hot-block .swiper-container .food:hover .caption p {
          opacity: 1;
          -webkit-transform: scale(1);
          transform: scale(1); }

/*------------------------------------------------------------------------------
                                 INFRASTRUCTURE
-------------------------------------------------------------------------------*/
.restaurant-place-content {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .restaurant-place-content .content .restaurant-place-holder {
    flex: 0 0 auto;
    display: flex;
    margin: 15px; }
    .restaurant-place-content .content .restaurant-place-holder .place-preview-image {
      padding: 0;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
    @media screen and (max-width: 991px) {
      .restaurant-place-content .content .restaurant-place-holder .place-preview-image {
        height: 300px;
        max-width: 500px;
        margin: auto; } }
    .restaurant-place-content .content .restaurant-place-holder .place-slider-content {
      padding: 0;
      background: rgba(219, 219, 219, 0.95);
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
      .restaurant-place-content .content .restaurant-place-holder .place-slider-content .swiper-container .image-block {
        background: #ffffff;
        padding: 0;
        transition: all .5s;
        overflow: hidden; }
        .restaurant-place-content .content .restaurant-place-holder .place-slider-content .swiper-container .image-block img {
          display: block;
          max-width: 100%;
          height: auto;
          transition: all 0.90s; }
        .restaurant-place-content .content .restaurant-place-holder .place-slider-content .swiper-container .image-block .links {
          font-size: 1.25em;
          -webkit-transition: all 0.60s;
          transition: all 0.60s;
          position: absolute;
          bottom: 0;
          display: block;
          color: #000000;
          margin: 15px;
          background: rgba(255, 255, 255, 0.8);
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
          padding: 15px;
          text-align: left; }
          .restaurant-place-content .content .restaurant-place-holder .place-slider-content .swiper-container .image-block .links a {
            display: block; }
            .restaurant-place-content .content .restaurant-place-holder .place-slider-content .swiper-container .image-block .links a i {
              display: block;
              text-align: center;
              width: 45px;
              height: 42px;
              padding-top: 4px;
              background: #fff;
              color: #000000;
              border: 1px solid rgba(0, 0, 0, 0.1);
              font-size: 23px; }
              .restaurant-place-content .content .restaurant-place-holder .place-slider-content .swiper-container .image-block .links a i:hover {
                color: #ffffff;
                background: #2196F3; }
          .restaurant-place-content .content .restaurant-place-holder .place-slider-content .swiper-container .image-block .links h5 {
            text-transform: uppercase; }
        .restaurant-place-content .content .restaurant-place-holder .place-slider-content .swiper-container .image-block:hover img {
          transform: scale(1.1); }
      .restaurant-place-content .content .restaurant-place-holder .place-slider-content .swiper-container .swiper-pagination {
        top: 5px;
        bottom: auto;
        left: -2px;
        text-align: right; }
    @media screen and (max-width: 991px) {
      .restaurant-place-content .content .restaurant-place-holder .place-slider-content {
        max-width: 500px;
        margin: auto; }
        .restaurant-place-content .content .restaurant-place-holder .place-slider-content p {
          display: none; }
        .restaurant-place-content .content .restaurant-place-holder .place-slider-content h5 {
          font-size: 15px; } }

/*------------------------------------------------------------------------------
                                 RESTAURANT TIMINGS
-------------------------------------------------------------------------------*/
.restaurant-timings-content {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .restaurant-timings-content .content .timings-details-holder {
    text-align: center;
    display: flex;
    flex: 0 0 auto;
    margin: 15px; }
    .restaurant-timings-content .content .timings-details-holder:before, .restaurant-timings-content .content .timings-details-holder:after {
      content: " ";
      display: table; }
    .restaurant-timings-content .content .timings-details-holder:after {
      clear: both; }
    .restaurant-timings-content .content .timings-details-holder .tile {
      overflow: hidden;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
      .restaurant-timings-content .content .timings-details-holder .tile i {
        font-size: 10em;
        position: absolute;
        left: 14px;
        color: rgba(222, 222, 222, 0.8);
        top: -64px;
        z-index: 0;
        opacity: 0.2; }
      .restaurant-timings-content .content .timings-details-holder .tile .tile-content {
        padding: 90px 20px;
        color: #262626; }
        .restaurant-timings-content .content .timings-details-holder .tile .tile-content h4, .restaurant-timings-content .content .timings-details-holder .tile .tile-content h5 {
          z-index: 3;
          position: relative; }
      .restaurant-timings-content .content .timings-details-holder .tile:first-child {
        background: #fefefe; }
      .restaurant-timings-content .content .timings-details-holder .tile:nth-child(2) {
        background: #fefefe; }
      .restaurant-timings-content .content .timings-details-holder .tile:nth-child(3) {
        background: #fdfdfd; }
      .restaurant-timings-content .content .timings-details-holder .tile:nth-child(4) {
        background: #fdfdfd; }
      .restaurant-timings-content .content .timings-details-holder .tile:nth-child(5) {
        background: #fcfcfc; }
      .restaurant-timings-content .content .timings-details-holder .tile:nth-child(6) {
        background: #fcfcfc; }
    @media screen and (max-width: 991px) {
      .restaurant-timings-content .content .timings-details-holder .tile {
        max-width: 500px;
        margin: auto; } }

/*-----------------------------------------------------------------------------
                               PHOTOGRAPHY SECTIONS
-----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
                               PHOTOGRAPHY HOME
-------------------------------------------------------------------------------*/
.photography-home-content .home-hero-slider {
  flex: 0 0 auto; }
  .photography-home-content .home-hero-slider .swiper-container {
    overflow-y: auto; }
    .photography-home-content .home-hero-slider .swiper-container .swiper-slide .content {
      padding: 0; }
      .photography-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content {
        margin: auto;
        width: 100%;
        flex: 0 0 auto;
        padding: 40px 15px 66px;
        color: #000; }
        .photography-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .text-content {
          text-align: center;
          padding: 0; }
          .photography-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .text-content h4 {
            text-transform: lowercase;
            letter-spacing: 3px; }
          .photography-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .text-content p {
            text-transform: capitalize;
            padding: 0 80px; }
          @media screen and (max-width: 991px) {
            .photography-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .text-content p {
              padding: 0; } }
        .photography-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-left {
          padding: 0; }
          .photography-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-left .text-content {
            text-align: left; }
        .photography-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-right {
          padding: 0; }
          .photography-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-right img {
            position: absolute; }
          .photography-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-right .phone {
            width: 174px;
            top: 114px;
            left: 19px; }
          .photography-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-right .tab {
            width: 289px;
            top: 47px;
            left: 58px; }
          .photography-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-right .laptop {
            width: 686px;
            left: 45px; }
    .photography-home-content .home-hero-slider .swiper-container .swiper-pagination {
      bottom: 72px;
      text-align: center; }

/*------------------------------------------------------------------------------
                                  ABOUT ME //PROFILE
-------------------------------------------------------------------------------*/
.profile-content {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .profile-content .content .profile-holder {
    flex: 0 0 auto; }
    .profile-content .content .profile-holder:before, .profile-content .content .profile-holder:after {
      content: " ";
      display: table; }
    .profile-content .content .profile-holder:after {
      clear: both; }
    .profile-content .content .profile-holder .profile-image {
      padding: 15px; }
      .profile-content .content .profile-holder .profile-image img {
        display: block;
        max-width: 100%;
        height: auto;
        border-radius: 19%; }
    @media screen and (max-width: 991px) {
      .profile-content .content .profile-holder .profile-image {
        padding: 0;
        margin: 15px;
        max-width: 600px; } }
    .profile-content .content .profile-holder .profile-block {
      padding: 15px; }
      .profile-content .content .profile-holder .profile-block .profile-infos {
        padding: 15px;
        border: 2px dashed rgba(0, 0, 0, 0.1); }
        .profile-content .content .profile-holder .profile-block .profile-infos .text-content {
          background: #fefefe;
          padding: 25px;
          border: 1px solid rgba(0, 0, 0, 0.1);
          color: #262626;
          margin-bottom: 5px;
          text-align: left; }
          .profile-content .content .profile-holder .profile-block .profile-infos .text-content h4 {
            letter-spacing: 2px; }
          .profile-content .content .profile-holder .profile-block .profile-infos .text-content b {
            font-weight: bold; }
          .profile-content .content .profile-holder .profile-block .profile-infos .text-content h5 {
            font-size: 13px;
            letter-spacing: 1px;
            text-transform: uppercase; }
          .profile-content .content .profile-holder .profile-block .profile-infos .text-content .profile-list {
            list-style: none;
            padding: 0;
            margin-top: -5px; }
            .profile-content .content .profile-holder .profile-block .profile-infos .text-content .profile-list .title-icon {
              padding-right: 8px;
              font-size: 21px;
              color: #262626;
              top: 3px;
              position: relative; }
            .profile-content .content .profile-holder .profile-block .profile-infos .text-content .profile-list .item-content {
              font-size: 15px; }
            @media screen and (max-width: 500px) {
              .profile-content .content .profile-holder .profile-block .profile-infos .text-content .profile-list .item-content {
                font-size: 14px; } }
          @media screen and (max-width: 991px) {
            .profile-content .content .profile-holder .profile-block .profile-infos .text-content .profile-list {
              text-align: left;
              display: table;
              margin: auto; } }
        @media screen and (max-width: 991px) {
          .profile-content .content .profile-holder .profile-block .profile-infos .text-content {
            text-align: center; } }
        .profile-content .content .profile-holder .profile-block .profile-infos .social-list {
          margin-top: 15px; }
    @media screen and (max-width: 991px) {
      .profile-content .content .profile-holder .profile-block {
        padding: 0;
        margin: 15px;
        max-width: 600px; }
        .profile-content .content .profile-holder .profile-block .social-list {
          text-align: center; } }
  @media screen and (max-width: 991px) {
    .profile-content .content .cv-home-holder {
      margin: auto; } }

/*------------------------------------------------------------------------------
                              SKILLS //STYLE TWO
-------------------------------------------------------------------------------*/
.skills-style-two {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .skills-style-two .content .skills-expertise-holder {
    flex: 0 0 auto;
    display: flex;
    margin: 15px; }
    .skills-style-two .content .skills-expertise-holder:before, .skills-style-two .content .skills-expertise-holder:after {
      content: " ";
      display: table; }
    .skills-style-two .content .skills-expertise-holder:after {
      clear: both; }
    .skills-style-two .content .skills-expertise-holder .skills-block {
      padding: 0;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
      color: #262626; }
      .skills-style-two .content .skills-expertise-holder .skills-block:first-child {
        background: #fefefe; }
      .skills-style-two .content .skills-expertise-holder .skills-block:nth-child(2) {
        background: #fefefe; }
      .skills-style-two .content .skills-expertise-holder .skills-block:nth-child(3) {
        background: #fdfdfd; }
      .skills-style-two .content .skills-expertise-holder .skills-block .skills {
        padding: 58px 20px; }
        .skills-style-two .content .skills-expertise-holder .skills-block .skills h4 {
          text-align: center;
          margin-top: 0;
          color: #262626;
          letter-spacing: 2px; }
        .skills-style-two .content .skills-expertise-holder .skills-block .skills .skills-info {
          margin-bottom: 5px;
          margin-top: 5px; }
          .skills-style-two .content .skills-expertise-holder .skills-block .skills .skills-info .title {
            width: 85%;
            display: inline-table;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 11px; }
          .skills-style-two .content .skills-expertise-holder .skills-block .skills .skills-info .value {
            font-size: 12px;
            float: right; }
        .skills-style-two .content .skills-expertise-holder .skills-block .skills .skills-bar {
          height: 11px;
          background: #fafafa;
          border-right: 4px solid #2196F3; }
        .skills-style-two .content .skills-expertise-holder .skills-block .skills .skills-bar-bg {
          height: 11px;
          background: transparent;
          width: 100%;
          margin-top: -11px;
          border: 1px solid rgba(0, 0, 0, 0.1); }
    .skills-style-two .content .skills-expertise-holder .expertise-block {
      background: #fdfdfd;
      padding: 0; }
      .skills-style-two .content .skills-expertise-holder .expertise-block .expertise {
        color: #262626;
        padding: 4px; }
        .skills-style-two .content .skills-expertise-holder .expertise-block .expertise:before, .skills-style-two .content .skills-expertise-holder .expertise-block .expertise:after {
          content: " ";
          display: table; }
        .skills-style-two .content .skills-expertise-holder .expertise-block .expertise:after {
          clear: both; }
        .skills-style-two .content .skills-expertise-holder .expertise-block .expertise .tile {
          padding: 22px;
          transition: box-shadow .5s;
          cursor: pointer;
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
          .skills-style-two .content .skills-expertise-holder .expertise-block .expertise .tile:first-child {
            background: #fefefe; }
          .skills-style-two .content .skills-expertise-holder .expertise-block .expertise .tile:nth-child(2) {
            background: #fefefe; }
          .skills-style-two .content .skills-expertise-holder .expertise-block .expertise .tile:nth-child(3) {
            background: #fdfdfd; }
          .skills-style-two .content .skills-expertise-holder .expertise-block .expertise .tile:nth-child(4) {
            background: #fdfdfd; }
          .skills-style-two .content .skills-expertise-holder .expertise-block .expertise .tile:nth-child(5) {
            background: #fcfcfc; }
          .skills-style-two .content .skills-expertise-holder .expertise-block .expertise .tile:nth-child(6) {
            background: #fcfcfc; }
          .skills-style-two .content .skills-expertise-holder .expertise-block .expertise .tile:nth-child(7) {
            background: #fbfbfb; }
          .skills-style-two .content .skills-expertise-holder .expertise-block .expertise .tile:nth-child(8) {
            background: #fbfbfb; }
          .skills-style-two .content .skills-expertise-holder .expertise-block .expertise .tile:nth-child(9) {
            background: #fafafa; }
          .skills-style-two .content .skills-expertise-holder .expertise-block .expertise .tile:nth-child(10) {
            background: #f7f7f7; }
          .skills-style-two .content .skills-expertise-holder .expertise-block .expertise .tile h6 {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 2px; }
          .skills-style-two .content .skills-expertise-holder .expertise-block .expertise .tile i {
            font-size: 28px;
            color: #2196F3; }
          .skills-style-two .content .skills-expertise-holder .expertise-block .expertise .tile:hover {
            -webkit-animation: jumpIcon .9s ease-in-out;
            animation: jumpIcon .9s ease-in-out; }
    @media screen and (max-width: 991px) {
      .skills-style-two .content .skills-expertise-holder .skills-block, .skills-style-two .content .skills-expertise-holder .expertise-block {
        max-width: 500px;
        margin: auto; }
        .skills-style-two .content .skills-expertise-holder .skills-block .tile, .skills-style-two .content .skills-expertise-holder .expertise-block .tile {
          text-align: center; } }

/*------------------------------------------------------------------------------
                                 GEARS
-------------------------------------------------------------------------------*/
.gears-content {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .gears-content .content .gears-holder {
    flex: 0 0 auto;
    display: flex;
    margin: 15px; }
    .gears-content .content .gears-holder:before, .gears-content .content .gears-holder:after {
      content: " ";
      display: table; }
    .gears-content .content .gears-holder:after {
      clear: both; }
    .gears-content .content .gears-holder .gear-preview {
      display: flex;
      justify-content: center;
      flex-direction: column;
      text-align: center; }
      .gears-content .content .gears-holder .gear-preview h4 {
        color: #ffffff;
        text-shadow: 0 0px 1px rgba(0, 0, 0, 0.46);
        font-weight: bold; }
    @media screen and (max-width: 991px) {
      .gears-content .content .gears-holder .gear-preview {
        flex-direction: row; }
        .gears-content .content .gears-holder .gear-preview h4 {
          letter-spacing: 3px; } }
    .gears-content .content .gears-holder .gear-block {
      padding: 15px;
      background: rgba(255, 255, 255, 0.5); }
      .gears-content .content .gears-holder .gear-block .swiper-container .gear {
        overflow: hidden;
        padding: 0; }
        .gears-content .content .gears-holder .gear-block .swiper-container .gear .image {
          overflow: hidden;
          background: #fff;
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
          .gears-content .content .gears-holder .gear-block .swiper-container .gear .image img {
            display: block;
            max-width: 100%;
            height: auto;
            transform: scale(1);
            opacity: 1;
            transition: transform .8s, opacity .8s; }
        .gears-content .content .gears-holder .gear-block .swiper-container .gear .caption {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          padding: 20px;
          display: flex;
          justify-content: center;
          flex-direction: column;
          text-align: center;
          color: #000000;
          text-transform: uppercase;
          font-size: 1.25em; }
          .gears-content .content .gears-holder .gear-block .swiper-container .gear .caption h5 {
            opacity: 0;
            letter-spacing: 1px;
            font-weight: bold;
            -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
            transition: opacity 0.55s, transform 0.55s;
            -webkit-transform: scale(0);
            transform: scale(0); }
          .gears-content .content .gears-holder .gear-block .swiper-container .gear .caption p {
            margin: 0;
            letter-spacing: 1px;
            font-size: 11px;
            opacity: 0;
            -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
            transition: opacity 0.55s, transform 0.55s;
            -webkit-transform: scale(0);
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
            transform: scale(0); }
        .gears-content .content .gears-holder .gear-block .swiper-container .gear .links {
          top: 8px;
          position: absolute;
          right: 8px; }
          .gears-content .content .gears-holder .gear-block .swiper-container .gear .links a {
            display: none; }
            .gears-content .content .gears-holder .gear-block .swiper-container .gear .links a i {
              display: block;
              text-align: center;
              width: 48px;
              height: 42px;
              margin: 0 3px;
              padding-top: 4px;
              border: 1px solid rgba(0, 0, 0, 0.1);
              font-size: 23px;
              background: #fff;
              color: #000000; }
              .gears-content .content .gears-holder .gear-block .swiper-container .gear .links a i:hover {
                color: #ffffff;
                background: #2196F3;
                -webkit-animation: jumpIcon .9s ease-in-out;
                animation: jumpIcon .9s ease-in-out; }
        @media screen and (max-width: 991px) {
          .gears-content .content .gears-holder .gear-block .swiper-container .gear .links {
            top: 8px;
            right: 8px; } }
        .gears-content .content .gears-holder .gear-block .swiper-container .gear:hover img {
          opacity: .1;
          transform: scale(1.1); }
        .gears-content .content .gears-holder .gear-block .swiper-container .gear:hover .links a {
          display: inline-block; }
        .gears-content .content .gears-holder .gear-block .swiper-container .gear:hover .caption h5 {
          opacity: 1;
          -webkit-transform: scale(1);
          transform: scale(1); }
        .gears-content .content .gears-holder .gear-block .swiper-container .gear:hover .caption p {
          opacity: 1;
          -webkit-transform: scale(1);
          transform: scale(1); }

/*------------------------------------------------------------------------------
                                PORTFOLIOS [FASHION] //STYLE THREE
-------------------------------------------------------------------------------*/
.gallery-style-three {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .gallery-style-three .content {
    width: 1330px;
    max-width: 98%; }
    .gallery-style-three .content .gallery-holder {
      flex: 0 0 auto;
      display: flex;
      margin: 15px; }
      .gallery-style-three .content .gallery-holder .gallery-preview {
        padding: 0;
        box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
        .gallery-style-three .content .gallery-holder .gallery-preview .preview-text {
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          height: 100%;
          width: 100%;
          align-items: flex-start;
          padding: 60px;
          color: #ffffff; }
          .gallery-style-three .content .gallery-holder .gallery-preview .preview-text .text-content {
            border-left: 4px solid #2196F3;
            padding-left: 10px; }
            .gallery-style-three .content .gallery-holder .gallery-preview .preview-text .text-content strong {
              color: #2196F3; }
            .gallery-style-three .content .gallery-holder .gallery-preview .preview-text .text-content h4 {
              text-transform: uppercase;
              margin: 1px;
              letter-spacing: 3px;
              font-size: 19px; }
        @media screen and (max-width: 991px) {
          .gallery-style-three .content .gallery-holder .gallery-preview .preview-text {
            padding: 80px; } }
      @media screen and (max-width: 991px) {
        .gallery-style-three .content .gallery-holder .gallery-preview {
          height: 300px; } }
      .gallery-style-three .content .gallery-holder .item-gallery {
        padding: 0; }
        .gallery-style-three .content .gallery-holder .item-gallery .gallery-grid:before, .gallery-style-three .content .gallery-holder .item-gallery .gallery-grid:after {
          content: " ";
          display: table; }
        .gallery-style-three .content .gallery-holder .item-gallery .gallery-grid:after {
          clear: both; }
        .gallery-style-three .content .gallery-holder .item-gallery .gallery-grid .item-block {
          transition: background .4s;
          padding: 0;
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
          .gallery-style-three .content .gallery-holder .item-gallery .gallery-grid .item-block .image-and-links figure {
            position: relative;
            overflow: hidden;
            height: auto;
            background: #f7f7f7;
            text-align: center;
            cursor: pointer;
            z-index: 10; }
            .gallery-style-three .content .gallery-holder .item-gallery .gallery-grid .item-block .image-and-links figure img {
              display: block;
              max-width: 100%;
              height: auto;
              position: relative;
              opacity: 1;
              -webkit-transition: opacity 0.60s, -webkit-transform 0.60s;
              transition: opacity 0.60s, transform 0.60s; }
            .gallery-style-three .content .gallery-holder .item-gallery .gallery-grid .item-block .image-and-links figure figcaption {
              color: #000000;
              text-transform: uppercase;
              font-size: 1.25em;
              -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
              padding: 3em;
              -webkit-transition: background-color 0.60s;
              transition: background-color 0.60s;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              display: flex;
              justify-content: center;
              flex-direction: column; }
              .gallery-style-three .content .gallery-holder .item-gallery .gallery-grid .item-block .image-and-links figure figcaption .text-content h5 {
                opacity: 0;
                letter-spacing: 1px;
                font-size: 15px;
                font-weight: 600;
                -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
                transition: opacity 0.55s, transform 0.55s;
                -webkit-transform: scale(0);
                transform: scale(0); }
              .gallery-style-three .content .gallery-holder .item-gallery .gallery-grid .item-block .image-and-links figure figcaption .text-content p {
                margin: 0;
                letter-spacing: 1px;
                font-size: 10px;
                opacity: 0;
                -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
                transition: opacity 0.55s, transform 0.55s;
                -webkit-transform: scale(0);
                -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s;
                transform: scale(0); }
              .gallery-style-three .content .gallery-holder .item-gallery .gallery-grid .item-block .image-and-links figure figcaption .links {
                position: absolute;
                top: 5px;
                right: 5px;
                font-size: 23px;
                display: none;
                transition: all 0.4s; }
                .gallery-style-three .content .gallery-holder .item-gallery .gallery-grid .item-block .image-and-links figure figcaption .links a {
                  display: inline-block; }
                  .gallery-style-three .content .gallery-holder .item-gallery .gallery-grid .item-block .image-and-links figure figcaption .links a i {
                    display: inline-block;
                    text-align: center;
                    width: 45px;
                    line-height: 1;
                    height: 37px;
                    padding: 5.7px;
                    border: 1px solid rgba(0, 0, 0, 0.1);
                    font-size: 23px;
                    transition: all .7s;
                    background: #fff;
                    color: #000000; }
                    .gallery-style-three .content .gallery-holder .item-gallery .gallery-grid .item-block .image-and-links figure figcaption .links a i:hover {
                      color: #ffffff;
                      background: #2196F3;
                      -webkit-animation: jumpIcon .9s ease-in-out;
                      animation: jumpIcon .9s ease-in-out; }
            .gallery-style-three .content .gallery-holder .item-gallery .gallery-grid .item-block .image-and-links figure:hover .text-content h5 {
              opacity: 1;
              -webkit-transform: scale(1);
              transform: scale(1); }
            .gallery-style-three .content .gallery-holder .item-gallery .gallery-grid .item-block .image-and-links figure:hover .text-content p {
              opacity: 1;
              -webkit-transform: scale(1);
              transform: scale(1); }
            .gallery-style-three .content .gallery-holder .item-gallery .gallery-grid .item-block .image-and-links figure:hover img {
              opacity: 0.1;
              -webkit-transform: scale(1.2);
              transform: scale(1.2); }
            .gallery-style-three .content .gallery-holder .item-gallery .gallery-grid .item-block .image-and-links figure:hover .links {
              display: block; }

/*-----------------------------------------------------------------------------
                              PORTFOLIO SECTIONS
-----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
                                  PORTFOLIO HOME
-------------------------------------------------------------------------------*/
.port-home-content {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .port-home-content .content .port-home-holder {
    flex: 0 0 auto; }
    .port-home-content .content .port-home-holder:before, .port-home-content .content .port-home-holder:after {
      content: " ";
      display: table; }
    .port-home-content .content .port-home-holder:after {
      clear: both; }
    .port-home-content .content .port-home-holder .profile-image {
      padding: 15px; }
      .port-home-content .content .port-home-holder .profile-image img {
        display: block;
        max-width: 100%;
        height: auto;
        border-radius: 19%; }
    @media screen and (max-width: 991px) {
      .port-home-content .content .port-home-holder .profile-image {
        padding: 0;
        margin: 15px;
        max-width: 600px; } }
    .port-home-content .content .port-home-holder .profile-block {
      padding: 15px; }
      .port-home-content .content .port-home-holder .profile-block .profile-infos {
        padding: 15px;
        border: 2px dashed rgba(0, 0, 0, 0.1); }
        .port-home-content .content .port-home-holder .profile-block .profile-infos .text-content {
          background: #fefefe;
          padding: 25px;
          border: 1px solid rgba(0, 0, 0, 0.1);
          color: #262626;
          margin-bottom: 5px;
          text-align: left; }
          .port-home-content .content .port-home-holder .profile-block .profile-infos .text-content h4 {
            letter-spacing: 2px; }
          .port-home-content .content .port-home-holder .profile-block .profile-infos .text-content b {
            font-weight: bold; }
          .port-home-content .content .port-home-holder .profile-block .profile-infos .text-content h5 {
            font-size: 13px;
            letter-spacing: 1px;
            text-transform: uppercase; }
          .port-home-content .content .port-home-holder .profile-block .profile-infos .text-content .profile-list {
            list-style: none;
            padding: 0;
            margin-top: -5px; }
            .port-home-content .content .port-home-holder .profile-block .profile-infos .text-content .profile-list .title-icon {
              padding-right: 8px;
              font-size: 21px;
              color: #262626;
              top: 3px;
              position: relative; }
            .port-home-content .content .port-home-holder .profile-block .profile-infos .text-content .profile-list .item-content {
              font-size: 15px; }
            @media screen and (max-width: 500px) {
              .port-home-content .content .port-home-holder .profile-block .profile-infos .text-content .profile-list .item-content {
                font-size: 14px; } }
          @media screen and (max-width: 991px) {
            .port-home-content .content .port-home-holder .profile-block .profile-infos .text-content .profile-list {
              text-align: left;
              display: table;
              margin: auto; } }
        @media screen and (max-width: 991px) {
          .port-home-content .content .port-home-holder .profile-block .profile-infos .text-content {
            text-align: center; } }
        .port-home-content .content .port-home-holder .profile-block .profile-infos .social-list {
          margin-top: 15px; }
    @media screen and (max-width: 991px) {
      .port-home-content .content .port-home-holder .profile-block {
        padding: 0;
        margin: 15px;
        max-width: 600px; }
        .port-home-content .content .port-home-holder .profile-block .social-list {
          text-align: center; } }
  @media screen and (max-width: 991px) {
    .port-home-content .content .port-home-holder {
      margin: auto; } }

/*------------------------------------------------------------------------------
                                 PROJECT
-------------------------------------------------------------------------------*/
.project-content {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .project-content .content .projects-holder {
    flex: 0 0 auto;
    display: flex;
    margin: 15px; }
    .project-content .content .projects-holder:before, .project-content .content .projects-holder:after {
      content: " ";
      display: table; }
    .project-content .content .projects-holder:after {
      clear: both; }
    .project-content .content .projects-holder .project-preview {
      display: flex;
      justify-content: center;
      flex-direction: column;
      text-align: center; }
      .project-content .content .projects-holder .project-preview h4 {
        color: #ffffff;
        text-shadow: 0 0px 1px rgba(0, 0, 0, 0.46);
        font-weight: bold; }
    @media screen and (max-width: 991px) {
      .project-content .content .projects-holder .project-preview {
        flex-direction: row; }
        .project-content .content .projects-holder .project-preview h4 {
          letter-spacing: 3px; } }
    .project-content .content .projects-holder .project-block {
      padding: 15px;
      background: rgba(255, 255, 255, 0.7); }
      .project-content .content .projects-holder .project-block .swiper-container .project {
        overflow: hidden;
        padding: 0; }
        .project-content .content .projects-holder .project-block .swiper-container .project .image {
          overflow: hidden;
          background: #f7f7f7;
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
          .project-content .content .projects-holder .project-block .swiper-container .project .image img {
            display: block;
            max-width: 100%;
            height: auto;
            transform: scale(1);
            opacity: 1;
            transition: transform .8s, opacity .8s; }
        .project-content .content .projects-holder .project-block .swiper-container .project .caption {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          padding: 20px;
          display: flex;
          justify-content: center;
          flex-direction: column;
          text-align: center;
          color: #000000;
          text-transform: uppercase;
          font-size: 1.25em; }
          .project-content .content .projects-holder .project-block .swiper-container .project .caption h5 {
            opacity: 0;
            letter-spacing: 1px;
            font-weight: bold;
            -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
            transition: opacity 0.55s, transform 0.55s;
            -webkit-transform: scale(0);
            transform: scale(0); }
          .project-content .content .projects-holder .project-block .swiper-container .project .caption p {
            margin: 0;
            letter-spacing: 1px;
            font-size: 11px;
            opacity: 0;
            -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
            transition: opacity 0.55s, transform 0.55s;
            -webkit-transform: scale(0);
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
            transform: scale(0); }
        .project-content .content .projects-holder .project-block .swiper-container .project .links {
          top: 8px;
          position: absolute;
          right: 8px; }
          .project-content .content .projects-holder .project-block .swiper-container .project .links a {
            display: none; }
            .project-content .content .projects-holder .project-block .swiper-container .project .links a i {
              display: block;
              text-align: center;
              width: 48px;
              height: 42px;
              padding-top: 4px;
              margin: 0 3px;
              border: 1px solid rgba(0, 0, 0, 0.1);
              font-size: 23px;
              background: #fff;
              color: #000000; }
              .project-content .content .projects-holder .project-block .swiper-container .project .links a i:hover {
                color: #ffffff;
                background: #2196F3;
                -webkit-animation: jumpIcon .9s ease-in-out;
                animation: jumpIcon .9s ease-in-out; }
        @media screen and (max-width: 991px) {
          .project-content .content .projects-holder .project-block .swiper-container .project .links {
            top: 8px;
            right: 8px; } }
        .project-content .content .projects-holder .project-block .swiper-container .project:hover img {
          opacity: .1;
          transform: scale(1.1); }
        .project-content .content .projects-holder .project-block .swiper-container .project:hover .links a {
          display: inline-block; }
        .project-content .content .projects-holder .project-block .swiper-container .project:hover .caption h5 {
          opacity: 1;
          -webkit-transform: scale(1);
          transform: scale(1); }
        .project-content .content .projects-holder .project-block .swiper-container .project:hover .caption p {
          opacity: 1;
          -webkit-transform: scale(1);
          transform: scale(1); }

/*------------------------------------------------------------------------------
                                   GIT
-------------------------------------------------------------------------------*/
.git-repo-content {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .git-repo-content .content .repository-holder {
    flex: 0 0 auto;
    display: flex;
    flex-flow: row wrap;
    margin: 15px; }
    .git-repo-content .content .repository-holder:before, .git-repo-content .content .repository-holder:after {
      content: " ";
      display: table; }
    .git-repo-content .content .repository-holder:after {
      clear: both; }
    .git-repo-content .content .repository-holder .repository-tiles {
      padding: 0;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
      .git-repo-content .content .repository-holder .repository-tiles:first-child {
        background: #fefefe; }
      .git-repo-content .content .repository-holder .repository-tiles:nth-child(2) {
        background: #fefefe; }
      .git-repo-content .content .repository-holder .repository-tiles:nth-child(3) {
        background: #fdfdfd; }
      .git-repo-content .content .repository-holder .repository-tiles:nth-child(4) {
        background: #fdfdfd; }
      .git-repo-content .content .repository-holder .repository-tiles:nth-child(5) {
        background: #fcfcfc; }
      .git-repo-content .content .repository-holder .repository-tiles .tile {
        padding: 12px;
        position: relative;
        overflow: hidden; }
        .git-repo-content .content .repository-holder .repository-tiles .tile .shadow i {
          font-size: 12em;
          position: absolute;
          top: -65px;
          color: #ffffff;
          opacity: .2; }
        .git-repo-content .content .repository-holder .repository-tiles .tile .logo-and-infos {
          position: relative;
          z-index: 3; }
          .git-repo-content .content .repository-holder .repository-tiles .tile .logo-and-infos .infos {
            text-align: center; }
            .git-repo-content .content .repository-holder .repository-tiles .tile .logo-and-infos .infos .text-content {
              color: #262626;
              padding: 0 15px 15px; }
              .git-repo-content .content .repository-holder .repository-tiles .tile .logo-and-infos .infos .text-content h4 {
                color: #262626;
                letter-spacing: 3px; }
            .git-repo-content .content .repository-holder .repository-tiles .tile .logo-and-infos .infos .repo-link {
              position: absolute;
              top: 0;
              right: 0;
              font-size: 28px;
              color: #000000; }
              .git-repo-content .content .repository-holder .repository-tiles .tile .logo-and-infos .infos .repo-link:hover, .git-repo-content .content .repository-holder .repository-tiles .tile .logo-and-infos .infos .repo-link:focus {
                color: #2196F3;
                -webkit-animation: jumpIcon .9s;
                animation: jumpIcon .9s; }
          .git-repo-content .content .repository-holder .repository-tiles .tile .logo-and-infos .repo-logo img {
            display: block;
            max-width: 100%;
            height: auto; }
    @media screen and (max-width: 991px) {
      .git-repo-content .content .repository-holder .repository-tiles {
        max-width: 500px;
        margin: auto; } }
    .git-repo-content .content .repository-holder .more-repos {
      text-align: center;
      flex: 1 100%;
      margin: 20px auto -60px; }
      .git-repo-content .content .repository-holder .more-repos .btn {
        box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
        font-size: 11px;
        letter-spacing: 1px;
        background-color: #fff; }
        .git-repo-content .content .repository-holder .more-repos .btn:hover, .git-repo-content .content .repository-holder .more-repos .btn:focus {
          background-color: #2196F3; }
      .git-repo-content .content .repository-holder .more-repos .badge {
        top: -10px;
        position: absolute;
        width: 31px;
        margin-left: -15px;
        height: 31px;
        border-radius: 50%;
        padding-top: 9px;
        color: #2196F3;
        text-align: center;
        background: #ffffff; }
    @media screen and (max-width: 991px) {
      .git-repo-content .content .repository-holder .more-repos {
        margin: 20px auto 0; } }

/*-----------------------------------------------------------------------------
                                AGENCY SECTIONS
-----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
                               AGENCY HOME SLIDER
-------------------------------------------------------------------------------*/
.agency-home-content .home-hero-slider {
  flex: 0 0 auto; }
  .agency-home-content .home-hero-slider .swiper-container {
    overflow-y: auto; }
    .agency-home-content .home-hero-slider .swiper-container .swiper-slide .content {
      padding: 0; }
      .agency-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content {
        margin: auto;
        width: 100%;
        flex: 0 0 auto;
        padding: 40px 15px 66px;
        color: #000; }
        .agency-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .text-content {
          text-align: center;
          padding: 0; }
          .agency-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .text-content h4 {
            text-transform: lowercase;
            letter-spacing: 3px; }
          .agency-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .text-content p {
            text-transform: capitalize;
            padding: 0 80px; }
          @media screen and (max-width: 991px) {
            .agency-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .text-content p {
              padding: 0; } }
          .agency-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .text-content .brand-logo {
            margin-bottom: -15px; }
        .agency-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-left {
          padding: 0; }
          .agency-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-left .text-content {
            text-align: left; }
            .agency-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-left .text-content p {
              padding: 0; }
          @media screen and (max-width: 991px) {
            .agency-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-left .text-content {
              text-align: center; } }
        .agency-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-right {
          padding: 0;
          text-align: center; }
          .agency-home-content .home-hero-slider .swiper-container .swiper-slide .content .slide-content .intro-right i {
            font-size: 15em;
            text-shadow: 0 0px 1px rgba(0, 0, 0, 0.46);
            color: #2196F3; }
    .agency-home-content .home-hero-slider .swiper-container .swiper-pagination {
      bottom: 72px;
      text-align: center; }

/*------------------------------------------------------------------------------
                                  ABOUT //STYLE TWO
-------------------------------------------------------------------------------*/
.about-style-two {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .about-style-two .content .about-content-holder {
    flex: 0 0 auto;
    color: #000;
    display: flex; }
    .about-style-two .content .about-content-holder:before, .about-style-two .content .about-content-holder:after {
      content: " ";
      display: table; }
    .about-style-two .content .about-content-holder:after {
      clear: both; }
    .about-style-two .content .about-content-holder .about-description {
      padding: 15px; }
      .about-style-two .content .about-content-holder .about-description .text-content strong {
        font-weight: bold; }
      .about-style-two .content .about-content-holder .about-description .text-content p {
        text-transform: capitalize; }
      .about-style-two .content .about-content-holder .about-description .text-content h4 {
        text-transform: capitalize; }
    @media screen and (max-width: 991px) {
      .about-style-two .content .about-content-holder .about-description {
        padding: 0;
        margin: 15px; }
        .about-style-two .content .about-content-holder .about-description .text-content {
          text-align: center; } }
    .about-style-two .content .about-content-holder .about-preview {
      margin: 15px;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43);
      padding: 0; }
    @media screen and (max-width: 991px) {
      .about-style-two .content .about-content-holder .about-preview {
        margin: 15px;
        height: 400px; } }

/*------------------------------------------------------------------------------
                                   FEATURE //STYLE TWO
-------------------------------------------------------------------------------*/
.feature-style-two {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .feature-style-two .content .feature-content-holder {
    flex: 0 0 auto;
    display: flex;
    margin: 15px; }
    .feature-style-two .content .feature-content-holder:before, .feature-style-two .content .feature-content-holder:after {
      content: " ";
      display: table; }
    .feature-style-two .content .feature-content-holder:after {
      clear: both; }
    .feature-style-two .content .feature-content-holder .feature-image {
      padding: 0;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
      .feature-style-two .content .feature-content-holder .feature-image .caption {
        background: rgba(219, 219, 219, 0.95);
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        height: 32px;
        transition: background .5s; }
        .feature-style-two .content .feature-content-holder .feature-image .caption h5 {
          color: #000;
          top: -2px;
          font-size: 14px;
          letter-spacing: 1px;
          position: relative;
          text-transform: uppercase; }
    @media screen and (max-width: 991px) {
      .feature-style-two .content .feature-content-holder .feature-image {
        height: 300px;
        max-width: 500px;
        margin: auto; } }
    .feature-style-two .content .feature-content-holder .feature-details {
      padding: 0;
      background: #fff;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
      .feature-style-two .content .feature-content-holder .feature-details .text-content {
        padding: 25px;
        text-align: left;
        color: #262626; }
        .feature-style-two .content .feature-content-holder .feature-details .text-content:before, .feature-style-two .content .feature-content-holder .feature-details .text-content:after {
          content: " ";
          display: table; }
        .feature-style-two .content .feature-content-holder .feature-details .text-content:after {
          clear: both; }
        .feature-style-two .content .feature-content-holder .feature-details .text-content h4 {
          color: #262626;
          font-weight: bold;
          letter-spacing: 1px;
          margin-top: 0; }
        .feature-style-two .content .feature-content-holder .feature-details .text-content p {
          color: #262626;
          margin-bottom: 20px; }
        .feature-style-two .content .feature-content-holder .feature-details .text-content h6 {
          font-size: 12px;
          text-transform: uppercase;
          letter-spacing: 1px; }
        .feature-style-two .content .feature-content-holder .feature-details .text-content .tile {
          padding: 20px;
          transition: box-shadow .5s;
          cursor: pointer;
          box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
          .feature-style-two .content .feature-content-holder .feature-details .text-content .tile:first-child {
            background: #fefefe; }
          .feature-style-two .content .feature-content-holder .feature-details .text-content .tile:nth-child(2) {
            background: #fefefe; }
          .feature-style-two .content .feature-content-holder .feature-details .text-content .tile:nth-child(3) {
            background: #fdfdfd; }
          .feature-style-two .content .feature-content-holder .feature-details .text-content .tile:nth-child(4) {
            background: #fdfdfd; }
          .feature-style-two .content .feature-content-holder .feature-details .text-content .tile:nth-child(5) {
            background: #fcfcfc; }
          .feature-style-two .content .feature-content-holder .feature-details .text-content .tile:nth-child(6) {
            background: #fcfcfc; }
          .feature-style-two .content .feature-content-holder .feature-details .text-content .tile:nth-child(7) {
            background: #fbfbfb; }
          .feature-style-two .content .feature-content-holder .feature-details .text-content .tile:nth-child(8) {
            background: #fbfbfb; }
          .feature-style-two .content .feature-content-holder .feature-details .text-content .tile:nth-child(9) {
            background: #fafafa; }
          .feature-style-two .content .feature-content-holder .feature-details .text-content .tile:nth-child(10) {
            background: #f7f7f7; }
          .feature-style-two .content .feature-content-holder .feature-details .text-content .tile i {
            font-size: 28px;
            color: #2196F3; }
          .feature-style-two .content .feature-content-holder .feature-details .text-content .tile:hover {
            -webkit-animation: jumpIcon .9s ease-in-out;
            animation: jumpIcon .9s ease-in-out; }
      @media screen and (max-width: 991px) {
        .feature-style-two .content .feature-content-holder .feature-details .text-content {
          text-align: center; } }
    @media screen and (max-width: 991px) {
      .feature-style-two .content .feature-content-holder .feature-details {
        max-width: 500px;
        margin: auto; } }

/*------------------------------------------------------------------------------
                                 PRODUCT
-------------------------------------------------------------------------------*/
.product-content {
  margin: auto;
  width: 100%;
  flex: 0 0 auto; }
  .product-content .content .products-holder {
    flex: 0 0 auto;
    display: flex;
    margin: 15px; }
    .product-content .content .products-holder:before, .product-content .content .products-holder:after {
      content: " ";
      display: table; }
    .product-content .content .products-holder:after {
      clear: both; }
    .product-content .content .products-holder .product-preview {
      display: flex;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
      .product-content .content .products-holder .product-preview h4 {
        color: #ffffff;
        text-shadow: 0 0px 1px rgba(0, 0, 0, 0.46);
        font-weight: bold; }
    @media screen and (max-width: 991px) {
      .product-content .content .products-holder .product-preview {
        flex-direction: row; }
        .product-content .content .products-holder .product-preview h4 {
          letter-spacing: 3px; } }
    .product-content .content .products-holder .product-block {
      padding: 0; }
      .product-content .content .products-holder .product-block .swiper-container .item {
        padding: 0;
        overflow: hidden;
        box-shadow: 0px 0px 1px 0px rgba(88, 78, 78, 0.43); }
        .product-content .content .products-holder .product-block .swiper-container .item .image {
          background: #fff; }
          .product-content .content .products-holder .product-block .swiper-container .item .image img {
            display: block;
            max-width: 100%;
            height: auto;
            opacity: 1;
            transition: transform .8s, opacity .8s; }
        .product-content .content .products-holder .product-block .swiper-container .item .caption {
          color: #000000;
          text-transform: uppercase;
          font-size: 1.25em;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          padding: 3em;
          position: absolute;
          text-align: center;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          flex-direction: column; }
          .product-content .content .products-holder .product-block .swiper-container .item .caption h5 {
            opacity: 0;
            letter-spacing: 1px;
            font-weight: 600;
            font-size: 15px;
            -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
            transition: opacity 0.55s, transform 0.55s;
            -webkit-transform: scale(0);
            transform: scale(0); }
          .product-content .content .products-holder .product-block .swiper-container .item .caption p {
            margin: 0;
            letter-spacing: 1px;
            font-size: 10px;
            opacity: 0;
            -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
            transition: opacity 0.55s, transform 0.55s;
            -webkit-transform: scale(0);
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
            transform: scale(0); }
        .product-content .content .products-holder .product-block .swiper-container .item .links {
          top: 8px;
          position: absolute;
          right: 8px; }
          .product-content .content .products-holder .product-block .swiper-container .item .links a {
            display: none; }
            .product-content .content .products-holder .product-block .swiper-container .item .links a i {
              display: inline-block;
              text-align: center;
              width: 45px;
              line-height: 1;
              height: 35px;
              margin: 0 2px;
              padding: 6.7px;
              border: 1px solid rgba(0, 0, 0, 0.1);
              font-size: 19px;
              transition: all .7s;
              background: #fff;
              color: #000000; }
              .product-content .content .products-holder .product-block .swiper-container .item .links a i:hover {
                color: #ffffff;
                background: #2196F3;
                -webkit-animation: jumpIcon .9s ease-in-out;
                animation: jumpIcon .9s ease-in-out; }
        @media screen and (max-width: 991px) {
          .product-content .content .products-holder .product-block .swiper-container .item .links {
            top: 7px;
            right: 7px; } }
        .product-content .content .products-holder .product-block .swiper-container .item:hover img {
          opacity: .1;
          -webkit-transform: scale(1.2);
          transform: scale(1.2); }
        .product-content .content .products-holder .product-block .swiper-container .item:hover .links a {
          display: inline-block; }
        .product-content .content .products-holder .product-block .swiper-container .item:hover .caption h5 {
          opacity: 1;
          -webkit-transform: scale(1);
          transform: scale(1); }
        .product-content .content .products-holder .product-block .swiper-container .item:hover .caption p {
          opacity: 1;
          -webkit-transform: scale(1);
          transform: scale(1); }

/*-----------------------------------------------------------------------------
                                COLOR CLASSES
-----------------------------------------------------------------------------*/
/**
 * google-material-color v1.2.6
 * https://github.com/danlevan/google-material-color
 */
.red.bg {
  background-color: #f44336; }

.red.text {
  color: #f44336; }

.red-50.bg {
  background-color: #ffebee; }

.red-50.text {
  color: #ffebee; }

.red-100.bg {
  background-color: #ffcdd2; }

.red-100.text {
  color: #ffcdd2; }

.red-200.bg {
  background-color: #ef9a9a; }

.red-200.text {
  color: #ef9a9a; }

.red-300.bg {
  background-color: #e57373; }

.red-300.text {
  color: #e57373; }

.red-400.bg {
  background-color: #ef5350; }

.red-400.text {
  color: #ef5350; }

.red-500.bg {
  background-color: #f44336; }

.red-500.text {
  color: #f44336; }

.red-600.bg {
  background-color: #e53935; }

.red-600.text {
  color: #e53935; }

.red-700.bg {
  background-color: #d32f2f; }

.red-700.text {
  color: #d32f2f; }

.red-800.bg {
  background-color: #c62828; }

.red-800.text {
  color: #c62828; }

.red-900.bg {
  background-color: #b71c1c; }

.red-900.text {
  color: #b71c1c; }

.red-a100.bg {
  background-color: #ff8a80; }

.red-a100.text {
  color: #ff8a80; }

.red-a200.bg {
  background-color: #ff5252; }

.red-a200.text {
  color: #ff5252; }

.red-a400.bg {
  background-color: #ff1744; }

.red-a400.text {
  color: #ff1744; }

.red-a700.bg {
  background-color: #d50000; }

.red-a700.text {
  color: #d50000; }

.pink.bg {
  background-color: #e91e63; }

.pink.text {
  color: #e91e63; }

.pink-50.bg {
  background-color: #fce4ec; }

.pink-50.text {
  color: #fce4ec; }

.pink-100.bg {
  background-color: #f8bbd0; }

.pink-100.text {
  color: #f8bbd0; }

.pink-200.bg {
  background-color: #f48fb1; }

.pink-200.text {
  color: #f48fb1; }

.pink-300.bg {
  background-color: #f06292; }

.pink-300.text {
  color: #f06292; }

.pink-400.bg {
  background-color: #ec407a; }

.pink-400.text {
  color: #ec407a; }

.pink-500.bg {
  background-color: #e91e63; }

.pink-500.text {
  color: #e91e63; }

.pink-600.bg {
  background-color: #d81b60; }

.pink-600.text {
  color: #d81b60; }

.pink-700.bg {
  background-color: #c2185b; }

.pink-700.text {
  color: #c2185b; }

.pink-800.bg {
  background-color: #ad1457; }

.pink-800.text {
  color: #ad1457; }

.pink-900.bg {
  background-color: #880e4f; }

.pink-900.text {
  color: #880e4f; }

.pink-a100.bg {
  background-color: #ff80ab; }

.pink-a100.text {
  color: #ff80ab; }

.pink-a200.bg {
  background-color: #ff4081; }

.pink-a200.text {
  color: #ff4081; }

.pink-a400.bg {
  background-color: #f50057; }

.pink-a400.text {
  color: #f50057; }

.pink-a700.bg {
  background-color: #c51162; }

.pink-a700.text {
  color: #c51162; }

.purple.bg {
  background-color: #9c27b0; }

.purple.text {
  color: #9c27b0; }

.purple-50.bg {
  background-color: #f3e5f5; }

.purple-50.text {
  color: #f3e5f5; }

.purple-100.bg {
  background-color: #e1bee7; }

.purple-100.text {
  color: #e1bee7; }

.purple-200.bg {
  background-color: #ce93d8; }

.purple-200.text {
  color: #ce93d8; }

.purple-300.bg {
  background-color: #ba68c8; }

.purple-300.text {
  color: #ba68c8; }

.purple-400.bg {
  background-color: #ab47bc; }

.purple-400.text {
  color: #ab47bc; }

.purple-500.bg {
  background-color: #9c27b0; }

.purple-500.text {
  color: #9c27b0; }

.purple-600.bg {
  background-color: #8e24aa; }

.purple-600.text {
  color: #8e24aa; }

.purple-700.bg {
  background-color: #7b1fa2; }

.purple-700.text {
  color: #7b1fa2; }

.purple-800.bg {
  background-color: #6a1b9a; }

.purple-800.text {
  color: #6a1b9a; }

.purple-900.bg {
  background-color: #4a148c; }

.purple-900.text {
  color: #4a148c; }

.purple-a100.bg {
  background-color: #ea80fc; }

.purple-a100.text {
  color: #ea80fc; }

.purple-a200.bg {
  background-color: #e040fb; }

.purple-a200.text {
  color: #e040fb; }

.purple-a400.bg {
  background-color: #d500f9; }

.purple-a400.text {
  color: #d500f9; }

.purple-a700.bg {
  background-color: #aa00ff; }

.purple-a700.text {
  color: #aa00ff; }

.deep-purple.bg {
  background-color: #673ab7; }

.deep-purple.text {
  color: #673ab7; }

.deep-purple-50.bg {
  background-color: #ede7f6; }

.deep-purple-50.text {
  color: #ede7f6; }

.deep-purple-100.bg {
  background-color: #d1c4e9; }

.deep-purple-100.text {
  color: #d1c4e9; }

.deep-purple-200.bg {
  background-color: #b39ddb; }

.deep-purple-200.text {
  color: #b39ddb; }

.deep-purple-300.bg {
  background-color: #9575cd; }

.deep-purple-300.text {
  color: #9575cd; }

.deep-purple-400.bg {
  background-color: #7e57c2; }

.deep-purple-400.text {
  color: #7e57c2; }

.deep-purple-500.bg {
  background-color: #673ab7; }

.deep-purple-500.text {
  color: #673ab7; }

.deep-purple-600.bg {
  background-color: #5e35b1; }

.deep-purple-600.text {
  color: #5e35b1; }

.deep-purple-700.bg {
  background-color: #512da8; }

.deep-purple-700.text {
  color: #512da8; }

.deep-purple-800.bg {
  background-color: #4527a0; }

.deep-purple-800.text {
  color: #4527a0; }

.deep-purple-900.bg {
  background-color: #311b92; }

.deep-purple-900.text {
  color: #311b92; }

.deep-purple-a100.bg {
  background-color: #b388ff; }

.deep-purple-a100.text {
  color: #b388ff; }

.deep-purple-a200.bg {
  background-color: #7c4dff; }

.deep-purple-a200.text {
  color: #7c4dff; }

.deep-purple-a400.bg {
  background-color: #651fff; }

.deep-purple-a400.text {
  color: #651fff; }

.deep-purple-a700.bg {
  background-color: #6200ea; }

.deep-purple-a700.text {
  color: #6200ea; }

.indigo.bg {
  background-color: #3f51b5; }

.indigo.text {
  color: #3f51b5; }

.indigo-50.bg {
  background-color: #e8eaf6; }

.indigo-50.text {
  color: #e8eaf6; }

.indigo-100.bg {
  background-color: #c5cae9; }

.indigo-100.text {
  color: #c5cae9; }

.indigo-200.bg {
  background-color: #9fa8da; }

.indigo-200.text {
  color: #9fa8da; }

.indigo-300.bg {
  background-color: #7986cb; }

.indigo-300.text {
  color: #7986cb; }

.indigo-400.bg {
  background-color: #5c6bc0; }

.indigo-400.text {
  color: #5c6bc0; }

.indigo-500.bg {
  background-color: #3f51b5; }

.indigo-500.text {
  color: #3f51b5; }

.indigo-600.bg {
  background-color: #3949ab; }

.indigo-600.text {
  color: #3949ab; }

.indigo-700.bg {
  background-color: #303f9f; }

.indigo-700.text {
  color: #303f9f; }

.indigo-800.bg {
  background-color: #283593; }

.indigo-800.text {
  color: #283593; }

.indigo-900.bg {
  background-color: #1a237e; }

.indigo-900.text {
  color: #1a237e; }

.indigo-a100.bg {
  background-color: #8c9eff; }

.indigo-a100.text {
  color: #8c9eff; }

.indigo-a200.bg {
  background-color: #536dfe; }

.indigo-a200.text {
  color: #536dfe; }

.indigo-a400.bg {
  background-color: #3d5afe; }

.indigo-a400.text {
  color: #3d5afe; }

.indigo-a700.bg {
  background-color: #304ffe; }

.indigo-a700.text {
  color: #304ffe; }

.blue.bg {
  background-color: #2196f3; }

.blue.text {
  color: #2196f3; }

.blue-50.bg {
  background-color: #e3f2fd; }

.blue-50.text {
  color: #e3f2fd; }

.blue-100.bg {
  background-color: #bbdefb; }

.blue-100.text {
  color: #bbdefb; }

.blue-200.bg {
  background-color: #90caf9; }

.blue-200.text {
  color: #90caf9; }

.blue-300.bg {
  background-color: #64b5f6; }

.blue-300.text {
  color: #64b5f6; }

.blue-400.bg {
  background-color: #42a5f5; }

.blue-400.text {
  color: #42a5f5; }

.blue-500.bg {
  background-color: #2196f3; }

.blue-500.text {
  color: #2196f3; }

.blue-600.bg {
  background-color: #1e88e5; }

.blue-600.text {
  color: #1e88e5; }

.blue-700.bg {
  background-color: #1976d2; }

.blue-700.text {
  color: #1976d2; }

.blue-800.bg {
  background-color: #1565c0; }

.blue-800.text {
  color: #1565c0; }

.blue-900.bg {
  background-color: #0d47a1; }

.blue-900.text {
  color: #0d47a1; }

.blue-a100.bg {
  background-color: #82b1ff; }

.blue-a100.text {
  color: #82b1ff; }

.blue-a200.bg {
  background-color: #448aff; }

.blue-a200.text {
  color: #448aff; }

.blue-a400.bg {
  background-color: #2979ff; }

.blue-a400.text {
  color: #2979ff; }

.blue-a700.bg {
  background-color: #2962ff; }

.blue-a700.text {
  color: #2962ff; }

.light-blue.bg {
  background-color: #03a9f4; }

.light-blue.text {
  color: #03a9f4; }

.light-blue-50.bg {
  background-color: #e1f5fe; }

.light-blue-50.text {
  color: #e1f5fe; }

.light-blue-100.bg {
  background-color: #b3e5fc; }

.light-blue-100.text {
  color: #b3e5fc; }

.light-blue-200.bg {
  background-color: #81d4fa; }

.light-blue-200.text {
  color: #81d4fa; }

.light-blue-300.bg {
  background-color: #4fc3f7; }

.light-blue-300.text {
  color: #4fc3f7; }

.light-blue-400.bg {
  background-color: #29b6f6; }

.light-blue-400.text {
  color: #29b6f6; }

.light-blue-500.bg {
  background-color: #03a9f4; }

.light-blue-500.text {
  color: #03a9f4; }

.light-blue-600.bg {
  background-color: #039be5; }

.light-blue-600.text {
  color: #039be5; }

.light-blue-700.bg {
  background-color: #0288d1; }

.light-blue-700.text {
  color: #0288d1; }

.light-blue-800.bg {
  background-color: #0277bd; }

.light-blue-800.text {
  color: #0277bd; }

.light-blue-900.bg {
  background-color: #01579b; }

.light-blue-900.text {
  color: #01579b; }

.light-blue-a100.bg {
  background-color: #80d8ff; }

.light-blue-a100.text {
  color: #80d8ff; }

.light-blue-a200.bg {
  background-color: #40c4ff; }

.light-blue-a200.text {
  color: #40c4ff; }

.light-blue-a400.bg {
  background-color: #00b0ff; }

.light-blue-a400.text {
  color: #00b0ff; }

.light-blue-a700.bg {
  background-color: #0091ea; }

.light-blue-a700.text {
  color: #0091ea; }

.cyan.bg {
  background-color: #00bcd4; }

.cyan.text {
  color: #00bcd4; }

.cyan-50.bg {
  background-color: #e0f7fa; }

.cyan-50.text {
  color: #e0f7fa; }

.cyan-100.bg {
  background-color: #b2ebf2; }

.cyan-100.text {
  color: #b2ebf2; }

.cyan-200.bg {
  background-color: #80deea; }

.cyan-200.text {
  color: #80deea; }

.cyan-300.bg {
  background-color: #4dd0e1; }

.cyan-300.text {
  color: #4dd0e1; }

.cyan-400.bg {
  background-color: #26c6da; }

.cyan-400.text {
  color: #26c6da; }

.cyan-500.bg {
  background-color: #00bcd4; }

.cyan-500.text {
  color: #00bcd4; }

.cyan-600.bg {
  background-color: #00acc1; }

.cyan-600.text {
  color: #00acc1; }

.cyan-700.bg {
  background-color: #0097a7; }

.cyan-700.text {
  color: #0097a7; }

.cyan-800.bg {
  background-color: #00838f; }

.cyan-800.text {
  color: #00838f; }

.cyan-900.bg {
  background-color: #006064; }

.cyan-900.text {
  color: #006064; }

.cyan-a100.bg {
  background-color: #84ffff; }

.cyan-a100.text {
  color: #84ffff; }

.cyan-a200.bg {
  background-color: #18ffff; }

.cyan-a200.text {
  color: #18ffff; }

.cyan-a400.bg {
  background-color: #00e5ff; }

.cyan-a400.text {
  color: #00e5ff; }

.cyan-a700.bg {
  background-color: #00b8d4; }

.cyan-a700.text {
  color: #00b8d4; }

.teal.bg {
  background-color: #009688; }

.teal.text {
  color: #009688; }

.teal-50.bg {
  background-color: #e0f2f1; }

.teal-50.text {
  color: #e0f2f1; }

.teal-100.bg {
  background-color: #b2dfdb; }

.teal-100.text {
  color: #b2dfdb; }

.teal-200.bg {
  background-color: #80cbc4; }

.teal-200.text {
  color: #80cbc4; }

.teal-300.bg {
  background-color: #4db6ac; }

.teal-300.text {
  color: #4db6ac; }

.teal-400.bg {
  background-color: #26a69a; }

.teal-400.text {
  color: #26a69a; }

.teal-500.bg {
  background-color: #009688; }

.teal-500.text {
  color: #009688; }

.teal-600.bg {
  background-color: #00897b; }

.teal-600.text {
  color: #00897b; }

.teal-700.bg {
  background-color: #00796b; }

.teal-700.text {
  color: #00796b; }

.teal-800.bg {
  background-color: #00695c; }

.teal-800.text {
  color: #00695c; }

.teal-900.bg {
  background-color: #004d40; }

.teal-900.text {
  color: #004d40; }

.teal-a100.bg {
  background-color: #a7ffeb; }

.teal-a100.text {
  color: #a7ffeb; }

.teal-a200.bg {
  background-color: #64ffda; }

.teal-a200.text {
  color: #64ffda; }

.teal-a400.bg {
  background-color: #1de9b6; }

.teal-a400.text {
  color: #1de9b6; }

.teal-a700.bg {
  background-color: #00bfa5; }

.teal-a700.text {
  color: #00bfa5; }

.green.bg {
  background-color: #4caf50; }

.green.text {
  color: #4caf50; }

.green-50.bg {
  background-color: #e8f5e9; }

.green-50.text {
  color: #e8f5e9; }

.green-100.bg {
  background-color: #c8e6c9; }

.green-100.text {
  color: #c8e6c9; }

.green-200.bg {
  background-color: #a5d6a7; }

.green-200.text {
  color: #a5d6a7; }

.green-300.bg {
  background-color: #81c784; }

.green-300.text {
  color: #81c784; }

.green-400.bg {
  background-color: #66bb6a; }

.green-400.text {
  color: #66bb6a; }

.green-500.bg {
  background-color: #4caf50; }

.green-500.text {
  color: #4caf50; }

.green-600.bg {
  background-color: #43a047; }

.green-600.text {
  color: #43a047; }

.green-700.bg {
  background-color: #388e3c; }

.green-700.text {
  color: #388e3c; }

.green-800.bg {
  background-color: #2e7d32; }

.green-800.text {
  color: #2e7d32; }

.green-900.bg {
  background-color: #1b5e20; }

.green-900.text {
  color: #1b5e20; }

.green-a100.bg {
  background-color: #b9f6ca; }

.green-a100.text {
  color: #b9f6ca; }

.green-a200.bg {
  background-color: #69f0ae; }

.green-a200.text {
  color: #69f0ae; }

.green-a400.bg {
  background-color: #00e676; }

.green-a400.text {
  color: #00e676; }

.green-a700.bg {
  background-color: #00c853; }

.green-a700.text {
  color: #00c853; }

.light-green.bg {
  background-color: #8bc34a; }

.light-green.text {
  color: #8bc34a; }

.light-green-50.bg {
  background-color: #f1f8e9; }

.light-green-50.text {
  color: #f1f8e9; }

.light-green-100.bg {
  background-color: #dcedc8; }

.light-green-100.text {
  color: #dcedc8; }

.light-green-200.bg {
  background-color: #c5e1a5; }

.light-green-200.text {
  color: #c5e1a5; }

.light-green-300.bg {
  background-color: #aed581; }

.light-green-300.text {
  color: #aed581; }

.light-green-400.bg {
  background-color: #9ccc65; }

.light-green-400.text {
  color: #9ccc65; }

.light-green-500.bg {
  background-color: #8bc34a; }

.light-green-500.text {
  color: #8bc34a; }

.light-green-600.bg {
  background-color: #7cb342; }

.light-green-600.text {
  color: #7cb342; }

.light-green-700.bg {
  background-color: #689f38; }

.light-green-700.text {
  color: #689f38; }

.light-green-800.bg {
  background-color: #558b2f; }

.light-green-800.text {
  color: #558b2f; }

.light-green-900.bg {
  background-color: #33691e; }

.light-green-900.text {
  color: #33691e; }

.light-green-a100.bg {
  background-color: #ccff90; }

.light-green-a100.text {
  color: #ccff90; }

.light-green-a200.bg {
  background-color: #b2ff59; }

.light-green-a200.text {
  color: #b2ff59; }

.light-green-a400.bg {
  background-color: #76ff03; }

.light-green-a400.text {
  color: #76ff03; }

.light-green-a700.bg {
  background-color: #64dd17; }

.light-green-a700.text {
  color: #64dd17; }

.lime.bg {
  background-color: #cddc39; }

.lime.text {
  color: #cddc39; }

.lime-50.bg {
  background-color: #f9fbe7; }

.lime-50.text {
  color: #f9fbe7; }

.lime-100.bg {
  background-color: #f0f4c3; }

.lime-100.text {
  color: #f0f4c3; }

.lime-200.bg {
  background-color: #e6ee9c; }

.lime-200.text {
  color: #e6ee9c; }

.lime-300.bg {
  background-color: #dce775; }

.lime-300.text {
  color: #dce775; }

.lime-400.bg {
  background-color: #d4e157; }

.lime-400.text {
  color: #d4e157; }

.lime-500.bg {
  background-color: #cddc39; }

.lime-500.text {
  color: #cddc39; }

.lime-600.bg {
  background-color: #c0ca33; }

.lime-600.text {
  color: #c0ca33; }

.lime-700.bg {
  background-color: #afb42b; }

.lime-700.text {
  color: #afb42b; }

.lime-800.bg {
  background-color: #9e9d24; }

.lime-800.text {
  color: #9e9d24; }

.lime-900.bg {
  background-color: #827717; }

.lime-900.text {
  color: #827717; }

.lime-a100.bg {
  background-color: #f4ff81; }

.lime-a100.text {
  color: #f4ff81; }

.lime-a200.bg {
  background-color: #eeff41; }

.lime-a200.text {
  color: #eeff41; }

.lime-a400.bg {
  background-color: #c6ff00; }

.lime-a400.text {
  color: #c6ff00; }

.lime-a700.bg {
  background-color: #aeea00; }

.lime-a700.text {
  color: #aeea00; }

.yellow.bg {
  background-color: #ffeb3b; }

.yellow.text {
  color: #ffeb3b; }

.yellow-50.bg {
  background-color: #fffde7; }

.yellow-50.text {
  color: #fffde7; }

.yellow-100.bg {
  background-color: #fff9c4; }

.yellow-100.text {
  color: #fff9c4; }

.yellow-200.bg {
  background-color: #fff59d; }

.yellow-200.text {
  color: #fff59d; }

.yellow-300.bg {
  background-color: #fff176; }

.yellow-300.text {
  color: #fff176; }

.yellow-400.bg {
  background-color: #ffee58; }

.yellow-400.text {
  color: #ffee58; }

.yellow-500.bg {
  background-color: #ffeb3b; }

.yellow-500.text {
  color: #ffeb3b; }

.yellow-600.bg {
  background-color: #fdd835; }

.yellow-600.text {
  color: #fdd835; }

.yellow-700.bg {
  background-color: #fbc02d; }

.yellow-700.text {
  color: #fbc02d; }

.yellow-800.bg {
  background-color: #f9a825; }

.yellow-800.text {
  color: #f9a825; }

.yellow-900.bg {
  background-color: #f57f17; }

.yellow-900.text {
  color: #f57f17; }

.yellow-a100.bg {
  background-color: #ffff8d; }

.yellow-a100.text {
  color: #ffff8d; }

.yellow-a200.bg {
  background-color: #ffff00; }

.yellow-a200.text {
  color: #ffff00; }

.yellow-a400.bg {
  background-color: #ffea00; }

.yellow-a400.text {
  color: #ffea00; }

.yellow-a700.bg {
  background-color: #ffd600; }

.yellow-a700.text {
  color: #ffd600; }

.amber.bg {
  background-color: #ffc107; }

.amber.text {
  color: #ffc107; }

.amber-50.bg {
  background-color: #fff8e1; }

.amber-50.text {
  color: #fff8e1; }

.amber-100.bg {
  background-color: #ffecb3; }

.amber-100.text {
  color: #ffecb3; }

.amber-200.bg {
  background-color: #ffe082; }

.amber-200.text {
  color: #ffe082; }

.amber-300.bg {
  background-color: #ffd54f; }

.amber-300.text {
  color: #ffd54f; }

.amber-400.bg {
  background-color: #ffca28; }

.amber-400.text {
  color: #ffca28; }

.amber-500.bg {
  background-color: #ffc107; }

.amber-500.text {
  color: #ffc107; }

.amber-600.bg {
  background-color: #ffb300; }

.amber-600.text {
  color: #ffb300; }

.amber-700.bg {
  background-color: #ffa000; }

.amber-700.text {
  color: #ffa000; }

.amber-800.bg {
  background-color: #ff8f00; }

.amber-800.text {
  color: #ff8f00; }

.amber-900.bg {
  background-color: #ff6f00; }

.amber-900.text {
  color: #ff6f00; }

.amber-a100.bg {
  background-color: #ffe57f; }

.amber-a100.text {
  color: #ffe57f; }

.amber-a200.bg {
  background-color: #ffd740; }

.amber-a200.text {
  color: #ffd740; }

.amber-a400.bg {
  background-color: #ffc400; }

.amber-a400.text {
  color: #ffc400; }

.amber-a700.bg {
  background-color: #ffab00; }

.amber-a700.text {
  color: #ffab00; }

.orange.bg {
  background-color: #ff9800; }

.orange.text {
  color: #ff9800; }

.orange-50.bg {
  background-color: #fff3e0; }

.orange-50.text {
  color: #fff3e0; }

.orange-100.bg {
  background-color: #ffe0b2; }

.orange-100.text {
  color: #ffe0b2; }

.orange-200.bg {
  background-color: #ffcc80; }

.orange-200.text {
  color: #ffcc80; }

.orange-300.bg {
  background-color: #ffb74d; }

.orange-300.text {
  color: #ffb74d; }

.orange-400.bg {
  background-color: #ffa726; }

.orange-400.text {
  color: #ffa726; }

.orange-500.bg {
  background-color: #ff9800; }

.orange-500.text {
  color: #ff9800; }

.orange-600.bg {
  background-color: #fb8c00; }

.orange-600.text {
  color: #fb8c00; }

.orange-700.bg {
  background-color: #f57c00; }

.orange-700.text {
  color: #f57c00; }

.orange-800.bg {
  background-color: #ef6c00; }

.orange-800.text {
  color: #ef6c00; }

.orange-900.bg {
  background-color: #e65100; }

.orange-900.text {
  color: #e65100; }

.orange-a100.bg {
  background-color: #ffd180; }

.orange-a100.text {
  color: #ffd180; }

.orange-a200.bg {
  background-color: #ffab40; }

.orange-a200.text {
  color: #ffab40; }

.orange-a400.bg {
  background-color: #ff9100; }

.orange-a400.text {
  color: #ff9100; }

.orange-a700.bg {
  background-color: #ff6d00; }

.orange-a700.text {
  color: #ff6d00; }

.deep-orange.bg {
  background-color: #ff5722; }

.deep-orange.text {
  color: #ff5722; }

.deep-orange-50.bg {
  background-color: #fbe9e7; }

.deep-orange-50.text {
  color: #fbe9e7; }

.deep-orange-100.bg {
  background-color: #ffccbc; }

.deep-orange-100.text {
  color: #ffccbc; }

.deep-orange-200.bg {
  background-color: #ffab91; }

.deep-orange-200.text {
  color: #ffab91; }

.deep-orange-300.bg {
  background-color: #ff8a65; }

.deep-orange-300.text {
  color: #ff8a65; }

.deep-orange-400.bg {
  background-color: #ff7043; }

.deep-orange-400.text {
  color: #ff7043; }

.deep-orange-500.bg {
  background-color: #ff5722; }

.deep-orange-500.text {
  color: #ff5722; }

.deep-orange-600.bg {
  background-color: #f4511e; }

.deep-orange-600.text {
  color: #f4511e; }

.deep-orange-700.bg {
  background-color: #e64a19; }

.deep-orange-700.text {
  color: #e64a19; }

.deep-orange-800.bg {
  background-color: #d84315; }

.deep-orange-800.text {
  color: #d84315; }

.deep-orange-900.bg {
  background-color: #bf360c; }

.deep-orange-900.text {
  color: #bf360c; }

.deep-orange-a100.bg {
  background-color: #ff9e80; }

.deep-orange-a100.text {
  color: #ff9e80; }

.deep-orange-a200.bg {
  background-color: #ff6e40; }

.deep-orange-a200.text {
  color: #ff6e40; }

.deep-orange-a400.bg {
  background-color: #ff3d00; }

.deep-orange-a400.text {
  color: #ff3d00; }

.deep-orange-a700.bg {
  background-color: #dd2c00; }

.deep-orange-a700.text {
  color: #dd2c00; }

.brown.bg {
  background-color: #795548; }

.brown.text {
  color: #795548; }

.brown-50.bg {
  background-color: #efebe9; }

.brown-50.text {
  color: #efebe9; }

.brown-100.bg {
  background-color: #d7ccc8; }

.brown-100.text {
  color: #d7ccc8; }

.brown-200.bg {
  background-color: #bcaaa4; }

.brown-200.text {
  color: #bcaaa4; }

.brown-300.bg {
  background-color: #a1887f; }

.brown-300.text {
  color: #a1887f; }

.brown-400.bg {
  background-color: #8d6e63; }

.brown-400.text {
  color: #8d6e63; }

.brown-500.bg {
  background-color: #795548; }

.brown-500.text {
  color: #795548; }

.brown-600.bg {
  background-color: #6d4c41; }

.brown-600.text {
  color: #6d4c41; }

.brown-700.bg {
  background-color: #5d4037; }

.brown-700.text {
  color: #5d4037; }

.brown-800.bg {
  background-color: #4e342e; }

.brown-800.text {
  color: #4e342e; }

.brown-900.bg {
  background-color: #3e2723; }

.brown-900.text {
  color: #3e2723; }

.grey.bg {
  background-color: #9e9e9e; }

.grey.text {
  color: #9e9e9e; }

.grey-50.bg {
  background-color: #fafafa; }

.grey-50.text {
  color: #fafafa; }

.grey-100.bg {
  background-color: #f5f5f5; }

.grey-100.text {
  color: #f5f5f5; }

.grey-200.bg {
  background-color: #eeeeee; }

.grey-200.text {
  color: #eeeeee; }

.grey-300.bg {
  background-color: #e0e0e0; }

.grey-300.text {
  color: #e0e0e0; }

.grey-400.bg {
  background-color: #bdbdbd; }

.grey-400.text {
  color: #bdbdbd; }

.grey-500.bg {
  background-color: #9e9e9e; }

.grey-500.text {
  color: #9e9e9e; }

.grey-600.bg {
  background-color: #757575; }

.grey-600.text {
  color: #757575; }

.grey-700.bg {
  background-color: #616161; }

.grey-700.text {
  color: #616161; }

.grey-800.bg {
  background-color: #424242; }

.grey-800.text {
  color: #424242; }

.grey-900.bg {
  background-color: #212121; }

.grey-900.text {
  color: #212121; }

.blue-grey.bg {
  background-color: #607d8b; }

.blue-grey.text {
  color: #607d8b; }

.blue-grey-50.bg {
  background-color: #eceff1; }

.blue-grey-50.text {
  color: #eceff1; }

.blue-grey-100.bg {
  background-color: #cfd8dc; }

.blue-grey-100.text {
  color: #cfd8dc; }

.blue-grey-200.bg {
  background-color: #b0bec5; }

.blue-grey-200.text {
  color: #b0bec5; }

.blue-grey-300.bg {
  background-color: #90a4ae; }

.blue-grey-300.text {
  color: #90a4ae; }

.blue-grey-400.bg {
  background-color: #78909c; }

.blue-grey-400.text {
  color: #78909c; }

.blue-grey-500.bg {
  background-color: #607d8b; }

.blue-grey-500.text {
  color: #607d8b; }

.blue-grey-600.bg {
  background-color: #546e7a; }

.blue-grey-600.text {
  color: #546e7a; }

.blue-grey-700.bg {
  background-color: #455a64; }

.blue-grey-700.text {
  color: #455a64; }

.blue-grey-800.bg {
  background-color: #37474f; }

.blue-grey-800.text {
  color: #37474f; }

.blue-grey-900.bg {
  background-color: #263238; }

.blue-grey-900.text {
  color: #263238; }

.black.bg {
  background-color: #000000; }

.black.text {
  color: #000000; }

.black-500.bg {
  background-color: #000000; }

.black-500.text {
  color: #000000; }

.black-text.bg {
  background-color: rgba(0, 0, 0, 0.87); }

.black-text.text {
  color: rgba(0, 0, 0, 0.87); }

.black-secondary-text.bg {
  background-color: rgba(0, 0, 0, 0.54); }

.black-secondary-text.text {
  color: rgba(0, 0, 0, 0.54); }

.black-icons.bg {
  background-color: rgba(0, 0, 0, 0.54); }

.black-icons.text {
  color: rgba(0, 0, 0, 0.54); }

.black-disabled.bg {
  background-color: rgba(0, 0, 0, 0.26); }

.black-disabled.text {
  color: rgba(0, 0, 0, 0.26); }

.black-hint-text.bg {
  background-color: rgba(0, 0, 0, 0.26); }

.black-hint-text.text {
  color: rgba(0, 0, 0, 0.26); }

.black-dividers.bg {
  background-color: rgba(0, 0, 0, 0.12); }

.black-dividers.text {
  color: rgba(0, 0, 0, 0.12); }

.white.bg {
  background-color: #ffffff; }

.white.text {
  color: #ffffff; }

.white-500.bg {
  background-color: #ffffff; }

.white-500.text {
  color: #ffffff; }

.white-text.bg {
  background-color: #ffffff; }

.white-text.text {
  color: #ffffff; }

.white-secondary-text.bg {
  background-color: rgba(255, 255, 255, 0.7); }

.white-secondary-text.text {
  color: rgba(255, 255, 255, 0.7); }

.white-icons.bg {
  background-color: #ffffff; }

.white-icons.text {
  color: #ffffff; }

.white-disabled.bg {
  background-color: rgba(255, 255, 255, 0.3); }

.white-disabled.text {
  color: rgba(255, 255, 255, 0.3); }

.white-hint-text.bg {
  background-color: rgba(255, 255, 255, 0.3); }

.white-hint-text.text {
  color: rgba(255, 255, 255, 0.3); }

.white-dividers.bg {
  background-color: rgba(255, 255, 255, 0.12); }

.white-dividers.text {
  color: rgba(255, 255, 255, 0.12); }

.facebook {
  background: #3b5998; }

.twitter {
  background: #55acee; }

.google-plus {
  background: #dd4b39; }

.youtube {
  background: #bb0000; }

.linkedin {
  background: #007bb5; }

.instagram {
  background: #e95950; }

.whatsapp {
  background: #4dc247; }

.github {
  background: #000000; }

.pinterest {
  background: #cb2027; }

.vine {
  background: #00bf8f; }

.snapchat {
  background: #fffc00; }

.dropbox {
  background: #007ee5; }

.flicker {
  background: #ff0084; }

.dropbox {
  background: #007ee5; }

.tumblr {
  background: #32506d; }

.vimeo {
  background: #aad450; }

.behance {
  background: #1769ff; }

.rss {
  background: #ff6600; }

.wordpress {
  background: #21759b; }

.dribbble {
  background: #ea4c89; }

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