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

ShareBootstrap - Minimal portfolio Template v1.0.0 (https://sharebootstrap.com)
Copyright 2019 Sharebootstrap.com
Licensed under  CC BY 3.0 

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

@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap');
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////
Change your color here 
////////////////////////////////////////////////////////////////////////////////////////////////////*/

:root {
    --primary-color: #cd8f71;
    --primary2-color: #fff;
    --secondary-color: #cd8f71;
}

::-moz-selection {
    color: #fff;
    background: var(--primary-color)
}

::selection {
    color: #fff;
    background: var(--primary-color)
}

::-moz-selection {
    color: var;
    background: var(--primary-color)
}

body {
    padding-top: 0px;
    font-family: 'Raleway', sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.64;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer
}

a:hover {
    text-decoration: line-through;
    color: var(--primary-color);
}

a.link {
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a.link::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #d6b093;
    position: absolute;
    bottom: -4px;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a.link:hover {
    color: #000
}

a.link:hover::before {
    background: #000
}

.space-md {
    padding-top: 0px;
    padding-bottom: 90px
}

#preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#preloader.hide {
    visibility: hidden;
    opacity: 0
}

#loader {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    -webkit-animation: loader 1s infinite linear;
    animation: loader 1s infinite linear
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: scale(1);
        border: 5px solid #cd8f71
    }
    50% {
        -webkit-transform: scale(0);
        border: 30px solid #cd8f71
    }
    100% {
        -webkit-transform: scale(1);
        border: 10px solid #cd8f71
    }
}

@keyframes loader {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        border: 5px solid #cd8f71
    }
    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
        border: 30px solid #cd8f71
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        border: 10px solid #cd8f71
    }
}


/*/////////////////////
  Container tweak
///////////////////////*/

.container {
    max-width: 1440px
}


/*/////////////////////
Navigation
///////////////////////*/

.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
    font-weight: 700;
    letter-spacing: .04rem;
}

.navbar-light .navbar-toggler{
    border-color: #fff;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    font-weight: 900;
    text-transform: capitalize;
}


/*/////////////////////
Header intro 
///////////////////////*/

.headline {
    position: relative;
    margin-bottom: 100px;
    margin-top: 100px;
}

.headline-content {
    display: block;
    position: relative;
}

.headline-content .headline-title {
    font-weight: 900
}

.headline-subtitle {
    font-size: 24px
}


/* Portfolio */

#portfolio-filters {
    margin-bottom: 50px
}


/* portfolio filter */

#filters li {
    display: inline-block;
    margin-right: 100px
}

#filters li:last-child {
    margin-right: 0
}

#filters li a {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#filters li a::after {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: -6px;
    left: 0;
    background: #cd8f71;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#filters li a:hover{
 color: #cd8f71
 }
#filters li a.active {
    color: #cd8f71
}

#filters li a:hover::after,
#filters li a.active::after {
    width: 100%
}


/* Portfolio items */

.entry {
    overflow: hidden;
}

.entry-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.entry:hover .entry-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.work-entry-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.entry:hover .work-entry-hover {
    opacity: 1;
    visibility: visible
}

.work-entry-content {
    position: absolute;
    bottom: 50px;
    top: 180px;
    right: 50px;
    left: 50px;
    text-align: center;
}

.work-entry-title {
    font-size: 22px;
    font-weight: 600;
    color: #cd8f71;
    opacity: 0;
    position: relative;
    top: 15px;
    -webkit-transition: all .5s cubic-bezier(0.4, .2, 0, 1) .2s;
    transition: all .5s cubic-bezier(0.4, .2, 0, 1) .2s
}

.work-entry-cat {
    font-size: 14px;
    opacity: 0;
    position: relative;
    top: 15px;
    -webkit-transition: all .5s cubic-bezier(0.4, .2, 0, 1) .3s;
    transition: all .5s cubic-bezier(0.4, .2, 0, 1) .3s;
    color: #d6b093;
}

.entry:hover .work-entry-title,
.entry:hover .work-entry-cat {
    opacity: 1;
    top: 0
}

.project-intro li {
    font-size: 18px;
    color: #cd8f71;
    padding: 12px 0 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    max-width: 200px
}

.project-intro li.title {
    font-weight: 700;
    padding: 0px 0 22px;
}



/* CLIENTS */

