/*
Theme Name: JMC Theme Landing Page
Author: JMC IT Consultant

Colors:
    Body          : #868F9B
    Headers     : #10161A
    Primary     : #6195FF
    Dark      : #FCFCFF
    Grey          : #F4F4F4 #FAFAFA #EEE

Fonts: Montserrat Varela Round

Table OF Contents
------------------------------------
1 > General
2 > Logo
3 > Navigation
4 > Header
5 > Home
6 > Produk
7 > Profil
8 > Contact
9 > Footer
10 > Responsive
11 > Owl theme
12 > Back to top
13 > Preloader

------------------------------------*/

/*------------------------------------*\
    General
\*------------------------------------*/

@import url("../fonts/roboto/stylesheet.css");
/* -- typography -- */

:root{
    --accent-color:#542E49;
}
*,
*:after,
*::before {
    box-sizing: border-box;
    margin:0px;
    padding:0px;
    /* overflow-wrap: anywhere; */
}
html{
    font-size:14px;
}
body {
    font-family: 'Calibri', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
     font-family: 'Calibri', sans-serif; 
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
    /*color: #10161A;*/
}

h1 {
    font-size: 28px;
    margin-left: 54px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    /*opacity: 0.8;*/
    color: #6195FF;
}

p{
    font-size: 12px;
}

p:last-of-type {
    /*margin-bottom: 0;*/
   margin-left: -12px;
}

.main-color {
    color: #6195FF;
}

.text-white {
    color: #FFF;
}
.text-grey{
    color: #bbb;
}
.text-purple{
    color: var(--accent-color);
}

::-moz-selection {
    background-color: #6195FF;
    color: #FFF;
}

::selection {
    background-color: #6195FF;
    color: #FFF;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
} 

td{
    padding: 5px;
}

/* -- section  -- */

.section {
    position: relative;
}

.md-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.sm-padding {
    padding-top: 60px;
    /*padding-bottom: 60px;*/
}

.xs-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* --  background section  -- */

.bg-grey {
    background-color: #EEEAED;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.bg-dark {
    background-color: #542E49;
    color: #fff;
}

.bg-red {
    background-color: #C0392B;
    color: #ddd;
}

.bg-yellow{
    background: #FDF180;
}

.bg-purple{
    background: var(--accent-color);
    border: 1px solid #000;
}

.bg-footer {
    background-color: #3C2034;
    color: #fff;
    padding: 10px 0;
}

/* --  background image section  -- */

.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background: rgba(28, 29, 33, 0);
    background-image: linear-gradient(to right, rgba(84, 84, 84, 0.1), rgba(0, 0, 0, 1));
    height: -webkit-fill-available;
}
.bg-img .overlay-p {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background: rgba(28, 29, 33, 0);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1) , rgb(0, 0, 0));
}

