/* 
Item Name: Colora - Colorful Material Design Mobile Template
Author: astyler
Author url: https://themeforest.net/user/astylers
*/


/*Table of Content
-------
fonts
general
button
button variants
navbar
sidebar
slider
welcome / get started
features
counter
portfolio
portfolio filter
shop
product details
cart
checkout
blog
blog single
collapse
calendar
card
list
pagination
pagination variants
table
tabs
about
contact
pricing table
page not found
setting
sign-in
sign-up
team
form
placeholder
comment form
testimonial
footer
*/


/*font*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

/*general*/

body {
    font-family: 'Roboto', sans-serif;
    color: #f5f5f5;
    font-size: 13px;
    background: #1e1e1e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 110%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    margin: 8px 0;
}

a {
    /*color: #ED3237;*/
    color: #FA7111;
}

a:hover {
    color: #fafafa;
}

a.link-color {
    color: #ffc02d;
}

a.link-color:hover {
    color: #ffc02d;
}

a:focus {
    outline: 0;
}

.segments {
    padding: 37px 0;
    padding-top: 31px;
}

.segments-page {
    padding: 70px 0 25px;
    background-color: #1e1e1e;
}

.section-title {
    margin-bottom: 20px;
    position: relative;
}

.section-title h3 {
    font-size: 20px;
    margin-left: 40px;
    color: #fff;
}

.section-title .line {
    background-color: #fff;
    width: 30px;
    height: 1px;
    position: absolute;
    top: 50%;
}

.section-title.home2 {
    text-align: center;
}

.section-title.home2 h3 {
    margin-left: 0;
    margin-bottom: 10px;
}

.section-title.home2 .line2 {
    background-color: #fff;
    width: 30px;
    height: 1px;
    margin: 0 auto;
}

.pages-title {
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.pages-title h3 {
    text-transform: uppercase;
    font-size: 18px;
}

.pages-title .line {
    width: 26px;
    height: 2px;
    background: #ffc02d;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 8px;
}

.text-bold {
    font-weight: bold;
    font-size: 14px;
}

.date {
    color: #ddd;
    font-size: 12px;
    font-style: italic;
}

.blog .contents.bg-yellow .date {
    color: #f9f9f9;
}

.date i {
    margin-right: 8px;
}

.bg-second {
    background-color: #f7f7f7 !important;
}

.bg-red {
    background-color: #ff1e5e !important;
}

.bg-blue {
    background-color: #5067c1 !important;
}

.bg-yellow {
    background-color: #fbc02d !important;
}


/*button default*/

.button {
    /*background-color: #ffc02d;*/
    background-color: #FA7111;
    color: #fff;
    border: 0;
    padding: 4px 12px;
    border-radius: 20px;
    cursor: pointer;
    /*font-size: 12px;*/
    font-size: 24px;
}

.button-full {
    width: 100%;
    background-color: #ffc02d;
    color: #fff;
    border: 0;
    padding: 7px 16px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 13px;
}

.button i,
.button-full i {
    margin-right: 6px;
}


/*button variants*/

.button-white {
    background-color: #fff;
    color: #333;
}

.button-black {
    background-color: #000;
}

.floating-button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.floating-button i {
    margin-right: 0;
}

.section-title.button-page {
    text-align: left;
}


/*navbar*/

.navbar {
    padding: 15px 0 10px;
    background-color: #FFFFFF;
    color: #ED3237;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.navbar .content-center {
    text-align: center;
}

.navbar .content-center img {
    width: 84px;
}

.navbar .content-right {
    text-align: right;
}

.navbar .row {
    margin-bottom: 0;
}


/*sidebar*/

.sidebar-panel .side-nav {
    width: 260px;
    height: 100%;
    background-color: #1e1e1e;
}

.sidebar-panel .side-nav .user-view {
    padding: 60px 20px 20px;
    text-align: center;
}

.sidebar-panel .side-nav .user-view > img {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}

.sidebar-panel .side-nav .user-view span {
    margin-top: 12px;
    display: block;
}

.sidebar-panel .side-nav .user-view .background img {
    width: 100%;
    height: 100%;
}

.sidebar-panel .side-nav li > a {
    padding: 0 16px;
    font-weight: 500;
    color: #fff;
}

.sidebar-panel .side-nav li > a:hover {
    background: transparent;
}

.sidebar-panel .side-nav li a i {
    margin-right: 1rem;
    width: auto;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.87);
    color: #fff;
}

