/* ----------------------------------

Template Name: Buscom - Multipurpose Business and Corporate Template
Author: validtheme
Description:
Version: 1.4

Main Font    : Montserrat
Main Color   : #ff4450

-------------------------------------

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
        - Nav With Topbar
    03. Banner
    04. Features
    05. About Area
        - Version One
        - Version Two
    06. Services
        - Carousel
        - Grid
    07. Why Chose Us
    08. Pricing Table
    09. Fun Factor
    10. Team
    11. Our EXpertise
    12. Testimonials
    13. Portfolio
        - Grid Colum
        - Masonary Colum
    14. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
    15. Concat Area
        - Version One
        - Version Two
    16. Error 404
    17. Footer
    18. PHP Contact Form
    19. Others

*/

/*
** General Styles for HTML tags
*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}

html,
body,
.wrapper {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 15px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
  height: auto;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a,
.btn,
button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img,
iframe {
  border: none;
}

p {
  color: #666666;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a {
  outline: none;
  text-decoration: none;
  color: #232323;

  &:active,
  &:focus {
    outline: none;
    text-decoration: none;
    color: #232323;
  }

  &:hover {
    outline: none;
    text-decoration: none;
    color: #232323;
    color: #232323;
  }

  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}

b,
strong {
  font-weight: 900;
}

.btn {
  &.active,
  &:active {
    background-image: inherit !important;
  }

  &.focus {
    outline: 0;
  }

  &:active {
    &:focus,
    &:hover {
      outline: 0;
    }
  }

  &:focus,
  &:hover {
    outline: 0;
  }

  &.circle {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }

  &.active,
  &:active {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
  }
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}

/* Default CSS */

.container-half {
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: #ffffff;
}

.bg-theme {
  background-color: #ff4450;
}

.text-light {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  a {
    color: #ffffff;
  }
}