.bg-gambar {
    padding-top: 0;
    padding-bottom: 0;
    background: url(../images/bg.jpg);
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.bg-info {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.bg-info .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background: rgba(30, 37, 89, 0);
    background-image: linear-gradient(to right, rgb(30, 37, 89) , rgba(30, 37, 89, .5));
}

/* --  button  -- */

.btn-purple{
    background: var(--accent-color);
    color:#fff;
    border-radius: 5px;
   /*margin-top: 100px;*/
   /* margin-left: 38px;*/
}  
.btn-purple:hover{
    background: #351D2E !important;
    color:#fff;
}
.btn-outline-puple{
    background: none;
    border:1px solid var(--accent-color);
    color:var(--accent-color);
}
.btn-outline-puple:hover{
    color:#333;
    background:var(--accent-color);
}
.bg-purple{
    background: var(--accent-color);
}
.btn-outline-orange {
    color: #F89132;
    border-color: #F89132;
}
.btn-outline-orange:hover {
    color: #fff;
    background-color: #F89132;
    border-color: #F89132;
}

/* --  section header  -- */

.section-header {
    position: relative;
    margin-bottom: 60px;
}

.section-header .title {
    /* text-transform: capitalize; */
    font-size: 50px;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
}

.image {
   /* position: absolute; */
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

/* --  Input  -- */

input[type="text"], input[type="email"], input[type="number"], input[type="date"], input[type="url"], input[type="tel"], textarea {
    height: 40px;
    width: 100%;
    border: none;
    /* background: #F4F4F4; */
    border-bottom: 2px solid #EEE;
    color: #354052;
    padding: 0px 10px;
    /* opacity: 0.5; */
    -webkit-transition: 0.2s border-color, 0.2s opacity;
    transition: 0.2s border-color, 0.2s opacity;
}

textarea {
    padding: 10px 10px;
    min-height: 80px;
    resize: vertical;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus {
    border-color: #6195FF;
    opacity: 1;
}

/* --  Buttons  -- */

.main-btn, .white-btn, .outline-btn {
    display: inline-block;
    padding: 3px 25px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 50px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    margin-top: 6px;
}

.main-btn {
    background: #fff;
    color: #333;
}

.white-btn {
    background: #FFF;
    color: #10161A !important;
}

.outline-btn {
    background: transparent;
    color: #6195FF !important;
    border-color: #6195FF;
}

.main-btn:hover, .white-btn:hover, .outline-btn:hover {
    opacity: 0.8;
}

/*------------------------------------*\
	Logo
\*------------------------------------*/
.navbar-brand {
    padding: 8px;
    margin: 0px !important;
}
.navbar-brand img{
    width: auto;
    height: 50px;
    object-fit: contain;
    margin:-35px 10px 0 0;
}
.navbar-brand h6{
    font-size: 14px;
    color:#fff;
}
.navbar-brand img, .navbar-brand h6 {
    max-height: 50px;
    display: inline-block;
}

#nav:not(.nav-transparent):not(.fixed-nav) .navbar-brand .logo-alt {
    display: none;
}

#nav.nav-transparent:not(.fixed-nav) .navbar-brand .logo {
    display: none;
}

#nav.fixed-nav .navbar-brand .logo-alt {
    display: none;
}

/*------------------------------------*\
    Navigation
\*------------------------------------*/

#nav {
    margin:0;
    background: var(--accent-color);
    backdrop-filter:blur(10px);
    -webkit-transition: 0.2s padding;
    transition: 0.3s padding;
    z-index: 999;
}

#nav.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    /*height: 83px;*/
}

#nav.fixed-nav {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    /*padding: 0px!important;*/
    background-color: var(--accent-color);
    /*border-bottom: 1px solid #EEE;*/
    border:none;
}

#nav.nav-transparent {
    background: var(--accent-color);
    /* padding: 30px 0 0 0; */
}

/* -- default nav -- */