.sidebar-panel .side-nav li a > i {
    width: 30px;
    font-size: 16px;
}

.sidebar-panel .collapsible {
    border: 0;
}

.sidebar-panel .side-nav .collapsible-header {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
}

.sidebar-panel .side-nav .collapsible-header:hover {
    background: transparent;
}

.sidebar-panel .side-nav .collapsible-header > i {
    font-size: 16px;
    width: 30px;
    text-align: left;
}

.sidebar-panel .side-nav .collapsible-header span {
    float: right;
    margin: 0;
    width: 100%;
    text-align: right;
}

.sidebar-panel .side-nav .collapsible-header span i {
    font-size: 15px;
    width: auto;
    margin-right: 0;
}

.sidebar-panel .side-nav .active .collapsible-header span i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar-panel .side-nav .collapsible-body {
    background-color: #1e1e1e;
}

.sidebar-panel .side-nav .collapsible-body li a {
    padding: 0 23.5px 0 61px;
}

.sidebar-panel .side-nav li.active {
    background: transparent;
}

.sidebar-panel .side-nav .icon {
    width: 25px !important;
    height: 25px !important;
    text-align: center !important;
    position: relative;
    top: 12px;
    line-height: 23px;
    border-radius: 50%;
    margin-right: 16px;
    width: 25px;
}

.sidebar-panel .side-nav .icon i {
    color: #fff;
    font-size: 12px !important;
    margin: 0;
    width: 25px;
}

.sidebar-panel .side-nav li a i {
    width: 25px !important;
    height: 25px !important;
    text-align: center !important;
    position: relative;
    top: 12px;
    line-height: 23px;
    border-radius: 50%;
    margin-right: 16px;
    width: 25px;
    color: #fff;
    font-size: 12px !important;
}

.sidebar-panel .pink {
    background: #e91e63;
}

.sidebar-panel .indigo {
    background: #3f51b5;
}

.sidebar-panel .deep-purple {
    background: #673ab7;
}

.sidebar-panel .teal {
    background: #009688;
}

.sidebar-panel .blue-grey {
    background: #607d8b;
}

.sidebar-panel .cyan {
    background: #00bcd4;
}

.sidebar-panel .green {
    background: #4caf50;
}

.sidebar-panel .lime {
    background: #cddc39;
}

.sidebar-panel .orange {
    background: #ff9800;
}

.sidebar-panel .brown {
    background: #795548;
}


/*slide*/

.slide {
    height: 230px;
    margin-top: 54px;
}

.slide .slide-content {
    height: 230px;
    background: #fff;
}

.slide .slide-content .mask {
    background-color: rgba(11, 10, 10, 0.6);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slide .slide-content .mask2 {
    background-color: rgba(0, 0, 0, 0.61);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slide .slide-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide .slide-content .caption {
    position: absolute;
    top: 20%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 15px
}

.slide .slide-content .text-center {
    text-align: center;
}

.slide .slide-content .caption h2 {
    font-size: 22px;
    font-weight: 600;
}

.slide .slide-content .caption h2,
.slide .slide-content .caption p {
    color: #fff;
}

.slide .slide-content .caption button {
    padding: 4px 12px;
    font-size: 12px;
    margin-top: 6px;
}

.slide .owl-theme .owl-nav.disabled + .owl-dots {
    position: relative;
    top: -35px;
    margin-bottom: -36px;
}

.slide .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    background-color: #fff;
}

.slide .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffc02d;
}


