/*------------------------------------------------------------------
Master Stylesheet
Project:        KESH - Personal Portfolio
Version:        1.0
Author:         MedSign
Primary use:    Personal, One Page, Portfolio
-------------------------------------------------------------------*/


/*------------------------------------------------------------------

=Table of contents
1- GENERAL STYLING
2- PAGE LOADER
3- BOTTON SCROLL TO TOP
4- HEADER
   1-1-NAVBAR-TOP
   1-2-headear
5- ABOUT US
6- SERVICES
7- PORTFOLIO
8- TEAM
9- JOURNAL 
10- TESTIMONIALS
11- CONTACTS
12- COPYRIGHT

-------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*  1-GENERAL STYLING
/*-----------------------------------------------------------------------------------*/

body {
    background-color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 800;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
}

a {
    text-decoration: none;
    transition: all .8s ease-in-out;
    font-family: "roboto"
}

h1, h2, h3, h4, h5 {
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
}

h1 {
    font-size: 48px;
    font-weight: 800;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 14px;
    margin: 0px;
}

h4 {
  color: #333;
  font-size: 18px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-transform: capitalize;
}

h5 {
    font-size: 14px;
}

p {
    font-family: "roboto";
    font-size: 14px;
    font-weight: 100;
    line-height: 24px;
    margin: 0;
}

span {
    color: #616161;
    display: block;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 2px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: capitalize;
    font-family: "roboto";
}

ul {
    display: inline-block;
    margin-bottom: 0;
}

li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "roboto";
    font-weight: 100;
    font-size: 12px;
}

.form-control {
    border: 1px solid #616161 !important;
    border-radius: 0;
    color: #616161;
    font-family: "roboto";
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.form-control:focus {
    border: 1px solid #E19D15 !important;
    box-shadow: none;
    outline: 0 none;
}

.fa {
    font-size: 12px;
    color: #616161;
}

.padding-section {
    padding: 80px 0;
}

.full-container {
    padding-left: 0px;
    padding-right: 0px;
}

.title-section {
    margin-bottom: 60px;
}

.title-section h2 {
    margin-bottom: 20px;
}

.title-section h5 {
  color: #616161;
  font-size: 16px;
  text-transform: capitalize;
}

.container-full {
    padding-left: 0;
    padding-right: 0;
}

.btn-default {
    color: #fff;
    transition: all .8s ease-in-out;
}

.btn-default:hover {
    color: #fff;
    background-color: #e19d15;
    border: 1px solid #e19d15;
    transition: all .8s ease-in-out;
}


/*-----------------------------------------------------------------------------------*/
/*  2- Page Loader
/*-----------------------------------------------------------------------------------*/


/* #preloader {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #fff;
   z-index: 9999;
} 

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
} */


/*-----------------------------------------------------------------------------------*/
/*  3- BOTTON SCROLL TO TOP
/*-----------------------------------------------------------------------------------*/

.top {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #e19d15 0%, #bb8211 50%, #75510b 100%);
    bottom: 15px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 15px;
    text-align: center;
    z-index: 998;
}

.top .fa:hover {
    color: #fff;
}

.fa-style {
    border: 1px solid #fff;
    color: #fff;
    height: 47px;
    line-height: 47px;
    width: 47px;
}


/*-----------------------------------------------------------------------------------*/
/*  4-HEADER
/*-----------------------------------------------------------------------------------*/

#header {
    background: rgba(0, 0, 0, 0) url("images/header/banner-bg-1.jpeg") repeat scroll center center / cover;
    height: 603px;
    max-height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-size: cover;
}

#header .overlay {
    background: rgba(42, 44, 48, 0.8);
    height: 100%;
    position: absolute;
    width: 100%;
}

.navbar-wrapper .logo {
    margin-top: 5px;
}

.logo img {
    margin-left: auto;
    margin-right: auto;
}

.navbar-wrapper {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.navbar-wrapper .navbar-default {
    background: transparent;
    border: medium none transparent;
    margin-top: 21px;
    min-height: 0;
}

.navbar-wrapper .navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-wrapper .navbar .navbar-nav {
    display: flex;
    justify-content: center;
    width: 100%;
}

.navbar-default .navbar-nav li {
    padding-left: 0;
    padding-right: 0;
}

.navbar-default .navbar-nav li a {
    color: #fff;
    padding: 0 17px;
    text-transform: uppercase;
    transition: all 0.8s ease-in-out 0s;
}

.navbar-default .navbar-nav li a:hover {
    color: #e19d15;
    transition: all .8s ease-in-out;
}

.navbar-wrapper .navbar {
    border-radius: 0;
    margin-bottom: 0;
}

#header .item .carousel-caption {
    bottom: 30%;
    left: 20%;
    padding-bottom: 0;
    padding-top: 0;
    right: 20%;
    z-index: 10;
}

