/*-----------------------------------------------------------------
Template Name  : Touria - Personal Portfolio 
Author         : HasnaaDesign
Version        : 1.0
Primary Use    : Personal, Porfolio
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
Table Of Contents
--------------------------------
 1. Global Styles
 2. Navbar
 3. Home
 4. About Me
 5. Portfolio
 6. Blog
 7. Contact
 8. Media Queries
-----------------------------------------------------------------*/

/* --------------------------------------
   1. Global Styles
-----------------------------------------*/

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    background-color: #111;
    overflow-x: hidden;
}

body.home {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    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 {
    padding: 80px 0;
    position: relative;
}

.main-title h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}

.main-title h1 span {
    color: #fdb404;
}

.main-title .second-title {
    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%);
    font-size: 110px;
    font-weight: 800;
    letter-spacing: 10px;
    line-height: 0.7;
    text-transform: uppercase;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.07);
    color: transparent;
}

.main-btn {
    position: relative;
    display: inline-block;
    min-width: 155px;
    color: #fff;
    padding: 12px 32px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    background: transparent;
    background: #fdb404;
    border-radius: 26px;
    letter-spacing: .5px;
    outline: none;
    overflow: hidden;
	white-space: nowrap;
    font-family: 'Poppins', sans-serif;
    -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 i {
    margin-right: 10px;
}

.main-btn:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); 
    -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::before {
    -webkit-animation: shine .85s;
    animation: shine .85s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%; 
    } 
}
@keyframes shine {
    100% {
        left: 125%;
	}
}

.custom-btn {
    background-color: transparent;
    color: #fdb404;
    border: 1px solid #fdb404;
}

.custom-btn:hover {
    background-color: #fdb404;
    color: #fff;
}

hr.separator {
    border-top: 1px solid #252525;
    margin: 70px auto 55px !important;
    max-width: 40%;
}

.switch-button {
    position: fixed;
    top: 29%;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 58px;
    text-align: center;
    z-index: 99999;
    background: #252525;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.switch-button.hide {
    right: -100%;
}

.switch-button i {
    font-size: 23px;
}

.switched-styles {
    position: fixed;
    top: 29%;
    right: -100%;
    width: 240px;
    z-index: 9999;
    background: #252525;
    color: #fff;
	border-radius: 4px 0 0 4px;
    padding: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.switched-styles.show {
    right: 0;
}

.switched-styles h4 {
    display: inline-block;
    color: #fbf4e0;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1;
    font-weight: 600;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
}

.switched-styles ul {
    margin-bottom: 0;
}

.switched-styles ul li {
    display: inline-block;
    cursor: pointer;
    height: 28px;
    width: 38px;
    border-radius: 14px 0;
    margin: 4px 5px;
}

.switched-styles ul li[data-color="blue"] {
    background-color: #fdb404;
}

.switched-styles ul li[data-color="orange"] {
    background-color: #fb5622;
}

.switched-styles ul li[data-color="yellow"] {
    background-color: #fdc008;
}

.switched-styles ul li[data-color="gold"] {
    background-color: #c79864;
}

.switched-styles ul li[data-color="green"] {
    background-color: #029a8c;
}

.switched-styles ul li[data-color="red"] {
    background-color: #f74336;
}

.switched-styles ul li[data-color="purble"] {
    background-color: #6a3cbb;
}

.switched-styles ul li[data-color="rose"] {
    background-color: #ea1e64;
}

.switched-styles .hide-button {
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 34px;
    cursor: pointer;
    color: #fbf4e0;
}

/* --------------------------------------
   2. Navbar
-----------------------------------------*/

.vertical-nav .toggle-menu {
    background-color: transparent;
    position: absolute;
    top: 51px;
    left: 47px;
    width: 43px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 9999;
}

.vertical-nav .toggle-menu .bar {
    display: block;
    width: 28px;
    height: 2px;
    background-color: #fdb404;
	-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;
}
      
.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);
    -mz-transform: rotate(45deg) translate(6px, 7px);
    -o-transform: rotate(45deg) translate(6px, 7px);
    -ms-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);
    -mz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
  
.vertical-nav.menu-active .toggle-menu .bar:last-child {
    -webkit-transform: rotate(-45deg) translate(7px, -8px);
    -mz-transform: rotate(-45deg) translate(7px, -8px);
    -o-transform: rotate(-45deg) translate(7px, -8px);
    -ms-transform: rotate(-45deg) translate(7px, -8px);
    transform: rotate(-45deg) translate(7px, -8px);
}
  
.vertical-nav .mini-menu ul {
    margin: 0;
}
    
