/***********************************************************************************************
	Salient by TEMPLATE STOCK
	templatestock.co @templatestock
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)

**********************************************************************************************/

/***********************************************************************************************/
/* TABLE OF CONTENTS: */
/***********************************************************************************************/

/*------------------------------------------------------------------------


  01. Common Styles
      -Typography
      -Buttons
      -Form
  02. Preloader
  03. Navbar
  04. Hero section
      -Hero section 2
      -Hero section 3
      -Hero section 4
  05. Home hero
  06. About Section
  07. Choose Section
  08. Projects Section
  09. Clients section
  10. Statistics Section
  11. Call-to-action section
  12. Services
  13. Portfolio Page
  14. Tweet section
  15. Blog-section
  16. Contact section
  17. Google maps
  18. Single-project
  19. Landing page
      -Features Section
      -Video section
      -Offer section
      -Screenshots
      -Subscribe section
      -Testimonials section
  20. Landing Blog
      -Pagination
      -Comments section
      -Sidebar
      -About widget
      -Tags
      -Recent Posts
  21. App landing page
  22. Coming soon page
  23. Personal page
  24. Footer
  25. Back to top
  26. Responsive Part

--------------------------------------------------------------------------*/



/***********************************************************************************************/
/* =Common Styles */
/***********************************************************************************************/

:root {
    --retro-bg: #1a1a1a;
    --retro-text: #7edf7e;
    --retro-accent: #3cbc3c;
    --retro-dark: #111111;
    --retro-highlight: rgba(51, 255, 51, 0.1);
  }
  
  body {
    font-family: 'Open Sans', sans-serif;
    background-color: var(--retro-bg);
    color: var(--retro-text);
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 0.2px;
    -webkit-font-smoothing: antialiased;
    padding-top: 68px;
    position: relative;
  }
  
  a {
    color: #fff;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
  }
  
  a:hover, a:focus {
    text-decoration: none;
  }

  /* Global h2 headers */
  h1, h2, .big-title {
    color: #fff !important;
    text-shadow: 0 0 10px var(--retro-accent);
}

/* Global icons */
.bi, 
.iconbox i,
.service-icon,
.offer-icon,
.app-feature-icon span {
    color: #fff !important;
    text-shadow: 0 0 10px var(--retro-accent);
}

/* Specific section titles */
.title-section h1, h2,
.big-title-sec h1, h2,
.section_header h1, h2 {
    color: #fff !important;
}

/* Service box and feature box icons */
.service-box i,
.features-box-content i,
.left-features-box i,
.right-features-box i {
    color: #fff !important;
}

/* Ensure icons maintain white color on hover */
.service-box:hover i,
.features-box:hover i {
    color: #fff !important;
}
  
  img {
    max-width: 100%;
  }
  
  .dark-bg {
    background: #34353A;
  }
  
  .white-bg {
    background: #fff;
  }
  
  .without-padding {
    padding: 0;
  }
  
  .marg-0 {
    margin: 0;
  }
  
  .pad-b-0 {
    padding-bottom: 0!important;
  }
  
  .pad-t-100 {
    padding-top: 100px!important;
  }
  
  .bg-gray {
    background: #e5e5e5;
  }
  
  .form-control::-moz-placeholder {
    color: #494949;
  }
  .form-control:-ms-input-placeholder {
    color: #494949;
  }
  .form-control::-webkit-input-placeholder {
    color: #494949;
  }
  
  /***********************************************************************************************/
  /* =Typography */
  /***********************************************************************************************/
  
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
  }
  
  h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  
  h1, .h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 46px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  
  h2 {
    font-size: 24px;
  }
  
  h3 {
    font-size: 18px;
  }
  
  h4 {
    font-size: 16px;
  }
  
  h5 {
    font-size: 12px;
  }
  
  h6 {
    font-size: 12px;
    color:#fff;
    
  }
  
  p {
    margin: 0;
    font-size: 16px;
    color:#fff;
  }
  
  .title-section hr {
    width: 15%;
    border: none;
    border-top: 2px solid #fff;
    box-shadow: 0 0 10px var(--retro-accent);
}
  
  .title-section  p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 1.5px;
  }
  
  .pad-sec {
    padding: 100px 0!important;
  }
  
  .title-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .sep-section {
    height: 1px;
    border-bottom: 1px solid #EAEAEA;
  }

  .section-divider-tight {
    max-width: 1080px;
    margin: 0 auto;
    border-bottom-color: rgba(126, 223, 126, 0.35);
    box-shadow: 0 0 10px rgba(60, 188, 60, 0.18);
    opacity: 0.9;
  }
  
  .larger-text {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-left: 10px;
    vertical-align: middle;
  }
  
  .glow {
    animation: glow 5s ease-in-out infinite alternate;
  }
  
  @keyframes glow {
    from {
      text-shadow: 5px 5px 11px #fff, 0 0 1px #fff, 0 0 20px rgb(104, 111, 111);
    }
   
  }
  
  /***********************************************************************************************/
  /* =Buttons */
  /***********************************************************************************************/
  
  .btn {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 14px 25px;
    border-radius: 1px;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
  }
  
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0;
  }
  
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus,
  .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
  }
  
  .btn-xs {
    padding: 5px 14px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  
  .btn-sm {
    padding: 8px 37px;
    font-size: 12px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
  }
  
  .btn-lg {
    padding: 15px 35px;
  }
  
  .btn-primary {
    background: var(--retro-dark);
    border: 2px solid var(--retro-accent);
    color: var(--retro-text);
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }
  
  .btn-primary:hover {
    background: var(--retro-accent);
    color: var(--retro-dark);
    box-shadow: 0 0 15px var(--retro-accent);
  }
  
  .btn-black {
    text-transform: uppercase;
    color: #000000;
    background-color: #ffffff;
    border-color: #23ff06;
  }
  
  .btn-black:hover {
    background-color: #fc6e51;
    border-color: #fc6e51;
    color: #fff;
  }
  
  .btn-clean {
    border-color: #F5F5F5;
    color: #F5F5F5;
    text-transform: uppercase;
    letter-spacing: 0;
  }
  
  .btn-clean:hover, .btn-clean:focus, .btn-clean:active {
    color: #fff;
  }
  
  .btn-dark {
    color: #FFF;
    text-transform: uppercase;
    background: rgba(34,34,34, .9);
    font-weight: 400;
    border-color: rgba(0,0,0, .7);
  }
  
  .btn-dark:hover, .btn-dark:active, .btn-dark:focus, .btn-dark:visited {
    color: rgba(255,255,255, .85);
    background: rgba(0,0,0, .7);
    outline: 0;
    box-shadow: none;
  }
  
  .btn-light {
    background: #f3f3f3;
    color: #000;
  }
  
  .call-btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 12px 20px;
    font-size: 12px;
    border-radius: 0;
    border: none;
    outline: none;
    display: inline-block;
  }
  
  .btn-gray {
    color: #777;
    background: #e5e5e5;
  }
  
  /* Scanline Animation */
  @keyframes scan-line {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(100%);
    }
  }
  
  /***********************************************************************************************/
  /* =Form */
  /***********************************************************************************************/
  
  .form-group {
    margin-bottom: 20px;
  }
  
  .form-control {
    font-size: 16px;
    color: #ffffff;
    background-color: #fff;
    background-image: none;
    border: 1px solid #32CD32;
    border-radius: 1px;
    height: auto;
    padding: 9px 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  }
  
  .form-control:focus {
    color: #111;
    border-color: #00FF00;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
  }
  
  .btn-lime-green {
    background-color: #32CD32;
    color: #fffdfd;
    font-size: 25px;
    border-color: #32CD32;
  }
  
  .btn-lime-green:hover {
    background-color: #00FF00;
    border-color: #00FF00;
  }

  .email-link {
    display: inline-block;
    color: #32CD32;
    text-decoration: none;
    font-size: 18px;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  }
  
  .email-link:hover {
    color: #00FF00;
  }
  
  .email-link i {
    color: #32CD32;
    margin-right: 5px;
    font-size: 16px;
    vertical-align: middle;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  }
  
  .email-link:hover i {
    color: #00FF00;
  }
  
  /***********************************************************************************************/
  /* =Preloader */
  /***********************************************************************************************/
  
  #preloader {
    background-color: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
  }
  
  #loading-animation {
    background-image: url("../images/loading.GIF") ;
    opacity: 0.7;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    border-radius: 4px;
  }
  
  /************************************************************************
  // =Navbar
  *************************************************************************/
  
  .navbar-default {
    background: var(--retro-dark);
    border: none;
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    border-bottom: 2px solid var(--retro-accent);
  }
  .navbar.active {
    position: fixed;
    opacity: 0.95;
    border: 1px solid #E8E8E8;
  }
  
  .navbar-nav {
    margin: 7.5px -10px;
  }
  
  .navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
  }
  
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav >
  .active > a:focus {
    background: transparent;
    color: #ffffff;
  }
  
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: var(--retro-accent);
    text-shadow: 0 0 8px var(--retro-accent);
  }
  
  .dropdown-menu {
    top: 117%;
    font-size: 12px;
    text-transform: uppercase;
      -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    border-top: 0;
    padding: 12px 5px;
  }
  
  .dropdown-menu>li>a {
    padding: 3px 15px;
    line-height: 1.7;
    letter-spacing: 2px;
  }
  
  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #fff;
    color: #fc6e51;
  }
  
  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #fff;
    color: #fc6e51;
  }
  
  .navbar-default .dropdown:hover>.dropdown-menu {
    display: block;
  }
  
  /***********************************************************************************************/
  /* =Hero section */
  /***********************************************************************************************/
  
  #hero-section {
    position: relative;
    display: table;
    width: 100%;
  }
  
  .home-hero:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .home-hero {
    background: url('../images/hero-bg/home.jpg');
    background-size: cover;
  }
  
  /***********************************************************************************************/
  /* =Hero section-2 */
  /***********************************************************************************************/
  
  .home-hero-2:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .home-hero-2 {
    background: url('../images/hero-bg/home-2.jpg');
    background-size: cover;
  }
  
  /***********************************************************************************************/
  /* =Hero section-3 */
  /***********************************************************************************************/
  
  .home-hero-3:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .home-hero-3 {
    background: url('../images/hero-bg/home-3.jpg');
    background-size: cover;
  }
  
  /***********************************************************************************************/
  /* =Hero section-4 */
  /***********************************************************************************************/
  
  .home-hero-4:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .home-hero-4 {
    background: url('../images/hero-bg/home-4.jpg');
    background-size: cover;
  }
  
  /***********************************************************************************************/
  /* Home hero */
  /***********************************************************************************************/
  
  .hero-content h1, p.hero {
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    display: inline-block;
    padding: 20px 30px;
    border-radius: 1px;
}