#header .item .carousel-caption span {
    color: #e19d15;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: 0;
    text-transform: uppercase;
}

#header .item .carousel-caption p {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0;
}

#header .item .carousel-caption a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e19d15;
    border-radius: 0;
    font-size: 14px;
    text-shadow: none;
    text-transform: uppercase;
}

#header .item .carousel-caption a:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #e19d15 0%, #bb8211 50%, #75510b 100%);
    border: 1px solid #e19d15;
    color: #fff;
    transition: all .5s ease-in-out;
}

#header .item .carousel-caption .main-btn {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #e19d15 0%, #bb8211 50%, #75510b 100%);
}

#header .btn-btm {
    bottom: 10px;
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

#header .btn-btm .fa {
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
}


/*-----------------------------------------------------------------------------------*/
/*  5 -ABOUT US
/*-----------------------------------------------------------------------------------*/

#about .about-description p {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

#about .about-description ul {
    float: left;
}

#about .about-description .fa {
    transition: all 0.8s ease-in-out 0s;
}

#about .about-description .fa:hover {
    color: #e19d15;
    transition: all .8s ease-in-out;
}


/*-----------------------------------------------------------------------------------*/
/*  6-SERVICES
/*-----------------------------------------------------------------------------------*/

#services .block-services {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid transparent;
    box-shadow: 0 1px 2px 0 rgba(90, 91, 95, 0.15);
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    transition: all 0.8s ease-in-out 0s;
}

#services .block-services:hover {
    border: 1px solid #E19D15;
    color: #e19d15;
    transition: all .8s ease-in-out;
}

#services .block-services .fa {
    font-size: 30px;
     margin-bottom: 10px;
    transition: all 0.8s ease-in-out 0s;
}

.block-services span {
  margin-bottom: 5px;
  margin-top: 5px;
}

#services .block-services p {
    color: #616161;
    padding: 10px 10px 0;
}


/*-----------------------------------------------------------------------------------*/
/*  7-PORTFOLIO
/*-----------------------------------------------------------------------------------*/

#portfolio .portfolio-list ul li {
    cursor: pointer;
    display: inline-block;
    float: none;
    letter-spacing: 2px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    transition: all 0.8s ease-in-out 0s;
}

#portfolio .portfolio-list ul li:hover {
    color: #e19d15;
    transition: all .8s ease-in-out;
}

#portfolio .portfolio-list .filter.active {
    color: #e19d15;
}

#portfolio .portfolio-item {
    display: inline-block;
    height: auto;
    margin-top: 40px;
    width: 100%;
}

.portfolio-thumbnail {
    background: #e2e2e2 none repeat scroll 0 0;
    float: left;
    height: 501px;
    margin: 0;
    position: relative;
    width: 33.33%;
}

.portfolio-thumbnail:nth-of-type(2) {
    height: 246px;
    width: 66.66%;
}

.portfolio-thumbnail:nth-of-type(3) {
    height: 255px;
    width: 33.33%;
}

.portfolio-thumbnail:nth-of-type(4) {
    height: 255px;
    width: 33.33%;
}

.portfolio-thumbnail:nth-of-type(5) {
    height: 255px;
    width: 33.33%;
}

.portfolio-thumbnail:nth-of-type(6) {
    height: 255px;
    width: 33.33%;
}

.portfolio-thumbnail:last-child {
    height: 255px;
    width: 33.33%;
}

.portfolio-thumbnail:hover .portflio-hover {
    opacity: 1;
    transition: all .8s ease-in-out;
}

#portfolio .portfolio-item .mix {
    display: none;
}

.portfolio-item .portfolio-thumbnail img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.portfolio-thumbnail .portflio-hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #e19d15 0%, #bb8211 50%, #75510b 100%);
    bottom: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 0.8s ease-in-out 0s;
    width: 100%;
}

.portfolio-thumbnail .portflio-hover .portfolio-description {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.portfolio-thumbnail .portflio-hover .portfolio-description h4 {
    color: #fff;
    padding-bottom: 20px;
}

.portfolio-thumbnail .portflio-hover .portfolio-description .fa {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    text-decoration: none;
}


/*-----------------------------------------------------------------------------------*/
/*  8-TEAM
/*-----------------------------------------------------------------------------------*/

#team .team-info {
    border: 1px solid #e19d15;
    height: 500px;
    position: relative;
    transition: all 0.8s ease-in-out 0s;
    width: 100%;
}

#team .team-info img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