.shadow {
  position: relative;
  z-index: 1;

  &.dark::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }

  &.dark-hard::after {
    background: #1d2024 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }

  &.light::after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }

  &.theme::after {
    background: #ff4450 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }

  &.theme-hard::after {
    background: #ff4450 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.default-padding-top {
  padding-top: 120px;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

.default-padding-bottom.bottom-less {
  padding-bottom: 90px;
}

.default-padding {
  &.bottom-30 {
    padding-top: 120px;
    padding-bottom: 30px;
  }

  &.bottom-20 {
    padding-top: 120px;
    padding-bottom: 20px;
  }
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

.top-border {
  border-top: 1px solid #e7e7e7;
}

@media screen and (min-width: 1200px) {
  .item-flex {
    display: flex;
  }
}

.item-flex.center {
  align-items: center;
}

.btn {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 25px;
  text-transform: capitalize;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
}

.btn-md {
  padding: 12px 40px 12px;
}

.btn-sm {
  padding: 10px 35px;
  font-size: 12px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 700;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light {
  &:hover,
  &:focus {
    background-color: #ffffff;
    color: #232323;
    border: 2px solid #ffffff;
  }
}

.btn-dark {
  background-color: #232323;
  color: #ffffff;
  border: 2px solid #232323;

  &.border {
    background-color: transparent;
    color: #232323;
    border: 2px solid #232323;

    &:hover {
      background-color: #232323;
      color: #ffffff !important;
      border: 2px solid #232323;
    }
  }
}

.btn-gray.border {
  background-color: transparent;
  color: #666666;
  border: 1px solid #dddddd;

  &:hover {
    background-color: #ff4949;
    color: #ffffff !important;
    border: 1px solid #ff4949;
  }
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #232323;

  &:hover,
  &:focus {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #ffffff;
    color: #ffffff;
  }

  &.effect {
    &:hover,
    &:focus {
      background-color: #ff4949;
      color: #ffffff !important;
      border: 2px solid #ff4949;
    }
  }

  &.border {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;

    &:hover {
      background: #ffffff none repeat scroll 0 0 !important;
      border: 2px solid #ffffff !important;
      color: #232323 !important;
    }
  }
}

.btn-dark {
  &:hover,
  &:focus {
    color: #232323 !important;
    background: transparent;
  }
}

.bg-dark {
  background: #111d30 none repeat scroll 0 0;
}

.btn-theme {
  background-color: #ff4949;
  color: #ffffff !important;
  border: 2px solid #ff4949;

  &.border {
    background-color: transparent;
    color: #ff4949 !important;
    border: 2px solid #ff4949;

    &:hover {
      background-color: #ff4949;
      color: #ffffff !important;
      border: 2px solid #ff4949;
    }
  }

  &.effect {
    &:hover,
    &:focus {
      background: #ff4949 none repeat scroll 0 0;
      border: 2px solid #ff4949;
      color: #ffffff;
    }
  }
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn {
  &:hover,
  &:focus {
    border: 2px solid #ffffff;
    color: #ffffff;
  }
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.container-full {
  padding: 0 15px;
  width: 100%;
}

.container-medium {
  padding: 0 15px;
  margin: auto;
}

.oh {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

header {
  position: relative;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.navbar img,
.top-bar-area img {
  height: 50px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  ul li a {
    position: relative;
    z-index: 1;
    margin-left: 3px;
  }

  .attr-nav ul li a {
    border: medium none;
  }

  ul li a {
    &::after {
      background: #ffffff none repeat scroll 0 0;
      bottom: -2px;
      content: "";
      height: 3px;
      left: 0;
      position: absolute;
      width: 0;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
    }

    &.active::after,
    &:hover::after {
      width: 100%;
    }
  }

  .attr-nav ul li a {
    &.active::after,
    &:hover::after {
      width: 0;
    }
  }
}

.attr-nav .social {
  &.right li {
    margin-left: 20px;
  }

  li a {
    font-size: 16px;
  }
}

/* Navbar */

nav.bootsnav.navbar-default.info-topbar {
  .navbar-header {
    display: none;
  }

  ul li a {
    margin-right: 30px;
    padding: 35px 0;
  }

  &.active-full ul li a {
    margin-right: 0;
    padding: 35px 20px;
  }
}

.attr-nav > a.btn-theme.effect {
  &:hover,
  &:focus {
    background: #ff4450 none repeat scroll 0 0;
    border: 2px solid #ff4450;
    color: #ffffff !important;
  }

  background: #ff4450 none repeat scroll 0 0;
  border: 2px solid #ff4450;
  color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;

  a {
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ff4450;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    padding: 0 !important;
    text-align: center;
    width: 40px;
  }
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}

.site-heading h4 {
  font-weight: 500;
  color: #666666;
  font-size: 16px;
  display: inline-flex;
}

.text-light .site-heading h4 {
  color: #ffffff;
}

.site-heading {
  h4::before {
    position: relative;
    top: 6px;
    content: "";
    background-color: #ff4949;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 50%;
  }

  &.clean h2 {
    padding-bottom: 0;

    span {
      color: #ff4949;
    }
  }

  h2 span {
    color: #ff4949;
  }

  &.barber h2 span {
    color: #bc9355;
  }

  p {
    margin: 0;
  }

  h2 {
    display: block;
    font-weight: 700;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 0;

    span {
      color: #ff4949;
    }
  }

  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;

  &.single {
    margin-bottom: 35px;
  }
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    width: 1200px;
  }
}

@media (min-width: 576px) {
  .container-medium {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-medium {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-medium {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-medium {
    max-width: 1200px;
    width: 1200px;
  }
}

/* ===================================
    # Shape
====================================== */

.shape {
  position: relative;
  z-index: 1;

  &:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    border-right: 100vw solid #f7f7f7;
    border-top: 200px solid transparent;
    width: 0;
    z-index: -1;
  }
}

.side-bg {
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
  width: 30%;

  img {
    left: 0;
    position: absolute;
    top: 60px;
    opacity: 0.7;
  }

  &.right {
    height: 100%;
    position: absolute;
    right: -30px;
    left: auto;
    top: 0;
    width: 30%;

    img {
      right: 0;
      left: auto;
      position: absolute;
      top: 60px;
      opacity: 0.7;
    }
  }
}

/* ============================================================== 
     # Bradcrumb 
=================================================================== */

.breadcrumb-area {
  padding: 15px 0;
  overflow: hidden;

  .breadcrumb {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
  }
}

.page-title-area {
  padding: 150px 0;

  h1 {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: -10px;
    margin-bottom: 0;
  }
}

.breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  padding: 0 5px;
  color: #ffffff;
  display: none;
}

.breadcrumb-area .breadcrumb {
  li {
    i {
      margin-right: 5px;
    }

    padding: 0 15px;
    position: relative;
    z-index: 1;

    &::after {
      content: "";
      height: 130px;
      left: -2px;
      margin-top: -5px;
      position: absolute;
      top: -50px;
      width: 1px;
      background: #dddddd;
    }

    &:first-child::after {
      display: none;
    }
  }

  a {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
  }

  li {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;

    &.active {
      color: #ff4450;
    }
  }
}

/* Topbar CSS */

.top-bar-area {
  border-bottom: 1px solid #e7e7e7;
  padding: 25px 0;
  overflow: hidden;

  .row {
    align-items: center;
    display: flex;
    float: none;
    vertical-align: middle;
  }

  .info.box li {
    display: flex;
    text-align: left;
    float: left;
    align-items: center;
  }

  .address-info.text-right {
    margin-bottom: -10px;
  }

  .info.box li {
    .icon,
    .info {
      display: table-cell;
      vertical-align: middle;
    }
  }

  &.bg-dark .info.box li {
    .icon,
    .info {
      color: #ffffff;
    }
  }

  .info.box li {
    .info span {
      display: block;
      font-family: "Roboto", sans-serif;
      font-weight: 600;
      line-height: 20px;
      text-transform: uppercase;
      font-size: 14px;
    }

    .icon i {
      color: #ff4450;
      font-size: 40px;
      display: inline-block;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
    }
  }

  &.bg-light .info.box li .icon i {
    color: #ff4450;
  }

  .info.box li .icon {
    padding-right: 15px;
  }

  .address-info {
    &.text-right .info.box li {
      margin-left: 20px;
      padding-left: 20px;
      position: relative;
    }

    &.text-left .info.box li {
      margin-right: 15px;
      padding-right: 15px;
      position: relative;
    }

    &.text-right .info.box li::after {
      background: #e7e7e7 none repeat scroll 0 0;
      content: "";
      height: 40px;
      left: 0;
      position: absolute;
      top: 5px;
      width: 1px;
    }
  }

  &.bg-dark .address-info.text-right .info.box li::after {
    background: rgba(255, 255, 255, 0.3);
  }

  .address-info {
    &.text-left .info.box li::after {
      background: rgba(255, 255, 255, 0.1);
      content: "";
      height: 200px;
      right: 0;
      position: absolute;
      top: -50%;
      width: 1px;
    }

    &.text-right .info.box li:first-child::after,
    &.text-left .info.box li:last-child::after {
      display: none;
    }

    &.text-right .info.box li:first-child {
      border: medium none;
      margin-left: 0;
      padding-left: 0;
    }

    &.text-left .info.box li:last-child {
      border: medium none;
      margin-right: 0;
      padding-right: 0;
    }

    &.text-right .info {
      display: inline-block;
    }
  }

  .link.text-right a {
    margin-left: 5px;
  }

  .social li {
    display: inline-block;

    a {
      display: inline-block;
      color: #666666;
      text-align: center;
      margin-left: 20px;
      font-size: 20px;
    }
  }

  &.bg-dark .social li a,
  &.text-dark .social li a {
    color: #ffffff;
  }

  .social.text-right li {
    margin-left: 5px;
  }

  &.one-line li {
    margin-right: 15px;
    padding-right: 15px;
  }

  &.bg-dark li {
    color: #ffffff;
  }

  &.one-line {
    &.bg-dark li {
      border-right: 1px solid rgba(255, 255, 255, 0.3);
    }

    li {
      &:last-child {
        border: medium none;
        margin-right: 0;
        padding-right: 0;
      }

      i {
        margin-right: 5px;
        color: #ff4450;
      }
    }

    .link a {
      border-left: 1px solid #e7e7e7;
      font-weight: 500;
      margin-left: 13px;
      padding-left: 15px;
      text-transform: uppercase;
    }

    &.bg-dark .link a {
      border-left: 1px solid #ffffff;
    }

    .link a {
      &:hover {
        color: #ff4450;
      }

      &:last-child {
        &:hover {
          color: #ff4450;
        }

        color: #232323;
      }
    }

    &.bg-dark .link a:last-child {
      color: #ffffff;
    }

    .link a:first-child {
      border: medium none;
      padding-left: 0;
    }
  }

  .address-info {
    &.text-right a {
      color: #ff4450;
      font-weight: 600;
      text-transform: uppercase;
      display: inline-block;
      border: 1px solid rgba(255, 255, 255, 0.2);
      padding: 10px 25px;
    }

    &.text-center .info.box {
      display: inline-block;
      margin-bottom: -10px;

      li {
        margin: 0 15px;

        span {
          margin-bottom: 3px;

          i {
            margin-right: 5px;
            color: #ff4450;
          }
        }
      }
    }
  }
}

/* ============================================================== 
     # Banner 
=================================================================== */

body {
  height: 600px;
}

.banner-area {
  height: 650px;

  div {
    height: 600px;
  }

  &.auto-height {
    height: auto;
    min-height: 100%;

    div {
      height: auto;
      min-height: 100%;
    }
  }

  .box-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }

  .box-table {
    display: table;
    width: 100%;
  }

  .box-cell {
    height: auto;

    div {
      height: auto;
    }
  }

  position: relative;
  overflow: hidden;

  .wavesshape {
    bottom: -2px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;

    &.shape {
      bottom: -50px;
      height: auto;
    }
  }

  .content {
    position: relative;
    z-index: 9;
  }

  &.wavesshape {
    position: relative;
    z-index: 1;
  }

  &.triangle-shadow {
    position: relative;
    z-index: 1;

    &::before {
      border-bottom: 0 solid transparent;
      border-right: 100vw solid #fff;
      border-top: 80px solid transparent;
      bottom: 0;
      content: "";
      height: 0;
      left: 0;
      position: absolute;
      width: 100%;
      z-index: 101;
    }
  }

  &.shadow-inner .content {
    padding: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  &.content-double .double-items {
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
  }

  .banner-carousel .owl-item {
    &.center img {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
    }

    img {
      transform: scale(0.9);
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
    }
  }

  .item {
    h1:first-child,
    h2:first-child,
    h3:first-child,
    h4:first-child,
    h5:first-child,
    h6:first-child {
      animation-delay: 0.5s;
    }

    h1:nth-child(2),
    h2:nth-child(2),
    h3:nth-child(2),
    h4:nth-child(2),
    h5:nth-child(2),
    h6:nth-child(2) {
      animation-delay: 0.7s;
    }
  }
}

/* Animation delays */

.carousel-caption {
  h1:nth-child(3),
  h2:nth-child(3),
  h3:nth-child(3),
  h4:nth-child(3),
  h5:nth-child(3),
  h6:nth-child(3) {
    animation-delay: 0.9s;
  }
}

.banner-area .item {
  p {
    animation-delay: 0.5s;
  }

  ul {
    animation-delay: 0.6s;
  }

  a,
  button {
    animation-delay: 0.7s;
  }
}

/* Carousel Fade Effect */

.carousel-fade {
  .carousel-inner {
    .item {
      -webkit-transition-property: opacity;
      transition-property: opacity;
      opacity: 0;
    }

    .active {
      &.left,
      &.right {
        opacity: 0;
      }

      opacity: 1;
    }

    .next.left,
    .prev.right {
      opacity: 1;
    }

    .next,
    .prev {
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
    }

    .active {
      &.left,
      &.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
      }
    }
  }

  .carousel-control {
    z-index: 2;
  }
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-area {
  .carousel-control {
    background: transparent none repeat scroll 0 0;
    font-size: 40px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 1;

    &.shadow {
      background: transparent none repeat scroll 0 0;
      color: #ffffff;
      font-size: 20px;
      height: 50px;
      line-height: 50px;
      margin-top: -25px;
      opacity: 1;
      padding: 0;
      position: absolute;
      text-shadow: inherit;
      top: 50%;
      width: 50px;
      z-index: 1;

      &::after {
        background: #1e2726 none repeat scroll 0 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
      }
    }

    &.left {
      left: -50px;
    }
  }

  &:hover .carousel-control {
    &.left {
      left: 0;
    }

    &.shadow.left {
      left: 20px;
    }
  }

  .carousel-control.right {
    right: -50px;
  }

  &:hover .carousel-control {
    &.right {
      right: 0;
    }

    &.shadow.right {
      right: 20px;
    }
  }

  .carousel-indicators {
    position: absolute;
    right: 40px;
    left: auto;
    width: auto;
    height: auto;
    top: 50%;
    transform: translate(10px, -50%);
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    -o-transform: translate(10px, -50%);
    bottom: auto;
    margin: 0;

    li {
      display: block;
      height: 20px;
      width: 20px;
      margin: 10px 0;
      border: 2px solid #ffffff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: transparent;
      position: relative;
      z-index: 1;

      &.active::after {
        position: absolute;
        left: 50%;
        top: 50%;
        content: "";
        height: 5px;
        width: 5px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        background: #ffffff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
      }
    }
  }

  &.video-bg-live .mbYTP_wrapper {
    z-index: 1 !important;
  }

  .top-pad .content {
    padding-top: 140px;
  }

  .content .lists {
    margin-bottom: 20px;

    ul {
      display: inline-block;
    }

    li {
      display: inline-block;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      margin-right: 10px;
      border-right: 1px solid #666666;
      font-weight: 500;
      text-transform: capitalize;
      letter-spacing: 1px;
      color: #232323;
      padding-right: 15px;
      line-height: 15px;
    }
  }

  .text-light .content .lists li {
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }

  .content {
    .lists li {
      &:last-child {
        border: none;
      }

      i {
        margin-right: 2px;
      }
    }

    h2 {
      font-size: 60px;
      margin-bottom: 35px;
      text-transform: capitalize;
      font-weight: 700;

      strong {
        font-weight: 700;
      }
    }

    a {
      margin-right: 10px;
      margin-top: 10px;
    }

    h3 {
      margin-bottom: 25px;
      text-transform: capitalize;
      font-weight: 300;

      span {
        font-weight: 700;
      }
    }
  }

  &.inc-desc .content a {
    margin-top: 15px;
  }

  .text-center .content p {
    padding: 0 15%;
  }

  .content p {
    font-size: 16px;
    line-height: 30px;
  }

  &.top-padding .content {
    padding-top: 90px;
  }

  .text-large .content {
    h2 {
      font-size: 90px;
      line-height: 1;
      margin-bottom: 25px;
    }

    a {
      margin-top: 30px;
    }

    h3 {
      text-transform: uppercase;
      margin-bottom: 25px;
      letter-spacing: 1px;
      font-weight: 500;
    }
  }

  .heading-uppercase .content h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .text-large .content p {
    margin-bottom: 0;
  }

  .text-medium .content {
    h2 {
      font-size: 65px;

      strong {
        color: #ff4450;
      }
    }

    a {
      margin-top: 15px;
    }
  }

  .content p {
    font-size: 18px;
    line-height: 32px;
    padding-right: 20%;
  }

  &.text-center p {
    padding: 0 10%;
  }

  .content h3 {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
  }
}

/* Carousel Indicators */

/* Content */

/* ============================================================== 
     # Video Button Play
=================================================================== */

.video-play-button {
  color: #ff4450;
  font-size: 30px;
  left: 50%;
  padding-left: 7px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 1;

  &:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ffffff repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
  }

  &:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ffffff repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
  }

  i {
    display: block;
    position: relative;
    z-index: 3;
    color: #ff4450;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* ============================================================== 
     # About
=================================================================== */

.about-area {
  ul {
    margin: 0;
  }

  .about-items .left-info {
    padding-right: 35px;
  }

  .about-info li {
    float: left;
    margin-top: 30px;
    width: 50%;
  }

  &.full-width .single-item {
    margin-bottom: 30px;
  }

  .about-info li {
    &:first-child,
    &:nth-child(2) {
      margin-top: 10px;
    }
  }

  .about-items .item a {
    padding: 50px 30px;
    display: block;
  }

  .about-info li {
    i,
    img {
      color: #ff4949;
      display: inline-block;
      font-size: 55px;
      margin-bottom: 20px;
      transition: all 0.45s ease-in-out;
    }
  }

  .about-items .item {
    i {
      color: #ff4949;
      display: inline-block;
      font-size: 55px;
      margin-bottom: 20px;
      transition: all 0.45s ease-in-out;
    }

    img {
      color: #ff4949;
      display: inline-block;
      font-size: 55px;
      margin-bottom: 20px;
      transition: all 0.45s ease-in-out;
      filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
    }
  }

  .features-items .single-item {
    &:nth-child(2n) .item {
      i,
      img {
        color: #666666;
      }
    }

    .item:hover {
      i,
      img {
        color: #ff4949;
        transform: scale(1.2);
        transition: all 0.3s ease-in-out;
      }
    }
  }

  .about-info li {
    h4,
    h5 {
      font-weight: 700;
      margin-bottom: 0;
      text-transform: uppercase;
    }
  }

  .about-items .item {
    h4 {
      font-weight: 700;
      margin-bottom: 0;
      text-transform: uppercase;
    }

    h5 {
      font-weight: 700;
      margin-bottom: 0;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 1.4;
    }
  }

  .about-content .info {
    padding-right: 35px;
  }

  .features-items {
    /* padding: 30px; */
    /* box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    background: #ffffff; */

    &:first-child {
      border-bottom: 1px dashed #e7e7e7;
    }

    .single-item {
      border-right: 1px dashed #e7e7e7;
      max-height: 160px;

      &:last-child {
        border: none;
      }
    }
  }
}

.fixed-features .features-items {
  position: relative;

  /* top: -120px; */
  z-index: 1;
}

.about-area {
  .about-content {
    display: block;
    float: left;
    width: 100%;
  }

  .author-box {
    margin-top: 30px;
  }
}

.author-quote blockquote {
  margin-bottom: 35px;
  background: rgba(28, 185, 200, 0.07);
  padding: 30px;
  border-color: #ff4949;
  line-height: 30px;
  position: relative;
  z-index: 1;
  border-width: 5px;
  font-size: 16px;

  &::after {
    position: absolute;
    left: 50px;
    bottom: -15px;
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid rgba(28, 185, 200, 0.07);
  }
}

.about-area {
  .author-box {
    .info img {
      height: 60px;
      width: auto;
    }

    .thumb img {
      height: 120px;
      width: 120px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 2px solid #e7e7e7;
      padding: 3px;
    }

    .info {
      padding-left: 25px;
      padding-right: 0;
    }

    &.thumb-less .info {
      padding-left: 0;
    }

    .info {
      h4 {
        text-transform: capitalize;
        font-weight: 700;
        margin-bottom: 10px;
        color: #232323;
      }

      strong {
        font-weight: 700;
        color: #999999;
      }
    }
  }

  .info {
    h2 {
      font-weight: 700;
      margin-bottom: 25px;
      margin-top: -5px;
    }

    h4 {
      margin-bottom: 25px;
      color: #ff4949;
      font-weight: 700;
    }
  }

  .about-items {
    .thumb-box {
      position: relative;
      top: -170px;
      margin-bottom: -170px;
      padding-right: 35px;
    }

    .info li {
      float: left;
      padding-right: 30px;
      display: flex;
      align-items: start;
      list-style-type: disc;
      list-style-position: inside;
    }

    .left-info h2 {
      font-weight: 700;
      line-height: 1.3;

      strong {
        color: #ff4949;
      }
    }
  }

  &.pad-bottom {
    padding-bottom: 50px;
  }

  .about-items {
    .right-info > a {
      margin-top: 10px;
    }

    .left-info li {
      display: block;
      position: relative;
      z-index: 1;
      padding-left: 30px;
      margin-bottom: 10px;

      &::after {
        position: absolute;
        left: 0;
        content: "\e64d";
        top: 0;
        font-family: "themify";
        color: #ff4949;
      }

      &:last-child {
        margin-bottom: 0;
      }
    }

    &.reverse {
      .info {
        padding-right: 35px;
      }

      .thumb-box {
        padding-right: 0;
      }
    }

    .thumb-box .thumb.shape-bg {
      position: relative;
      z-index: 1;
      padding-right: 65px;
      margin-top: 50px;
    }

    .thumb.shape-bg::after {
      position: absolute;
      right: 15px;
      top: -10%;
      content: "";
      height: 80%;
      width: 50%;
      background: rgba(28, 185, 200, 0.1);
      z-index: -1;
    }

    .about-info {
      padding-right: 35px;
    }

    .info ul {
      list-style: disc;
      margin: 0;
      margin-top: 25px;
      overflow: hidden;
      padding-left: 20px;

      /* Add left padding to show list dots */
      margin-bottom: 60px;
    }
  }
}

/* About version three */

.about-items {
  margin-top: 60px;
}

.about-area {
  .about-items {
    .info li h5 {
      text-transform: uppercase;
      font-weight: 700;
    }

    .about-info a {
      margin-top: 15px;
    }

    .info li {
      .info {
        span {
          display: block;
          font-family: "Roboto", sans-serif;
          text-transform: uppercase;
          font-weight: 700;
        }

        padding-left: 15px;
      }

      .icon {
        font-size: 45px;
        color: #ff4949;
      }
    }

    .about-info .feature-list-box {
      border-top: 1px solid #e7e7e7;
      margin-top: 30px;
    }
  }

  .about-info {
    ul {
      overflow: hidden;
      margin: 0;
      list-style: none;
      margin: 0 -15px;
    }

    &.right-info ul {
      margin: 0;
      list-style: none;
      overflow: inherit;
      border-top: none;
      margin-top: 0;
    }
  }

  .about-items .about-info {
    &.right-info li {
      margin-top: 60px;

      &:first-child,
      &:nth-child(2) {
        margin-top: 0;
      }
    }

    li {
      position: relative;
      z-index: 1;
      margin: 0;
      display: flex;
      border: none;
      padding: 0 15px;
      margin-top: 40px;
      margin-bottom: -5px;

      h5 {
        margin-bottom: 15px;
        text-transform: capitalize;
        font-size: 18px;
      }

      p {
        margin-bottom: 0;
      }
    }

    h2 {
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 25px;
      margin-top: -5px;
    }

    li {
      i {
        margin: 0;
        padding-right: 20px;
        font-size: 50px;
      }

      &:nth-child(2) i,
      &:nth-child(3) i,
      &:nth-child(6) i {
        color: #666666;
      }
    }
  }

  .management-quote h4 {
    text-transform: capitalize;
    font-weight: 700;
  }
}

.management-quote h2 {
  font-weight: 700;
}

.about-area .about-items {
  .thumb {
    padding-right: 35px;
  }

  .thumb-box .thumb {
    padding-right: 0;
    position: relative;

    &::after {
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
      animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
      -webkit-animation-name: infiUpDown;
      animation-name: infiUpDown;
      -webkit-animation-duration: 2s;
      animation-duration: 2s;
      position: absolute;
      left: -50px;
      top: -30px;
      content: "";
      height: 150px;
      width: 150px;
      background: url("../img/bg-dotted.png");
      z-index: -1;
      background-size: contain;
      background-repeat: no-repeat;
    }
  }
}

@keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.aboutList > li i {
  display: inline-block;
  text-align: center;
  color: rgba(255, 68, 80, 1);
  margin-right: 10px;
  position: relative;
  top: 5px;
  font-weight: 700;
}

.about-area {
  .management-quote .management-carousel {
    .owl-dots {
      bottom: 20px;
      text-align: center;
      margin-bottom: -12px;
      margin-top: 30px;
      position: absolute;
      top: -80px;
      right: 0;
      left: auto;
      width: auto;

      span {
        background: #ffffff none repeat scroll 0 0;
        border: 3px solid #e7e7e7;
        height: 12px;
        width: 35px;
      }

      .owl-dot.active span {
        background: #ff4949 none repeat scroll 0 0;
        border-color: #ff4949;
      }
    }

    .owl-nav {
      text-align: left;
      margin-top: 20px;
      margin-bottom: -5px;

      .owl-prev,
      .owl-next {
        padding: 0;
        height: 35px;
        width: 35px;
        line-height: 38px;
        text-align: center;
        background: #f1f1f1;
        color: #232323;
        font-size: 16px;
        border-radius: 50%;
        margin: 0;
        margin-right: 8px;
      }
    }
  }

  &.solid {
    .about-items .thumb-box {
      top: 0;
      margin-bottom: 100px;
    }

    .thumb-box .thumb img {
      &:first-child {
        max-width: 80%;
      }

      &:last-child {
        position: absolute;
        right: 0;
        bottom: -100px;
        width: 300px;
        border: 10px solid #ffffff;
        box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
      }
    }
  }

  .info p strong {
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
  }

  &.solid .info a {
    margin-top: 15px;
  }

  .about-content {
    .thumb {
      position: relative;

      img {
        width: 50%;
        box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
        padding: 10px;
        background: #ffffff;

        &:nth-child(2) {
          position: absolute;
          right: 15px;
          width: 45%;
        }

        &:first-child {
          margin-top: 80px;
        }
      }
    }

    .info a {
      margin-top: 30px;
    }

    ul {
      list-style: none;
      margin-top: 30px;

      li {
        display: flex;
        margin-bottom: 10px;
        position: relative;
        font-weight: 700;

        &:last-child {
          margin-bottom: 0;
        }

        i {
          display: inline-block;
          text-align: center;
          color: rgba(255, 68, 80, 1);
          margin-right: 10px;
          position: relative;
          top: 5px;
        }
      }
    }
  }

  .author {
    display: flex;
    align-items: center;
    margin-top: 30px;

    .signature img {
      max-height: 70px;
    }

    .content {
      display: flex;
      align-items: center;

      .thumb {
        img {
          margin: 0;
          padding: 0;
          box-shadow: inherit;
          border-radius: 50%;
          height: 80px;
          width: 80px !important;
          min-width: 80px;
          min-height: 80px;
        }

        margin-right: 20px;
      }

      .info {
        padding: 0;

        h4 {
          margin-bottom: 10px;
          color: #232323;
          font-size: 18px;
        }
      }
    }

    .signature {
      margin-left: 30px;
      padding-left: 30px;
      border-left: 1px solid #dddddd;
    }
  }
}

/* New Styles */

/* ===================================
    # Why Choose Us
====================================== */

.choose-us-area {
  position: relative;
  z-index: 1;

  .fixed-shape {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 40%;
    text-align: right;
    opacity: 0.025;
    bottom: 0;
  }

  .thumb-box h2 {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 1;
    padding: 40px;

    strong {
      font-size: 100px;
      font-weight: 700;
      position: relative;
      display: block;
      line-height: 80px;
      margin-bottom: 15px;
    }

    font-size: 15px;
    font-weight: 400;
    margin: 0;
    background: #ffffff;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    line-height: 1;
  }

  .info {
    padding-left: 35px;

    .content > h4 {
      font-weight: 500;
      color: #666666;
      font-size: 16px;
      display: inline-flex;

      &::before {
        position: relative;
        top: 6px;
        content: "";
        background-color: #ff4949;
        width: 6px;
        height: 6px;
        margin-right: 10px;
        border-radius: 50%;
      }
    }

    h2 {
      font-weight: 700;
      margin-bottom: 30px;
    }
  }

  ul {
    list-style: none;
    margin-top: 40px;
    margin-left: 0;
    margin-bottom: 0;
  }

  li .info {
    padding-left: 0;
  }

  ul li {
    display: flex;
    margin-bottom: 30px;

    &:last-child,
    p {
      margin-bottom: 0;
    }

    i {
      display: inline-block;
      font-size: 30px;
      margin-right: 35px;
      position: relative;
      color: #ffffff;
      background: #111d30;
      border-radius: 8px;
      text-align: center;
      height: 70px;
      width: 70px;
      line-height: 70px;

      &::after {
        position: absolute;
        right: -15px;
        top: -10px;
        content: "\4e";
        font-family: "ElegantIcons";
        background: #ff4949;
        font-size: 13px;
        height: 30px;
        width: 30px;
        line-height: 25px;
        border-radius: 50%;
        border: 3px solid #ffffff;
        box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
      }
    }
  }

  .info ul li {
    h5,
    h4 {
      font-weight: 700;
      text-transform: inherit;
      color: #232323;
      margin-bottom: 15px;
    }
  }

  .thumb-box {
    position: relative;

    &::after {
      position: absolute;
      right: 50px;
      top: 50px;
      content: "";
      height: 100%;
      width: 100px;
      background: #f7f7f7;
      z-index: -1;
    }

    img {
      &:first-child {
        width: 80%;
      }

      &:last-child {
        position: relative;
        width: 60%;
        right: 0;
        float: right;
        top: -150px;
        margin-bottom: -150px;
        border: 10px solid #ffffff;
        box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
      }
    }
  }
}

/* ===================================
    # Skill Area
====================================== */

.skill-area {
  .tab-items {
    border-left: 1px solid #e7e7e7;
    padding-left: 35px;
  }

  .skill-items {
    li {
      a {
        border: 1px solid #e7e7e7;
        padding: 10px 24px;
        margin-bottom: 10px;
        margin-right: 10px;
        border-radius: inherit;
        font-weight: 600;
        font-size: 14px;
        position: relative;
        z-index: 1;
      }

      &.active a::after {
        position: absolute;
        left: 50%;
        bottom: -9px;
        content: "";
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #ff4450;
        margin-left: -10px;
      }
    }

    ul.nav-pills {
      margin-bottom: 20px;
    }

    .tab-content img {
      margin-top: 15px;
    }

    li.active a {
      background: #ff4450;
      border-color: transparent;
    }
  }

  .info-box {
    padding-right: 35px;

    h2 {
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 25px;
    }

    .skill-items {
      .progress-box {
        .progress {
          margin-bottom: 30px;
          height: 3px;
        }

        &:last-child .progress {
          margin-bottom: 0;
        }

        h5 {
          text-transform: capitalize;
          font-weight: 600;
        }

        .progress .progress-bar {
          background: #ff4450;
        }
      }

      margin-top: 30px;
    }
  }
}

/* ===================================
    # Process
====================================== */

@media only screen and (min-width: 1367px) {
  .process-area {
    width: 94%;
    margin: auto;
    border-radius: 10px;

    &::after {
      border-radius: 10px;
    }
  }
}

.process-items {
  .item {
    .icon {
      display: inline-block;
      height: 150px;
      width: 150px;
      line-height: 150px;
      border-radius: 50%;
      font-size: 50px;
      color: #ffffff;
      position: relative;
      z-index: 1;
      background: rgba(0, 0, 0, 0.3);
      border: 1px dashed rgba(255, 255, 255, 0.5);

      i.fas {
        font-weight: 300;
        font-size: 45px;
      }

      span {
        font-size: 16px;
        position: absolute;
        top: -5px;
        right: -5px;
        background: #ff4450;
        height: 50px;
        width: 50px;
        line-height: 50px;
        border-radius: 50%;
        color: #ffffff;
        font-weight: 600;
        font-family: Inter, Arial, Helvetica, sans-serif;

        &::after {
          position: absolute;
          left: -5px;
          top: -5px;
          content: "";
          height: 60px;
          width: 60px;
          background: #ffffff;
          z-index: -1;
          border-radius: 50%;
          opacity: 0.4;
        }
      }
    }

    h4 {
      text-transform: capitalize;
      margin-bottom: 0;
      margin-top: 25px;
      font-weight: 600;
    }
  }

  .single-item {
    margin-top: 120px;

    &:nth-child(2n) {
      margin-top: 0;
    }
  }
}

/* ===================================
    # Services
====================================== */

.services-area {
  .services-items {
    .equal-height {
      margin-bottom: 30px;
    }

    .item {
      -moz-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
      box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
      background: #ffffff;
      position: relative;
      overflow: hidden;
    }
  }

  &.text-center .services-items .item {
    padding: 67px 37px;
    position: relative;
    z-index: 1;

    &::after {
      position: absolute;
      right: 0;
      top: 0;
      content: "";
      height: 100%;
      width: 100%;
      background: url("../img/shape-6.png");
      background-repeat: no-repeat;
      background-position: right top;
      z-index: -1;
    }
  }

  .services-items .item {
    .info {
      padding: 16px 24px;
      text-align: center;
    }

    span {
      font-family: "Roboto", sans-serif;
      position: absolute;
      right: 37px;
      bottom: 30px;
      color: #e7e7e7;
      font-size: 36px;
      font-weight: 700;
      opacity: 0.7;
    }

    > i,
    .icon i {
      color: #ff4949;
    }
  }

  &.text-center .services-items .item {
    > i,
    .icon i {
      clip-path: inherit;
      margin-left: 0;
      font-size: 60px;
    }
  }

  .services-items .item {
    .icon {
      position: relative;
      z-index: 1;
      display: inline-block;
      margin-bottom: 30px;
    }

    .shape-box {
      z-index: 999;
      position: absolute;
      left: 20px;
      top: 8px;
      transform: rotate(-20deg);
      -webkit-transform: rotate(-20deg);
      -moz-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      -o-transform: rotate(-20deg);
    }
  }

  &.text-center .services-items .item .shape-box {
    left: 17px;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
  }

  .services-items .item .icon span.dot-shape {
    left: 0;
    top: 0;
    height: 18px;
    width: 3px;
    background: #ffffff;
    opacity: 1;
  }

  &.text-center .services-items .item .icon span.dot-shape {
    height: 15px;
  }

  .services-items .item {
    .icon span.dot-shape {
      &:nth-child(2) {
        left: 12px;
        top: 0;
      }

      &:nth-child(3) {
        left: 6px;
        top: 0;
      }
    }

    h4 {
      text-transform: capitalize;
      font-weight: 700;
      margin: 8px 0 !important;
      /* margin-bottom: 20px; */
    }

    a {
      display: inline-block;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 14px;
      color: #666666;
    }
  }

  &.text-center .services-items .item a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;

    &:hover {
      color: #ff4949;
    }
  }

  .services-items {
    .item a {
      &:hover {
        color: #ff4949;
      }

      i {
        position: relative;
        top: 1px;
        font-size: 12px;
      }
    }

    &.services-carousel .owl-dots {
      bottom: 20px;
      text-align: center;
      width: 100%;
      margin-bottom: -12px;
      margin-top: 30px;

      span {
        background: #ffffff none repeat scroll 0 0;
        border: 3px solid #e7e7e7;
        height: 12px;
        width: 35px;
      }

      .owl-dot.active span {
        background: #ff4949 none repeat scroll 0 0;
        border-color: #ff4949;
      }
    }
  }

  &.inc-thumb {
    .equal-height {
      margin-bottom: 30px;
    }

    .item {
      display: flex;
      -moz-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
      box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
      background: #ffffff;
      border-radius: 5px;

      .info {
        padding: 60px 30px;
      }

      .thumb,
      .info {
        width: 50%;
        border-radius: 5px;
      }

      .thumb {
        background-size: cover;
        background-position: center center;
      }

      .info h4 {
        position: relative;
        font-weight: 700;
        text-transform: capitalize;

        i {
          position: absolute;
          left: -90px;
          top: -30px;
          background: #ffffff;
          height: 80px;
          width: 80px;
          line-height: 80px;
          text-align: center;
          font-size: 40px;
          color: #ff4949;
          border-radius: 5px;
        }
      }
    }

    .service-items {
      .equal-height:nth-child(2n) .item h4 i,
      .owl-item:nth-child(2n) .item h4 i {
        color: #fea369;
      }

      .equal-height:nth-child(3n) .item h4 i,
      .owl-item:nth-child(3n) .item h4 i {
        color: #1bdbac;
      }

      .equal-height:nth-child(4n) .item h4 i,
      .owl-item:nth-child(4n) .item h4 i {
        color: #f48687;
      }

      .equal-height:nth-child(5n) .item h4 i,
      .owl-item:nth-child(5n) .item h4 i {
        color: #30af8c;
      }

      .equal-height:nth-child(6n) .item h4 i,
      .owl-item:nth-child(6n) .item h4 i {
        color: #e02d76;
      }
    }

    .item .info a {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 12px;
      color: #ff4949;
      text-decoration: underline;
    }
  }

  &.icon-only {
    .services-items {
      position: relative;
      z-index: 1;
    }

    .fixed-shape {
      display: none;
    }

    .services-items {
      .equal-height {
        margin-bottom: 30px !important;

        .item::after {
          display: none;
        }
      }

      .owl-item .item::after {
        display: none;
      }

      .item .info > i {
        display: inline-block;
        font-size: 50px;
        color: #ff4949;
        margin-bottom: 30px;
      }
    }

    &.inc-shape .services-items .item .info > i {
      position: relative;
      z-index: 1;

      &::after {
        position: absolute;
        left: 0;
        top: -15px;
        content: "";
        height: 80px;
        width: 80px;
        background: rgba(28, 185, 200, 0.07);
        z-index: -1;
        border-radius: 50%;
      }
    }

    .services-items .item .info > a {
      color: #666666;

      &:hover {
        color: #ff4949;
      }
    }
  }

  &.modern {
    .thumb {
      position: relative;
      z-index: 1;

      .shapes {
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 100%;

        img {
          width: 100%;
          position: absolute;
          bottom: 0;
          width: 100%;
        }
      }
    }

    .services-items .item .info {
      padding-top: 55px;
      padding-bottom: 55px;
      position: relative;

      .icon {
        position: absolute;
        top: -50px;
      }
    }
  }
}

/* Dot Shape */

/* Services Thumb */

/* Services Icon Only */

@media only screen and (min-width: 1299px) {
  .services-area.icon-only .fixed-shape {
    position: absolute;
    right: -120px;
    top: -150px;
    height: 300px;
    width: 300px;
    background-size: contain;
    background-position: right;
    transform: rotate(-45deg);
    display: inline-block;
  }
}

/* Services Single */

.services-single-area {
  .info img {
    margin: 0;
  }

  .services-info .row .col-md-6 {
    margin-top: 30px;
  }

  .sidebar-item li {
    a {
      font-weight: 500;

      &:hover {
        color: #ff4949;
      }
    }

    margin-bottom: 10px;

    &:last-child {
      margin-bottom: 0;
    }
  }

  ul {
    margin: 0;
    list-style: none;
  }

  .services-info {
    .info {
      padding-top: 30px;

      h2 {
        font-weight: 700;
      }

      h4 {
        font-weight: 700;
        margin-top: 20px;
      }
    }

    .faq-area {
      margin-top: 50px;

      h2 {
        font-weight: 700;
        margin-bottom: 25px;
      }
    }
  }

  .sidebar {
    .sidebar-item {
      margin-bottom: 50px;
      background: #f8f8f8;
      padding: 30px;
      overflow: hidden;
      border-radius: 8px;

      &.widget_text {
        padding: 0;
      }

      &:last-child {
        margin: 0;
      }

      h4 {
        text-transform: capitalize;
        font-weight: 700;
        color: #232323;
        margin-bottom: 25px;
      }

      &.link li {
        display: block;
        margin-bottom: 10px;

        a {
          display: block;
          font-weight: 500;
          color: #666666;
          background: #ffffff;
          padding: 15px 25px;
          border-radius: 5px;
          position: relative;
          z-index: 1;
          padding-left: 15px;
          border: 1px solid #e7e7e7;

          &::after {
            position: absolute;
            right: 15px;
            top: 17px;
            content: "\f105";
            font-family: "Font Awesome 5 Pro";
            font-weight: 700;
          }

          &:hover {
            background: #ff4949;
            color: #ffffff;
          }
        }

        &.active a {
          background: #ff4949;
          color: #ffffff;
        }

        &.current-menu-item i {
          color: #ffffff;
        }

        a {
          &:hover i {
            color: #ffffff;
          }

          i {
            color: #ff4949;
            margin-right: 5px;
            transition: all 0.35s ease-in-out;
          }
        }

        &:last-child {
          margin: 0;
          padding: 0;
          border: none;
        }
      }
    }

    padding-left: 35px;
  }

  .sidebar-item.address ul li {
    margin-bottom: 10px;

    .icon {
      padding-right: 15px;

      i {
        display: inline-block;
        font-size: 30px;
        color: #ff4949;
      }
    }

    &:last-child {
      margin-bottom: 0;
    }
  }

  .sidebar .sidebar-item {
    &.contact.address {
      background-size: cover;
      background-position: center;
      position: relative;
      z-index: 1;
      color: #ffffff;
      text-align: center;

      &::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: #000000;
        z-index: -1;
        opacity: 0.6;
      }

      h4 {
        color: #ffffff;
      }
    }

    &.project li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;

      &:last-child {
        margin-bottom: 0;
      }
    }

    form {
      input {
        border-radius: 5px;
        box-shadow: inherit;
        background: #ffffff;
        border: 1px solid #e7e7e7;
        padding: 15px;
      }

      textarea {
        border-radius: 5px;
        box-shadow: inherit;
        background: #ffffff;
        border: 1px solid #e7e7e7;
        padding: 15px;
        padding-top: 15px;
        min-height: 150px;
        min-height: 80px;
        height: 120px;
      }

      button {
        border: none;
        display: inline-block;
        background: #ff4949;
        color: #ffffff;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        padding: 12px 40px 12px;
        border-radius: 5px;
      }
    }
  }

  form .wpcf7-response-output {
    overflow: hidden;
    margin-top: 20px;
    position: relative;
    top: 20px;
  }
}

/* ===================================
    # Services Modern 
====================================== */

.modern-services-area {
  .item {
    background: #ffffff;
    padding: 60px 30px;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    border-radius: 8px;
    position: relative;
    z-index: 1;

    .icon i {
      font-size: 50px;
      margin-bottom: 30px;
      color: #ff4949;
      display: inline-block;
      position: relative;
      z-index: 1;
      height: 100px;
      width: 100px;
      line-height: 105px;

      &::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        z-index: -1;
        background: #ff4949;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left top;
        opacity: 0.08;
        border-radius: 50%;
        transition: all 0.35s ease-in-out;
      }
    }

    &:hover .icon i::after {
      background: #ffffff;
      opacity: 1;
    }
  }

  .single-item:first-child .item .icon i::after {
    background: #ffffff;
    opacity: 1;
  }

  .item h4 {
    font-weight: 700;
    margin-bottom: 20px;
  }

  .single-item {
    margin-bottom: 30px;
  }

  .item {
    &::after {
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      height: 100%;
      width: 100%;
      background: url("../img//shape-5.png");
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 8px;
      background-size: cover;
      transition: all 0.35s ease-in-out;
      opacity: 0;
      z-index: -1;
    }

    &::before {
      position: absolute;
      left: 0;
      bottom: 0;
      content: "";
      height: 70%;
      width: 100%;
      background: #ff4949;
      z-index: -1;
      border-radius: 8px;
      transition: all 0.35s ease-in-out;
      opacity: 0;
    }

    &:hover::after {
      opacity: 1;
    }
  }

  .single-item:first-child .item::after {
    opacity: 1;
  }

  .item:hover::before,
  .single-item:first-child .item::before {
    opacity: 1;
    height: 100%;
  }

  .item {
    .content a {
      margin-top: 5px;
      display: inline-block;
      margin-bottom: -15px;
      color: #666666;
      display: inline-block;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 14px;

      i {
        position: relative;
        top: 1px;
        font-size: 12px;
        transition: all 0.05s ease-in-out;
      }
    }

    h4,
    p,
    i {
      transition: all 0.35s ease-in-out;
    }

    &:hover {
      h4,
      p,
      a {
        color: #ffffff;
      }
    }
  }

  .single-item:first-child .item {
    h4,
    p,
    a {
      color: #ffffff;
    }
  }
}

/* ===================================
    # Why Chose Us
====================================== */

.why-chose-us-area {
  position: relative;
  z-index: 1;

  &::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 50%;
    background: #000000;
    opacity: 0.7;
    z-index: -1;
  }

  &.full::after {
    background: #111d30 none repeat scroll 0 0;
    opacity: 1;
  }

  .item-box .info {
    max-width: 600px;
    padding: 120px 0 120px 50px;

    li {
      position: relative;
      z-index: 1;
      display: block;
      margin-bottom: 25px;
      padding-left: 35px;

      &::after {
        position: absolute;
        left: 0;
        top: -2px;
        content: "\f14a";
        font-family: "Font Awesome 5 Pro";
        font-weight: 600;
        color: #ff4450;
        font-size: 20px;
      }

      &:last-child {
        margin-bottom: 0;
      }

      h4 {
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 10px;
      }
    }
  }
}

.about-area .right-info li p {
  margin: 0;
}

.why-chose-us-area {
  .heading {
    h4 {
      text-transform: uppercase;
      color: #ff4450;
      margin-bottom: 25px;
      font-weight: 500;
    }

    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);

    p:last-child {
      margin: 0;
    }

    h2 {
      font-weight: 600;
      margin-bottom: 0;
      line-height: 1.4;
      margin-top: -5px;
    }
  }

  .item-box .info a {
    margin-top: 15px;
  }
}

/* ===================================
    # Expertise Area
====================================== */

.expertise-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.shape-theme::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 50%;
  background: #ff4450;
  z-index: -1;
  opacity: 1;
}

.expertise-area {
  .info img {
    padding-bottom: 30px;
  }

  .our-expertise {
    padding-left: 50px;

    > h4 {
      display: inline-block;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.6px;
      margin-bottom: 30px;
      color: #ff4450;
    }
  }

  &.shape-theme .our-expertise > h4 {
    color: #ffffff;
  }

  .our-expertise .expertise-items {
    h2 {
      text-transform: capitalize;
      font-weight: 600;
      margin-bottom: 25px;
    }

    li {
      float: left;
      margin-right: 30px;
      padding-right: 30px;
      position: relative;
      z-index: 1;
    }

    ul {
      overflow: hidden;
      margin-top: 30px;
    }

    li::after {
      position: absolute;
      right: 0;
      top: 0;
      content: "";
      height: 100%;
      width: 1px;
      background: rgba(255, 255, 255, 0.1);
    }
  }

  &.shape-theme .our-expertise .expertise-items li::after {
    background: rgba(255, 255, 255, 0.3);
  }

  .our-expertise .expertise-items {
    li:last-child {
      &::after {
        display: none;
      }

      margin: 0;
      padding: 0;
    }

    a {
      margin-top: 30px;
    }

    li {
      h4 {
        font-weight: 600;
      }

      span {
        color: #cccccc;
        font-size: 30px;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
      }
    }
  }

  &.shape-theme .our-expertise .expertise-items li span {
    color: #ffffff;
  }

  .our-expertise .expertise-items .owl-dots {
    margin-bottom: -8px;
    margin-top: 35px;
    text-align: left;

    .owl-dot span {
      height: 15px;
      width: 15px;
      border: 3px solid rgba(255, 255, 255, 0.2);
      background: transparent;
      padding: 0;
      margin: 0;
      margin-right: 10px;
    }
  }

  &.shape-theme .our-expertise .expertise-items .owl-dots .owl-dot span {
    border: 3px solid rgba(255, 255, 255, 0.6);
  }

  .our-expertise .expertise-items .owl-dots .owl-dot.active span {
    position: relative;
    z-index: 1;
    width: 60px;
    border-color: #ff4450;

    &::after {
      position: absolute;
      left: 50%;
      top: 50%;
      content: "";
      height: 5px;
      width: 5px;
      background: #ff4450;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
    }
  }

  &.shape-theme .our-expertise .expertise-items .owl-dots .owl-dot.active span {
    border-color: #ffffff;

    &::after {
      background: #ffffff;
    }
  }

  .info {
    h2 {
      font-weight: 600;
      margin-bottom: 25px;
      margin-top: -5px;
      text-transform: capitalize;

      span {
        text-decoration: underline;
      }
    }

    .progress .progress-bar {
      background: #ff4450;
      box-shadow: inherit;
    }

    .progress-box {
      &:last-child .progress {
        margin-bottom: 0;
      }

      h5 {
        text-transform: capitalize;
        font-weight: 500;
        font-size: 17px;
        color: #ffffff;
      }
    }
  }

  .skill-items {
    .progress-box .progress .progress-bar span {
      color: #ffffff;
    }

    margin-top: 30px;
  }

  .achivements {
    margin-top: 30px;
  }
}

.achivements .progressbar {
  canvas {
    height: 100% !important;
    width: 100% !important;
  }

  .circle {
    position: relative;
    z-index: 1;

    strong {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-family: "Roboto", sans-serif;
      font-weight: 600;
      font-size: 24px;
      margin-top: -15px;
      color: #cccccc;
    }

    h5 {
      font-weight: 500;
      margin-bottom: 0;
      margin-top: 15px;
    }
  }
}

/* ===================================
    # Progress Area
====================================== */

.progress-area .info {
  h4 {
    font-weight: 500;
    color: #666666;
    font-size: 16px;
    display: inline-flex;

    &::before {
      position: relative;
      top: 6px;
      content: "";
      background-color: #ff4949;
      width: 6px;
      height: 6px;
      margin-right: 10px;
      border-radius: 50%;
    }
  }

  h2 {
    font-weight: 600;
    margin: 0;
  }

  a {
    margin-top: 30px;
  }
}

/* ===================================
    # Chart Area
====================================== */

.chart-area {
  .info {
    padding-left: 35px;

    h2 {
      font-weight: 600;
      line-height: 1.3;
      margin-bottom: 25px;
      margin-top: -5px;

      strong {
        font-weight: 700;
      }
    }
  }

  .fun-fact {
    font-family: "Roboto", sans-serif;

    .timer {
      font-size: 40px;
      line-height: 1;
      font-weight: 800;
      margin-bottom: 10px;
      color: #232323;
    }

    .medium {
      font-weight: 600;
    }
  }

  .fun-facts {
    margin-top: 30px;
  }
}

/* ===================================
    # Testimonials Area
====================================== */

.testimonials-area .testimonial-items {
  .item {
    background: #ffffff;
    padding: 50px 37px;
    box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);

    .author {
      border-top: 1px solid #dddddd;
      padding-top: 30px;
      margin-top: 25px;
      position: relative;
      display: flex;
      align-items: center;
      text-align: left;

      .avatar {
        margin-right: 20px;
      }

      &::after,
      &::before {
        position: absolute;
        margin: auto;
        top: -1px;
        left: 100px;
        right: auto;
        width: 15px;
        height: 15px;
        border-right: 1px solid #dddddd;
        border-top: 1px solid #fff;
        content: "";
      }

      &::after {
        border-right: transparent;
        border-top: transparent;
        border-left: 1px solid #dddddd;
        -webkit-transform: rotate(-49deg);
        -ms-transform: rotate(-49deg);
        transform: rotate(-49deg);
        width: 10px;
        height: 22px;
        right: auto;
        top: -8px;
        left: 105px;
      }

      img {
        height: 80px;
        width: 80px;
        border-radius: 50%;
      }

      h4 {
        font-weight: 700;
        margin-bottom: 5px;
        text-transform: capitalize;
      }

      span {
        color: #ff4949;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
      }
    }

    i {
      font-size: 50px;
      position: absolute;
      right: 50px;
      bottom: 65px;
      opacity: 0.1;
      transform: rotate(180deg);
    }
  }

  &.testimonial-carousel .owl-dots {
    span {
      background: #ffffff none repeat scroll 0 0;
      border: 3px solid #e7e7e7;
      height: 12px;
      width: 35px;
    }

    bottom: 20px;
    text-align: center;
    width: 100%;
    margin-bottom: -12px;
    margin-top: 30px;

    .owl-dot.active span {
      background: #ff4949 none repeat scroll 0 0;
      border-color: #ff4949;
    }
  }

  .item p {
    font-size: 18px;
    line-height: 34px;
    font-style: italic;
  }
}

