/*  General Styling
/*-----------------------------------------------------------------------------------*/

body {
    background: #ffffff;
    color: #898989;
    font-family: 'Poppins', helvetica;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.02em;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h2 {
    color: #b8a07e;
    font-weight: 600;
    margin-bottom: 50px;
    font-size: 25px;
}

h4 {
    color: #f4f4f4;
    font-size: 21px;
    font-weight: 500;
    padding-bottom: 15px;
}

a {
    color: #292929;
    text-decoration: none !important;
    transition: all 0.5s ease-in-out 0s;
}

a:hover {
    transition: all 0.5s ease-in-out 0s;
}

a:hover,
a:focus {
    color: #b8a07e;
    text-decoration: underline;
}

nav ul li a {
    padding: 2px 0 0 0;
    position: relative;
    display: block;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
}

p {
    margin: 25px 0;
    padding: 0;
    font-size: 15px;
    color: #999999;
    line-height: 28px;
}

::selection {
    background: #b8a07e;
    color: #fff;
}

.btn {
    background: #b8a07e;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    text-transform: uppercase;
}

.btn:hover,
.btn:focus {
    color: #fff;
}


/* Button cv */

.button {
    display: inline-flex;
    height: 40px;
    width: 150px;
    border: 2px solid #b8a07e;
    margin: 50px 20px 20px 8px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .8em;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

a {
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: bold;
}

#button-2 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: white;
}

#button-2 a {
    position: relative;
    transition: all .35s ease-Out;
    text-decoration: none;
}

#slide {
    width: 100%;
    height: 100%;
    left: -200px;
    background: #b8a07e;
    position: absolute;
    transition: all .30s ease-Out;
    bottom: 0;
}

#button-2:hover #slide {
    left: 0;
}

#button-2:hover a {
    color: white;
}


/* End button for cv */

.padDiv {
    padding: 30px 20px;
}

.section-title {
    margin-bottom: 70px;
}

.section-title h2 {
    font-size: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.form-control {
    background-color: transparent;
    border: 1px solid #999;
    border-radius: 0;
    color: #999999;
    font-size: 12px;
    font-weight: 500;
    height: 50px;
    letter-spacing: 0.1em;
    padding-left: 10px;
    margin: 0 0 25px 0;
    line-height: 14px;
    text-transform: uppercase;
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
}

.paddsection {
    padding-top: 90px;
    padding-bottom: 90px;
}

.paddsections {
    padding-top: 90px;
    padding-bottom: 90px !important;
}

.hvr-shutter-in-horizontal::before {
    background: #333;
}

.hvr-shutter-in-horizontal:hover {
    background: #b8a07e;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-80 {
    margin-bottom: 80px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-10 {
    margin-top: 10px;
}


/*  Navbar Top
/*-----------------------------------------------------------------------------------*/

nav {
    position: fixed;
    background: #fff;
    z-index: 1000;
    width: 100%;
    padding: 15px;
    display: none;
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
}

.nav-menu {
    float: right;
    line-height: 32px;
    margin-bottom: 0;
    padding-top: 15px;
}

nav ul li {
    float: left;
    margin-right: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-left: 40px;
}

nav ul li a {
    padding: 2px 0 0 0;
    position: relative;
    display: block;
    font-size: 16px;
    color: #333;
    font-family: 'Poppins', helvetica;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}

.logo {
    float: left;
    padding-left: 5px;
    padding-top: 5px;
}

.logo img {
    width: 40px;
    height: 40px;
}

.responsive {
    display: none;
    font-size: 30px;
}

.active {
    color: #afafaf;
}


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

#header {
    background: url("../images/owl-bg.jpg") repeat scroll center center / cover;
    height: 100vh;
    width: 100%;
    position: relative;
}

.box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    /* background-color: rgba(195, 55, 100, 0.8)); */
    /* for demo purpose  */
}

#header .header-content {
    height: 100vh;
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 666;
    position: absolute;
}

.header-content h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
}

.header-content p {
    font-size: 13px;
    letter-spacing: 5px;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
}

.header-content .list-social li {
    float: left;
    margin-right: 20px;
}

.header-content .list-social li i {
    color: #fff;
    font-size: 30px;
}


/* About -us
/*-----------------------------------------------------------------------------------*/

#about {
    width: 100%;
    /* height: auto; */
    /* background: #f7f7f7; */
    /* padding-top: 190px; */
}

#about .div-img-bg {
    padding-bottom: 30px;
    border: 20px solid #b8a07e;
}

#about .div-img-bg .about-img img {
    width: 100%;
    box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
    margin-top: -60px;
    margin-left: 40px;
    height: 400px;
    object-fit: cover;
}

#about .about-descr .p-heading {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    text-align: left;
    text-transform: capitalize;
    line-height: 35px;
}

#about .about-descr .separator {
    max-width: 80%;
    margin-bottom: 0;
    text-align: left;
}


/****************************************************************************************************
                                              SKILLS
*****************************************************************************************************/

#skill-section {
    background: #333;
}

.progress {
    height: 12px;
    border-radius: 50px;
    background-color: #efefef;
    overflow: visible;
}

.progress-bar {
    background: #b8a07e;
    background: #b8a07e;
    border-radius: 50px;
    position: relative;
}

