/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
.navbar-brand{
    float: right;
    padding-left: 40px;
}
.links a:hover {
    background-color: #4AE8C8;
}
.links a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    display: block;
    background-color: #18bc9c;
    color: #FFF;
    text-align: Center;
    padding: 10px 0;
    margin: 15px 0;
    border: 1px solid #107E68;
    cursor: pointer;
}
.links.alt a:visited {
    color: #ffffff;
}
.links.alt a{
    background-color: #00A686;
    color: #FFF;
}
#animation .links a:hover, .links.alt a:hover{
    background-color: #fff;
    color:#18bc9c;
}
.amber a{background-color: #FFC107 ; border: 0; }
.black a{background-color: #000000 ; border: 0; }
.blue a{background-color: #2196F3 ; border: 0; }
.blue-grey a{background-color: #607D8B; border: 0; }
.brown a{background-color: #795548 ; border: 0; }
.deep-orange a{background-color: #FF5722 ; border: 0; }
.deep-purple a{background-color: #673AB7 ; border: 0; }
.default a{background-color: #2CC185 ; border: 0; }
.green a{background-color: #4CAF50 ; border: 0; }
.grey a{background-color: #9E9E9E ; border: 0; }
.indigo a{background-color: #3F51B5 ; border: 0; }
.light-blue a{background-color: #03A9F4 ; border: 0; }
.light-green a{background-color: #8BC34A ; border: 0; }
.lime a{background-color: #CDDC39 ; border: 0; }
.orange a{background-color: #FF9800 ; border: 0; }
.pink a{background-color: #E91E63 ; border: 0; }
.purple a{background-color: #9C27B0 ; border: 0; }
.red a{background-color: #F44336 ; border: 0; }
.teal a{background-color: #009688 ; border: 0; }
.yellow a{background-color: #FFEB3B ; border: 0; }

.features li {
    list-style: none;
    text-align: center;
    margin: 10% 5%;
}
/* .features li i {
    font-size: 1.5em !important;
    background-color: #2c3e50;
    padding: 11px 0px;
    border-radius: 25px;
    width: 44px;
    height: 45px;
    text-align: center;
    color: #fff;
} */
.features li i {
    font-size: 2.5em !important;
    background-color: #18bc9c;
    border-radius: 75px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    color: #fff;
}
.features h3{
    color: #07362D;
}
.features li p {
    font-size: 1.2em;
    letter-spacing: 0.5px;
}
.close-btn{
    position: absolute;
    right: 5%;
    top: -10%;
    cursor: pointer;
}
input, button, select, textarea{
    color:#000;
}