/* main home */

.welcome {
    background: url('../images/started.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}

.welcome .contents {
    text-align: center;
}

.welcome .contents .welcome-caption {
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
}

.welcome .contents .images img {
    margin-bottom: 22px;
}

.welcome .contents .text h2 {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 35px;
    margin-bottom: 9px;
}

.welcome .contents .text p {
    margin: 0;
    font-size: 15px;
    color: #ddd;
}

.welcome .contents .text a {
    padding: 4px 18px;
    background: #ff1e5e;
    display: inline-block;
    border-radius: 15px;
    margin-top: 17px;
    font-weight: 600;
    font-size: 14px;
}


/*features*/

.features.segments {
    padding-top: 31px;
}

.features {
    /*background-color: #ff1e5e;*/
    background-color: #024991;
}

.featuresNaranja {
    /*background-color: #ff1e5e;*/
    background-color: #FA7111;
}

.features .row:last-child {
    margin-bottom: 0;
}

.features .contents {
    padding: 15px 15px 13px;
    /*background-color: #ff306b;*/
    background-color: #024991;
}

.features .contents i {
    font-size: 40px;
    margin-bottom: 15px;
}

.features.home2 .contents {
    text-align: center;
}

.features.home2 .contents i {
    font-size: 30px;
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    background: #fafafa;
    color: #1e1e1e;
    border-radius: 50%;
    line-height: 50px;
}

.features .contents h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff
}

.features .contents p {
    margin: 8px 0 2px;
    color: #f5f5f5;
}


/*counter*/

.counter .row {
    margin-bottom: 0;
}

.counter .row .col {
    padding: 0;
}

.counter .contents {
    text-align: center;
    padding: 29px 0 32px;
    background-color: #1e1e1e;
}

.counter .contents h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 13px;
}

.counter .contents h4 {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}


/*portfolio*/

.portfolio.segments {
    padding-top: 31px;
}

.portfolio {
    /*background-color: #5067c1;*/
    background-color: #BCBCBC;
}

.portfolio-page {
    background-color: #1e1e1e;
}

.portfolio .row {
    margin: 0;
}

.portfolio .row .col {
    padding: 10px;
}

.portfolio-h2 .row .col {
    padding: 3px;
}

.portfolio .row .col.no-plt {
    padding-top: 0;
    padding-left: 0;
}

.portfolio .row .col.no-prt {
    padding-top: 0;
    padding-right: 0;
}

.portfolio .row .col.no-pl {
    padding-left: 0;
}

.portfolio .row .col.no-pr {
    padding-right: 0;
}

.portfolio .contents .text {
    padding: 13px 10px;
}

.portfolio .row .col.no-plb {
    padding-bottom: 0;
    padding-left: 0;
}

.portfolio .row .col.no-prb {
    padding-bottom: 0;
    padding-right: 0;
}

.portfolio .portfo-menu {
    margin-bottom: 20px;
}

.portfolio .portfo-menu ul {
    padding: 0;
    margin: 0;
}

.portfolio .portfo-menu ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}

.portfolio .contents .text h4 span {
    float: right;
}

.portfolio .contents img {
    width: 100%;
    display: block;
}

.portfolio .contents h4 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 11px;
}


/*portfolio*/

.portfolio-filter .row .col {
    padding: 10px;
}

.portfolio-filter .portfolio-menu {
    margin-bottom: 18px;
}

.portfolio-filter .portfolio-menu ul {
    text-align: center;
    padding: 0;
    margin: 0;
}

.portfolio-filter .portfolio-menu ul .active {
    background-color: #ff1e5e;
    color: #fff;
    border-color: #ff1e5e;
}

.portfolio-filter .portfolio-menu ul li {
    list-style: none;
    display: inline-block;
    margin: 5px;
    padding: 4px 10px;
    cursor: pointer;
    color: #fafafa;
    font-size: 12px;
    transition: .3s ease-out;
    border: 1px solid #5a5a5a;
}