.hero-content h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 43px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 0 10px var(--retro-accent);
    animation: textPulse 2s infinite;
    margin-bottom: 0;
}

.div-line {
    width: 50%;
    background-color: var(--retro-accent);
    height: 3px;
    margin: 20px auto;
    box-shadow: 0 0 10px var(--retro-accent);
}

p.hero {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 25px;
    line-height: 32px;
    display: block;
    margin-top: 20px;
    text-shadow: 0 0 5px var(--retro-accent);
    opacity: 0.9;
}

.hero-monitor {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding: 18px 18px 0;
    background: linear-gradient(180deg, #7b734b 0%, #4f452f 34%, #2d2419 100%);
    border: 4px solid #a89764;
    border-radius: 34px 34px 26px 26px;
    box-shadow:
        0 0 0 3px rgba(28, 22, 13, 0.95),
        0 26px 70px rgba(0, 0, 0, 0.55),
        inset 0 2px 0 rgba(255, 241, 194, 0.35),
        inset 0 -8px 18px rgba(20, 12, 6, 0.55);
}

.hero-monitor::before,
.hero-monitor::after {
    content: '';
    position: absolute;
    top: 82px;
    bottom: 54px;
    width: 18px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(223, 201, 132, 0.85), rgba(61, 48, 27, 0.95));
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.4);
}

.hero-monitor::before {
    left: -9px;
}

.hero-monitor::after {
    right: -9px;
}

.hero-monitor-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 18px 14px;
    color: #17120c;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 11px;
}

.hero-monitor-led {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #74ff57;
    box-shadow: 0 0 12px #74ff57;
    flex-shrink: 0;
}

.hero-monitor-label {
    flex: 1;
    font-weight: 700;
}

.hero-monitor-status {
    font-size: 10px;
    color: #efe2a8;
    background: rgba(31, 25, 16, 0.55);
    border: 1px solid rgba(239, 226, 168, 0.3);
    border-radius: 999px;
    padding: 6px 12px;
}

.hero-monitor-screen {
    position: relative;
    padding: 72px 56px 44px;
    background:
        radial-gradient(circle at top, rgba(120, 255, 178, 0.12), transparent 42%),
        linear-gradient(180deg, rgba(7, 26, 13, 0.96), rgba(1, 8, 3, 0.98));
    border: 3px solid rgba(145, 255, 180, 0.45);
    border-radius: 22px;
    box-shadow:
        inset 0 0 0 2px rgba(8, 32, 14, 0.9),
        inset 0 0 24px rgba(0, 255, 102, 0.18),
        0 0 30px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.hero-monitor-screen::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.15),
            rgba(0, 0, 0, 0.15) 1px,
            transparent 1px,
            transparent 3px
        ),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.13), transparent 36%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 60%);
    pointer-events: none;
    animation: scanlines 10s linear infinite;
}

.hero-monitor-screen::after {
    content: '';
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(170, 255, 195, 0.15);
    border-radius: 12px;
    pointer-events: none;
}

.hero-text {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.hero-message {
    text-align: center;
}

.hero-ticker {
    width: min(100%, 980px);
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid rgba(255, 255, 255, 0.85);
    background: rgba(0, 0, 0, 0.45);
    padding: 12px 0;
}

.hero-ticker-track {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    min-width: max-content;
    animation: heroTicker 180s linear infinite;
}

.hero-ticker-track span {
    position: relative;
    display: inline-block;
    padding: 0 34px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
}

.hero-ticker-track span::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--retro-accent);
    box-shadow: 0 0 10px var(--retro-accent);
    transform: translateY(-50%);
}

.hero-monitor-base {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 24px 20px;
}

.hero-monitor-vent {
    width: 58px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(37, 28, 16, 0.95), rgba(155, 137, 90, 0.85));
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.hero-monitor-badge {
    margin-left: 16px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(37, 29, 18, 0.7);
    border: 1px solid rgba(239, 226, 168, 0.35);
    color: #f0e2a8;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero-btn {
    margin-top: 50px;
}

/* Add subtle text pulse animation */
@keyframes textPulse {
    0% {
        text-shadow: 0 0 5px var(--retro-accent);
    }
    10% {
        text-shadow: 0 0 10px var(--retro-accent),
                     0 0 20px var(--retro-accent);
    }
    50% {
        text-shadow: 0 0 5px var(--retro-accent);
    }
}

/*  Add scanline effect specific to hero content */
.hero-content::before {
    display: none;
}

@keyframes scanlines {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 0 100%;
    }
}

