/* -------------------------------------------------------------------
 * Template Name         : Feetroqua - Personal Portfolio Template
 * Theme Author Name     : Yucel Yilmaz
 * Author URI            : https://www.aipthemes.com/
 * Created Date          : 20 April 2020
 * Version               : 1.0
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
   Base                               
   ------------------------ /
 * 01.Base
 * 02.Typography
 * 03.Helper Class
   ------------------------ /
   Components                               
   ------------------------ /
 * 04.Buttons  
 * 05.Animations 
 * 06.Form(Input, Comment)
 * 07.Pagination 
 * 08.Preloader
   ------------------------ /
   Layout                               
   ------------------------ /
 * 09.Header
 * 10.Hero
 * 11.About
 * 12.Experience
 * 13.Skills
 * 14.Counter
 * 15.Services
 * 16.Portfolio
 * 17.Testimonial
 * 18.Team
 * 19.Pricing
 * 20.Banner
 * 21.Latest Blog 
 * 22.Footer
 * 23.BreadCrumb 
   ------------------------ /
   Pages                               
   ------------------------ /
 * 24.Portfolio Single  
 * 25.Portfolio Full Width
 * 26.Blog Single 
 * 27.Blog Sidebar 
 * 28.Blog Grid
 * 29.Services
   ------------------------ /
   Home Layout                              
   ------------------------ /
 * 30.Home Slider
 * 31.Home Particles
 * 32.Home Page Youtube Video
 * 33.Home Glitch Img
 * 34.Intro
------------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* 01.Base                               
/* ---------------------------------------------------------------- */
body, html {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #636b72;
  margin: 0;
  padding: 0; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a:link, a:hover, a:active, a:visited {
  text-decoration: none; }

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

textarea, textarea:focus, input, input:focus, button, button:focus {
  outline: none;
  resize: inherit; }

.contact-btn {
  border: none !important; }

/* ---------------------------------------------------------------- */
/* 02.Typography                               
/* ---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
  margin: 0;
  line-height: 1.5; }

h1, .h1 {
  font-size: 4rem; }

h2, .h2 {
  font-size: 3.2rem; }

h3, .h3 {
  font-size: 2.9rem; }

h4, .h4 {
  font-size: 2.5rem; }

h5, .h5 {
  font-size: 1.467rem; }

h6, .h6 {
  font-size: 1.2rem; }

p {
  line-height: 30px;
  margin: 0; }

/* ---------------------------------------------------------------- */
/* 03.Helper Class                              
/* ---------------------------------------------------------------- */
.page-wrapper {
  overflow: hidden;
  position: relative; }

.section {
  padding: 100px 0;
  overflow: hidden; }
  .section .section-heading {
    text-align: center;
    margin-bottom: 60px; }
    .section .section-heading .section-title {
      text-align: center;
      position: relative;
      padding: 0 0 15px;
      margin-bottom: 15px; }
      .section .section-heading .section-title:after, .section .section-heading .section-title:before {
        position: absolute;
        content: "";
        left: 50%;
        height: 3px;
        background: #0099e7;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .section .section-heading .section-title:before {
        bottom: 0;
        width: 60px; }
      .section .section-heading .section-title:after {
        bottom: -6px;
        width: 30px; }
      .section .section-heading .section-title span {
        color: #0099e7;
        margin-left: 15px; }
    .section .section-heading .section-sub-title {
      text-align: center;
      font-size: 17px; }

.inner-header-title {
  margin-bottom: 25px !important;
  position: relative;
  padding-bottom: 20px;
  display: block; }
  .inner-header-title:after, .inner-header-title:before {
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    position: absolute;
    border-radius: 5px; }
  .inner-header-title:after {
    width: 100%;
    background: rgba(224, 224, 224, 0.5); }
  .inner-header-title:before {
    width: 60px;
    z-index: 36;
    background: #0099e7; }

.flex-box-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.round-item {
  border-radius: 5px; }

.pb-minus-70 {
  padding-bottom: 70px; }

.bg-light-grey {
  background: #f2f4fb; }

.bg-jarallax-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #141414;
  opacity: 0.6; }

.image-animate {
  transition: transform 0.3s linear;
  transform-origin: 100% 0;
  transform: perspective(2000px) rotateY(90deg);
  animation: doorEffect 0.65s ease-in-out forwards; }

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .section .section-heading .section-title {
    font-size: 2.7rem; } }
/* ---------------------------------------------------------------- */
/* 04.Buttons                                                     
/* ---------------------------------------------------------------- */
.default-button, .outline-button {
  padding: 16px 40px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.25s linear; }

.default-button {
  background: #0099e7;
  color: #fff; }
  .default-button:hover {
    background: #0088ce;
    color: #fff;
    animation: pulseOrange 1s 1 linear;
    transform: translateY(-5px); }

.outline-button {
  color: #0099e7;
  border: 2px solid transparent;
  padding: 14px 40px;
  background: #fff; }
  .outline-button:hover {
    border-color: #fff;
    background: transparent;
    color: #fff;
    animation: pulseWhite 1s 1 linear forwards;
    transform: translateY(-5px); }

.scroll-top-btn {
  position: fixed;
  right: 10px;
  bottom: 0;
  z-index: 100;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 5px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  background: #0099e7;
  transition: all 0.25s ease;
  color: #fff !important;
  box-shadow: 0 0 0 0 #0099e7;
  animation: scrollPulse 2s infinite forwards; }
  .scroll-top-btn.active {
    opacity: 1;
    bottom: 20px;
    visibility: visible; }
  .scroll-top-btn:hover {
    animation: none; }

.down-scroll {
  font-size: 16px;
  border-radius: 5px;
  bottom: 15px;
  left: 50%;
  z-index: 15;
  width: 56px;
  height: 56px;
  line-height: 56px;
  transform: translateX(-50%);
  cursor: pointer;
  color: #fff !important;
  background: #0099e7;
  position: absolute;
  text-align: center; }

/* ---------------------------------------------------------------- */
/* 05.Animations                                                     
/* ---------------------------------------------------------------- */
@keyframes stickyMenu {
  0% {
    margin-top: -120px;
    opacity: 0; }
  50% {
    margin-top: -64px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }
@keyframes pulseOrange {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 153, 231, 0.4); }
  70% {
    box-shadow: 0 0 0 20px rgba(0, 153, 231, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 153, 231, 0); } }
@keyframes pulseWhite {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
@keyframes scrollPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 153, 231, 0.4); }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 153, 231, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 153, 231, 0); } }
@keyframes preLoader {
  0% {
    border-width: 10px; }
  25% {
    border-width: 3px; }
  50% {
    border-width: 10px;
    transform: rotate(115deg); }
  75% {
    border-width: 3px; }
  100% {
    border-width: 10px; } }