/* ===================================
    # Team Area
====================================== */

.team-area {
  .single-item {
    margin-bottom: 30px;
  }

  .item .info {
    padding-top: 25px;
    position: relative;

    h4 {
      margin-bottom: 8px;
      font-weight: 700;
      text-transform: capitalize;
    }

    span {
      font-weight: 500;
      text-transform: uppercase;
      font-size: 13px;
      color: #a4a4a4;
      display: block;
      margin-bottom: -5px;
    }
  }

  .team-items {
    .thumb {
      overflow: hidden;
      position: relative;

      img {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
      }
    }

    .item:hover .thumb img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }

    .thumb .social {
      position: absolute;
      right: 20px;
      top: 20px;
      margin: 0;

      li {
        display: block;
        margin-bottom: 10px;

        a {
          display: inline-block;
          height: 40px;
          width: 40px;
          line-height: 40px;
          text-align: center;
          background: #437eeb;
          border-radius: 50%;
          color: #ffffff;
          transition: all 0.3s ease-in-out;
          opacity: 0;
          position: relative;
          right: -30px;
        }

        &:first-child a {
          transition: all 0.5s ease-in-out;
        }

        &:last-child a {
          transition: all 0.3s ease-in-out;
        }
      }
    }

    .item:hover .social li a {
      opacity: 1;
      margin: 0;
      right: 0;
    }

    ul.social li {
      a {
        display: inline-block;
        height: 45px;
        width: 45px;
        line-height: 45px;
        background: #ff4949;
        border-radius: 50%;
        color: #ffffff;
      }

      &.facebook a {
        background: #3b5998 none repeat scroll 0 0;
      }

      &.twitter a {
        background: #1da1f2 none repeat scroll 0 0;
      }

      &.pinterest a {
        background: #bd081c none repeat scroll 0 0;
      }

      &.g-plus a {
        background: #db4437 none repeat scroll 0 0;
      }

      &.linkedin a {
        background: #0077b5 none repeat scroll 0 0;
      }

      &.youtube a {
        background: #c4302b none repeat scroll 0 0;
      }

      &.behance a {
        background: #053eff none repeat scroll 0 0;
      }
    }
  }
}