.vertical-nav .mini-menu ul li {
    display: block;
    padding: 10px;
    position: absolute;
    top: -93px;
    left: 21vw;
    z-index: 99999;
    -webkit-transition: all 0.6s linear;
    -mz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
      
.vertical-nav .mini-menu ul li:first-of-type {
    -webkit-transition-delay: 0s;
    -mz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
      
.vertical-nav .mini-menu ul li:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
    -mz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
      
.vertical-nav .mini-menu ul li:nth-of-type(3) {
    -webkit-transition-delay: 0.2s;
    -mz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
      
.vertical-nav .mini-menu ul li:nth-of-type(4) {
    -webkit-transition-delay: 0.3s;
    -mz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
      
.vertical-nav .mini-menu ul li:nth-of-type(5) {
    -webkit-transition-delay: 0.4s;
    -mz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
      
.vertical-nav .mini-menu ul li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    background: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
     
.vertical-nav .mini-menu ul li a:hover, .vertical-nav .mini-menu ul li a.active {
    background: #fdb404;
}
          
.vertical-nav .mini-menu ul li a i:before {
    color: #a1a1a1;
    margin-left: 0;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
          
.vertical-nav .mini-menu ul li a:hover i:before,
.vertical-nav .mini-menu ul li a.active i:before {
    color: #fff;
}

.vertical-nav .mini-menu ul li a span {
    display: none;
}

.vertical-nav .mini-menu ul li a span {
    display: none;
}
          
.vertical-nav.menu-active .mini-menu ul li:first-of-type {
    top: 0;
    left: 18vw;
    -webkit-transition-delay: 0.4s;
    -mz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.vertical-nav.menu-active .mini-menu ul li:nth-of-type(2) {
    top: 60px;
    left: 15vw;
    -webkit-transition-delay: 0.3s;
    -mz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s; 
}

.vertical-nav.menu-active .mini-menu ul li:nth-of-type(3) {
    top: 114px;
    left: 11vw;
    -webkit-transition-delay: 0.2s;
    -mz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s; 
}

.vertical-nav.menu-active .mini-menu ul li:nth-of-type(4) {
    top: 161px;
    left: 6vw;
    -webkit-transition-delay: 0.1s;
    -mz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
  
.vertical-nav.menu-active .mini-menu ul li:nth-of-type(5) {
    top: 195px;
    left: 0;
    -webkit-transition-delay: 0s;
    -mz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.mobile-nav .toggle-menu {
    background-color: transparent;
    position: absolute;
    top: 30px;
    right: 37px;
    width: 43px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 9999;
}

.mobile-nav .toggle-menu .bar {
    display: block;
    width: 28px;
    height: 2px;
    background-color: #fdb404;
	-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;
}
      
.mobile-nav .toggle-menu .bar:nth-child(2) {
    width: 14px;
    margin: 8px 0;
    margin-left: 7px;
}

.mobile-nav.active .toggle-menu .bar:first-child {
    -webkit-transform: rotate(45deg) translate(6px, 7px);
    -mz-transform: rotate(45deg) translate(6px, 7px);
    -o-transform: rotate(45deg) translate(6px, 7px);
    -ms-transform: rotate(45deg) translate(6px, 7px);
    transform: rotate(45deg) translate(6px, 7px);
}
  
.mobile-nav.active .toggle-menu .bar:nth-child(2) {
    -webkit-transform: scale(0);
    -mz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
  
.mobile-nav.active .toggle-menu .bar:last-child {
    -webkit-transform: rotate(-45deg) translate(7px, -8px);
    -mz-transform: rotate(-45deg) translate(7px, -8px);
    -o-transform: rotate(-45deg) translate(7px, -8px);
    -ms-transform: rotate(-45deg) translate(7px, -8px);
    transform: rotate(-45deg) translate(7px, -8px);
}

.mobile-nav .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #252525;
    z-index: 999;
	-webkit-transform: translateX(-100%);
    -mz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
	-webkit-font-smoothing: antialiased;
    transform-origin: 0 0;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	padding-top: 60px; 
	padding-left: 30px;
}

.mobile-nav.active .mobile-menu {
	-webkit-transform: translateX(0);
    -mz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.mobile-nav .mobile-menu li a {
    position: relative;
    display: block;
    color: #fff;
    padding: 14px 0;
    font-size: 25px;
    text-decoration: none;
    text-transform: uppercase;
    -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;
}

.mobile-nav .mobile-menu li a:hover {
    color: #fdb404;
}

.mobile-nav .mobile-menu li a:before {
    content: '';
    position: absolute;
	left: 30px;
    bottom: 0;
    width: calc(100% - 60px);
    height: 1px;
    background: #1d1c1c;
}

.mobile-nav .mobile-menu li a:after {
    content: '';
    position: absolute;
	left: 30px;
    bottom: 1px;
    height: 1px;
    width: calc(100% - 60px);
    background: #2b2b2b;
}

.mobile-nav .mobile-menu li a i:before {
    margin: 0;
    margin-right: 38px;
    font-weight: 500;
    font-size: 23px;
}

.mobile-nav .mobile-menu li a span {
    position: absolute;
    top: 14px;
    left: 50px;
    font-weight: 400;
    display: block;
}

/* --------------------------------------
   3. Home
-----------------------------------------*/

.home-content {
    padding: 0!important;
    transform: none !important;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.home-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
    z-index: 0;
}

.home-content .main-container {
    display: table;
    width: 100%;
    height: 100vh;
    margin-left: 50vw;
    max-width: 550px;
}

.home-content .main-container .home-img {
    position: fixed;
    top: calc(50vh - 160px);
    left: calc(50vw - 365px);
    max-width: 320px;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, .15);
    border-bottom: 10px solid #fdb404;
    z-index: 1;
}

.home-content .main-container .home-info {
    position: relative;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    z-index: 2;
}

.home-content .main-container .home-info h3 {
    color: #eee;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.home-content .main-container .home-info h1 {
    font-size: 45px;
    line-height: 62px;
    font-weight: 700;
    margin: 18px 0 10px;
    color: #fdb404;
    font-family: 'Poppins', sans-serif;
}

.home-content .main-container .home-info p {
    font-size: 16px;
    line-height: 32px;
    margin: 10px 0 23px;
    font-family: 'Open Sans', sans-serif;
}

.home-content .main-container .home-info .main-btns a:first-child {
    margin-right: 25px;
}

/* --------------------------------------
   4. About Me
-----------------------------------------*/

.about-content .about-image {
	position: relative;
    padding: 7px;
    background: linear-gradient(-50deg, rgba(170, 170, 170, 0.1) 45%, transparent 25%);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -mz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	overflow: hidden;
}

.about-content .about-image:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); 
    -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;
}

.about-content .about-image:hover::before {
    -webkit-animation: shine .85s;
    animation: shine .85s;
}

.about-content .personal-info h3 {
	color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 35px;
}

.about-content .personal-info .personal-list li {
	position: relative;
	color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
}

.about-content .personal-info .personal-list li i {
	color: #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-right: 25px;
    background: #fdb404;
}

.about-content .personal-info .personal-list li i:after {
	content: '';
    position: absolute;
    top: 17.5px;
    left: 35px;
    width: 20px;
    height: 2px;
    background: #fdb404;
}

.about-content .personal-info .personal-list li span {
	color: #eee;
    font-weight: 400;
	text-transform: capitalize;
}

.about-content .resume h3 {
	color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 35px;
}

.about-content .resume .education,
.about-content .resume .experience {
    padding-left: 52px;
}

.about-content .resume .resume-item {
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    border-left: 2px solid #fdb404;
}

.about-content .resume .resume-item:last-child {
    margin-bottom: 0;
}

.about-content .resume .resume-item:before {
    content: '';
    position: absolute;
    top: 27px;
    left: -18px;
    width: 16px;
    height: 2px;
	background: #fdb404;
}

.about-content .resume .resume-item h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

.about-content .resume .resume-item .resume-date {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    margin: 0;
	font-family: 'Open Sans', sans-serif;
}

.about-content .resume .resume-item span {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .3px;
    color: #bdbcbd;
    margin-left: 4px;
    padding-left: 8px;
    border-left: 1px solid #bdbcbd;
	font-family: 'Open Sans', sans-serif;
}

.about-content .resume .resume-item p {
    line-height: 1.8;
    margin-bottom: 0;
    font-weight: 400;
    color: #bdbcbd;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .05);
	font-family: 'Open Sans', sans-serif;
}

.about-content .resume .resume-item .icon-box {
    position: absolute;
    top: 10px;
    left: -53px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
	background: #fdb404;
}

.about-content .skills {
    margin-bottom: 10px;
}

.about-content .skills h3 {
	color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 70px;
}

.about-content .skills .progress-container {
	position: relative;
    margin-bottom: 60px;
}

.about-content .skills .progress-container .percent {
    position: absolute;
    top: -31px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    background: #fdb404;
    border: 1px solid #fdb404;
}

.about-content .skills .progress-container .percent:before {
	content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 2px;
    height: 20px;
    background: #fdb404;
}

.about-content .skills .progress-container h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.about-content .skills .progress-container .progress {
    height: 10px;
    background-color: #252525;
}

.about-content .skills .progress-container .progress .progress-bar {
    width: 0;
    background-color: #fdb404;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}

/* --------------------------------------
   5. Portfolio
-----------------------------------------*/

.portfolio-content {
    padding-bottom: 65px;
}

.portfolio-content .grid {
    margin: 0 auto;
}

.portfolio-content .grid__item {
    padding: 15px;
}

.portfolio-content .grid__item .overlay { 
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
	right: 15px;
    background: rgba(0, 0, 0, 0.3);
	-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
	-webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
}

.portfolio-content .grid__item:hover .overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.portfolio-content .grid__item .overlay .item-title,
.portfolio-content .grid__item .overlay .item-category span {
    position: absolute;
    top: 25%;
    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;
    text-transform: uppercase;
    font-size: 18px;
	font-weight: 500;
}

.portfolio-content .grid__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: 18px;
    width: 42px;
    height: 42px;
    line-height: 43px;
    text-align: center;
    background: #fdb404;
    border-radius: 50%;
}

.portfolio-content .grid__item .overlay .item-category span {
	top: 68%;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
}

.portfolio-content .grid__item .overlay .item-category span:before {
    content: '';
    position: absolute;
    top: 13px;
    left: -32px;
    width: 26px;
    height: 2px;
	background-color: #fdb404;
}

.mfp-title {
    text-transform: uppercase;
}

/* --------------------------------------
   6. Blog
-----------------------------------------*/

.blog {
	padding-top: 120px;
}

.blog-content {
	padding-bottom: 80px;
}

.blog-content .post {
	overflow: hidden;
    margin-bottom: 30px;
}

.blog-content .post .post {
    margin-bottom: 0;
}

.blog-content .post-img {
	position: relative;
    overflow: hidden;
}

.blog-content .post-img:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); 
    -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;
}

.blog-content .post-img:hover::before {
    -webkit-animation: shine .85s;
    animation: shine .85s;
}

.blog-content .post-img img {
	border-radius: 5px 5px 0 0;
}

.blog-content .post .post-content {
	position: relative;
    padding: 30px 20px;
    background: #252525;
    border-radius: 0 0 5px 5px;
}

.blog-content .post .post-content .post-title a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .5px;
    margin: 0 0 5px;
	text-transform: uppercase;
	-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;
}

.blog-content .post:hover .post-content .post-title a {
    color: #fdb404;
}

.blog-content .post .post-content .post-text p {
    line-height: 1.8;
    font-weight: 400;
    color: #fbf4e0;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 10px;
    border-top: 1px solid #2a2a2e;
	font-family: 'Open Sans', sans-serif;
}

.blog-content .post .post-content .post-more a {
    position: relative;
    display: inline-block;
    color: #fff;
	font-size: 12px;
    font-weight: 500;
    padding-right: 32px;
    text-transform: uppercase;
    overflow: hidden;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
}

.blog-content .post .post-content .post-more a:before {
    content: '';
    position: absolute;
	top: 0;
    left: 0;
    bottom: 0;
	width: 100%;
    height: 1px;
    background-color: #fdb404;
    margin: auto;
    transform: scaleX(.2);
    transform-origin: left center;
    animation: read-more-animation;
    animation-fill-mode: forwards;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(.6,.01,0,1);
}

.blog-content .post .post-content .post-more a span {
    display: inline-block;
    position: relative;
    background-color: #252525;
    z-index: 1;
    transition: .6s cubic-bezier(.6,.01,0,1);
    transform: translateX(-110%);
	-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;
}

.blog-content .post .post-content .post-more a span:hover {
    color: #fdb404;
}

.blog-content .post:hover .post-more a:before {
	animation: read-more-animation-2;
	animation-fill-mode: forwards;
	animation-duration: .4s;
	animation-timing-function: cubic-bezier(.6,.01,0,1)
}

.blog-content .post:hover .post-more a span {
	transform: translateX(0%)
}

@keyframes read-more-animation {
	0% {
		transform-origin: right center;
		transform: scaleX(.2)
	}
	70% {
		transform-origin: right center
	}
	71%{
		transform-origin: left center;
		transform: scaleX(1)
	}
	100% {
		transform-origin: left center;
		transform: scaleX(.2)
	}
}
@keyframes read-more-animation-2 {
	0% {
		transform-origin: left center;
		transform: scaleX(.2)
	}
	70% {
		transform-origin: left center;
		transform: scaleX(1)
	}
	71% {
		transform-origin:right center
	}
	100% {
		transform-origin:right center;
		transform:scaleX(.2)
	}
}

.blog-content .load-more {
	text-align: center;
	margin-top: 30px;
}

/* --------------------------------------
   7. Contact
-----------------------------------------*/

.contact-content {
    padding-bottom: 80px;
}

.contact-content .contact-boxes {
    margin-bottom: 60px;
}

.contact-content .contact-box {
    position: relative;
    background: #252525;
    padding: 23px 10px;
    border-left: 2px solid #fdb404;
    border-radius: 4px;
}

.contact-content .contact-box:before {
    content: '';
    position: absolute;
    top: 34px;
    left: 0px;
    width: 20px;
    height: 2px;
    background: #fdb404;
}

.contact-content .contact-box .icon-box {
    position: absolute;
    top: 16px;
    left: 17px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #fdb404;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
}

.contact-content .contact-box .title-box {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    padding-left: 73px;
	text-transform: uppercase;
}

.contact-content .contact-box .content-box {
    font-size: 13px;
}

.contact-content .contact-box .content-box p {
    margin-bottom: 0;
    line-height: 20px;
	font-size: 14px;
    font-weight: 600;
    color: #bdbcbd;
    padding-left: 73px;
    font-family: 'Open Sans', sans-serif;
}

.contact-content .contact-box .content-box p:last-child {
    margin-top: 3px;
}

.contact-content .get-in-touch h4,
.contact-content .follow-me h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.contact-content .get-in-touch p {
    font-size: 15px;
    line-height: 1.7;
	font-weight: 500;
    color: #bdbcbd;
    font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
}

.contact-content .follow-me .social-list {
    margin: 0;
}

.contact-content .follow-me .social-list li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.contact-content .follow-me .social-list li a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.contact-content .follow-me .social-list li a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
	font-size: 16px;
}

.contact-content .follow-me .social-list li a .fa-facebook {
    background-color: #3b5998;
}

.contact-content .follow-me .social-list li a .fa-twitter {
    background-color: #1da1f2;
}

.contact-content .follow-me .social-list li a .fa-google-plus {
    background-color: #db4437;
}

.contact-content .follow-me .social-list li a .fa-behance {
    background-color: #0057ff;
}

.contact-content .contact-form {
	position: relative;
}

.contact-content .contact-form .name {
    padding-right: 4px;
}

.contact-content .contact-form .email {
    padding-left: 4px;
}

.contact-content .contact-form .form-group {
    position: relative;
    margin-bottom: 8px;
}

.contact-content .contact-form .form-group .form-control {
    background-color: #252525;
    color: #fff;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    height: 46px;
    padding: 12px;
	font-family: 'Open Sans', sans-serif;
}

.contact-content .contact-form .name .form-group .form-control {
    border-radius: 15px 0 0 0;
}

.contact-content .contact-form .email .form-group .form-control {
    border-radius: 0 15px 0 0;
}

.contact-content .contact-form .form-group textarea.form-control {
    height: 120px;
    resize: none;
    padding-top: 18px;
}

.contact-content .contact-form .form-group .form-control:focus {
    outline: none;
}

.contact-content .contact-form .contact-btn {
    display: block;
    width: 100%;
    border-radius: 0 0 15px 15px;
	border: none;
	outline: none;
	cursor: pointer;
}

.contact-content .contact-form .contact-btn:focus {
	outline: none;
}

.contact-content .contact-form .form-message {
    position: absolute;
    right: 15px;
    left: 15px;
    bottom: -55px;
    color: #fff;
    border-radius: 0 0 15px 15px;
    font-size: 15px;
    padding: 12px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.contact-content .contact-form .form-message.success {
	background-color: #37983b;
}

.contact-content .contact-form .form-message.error {
	background-color: #f54033;
}

.contact-content .contact-form br {
	display: none;
}

/* --------------------------------------
   16. Single Page
-----------------------------------------*/

.breadcrumb-header {
    background: #252525;
    padding: 140px 0 120px;
  }
  
  .breadcrumb-header .title-header h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 20px;
  }
  
  .breadcrumb-header ul li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: .5px;
  }
  
  .breadcrumb-header ul li a {
    color: #fdb404;
  }
  
  .breadcrumb-header ul li:after {
    content: "\f101";
    font-family: "FontAwesome";
    position: absolute;
    right: -5px;
    top: 3px;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
  }
  
  .breadcrumb-header ul li:last-child {
    color: #fff;
    padding-right: 0;
    margin-right: 0;
  }
  
  .breadcrumb-header ul li:last-child:after {
    content: none;
  }
  
  .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: #252525;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin: 20px 0 0;
    -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: #fdb404;
    color: #fff;
  }
  
  /************************** 
  * 17. Sidebar
  ***************************/
  
  .sidebar .widget {
    padding: 35px 20px;
    background: #252525;
    border: 1px solid #2d2c2c;
    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 {
    background-color: #252525;
    border: 1px solid #2d2c2c;
    width: 100%;
    height: 50px;
    text-align: center;
    color: #9da1a5;
    border-radius: 0;
    font-size: 16px;
    outline: none;
    box-shadow: none;
    padding: 12px;
    min-width: auto;
    vertical-align: middle;
    font-weight: 400;
    font-family: "Nunito";
    line-height: 1.9;
    letter-spacing: 0.5px;
  }
  
  .sidebar .widget.widget_search .search-field:focus {
    border: 1px solid #fdb404;
  }
  
  .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: #fdb404;
    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: #fdb404;
  }
  
  .sidebar .widget.widget_categories ul {
    display: block;
    width: 100%;
  }
  
  .sidebar .widget.widget_categories ul li {
    color: #fdb404;
    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: #fdb404;
  }
  
  .sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w {
    position: relative;
    padding-left: 110px;
    margin-bottom: 25px;
  }
  
  .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%;
  }
  
  .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: #fdb404;
  }
  
  .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: #fdb404;
  }
  
  .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 #3a3737;
    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: #fdb404;
    color: #fff;
  }
  
  .search-widget {
    position: relative;
  }
  
  .search-widget label {
    display: none;
  }
  
  .search-widget .search-field {
      background-color: transparent;
      border: 1px solid rgba(255, 255, 255, 0.1);
      width: 100%;
      height: 50px;
      text-align: center;
      color: #9da1a5;
      border-radius: 0;
      font-size: 16px;
      outline: none;
      box-shadow: none;
      padding: 12px;
      min-width: auto;
      vertical-align: middle;
      font-weight: 400;
      font-family: "Nunito";
      line-height: 1.9;
      letter-spacing: 0.5px;
  }
  
  .search-widget .search-field:focus {
    border: 1px solid #fdb404;
  }
  
  .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: #fdb404;
    cursor: pointer;
  }
  
  .search-widget .search-submit:focus {
    outline: none;
  }
  
  /************************** 
  * 18. Single Blog
  ***************************/

  .blog.blog-content.single {
      padding-top: 120px;
  }

  .blog.single .post .post-content .post-info {
    margin-bottom: 0;
  }
  
  .blog.single .post .post-content .post-info li {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    color: #bfbebe;
  }
  
  .blog.single .post .post-content .post-info li i {
    margin-right: 2px;
  }
  
  .blog.single .post .post-content .post-info li a {
    display: inline-block;
    font-size: 12px;
    color: #bfbebe;
  }
  
  .blog.single .post .post-content .post-info li a:hover {
    color: #fdb404;
  }
  
  .blog.single .post-item .post .post-text p {
      padding-top: 0;
      margin: 0;
      margin-bottom: 10px;
      border-top: none;
      font-size: 15px;
  }
  
  .blog.single .post-item .post .post-text > p:first-of-type {
      padding-top: 15px;
      margin-top: 15px;
      border-top: 1px solid #312e2e;
  }
  
  .blog.single .post-item .post .post-text p:last-of-type {
    margin-bottom: 0;
  }
  
  .blog.single .post-item .post .post-text p img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .blog.single .post-item .post .post-text blockquote {
      background: #313030;
      border-left: none;
      padding: 20px;
  }
  
  .blog.single .post-item .post .post-footer:before {
    bottom: 36px;
  }

  .blog.single .post-item .post .post-footer .post-category {
    position: absolute;
    top: 20px;
    left: 40px;
}
  
  .blog.single .post-item .post .post-footer .post-category .post-categories {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .blog.single .post-item .post .post-footer .post-category .post-categories li {
    background: #fdb404;
    padding: 7px 15px;
    font-size: 15px;
  }

  .blog.single .post-item .post-footer .post-tags {
    margin-top: 20px;
  }
  
  .blog.single .post-item .post-footer .post-tags .title {
    color: #dedddc;
    font-size: 15px;
    margin-right: 7px;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: capitalize;
  }
  
  .blog.single .post-item .post-footer .post-tags a {
    display: inline-block;
    background-color: transparent;
    color: #dedddc;
    font-size: 15px;
    padding: 7px 13px;
    border: 1px solid #2d2d2d;
    margin-right: 5px;
    -webkit-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
  }
  
  .blog.single .post-item .post-footer .post-tags a:hover {
    background: #fdb404;
    color: #fff;
  }
  
  .blog.single .post-navigation {
    overflow: hidden;
  }
  
  .blog.single .post-navigation .post-navigation-prev a,
  .blog.single .post-navigation .post-navigation-next a {
    background: transparent;
    border: 1px solid #252525;
    padding: 8px 30px;
    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.single .post-navigation .post-navigation-prev a:hover,
  .blog.single .post-navigation .post-navigation-next a:hover {
    background: #fdb404;
  }
  
  .blog.single .post-navigation .post-navigation-prev a span,
  .blog.single .post-navigation .post-navigation-next a span {
    display: inline-block;
    margin: 0;
    text-transform: capitalize;
    font-size: 16px;
  }
  
  .blog.single .comments {
    margin-top: 60px;
  }
  
  @media (max-width: 991.99px) {
    .blog.single .comments {
      margin-bottom: 50px; } }
  
    .blog.single .comments .comments-count {
    font-size: 26px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    margin-bottom: 35px;
  }
  
  .blog.single .comments .comments-list .comment {
    position: relative;
  }
  
  .blog.single .comments .comments-list ul,
  .blog.single .comments .comments-list ol {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .blog.single .comments .comments-list .comment .comment-body {
    margin-bottom: 35px;
  }
  
  .blog.single .comments .comments-list .comment .comment-author,
  .blog.single .comments .comments-list .comment .comment-author .fn a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
  }
  
  .blog.single .comments .comments-list .comment .comment-author img {
    border-radius: 50%;
    margin-right: 10px;
  }
  
  .blog.single .comments .comments-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.single .comments .comments-list .comment .comment-author .fn {
      display: block;
      margin-top: 10px;
       } }
  
       .blog.single .comments .comments-list .comment .comment-author .says {
    display: none;
  }
  
  .blog.single .comments .comments-list .comment .comment-meta a {
    display: inline-block;
    color: #dedddc;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 10px;
  }
  
  .blog.single .comments .comments-list .comment p {
    font-size: 16px;
    color: #bfbebe;
    line-height: 1.6;
    margin-top: 8px;
  }
  
  .blog.single .comments .comments-list .comment .children {
    padding-left: 45px !important;
  }
  
  @media (max-width: 575.99px) {
    .blog.single .comments .comments-list .comment .children {
      padding-left: 40px !important; } }
  
      .blog.single .comments .comments-list .reply .comment-reply-link {
    position: absolute;
    top: 18px;
    right: 0;
    color: #fdb404;
    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.single .comments .comments-list .reply .comment-reply-link:hover {
    color: #fff;
  }
  
  .blog.single .comments .comments-list .reply .comment-reply-link:before {
    content: "\f112";
    font-family: 'FontAwesome';
    font-weight: 500;
    margin-right: 7px;
  }
  
  .blog.single .comments .comment-respond {
    position: relative;
    margin-top: 60px;
  }
  
  .blog.single .comments .comment-respond .comment-reply-title {
    font-size: 26px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    margin-bottom: 35px;
  }
  
  .blog.single .comments .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
    outline: none;
    position: absolute;
    top: 4px;
    right: 0;
    color: #fdb404;
    font-size: 15px;
    font-weight: 600;
  }
  
  .blog.single .comments .comment-respond .comment-reply-title #cancel-comment-reply-link:hover {
    color: #fff;
  }
  
  .blog.single .comments .comment-respond .comment-form .logged-in-as a {
    display: inline-block;
    color: #dedddc;
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .blog.single .comments .comment-respond .comment-form .label {
    display: none;
  }
  
  .blog.single .comments .comment-respond .comment-form input[type=text],
  .blog.single .comments .comment-respond .comment-form textarea {
    font-size: 16px;
    background-color: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    outline: none;
    box-shadow: none;
    border-radius: 0;
    height: 46px;
    padding: 12px;
    margin-bottom: 30px;
    width: 100%;
    line-height: normal;
    outline: none;
    text-align: center;
  }
  
  .blog.single .comments .comment-respond .comment-form textarea {
    min-height: 200px;
    resize: vertical;
  }
  
  .blog.single .comments .comment-respond .comment-form input[type=text]:focus,
  .blog.single .comments .comment-respond .comment-form textarea:focus {
    outline: none;
    border: 1px solid #fdb404;
  }
  
  .blog.single .comments .comment-respond .comment-form .comment-form-cookies-consent {
    margin-bottom: 18px;
  }
  
  .blog.single .comments .comment-respond .comment-form .comment-form-cookies-consent input {
    width: auto !important;
  }
  
  .blog.single .comments .comment-respond .comment-form .comment-form-cookies-consent label {
    color: #b2b1b3;
    font-size: 15px;
    font-weight: 400;
  }
  
  .blog.single .comments .comment-respond .comment-form .form-submit {
    margin-bottom: 0;
  }
  
  .blog.single .comments .comment-respond .comment-form .form-submit .main-btn {
    color: #fff;
    background-color: #fdb404;
    margin-top: 0;
    border: none;
    outline: none;
    cursor: pointer;
  }
  
  .blog.single .comments .comment-respond .comment-form .form-submit .main-btn:before {
    background-color: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
  }
  
  @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;
  }
  
  /************************** 
  * 19. 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 .page-content p {
    font-size: 16px;
    text-transform: capitalize;
    color: #dedddc;
    margin-bottom: 30px;
  }
  
  .error-404 .page-content .back a {
    font-size: 17px;
    text-transform: capitalize;
    color: #fdb404;
    font-weight: 600;
  }

/* --------------------------------------
   8. 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-content .main-container {
        max-width: 480px;
    }
	
	.home-content .main-container .home-info h1 {
        font-size: 41px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    
    /*=========== Home ============*/
	body.home {
        overflow: auto;
    }
	
	.home-content {
        padding-top: 60px !important;
    }
	
	.home-content .main-container {
        margin-left: 0;
        max-width: 100%;
        text-align: center;
        display: block;
    }
	
	.home-content .main-container .home-img { 
        position: relative;
        top: auto;
        left: auto;
		max-width: 270px;
    }
	
	.home-content .main-container .home-info {
        text-align: center;
		display: block;
		margin-top: 30px;
    }
	
	.home-content .main-container .home-info h1 {
        font-size: 42px;
    }
	
	.home-content .main-container .home-info p {
        max-width: 750px;
		margin: 10px auto 23px;
    }
   
	/*=========== About ============*/
	.about-content .about-image {
        margin-right: 110px;
        margin-left: 110px;
        margin-bottom: 40px;
    }
	
	/*=========== Contact ============*/
	.contact-content .contact-box.last {
        margin-top: 30px;
    }

	.contact-content .follow-me {
        margin-bottom: 30px;
    }
}