.bg-light {
  background: #fff0 !important; }

.bg-primary {
  background: #fa5bdd; }

.btn {
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 13px; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none; }
  .btn.btn-primary {
    background: #fa5bdd;
    border: 1px solid #fa5bdd;
    color: #fff; }
    .btn.btn-primary:hover {
      border: 1px solid #fa5bdd;
      background: transparent !important;
      color: #fa5bdd; }
    .btn.btn-primary.btn-outline-primary {
      border: 1px solid #fa5bdd;
      background: transparent;
      color: #fa5bdd; }
      .btn.btn-primary.btn-outline-primary:hover {
        border: 1px solid transparent;
        background: #fa5bdd;
        color: #fff; }
  .btn.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #000; }
    .btn.btn-white:hover {
      border: 1px solid #000;
      background: #000;
      color: #fff; }
    .btn.btn-white.btn-outline-white {
      border-color: rgba(255, 255, 255, 0.8);
      background: #fff;
      border-width: 1px;
      color: #cd8f71 }
      .btn.btn-white.btn-outline-white:hover, .btn.btn-white.btn-outline-white:focus, .btn.btn-white.btn-outline-white:active {
        background: #cd8f71;
        border-color: #fff;
        color: #fff;
        tex }
  .btn.btn-outline-black {
    border-color: black;
    background: none;
    border-width: 1px;
    color: #000; }
    .btn.btn-outline-black:hover, .btn.btn-outline-black:focus, .btn.btn-outline-black:active {
      background: #000;
      border-color: #000;
      color: #fff; }



.ftco-partner {
  padding: 2em 0; }

.partner .partner-entry {
  opacity: .3;
  filter: grayscale(100%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
  .partner .partner-entry:hover {
    opacity: 1;
    filter: grayscale(0%);
}


.partner .partner-entry2 {
  opacity: none;
  filter: grayscale(100%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
  .partner .partner-entry2:hover {
    opacity: none;
    filter: grayscale(0%);
}

/* END CLIENTS */




/* Footer */

.footer {
    margin-top: 115px;
}

.footer .footer-title {
    margin-bottom: 100px
}

.footer ul {
    margin-top: 30px
}

.footer ul li {
    margin-bottom: 10px
}

.copy {
    font-weight: 600;
    color: #fff;
}


    .footer-wrapper {
        display:block;
        padding:10px 0;
        position:relative;
        background-color:#cd8f71;
    }
    
    .footer-wrapper img {
        padding: 10px;
    }
    
    .footer-wrapper p {
        font-weight: 600;
        font-size:10px;
        color: #fff;
    }
    

    i.fa.fa-angle-up {
        color: #fff;
        font-size: 20px;
        padding: 10px;
    }   

    
    .social-icons img {
        border: none;
        padding: 30px 0px 30px 5px;
    }
    
    .footer .socialFooter {
        margin: 0 auto;
        text-align: center;
        }
        
    .socialFooter .fa {
        color: #fff;
        font-size: 18px;
        margin: 0px 0px 0px;
    }


    .socialFooter .fa a:hover {
        color: #fff;
        font-size: 18px;
        margin: 20px 0 20px 10px;
    }
    
    
   .socialFooter a {
    text-decoration: none;
    color: inherit;
    cursor: pointer
}

   .socialFooter a:hover {
    text-decoration: line-through;
    color: var(--primary2-color);
}




    .footer .socialFooter a {
        color: #fff;
        font-size: 26px;
        padding: 5px;
        margin-right: 10px;
        transition: all 0.2s ease-in-out 0s;
    }
    .footer .socialFooter a:hover {
        color: #fff;
        border-bottom: 3px solid #fff;
    }
    
    .hovereffect .icon {
        font-size: 31px;
        font-weight: 300;
        height: 75px;
        left: 0;
        line-height: 75px;
        margin: -35px auto 0;
        position: absolute;
        right: 0;
        top:38%;
        text-align: center;
        width: 75px;
        }
        
    .hovereffect h4 {
        text-align:center;
        font-size:20px;
        padding:10px 30px;
        text-transform:uppercase;
        width:auto;
        margin-bottom:0;
        display:block;
        font-weight:700;
        }
        
    .hovereffect h5 {
        text-align:center;
        font-size:12px;
        padding:10px 30px;
        text-transform:uppercase;
        width:auto;
        color:#fff;
        margin-bottom:0;
        display:block;
        font-weight:700;
        }
        
    .hovereffect h4,
    .hovereffect .icon {
        color:#fff;
    }
    .hovereffect .buttons {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        text-align: center;
        width: 100%;
        height:auto;
        bottom: 29%;
        margin-top: -20px;
        -webkit-transform: scale(0.2);
        -moz-transform: scale(0.2);
        -ms-transform: scale(0.2);
        -o-transform: scale(0.2);
        transform: scale(0.2);
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
        .hovereffect:hover .buttons {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        }
        .entry:hover .hovereffect { 
        opacity: 1;
        visibility: visible;
        }
        .entry {
        display:block;
        position:relative;  
    }
    .hovereffect {
        background-color: rgba(85, 85, 85, 0.49);
        position:absolute;
        top:0;
        left:0;
        bottom:0;
        right:0;
        opacity:0;
        -webkit-transition:all .3s ease-in-out;
        -moz-transition:all .3s ease-in-out;
        -ms-transition:all .3s ease-in-out;
        -o-transition:all .3s ease-in-out;
        transition:all .3s ease-in-out;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        }
        

/* Contact */

.contact .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 1.875rem .85rem;
    color: #000000;
    background-color: #cd8f71;
    border: 2px solid #fff;
    border-radius: 0;
}



.strokeme {
  color: white;
  text-shadow: -1px -1px 0 #ebded1, 1px -1px 0 #ebded1, -1px 1px 0 #ebded1, 3px 3px 0 #ebded1;
}



.strokeme2 {
  color: #ebded1;
  text-shadow: -1px -1px 0 #cd8f71, 1px -1px 0 #cd8f71, -1px 1px 0 #cd8f71, 3px 3px 0 #cd8f71;
}