@keyframes heroTicker {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
  ul.caption-slides {
    padding-left: 0;
  }
  
  ul.caption-slides li {
    text-align: center;
  }
  
   /* Style for the button */
   .play-btn {
    display: inline-block;
    color: var(--retro-accent);
    text-shadow: 0 0 35px var(--retro-accent);
    animation: textPulse 2s infinite;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-size: 80px;
  }
  
   /* Hover state for the button */
   .play-btn:hover {
    color: rgb(36, 255, 12);
  }
  
  /* Remove default underline from links */
  .play-btn {
    text-decoration: none;
  }

@media (max-width: 767px) {
    .hero-monitor {
        padding: 12px 12px 0;
        border-radius: 24px 24px 18px 18px;
    }

    .hero-monitor::before,
    .hero-monitor::after {
        display: none;
    }

    .hero-monitor-topbar {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        padding: 8px 10px 12px;
    }

    .hero-monitor-label {
        flex: 0 0 100%;
    }

    .hero-monitor-screen {
        padding: 42px 18px 28px;
        border-radius: 16px;
    }

    .hero-content h1 {
        font-size: 31px;
        line-height: 1.2;
        padding: 18px 20px;
    }

    p.hero {
        font-size: 15px;
        line-height: 1.6;
        padding: 16px 18px;
    }

    .hero-ticker {
        width: 100%;
        padding: 10px 0;
    }

    .hero-ticker-track span {
        font-size: 12px;
        padding: 0 26px;
        letter-spacing: 1px;
    }

    .hero-monitor-base {
        gap: 8px;
        padding: 14px 10px 16px;
    }

    .hero-monitor-vent {
        width: 38px;
    }

    .hero-monitor-badge {
        margin-left: 8px;
        font-size: 10px;
        letter-spacing: 1.4px;
        padding: 6px 10px;
    }
}
  
  /***********************************************************************************************/
  /* =About Section */
  /***********************************************************************************************/
  
  .about-hero {
    background: url('../images/hero-bg/about.jpg');
    background-size: cover;
  }
  
  .about-hero:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  #about-us-section {
    padding: 100px 0;
  }
  
  .about-studio h4, .what-do h4, .process-work h4 {
    letter-spacing: 2px;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  
  .btn-link-a {
    cursor: pointer;
    color: rgba(17, 17, 17, 0.9);
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    margin-top: 25px;
  }
  
  .btn-link-a:hover {
    color: #000;
  }
  
  #about-section {
    padding: 110px 0 120px 0!important;
  }
  
  .big-title-sec {
    text-align: center;
    padding-bottom: 100px;
  }
  
  
  .big-title-sec hr {
    border: 1.5px solid #000;
    margin: 30px auto;
    width: 80px!important;
    margin-bottom: 50px;
  }
  
  .big-title-sec .big-title {
    font-weight: 300;
    text-transform: none;
    font-size: 24px;
    color: #000;
  }
  
  .big-title-sec .big-subtitle {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1.3px;
    margin-top: 0;
    margin-bottom: 28px;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.45;
    text-transform: none;
    color: #000;
  }
  
  .big-title-sec p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.7px;
    font-weight: 300;
    color:#fff;
  }
  
  .big-title-sec .view-more {
    padding-top: 50px;
  }
  
  .big-title-sec .view-more a.btn-primary {
    margin-right: 2px;
  }
  
  .big-title-sec .view-more a.btn-primary:hover {
    opacity: .8;
    background: #fc6e51;
    border: 1px solid #fc6e51;
  }
  
  .about-box {
    text-align: center;
  }
  
  .alt-about-icon {
    padding-top: 10px;
    font-size: 44px;
    line-height: 0.9;
    color: #fc6e51;
  }
  
  .about-box h4 {
    font-weight: 600;
    letter-spacing: 1.7px;
    padding-top: 15px;
    padding-bottom: 8px;
  }
  
  /***********************************************************************************************/
  /* =Choose Section */
  /***********************************************************************************************/
  
  #choose-section .title-section, #soon-services-section .title-section {
    padding-bottom: 80px;
  }
  
  .choose-image, .soon-services-image {
    text-align: center;
  }
  
  ul.choose-list, ul.soon-list {
    list-style: none;
    padding: 0;
    padding-top: 50px;
  }
  
  ul.choose-list li, ul.soon-list li {
    margin-bottom: 30px;
  }
  
  .iconbox {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
  }
  
  .iconbox i {
    font-size: 32px;
    color: #fc6e51
  }
  
  .choose-box-content, .soon-box-content {
    margin-left: 70px;
  }
  
  .choose-box-content h6, .soon-box-content h6 {
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  
  /***********************************************************************************************/
  /* =Projects Section */
  /***********************************************************************************************/
  
  #projects-section {
    padding: 100px 0 80px 0!important;
  }
  
  #projects-section .title-section {
    padding-bottom: 80px;
  }
  
  #type-masory {
    width: 100%;
  }
  
  #projects-section #type-masory .project {
    overflow: hidden;
    margin-bottom: 30px;
  }
  
  .project-item a {
    position: relative;
    display: block;
  }
  
  .project-item a img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  
  /*Overlay projects*/
  
  .overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    background: rgba(15, 15, 15, 0.9);
    opacity: 0;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
  }
  
  .overlay .overlay-inner {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    bottom: 0;
  }
  
  .overlay .overlay-inner h3 {
    color: #F0F0F0;
    margin-bottom: 15px;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
    -webkit-transform: translateY(-30px);
       -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
         -o-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  
  .overlay .overlay-inner p {
    color: #DBDBDB;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
    -webkit-transform: translateY(30px);
       -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
         -o-transform: translateY(30px);
            transform: translateY(30px);
    margin-bottom: 15px;
  }
  
  a:hover .overlay .overlay-inner h3 {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  
  a:hover .overlay .overlay-inner p, a:hover .overlay .overlay-inner span {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  
  .overlay-inner span {
    font-size: 42px;
    color: #DBDBDB;
    font-weight: 300;
    -webkit-transition: all .7s;
       -moz-transition: all .7s;
        -ms-transition: all .7s;
         -o-transition: all .7s;
            transition: all .7s;
    -webkit-transform: translateY(30px);
       -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
         -o-transform: translateY(30px);
  }
  
  a:hover .overlay {
    opacity: 1;
  }
  
  .view-more {
    text-align: center;
    padding-top: 60px;
  }
  
  #masonry-projects-section {
    padding: 0 0 100px 0;
  }
  
  #masonry-projects-section #type-masory .project {
    padding-bottom: 30px;
  }
  
  /***********************************************************************************************/
  /* =clients section*/
  /***********************************************************************************************/
  
  .clients-bg {
    background: url('../images/clients/clients-bg.jpg') center top;
    position: relative;
    padding: 60px 0;
  }
  
  .clients-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(5,5,5,0.8);
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  
  .clients-bg .container {
    position: relative;
    z-index: 3;
  }
  
  .client {
    padding: 30px;
  }
  
  .client a {
    display: block;
  }
  
  .client a img {
    width: 100%
  }
  
  .client a:hover {
    opacity: .8;
  }
  
  /***********************************************************************************************/
  /* =Statistics Section */
  /***********************************************************************************************/
  
  #statistic-section {
    background: url('../images/temp/stats-bg.jpg') center top;
    position: relative;
    text-align: center;
    padding-top: 70px;
  }
  
  #statistic-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(5,5,5,0.8);
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  
  #statistic-section .container {
    position: relative;
    z-index: 3;
  }
  
  .statistic-percent {
    padding-bottom: 70px;
  }
  
  span.percentfactor {
    color: #fff;
    font-size: 42px;
    margin-bottom: 4px;
  }
  
  .fact p {
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
  }
  
  /***********************************************************************************************/
  /* =Team Section */
  /***********************************************************************************************/
  
  #team-section .title-section {
    margin-bottom: 80px;
  }
  
  #team-section .title-section, .team-members .magnifier-inner {
    text-align: center;
  }

  #team-section .about-subheading {
    margin: 28px 0 12px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.6px;
  }

  #team-section .col-sm-8 .title-section {
    text-align: left;
  }
  
  .member-team {
    position: relative;
    cursor: pointer;
  }
  
  .member-team img {
    width: 100%;
  }
  
  .member-team .magnifier {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
  }
  
  .member-team .magnifier:hover {
    opacity: 1;
  }
  
  .member-team .magnifier .magnifier-inner {
    position: absolute;
    width: 100%;
    top: 20%;
    padding: 0 20px;
  }
  
  .member-team .magnifier .magnifier-inner p {
    font-size: 12px;
    color: #999;
    line-height: 24px;
    margin-bottom: 40px;
  }
  
  .member-team .magnifier .magnifier-inner ul.social-icons {
    list-style-type: none;
    padding: 0;
  }
  
  .member-team .magnifier .magnifier-inner ul.social-icons li {
    display: inline-block;
    margin-left: 5px;
  }
  
  .member-team .magnifier .magnifier-inner ul.social-icons li:first-child {
    margin: 0;
  }
  
  .member-team .magnifier .magnifier-inner ul.social-icons li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  
  .member-team .magnifier .magnifier-inner ul.social-icons li a i {
      color: #8e8e8e;
  }
  
  .member-team .magnifier .magnifier-inner ul.social-icons li a:hover i {
    color: #000;
  }
  
  #about-team {
    padding: 0px 0 100px 0;
  }
  
  #about-team p, #personal-skills p {
    line-height: 26px;
  }
  
  #about-team .title-section, #personal-skills .title-section {
    text-align: left;
    padding-left: 0;
  }
  
  #about-team h3, #personal-skills h3 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.6px;
  }
  
  .p-bar {
    margin-bottom: 20px;
    border: 1px solid #fff;
    padding: 20px;
  }
  
  .progress {
    background: #fff;
    border: 1px solid #000000;
    height: 10px;
  }
  
  .progress-bar {
    background: #49c455;
    box-shadow: 0 0 10px var(--retro-accent);
  }
  
  .progress-meta {
    overflow: visible;  /* Change to visible to allow wrapping */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  h6.progress-title, h6.progress-value {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1.6px;
  }
  
  h6.progress-title {
    /* float removed */
    margin-bottom: 5px;  /* Optional: adds spacing below the title */
  }
  
  h6.progress-value {
    /* float removed */
    margin-top: 5px;  /* Optional: adds spacing above the value */
  }
  
  p.progress-subtitle {
    white-space: normal;
    word-wrap: break-word;
    margin: 5px 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }

  p.expertise-note {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
  }
  
  /***********************************************************************************************/
  /* =Call-to-action section */
  /***********************************************************************************************/
  
  #call-to-action-section {
    padding: 60px 0;
    background: #eb7a5c;
  }
  
  #call-to-action-section h2, #call-to-action-section p {
    color: #fff;
    text-align: center;
  }
  
  #call-to-action-section h2 {
    font-size: 28px;
    letter-spacing: 1.1px;
    font-weight: 300;
    color: #fff;
    margin: 20px 0;
    margin-top: 0;
  }
  
  #call-to-action-section p {
    margin: 20px 0
  }
  
  #call-to-action-section .call-action-btn {
    text-align: center;
    margin-top: 40px;
  }
  
  /***********************************************************************************************/
  /* Services*/
  /***********************************************************************************************/
  
  /* Services Section Retro Styling */
