/* Theme Name: Eagle - Responsive Minimal Template
   Author: Zoyothemes
   Version: 1.0.0
   File Description: Main CSS file of the template
*/

/* 
Table of css

01. Basic
02. Helper
03. Navbar Custom
04. Portfolio
05. Testimonials 
06. Team
07. Services
08. Clients
09. Blog
10. Blog Detail
11. Contact
12. Pagination
13. Footer
14. Responsive

*/
.service-list li {
    padding-left: 5px;
    /*display: flex;*/
    /*align-items: center;*/
}

.service-list li:before {
    /*border-left: 5px solid #dcdcdc;*/
    /*content: "";*/
    /*display: block;*/
    /*position: absolute;*/
    /*height: 10px;*/

}

li {
    position: relative;
    padding: 5px 0;
}

/* ==========
   1.Basic
   ========== */

html {
    /*background-color: #eee;*/
    /*background: url("../images/pattern.png");*/
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    padding: 30px 0;
    /*max-width: 1300px;*/
    /*margin: 0 auto;*/
}

::selection {
    background: rgba(151, 160, 175, 0.3);
}

::-moz-selection {
    background: rgba(151, 160, 175, 0.3);
}

a, a:hover {
    text-decoration: none !important;
    outline: none !important;
}

/*==============
  2. Helper Class
  ===============*/
.slick-dots {
    text-align: left;
}

.margin-t-30 {
    margin-top: 30px;
}

.margin-t-50 {
    margin-top: 50px;
}

.text-custom {
    color: #15b1b3;
}

.page-title h2, .page-title h3 {
    line-height: 50px;
    margin-top: 60px;
    font-weight: 300;
    letter-spacing: 1px;

}

.page-title h2 span {
    color: #696969;
    font-weight: 500;
}

section:first-of-type .page-title span {
    font-weight: 500;
    /*border-bottom: 3px solid;*/

}

section:first-of-type .page-title span:before {
    /*content: "*";*/
}

section:first-of-type .page-title span:after {
    /*content: "*";*/
}

.subtitle {
    font-weight: 300;
    line-height: 28px;
    font-size: 16px;
}

.btn {
    border-width: 2px;
    border-radius: 2px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 11px;
    outline: none !important;
}

.btn-rounded {
    border-radius: 30px;
}

.btn-dark {
    background-color: #4a4949;
    color: #ffffff !important;
}

/*==============
  3. Navbar Custom
  ===============*/

.navbar-custom {
    background-color: #ffffff;
    margin-bottom: 0px;
    width: 100%;
    z-index: 1000;
    border: none;
    color: #333;
    border-radius: 0px;
    position: relative;
}

.logo > img {
    height: 42px;
}

.logo {
    padding: 19px 15px;
    height: 80px;
    line-height: 40px;
    font-weight: 700;
    font-size: 24px;
    color: #333 !important;
}

.navbar-custom .navbar-nav > li > a {
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #000;
    background-color: transparent;
}

.navbar-custom .navbar-nav > li > a:hover {
    color: #000;
    transition: all 0.3s;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    line-height: 1.42857143;
    color: #666;
    white-space: nowrap;
    font-weight: 400;
    font-size: 13px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
    text-decoration: none;
    color: #15b1b3;
    transition: all 0.3s;
    background-color: transparent;
}