@media only screen and (min-width: 992px) {
    .main-nav li {
        padding: 0px;
    }
    .main-nav li a {
        font-size: 14px;
        -webkit-transition: 0.3s color;
        transition: 0.3s color;
        font-weight: 700;
    }
    .main-nav>li>a {
        color: #fffc;
        padding: 0px 10px;
        text-transform: uppercase;
        line-height: 80px;
    }
    #nav.nav-transparent:not(.fixed-nav) .main-nav>li>a {
        color: #fffc;
        text-transform: uppercase;
        padding: 0px 10px;
    }
    .main-nav>li>a:hover, .main-nav>li>a:focus, .main-nav>li.active>a {
        background: transparent;
        color: #fff !important;
    }
    .main-nav>li>a:after {
        content: "";
        display: block;
        background-color: #fff;
        color: #fff;
        height: 2px;
        width: 0%;
        -webkit-transition: 0.3s width;
        transition: 0.3s width;
    }
    .main-nav>li>a:hover:after, .main-nav>li.active>a:after {
        width: 100%;
    }

    /* dropdown */
    .has-dropdown {
        position: relative;
    }
    .has-dropdown>a:before {
        font-family: 'FontAwesome';
        content: "\f054";
        font-size: 6px;
        margin-left: 6px;
        float: right;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: 0.2s transform;
        transition: 0.2s transform;
    }
    .dropdown {
        position: absolute;
        right: -50%;
        top: 0;
        background-color: rgba(255, 255, 255, 0.9);
        width: 200px;
        -webkit-box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        box-shadow: 0px 5px 5px -5px rgba(53, 64, 82, 0.2);
        -webkit-transform: translateY(15px) translateX(50%);
        -ms-transform: translateY(15px) translateX(50%);
        transform: translateY(15px) translateX(50%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }
    .main-nav>.has-dropdown>.dropdown {
        top: 100%;
        right: 50%;
    }
    .main-nav>.has-dropdown>.dropdown .dropdown.dropdown-left {
        right: 150%;
    }
    .dropdown li a {
        display: block;
        color: #333;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding: 15px 10px;
        text-transform: uppercase;
    }
    .dropdown li:nth-child(1) a {
        border-top: none;
    }
    .has-dropdown:hover>.dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px) translateX(50%);
        -ms-transform: translateY(0px) translateX(50%);
        transform: translateY(0px) translateX(50%);
    }
    .has-dropdown:hover>a:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .nav-collapse {
        display: none;
    }
}

/* -- mobile nav -- */

@media only screen and (max-width: 991px) {
    #nav {
        padding: 10px;
    }
    #nav.nav-transparent {
        background: var(--accent-color);
    }
    .navbar-header{
        float: none;
    }
    .navbar-brand{
        padding: 0px;
    }
    .main-nav {
        position: fixed;
        right: 0;
        height: calc(100vh - 80px);
        -webkit-box-shadow: 0px 80px 0px 0px #1C1D21;
        box-shadow: 0px 80px 0px 0px #1C1D21;
        width: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        margin: 0;
        overflow-y: auto;
        background: var(--accent-color);
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }
    #nav.open .main-nav {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        width: 100%;
    }
    .main-nav li {
        /*border-top: 1px solid rgba(250, 250, 250, 0.1);*/
        float: none;
    }
    .main-nav li a {
        display: block;
        color: #FFFC;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }
    .main-nav>li.active>a {
        border-bottom: 3px solid #fff;
        background: transparent;
        color: #fff !important;
    }
    .main-nav li a:hover, .main-nav li a:focus {
        background-color: var(--accent-color);
        color: #FFF;
        opacity: 1;
    }
    .has-dropdown>a:after {
        content: "\f054";
        font-family: 'FontAwesome';
        float: right;
        -webkit-transition: 0.3s -webkit-transform;
        transition: 0.3s -webkit-transform;
        transition: 0.3s transform;
        transition: 0.3s transform, 0.3s -webkit-transform;
    }
    .dropdown {
        opacity: 0;
        visibility: hidden;
        height: 0;
        background: rgba(250, 250, 250, 0.1);
    }
    .dropdown li a {
        padding: 6px 10px;
    }
    .has-dropdown.open-drop>a:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .has-dropdown.open-drop>.dropdown {
        opacity: 1;
        visibility: visible;
        height: auto;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }
    .motif, .profil-garis, .img-potrait, .img-lanscape{
        display: none;
    }
}

/* -- nav btn collapse -- */

.nav-collapse {
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
    z-index: 99999;
}

.nav-collapse span {
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
}

.nav-collapse span:before, .nav-collapse span:after {
    content: "";
    display: block;
}

.nav-collapse span, .nav-collapse span:before, .nav-collapse span:after {
    height: 4px;
    background: #fff;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.nav-collapse span:before {
    -webkit-transform: translate(0%, 10px);
    -ms-transform: translate(0%, 10px);
    transform: translate(0%, 10px);
}