#services-section {
    background: var(--retro-dark);
    padding: 100px 0 50px 0;
}

#services-section .title-section {
    padding-bottom: 80px;
}

.service-box {
    background: var(--retro-dark);
    border: 2px solid var(--retro-accent);
    padding: 30px;
    margin: 16px 0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px var(--retro-accent);
}

.service-box h4 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    margin-top: 16px;
    margin-bottom: 20px;
    text-shadow: 0 0 5px var(--retro-accent);
}

.service-icon {
    font-size: 42px;
    color: var(--retro-accent);
    padding-bottom: 15px;
    text-shadow: 0 0 10px var(--retro-accent);
}

/* Scanning line effect */
.service-boxt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent, 
        var(--retro-accent),
        transparent
    );
    animation: scan-line 2s linear infinite;
    opacity: 0.7;
}

/* Services hero section */
.services-hero {
    background: var(--retro-dark);
    position: relative;
}

.services-hero:before {
    background: linear-gradient(
        45deg,
        rgba(0, 255, 0, 0.1),
        rgba(0, 0, 0, 0.8)
    );
}

/* Service text content */
.service-box p {
    color: var(--retro-text);
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.service-box:hover p {
    opacity: 1;
}

/* Add grid pattern to background */
.service-box.about-hero {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        var(--retro-accent) 1px, 
        transparent 1px
    ),
    linear-gradient(
        90deg,
        var(--retro-accent) 1px, 
        transparent 1px
    );
    background-size: 20px 20px;
    opacity: 0.05;
    pointer-events: none;
}

.core-expertise-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px;
    max-width: 1120px;
    margin: 38px auto 0;
}

.core-expertise-card {
    grid-column: span 2;
    background: rgba(6, 14, 6, 0.88);
    border: 2px solid var(--retro-accent);
    padding: 22px 20px 18px;
    box-shadow: 0 0 18px rgba(0, 255, 102, 0.12);
    min-height: 100%;
}

.core-expertise-card:nth-child(4) {
    grid-column: 2 / span 2;
}

.core-expertise-card:nth-child(5) {
    grid-column: 4 / span 2;
}

.core-expertise-card h4 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 0 5px var(--retro-accent);
}

.core-expertise-card p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--retro-text);
    opacity: 0.9;
}

.core-expertise-points {
    margin: 0;
}

.core-expertise-points li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
}

.core-expertise-points li:last-child {
    margin-bottom: 0;
}

.core-expertise-points i {
    color: var(--retro-accent);
    font-size: 14px;
    margin-top: 2px;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .core-expertise-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 760px;
    }

    .core-expertise-card,
    .core-expertise-card:nth-child(4),
    .core-expertise-card:nth-child(5) {
        grid-column: span 1;
    }
}