/* ============================================================== 
     # Team Single
=================================================================== */

.team-single-area {
  .right-info {
    padding-left: 35px;

    h2 {
      font-weight: 600;
      margin-bottom: 10px;
    }

    span {
      display: block;
      color: #ff4949;
      margin-bottom: 25px;
      text-transform: uppercase;
    }

    ul {
      margin: 0;
      margin-top: 25px;
      list-style: none;

      li {
        margin-top: 10px;
        color: #232323;

        a {
          font-weight: 400;

          &:hover {
            color: #ff4949;
          }
        }
      }
    }

    .social {
      display: flex;
      margin-top: 25px;
      font-weight: 600;
      align-items: center;

      h4 {
        font-weight: 600;
        margin-bottom: 0;
        margin-right: 25px;
      }

      ul {
        margin: 0;

        li {
          display: inline-block;
          margin: 0;
          margin-right: 10px;

          a {
            display: inline-block;
            height: 45px;
            width: 45px;
            line-height: 47px;
            background: #e7e7e7;
            text-align: center;
            border-radius: 50%;
          }
        }
      }
    }
  }

  .top-info {
    padding: 50px;
    background: #f7f7f7;
  }

  .bottom-info {
    margin-top: 80px;
  }
}

.skill-items .info {
  h2 {
    display: block;
    font-weight: 700;
  }

  h3 {
    margin-bottom: 30px;
    font-weight: 700;
    color: #666666;
  }
}