.nav-collapse span:after {
    -webkit-transform: translate(0%, -14px);
    -ms-transform: translate(0%, -14px);
    transform: translate(0%, -14px);
}

#nav.open .nav-collapse span {
    background: transparent;
}

#nav.open .nav-collapse span:before {
    -webkit-transform: translateY(0px) rotate(-135deg);
    -ms-transform: translateY(0px) rotate(-135deg);
    transform: translateY(0px) rotate(-135deg);
}

#nav.open .nav-collapse span:after {
    -webkit-transform: translateY(-4px) rotate(135deg);
    -ms-transform: translateY(-4px) rotate(135deg);
    transform: translateY(-4px) rotate(135deg);
}

/*------------------------------------*\
    Header
\*------------------------------------*/

header {
    position: relative;
}

#home {
    height: 100vh;
}

#home .home-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*text-align: center;*/
}

.home-content h1 {
  text-transform: uppercase;
  font-size: 36px;
    white-space: nowrap;
    font-weight: 500;
    color: rgb(61, 89, 157);
    letter-spacing: 0;
    margin-bottom: 0;
}
.home-content button {
  margin-top: 20px;
}

.header-wrapper h2 {
    display: inline-block;
    margin-bottom: 0px;
    color: #9e9e9e;
}

.header-wrapper .breadcrumb {
    float: right;
    background: transparent;
    margin-bottom: 0px;
}

.header-wrapper .breadcrumb .breadcrumb-item.active {
    color: #868F9B;
}

.breadcrumb .active a {
    color: #868F9B;
}

.breadcrumb>li+li:before {
    color: #868F9B;
}

/*------------------------------------*\
    HOME
\*------------------------------------*/
.text p{
    font-size: 16px;
    margin-bottom: 2rem;
    text-align: justify;
}
.title h1{
    color: var(--accent-color);
    font-size: 29px;
    margin-bottom: .5rem;
    margin-left: 10px;
}
.title h1 b{
    color: #000;
}
.img-potrait img{
    width: 250px;
}
.img-lanscape img{
    height: 170px;
}
.img-potrait{
    position: absolute;
    top: 0px;
    left: 190px;
    right: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
}
.img-lanscape{
    position: absolute;
    bottom: -220px;
    left: 130px;
    right: 0;
    width: 100%;
    height: 50%;
    z-index: 2;
}
.motif-2 {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    z-index: -99;
    background: #EEEAED;
}
.motif {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 30%;
    height: 97%;
    z-index: -99;
    background: #EEEAED;
}
.profil-garis{
    position: absolute;
    top: -3px;
    left: 130px;
    right: 0;
    width: 100%;
    height: 150px;
    border-left: 8px #FDD502 solid; 
}

/*------------------------------------*\
    Produk
\*------------------------------------*/
.card-product .image img {
    width: 100%;
    object-fit: cover;
    height: 180px;
}
    #deskripsi p{
        text-align: justify!important;
    }
.social{
    color: var(--accent-color);
    padding: 10px;
    background: #fff;
    font-weight: bold !important;
    font-size: 18px !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 18px;
    text-align: center;
    border: 1px solid var(--accent-color);
}
.social:hover{
    color: #fff;
    background: var(--accent-color);
}
.kontak{
    border-left: 5px solid #EF6E0D;
    padding: 10px;
    background: #23b523;
    font-weight: bold;
    font-size: 16px;
    color: white;
    text-align: center;
}
.p.penjelasan{
    margin-left: -52px;
} 
/* .card1.card.icon.text-center {
    margin-top: 82px;
} */
.pagination{
    margin: 0px !important;
    /*display: flex;*/
}
.pagination > li > a{
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--accent-color);
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination > .active > a{
    z-index: 999;
    color: #fff;
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}
.pagination > li > a:hover, .pagination > .active > a:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: var(--accent-color);
    border-color: #dee2e6;
}