@media (max-width: 767px) {
    .core-expertise-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 28px;
    }

    .core-expertise-card,
    .core-expertise-card:nth-child(4),
    .core-expertise-card:nth-child(5) {
        grid-column: auto;
    }

    .core-expertise-card {
        padding: 18px 16px 14px;
    }

    .core-expertise-card h4 {
        font-size: 18px;
    }
}

  .team-image {
    margin-bottom: 20px;
  }
  
  .team-image img {
    width: 100%;
    height: auto;
  }

  #banner-services {
    background: url('../images/temp/stats-bg.jpg') center top;
    position: relative;
    border-bottom: 1px solid transparent;
  }
  
  #banner-services:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(5,5,5,0.8);
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  
  #banner-services .container {
    position: relative;
    z-index: 3;
  }
  
  .banner-content {
    margin: 140px 0;
  }
  
  .banner-content, .banner-content h3 {
    color: #fff;
  }
  
  .banner-content h3 {
    font-weight: 400;
    letter-spacing: 2.6px;
    font-size: 19px;
  }
  
  .banner-decription {
    font-weight: 300;
  }
  
  .banner-image {
      margin: -40px 0 0 0;
      text-align: right;
  }
  
  .banner-content a {
    letter-spacing: 1.6px;
    margin-top: 30px;
  }
  
  #action-section {
    padding: 100px 0;
    background-color: #f7f7f7;
    border-top: 1px solid #ebebeb;
  }
  
  #action-section h2 {
    padding-bottom: 25px;
    font-weight: 500;
    text-transform: capitalize;
  }
  
  #action-section .btn+.btn {
    margin-left: 20px;
  }
  
  .white-bg {
    background: #fff;
  }
  
  .dark-bg-1 {
    background: #333;
  }
  
  .work-process {
      padding: 100px 0;
  }
  
  .process {
    padding-top: 30px;
  }
  
  .process-icon span {
    font-size: 40px;
    color: #51fc98;
  }
  
  .process h5 {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    margin-top: 15px;
  }
  
  #prices-section .title-section {
    padding-bottom: 80px;
  }
  
  ul.price-table {
    list-style-type: none;
    padding: 0px;
    margin: 25px 20px;
    text-align: center;
    border: 1px solid #f1f1f1;
  }
  
  ul.price-table li {
    padding: 5px 0;
    text-transform: uppercase;
    color: #000;
  }
  
  .title-price {
    border-bottom: 1px solid #f1f1f1;;
    padding: 25px!important;
    font-weight: 500;
  }
  
  .title-price h3 {
    margin-bottom: 0;
  }
  
  .price-table .price-box {
    padding: 30px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    margin-bottom: 30px;
  }
  
  p.price {
    font-size: 38px;
    font-weight: 700;
    color: #000;
    position: relative;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  
  span.currency {
    font-size: 18px;
    vertical-align: top;
  }
  
  p.months {
    text-transform: none!important;
    color: #232323!important;
  }
  
  ul.price-table li .btn {
    margin: 30px;
  }
  
  /***********************************************************************************************/
  /* =Portfolio Page */
  /***********************************************************************************************/
  
  .portfolio-hero {
    background: url('../images/hero-bg/02.jpg');
    background-size: cover;
  }
  
  .portfolio-hero:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  #portfolio-section {
    padding: 80px 0;
  }
  
  ul.filter-list {
    padding: 60px 0 80px 0;
    list-style: none;
    text-align: center;
  }
  
  ul.filter-list li {
    display: inline-block;
    margin-right: 10px;
  }
  
  ul.filter-list li a {
    display: block;
    cursor: pointer;
    color: rgb(73, 73, 73);
    font-style: italic;
    font-size: 14px;
  }
  
  ul.filter-list li a:hover {
    color: #fc6e51;
  }
  
  ul.filter-list li a.active {
    color: #fc6e51;
  }
  
  ul.filter-list li a:after {
    content: "/";
    color: #898989;
    padding-left: 15px;
  }
  
  ul.filter-list li:last-child a:after {
      content: "";
  }
  
  .gallery-masory {
      width: 100%;
  }
  
  .portfolio-items .gallery-masory .gallery-item {
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  
  /***********************************************************************************************/
  /* =Tweet section*/
  /***********************************************************************************************/
  
  #tweet-section {
    background: url('../images/temp/tweet-bg.jpg') center top;
    position: relative;
    padding: 80px 0;
  }
  
  #tweet-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(5,5,5,0.9);
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  
  #tweet-section .container {
    position: relative;
    z-index: 3;
  }
  
  span.tweet-icon {
    display: block;
    color: #F4F4F4;
    font-size: 34px;
    margin-bottom: 24px;
    text-align: center;
  }
  
  ul.tweet-slider {
    text-align: center;
    padding: 0;
    list-style: none;
  }
  
  ul.tweet-slider h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1.3px;
  }
  
  ul.tweet-slider small {
    color: #e6e6e6;
    font-size: 99%;
  }
  
  /***********************************************************************************************/
  /* =Blog-section section */
  /***********************************************************************************************/
  
  #blog-section .title-section {
    padding-bottom: 80px;
  }
  
  .entry-image {
    margin-bottom: 23px;
  }
  
  .entry-image a {
    display: block;
  }
  
  .entry-image a:hover {
    opacity: 0.8;
  }
  
  .entry-image img {
    width: 100%;
  }
  
  .post-meta {
    padding-bottom: 8px;
  }
  
  .post-meta, .post-meta a {
    color: #aaa;
  }
  
  .post-meta a:hover {
    color: #111;
  }
  
  .post-meta p span.date:after {
    padding: 0 4px 0 8px;
    content: "|";
  }
  
  .post-meta p span.author a {
    padding-left: 2px;
  }
  
  .post-meta p span.author:after {
    padding: 0 4px 0 8px;
    content: "|";
  }
  
  h4.post-title {
    font-size: 16px;
    font-weight: 500!important;
    letter-spacing: 2.1px;
  }
  
  .post-title a {
    color: #4F4F4F;
    font-size: 16px;
  }
  
  .blog-more {
    margin-top: 20px;
  }
  
  /***********************************************************************************************/
  /* =Contact section*/
  /***********************************************************************************************/
  
  #contact-section .divider {
    display: inline-block;
  }
  
  #contact-section .title-section {
    padding-bottom: 80px;
  }
  
  .form-group .form-control.br-b {
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
  
  textarea.form-control {
    min-height: 100px;
  }
  
  #contactform .form-group #submit {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  
  .contact-info {
    text-align: center;
    border-top: 1px solid #EEEEEE;
  }
  
  .contact-info a {
    color: #4F4F4F;
    font-size: 18px;
    display: block;
    padding: 50px 0;
  }
  
  .contact-info a i {
    display: block;
    font-size: 30px;
    margin-bottom: 15px;
  }
  
  /***********************************************************************************************/
  /* =Google maps*/
  /***********************************************************************************************/
  
  #map {
    height: 100%;
    width: 100%;
  }
  
  #module-maps {
    position: relative;
    height: 400px;
    width: 100%;
  }
  
  /***********************************************************************************************/
  /* =Single-project */
  /***********************************************************************************************/
  
  #project-head-section {
    padding: 80px 0;
    position: relative;
    background: url('../images/temp/head.jpg');
  }
  
  #project-head-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(5,5,5,0.7);
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  
  #project-head-section img , .project-photo img {
    width: 100%;
  }
  
  #project-head-section .container {
    position: relative;
    z-index: 3;
  }
  
  #project-head-section h2, #project-head-section p {
    color: #fff;
    text-align: center;
  }
  
  #project-head-section h2 {
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  
  #project-head-section p {
    text-transform: uppercase;
    letter-spacing: 1.5px;
  }
  
  .bx-wrapper img {
    width: 100%;
  }
  
  .single-portfolio {
    padding-top: 80px;
  }
  
  .project-image img {
    width: 100%;
  }
  
  .project-title {
    padding: 30px 0;
    text-align: center;
  }
  
  .project-title h6 {
    text-transform: lowercase;
  }
  
  .portfolio-desc {
    padding: 50px 0 80px 0;
  }
  
  .portfolio-desc h5 {
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 13px;
  }
  
  .portfolio-desc a {
    padding-top: 10px;
    display: block
  }
  
  .portfolio-desc a:hover {
    color: #fc6e51;
    opacity: .8;
  }
  
  ul.details-list {
    padding: 0;
    list-style-type: none;
  }
  
  ul.details-list li {
    padding: 4px 0;
  }
  
  ul.details-list li strong {
    color: #000;
  }
  
  ul.details-list li:first-child {
    padding-top: 0;
  }
  
  ul.details-list li:last-child {
    border: none;
  }
  
  .item {
    padding: 5px;
  }
  
  .item .overlay .overlay-inner {
    top: 38%;
  }
  
  .item .overlay .overlay-inner p {
    margin-bottom: 4px;
  }
  
  /*--------------------
    Related Section
  ----------------------*/
  
  #related-projects {
    padding: 80px 0;
  }
  
  #related-projects .related-head h2 {
    text-align: center;
    font-weight: 300;
    letter-spacing: 1.4px;
    font-size: 26px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
  
  #related-projects .related-head h2:after {
    content: "";
    width: 80px;
    height: 0;
    border-bottom: 1px solid #eb7a5c;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  
  .owl-theme .owl-controls {
    margin-top: 40px!important;
  }
  
  /***********************************************************************************************/
  /* =Landing page*/
  /***********************************************************************************************/
  
  .landing-hero:before {
    position: relative;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .landing-hero {
    background: url('../images/galaxy.jpg');
    background-size: cover;
  }
  
  /*--------------------
    Features Section
  ----------------------*/
  
  #features-section {
    padding: 120px 0!important;
    padding-bottom: 100px!important;
  }
  
  #features-section .title-section {
    padding-bottom: 80px;
  }
  
  .features-image {
    text-align: center;
  }
  
  .choose-image {
    text-align: center;
  }
  
  ul.features-list {
    list-style: none;
    padding: 0;
    padding-top: 50px;
  }
  
  ul.features-list li {
    margin-bottom: 30px;
  }
  
  .iconbox {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
  }
  
  .iconbox i {
    font-size: 32px;
    color: #fc6e51
  }
  
  .features-box-content {
    margin-left: 70px;
  }
  
  .features-box-content h6 {
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  
  .creative-content-left, .creative-content-right {
    padding-top: 100px;
  }
  
  #creative-section-1 h2, #creative-section-2 h2, #features-app-section-1 h2, #features-app-section-2 h2 {
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 32px;
    text-transform: capitalize;
  }
  
  #creative-section-1 p, #creative-section-2 p, #features-app-section-1 p {
    line-height: 26px;
    font-size: 18px;
  }
  
  #creative-section-1 .view-more, #creative-section-2 .view-more, #features-app-section-1 .view-more, #features-app-section-2 .view-more {
    padding-top: 30px;
    text-align: left!important;
  }
  
  .img-creative-left figure, .img-creative-right figure {
    padding: 0 25px;
    text-align: center;
  }
  
  /*--------------------
    Video Gallery Section
  ----------------------*/
  
  .section-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: var(--retro-dark);
    border-bottom: 2px solid var(--retro-accent);
    box-shadow: 0 0 15px var(--retro-accent);
}

.section-header h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    color: var(--retro-text);
    text-shadow: 0 0 10px var(--retro-accent);
}

.video-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    grid-gap: 15px;
    max-width: 800px;
    padding: 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

.video-gallery .gallery-item {
    position: relative;
    width: 100%;
    height: 250px;
    background: var(--retro-dark);
    cursor: pointer;
    overflow: hidden;
    border: 2px solid var(--retro-accent);
    box-shadow: 0 0 5px var(--retro-accent);
    transition: all 0.3s ease;
}

.video-gallery .gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px var(--retro-accent);
}

.video-gallery .gallery-item img {
    position: relative;
    display: block;
    width: 115%;
    height: 300px;
    object-fit: cover;
    opacity: .5;
    transition: all 350ms ease-in-out;
    transform: translate3d(-23px, 0, 0);
}

.video-gallery .gallery-item .gallery-item-caption {
    padding: 32px;
    font-size: 1em;
    color: var(--retro-text);
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.7);
}

.video-gallery .gallery-item h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    overflow: hidden;
    padding: 12px 0;
    text-shadow: 0 0 5px var(--retro-accent);
}

.video-gallery .gallery-item p {
    letter-spacing: 1px;
    font-size: 12px;
    padding: 12px 0;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(10%, 0, 0);
    color: var(--retro-text);
}

.video-gallery .gallery-item h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    height: 1px;
    background: var(--retro-accent);
    box-shadow: 0 0 5px var(--retro-accent);
    transition: transform 0.3s;
    transform: translate3d(-100%, 0, 0);
}

/* Scanline effect */
.video-gallery .gallery-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 255, 0, 0.03),
        rgba(0, 255, 0, 0.03) 1px,
        transparent 1px,
        transparent 2px
    );
    pointer-events: none;
    z-index: 1;
}

/* Pulsing animation */
@keyframes galleryGlow {
    0% {
        box-shadow: 0 0 5px var(--retro-accent);
    }
    50% {
        box-shadow: 0 0 10px var(--retro-accent);
    }
    100% {
        box-shadow: 0 0 5px var(--retro-accent);
    }
}

.video-gallery .gallery-item {
    animation: galleryGlow 3s infinite;
}