.skill-area .thumb .image-box {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  padding-left: 35px;

  img {
    margin-right: 20%;
    border: 10px solid #ffffff;
    box-shadow: 0 0 10px #cccccc;
    max-width: 80%;

    &:nth-child(2) {
      position: absolute;
      right: -20%;
      bottom: 0;
      margin: 0;
      height: 60%;
      width: auto;
    }
  }
}

.skill-items {
  .progress-box {
    margin-bottom: 40px;

    &:last-child {
      margin-bottom: 0;
    }

    h5 {
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 5px;
      text-align: left;
      font-size: 14px;
      position: relative;
      z-index: 1;

      span {
        position: absolute;
        font-size: 50px;
        line-height: 1;
        top: -21px;
        left: 0;
        z-index: -1;
        opacity: 0.05;
        font-weight: 900;
      }
    }
  }

  .skill-items {
    margin-top: 40px;
  }

  .progress-box .progress {
    background: transparent;
    border-bottom: 2px solid #dddddd;
    box-shadow: inherit;
    border-radius: inherit;
    overflow: inherit;

    .progress-bar {
      height: 6px;
      border-radius: 30px;
      background: #ff4949;
      top: 16px;
      position: relative;
      overflow: inherit;
    }
  }
}

.blue .skill-items .progress-box .progress .progress-bar {
  background: #4628ba;
}

.skill-items .progress-box .progress .progress-bar span {
  position: absolute;
  right: 0;
  top: -40px;
  display: block;
  font-size: 14px;
  color: #232323;
  font-weight: 700;
}

.team-single-area .bottom-info {
  .about-area {
    padding-left: 35px;
  }

  h2 {
    font-weight: 600;
    margin-bottom: 25px;
  }
}

/* ===================================
    # Pricing Area
====================================== */

.pricing-area {
  .pricing {
    margin-top: 30px;
  }

  .single-item {
    margin-bottom: 30px;
  }

  .pricing-item {
    background: #ffffff;
    padding: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: all 0.35s ease-in-out;
    border: 2px solid transparent;
  }

  .single-item {
    &:nth-child(2) .pricing-item,
    .pricing-item:hover {
      border: 2px solid #ff4949;
    }

    &:nth-child(2) .pricing-item {
      padding: 80px 50px;
      margin-top: -30px;
    }
  }

  .pricing-item {
    ul {
      margin: 0;
      list-style: none;
      display: inline-block;
      text-align: left;
    }

    .pricing-header {
      text-align: center;
      margin-bottom: 0;
      border: none;
      padding: 0;
      display: block;

      i {
        display: block;
        font-size: 40px;
        position: relative;
        z-index: 1;
        height: 100px;
        width: 100px;
        line-height: 100px;
        margin-right: 0;
        margin-left: 0;
        margin: auto auto 15px;
        color: #ff4949;
      }
    }

    &.active .pricing-header i {
      color: #ff4949;
    }

    .pricing-header {
      i::after {
        position: absolute;
        left: -8px;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: url(assets/img/icon-shape003.png);
        z-index: -1;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        opacity: 0.07;
      }

      h4 {
        text-transform: capitalize;
        font-weight: 700;
        margin-bottom: 30px;
      }
    }

    .price {
      text-align: center;
      position: relative;
      z-index: 1;
      border: none;
      padding-bottom: 0;
      margin-bottom: 0;

      &::after {
        position: absolute;
        left: -100%;
        top: 0;
        content: "";
        height: 100%;
        width: 300%;
        z-index: -1;
      }

      h2 {
        font-weight: 700;
        margin: auto auto 25px;
        letter-spacing: -1px;
        font-size: 68px;

        span {
          display: block;
          font-size: 14px;
          font-weight: 400;
          letter-spacing: 0;
          color: #666666;
          margin-top: 5px;
          text-transform: capitalize;
        }

        sub {
          font-weight: 400;
          font-family: "Roboto", sans-serif;
          font-size: 15px;
          left: -13px;
        }

        sup {
          font-size: 24px;
          top: -35px;
          font-weight: 500;
          margin-right: 3px;
        }
      }
    }

    .footer {
      text-align: center;
      margin-top: 35px;
    }

    i {
      margin-left: 30px;
      color: #232323;
      font-size: 14px;

      &.fa-times-circle {
        color: #ff4949;
      }
    }

    li {
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      justify-content: space-between;

      &:last-child {
        margin-bottom: 0;
        border: none;
        padding: 0;
      }
    }

    .btn {
      border-radius: 5px;
    }

    li strong {
      font-weight: 700;
    }
  }
}

/* ===================================
    # Fun Fact Area
====================================== */

.fun-fact-area {
  color: #ffffff;
  position: relative;
  z-index: 1;

  .fixed-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    opacity: 0.03;
    z-index: -1;
  }

  .fun-fact {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .item {
    position: relative;
    z-index: 1;
  }

  .timer {
    display: inline-block;
    font-size: 68px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
    position: relative;
    z-index: 1;
    margin-top: -5px;

    &::after {
      position: absolute;
      right: -24px;
      top: -5px;
      content: "\f067";
      font-family: "Font Awesome 5 Pro";
      font-size: 17px;
      color: #ff4450;
    }
  }

  .medium {
    display: block;
    color: #cccccc;
    text-transform: uppercase;
  }

  i {
    display: inline-block;
    font-size: 60px;
    color: #ffffff;
    margin-right: 25px;
  }

  p {
    margin: 0;
  }
}

.fun-factor-area.icon-first .timer {
  display: block;
}

.fun-fact-area.icon-first {
  .fun-fact {
    .timer {
      display: block;
    }

    i {
      display: inline-block;
      margin-bottom: 40px;
      margin-top: 0;
    }
  }

  .item::after {
    display: none;
  }
}

/* ============================================================== 
     # Faq Accordion
=================================================================== */

.faq-area {
  overflow: hidden;
}

.faq-items .panel-group,
.acd-items .panel-group {
  margin-bottom: 0;
}

.faq-area .faq-items {
  margin-top: -15px;
}

.acd-items .panel-heading {
  .panel-title a {
    span {
      background: #ff4450 none repeat scroll 0 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #ffffff;
      display: inline-block;
      height: 30px;
      line-height: 30px;
      margin-right: 5px;
      text-align: center;
      width: 30px;
    }

    display: block;
    font-weight: 600;
    padding: 19px 0 20px 15px;
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
  }

  padding: 0;
  background: transparent;
}

.faq-area .acd-items .panel-body {
  padding: 30px;
}

.acd-items {
  .panel.panel-default {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    margin: 0 0 10px;

    &:last-child {
      margin-bottom: 0;
    }
  }

  .panel-body p:last-child {
    margin: 0;
  }
}

.faq-items {
  .panel-body {
    padding: 30px;
  }

  .acd-items .panel .panel-body {
    border-color: #e7e7e7;
  }
}

.acd-arrow {
  .panel-group.symb .panel-heading a::after {
    content: "\f107";
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 17px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
  }

  &.left .panel-group.symb .panel-heading a {
    &::after {
      content: "\f01b" !important;
      font-size: 20px;
      position: absolute;
      right: auto;
      left: 10px;
      top: 12px;
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
    }

    &.collapsed:after {
      content: "\f01a" !important;
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
    }
  }
}

.faq-area .faq-items .panel-group {
  margin: 0;
}

.acd-arrow .panel-group.symb .panel-heading a.collapsed:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/* ===================================
    # Portfolio
====================================== */

.portfolio-area {
  overflow: hidden;

  &.default-padding {
    padding-bottom: 105px;
  }

  &.gallery-carousel {
    padding-bottom: 120px;
  }

  .gallery-items {
    &.col-3 .pf-item {
      float: left;
      padding: 15px;
      width: 33.3333%;
    }

    &.col-2 .pf-item {
      float: left;
      padding: 15px;
      width: 50%;
    }

    &.col-4 .pf-item {
      float: left;
      padding: 15px;
      width: 25%;
    }
  }
}

.gallery-items-area {
  .effect-box .info .left {
    padding-right: 20px;
  }

  button {
    background: transparent;
    border: none;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
    font-size: 14px;

    &.active {
      background: #ff4450;
      color: #ffffff;
    }
  }
}

.mix-item-menu {
  margin-bottom: 30px;
}

.gallery-items-area {
  button::after {
    position: absolute;
    left: 50%;
    bottom: -4px;
    content: "";
    height: 10px;
    width: 10px;
    background: #ffffff;
    margin-left: -5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  .effect-box {
    position: relative;
    z-index: 1;
    overflow: hidden;

    img {
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
    }

    &:hover img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }

    .info {
      position: absolute;
      right: 30px;
      bottom: 30px;
      left: 30px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      z-index: 1;
      transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      opacity: 0;
    }

    &:hover {
      .info,
      &::after {
        opacity: 1;
      }
    }

    .info h4 {
      margin-bottom: 10px;
      font-weight: 600;
      position: relative;
      left: -30px;
      transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
    }

    &:hover .info h4 {
      left: 0;
    }

    &::after {
      position: absolute;
      left: 0;
      bottom: 0;
      content: "";
      height: 50%;
      width: 100%;
      background: rgba(0, 0, 0, 0)
        linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0) 0%,
          rgba(0, 0, 0, 0.65) 100%
        )
        repeat scroll 0 0;
      transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      opacity: 0;
    }

    .info {
      h4 a {
        color: #ffffff;
      }

      p {
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 500;
        font-family: "Roboto", sans-serif;
        font-size: 12px;
        margin: 0;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        position: relative;
        bottom: -30px;
      }
    }

    &:hover .info p {
      bottom: 0;
    }

    .info .right a {
      height: 45px;
      width: 45px;
      line-height: 45px;
      background: #ffffff;
      display: inline-block;
      text-align: center;
      color: #ff4450;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      font-size: 14px;
      position: relative;
      top: -30px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);

      i {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
      }
    }

    &:hover .info .right a {
      top: 0;
    }
  }

  .portfolio-carousel .owl-nav {
    margin: 0;

    .owl-prev {
      background: transparent none repeat scroll 0 0;
      color: #ffffff;
      font-size: 30px;
      height: 40px;
      left: 15px;
      line-height: 40px;
      margin: -20px 0 0;
      padding: 0;
      position: absolute;
      top: 50%;
      width: 40px;
    }

    .owl-next {
      background: transparent none repeat scroll 0 0;
      color: #ffffff;
      font-size: 30px;
      height: 40px;
      left: 15px;
      line-height: 40px;
      margin: -20px 0 0;
      padding: 0;
      position: absolute;
      top: 50%;
      width: 40px;
      left: auto;
      right: 15px;
    }
  }
}

