/*------------------------------------------------------------------
    Master Stylesheet
    Project:        MyFolio - Personal Portfolio
    Version:        1.0
    Author:         MedSign
    Primary use:    Personal, One Page
-------------------------------------------------------------------*/


/*------------------------------------------------------------------

=Table of contents
 1- GENERAL STYLING
 2- Page Loader
 3- Option Box
 4- BOTTON SCROLL TO TOP
 5- navbar-top
 6- HEADER
 7- services
 8- about-us
 9- My skills
 10- portfolio
 11- resume
 12- journal
 13- newsletter
 14- contact
 15- footer
 16- Media Queries

-------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*  1-GENERAL STYLING
/*-----------------------------------------------------------------------------------*/

body {
    background-color: #fff;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    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;
    min-height: 4000px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h2 {
    color: #333;
    font-weight: 600;
}

h4 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h5 {
    color: #626262;
    font-size: 14px;
    font-weight: 500;
}

a {
    letter-spacing: 2px;
    text-decoration: none !important;
}

ul {
    letter-spacing: 1px;
    margin-bottom: 0;
}

li {
    color: #626262;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
}

span {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
}

.btn {
    background: #333;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    text-transform: uppercase;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.btn:hover,
.btn:focus {
    color: #fff;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.fa {
    color: #626262;
    font-size: 13px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.fa:hover {
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.section-title {
    margin-bottom: 70px;
}

.section-title h2 {
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

input {
    display: inline-block !important;
    letter-spacing: 1px;
    width: 100% !important;
}

textarea {
    height: auto !important;
    width: 100% !important;
}

.form-control {
    background-color: transparent;
    border: 1px solid #333;
    border-radius: 0;
    color: #333;
    font-size: 12px;
    font-weight: 300;
    height: 50px;
    text-align: center;
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
}



.separator {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 0;
}

.read-more {
    color: #626262;
    display: inline-block;
    font-size: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-decoration: none;
    text-transform: unset;
    transition: all .5s ease-in-out;
}
.paddsection {
    padding-top: 70px;
    padding-bottom: 70px;
}
.padd-section {
    padding-left: 0;
    padding-right: 0;
}

.hvr-shutter-in-horizontal::before {
    background: #333 none repeat scroll 0 0;
}


/*-----------------------------------------------------------------------------------*/
/*  2- Page Loader
/*-----------------------------------------------------------------------------------*/

#preloader {
    background-color: #333;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.spinner {
    font-size: 10px;
    height: 40px;
    margin: 18% auto;
    text-align: center;
    width: 50px;
}

.spinner > div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*-----------------------------------------------------------------------------------*/
/*  3- option box
/*-----------------------------------------------------------------------------------*/

.option-box {
    position: fixed;
    top: 21%;
    z-index: 999;
}

.option-box .fa {
    background: #414141 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    cursor: pointer;
}

.option-box .color-box {
    background: #414141 none repeat scroll 0 0;
    display: none;
    float: left;
    padding: 10px;
    width: 180px;
}

.option-box .color-box h4 {
    color: #fff;
    font-size: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.option-box .color-box ul li {
    background: blue none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    height: 35px;
    width: 35px;
}


/*-----------------------------------------------------------------------------------*/
/*  4- BOTTON SCROLL TO TOP
/*-----------------------------------------------------------------------------------*/

.top {
    background: #333;
    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;
}


/*-----------------------------------------------------------------------------------*/
/*  5- navbar-top
/*-----------------------------------------------------------------------------------*/

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    margin-top: 20px;
}

.navbar-wrapper > .container {
  padding-left: 0;
  padding-right: 0;
}
.navbar-wrapper .navbar {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.navbar-wrapper .navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar .navbar-header .navbar-toggle {
    border-radius: 0;
}

.navbar-inverse .navbar-header .navbar-brand {
    color: #000;
    font-family: audiowide;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #626262;
    background-color: transparent;
}

.navbar-inverse .navbar-nav .active a,
.navbar-inverse .navbar-nav .active a:hover,
.navbar-inverse .navbar-nav .active a:focus {
    background-color: transparent;
    color: #626262;
    transition: all 0.5s ease-in-out 0s;
}

.navbar-header .navbar-brand span {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.navbar .navbar-collapse .navbar-nav {
    float: right;
}

.navbar-collapse .navbar-nav li a {
    color: #626262;
    font-size: 11px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out 0s;
}

.navbar-inverse .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:focus {
    background-color: transparent;
    transition: all .5s ease-in-out;
}


/*-----------------------------------------------------------------------------------*/
/*  6- HEADER
/*-----------------------------------------------------------------------------------*/

#header {
    background: url(images/header.jpg) repeat scroll center center / cover;
    height: 603px;
    margin-bottom: 0;
    width: 100%;
}

#header .head-info {
    display: inline-block;
    width: 100%;
}

#header .head-info .header-content {
    display: block;
    margin-top: 264px;
    text-align: right;
    width: 100%;
}

.head-info .header-content span {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
}

.head-info .header-content h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

#header .head-info .header-content p {
    font-size: 10px;
    letter-spacing: 5px;
    margin-bottom: 0;
    text-transform: capitalize;
}

#header .head-info .header-img {
    margin-top: 17.5%;
}

.head-info .header-img img {
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}


/*-----------------------------------------------------------------------------------*/
/*   7- services
/*-----------------------------------------------------------------------------------*/

#services {
    height: auto;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 0;
    width: 100%;
}