.dropdown-menu > li:active > a, .dropdown-menu > li:hover > a {
    color: #15b1b3;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    right: auto;
    margin-top: -3px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.navbar-custom li.dropdown:last-of-type .dropdown-submenu > .dropdown-menu {
    right: 100%;
    left: auto;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.submenu-arrow {
    position: absolute;
    right: 8px;
    font-size: 16px;
    margin-top: -1px;
}

.navbar-custom .dropdown-menu {
    transition: all .3s ease;
    min-width: 200px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .05);
    padding: 10px;
}

.navbar-toggle {
    margin-top: 22px;
}

.navbar-custom .navbar-nav li.active-item > a {
    color: #696969;
    font-weight: 700;
}

/*==============
  4. Portfolio
===============*/

.portfolioFilter {
    margin-top: 50px;
    margin-bottom: 20px;
}

.portfolioFilter a {
    display: inline-block;
    margin: 0 6px 6px 6px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 7px 12px 7px 12px;
    cursor: pointer;
    line-height: 1em;
    letter-spacing: 1px;
    transition: all 0.4s ease-in-out;
    color: #333;
    border-radius: 3px;
}

.portfolioFilter a:hover {
    color: #222;
}

.portfolioFilter a.current {
    background-color: #15b1b3;
    color: #fff;
}

.portfolio-box {
    overflow: hidden;
    position: relative;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    /*box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.1);*/
    /* border: 1px solid #d6d6d6; */
    /* border-radius: 6px; */
}

.portfolio-box .portfolio-box-img {
    position: relative;
    overflow: hidden;
}

.portfolio-box .portfolio-box-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* border-radius: 5px; */
    -webkit-transition: all 0.15s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.15s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.15s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.15s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.portfolio-box .portfolio-box-img > img {
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}

.portfolio-box .portfolio-box-detail {
    text-align: center;

    height: 100%;
     -webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%); 
    transform: translateY(-50%); 

    opacity: 0;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.1s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.1s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.1s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.1s cubic-bezier(0.3, 0.1, 0.58, 1);

    /* transform: translateY(50%); */
}

.portfolio-box .portfolio-box-detail h4 {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px;
        color: rgba(255, 255, 255, 0.6);

}

.portfolio-box .portfolio-box-detail p {
    font-size: 20px;
    color:#fff;

    
   

    margin-bottom: 0;
    /* color: rgba(255, 255, 255, 0.6); */
    /* font-size: 13px; */
    font-weight: 500;
    
}

.desktop .portfolio-box:hover .portfolio-box-detail, .active .portfolio-box .portfolio-box-detail{
    -webkit-transform: translateY(calc(-50% - 40px));
    -moz-transform: translateY(calc(-50% - 40px));
    transform: translateY(calc(-50% - 40px));
    z-index: 3;
    opacity: 1;

}

.desktop .portfolio-box:hover .portfolio-box-img:after,
.active .portfolio-box .portfolio-box-img:after {
    background: rgba(40, 40, 46, 0.8);
}

.desktop .portfolio-box:hover .portfolio-box-img > img ,
.active .portfolio-box .portfolio-box-img > img {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    /* transform: scale(1.05); */
}

/*.project-meta {*/
/*font-size: 20px;*/
/*}*/

/*.project-meta span:nth-last-child(n+2)::after {*/
/*font-family: 'slick';*/
/*font-size: 15px;*/
/*line-height: 20px;*/
/*margin-left: 5px;*/
/*!* position: absolute; *!*/
/*top: 0;*/
/*left: 0;*/
/*!* display: block; *!*/
/*width: 20px;*/
/*height: 20px;*/
/*content: '•';*/
/*text-align: center;*/
/*!* opacity: .25; *!*/
/*color: black;*/
/*-webkit-font-smoothing: antialiased;*/
/*-moz-osx-font-smoothing: grayscale;*/
/**/
/*}*/
/*.project-meta h5 {*/
/*font-size: 20px;*/
/*display: inline-block;*/
/*padding-right: 10px;*/
/*}*/
/* Project description */
.project-desc {
    line-height: 26px;
    font-size: 15px;
    /* white-space: pre-line; */
}

/*==============
  5. Testimonials
  ===============*/


  .testi-section img{
    display: flex;
    margin: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;

  }
  .testi-section {
    right: 0;
    display: flex;
    /* height: 100%; */
    max-width: 1000px;
    margin: 0 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testi-section .line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /* display: block; */
    height: 1px;
    background-color: #eef1f3;
  }
.testimonial-box {
    /* margin-top: 60px; */
    text-align: center;
}