/* Gallery Single */

.gallery-single-area {
  img {
    margin-bottom: 30px;
  }

  h2,
  h3,
  h4 {
    font-weight: 700;
  }

  ul.project-info {
    ul li {
      display: inline-block;
    }

    margin-bottom: 15px;
    margin-left: 0;

    li {
      display: inline-block;
      margin-bottom: 10px;
      margin-right: 15px;
      padding-right: 20px;
      position: relative;
      z-index: 1;
      font-family: "Roboto", sans-serif;

      &::after {
        position: absolute;
        right: 0;
        top: 3px;
        content: "";
        height: 20px;
        width: 1px;
        background: #cccccc;
      }

      &:last-child::after {
        display: none;
      }

      strong {
        font-weight: 700;
        color: #232323;
      }
    }
  }

  .info {
    p:last-child {
      margin-bottom: 0;
    }

    .row {
      margin-top: 30px;
    }
  }
}

/* ===================================
    # Call Back
====================================== */

.call-back-area {
  .container .call-back-items {
    display: flex;
    align-items: center;
  }

  .form {
    padding-bottom: 120px;
  }

  h2 {
    text-transform: capitalize;
    font-weight: 600;

    strong {
      font-weight: 600;
      color: #ff4450;
    }
  }

  p {
    margin-bottom: 25px;
  }

  input {
    box-shadow: inherit;
    border: 1px solid #e7e7e7;
    border-radius: inherit;

    &:focus {
      box-shadow: inherit;
    }
  }

  .form button {
    font-family: "Roboto", sans-serif;
    border: 2px solid #e7e7e7;
    background: transparent;
    padding: 10px 50px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ff4450;
    margin-top: 15px;
    font-size: 14px;
  }
}

img.loader {
  margin-left: 5px;
}

/* ===================================
    # Clients Area
====================================== */

.clients-area {
  .clients-box {
    position: relative;
    z-index: 1;

    &::after {
      position: absolute;
      left: 0;
      top: -300px;
      content: "";
      height: 700px;
      width: 300%;
      background: #111d30 none repeat scroll 0 0;
      z-index: -2;
    }
  }

  overflow: hidden;

  .left-info {
    padding-right: 35px;
  }

  .clients-box .single-item img {
    width: auto;
    margin: auto;
    height: 70px;
  }

  .left-info {
    h4 {
      text-transform: capitalize;
      font-weight: 700;
      margin-bottom: 25px;
    }

    p {
      margin: 0;
    }
  }

  .clients-items.clients-carousel .owl-dots {
    bottom: 20px;
    text-align: center;
    width: 100%;
    margin-bottom: -12px;
    margin-top: 30px;

    span {
      background: rgba(255, 255, 255, 0.3);
      border: 3px solid rgba(255, 255, 255, 0.3);
      height: 12px;
      width: 35px;
    }

    .owl-dot.active span {
      background: #ffffff;
      border-color: #ffffff;
    }
  }
}

/* ===================================
    # Blog Area
====================================== */

.blog-area {
  .blog-items .single-item {
    margin-bottom: 30px;
  }

  .blog-item-box .single-item {
    margin-bottom: 50px;

    &:last-child {
      margin-bottom: 0;
    }
  }

  .pagi-area {
    margin-top: 50px;
  }

  .blog-items {
    .thumb {
      overflow: hidden;
      position: relative;
      z-index: 1;

      .post-date {
        position: absolute;
        right: 30px;
        bottom: 30px;
        height: 70px;
        width: 80px;
        background: #ff4450;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        padding: 0 20px;
        line-height: 1.3;
        font-weight: 600;
        padding-top: 15px;
        border-radius: 5px 5px 0 5px;
        text-transform: uppercase;

        &::after {
          position: absolute;
          right: 0;
          bottom: -10px;
          content: "";
          border-right: 15px solid #ff4450;
          border-top: 0;
          border-bottom: 15px solid transparent;
        }
      }
    }

    .item {
      -moz-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
      box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
      background: #ffffff;

      .info {
        background: #ffffff;
        padding: 30px;
      }
    }

    .info .tags {
      a {
        display: inline-block;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        color: #666666;
      }

      color: #999999;
      margin-bottom: 15px;
      margin-top: -7px;
    }
  }

  .post-tags.share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }

  .blog-items .post-tags.share .tags {
    margin-bottom: 0;

    a {
      text-transform: capitalize;
    }
  }

  .post-tags.share .share li {
    display: inline-block;

    a {
      height: 40px;
      width: 40px;
      padding: 0;
      text-align: center;
      line-height: 40px;
      margin: 0;
      margin-left: 3px;
      margin-top: 5px;
    }
  }

  .blog-items {
    .info p:last-child {
      margin-bottom: 0;
    }

    .top-meta ul {
      li {
        display: inline-block;
        position: relative;
        z-index: 1;
        margin-right: 25px;
        text-transform: uppercase;
        font-size: 13px;

        i {
          color: #ff4949;
          margin-right: 4px;
        }

        font-weight: 500;
        color: #666666;

        a {
          font-weight: 500;
          color: #666666;
        }

        &::after {
          position: absolute;
          right: -16px;
          top: 11px;
          content: "";
          height: 5px;
          width: 5px;
          background: #ff4949;
          border-radius: 50%;
          z-index: -1;
        }

        &:last-child {
          &::after {
            display: none;
          }

          margin-right: 0;
        }
      }

      display: block;
      margin-bottom: 15px;
    }
  }

  &.single .post-tags {
    span {
      font-family: "Roboto", sans-serif;
      font-weight: 600;
      margin-right: 5px;
      text-transform: uppercase;
    }

    a {
      border: 1px solid #e7e7e7;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      color: #232323;
      display: inline-block;
      font-size: 12px;
      font-weight: 600;
      margin-right: 5px;
      padding: 3px 25px;
      text-transform: capitalize;
      margin-top: 5px;
    }
  }

  .blog-items .info {
    h2,
    h3,
    h4 {
      font-weight: 600;
      line-height: 1.4;
    }
  }

  .single-item .item .meta ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .blog-items .item li img {
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    padding: 3px;
    margin-right: 5px;
  }

  .single-item .item .meta {
    padding: 30px;
    border-top: 1px solid #e7e7e7;

    a {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px;

      i {
        color: #ff4450;
        margin-right: 3px;
      }
    }
  }

  .blog-items .info {
    > a {
      margin-top: 5px;
      font-size: 15px;
    }

    a:hover {
      color: #ff4450;
    }
  }

  .pagi-area {
    .pagination {
      li {
        a {
          border: 1px solid #e7e7e7;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          color: #ff4450;
          font-weight: 600;
          height: 50px;
          line-height: 50px;
          margin-right: 10px;
          margin-top: 5px;
          padding: 0;
          text-align: center;
          text-transform: uppercase;
          width: 50px;
        }

        &.active a {
          background: #ff4450 none repeat scroll 0 0;
          border-color: transparent;
          color: #ffffff;
        }
      }

      margin-bottom: -10px;
      margin-top: -5px;
    }

    margin-top: 50px;
  }

  &.left-sidebar {
    .blog-content {
      float: right;
    }

    .sidebar {
      padding-right: 35px;
    }
  }

  &.right-sidebar .sidebar {
    padding-left: 35px;
  }

  .sidebar {
    .title {
      display: block;

      h4 {
        font-weight: 600;
        margin-bottom: 30px;
        margin-top: -5px;
        padding-bottom: 15px;
        position: relative;
        text-transform: uppercase;
        z-index: 1;
        border-bottom: 1px solid #e7e7e7;

        &::before {
          background: #ff4450 none repeat scroll 0 0;
          bottom: -1px;
          content: "";
          height: 2px;
          left: 0;
          position: absolute;
          width: 50px;
          z-index: -1;
        }
      }
    }

    input[type="text"] {
      border: 1px solid #e7e7e7;
      border-radius: inherit;
      box-shadow: inherit;
      min-height: 60px;
    }

    form {
      position: relative;
    }

    input[type="submit"] {
      background: #ff4450 none repeat scroll 0 0;
      border: medium none;
      color: #ffffff;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      letter-spacing: 1px;
      padding: 0 25px;
      position: absolute;
      right: 5px;
      text-transform: uppercase;
      top: 5px;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;

      &:hover {
        background: #ff4450 none repeat scroll 0 0;
      }
    }

    .sidebar-item {
      float: left;
      margin-bottom: 50px;
      width: 100%;

      &:last-child {
        margin-bottom: 0;
      }

      &.category .sidebar-info,
      &.archives .sidebar-info {
        margin-top: -5px;
      }

      &.category li {
        display: block;
        padding: 8px 0;
        position: relative;

        a {
          display: inline-block;
          text-transform: capitalize;
          padding-left: 25px;
          font-size: 14px;
        }
      }

      li a:hover {
        color: #ff4450;
      }
    }
  }
}

/* Pagination */

/* Sidebar */

.sidebar-item.category ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\e639";
  font-family: "themify";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
  top: 10px;
}

.blog-area .sidebar .sidebar-item.category li {
  a span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #666666;
    font-weight: 500;
    padding: 0 10px;
    position: absolute;
    right: 0;
    background: #f1f1f1;
    top: 10px;
  }

  &:first-child {
    a {
      span,
      &::after {
        top: 0;
      }
    }

    margin-top: 0;
    padding-top: 0;
  }

  &:last-child {
    border: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.sidebar-item.recent-post {
  li a {
    color: #333333;
    display: block;
    font-weight: 600;

    &:last-child {
      display: inline-block;
    }
  }

  .meta-title {
    color: #999999;
    font-family: "Roboto", sans-serif;
    margin-top: 5px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: capitalize;
  }

  li a:hover {
    color: #ff4450;
  }
}

.color-yellow .sidebar-item.recent-post li a:hover {
  color: #ff9800;
}

.sidebar-item.recent-post {
  li {
    a span {
      display: inline-block;
      color: #232323;
    }

    span {
      display: inline-block;
    }
  }

  .meta-title a {
    color: #999999;
  }

  li {
    color: #cdd0d3;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;

    &:last-child {
      border: medium none;
      margin: 0;
      padding: 0;
      margin: 0;
    }

    .thumb {
      display: table-cell;
      padding-top: 5px;
      vertical-align: top;
      width: 80px;
    }
  }

  .thumb img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  li .info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    line-height: 26px;
    padding: 0 0 0 20px;
    vertical-align: top;
  }
}

.blog-area .sidebar-item.gallery ul {
  margin: -7px;
  overflow: hidden;
}

.sidebar-item {
  &.gallery ul li {
    box-sizing: border-box;
    float: left;
    padding: 7px;
    width: 33.333%;

    img {
      min-height: 70px;
      width: 100%;
    }
  }

  &.archives ul li {
    display: block;
    margin-bottom: 20px;
    position: relative;

    &:last-child {
      margin-bottom: 0;
    }

    a {
      color: #666666;
      display: inline-block;
      font-weight: 500;
      text-transform: capitalize;
      z-index: 1;
      padding-left: 25px;
      font-size: 14px;

      &::after {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        content: "\e639";
        font-family: "themify";
        height: 8px;
        left: 0;
        position: absolute;
        width: 8px;
      }
    }
  }

  &.social-sidebar li {
    display: inline-block;
    float: left;
    margin-right: 5px;

    a {
      background: #232323 none repeat scroll 0 0;
      border: medium none;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      color: #ffffff;
      display: inline-block;
      font-size: 16px;
      height: 60px;
      line-height: 60px;
      margin-bottom: 5px;
      text-align: center;
      width: 60px;

      &:hover {
        color: #ffffff !important;
      }
    }

    &.facebook a {
      background: #3b5998 none repeat scroll 0 0;
    }

    &.twitter a {
      background: #1da1f2 none repeat scroll 0 0;
    }

    &.pinterest a {
      background: #bd081c none repeat scroll 0 0;
    }

    &.g-plus a {
      background: #db4437 none repeat scroll 0 0;
    }

    &.linkedin a {
      background: #0077b5 none repeat scroll 0 0;
    }
  }

  &.tags ul {
    margin-top: -8px;

    li {
      display: inline-block;

      a {
        background: #ffffff none repeat scroll 0 0;
        border: 1px solid #e7e7e7;
        display: inline-block;
        font-weight: 600;
        margin-top: 8px;
        margin-right: 5px;
        padding: 7px 20px;
        text-transform: capitalize;
        font-size: 13px;

        &:hover {
          color: #ff4450;
        }
      }
    }
  }
}

/* Blog Single */