/* Small Devices */
@media (max-width: 767.98px) {
	
	.main-title h1 {
        font-size: 52px;
    }
	
	.main-title .second-title {
        font-size: 90px;
    }
	
	/*=========== Home ============*/
	body.home {
        overflow: auto;
    }
	
	.home-content {
        padding-top: 60px !important;
    }
	
	.home-content .main-container {
        margin-left: 0;
        max-width: 100%;
        text-align: center;
        display: block;
    }
	
	.home-content .main-container .home-img { 
        position: relative;
        top: auto;
        left: auto;
		max-width: 270px;
    }
	
	.home-content .main-container .home-info {
        text-align: center;
		display: block;
		margin-top: 30px;
    }
	
	.home-content .main-container .home-info h1 {
        font-size: 38px;
    }
	
	.home-content .main-container .home-info p {
        max-width: 550px;
		margin: 10px auto 23px;
    }
	
	/*=========== About ============*/
	.about-content .about-image {
        margin-right: 80px;
        margin-left: 80px;
        margin-bottom: 40px;
    }
	
	/*=========== Contact ============*/
	.contact-content .contact-box {
        margin-bottom: 30px;
    }
	
	.contact-content .contact-box.last {
        margin-bottom: 0;
    }
	
	.contact-content .follow-me {
        margin-bottom: 30px;
    }
	
	.contact-content .contact-form .name {
        padding-right: 15px;
    }
	
	.contact-content .contact-form .name .form-group .form-control {
        border-radius: 15px 15px 0 0;
    }
	
	.contact-content .contact-form .email {
        padding-left: 15px;
    }
	
	.contact-content .contact-form .email .form-group .form-control {
        border-radius: 0;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	
	.main-title .second-title {
        display: none;
    }
	
	.main-title h1 {
		font-size: 35px;
        text-align: center;
    }
	
    /*=========== Navbar ============*/
	.mobile-nav .toggle-menu {
        top: 10px;
        right: 27px;
    }
	
	/*=========== Home ============*/
	body.home {
        overflow: hidden;
    }
	
	.home-content {
        padding-top: 0 !important;
    }
	
	.home-content .main-container {
        display: table;
    }
	
	.home-content .main-container .home-info {
        display: table-cell;
    }
	
	.home-content .main-container .home-info {
        text-align: left;
        padding: 25px;
    }
	
	.home-content .main-container .home-img {
        display: none;
    }
	
	.home-content .main-container .home-info h3 {
        font-size: 18px;
    }
	
	.home-content .main-container .home-info h1 {
        font-size: 26px;
		margin: 12px 0 5px;
		line-height: 39px;
    }
	
	.home-content .main-container .home-info p {
        font-size: 14px;
		max-width: 100%;
		margin: 6px auto 16px;
    }
	
	/*=========== About ============*/
	.about-content .about-image {
        padding: 0;
        margin: 0;
        margin-bottom: 40px;
    }
	
	/*=========== Contact ============*/
	.contact-content .contact-box {
        text-align: center;
    }
	.contact-content .contact-box:before {
        display: none;
    }
	
	.contact-content .contact-box .icon-box {
        display: none;
    }
	
	.contact-content .contact-box .title-box {
        padding-left: 0;
    }
	
	.contact-content .contact-box .content-box p {
        padding-left: 0;
    }
	
}