.testimonial-box .client-comment {
      /* font-weight: 300; */
      text-align: left;
        /* line-height: 22px; */
      line-height: 32px;
      font-style: italic;
      display: inline-block;
      font-size: 1.6em;
      /* font-size: 22px; */
      /* background-color: #3f3f3f; */
      color:#3f3f3f;
      font-weight: 300;
      padding: 0 15px 0 10px;
      border-radius: 3px;
      vertical-align: middle;
}


.testimonial-box div {
    vertical-align: middle;
    /* display: inline-block; */
}

.testimonial-box div h5{
    line-height:16px;
    text-align: center;
    
    margin: 0
}
        
    .testimonial-box div h5:first-child{
            color:#3f3f3f;
        }
        .testimonial-box div h5:last-child{
            color: #696969;
            font-weight: 300;
        }

.testimonial-box .user-box {
    display: inline-block;
    margin-right: 30px;
}
.testimonial-box .testi-user {
    /* margin-left: 10px; */
    /* display: block; */
    height: 60px;
    width: 60px;
    background: #696969;
    margin-bottom: 5px;
    /* border: 1px solid ##bdbdbd; */
    /* margin: 20px 0 10px 0; */
    display: inline-block;
    
}

/* 
.projects-hidden .portfolioContainer .natural.creative:nth-child(n+4)  {
    display: none;
} */



/*==============
  6. Team
  ===============*/

.team-box {
    padding: 30px 20px;
    margin-top: 30px;
}

.team-box img {
    margin-bottom: 15px;
    border-radius: 3px;
}

/*==============
  7. Services
  ===============*/

.service-box {
    padding: 20px 0;
}

.service-box .service-icon {
    font-size: 42px;
    line-height: 60px;
    float: left;
    margin: 10px 10px 0 0;
}

.service-box .service-title {
    font-size: 22px;
    color: #696969;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 50px;

}

.page-title h2 span {
    color: #696969;
    font-weight: 500;
}

.service-box p {
    line-height: 24px;
}

/*==============
   8. Clients
  ===============*/

.client-box {
    /* transform: scale(0.8); */
    /*padding: 30px 20px;*/
    text-align: center;
    display: flex;
    /* justify-content: flex-end; */
    align-items: flex-end;
    height: 100%;
    height: 100px;
    
    /*max-width: 100px;*/
}

.client-box img {
    /* object-fit: contain */
    opacity: 0.7;
    margin: 0 auto;
    max-width: 80%;
    
}

.client-box img:hover {
    opacity: 1;
}

/*==============
  9. Blog
  ===============*/

.post {
    margin: 0 0 45px;
}

.post + .post {
    border-top: 1px solid rgba(238, 238, 238, .7);
    padding-top: 50px;
}

.post-preview {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin: 0 0 25px;
}

.post-preview:hover {
    opacity: .7;
}

.post-header {
    margin: 0 0 30px;
}

.post-title {
    font-size: 22px;
    margin: 0 0 10px;
}

.post-title a {
    color: #333;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.post-title a:hover {
    color: #15b1b3;
}

.post-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: .7;
}

.post-meta > li {
    display: inline-block;
    margin-right: 30px;
}

.post-meta > li:last-child {
    margin-right: 0;
}

.post .post-meta a, .post-meta a {
    color: #888;
}

.post-meta a:hover, .post-meta a:focus, .post-more a:hover {
    color: #15b1b3;
}

.post-more a {
    color: #333;
    font-weight: 500;
    text-decoration: underline !important;
}

.post-tags {
    margin: 40px 0 0;
}

.post-tags a {
    background-color: #f5f5f5;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 7px;
    color: #303133;
    padding: 7px 8px 5px 10px;
    margin: 5px 10px 5px 0;
}

.post-tags a:hover,
.post-tags a:focus {
    background: #15b1b3;
    color: #fff;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin: 30px 0 20px;
}

.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child {
    margin-top: 0;
}

.post-content p,
.post-content ul,
.post-content ol {
    margin: 0 0 20px;
    line-height: 24px;
}

.post-content ul,
.post-content ol {
    margin-left: 40px;
}

.post-content ul {
    list-style-type: disc;
}