.blog-area {
  &.single {
    .item .content-box {
      span {
        background: #ff4450 none repeat scroll 0 0;
        color: #ffffff;
        display: inline-block;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 3px 20px;
        text-transform: uppercase;
      }

      h2,
      h3,
      h4 {
        font-weight: 500;
      }
    }

    .content-box {
      .cats {
        float: left;
        margin-right: 5px;
      }

      .meta {
        .date {
          float: right;
          font-family: "Roboto", sans-serif;
          letter-spacing: 1px;
          text-transform: uppercase;
        }

        overflow: hidden;
        width: 100%;
        border: none;
        margin: 0;
        padding: 0;
      }

      .cats a:last-child::after {
        display: none;
      }
    }

    .item {
      margin-bottom: 0;
    }
  }

  .item blockquote {
    background: #f6f6f6 none repeat scroll 0 0;
    border-color: #666666;
    color: #414141;
    font-size: 15px;
    padding: 30px;
    position: relative;
    z-index: 1;

    p {
      margin: 0;
      position: relative;
      z-index: 1;
    }
  }
}

.author-bio {
  display: block;
  margin-top: 30px;
  width: 100%;

  .avatar {
    display: table-cell;
    vertical-align: top;
    width: 200px;
  }

  .content {
    display: table-cell;
    padding: 0 0 0 30px;
    vertical-align: middle;

    p {
      margin: 0;
      position: relative;
      z-index: 1;
      padding-top: 5px;

      &::after {
        content: ",,";
        font-family: "Times New Roman";
        font-size: 60px;
        left: 0;
        letter-spacing: -4px;
        opacity: 0.5;
        position: absolute;
        top: 0;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
      }
    }

    h4 {
      font-weight: 500;
      margin-bottom: 0;
      margin-top: 15px;
      text-transform: uppercase;
    }
  }
}

.blog-area.single {
  .post-pagi-area {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-top: 30px;
    overflow: hidden;
    padding: 15px;

    a {
      display: inline-block;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 14px;

      &:hover {
        color: #ff4450;
      }
    }
  }

  &.color-yellow .post-pagi-area a:hover {
    color: #ff9800;
  }

  .post-pagi-area a {
    &:last-child {
      float: right;
    }

    &:first-child i {
      margin-right: 3px;
    }

    &:last-child i {
      margin-left: 3px;
    }
  }
}

.comments-area .commen-item .comments-info p {
  display: block;
  margin: 0;
}

.blog-area {
  .contact-comments .submit {
    margin-bottom: 0;
  }

  &.single {
    .post-tags a:hover {
      color: #ff4450;
    }

    &.color-yellow .post-tags a:hover {
      color: #ff9800;
    }
  }
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;

  /* 16:9 */
  padding-top: 25px;
  height: 0;

  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* Comments */

.blog-area .comments-form {
  margin-top: 25px;
}

.comments-list .commen-item {
  .avatar {
    float: left;
    height: 105px;
    width: 105px;
  }

  .content {
    display: table-cell;
    vertical-align: top;
  }

  .avatar img {
    height: 80px;
    width: 80px;
  }

  margin-bottom: 25px;

  &:last-child {
    margin-bottom: 0;
  }

  &.reply {
    padding-left: 80px;
  }
}

.comments-area {
  margin-top: 40px;

  .comments-title {
    h2,
    h3,
    h4 {
      border-bottom: 1px solid #e2e2e2;
      font-weight: 700;
      margin-bottom: 30px;
      padding-bottom: 25px;
      text-transform: uppercase;
    }
  }
}

.comments-list .commen-item .content {
  h3,
  h4,
  h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;

    span {
      border-left: 1px solid #e7e7e7;
      padding-left: 15px;
      margin-left: 15px;
    }
  }
}

.comments-info a {
  border: 1px solid #e7e7e7;
  color: #232323;
  display: inline-block;
  font-size: 12px;
  margin-top: 5px;
  padding: 1px 10px;
  text-transform: uppercase;
  font-weight: 600;

  &:hover {
    color: #ff4450;
  }
}

.color-yellow .comments-info a:hover {
  color: #ff9800;
}

.comments-info a i {
  margin-right: 10px;
}

.comments-form {
  input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e7e7e7;
    border-image: none;
    border-radius: inherit;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: inherit;
  }

  textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e7e7e7;
    border-image: none;
    border-radius: inherit;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: inherit;
    min-height: 180px;
    padding: 15px;
  }
}

.blog-area.full-blog.single-blog .form-group.submit {
  margin-bottom: 0;
}

.comments-form button {
  background-color: #ff4450;
  border: 1px solid transparent;
  color: #ffffff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 20px;
  padding: 12px 40px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;

  &:hover {
    color: #ffffff;
    background-color: #1d2024;
    border: 1px solid transparent;
  }
}

.comments-area .commen-item .comments-info {
  margin-bottom: 15px;
}

.comments-form .title {
  h2,
  h3,
  h4 {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 25px;
    text-transform: uppercase;
  }
}

.blog-area {
  .contact-comments .comments {
    margin-top: 20px;
  }

  &.single .blog-items .item .contact-comments .col-md-6 {
    float: left;
    padding: 0 15px;
  }
}

/* ===================================
    # Login Form 
====================================== */

.login-area form {
  padding: 50px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  overflow: hidden;

  input {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
    border-radius: 30px;
    padding: 0 20px;
  }

  .login-social {
    border-top: 1px solid #e7e7e7;
    margin-top: 30px;
    padding-top: 30px;
    text-align: center;
    float: left;
    width: 100%;

    h4 {
      text-transform: capitalize;
      font-weight: 600;
      margin-bottom: 20px;
    }

    li {
      display: inline-block;
      margin-right: 5px;

      a {
        display: inline-block;
        height: 45px;
        width: 45px;
        line-height: 45px;
        border-radius: 5px;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
      }
    }
  }
}

form.white-popup-block {
  label {
    float: left;

    input {
      float: left;
      margin-right: 5px;
      min-height: 24px;
    }
  }

  .lost-pass-link {
    float: right;
    font-size: 14px;
    font-weight: 600;
  }
}

.login-area {
  form .icon {
    position: absolute;
    left: 50%;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    top: -40px;
    background: #ffffff;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    border-radius: 50%;
    color: #ff4450;
    font-size: 20px;
    margin-left: -40px;
  }

  .login-custom h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;

    i {
      color: #ff4450;
      top: 2px;
      position: relative;

      &.fa-user {
        font-weight: 500;
        top: 0;
      }
    }
  }

  button {
    border: none;
    padding: 10px 50px;
    background: #ff4450;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 30px;
    font-weight: 600;
    margin-top: 10px;
  }

  p.link-bottom {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;

    a {
      font-size: 14px;
      color: #ff4450;
      font-weight: 600;
      text-decoration: underline;
    }
  }
}

form.white-popup-block li {
  &.facebook a {
    background: #3b5998 none repeat scroll 0 0;
  }

  &.twitter a {
    background: #1da1f2 none repeat scroll 0 0;
  }

  &.pinterest a {
    background: #bd081c none repeat scroll 0 0;
  }

  &.g-plus a {
    background: #db4437 none repeat scroll 0 0;
  }

  &.linkedin a {
    background: #0077b5 none repeat scroll 0 0;
  }
}

/* ===================================
    # Contact 
====================================== */

.contact-area {
  &.bottom-half {
    position: relative;
    bottom: -120px;
    margin-top: -120px;
  }

  .address-items {
    padding: 50px;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;

    &::after {
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      height: 100%;
      width: 100%;
      background: #000000;
      z-index: -1;
      opacity: 0.7;
    }

    li {
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);

      h4 {
        font-weight: 600;
        text-transform: uppercase;
      }

      .icon i {
        color: #ffffff;
        display: inline-block;
        font-size: 60px;
        margin-bottom: 30px;
      }

      span {
        color: #ffffff;
      }

      &:last-child {
        margin: 0;
        padding: 0;
        border: none;
      }
    }
  }

  .contact-items {
    > .row {
      display: flex;
      align-items: center;
    }

    background: #ffffff;
    -moz-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);

    .form-box {
      padding-right: 65px;
      padding-left: 35px;
      padding-top: 50px;
      padding-bottom: 50px;

      h2 {
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 25px;
      }

      p {
        margin-bottom: 30px;
      }

      input {
        box-shadow: inherit;
        border: 1px solid #e7e7e7;
      }

      textarea {
        box-shadow: inherit;
        border: 1px solid #e7e7e7;
        min-height: 180px;
        padding-top: 15px;
      }

      button {
        border: none;
        background: #ff4450;
        padding: 12px 35px;
        font-family: "Roboto", sans-serif;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 600;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 14px;

        i {
          margin-left: 5px;
        }
      }
    }
  }
}

/* Google Maps */

.google-maps iframe {
  border: medium none;
  height: 550px;
  margin-bottom: -10px;
  width: 100%;
}

.maps-area {
  overflow: hidden;
}

/* ===================================
    # Footer
====================================== */

footer {
  min-height: 400px;

  .footer-content.default-padding {
    padding-top: 70px;
    height: 100%;
  }

  .widget-title {
    margin-bottom: 30px;
  }

  .f-item {
    margin-top: 50px;
  }

  .footer-items.default-padding {
    padding-top: 70px;
  }

  .logo {
    margin-bottom: 30px;
  }

  .footer-bottom img {
    height: 50px;
  }

  .about ul {
    margin: 0;
    list-style: none;
    margin-top: 25px;
  }

  .f-item {
    a:hover {
      color: #ff4949;
    }

    img {
      margin-bottom: 30px;
      height: 50px;
    }
  }

  .about ul li {
    display: inline-block;

    a {
      display: inline-block;
      margin-bottom: 5px;
      margin-right: 15px;
      height: 40px;
      width: 40px;
      line-height: 43px;
      background: #e7e7e7;
      text-align: center;
      border-radius: 50%;
    }
  }

  &.bg-dark .about ul li a {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
  }

  &.bg-gray .about ul li a {
    color: #ff4949;
  }

  .recent-post {
    .thumb {
      width: 100px;
      top: 8px;
      margin-right: 20px;
      position: relative;
    }

    .info a {
      font-size: 16px;
    }
  }

  &.bg-dark .recent-post .info a {
    color: #ffffff;
  }

  .recent-post .info a:hover {
    color: #ff4949 !important;
  }

  .f-item.recent-post .meta-title {
    span {
      display: block;
      font-size: 12px;
      text-transform: capitalize;
      margin-top: 5px;
      font-weight: 500;
    }

    i {
      font-weight: 500;
      margin-right: 7px;
    }
  }

  .recent-post {
    .content {
      a {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 15px;
      }

      .meta li {
        color: #ff4949;
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;

        i {
          margin-right: 5px;
          position: relative;
          top: 1px;
        }
      }
    }

    .single {
      margin-bottom: 30px;

      &:last-child {
        margin-bottom: 0;
      }
    }

    img {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      width: 100%;
    }
  }

  .f-item {
    &.address li,
    &.recent-post li {
      display: flex;
    }

    .twitter-item {
      a {
        color: #ff4949;
        font-size: 14px;
      }

      .twitter-context {
        color: #666666;
      }
    }
  }

  &.bg-dark .f-item .twitter-item .twitter-context {
    color: #ffffff;
  }

  .f-item .twitter-item {
    .twitter-context i {
      color: #ff4949;
      margin-right: 5px;
    }

    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  &.bg-dark .f-item .twitter-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .f-item .twitter-item:last-child {
    border: medium none;
    margin-bottom: 0;
    padding: 0;
  }

  .link li {
    display: block;
    margin-bottom: 15px;

    &:last-child {
      margin-bottom: 0;
    }

    a {
      display: inline-block;
      padding-left: 17px;
      position: relative;

      &:hover {
        margin-left: 10px;
        color: #ff4949;
      }

      &::before {
        content: "\e649";
        font-family: "themify";
        left: 0;
        position: absolute;
        font-size: 10px;
      }
    }
  }

  .contact li {
    display: flex;
    margin-bottom: 30px;
    width: 100%;
  }

  .f-item.address li {
    padding-bottom: 0;
  }

  .contact li i {
    float: left;
    font-size: 24px;
    text-align: center;
    margin-top: 5px;
  }

  .f-item .address li {
    display: flex;
    margin-bottom: 25px;
    padding: 0;

    .content {
      color: #a0a2a6;

      a {
        color: #a0a2a6;
      }
    }

    i {
      display: inline-block;
      margin-right: 20px;
      color: #ffffff;
      font-size: 24px;
      color: #ff4949;
      position: relative;
      top: 5px;
    }

    &:last-child {
      margin-bottom: 0;
    }

    strong {
      display: block;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      color: #ffffff;
      margin-bottom: 5px;
    }
  }

  &.bg-dark .contact li i {
    color: #ffffff;
  }

  .contact li {
    span {
      padding-left: 20px;
    }

    &:last-child {
      margin-bottom: 0;
    }
  }

  .widget-title {
    font-weight: 700;
    position: relative;
    z-index: 1;
    display: inline-block;
    text-transform: capitalize;
  }

  &.bg-dark {
    .widget-title {
      color: #ffffff;
    }

    p,
    li,
    a {
      color: #cccccc;
    }
  }
}

/* Twitter Widget */

.footer-bottom {
  &.text-center.pt-50.oh {
    border-top: 1px solid #263442;
    color: white;
    float: left;
    width: 100%;
  }

  border-top: 1px solid #e7e7e7;
  float: left;
  width: 100%;
  padding: 30px 0;
  background: #0f1825 none repeat scroll 0 0;

  .row {
    display: flex;
    align-items: center;
  }
}

footer.bg-dark .footer-bottom {
  border-color: #263442;
}

.footer-bottom p {
  margin: 0;
  text-transform: capitalize;
  color: #cccccc;
}

footer {
  &.bg-dark.v2 .f-item .widget-title {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .f-item.subscribe {
    .input-group {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
    }

    input.form-control {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      box-shadow: inherit;
      margin-bottom: 10px;
    }

    button {
      background: #ff4949 none repeat scroll 0 0;
      border: medium none;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      box-shadow: inherit;
      color: #ffffff;
      min-height: 45px;
      width: 100%;
    }
  }
}

.footer-menu li {
  display: inline-block;

  a {
    display: inline-block;
    font-weight: 700;
    margin: 10px;
    text-transform: uppercase;
  }
}

.footer-bottom {
  .copyright {
    float: left;
  }

  .footer-social {
    float: right;

    li {
      display: inline-block;

      a {
        display: inline-block;
        padding: 10px;
      }
    }
  }

  .copyright p {
    line-height: 45px;
  }
}

footer .f-item.tags li {
  display: inline-block;
  float: left;

  a {
    background: #263442 none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px 20px;
    text-transform: capitalize;

    &:hover {
      background: #ff4949 none repeat scroll 0 0;
    }
  }
}

/* Error Page */

.error-page-area {
  .search {
    text-align: center;
    max-width: 400px;
    margin: auto;
    margin-top: 30px;

    .input-group {
      width: 100%;

      form {
        position: relative;
        z-index: 1;
        border: 1px solid #e7e7e7;
        overflow: hidden;

        input {
          border: none;
          box-shadow: inherit;
          border-radius: inherit;
        }

        button {
          position: absolute;
          right: 5px;
          top: 5px;
          z-index: 9;
          border: none;
          background: #ff4450;
          color: #ffffff;
          padding: 0 15px;
          min-height: 40px;
        }
      }
    }
  }

  .error-box > a {
    margin-top: 30px;
  }

  h1 {
    font-size: 160px;
    font-weight: 800;
    line-height: 120px;
    margin-top: -5px;
    margin-bottom: 30px;
  }

  h2 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 25px;
  }
}

/* ============================================================== 
     # Preloader 
=================================================================== */

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(assets/img/preloader.gif) center no-repeat #fff;
  text-align: center;
}