.portfolio-filter .row {
    margin: 0;
}

.portfolio-filter .contents .text {
    padding: 13px 10px;
}

.portfolio-filter .contents .text h4 span {
    float: right;
}

.portfolio-filter .contents img {
    width: 100%;
    display: block;
}

.portfolio-filter .contents h4 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 11px;
}


/*shop*/

.shop {
    background-color: #1e1e1e;
}

.shop .contents {
    padding: 15px;
    background-color: #222;
}

.shop .contents img {
    width: 100%;
}

.shop .contents h5 {
    color: #ffc02d;
}

.shop-home2 {
    margin-top: 8px;
}


/*product details*/

.product-details .contents img {
    width: 100%;
    border: 1px solid #5a5a5a;
}

.product-details .desc-short {
    margin-top: 15px;
}

.product-details .desc-short h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.product-details .desc-short h5 {
    color: #ffc02d;
    margin-bottom: 10px;
}

.product-details .desc-short .button {
    margin-top: 8px;
}

.product-details .desc-long {
    border-top: 1px solid #5a5a5a;
    margin-top: 18px;
    padding-top: 14px;
}

.product-details .desc-long h5 {
    margin-bottom: 8px;
}

.product-details .review {
    margin-bottom: 20px;
}

.product-details .review {
    border-top: 1px solid #5a5a5a;
    margin-top: 18px;
    padding-top: 14px;
}

.product-details .review h5 {
    margin-bottom: 10px;
}

.product-details .no-mb {
    margin-bottom: 0;
}

.comment-people .contents {
    padding: 12px;
    border: 1px solid #5a5a5a;
    margin-bottom: 30px;
}

.comment-people .contents i {
    color: #ffc02d;
}

.comment-people .reply {
    margin-left: 30px;
}

.comment-people .contents .icon img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.comment-people .contents .text {
    overflow: hidden;
}

.contents .post {
    border: 1px solid #5a5a5a;
    display: block;
    clear: both;
    margin-top: 15px;
    padding: 10px;
}

.comment-post .comment-title {
    margin-bottom: 25px;
}


/*cart*/

.cart {
    padding: 15px;
    background-color: #ff1e5e;
}

.cart .cart-product {
    margin-top: 5px;
}

.cart .cart-product.first {
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
}

.cart .cart-product .row {
    margin-bottom: 5px;
}

.cart .cart-product .row:last-child {
    margin-bottom: 0;
}

.cart .cart-product .remove i {
    text-align: right;
    float: right;
    position: relative;
    top: 3px;
}

.cart .cart-product .contents img {
    width: 80px;
    height: 80px;
}

.cart .cart-product .contents input {
    width: 50px;
    height: 24px;
    border: 1px solid #fafafa;
    padding: 6px;
}

.cart .cart-product .button {
    margin-top: 8px;
}

.total-pay {
    padding: 15px 15px 0;
    background-color: #5067c1;
    margin-top: 20px;
    border: 1px solid #5a5a5a;
}

.total-pay .contents h5 {
    margin-top: 10px;
}

.total-pay .button {
    margin-top: 10px;
    margin-bottom: 14px;
}


/*checkout*/

.checkout {
    margin-bottom: 20px;
}

.checkout .no-mb {
    margin-bottom: 0;
    margin-top: 20px;
}

.product-choosed {
    padding: 15px;
    background-color: #ff1e5e;
}

.product-choosed {
    margin-top: 5px;
}

.product-choosed.first {
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
}

.product-choosed .row {
    margin-bottom: 5px;
}

.product-choosed .row:last-child {
    margin-bottom: 0;
}

.product-choosed .remove i {
    text-align: right;
    float: right;
    position: relative;
    top: 3px;
}

.product-choosed .contents img {
    width: 80px;
    height: 80px;
}