.list-group-item+.list-group-item {
    /*border-top-width: 0;*/
    font-size: 11px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: var(--accent-color);
    border-color: #fff;
}
.list-group a:hover{
    background: var(--accent-color);
    color: #fff;
}
.article{
    line-height: 2;
    font-size: 14px;
}
.article ul,
.article ol{
    margin-left:30px;
    line-height:2;
}
.searchform{
    background: #fff3!important;
    border-radius: 100px;
    overflow: hidden;
}
.searchform .form-control{
    background: none;
    border:none;
    color:#fff;
}
.searchform .form-control::placeholder{
    color:#aaa;
}
.object-fit-cover{
    object-fit: cover;
}
.object-fit-contain{
    object-fit: contain;
}
.select2-results__options{
    font-size:12px !important;
}

.background {
    margin-left: 511px;
}

.card-product{
    height: 341px;
    border:none;
    color:#333;
    overflow: hidden;
    text-decoration: none!important;
    transition: .3s ease;
    border: 1px solid #ced4da
}
.terkait .card-product{
    height: 265px;
    border:none;
    color:#333;
    overflow: hidden;
    text-decoration: none!important;
    transition: .3s ease;
    border: 1px solid #ced4da
}
.card-product:hover{
    transform: translateY(-10px);
}
.card-product .image{
    overflow: hidden;
    height: 212px;
}
.card-product .image img{
    transition: .3s ease;
    max-height: 100%;
}
.card-product:hover .image img{
    transform: scale(1.1);
}
.card-product .card-footer{
    text-align: left;
    background: #fff;
    border:none;
}
.card-footer{
    padding: .75rem 1.25rem;
}
.card-product h6{
    font-weight: bold;
    color:#000;
    font-size: 12px;
    margin-bottom: .5rem;
}
.card-product p{
    font-size: 11px;
    color: #000;
    margin-bottom: 1rem;
    text-align: center;
}
.card-product .harga{
    color: #EF6E0D;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.size-image{
    height: 200px;
    object-fit: cover;
}
.price{
    color:#EF6E0D;
    font-weight: bold;
    margin-top:10px;
}
.row-produk-slider{
    width: 64vw;
    padding-bottom: 20px;
}
.row-produk-slider .slick-arrow{
    position: absolute;
    top:97%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: none;
    color:var(--accent-color);
    border: 1px solid var(--accent-color);
    outline: none;
    margin-left: 10px;
}
.row-produk-slider .slick-arrow.slick-next{
    left:50px;
}
.row-bestselling-product {
    width: 75vw;
    padding-bottom: 20px;
}
.row-produk-slider .slick-arrow:hover{
    background: var(--accent-color);
    color:#fff;
}
.tab-content-product{
    background: #fff1;
    padding:30px;
}
.foto_produk .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: rgba(255,255,255,0);
    color: #fff;
    border: none;
    transform: translateY(-50%);
    z-index: 5;
    outline: none;
}
.foto_produk .slick-arrow.slick-next {
    left: auto;
    right: 0;
}


/*------------------------------------*\
    Profil
\*------------------------------------*/

