@charset "UTF-8";
/*!
 * Teamber | Elementor Team Member Collection
 * Author: Web_Trendy
 * Copyright 2021 © Web_Trendy (https://codecanyon.net/user/web_trendy/portfolio)
 * Licensed under Envato (https://codecanyon.net/licenses/standard)
 *
 * "Life is balance of holding on and letting go." --Rumi
 *
 */
/*------------------------------------------------------------------
[Table of contents]

1.0 Variables
2.0 Google Fonts
3.0 Set Font-families
4.0 Custom Cursor Styles
5.0 General Styles
6.0 Home Page
7.0 About Page
8.0 Services Page
9.0 Works Page
10.0 Contact Page
11.0 Blog Page
12.0 Single Blog Page
13.0 Single Works Page
14.0 Footer 
15.0 Animations
16.0 Media Queries

-------------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Variables
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap");
:root {
  --background-color-dark: #efefef;
  --background-color-dark: #222222;
  --text-color-light: #222;
  --text-color-dark: #eee;
  --light-subtext-color: #777;
  --dark-subtext-color: #999;
  --background-gradient: linear-gradient(90deg, #de534a, #ec7209); }

/*--------------------------------------------------------------
2.0 Google Fonts
--------------------------------------------------------------*/
/*To change the fonts, get the font link from (https://www.google.com/fonts) and replace with this line, then update the font-family section below.*/
/*--------------------------------------------------------------
3.0 Set Font-families
--------------------------------------------------------------*/
body {
  font-family: 'Roboto', sans-serif; }

/*--------------------------------------------------------------
5.0 General Styles
--------------------------------------------------------------*/
.overflow-x-hidden {
  overflow-x: hidden; }

.overflow-y-hidden {
  overflow-y: hidden; }