.post-content ol {
    list-style-type: decimal;
}

.sidebar {
    padding-left: 30px;
}

.sidebar .widget:last-child {
    border: 0;
    padding: 0;
}

.widget_search form {
    position: relative;
}

.search-button {
    position: absolute;
    top: 0;
    height: 100%;
    right: 10px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.search-button:focus,
.search-button.focus,
.search-button.active.focus,
.search-button.active:focus,
.search-button:active.focus,
.search-button:active:focus {
    outline: 0;
}

.search-button:hover {
    color: #15b1b3;
}

.widget-title {
    position: relative;
    font-size: 16px;
    margin: 0 0 25px;
    font-weight: 500;
}

.widget-title:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.widget-title:after {
    content: "";
    display: block;
    width: 35px;
    z-index: 1;
    position: relative;
    border-bottom: 1px solid #15b1b3;
    margin: 20px auto 25px 0px;
}

.widget {
    margin: 0 0 40px;
    font-size: 14px;
}

.widget ul,
.widget ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul li,
.widget ol li {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.widget ul li:last-child,
.widget ol li:last-child {
    border: 0;
}

.widget ul li a,
.widget ol li a {
    color: #333333;
}

.widget ul li a:hover,
.widget ol li a:hover {
    color: #15b1b3;
}

.widget select {
    width: 100%;
    box-shadow: none;
    border-radius: 2px;
    border-color: #eee;
    padding: 12px 15px;
    height: 49px;
    font-size: 14px;
}

.widget select:focus {
    border-color: #15b1b3;
    box-shadow: none;
}

.widget_archive ul li a,
.widget_categories ul li a {
    margin-right: 5px;
}

.post-date {
    display: block;
    opacity: .7;
}

.tagcloud > a {
    background: #f5f5f5;
    border-radius: 2px;
    color: #303133;
    display: inline-block;
    font-size: 9px;
    letter-spacing: 1px;
    margin: 5px 10px 5px 0;
    padding: 7px 8px 5px 10px;
    text-transform: uppercase;
}

.tagcloud > a:hover {
    background: #15b1b3;
    color: #fff;
}

.widget_recent_entries_custom ul li {
    border-bottom: 1px solid rgba(238, 238, 238, .7);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.widget_recent_entries_custom .wi {
    float: left;
    width: 64px;
}

.widget_recent_entries_custom .wb {
    padding-top: 2px;
    margin-left: 84px;
}

.widget_recent_entries_custom .wb a {
    color: #303133;
}

.text-widget-des {
    line-height: 24px;
}

/*==============
  10.Blog Detail
  ===============*/
.blog-detail-description {
    color: #666;
}

.blog-detail-description p {
    line-height: 24px;
}

blockquote {
    font-size: 16px;
    border-left: 4px solid #eee;
    font-weight: 300;
    line-height: 30px;
    font-style: italic;
}

.media, .media-list {
    margin-top: 50px;
}

.media img {
    width: 52px;
    height: 52px;
}

.media-heading {
    font-size: 16px;
}

.media-body a {
    float: right;
    font-size: 13px;
}

.media-body h6 {
    margin-bottom: 20px;
}

/*==============
 11. Contact
  ===============*/
.form-control {
    box-shadow: none;
    border-radius: 2px;
    padding: 12px 15px;
    height: 49px;
    font-size: 14px;
}

.form-control:focus {
    border-color: #15b1b3;
    box-shadow: none;
}

.input-lg {
    height: 54px;
    font-size: 15px;
}

.input-sm {
    height: 45px;
    font-size: 13px;
}

.form-group {
    margin-bottom: 20px;
}

/*==============
 12. Pagination
  ===============*/

.pagination > li {
    display: inline-block;
    margin-right: 2px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 3px;
}

.pagination > li > a, .pagination > li > span {
    border: 2px solid #eeeeee;
    border-radius: 3px;
    color: #777777;
    display: block;
    float: none;
    padding: 8px 15px;
}

.pagination > .active > a, .pagination > .active > span {
    background: #27cbc0 none repeat scroll 0 0;
    border-color: #27cbc0;
    color: #ffffff;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    background: #666 none repeat scroll 0 0;
    border-color: #666;
    color: #ffffff;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #666;
    border-color: #666;
    color: #fff;
    cursor: default;
    z-index: 3;
}

/*==============
  13. Footer
  ===============*/

.footer {
    background-color: #fafafa;
    margin: 50px 0 -30px 0;
    padding: 30px 0;
    border-top: 1px solid #f5f5f5;
}

.social-circle li a {
    height: 36px;
    width: 36px;
    color: #4c5667;
    border-radius: 50%;
    font-size: 16px;
    display: inline-block;
    line-height: 36px;
    background-color: #ededed;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.social-circle li a:hover {
    color: #ffffff !important;
    background-color: #15b1b3;
}

.copyright-txt {
    margin-top: 20px;
}

/* ==========
   14. Responsive
   ========== */



@media (min-width: 769px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }

    #navbar {
        text-align: center;
    }

    .nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
   
    
    /* .team-box {
        width: auto;
    } */
    /* .client-box img {
        max-width:  100%;
            /* height: 50px; */
    /* }  */
    
}


@media (min-width: 400px) {
    
    .client-box  {
        height: 200px;
    }

  
    /* #work-detail .col-* {

    } */


    /* .portfolio-box .portfolio-box-detail h4 {

        font-size: 32px;
    }
    .portfolio-box .portfolio-box-detail p {

        font-size: 36px;
    } */

    /* .client-box img {
        max-width:  100%;
            /* height: 50px; */
    /* }  */
}
@media (max-width: 768px) {
    
    .service-box .service-title {
        font-size: 20px;
    
    }
    
    #about .page-title h2, #work-detail .page-title h2 {
        font-size: 22px;
        text-align: center;
    }

    #about p {
        font-size: 14px;
    }
  
    #work-detail .content {
        display: flex;
        flex-direction: column-reverse;
    }

    body {
        padding: 0;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
        text-decoration: none;
        color: #15b1b3 !important;
        transition: all 0.3s;
    }

   
}