.border-b{
    border-bottom: 1px solid #000;
}
.border-lr{
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.jumlah h3{
    font-weight: bold;
    color: #EF6E0D;
}
.desa{
    background: #EFEFEF!important;
    color: #000!important;
}
.desa .media{
    display: flex;
    align-items: flex-start;
}
.desa .media-body{
    flex: 1;
}
.desa h3, .desa h4, .desa h6{
    margin-bottom: .5rem;
}
.moto-profil{
    font-weight: bold;
    font-size: 20px;
    line-height: 178.6%;
    /* or 36px */

    text-align: center;
    letter-spacing: 0.12em;
}
.nav-social {
    display: flex;
}
.nav-social .nav-item{
    padding: 0 4px;
}
.nav-social .nav-item .nav-link{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
}
.nav-social .nav-item .nav-link i{
    line-height: 2.25rem!important;
}
.icon{
    padding: 10px;
    color: var(--accent-color);
    font-weight: bold;
    border: 1px solid var(--accent-color);
    height: 203px;
}
.icon .card-img-top{
    /*width: 100px;
    height: auto;*/
    padding: 20px;
    object-fit: cover;
}
.icon .card-title{
    font-weight: bold;
}
.profil-number{
    font-size: 72px;
    font-weight: bold;
    color: var(--accent-color);
    margin-top: -20px;
}
.justify-content-center{
    justify-content: center!important;
    display: flex;
}


/*------------------------------------*\
    Contact
\*------------------------------------*/

.contact {
    margin: 15px 0px;
    text-align: center;
}

.contact i {
    font-size: 36px;
    color: #6195FF;
    margin-bottom: 20px;
}

.contact-form {
    text-align: center;
    margin-top: 40px;
}

.contact-form .input {
    margin-bottom: 20px;
}


.contact-form .input:nth-child(1), .contact-form .input:nth-child(2) {
    width: calc(50% - 10px);
}

.contact-form .input:nth-child(2) {
    margin-left: 15px;
}

/*------------------------------------*\
    Footer
\*------------------------------------*/

footer{
    background: var(--accent-color);
    color: #fff;
}
footer a{
    color:#fff;
}
.copyright{
    width: 100%;
    background: #3C2034;
    color:#fff;
    font-weight: 400;
}
#footer {
    position: relative;
}

.footer-logo {
    text-align: center;
    margin-bottom: 40px;
}

.footer-logo>a>img {
    max-height: 80px;
}

.footer-follow {
    text-align: center;
    margin-bottom: 20px;
}

.footer-follow li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 13px;
}

.footer-follow li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #888;
    font-size: 20px;
}

.footer-copyright p {
    text-align: center;
    font-size: 14px;
    margin: 0;
}

/*------------------------------------*\
    Responsive
\*------------------------------------*/

@media only screen and (max-width: 991px) {
  .section-header h2.title {
        font-size:26.5px;
    }

  .main-btn , .default-btn , .outline-btn , .white-btn  {
        padding: 8px 22px;
        font-size:14px;
    }

  .home-content h1 {
        font-size:36px;
    }

  .header-wrapper h2 {
      margin-bottom: 20px;
      text-align: center;
      display: block;
  }

  .header-wrapper .breadcrumb {
      float: none;
      text-align: center;
      margin: 60px 0 0px 0;
  }
}

@media only screen and (max-width: 768px) {
  .section-header h2.title {
        font-size:26.5px;
    }

  .main-btn , .default-btn , .outline-btn , .white-btn  {
        padding: 8px 22px;
        font-size:14px;
    }

  .home-content h1 {
        font-size:36px;
    }

  .header-wrapper h2 {
      margin-bottom: 20px;
      text-align: center;
      display: block;
  }

  .header-wrapper .breadcrumb {
      float: none;
      text-align: center;
      margin: 60px 0 0px 0;
  }
}

@media only screen and (max-width: 480px) {
  #portfolio [class*='col-xs'] {
          width:100%;
    }

  #numbers [class*='col-xs'] {
          width:100%;
    }

  .contact-form .input:nth-child(1), .contact-form .input:nth-child(2) {
      width: 100%;
  }
  .contact-form .input:nth-child(2) {
      margin-left: 0px;
  }

  .reply-form form .input, .reply-form form .input {
      width: 100%;
  }
  .reply-form form .input:nth-child(2) {
      margin-left: 0px;
  }

}

/*------------------------------------*\
    Owl theme
\*------------------------------------*/

/* -- dots -- */

.owl-theme .owl-dots .owl-dot span {
    border: none;
    background: #EEE;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #6195FF;
}
.owl-theme .owl-dots .owl-dot.active span {
      background: #6195FF;
      width:20px;
}

/* -- nav -- */

.owl-theme .owl-nav {
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #6195FF;
    color: #FFF;
    padding: 0px;
    width: 50px;
    height: 50px;
    border-radius:3px;
    line-height: 50px;
    margin: 0;
}

