/*-----------------------------------------------------------------
Template Name  : Ozod - Personal Portfolio WordPress Theme 
Author         : recthemes
Version        : 1.0
Primary Use    : Personal, Porfolio
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
Table Of Contents
--------------------------------
 1. Global Styles
 2. Loading
 3. Navbar
 4. Home
 5. About Me
 6. Services
 7. Skills
 8. Resume
 9. Portfolio
 10. Blog
 11. Contact
 12. Copyright
 13. Single Blog
 14. Sidebar
 15. 404
 16. Media Queries
-----------------------------------------------------------------*/

/* --------------------------------------
   1. Global Styles
-----------------------------------------*/

:root {
    --main-color: rgb(249, 200, 40);
}

* {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #000;
    color: #fff;
}

/*body.home,
body.page {
	overflow: hidden;
}*/

body.home.blog {
	overflow: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus,
a:active {
    color: #fff;
    text-decoration: none;
}

/*=========== Typography ============*/
h1 {
    font-size: 60px;
    font-weight: 800;
}

h2 {
    font-size: 50px;
    font-weight: 600;
}

h3 {
    font-size: 30px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    font-weight: 400;
}

h5 {
    font-size: 16px;
    font-weight: 400;
}

h6 {
    font-size: 15px;
    font-weight: 400;
}

/*=========== My Classes ============*/
.main-title {
    margin-bottom: 55px;
}

.main-title h3 {
    color: transparent;
    -webkit-text-stroke: 1px #4d4d4e;
    font-weight: 800;
    letter-spacing: .7px;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.main-title h2 {
	position: relative;
    display: inline-block;
    color: #dedddc;
    font-weight: 800;
    font-size: 45px;
    line-height: 1;
    letter-spacing: .7px;
    text-transform: uppercase;
    padding-bottom: 13px;
}

.main-title h2:after {
	content: '';
	position: absolute;
    bottom: 0;
	left: 0;
	width: 65px;
	height: 2px;
	background-color: var(--main-color);
}

.main-title.text-center h2:after {
    left: 50%;
    margin-left: -32.5px;
}

.main-title.text-right h2:after {
    left: auto;
    right: 0;
}

.main-btn {
    position: relative;
    display: inline-block;
    min-width: 155px;
    color: var(--main-color);
    padding: 16px 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    background: transparent;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    outline: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.main-btn:hover {
    color: #fff;
    background: var(--main-color);
}

.no-padding {
    padding: 0;
}

.page-content {
    position: relative;
    margin-left: 123px;
    margin-right: 48px;
	margin-top: 24px;
	height: calc(100vh - 48px);
}

.section {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.main-img {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	height: calc(100vh - 48px);
	opacity: .6;
	border: 3px solid #1c1c1d;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.area-bg {
	background: #121213 !important;
    height: calc(100vh - 96px) !important;
	margin-top: 24px !important;
	margin-bottom: 24px !important;
	border: 3px solid #1c1c1d !important;
    border-left: none !important;
}

.pt-60 {
	padding-top: 60px;
}

::-webkit-scrollbar {
    width: 5px;
	height: 15px;
}

::-webkit-scrollbar-track {
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
	background: #222223;
}

/************************** 
* WordPress Core
***************************/

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.wp-caption {
    background: #222;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-caption {
    display: block;
    width: 100%;
}

.bypostauthor {
    color: #fff;
}

.sticky {
    overflow: hidden;
}

.screen-reader-text {
    font-style: normal;
}

.nojq {
  z-index: 9999999999 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
}

.dialog-type-lightbox {
  display: none !important;
}

/* --------------------------------------
   2. Loading
-----------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #121213;
    z-index: 9999999;
}

.preloader .status {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.preloader .status .spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    -moz-animation: sk-rotate 2.0s infinite linear;
    -ms-animation: sk-rotate 2.0s infinite linear;
    -o-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.preloader .status .spinner .dot1,
.preloader .status .spinner .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: var(--main-color);
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    -moz-animation: sk-bounce 2.0s infinite ease-in-out;
    -ms-animation: sk-bounce 2.0s infinite ease-in-out;
    -o-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.preloader .status .spinner .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@keyframes sk-rotate {
	
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-bounce {
	
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
	
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-bounce {
	
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
	
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* --------------------------------------
   3. Navbar
-----------------------------------------*/

.vertical-nav {
    position: fixed;
	top: 0;
	left: 48px;
	width: 75px;
    height: calc(100vh - 96px);
	margin-top: 48px;
	background: #121213;
	border: 3px solid #1c1c1d;
    border-right: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	z-index: 9999;
	overflow: hidden;
    overflow-y: auto;
}

.vertical-nav .logo {
	display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 43px;
    font-weight: 800;
    background-color: #121213;
	border-bottom: 1px solid #181819;
    color: transparent;
    -webkit-text-stroke: 1px #403e3e;
    font-family: 'Montserrat', sans-serif;
}

.vertical-nav .logo img {
    width: 45px;
    height: 45px;
}

.vertical-nav .logo span {
    font-size: 30px;
}

.vertical-nav .toggle-menu {
	background-color: transparent;
    float: right;
    width: 43px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
	position: relative;
	z-index: 9999;
    display: none;
}

.vertical-nav .toggle-menu .bar {
    display: block;
    width: 28px;
    height: 2px;
    background-color: var(--main-color);
}

.vertical-nav .toggle-menu .bar:nth-child(2) {
    width: 14px;
    margin: 8px 0;
    margin-left: 7px;
}

.vertical-nav.menu-active .toggle-menu .bar:first-child {
    -webkit-transform: rotate(45deg) translate(6px, 7px);
    -moz-transform: rotate(45deg) translate(6px, 7px);
    -ms-transform: rotate(45deg) translate(6px, 7px);
    -o-transform: rotate(45deg) translate(6px, 7px);
    transform: rotate(45deg) translate(6px, 7px);
}

.vertical-nav.menu-active .toggle-menu .bar:nth-child(2) {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.vertical-nav.menu-active .toggle-menu .bar:last-child {
    -webkit-transform: rotate(-45deg) translate(7px, -8px);
    -moz-transform: rotate(-45deg) translate(7px, -8px);
    -ms-transform: rotate(-45deg) translate(7px, -8px);
    -o-transform: rotate(-45deg) translate(7px, -8px);
    transform: rotate(-45deg) translate(7px, -8px);
}

.vertical-nav .mini-menu ul {
	margin: 0;
    padding: 0;
}

.vertical-nav .mini-menu ul li {
	list-style: none;
}

.vertical-nav .mini-menu ul li a {
	display: block;
    width: 75px;
    height: 80px;
    text-align: center;
    border-top: 1px solid #0e0e0e;
    border-bottom: 1px solid #181819;
    color: #b9b7b7;
}

.vertical-nav .mini-menu ul li a:hover,
.vertical-nav .mini-menu ul li.active a {
	color: var(--main-color);
}

.vertical-nav .mini-menu ul li a i {
	line-height: 80px;
}

.vertical-nav .mini-menu ul li a i:before {
	margin-left: 0;
	font-size: 24px;
}

.vertical-nav .mini-menu ul li a span {
    display: none;
}

/* --------------------------------------
   4. Home
-----------------------------------------*/

body .home {
    overflow: hidden;
}

.home .area-bg {
    position: relative;
}

.home #particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
	z-index: 0;
}

.home .home-intro {
	position: relative;
	z-index: 1;
	margin-left: 5vw;
}

.home .home-intro .home-info {
    width: 100%;
}

.home .home-intro h3 {
    color: #e6e5e5;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0;
}

.home .home-intro h1 {
	color: transparent;
    -webkit-text-stroke: 1px #fff;
	font-size: 75px;
    letter-spacing: 1px;
    font-weight: 800;
    margin: 30px 0;
	text-transform: capitalize;
}

.home .home-intro p {
    color: #e6e5e5;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 50px;
}

.home .home-intro p span {
    color: var(--main-color);
}

/* --------------------------------------
   5. About Me
-----------------------------------------*/

.about {
	overflow: hidden !important;
	overflow-y: auto !important;
    padding-top: 60px !important;
}

.about-me {
	position: relative;
    color: #fff;
}

.about-me .about-image {
    padding: 7px;
    background: linear-gradient(-50deg, rgba(170, 170, 170, .1) 45%, transparent 25%);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.about-me .about-image img {
    opacity: .65;
}

.about-me .about-image img:hover {
    opacity: 1;
}

.about-me .about-info h3 {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: .7px;
    line-height: 1.6;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.about-me .about-info h3:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 2px;
    width: 91px;
    background-color: var(--main-color);
}

.about-me .about-info > p {
    color: #dedddc;
	font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 25px;
}

.about-me .about-info .personal-info {
    margin-bottom: 25px;
}

.about-me .about-info .personal-info .about-item {
    display: block;
    position: relative;
    line-height: 1;
    margin-bottom: 15px;
}

.about-me .about-info .personal-info .about-item h4 {
	position: relative;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.about-me .about-info .personal-info .about-item h4:before {
	content: '';
    position: absolute;
    top: 9px;
    left: 115px;
    width: 25px;
    height: 2px;
    background: var(--main-color);
}

.about-me .about-info .personal-info .about-item h4:after {
	content: '\f105';
    font-family: "FontAwesome";
    position: absolute;
    top: 1px;
    left: 140px;
    color: var(--main-color);
}

.about-me .about-info .personal-info .about-item span {
    position: absolute;
    top: 1px;
    left: 180px;
    color: #dedddc;
    font-size: 15px;
    letter-spacing: 1px;
}

/* --------------------------------------
   6. Services
-----------------------------------------*/

.services {
    padding-top: 60px;
}

.services .main-title h2 {
    font-size: 30px;
    letter-spacing: 1px;
}

.services .service {
	background: #191a1b;
    padding: 25px 18px;
    border: 1px solid #262627;
	border-bottom-width: 3px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.services .service.two,
.services .service.three,
.services .service:hover {
	background: transparent;
	border-bottom-color: var(--main-color);
	box-shadow: 0 0 20px rgba(0, 0, 0, .12);
}

.services .service .service-icon i:before {
    font-size: 45px;
	color: #dedddc;
	opacity: .9;
	margin-left: 0;
}

.services .service h4 {
	position: relative;
	z-index: 1;
    display: inline-block;
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

.services .service p {
	position: relative;
	z-index: 1;
    line-height: 1.8;
    margin-bottom: 0;
	font-size: 15px;
    font-weight: 400;
    color: #dedddc;
}

/* --------------------------------------
   7. Skills
-----------------------------------------*/

.skills {
    padding-top: 30px;
    padding-bottom: 30px;
}

.skills .main-title h2 {
    font-size: 30px;
    letter-spacing: 1px;
}

.skills .box {
   margin-bottom: 30px;
}

.skills .box .chart,
.skills .box .chart2  {
    position: relative;
	width: 140px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	margin: 0 auto;
	font-size: 24px;
	color: var(--main-color);
	font-weight: 600;
}

.skills .box canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.skills .box h4 {
    color: #d8d8d8;
	text-align: center;
    text-transform: capitalize;
    letter-spacing: .3px;
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
}

/* --------------------------------------
   8. Resume
-----------------------------------------*/

.resume {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    color: #fff !important;
	overflow: hidden !important;
	overflow-y: auto !important;
}

.resume .resume-content {
    background-color: #1a1a1b;
    border: 2px solid #1c1c1d;
    border-radius: 4px;
    padding: 30px 35px 0;
}

.resume .education,
.resume .experience {
    padding-left: 48px;
}

.resume .resume-item {
    position: relative;
    background: #121213;
    padding: 15px 20px;
    margin-bottom: 30px;
    border: 2px solid #1c1c1d;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.resume .resume-item:before {
    content: '';
    position: absolute;
    top: 49px;
    left: -28px;
    bottom: -65px;
    width: 2px;
    background: #222223;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.resume .resume-item:last-child:before {
    content: none;
}

.resume .resume-item .resume-date {
    position: relative;
    display: inline-block;
    min-width: 175px;
    background: #121213;
    border: 2px solid #222223;
    color: var(--main-color);
    padding: 14px 0;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 24px;
    margin-left: -70px;
}

.resume .resume-item .resume-date i {
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 52px;
    font-size: 23px;
    text-align: center;
    border-radius: 50%;
    color: var(--main-color);
}

.resume .resume-item span {
    display: inline-block;
    letter-spacing: 1px;
    color: #dedddc;
    margin: 10px;
	font-size: 15px;
}

.resume .resume-item h4 {
    font-size: 17px;
    font-weight: 600;
    padding: 15px 0 10px;
    text-transform: capitalize;
    color: #fff;
    opacity: .8;
}

.resume .resume-item p {
    color: #dedddc;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
	margin-bottom: 0;
}

/* --------------------------------------
   9. Portfolio
-----------------------------------------*/

.portfolio {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
    color: #fff !important;
	overflow: hidden !important;
	overflow-y: auto !important;
}

.portfolio .portfolio-content .item {
    position: relative;
    overflow: hidden;
	border-radius: 4px;
    margin-bottom: 30px;
}

.portfolio .portfolio-content .item img {
	border-radius: 4px;
}

.portfolio .portfolio-content .item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.portfolio .portfolio-content .item .overlay { 
    position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
    background-color: rgba(50, 50, 50, .8);
	-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.portfolio .portfolio-content .item:hover .overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    -ms-transition-duration: .6s;
    transition-duration: .6s;
}

.portfolio .portfolio-content .item .overlay .item-title,
.portfolio .portfolio-content .item .overlay .item-category span {
    position: absolute;
    top: 28%;
    left: 50%;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    color: #fff;
    margin: 0;
    font-size: 16px;
}

.portfolio .portfolio-content .item .overlay .icon-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
}

.portfolio .portfolio-content .item .overlay .item-category span {
	top: 65%;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.portfolio .portfolio-content .item .overlay .item-category span:before {
    content: '';
    position: absolute;
    top: 10px;
    left: -32px;
    width: 26px;
    height: 2px;
	background-color: var(--main-color);
}

/* --------------------------------------
   10. Blog
-----------------------------------------*/

body .blog {
    padding-top: 60px !important;
    padding-bottom: 30px !important;
    color: #fff !important;
	overflow: hidden !important;
	overflow-y: auto !important;
}

.blog .post {
	border-radius: 4px;
	overflow: hidden;
    margin-bottom: 30px;
}

.blog .post-img {
    overflow: hidden;
}

.blog .post .post-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog .post .post-content {
	position: relative;
    padding: 30px 20px;
    background: #1a1a1b;
    border: 2px solid #1c1c1d;
    border-radius: 0 0 4px 4px;
}

.blog .post .post-content .post-date {
    color: var(--main-color);
    font-size: 14px;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
}

.blog .post .post-content .post-title h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .5px;
    margin: 0 0 5px;
	text-transform: uppercase;
}

.blog .post .post-content .post-title h4:hover {
    color: var(--main-color);
}

.blog .post .post-content .post-text p {
    line-height: 1.8;
    font-weight: 400;
    color: #dedddc;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 10px;
    border-top: 1px solid #212121;
}

.blog .post .post-content .post-more {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 18px;
    background-color: transparent;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 4px;
	margin-top: 15px;
}

.blog .post .post-content .post-more:hover {
	background-color: var(--main-color);
    color: #fff;
}

.blog .my-btn {
    text-align: center;
    margin-top: 20px;
}

/* --------------------------------------
   11. Contact
-----------------------------------------*/

.contact {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    color: #fff !important;
	overflow: hidden !important;
	overflow-y: auto !important;
}

.contact .contact-boxes {
    background: #1a1a1b;
    border: 2px solid #1c1c1d;
    border-radius: 4px;
	padding: 25px 20px;
	padding-bottom: 20px;
}

.contact .contact-box {
	position: relative;
    margin-bottom: 30px;
}

.contact .contact-box:last-of-type {
    margin-bottom: 0;
}

.contact .contact-box .title-box {
    display: inline-block;
    color: var(--main-color);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .3px;
    text-align: center;
    border-radius: 24px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.contact .contact-box .content-box p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #dedddc;
    margin-bottom: 0;
}

.contact .contact-box .content-box p:last-child {
    margin-top: 3px;
}

.contact .contact-box .content-box p > i {
    font-size: 16px;
    color: #3f3f40;
    padding-right: 8px;
}

.contact .contact-box .content-box p span {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.contact .contact-box .content-box p span a i {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background-color: #121213;
    color: #fff;
	font-size: 16px;
}

.contact .contact-box .content-box p span a .fa-facebook-f {
    background-color: #3b5998;
}

.contact .contact-box .content-box p span a .fa-dribbble {
    background-color: #ea4c89;
}

.contact .contact-box .content-box p span a .fa-behance {
    background-color: #0057ff;
}

.contact .contact-box .content-box p span a .fa-linkedin-in {
    background-color: #0077B5;
}

.contact .contact-form {
    position: relative;
}

.contact .contact-form p {
    margin-bottom: 0;
}

.contact .contact-form .form-group {
    position: relative;
    margin-bottom: 40px;
}

.contact .contact-form .form-group .form-control {
    background-color: #121213;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #252525;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    height: 46px;
    padding: 12px;
}

.contact .contact-form .form-group textarea.form-control {
    height: 120px;
    resize: none;
    padding-top: 18px;
}

.contact .contact-form .form-group label {
    position: absolute;
    top: 13px;
    left: 12px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: text;
    color: #c2c0c3;
}

.contact .contact-form .form-group label.up {
    top: -16px;
    left: 0;
    font-size: 13px;
    letter-spacing: .5px;
}

.contact .contact-form .form-group label.up-color {
    color: var(--main-color);
}

.contact .contact-form .form-group .input-border {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--main-color);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.contact .contact-form .form-group .input-border.scale {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact .contact-form .contact-btn,
.contact .contact-form .contact-btn:focus {
	background-color: var(--main-color);
    color: #fff;
    outline: none;
	cursor: pointer;
    box-shadow: none;
}

/* --------------------------------------
   12. Copyright
-----------------------------------------*/

.copyright {
    position: absolute;
    left: 0;
    bottom: 20vh;
    letter-spacing: 1.7px;
    color: #c5c5c5;
    font-size: 15px;
    white-space: nowrap;
    margin: 0;
    line-height: 48px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.copyright2 {
    position: static;
    background: #1a1a1b;
    padding: 25px;
    text-align: center;
    line-height: 1.5;
    white-space: normal;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.copyright a,
.copyright i {
    color: var(--main-color);
}

.copyright i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 2px;
}

.copyright2 i {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

/* --------------------------------------
   13. Single Blog
-----------------------------------------*/

body.single,
body.archive,
body.search,
body.error404 {
    overflow: auto;
}

body .blog.single-blog,
body .blog.blog-archive,
body .blog.blog-search,
body .noresult-404 {
    padding: 0 !important;
}

.page-title {
	position: relative;
    background-color: #1a1a1b;
    text-align: center;
    overflow: hidden;
}

.page-title .overlay {
	height: 100%;
	padding-top: 150px;
    padding-bottom: 150px;
}

#page-title .overlay {
	background-color: rgba(0, 0, 0, .78);
}

.page-title .content h1 {
    color: #fff;
    font-weight: 800;
    letter-spacing: .7px;
    font-size: 52px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.page-title .content ul li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: .5px;
}

.page-title .content ul li:last-child {
    color: #fff;
    padding-right: 0;
    margin-right: 0;
}

.page-title .content ul li:after {
    content: "\f101";
    font-family: "FontAwesome";
    position: absolute;
    right: -5px;
    top: 3px;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
}

.page-title .content ul li:last-of-type::after {
    content: none;
}

.page-title .content ul li a {
    color: var(--main-color);
}

.single-blog .single-post,
body .archive,
body .search,
.noresult-404 .wrapper {
    padding-top: 80px;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.blog .post .post {
    margin-bottom: 0;
}

@media (max-width: 991.99px) {
    .blog .post .post .post-content {
      margin-bottom: 30px; }
    .archive .blog .post .post .post-content,
    .search .blog .post .post .post-content {
      margin-bottom: 0; } }

.blog.single-blog .post .post-content .post-text p {
    margin-bottom: 10px;
}

.blog.single-blog .post .post-content blockquote {
    margin: 20px 0;
    padding: 20px;
    background-color: #121213 ;
    border: none;
}

.blog.single-blog .post .post-content .post-text blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    border-top: none;
}

.blog .post .post-content .post-text p:not(:first-of-type) {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

.blog .post .post-content .post-footer {
    padding: 35px 0;
}

.blog .post .post-content .post-footer h5 {
    font-size: 17px;
    letter-spacing: .5px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
}

.blog .post .post-content .post-footer .post-tags ul li {
    display: inline-block;
}

.blog .post .post-content .post-footer .post-tags ul li a {
    display: inline-block;
    color: #fbf4e0;
    font-size: 15px;
    letter-spacing: .3px;
    margin-bottom: 5px;
    margin-right: 12px;
}

.blog .post .post-content .post-footer .post-tags ul li a:hover {
    color: var(--main-color);
}

.blog .post .post-pagination {
    justify-content: space-between;
    overflow: hidden;
}

.blog .post .post-pagination .pagination-item.prev a,
.blog .post .post-pagination .pagination-item.next a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
}

.blog .post .post-pagination .pagination-item.prev a:hover,
.blog .post .post-pagination .pagination-item.next a:hover {
    color: var(--main-color);
}
  
.blog .post .comments {
    margin-top: 60px;
}

.blog .post .comments .comments-title h4 {
    font-size: 26px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    margin-bottom: 35px;
}
  
.blog .post .comments .comment-list .comment {
    position: relative;
}

.blog .post .comments .comment-list ul,
.blog .post .comments .comment-list ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog .post .comments .comment-list .comment .comment-body {
    margin-bottom: 35px;
}

.blog .post .comments .comment-list .comment .comment-author,
.blog .post .comments .comment-list .comment .comment-author .fn a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
}

.blog .post .comments .comment-list .comment .comment-author img {
    border-radius: 50%;
    margin-right: 10px;
}
  
.blog .post .comments .comment-list .comment .comment-author cite {
    font-style: normal;
    line-height: 1.3;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
}

@media (max-width: 575.99px) {
.blog .post .comments .comment-list .comment .comment-author .fn {
    display: block;
    margin-top: 10px;
} }

.blog .post .comments .comment-list .comment .comment-author .says {
    display: none;
}
  
.blog .post .comments .comment-list .comment .comment-meta a {
    display: inline-block;
    color: #dedddc;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 10px;
}
  
.blog .post .comments .comment-list .comment p {
    font-size: 16px;
    color: #bfbebe;
    line-height: 1.6;
    margin-top: 8px;
}
  
.blog .post .comments .comment-list .comment .children {
    padding-left: 45px !important;
}
  
@media (max-width: 575.99px) {
    .blog .post .comments .comment-list .comment .children {
        padding-left: 40px !important; } }
  
.blog .post .comments .comment-list .reply .comment-reply-link {
    position: absolute;
    top: 18px;
    right: 0;
    color: var(--main-color);
    font-size: 15px;
    font-weight: 600;
    -webkit-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
}
  
.blog .post .comments .comment-list .reply .comment-reply-link:hover {
    color: #fff;
}
  
.blog .post .comments .comment-list .reply .comment-reply-link:before {
    content: "\f112";
    font-family: 'FontAwesome';
    font-weight: 500;
    margin-right: 7px;
}
  
.blog .post .comments .comment-respond {
    position: relative;
    margin-top: 60px;
}
  
.blog .post .comments .comment-respond .comment-reply-title {
    font-size: 26px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    margin-bottom: 35px;
}
  
.blog .post .comments .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
    outline: none;
    position: absolute;
    top: 4px;
    right: 0;
    color: var(--main-color);
    font-size: 15px;
    font-weight: 600;
}
  
.blog .post .comments .comment-respond .comment-reply-title #cancel-comment-reply-link:hover {
    color: #fff;
}
  
.blog .post .comments .comment-respond .comment-form .logged-in-as a {
    display: inline-block;
    color: #dedddc;
    font-size: 16px;
    margin-bottom: 10px;
}
  
.blog .post .comments .comment-respond .comment-form .label {
    display: none;
}
  
.blog .post .comments .comment-respond .comment-form input[type=text],
.blog .post .comments .comment-respond .comment-form textarea {
    background-color: transparent;
    border: 1px solid #2a2a2a;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    height: 46px;
    padding: 12px;
    margin-bottom: 30px;
    width: 100%;
    line-height: normal;
    outline: none;
}

.blog .post .comments .comment-respond .comment-form input[type=text]:focus,
.blog .post .comments .comment-respond .comment-form textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
  
.blog .post .comments .comment-respond .comment-form textarea {
    min-height: 200px;
    resize: vertical;
}
  
.blog .post .comments .comment-respond .comment-form input[type=text]:focus,
.blog .post .comments .comment-respond .comment-form textarea:focus {
    outline: none;
    border: 1px solid var(--main-color);
}
  
.blog .post .comments .comment-respond .comment-form .comment-form-cookies-consent {
    margin-bottom: 18px;
}
  
.blog .post .comments .comment-respond .comment-form .comment-form-cookies-consent input {
    width: auto !important;
}
  
.blog .post .comments .comment-respond .comment-form .comment-form-cookies-consent label {
    color: #b2b1b3;
    font-size: 15px;
    font-weight: 400;
}
  
.blog .post .comments .comment-respond .comment-form .form-submit {
    margin-bottom: 0;
}
  
.blog .post .comments .comment-respond .comment-form .form-submit .main-btn {
    margin-top: 0;
    outline: none;
    min-width: 185px;
    cursor: pointer;
}

/* --------------------------------------
   14. Sidebar
-----------------------------------------*/
  
.sidebar .widget {
    padding: 35px 20px;
    background: #1a1a1b;
    border: 2px solid #1c1c1d;
    border-radius: 0 0 4px 4px;
    margin-bottom: 30px;
}
  
.sidebar .widget .widget-title {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
}
  
.sidebar .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
  
.sidebar .widget ul li,
.sidebar .widget a {
    color: #dedddc;
    font-size: 15px;
}
  
.sidebar .widget.widget_search {
    padding: 0;
    border: 0;
    position: relative;
}
  
.sidebar .widget.widget_search label {
    display: none;
}
  
.sidebar .widget.widget_search .search-field {
    width: 100%;
    height: 50px;
    font-size: 16px;
    min-width: auto;
    vertical-align: middle;
    font-weight: 400;
    line-height: 1.9;
    color: #fff;
    background-color: #1a1a1b;
    border: 1px solid #1c1c1d;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    padding: 12px;
}
  
.sidebar .widget.widget_search .search-field:focus {
    border: 1px solid var(--main-color);
}
  
.sidebar .widget.widget_search .search-submit {
    position: absolute;
    bottom: 7px;
    right: 2%;
    width: 36px;
    height: 36px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    font-size: 19px;
    background: transparent;
    border: none;
    color: var(--main-color);
    cursor: pointer;
}
  
.sidebar .widget.widget_search .search-submit:focus,
.sidebar .widget.widget_search .search-submit i:focus {
    outline: none;
}
  
.sidebar .widget.widget_search .search-submit i:hover {
    color: var(--main-color);
}
  
.sidebar .widget.widget_categories ul {
    display: block;
    width: 100%;
}
  
.sidebar .widget.widget_categories ul li {
    color: var(--main-color);
    font-size: 15px;
    margin-bottom: 25px;
    text-align: right;
}
  
.sidebar .widget.widget_categories ul li:last-of-type {
    margin-bottom: 0;
}
  
.sidebar .widget.widget_categories ul li a {
    float: left;
    color: #dedddc;
    font-size: 15px;
    -webkit-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
}
  
.sidebar .widget.widget_categories ul li a:hover {
    color: var(--main-color);
}
  
.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w {
    position: relative;
    padding-left: 110px;
    margin-bottom: 15px;
    min-height: 80px;
}
  
.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w:last-of-type {
    margin-bottom: 0;
}
  
.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
}
  
.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-image a {
    display: block;
}
  
.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-image img {
    height: 80px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
  
.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-data h4 {
    margin: 0;
}
  
.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-data h4 a {
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fbf4e0;
    font-weight: 600;
    margin: 0 0 4px;
    -webkit-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
}
  
.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-data h4 a:hover {
    color: var(--main-color);
}
  
.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-data .thumbnail-post-w-date {
    margin: 0;
}
  
.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-data .thumbnail-post-w-date a {
      font-size: 14px;
      color: #dedddc;
      font-weight: 500;
      text-transform: capitalize;
      margin: 0;
      -webkit-transition: all .5s ease-in-out !important;
      -o-transition: all .5s ease-in-out !important;
      transition: all .5s ease-in-out !important;
}
  
.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-data .thumbnail-post-w-date a:hover {
    color: var(--main-color);
}
  
.sidebar .widget.widget_tag_cloud .tagcloud a {
    display: inline-block;
    background-color: transparent;
    color: #dedddc;
    font-size: 15px !important;
    padding: 7px 13px;
    border: 1px solid #2a2929;
    margin: 5px;
    -webkit-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
}
  
.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
    background-color: var(--main-color);
    color: #fff;
}
  
.search-widget {
    position: relative;
}
  
.search-widget label {
    display: none;
}
  
.search-widget .search-field {
    width: 100%;
    height: 50px;
    font-size: 16px;
    min-width: auto;
    vertical-align: middle;
    font-weight: 400;
    line-height: 1.9;
    color: #fff;
    background-color: #1a1a1b;
    border: 1px solid #1c1c1d;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    padding: 12px;
}
  
.search-widget .search-field:focus {
    border: 1px solid var(--main-color);
}
  
.search-widget .search-submit {
    position: absolute;
    top: 50%;
    right: 2%;
    -webkit-transform: translateY(-50%);
    -mz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    font-size: 19px;
    background: transparent;
    border: none;
    color: var(--main-color);
    cursor: pointer;
}
  
.search-widget .search-submit:focus {
    outline: none;
}

@media (max-width: 991.99px) {
    .no-results {
      margin-bottom: 50px; } }
  
.no-results h3 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 20px;
}
  
.no-results p {
    font-size: 16px;
    text-transform: capitalize;
    color: #dedddc;
    margin-bottom: 30px;
}

.pagination-numbers {
    text-align: center;
    margin-left: 15px;
    margin: 0;
}
  
.pagination-numbers .page-numbers {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #1a1a1b;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 30px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
  
.pagination-numbers .page-numbers.current,
.pagination-numbers .page-numbers:hover {
    background: var(--main-color);
    color: #fff;
}

/* --------------------------------------
   15. 404
-----------------------------------------*/
  
@media (max-width: 991.99px) {
    .error-404 {
        margin-bottom: 50px; 
    } 
}

.error-404 h1 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 800;
    font-size: 52px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 20px;
}

.error-404 .error-page-content p {
    font-size: 16px;
    text-transform: capitalize;
    color: #dedddc;
    margin-bottom: 30px;
}

/* --------------------------------------
   16. Media Queries
-----------------------------------------*/

/* Extra Large Devices */
@media (min-width: 1200px) {}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    
    /*=========== Home ============*/
	.home .home-intro {
        margin-left: 3vw;
    }
	
    /*=========== Services ============*/
	.services .service {
		padding: 25px 20px;
	}
	
    /*=========== Resume ============*/
	.resume .resume-content {
		padding: 30px 20px 0;
	}

	.resume .resume-item {
		padding: 30px 20px;
	}
	
	/*=========== Contact ============*/
    .contact .contact-boxes {
        margin-bottom: 35px;
    }
	
	.contact .contact-box .title-box {
        font-size: 18px;
    }
	
	.contact .contact-box .content-box p {
        font-size: 15px;
    }
	
	.contact .contact-box .content-box p > i {
        font-size: 17px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
	
	.area-bg {
        border-left: 3px solid #1c1c1d !important;
		height: calc(100vh - 48px) !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    
    /*=========== Navbar ============*/
	.vertical-nav {
        box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    }
	
    /*=========== Home ============*/
	.home .home-intro {
        margin-left: 6vw;
    }
	
	/*=========== Contact ============*/
    .contact .contact-boxes {
        margin-bottom: 40px;
    }
   
}

/* Small Devices */
@media (max-width: 767.98px) {
    
    .main-title h2 {
        font-size: 40px;
    }
    
    .page-content {
        margin-left: 75px;
        margin-right: 0;
    }
    
    .area-bg {
		margin-top: 0 !important;
        margin-bottom: 0 !important;
		height: calc(100vh - 48px) !important;
        border-left: 3px solid #1c1c1d !important;
    }
    
    /*=========== Navbar ============*/
	.vertical-nav {
		left: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    }
	
    /*=========== Home ============*/
	.home .home-intro {
        margin-left: 5vw;
    }
	
	.home .home-intro h1 {
        font-size: 70px;
    }
    
    /*=========== About Me ============*/    
    .about-me .about-image {
        margin-right: 80px;
        margin-left: 80px;
        margin-bottom: 40px;
    }
    
    /*=========== Services ============*/
	.services .main-title h2 {
		font-size: 26px;
	}
	
	.services .service {
		padding: 25px 20px;
	}
	
    .services .service h4 {
		font-size: 18px;
	}
	
	.services .service p {
		font-size: 14px;
	}
	
	/*=========== Skills ============*/
	.skills .main-title h2 {
		font-size: 26px;
	}
	
	/*=========== Resume ============*/
	.resume .main-title h2 {
		font-size: 26px;
	}
	
	.resume .resume-content {
        padding: 30px 25px 0;
    }
    
    /*=========== Contact ============*/    
    .contact .contact-boxes {
        margin-bottom: 40px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	
	.page-content {
		margin-left: 0;
		margin-top: 0;
        height: 100vh;
	}
	
	.area-bg {
		margin-top: 65px !important;
        height: calc(100vh - 65px) !important;
		border: none !important;
	}
    
    .main-title h2 {
        font-size: 30px;
    }
	
	.main-title h3 {
		font-size: 25px;
	}
	
    /*=========== Navbar ============*/
	.vertical-nav {
        width: 100%;
        height: 65px;
        margin-top: 0;
        border: none;
        border-bottom: 2px solid #1c1c1d;
		overflow: hidden;
    }
	
	.vertical-nav .mini-menu {
        position: fixed;
        top: 0;
        left: 0;
		margin-right: 43px;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition-duration: .3s;
        transition-duration: .3s;
    }
	
	.vertical-nav.menu-active .mini-menu {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
    }
	
	.vertical-nav .mini-menu li {
        display: inline-block;
		opacity: 0;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition-duration: .3s;
        transition-duration: .3s;
    }
	
	.vertical-nav.menu-active .mini-menu ul li {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
    }
	
	.vertical-nav.menu-active .mini-menu ul li:first-of-type() {
		-webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
	
	.vertical-nav.menu-active .mini-menu ul li:nth-of-type(2) {
		-webkit-transition-delay: .1s;
        transition-delay: .1s;
    }
	
	.vertical-nav.menu-active .mini-menu ul li:nth-of-type(3) {
		-webkit-transition-delay: .2s;
        transition-delay: .2s;
    }
	
	.vertical-nav.menu-active .mini-menu ul li:nth-of-type(4) {
		-webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
	
	.vertical-nav.menu-active .mini-menu ul li:nth-of-type(5) {
		-webkit-transition-delay: .4s;
        transition-delay: .4s;
    }
	
	.vertical-nav.menu-active .mini-menu ul li:nth-of-type(6) {
		-webkit-transition-delay: .5s;
        transition-delay: .5s;
    }
	
	.vertical-nav.menu-active .mini-menu ul li:last-of-type() {
		-webkit-transition-delay: .6s;
        transition-delay: .6s;
    }
	
	.vertical-nav .mini-menu ul li a {
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0 9px;
        border: none;
    }

    .vertical-nav .mini-menu ul li a i {
        line-height: 65px;
    }
	
	.vertical-nav .mini-menu ul li a i:before {
        font-size: 19px;
    }
	
	.vertical-nav .logo {
        float: left;
        width: 65px;
        height: 65px;
        line-height: 65px;
    }
	
	.vertical-nav.menu-active .logo {
        display: none;
    }
	
	.vertical-nav .toggle-menu {
	    display: block;
    }
    
    /*=========== Home ============*/
	.home .home-intro {
        margin-left: 1vw;
    }
	
	.home .home-intro h1 {
        font-size: 59px;
    }
	
	.home .home-intro h3,
	.home .home-intro p {
        font-size: 18px;
    }

    /*=========== About Me ============*/
    .about-me .about-image {
		margin-right: 40px;
        margin-left: 40px;
        margin-bottom: 40px;
    }
	
	.about-me .about-info h3 {
        font-size: 19px;
    }
	
	.about-me .about-info > p,
	.about-me .about-info .personal-info p {
		font-size: 14px;
	}
	
	.about-me .about-info .personal-info .about-item h4 {
        font-size: 14px;
		letter-spacing: 0;
    }
	
	.about-me .about-info .personal-info .about-item h4:before {
        left: 84px;
    }
	
	.about-me .about-info .personal-info .about-item h4:after {
        left: 109px;
    }
	
	.about-me .about-info .personal-info .about-item span {
        left: 124px;
        font-size: 14px;
        letter-spacing: 0;
    }
	
    /*=========== Services ============*/
	.services .main-title h2 {
		font-size: 24px;
	}
	
	.services .service.two,
	.services .service.three {
        background: #191a1b;
        border-bottom-color: #262627;
        box-shadow: none;
    }
	
	.services .service:hover {
       background: transparent;
       border-bottom-color: var(--main-color);
       box-shadow: 0 0 20px rgba(0, 0, 0, .12);
   }
	
    /*=========== Skills ============*/
	.skills .main-title h2 {
		font-size: 24px;
	}
	
	.skills .progress-container h4 {
		font-size: 15px;
	}
   
	/*=========== Resume ============*/
	.resume {
		padding-bottom: 30px !important;
	}
	
	.resume .main-title h2 {
		font-size: 24px;
	}
	
	.resume .resume-content {
		background: transparent;
		padding: 0;
		border: none;
	}
	
	.resume .resume-item {
		padding: 25px 15px;
	}
	
	.resume .resume-item .resume-date {
        min-width: 163px;
        padding-left: 29px;
        font-size: 13px;
        margin-left: -70px;
    }
	
	.resume .resume-item .resume-date i {
        left: 10px;
        font-size: 20px;
    }
	
	.resume .resume-item span {
        letter-spacing: 0;
        font-size: 14px;
    }
	
	.resume .resume-item h4 {
		font-size: 15px;
	}
	
	.resume .resume-item p {
		font-size: 14px;
	}
	
    /*=========== Blog ============*/
	.blog .post .post-content .post-date,
	.blog .post .post-content .post-title h4 {
		font-size: 14px;
	}
}