@media (max-width: 992px) {

    .client-box img {
        max-width:  100%;
    }

    .page-title .team-box {
        width: 50%;
        margin: 0 auto; 
    }
    
    #home .projects-title h2 span {
        font-size: 30px;
    }
    #home .projects-title {
        margin-top: 50px;
    }
    #home .page-title h2 {
        margin-top: 0;
        font-size: 20px;
        line-height: 30px;
        padding: 0 16px;
        text-align: center;
    }
    .testimonial-box .user-box{
        margin: 0;
    }
    .testimonial-box .client-comment{
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }

}
@media (max-width: 767px) {
    .sidebar {
        padding-top: 50px;
        padding-left: 0;
    }

    .navbar-custom .navbar-nav > li > a {
        line-height: 24px;
    }
}

.clients-container {
    /* display: flex; */
    filter: grayscale(100%);

}
/*  */
/* .monday-logo { */
    /*width: 200px;*/
    /*position: relative;*/
    /*bottom: -8px;*/
/* } */
/* 
.donde-logo {
    width: 200px;
    position: relative;
    bottom: -12px;
}

.elevation-logo {
    bottom: -52px;
    position: relative;
}

.eskimoski-logo {
    width: 180px;
    position: relative;
    top: 15px;
}

.geektime-logo {
    top: -6px;
    position: relative;
} */

p {
    /* font-family: "Source Sans Pro"; */
    font-size: 18px;
    color: #919191;
    font-weight: 300;
}

ul {
    color: #919191;
}


/* //inset 1px 1px 2px 0 rgba(0, 0, 0, .15); */
.contact-button:hover {
    box-shadow: none; 
    left: -.5px;
    top: -.5px;
    position: relative;
    background-color: #43d4c0;

}