.progress-bar span {
    position: absolute;
    top: -40px;
    left: 95%;
    background: #b8a07e;
    padding: 5px;
    font-family: 'montserrat', sans-serif;
    font-weight: 300;
    text-align: center;
    color: #333;
}

.progress-bar span:before {
    content: "";
    border-top: 8px solid #b8a07e;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    left: 34%;
    top: 30px;
}

.heading-text {
    font-size: 40px;
    padding: 30px;
    /* margin-top: 20px; */
    font-family: 'Playfair Display', serif;
}


/* Certificates */

#certification h5 {
    /*font-size: 16px;*/
    text-transform: uppercase;
}

#certification h2 {
    /*    font-size: 48px;*/
    text-transform: capitalize;
}

.m-r-10 {
    margin: 0 20px 0 4px;
    margin-bottom: 50px;
}

.card {
    border: solio 2px #aaaaaa;
    box-shadow: 12px 12px 10px #afafaf;
}

.card-title {
    color: #b8a07e;
    font-weight: 500;
}

.card-text {
    color: #000;
}

.card-text span {
    color: #333;
    font-weight: 500;
}


/* #certification [class*='lni']:hover {
    color: #b8a07e;
} */

.owl-theme .owl-nav [class*=owl-] {
    color: #b8a07e;
    font-weight: 700;
    font-size: 49px;
    margin: 5px;
    padding: 10px 13px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #b8a07e;
    text-decoration: none;
}


/*********************** 
      STATS SECTION
************************/

#stats {
    /* margin: 90px; */
    padding: 60px 0 90px 0;
    background-color: #f7f7f7;
}

#stats .vertical-heading h2 {
    color: #fff;
}

.stats-item {
    background: #333;
    padding: 25px 50px;
    border-radius: 5px;
    transition: all .4s linear;
}

.stats-item i {
    font-size: 42px;
    color: #b8a07e;
    margin: 0 0 5px 0;
    transition: all .4s linear;
}

.stats-item:hover {
    box-shadow: 5px 10px 8px #999999;
    /* background: #5c9320; */
}

.stats-item:hover i {
    /* color: #fff; */
    transform: translateY()
}

.stats-item p {
    color: #fff;
}

.stats-item h3 {
    color: #fff;
    font-size: 30px;
    margin: 20px 0;
}


/*  Portfolio
/*-----------------------------------------------------------------------------------*/

#portfolio {
    position: relative;
    padding-bottom: 50px;
    background-color: #333;
    /* height: 1425px; */
}

.portfolio-container {
    height: 1425px;
}

#portfolio .portfolio-list {
    margin-bottom: 50px;
}

#portfolio .portfolio-list .nav {
    display: inline-block;
    margin: 0;
}

#portfolio .portfolio-list .nav li {
    margin: 0 40px 0 0;
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    cursor: pointer;
    font-family: 'Poppins', helvetica;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-list .nav li:hover,
#portfolio .portfolio-list .nav li.filter-active {
    color: #b8a07e;
    transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-container {
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
}

.portfolio-thumbnail {
    margin-bottom: 30px;
    overflow: hidden;
}

.portfolio-thumbnail img {
    max-width: 100%;
}


/*********************** 
      CLIENT SECTION
************************/

#clients {
    background: #ebebeb;
    /* margin: 80px; */
    padding: 50px 0 60px 0;
}

.cards {
    width: 200px;
    height: 100px;
    margin-bottom: 50px;
}


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

#contact {
    height: auto;
    width: 100%;
    background: #333;
    /* font-family: 'Playfair Display', serif; */
}

.con-text {
    font-family: 'Playfair Display', serif;
    margin-bottom: 60px;
    font-size: 35px;
}

.contact-details {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: white;
}

.contact-details li {
    padding-bottom: 10px;
}

#contact input,
#contact textarea {
    width: 100%;
}

#contact #sendmessage {
    color: #18d26e;
    border: 1px solid #18d26e;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin: 15px;
}

#contact #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin: 15px;
}

#contact #sendmessage.show,
#contact #errormessage.show,
#contact .show {
    display: block;
}

#contact .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}


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

#footer {
    background: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px;
}

#footer .socials-media {
    width: 100%;
}

#footer .socials-media ul {
    display: inline-block;
    float: none;
    margin: 0 0 20px 0;
}

#footer .socials-media ul li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

#footer .socials-media ul li a {
    font-size: 30px;
    color: #999;
    letter-spacing: 0.1em;
    font-weight: 500;
    background: transparent;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
    color: #b8a07e;
    transform: rotate3d(360deg);
    transition: all 0.35s ease-in-out 0s;
}

#footer p {
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-top: 0;
    text-transform: uppercase;
}

.credits {
    font-size: 13px;
}

.scrollup {
    width: 38px;
    height: 38px;
    position: fixed;
    bottom: 50px;
    right: 40px;
    /* display: none; */
    text-align: center;
    border-radius: 50px;
    background-color: #b8a07e;
    box-shadow: 2px 2px 10px #afafaf;
}

.scrollup i {
    /* display: flex; */
    text-align: right;
    transform: translateY(-3px);
    font-size: 38px;
    color: white;
}