.product-choosed .contents input {
    width: 50px;
    height: 24px;
    border: 1px solid #5a5a5a;
    padding: 6px;
}

.checkout-button {
    margin-top: 15px;
}


/*blog*/

.blog .contents {
    margin-bottom: 20px;
}

.blog .contents img {
    width: 100%;
}

.blog .contents .text {
    padding: 15px 15px 11px;
}

.blog .contents .text i {
    margin-right: 8px;
}


/*blog single*/

.blog-single .contents {
    margin-bottom: 20px;
}

.blog-single .contents img {
    width: 100%;
}

.blog-single .contents .text {
    padding: 10px 0 0;
}

.blog-single .contents .text i {
    margin-right: 8px;
}

.blog-single .share-button ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.blog-single .share-button ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}

.blog-single .share-button ul li a i {
    font-size: 18px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 36px;
    color: #fff;
}

.blog-single .share-button {
    padding: 17px 0;
    margin-bottom: 20px;
}

.blog-single .share-button ul li a .fa-facebook {
    background: #3b5999;
}

.blog-single .share-button ul li a .fa-twitter {
    background: #55acee;
}

.blog-single .share-button ul li a .fa-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.blog-single .share-button ul li a .fa-google {
    background: #dd4b39;
}


/*collapse*/

.collapsible {
    border-color: #5a5a5a;
}

.collapse .collapsible-header {
    background-color: transparent;
    border-color: #5a5a5a;
}

.collapse .collapsible-header i {
    margin-top: 4px;
    font-size: 1rem;
    margin-right: 0;
}

.collapse .collapsible-body {
    border-color: #5a5a5a;
    padding: 1rem;
}


/*calendar*/

.calendar-head {
    text-align: center;
    background: #ff1e5e;
    color: #fff;
    padding: 15px 0;
    margin-bottom: 20px;
}

.calendar-head i {
    cursor: pointer;
}

.calendar-head h5 {
    color: #fff;
}

.calendar-head .row {
    margin-bottom: 0;
}

.calendar th,
.calendar td {
    text-align: center;
}

.calendar .active {
    background: #ffc02d;
    color: #fff;
}

.calendar table {
    background: #222;
}


/*card*/

.card {
    background-color: #222;
}

.card-page .row {
    margin-bottom: 0;
}

.card .card-content {
    padding: 13px 15px;
    background-color: #222;
}

.card .card-content h5 {
    margin-bottom: 8px;
}

.card .card-content i {
    font-size: 17px;
    cursor: pointer;
}

.card .card-reveal {
    padding: 13px 15px;
}

.card .card-title {
    font-size: 16px;
}

.card .card-reveal i {
    font-size: 17px;
    position: relative;
    top: 0;
}


/*list*/

.list .contents {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 20px;
}

.list-img {
    float: left;
    margin-right: 10px;
}

.list-img img {
    width: 60px;
    height: auto;
    border-radius: 50%;
}

.list-text {
    overflow: hidden;
}


/*pagination*/

.pagination ul {
    padding: 0;
    margin: 0;
}

.pagination li {
    list-style-type: none;
    display: inline-block;
}

.pagination li a {
    color: #fafafa;
}

.pagination li.disabled a {
    color: #fff;
    background: #ffc02d;
}


/*pagination variants*/

.pagination-variant ul {
    margin-bottom: 30px;
}

.basic-pagination ul li {
    margin-right: 6px;
    background-color: #ffc02d;
}

.basic-pagination ul li:last-child {
    margin-right: 0;
}

.pagination-circle ul li {
    margin-right: 6px;
}

.pagination-circle ul li:last-child {
    margin-right: 0;
}

.pagination-circle ul li a {
    border-radius: 50%;
    background-color: #ffc02d;
}

.section-title.pagination-page {
    text-align: left;
}


/*table*/

.table-contents {
    background: #222;
    padding: 0 15px 15px;
}


/*tabs*/

.tabs {
    background-color: transparent;
}