/* ============================================================== 
     # Home It Solution 
=================================================================== */

.nav-modern .attr-nav > ul > li.quote-btn > a {
  padding: 13px 40px !important;
  border-radius: 5px;
  background: #ff4949;
  color: #ffffff !important;
  font-size: 13px;
}

.blue .nav-modern .attr-nav > ul > li.quote-btn > a {
  background: #104cba;
  border-color: #104cba;
}

nav.navbar.bootsnav.navbar-transparent.nav-modern .attr-nav {
  border: none;
  min-height: auto;
}

.nav-modern .attr-nav > ul > li.quote-btn {
  margin: 0;
  padding: 28px 0;
}

@media (min-width: 1024px) {
  nav.navbar.bootsnav.nav-modern ul.nav > li > a {
    padding: 45px 15px;
  }
}

@media (min-width: 1024px) {
  nav.navbar.bootsnav.nav-modern img {
    height: 70px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .nav-modern .attr-nav {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  nav.navbar.bootsnav.menu-center.nav-modern ul.nav.navbar-center {
    display: block;
    text-align: right;
    float: right;
  }
}

@media (max-width: 1023px) {
  .navbar.navbar-fixed .attr-nav > ul > li {
    padding: 13px 0 !important;
  }
}

@media (min-width: 1024px) {
  .blue nav.navbar.bootsnav ul.nav > li > a.active {
    color: #104cba;
  }
}

.blue nav.navbar.bootsnav {
  li.dropdown ul.dropdown-menu > li > a .badge {
    background: #104cba;
  }

  ul.nav li.dropdown > ul.dropdown-menu li > a:hover {
    color: #104cba !important;
  }
}

.btn-md {
  padding: 15px 45px;
  font-size: 14px;
}

.slider-style-one {
  position: relative;
  z-index: 1;

  .shape-right-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 70%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    opacity: 0;
    transition: all 0.35s ease-in-out;
  }
}

.active .slider-style-one .shape-right-bottom {
  opacity: 1;
  height: 80%;
}

.slider-style-one .content {
  h2 {
    font-size: 80px;

    strong {
      font-weight: 600;
      font-size: 60px;
      display: block;
    }
  }

  padding-top: 120px;
}

.blue {
  .btn-theme {
    background-color: #104cba;
    border: 2px solid #104cba;
  }

  .shadow .btn-theme:hover,
  .bg-dark .btn-theme:hover,
  .bg-theme .btn-theme:hover {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #232323 !important;
  }
}

.feature-style-one-items {
  border-bottom: 1px solid #e3e3e3;
}

.feature-style-one {
  .item {
    padding: 50px;

    img {
      height: 80px;
      margin-bottom: 30px;
    }

    h4 {
      font-weight: 600;
    }

    a {
      display: inline-block;
      height: 45px;
      width: 45px;
      border: 2px solid #e7e7e7;
      text-align: center;
      line-height: 40px;
      border-radius: 50%;
      margin-top: 10px;
    }
  }

  position: relative;
  z-index: 1;

  &::after {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: "";
    height: 3px;
    width: 0;
    background: #104cba;
    z-index: -1;
    transition: all 0.25s ease-in-out;
  }

  &:hover::after,
  &:first-child::after {
    width: 100%;
  }

  &:hover .item a,
  &:first-child .item a {
    border-color: #104cba;
    color: #104cba;
  }
}

.about-area {
  position: relative;
  z-index: 1;
}

.shape-120-light {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 120px;
  width: 100%;
  background: #ffffff;
  z-index: -1;
}

.about-style-one {
  .thumb {
    img:nth-child(2) {
      position: absolute;
      left: -120px;
      bottom: 120px;
      max-width: 50%;
    }

    position: relative;
    margin-left: -15%;
  }

  .contact {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 30px;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    h4 {
      margin: 0;
      font-weight: 600;
    }

    i {
      height: 40px;
      width: 40px;
      text-align: center;
      line-height: 40px;
      background: #104cba;
      border-radius: 50%;
      color: #ffffff;
      font-size: 14px;
      position: relative;
      margin-right: 5px;
    }

    p {
      margin: 0;
    }
  }

  h4 {
    font-weight: 500;
    text-transform: capitalize;
    color: #2b6be0;
  }

  h2 {
    font-weight: 600;
    margin-bottom: 30px;
  }

  ul {
    li {
      display: block;
      font-weight: 600;
      margin-bottom: 15px;
      position: relative;
      z-index: 1;
      padding-left: 25px;

      &::after {
        position: absolute;
        left: 0;
        top: 50%;
        content: "\f00c";
        font-family: "Font Awesome 5 Pro";
        font-weight: 600;
        text-align: center;
        border-radius: 50%;
        color: #2b6be0;
        font-size: 14px;
        transform: translateY(-50%);
      }
    }

    display: block;
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .about-style-one .content {
    padding-bottom: 120px;
    padding-left: 35px;
    padding-top: 30px;
  }
}

@media (max-width: 1200px) {
  .shape-120-light {
    display: none;
  }

  .about-style-one .content {
    padding-bottom: 120px;
  }
}

.blue {
  .process-items .item .icon span {
    background: #104cba;
  }

  .site-heading h4::before {
    background-color: #104cba;
  }

  .shadow .site-heading h4::before,
  .bg-theme .site-heading h4::before,
  .bg-dark .site-heading h4::before {
    background-color: #cccccc;
  }
}

.banner-area .carousel-control i {
  font-weight: 100;
  font-size: 50px;
}

.services-style-two {
  margin-bottom: 30px;

  i {
    display: inline-block;
    background: linear-gradient(
      90deg,
      rgba(16, 76, 186, 1) 0%,
      rgba(138, 16, 186, 1) 100%
    );
    height: 70px;
    width: 70px;
    line-height: 70px;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    border-radius: 8px;
    margin-bottom: 32px;
    font-weight: 100;
  }

  .item {
    border: 1px solid #e7e7e7;
    padding: 60px 30px;
    border-radius: 8px;
    position: relative;
    z-index: 1;

    &::after {
      position: absolute;
      left: 0;
      bottom: 0;
      content: "";
      height: 0;
      width: 100%;
      border-radius: 8px;
      background: linear-gradient(
        90deg,
        rgba(16, 76, 186, 1) 0%,
        rgba(138, 16, 186, 1) 150%
      );
      z-index: -1;
      transition: all 0.35s ease-in-out;
    }

    &:hover::after {
      height: 100%;
    }

    h4 {
      margin-bottom: 20px;
    }

    a {
      font-weight: 600;
    }

    p {
      margin: -5px;
    }

    i,
    p,
    a {
      transition: all 0.35s ease-in-out;
    }

    &:hover {
      a {
        color: #ffffff;
      }

      p {
        color: #ffffff;
        opacity: 0.8;
      }

      i {
        background: #ffffff;
        color: #104cba;
      }
    }
  }
}

/* ===================================
    # Expertise Area
====================================== */

.our-expertise-area {
  h4 {
    font-weight: 500;
    color: #666666;
    font-size: 16px;
    display: inline-flex;

    &::before {
      position: relative;
      top: 6px;
      content: "";
      background-color: #ff4949;
      width: 6px;
      height: 6px;
      margin-right: 10px;
      border-radius: 50%;
    }
  }

  position: relative;
  z-index: 1;
  overflow: hidden;

  .thumb {
    position: relative;
    z-index: 1;
    margin-bottom: -120px;
  }

  &::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 25%;
    background: #111d30;
    z-index: -1;
  }

  .fixed-shape {
    position: absolute;
    left: 0;
    border: 0;
    z-index: -1;
    width: 60%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    opacity: 0.2;
  }

  .skill-items .progress-box {
    .progress {
      border: none;

      .progress-bar {
        height: 10px;
      }
    }

    h5 {
      font-size: 16px;
      text-transform: capitalize;
      font-weight: 600;
      margin: 0;
    }

    .progress .progress-bar span {
      font-size: 16px;
      font-weight: 600;
      top: -35px;
    }

    margin-bottom: 40px;

    &:last-child {
      margin-bottom: 0;
    }
  }

  h2 {
    font-weight: 600;
    margin-bottom: 25px;
  }

  a {
    margin-top: 15px;
  }

  .left-info {
    padding-right: 35px;

    .skill-items {
      margin-top: 35px;
    }
  }
}

@media only screen and (min-width: 1700px) {
  .our-expertise-area .fixed-shape {
    height: 150%;
    top: 30px;
  }
}

.blue {
  .gallery-items-area .effect-box .info .right a {
    background: linear-gradient(
      90deg,
      rgba(16, 76, 186, 1) 0%,
      rgba(138, 16, 186, 1) 100%
    );
    color: #ffffff;
  }

  .blog-area .blog-items .thumb .post-date {
    background: #104cba;

    &::after {
      border-right: 15px solid #104cba;
    }
  }
}

.blog-area {
  .blog-items .thumb {
    overflow: inherit;

    .post-date {
      width: 70px;
      right: auto;
      left: 30px;
      bottom: 0;
      border-bottom-left-radius: inherit;
    }
  }

  .single-item .item .meta {
    padding-top: 15px;

    a {
      font-size: 13px;
      color: #666666;
    }
  }

  .blog-items .item li img {
    height: 45px;
    width: 45px;
  }
}

.blue .blog-area .single-item .item .meta a i {
  color: #104cba;
}

.call-back-area .form button {
  padding: 13px 50px;
  background: #ff4450;
  border-color: #ff4450;
  border-radius: 5px;
  color: #ffffff;

  &:hover {
    background: #111d30;
    border-color: #111d30;
  }
}

.blue {
  .call-back-area {
    .form button {
      background: #104cba;
      border-color: #104cba;

      &:hover {
        background: #111d30;
        border-color: #111d30;
      }
    }

    h2 strong {
      color: #111d30;
    }
  }

  .team-area .team-items .thumb {
    img {
      border-radius: 30px;
    }

    border-radius: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-style-one {
    margin-top: 30px;

    &::after {
      display: none !important;
    }
  }

  .feature-style-one-items {
    margin-top: -30px;
    border: none;
  }

  .feature-style-one .item {
    border: 1px solid #e7e7e7;
  }

  .about-style-one {
    .thumb {
      margin: 0;
      text-align: center;
      margin-bottom: 30px;
    }

    .content {
      padding-bottom: 120px;
    }

    .contact p {
      display: none;
    }
  }

  .services-style-two {
    text-align: center;
  }

  .services-area {
    overflow: hidden;
  }

  .our-expertise-area {
    &::after {
      display: none;
    }

    .thumb {
      max-width: 80%;
      margin: auto;
      margin-top: 50px;
      margin-bottom: -120px;
    }

    .left-info {
      padding-right: 15px;
    }
  }
}

@media only screen and (max-width: 767px) {
  .slider-style-one .content {
    h2 {
      strong {
        font-size: 36px;
      }

      font-size: 24px;
      margin-bottom: 20px;
    }

    padding-top: 130px !important;
  }

  .feature-style-one {
    border: 1px solid #e7e7e7;
    margin-top: 30px;

    &:first-child {
      margin-top: 0;
    }
  }

  .about-style-one {
    .thumb {
      margin: 0;
      text-align: center;
      margin-bottom: 30px;
    }

    .content {
      padding-bottom: 50px;
    }

    .contact p {
      display: none;
    }
  }

  .services-style-two {
    text-align: center;
  }

  .services-area {
    overflow: hidden;
  }

  .our-expertise-area {
    &::after {
      display: none;
    }

    .thumb {
      max-width: 80%;
      margin: auto;
      margin-top: 50px;
      margin-bottom: -50px;
    }

    .left-info {
      padding-right: 15px;
    }
  }
}
.py-2 {
  padding: 16px 0;
}
/* Works on Firefox */
* {
  scrollbar-width: thin; /* "auto" or "thin" */
  scrollbar-color: #ff4450 #eaeaea; /* thumb color, track color */
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px; /* width of the scrollbar */
}

*::-webkit-scrollbar-track {
  background: #eaeaea; /* track color */
}

*::-webkit-scrollbar-thumb {
  background-color: #ff4450; /* thumb color */
  border-radius: 10px;
  border: 2px solid #222; /* creates padding effect */
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #ff8844; /* hover color */
}