.contact-button {
    transition: all .05s ease-in;

    outline: none !important;

    font-weight: 500;
    font-size: 20px;
    z-index: 1;
    cursor: pointer;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .15);
    overflow: hidden;
    background-color: #43d5c1;
    border-radius: 5px;
    padding: 1.5rem;
    color: white;
    border: none;
    height: 40px;
    line-height: 13px;
    margin-left: 10px;
}

.devider {
    margin-top: 52px;
    margin-bottom: 42px;
    
    display: block;
    text-align: center;
    display: block;
}
.devider:before { 

    font-family: Georgia,Cambria,"Times New Roman",Times,serif;
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
    letter-spacing: .6em;



    content: '...';
    display: inline-block;
    margin-left: .6em;
    color: rgba(0,0,0,.68);
    position: relative;
    top: -30px;
}

/**
 * ==============================================
 * Dot Flashing
 * ==============================================
 */
 .dot-flashing {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: #696969;
    color: #696969;
    animation: dotFlashing 0.25s infinite linear alternate;
    animation-delay: .125s;
  }
  
  .dot-flashing::before, .dot-flashing::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
  }
  
  .dot-flashing::before {
    left: -30px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: #696969;
    color: #696969;
    animation: dotFlashing 0.25s infinite alternate;
    animation-delay: 0s;
  }
  
  .dot-flashing::after {
    left: 30px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: #696969;
    color: #696969;
    animation: dotFlashing 0.25s infinite alternate;
    animation-delay: 0.25s;
  }
  
  @keyframes dotFlashing {
    0% {
      background-color: #696969;
    }
    50%,
    100% {
      background-color: #ededed;
    }
  }
  

  
  .dot-flashing {
      /* visibility: hidden; */
      margin: 44px auto 15px auto;
      text-align: center;
      display: none;
  }

  .projects-hidden  .show-more-button {
      transition: 0s;
    /* color: black; */
    display: inline-block;
    background-color: #696969;
}

.show-more-button, .loading .show-more-button  {
   display: none;
}


.loading .dot-flashing {
    display: inline-block;
    display: block;
}


.portfolioContainer .col-lg-1, .portfolioContainer .col-lg-10, .portfolioContainer .col-lg-11, .portfolioContainer .col-lg-12, .portfolioContainer .col-lg-2, .portfolioContainer .col-lg-3, .portfolioContainer .col-lg-4, .portfolioContainer .col-lg-5, .portfolioContainer .col-lg-6, .portfolioContainer .col-lg-7, .portfolioContainer .col-lg-8, .portfolioContainer .col-lg-9, .portfolioContainer .col-md-1, .portfolioContainer .col-md-10, .portfolioContainer .col-md-11, .portfolioContainer .col-md-12, .portfolioContainer .col-md-2, .portfolioContainer .col-md-3, .portfolioContainer .col-md-4, .portfolioContainer .col-md-5, .portfolioContainer .col-md-6, .portfolioContainer .col-md-7, .portfolioContainer .col-md-8, .portfolioContainer .col-md-9, .portfolioContainer .col-sm-1, .portfolioContainer .col-sm-10, .portfolioContainer .col-sm-11, .portfolioContainer .col-sm-12, .portfolioContainer .col-sm-2, .portfolioContainer .col-sm-3, .portfolioContainer .col-sm-4, .portfolioContainer .col-sm-5, .portfolioContainer .col-sm-6, .portfolioContainer .col-sm-7, .portfolioContainer .col-sm-8, .portfolioContainer .col-sm-9, .portfolioContainer .col-xs-1, .portfolioContainer .col-xs-10, .portfolioContainer .col-xs-11, .portfolioContainer .col-xs-12, .portfolioContainer .col-xs-2, .portfolioContainer .col-xs-3, .portfolioContainer .col-xs-4, .portfolioContainer .col-xs-5, .portfolioContainer .col-xs-6, .portfolioContainer .col-xs-7, .portfolioContainer .col-xs-8, .portfolioContainer .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}

.text-extra a {
    text-decoration: underline!important;
    color:#989898;
}
.text-extra {
    color:#afafaf;
    font-weight: 100;
    font-size: 16px;
    margin-top: 20px;

}