.primary-color {
  color: #ff3313; }

.line-height-1 {
  line-height: 1; }

body {
  background-color: var(--background-color-dark);
  color: var(--text-color-dark); }

/*--------------------------------------------------------------
6.0 Home Page
--------------------------------------------------------------*/
.teamber-wrapper {
  --teamber-bg: #eee;
  --teamber-secondary-bg: #ccc;
  --teamber-color: #333;
  --teamber-icolor: #222;
  --teamber-ibg: #ccc; }
  .teamber-wrapper .teamber-image-wrapper img {
    max-width: 100%; }
  .teamber-wrapper .teamber-body {
    color: var(--teamber-color); }
  .teamber-wrapper .teamber-icons a {
    text-decoration: none;
    background-color: var(--teamber-ibg); }
    .teamber-wrapper .teamber-icons a:hover, .teamber-wrapper .teamber-icons a:focus {
      text-decoration: none; }
  .teamber-wrapper .teamber-icons i {
    line-height: 1;
    color: var(--teamber-icolor); }
  .teamber-wrapper.style-1 {
    text-align: center; }
    .teamber-wrapper.style-1 .teamber-image-wrapper {
      position: relative; }
      .teamber-wrapper.style-1 .teamber-image-wrapper .teamber-img {
        width: 45%;
        border-radius: 50%;
        position: relative;
        z-index: 2; }
      .teamber-wrapper.style-1 .teamber-image-wrapper:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50%;
        background-color: var(--teamber-bg);
        border-top-right-radius: 15px;
        border-top-left-radius: 15px; }
    .teamber-wrapper.style-1 .teamber-body {
      background-color: var(--teamber-bg);
      color: var(--teamber-color);
      padding-bottom: 40px;
      padding-top: 30px;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px; }
      .teamber-wrapper.style-1 .teamber-body .teamber-name {
        font-size: 1.4rem; }
      .teamber-wrapper.style-1 .teamber-body .teamber-position {
        font-size: 0.9rem; }
      .teamber-wrapper.style-1 .teamber-body .teamber-bio {
        margin-top: 20px; }
      .teamber-wrapper.style-1 .teamber-body .teamber-icons a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 10px;
        margin: 3px;
        border-radius: 5px;
        background-color: #bbb; }
  .teamber-wrapper.style-2 .teamber-body {
    background-color: transparent !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .teamber-wrapper.style-2 .teamber-body .teamber-name {
      font-size: 1.1rem;
      margin-top: 5px;
      background-color: var(--teamber-bg);
      padding: 0 5px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    .teamber-wrapper.style-2 .teamber-body .teamber-position {
      font-size: 0.9rem;
      margin-top: 5px;
      background-color: var(--teamber-bg);
      padding: 0 5px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    .teamber-wrapper.style-2 .teamber-body .teamber-bio {
      font-size: 0.9rem;
      margin-top: 5px;
      padding: 0 5px;
      background-color: var(--teamber-bg);
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      .teamber-wrapper.style-2 .teamber-body .teamber-bio p {
        margin-bottom: 0; }
    .teamber-wrapper.style-2 .teamber-body .teamber-icons {
      margin-top: 5px; }
      .teamber-wrapper.style-2 .teamber-body .teamber-icons a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 10px;
        margin: 3px;
        border-radius: 5px;
        background-color: #bbb; }
        .teamber-wrapper.style-2 .teamber-body .teamber-icons a:first-child {
          margin-left: 0; }
  .teamber-wrapper.style-3 {
    position: relative; }
    .teamber-wrapper.style-3 .teamber-body {
      background-color: transparent !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 15px; }
      .teamber-wrapper.style-3 .teamber-body .teamber-name {
        font-size: 1.4rem;
        font-weight: 700;
        background-color: var(--teamber-bg);
        padding: 3px 10px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
      .teamber-wrapper.style-3 .teamber-body .teamber-position {
        font-size: 0.9rem;
        margin-top: 5px;
        background-color: var(--teamber-bg);
        padding: 0 5px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
      .teamber-wrapper.style-3 .teamber-body .teamber-bio {
        font-size: 0.9rem;
        margin-top: 5px;
        padding: 0 5px;
        background-color: var(--teamber-bg);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        .teamber-wrapper.style-3 .teamber-body .teamber-bio p {
          margin-bottom: 0; }
      .teamber-wrapper.style-3 .teamber-body .teamber-icons {
        margin-top: 5px; }
        .teamber-wrapper.style-3 .teamber-body .teamber-icons a {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding: 10px;
          margin: 3px;
          margin-bottom: 0;
          border-radius: 5px;
          background-color: #bbb; }
          .teamber-wrapper.style-3 .teamber-body .teamber-icons a:first-child {
            margin-left: 0; }
  .teamber-wrapper.style-4 .teamber-image-wrapper img {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px; }
  .teamber-wrapper.style-4 .teamber-body {
    background-color: var(--teamber-bg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 10px 10px 20px;
    position: relative; }
    .teamber-wrapper.style-4 .teamber-body .teamber-name {
      font-size: 1.4rem;
      font-weight: 700;
      background-color: var(--teamber-bg);
      padding: 3px 10px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      border-radius: 5px;
      position: absolute;
      top: 0;
      -webkit-transform: translateY(-150%);
              transform: translateY(-150%); }
    .teamber-wrapper.style-4 .teamber-body .teamber-position {
      font-size: 0.9rem;
      margin-top: 5px;
      padding: 0 5px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      border-radius: 5px; }
    .teamber-wrapper.style-4 .teamber-body .teamber-bio {
      font-size: 0.9rem;
      margin-top: 5px;
      padding: 0 5px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      border-radius: 5px; }
      .teamber-wrapper.style-4 .teamber-body .teamber-bio p {
        margin-bottom: 0; }
    .teamber-wrapper.style-4 .teamber-body .teamber-icons {
      margin-top: 20px; }
      .teamber-wrapper.style-4 .teamber-body .teamber-icons a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 10px;
        margin: 3px;
        margin-bottom: 0;
        border-radius: 5px;
        background-color: #bbb; }
        .teamber-wrapper.style-4 .teamber-body .teamber-icons a:first-child {
          margin-left: 0; }
  .teamber-wrapper.style-5 .teamber-image-wrapper img {
    border-radius: 50%; }
  .teamber-wrapper.style-5 .teamber-body {
    background-color: transparent !important;
    text-align: center; }
    .teamber-wrapper.style-5 .teamber-body .teamber-name {
      font-size: 1.4rem;
      font-weight: 700;
      margin-top: 10px; }
    .teamber-wrapper.style-5 .teamber-body .teamber-bio {
      margin-top: 15px; }
      .teamber-wrapper.style-5 .teamber-body .teamber-bio p {
        margin-bottom: 0; }
    .teamber-wrapper.style-5 .teamber-body .teamber-icons {
      margin-top: 5px; }
      .teamber-wrapper.style-5 .teamber-body .teamber-icons a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 10px;
        margin: 3px;
        margin-bottom: 0;
        border-radius: 5px;
        background-color: #bbb; }
        .teamber-wrapper.style-5 .teamber-body .teamber-icons a:first-child {
          margin-left: 0; }
  .teamber-wrapper.style-6 {
    text-align: center;
    background-color: var(--teamber-bg);
    padding: 30px 10px;
    border-radius: 15px; }
    .teamber-wrapper.style-6 .teamber-image-wrapper .teamber-img {
      width: 35%;
      border-radius: 50%; }
    .teamber-wrapper.style-6 .teamber-body {
      color: var(--teamber-color);
      padding-top: 20px; }
      .teamber-wrapper.style-6 .teamber-body .teamber-name {
        font-size: 1.4rem; }
      .teamber-wrapper.style-6 .teamber-body .teamber-position {
        font-size: 0.9rem; }
      .teamber-wrapper.style-6 .teamber-body .teamber-bio {
        margin-top: 10px; }
      .teamber-wrapper.style-6 .teamber-body .teamber-icons a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 10px;
        margin: 3px;
        border-radius: 5px;
        background-color: #bbb; }
  .teamber-wrapper.style-7 .teamber-body {
    margin-top: 10px;
    padding: 15px;
    background-color: var(--teamber-bg); }
    .teamber-wrapper.style-7 .teamber-body .teamber-name {
      font-size: 1.3rem; }
    .teamber-wrapper.style-7 .teamber-body .teamber-bio {
      margin-top: 10px; }
      .teamber-wrapper.style-7 .teamber-body .teamber-bio p {
        margin-bottom: 0; }
    .teamber-wrapper.style-7 .teamber-body .teamber-icons {
      margin-top: 5px; }
      .teamber-wrapper.style-7 .teamber-body .teamber-icons a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 10px;
        margin: 3px;
        border-radius: 5px;
        background-color: #bbb; }
        .teamber-wrapper.style-7 .teamber-body .teamber-icons a:first-child {
          margin-left: 0; }
  .teamber-wrapper.style-8 .teamber-image-wrapper {
    position: relative; }
    .teamber-wrapper.style-8 .teamber-image-wrapper svg {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      .teamber-wrapper.style-8 .teamber-image-wrapper svg path {
        fill: var(--teamber-bg); }
    .teamber-wrapper.style-8 .teamber-image-wrapper img {
      border-top-right-radius: 15px;
      border-top-left-radius: 15px; }
  .teamber-wrapper.style-8 .teamber-body {
    padding: 15px;
    text-align: center;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: var(--teamber-bg); }
    .teamber-wrapper.style-8 .teamber-body .teamber-name {
      margin-top: 10px;
      font-size: 1.2rem; }
    .teamber-wrapper.style-8 .teamber-body .teamber-bio {
      margin-top: 10px; }
      .teamber-wrapper.style-8 .teamber-body .teamber-bio p {
        margin-bottom: 0; }
    .teamber-wrapper.style-8 .teamber-body .teamber-icons {
      margin-top: 5px; }
      .teamber-wrapper.style-8 .teamber-body .teamber-icons a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 10px;
        margin: 3px;
        border-radius: 5px;
        background-color: #bbb; }
        .teamber-wrapper.style-8 .teamber-body .teamber-icons a:first-child {
          margin-left: 0; }
  .teamber-wrapper.style-9 {
    text-align: center; }
    .teamber-wrapper.style-9 .teamber-image-wrapper {
      position: relative;
      padding-top: 60px;
      background-color: #cacaca;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      background-color: var(--teamber-bg);
      overflow: hidden; }
      .teamber-wrapper.style-9 .teamber-image-wrapper .teamber-img {
        width: 40%;
        border-radius: 50%;
        position: relative;
        z-index: 2; }
      .teamber-wrapper.style-9 .teamber-image-wrapper svg {
        position: absolute;
        left: 0;
        top: -12px;
        width: 100%; }
        .teamber-wrapper.style-9 .teamber-image-wrapper svg path {
          fill: var(--teamber-secondary-bg); }
    .teamber-wrapper.style-9 .teamber-body {
      background-color: var(--teamber-bg);
      color: var(--teamber-color);
      padding-bottom: 40px;
      padding-top: 20px;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px; }
      .teamber-wrapper.style-9 .teamber-body .teamber-name {
        font-size: 1.4rem; }
      .teamber-wrapper.style-9 .teamber-body .teamber-position {
        font-size: 0.9rem; }
      .teamber-wrapper.style-9 .teamber-body .teamber-bio {
        margin-top: 10px; }
        .teamber-wrapper.style-9 .teamber-body .teamber-bio p {
          margin-bottom: 0; }
      .teamber-wrapper.style-9 .teamber-body .teamber-icons {
        margin-top: 5px; }
        .teamber-wrapper.style-9 .teamber-body .teamber-icons a {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding: 10px;
          margin: 3px;
          border-radius: 5px;
          background-color: #bbb; }
  .teamber-wrapper.style-10 {
    position: relative; }
    .teamber-wrapper.style-10 .teamber-image-wrapper img {
      border-radius: 10px; }
    .teamber-wrapper.style-10 .teamber-body {
      position: absolute;
      bottom: 10px;
      left: 10px;
      width: calc(100% - 20px);
      padding: 15px;
      border-radius: 10px;
      background-color: var(--teamber-bg); }
      .teamber-wrapper.style-10 .teamber-body .teamber-name {
        font-size: 1.3rem; }
      .teamber-wrapper.style-10 .teamber-body .teamber-bio {
        margin-top: 10px; }
        .teamber-wrapper.style-10 .teamber-body .teamber-bio p {
          margin-bottom: 0; }
      .teamber-wrapper.style-10 .teamber-body .teamber-icons {
        margin-top: 5px; }
        .teamber-wrapper.style-10 .teamber-body .teamber-icons a {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding: 10px;
          margin: 3px;
          border-radius: 5px;
          background-color: #bbb; }
          .teamber-wrapper.style-10 .teamber-body .teamber-icons a:first-child {
            margin-left: 0; }

.text-black {
  color: #000000; }

.text-sub {
  color: var(--dark-subtext-color); }

.border-radius-theme {
  border-radius: 15px; }

/*Top Section*/
section.top .mask-wrapper {
  max-height: 100vh; }
section.top .mask {
  max-height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -webkit-filter: saturate(1.5);
          filter: saturate(1.5); }
section.top .info {
  border-left: 3px solid #ff3313; }

/*About Section*/
section.about .logo {
  width: 50px; }

/*Features Section*/
section.features .feature-wrapper .content {
  position: relative; }
  section.features .feature-wrapper .content:before {
    content: '';
    background: var(--background-gradient);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 15px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
section.features .feature-wrapper .header {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
section.features .feature-wrapper .description {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
section.features .feature-wrapper:hover .content:before, section.features .feature-wrapper:focus .content:before {
  height: calc(100% + 50px); }
section.features .feature-wrapper:hover .header, section.features .feature-wrapper:focus .header {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px); }
section.features .feature-wrapper:hover .description, section.features .feature-wrapper:focus .description {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  opacity: 1; }

/*Demo Section*/
/*Options Section*/
/*Call to Action 1 Section*/
section.cta-1 .image-wrapper {
  position: relative; }
  section.cta-1 .image-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 300px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5)); }

/*Call to Action 2 Section*/
/*Other Products Section*/
section.products .product-wrapper {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
  section.products .product-wrapper:hover, section.products .product-wrapper:focus {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }

/*--------------------------------------------------------------
14.0 Footer
--------------------------------------------------------------*/
footer.site-footer {
  background: var(--background-gradient);
  font-size: 90%; }
  footer.site-footer .logo {
    width: 200px; }
  footer.site-footer svg.banner {
    margin-top: -10px; }
    footer.site-footer svg.banner path {
      fill: var(--background-color-dark); }
  footer.site-footer .mini {
    font-size: 90%;
    font-weight: 500; }
  footer.site-footer a {
    text-decoration: none;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    font-weight: 300;
    color: black; }
    footer.site-footer a:hover, footer.site-footer a:focus {
      color: white; }
  footer.site-footer .cp {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    footer.site-footer .cp a {
      color: #f2eee0; }
      footer.site-footer .cp a:hover, footer.site-footer .cp a:focus {
        color: #f2eee0; }

/*--------------------------------------------------------------
3.0 Animations
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 General Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.0 Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width: 576px) {
  section.top h1.title {
    font-size: 2.5rem; }
  section.top .min-vh-100 {
    min-height: auto !important; }

  .tl-n10 {
    -webkit-transform: none;
            transform: none; } }
/* :) Let's meke internet BEAUTIFUL*/
/*
 _       __     __       ______                    __
| |     / /__  / /_     /_  __/_______  ____  ____/ /_  __
| | /| / / _ \/ __ \     / / / ___/ _ \/ __ \/ __  / / / /
| |/ |/ /  __/ /_/ /    / / / /  /  __/ / / / /_/ / /_/ /
|__/|__/\___/_.___/    /_/ /_/   \___/_/ /_/\__,_/\__, /
                                                 /____/
*/

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