/*-----------------------------------------------------------------
Template Name  : Anwar - 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. Resume
 8. Skills
 9. Portfolio
 10. Fun Facts
 11. Testimonials
 12. Blog
 13. Contact
 14. Footer
 15. Scroll To Top
 16. Single Page
 17. Sidebar
 18. Media Queries
-----------------------------------------------------------------*/

/* --------------------------------------
   1. Global Styles
-----------------------------------------*/

* {
    -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;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #323232;
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus,
a:active {
    color: #fff;
    text-decoration: none;
}

/*=========== Typography ============*/
h1 {
    font-size: 80px;
    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;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
    color: inherit; 
}

/* HTML Tags */
ins { 
    background: #211f21;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
pre {
    background: #292929;
    color: #fff;
    padding: 15px;
    border: 1px solid #3a393a;
    line-height: 1.8;
}
hr {
    margin: 0;
    padding: 0px;
    border-bottom: 1px solid #292929;
    border-top: 0px;
}
blockquote {
    background: #292929;
    padding: 15px 30px;
    border: 1px solid #292929;
    border-left: 5px solid #16c0f0;
    margin-bottom: 30px;
}
blockquote cite {
    font-weight: 800;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote .blockquote-footer {
    font-style: italic; 
    color: #fff; 
    font-size: 14px; 
    margin-top: 10px; 
}
blockquote .blockquote-footer cite { 
    color: #fff; 
}
blockquote span.text-right { 
    text-align: right; 
    display: block; 
    color: #fff; 
}

code { 
    color: #c7254e;
    background-color: #f9f2f4;
}

p { 
    color: #eae9eb; 
    line-height: 1.8; 
    font-size: 16px; 
    font-weight: 400; 
    margin-bottom: 15px; 
}

/* Lists (Nested) */
ol, ul { 
    padding: 0; 
    margin: 0; 
}
ol li { 
    list-style: decimal; 
}
ol ol { 
    padding-left: 25px; 
}
ul li { 
    list-style: none; 
    color: #eae9eb; 
    font-size: 16px; 
    font-weight: 400; 
}

/* Definition Lists */
dl dd { 
    margin-bottom: 15px; 
}
dl dd:last-child { 
    margin-bottom: 0px; 
}

/* Table */
table { 
    border: 1px solid #292929; 
    width: 100%; 
    margin-bottom: 20px; 
}
table td, 
table th { 
    border: 1px solid #4c4a4c; 
    padding: 5px 8px; 
    text-align: center; 
}

/* Form */
label { 
    color: #eee; 
    margin-bottom: 0; 
}
input,
input[type=text], 
input[type=email], 
input[type=search], 
input[type=password], 
textarea { 
    padding: 0 15px; 
    background: #292929; 
    border: 1px solid #292929; 
    color: #fff; 
    transition: all 0.5s ease-in-out; 
    transition: all 0.5s ease-in-out; 
    -moz-transition: all 0.5s ease-in-out; 
    -ms-transition: all 0.5s ease-in-out; 
    -o-transition: all 0.5s ease-in-out; 
    -webkit-transition: all 0.5s ease-in-out; 
}
select { 
    border: 2px solid #292929; 
    background: #292929; 
    line-height: 48px; 
    height: 48px; 
    padding: 0 10px; 
    width: 100%; 
    color: #fff; 
}
textarea { 
    background: #292929; 
    padding: 0 15px; 
    height: 150px; 
}
input:focus,
input[type=text]:focus, 
input[type=email]:focus, 
input[type=search]:focus, 
input[type=password]:focus, 
textarea:focus, select:focus { 
    box-shadow: none; 
    outline: none; 
}
input::-webkit-input-placeholder { 
    color: inherit; 
}
input::-moz-placeholder { 
    color: inherit; 
}
input:-ms-input-placeholder { 
    color: inherit; 
}
textarea::-webkit-input-placeholder { 
    color: inherit; 
}
textarea::-moz-placeholder { 
    color: inherit; 
}
textarea:-ms-input-placeholder { 
    color: inherit; 
}
input[type=email]::-webkit-input-placeholder { 
    color: inherit; 
}
input[type=email]::-moz-placeholder { 
    color: inherit; 
}
input[type=email]:-ms-input-placeholder { 
    color: inherit; 
}
input[type=checkbox] { 
    width: auto; 
    margin-right: 10px; 
    line-height: 2; 
    height: 32px; 
}
.comments-area blockquote { 
    background: #292929; 
}
.comments-area table td,
.comments-area table th { 
     border: 1px solid #2d2a2d; 
}
.wp-block-button__link { 
    padding: 10px 30px; 
    font-size: 16px; 
}
.error { 
    color: #16c0f0 !important; 
}
.wpcf7-form .cfield .wpcf7-not-valid { 
    border: 1px solid #292929; 
}
.vc_parallax { 
    overflow: hidden !important; 
}
.wp-block-button { 
    margin-bottom: 30px; 
}
.wp-block-button__link,
.wp-block-file a.wp-block-file__button { 
    color: #ffffff; 
    background: #16c0f0; 
    border: 2px solid #16c0f0; 
}
.wp-block-button__link:hover,
.wp-block-file a.wp-block-file__button:hover { 
    background: #252425; 
    border: 2px solid #16c0f0; 
    color: #16c0f0; 
}
.is-style-outline .wp-block-button__link { 
    border-color: #16c0f0; 
    color: #16c0f0; 
}
.is-style-outline .wp-block-button__link:hover { 
    border-color: #16c0f0; 
    color: #fff !important; 
    background: #252425; 
}
.wp-block-cover.has-background-dim { 
    color: #ffffff; 
}

.site-content .custom-wrapper ul { 
    padding-left: 20px; 
}

.site-content .custom-wrapper ul li { 
    list-style: disc; 
}

.site-content .custom-wrapper img { 
    margin-top: 50px;
    margin-bottom: 25px;
}

/*=========== My Classes ============*/
.main-title {
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
}

.main-title h2 {    
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: .7px;
    line-height: 1;
    margin: 0;
    padding-bottom: 15px;
}

.main-title h2:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #6d6b6f;
}

.main-title span {
    position: absolute;
    bottom: -9px;
    left: 67%;
    line-height: 1;
    background: #323232;
    padding: 0 4px;
    font-size: 20px;
    color: #16c0f0;
    font-weight: 600;
    letter-spacing: .3px;
}

.display-table {
    display: table;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100vh;
    min-height: 100%;
}

.main-btn,
.main-btn:focus {
    position: relative;
    display: inline-block;
    min-width: 145px;
    background: #16c0f0;
    color: #fff;
    padding: 14px 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    border: none;
    border-radius: 24px;
    outline: none;
    overflow: hidden;
    z-index: 2;
}

.main-btn:before {
    content: "";
    background: linear-gradient(135deg, #319be6 0%, #16c0f0 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -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-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.filtr-item {
    transition: initial !important;
}

.grid__item {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}

/* =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;
}

/* --------------------------------------
   2. Loading
-----------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #323232;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 999999999;
    opacity: 1;
}

.loading-overlay {
    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%);
}

.loading-inner {
    display: inline-block;
    height: 60px;
    width: 60px;
    padding: 0px;
}

.loading-inner span {
    width: 60px;
    height: 60px;
    position: absolute;
    display: inline-block;
    border-radius: 100%;
    background: #16c0f0;
    -webkit-animation: preloading 1.6s linear infinite;
    animation: preloading 1.6s linear infinite;
}

.loading-inner span:last-child {
    animation-delay: -0.6s;
    -webkit-animation-delay: -0.6s;
}

@keyframes preloading {
    0% {
        transform: scale(0, 0);
        opacity: 0.6;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloading {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

/* --------------------------------------
   3. Navbar
-----------------------------------------*/

.navbar {
    background: rgba(50, 50, 50, .2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 999;
}

.navbar.active-nav {
    background: #323232;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar .menu-toggle {
    position: relative;
    padding: 10px 0;
    z-index: 2;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    display: none;
}

.navbar .menu-toggle .bar {
    display: block;
    width: 28px;
    height: 2px;
    background-color: #16c0f0;
}

.navbar .menu-toggle .bar:first-child {
    width: 14px;
    margin-right: 14px;
}

.navbar .menu-toggle .bar:nth-child(2) {
    margin: 6px 0;
}

.navbar .menu-toggle .bar:last-child {
    width: 14px;
    margin-left: 14px;
}

.navbar.menu-active .menu-toggle {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar.menu-active .menu-toggle .bar:first-child,
.navbar.menu-active .menu-toggle .bar:last-child {
    -webkit-transform: rotate(-90deg) translateY(7px);
    -moz-transform: rotate(-90deg) translateY(7px);
    -ms-transform: rotate(-90deg) translateY(7px);
    -o-transform: rotate(-90deg) translateY(7px);
    transform: rotate(-90deg) translateY(7px);
    margin-right: 0;
    margin-left: 0;
}

.navbar .navbar-brand {
    position: relative;
    height: auto;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff !important;
    padding: 10px 0;
}

.navbar .navbar-brand span {
    color: #16c0f0;
}

.navbar .navbar-nav {
    flex-direction: row;
    margin-right: -15px;
}

.navbar .navbar-nav > li > a,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    padding: 13px 0;
    margin: 0 25px 0 5px;
    letter-spacing: .5px;
    text-transform: capitalize;
}

.navbar .navbar-nav > li.menu-item-has-children,
.navbar .navbar-nav > li.menu-item-has-children > a,
.navbar .navbar-nav > li.menu-item-has-children > .sub-menu > li > a {
    position: relative;
}

.navbar .navbar-nav > li > a:before,
.navbar .navbar-nav > li.menu-item-has-children > .sub-menu > li > a:before {
    content: attr(data-name);
    position: absolute;
    left: 0;
    top: 13px;
    width: 0;
    overflow: hidden;
    color: #16c0f0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar .navbar-nav > li.menu-item-has-children > .sub-menu > li > a:before {
    top: 12px;
    left: 20px;
}

.navbar .navbar-nav > li > a:hover:before,
.navbar .navbar-nav > li.menu-item-has-children > .sub-menu > li > a:hover:before {
    width: 100%;
}

.navbar .navbar-nav > li.menu-item-has-children > a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    top: 15px;
    right: -14px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.navbar .navbar-nav > li.menu-item-has-children > a:hover:after {
    color: #16c0f0;
}

.navbar .navbar-nav > li.menu-item-has-children > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: #383737;
    padding: 0;
    margin: 0;
    display: none;
    transition: none;
}

.navbar .navbar-nav > li.menu-item-has-children > .sub-menu li {
    list-style: none;
    display: block;
}

.navbar .navbar-nav > li.menu-item-has-children > .sub-menu > li > a {
    display: block;
    padding: 12px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

/* --------------------------------------
   4. Home
-----------------------------------------*/

body .home {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

body .home .overlay {
    background-color: rgba(43, 42, 47, .7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home .intro h3 {
    color: #c3c0c0;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0;
}

.home .intro h1 {
    color: #fff;
    font-size: 85px;
    margin: 30px 0;
    text-transform: capitalize;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 2px;
}

.home .intro p {
    color: #c3c0c0;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 50px;
}

.home .intro p span {
    color: #16c0f0;
}

.home .arrow {
    position: absolute;
    bottom: 80px;
    right: 30px;
    font-size: 14px;
    color: #fff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.home .arrow a {
    position: relative;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.home .arrow a:before {
    content: '\f100';
    font-family: 'FontAwesome';
    position: absolute;
    top: -6px;
    left: -19px;
    font-size: 23px;
    -webkit-animation: arrowmoving .9s linear infinite;
    animation: arrowmoving .9s linear infinite;
}

@keyframes arrowmoving{
    0%{
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    50%{
        -webkit-transform: translateX(-8px);
        -ms-transform: translateX(-8px);
        -o-transform: translateX(-8px);
        transform: translateX(-8px);
    }
    100%{
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
}

/* --------------------------------------
   5. About Me
-----------------------------------------*/

.about-me {
    padding-top: 100px;
    padding-bottom: 100px;
    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 {
    position: relative;
    opacity: .7;
}

.about-me .about-image img:hover {
    opacity: 1;
}

.about-me .about-info .main-title {
    margin-bottom: 40px;
}

.about-me .about-info h3 {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    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: linear-gradient(135deg, #319be6 0%, #16c0f0 100%);
}

.about-me .about-info p {
    color: #c2c0c3;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 25px;
}

.about-me .about-info .personal-info {
    position: relative;
    background-color: #292929;
    padding: 25px 30px;
    margin-bottom: 25px;
    margin-right: 13px;
}

.about-me .about-info .personal-info p {
    position: relative;
    color: #c2c0c3;
    margin-bottom: 22px;
    padding-left: 37px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: .7px;
}

.about-me .about-info .personal-info p span {
    color: #fff;
    background: linear-gradient(135deg, #319be6 0%, #16c0f0 100%);
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: -4px;
}

.about-me .about-info .personal-info p span:before {
    content: '';
    background: linear-gradient(135deg, #319be6 0%, #16c0f0 100%);
    width: 2px;
    height: 18px;
    position: absolute;
    top: 29px;
    left: 13px;
}

.about-me .about-info .personal-info p:last-of-type {
    margin-bottom: 0;
}

.about-me .about-info .personal-info p:last-of-type span:before {
    content: none;
}

.about-me .about-info .personal-info .social-media {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -12px;
    height: 80%;
    width: 35px;
    background: linear-gradient(135deg, #319be6 0%, #16c0f0 100%);
    text-align: center;
}

.about-me .about-info .personal-info .social-media:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 23px;
    border-right: 12px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 9px solid #23849e;
}

.about-me .about-info .personal-info .social-media:after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 23px;
    border-right: 12px solid transparent;
    border-bottom: 6px solid transparent;
    border-top: 9px solid #23849e;
}

.about-me .personal-info .social-media a {
    display: block;
    margin: 12px 0;
}

.about-me .about-info .main-btn {
    min-width: 175px;
}

/* --------------------------------------
   6. Services
-----------------------------------------*/

.services {
    padding-top: 100px;
    padding-bottom: 70px;
    background: #292929;
}

.services .main-title span {
    background: #292929;
}

.services .service {
    position: relative;
    text-align: center;
    background: #323232;
    padding: 25px 30px;
    margin-bottom: 30px;
}

.services .service .service-icon i {
    background: #323232;
    color: #16c0f0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    border: 1px solid #16c0f0;
    border-radius: 50%;
}

.services .service:hover .service-icon i {
    background: #16c0f0;
    color: #fff;
}

.services .service h4 {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.services .service p {
    line-height: 1.8;
    margin-bottom: 0;
    font-weight: 400;
    color: #c2c0c3;
}

.services .service .service-number {
    position: absolute;
    top: 50%;
    right: -9px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: linear-gradient(135deg, #319be6 0%, #16c0f0 100%);
    color: #fff;
    padding: 10px 5px;
    font-size: 16px;
    font-weight: 600;
}

.services .service .service-number:before {
    content: '';
    position: absolute;
    top: -14px;
    left: 23px;
    border-right: 10px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 8px solid #23849e;
}

.services .service .service-number:after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 23px;
    border-right: 10px solid transparent;
    border-bottom: 6px solid transparent;
    border-top: 8px solid #23849e;
}

/* --------------------------------------
   7. Resume
-----------------------------------------*/

.resume {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
}

.resume .education,
.resume .experience {
    padding-left: 60px;
}

.resume .resume-item {
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    border: 3px solid #383636;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.resume .resume-item:last-child {
    margin-bottom: 0;
}

.resume .resume-item:before {
    content: '';
    position: absolute;
    top: 35px;
    left: -29px;
    bottom: -65px;
    width: 4px;
    background: #383636;
    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: linear-gradient(135deg, #319be6 0%, #16c0f0 100%);
    color: #fff;
    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: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    background: #17a1c7;
    border-radius: 50%;
    color: #fff;
}

.resume .resume-item span {
    display: inline-block;
    letter-spacing: 1px;
    color: #c2c0c3;
    margin: 10px;
}

.resume .resume-item h4 {
    font-size: 17px;
    font-weight: 600;
    padding: 15px 0 10px;
    text-transform: capitalize;
    color: #16c0f0;
    opacity: .8;
}

.resume .resume-item p {
    line-height: 1.8;
    margin-bottom: 0;
    font-weight: 400;
    color: #c2c0c3;
}

/* --------------------------------------
   8. Skills
-----------------------------------------*/

.skills {
    background: #292929;
    padding-top: 100px;
    padding-bottom: 100px;
}

.skills .main-title span {
    background: #292929;
}

.skills .skills-left h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.skills .skills-left p {
    color: #c2c0c3;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 20px;
}

.skills .skills-left .main-btn {
    min-width: 175px;
}

.skills .skills-list h3 {
    position: relative;
    width: 49.5%;
    display: inline-block;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 8px 12px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 8px 12px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 8px 12px rgba(0,0,0,0.1);
    box-shadow: 0px 8px 12px rgba(0,0,0,0.1);
}

.skills .skills-list h3 a {
    display: inline-block;
    width: 100%;
    padding: 14px 0;
    background: #323232;
    color: #33b9de;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    z-index: 1;
}

.skills .skills-list h3.active a {
    background: #33b9de;
    color: #fff;
}

.skills .skills-list h3:before {
    content: '';
    position: absolute;
    bottom: -100%;
    left: 50%;
    display: block;
    border: 9px solid;
    border-color: #33b9de transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.skills .skills-list h3.active:before {
    bottom: -18px;
    z-index: 1;
}

.skills .skills-content {
    position: relative;
    background: #323232;
    padding: 20px 25px;
}

.skills .skills-content .personal-skills {
    display: none;
}

.skills .skills-content h3 {
    position: absolute;
    top: 18px;
    right: -10px;
    padding: 20px 0;
    width: calc(100% + 12px);
    height: 20px;
    line-height: 1px;
    background: linear-gradient(135deg, #319be6 0%, #16c0f0 100%);
    color: #fff;
    text-transform: capitalize;
    letter-spacing: .3px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    display: none;
}

.skills .skills-content h3:before {
    content: '';
    position: absolute;
    top: -14px;
    right: 0;
    border-right: 10px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 8px solid #23849e;
}

.skills .skills-content h3:after {
    content: '';
    position: absolute;
    bottom: -14px;
    right: 0;
    border-right: 10px solid transparent;
    border-bottom: 6px solid transparent;
    border-top: 8px solid #23849e;
}

.skills .progress-container {
    margin-bottom: 15px;
}

.skills .progress-container .progress {
    position: relative;
    height: 24px;
    background-color: #363638;
    border-radius: 8px;
    margin-bottom: 0;
}

.skills .progress-container .progress .progress-bar {
    height: 4px;
    border-radius: 8px;
    margin-top: 10px;
    background-color: #16c0f0;
    width: 0;
    -webkit-transition: all 1.1s ease-in-out;
    -moz-transition: all 1.1s ease-in-out;
    -o-transition: all 1.1s ease-in-out;
    -ms-transition: all 1.1s ease-in-out;
    transition: all 1.1s ease-in-out;
}

.skills .progress-container .progress h4 {
    position: absolute;
    top: 0;
    left: 48px;
    display: inline-block;
    padding: 0 63px 0 15px;
    font-size: 13px;
    height: 100%;
    letter-spacing: 1px;
    line-height: 22px;
    border-radius: 20px;
    color: #c2c0c3;
    background: #363638;
    border: 1px solid #33b9de;
    text-align: center; 
}

.skills .progress-container .progress h4 .percent {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    padding: 0 11px;
    line-height: 22px;
    height: 22px;
    border-radius: 20px;
    background: #33b9de;
    color: #2e2e2f;
    border: 1px solid;
    text-align: center; 
}

/* --------------------------------------
   9. Portfolio
-----------------------------------------*/

.portfolio {
    padding-top: 100px;
    padding-bottom: 70px;
}

.portfolio .filter-menu {
    margin-bottom: 40px;
    text-align: center;
}

.portfolio .filter-menu .list-filter {
    display: inline-block;
    margin-bottom: 0;
}

.portfolio .list-filter li {
    display: inline-block;
    margin: 0 14px 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}

.portfolio .list-filter .active {
    color: #16c0f0;
}

.portfolio .portfolio-content .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.portfolio .portfolio-content .item:hover img {
    -webkit-transform: rotate(10deg) scale(1.3);
    -moz-transform: rotate(10deg) scale(1.3);
    -o-transform: rotate(10deg) scale(1.3);
    -ms-transform: rotate(10deg) scale(1.3);
    transform: rotate(10deg) scale(1.3);
}

.portfolio .portfolio-content .item:hover .overlay {
    visibility: visible;
    -webkit-transform: perspective(700px) rotateY(0deg);
    -moz-transform: perspective(700px) rotateY(0deg);
    -o-transform: perspective(700px) rotateY(0deg);
    -ms-transform: perspective(700px) rotateY(0deg);
    transform: perspective(700px) rotateY(0deg);
}

.portfolio .portfolio-content .item .overlay { 
    position: absolute;
    top: 0;
    left: 0;
    width: 102%;
    height: 102%;
    visibility: hidden;
    background-color: rgba(50, 50, 50, 0.9);
    -webkit-transform: perspective(700px) rotateY(-90deg);
    -moz-transform: perspective(700px) rotateY(-90deg);
    -o-transform: perspective(700px) rotateY(-90deg);
    -ms-transform: perspective(700px) rotateY(-90deg);
    transform: perspective(700px) rotateY(-90deg);
}

.portfolio .portfolio-content .item .overlay .icon-img {
    position: absolute;
    bottom: 60%;
    left: 50%;
    width: 43px;
    height: 43px;
    line-height: 43px;
    background-color: #16c0f0;
    border: 1px solid #16c0f0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.portfolio .portfolio-content .item .overlay .item-title {
    position: absolute;
    bottom: 43%;
    left: 50%;
    display: inline-block;
    color: #fff;
    margin: 0;
    font-size: 16px;
    letter-spacing: .5px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.portfolio .portfolio-content .item .overlay .item-category span {
    position: absolute;
    bottom: 30%;
    left: 50%;
    color: #16c0f0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: inline-block;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* --------------------------------------
   10. Fun Facts
-----------------------------------------*/

.facts {
    position: relative;
    background: url('../images/facts.jpg') center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 70px;
}

.facts .overlay {
    background: rgba(0, 0, 0, .75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.facts .fact-item {
    background: rgba(54, 53, 59, .4);
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 30px;
}

.facts .fact-item .fact-number {
    display: block;
    color: #eee;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
}

.facts .fact-item h4 {
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, #319be6 0%, #16c0f0 100%);
    color: #fff;
    padding: 17px 25px 17px 60px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 24px;
}

.facts .fact-item h4:before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    display: block;
    border: 7px solid;
    border-color: #45a9c5 transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.facts .fact-item h4 span {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #17a1c7;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
}

/* --------------------------------------
   11. Testimonials
-----------------------------------------*/

.testimonials {
    background: #292929;
    padding-top: 100px;
    padding-bottom: 100px;
}

.testimonials .main-title span {
    background: #292929;
}

.testimonials .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
	line-height: .7;
}

.testimonials .owl-theme .owl-dots .owl-dot {
	 outline: none;
}

.testimonials .owl-theme .owl-dots .owl-dot span {
	background: #323232;
	width: 8px;
	height: 8px;
	margin: 0 7px;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span,
.testimonials .owl-theme .owl-dots .owl-dot:hover span {
	background: #16c0f0;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span {
    display: inline-block;
    -webkit-transition: all .2s cubic-bezier(.47, 0, .745, .715);
            transition: all .2s cubic-bezier(.47, 0, .745, .715);
    -webkit-animation: pulse .7s infinite cubic-bezier(.66, 0, 0, 1);
            animation: pulse .7s infinite cubic-bezier(.66, 0, 0, 1);
    -webkit-box-shadow: 0 0 0 0 rgba(22, 192, 240, .6);
            box-shadow: 0 0 0 0 rgba(22, 192, 240, .6);
}

@-webkit-keyframes pulse
{
    to
    {
        -webkit-box-shadow: 0 0 0 7px rgba(22, 192, 240, 0);
                box-shadow: 0 0 0 7px rgba(22, 192, 240, 0);
    }
}

@keyframes pulse
{
    to
    {
        -webkit-box-shadow: 0 0 0 7px rgba(22, 192, 240, 0);
                box-shadow: 0 0 0 7px rgba(22, 192, 240, 0);
    }
}

.testimonials .testimonial-box {
	position: relative;
	padding: 50px 40px;
	background: #323232;
    border-left: 12px solid #292929;
    border-right: 12px solid #292929;
    text-align: center;
}

.testimonials .testimonial-box .description {
    position: relative;
}

.testimonials .testimonial-box .description .quote-left {
    position: absolute;
    top: -12px;
    left: -50px;
    background: linear-gradient(135deg, #319be6 0%, #16c0f0 100%);
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
}

.testimonials .testimonial-box .description .quote-left:before {
    content: '';
    position: absolute;
    top: -14px;
    right: 25px;
    border-left: 10px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 8px solid #23849e;
}

.testimonials .testimonial-box .description .quote-left:after {
    content: '';
    position: absolute;
    bottom: -14px;
    right: 25px;
    border-left: 10px solid transparent;
    border-bottom: 6px solid transparent;
    border-top: 8px solid #23849e;
}

.testimonials .testimonial-box .description .quote-right {
    position: absolute;
    bottom: -12px;
    right: -50px;
    background: linear-gradient(135deg, #319be6 0%, #16c0f0 100%);
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
}

.testimonials .testimonial-box .description .quote-right:before {
    content: '';
    position: absolute;
    top: -14px;
    left: 25px;
    border-right: 10px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 8px solid #23849e;
}

.testimonials .testimonial-box .description .quote-right:after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 25px;
    border-right: 10px solid transparent;
    border-bottom: 6px solid transparent;
    border-top: 8px solid #23849e;
}

.testimonials .testimonial-box .description p {
    color: #c2c0c3;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 0;
}

.testimonials .testimonial-box .client-pic {
    margin-top: 35px;
}

.testimonials .testimonial-box .client-pic img {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	display: inline-block;
	border: 2px solid #3a3838;
    padding: 3px;
    background: #323232;
}

.testimonials .client-details {
	margin-top: 10px;
}

.testimonials .client-details h6 {
	color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.8;
}

.testimonials .client-details span {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    color: #16c0f0;
}

/* --------------------------------------
   12. Blog
-----------------------------------------*/

body .blog {
    padding-top: 100px;
    padding-bottom: 85px;
    color: #fff;
}

.blog .post-item {
    margin-bottom: 30px;
    margin-right: 10px;
    height: 270px;
    border: 3px solid #383636;
    border-right: none;
}

.blog .post .post-item {
    height: auto;
    border: 3px solid #383636;
}

.blog .post-item:hover .post-img img {
    opacity: 1;
    -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-item:after {
    content: '';
    display: table;
    clear: both;
}

.blog  .post-item .post-img  {
    float: left;
    width: 40%;
    height: 100%;
    overflow: hidden;
}

.blog .post .post-item .post-img {
    float: none;
    width: 100%;
    height: auto;
}

.blog  .post-item .post-img img  {
    opacity: .6;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.blog .post-item .post-content {
    position: relative;
    float: left;
    width: 60%;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    height: 100%;
}

.blog .post .post-item .post-content {
    float: none;
    width: 100%;
    padding: 0;
}

.blog .post-item .post-content .post-title h4 {
    color: #16c0f0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 5px;
}

.blog .post .post-item .post-content .post-title h4 {
    padding: 20px 20px 0;
}

.blog .post-item .post-content .post-info {
    margin-bottom: 0;
}

.blog .post .post-item .post-content .post-info {
    padding: 0 20px;
}

.blog .post-item .post-content .post-info li {
    display: inline-block;
    font-size: 13px;
    margin-right: 10px;
    color: #c2c0c3;
}

.blog .post-item .post-content .post-info li a {
    color: #c2c0c3;
}

.blog .post-item .post-content .post-info li a:hover {
    color: #16c0f0;
}

.blog .post-item .post-content .post-text p {
    line-height: 1.8;
    font-weight: 400;
    padding-top: 15px;
    margin: 15px 0 0;
    border-top: 1px solid #3a3939;
    color: #c2c0c3;
    font-size: 16px;
}

.blog .post .post-item .post-content .post-text p {
    margin: 15px 20px;
}

.blog .post .post-item .post-content .post-text p:not(:first-of-type) {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.blog .post-content .post-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #292929;
    padding: 25px 15px;
}

.blog .post .post-content .post-footer {
    position: relative;
}

.blog .post-content .post-footer .post-more {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .6px;
}

.blog .post-content .post-footer .post-more:hover {
    color: #16c0f0;
}

.blog .post-content .post-footer .post-more i {
    margin-left: 4px;
}

.blog .post-content .post-footer .post-category {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    background: linear-gradient(135deg, #319be6 0%, #16c0f0 100%);
    color: #fff;
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

.blog .post-content .post-footer .post-category:before {
    content: '';
    position: absolute;
    top: -12px;
    right: 0;
    border-right: 10px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 6px solid #23849e;
}

.blog .post-content .post-footer .post-category:after {
    content: '';
    position: absolute;
    bottom: -12px;
    right: 0;
    border-right: 10px solid transparent;
    border-bottom: 6px solid transparent;
    border-top: 6px solid #23849e;
}

.blog .post-content .post-footer .post-category a {
    color: #fff;
}

/* --------------------------------------
   13. Contact
-----------------------------------------*/

.contact {
    background: #292929;
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact .main-title span {
    background: #292929;
}

.contact .contact-boxes {
    border: 3px solid #383636;
    padding: 40px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.contact .contact-box:not(:last-of-type) {
    margin-bottom: 22px;
}

.contact .contact-box .title-box {
    margin-bottom: 20px;
}

.contact .contact-box .title-box h4 {
    position: relative;
    background: linear-gradient(135deg, #319be6 0%, #16c0f0 100%);
    color: #fff;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 24px;
}

.contact .contact-box .title-box h4:before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    display: block;
    border: 7px solid;
    border-color: #45a9c5 transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.contact .contact-box .title-box h4 .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    text-align: center;
    background: #17a1c7;
    border-radius: 50%;
    color: #fff;
}

.contact .contact-box .content-box {
    font-size: 14px;
}

.contact .contact-box .content-box p {
    margin-bottom: 0;
    line-height: 20px;
    font-weight: 600;
    color: #c2c0c3;
    letter-spacing: 1px;
    text-align: center;
}

.contact .contact-box .content-box p:last-child {
    margin-top: 3px;
}

.contact .contact-form {
	position: relative;
    border: 3px solid #383636;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 40px 30px;
}

.contact .contact-form .form-group {
    position: relative;
    margin-bottom: 40px;
}

.contact .contact-form .form-group br {
    display: none;
}

.contact .contact-form .form-group .form-control {
    background-color: #292929;
    color: #fff;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    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 input:-webkit-autofill,
.contact .contact-form input:-webkit-autofill:hover, 
.contact .contact-form input:-webkit-autofill:focus, 
.contact .contact-form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #292929 inset !important;
}

.contact .contact-form input:-webkit-autofill{
    -webkit-text-fill-color: #fff !important;
}

.contact .contact-form .form-group label {
    position: absolute;
    top: 13px;
    left: 12px;
    width: 100%;
    margin-bottom: 0;
    font-weight: 400;
    cursor: text;
    color: #c2c0c3;
}

.contact .contact-form .form-group label.up {
    color: #16c0f0;
    top: -16px;
    left: 0;
    font-size: 13px;
    letter-spacing: .5px;
}

.contact .contact-form .form-group .input-border {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #16c0f0;
    -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 {
    font-weight: 600;
    letter-spacing: 1.5px;
    outline: none;
}

.contact .contact-form .contact-btn:hover {
    color: #fff;
}

.contact .contact-form .form-message {
    position: absolute;
    left: 0;
    bottom: -72px;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    padding: 12px;
    text-transform: uppercase;
}

.contact .contact-form .form-message.success {
	background-color: #37983b;
}

.contact .contact-form .form-message.error {
	background-color: #f54033;
}

/* --------------------------------------
   14. Footer
-----------------------------------------*/

.footer {
    background-color: #202020;
    padding: 35px 0;
    color: #fff;
}

.home .footer {
    background-color: #323232;
}

.footer .logo {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.footer .logo span {
    color: #16c0f0;
}

.footer .footer-social-icons {
    margin-bottom: 0;
    padding: 10px 0;
}

.footer .footer-social-icons li {
    display: inline-block;
    margin-right: 10px;
}

.footer .footer-social-icons li a {
    display: inline-block;
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
}

.footer .footer-social-icons li a:hover {
    background: linear-gradient(135deg, #319be6 0%, #16c0f0 100%);
    color: #fff;
}

.footer .copyright p {
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.8;
    margin: 0;
}

.footer .copyright p a {
    color: #16c0f0;
}

/* --------------------------------------
   15. Scroll To Top
-----------------------------------------*/

.scroll-top {
    background: linear-gradient(135deg, #319be6 0%, #16c0f0 100%);;
    position: fixed;
    font-size: 20px;
    bottom: -50px;
    right: -70px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    z-index: 999;
}

.scroll-top.active {
    bottom: 30px;
    right: 30px;
}

/* --------------------------------------
   16. Single Page
-----------------------------------------*/

.breadcrumb-header {
    background: #202020;
    padding: 100px 0;
    padding-top: 140px;
}

.breadcrumb-header .title-header h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 42px;
    letter-spacing: .7px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 20px;
}

.breadcrumb-header ul li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
	margin-left: 0;
    font-size: 17px;
    text-transform: capitalize;
}

.breadcrumb-header ul li a {
    color: #16c0f0;
}

.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;
}

.comments {
    margin-top: 30px;
}

.comments-count {
    font-size: 26px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    margin-bottom: 35px;
}

.comments-list {
    padding-left: 0 !important;
}

.comments-list li {
    list-style: none !important;
}

.comments-list .comment {
    position: relative;
}

.comments-list ul,
.comments-list ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comments-list .comment .comment-body {
    margin-bottom: 35px;
}

.comments-list .comment .comment-author,
.comments-list .comment .comment-author .fn a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
}

.comments-list .comment .comment-author img {
    border-radius: 50%;
    margin-right: 10px;
}

.comments-list .comment .comment-author cite {
    font-style: normal;
    line-height: 1.3;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
}

.comments-list .comment .comment-author .says {
    display: none;
}

.comments-list .comment .comment-meta a {
    display: inline-block;
    color: #dedddc;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 10px;
}

.comments-list .comment p {
    font-size: 16px;
    color: #b2b1b3;
    line-height: 1.6;
    margin-top: 8px;
}

.comments-list .comment .children {
    padding-left: 45px !important;
}

.comments-list .reply .comment-reply-link {
    position: absolute;
    top: 18px;
    right: 0;
    color: #16c0f0;
    font-size: 15px;
    font-weight: 600;
}

.comments-list .reply .comment-reply-link:hover {
    color: #fff;
}

.comments-list .reply .comment-reply-link:before {
    content: "\f112";
    font-family: 'FontAwesome';
    font-weight: 500;
    margin-right: 7px;
}

.comment-respond {
    position: relative;
    margin-top: 60px;
}

.comment-respond .comment-reply-title {
    font-size: 26px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    margin-bottom: 35px;
}

.comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
    outline: none;
    position: absolute;
    top: 4px;
    right: 0;
    color: #16c0f0;
    font-size: 15px;
    font-weight: 600;
}

.comment-respond .comment-reply-title #cancel-comment-reply-link:hover {
    color: #fff;
}

.comment-respond .comment-form .logged-in-as a {
    display: inline-block;
    color: #dedddc;
    font-size: 16px;
    margin-bottom: 10px;
}

.comment-respond .comment-form .label {
    display: none;
}

.comment-respond .comment-form input[type=text],
.comment-respond .comment-form textarea {
    font-size: 16px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #5d5c60;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    height: 46px;
    padding: 12px;
    margin-bottom: 30px;
    width: 100%;
    line-height: normal;
    outline: none;
}

.comment-respond .comment-form textarea {
    min-height: 200px;
    resize: vertical;
}

.comment-respond .comment-form input[type=text]:focus,
.comment-respond .comment-form textarea:focus {
    outline: none;
    border: 1px solid #16c0f0;
}

.comment-respond .comment-form .comment-form-cookies-consent {
    margin-bottom: 18px;
}

.comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox] {
    height: auto;
}

.comment-respond .comment-form .comment-form-cookies-consent label {
    color: #b2b1b3;
    font-size: 15px;
    font-weight: 400;
}

.comment-respond .comment-form .form-submit {
    margin-bottom: 0;
}

.comment-respond .comment-form .form-submit .submit {
    background: #16c0f0;
    color: #fff;
    min-width: 130px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 12px 25px;
    border: 2px solid #16c0f0;
    outline: none;
    cursor: pointer;
    z-index: 2;
}

.comment-respond .comment-form .submit:focus {
    outline: 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: #292929;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin: 20px 0 0;
}

.pagination-numbers .page-numbers.current,
.pagination-numbers .page-numbers:hover {
    background: #16c0f0;
    color: #fff;
}

.navigation {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-pages .post-page-numbers {
    margin-left: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #4e4d4e;
    color: #fff;
}

.pagination-pages .post-page-numbers.current,
.pagination-pages .post-page-numbers:hover {
    color: #16c0f0;
}

.pagination-pages .post-page-numbers .page-numbers {
    display: inline-block;
}

.blog .post .post-content p img {
    margin: 0;
}

.blog .post .post-item .post-content .post-text blockquote {
    margin: 20px;
    padding: 20px;
    background-color: #292929;
    border: none;
}

.blog .post .post-item .post-content .post-text blockquote p {
    line-height: 1.8;
    font-weight: 400;
    color: #dfdfdf;
    font-size: 16px;
    border-top: none;
    padding-top: 0;
    margin: 0;
}

.blog .post .post-item .post-footer .post-tags .title {
    color: #dedddc;
    font-size: 15px;
    margin-right: 7px;
}

.blog .post .post-item .post-footer .post-tags a {
    display: inline-block;
    background-color: transparent;
    color: #dedddc;
    font-size: 15px;
    padding: 7px 13px;
    border: 1px solid #363535;
    margin-right: 5px;
}

.blog .post .post-item .post-footer .post-tags a:hover {
    background: #16c0f0;
    color: #fff;
}

.blog .post-navigation {
    overflow: hidden;
}

.blog .post-navigation .post-navigation-prev a,
.blog .post-navigation .post-navigation-next a {
    background: #292929;
    border: 1px solid #363536;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.blog .post-navigation .post-navigation-prev a:hover,
.blog .post-navigation .post-navigation-next a:hover {
    background: #16c0f0;
}

.blog .comments {
    margin-top: 60px;
}

.blog .comments .comments-count {
    font-size: 26px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    margin-bottom: 35px;
}

.blog .comments .comments-list .comment {
    position: relative;
}

.blog .comments .comments-list ul,
.blog .comments .comments-list ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog .comments .comments-list .comment .comment-body {
    margin-bottom: 35px;
}

.blog .comments .comments-list .comment .comment-author,
.blog .comments .comments-list .comment .comment-author .fn a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
}

.blog .comments .comments-list .comment .comment-author img {
    border-radius: 50%;
    margin-right: 10px;
}

.blog .comments .comments-list .comment .comment-author cite {
    font-style: normal;
    line-height: 1.3;
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
}

.blog .comments .comments-list .comment .comment-author .says {
    display: none;
}

.blog .comments .comments-list .comment .comment-meta a {
    display: inline-block;
    color: #b9b8b7;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 10px;
}

.blog .comments .comments-list .comment p {
    font-size: 15px;
    color: #eae9eb;
    line-height: 1.6;
    margin-top: 8px;
}

.blog .comments .comments-list .comment .children {
    padding-left: 45px !important;
}

.blog .comments .comments-list .reply .comment-reply-link {
    position: absolute;
    top: 18px;
    right: 0;
    color: #16c0f0;
    font-size: 15px;
    font-weight: 600;
}

.blog .comments .comments-list .reply .comment-reply-link:hover {
    color: #fff;
}

.blog .comments .comments-list .reply .comment-reply-link:before {
    content: "\f112";
    font-family: 'FontAwesome';
    font-weight: 500;
    margin-right: 7px;
}

.blog .comments .comment-respond {
    position: relative;
    margin-top: 60px;
}

.blog .comments .comment-respond .comment-reply-title {
    font-size: 26px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    margin-bottom: 35px;
}

.blog .comments .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
    outline: none;
    position: absolute;
    top: 4px;
    right: 0;
    color: #16c0f0;
    font-size: 15px;
    font-weight: 600;
}

.blog .comments .comment-respond .comment-reply-title #cancel-comment-reply-link:hover {
    color: #fff;
}

.blog .comments .comment-respond .comment-form .logged-in-as a {
    display: inline-block;
    color: #dedddc;
    font-size: 16px;
    margin-bottom: 10px;
}

.blog .comments .comment-respond .comment-form .label {
    display: none;
}

.blog .comments .comment-respond .comment-form input[type=text],
.blog .comments .comment-respond .comment-form textarea {
    font-size: 16px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #828285;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    height: 46px;
    padding: 12px;
    margin-bottom: 30px;
    width: 100%;
    line-height: normal;
    outline: none;
}

.blog .comments .comment-respond .comment-form input[type=text]::placeholder,
.blog .comments .comment-respond .comment-form textarea::placeholder {
    color: #fff;
}

.blog .comments .comment-respond .comment-form textarea {
    min-height: 200px;
    resize: vertical;
}

.blog .comments .comment-respond .comment-form input[type=text]:focus,
.blog .comments .comment-respond .comment-form textarea:focus {
    outline: none;
    border: 1px solid #16c0f0;
}

.blog .comments .comment-respond .comment-form .comment-form-cookies-consent {
    margin-bottom: 18px;
}

.blog .comments .comment-respond .comment-form .comment-form-cookies-consent input[type=checkbox] {
    height: auto;
}

.blog .comments .comment-respond .comment-form .comment-form-cookies-consent label {
    color: #c7c5c9;
    font-size: 15px;
    font-weight: 400;
}

.blog .comments .comment-respond .comment-form .form-submit {
    margin-bottom: 0;
}

.blog .comments .comment-respond .comment-form .form-submit .submit {
    background: #16c0f0;
    color: #fff;
    min-width: 130px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 12px 25px;
    border: 2px solid #16c0f0;
    outline: none;
    cursor: pointer;
    z-index: 2;
}

.blog .comments .comment-respond .comment-form .submit:focus {
    outline: none;
}

.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;
}

.no-results .search-widget {
    padding: 0;
    border: 0;
    position: relative;
}
  
.no-results .search-widget label {
    display: none;
}
  
.no-results .search-widget .search-field {
    color: #fff;
    background-color: #292929;
    border: 1px solid #363536;
    height: 50px;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    padding: 12px;
    width: 100%;
}

.no-results .search-widget .search-submit {
    position: absolute;
    top: 50%;
    right: 2%;
    -webkit-transform: translateY(-50%);
    -moz-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: #16c0f0;
    cursor: pointer;
}
  
.no-results .search-widget .search-submit:focus,
.no-results .search-widget .search-submit i:focus {
    outline: none;
}

.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: #16c0f0;
    font-weight: 600;
}

/* --------------------------------------
   17. Sidebar
-----------------------------------------*/

.sidebar .widget {
    margin-bottom: 30px;
    padding: 30px;
    background-color: #292929;
    border: 1px solid #363536;
}
  
.sidebar .widget .widget-title {
    position: relative;
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.sidebar .widget .widget-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, .1);
}

.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 {
    position: relative;
}
  
.sidebar .widget.widget_search .search-form {
    position: relative;
}
  
.sidebar .widget.widget_search label {
    display: none;
}
  
.sidebar .widget.widget_search .search-field {
    color: #fff;
    background-color: #323232;
    border: 1px solid #3a3939;
    height: 50px;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    padding: 12px;
    width: 100%;
}

.sidebar .widget.widget_search .search-field::placeholder {
    color: #dfdada;
}

.sidebar .widget.widget_search .search-submit {
    position: absolute;
    top: 50%;
    right: 2%;
    -webkit-transform: translateY(-50%);
    -moz-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: #16c0f0;
    cursor: pointer;
}
  
.sidebar .widget.widget_search .search-submit:focus,
.sidebar .widget.widget_search .search-submit i:focus {
    outline: none;
}

.sidebar .widget.widget_categories {
    padding: 30px;
    background-color: #292929;
    border: 1px solid #363536;
}

  .sidebar .widget.widget_categories ul {
    display: block;
    width: 100%;
  }
  
  .sidebar .widget.widget_categories ul .cat-item {
    position: relative;
    color: #16c0f0;
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #343434;
}
  
.sidebar .widget.widget_categories ul .cat-item:last-of-type {
    margin-bottom: 0;
}

.sidebar .widget.widget_categories ul .cat-item li {
    border: 0;
    padding-bottom: 0;
}
  
.sidebar .widget.widget_categories ul .cat-item a {
    color: #dedddc;
    font-size: 15px;
    padding-left: 0;
}

.sidebar .widget.widget_categories ul .cat-item a:before {
    content: none;
}

.sidebar .widget.widget_categories ul .cat-item:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
    color: #16c0f0;
    opacity: 0.4;
}
  
.sidebar .widget.widget_categories ul .cat-item a:hover {
    color: #16c0f0;
}

.sidebar .widget.widget_categories ul .cat-item > .children {
    margin-top: 15px;
    position: relative;
}
  
.sidebar .widget.widget_recent_entries_thumbnail {
    padding: 30px;
    background-color: #292929;
    border: 1px solid #363536;
}

.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;
    padding-left: 0;
  }

  .sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-image a:before {
    content: none;
  }
  
  .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 a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    margin: 0 0 4px;
    padding-left: 0;
  }

  .sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-data h4 a:before {
    content: none;
  }
  
  .sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-data h4 a:hover {
    color: #16c0f0;
  }
  
  .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: 13px;
    color: #dedddc;
    font-weight: 500;
    margin: 0;
    padding-left: 0;
  }

  .sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-data .thumbnail-post-w-date a:before {
    content: none;
  }
  
  .sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-data .thumbnail-post-w-date a:hover {
    color: #16c0f0;
  }
  
.sidebar .widget.widget_tag_cloud {
    padding: 30px;
    background-color: #292929;
    border: 1px solid #363536;
}

.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 #343434;
    margin: 5px;
}
  
.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
    background-color: #16c0f0;
    color: #fff;
}

/* --------------------------------------
   18. Media Queries
-----------------------------------------*/

/* Extra Large Devices */
@media (min-width: 1200px) {}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    
    /*=========== Navbar ============*/
    .navbar > .container .navbar-brand {
        margin-left: 0;
    }
    
    /*=========== Home ============*/
    .home .intro {
        margin-left: 3vw;
    }
    
    /*=========== Services ============*/
    .services .service h4 {
        font-size: 15px;
        letter-spacing: .7px;
    }
    
    /*=========== Fun Facts ============*/
    .facts .fact-item h4 {
        display: block;
        padding: 16px 20px 16px 40px;
        letter-spacing: 0;
    }
    
    .facts .fact-item h4 span {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    
    .main-title h2 {
        font-size: 26px;
    }
    
    .main-title span {
        font-size: 18px;
    }
    
    /*=========== Navbar ============*/
    .navbar {
        background-color: #323232;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    
    .navbar .navbar-header {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    
    .navbar .menu-toggle {
        display: block;
    }
    
    .navbar .navbar-links {
        position: fixed;
        top: 73px;
        left: 0;
        width: 100%;
        height: calc(100vh - 73px);
        visibility: hidden;
        background: rgba(0, 0, 0, .4);
        overflow: auto;
    }
    
    .navbar .navbar-links .navbar-nav {
        background: #323232;
        position: absolute;
        top: 0;
        left: -300px;
        width: 265px;
        height: 100%;
        display: block;
        margin: 0;
        overflow: auto;
    }
    
    .navbar .navbar-nav > li {
        display: block;
        width: 100%;
        border-top: 1px solid #3a3939;
        border-bottom: 1px solid #292929;
    }

    .navbar .navbar-nav > li > a,
    .navbar .navbar-nav > li > a:hover,
    .navbar .navbar-nav > li > a:focus {
        position: relative;
        display: block;
        padding: 15px 28px;
        margin: 0;
        letter-spacing: 2px;
    }

    .navbar .navbar-nav > li > a:before,
    .navbar .navbar-nav > li.menu-item-has-children > .sub-menu > li > a:before {
        left: 28px;
        top: 15px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .navbar .navbar-nav > li.menu-item-has-children > .sub-menu > li > a:before {
        top: 12px;
    }

    .navbar .navbar-nav > li.menu-item-has-children > a:after {
        right: 14px;
        top: 16.5px;
    }

    .navbar .navbar-nav > li.menu-item-has-children > .sub-menu {
        position: static;
        width: 100%;
    }

    .navbar .navbar-nav > li.menu-item-has-children > .sub-menu > li > a {
        position: relative;
        padding: 12px 28px;
    }
    
    .navbar.menu-active .navbar-links {
        visibility: visible;
    }
    
    .navbar.menu-active .navbar-links .navbar-nav {
        left: 0;
    }
    
    /*=========== Home ============*/
    .home .intro h1 {
        font-size: 75px;
    }
    
    /*=========== About Me ============*/
    .about-me .about-image {
        margin-right: 110px;
        margin-left: 110px;
        margin-bottom: 60px;
    }
    
    /*=========== Services ============*/
    .services {
        padding-bottom: 70px;
    }
    
    .services .service {
        margin-bottom: 30px;
    }
    
    /*=========== Resume ============*/
    .resume .education {
        margin-bottom: 30px;
    }
    
    /*=========== Skills ============*/
    .skills .skills-left {
        margin-bottom: 30px;
    }
    
    /*=========== Fun Facts ============*/
    .facts .fact-item h4 {
        padding: 17px 30px 17px 65px;
    }
    
    /*=========== Blog ============*/
    .blog .post-item .post-content .post-text p {
        padding-top: 11px;
        margin: 11px 0 0;
        font-size: 13px;
    }

    .blog .comments .comment-respond {
        margin-bottom: 60px;
    }

    /*=========== Contact ============*/
    .contact .contact-boxes {
        margin-bottom: 30px;
    }

    /*=========== 404 ============*/
    .error-404 {
        margin-bottom: 30px;
    }

    /*=========== Search ============*/
    .search-widget {
        margin-bottom: 30px;
    }

    .pagination-numbers .page-numbers {
        margin-bottom: 30px;
    }
}

/* Small Devices */
@media (max-width: 767.98px) {
    
    .main-title h2 {
        font-size: 26px;
    }
    
    .main-title span {
        font-size: 18px;
    }
    
    .container {
        max-width: 540px;
    }
    
    /*=========== Navbar ============*/
    .navbar {
        background-color: #323232;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    
    .navbar .navbar-header {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    
    .navbar .menu-toggle {
        display: block;
    }
    
    .navbar .navbar-links {
        position: fixed;
        top: 73px;
        left: 0;
        width: 100%;
        height: calc(100vh - 73px);
        visibility: hidden;
        background: rgba(0, 0, 0, .4);
        overflow: auto;
    }
    
    .navbar .navbar-links .navbar-nav {
        background: #323232;
        position: absolute;
        top: 0;
        left: -300px;
        width: 265px;
        height: 100%;
        display: block;
        margin: 0;
        overflow: auto;
    }
    
    .navbar .navbar-nav > li {
        display: block;
        width: 100%;
        border-top: 1px solid #3a3939;
        border-bottom: 1px solid #292929;
    }

    .navbar .navbar-nav > li > a,
    .navbar .navbar-nav > li > a:hover,
    .navbar .navbar-nav > li > a:focus {
        position: relative;
        display: block;
        padding: 15px 28px;
        margin: 0;
        letter-spacing: 2px;
    }

    .navbar .navbar-nav > li > a:before,
    .navbar .navbar-nav > li.menu-item-has-children > .sub-menu > li > a:before {
        left: 28px;
        top: 15px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .navbar .navbar-nav > li.menu-item-has-children > .sub-menu > li > a:before {
        top: 12px;
    }

    .navbar .navbar-nav > li.menu-item-has-children > a:after {
        right: 14px;
        top: 16.5px;
    }

    .navbar .navbar-nav > li.menu-item-has-children > .sub-menu {
        position: static;
        width: 100%;
    }

    .navbar .navbar-nav > li.menu-item-has-children > .sub-menu > li > a {
        position: relative;
        padding: 12px 28px;
    }
    
    .navbar.menu-active .navbar-links {
        visibility: visible;
    }
    
    .navbar.menu-active .navbar-links .navbar-nav {
        left: 0;
    }
    
    /*=========== Home ============*/
    .home .intro h1 {
        font-size: 50px;
    }
    
    /*=========== About Me ============*/
    .about-me {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .about-me .about-image {
        margin-right: 80px;
        margin-left: 80px;
        margin-bottom: 60px;
    }
    
    .about-me .about-info h3 {
        font-size: 18px;
    }
    
    /*=========== Services ============*/
    .services {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    
    .services .service {
        margin-bottom: 30px;
    }
    
    /*=========== Resume ============*/
    .resume {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .resume .education {
        margin-bottom: 30px;
    }
    
    /*=========== Skills ============*/
    .skills {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .skills .skills-left {
        margin-bottom: 30px;
    }
    
    /*=========== Portfolio ============*/
    .portfolio {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    
    /*=========== Fun Facts ============*/
    .facts {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    
    .facts .fact-item {
        margin: 0 50px 30px;
    }
    
    /*=========== Testimonials ============*/
    .testimonials {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    /*=========== Blog ============*/
    .blog {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    
    .blog .post-item {
        margin-bottom: 20px;
        height: auto;
    }
    
    .blog .post-item .post-img {
        float: none;
        width: 100%;
        height: auto;
    }
    
    .blog .post-item .post-content {
        float: none;
        width: 100%;
        padding: 30px 20px 80px;
        height: auto;
    }
    
    .blog .post-item .post-content .post-text p {
        margin: 15px 0;
    }

    .blog .comments .comment-respond {
        margin-bottom: 60px;
    }
    
    /*=========== Contact ============*/
    .contact {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .contact .contact-boxes {
        padding: 40px 90px;
        margin-bottom: 30px;
    }

    /*=========== 404 ============*/
    .error-404 {
        margin-bottom: 30px;
    }

    /*=========== Search ============*/
    .search-widget {
        margin-bottom: 30px;
    }

    .pagination-numbers .page-numbers {
        margin-bottom: 30px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    
    .main-title {
        margin-bottom: 50px;
    }
    
    .main-title h2 {
        font-size: 20px;
    }
    
    .main-title span {
        font-size: 16px;
        left: 60%;
    }
    
    /*=========== Home ============*/
    .home .intro h3 {
        font-size: 20px;
        letter-spacing: .3px;
    }
    
    .home .intro h1 {
        font-size: 42px;
    }
    
    .home .intro p {
        font-size: 20px;
        letter-spacing: .3px;
    }
    
    .home .arrow {
        right: 5px;
    }
    
    /*=========== About Me ============*/
    .about-me .about-image {
        margin: 0;
        margin-bottom: 50px;
    }
    
    .about-me .about-info .main-title {
        margin-bottom: 30px;
    }
    
    .about-me .about-info h3 {
        margin-bottom: 20px;
    }
    
    .about-me .about-info p {
        margin-bottom: 20px;
    }
    
    .about-me .about-info .personal-info {
        margin-bottom: 20px;
    }
    
    /*=========== Skills ============*/
    
    .skills .skills-list {
        display: none;
    }
    
    .skills .skills-content {
        background: none;
        padding: 0;
    }
    
    .skills .skills-content .professional-skills,
    .skills .skills-content .personal-skills {
        display: block;
        padding: 20px 25px;
        padding-top: 80px;
        position: relative;
        background: #323232;
    }

    .skills .skills-content .professional-skills {
        margin-bottom: 30px;
    }
    
    .skills .skills-content h3 {
        display: block;
    }
    
    .skills .progress-container .progress h4 {
        padding: 0 56px 0 15px;
        letter-spacing: .3px;
    }
    
    .skills .progress-container .progress h4 .percent {
        padding: 0 8px;
    }
    
    /*=========== Fun Facts ============*/
    .facts .fact-item {
        margin: 0;
        margin-bottom: 30px;
    }
    
    .testimonials .testimonial-box .client-pic {
        margin-top: 30px;
    }

    /*=========== Blog ============*/
    .blog .comments .comments-list .comment .children {
        padding-left: 40px !important;
    }

    .blog .comments .comments-list .comment .comment-author .fn {
        display: block;
        margin-top: 10px;
    }
    
    /*=========== Contact ============*/
    .contact .contact-boxes {
        padding: 40px 20px;
    }
    
}