.owl-theme .owl-prev {
    left: 0px;
}

.owl-theme .owl-next {
    right: 0px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 0.8;
    background: #6195FF;
}


/*------------------------------------*\
    Back to top
\*------------------------------------*/

#back-to-top {
    display:none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #6195FF;
    border-radius:3px;
    color: #FFF;
    z-index: 9999;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    cursor: pointer;
}

#back-to-top:after {
    content: "\f106";
    font-family: 'FontAwesome';
}

#back-to-top:hover {
    opacity: 0.8;
}

/*------------------------------------*\
    Preloader
\*------------------------------------*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    z-index: 99999;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.preloader span {
    display: inline-block;
    background-color: #6195FF;
    width: 25px;
    height: 25px;
    -webkit-animation: 1s preload ease-in-out infinite;
            animation: preload 1s ease-in-out infinite;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    border-radius:50%;
}

.preloader span:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}

.preloader span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
}

.preloader span:nth-child(3) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
}

.preloader span:nth-child(4) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}

@-webkit-keyframes preload {
    0% {
       -webkit-transform:scale(0);
               transform:scale(0);
    }
  50% {
    -webkit-transform:scale(1);
            transform:scale(1);
  }
  100% {
    -webkit-transform:scale(0);
            transform:scale(0);
  }
}

@keyframes preload {
    0% {
       -webkit-transform:scale(0);
               transform:scale(0);
    }
  50% {
    -webkit-transform:scale(1);
            transform:scale(1);
  }
  100% {
    -webkit-transform:scale(0);
            transform:scale(0);
  }
}

/*Help-block*/
.help-block {
    display: none;
}
.has-error .help-block {
    display: block!important;
}

/* SECTION */
.section-hero{
    position: relative;
    background: #191919;
    color:#fff;
}
.section-hero img{
    width:100%;
}
.section-hero:before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    height: 200px;
/*    background: linear-gradient(#000,#0000);*/
    z-index: 10;
}
.section-hero:after{
    content: "";
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    height: 200px;
/*    background: linear-gradient(#0000,#191919);*/
    z-index: 10;
}
.slick-dots{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    text-align: center;
    z-index: 99;
}
.slick-dots li{
    display: inline-block;
    margin:5px;
}
.slick-dots li button{
    width: 10px;
    height:10px;
    background:#fff3;
    border-radius: 50%;
    border:none;
    outline: none;
    text-indent: -9999px;
    overflow: hidden
}
.slick-dots li.slick-active button{
    background: #fff;
}
.section-bg{
    position: relative;
    /* margin-top: -576px; */
}
.section-bg > .bg{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit: cover;
}
.section-bg > .bg.bg-flip{
    transform: rotateY(180deg);
}
.section-bg .container{
    position: relative;
}
.section-collection .heading{
    position: relative;
    text-align: center;
    margin-bottom: 80px;
}
.section-collection .heading h2.big{
    font-size: 80px;
    position: absolute;
    top:0;
    left:50%;
    transform: translateY(-60%) translateX(-50%);
    color:#fff;
    opacity: 0.04;
    font-weight: normal;
}
.row-testimonial{
    width: 75vw;
    padding-bottom: 30px;
}
.row-testimonial iframe{
    width: 100%!important;
    min-width: 100px!important;
}
.section-heading{
    background: #191919;
    color:#fff;
    position: relative;
    padding-top:130px;
    padding-bottom:50px;
    margin-top:-80px;
}
.section-heading .bg{
    opacity: 0.5;
}
.section-heading .heading{
    position: relative;
    text-align: center;
}
.section-heading .heading h2.big{
    font-size: 80px;
    position: absolute;
    top:0;
    left:50%;
    transform: translateY(-60%) translateX(-50%);
    color:#fff;
    opacity: 0.04;
    font-weight: normal;
}