@media screen and (max-width: 784px) {
    .video-gallery {
        width: 100%;
        padding: 15px;
    }
    .video-gallery .gallery-item {
        width: 95%;
        margin: 0 auto;
    }
}
  
  
  /*--------------------
    Video Gallery section end
  ----------------------*/
  
  /*--------------------
    Video section
  ----------------------*/
  
  #video-section {
    background: url('../images/temp/tweet-bg.jpg') center top;
    position: relative;
    padding: 100px 0;
  }
  
  #video-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #fc6e51;
    opacity: .9;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  
  #video-section .container {
    position: relative;
    z-index: 3;
  }
  
  #video-section .video-section-content a {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border: 3px solid rgba(255,255,255, .93);
    text-align: center;
    line-height: 78px;
    font-size: 28px;
    color: rgba(255,255,255, .93);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  
  #video-section .video-section-content a .fa-play {
    position: relative;
    left: 4px;
  }
  
  .video-head {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    padding-bottom: 7px;
  }
  
  .video-sub-heading {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    line-height: 1.3;
    opacity: .9;
    color: #fff;
  }
  
  /*--------------------
    Offer section
  ----------------------*/
  
  #landing-offer .title-section h2 {
    padding-bottom: 10px;
    color: var(--retro-text);
    text-shadow: 0 0 10px var(--retro-accent);
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  
  .offer-post {
    padding: 30px 0;
  }
  
  .offer-post h4 {
    margin-top: 15px;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 500;
  }
  
  .offer-icon {
    font-size: 42px;
    color: #fc6e51;
    padding-bottom: 15px;
  }
  
  /*--------------------
    Screenshots
  ----------------------*/
  
  #screenshots-section .title-section {
    padding-bottom: 80px;
  }
  
  .screenshots-carousel .shot {
    padding: 4px;
  }
  
  .screenshots-carousel .shot a.zoom {
    display: block;
  }
  
  .screenshots-carousel .shot a img {
    border-radius: 3px;
    width: 100%;
  }
  
  /*-----------------------------
  Customer Scroll and CRT SECTION
  ------------------------------*/
  
  /* Custom Scrollbar */
  ::-webkit-scrollbar {
    width: 10px;
    background: var(--retro-dark);
  }
  
  ::-webkit-scrollbar-thumb {
    background: var(--retro-accent);
    border-radius: 0;
  }
  
  /* CRT Effect */
  .crt-effect {
    position: relative;
  }
  
  .crt-effect:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.1) 0px,
      rgba(0, 0, 0, 0.1) 1px,
      transparent 1px,
      transparent 2px
    );
    pointer-events: none;
    opacity: 0.1;
  }
  
  /*--------------------
    Subscribe section
  ----------------------*/
  
  #subscribe-section {
    background: #f8f8f8;
    padding: 70px 0;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
  }
  
  .newsletter-title {
    margin-bottom: 30px;
  }
  
  .newsletter-title h4 {
    font-weight: 400;
  }
  
  .newsletter-field {
    width: 65%;
  }
  
  #subscriber-email {
    width: 100%;
  }
  
  .subscription-success, .subscription-error {
    text-align: center;
    font-weight: 400;
    margin: 20px 0 25px 0;
    font-size: 16px;
  }
  
  .subscription-success span, .subscription-error span {
    margin-bottom: 15px;
    font-size: 24px;
  }
  
  /*--------------------
    Testimonials section
  ----------------------*/
  
  #testimonials-section {
    padding: 80px 0;
    text-align: center;
  
  }
  
  ul.testimonials-slider {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  ul.testimonials-slider li img {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
    margin-bottom: 35px;
    display: inline-block;
  }
  
  ul.testimonials-slider li p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 20px;
    color: #9B9B9B;
    font-style: italic;
    letter-spacing: 1.4px;
  }
  
  .testimonials-author {
    color: #fc6e51;
  }
  
  .tc-arrows {
    margin-top: 30px;
  }
  
  .tc-arrow-left, .tc-arrow-right {
    display: inline-block;
  }
  
  .testimonials-carousel a.bx-next, .testimonials-carousel a.bx-prev {
    display: block;
    color: #fc6e51;
    width: 30px;
    height: 30px;
    border: 1px solid #fc6e51;
    text-align: center;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  .testimonials-carousel a.bx-next:hover, .testimonials-carousel a.bx-prev:hover {
    color: #fff;
    background: #fc6e51;
  }
  
  .tc-arrow-left {
    margin-right: 2px;
  }
  
  .tc-arrow-right {
    margin-left: 1px;
  }
  
  .tc-arrow-left .fa, .tc-arrow-right .fa {
    line-height: 28px;
    font-size: 21px;
    width: 28px;
    height: 28px;
    text-align: center;
  }
  
  .tc-arrow-left .fa {
    margin-left: -2px;
  }
  
  .tc-arrow-right .fa {
    margin-right: -2px;
  }
  
  #testimonials-section .bx-wrapper img {
    width: auto!important;
  }
  
  #soon-about-section .title-section {
    padding-bottom: 0;
    padding-top: 100px;
  }
  
  /***********************************************************************************************/
  /* Landing Blog */
  /***********************************************************************************************/
  
  #blog-head {
    position: relative;
    background: url('../images/temp/head.jpg') center top;
    padding: 80px 0!important;
  }
  
  #blog-head:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(5,5,5,0.7);
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  
  #blog-head .container {
    position: relative;
    z-index: 3;
  }
  
  .head-blog-title, .head-blog-subtitle {
    color: #31771b;
  }
  
  h2.head-blog-title {
    font-size: 36px;
  }
  
  .head-blog-subtitle {
    font-weight: 400;
  }
  
  .blog-post {
    margin-bottom: 80px;
  }
  
  .blog-item-body h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0 10px 0;
    line-height: 1.4;
  }
  
  .blog-entry-meta {
    margin-bottom: 10px;
  }
  
  .blog-entry-body p {
    margin-bottom: 15px;
  }
  
  .blog-entry-body ul, .blog-entry-body blockquote {
    margin: 15px 0;
  }
  
  .breadcrumb {
    background: none;
    text-align: right;
  }
  
  #blog-head .breadcrumb {
    margin: 20px 0 0 0;
  }
  
  #blog-head .breadcrumb li a {
    color: rgba(255,255,255, .8);
  }
  
  #blog-head .breadcrumb li a:hover, #blog-head .breadcrumb li a:focus, #blog-head .breadcrumb li a:visited, #blog-head .breadcrumb li a:active {
    color: rgba(255,255,255, 1);
  }
  
  #blog-head .breadcrumb>.active {
    color: #9E9E9E;
  }
  
  .img-wrapper a {
    display: block;
  }
  
  .img-wrapper a img {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
  }
  
  .blog-media .bx-wrapper .bx-viewport {
    left: 0;
  }
  
  .p-name a {
    display: block;
    color: #000;
  }
  
  .blog-entry-foot {
    margin-top: 30px;
  }
  
  /*--------------------
    Pagination
  ----------------------*/
  
  .pagination {
    margin: 0;
  }
  
  .pagination>li>a, .pagination>li>span {
    margin-right: 4px;
    border-radius: 50%;
  }
  
  .pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 50%;
  }
  
  .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover,
  .pagination>.active>a:focus, .pagination>.active>span:focus {
    background: #272B2F;
    border: 1px solid #272B2F;
  }
  
  .pagination>li>a, .pagination>li>span {
    color: #272B2F;
    border: 1px solid transparent;
  }
  
  .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    background-color: #272B2F;
    border-color: #272B2F;
    outline: 0;
    color: #fff;
  }
  
  .blog-post-foot {
    padding: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 60px;
  }
  
  .post-tag {
    margin-top: 30px;
  }
  
  .blog-post-foot a {
    color: #a2a2a2;
  }
  
  /*--------------------
    Comments section
  ----------------------*/
  
  .comments-list {
    margin: 40px 0 70px;
  }
  
  h4.comments-title {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    font-weight: 500;
    letter-spacing: 2px;
  }
  
  #comments .media {
    padding: 30px 0 15px 0;
  }
  
  .media-left, .media>.pull-left {
    padding-right: 20px;
  }
  
  .media {
    margin-top: 0;
  }
  
  .media-body p {
    line-height: 22px;
  }
  

  .media-heading a:hover {
    color: #000;
  }
  
  .comment-meta p {
    font-size: 12px;
    color: #202020;
    margin-bottom: 15px;
  }
  
  .comment-reply-link a:hover {
    color: #000;
  }
  
  #comments .media.nbm {
    padding: 40px 0 0 0;
  }
  
  #reply-title {
    color: #000;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 5px;
  }
  
  .comment-notes {
    margin-bottom: 40px;
  }
  
  .required {
    color: #fc6e51;
  }
  
  label {
    color: #000;
    font-weight: 500;
  }
  
  /*--------------------
    Sidebar
  ----------------------*/
  
  .widget {
    padding-top: 40px;
    padding-left: 10px;
  }
  
  .widget ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
  }
  
  .widget li {
    padding: 5px 0;
  }
  
  .widget h3 {
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding: 0 0 12px;
    margin: 0 0 25px
  }
  
  .widget a {
    color: #777;
  }
  
  .widget a:hover, .widget a:focus, .widget:active {
    color: #000;
  }
  
  .widget:first-child {
    padding-top: 0;
  }
  
  #search-form {
    position: relative;
  }
  
  .input-group .form-control {
    border: 1px solid #dcdcdc;
    padding: 8px 12px;
  }
  
  .btn-search {
    border: 1px solid #dcdcdc;
    padding: 7px 20px;
    font-size: 14px;
    letter-spacing: 1.5px;
    color: #A1A1A1;
    background: transparent;
  }
  
  .btn-search:hover {
    color: #333;
  }
  
  .search-input {
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 300;
  }
  
  .search-input::-moz-placeholder {
    color: #A1A1A1;
    opacity: 1;
    letter-spacing: 1.6px;
  }
  .search-input:-ms-input-placeholder {
    color: #A1A1A1;
    letter-spacing: 1.6px;
  }
  .search-input::-webkit-input-placeholder {
    color: #A1A1A1;
    letter-spacing: 1.6px;
  }
  
  /*--------------------
    About widget
  ----------------------*/
  
  .widget-about h3 {
    text-align: center;
    border-bottom: 0;
  }
  
  .about-widget-img {
    width: 150px;
    max-height: 200px;
    margin: 30px auto 0 auto;
    text-align: center;
    padding-bottom: 30px;
  }
  
  .about-widget-img img {
    border-radius: 50%;
  }
  
  .widget-about p {
    text-align: center;
  }
  
  .widget-social {
    text-align: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 20px;
  }
  
  .widget-social li {
    display: inline-block;
  }
  
  .widget-social li a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 3px 6px 3px;
    border-radius: 15px;
    background-color: #f5f5f5;
    line-height: 30px;
    text-align: center;
  }
  
  .widget-social li a:hover {
    background-color: #272B2F;
    color: #fff;
  }
  
  /*--------------------
    Tags
  ----------------------*/
  
  .tagcloud a, .post-tag a {
    display: inline-block;
    margin: 0 2px 8px 0;
    padding: 5px 7px;
    border: 1px solid #e9e9e9;
    color: #777;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  }
  
  .tagcloud a:hover, .tagcloud a:focus, .tagcloud a:active {
    text-decoration: none;
    border-color: #333;
    color: #111;
  }
  
  /*--------------------
    Recent Posts
  ----------------------*/
  
  .widget-posts-img {
    float: left;
    margin: 0 7px 0 0;
    width: 80px;
    height: 80px;
  }
  
  .widget-posts li a {
    font-size: 14px;
    display: block;
    color: #555;
    text-decoration: none;
    letter-spacing: 1.4px;
  }
  
  .widget-posts-descr {
    overflow: hidden;
    padding-left: 5px;
  }
  
  /***********************************************************************************************/
  /* =App landing page */
  /***********************************************************************************************/
  
  .app-hero {
    background: url('../images/hero-bg/app.jpg');
    background-size: cover;
  }
  
  .app-hero:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  #features-app-section-1, #features-app-section-2 {
    padding: 120px 0;
  }

  #features-app-section-2 {
    padding-top: 72px;
  }
  
  .features-app-content-right {
    padding-top: 30px;
  }
  
  #features-app-section-1 h2, #features-app-section-2 h2 {
    margin-bottom: 35px;
  }
  
  #features-app-section-1 p {
    margin-bottom: 20px;
    line-height: 29px;
    letter-spacing: 1.4px;
    font-weight: 300;
  }
  
  ul.features-app-list {
    list-style-type: none;
    padding-left: 0;
    padding-top: 10px;
  }
  
  ul.features-app-list li {
    margin-bottom: 10px;
  }
  
  #feature-app-section-2 ul.features-app-list li {
    margin-bottom: 15px!important;
  }
  
  .app-feature-icon {
    font-size: 24px;
    color: #fc6e51;
    margin-right: 20px;
  }
  
  .feature-app-box-content p {
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 10px!important;
    font-weight: 300;
  }
  
  .features-app-content-left {
    padding-top: 40px;
  }
  
  #features-app-section-2 ul.features-app-list {
    padding-top: 50px;
  }
  
  #features-app-section-2 ul.features-app-list li {
    margin-bottom: 15px;
  }
  
  #features-app-section-2 .feature-app-box-content {
    display: table;
  }
  
  #features-app-section-2 .feature-app-box-content h6 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
  
  #features-app-section-2 p {
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 1.2px;
  }
  
  #perfect-section {
    background: url('../images/temp/bg-3.jpg');
    background-size: cover;
    padding: 80px 0;
    position: relative;
  }
  
  #perfect-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  #perfect-section .container {
    position: relative;
    z-index: 3;
  }
  
  #perfect-section h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 10px;
  }
  
  #perfect-section p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    opacity: .9;
    color: #fff;
  }
  
  #perfect-section a {
    margin-top: 30px;
  }
  
  #download-section {
    position: relative;
    padding: 60px;
    background-size: cover;
    background: url('../images/temp/tweet-bg.jpg');
  }
  
  #download-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }
  
  #download-section .container {
    z-index: 3;
    position: relative;
  }
  
  #download-section .download-text {
    text-align: center;
  }
  
  .download-text h2 {
    line-height: 34px;
    font-weight: 300;
  }
  
  .download-text h2 strong {
    font-weight: 400;
    font-size: 26px;
  }
  
  .download-text h2, .download-text p {
    color: #fff!important;
  }
  
  .download-text p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
  }
  
  .download-text a {
    margin-top: 30px;
    display: inline-block;
  }
  
  ul.download {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  
  ul.download li {
    display: inline-block;
  }
  
  ul.download li a {
    display: block;
  }
  
  ul.download li a:hover, ul.download li a:focus, ul.download li a:active {
    opacity: .8;
  }
  
  ul.download li a img {
    width: 90%;
  }
  
  /***********************************************************************************************/
  /* = Coming soon page */
  /***********************************************************************************************/
  
  .soon-hero {
    background: url('../images/temp/stats-bg.jpg');
    background-size: cover;
  }
  
  .soon-hero:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .soon-hero  p {
    color: #fff;
    font-size: 14px;
  }
  
  .soon-countdown {
    color: #fff;
    margin-top: 65px;
    text-align: center;
  }
  
  .soon-countdown > * {
    text-align: center;
  }
  .soon-countdown div {
    display: inline-block;
  }
  .soon-countdown div span {
    width: 150px;
    display: block;
  }
  .soon-countdown div span:first-child {
    height: 78px;
    font-weight: 300;
    font-size: 6em;
    line-height: 64px;
  }
  .soon-countdown div span:last-child {
    height: 20px;
    font-weight: 300;
    font-size: 1.1em;
    line-height: 20px;
  }
  
  /***********************************************************************************************/
  /* =Personal page*/
  /***********************************************************************************************/
  
  .personal-hero {
    background: url('../images/hero-bg/personal.jpg');
    background-size: cover;
  }
  
  .personal-hero:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .personal-hero .hero-btn {
    margin-top: 25px;
  }
  
  .about-me {
    padding: 11% 9% 0;
  }
  
  .about-me h4 {
    padding-bottom: 20px;
    font-size: 16px;
  }
  
  .about-me h3 {
    font-size: 20px;
    line-height: 1.35;
  }
  
  .about-me p {
    margin-bottom: 30px;
    line-height: 25px;
  }
  
  .about-img img {
    width: 100%;
  }
  
  #personal-skills {
    padding: 80px 0;
  }
  
  
  #experiences-section .title-section {
    padding-bottom: 80px;
  }
  
  #experiences-section .list-experiences {
    margin-bottom: 40px;
  }
  
  #experiences-section .list-experiences .time {
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    padding-bottom: 3px;
  }
  
  #experiences-section .list-experiences .time span {
    margin-right: 10px;
  }
  
  #experiences-section .list-experiences .time span.fa {
    color: #fc6e51;
    font-size: 16px;
  }
  
  #experiences-section .list-experiences .time h4 {
    font-weight: 500;
    letter-spacing: 1.6px;
    color: #000;
  }
  
  #experiences-section .list-experiences span, #experiences-section .list-experiences h4 {
    display: inline-block;
  }
  
  /***********************************************************************************************/
  /* =Footer */
  /***********************************************************************************************/
  
  #footer-section {
    padding: 40px 0 28px;
    background: #000000;
    border-top: 1px solid #EEEEEE;
  }
  
  ul.footer-social-links {
    list-style-type: none;
    padding: 0;
  }
  
  ul.footer-social-links li {
    display: inline-block;
    margin-left: 30px;
  }
  
  ul.footer-social-links li:first-child {
    margin: 0;
  }
  
  ul.footer-social-links li a {
    font-size: 16px;
    color: var(--retro-text);
    display: block;
    text-transform: uppercase;
  }
  
  ul.footer-social-links li a:after {
    content: "";
    display: block;
    left: 0;
    right: 0;
    height: 1px;
    color: var(--retro-text);
    opacity: 0;
    -webkit-transform: translateY(5px);
       -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
         -o-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
  }
  
  ul.footer-social-links li a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  ul.footer-social-links li a.footer-icon-link {
    font-size: 28px;
    line-height: 1;
  }

  ul.footer-social-links li a.footer-icon-link:after {
    display: none;
  }
  
  p.copyright {
    padding-top: 18px;
  }
  
  /***********************************************************************************************/
  /* =Back to top */
  /***********************************************************************************************/
  
  .back-to-top {
    text-align: center;
    background: #4CAF50;
    color: #fff;
    display: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
  }
  
  .back-to-top:hover {
    opacity: 0.9;
    background: #45a049;
  }
  
  /***********************************************************************************************/
  /* Responsive Part */
  /***********************************************************************************************/
  
  @media screen and (max-width: 1200px) {
  
    #about-section .about {
      padding-top: 40px;
    }
  
  }
  
  @media screen and (max-width: 992px) {
  
    body {
      padding-top: 55px;
    }
  
    .navbar .container {
      width: 95%!important;
    }
  
    .entry-post {
      padding-bottom: 35px;
    }
  
    #type-masory {
      width: auto;
  }
  
    #about-section .about {
      padding: 90px 70px;
    }
  
    .member-team .magnifier .magnifier-inner {
      padding: 0 10px;
    }
  
    .member-team .magnifier .magnifier-inner p:last-of-type {
      display: none;
    }
    
  
    ul.price-table {
      margin-left: 0;
      margin-right: 0;
    }
  
    .banner-image {
      margin-top: 40px!important;
    }
  
    .gallery-masory {
      width: auto;
    }
  
    .contactform {
      padding: 80px 10px;
    }
  
    .portfolio-desc .col-sm-4 {
      margin-bottom: 20px;
    }
  
    .portfolio-rel figure {
      margin-bottom: 20px;
    }
  
    .form-inline .form-control, .form-inline .form-group {
      display: block;
    }
  
    .newsletter-field {
      width: 100%;
    }
  
    #subscribe-section #subscribe-button {
      display: block;
      width: 100%;
    }
  
    #blog-head {
      text-align: center!important;
    }
  
    #search-form {
      margin-top: 30px;
    }
  
    .breadcrumb {
      text-align: center;
    }
  
  }
  
  @media screen and (max-width: 768px) {
  
    .navbar .container {
      width: auto;
    }
  
    .big-title-sec .view-more a {
      margin: 5px 0;
    }
  
    .hero-content h1 {
      color: var(--retro-text);
      text-shadow: 0 0 10px var(--retro-accent);
      font-family: 'Raleway', sans-serif;
      letter-spacing: 2px;
      font-size: 38px;
    }
  
    .soon-countdown div span:first-child {
      font-size: 60px;
    }
  
    .creative-content-left {
      padding-top: 0;
    }
  
     #creative-section-1 .view-more {
      text-align: center!important;
     }
  
   #creative-section-2 .view-more {
      margin-bottom: 80px;
      text-align: center!important;
    }
  
    .about-studio, .what-do {
      padding-bottom: 35px;
    }
  
    .member-team {
      margin-bottom: 30px;
    }
  
    .member-team .magnifier .magnifier-inner {
      padding: 0 30px;
   }
  
    .member-team .magnifier .magnifier-inner p:last-of-type {
      display: block;
    }
  
    .banner-content {
      margin-top: 80px;
      margin-bottom: 60px;
      text-align: center;
    }
  
    .banner-image {
      text-align: center;
      margin-bottom: 40px;
    }
  
    .client img {
      width: 70%!important;
    }
  
    .about-me h4 a {
      margin-bottom: 30px;
    }
  
  }
  
  @media screen and (max-width: 640px) {
  
    h1, .h1 {
      font-size: 40px;
    }
  
      .hero-content h1 {
      font-size: 33px;
    }
  
    .soon-countdown div span:first-child {
      font-size: 50px;
    }
  
    p.hero {
      font-size: 14px;
      line-height: 24px;
    }
  
    .big-title-sec .big-title {
      font-size: 20px;
    }
  
    .big-title-sec .big-subtitle {
      font-size: 28px;
    }
  
    .big-title-sec p {
      font-size: 14px;
    }
  
    #action-section {
      text-align: center;
    }
  
    #action-section h2 {
      line-height: 1.4;
    }
  
    #action-section .btn+.btn {
      margin-left: 0;
      margin-top: 20px;
    }
  
    .client img {
      width: 100%!important;
    }
  
  }
  