.tabs-page .row {
    margin-bottom: 0;
}

.contents-tabs img {
    width: 100%;
    margin-top: 20px;
}

.contents-tabs h4 {
    margin-top: 10px;
}

.tabs .tab a {
    color: #fff;
}

.tabs .tab a:focus {
    outline: 0;
}

.tabs .tab a:hover {
    color: #fff;
}

.tabs .tab a.active {
    color: #fff;
    background-color: #ff1e5e;
    transition: all .5s ease;
}

.tabs .indicator {
    background-color: #fff;
}


/*about*/

.about .content img {
    width: 100%;
}

.about .content h3 {
    margin: 10px 0 5px;
}

.about .social-link {
    border-top: 1px solid #5a5a5a;
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 13px;
}

.about .social-link i {
    margin-right: 5px;
}

.about .content p span {
    font-weight: 500;
}

.about .content p:last-child {
    margin-bottom: 0;
}


/*contact*/

.contact .contact-contents form textarea {
    margin-bottom: 0;
}

.contact .contact-contents .button {
    margin-bottom: 15px;
}


/*pricing table*/

.pricing-table .row:last-child {
    margin-bottom: 0;
}

.pricing-table .contents {
    padding: 15px 15px 20px;
    background: #222;
    border: 1px solid #5a5a5a;
}

.pricing-table .contents h4 {
    color: #ffc02d;
    margin-top: 15px;
}

.pricing-table .contents h4 span {
    font-size: 14px;
    color: #fafafa;
}


/*page not found*/

.page-not-found {
    text-align: center;
    padding: 15px;
    border: 1px solid #5a5a5a;
}

.page-not-found h2 {
    font-size: 120px;
}

.page-not-found h4 {
    font-size: 30px;
    margin-bottom: 18px;
}

.page-not-found ul {
    padding: 0;
    margin: 0;
}

.page-not-found ul li {
    list-style: none;
    display: inline-block;
    margin: 0 6px;
}

.page-not-found ul li a i {
    margin-right: 5px;
}


/*settings*/

.settings .profile-photo .contents {
    margin-bottom: 14px;
    border-radius: 0.28571429rem;
}

.settings .profile-photo span {
    display: block;
    margin-bottom: 5px;
    font-size: .92857143em;
    font-weight: 700;
}

.settings .profile-photo img {
    width: 80px;
    height: 80px;
}

.settings .profile-banner .contents {
    margin-bottom: 14px;
    border-radius: 0.28571429rem;
}

.settings .no-mb {
    margin-bottom: 0;
    margin-top: 20px;
}

.settings .profile-banner span {
    display: block;
    margin-bottom: 5px;
    font-size: .92857143em;
    font-weight: 700;
}

.settings .profile-banner img {
    width: 100%;
}

.settings .button {
    margin-bottom: 15px;
}

.settings input[type="file"]:focus {
    border-color: transparent !important;
}


/*sign in*/

.sign-in .social-login {
    margin-top: 20px;
}

.sign-in .social-login h5 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}

.sign-in .button-facebook {
    background-color: #3b5999;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-in .button-twitter {
    background-color: #55acee;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-in .button-linkedin {
    background-color: #0077B5;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-in .button-google {
    background-color: #dd4b39;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-in input.no-mb {
    margin-bottom: 0;
}


/*sign up*/

.sign-up .social-login {
    margin-top: 20px;
}

.sign-up .social-login h5 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}

.sign-up .button-facebook {
    background-color: #3b5999;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-up .button-twitter {
    background-color: #55acee;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-up .button-linkedin {
    background-color: #0077B5;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-up .button-google {
    background-color: #dd4b39;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.sign-up input.no-mb {
    margin-bottom: 0;
}


/*team*/

.team {
    background-color: #1e1e1e;
    box-shadow: 0px 20px 15px 0px rgba(213, 213, 213, 0.37);
}

.team .section-title h3 {
    top: -8px;
}

