/*
Theme Name: Rexal
Theme URI: http://www.d.commonsupport.com/rexal/
Author: template_path
Author URI: https://themeforest.net/user/template_path/
Description: This is Rexal Business Solution theme
Version: 1.9
License: copyright commercial
License URI: https://themeforest.net/user/template_path
Text Domain: rexal
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
* Tested up to: 5.8
* Requires PHP: 7.2
*/

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Hidden Sidebar
6. Main Slider
7. Home Banner
8. Page Title
9. Section Title
10. About Us
11. Services Section
12. Portfolio Section / Two / Three / Four
13. Team Section
14. Fact Counter
15. Testimonial Section
16. News Section
17. Main Footer
18. Portfolio Single
19. Blog Standard
20. Blog Detail
21. Sidebar Page Container
22. Comment Area
23. Comment Form
24. Error Page Section 
25. Contact Info Section
26. Contact Form Section

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

/*** 

====================================================================
	Fonts
====================================================================

 ***/

/*** 

====================================================================
	Reset
====================================================================

 ***/

 * {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
  }
  
  /*** 
  
  ====================================================================
      Global Settings
  ====================================================================
  
   ***/
  
  body {
    font-size: 14px;
    color: #777777;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: "Gotham-Book";
  }
  
  a {
    text-decoration: none;
    cursor: pointer;
    color: #dd0713;
  }
  
  a:hover,
  a:focus,
  a:visited {
    text-decoration: none;
    outline: none;
  }
  a:hover {
    text-decoration: none;
    outline: none;
    color: #dd0713;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    position: relative;
    font-weight: normal;
    background: none;
    margin: 0px;
    line-height: 1.6em;
    font-family: "Gotham-Medium";
  }
  
  textarea {
    overflow: hidden;
  }
  
  p {
    font-size: 14px;
    position: relative;
    line-height: 1.8em;
    margin-bottom: 25px;
    color: #777777;
  }
  
  ::-webkit-input-placeholder {
    color: inherit;
  }
  ::-moz-input-placeholder {
    color: inherit;
  }
  ::-ms-input-placeholder {
    color: inherit;
  }
  
  .auto-container {
    position: static;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
  }
  
  .large-container {
    position: static;
    max-width: 1290px;
    padding: 0px 15px;
    margin: 0 auto;
  }
  
  .medium-container {
    max-width: 850px;
  }
  
  .page-wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    min-width: 300px;
    background-position: center;
    background-repeat: repeat;
    /* background-image: url(images/icons/line.png); */
  }
  
  .page-wrapper.bg-lines {
    background-image: url(images/icons/line.png);
  }
  
  ul,
  li {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  
  .centered {
    text-align: center;
  }
  
  .theme-btn {
    display: inline-block;
    letter-spacing: 0.5px;
    font-family: "Gotham-Book";
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  
  /*Btn Style One*/
  
  .btn-style-one {
    position: relative;
    padding: 12px 35px;
    line-height: 26px;
    background: #dd0713;
    color: #ffffff;
    font-size: 14px;
    font-family: "Gotham-Medium";
    text-transform: uppercase;
    z-index: 1;
  }
  
  .btn-style-one:before {
    position: absolute;
    content: "";
    background: #000000;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
  }
  
  .btn-style-one:hover:before {
    width: 100%;
  }
  
  .btn-style-one:hover {
    color: #fff !important;
    background: #1e1e1e !important;
  }
  
  /*Btn Style Two*/
  
  .btn-style-two {
    position: relative;
    padding: 15px 35px;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    font-family: "Gotham-Medium";
    border: 1px solid #000000;
    background-color: transparent;
    text-transform: uppercase;
    z-index: 1;
  }
  .btn-style-two:before {
    position: absolute;
    content: "";
    background: #000000;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
  }
  
  .btn-style-two:hover:before {
    width: 100%;
  }
  
  .btn-style-two:hover {
    color: #ffffff;
  }
  
  /*Btn Style three*/
  .btn-style-three {
    position: relative;
    padding: 15px 35px;
    line-height: 20px;
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #cccccc;
  }
  
  .btn-style-three:hover {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
  }
  
  /*Btn Style three*/
  
  .btn-style-four {
    position: relative;
    padding: 15px 40px;
    line-height: 20px;
    background: #222222;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #222222;
  }
  
  .btn-style-four:hover {
    background: transparent;
    color: #222222;
  }
  
  /*Social Icon One*/
  
  .social-icon-one {
    position: relative;
  }
  
  .social-icon-one li {
    position: relative;
    margin-left: 10px;
    display: inline-block;
  }
  
  .social-icon-one li a {
    font-size: 14px;
    color: #111111;
  }
  
  .social-icon-one li a:hover {
    color: #1d1d1d;
  }
  
  .theme_color {
    color: #ffea00;
  }
  
  .preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 0;
    height: 0;
    z-index: 999999;
    background-color: transparent;
  }
  
  .preloader .preloader-inner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  
  .preloader .preloader-inner:before {
    content: "";
    position: fixed;
    left: 0px;
    top: 0px;
    margin-top: 0%;
    width: 100%;
    height: 50%;
    background: #ffffff;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: margin 1500ms ease;
    -ms-transition: margin 1500ms ease;
    -o-transition: margin 1500ms ease;
    -moz-transition: margin 1500ms ease;
    transition: margin 1500ms ease;
  }
  
  .preloader .preloader-inner:after {
    content: "";
    position: fixed;
    left: 0px;
    bottom: 0px;
    margin-bottom: 0%;
    width: 100%;
    height: 50%;
    background: #ffffff;
    border-top: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: margin 1500ms ease;
    -ms-transition: margin 1500ms ease;
    -o-transition: margin 1500ms ease;
    -moz-transition: margin 1500ms ease;
    transition: margin 1500ms ease;
  }
  
  .preloader.page-loaded .preloader-inner:before {
    border-color: #f84545;
    margin-top: -50%;
  }
  
  .preloader.page-loaded .preloader-inner:after {
    border-color: #f84545;
    margin-bottom: -50%;
  }
  
  .preloader .icon {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/icons/preloader.svg);
  }
  
  .preloader.page-loaded .icon {
    opacity: 0;
  }
  
  img {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  
  /*** 
  
  ====================================================================
      Scroll To Top style
  ====================================================================
  
  ***/
  
  .scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 44px;
    height: 60px;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 56px;
    border: 2px solid transparent;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 5px;
    background: #0a0a0a;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .scroll-to-top:hover {
    color: #ffffff;
    background: #dd0713;
  }
  
  /*** 
  
  ====================================================================
      Main Header style
  ====================================================================
  
  ***/
  
  .header-span {
    position: relative;
    display: block;
    height: 130px;
  }
  
  .main-header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .main-header.invisible-header {
    opacity: 0;
    visibility: hidden;
  }
  
  .main-header .inner-container {
    position: relative;
    padding: 0 70px;
  }
  
  .main-header .main-box {
    position: relative;
  }
  
  .main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0px;
    z-index: 13;
    padding: 27px 0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 200px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .main-header .btn-outer {
    position: relative;
    float: right;
    margin-left: 50px;
    margin-top: 43px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .fixed-header .btn-outer,
  .scroller-header .btn-outer {
    margin-top: 13px;
  }
  
  .nav-toggler {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    margin-right: 53px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  
  .info-nav-btn .nav-toggler {
    margin-right: 0px;
  }
  
  .nav-toggler p {
    position: absolute;
    right: -53px;
    top: -2px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    color: #222222;
  }
  
  .info-nav-btn .nav-toggler p {
    display: none;
  }
  
  .nav-toggler span {
    display: block;
    position: absolute;
    width: 18px;
    border-bottom: 2px solid #000000;
    border-radius: 9px;
    opacity: 1;
    right: 0;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  
  .light-version .nav-toggler span {
    border-bottom-color: #ffffff;
  }
  
  .nav-toggler span:nth-child(1) {
    top: 14px;
  }
  
  .nav-toggler span:nth-child(2) {
    top: 21px;
    width: 30px;
  }
  
  .nav-toggler span:nth-child(3) {
    top: 28px;
    width: 25px;
  }
  
  .nav-toggler.open span:nth-child(1) {
    width: 20px;
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  .nav-toggler.open span:nth-child(2) {
    opacity: 0;
  }
  
  .nav-toggler.open span:nth-child(3) {
    width: 20px;
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  
  .main-header .nav-outer {
    position: relative;
    float: right;
  }
  
  .main-menu {
    position: relative;
    font-family: "Gotham-Book";
    float: left;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .main-menu .navbar-collapse {
    padding: 0px;
  }
  
  .main-menu .navigation {
    position: relative;
    margin: 0px;
  }
  
  .main-menu .navigation > li {
    position: relative;
    display: inline-block;
    padding: 10px 0px;
    margin-left: 50px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .fixed-header .main-menu .navigation > li,
  .scroller-header .main-menu .navigation > li {
    padding: 0px;
  }
  
  .main-menu .navigation > li > a {
    position: relative;
    display: block;
    padding: 25px 0px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  
  .light-version .main-menu .navigation > li > a {
    color: #ffffff;
  }
  
  .main-menu .navigation > li:hover > a,
  .main-menu .navigation > li.current > a {
    opacity: 1;
  }
  
  .main-menu .navigation > li > a:before {
    position: absolute;
    left: 0;
    bottom: 25px;
    height: 1px;
    width: 0%;
    background-color: #222222;
    content: "";
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  
  .light-version .main-menu .navigation > li > a:before {
    background: #ffffff;
  }
  
  .main-menu .navigation > li:hover > a:before,
  .main-menu .navigation > li.current > a:before {
    width: 120%;
  }
  
  .fixed-header .main-menu .navigation > li > a:before,
  .scroller-header .main-menu .navigation > li > a:before {
    display: none;
  }
  
  .fixed-header .main-menu .navigation > li:hover > a,
  .fixed-header .main-menu .navigation > li.current > a,
  .scroller-header .main-menu .navigation > li:hover > a,
  .scroller-header .main-menu .navigation > li.current > a {
    text-decoration: underline;
  }
  
  .main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    padding: 0px;
    background: #fefefe;
    border-top: 2px solid #151515;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
      -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
      -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
      -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
      -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
      -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  }
  
  .main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
  }
  
  .main-menu .navigation > li > ul > li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  
  .main-menu .navigation > li:hover > ul > li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  .main-menu .navigation > li > ul > li:nth-child(2n + 1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  
  .main-menu .navigation > li > ul > li:nth-child(2n + 2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  
  .main-menu .navigation > li > ul > li:nth-child(2n + 3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  
  .main-menu .navigation > li > ul > li:nth-child(2n + 4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  
  .main-menu .navigation > li > ul > li:nth-child(2n + 5) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  
  .main-menu .navigation > li > ul > li:nth-child(2n + 6) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  
  .main-menu .navigation > li > ul > li:nth-child(2n + 7) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  
  .main-menu .navigation > li > ul > li:nth-child(2n + 8) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
  
  .main-menu .navigation > li > ul > li:nth-child(2n + 9) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  
  .main-menu .navigation > li > ul > li:nth-child(2n + 10) {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
  }
  
  .main-menu .navigation > li > ul > li:nth-child(2n + 11) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  
  .main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
  }
  
  .main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 9px 20px;
    line-height: 24px;
    font-weight: 500;
    font-size: 13px;
    color: #151515;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  
  .main-menu .navigation > li > ul > li:hover > a {
    color: #ffffff;
    background: #151515;
  }
  
  .main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 9px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
  }
  
  .main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 220px;
    z-index: 100;
    display: none;
    padding: 0px;
    background: #ffffff;
    border-top: 2px solid #151515;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
      -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
      -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
      -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
      -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
      -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  }
  
  .main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0px;
  }
  
  .main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  
  .main-menu .navigation > li > ul > li:hover > ul > li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  .main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  
  .main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  
  .main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  
  .main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 4) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  
  .main-menu .navigation > li > ul > li > ul > li:nth-child(2n + 5) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  
  .main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
  }
  
  .main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 9px 20px;
    line-height: 24px;
    font-weight: 500;
    font-size: 13px;
    color: #151515;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  
  .main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #ffffff;
    background: #151515;
  }
  
  .main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 9px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
  }
  
  .main-menu .navigation > li.dropdown:hover > ul,
  .main-menu .navigation > li.dropdown:hover > .mega-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 99%;
    margin: 0px;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  
  .main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
    margin: 0px;
    filter: alpha(opacity=100);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  
  .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    border: 1px solid #ffffff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
  }
  
  /*===============================
          Fixed Header
  ===============================*/
  .main-header.fixed-header,
  .main-header.scroller-header {
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .light-version.fixed-header {
    background-color: #505050;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  }
  
  .main-header.fixed-header .main-box .logo-box,
  .scroller-header .main-box .logo-box {
    padding: 20px 0;
  }
  
  .main-header.fixed-header .main-menu .navigation > li,
  .scroller-header .main-menu .navigation > li {
    padding: 0;
  }
  
  /*===============================
          Header style two 
  ===============================*/
  .header-style-two .nav-outer {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 70px;
    width: 100%;
    text-align: center;
  }
  
  .header-style-two .main-menu {
    float: none;
    display: inline-block;
  }
  
  .header-style-two .nav-toggler p {
    display: none;
  }
  
  /*===============================
          Header style Three 
  ===============================*/
  .header-style-three {
    background-color: #ffffff;
  }
  
  .header-style-three .nav-toggler {
    margin-right: 0;
  }
  
  .header-style-three .nav-toggler p {
    display: none;
  }
  
  /*** 
  
  ====================================================================
      Hidden Sidebar style
  ====================================================================
  
  ***/
  
  .hidden-bar {
    position: fixed;
    top: 0;
    width: 320px;
    height: 100%;
    background: #1c1c1c;
    z-index: 999999;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
  }
  
  .hidden-bar .mCSB_inside > .mCSB_container {
    margin-right: 0px;
  }
  
  .hidden-bar.right-align {
    right: -400px;
  }
  
  .hidden-bar.right-align.visible-sidebar {
    right: 0px;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
  }
  
  .hidden-bar .hidden-bar-closer {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: none;
    color: #ffffff;
    border-radius: 0px;
    text-align: center;
    line-height: 40px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    z-index: 999999;
  }
  
  .hidden-bar .hidden-bar-closer button {
    background: none;
    display: block;
    font-size: 16px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  
  .hidden-bar .hidden-bar-closer:hover button {
    color: #ffffff;
  }
  
  .hidden-bar-wrapper {
    height: 100%;
    padding: 40px 5px 30px 30px;
  }
  
  .hidden-bar .logo {
    padding: 0px 0px 30px;
    background: #1c1c1c;
  }
  
  .hidden-bar .logo img {
    display: inline-block;
    max-width: 100%;
    max-height: 40px;
  }
  
  .hidden-bar .content-box {
    position: relative;
    padding-right: 32px;
  }
  
  .hidden-bar .content-box .theme-btn {
    display: block;
    text-align: center;
    padding: 8px 35px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Gotham-Medium";
    text-transform: uppercase;
    border-radius: 0;
  }
  
  .hidden-bar .content-box h2 {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    font-family: "Gotham-Medium";
    margin-bottom: 20px;
  }
  
  .hidden-bar .content-box .text {
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 25px;
  }
  
  .hidden-bar .content-box .btn-style-one:hover {
    background: #ffffff;
    color: #212121;
    border-color: #ffffff;
  }
  
  .hidden-bar .contact-info {
    position: relative;
    margin-top: 60px;
  }
  
  .hidden-bar .contact-info h2 {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    font-family: "Gotham-Medium";
    margin-bottom: 20px;
  }
  
  .hidden-bar .contact-info li {
    position: relative;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 400;
    padding-left: 30px;
    line-height: 2em;
  }
  
  .hidden-bar .contact-info li a {
    color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .hidden-bar .contact-info li a:hover {
    color: #ffea00;
  }
  
  .hidden-bar .contact-info li .icon {
    position: absolute;
    left: 0px;
    top: 4px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    line-height: 1.2em;
  }
  
  /*** 
  
  ====================================================================
      Main Slider style
  ====================================================================
  
  ***/
  
  .home-slider-one {
    position: relative;
    z-index: 10;
  }
  
  .home-slider-one .slide-item {
    position: relative;
    padding: 350px 0px 280px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .home-slider-one .auto-container {
    max-width: 1300px;
  }
  
  .home-slider-one .content-box {
    position: relative;
    max-width: 640px;
  }
  
  .home-slider-one .content-box .shape {
    position: absolute;
    top: 50px;
    right: -140px;
    width: 384px;
    height: 110px;
    display: block;
    background: url(images/main-slider/yellow-shape.png) center center no-repeat;
  }
  
  .home-slider-one .title {
    position: relative;
    font-size: 16px;
    color: #222222;
    font-weight: 300;
    line-height: 1.2em;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Gotham-Light";
    margin-bottom: 15px;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  
  .home-slider-one .active .title {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  
  .home-slider-one h2 {
    display: block;
    font-size: 46px;
    line-height: 1.1em;
    color: #222222;
    font-weight: 500;
    font-family: "Gotham-Medium";
    letter-spacing: -3px;
    margin-bottom: 35px;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  
  .home-slider-one .active h2 {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 1000ms ease 700ms;
    -moz-transition: all 1000ms ease 700ms;
    -ms-transition: all 1000ms ease 700ms;
    -o-transition: all 1000ms ease 700ms;
    transition: all 1000ms ease 700ms;
  }
  
  .home-slider-one .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #666666;
  }
  
  .home-slider-one .link-box {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  
  .home-slider-one .active .link-box {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 1000ms ease 1200ms;
    -moz-transition: all 1000ms ease 1200ms;
    -ms-transition: all 1000ms ease 1200ms;
    -o-transition: all 1000ms ease 1200ms;
    transition: all 1000ms ease 1200ms;
  }
  
  .home-slider-one .theme-btn {
    line-height: 20px;
    padding: 16px 35px;
    border-radius: 0;
  }
  
  .home-slider-one .owl-nav .owl-prev {
    position: absolute;
    left: 30px;
    width: 50px;
    top: 50%;
    margin-top: -20px;
    height: 40px;
  }
  
  .home-slider-one .owl-nav .owl-next {
    position: absolute;
    right: 30px;
    width: 50px;
    top: 50%;
    margin-top: -20px;
    height: 40px;
  }
  
  .home-slider-one .owl-nav .owl-prev span,
  .home-slider-one .owl-nav .owl-next span {
    position: relative;
    top: 11px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 500ms ease;
  }
  
  .home-slider-one .owl-nav .owl-prev span:hover,
  .home-slider-one .owl-nav .owl-next span:hover {
    transform: rotate(360deg);
  }
  
  .home-slider-one .owl-dots {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 36px;
    display: block;
    text-align: right;
    counter-reset: count;
    border-left: 1px solid #222222;
  }
  
  .home-slider-one .owl-dots .owl-dot {
    position: relative;
    display: block;
    width: 35px;
    height: 36px;
    line-height: 40px;
    background-color: transparent;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .home-slider-one .owl-dots .owl-dot:before {
    position: relative;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: right;
    font-size: 12px;
    color: #dd0713;
    font-weight: 300;
    border-left: 1px solid #222222;
    opacity: 0;
    counter-increment: count;
    content: "0" counter(count);
    font-family: "Gotham-Medium";
  }
  
  .home-slider-one .owl-dots .owl-dot.active:before {
    opacity: 1;
  }
  
  /*** 
  
  ====================================================================
                  Homne Banner
  ====================================================================
  
  ***/
  
  .home-banner {
    position: relative;
    padding-left: 350px;
  }
  
  .home-banner .inner-container {
    position: relative;
    padding: 90px 90px;
  }
  
  .banner-carousel {
    position: relative;
    display: block;
    z-index: 9;
    padding-bottom: 80px;
  }
  
  .banner-carousel .slide-item {
    position: relative;
  }
  
  .banner-carousel .slide-item .image-box {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  
  .banner-carousel .active .slide-item .image-box {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  
  .banner-carousel .slide-item .image-box img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .banner-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    counter-reset: count;
  }
  
  .banner-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    left: 0;
    width: 40px;
    border-bottom: 1px solid #222222;
    padding-top: 50px;
    background-color: transparent;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .banner-carousel .owl-dots .owl-dot:before {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0px;
    width: 40px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    color: #222222;
    font-weight: 300;
    border-bottom: 1px solid #222222;
    opacity: 0;
    counter-increment: count;
    content: "0" counter(count);
    font-family: "Gotham-Book";
  }
  
  .banner-carousel .owl-dots .owl-dot.active {
  }
  
  .banner-carousel .owl-dots .owl-dot.active:before {
    opacity: 1;
  }
  
  .banner-carousel .owl-nav {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    height: 0px;
    margin-top: -20px;
    z-index: 99;
  }
  
  .arrow-left-2,
  .arrow-right-2 {
    position: relative;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    display: block;
    width: 53px;
    background-image: url(images/icons/arrow-left-2.png);
    background-position: left center;
    background-repeat: no-repeat;
    content: "";
  }
  
  .arrow-right-2 {
    left: auto;
    right: 0;
    background-image: url(images/icons/arrow-right-2.png);
    background-position: right center;
  }
  
  .banner-carousel .owl-prev,
  .banner-carousel .owl-next {
    position: absolute;
    display: inline-block;
    left: -30px;
    bottom: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .banner-carousel .owl-next {
    left: auto;
    right: -30px;
  }
  
  /*** 
  
  ====================================================================
                  Homne Banner Two
  ====================================================================
  
  ***/
  
  .home-banner-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .home-banner-two .inner-container {
    position: relative;
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
  }
  
  .home-banner-two .banner-carousel-two {
    position: relative;
  }
  
  .banner-carousel-two .slide-item {
    position: relative;
    padding: 230px 0px 170px;
  }
  
  .banner-carousel-two .inner-box {
    position: relative;
  }
  
  .banner-carousel-two .content-box {
    position: relative;
    float: left;
    width: 50%;
  }
  
  .banner-carousel-two .content-box .inner-box {
    position: relative;
    padding-top: 100px;
  }
  
  .banner-carousel-two .image-box {
    position: relative;
    float: right;
    width: 50%;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  
  .banner-carousel-two .active .image-box {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  
  .banner-carousel-two .image-box .image {
    position: relative;
    margin-left: -15px;
  }
  
  .banner-carousel-two .title {
    position: relative;
    font-size: 16px;
    color: #222222;
    font-weight: 300;
    line-height: 1.2em;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Gotham-Light";
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  
  .banner-carousel-two .active .title {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  
  .banner-carousel-two h2 {
    display: block;
    font-size: 46px;
    line-height: 1em;
    color: #222222;
    font-weight: 500;
    font-family: "Gotham-Medium";
    letter-spacing: -3px;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  
  .banner-carousel-two .active h2 {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  
  .banner-carousel-two .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #666666;
    margin-bottom: 50px;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  
  .banner-carousel-two .active .text {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 1000ms ease 700ms;
    -moz-transition: all 1000ms ease 700ms;
    -ms-transition: all 1000ms ease 700ms;
    -o-transition: all 1000ms ease 700ms;
    transition: all 1000ms ease 700ms;
  }
  
  .banner-carousel-two .btn-box {
    position: relative;
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  
  .banner-carousel-two .active .btn-box {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 1000ms ease 1200ms;
    -moz-transition: all 1000ms ease 1200ms;
    -ms-transition: all 1000ms ease 1200ms;
    -o-transition: all 1000ms ease 1200ms;
    transition: all 1000ms ease 1200ms;
  }
  
  .banner-carousel-two .btn-box:before {
    position: absolute;
    right: -40px;
    top: 5px;
    height: 58px;
    width: 214px;
    background-image: url(images/icons/brush-2.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: -1;
  }
  
  .banner-carousel-two .theme-btn {
    line-height: 20px;
    padding: 16px 35px;
    border-radius: 0;
  }
  
  .home-banner-two .social-links {
    position: absolute;
    left: 50px;
    bottom: 30px;
  }
  
  .home-banner-two .social-links li {
    display: block;
    font-size: 16px;
    color: #222222;
    margin-bottom: 30px;
  }
  
  .banner-carousel-two .owl-dots {
    position: absolute;
    bottom: 50px;
    right: -150px;
    width: 36px;
    display: block;
    text-align: right;
    counter-reset: count;
  }
  
  .banner-carousel-two .owl-dots .owl-dot {
    position: relative;
    right: 0px;
    display: block;
    border-left: 1px solid #222222;
    width: 35px;
    height: 36px;
    line-height: 36px;
    background-color: transparent;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .banner-carousel-two .owl-dots .owl-dot:before {
    position: relative;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: right;
    font-size: 12px;
    color: #222222;
    font-weight: 300;
    opacity: 0;
    counter-increment: count;
    content: "0" counter(count);
    font-family: "Gotham-Medium";
  }
  
  .banner-carousel-two .owl-dots .owl-dot.active {
    border-left-width: 2px;
  }
  
  .banner-carousel-two .owl-dots .owl-dot.active:before {
    opacity: 1;
  }
  
  .banner-carousel-two .owl-nav {
    display: block;
    position: absolute;
    right: 7.5px;
    width: 50%;
    bottom: 220px;
    z-index: 99;
  }
  
  .banner-carousel-two .owl-prev,
  .banner-carousel-two .owl-next {
    position: absolute;
    display: inline-block;
    left: -30px;
    bottom: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .banner-carousel-two .owl-next {
    left: auto;
    right: -30px;
  }
  
  /*** 
  
  ====================================================================
                  Homne Banner Three
  ====================================================================
  
  ***/
  
  .home-banner-three {
    position: relative;
    padding: 130px 0 100px;
  }
  
  .home-banner-three .banner-carousel-three {
    position: relative;
    padding-right: 100px;
  }
  
  .home-banner-three .slide-item {
    position: relative;
  }
  
  .home-banner-three .outer-box {
    position: relative;
  }
  
  .home-banner-three .content-column {
    position: absolute;
    float: left;
    width: 55%;
    right: 0px;
    top: 0px;
    height: 100%;
  }
  
  .home-banner-three .inner-column {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-width: 850px;
    display: table;
    vertical-align: middle;
    padding: 15px 15px;
  }
  
  .home-banner-three .content-column .content {
    position: relative;
    max-width: 850px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
  }
  
  .home-banner-three .content-column .content-inner {
    max-width: 700px;
    margin: 0 auto;
  }
  
  .home-banner-three .content-column h2 {
    position: relative;
    font-size: 46px;
    color: #222222;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: -2px;
    margin-bottom: 40px;
    font-family: "Gotham-Medium";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .home-banner-three .active .content-column h2 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  
  .home-banner-three .content-column h2 a {
    color: #222222;
  }
  
  .home-banner-three .content-column .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    font-weight: 300;
    font-family: "Gotham-Light";
    margin-bottom: 50px;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .home-banner-three .active .content-column .text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  
  .home-banner-three .content-column .btn-box {
    position: relative;
    display: inline-block;
  }
  
  .home-banner-three .content-column .btn-box:before {
    position: absolute;
    right: -40px;
    top: 5px;
    height: 58px;
    width: 214px;
    background-image: url(images/icons/brush-2.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: -1;
  }
  
  .home-banner-three .outer-box .image-column {
    position: relative;
    width: 45%;
    float: left;
  }
  
  .feature-block .inner-box:hover .icon-box {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  
  .home-banner-three .image-column .image {
    position: relative;
    opacity: 0;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  .home-banner-three .active .image-column .image {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  
  .home-banner-three .social-links {
    position: absolute;
    right: 60px;
    bottom: 63px;
  }
  
  .home-banner-three .social-links li {
    display: block;
    font-size: 16px;
    color: #222222;
    margin-bottom: 37px;
  }
  
  .banner-carousel-three .owl-dots {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    display: inline-block;
    counter-reset: count;
  }
  
  .banner-carousel-three .owl-dots .owl-dot {
    position: relative;
    display: block;
    left: 0;
    width: 50px;
    border-left: 1px solid #222222;
    padding-top: 40px;
    background-color: transparent;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .banner-carousel-three .owl-dots .owl-dot:before {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0px;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #222222;
    font-weight: 400;
    border-left: 1px solid #222222;
    opacity: 0;
    counter-increment: count;
    content: "0" counter(count);
  }
  
  .banner-carousel-three .owl-dots .owl-dot.active:before {
    opacity: 1;
  }
  
  .banner-carousel-three .owl-nav {
    display: none;
  }
  
  /*** 
  
  ====================================================================
      Split Scroll
  ====================================================================
  
  ***/
  
  body.multi-scroll .fixed-social-links {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 30px;
    text-align: center;
  }
  
  body.multi-scroll .fixed-social-links li {
    display: block;
    font-size: 16px;
    color: #222222;
    margin-bottom: 20px;
  }
  
  body.multi-scroll .fixed-social-links li a {
    position: relative;
    display: block;
    color: #222222;
  }
  
  .scroller-section .ms-section {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .split-section-one {
    position: relative;
  }
  
  .split-section-one .inner-box {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 30px;
  }
  
  .ms-left .split-section-one .inner-box {
    float: right;
    padding-right: 80px;
  }
  
  .ms-right .split-section-one .inner-box {
    float: left;
    padding-left: 80px;
  }
  
  .split-section-one h2 {
    position: relative;
    font-size: 42px;
    color: #222222;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: -2px;
    margin-bottom: 30px;
    font-family: "Gotham-Medium";
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .split-section-one h2 a {
    color: #222222;
  }
  
  .split-section-one .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    font-weight: 300;
    font-family: "Gotham-Light";
    margin-bottom: 50px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .split-section-one .btn-box {
    position: relative;
    display: inline-block;
  }
  
  .split-section-one .btn-box:before {
    position: absolute;
    right: -40px;
    top: 5px;
    height: 58px;
    width: 214px;
    background-image: url(images/icons/brush-2.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: -1;
  }
  
  #multiscroll-nav {
    counter-reset: section;
    list-style-type: none;
    width: 42px;
    text-align: right;
    right: 12px;
  }
  
  #multiscroll-nav li {
    position: relative;
    width: 36px;
    height: 36px;
    margin: 0px !important;
    padding: 0px !important;
  }
  
  #multiscroll-nav li span {
    display: none;
  }
  
  #multiscroll-nav li::before {
    position: relative;
    counter-increment: section;
    line-height: 36px;
    content: "0" counters(section, ".");
  }
  
  .project-section .outer-container .owl-dots .owl-dot:hover,
  .project-section .outer-container .owl-dots .owl-dot.active {
    color: #d5ac63;
  }
  
  #multiscroll-nav li a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 36px;
    height: 36px;
    display: block;
    line-height: 38px;
    border-left: 1px solid #dd0713;
    text-align: right;
    margin: 0px;
    padding: 0px;
  }
  
  #multiscroll-nav li a.active {
    border-left-width: 2px;
  }
  
  /*** 
  
  ====================================================================
                      Page Title
  ====================================================================
  
  ***/
  
  .page-title {
    position: relative;
    padding: 150px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
  }
  
  .page-title h1 {
    position: relative;
    display: inline-block;
    font-size: 46px;
    line-height: 50px;
    font-weight: 500;
    color: #222222;
    letter-spacing: -2px;
    z-index: 1;
    font-family: "Gotham-Medium";
  }
  
  /*=== Style Two ===*/
  
  .page-title.style-two {
    padding: 180px 0 150px;
    background-position: center top;
    background-color: #f7f7f7;
  }
  
  .icon-1 {
    height: 46px;
    width: 47px;
    background-image: url(images/icons/icon-1.png);
  }
  
  .icon-2 {
    width: 89px;
    height: 60px;
    background-image: url(images/icons/icon-2.png);
  }
  
  .icon-flower {
    height: 263px;
    width: 360px;
    background-image: url(images/icons/icon-flower.png);
  }
  
  .page-title .icon-1 {
    left: -35px;
    bottom: 0;
  }
  
  .page-title .icon-2 {
    left: 19px;
    bottom: 0;
  }
  
  .page-title .icon-flower {
    right: -360px;
    bottom: 0;
  }
  
  /*=== Style Three ===*/
  .page-title.style-three {
    position: relative;
    padding: 100px 0;
    background-color: #f7f7f7;
    overflow: hidden;
  }
  
  .page-title.style-three h1:before {
    position: absolute;
    right: -100px;
    bottom: -30px;
    height: 104px;
    width: 384px;
    background-image: url(images/icons/brush-3.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: -1;
  }
  
  .page-title.style-three .icon-flower {
    right: -360px;
    bottom: -30px;
  }
  
  /*** 
  
  ====================================================================
                      Section Title Style
  ====================================================================
  
  ***/
  
  .sec-title {
    position: relative;
    margin-bottom: 50px;
  }
  
  .sec-title:before {
    position: absolute;
    left: -60px;
    top: -35px;
    height: 250px;
    width: 200px;
    background-image: url(images/icons/dots.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: inline-block;
  }
  
  .sec-title .title {
    position: relative;
    display: block;
    font-size: 16px;
    color: #010101;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-family: "Gotham-Book";
    font-weight: 500;
  }
  
  .sec-title h2 {
    position: relative;
    display: inline-block;
    font-size: 46px;
    line-height: 1em;
    color: #222222;
    font-weight: 400;
    letter-spacing: -3px;
    z-index: 1;
  }
  
  .sec-title h2 span {
    display: block;
    padding-right: 200px;
  }
  
  .sec-title h2 span:nth-child(2) {
    padding-left: 200px;
    padding-right: 0;
    display: block;
  }
  
  .sec-title.text-center:before {
    left: 50%;
    margin-left: -100px;
  }
  
  .sec-title-two {
    position: relative;
    margin-bottom: 150px;
    z-index: 5;
  }
  
  .sec-title-two h2 {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 1em;
    color: #222222;
    font-weight: 500;
    letter-spacing: -3px;
    font-family: "Gotham-Medium";
  }
  
  .sec-title-two h2:before {
    position: absolute;
    height: 58px;
    width: 214px;
    left: -60px;
    top: 20px;
    background-image: url(images/icons/brush-2.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: -1;
  }
  
  .sec-title-two .title {
    position: relative;
    display: block;
    font-size: 16px;
    color: #222222;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 8px;
  }
  
  .heading-box {
    position: relative;
  }
  
  .heading-box .sec-title-two {
    position: relative;
  }
  
  .heading-box .top-image .image {
    position: absolute;
    right: -60px;
    top: -230px;
  }
  
  /*** 
  
  ====================================================================
              Services section
  ====================================================================
  
  ***/
  
  .services-section {
    position: relative;
    padding: 120px 0 50px;
    counter-reset: count;
  }
  
  .services-section.alternate {
    padding: 150px 0 80px;
  }
  
  .services-section .sec-title {
    margin-bottom: 150px;
  }
  
  .services-section .sec-title h2:before {
    right: -20px;
    bottom: -25px;
  }
  
  .service-block {
    position: relative;
    margin-bottom: 50px;
  }
  
  .service-block .inner-box {
    position: relative;
    text-align: center;
    padding: 0 15px;
  }
  
  .service-block .inner-box::before {
    position: absolute;
    left: 25px;
    top: -20px;
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 200;
    color: #eeeeee;
    counter-increment: count;
    content: "0" counter(count);
    font-family: "Gotham-Book";
  }
  
  .service-block .icon-box {
    position: relative;
    font-size: 24px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 30px;
  }
  
  .service-block h4 {
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Gotham-Bold";
  }
  
  .service-block h4 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .service-block h4 a:hover {
    text-decoration: underline;
  }
  
  .service-block .text {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    font-weight: 400;
  }
  
  /***
  
  ====================================================================
                       Fact Counter
  =====================================================================
  
  ***/
  
  .fun-fact-section {
    position: relative;
  }
  
  .fun-fact-section.alternate {
    padding-bottom: 30px;
  }
  
  .fun-fact-section .inner-container {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
  }
  
  .fun-fact-section .count-box {
    position: relative;
    margin-bottom: 30px;
  }
  
  .fun-fact-section .count-box .count-outer {
    padding: 35px 0;
    position: relative;
    text-align: center;
  }
  
  .fun-fact-section .count-box .count-text {
    position: relative;
    display: block;
    font-size: 60px;
    color: #000000;
    font-weight: 200;
    line-height: 1.2em;
    font-family: "Gotham-Thin";
  }
  
  .fun-fact-section .count-box .counter-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    line-height: 1.2em;
  }
  
  .fun-fact-section .count-box:nth-child(even) .counter-title {
    top: auto;
    bottom: 0;
  }
  
  /*** 
  
  ====================================================================
              Portfolio section
  ====================================================================
  
  ***/
  
  .portfolio-section {
    position: relative;
    padding: 165px 0 60px;
  }
  
  .portfolio-section .sec-title h2:before {
    right: -110px;
    bottom: -20px;
  }
  
  .anim-icons {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
  
  .anim-icons .icon {
    position: absolute;
    background-repeat: no-repeat;
  }
  
  .anim-icon-1 {
    height: 221px;
    width: 148px;
    background-image: url(images/icons/anim-icon-1.png);
  }
  
  .anim-icon-2 {
    height: 52px;
    width: 132px;
    background-image: url(images/icons/anim-icon-2.png);
  }
  
  .portfolio-section .anim-icon-1 {
    left: -240px;
    top: 100px;
  }
  
  .portfolio-section .anim-icon-2 {
    left: 55px;
    bottom: 0;
  }
  
  .portfolio-section .inner-container {
    position: relative;
    max-width: 1190px;
    padding: 0 15px;
    margin: 0 auto;
  }
  
  .portfolio-section .sec-title {
    margin-bottom: 100px;
  }
  
  .portfolio-section .masonry-items-container {
    position: relative;
    margin: 0 -15px;
  }
  
  .masonry-item.width-70 {
    width: 70%;
  }
  
  .masonry-item.width-60 {
    width: 60%;
  }
  
  .masonry-item.width-50 {
    width: 50%;
  }
  
  .masonry-item.width-40 {
    width: 40%;
  }
  
  .masonry-item.width-30 {
    width: 30%;
  }
  
  .masonry-item.width-25 {
    width: 25%;
  }
  
  .masonry-item.width-20 {
    width: 20%;
  }
  
  .masonry-item.width-10 {
    width: 10%;
  }
  
  .portfolio-section-three .masonry-item.width-40 {
    width: 40%;
  }
  
  .portfolio-section-three .masonry-item.width-30 {
    width: 30%;
  }
  
  .portfolio-section .masonry-item {
    position: relative;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  
  .portfolio-item {
    position: relative;
    display: block;
  }
  
  .portfolio-item .image-box {
    position: relative;
    text-align: center;
    overflow: hidden;
  }
  
  .portfolio-item .image-box img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 3000ms ease;
  }
  
  .portfolio-item .image-box:hover img {
    transform: scale(1.4);
  }
  
  .portfolio-item .caption-box {
    position: absolute;
    left: -100%;
    bottom: 0;
    height: auto;
    padding: 30px 45px;
    min-width: 260px;
    max-width: 100%;
    overflow: hidden;
    text-align: left;
    background-color: #dd0713;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .portfolio-item .image-box:hover .caption-box {
    left: 0%;
  }
  
  .portfolio-item .caption-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Gotham-Light";
  }
  
  .portfolio-item .caption-box h3 a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .portfolio-item .caption-box h3 a:hover {
    color: #fff582;
  }
  
  .portfolio-item .caption-box span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Gotham-Light";
  }
  
  .portfolio-section .btn-box {
    position: relative;
    margin-top: 70px;
    text-align: center;
  }
  
  .portfolio-section .btn-box .theme-btn {
    padding: 15px 50px;
  }
  
  .portfolio-section-two {
    position: relative;
    padding: 120px 0 80px;
  }
  
  .portfolio-section-two .inner-container {
    position: relative;
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
  }
  
  .portfolio-section-two .sec-title {
    margin-bottom: 100px;
  }
  
  .portfolio-section-two .masonry-container-two {
    position: relative;
    margin: 0 -15px;
  }
  
  .portfolio-section-two .masonry-item {
    position: relative;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  
  /*** 
  
  ====================================================================
                      Portfolio Section Three
  ====================================================================
  
  ***/
  
  .portfolio-section-three {
    position: relative;
  }
  
  .portfolio-section-three .outer-container {
    position: relative;
    width: 100%;
    padding: 0 65px;
  }
  
  .portfolio-section-three .masonry-gallery .items-container {
    margin: 0px -15px;
  }
  
  .masonry-gallery {
    position: relative;
  }
  
  .masonry-gallery .filters {
    position: relative;
    display: block;
    text-align: right;
    margin-bottom: 100px;
  }
  
  .portfolio-section-three .filters {
    margin-bottom: 40px;
  }
  
  .masonry-gallery .filter-btn {
    position: relative;
    float: right;
    margin-left: 50px;
  }
  
  .masonry-gallery .filter-btn .theme-btn {
    padding: 9px 25px;
    font-weight: 400;
  }
  
  .masonry-gallery .filter-tabs {
    position: relative;
    float: right;
    padding: 5px 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .masonry-gallery .filter-tabs.active {
    visibility: visible;
    opacity: 1;
  }
  
  .masonry-gallery .filter-tabs li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0px;
    text-transform: capitalize;
    cursor: pointer;
    opacity: 1;
    margin-left: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .masonry-gallery .filter-tabs li.active,
  .masonry-gallery .filter-tabs li:hover {
    text-decoration: underline;
  }
  
  .portfolio-section-three .masonry-items-container {
    position: relative;
    margin: 0 -10px;
  }
  
  .masonry-item {
    position: relative;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  
  /*===============================
      Portfolio Item Two
  =================================*/
  .portfolio-section-two.alternate {
    position: relative;
    padding: 200px 0 100px;
  }
  
  .portfolio-item-two {
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  
  .portfolio-item-two .image-box {
    position: relative;
    text-align: center;
    background: #0b0b0b;
  }
  
  .portfolio-item-two .image-box img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .portfolio-item-two .image-box:hover img {
    opacity: 0.7;
  }
  
  .portfolio-item-two .caption-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: left;
  }
  
  .portfolio-item-two:hover .caption-box {
    -webkit-animation: jump 900ms ease 0s normal;
    animation: jump 900ms ease 0s normal;
  }
  
  .portfolio-item-two .caption-box .content {
    position: relative;
    left: 0;
    width: 100%;
    padding: 20px 20px 27px 50px;
    background-color: #ffffff;
    z-index: 9;
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    -o-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .portfolio-item-two:hover .caption-box .content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  
  .portfolio-item-two .caption-box .content h3 {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 1.2em;
    color: #141414;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-family: "Gotham-Medium";
  }
  
  .portfolio-item-two .caption-box .content h3 a {
    color: #141414;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .portfolio-item-two .caption-box .content h3 a:hover {
    color: #ffea00;
  }
  
  .portfolio-item-two .caption-box .content span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 1.4em;
    color: #999999;
    font-weight: 300;
  }
  
  @-webkit-keyframes jump {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  @keyframes jump {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-30px);
    }
    100% {
      transform: translateY(0);
    }
  }
  
  /*===============================
      Portfolio Item Three
  =================================*/
  .portfolio-item-three {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  
  .portfolio-item-three.mix {
    display: none;
  }
  
  .portfolio-item-three .image-box {
    position: relative;
    text-align: center;
    overflow: hidden;
  }
  
  .portfolio-item-three .image-box img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 3000ms ease;
    -moz-transition: all 3000ms ease;
    -ms-transition: all 3000ms ease;
    -o-transition: all 3000ms ease;
    transition: all 3000ms ease;
  }
  
  .portfolio-item-three .image-box:hover img {
    opacity: 0.7;
    transform: scale(1.4);
  }
  
  .portfolio-item-three .caption-box {
    position: relative;
    background-color: #ffffff;
    padding: 35px 0 22px;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .portfolio-item-three .caption-box:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 11px;
    width: 53px;
    background-image: url(images/icons/separator.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
  }
  
  .portfolio-item-three .caption-box h3 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    font-family: "Gotham-bold";
    margin-bottom: 7px;
  }
  
  .portfolio-item-three .caption-box h3 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .portfolio-item-three .caption-box h3 a:hover {
    color: #ffea00;
  }
  
  .portfolio-item-three .caption-box .filter {
    position: relative;
  }
  
  .portfolio-item-three .caption-box .filter li {
    position: relative;
    display: inline-block;
    padding-right: 2px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 20px;
    color: #222222;
    font-family: "Gotham-Book";
  }
  
  .portfolio-item-three .caption-box .filter li:before {
    position: absolute;
    right: -7px;
    top: 0;
    font-size: 12px;
    line-height: 20px;
    color: #222222;
    content: "/";
  }
  
  .portfolio-item-three .caption-box .filter li a {
    color: #222222;
  }
  
  .portfolio-item-three .caption-box .filter li:last-child:before {
    display: none;
  }
  
  /*** 
  
  ====================================================================
                      Portfolio Section Four
  ====================================================================
  
  ***/
  
  .portfolio-section-four {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 245px 0 0;
  }
  
  .portfolio-section-four .outer-container {
    position: relative;
    padding: 0 50px;
  }
  
  .mixitup-gallery .filters {
    margin-bottom: 60px;
    text-align: center;
  }
  
  .mixitup-gallery .filter-tabs {
    position: relative;
    display: inline-block;
  }
  
  .mixitup-gallery .filters li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #222222;
    line-height: 28px;
    cursor: pointer;
    margin: 0 23px;
    font-family: "Gotham-Book";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
  }
  
  .mixitup-gallery .filters li:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    content: "";
    background-color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .mixitup-gallery .filters li:hover:before,
  .mixitup-gallery .filters li.active:before {
    width: 90%;
  }
  
  .portfolio-item.mix {
    display: none;
  }
  
  .portfolio-section-four .portfolio-item {
    position: relative;
    padding: 0 20px;
    margin-bottom: 40px;
  }
  
  /*** 
  
  ====================================================================
                      Portfolio Section Five
  ====================================================================
  
  ***/
  
  .portfolio-section-five {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 300px 0 55px;
  }
  
  .portfolio-section-five .auto-container {
    max-width: 1330px;
  }
  
  .portfolio-section-five .sec-title-two {
    margin-bottom: 260px;
  }
  
  .portfolio-section-five .outer-container {
    position: relative;
    padding: 0 50px;
  }
  
  .portfolio-section-five .row {
    margin: 0 -20px;
  }
  
  .portfolio-section-five .portfolio-item-three {
    padding: 0 20px;
    margin-bottom: 85px;
  }
  
  /*** 
  
  ====================================================================
                      Portfolio Section Six
  ====================================================================
  
  ***/
  
  .portfolio-section-six {
    position: relative;
    padding: 130px 0 0;
    z-index: 99;
    background: #fff;
  }
  
  .portfolio-section-six .outer-container {
    position: relative;
  }
  
  .portfolio-section-six .portfolio-item-two {
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
  }
  
  /*** 
  
  ====================================================================
                  Portfolio Full Width
  ====================================================================
  
  ***/
  
  .portfolio-full-width {
    position: relative;
    padding: 130px 0 50px;
  }
  
  .portfolio-full-width .inner-container {
    position: relative;
    padding: 0 70px;
  }
  
  .portfolio-full-width .portfolio-item-three {
    margin-bottom: 85px;
  }
  
  /*** 
  
  ====================================================================
                  Portfolio Grid
  ====================================================================
  
  ***/
  
  .portfolio-grid {
    position: relative;
    padding: 120px 0 0;
  }
  
  .portfolio-grid .portfolio-item-three {
    overflow: hidden;
    margin-bottom: 60px;
  }
  
  .portfolio-grid .portfolio-item-three .caption-box {
    position: absolute;
    padding: 27px 10px 22px;
    bottom: -120px;
  }
  
  .portfolio-grid .portfolio-item-three .inner-box:hover .caption-box {
    bottom: 0;
  }
  
  .portfolio-grid .portfolio-item-three .caption-box:before {
    left: 10px;
  }
  
  .portfolio-grid .portfolio-item-three .image-box:hover img {
    opacity: 1;
  }
  
  /*** 
  
  ====================================================================
              Portfolio No Padding
  ====================================================================
  
  ***/
  .portfolio-no-padding {
    position: relative;
    padding: 120px 0 20px;
  }
  
  .portfolio-no-padding .row {
    margin: 0;
  }
  
  .portfolio-no-padding .portfolio-item-two {
    padding: 0;
    margin: 0;
  }
  
  /*** 
  
  ====================================================================
              Portfolio Masonry Full Width 
  ====================================================================
  
  ***/
  
  .portfolio-masonry-full-width {
    position: relative;
    padding: 120px 0 0;
  }
  
  .portfolio-masonry-full-width .masonry-items-container {
    margin: 0 -10px;
  }
  
  .portfolio-masonry-full-width .masonry-item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  
  /*** 
  
  ====================================================================
              Portfolio Grid Masonry 
  ====================================================================
  
  ***/
  
  .portfolio-grid-masonry {
    position: relative;
    padding: 120px 0 50px;
  }
  
  .portfolio-grid-masonry .outer-container {
    position: relative;
    padding: 0 50px;
  }
  
  .portfolio-grid-masonry .portfolio-item-three {
    margin-bottom: 45px;
  }
  
  .portfolio-grid-masonry .portfolio-item-three .caption-box {
    padding: 35px 0 0;
  }
  
  .portfolio-grid-masonry .portfolio-item-three .caption-box:before {
    display: none;
  }
  
  .portfolio-grid-masonry .portfolio-item-three .caption-box h3 {
    margin-bottom: 2px;
  }
  
  /*** 
  
  ====================================================================
          Portfolio Single 
  ====================================================================
  
  ***/
  
  .portfolio-single {
    position: relative;
    padding: 120px 0 80px;
  }
  
  .portfolio-single .row {
    position: relative;
  }
  
  .portfolio-single .image-column {
    position: relative;
    display: block;
  }
  
  .portfolio-single .image-column .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
  
  .portfolio-single .image-column .image:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0.3))
    );
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
  }
  
  .portfolio-single .image-column .image:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
  }
  
  .portfolio-single .image-column .image img {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .portfolio-single .content-column {
    position: relative;
  }
  
  .portfolio-single .content-column .inner-column {
    position: relative;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 30px;
  }
  
  .portfolio-single .content-column h2 {
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #222222;
    font-family: "Gotham-Bold";
    letter-spacing: -0.5px;
    margin-bottom: 20px;
  }
  
  .portfolio-single .content-column h4 {
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
  }
  
  .portfolio-single .content-column h5 {
    position: relative;
    font-size: 15px;
    line-height: 1.2em;
    color: #141414;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .portfolio-single .content-column .text {
    position: relative;
    margin-bottom: 50px;
  }
  
  .portfolio-single .content-column p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 20px;
  }
  
  .portfolio-single .content-column .info-list {
    position: relative;
    margin-bottom: 50px;
  }
  
  .portfolio-single .info-list li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 10px;
  }
  
  .portfolio-single .info-list li span {
    position: relative;
    display: inline-block;
    min-width: 105px;
    font-size: 16px;
    color: #222222;
    font-weight: 500;
    font-family: "Gotham-Medium";
  }
  
  .social-icon-two {
    position: relative;
  }
  
  .social-icon-two li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #222222;
    font-weight: 400;
    margin-right: 20px;
  }
  
  .social-icon-two li a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .social-icon-two li a:hover {
    color: #ffea00;
  }
  
  .load-more-option {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 80px;
  }
  
  .load-more-option li {
    position: relative;
  }
  
  .load-more-option .load-more {
    position: relative;
    display: inline-block;
    font-size: 30px;
  }
  
  .arrow-right-3,
  .arrow-left-3 {
    display: inline-block;
    height: 15px;
    width: 31px;
    background-image: url(images/icons/arrow-left-3.png);
    transition: all 500ms ease;
  }
  
  .arrow-right-3:hover,
  .arrow-left-3:hover {
    transform: rotate(360deg);
  }
  
  .arrow-right-3 {
    background-image: url(images/icons/arrow-right-3.png);
  }
  
  .load-more-option .load-more a {
    font-size: 22px;
    color: #000000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .load-more-option .load-more a:hover {
    color: #fc6183;
  }
  
  .portfolio-single .single-item-carousel .image {
    margin-bottom: 0;
  }
  
  .portfolio-single .single-item-carousel {
    margin-bottom: 30px;
  }
  
  .portfolio-single .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -35px;
    z-index: 99;
  }
  
  .portfolio-single .owl-prev,
  .portfolio-single .owl-next {
    position: absolute;
    left: 20px;
    height: 75px;
    width: 35px;
    line-height: 35px;
    padding: 20px 0;
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    background-color: #ffffff;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .portfolio-single .owl-next {
    left: auto;
    right: 20px;
  }
  
  /*==============================
     Portfolio Single Style Two
  ================================*/
  .portfolio-single.style-two .image-column .image {
    margin-bottom: 40px;
  }
  
  .portfolio-single.style-two .content-column .inner-column {
    padding-left: 0;
    padding-top: 0;
  }
  
  .portfolio-single.style-two .content-column .text {
    padding-right: 20px;
  }
  
  .portfolio-single.style-two .content-column .info {
    position: relative;
    margin-bottom: 30px;
  }
  
  .portfolio-single.style-two .content-column .info-list {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  
  .portfolio-single.style-two .content-column p,
  .portfolio-single.style-two .content-column h2 {
    margin-bottom: 25px;
  }
  
  .portfolio-single.style-two .info-list li {
    margin-bottom: 0;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
  }
  
  .portfolio-single.style-two .info-list li span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Gotham-bold";
  }
  
  /*==============================
     Portfolio Single Style Three
  ================================*/
  .portfolio-single.style-three .content-column {
    margin-bottom: 95px;
  }
  
  .portfolio-single.style-three .content-column .inner-column {
    padding: 0 40px 0px;
    text-align: center;
  }
  
  .portfolio-single.style-three .content-column .text {
    margin-bottom: 70px;
  }
  
  .portfolio-single.style-three .content-column .info-list {
    margin-bottom: 70px;
  }
  
  .portfolio-single.style-three .content-column p {
    margin-bottom: 25px;
  }
  
  .portfolio-single.style-three .content-column h2 {
    font-size: 36px;
    line-height: 1.2em;
    color: #222222;
    margin-bottom: 35px;
  }
  
  .portfolio-single.style-three .info-list li {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    padding: 15px 0;
    min-width: 205px;
    border-right: 1px solid #eeeeee;
  }
  
  .portfolio-single.style-three .info-list li:last-child {
    border: none;
  }
  
  .portfolio-single.style-three .info-list li span {
    display: block;
    min-width: 100%;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Gotham-bold";
  }
  
  /*** 
  
  ====================================================================
                      Skill Section
  ====================================================================
  
  ***/
  
  .skill-seciton {
    position: relative;
    padding: 0px 0 80px;
  }
  
  .skill-seciton .progress-column {
    position: relative;
    margin-bottom: 40px;
  }
  
  .skill-seciton .progress-column .inner-column {
    position: relative;
    padding: 0 30px;
  }
  
  .progress-bars {
    position: relative;
  }
  
  .progress-bars .bar-item {
    position: relative;
    margin-bottom: 40px;
  }
  
  .progress-bars .bar-item:last-child {
    margin-bottom: 0px;
  }
  
  .progress-bars .bar-item .skill-header {
    position: relative;
    margin-bottom: 8px;
  }
  
  .progress-bars .bar-item .skill-header .skill-title {
    position: relative;
    font-size: 12px;
    color: #222222;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Gotham-Book";
  }
  
  .progress-bars .bar-item .skill-bar {
    position: relative;
    width: 100%;
    height: 2px;
    padding-right: 40px;
  }
  
  .progress-bars .bar-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 2px;
    background: #eeeeee;
    border-radius: 2px;
  }
  
  .progress-bars .bar-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 2px;
    width: 0px;
    z-index: 9;
    border-bottom: 2px solid #dd0713;
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    transition: all 2000ms ease;
  }
  
  .progress-bars .bar-item .skill-percentage {
    position: absolute;
    right: 0;
    top: -15px;
    font-size: 14px;
    color: #222222;
    font-weight: 400;
    font-family: "Gotham-Book";
  }
  
  /*** 
  
  ====================================================================
                      About Me Section
  ====================================================================
  
  ***/
  
  .about-me-seciton {
    position: relative;
    background-color: #f8f8f8;
  }
  
  .about-me-seciton:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background-color: #0c0c0c;
    content: "";
  }
  
  .about-me-seciton:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background-image: url(images/icons/creazy-lines-2.png);
    background-repeat: no-repeat;
    background-position: left top;
    content: "";
  }
  
  .about-me-seciton .content-column {
    position: relative;
    float: left;
    width: 60%;
    background-color: #f8f8f8;
    z-index: 1;
  }
  
  .about-me-seciton .content-column .inner-column {
    position: relative;
    float: right;
    padding: 180px 15px;
    max-width: 970px;
    width: 100%;
  }
  
  .about-me-seciton .content-column .content {
    position: relative;
    max-width: 500px;
  }
  
  .about-me-seciton .content-column .sec-title {
    position: relative;
    z-index: 9;
    margin-bottom: 33px;
  }
  
  .about-me-seciton .content-column .sec-title .title {
    margin-bottom: 12px;
  }
  
  .about-me-seciton .content-column .sec-title:before {
    right: 136px;
    left: auto;
    z-index: -1;
  }
  
  .about-me-seciton .content-column .text {
    position: relative;
    margin-bottom: 50px;
  }
  
  .about-me-seciton .content-column .text strong {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: 500;
    font-family: "Gotham-Medium";
    margin-bottom: 20px;
  }
  
  .about-me-seciton .content-column .text p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    font-family: "Gotham-Book";
    margin-bottom: 32px;
  }
  
  .about-me-seciton .social-links {
    position: relative;
  }
  
  .about-me-seciton .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 40px;
  }
  
  .about-me-seciton .social-links li a {
    font-size: 26px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 400;
  }
  
  .about-me-seciton .content-column .image-box {
    position: absolute;
    right: -65px;
    bottom: 0;
  }
  
  .about-me-seciton .form-column {
    position: relative;
    float: right;
    width: 40%;
    background-color: #0c0c0c;
  }
  
  .about-me-seciton .form-column h3 {
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    font-family: "Gotham-Bold";
    margin-bottom: 5px;
  }
  
  .about-me-seciton .form-column .text {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 35px;
  }
  
  .about-me-seciton .form-column .inner-column {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
    padding: 133px 15px;
    z-index: 1;
  }
  
  .contact-form .form-group {
    position: relative;
    margin-bottom: 15px;
  }
  
  .contact-form .form-group:last-child {
    margin-bottom: 0;
  }
  
  .contact-form .form-group input[type="text"],
  .contact-form .form-group input[type="email"],
  .contact-form .form-group input[type="tel"],
  .contact-form .form-group input[type="date"],
  .contact-form .form-group input[type="url"],
  .contact-form .form-group textarea,
  .contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    padding: 15px 25px;
    border: 1px solid #444444;
    font-weight: 400;
    font-family: "Gotham-Book";
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .contact-form .form-group input:focus,
  .contact-form .form-group select:focus,
  .contact-form .form-group textarea:focus {
    border-color: #ffffff;
  }
  
  .contact-form ::-webkit-input-placeholder {
    color: #666666;
    text-transform: uppercase;
  }
  .contact-form ::-moz-input-placeholder {
    color: #666666;
    text-transform: uppercase;
  }
  .contact-form ::-ms-input-placeholder {
    color: #666666;
    text-transform: uppercase;
  }
  
  .contact-form .form-group textarea {
    height: 180px;
    resize: none;
  }
  
  .contact-form button {
    margin-top: 15px;
    min-width: 140px;
  }
  
  /*** 
  
  ====================================================================
                      About Section
  ====================================================================
  
  ***/
  
  .about-section {
    position: relative;
    padding: 100px 0 100px;
  }
  
  .about-section.alternate {
    padding: 130px 0 20px;
  }
  
  .anim-icon-4 {
    height: 90px;
    width: 164px;
    background-image: url(images/icons/anim-icon-4.png);
  }
  
  .about-section .anim-icon-4 {
    left: -85px;
    top: 145px;
  }
  
  .about-section .sec-title {
    margin-bottom: 140px;
  }
  
  .about-section .sec-title:before {
    top: -80px;
  }
  
  .about-section .content-box {
    position: relative;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
  }
  
  .about-section .content-box p {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    font-weight: 300;
    font-family: "Gotham-Light";
    margin-bottom: 25px;
  }
  
  .about-section .content-box .sign-img {
    position: relative;
    display: inline-block;
    margin-top: 40px;
  }
  
  .about-section .content-box .sign-img img {
    max-width: 100%;
    height: auto;
  }
  
  /*** 
  
  ====================================================================
                          Team section
  ====================================================================
  
  ***/
  
  .team-section {
    position: relative;
    padding: 100px 0 70px;
  }
  
  .team-section .auto-container {
    max-width: 1190px;
  }
  
  .team-section .anim-icon-1 {
    top: 220px;
    right: -230px;
  }
  
  .team-section .row {
    margin: 0 -28px;
  }
  
  .team-section .row .team-block {
    padding: 0 28px;
  }
  
  .team-section .sec-title {
    margin-bottom: 100px;
  }
  
  .team-block {
    position: relative;
    margin-bottom: 30px;
  }
  
  .team-block .image-box {
    position: relative;
    text-align: center;
  }
  
  .team-block .image-box .image {
    position: relative;
    overflow: hidden;
  }
  
  .team-block .image-box .image:before {
    position: absolute;
    top: 0;
    left: -80%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0.3))
    );
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
  }
  
  .team-block:hover .image-box:hover .image:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
  }
  
  .team-block .image-box h2 {
    margin-top: 135px;
    font-size: 46px;
    line-height: 1em;
    color: #222222;
    font-weight: 300;
    font-family: "Gotham-Light";
    text-align: right;
    margin-bottom: 60px;
    letter-spacing: -3px;
  }
  
  .team-block .image-box img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition: all 3000ms ease;
  }
  
  .team-block .image-box .info-box {
    position: absolute;
    left: 0;
    right: 0;
    height: auto;
    max-width: 210px;
    margin: 0 auto;
    background-color: #ffffff;
    z-index: 1;
    bottom: 30px;
    text-align: center;
    padding: 25px 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .team-carousel .owl-item.active .team-block .image-box .info-box,
  .team-block .image-box:hover .info-box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  
  .team-block .image-box .info-box .name {
    position: relative;
    display: block;
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    line-height: 1.2em;
    font-family: "Gotham-Bold";
  }
  
  .team-block .image-box .info-box .name a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .team-block .image-box .info-box .name a:hover {
    color: #dd0713;
  }
  
  .team-block .image-box .info-box .designation {
    display: block;
    line-height: 1.5em;
    font-size: 12px;
    color: #222222;
    font-weight: 300;
  }
  
  .team-block .image-box .info-box ul {
    position: relative;
    padding-top: 35px;
  }
  
  .team-block .image-box .info-box ul:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 15px;
    height: 11px;
    width: 53px;
    background-image: url(images/icons/separator.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
  }
  
  .team-block .image-box .info-box ul li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    font-size: 12px;
    line-height: 1.2em;
  }
  
  .team-block .image-box .info-box ul li a {
    display: block;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .team-block .image-box .info-box ul li a:hover {
    color: #ffea00;
  }
  
  .icon-arrow-right,
  .icon-arrow-left {
    height: 20px;
    width: 35px;
    display: inline-block;
    background-image: url(images/icons/arrow-left.png);
  }
  
  .icon-arrow-right {
    background-image: url(images/icons/arrow-right.png);
  }
  
  .team-carousel .owl-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 155px;
    width: 100%;
    text-align: center;
    background-color: #f7f7f7;
    padding: 67.5px 0;
    z-index: 1;
  }
  
  .team-carousel .owl-nav:after {
    position: absolute;
    content: "";
    background: #fff582;
    width: 100%;
    height: 0%;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    transition: all 500ms ease;
  }
  
  .team-carousel .owl-nav:hover:after {
    height: 100%;
    top: 0px;
  }
  
  .team-carousel .owl-nav:before {
    position: absolute;
    left: 50%;
    top: 65px;
    height: 25px;
    content: "";
    width: 1px;
    background-color: #222222;
  }
  
  .team-carousel .owl-nav .owl-prev,
  .team-carousel .owl-nav .owl-next {
    display: inline-block;
    padding: 0 50px;
    transition: all 500ms ease;
  }
  
  .team-section.style-two .row {
    margin: 0 -22px;
  }
  
  .team-section.style-two .row > div {
    padding: 0 22px;
  }
  
  .team-section.style-two .sec-title {
    margin-bottom: 170px;
  }
  
  .team-section.style-two .sec-title:before {
    left: -60px;
  }
  
  .team-section.style-two .team-carousel {
    padding-top: 40px;
    padding-bottom: 176px;
  }
  
  .team-section.style-two .team-carousel .team-block {
    padding: 0;
    opacity: 0;
    -webkit-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    transform: translateY(-150px);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .team-section.style-two .team-carousel .active .team-block {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 1000ms ease 300ms;
    -ms-transition: all 1000ms ease 300ms;
    -moz-transition: all 1000ms ease 300ms;
    transition: all 1000ms ease 300ms;
  }
  
  /*** 
  
  ====================================================================
                  Team Page section
  ====================================================================
  
  ***/
  
  .team-page-section {
    position: relative;
    padding: 120px 0 50px;
  }
  
  .team-page-section .auto-container {
    max-width: 1190px;
  }
  
  .team-page-section .sec-title {
    margin-bottom: 100px;
  }
  
  .team-page-section .sec-title:before {
    left: 55%;
    top: -95px;
  }
  
  .team-page-section .sec-title h2:before {
    right: -200px;
    bottom: -40px;
  }
  
  .team-page-section .row {
    margin: 0 -30px;
  }
  
  .team-page-section .team-block {
    padding: 0 30px;
    margin-bottom: 55px;
  }
  
  .team-page-section .sec-title h2 {
    text-align: right;
  }
  
  .team-page-section .anim-icon-1 {
    top: 50%;
    right: -240px;
    margin-top: -105px;
  }
  
  /*** 
  
  ====================================================================
                      Testimonial Section
  ====================================================================
  
  ***/
  
  .testimonial-section {
    position: relative;
    padding: 70px 0;
  }
  
  .testimonial-section.alternate {
    padding: 100px 0 200px;
  }
  
  .testimonial-section.alternate .anim-icon-3 {
    bottom: 180px;
  }
  
  .anim-icon-3 {
    height: 92px;
    width: 164px;
    background-image: url(images/icons/anim-icon-3.png);
  }
  
  .testimonial-section .anim-icon-3 {
    left: -80px;
    bottom: 20px;
  }
  
  .testimonial-carousel {
    position: relative;
    max-width: 100%;
    margin-left: 0px;
    padding-bottom: 70px;
  }
  
  .testimonial-carousel:before {
    position: absolute;
    height: 177px;
    width: 380px;
    left: 36%;
    top: 58px;
    background-image: url(images/icons/brush.png);
    content: "";
  }
  
  .testimonial-block {
    position: relative;
  }
  
  .testimonial-block .text {
    position: relative;
    font-size: 22px;
    line-height: 32px;
    color: #222222;
    font-weight: 500;
    font-family: "Gotham-Medium";
    margin-bottom: 40px;
    text-align: center;
  }
  
  .testimonial-block .name {
    position: relative;
    display: block;
    font-size: 16px;
    color: #222222;
    font-weight: 300;
    text-align: center;
  }
  
  .testimonial-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    counter-reset: count;
  }
  
  .testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    left: 0;
    width: 40px;
    border-top: 1px solid #222222;
    margin-bottom: 20px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .testimonial-carousel .owl-dots .owl-dot:before {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #000000;
    font-weight: 300;
    opacity: 0;
    counter-increment: count;
    content: "0" counter(count);
    font-family: "Gotham-Book";
  }
  
  .testimonial-carousel .owl-dots .owl-dot.active {
    border-top-width: 2px;
    top: 1px;
  }
  
  .testimonial-carousel .owl-dots .owl-dot.active:before {
    opacity: 1;
  }
  
  .testimonial-carousel .owl-nav {
    display: none;
  }
  
  /*** 
  
  ====================================================================
                      News Section
  ====================================================================
  
  ***/
  
  .news-section {
    position: relative;
    padding: 120px 0 80px;
  }
  
  .news-section .inner-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .news-section .sec-title {
    margin-bottom: 100px;
  }
  
  .news-section .sec-title h2:before {
    right: -150px;
    bottom: -20px;
  }
  
  .news-section .row {
    margin: 0;
  }
  
  .news-block {
    position: relative;
    padding: 0;
    margin-bottom: 70px !important;
  }
  
  .news-block .inner-box {
    position: relative;
  }
  
  .news-block .image-box {
    position: relative;
    overflow: hidden;
  }
  
  .news-block .image-box img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .news-block .inner-box:hover a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  .news-block .lower-content {
    position: relative;
    padding: 0px 20px 0;
  }
  
  .news-block .info {
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  
  .news-block .info li {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    color: #666666;
    padding-right: 6px;
    margin-right: 5px;
    font-weight: 600;
    font-family: "Gotham-Book";
  }
  .news-block .info li a {
    color: #666666;
  }
  
  .news-block .info li a:hover {
    text-decoration: underline;
  }
  
  .news-block .info li:before {
    position: absolute;
    right: -3px;
    top: 0;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    content: "-";
  }
  
  .news-block .info li.comment:before,
  .news-block .info li:last-child:before {
    display: none;
  }
  
  .news-block h4 a {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -1px;
    font-family: "Gotham-Bold";
    margin-top: 15px;
  }
  
  .news-block h4 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .news-block h4 a:hover {
    color: #dd0713;
  }
  
  .news-block .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    font-weight: 300;
    margin-bottom: 25px;
  }
  
  .news-block .link-box {
    position: relative;
  }
  
  .news-block .link-box a {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #222222;
    font-weight: 500;
    font-family: "Gotham-Medium";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .news-block .link-box a:hover {
    text-decoration: underline;
  }
  
  /*** 
  
  ====================================================================
                      Blog Standard
  ====================================================================
  
  ***/
  
  .blog-standard {
    position: relative;
    padding-right: 0;
  }
  
  .blog-standard .news-block {
    margin-bottom: 50px;
  }
  
  .blog-standard .news-block:nth-child(3n + 2) {
    margin-top: 0;
  }
  
  .blog-standard .news-block .lower-content {
    padding-left: 0;
    padding-top: 0px;
  }
  
  .blog-standard .news-block h4 {
    font-size: 30px;
  }
  
  .blog-standard .styled-pagination {
    position: relative;
    margin-top: 120px;
  }
  
  /*** 
  
  ====================================================================
                  Blog List
  ====================================================================
  
  ***/
  
  .blog-list {
    position: relative;
    padding: 130px 0 150px;
  }
  
  .news-block-two {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 70px;
    border-bottom: 1px solid #eeeeee;
  }
  
  .news-block-two .inner-box {
    position: relative;
  }
  
  .news-block-two .image-column,
  .news-block-two .content-column {
    margin-bottom: 30px;
  }
  
  .news-block-two .image {
    position: relative;
    overflow: hidden;
  }
  
  .news-block-two .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .news-block-two .inner-box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  .news-block-two .content-column {
    position: relative;
  }
  
  .news-block-two .content-column .inner-column {
    position: relative;
    padding-left: 20px;
    padding-top: 22px;
  }
  
  .news-block-two .info {
    position: relative;
    margin-bottom: 12px;
  }
  
  .news-block-two .info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    padding-right: 6px;
    margin-right: 5px;
    font-weight: 400;
    font-family: "Gotham-Book";
  }
  
  .news-block-two .info li a {
    color: #666666;
  }
  
  .news-block-two .info li a:hover {
    text-decoration: underline;
  }
  
  .news-block-two .info li:before {
    position: absolute;
    right: -3px;
    top: 0;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    content: "-";
  }
  
  .news-block-two .info li.tag:before,
  .news-block-two .info li:last-child:before {
    display: none;
  }
  
  .news-block-two h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #222222;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    font-family: "Gotham-Bold";
  }
  
  .news-block-two h3 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .news-block-two h3 a:hover {
    color: #fff582;
  }
  
  .news-block-two .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    font-weight: 300;
    margin-bottom: 25px;
  }
  
  .news-block-two .link-box {
    position: relative;
  }
  
  .news-block-two .link-box a {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    color: #222222;
    font-weight: 400;
    font-family: "Gotham-Book";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .news-block-two .link-box a:hover {
    text-decoration: underline;
  }
  
  .blog-list .btn-box {
    position: relative;
    text-align: center;
    margin-top: 100px;
  }
  
  .blog-list .btn-box a {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
  }
  
  .blog-list .btn-box a:before {
    position: absolute;
    left: 4px;
    top: 5px;
    height: 58px;
    width: 214px;
    background-image: url(images/icons/brush-2.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: -1;
  }
  
  /*** 
  
  ====================================================================
                  Blog Grid
  ====================================================================
  
  ***/
  
  .blog-grid {
    position: relative;
    padding: 120px 0 50px;
  }
  
  /*=== News Block Three ===*/
  
  .news-block-three {
    position: relative;
    margin-bottom: 75px;
  }
  
  .news-block-three .inner-box {
    position: relative;
  }
  
  .news-block-three .image-box {
    position: relative;
    overflow: hidden;
  }
  
  .news-block-three .image-box img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .news-block-three .inner-box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  .news-block-three .lower-content {
    position: relative;
    padding: 45px 0 0;
  }
  
  .news-block-three .info {
    position: relative;
    margin-bottom: 8px;
  }
  
  .news-block-three .info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    padding-right: 6px;
    margin-right: 5px;
    font-weight: 400;
    font-family: "Gotham-Book";
  }
  
  .news-block-three .info li a {
    color: #666666;
  }
  
  .news-block-three .info li a:hover {
    text-decoration: underline;
  }
  
  .news-block-three .info li:before {
    position: absolute;
    right: -3px;
    top: 0;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    content: "-";
  }
  
  .news-block-three .info li.comment:before,
  .news-block-three .info li:last-child:before {
    display: none;
  }
  
  .news-block-three h4 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 1.2em;
    color: #222222;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
    font-family: "Gotham-Bold";
  }
  
  .news-block-three h4 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .news-block-three h4 a:hover {
    color: #fff582;
  }
  
  .news-block-three .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    font-weight: 300;
    margin-bottom: 25px;
  }
  
  .news-block-three .link-box {
    position: relative;
  }
  
  .news-block-three .link-box a {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #222222;
    font-weight: 500;
    font-family: "Gotham-Medium";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .news-block-three .link-box a:before {
    position: absolute;
    left: 3px;
    top: -3px;
    height: 27px;
    width: 101px;
    background-image: url(images/icons/brush-4.png);
    content: "";
    z-index: -1;
  }
  
  .news-block-three .link-box a:hover {
    text-decoration: underline;
  }
  
  /*=== News BLock Four ===*/
  .news-block-four {
    position: relative;
    margin-bottom: 75px;
  }
  
  .news-block-four .inner-box {
    position: relative;
  }
  
  .news-block-four .image-box {
    position: relative;
    overflow: hidden;
  }
  
  .news-block-four .image-box img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .news-block-four .inner-box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  .news-block-four .lower-content {
    position: relative;
    padding: 35px 30px 0 0;
  }
  
  .news-block-four h4 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 1.2em;
    color: #222222;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
    font-family: "Gotham-Bold";
  }
  
  .news-block-four h4 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .news-block-four h4 a:hover {
    color: #fff582;
  }
  
  .news-block-four .info {
    position: relative;
    margin-bottom: 15px;
  }
  
  .news-block-four .info li {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    color: #666666;
    padding-right: 6px;
    margin-right: 5px;
    font-weight: 400;
    font-family: "Gotham-Book";
  }
  
  .news-block-four .info li a {
    color: #666666;
  }
  
  .news-block-four .info li a:hover {
    text-decoration: underline;
  }
  
  .news-block-four .info li:before {
    position: absolute;
    right: -3px;
    top: 0;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    content: "-";
  }
  
  .news-block-four .info li:last-child:before {
    display: none;
  }
  
  .news-block-four .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    font-weight: 300;
    margin-bottom: 25px;
  }
  
  .news-block-four .link-box {
    position: relative;
  }
  
  .news-block-four .link-box a {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #222222;
    font-weight: 500;
    font-family: "Gotham-Medium";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .news-block-four .link-box a:before {
    position: absolute;
    left: 3px;
    top: -3px;
    height: 27px;
    width: 101px;
    background-image: url(images/icons/brush-4.png);
    content: "";
    z-index: -1;
  }
  
  .news-block-four .link-box a:hover {
    text-decoration: underline;
  }
  
  /*** 
  
  ====================================================================
                      Blog Single
  ====================================================================
  
  ***/
  
  .blog-single {
    position: relative;
    padding-right: 0;
  }
  
  .blog-single .news-block {
    margin-bottom: 50px;
  }
  
  .blog-single .news-block .lower-content {
    padding-left: 0;
    padding-top: 0px;
  }
  
  .blog-single .news-block h4 a {
    font-size: 30px;
  }
  
  .blog-single .news-block p {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 20px;
  }
  blockquote {
    position: relative;
    max-width: 590px;
    font-size: 22px;
    line-height: 32px;
    color: #222222;
    font-weight: 500;
    font-family: "Gotham-Medium";
    padding: 30px 0;
    margin: 0 auto 30px;
    border: 0;
  }
  blockquote p {
    position: relative;
    max-width: 590px !important;
    font-size: 22px !important;
    line-height: 32px !important;
    color: #222222 !important;
    font-weight: 500 !important;
    font-family: "Gotham-Medium" !important;
    padding: 0;
    border: 0;
    margin-bottom: 0 !important;
  }
  
  blockquote:before {
    position: absolute;
    left: -60px;
    top: 20px;
    background-image: url(images/icons/brush-5.png) !important;
    height: 93px;
    width: 199px;
    content: "";
  }
  
  blockquote cite {
    display: block !important;
    margin-top: 25px;
    font-size: 16px;
    line-height: 20px;
    color: #222222 !important;
    font-weight: 300 !important;
    font-family: "Gotham-Light";
    font-style: normal;
  }
  blockquote cite a {
    display: block !important;
    margin-top: 25px;
    font-size: 16px;
    line-height: 20px;
    color: #222222 !important;
    font-weight: 300 !important;
    font-family: "Gotham-Light";
    font-style: normal;
  }
  .blog-single figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
  
  .blog-single .styled-pagination {
    position: relative;
    margin-top: 120px;
  }
  
  .blog-single .other-option {
    position: relative;
  }
  .blog-single .group-title {
    position: relative;
    display: block;
    margin-bottom: 0px;
  }
  
  .blog-single .other-option .tags {
    position: relative;
    padding-right: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
  }
  .blog-single .other-option .tags a {
    color: #222;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
  }
  .blog-single .other-option .tags li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    font-weight: 400;
  }
  
  .blog-single .other-option .tags li a {
    color: #666666;
  }
  
  .blog-single .other-option .tags li a:hover {
    text-decoration: underline;
  }
  
  .blog-single .other-option .social-links {
    position: relative;
    text-align: left;
  
    padding-left: 30px;
  }
  
  .blog-single .other-option .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 22px;
  }
  
  .blog-single .other-option .social-links li a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .blog-single .other-option .social-links li a:hover {
    color: #fff582;
  }
  
  /*** 
  
  ====================================================================
                  Error Page
  ====================================================================
  
  ***/
  
  .error-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 150px 0px 150px;
    background: #fff;
  }
  
  .error-section .error-image {
    position: relative;
    text-align: center;
    margin-bottom: 52px;
  }
  
  .error-section .error-image img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  
  .error-section h3 {
    position: relative;
    font-size: 28px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 200;
    font-family: "Gotham-Thin";
    margin-bottom: 20px;
  }
  .error-section .content h1 {
    font-weight: 800;
    color: #222;
    font-size: 100px;
  }
  
  .widget ul li a {
    text-transform: capitalize;
  }
  .error-section .text {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 53px;
    font-family: "Gotham-Light";
  }
  .error-section .theme-btn {
    padding: 16px 40px;
  }
  
  /*** 
  
  ====================================================================
                  Styled Pagination
  ====================================================================
  
  ***/
  
  .styled-pagination {
    position: relative;
  }
  
  .styled-pagination ul {
    position: relative;
    display: inline-block;
    margin: 0;
  }
  
  .styled-pagination ul:before {
    position: absolute;
    left: -60px;
    top: -25px;
    height: 113px;
    width: 200px;
    background-image: url(images/icons/dots-2.png);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
  }
  
  .styled-pagination li {
    position: relative;
    display: inline-block;
    margin-right: 8px;
  }
  
  .styled-pagination li a {
    position: relative;
    display: block;
    font-size: 18px;
    color: #222222;
    font-weight: 300;
    border: 1px solid #e9e9e9;
    border-radius: 0px !important;
    background: #f6f6f6;
    font-family: "Gotham-Light";
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 0px 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .pagination > li > a,
  .pagination > li > span {
    padding: 0px 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .styled-pagination li .current {
    position: relative;
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    border: 1px solid #e9e9e9;
    border-radius: 0px !important;
    background: #000;
    font-family: "Gotham-Light";
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 0px 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .styled-pagination li a:hover {
    position: relative;
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    border: 1px solid #e9e9e9;
    border-radius: 0px !important;
    background: #111111;
    font-family: "Gotham-Light";
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .styled-pagination li a:hover,
  .styled-pagination li a.active {
    text-decoration: none;
  }
  
  /*** 
  
  ====================================================================
                      Clients Section
  ====================================================================
  
  ***/
  
  .clients-section {
    position: relative;
    padding: 90px 0px 90px;
  }
  
  .clients-section .sponsors-outer {
    position: relative;
    margin-bottom: 90px;
  }
  
  .clients-section .sponsors-outer .owl-dots,
  .clients-section .sponsors-outer .owl-nav {
    position: relative;
    display: none;
  }
  
  .clients-section .sponsors-outer .image-box {
    position: relative;
    text-align: center;
  }
  
  .clients-section .sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .clients-section .sponsors-outer .image-box img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  
  /*** 
  
  ====================================================================
                      Contact Info Section
  ====================================================================
  
  ***/
  
  .contact-info-section {
    position: relative;
    padding: 230px 0 120px;
  }
  
  .contact-info-section .anim-icon-2 {
    left: 50%;
    bottom: 0;
    margin-left: -67px;
  }
  
  .contact-info-section .sec-title {
    margin-bottom: 150px;
  }
  
  .contact-info-section .sec-title:before {
    top: -108px;
  }
  
  .contact-info-section .sec-title h2:before {
    bottom: -20px;
  }
  
  .contact-info-section .contact-info-list {
    position: relative;
    text-align: center;
  }
  
  .contact-info-section .contact-info-list li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
    font-family: "Gotham-Book";
    margin: 0 65px 30px;
  }
  
  .contact-info-section .contact-info-list li a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .contact-info-section .contact-info-list li a:hover {
    text-decoration: underline;
  }
  
  .contact-info-section .contact-info-list li strong {
    font-weight: 500;
    font-family: "Gotham-Medium";
  }
  
  .contact-info-section .contact-info-list li:before {
    position: absolute;
    left: -72px;
    top: 5px;
    height: 15px;
    width: 14px;
    background-image: url(images/icons/icon-star.png);
    content: "";
  }
  
  .contact-info-section .contact-info-list li:nth-child(3n + 3):after {
    position: absolute;
    right: -72px;
    top: 5px;
    height: 15px;
    width: 14px;
    background-image: url(images/icons/icon-star.png);
    content: "";
  }
  
  /***
  
  ==================================================================
                  Contact Section
  ==================================================================
  
  ***/
  
  .contact-section {
    position: relative;
    padding: 130px 0 140px;
  }
  
  .contact-section .sec-title {
    margin-bottom: 85px;
  }
  
  .contact-section .sec-title:before {
    display: none;
  }
  
  .contact-section .sec-title h2 {
    font-size: 36px;
  }
  
  .contact-section .sec-title h2:before {
    left: 50%;
    margin-left: -160px;
    bottom: -30px;
  }
  
  .contact-form.style-two {
    max-width: 780px;
    margin: 0 auto;
  }
  
  .contact-form.style-two .form-group input[type="text"],
  .contact-form.style-two .form-group input[type="email"],
  .contact-form.style-two .form-group input[type="tel"],
  .contact-form.style-two .form-group input[type="date"],
  .contact-form.style-two .form-group input[type="url"],
  .contact-form.style-two .form-group textarea,
  .contact-form.style-two .form-group select {
    border: 1px solid #dddddd;
    font-size: 14px;
    color: #666666;
  }
  
  .contact-form.style-two .form-group input:focus,
  .contact-form.style-two .form-group select:focus,
  .contact-form.style-two .form-group textarea:focus {
    border-color: #000000;
  }
  
  .contact-form.style-two ::-webkit-input-placeholder {
    color: #666666;
    text-transform: uppercase;
  }
  .contact-form.style-two ::-moz-input-placeholder {
    color: #666666;
    text-transform: uppercase;
  }
  .contact-form.style-two ::-ms-input-placeholder {
    color: #666666;
    text-transform: uppercase;
  }
  
  .contact-form.style-two button {
    margin-top: 25px;
    text-transform: uppercase;
    font-family: "Gotham-book";
  }
  
  .contact-form .form-group label.error {
    position: relative;
    display: block;
    line-height: 24px;
    padding-top: 5px;
    color: #ff0000;
    font-size: 13px;
    text-transform: capitalize;
    font-family: "Gotham-Book";
    font-weight: 400;
  }
  
  /***
  
  ==================================================================
                  Contact Map Section
  ==================================================================
  
  ***/
  
  .map-section {
    position: relative;
  }
  
  .map-section .inner-container {
    position: relative;
  }
  
  .map-section .map-canvas {
    position: relative;
    height: 600px;
    width: 100%;
  }
  
  .map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
  }
  
  .map-data a {
    display: block;
  }
  
  .map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
  }
  
  /*** 
  
  ====================================================================
                      Main Footer
  ====================================================================
  
  ***/
  
  .main-footer {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 110px 0;
    text-align: center;
    clear: both;
    background-color:#20232c;
  }
  
  .main-footer .logo-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
  }
  
  .main-footer .logo-box img {
    width: 200px;
    height: auto;
  }
  
  .main-footer .logo-box p {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 300;
    opacity: 0.5;
    margin-top: 10px;
  }
  
  .main-footer .social-links {
    position: relative;
    display: block;
    margin-bottom: 85px;
  }
  
  .main-footer .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
  }
  
  .main-footer .social-links li a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .main-footer .social-links li a:hover {
    color: #ffea00;
  }
  
  .main-footer .footer-nav {
    position: relative;
    display: block;
  }
  
  .main-footer .footer-nav li {
    position: relative;
    display: inline-block;
    margin: 0 20px;
  }
  
  .main-footer .footer-nav li:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0px;
    height: auto;
    border-bottom: 1px dashed #ffffff;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .main-footer .footer-nav li.current:before,
  .main-footer .footer-nav li:hover:before {
    width: 100%;
    left: 0;
  }
  
  .main-footer .footer-nav li a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    padding: 0 5px 5px;
    opacity: 0.5;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .main-footer .footer-nav li.current a,
  .main-footer .footer-nav li a:hover {
    opacity: 1;
  }
  
  .main-footer.style-two {
    position: relative;
    padding: 95px 0;
    background-color: #ffffff;
  }
  
  .main-footer.style-two.alternate {
    padding: 60px 0 95px;
  }
  
  .main-footer.style-two .contact-column {
    position: relative;
    text-align: left;
  }
  
  .main-footer .contact-info-list {
    position: relative;
  }
  
  .main-footer .contact-info-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: 300;
    font-family: "Gotham-book";
  }
  
  .main-footer .contact-info-list li a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .main-footer.style-two .social-links li a:hover,
  .main-footer .contact-info-list li a:hover {
    color: #ffea00;
  }
  
  .main-footer .contact-info-list li strong {
    display: inline-block;
    font-weight: 500;
    font-family: "Gotham-Medium";
  }
  
  .main-footer.style-two .logo-column {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .main-footer.style-two .copyright-text {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    margin-top: 3px;
    color: #222222;
    font-weight: 300;
  }
  
  .main-footer.style-two .social-column {
    position: relative;
    text-align: right;
  }
  
  .main-footer.style-two .social-links {
    margin-bottom: 0;
    margin-top: 10px;
  }
  
  .main-footer.style-two .social-links li {
    margin-right: 0;
    margin-left: 20px;
  }
  
  .main-footer.style-two .social-links li a {
    color: #222222;
    font-size: 16px;
  }
  
  /***
  
  ==================================================================
              Sidebar Page Container
  ==================================================================
  
  ***/
  
  .sidebar-page-container {
    position: relative;
    padding: 120px 0 80px;
  }
  
  .sidebar-page-container.alternate {
    padding-bottom: 80px;
  }
  
  .sidebar-page-container .sidebar-side,
  .sidebar-page-container .content-side {
    position: relative;
    margin-bottom: 50px;
  }
  
  .sidebar-widget {
    position: relative;
    margin-bottom: 40px;
  }
  
  .sidebar-side .sidebar-widget:last-child {
    margin-bottom: 0;
  }
  
  .sidebar-side .sidebar-title {
    position: relative;
    margin-bottom: 30px;
  }
  
  .sidebar-side .sidebar-title h3 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Gotham-Bold";
  }
  
  /*=== Categories ===*/
  
  .category-list {
    position: relative;
  }
  
  .category-list li {
    position: relative;
  }
  
  .category-list li:last-child {
    margin-bottom: 0;
  }
  
  .category-list li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .category-list li a:hover {
    color: #000000;
    text-decoration: underline;
  }
  
  /*=== Latest News ===*/
  
  .popular-post .post {
    position: relative;
    margin-bottom: 28px;
  }
  
  .popular-post .post:last-child {
    margin-bottom: 0px;
  }
  
  .popular-post .post h5 {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    font-weight: 400;
    font-family: "Gotham-book";
    margin-bottom: 7px;
  }
  
  .popular-post .post h5 a {
    color: #666666;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .popular-post .post h5 a:hover {
    color: #000000;
    text-decoration: underline;
  }
  
  .popular-post .post .date {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 23px;
    color: #dd0713;
    text-transform: capitalize;
  }
  
  /*Search Box Widget*/
  
  .search-box {
    position: relative;
  }
  
  .search-box .form-group {
    position: relative;
    margin: 0px;
  }
  
  .search-box .form-group input[type="text"],
  .search-box .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 25px;
    padding: 0 0 15px;
    padding-right: 40px;
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #222222;
    background-color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  
  .search-box ::-webkit-input-placeholder {
    color: #999999;
  }
  .search-box ::-moz-input-placeholder {
    color: #999999;
  }
  .search-box ::-ms-input-placeholder {
    color: #999999;
  }
  
  .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #555555;
    font-weight: 400;
    background-color: transparent;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  
  .search-box .form-group button:hover {
    color: #000000;
  }
  
  /*=== Gallery Widget ===*/
  
  .sidebar .gallery-widget .widget-title {
    margin-bottom: 30px;
  }
  
  .sidebar .gallery-widget .gallery-outer {
    position: relative;
    margin: 0px -5px;
  }
  
  .sidebar .gallery-widget .gallery-outer .image {
    position: relative;
    float: left;
    width: 40%;
    padding: 0px 5px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .sidebar .gallery-widget .gallery-outer .image img {
    display: block;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  
  .sidebar .gallery-widget .btn-box {
    position: relative;
    display: block;
    margin-top: 25px;
    text-align: center;
  }
  
  .sidebar .gallery-widget .btn-box a {
    padding: 8px 45px;
  }
  
  /*=== Tags ===*/
  
  .tag-list {
    position: relative;
    display: block;
  }
  
  .tag-list li {
    position: relative;
    float: left;
    padding-right: 7px;
    margin-right: 7px;
  }
  
  .tag-list li:before {
    position: absolute;
    right: -2px;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    content: "|";
    z-index: 1;
  }
  
  .tag-list li:last-child:before {
    display: none;
  }
  .tag-list li a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .tag-list li a:hover {
    color: #000000;
    text-decoration: underline;
  }
  
  /*=== Social Widget ===*/
  
  .social-widget {
    position: relative;
  }
  
  .social-widget .sidebar-title {
    margin-bottom: 20px;
  }
  
  .social-icon-three {
    position: relative;
  }
  
  .social-icon-three li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #222222;
    font-weight: 400;
    margin-right: 20px;
  }
  
  .social-icon-three li a {
    color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .social-icon-three li a:hover {
    color: #ffea00;
  }
  
  /*** 
  
  ====================================================================
                  Comment Area
  ====================================================================
  
  ***/
  
  .group-title {
    position: relative;
    display: block;
    margin-bottom: 40px;
  }
  
  .group-title h4 {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: "Gotham-Bold";
  }
  
  .comments-area {
    position: relative;
    margin-bottom: 70px;
  }
  
  .comments-area .comment-box {
    position: relative;
  }
  
  .comments-area .comment-box:last-child {
    margin-bottom: 0;
  }
  
  .comments-area .comment {
    position: relative;
    min-height: 80px;
    padding-left: 110px;
    margin-bottom: 40px;
  }
  
  .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
  }
  
  .comments-area .comment-box .date,
  .comment-info .time {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    top: -3px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  
  .comments-area .comment-box .name a {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #222222;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
    font-family: "Gotham-Medium";
    margin-bottom: 7px;
  }
  
  .comments-area .comment-box .text {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    font-weight: 400;
  }
  .reply-btn {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    font-size: 12px;
    color: #222222;
    line-height: 20px;
    font-weight: 500;
    font-family: "Gotham-Medium";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
  }
  .reply-btn a {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    font-size: 12px;
    color: #222222;
    line-height: 20px;
    font-weight: 500;
    font-family: "Gotham-Medium";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
  }
  
  .reply-btn a:before {
    position: absolute;
    left: -23px;
    top: -2px;
    height: 23px;
    width: 85px;
    background-image: url(images/icons/brush-6.png);
    background-repeat: no-repeat;
    content: "";
    z-index: -1;
  }
  
  .reply-btn a:hover {
    text-decoration: underline;
  }
  
  /*** 
  
  ====================================================================
                  Comment Form
  ====================================================================
  
   ***/
  
  .sidebar-page-container .comment-form {
    position: relative;
  }
  
  .comment-form .form-group {
    position: relative;
    margin-bottom: 15px;
  }
  
  .comment-form .form-group:last-child {
    margin-bottom: 0;
  }
  
  .comment-form .form-group input[type="text"],
  .comment-form .form-group input[type="email"],
  .comment-form .form-group input[type="tel"],
  .comment-form .form-group input[type="url"],
  .comment-form .form-group textarea,
  .comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    font-weight: 500;
    padding: 15px 20px;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #fff;
  }
  
  .comment-form .form-group input:focus,
  .comment-form .form-group select:focus,
  .comment-form .form-group textarea:focus {
    border-color: #000000;
    background: #fff !important;
  }
  
  .comment-form .form-group textarea {
    height: 150px;
    resize: none;
  }
  
  .comment-form .form-group input[type="submit"],
  .comment-form button {
    margin-top: 15px;
  }
  
  /*** 
  
  ====================================================================
          Shop Page Section
  ====================================================================
  
  ***/
  
  .shop-upper-box {
    position: relative;
    margin-bottom: 50px;
  }
  
  .shop-upper-box .items-label {
    position: relative;
    font-size: 12px;
    line-height: 26px;
    color: #666666;
    padding: 10px 0;
    text-transform: uppercase;
  }
  
  .sort-by .ui-selectmenu-button.ui-button {
    position: relative;
    display: block;
    height: 46px;
    width: 100%;
    font-size: 12px;
    color: #666666;
    min-width: 265px;
    line-height: 24px;
    text-align: left;
    padding: 10px 20px;
    font-weight: 400;
    border: 1px solid #dddddd;
    text-transform: uppercase;
    background: #ffffff;
  }
  
  .sort-by .ui-button .ui-icon {
    background: none;
    position: relative;
    top: -11px;
    right: -20px;
    text-indent: 0px;
    color: #dddddd;
    height: 46px;
    width: 50px;
    border-left: 1px solid #dddddd;
  }
  
  .sort-by .ui-button .ui-icon:before {
    font-family: "FontAwesome";
    content: "\f107";
    font-weight: 900;
    position: absolute;
    right: 0px;
    top: 0;
    height: 46px;
    width: 50px;
    line-height: 46px;
    display: block;
    color: #aaaaaa;
    font-size: 16px;
    text-align: center;
    z-index: 5;
  }
  
  .ui-state-active,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active,
  a.ui-button:active,
  .ui-button:active,
  .ui-button.ui-state-active:hover {
    background-color: #ecba00;
    border-color: #ecba00;
  }
  
  .ui-menu .ui-menu-item {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #c5c5c5;
  }
  
  .ui-menu .ui-menu-item:last-child {
    border: none;
  }
  
  .ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  
  .shop-item {
    position: relative;
    margin-bottom: 55px;
  }
  
  .shop-item .inner-box {
    position: relative;
  }
  
  .shop-item .image {
    position: relative;
    overflow: hidden;
  }
  
  .shop-item .image img {
    display: block;
    width: 100%;
  }
  
  .shop-item .sale {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 11px;
    color: #ffffff;
    font-weight: 500;
    background-color: #49c100;
    line-height: 20px;
    padding: 0 5px;
    min-width: 60px;
    letter-spacing: 0.5px;
    text-align: right;
    text-transform: uppercase;
    font-family: "Gotham-Medium";
  }
  
  .shop-item .sale.on {
    background-color: #ff9000;
    min-width: 85px;
  }
  
  .shop-item .btn-box {
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  
  .shop-item .inner-box:hover .btn-box {
    bottom: 0;
  }
  
  .shop-item .btn-box .cart-btn {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: #222222;
    padding: 15px 25px;
    background-color: #ffffff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  
  .shop-item .btn-box .cart-btn i {
    margin-right: 5px;
    font-size: 16px;
    color: #666666;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  
  .shop-item .btn-box .cart-btn:hover i {
    color: #ffffff;
  }
  
  .shop-item .btn-box .cart-btn:hover {
    background-color: #222222;
    color: #ffffff;
  }
  
  .shop-item .lower-content {
    position: relative;
    padding: 30px 0px 0;
  }
  
  .shop-item .lower-content h3 {
    position: relative;
    font-size: 16px;
    color: #222222;
    line-height: 1.2em;
    font-weight: 500;
    font-family: "Gotham-Medium";
    text-transform: capitalize;
    margin-bottom: 7px;
  }
  
  .shop-item .lower-content h3 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .shop-item .lower-content h3 a:hover {
    color: #ecba00;
  }
  
  .shop-item .lower-content .price {
    position: relative;
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 18px;
  }
  
  .shop-item .lower-content .price del {
    color: #666666;
    text-decoration: line-through;
    margin-right: 10px;
  }
  
  .shop-item .lower-content .rating {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    color: #666666;
    font-weight: 400;
  }
  
  .shop-item .lower-content .rating span {
    display: inline-block;
    margin: 0 1px;
  }
  
  .shop-item .lower-content .rating .fa.light {
    color: #cccccc;
  }
  
  /*=======================
      Shop Sidebar
  ========================*/
  .shop-sidebar {
    position: relative;
    padding-top: 100px;
  }
  
  .shop-sidebar .sidebar-title {
    margin-bottom: 15px;
  }
  
  /*Sidebar Range slider */
  .range-slider-one {
    position: relative;
  }
  
  .range-slider-one .title {
    position: relative;
    float: left;
    color: #222222;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    font-weight: 400;
  }
  
  .range-slider-one .title:before {
    position: absolute;
    content: "$";
    right: -14px;
    top: 10px;
    color: #222222;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
  }
  
  .range-slider-one .input {
    float: right;
    left: 8px;
    max-width: 75px;
    padding-left: 8px;
    position: relative;
  }
  
  .range-slider-one .input input {
    background: none;
    color: #222222;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    max-width: 100px;
    text-align: left;
  }
  
  .range-slider-one .ui-widget.ui-widget-content {
    height: 3px;
    border: none;
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: #efefef;
  }
  
  .range-slider-one .ui-slider .ui-slider-range {
    top: 0px;
    height: 2px;
    background: #ecba00;
  }
  
  .range-slider-one .ui-state-default,
  .range-slider-one .ui-widget-content .ui-state-default {
    top: -4px;
    width: 10px;
    height: 10px;
    z-index: 99;
    background: #ecba00;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
  }
  
  .range-slider-one .theme-btn {
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
    padding: 10px 26px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #222222;
    border: 1px solid #222222;
  }
  
  .range-slider-one .theme-btn:hover {
    background-color: #ffffff;
    color: #222222;
  }
  
  /*=== Category List ===*/
  .sho-sidebar .category-list li {
    position: relative;
    padding-left: 15px;
  }
  
  .sho-sidebar .category-list li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    font-weight: 400;
    content: "\f0da";
    font-family: "FontAwesome";
  }
  
  /*Sidebar Recent Posts */
  
  .recent-products .post {
    position: relative;
    padding: 7px 0 0 117px;
    min-height: 95px;
    margin-bottom: 30px;
  }
  
  .recent-products .post:last-child {
    margin-bottom: 0px;
  }
  
  .recent-products .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 95px;
  }
  
  .recent-products .post .post-thumb img {
    display: block;
    width: 100%;
  }
  
  .recent-products .post h4 {
    font-size: 14px;
    color: #222222;
    line-height: 24px;
    font-weight: 400;
    font-family: "Gotham-Book";
    text-transform: capitalize;
  }
  
  .recent-products .post h4 a {
    color: #222222;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
  }
  
  .recent-products .post a,
  .recent-products .post a:hover {
    color: #ecba00;
  }
  
  .recent-products .post .price {
    font-size: 12px;
    color: #666666;
    font-weight: 500;
    font-family: "Gotham-Medium";
    margin-bottom: 8px;
  }
  
  .recent-products .post .rating .fa {
    position: relative;
    display: inline-block;
    margin-right: 2px;
    font-size: 14px;
    line-height: 23px;
    color: #666666;
  }
  
  .recent-products .post .rating .fa.light {
    color: #cccccc;
  }
  
  /*** 
  
  ====================================================================
      Shop Page Section
  ====================================================================
  
  ***/
  
  .shop-single-section {
    position: relative;
    padding: 150px 0px 100px;
  }
  
  .product-details .image-column,
  .product-details .content-column {
    margin-bottom: 40px;
  }
  
  .product-details .image-column .owl-dots,
  .product-details .image-column .owl-nav {
    display: none;
  }
  
  .product-details .image-column .image-carousel {
    margin-bottom: 20px;
  }
  
  .product-details .image-column .thumbs-carousel {
    position: relative;
  }
  
  .product-details .image-column .thumbs-carousel li {
    position: relative;
    cursor: pointer;
  }
  
  .product-details .image-column .thumbs-carousel li:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff582;
    opacity: 0;
    content: "";
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .product-details .image-column .thumbs-carousel li:hover:before {
    opacity: 0.8;
  }
  
  .product-details .info-column .inner-column {
    position: relative;
    padding-left: 10px;
    padding-top: 5px;
  }
  
  .product-details .info-column h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2em;
    color: #222222;
    letter-spacing: -1px;
    margin-bottom: 6px;
  }
  
  .product-details .info-column h3 a {
    color: #222222;
  }
  
  .product-details .info-column .rating {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
  }
  
  .product-details .info-column .rating span {
    color: #222222;
  }
  
  .product-details .info-column .rating .fa {
    display: inline-block;
  }
  
  .product-details .info-column .rating .fa.light {
    color: #dadada;
  }
  
  .product-details .info-column .reviews {
    position: relative;
    font-size: 14px;
    color: #222222;
    margin-left: 10px;
    display: inline-block;
    margin-bottom: 30px;
  }
  
  .product-details .info-column .item-price {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #222222;
    line-height: 24px;
    font-family: "Gotham-Medium";
    margin-bottom: 30px;
  }
  
  .product-details .info-column .reviews a {
    position: relative;
    color: #777777;
    font-size: 16px;
  }
  
  .product-details .basic-details .product-tag {
    position: relative;
    margin-top: 40px;
  }
  
  .product-details .basic-details .product-tag li {
    position: relative;
    color: #222222;
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .product-details .basic-details .product-tag li strong {
    position: relative;
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    min-width: 93px;
    font-family: "Gotham-Medium";
    display: inline-block;
  }
  
  .product-details .basic-details .text {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 30px;
  }
  
  .product-details .basic-details .availablity {
    position: relative;
    float: left;
    padding-right: 40px;
    line-height: 32px;
    margin-bottom: 27px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #777777;
  }
  
  .product-details .other-options {
    position: relative;
  }
  
  .product-details .basic-details .availablity strong {
    font-size: 14px;
    letter-spacing: 2px;
    color: #11da61;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .product-details .basic-details .item-quantity {
    position: relative;
    float: left;
    width: 100px;
    height: 50px;
    margin-bottom: 15px;
    margin-right: 40px;
    border: 0;
  }
  
  .product-details .basic-details .quantity-spinner,
  .cart-section input.quantity-spinner {
    line-height: 28px;
    width: 50px;
    padding: 10px 15px !important;
    height: 50px !important;
    box-shadow: none !important;
    border: 1px solid #eeeeee;
    text-align: center;
    font-size: 18px;
    color: #222222;
  }
  
  .product-details
    .basic-details
    .bootstrap-touchspin
    .input-group-btn-vertical
    > .btn,
  .cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn {
    background: none;
    border: 0;
    margin-right: 10px;
    color: #222222;
    text-align: center;
  }
  
  .bootstrap-touchspin .input-group-btn-vertical {
    width: 50px;
    text-align: center;
    border: 1px solid #eeeeee;
    border-left: 0;
  }
  
  .bootstrap-touchspin .input-group-btn-vertical i {
    left: 0;
    width: 100%;
  }
  
  .product-details .other-options .btn-style-one {
    position: relative;
    font-weight: 400;
    border: 1px solid #222222;
    padding: 14px 35px;
  }
  
  .product-details .other-options .btn-style-one:hover {
    background: transparent;
  }
  
  /*** 
  
  ====================================================================
      Product Tabs Style
  ====================================================================
  
  ***/
  
  .product-info-tabs {
    position: relative;
    padding: 70px 0px 100px;
  }
  
  .tabs-box .tab {
    display: none;
  }
  
  .tabs-box .tab.active-tab {
    display: block;
  }
  
  .product-info-tabs .prod-tabs {
    position: relative;
  }
  
  .product-info-tabs .prod-tabs .tab-btns {
    position: relative;
    display: inline-block;
    z-index: 1;
    border-bottom: 1px solid #222222;
  }
  
  .product-info-tabs .prod-tabs .tab-btns .tab-btn {
    position: relative;
    float: left;
    font-size: 24px;
    color: #222222;
    cursor: pointer;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: -1px;
    font-family: "Gotham-Light";
    padding: 10px 12px;
    border-bottom: 2px solid transparent;
    margin-right: 20px;
  }
  
  .product-info-tabs .prod-tabs .tab-btns .tab-btn:hover,
  .product-info-tabs .prod-tabs .tab-btns .tab-btn.active-btn {
    border-bottom: 2px solid #222222;
    text-shadow: 0 0 1px #000000;
  }
  
  .product-info-tabs .prod-tabs .tab-btns .tab-btn:last-child {
    margin-right: 0;
  }
  
  .product-info-tabs .prod-tabs .tabs-container {
    position: relative;
  }
  
  .product-info-tabs .prod-tabs .tabs-container .tab {
    position: relative;
    padding: 30px 0px;
    display: none;
  }
  
  .product-info-tabs .prod-tabs .tabs-content .tab .content {
    position: relative;
    padding: 40px 0px 0px;
  }
  
  .product-info-tabs .prod-tabs .tabs-content .tab .content p {
    position: relative;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  
  .product-info-tabs .prod-tabs .tabs-container .tab.active-tab {
    display: block;
  }
  
  .product-info-tabs .prod-tabs .tabs-container .tab p,
  .product-info-tabs .prod-tabs .tabs-container .tab h2 {
    margin-bottom: 15px;
  }
  
  .product-info-tabs .prod-tabs .tabs-container .tab h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 15px;
  }
  
  .product-info-tabs .prod-tabs .tabs-container .tab h4 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 15px;
  }
  
  .product-info-tabs .prod-tabs .reviews-container {
    position: relative;
  }
  
  .product-info-tabs .prod-tabs .reviews-container .review-box {
    position: relative;
    margin-bottom: 30px;
    padding-left: 100px;
    min-height: 100px;
  }
  
  .product-info-tabs .prod-tabs .reviews-container .rev-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 82px;
    height: 82px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    border-radius: 3px;
  }
  
  .product-info-tabs .prod-tabs .reviews-container .rev-thumb img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 3px;
  }
  
  .product-info-tabs .prod-tabs .reviews-container .rev-content {
    position: relative;
    padding: 15px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
  }
  
  .product-info-tabs .prod-tabs .reviews-container .rating {
    color: #222222;
    font-size: 13px;
  }
  
  .product-info-tabs .prod-tabs .reviews-container .rating .fa {
    margin-right: 1px;
  }
  
  .product-info-tabs .prod-tabs .reviews-container .rev-info {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  
  .product-info-tabs .prod-tabs .reviews-container .rev-text {
    font-size: 14px;
  }
  
  .product-info-tabs .prod-tabs .add-review {
    position: relative;
    margin: 30px 0px 20px;
    font-size: 14px;
  }
  
  .product-info-tabs .prod-tabs .add-review .rating {
    position: relative;
    padding-top: 8px;
  }
  
  .product-info-tabs .prod-tabs .add-review .rating .rate-box {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #555555;
  }
  
  .product-info-tabs .prod-tabs .add-review .rating .rate-box:hover,
  .product-info-tabs .prod-tabs .add-review .rating .rate-box:focus,
  .product-info-tabs .prod-tabs .add-review .rating .rate-box:active {
    color: #fff582;
  }
  
  .product-info-tabs .prod-tabs .add-review label {
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #303030;
  }
  
  .product-info-tabs .prod-tabs .add-review h3 {
    margin-bottom: 20px;
    color: #333333;
    font-size: 28px;
  }
  
  .product-info-tabs .prod-tabs .add-review .form-group {
    position: relative;
    margin-bottom: 20px;
  }
  
  .product-info-tabs .prod-tabs .add-review .form-group input[type="text"],
  .product-info-tabs .prod-tabs .add-review .form-group input[type="password"],
  .product-info-tabs .prod-tabs .add-review .form-group input[type="tel"],
  .product-info-tabs .prod-tabs .add-review .form-group input[type="email"],
  .product-info-tabs .prod-tabs .add-review .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 9px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
  }
  
  .product-info-tabs .prod-tabs .add-review .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 8px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    height: 150px;
    resize: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
  }
  
  .product-info-tabs .prod-tabs .add-review .form-group input:focus,
  .product-info-tabs .prod-tabs .add-review .form-group textarea:focus,
  .product-info-tabs .prod-tabs .add-review .form-group select:focus {
    border-color: #000000;
  }
  
  /*** 
  
  ====================================================================
      Related Projects
  ====================================================================
  
  ***/
  
  .related-projects {
    position: relative;
  }
  
  .related-projects .title {
    position: relative;
    text-align: center;
    margin-bottom: 75px;
  }
  
  .related-projects h2 {
    position: relative;
    display: inline-block;
    color: #333333;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.2em;
  }
  
  .related-projects h2:before {
    position: absolute;
    left: 10px;
    top: -25px;
    height: 90px;
    width: 320px;
    background-image: url(images/icons/title-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: -1;
  }
  
  .related-projects .shop-item {
    margin-bottom: 40px;
  }
  
  .related-projects .shop-item .lower-content {
    padding: 40px 5px 0;
  }
  
  .related-projects .shop-item .lower-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    font-family: "Gotham-Bold";
  }
  
  .shop-item .lower-content .rating {
    color: #222222;
  }
  
  .shop-item .lower-content .rating .fa.light {
    color: #222222;
  }
  
  /*** 
  
  ====================================================================
      Login Section
  ====================================================================
  
  ***/
  
  .login-section {
    position: relative;
    padding: 130px 0px 140px;
  }
  
  .login-section .title {
    position: relative;
    margin-bottom: 45px;
  }
  
  .login-section .title h2 {
    position: relative;
    font-size: 24px;
    color: #222222;
    line-height: 1.2em;
    letter-spacing: -1px;
    font-family: "Gotham-Bold";
  }
  
  .login-form {
    position: relative;
    max-width: 650px;
    margin-bottom: 0;
  }
  
  .login-form .form-group {
    position: relative;
    margin-bottom: 40px;
  }
  
  .login-form .form-group:last-child {
    margin-bottom: 0;
  }
  
  .login-form .form-group .theme-btn {
    margin-right: 0;
  }
  
  .login-form .form-group label {
    position: relative;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: "Gotham-Book";
  }
  
  .login-form .form-group input[type="text"],
  .login-form .form-group input[type="password"],
  .login-form .form-group input[type="tel"],
  .login-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 15px 20px;
    height: 52px;
    font-size: 14px;
    border: 1px solid #dddddd;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .login-form .form-group input[type="text"]:focus,
  .login-form .form-group input[type="password"]:focus,
  .login-form .form-group input[type="tel"]:focus,
  .login-form .form-group input[type="email"]:focus,
  .login-form .form-group select:focus,
  .login-form .form-group textarea:focus {
    border-color: #000000;
  }
  
  .login-form button {
    padding: 15px 30px;
    min-width: 150px;
    color: #ffffff;
    background-color: #000000;
  }
  
  .login-form .form-group .remember {
    position: relative;
    display: inline-block;
    margin-left: 40px;
    top: 2px;
  }
  
  .login-form .form-group .remember label {
    display: inline-block;
    margin: 0;
    top: -2px;
    font-size: 14px;
    color: #666666;
    text-transform: capitalize;
  }
  
  .login-form .psw {
    position: absolute;
    color: #666666;
    font-size: 16px;
    min-width: 200px;
    margin-top: 15px;
  }
  
  .login-form .psw:hover {
    text-decoration: underline;
  }
  
  /*** 
  
  ====================================================================
              coming Soon
  ====================================================================
  
  ***/
  
  .coming-soon {
    position: relative;
    background-repeat: no-repeat;
    background-position: center 140px;
    background-color: #f7f7f7;
    padding: 400px 0 400px;
    text-align: center;
  }
  
  .coming-soon .logo-box {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    text-align: center;
    display: inline-block;
    top: 50px;
  }
  
  .coming-soon .title {
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  
  .coming-soon .title h2 {
    position: relative;
    font-size: 72px;
    line-height: 1em;
    color: #f7f7f7;
    font-weight: 500;
    letter-spacing: -4px;
    font-family: "Gotham-Medium";
    margin-bottom: 20px;
  }
  
  .timer {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(images/icons/count-down-bg.png);
  }
  
  .cs-countdown {
    position: relative;
    margin-bottom: 40px;
  }
  
  .cs-countdown div {
    position: relative;
    display: inline-block;
    height: 130px;
    text-align: center;
    min-width: 120px;
    padding-top: 50px;
  }
  
  .cs-countdown span {
    position: relative;
    display: block;
    font-size: 64px;
    color: #222222;
    line-height: 1em;
    font-weight: 300;
    text-align: center;
    font-family: "Gotham-Light";
  }
  
  .cs-countdown h6 {
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    margin: 0 auto;
    font-size: 16px;
    color: #222222;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    font-family: "Gotham-Medium";
  }
  
  .coming-soon .link-box {
    position: relative;
  }
  
  .coming-soon .link-box .theme-btn {
    display: inline-block;
    margin: 0 7px;
  }
  
  .icon-clock {
    height: 158px;
    width: 177px;
    background-image: url(images/icons/icon-clock.png);
  }
  
  .coming-soon .icon-1 {
    left: -155px;
    bottom: 0;
  }
  
  .coming-soon .icon-2 {
    left: -100px;
    bottom: 0;
  }
  
  .coming-soon .icon-flower {
    right: -360px;
    bottom: 0;
  }
  
  .coming-soon .icon-clock {
    position: absolute;
    top: 50%;
    left: 45px;
    -webkit-transform: translateY(-85px);
    -moz-transform: translateY(-85px);
    -ms-transform: translateY(-85px);
    -o-transform: translateY(-85px);
    transform: translateY(-85px);
  }
  
  .coming-soon .link-box {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    text-align: center;
  }
  
  /*** 
  
  ====================================================================
      Side Nav Two
  ====================================================================
  
  ***/
  
  .side-nav-two {
    position: fixed;
    width: 300px;
    left: -300px;
    top: 0px;
    height: 100%;
    z-index: 999;
    overflow: hidden;
    padding: 0px 0px;
    background: #fefefe;
    font-family: "Gotham-Book";
    -webkit-box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  
  .active-side-nav .side-nav-two {
    left: 0px;
  }
  
  .side-nav-two .toggle-btn {
    position: absolute;
    right: 15px;
    top: 5px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #202020;
    cursor: pointer;
    display: block;
    z-index: 10;
  }
  
  .side-nav-two .toggle-btn .closer {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #222222;
  }
  
  .side-nav-two .logo {
    position: relative;
    margin-bottom: 50px;
    padding: 40px 0px 0px;
  }
  
  .side-nav-two .side-nav-wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 30px 30px 80px;
    overflow: hidden;
    overflow-y: auto;
  }
  
  .side-nav-two .side-nav {
    position: relative;
    margin-bottom: 10px;
  }
  
  .side-nav-two .side-nav .navigation > li,
  .side-nav-two .side-nav .navigation > li > ul > li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  
  .side-nav-two .side-nav .navigation > li.dropdown > ul > li:last-child,
  .side-nav-two .side-nav .navigation > li:last-child {
    border-bottom: none;
  }
  
  .side-nav-two .side-nav .navigation > li.dropdown > ul > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  
  .side-nav-two .side-nav .navigation > li > a {
    position: relative;
    display: block;
    line-height: 26px;
    padding: 12px 0px;
    color: #222222;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
  }
  
  .side-nav-two .side-nav .navigation > li > ul > li > a,
  .side-nav-two .side-nav .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    line-height: 20px;
    padding: 10px 20px;
    color: #222222;
    font-weight: 400;
    font-family: "Gotham-Medium";
    font-size: 13px;
    text-transform: capitalize;
  }
  
  .side-nav-two .side-nav .navigation > li > ul > li,
  .side-nav-two .side-nav .navigation > li > ul > li > ul > li {
    margin-bottom: 0px;
  }
  
  .side-nav-two .side-nav .navigation > li > ul > li:last-child,
  .side-nav-two .side-nav .navigation > li > ul > li > ul > li:last-child {
    margin: 0px;
  }
  
  .side-nav-two .side-nav .navigation > li:hover > a,
  .side-nav-two .side-nav .navigation > li > ul > li:hover > a,
  .side-nav-two .side-nav .navigation > li.current > a,
  .side-nav-two .side-nav .navigation > li > ul > li.current > a {
    color: #ff4136;
  }
  
  .side-nav-two .side-nav .navigation > li.active > a {
    color: #ff4136;
  }
  
  .side-nav-two .side-nav .navigation > li.dropdown > a {
    padding-right: 30px;
  }
  
  .side-nav-two .side-nav .navigation > li.dropdown > a:before {
    font-family: "FontAwesome";
    content: "\f061";
    position: absolute;
    right: 0px;
    top: 12px;
    display: block;
    font-size: 10px;
    z-index: 5;
    font-weight: 300;
  }
  
  .side-nav-two .side-nav .navigation > li.dropdown > ul,
  .side-nav-two .side-nav .navigation > li.dropdown > ul > li.dropdown > ul {
    position: relative;
    display: none;
    width: 100%;
    z-index: 100;
    background: #ffffff;
    padding: 0px 0px;
  }
  
  .side-nav-two .side-nav .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 34px;
    height: 30px;
    border: 1px solid #e0e0e0;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #cccccc;
    cursor: pointer;
    z-index: 5;
    display: none;
  }
  
  .side-nav-two .bottom-content {
    position: absolute;
    text-align: center;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 30px 0px 20px;
    background: #ffffff;
    font-size: 14px;
    line-height: 1.7em;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
    z-index: 5;
  }
  
  .side-nav-two .social-links {
    position: relative;
    text-align: center;
    font-size: 14px;
  }
  
  .side-nav-two .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 3px;
  }
  
  .side-nav-two .social-links li a {
    position: relative;
    display: block;
    color: #222222;
    width: 40px;
    height: 40px;
    background: #f0f0f0;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .side-nav-two .social-links li a:hover {
    color: #ffffff;
    background: #ff4136;
  }
  
  /*** 
  
  ====================================================================
      Side Nav Two
  ====================================================================
  
  ***/
  
  .side-nav-one {
    position: fixed;
    width: 350px;
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: 999;
    overflow: hidden;
    padding: 0px 0px;
    background: #ffffff;
    /*-webkit-box-shadow:3px 0px 10px 0px rgba(0,0,0,0.05);
      -ms-box-shadow:3px 0px 10px 0px rgba(0,0,0,0.05);
      box-shadow:3px 0px 10px 0px rgba(0,0,0,0.05);*/
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  
  .active-side-nav .side-nav-one {
    left: 0px;
  }
  
  .side-nav-one .toggle-btn {
    position: absolute;
    right: 15px;
    top: 5px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #202020;
    cursor: pointer;
    display: none;
    z-index: 10;
  }
  
  .side-nav-one .toggle-btn .closer {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #222222;
  }
  
  .side-nav-one .logo {
    position: relative;
    margin-bottom: 100px;
    padding: 50px 0px 0px;
  }
  
  .side-nav-one .side-nav-wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 50px 30px 20px 100px;
    overflow: hidden;
    overflow-y: auto;
  }
  
  .side-nav-one .side-nav {
    position: relative;
    margin-bottom: 100px;
  }
  
  .side-nav-one .side-nav .navigation > li {
    position: relative;
    margin-bottom: 10px;
  }
  
  .side-nav-one .side-nav .navigation > li > a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 5px 20px 5px 0px;
    color: #222222;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
  }
  
  .side-nav-one .side-nav .navigation > li > ul > li > a,
  .side-nav-one .side-nav .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 5px 20px 5px 0px;
    margin-left: 20px;
    color: #222222;
    font-weight: 600;
    font-size: 13px;
    text-transform: capitalize;
  }
  
  .side-nav-one .side-nav .navigation > li > ul > li,
  .side-nav-one .side-nav .navigation > li > ul > li > ul > li {
    margin-bottom: 10px;
  }
  
  .side-nav-one .side-nav .navigation > li > ul > li:last-child,
  .side-nav-one .side-nav .navigation > li > ul > li > ul > li:last-child {
    margin: 0px;
  }
  
  .side-nav-one .side-nav .navigation > li:hover > a,
  .side-nav-one .side-nav .navigation > li > ul > li:hover > a,
  .side-nav-one .side-nav .navigation > li.current > a,
  .side-nav-one .side-nav .navigation > li > ul > li.current > a {
    color: #ff4136;
  }
  
  /*.side-nav-one .side-nav .navigation > li.dropdown > a{
      padding-right:30px;	
  }*/
  
  /*.side-nav-one .side-nav .navigation > li.dropdown > a:before{
      font-family: 'FontAwesome';
      content: "\f061";
      position:absolute;
      right:0px;
      top:12px;
      display:block;
      font-size:10px;
      z-index:5;
      font-weight:300;
  }*/
  
  .side-nav-one .side-nav .navigation > li > a:after,
  .side-nav-one .side-nav .navigation > li > ul > li > a:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    border-bottom: 1px solid #222222;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  
  .side-nav-one .side-nav .navigation > li:hover > a:after,
  .side-nav-one .side-nav .navigation > li > ul > li:hover > a:after,
  .side-nav-one .side-nav .navigation > li.current > a:after,
  .side-nav-one .side-nav .navigation > li > ul > li.current > a:after {
    width: 100%;
  }
  
  .side-nav-one .side-nav .navigation > li.dropdown > ul,
  .side-nav-one .side-nav .navigation > li.dropdown > ul > li.dropdown > ul {
    position: relative;
    display: none;
    width: 100%;
    z-index: 100;
    background: #ffffff;
    padding: 10px 0px 0px;
  }
  
  .side-nav-one .side-nav .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 34px;
    height: 30px;
    border: 1px solid #e0e0e0;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #cccccc;
    cursor: pointer;
    z-index: 5;
    display: none;
  }
  
  .side-nav-one .social-links {
    position: relative;
    font-size: 14px;
    margin-left: -10px;
  }
  
  .side-nav-one .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
  }
  
  .side-nav-one .social-links li a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    color: #222222;
    line-height: 30px;
    text-align: center;
  }
  
  .side-nav-one .social-links li a:hover {
    color: #222222;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .sm.testimonial-section {
    padding-bottom: 200px;
  }
  .sm.portfolio-grid {
    background: #fff;
    padding-bottom: 50px;
  }
  .sm.portfolio-full-width {
    background: #fff;
  }
  .sm.portfolio-no-padding {
    background: #fff;
    padding-bottom: 100px;
  }
  .sm.portfolio-masonry-full-width {
    background: #fff;
  }
  .sm.portfolio-grid-masonry {
    background: #fff;
  }
  .sm.portfolio-single {
    background: #fff;
  }
  .sm.blog-grid {
    background: #fff;
    padding-bottom: 0;
  }
  .km.blog-grid {
    background: #fff;
    padding-top: 0px;
  }
  .sidebar-page-container.alternate {
    background: #fff;
  }
  .sm.blog-list {
    background: #fff;
  }
  .sidebar-page-container {
    background: #fff;
  }
  .sm.contact-info-section {
    background: #fff;
  }
  .sm.contact-section {
    background: #fff;
  }
  .widget ul li a:hover {
    color: #000000;
    text-decoration: underline;
  }
  .recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .main-menu .navigation > li > ul > li ul ul {
    display: none !important;
  }
  
  .paginate-links > a > span {
    position: relative;
    font-size: 18px;
    color: #050505;
    font-weight: 300;
    border: 1px solid #e9e9e9;
    border-radius: 0px !important;
    background: #f6f6f6;
    font-family: "Gotham-Light";
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    /* width: 102px; */
    /* height: 40px; */
    padding: 5px 15px;
  }
  .paginate-links > span {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    border: 1px solid #e9e9e9;
    padding: 6px 15px;
    border-radius: 0px !important;
    background: #111111;
    font-family: "Gotham-Light";
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .paginate-links > span:first-child {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    border: 1px solid #e9e9e9;
    padding: 6px 18px;
    border-radius: 0px !important;
    background: #111111;
    font-family: "Gotham-Light";
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .paginate-links > a > span:hover {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    border: 1px solid #e9e9e9;
    border-radius: 0px !important;
    background: #111111;
    font-family: "Gotham-Light";
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .blog-single .lower-content ul.info {
    padding-left: 0;
  }
  table {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .add-comment-box form {
    margin-bottom: 30px;
  }
  .depth-2 {
    margin-left: 25px !important;
    margin-top: 30px;
  }
  
  .comment-box .bon-comment-item .bon-comment-item .comment-form {
    margin-left: 25px;
  }
  .depth-3 {
    margin-left: 40px !important;
    margin-top: 30px;
  }
  .comment-box
    .bon-comment-item
    .bon-comment-item
    .bon-comment-item
    .comment-form {
    margin-left: 40px;
  }
  .depth-4 {
    margin-left: 70px !important;
    margin-top: 30px;
  }
  .comment-box
    .bon-comment-item
    .bon-comment-item
    .bon-comment-item
    .bon-comment-item
    .comment-form {
    margin-left: 70px;
  }
  .depth-5 {
    margin-left: 95px !important;
    margin-top: 30px;
  }
  
  .sm.news-section .news-block .lower-content {
    padding: 20px 20px 0 !important;
  }
  
  .news-block:nth-child(3n + 2) {
    margin-top: 50px;
  }
  
  /*** 
  
  ====================================================================
      Counter Section
  ====================================================================
  
  ***/
  
  .ex-counter-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
  }
  
  .ex-counter-section:before {
    position: absolute;
    content: "";
    right: 0px;
    top: -300px;
    width: 306px;
    height: 768px;
    display: inline-block;
    background: url(images/resource/pattern-1.png) no-repeat;
  }
  
  .ex-counter-section .inner-section:before {
    position: absolute;
    content: "";
    right: 100%;
    top: 0px;
    width: 20000px;
    height: 100%;
    background-color: #f5f8fb;
  }
  
  .ex-counter-section .inner-section .big-letter {
    position: absolute;
    content: "";
    right: 150px;
    top: 0px;
    line-height: 1em;
    font-size: 440px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.1);
  }
  
  .ex-counter-section .inner-section:after {
    position: absolute;
    content: "";
    right: -50px;
    bottom: -50px;
    width: 100px;
    height: 100px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ffffff;
  }
  
  /* Counter Style Two */
  
  .ex-counter-section.style-two {
    border-top: 1px solid #f2f2f2;
  }
  
  .ex-counter-section.style-two:before {
    display: none;
  }
  
  .ex-counter-section.style-two .inner-section {
    margin-left: 0px;
    background: none;
    padding: 90px 0px 60px;
  }
  
  .ex-counter-section.style-two .inner-section:before {
    display: none;
  }
  
  .ex-counter-section.style-two
    .ex-counter-section
    .ex-fact-counter
    .count-outer
    .count-text,
  .ex-counter-section.style-two
    .ex-counter-section
    .ex-fact-counter
    .count-outer {
    color: #222222;
  }
  
  .ex-counter-section.style-two
    .ex-counter-section
    .ex-fact-counter
    .column
    .counter-title {
    color: #777777;
  }
  
  .ex-counter-section.style-two
    .ex-counter-section
    .ex-fact-counter
    .column
    .inner
    .icon-box {
    color: #07d346;
  }
  
  .ex-counter-section.style-two .inner-section:after,
  .ex-counter-section.style-three .inner-section:after {
    display: none;
  }
  
  /*Counter Style Three*/
  
  .ex-counter-section.style-three {
    background-color: #ff4c72;
  }
  
  .ex-counter-section.style-three:before {
    display: none;
  }
  
  .ex-counter-section.style-three .inner-section {
    margin-left: 0px;
    background: none;
    padding: 90px 0px 60px;
  }
  
  .ex-counter-section.style-three .inner-section:before {
    display: none;
  }
  
  .ex-counter-section.style-three
    .ex-counter-section
    .ex-fact-counter
    .count-outer
    .count-text,
  .ex-counter-section.style-three
    .ex-counter-section
    .ex-fact-counter
    .count-outer {
    color: #ffffff;
  }
  
  .ex-counter-section.style-three
    .ex-counter-section
    .ex-fact-counter
    .column
    .counter-title {
    color: #ffffff;
  }
  
  .ex-counter-section.style-three
    .ex-counter-section
    .ex-fact-counter
    .column
    .inner
    .icon-box {
    color: #ffffff;
  }
  
  /*Fact Counter*/
  
  .ex-counter-section .ex-fact-counter {
    position: relative;
  }
  
  .ex-counter-section .ex-fact-counter .column {
    position: relative;
    margin-bottom: 30px;
  }
  
  .ex-counter-section .ex-fact-counter .column .inner {
    position: relative;
    top: 0;
    z-index: 1;
    padding-left: 90px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  
  .ex-counter-section .ex-fact-counter .column .inner .icon-box {
    position: absolute;
    left: 0px;
    top: 2px;
    color: #5b5b5b;
    font-size: 60px;
    line-height: 1em;
    font-weight: 400;
  }
  
  .ex-counter-section .ex-fact-counter .count-outer {
    position: relative;
    font-size: 60px;
    line-height: 1em;
    font-weight: 700;
    color: #34ff56;
    margin: 10px 0px 0px;
  }
  
  .ex-counter-section .ex-fact-counter .count-outer .count-text {
    position: relative;
    font-weight: 700;
    color: #34ff56;
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 15px;
  }
  
  .ex-counter-section .ex-fact-counter .column .counter-title {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #4f4f4f;
    letter-spacing: 1px;
    text-transform: capitalize;
  }
  
  /*** 
  
  ====================================================================
      Contact Section extra
  ====================================================================
  
   ***/
  
  .ex-contact-section {
    position: relative;
    padding: 0px 0px 45px;
  }
  
  .ex-contact-section .info-column {
    position: relative;
    margin-bottom: 40px;
  }
  
  .ex-contact-section .info-column .inner-column {
    position: relative;
    padding-right: 60px;
  }
  
  .ex-contact-section .info-column h2 {
    position: relative;
    margin-bottom: 15px;
    font-size: 46px;
    line-height: 1em;
    color: #222222;
    font-weight: 400;
    letter-spacing: -3px;
  }
  
  .ex-contact-section .info-column .text {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  
  .ex-contact-section .info-column .phone {
    position: relative;
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    margin-top: 30px;
  }
  
  .ex-contact-section .form-column {
    position: relative;
  }
  
  .ex-contact-section .form-column .inner-column {
    position: relative;
    padding-left: 60px;
  }
  
  /*** 
  
  ====================================================================
      Contact Form extra
  ====================================================================
  
   ***/
  
  .ex-contact-section .contact-form {
    position: relative;
  }
  
  .ex-contact-section .contact-form .form-group {
    position: relative;
    margin-bottom: 18px;
  }
  
  .ex-contact-section .contact-form .form-group input[type="text"],
  .ex-contact-section .contact-form .form-group input[type="password"],
  .ex-contact-section .contact-form .form-group input[type="tel"],
  .ex-contact-section .contact-form .form-group input[type="email"],
  .ex-contact-section .contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    background: none;
    line-height: 18px;
    padding: 10px 0px 8px;
    border-bottom: 1px solid #d6d6d6 !important;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #fff;
  }
  
  .ex-contact-section .contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 10px 0px;
    color: #333333;
    height: 100px;
    font-size: 16px;
    resize: none;
    background: none;
    font-weight: 500;
    border-bottom: 1px solid #d6d6d6 !important;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #fff;
  }
  
  .ex-contact-section
    .contact-form
    .form-group
    textarea::-webkit-input-placeholder,
  .ex-contact-section .contact-form .form-group input::-webkit-input-placeholder {
    color: #242424;
  }
  
  .ex-contact-section .contact-form button {
    margin-top: 15px;
  }
  
  .ex-contact-section .contact-form input.error,
  .ex-contact-section .contact-form select.error,
  .ex-contact-section .contact-form textarea.error {
    border-color: #ff0000;
  }
  
  .ex-contact-section .contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 10px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
  }
  
  .ex-contact-section .blog-comment-form .form-group input.error,
  .ex-contact-section .blog-comment-form .form-group select.error,
  .ex-contact-section .blog-comment-form .form-group textarea.error {
    border-color: #05e249;
  }
  
  .ex-contact-section .blog-comment-form label.error {
    display: block;
    line-height: 24px;
    padding: 10px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #020202;
    font-weight: 500;
  }
  .info-column .inner-column:before {
    position: absolute;
    left: -60px;
    top: -35px;
    height: 250px;
    width: 200px;
    background-image: url(images/icons/dots.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: inline-block;
  }
  
  .info-column .inner-column h2:before {
    position: absolute;
    right: 53px;
    bottom: -17px;
    height: 90px;
    width: 320px;
    background-image: url(images/icons/title-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: -1;
  }
  
  .ex-contact-section .list-style-one li span {
    position: relative;
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .ex-contact-section .list-style-one li {
    color: #575757;
  }
  
  .ex-counter-section .inner-section {
    position: relative;
    margin-left: -30px !important;
    padding: 110px 0px 80px;
    padding-left: 80px;
    background: #f5f8fb;
    background-position: center center;
    background-repeat: no-repeat;
  }
  
  .new1 .side-nav-one .logo img {
    width: 100px !important;
  }
  
  .testimonial-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    counter-reset: count;
    transform: translateX(-50%);
  }
  .up.portfolio-section-two {
    padding: 0px 0 80px !important;
  }
  .dw.portfolio-section {
    padding: 120px 0 0px !important;
  }
  
  /*=====================================
          Home Slider Two
  =========================================*/
  
  .home-slider-one.style-two {
    position: relative;
    padding-right: 100px;
  }
  
  .home-slider-two {
    position: relative;
  }
  
  .home-slider-two .slide-item {
    position: relative;
  }
  
  .home-slider-two .slide-item .content-box {
    position: relative;
  }
  
  .home-slider-two .slide-item h2 {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 1em;
    color: #222222;
    font-weight: 500;
    margin-bottom: 25px;
  }
  
  .home-slider-two .slide-item h2:before {
    position: absolute;
    left: 0;
    top: -25px;
    width: 125px;
    height: 1px;
    background-color: #2f2f2f;
    content: "";
  }
  
  .home-slider-two .slide-item .text {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 1.3em;
    color: #222222;
    font-weight: 300;
    margin-bottom: 45px;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  
  .home-slider-two .active .slide-item .text {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
  }
  
  .home-slider-two .slide-item .dots {
    position: absolute;
    left: -120px;
    top: -50px;
    height: 250px;
    width: 200px;
    background-image: url(images/icons/dots-2.png);
    background-position: center;
    background-repeat: repeat;
    content: "";
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  
  .home-slider-two .active .slide-item .dots {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
  }
  
  .home-slider-two .slide-item {
    background-position: left center;
    padding: 250px 0 250px;
  }
  
  .home-slider-two .owl-dots {
    right: auto;
    left: 70px;
    bottom: 70px;
  }
  
  .home-slider-two .owl-nav {
    position: absolute;
    top: 50%;
    width: auto;
    right: 60px;
    left: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .home-slider-two .owl-nav .owl-next,
  .home-slider-two .owl-nav .owl-prev {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    margin: 0;
  }
  
  .home-slider-one .right-bar {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .home-slider-one .right-bar .social-icon-one {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 40px 0 1px;
    /* text-align: center; */
    left: 27%;
  }
  
  .home-slider-one .right-bar .social-icon-one li {
    display: block;
    text-align: center;
    margin: 0 0 40px;
    background: #2a2a2a;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
  
  .home-slider-one .right-bar .social-icon-one li a {
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
  }
  
  .home-slider-one .right-bar .social-icon-one li a:hover {
    color: #999999;
  }
  .up.sm.portfolio-section-two .masonry-item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  
  /*** 
  
  ====================================================================
          Testimonial Section
  ====================================================================
  
  ***/
  
  .testimonial-section.style-two {
    position: relative;
  }
  
  .testimonial-section.style-two .testimonial-carousel {
    max-width: 100%;
    margin: 0;
  }
  
  .testimonial-section.style-two .testimonial-carousel:before {
    display: none;
  }
  
  .testimonial-section.style-two .owl-dots {
    left: 115px;
    bottom: 60px;
  }
  
  .testimonial-section.style-two .testimonial-block-two {
    position: relative;
    padding: 0 115px;
  }
  
  .testimonial-section.style-two .testimonial-block-two .inner-box {
    position: relative;
    padding-right: 380px;
    margin-top: 50px;
    min-height: 240px;
  }
  
  .testimonial-section.style-two .testimonial-block-two .text {
    position: relative;
    font-size: 22px;
    line-height: 32px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 40px;
  }
  
  .testimonial-section.style-two .testimonial-block-two .name {
    position: relative;
    display: block;
    font-size: 16px;
    color: #222222;
    font-weight: 300;
    font-family: "Gotham-Light";
  }
  
  .testimonial-section.style-two .testimonial-block-two .image-box {
    position: absolute;
    right: 0;
    top: 10px;
    height: 240px;
    width: 230px;
  }
  
  .testimonial-section.style-two .testimonial-block-two .image-box .image {
    margin-bottom: 0;
  }
  
  .testimonial-section.style-two .testimonial-block-two .image-box:before {
    position: absolute;
    right: 210px;
    top: -50px;
    height: 71px;
    width: 88px;
    background-image: url(images/icons/icon-quote.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
  }
  
  .km.news-section .news-block .lower-content {
    padding: 30px 20px 0;
  }
  
  /*** 
  
  ====================================================================
      Testimonial Section
  ====================================================================
  
  ***/
  
  .ex-testimonial-section {
    position: relative;
    padding-top: 75px;
    padding-bottom: 0px;
  }
  
  .ex-testimonial-section.style-two {
    padding: 120px 0px 100px;
  }
  
  .ex-testimonial-section .carousel-column {
    position: relative;
  }
  
  .ex-testimonial-section .carousel-column .owl-nav {
    display: none;
  }
  
  .ex-testimonial-section .carousel-column .owl-dots {
    position: relative;
    margin-top: 30px;
    text-align: left;
  }
  
  .ex-testimonial-section .owl-theme .owl-dots .owl-dot span {
    display: none;
  }
  
  .ex-testimonial-section .carousel-column .owl-dots .owl-dot {
    position: relative;
    width: 14px;
    height: 6px;
    margin-right: 5px;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #cccccc;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  
  .ex-testimonial-section .carousel-column .owl-dots .owl-dot.active,
  .ex-testimonial-section .carousel-column .owl-dots .owl-dot:hover {
    width: 24px;
    border-color: #dd0713;
    background-color: #dd0713;
  }
  
  .ex-testimonial-section .carousel-column .inner-column {
    position: relative;
    padding-top: 40px;
    padding-right: 60px;
  }
  
  .ex-testimonial-section .carousel-column .inner-column h2 {
    position: relative;
    /* color: #444444; */
    /* font-size: 35px; */
    /* line-height: 1.3em; */
    display: block;
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    line-height: 1.2em;
    font-family: "Gotham-Bold";
  }
  
  .ex-testimonial-section .carousel-column .inner-column .designation {
    position: relative;
    /* color: #777777; */
    /* font-size: 15px; */
    /* line-height: 1.3em; */
    margin-top: 12px;
    display: block;
    line-height: 1.5em;
    font-size: 14px;
    color: #707070;
    font-weight: 300;
  }
  
  .ex-testimonial-section .carousel-column .inner-column .quote-icon {
    position: relative;
    color: #dd0713;
    font-size: 36px;
    margin: 20px 0px 25px;
  }
  
  .ex-testimonial-section .carousel-column .inner-column .text {
    position: relative;
    /* color: #7f8497; */
    /* font-size: 16px; */
    /* line-height: 1.8em; */
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #454545;
    font-weight: 400;
    font-style: italic;
  }
  
  .ex-testimonial-section .carousel-column .inner-column .big-letter {
    position: absolute;
    right: 85px;
    top: 50px;
    color: #f7f9ff;
    line-height: 1em;
    font-size: 400px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
  }
  
  .ex-testimonial-section .image-column {
    position: relative;
  }
  
  .ex-testimonial-section .image-column .inner-column {
    position: relative;
    min-height: 580px;
  }
  
  .ex-testimonial-section .image-column .inner-column #particles-js {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  
  .ex-testimonial-section .image-column .inner-column .author-one {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 154px;
    height: 154px;
    margin-left: -77px;
    margin-top: -77px;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
  }
  
  .ex-testimonial-section .image-column .inner-column .author-one.now-in-view {
    left: 5%;
    top: 42%;
  }
  
  /*.ex-testimonial-section .image-column .inner-column .author-one{
      position:absolute;
      left:0%;
      top:42%;
      border-radius:50%;
      overflow:hidden;
      width:154px;
      height:154px;
  } */
  
  .ex-testimonial-section .image-column .inner-column .author-two {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -47px;
    margin-top: -47px;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
  }
  
  .ex-testimonial-section .image-column .inner-column .author-two.now-in-view {
    left: 20%;
    top: 15%;
  }
  
  .ex-testimonial-section .image-column .inner-column .author-three {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -40px;
    margin-top: -40px;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
  }
  
  .ex-testimonial-section .image-column .inner-column .author-three.now-in-view {
    left: 45%;
    top: 10%;
  }
  
  .ex-testimonial-section .image-column .inner-column .author-four {
    position: absolute;
    right: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -25px;
    margin-top: -25px;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
  }
  
  .ex-testimonial-section .image-column .inner-column .author-four.now-in-view {
    right: 30%;
    top: 0%;
  }
  
  .ex-testimonial-section .image-column .inner-column .author-five {
    position: absolute;
    right: 50%;
    top: 50%;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -36px;
    margin-top: -36px;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
  }
  
  .ex-testimonial-section .image-column .inner-column .author-five.now-in-view {
    right: 15%;
    top: 14%;
  }
  
  .ex-testimonial-section .image-column .inner-column .author-six {
    position: absolute;
    right: 50%;
    top: 50%;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -36px;
    margin-top: -36px;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
  }
  
  .ex-testimonial-section .image-column .inner-column .author-six.now-in-view {
    right: 30%;
    top: 30%;
  }
  
  .ex-testimonial-section .image-column .inner-column .author-seven {
    position: absolute;
    right: 50%;
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -22px;
    margin-top: -22px;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
  }
  
  .ex-testimonial-section .image-column .inner-column .author-seven.now-in-view {
    right: 10%;
    top: 40%;
  }
  
  .ex-testimonial-section .image-column .inner-column .author-eight {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -50px;
    margin-top: -50px;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
  }
  
  .ex-testimonial-section .image-column .inner-column .author-eight.now-in-view {
    left: 35%;
    top: 48%;
  }
  
  .ex-testimonial-section .image-column .inner-column .author-nine {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -23px;
    margin-left: -23px;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
  }
  
  .ex-testimonial-section .image-column .inner-column .author-nine.now-in-view {
    left: 65%;
    top: 60%;
  }
  
  .ex-testimonial-section .image-column .inner-column .author-ten {
    position: absolute;
    right: 50%;
    top: 50%;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -29px;
    margin-top: -29px;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
  }
  
  .ex-testimonial-section .image-column .inner-column .author-ten.now-in-view {
    right: 0%;
    top: 66%;
  }
  
  .ex-testimonial-section .image-column .inner-column .author-eleven {
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -29px;
    margin-top: -29px;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
  }
  
  .ex-testimonial-section .image-column .inner-column .author-eleven.now-in-view {
    left: 25%;
    bottom: 25%;
  }
  
  /***
  
  ====================================================================
          Misiion Section
  ====================================================================
  
  ***/
  
  .ex-mission-section {
    position: relative;
    padding: 0 0 100px;
  }
  
  .ex-mission-section .sec-title .title {
    /* position: relative; */
    /* display: block; */
    /* font-size: 14px; */
    line-height: 24px;
    /* color: #0e4082; */
  
    /* text-transform: uppercase; */
    /* margin-bottom: 10px; */
    position: relative;
    display: block;
    font-size: 16px;
    color: #222222;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family: "Gotham-Book";
  }
  .ex-mission-section .sec-title h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    color: #222222;
    font-weight: 500;
  }
  
  .ex-mission-section .sec-title:before {
    opacity: 0;
  }
  
  .ex-mission-section .sec-title h2:before {
    opacity: 0;
  }
  
  .ex-mission-section .image-column {
    position: relative;
  }
  
  .ex-mission-section .image-column .inner-column {
    position: relative;
  }
  
  .ex-mission-section .image-column .image-box {
    position: relative;
  }
  
  .ex-mission-section .image-column .image-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #f5f8fb;
    content: "";
    z-index: -1;
  }
  
  .ex-mission-section .image-column .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
  }
  
  .ex-mission-section .image-column .image:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0.3))
    );
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
  }
  .ex-mission-section .image-column:hover .image:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
  }
  
  @-webkit-keyframes shine {
    100% {
      left: 125%;
    }
  }
  
  @keyframes shine {
    100% {
      left: 125%;
    }
  }
  
  .ex-mission-section .image-column .image img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .ex-mission-section .image-column .lower-content {
    position: relative;
    padding: 25px 0 0;
  }
  
  .ex-mission-section .image-column .lower-content h4 {
    position: relative;
    display: block;
    font-size: 22px;
    color: #222;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .ex-mission-section .image-column .lower-content .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    font-weight: 400;
  }
  
  .ex-mission-section .content-column {
    position: relative;
  }
  
  .ex-mission-section .content-column .sec-title {
    margin-bottom: 30px;
  }
  
  .ex-mission-section .content-column .inner-column {
    position: relative;
    padding: 75px 35px 0;
  }
  
  .ex-mission-section .content-column .description {
    position: relative;
    max-width: 320px;
    height: auto;
    padding-left: 50px;
  }
  
  .ex-mission-section .content-column .description .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
    line-height: 1em;
    color: #0e4082;
  }
  
  .ex-mission-section .content-column .description .text {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    font-weight: 400;
    margin-bottom: 40px;
  }
  
  .ex-mission-section .content-column .description .link-box {
    position: relative;
    display: inline-block;
    z-index: 2;
  }
  
  .ex-mission-section .content-column .description .link-box a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .ex-mission-section .content-column .description .link-box a:hover {
    letter-spacing: 2px;
  }
  
  .ex-mission-section .content-column .description .link-box a i {
    display: inline-block;
    margin-left: 3px;
    color: #0e4082;
  }
  
  .ex-mission-section .content-column .description .link-box a:hover {
    color: #222222;
  }
  
  .ex-mission-section .content-column .testimonial-block-two {
    position: absolute;
    max-width: 410px;
    width: 100%;
    right: -300px;
    bottom: -275px;
    padding: 0px 0px;
  }
  .ex-mission-section .testimonial-block-two {
    position: relative;
  }
  
  .ex-mission-section .testimonial-block-two .inner-box {
    position: relative;
    background-color: #fcfcfc;
    padding: 65px 70px 100px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  }
  
  .ex-mission-section .testimonial-block-two .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #6e6e6e;
    font-weight: 300;
    margin-bottom: 30px;
  }
  
  .ex-mission-section .testimonial-block-two .sign-img {
    position: relative;
  }
  
  .ex-mission-section .testimonial-block-two .sign-img img {
    max-width: 100%;
    height: auto;
  }
  
  .ex-mission-section .testimonial-block-two .icon {
    position: absolute;
    right: 35px;
    bottom: 55px;
    font-size: 80px;
    color: #f8e751;
  }
  
  .ex-testimonial-section .carousel-column .inner-column .quote-icon {
    position: relative;
    display: block;
    height: 80px;
    width: 80px;
    background-image: url(images/comments.png);
  }
  
  .services-section .service-block .icon-box {
    position: relative;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    color: #222222;
    border-radius: 5px;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 18px;
    background-color: #defff8;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .services-section .service-block:hover .icon-box {
    color: #fff;
    transform: scale(1.1);
  }
  
  .services-section .service-block .icon-box:before {
    position: absolute;
    content: "";
    background: #dd0713;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 5px;
    transform: scale(0, 0);
    z-index: -1;
    transition: all 500ms ease;
  }
  
  .services-section .service-block:hover .icon-box:before {
    transform: scale(1, 1);
  }
  
  .services-section .service-block:nth-child(2) .icon-box {
    background-color: #f6ffe2;
  }
  .services-section .service-block:nth-child(3) .icon-box {
    background-color: #fffcde;
  }
  
  .feature-block .icon-box {
    right: 0 !important;
    margin-left: 0 !important;
  }
  
  .news-block .theme-btn {
    line-height: 20px;
    padding: 16px 35px;
    border-radius: 0;
  }
  
  .news-block .btn-box:before {
    position: absolute;
    right: -40px;
    top: -20px;
    height: 58px;
    width: 214px;
    background-image: url(images/icons/brush-2.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: -1;
  }
  .news-block .btn-box {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 1000ms ease 1200ms;
    -moz-transition: all 1000ms ease 1200ms;
    -ms-transition: all 1000ms ease 1200ms;
    -o-transition: all 1000ms ease 1200ms;
    transition: all 1000ms ease 1200ms;
  }
  .news-block .btn-box {
    position: relative;
    display: initial;
    opacity: 1;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  
  .sidebar-side {
    padding-left: 30px;
  }
  
  .sidebar-side .sidebar-title h3:before {
    position: absolute;
    left: 0;
    bottom: -12px !important;
    height: 11px;
    width: 53px;
    background-image: url(images/icons/separator.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
  }
  
  .widget_categories li a:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 4px;
    background: #6267b8;
    left: 0;
    top: 9px;
    transition: 0.5s ease;
    transform: skew(-20deg);
  }
  .widget_categories li a:after {
    position: absolute;
    content: "\f105";
    right: -40px;
    top: 0px;
    color: #c8c8c8;
    font-size: 14px;
    font-family: "FontAwesome";
  }
  .widget_categories li a {
    padding-left: 20px !important;
    width: 85%;
  }
  
  .social-icon-widget ul li {
    display: inline-block;
    font-size: 40px;
    margin-right: 10px;
  }
  .social-icon-widget li a {
    padding-left: 0px;
    font-size: 48px !important;
    padding-right: 0;
  }
  .social-icon-widget ul li:after {
    opacity: 0;
  }
  
  /* Social icon widget */
  
  .social-icon-widget li {
    display: inline-block;
    font-size: 40px;
    margin-right: 10px;
  }
  .social-icon-widget li a {
    padding-left: 0px;
    font-size: 37px !important;
    padding-right: 10px;
  }
  .social-icon-widget li a.facebook {
    color: #3b5998;
  }
  .social-icon-widget li a.twitter {
    color: #55acee;
  }
  .social-icon-widget li a.google-plus {
    color: #cb2027;
  }
  .social-icon-widget li a.linkedin {
    color: #007ab9;
  }
  .social-icon-widget li a.skype {
    color: #15ace5;
  }
  .social-icon-widget li a.youtube {
    color: #dc472e;
  }
  .newsletter-widget .inner-content {
    position: relative;
    padding: 45px 30px;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.08);
  }
  .newsletter-widget .inner-content .wrapper-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 26px;
  }
  .newsletter-widget .inner-content .icon {
    font-size: 50px;
    color: #dd0713;
    margin-right: 10px;
  }
  .newsletter-widget .inner-content h5 {
    font-size: 16px;
    /* font-weight: 600; */
    line-height: 24px;
    color: #161616;
  }
  
  .newsletter-widget form input {
    position: relative;
    border: 1px solid #e9e6e6;
    width: 100%;
    height: 52px;
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .newsletter-widget form .theme-btn {
    padding: 12px 60px;
    width: 100%;
  }
  
  .instagram-posts-widget .image img {
    width: 111px;
    /* height: 80px; */
    float: left;
    margin: 2px;
    display: inline;
  }
  .twitter_feed li:before {
    content: "\f099";
    font-family: FontAwesome;
    color: #4bcaff;
    width: 50px;
  }
  .twitter_feed li p {
    margin-left: 25px;
    margin-top: -25px;
  }
  .twitter_ago {
    color: white;
  }
  
  .news-block .info li i {
    margin-right: 5px;
    color: #dd0713;
  }
  
  /*** 
  
  ====================================================================
      30. Newsletter Section
  ====================================================================
  
   ***/
  
  .newsletter-section {
    position: relative;
    padding: 110px 0px 120px;
    background-color: #f5f8fb;
  }
  
  .newsletter-section .subscribe-form .form-group {
    position: relative;
    display: block;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 0px;
  }
  
  .newsletter-section .subscribe-form .form-group input[type="text"],
  .newsletter-section .subscribe-form .form-group input[type="tel"],
  .newsletter-section .subscribe-form .form-group input[type="email"],
  .newsletter-section .subscribe-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 21px;
    padding: 10px 25px;
    font-size: 16px;
    color: #ffffff;
    height: 70px;
    font-weight: 400;
    background: none;
    border: 4px solid #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  
  .newsletter-section
    .subscribe-form
    .form-group
    textarea::-webkit-input-placeholder,
  .newsletter-section
    .subscribe-form
    .form-group
    input::-webkit-input-placeholder {
    color: #ffffff;
  }
  
  .newsletter-section .subscribe-form .form-group input[type="email"]:focus {
    border-color: #242f6c;
  }
  
  .newsletter-section .subscribe-form .form-group input:focus + button {
    background-color: #242f6c;
    color: #ffffff;
  }
  
  .newsletter-section .subscribe-form .form-group .submit-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    line-height: 24px;
    background: #dd0713;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 24px 39px 22px;
    text-transform: capitalize;
    z-index: 1;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }
  
  .newsletter-section .subscribe-form .form-group .submit-btn:before {
    position: absolute;
    content: "";
    background: #fff582;
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 500ms ease;
  }
  
  .newsletter-section .subscribe-form .form-group .submit-btn:hover:before {
    width: 100%;
  }
  
  .newsletter-section .subscribe-form .form-group .submit-btn:hover {
    color: #222;
  }
  
  .contact-form-two .form-group .btn-style-one:hover {
    color: #222;
    background: #fff582;
  }
  
  .newsletter-section .particles-pattern {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  
  .main-footer .particles-pattern {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  
  .widget_rss .rsswidget {
    color: #dd0713;
    font-weight: 600;
    display: inherit;
  }
  .widget_rss .rss-date {
    color: #0e0e0e;
    font-weight: 600;
  }
  
  .search_s h3 {
    color: #222;
  }
  .single_post .news-block {
    margin-bottom: 0px !important;
  }
  
  .widget_archive li a:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 4px;
    background: #6267b8;
    left: 0;
    top: 9px;
    transition: 0.5s ease;
    transform: skew(-20deg);
  }
  .widget_archive li a:after {
    position: absolute;
    content: "\f105";
    right: -40px;
    top: 0px;
    color: #c8c8c8;
    font-size: 14px;
    font-family: "FontAwesome";
  }
  .widget_archive li a {
    padding-left: 20px !important;
    width: 85%;
  }
  footer .widget_archive li a:before {
    display: none !important;
  }
  footer li a:after {
    display: none !important;
  }
  .home_blog_page .wp-style .posts-nav {
    margin-bottom: 0px;
    border-top: 1px solid #e1e1e1;
    padding: 30px 0px;
  }
  
  .single_post .wp-style .posts-nav {
    margin-bottom: 0px;
    border-top: 1px solid #e1e1e1;
    padding: 30px 0px;
    margin-top: 25px;
  }
  .c_mn h2 {
    margin-bottom: 25px;
  }
  .form-group .btn-box:before {
    position: absolute;
    /* right: 0px; */
    top: 10px;
    height: 58px;
    width: 214px;
    background-image: url(images/icons/brush-2.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    /* left: 74px; */
  }
  
  .newsletter-section .subscribe-form .form-group input[type="text"],
  .newsletter-section .subscribe-form .form-group input[type="tel"],
  .newsletter-section .subscribe-form .form-group input[type="email"],
  .newsletter-section .subscribe-form .form-group textarea {
    border: 4px solid #6a6a6a78 !important;
  }
  .newsletter-section .subscribe-form .form-group input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7f7f7f;
  }
  .page-title .particles-pattern {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .newsletter-section .subscribe-form .form-group input[type="text"],
  .newsletter-section .subscribe-form .form-group input[type="tel"],
  .newsletter-section .subscribe-form .form-group input[type="email"],
  .newsletter-section .subscribe-form .form-group textarea {
    color: #707070 !important;
  }
  
  .sm.news-section .news-block .info {
    margin-top: 0px !important;
  }
  .ex-testimonial-section .carousel-column .inner-column .quote-icon {
    margin-left: 2px !important;
  }
  
  .error-section .content h1 {
    font-weight: 800;
    color: #222;
    font-size: 100px;
    position: relative;
    color: #222;
    font-size: 250px;
    font-weight: 700;
    line-height: 1em;
    display: inline-block;
    text-shadow: 0px 8px 2px #eaf2ff;
    font-family: "Poppins", sans-serif;
    z-index: 9;
  }
  
  .error-section h2 {
    position: relative;
    color: #222;
    font-size: 65px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .error-section .icon-three {
    position: absolute;
    right: 10%;
    top: 26%;
    width: 70px;
    height: 69px;
    display: inline-block;
    background: url(images/icon-27.png) no-repeat;
  }
  .error-section .icon-six {
    position: absolute;
    left: 10%;
    bottom: 15%;
    width: 59px;
    height: 59px;
    opacity: 0.5;
    display: inline-block;
    background: url(images/icon-10.png) no-repeat;
  }
  .error-section h1 .left-icon {
    position: absolute;
    left: -80px;
    bottom: -20px;
    width: 208px;
    height: 214px;
    z-index: -1;
    display: inline-block;
    background: url(images/icon-28.png) no-repeat;
  }
  .error-section h1 .right-icon {
    position: absolute;
    right: -60px;
    top: -20px;
    width: 201px;
    height: 201px;
    z-index: -1;
    display: inline-block;
    background: url(images/icon-29.png) no-repeat;
  }
  .color_shop {
    color: #dd0713 !important;
    font-size: 65px;
    margin-top: 30px;
    font-family: fantasy;
  }
  .modify_shop .banner-carousel-two .slide-item {
    position: relative;
    padding: 100px 0px 170px !important;
  }
  
  .modify_shop1 .bk_port_1.portfolio-full-width {
    position: relative;
    padding: 0px 0 50px;
  }
  .bk_port_1 .price p {
    color: #dd0713;
  }
  ul li.mega-menu > ul.submenu {
    background-color: #fff !important;
    padding: 10px 0 !important;
    width: 480px !important;
  }
  ul li.mega-menu > ul.submenu > li {
    display: block;
    float: left;
    margin: 0 5px;
    width: 230px;
    border: none;
  }
  ul li.mega-menu ul.submenu li {
    background-color: inherit;
    padding: 0 14px;
    border-top: none !important;
    border-right: 1px solid #c9c9c9;
  }
  ul li.mega-menu ul.submenu li:nth-child(even) {
    border-right: none !important;
  }
  
  .about-section-two .content-column .image-box .image {
    overflow: hidden;
  }
  
  .about-section-two .content-column .image-box .image:before {
    position: absolute;
    top: 0;
    left: -85%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0.3))
    );
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
  }
  
  .about-section-two .content-column .image-box:hover .image:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
  }
  