#team .team-info .team-description {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #e19d15 0%, #bb8211 50%, #75510b 100%);
    height: auto;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.8s ease-in-out 0s;
    width: 90%;
}

.team-info .team-description h4 {
    color: #fff;
}

.team-info .team-description span {
    color: #fff;
}

.team-info .team-description .fa {
    color: #fff;
}

#team .team-info:hover {
    border: 2px solid #f5f5f5;
    transition: all .8s ease-in-out;
}

#team .team-info:hover .team-description {
    opacity: 1;
    transition: all .8s ease-in-out;
}


/*-----------------------------------------------------------------------------------*/
/*  9-BLOG
/*-----------------------------------------------------------------------------------*/

#journal .blog-description {
    border: 1px solid transparent;
    box-shadow: 0 1px 2px 0 rgba(90, 91, 95, 0.15);
    padding-bottom: 10px;
    padding-top: 10px;
    transition: all .8s ease-in-out;
}

#journal .blog-description:hover {
    border: 1px solid #E19D15;
    transition: all .8s ease-in-out;
}

#journal .blog-description .blog-head {
    display: block;
    padding: 20px 0;
    text-align: left;
}

.blog-head span {
    padding: 0;
    text-align: center;
}

#journal .blog-description img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

#journal .blog-description .blog-btm {
    display: inline-block;
}

#journal .blog-description .blog-btm h4 {
    margin-top: 20px;
    padding-bottom: 20px;
}

#journal .blog-description .blog-btm p {
    color: #616161;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#journal .blog-description .blog-btm p::after {
    background: #e2e2e2;
    content: "";
    display: block;
    height: 2px;
    margin: 20px auto;
    width: 122px;
}

#journal .blog-description .blog-btm a {
    color: #616161;
    float: left;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 2px;
    padding-left: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

#journal .blog-description .blog-btm a:hover {
    color: #e19d15;
    transition: all .8s ease-in-out;
}

#journal .blog-description .blog-btm span {
    color: #616161;
    float: right;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 0 10px;
}


/*-----------------------------------------------------------------------------------*/
/*  10-TESTIMONIALS
/*-----------------------------------------------------------------------------------*/

#testimonials {
    background: rgba(0, 0, 0, 0) url("images/testiminials/2.jpeg") repeat scroll center center / cover;
    color: #fff;
    height: 400px;
    position: relative;
    width: 100%;
}

#testimonials .overlay {
    background: rgba(42, 44, 48, 0.8);
    height: 100%;
    position: absolute;
    width: 100%;
}

.carousel .carousel-inner {
    overflow: visible;
    position: relative;
    width: 100%;
}

.carousel-inner .item .client-information {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 87.5px;
    position: absolute;
    right: 0;
    width: 50%;
}

.carousel-inner .item .client-information img {
    border-radius: 50%;
    height: 70px;
    margin-bottom: 20px;
    width: 70px;
}

.carousel-inner .item .client-information h4 {
    color: #fff;
    padding-bottom: 5px;
    padding-top: 5px;
}

.carousel-inner .item .client-information span {
    color: #fff;
}

.carousel-inner .item .client-information p {
    line-height: 24px;
    padding-left: 50px;
    padding-right: 50px;
}

.controls span {
    background: #e19d15 none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    height: 4px;
    padding: 0;
    width: 20px;
}

.controls.carousel-indicators {
    display: inline-block;
    left: 0;
    margin-left: 0;
    position: relative;
    top: 297px;
    width: auto;
}

.carousel-indicators .active {
    height: 4px;
    width: 20px;
}


/*-----------------------------------------------------------------------------------*/
/*  11-CONTACT
/*-----------------------------------------------------------------------------------*/

#contact {
    padding-bottom: 100px;
    padding-top: 100px;
}

#contact h3 {
    margin: 0 0 20px;
}

#contact .address p {
    color: #616161;
    margin-bottom: 10px;
    text-align: left;
}

.address .soial-media ul li {
    padding-left: 0;
    padding-right: 20px;
}

.address .soial-media .fa {
    transition: all .8s ease-in-out;
}

.address .soial-media .fa:hover {
    color: #e19d15;
    transition: all .8s ease-in-out;
}

.office ul li {
    color: #616161;
    float: none;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}

.office li .fa {
    padding-right: 10px;
}

#contact .contact-form .btn {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #e19d15 0%, #bb8211 50%, #75510b 100%);
    border: medium none;
    border-radius: 0;
    float: right;
}


/*-----------------------------------------------------------------------------------*/
/*  12-COPYRIGHT
/*-----------------------------------------------------------------------------------*/

#copyright {
    background-color: #252525;
    padding-bottom: 20px;
    padding-top: 20px;
}

#copyright h5 {
    color: #fff;
}