.team .section-title .line {
    margin-top: 1px;
}

.team .row:last-child {
    margin-bottom: 0;
}

.team .contents {
    background-color: #222;
}

.team .contents .text {
    padding: 15px 15px 10px;
}

.team .contents .text h4 span {
    float: right;
}

.team .contents img {
    width: 100%;
    display: block;
}

.team .contents h4 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

.team .contents .social-link ul {
    padding: 0;
    margin: 0;
}

.team .contents .social-link ul li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
}

.team .contents .social-link ul li:last-child {
    margin-right: 0;
}

.team-pages .contents {
    background-color: #222;
}

.team-pages .contents .text {
    padding: 13px 10px;
}

.team-pages .contents .text h4 span {
    float: right;
}

.team-pages .contents .text p {
    padding: 0;
    margin: 0;
}

.team-pages .contents img {
    width: 100%;
}

.team-pages .contents h4 {
    font-weight: 400;
    font-size: 16px;
}


/*form*/

form label.active {
    color: #ffc02d !important;
}

form input {
    /*border: 1px solid #5a5a5a !important;*/
    border: 1px solid #ccc !important;
    height: 2.5rem !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
}

form input[type="file"] {
    border: 0 !important;
    padding: 0 !important;
    display: block;
}

form textarea {
    border: 1px solid #5a5a5a !important;
    padding: 10px;
    box-sizing: border-box !important;
    height: 7rem !important;
    font-size: 1rem;
}

form input:focus {
    border: 1px solid #ffc02d !important;
    box-shadow: none !important;
}

form textarea:focus {
    border: 1px solid #ffc02d !important;
    box-shadow: none !important;
}

form select {
    border: 1px solid #ccc;
    /*background-color: transparent;*/
    background-color: #4F7FAA;
    border-radius: 60px;
    margin-bottom: 2px;
}

form .button {
    margin-top: 20px;
    text-align: center;
}


/* placeholder */

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ddd;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #ddd;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #ddd;
}

::-moz-placeholder {
    /* Firefox 18- */
    color: #ddd;
}


/*comment-form*/

.comment-form {
    padding: 0;
}

.comment-form h4 {
    margin-bottom: 25px;
}


/*testimonial*/

.testimonial-section {
    background: linear-gradient( rgba(0, 0, 0, 0.79), rgba(0, 0, 0, 0.79)), url('../images/bg-testimonial.jpg');
    background-size: cover;
}

.testimonial-section2 {
    background: linear-gradient( rgba(66, 165, 245, 0.67), rgba(66, 165, 245, 0.67)), url('../images/bg-testimonial.jpg');
    background-size: cover;
}

.testimonial-section.segments {
    padding: 35px 0 26px;
}

.testimonial .contents {
    text-align: center;
    color: #fff;
}

.testimonial .contents .post {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}

.testimonial .contents h5 {
    color: #fff;
    font-weight: 600;
    margin-top: 18px;
}

.testimonial .contents img {
    width: 60px !important;
    height: auto;
    border-radius: 50%;
    margin: 18px auto;
    margin-top: 0;
}

.testimonial.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ffc02d;
}


/*footer*/

footer {
    background-color: #fff;
    padding: 48px 0 18px;
    padding-top: 28px;
    text-align: center;
}

footer img {
    margin-bottom: 20px;
}

footer ul {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #dadada;
    padding-bottom: 28px;
    margin-bottom: 24px;
}

footer ul li {
    display: inline-block;
    margin: 2px 4px;
}

footer ul li a i {
    background: #f7f7f7;
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    border-radius: 50%;
    color: #fff;
}

footer ul li a .fa-facebook {
    background-color: #3b5999;
}

footer ul li a .fa-twitter {
    background-color: #55acee;
}

footer ul li a .fa-google {
    background-color: #dd4b39;
}

footer ul li a .fa-behance {
    background-color: #131418;
}

footer p {
    color: #888
}