#services .cont-services {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: inline-block;
}

#services .cont-services .services-block {
    padding-bottom: 40px;
    padding-top: 40px;
}

.cont-services .services-block .read-more {
    margin-bottom: 0;
}

.cont-services .services-block .fa {
    font-size: 30px;
}


/*-----------------------------------------------------------------------------------*/
/*  8- about-us
/*-----------------------------------------------------------------------------------*/

#about {
    width: 100%;
    height: auto;
}

#about .section-title {
    margin-bottom: 30px;
}

.about-descr .separator {
    margin-bottom: 30px;
}

.about-descr .fa {
    color: #fff;
    padding-right: 10px;
}


/*-----------------------------------------------------------------------------------*/
/*  9- My skills
/*-----------------------------------------------------------------------------------*/

#skills {
    width: 100%;
    height: auto;
}

#skills .bar_group {
    margin-bottom: 20px;
}


/*-----------------------------------------------------------------------------------*/
/*  10- portfolio
/*-----------------------------------------------------------------------------------*/

#portfolio .portfolio-list {
    margin-bottom: 70px;
}

#portfolio .portfolio-list .nav {
    display: inline-block;
}

#portfolio .portfolio-list .nav li {
    cursor: pointer;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    text-transform: capitalize;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-list .nav li:hover {
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-item {
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
}

#portfolio .portfolio-item .portfolio-thumbnail {
    float: left;
    height: 250px;
    margin-bottom: 30px;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 23%;
}

.portfolio-thumbnail {
    float: left;
    height: 250px;
    margin-bottom: 30px;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 23%;
}

#portfolio .portfolio-item .portfolio-thumbnail img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.portfolio-item .portfolio-thumbnail .overlay {
    background: rgba(255, 255, 255, 0.9);
    height: 95%;
    left: 2.5%;
    opacity: 0;
    position: absolute;
    top: 2.5%;
    transition: all 0.5s ease-in-out 0s;
    width: 95%;
    z-index: 2;
}

.portfolio-item .portfolio-thumbnail .overlay:hover {
    opacity: 1;
    transition: all .5s ease-in-out;
}

.portfolio-thumbnail .overlay .content-port {
    margin-top: 29%;
}

.portfolio-thumbnail .overlay .fa {
    border: 1px solid #626262;
    color: #626262;
    font-size: 20px;
    padding: 10px;
}

.portfolio-thumbnail .overlay .content-port span {
    margin-top: 0;
}

.portfolio-thumbnail .overlay .content-port h4 {
    color: #626262;
    font-size: 12px;
    letter-spacing: 1px;
}

.portfolio-thumbnail .overlay .content-port h3 {
    font-size: 12px;
    letter-spacing: 1px;
}

.mix {
    display: none;
}


/*-----------------------------------------------------------------------------------*/
/*  11- resume
/*-----------------------------------------------------------------------------------*/

#resume {
    width: 100%;
    height: auto;
}

#resume .resume-block {
    display: inline-block;
    height: auto;
    width: 100%;
}

#resume .resume-block .resume-info {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px 10px;
}


/*-----------------------------------------------------------------------------------*/
/*  12- journal
/*-----------------------------------------------------------------------------------*/

#journal {
    height: auto;
    width: 100%;
}

#journal .journal-block {
    display: inline-block;
    height: auto;
    width: 100%;
}

#journal .journal-block .journal-info {
    position: relative;
}

.journal-block .journal-info img {
    height: 235px;
    width: 100%;
}

.journal-block .journal-info .journal-txt {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: auto;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -22%;
    padding: 20px 10px;
    position: relative;
    right: 0;
    width: 70%;
}


/*-----------------------------------------------------------------------------------*/
/*  13- newsletter
/*-----------------------------------------------------------------------------------*/

#news {
    padding-bottom: 280px;
}


/*-----------------------------------------------------------------------------------*/
/*  14- contact
/*-----------------------------------------------------------------------------------*/

#contact {
    background: #f7f5f6;
    height: auto;
    width: 100%;
}

#contact .contact-block1 {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: -256px;
    padding-bottom: 70px;
    padding-top: 70px;
}

#contactUs {
    margin-bottom: 20px;
}

#contactUs h3{
    text-align: center;
    color: #333;
    font-size: 14px;
}

#contact .contact-block1 .contact-contact {
    display: inline-block;
    width: 100%;
}

.contact-contact .contact-block .fa {
    font-size: 30px;
    margin-bottom: 20px;
    padding: 10px;
}

#contact .contact-block1 .contact-form {
    display: inline-block;
    height: auto;
    width: 100%;
}

.contact-block1 .contact-form .form-control {
    margin-bottom: 30px;
}

.contact-block1 .contact-form .btn {
    width: 100%;
}

#contact .socials-media {
    margin-top: 70px;
    width: 100%;
}

#contact .socials-media ul {
    display: inline-block;
}

#contact .socials-media ul li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

#contact .socials-media ul li .fa {
    font-size: 12px;
}




/*-----------------------------------------------------------------------------------*/
/*  15- footer
/*-----------------------------------------------------------------------------------*/