@media screen and (max-width: 480px) {
  .back-to-top {
    visibility: hidden;
  }
}

@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .pad-sec {
    padding: 72px 0 !important;
  }

  .title-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  #team-section .title-section {
    margin-bottom: 24px;
  }

  .hero-monitor-topbar {
    gap: 10px;
  }

  .hero-monitor-status {
    width: 100%;
    text-align: center;
  }

  .hero-message {
    width: 100%;
  }

  .hero-cta .btn {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .hero-monitor-base {
    flex-wrap: wrap;
  }

  .core-expertise-points li {
    font-size: 12px;
  }

  #features-section {
    padding: 80px 0 !important;
  }

  #features-section .title-section {
    padding-bottom: 40px;
  }

  .left-features-services,
  .right-features-services {
    padding: 0 18px;
  }

  ul.features-list {
    padding-top: 0;
  }

  ul.features-list li {
    margin-bottom: 22px;
  }

  .iconbox {
    width: 42px;
    height: 42px;
  }

  .iconbox i {
    font-size: 26px;
  }

  .features-box-content {
    margin-left: 56px;
  }

  .features-box-content p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.6px;
  }

  .features-image {
    display: none;
  }

  .member-team {
    max-width: 260px;
    margin: 0 auto 30px;
  }

  #team-section .col-sm-8 .title-section {
    padding-left: 0;
    padding-right: 0;
  }

  #features-app-section-2 {
    padding: 64px 0;
  }

  #features-app-section-2 h2 {
    margin-bottom: 20px;
  }

  #features-app-section-2 ul.features-app-list {
    padding-top: 20px;
  }

  .app-feature-icon {
    margin-right: 14px;
  }

  #features-app-section-2 .feature-app-box-content h6 {
    font-size: 14px;
    letter-spacing: 1.2px;
  }

  #features-app-section-2 p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.6px;
  }

  #contact-section .title-section {
    padding-bottom: 36px;
  }

  .form-wrapper {
    padding: 0 8px;
  }

  .form-wrapper iframe {
    display: block;
    width: 100%;
    min-height: 520px;
  }

  #footer-section {
    padding: 32px 0 24px;
  }
}