/* ---------------------------------------------------------------- */
/* 06.Form(Input, Comment)                             
/* ---------------------------------------------------------------- */
.comments-wrap .comments-item {
  background: #fff;
  margin-top: 30px; }
  .comments-wrap .comments-item .comments-title {
    margin-bottom: 10px; }
  .comments-wrap .comments-item .comment-text {
    margin-bottom: 10px; }
  .comments-wrap .comments-item .comments-reply-btn {
    color: #0099e7;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 500; }

.comment-block-mt {
  margin-top: 30px; }

.comment-form-group {
  position: relative; }
  .comment-form-group .comment-form-control {
    width: 100%;
    display: block;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 16px 20px;
    border: 1px solid #e0e0e0;
    transition: all 0.25s ease; }
    .comment-form-group .comment-form-control:focus {
      border-color: #000; }
  .comment-form-group button {
    outline: none;
    border: none; }

.form-group {
  position: relative; }
  .form-group .form-input {
    width: 100%;
    display: block;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 16px 16px 16px 40px;
    border: 1px solid #e0e0e0;
    transition: all 0.25s ease; }
    .form-group .form-input:focus {
      border-color: #000; }
  .form-group span {
    position: absolute;
    top: 16px;
    left: 16px; }

.empty-form span {
  background: #f8d7da;
  color: #721c24;
  display: block;
  padding: 20px;
  margin-bottom: 10px; }

.success-form span {
  background: #e8eafd;
  color: #0033CC;
  display: block;
  padding: 20px;
  margin-bottom: 10px; }

.email-invalid span {
  background: #f8e2e4;
  color: #721c24;
  display: block;
  padding: 20px;
  margin-bottom: 10px; }

/* ---------------------------------------------------------------- */
/* 07.Pagination                              
/* ---------------------------------------------------------------- */
.pagination-wrap {
  margin-top: 50px; }
  .pagination-wrap .pagination-link {
    width: 42px;
    height: 42px;
    color: #000;
    line-height: 42px;
    margin-right: 3px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    transition: all 0.25s ease;
    border: 1px solid rgba(224, 224, 224, 0.5);
    background: #fff; }
    .pagination-wrap .pagination-link:hover, .pagination-wrap .pagination-link.active {
      background: #0099e7;
      color: #fff !important;
      border-color: transparent; }
    .pagination-wrap .pagination-link:last-child {
      margin-right: 0; }

/* ---------------------------------------------------------------- */
/* 08.Preloader                            
/* ---------------------------------------------------------------- */
.preloader-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4444;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  flex-direction: column; }
  .preloader-wrap .preloader-inner {
    width: 70px;
    height: 35px;
    overflow: hidden;
    position: absolute;
    top: calc(50% - 17px);
    left: calc(50% - 35px); }
    .preloader-wrap .preloader-inner #loader {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      border-style: solid;
      border-top-color: #0099e7;
      border-right-color: #0099e7;
      border-left-color: transparent;
      border-bottom-color: transparent;
      box-sizing: border-box;
      animation: preLoader 3s ease-in-out infinite;
      transform: rotate(-200deg); }

/* ---------------------------------------------------------------- */
/* 09.Header                                                   
/* ---------------------------------------------------------------- */
.header {
  /* Navbar Hamburger */ }
  .header .navbar-brand {
    padding: 0;
    color: #fff;
    margin-right: 0;
    text-transform: capitalize; }
    .header .navbar-brand img {
      display: none; }
      .header .navbar-brand img.logo-transparent {
        display: block; }
  .header .nav-item {
    /* Dropdown */ }
    .header .nav-item .nav-link {
      color: #fff;
      font-size: 12px;
      font-weight: 500;
      padding: 28px 15px;
      text-transform: uppercase;
      letter-spacing: 0.6px;
      display: block;
      position: relative;
      line-height: 28px; }
      .header .nav-item .nav-link:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 7px;
        background: #0099e7; }
      .header .nav-item .nav-link:not(.active):after {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 7px;
        z-index: 7;
        content: '';
        position: absolute;
        transform: scaleX(0);
        transform-origin: 100% 0;
        background: #0099e7;
        transition: transform 0.4s ease; }
      .header .nav-item .nav-link:not(.active):hover:after {
        transform: scaleX(1);
        transform-origin: 0 0; }
    .header .nav-item:hover > a {
      color: #0099e7; }
    .header .nav-item.dropdown:hover .nav-link:after {
      transform: scaleX(1);
      transform-origin: 0 0; }
    .header .nav-item.dropdown .dropdown-menu {
      border: 0;
      padding: 0;
      margin: 0;
      border-radius: 0;
      background-color: #fff;
      box-shadow: 0 6px 20px 0 rgba(61, 82, 96, 0.15); }
      .header .nav-item.dropdown .dropdown-menu .dropdown-item {
        width: 100%;
        color: #000;
        font-size: 14px;
        display: block;
        font-weight: 400;
        padding: 12px 26px;
        position: relative;
        text-decoration: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: all 0.25s ease; }
        .header .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
          color: #fff;
          background: #0099e7;
          border-bottom-color: #0099e7; }
        .header .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
          border-bottom: 0; }
    .header .nav-item.dropdown .dropdown-toggle {
      padding-right: 25px !important; }
      .header .nav-item.dropdown .dropdown-toggle:after {
        display: inline-block;
        margin-left: 0;
        vertical-align: initial;
        content: "";
        border: none; }
      .header .nav-item.dropdown .dropdown-toggle:before {
        content: "\f078";
        top: 50%;
        right: 0;
        position: absolute;
        font-weight: 700;
        font-family: "Font Awesome 5 Free";
        font-size: 12px;
        transition: all 0.25s ease;
        transform: translateY(-50%); }
      .header .nav-item.dropdown .dropdown-toggle[aria-expanded="true"]:before {
        top: 28px;
        transform: rotate(180deg); }
  .header .navbar-toggler {
    outline: none;
    border: none;
    border-radius: 0;
    padding: 0 10px 0 0; }
    .header .navbar-toggler .togler-icon-inner span {
      height: 3px;
      margin: 5px;
      width: 30px;
      display: block;
      background: #fff;
      transition: all 0.3s ease; }
      .header .navbar-toggler .togler-icon-inner span:nth-child(2) {
        width: 20px !important;
        margin-left: auto; }
      .header .navbar-toggler .togler-icon-inner span:last-child {
        margin-bottom: 0; }
    .header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(1) {
      transform: rotate(-45deg) translate(-5px, 6px); }
    .header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(2) {
      opacity: 0; }
    .header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(3) {
      transform: rotate(45deg) translate(-5px, -6px); }

/* Header Shrink */
.header-shrink {
  border-bottom: none;
  padding: 0;
  background: #fff;
  box-shadow: 0px 13px 35px -12px rgba(43, 50, 54, 0.2);
  animation: stickyMenu 0.7s ease-in-out;
  box-shadow: 0 5px 25px 0 rgba(20, 20, 20, 0.15);
  /* Navbar Hamburger */ }
  .header-shrink .nav-item:hover .nav-link {
    color: #0099e7; }
  .header-shrink .nav-item .nav-link {
    color: #000; }
    .header-shrink .nav-item .nav-link.active, .header-shrink .nav-item .nav-link:hover {
      color: #0099e7; }
    .header-shrink .nav-item .nav-link:after {
      background: #0099e7; }
    .header-shrink .nav-item .nav-link:not(.active):after {
      background: #0099e7; }
  .header-shrink .navbar-toggler .togler-icon-inner span {
    background-color: #000; }

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .header {
    padding: 0; }
    .header #top-bar {
      display: none; }
    .header .container {
      max-width: 100%;
      padding: 0; }
    .header .navbar-brand {
      padding: 10px 0 10px 15px; }
    .header .main-menu {
      background: #fff; }
      .header .main-menu .navbar-nav {
        max-height: 400px;
        overflow: hidden;
        overflow-y: auto; }
        .header .main-menu .navbar-nav .nav-item:last-child .nav-link {
          border-bottom: 0; }
        .header .main-menu .navbar-nav .nav-link {
          color: #000;
          padding: 10px 15px !important;
          transition: all 0.25s ease;
          border-bottom: 1px solid #eee; }
          .header .main-menu .navbar-nav .nav-link:after {
            display: none; }
          .header .main-menu .navbar-nav .nav-link.active {
            background: #0099e7;
            color: #fff !important;
            border-color: #0099e7; }
          .header .main-menu .navbar-nav .nav-link:not(.active):hover {
            background: #0099e7;
            color: #fff !important;
            border-color: #0099e7; }
      .header .main-menu .nav-item .dropdown-menu {
        box-shadow: none;
        background: #b5e6ff; }
        .header .main-menu .nav-item .dropdown-menu .dropdown-item:hover {
          background: #0099e7; }
    .header .dropdown-toggle:before {
      top: 27px !important;
      right: 20px !important; }
    .header .dropdown-toggle[aria-expanded="true"]:before {
      top: 11px !important;
      transform: rotate(180deg) !important; }
    .header.header-shrink .login-btn-mobile {
      color: #000; }
    .header.header-shrink .search-btn-mobile {
      color: #000; }

  /* Header Shrink */
  .header-shrink .nav-item:hover .nav-link {
    color: #0099e7; }
  .header-shrink .nav-item .nav-link {
    color: #000; }
    .header-shrink .nav-item .nav-link.active, .header-shrink .nav-item .nav-link:hover {
      color: #0099e7; }
    .header-shrink .nav-item .nav-link:after {
      background: #0099e7; }
    .header-shrink .nav-item .nav-link:not(.active):after {
      background: #0099e7; }
  .header-shrink .togler-icon-inner span {
    background-color: #000; } }
/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Large devices (desktop, less than min-width: 992px)
/* ---------------------------------------------------------------- */
@media screen and (min-width: 991.98px) {
  .dropdown-menu {
    border: 0;
    top: 100%;
    left: 0;
    transform-origin: top;
    transform: rotateX(90deg);
    color: #000;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    display: initial;
    min-width: 250px;
    border-radius: 0;
    position: absolute; }
    .dropdown-menu.show {
      opacity: 1;
      top: 100%;
      transform: rotateY(0deg);
      visibility: visible;
      transition: all 0.2s ease; } }
/* ---------------------------------------------------------------- */
/* 10.Hero                                                    
/* ---------------------------------------------------------------- */
.hero-section {
  position: relative;
  overflow: hidden;
  z-index: 35;
  height: 100vh; }
  .hero-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -4;
    background: #141414;
    opacity: 0.5; }
  .hero-section .hero-section-inner .hero-title {
    margin-bottom: 20px;
    font-weight: 700;
    color: #0099e7; }
    .hero-section .hero-section-inner .hero-title span {
      color: #fff; }
  .hero-section .hero-section-inner .hero-text {
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 30px;
    color: #fff;
    opacity: 0.8; }

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .hero-section {
    background-position: left; }
    .hero-section .hero-row {
      justify-content: center; }
      .hero-section .hero-row .hero-section-inner {
        text-align: center; }
        .hero-section .hero-row .hero-section-inner .hero-title {
          font-size: 2.5rem;
          margin-bottom: 10px; } }
/* ---------------------------------------------------------------- */
/* 11.About                             
/* ---------------------------------------------------------------- */
.about-inner .about-title {
  margin-bottom: 20px; }
  .about-inner .about-title b {
    color: #0099e7; }
.about-inner .about-text, .about-inner .about-list {
  margin-bottom: 30px; }
.about-inner .about-list > li {
  margin-bottom: 10px; }
  .about-inner .about-list > li > span {
    margin-left: 10px;
    text-align: left;
    flex: 0 0 70%; }
  .about-inner .about-list > li > span::before {
    content: ":";
    padding-right: 15px; }
  .about-inner .about-list > li > b {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    flex: 0 0 30%; }
.about-inner .about-video-btn {
  background: #0099e7;
  height: 56px;
  width: 56px;
  line-height: 56px;
  border-radius: 5px;
  text-align: center;
  transition: all 0.25s linear;
  color: #fff; }
  .about-inner .about-video-btn:hover {
    background: #0088ce;
    color: #fff;
    animation: pulseOrange 1s 1 linear;
    transform: translateY(-5px); }

.about-image-pattern {
  position: relative; }
  .about-image-pattern img {
    position: relative;
    z-index: 20; }
  .about-image-pattern:before {
    content: "";
    left: 50%;
    width: 90%;
    height: 60px;
    bottom: -20px;
    position: absolute;
    border-radius: 5px;
    background: #0099e7;
    transform: translateX(-50%); }

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .about-image-pattern {
    display: none; } }
/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .about-inner .about-list li > span {
    flex: 0 0 75%; }
  .about-inner .about-list li > b {
    flex: 0 0 25%; } }
/* ---------------------------------------------------------------- */
/* 12.Experience                            
/* ---------------------------------------------------------------- */
.resume-tab-content .experience-item {
  margin-bottom: 30px; }
  .resume-tab-content .experience-item .experience-item-inner {
    padding: 30px;
    position: relative;
    background: #fff;
    transition: all 0.25s linear;
    box-shadow: 0 10px 28px 0 rgba(61, 82, 96, 0.15); }
    .resume-tab-content .experience-item .experience-item-inner:hover {
      box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15); }
    .resume-tab-content .experience-item .experience-item-inner .experience-item-header i {
      display: inline-block;
      height: 80px;
      width: 80px;
      text-align: center;
      font-size: 40px;
      line-height: 80px;
      border-radius: 5px;
      background: #0099e7;
      color: #fff;
      margin-bottom: 30px; }
    .resume-tab-content .experience-item .experience-item-inner .experience-item-body h5 {
      margin-bottom: 10px; }
    .resume-tab-content .experience-item .experience-item-inner .experience-item-body .experience-date {
      color: #0099e7;
      display: block;
      font-weight: 700;
      margin-bottom: 10px; }
  .resume-tab-content .experience-item:nth-child(5) {
    margin-bottom: 0; }
  .resume-tab-content .experience-item:nth-child(6) {
    margin-bottom: 0; }
.resume-tab-content.active {
  display: block; }

.experience-line-border {
  height: 100%;
  position: relative; }
  .experience-line-border:after {
    content: "";
    height: 100%;
    top: 0;
    left: 50%;
    width: 3px;
    background: #0099e7;
    position: absolute;
    transform: translateX(-50%); }
  .experience-line-border .experience-year-top, .experience-line-border .experience-year-bottom {
    left: 50%;
    background: #0099e7;
    color: #fff;
    position: absolute;
    border-radius: 5px;
    transform: translateX(-50%); }
    .experience-line-border .experience-year-top i, .experience-line-border .experience-year-bottom i {
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      display: block;
      font-size: 20px; }
  .experience-line-border .experience-year-top {
    top: 0;
    z-index: 36; }
  .experience-line-border .experience-year-bottom {
    bottom: 0;
    z-index: 37; }

/* ---------------------------------------------------------------- */
/* Responsive Media Query
/* Small devices (landscape phones, less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .resume-tab-content .experience-item:nth-child(5) {
    margin-bottom: 30px; } }
/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .resume-tab-link-wrap .resume-tab-link-item {
    text-align: center;
    max-width: 50%; }
    .resume-tab-link-wrap .resume-tab-link-item a {
      height: 50px;
      line-height: 50px; } }
/* ------------------------------------------------------------------- */
/* 13.Skills                                                   
/* ------------------------------------------------------------------- */
.skills-inner .skills-title {
  margin-bottom: 15px; }
  .skills-inner .skills-title b {
    color: #0099e7; }
.skills-inner .skills-text {
  margin-bottom: 24px; }

.skills-progress-wrap {
  margin-bottom: 35px; }
  .skills-progress-wrap .skills-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px; }
    .skills-progress-wrap .skills-item:last-child {
      margin-bottom: 0; }
    .skills-progress-wrap .skills-item .skills-progress-bar {
      height: 10px;
      position: relative;
      background: #eee;
      border-radius: 100px;
      margin-top: 15px; }
      .skills-progress-wrap .skills-item .skills-progress-bar .skills-progress-value {
        position: absolute;
        height: 100%;
        background: #0099e7;
        border-radius: 100px; }
    .skills-progress-wrap .skills-item .skills-item-text h6 {
      font-size: 1.06rem; }
      .skills-progress-wrap .skills-item .skills-item-text h6 .skill-percent {
        float: right; }

.skills-image .skills-image-pattern {
  position: relative; }
  .skills-image .skills-image-pattern:before {
    content: "";
    left: 50%;
    width: 90%;
    height: 60px;
    bottom: -20px;
    position: absolute;
    border-radius: 5px;
    background: #0099e7;
    transform: translateX(-50%); }
  .skills-image .skills-image-pattern img {
    position: relative;
    z-index: 20; }

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .skills-image {
    display: none; } }
/* ---------------------------------------------------------------- */
/* 14.Counters                            
/* ---------------------------------------------------------------- */
.counters-wrap {
  background: #fff; }
  .counters-wrap .counter-item {
    text-align: center; }
    .counters-wrap .counter-item .counter-body {
      padding: 40px 30px;
      border-radius: 5px;
      background: #fff;
      transition: all 0.25s linear;
      box-shadow: 0 10px 28px 0 rgba(61, 82, 96, 0.15); }
      .counters-wrap .counter-item .counter-body:hover {
        box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15); }
      .counters-wrap .counter-item .counter-body i {
        display: inline-block;
        height: 80px;
        width: 80px;
        text-align: center;
        font-size: 40px;
        line-height: 80px;
        border-radius: 5px;
        background: #0099e7;
        color: #fff;
        margin-bottom: 20px; }
      .counters-wrap .counter-item .counter-body h5 {
        font-size: 1rem;
        font-weight: 600; }
      .counters-wrap .counter-item .counter-body span {
        color: #000;
        display: block;
        line-height: 1.2;
        margin-bottom: 8px;
        font-size: 3rem;
        font-family: "Open Sans", sans-serif;
        font-weight: 700; }

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .counter-item:nth-child(3) {
    margin-top: 30px; }

  .counter-item:nth-child(4) {
    margin-top: 30px; } }
/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .counter-item {
    margin-top: 30px; }

  .counter-item:nth-child(1) {
    margin-top: 0; } }
/* ---------------------------------------------------------------- */
/* 15.Services                                                    
/* ---------------------------------------------------------------- */
.services-box {
  border-radius: 5px;
  padding: 30px;
  transition: all 0.25s linear;
  box-shadow: 0 10px 28px 0 rgba(61, 82, 96, 0.15); }
  .services-box:hover {
    box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15); }
  .services-box .services-box-body > i {
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    font-size: 40px;
    line-height: 80px;
    border-radius: 5px;
    background: #0099e7;
    color: #fff;
    margin-bottom: 20px; }
  .services-box .services-box-body h5 {
    margin-bottom: 15px; }
  .services-box .services-box-body .services-more-link {
    border-radius: 5px;
    font-size: 14px;
    margin-top: 15px;
    padding: 10px 20px;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.25s linear;
    color: #fff;
    background: #0099e7; }
    .services-box .services-box-body .services-more-link:hover {
      background: #0088ce;
      color: #fff;
      animation: pulseOrange 1s 1 linear;
      transform: translateY(-5px); }

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Large devices (desktops, 992px and up)
/* ---------------------------------------------------------------- */
@media only screen and (min-width: 991.98px) {
  .services-item-resp:nth-child(1), .services-item-resp:nth-child(3), .services-item-resp:nth-child(2) {
    margin-bottom: 30px; } }
/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .services-item-resp {
    margin-top: 30px; }
    .services-item-resp:nth-child(1), .services-item-resp:nth-child(2) {
      margin-top: 0; } }
/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Small devices (landscape phones, less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .services-item-resp {
    margin-top: 30px !important; }
    .services-item-resp:first-child {
      margin-top: 0 !important; } }
/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .services-box .services-box-detail a {
    width: 50px;
    height: 50px;
    line-height: 50px; } }
/* ---------------------------------------------------------------- */
/* 16.Portfolio                                                     
/* ---------------------------------------------------------------- */
.portfolio-filter-wrap {
  text-align: center; }
  .portfolio-filter-wrap .portfolio-filter {
    margin-bottom: 50px; }
    .portfolio-filter-wrap .portfolio-filter a {
      color: #000;
      height: 56px;
      padding: 0 40px;
      font-weight: 500;
      line-height: 56px;
      border-radius: 5px;
      position: relative;
      margin-right: 15px;
      text-align: center;
      border: 2px solid #0099e7;
      transition: all 0.25s ease; }
      .portfolio-filter-wrap .portfolio-filter a:after {
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: -4;
        position: absolute;
        background-color: #0099e7;
        transition: transform 0.4s ease;
        transform-origin: 100% 0;
        transform: scaleX(0); }
      .portfolio-filter-wrap .portfolio-filter a:last-child {
        margin-right: 0; }
      .portfolio-filter-wrap .portfolio-filter a:hover {
        color: #fff; }
        .portfolio-filter-wrap .portfolio-filter a:hover:after {
          transform: scaleX(1);
          transform-origin: 0 0; }
      .portfolio-filter-wrap .portfolio-filter a.current {
        color: #fff;
        background: #0099e7;
        position: relative; }
        .portfolio-filter-wrap .portfolio-filter a.current:after {
          content: '';
          left: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          position: absolute;
          background-color: #0099e7; }

.glry-item {
  margin: 0px 0px 30px 0px;
  padding-left: 10px;
  border-radius: 5px; }
  .glry-item:hover .portfolio-back .portfolio-buttons {
    opacity: 1;
    display: block;
    visibility: visible;
    transition-delay: 0.3s;
    animation: fadeInUp 0.3s ease-in-out forwards; }
  .glry-item:hover .portfolio-back::after, .glry-item:hover .portfolio-back::before {
    top: 0;
    transition: all 0.5s; }
  .glry-item .portfolio-inner {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 10px 28px 0 rgba(61, 82, 96, 0.15); }
    .glry-item .portfolio-inner .project-title {
      width: 100%;
      bottom: -150px;
      padding: 30px;
      text-align: center;
      position: absolute;
      background: #fff;
      transition: all 0.5s ease;
      transform-origin: 0 100%; }
      .glry-item .portfolio-inner .project-title span {
        color: #0099e7;
        display: block;
        margin-top: 5px; }
  .glry-item:hover .project-title {
    bottom: 0; }
  .glry-item .portfolio-back {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.4s; }
    .glry-item .portfolio-back:after, .glry-item .portfolio-back:before {
      content: "";
      width: 50%;
      height: 100%;
      opacity: 0.6;
      position: absolute;
      background: #141414;
      transition: all 0.5s;
      transition-delay: 0.25s; }
    .glry-item .portfolio-back:after {
      left: 0;
      top: -100%; }
    .glry-item .portfolio-back:before {
      right: 0;
      top: 100%; }
    .glry-item .portfolio-back .portfolio-buttons {
      z-index: 73;
      animation: fadeOutDown 0.3s ease-in-out forwards; }
      .glry-item .portfolio-back .portfolio-buttons a {
        height: 56px;
        width: 56px;
        line-height: 56px;
        border-radius: 5px;
        text-align: center;
        margin-right: 10px;
        display: inline-block;
        background: #fff;
        color: #0099e7;
        border: 2px solid transparent;
        transition: all 0.25s ease; }
        .glry-item .portfolio-back .portfolio-buttons a:hover {
          color: #fff;
          background: transparent;
          border-color: #fff;
          animation: pulseWhite 1s 1 linear forwards;
          transform: translateY(-5px); }
        .glry-item .portfolio-back .portfolio-buttons a:last-child {
          margin-right: 0; }

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .portfolio-filter-wrap .portfolio-filter {
    flex-direction: column; }
    .portfolio-filter-wrap .portfolio-filter a {
      margin-right: 0;
      margin-bottom: 15px; }
      .portfolio-filter-wrap .portfolio-filter a:last-child {
        margin-bottom: 0; } }
/* ------------------------------------------------------------------- */
/* 17.Testimonial                                                     
/* ------------------------------------------------------------------- */
.testimonial-item {
  border-radius: 5px;
  padding: 30px;
  background: #fff; }
  .testimonial-item .testimonial-img {
    margin: 0 0 20px 0; }
    .testimonial-item .testimonial-img img {
      width: auto !important;
      display: inline-block;
      border-radius: 5px;
      box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15); }
  .testimonial-item .testimonial-item-body .testimonial-text {
    margin: 0 0 15px 0; }
    .testimonial-item .testimonial-item-body .testimonial-text > q {
      font-style: italic; }
  .testimonial-item .testimonial-item-body .testimonial-details {
    margin-bottom: 15px; }
    .testimonial-item .testimonial-item-body .testimonial-details > h5 {
      display: block;
      text-transform: capitalize;
      margin-bottom: 10px; }
    .testimonial-item .testimonial-item-body .testimonial-details > span {
      color: #0099e7;
      font-weight: 500; }
  .testimonial-item .testimonial-item-body .testimonial-rating i {
    color: #0099e7;
    margin-right: 3px; }
    .testimonial-item .testimonial-item-body .testimonial-rating i:last-child {
      margin-right: 0; }

/* ---------------------------------------------------------------- */
/* 18.Team                                                    
/* ---------------------------------------------------------------- */
.team-card {
  border-radius: 5px;
  text-align: center;
  transition: all 0.25s linear; }
  .team-card img {
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15); }
  .team-card .team-body h5 {
    margin-bottom: 10px; }
  .team-card .team-body span {
    color: #0099e7;
    font-weight: 500; }
  .team-card .team-body .team-social {
    margin-top: 20px; }
    .team-card .team-body .team-social a {
      display: inline-block;
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
      background: #0099e7;
      color: #fff;
      border-radius: 5px;
      margin-right: 5px;
      transition: all 0.25s linear; }
      .team-card .team-body .team-social a:hover {
        background: #0088ce;
        color: #fff;
        animation: pulseOrange 1s 1 linear;
        transform: translateY(-5px); }
      .team-card .team-body .team-social a:last-child {
        margin-right: 0; }

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .team-card-resp:nth-child(1), .team-card-resp:nth-child(2) {
    margin-bottom: 50px; } }
/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .team-card-resp {
    margin-bottom: 50px; }
    .team-card-resp:last-child {
      margin-bottom: 0; } }
/* ---------------------------------------------------------------- */
/* 19.Pricing                           
/* ---------------------------------------------------------------- */
.price-table {
  border-radius: 5px;
  text-align: center;
  padding: 30px;
  transition: all 0.25s linear;
  box-shadow: 0 10px 20px 0 rgba(61, 82, 96, 0.15); }
  .price-table:hover {
    box-shadow: 0 15px 30px 0 rgba(61, 82, 96, 0.2); }
  .price-table h5 {
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 400;
    padding: 10px 20px;
    display: inline-block;
    transition: all 0.25s linear;
    color: #fff;
    background: #0099e7; }
  .price-table .price-value {
    margin: 30px 0; }
    .price-table .price-value span {
      font-size: 1rem; }
    .price-table .price-value b {
      font-size: 3.2rem;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      color: #000; }
  .price-table .price-list li {
    margin-top: 15px; }
    .price-table .price-list li:first-child {
      margin-top: 0; }
  .price-table .price-footer {
    margin-top: 30px; }
    .price-table .price-footer a {
      display: block; }

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .price-table-resp:nth-child(3) {
    margin-top: 30px; } }
/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Small devices (landscape phones, less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .price-table-resp {
    margin-top: 30px; }
    .price-table-resp:first-child {
      margin-top: 0; } }
/* ---------------------------------------------------------------- */
/* 20.Banner                            
/* ---------------------------------------------------------------- */
.banner-wrap {
  background: #0099e7; }
  .banner-wrap .banner-inner .banner-title {
    display: block;
    color: #fff; }

/* ---------------------------------------------------------------- */
/* Responsive Media Query
/* Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .banner-wrap {
    text-align: center; }
    .banner-wrap .banner-inner {
      text-align: center; }
      .banner-wrap .banner-inner .banner-title {
        margin-bottom: 30px; }
    .banner-wrap .banner-right {
      text-align: center !important; } }
/* ---------------------------------------------------------------- */
/* 21.Latest Blog                              
/* ---------------------------------------------------------------- */
.blog-item {
  border-radius: 5px;
  transition: all 0.25s linear;
  box-shadow: 0 10px 28px 0 rgba(61, 82, 96, 0.15); }
  .blog-item:hover {
    box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15); }
  .blog-item .blog-inner {
    padding: 30px; }
    .blog-item .blog-inner .blog-title {
      margin-bottom: 15px; }
      .blog-item .blog-inner .blog-title > a {
        color: #000; }
        .blog-item .blog-inner .blog-title > a:hover {
          color: #0099e7; }
    .blog-item .blog-inner > .blog-meta {
      margin-bottom: 15px; }
      .blog-item .blog-inner > .blog-meta span {
        font-size: 0.95rem;
        color: #000; }
        .blog-item .blog-inner > .blog-meta span i {
          color: #0099e7;
          margin-right: 10px;
          text-align: center;
          display: inline-block;
          font-size: 0.95rem; }
    .blog-item .blog-inner > .blog-desc {
      margin-bottom: 15px; }
    .blog-item .blog-inner .blog-more-link {
      border-radius: 5px;
      font-size: 14px;
      padding: 10px 20px;
      display: inline-block;
      text-transform: capitalize;
      transition: all 0.25s linear;
      color: #fff;
      background: #0099e7; }
      .blog-item .blog-inner .blog-more-link:hover {
        background: #0088ce;
        color: #fff;
        animation: pulseOrange 1s 1 linear;
        transform: translateY(-5px); }
  .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-radius: 5px; }
    .blog-item .blog-img img {
      transition: all 0.5s linear; }
      .blog-item .blog-img img:hover {
        transform: scale(1.1); }

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .latest-blog-resp:nth-child(3) {
    margin-top: 30px; } }
/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Small devices (landscape phones, less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .latest-blog-resp {
    margin-top: 30px; }
    .latest-blog-resp:first-child {
      margin-top: 0; } }
/* ---------------------------------------------------------------- */
/* 22.Footer                            
/* ---------------------------------------------------------------- */
.footer {
  background: #141414; }
  .footer .footer-top {
    padding: 80px 0; }
    .footer .footer-top .footer-social {
      margin-top: 30px; }
      .footer .footer-top .footer-social li {
        display: inline-block;
        margin-right: 10px; }
        .footer .footer-top .footer-social li:last-child {
          margin-right: 0; }
        .footer .footer-top .footer-social li .footer-social-link {
          height: 56px;
          width: 56px;
          color: #fff;
          line-height: 56px;
          border-radius: 5px;
          text-align: center;
          display: inline-block;
          background: #1a1a1a;
          transition: all 0.25s linear; }
          .footer .footer-top .footer-social li .footer-social-link:hover {
            background: #0099e7;
            animation: pulseOrange 1s 1 linear;
            transform: translateY(-5px); }
    .footer .footer-top .footer-about-text {
      color: #fff;
      opacity: 0.7;
      margin-top: 30px;
      margin-bottom: 30px; }
  .footer .copyright {
    background: #1a1a1a;
    padding: 30px 0; }
    .footer .copyright .copyright-text {
      color: #fff;
      text-align: center;
      opacity: 0.7; }

/* ---------------------------------------------------------------- */
/* 23.BreadCrumb                           
/* ---------------------------------------------------------------- */
.breadcrumb-section {
  padding: 150px 0;
  z-index: 25;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .breadcrumb-section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: -25;
    background: #141414; }
  .breadcrumb-section .breadcrumb-inner h1 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 15px; }
  .breadcrumb-section .breadcrumb-inner .breadcrumb-links li {
    color: #fff;
    display: inline-block; }
    .breadcrumb-section .breadcrumb-inner .breadcrumb-links li:first-child::after {
      content: "/";
      margin: 0 5px;
      color: #fff;
      display: inline-block; }
    .breadcrumb-section .breadcrumb-inner .breadcrumb-links li a {
      color: #fff; }

/* ---------------------------------------------------------------- */
/* 24.Portfolio Single                              
/* ---------------------------------------------------------------- */
.portfolio-single-section .portfolio-carousel {
  margin-bottom: 30px; }
  .portfolio-single-section .portfolio-carousel .owl-nav .owl-prev, .portfolio-single-section .portfolio-carousel .owl-nav .owl-next {
    margin: 0;
    top: 50%;
    color: #fff;
    height: 56px;
    width: 56px;
    position: absolute;
    text-align: center;
    line-height: 56px;
    background: #0099e7;
    transform: translateY(-50%); }
  .portfolio-single-section .portfolio-carousel .owl-nav .owl-prev {
    left: 15px; }
  .portfolio-single-section .portfolio-carousel .owl-nav .owl-next {
    right: 15px; }

.portolio-single-inner .portfolio-inner-title {
  margin-bottom: 15px;
  font-size: 1.5rem; }
.portolio-single-inner .portfolio-inner-text {
  margin-bottom: 10px; }
  .portolio-single-inner .portfolio-inner-text:last-of-type {
    margin-bottom: 0; }
.portolio-single-inner .project-details .project-info {
  margin-bottom: 30px; }
  .portolio-single-inner .project-details .project-info > li {
    margin-bottom: 10px; }
    .portolio-single-inner .project-details .project-info > li > span {
      text-align: left;
      flex: 0 0 50%; }
    .portolio-single-inner .project-details .project-info > li > span::before {
      content: ":";
      padding-right: 15px; }
    .portolio-single-inner .project-details .project-info > li > b {
      font-family: "Open Sans", sans-serif;
      font-size: 1rem;
      font-weight: 700;
      text-transform: capitalize;
      color: #000;
      flex: 0 0 50%; }
.portolio-single-inner .project-details .project-meta .project-meta-box {
  text-align: left;
  flex: 0 0 50%; }
  .portolio-single-inner .project-details .project-meta .project-meta-box h6 {
    margin-bottom: 15px; }
  .portolio-single-inner .project-details .project-meta .project-meta-box h4 {
    border-radius: 5px;
    padding: 0 21px;
    height: 40px;
    line-height: 40px;
    background: #0099e7;
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600; }
    .portolio-single-inner .project-details .project-meta .project-meta-box h4:after {
      content: "";
      position: absolute;
      left: -18px;
      top: 50%;
      border: 10px solid;
      border-color: transparent #0099e7 transparent transparent;
      transform: translateY(-50%); }
    .portolio-single-inner .project-details .project-meta .project-meta-box h4 span {
      display: inline-block;
      margin-right: 5px; }

/* ---------------------------------------------------------------- */
/* Responsive Media Query
/* Small devices (landscape phones, less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .portfolio-single-section .project-details {
    margin-top: 30px; } }
/* ---------------------------------------------------------------- */
/* 25.Portfolio Full Width                             
/* ---------------------------------------------------------------- */
.portfolio-full-width-item {
  padding: 0 !important;
  margin: 0; }
  .portfolio-full-width-item .portfolio-back, .portfolio-full-width-item .portfolio-inner {
    border-radius: 0 !important; }

/* ---------------------------------------------------------------- */
/* 26.Blog Single                              
/* ---------------------------------------------------------------- */
.blog-single-inner .blog-single-img {
  margin-bottom: 30px; }
.blog-single-inner .blog-single-title {
  font-size: 2rem;
  margin-bottom: 20px; }
.blog-single-inner .blog-links {
  margin-bottom: 20px; }
  .blog-single-inner .blog-links a {
    margin-right: 10px;
    color: #000;
    font-weight: 500; }
    .blog-single-inner .blog-links a:last-child {
      margin-right: 0; }
    .blog-single-inner .blog-links a i {
      color: #0099e7;
      margin-right: 10px; }
.blog-single-inner .blog-inner-text {
  margin-bottom: 10px; }
  .blog-single-inner .blog-inner-text:last-of-type {
    margin-bottom: 0; }
.blog-single-inner .blog-post-quote blockquote {
  padding: 30px;
  margin: 30px 0;
  border-radius: 5px;
  border-left: 5px solid #0099e7;
  box-shadow: 0 10px 20px 0 rgba(61, 82, 96, 0.15); }
  .blog-single-inner .blog-post-quote blockquote p {
    position: relative;
    font-size: 1.2rem;
    font-style: italic;
    color: #000; }
    .blog-single-inner .blog-post-quote blockquote p:after {
      content: "\f10d";
      top: 0;
      left: 0;
      color: #0099e7;
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      font-size: 3rem;
      position: absolute;
      opacity: 0.1;
      z-index: -16; }
    .blog-single-inner .blog-post-quote blockquote p strong {
      margin-top: 10px;
      display: block;
      color: #000; }

/* Blog Sidebar */
.blog-sidebar .blog-widgets {
  margin-bottom: 30px; }
  .blog-sidebar .blog-widgets .blog-search-btn {
    top: 0;
    right: 0;
    border: none;
    width: 60px;
    outline: none;
    height: 100%;
    position: absolute;
    background: #0099e7;
    color: #fff;
    border-radius: 0 5px 5px 0; }
  .blog-sidebar .blog-widgets .blog-search-bar {
    width: 100%; }
    .blog-sidebar .blog-widgets .blog-search-bar .search-form-control {
      width: 100%;
      display: block;
      border-radius: 5px;
      margin-bottom: 30px;
      padding: 16px 20px;
      border: 1px solid #e0e0e0;
      transition: all 0.25s ease; }
      .blog-sidebar .blog-widgets .blog-search-bar .search-form-control:focus {
        border-color: #000; }
.blog-sidebar .recent-post-item {
  margin-bottom: 14px;
  display: flex; }
  .blog-sidebar .recent-post-item .recent-post-img {
    flex: 0 0 100px; }
  .blog-sidebar .recent-post-item .recent-post-title {
    margin-bottom: 10px;
    line-height: 1.5; }
    .blog-sidebar .recent-post-item .recent-post-title:hover {
      color: #0099e7; }
  .blog-sidebar .recent-post-item .recent-post-date {
    font-size: 15px; }
  .blog-sidebar .recent-post-item .recent-post-date i {
    margin-right: 8px;
    color: #0099e7; }
.blog-sidebar .blog-category-list li {
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0; }
  .blog-sidebar .blog-category-list li a {
    color: #000; }
    .blog-sidebar .blog-category-list li a:hover {
      color: #0099e7;
      text-decoration: underline; }
    .blog-sidebar .blog-category-list li a .category-count {
      float: right; }
.blog-sidebar .blog-tags li {
  float: left; }
  .blog-sidebar .blog-tags li a {
    margin: 3px;
    font-size: 14px;
    display: inline-block;
    color: #000;
    padding: 10px 15px;
    border-radius: 5px;
    transition: all 0.25s linear;
    box-shadow: 0 10px 20px 0 rgba(61, 82, 96, 0.15); }
    .blog-sidebar .blog-tags li a:hover, .blog-sidebar .blog-tags li a.active {
      background: #0099e7;
      color: #fff; }

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .blog-single-inner .blog-sidebar {
    margin-top: 30px; } }
/* ---------------------------------------------------------------- */
/* 27.Blog Sidebar                              
/* ---------------------------------------------------------------- */
.blog-sidebar-item {
  margin-bottom: 30px; }
  .blog-sidebar-item:last-child {
    margin-bottom: 0; }
  .blog-sidebar-item .blog-large-img-wrap {
    overflow: hidden; }
    .blog-sidebar-item .blog-large-img-wrap img {
      transition: all 0.5s linear; }
    .blog-sidebar-item .blog-large-img-wrap:hover .blog-large-img {
      transform: scale(1.03); }
  .blog-sidebar-item .blog-sidebar-item-body {
    padding: 30px;
    border-radius: 5px;
    transition: all 0.25s linear;
    box-shadow: 0 10px 20px 0 rgba(61, 82, 96, 0.15); }
    .blog-sidebar-item .blog-sidebar-item-body:hover {
      box-shadow: 0 15px 30px 0 rgba(61, 82, 96, 0.2); }
    .blog-sidebar-item .blog-sidebar-item-body .blog-single-title a {
      color: #000; }
      .blog-sidebar-item .blog-sidebar-item-body .blog-single-title a:hover {
        color: #0099e7; }
    .blog-sidebar-item .blog-sidebar-item-body .blog-inner-text {
      margin-bottom: 20px !important; }

/* ---------------------------------------------------------------- */
/* 28.Blog Grid                              
/* ---------------------------------------------------------------- */
.blog-grid-section {
  padding-top: 70px; }

.blog-grid-item {
  margin-bottom: 0;
  margin-top: 30px; }

/* ---------------------------------------------------------------- */
/* 29.Services                               
/* ---------------------------------------------------------------- */
.why-choose-me-inner .why-choose-me-title {
  margin-bottom: 12px; }
.why-choose-me-inner .why-choose-me-text {
  margin-bottom: 14px; }
.why-choose-me-inner .why-choose-me-box:nth-child(1), .why-choose-me-inner .why-choose-me-box:nth-child(2) {
  margin-bottom: 20px; }
.why-choose-me-inner .why-choose-me-box .why-choose-me-item {
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  transition: all 0.25s linear;
  box-shadow: 0 10px 20px 0 rgba(61, 82, 96, 0.15); }
  .why-choose-me-inner .why-choose-me-box .why-choose-me-item:hover {
    box-shadow: 0 15px 30px 0 rgba(61, 82, 96, 0.2); }
  .why-choose-me-inner .why-choose-me-box .why-choose-me-item .why-choose-me-icon i {
    float: left;
    margin-right: 20px;
    text-align: center;
    border-radius: 5px;
    width: 48px;
    height: 48px;
    background: #0099e7;
    line-height: 48px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 600; }
  .why-choose-me-inner .why-choose-me-box .why-choose-me-item h6 {
    font-size: 1rem;
    line-height: 1.5; }

.partners {
  padding: 60px 0; }
  .partners .client-box img {
    width: auto; }

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .why-choose-me-inner {
    margin-top: 20px; } }
/* ---------------------------------------------------------------- */
/* Responsive Media Query
/* Small devices (landscape phones, less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .why-choose-me-inner .why-choose-me-box {
    margin-bottom: 20px; }
    .why-choose-me-inner .why-choose-me-box:last-child {
      margin-bottom: 0; } }
/* ---------------------------------------------------------------- */
/* 30.Home Slider                            
/* ---------------------------------------------------------------- */
.hero-slider-wrap .vegas-overlay {
  background: #141414;
  opacity: 0.6; }

/* ---------------------------------------------------------------- */
/* 31.Home Particles                            
/* ---------------------------------------------------------------- */
#heroparticles {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

/* ---------------------------------------------------------------- */
/* 32.Home Page Youtube Video                               
/* ---------------------------------------------------------------- */
.hero_video {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-object-fit: scale-down;
  object-fit: scale-down; }
  .hero_video:after {
    display: none; }
  .hero_video .hero-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    opacity: 0.6;
    background: #141414; }
  .hero_video .video-content {
    z-index: 27;
    position: relative; }

/* ---------------------------------------------------------------- */
/* 33.Home Glitch Img                            
/* ---------------------------------------------------------------- */
.glitch-img-banner .overlay-glitch {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #141414;
  z-index: 45; }
.glitch-img-banner .glitch-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover; }
.glitch-img-banner .container {
  position: relative;
  z-index: 56; }
.glitch-img-banner .down-scroll {
  z-index: 58; }

/* ---------------------------------------------------------------- */
/* 34.Intro                              
/* ---------------------------------------------------------------- */
.intro-hero-section .intro-hero-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px; }
  .intro-hero-section .intro-hero-title span {
    font-size: 3.5rem;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    max-width: max-content;
    padding: 10px 20px;
    text-transform: uppercase;
    margin: 0 auto 15px auto;
    border: 2px solid #fff; }

.demo-item {
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(61, 82, 96, 0.15);
  border-radius: 5px 5px 0 0; }
  .demo-item:hover {
    box-shadow: 0 20px 40px 0 rgba(61, 82, 96, 0.2); }
  .demo-item:hover .demo-img .demo-overlay {
    top: 0;
    opacity: 1; }
  .demo-item:hover .demo-overlay i {
    display: block; }
  .demo-item:hover .demo-item-link {
    background: #0099e7;
    color: #fff; }
  .demo-item .demo-img {
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0; }
    .demo-item .demo-img .demo-overlay {
      left: 0;
      top: -100%;
      width: 100%;
      height: 100%;
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(20, 20, 20, 0.3);
      transition: all 0.3s ease; }
    .demo-item .demo-img a i {
      background: #0099e7;
      color: #fff;
      height: 56px;
      width: 56px;
      line-height: 56px;
      text-align: center;
      display: none;
      border-radius: 5px;
      transition: all 0.3s ease;
      animation: zoomIn 0.6s ease forwards; }
    .demo-item .demo-img a:hover i {
      background: #fff;
      color: #0099e7; }
  .demo-item .demo-item-link {
    font-size: 1.125rem;
    font-weight: 600;
    padding: 30px;
    display: block;
    border-radius: 0 0 5px 5px;
    color: #000;
    background: #fff;
    transition: all 0.25s ease; }

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .intro-hero-section .intro-hero-title > span {
    font-size: 2.5rem; }
  .intro-hero-section .intro-hero-title {
    font-size: 1.6rem; }

  .demo-item .demo-img a i {
    height: 50px;
    width: 50px;
    line-height: 50px; }
  .demo-item .demo-item-link {
    padding: 20px; } }
/* ---------------------------------------------------------------- */
/* Custom by santi                           
/* ---------------------------------------------------------------- */
.s-footer {
  width: 65px; }

.s-header {
  width: 20px; }

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