@media screen and (max-width: 640px) {
  .hero-ticker {
    display: none;
  }

  .hero-monitor-screen {
    padding: 30px 16px 24px;
  }

  .hero-content h1 {
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: 1px;
    padding: 12px 10px;
  }

  p.hero {
    font-size: 14px;
    line-height: 1.6;
    padding: 12px 10px;
  }

  .big-title-sec .big-subtitle {
    font-size: 24px;
    line-height: 1.25;
  }

  .big-title-sec .big-title {
    font-size: 18px;
  }

  #features-section .col-md-3,
  #team-section .col-sm-4,
  #team-section .col-sm-8 {
    width: 100%;
    float: none;
  }

  .about-subheading {
    line-height: 1.3;
  }

  .form-wrapper iframe {
    min-height: 560px;
  }
}

@media screen and (max-width: 480px) {
  .navbar-brand,
  .logo-container img {
    max-width: 180px;
  }

  .hero-monitor {
    margin-left: -6px;
    margin-right: -6px;
    border-width: 3px;
  }

  .hero-monitor-topbar {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-monitor-badge {
    margin-left: 0;
  }

  .core-expertise-card {
    padding: 16px 14px 14px;
  }

  .left-features-services,
  .right-features-services {
    padding: 0 8px;
  }

  .features-box-content {
    margin-left: 50px;
  }

  #contact-section .title-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-wrapper {
    padding: 0;
  }

  .form-wrapper iframe {
    min-height: 620px;
  }
}
