/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px white;
    box-shadow: inset 0 0 5px white;
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ff4e3d;
    border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #333;
}

section.my-blog-post.show {
    z-index: 4;
}

* {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
}

body {
    font-family: "Poppins", sans-serif;
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background-color: rgb(201, 14, 14);
}

::selection {
    color: #fff;
    text-shadow: none;
    background-color: rgb(161, 17, 17);
}

*:not(div) {
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

:before,
:after {
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.no-padding {
    padding: 0;
}

a:hover,
a:focus {
    text-decoration: none;
}
.btn:focus {
    box-shadow: none;
}
.align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.move {
    transform-style: inherit !important;
}
/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.96);
}

.preloader .line {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 4px;
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    background: #5d5d5d47;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.preloader .line:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background: #ff4e3d;
    -webkit-animation: animate_line 8s linear infinite;
    animation: animate_line 8s linear infinite;
}

@-webkit-keyframes animate_line {
    0% {
        width: 0%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

@keyframes animate_line {
    0% {
        width: 0%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}
.theme-body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    overflow: hidden;
    flex-wrap: wrap;
}

.col-lg-6.tt,
.col-lg-4.tt {
    padding: 0;
}

.sections-two {
    padding: 15px;
    background: #ccc;
    height: 100vh;
}

/* About Me Box */
.about-me-box .movie__card {
    background-image: url("../img/bg.jpg");
    height: calc(100vh - 30px);
    background-size: cover;
    background-position: center;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(31, 31, 31, 0.7);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}
.movie__card:hover .overlay {
    height: 50%;
}
.about-me-box .home-box {
    background-color: #ccc;
    margin: 15px 0 15px 15px;
}

.about-box-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 50px;
}

.about-box-content h2 {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
}

.about-box-content h4 {
    color: #ccc;
    font-style: italic;
    font-size: 18px;
    margin-left: 80px;
    margin-top: 15px;
}

.theme-btn,
.theme-btn:visited {
    background: #fff;
    margin-top: 25px;
    border-radius: 0;
    padding: 12px 30px;
    min-width: 200px;
    color: #ff4e3d;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 13px;
}
.theme-btn:hover {
    background: #ff4e3d;
    color: #fff;
}
i.pe-7s-mouse {
    position: absolute;
    color: #fff;
    font-size: 34px;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
}

/* About Content */
.move1 {
    position: relative;
    overflow: hidden;
}

.about-me {
    height: 100%;
    padding: 50px;
    overflow: auto;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.about-me.show-about {
    top: 0;
}

.about-me i.la.la-close {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 30px;
    cursor: pointer;
}

.short-info h2 {
    font-weight: bold;
    color: #ff4e3d;
    font-size: 28px;
    margin-bottom: 15px;
}

.short-info .typed {
    font-style: italic;
    font-size: 18px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.short-info p {
    color: #555;
    font-size: 14px;
    line-height: 26px;
}

ul.i-info {
    margin: 25px 0;
}

ul.i-info li {
    display: inline-block;
    margin-left: 30px;
}

ul.i-info li:after {
}

ul.i-info li h4 {
    display: inline-block;
    font-size: 18px;
    color: #ff4e3d;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

ul.i-info li span {
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    text-transform: capitalize;
    color: #666;
}

ul.i-info li:first-of-type {
    margin: 0;
}

.about-title {
    margin-bottom: 30px;
    text-align: center;
}

.about-title h1 {
    font-size: 70px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #3333;
}

.a-section-title {
    color: #333;
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    background: #f7f7f7;
    display: block;
}

.a-section-title i {
    width: 40px;
    height: 100%;
    background: #ff4e3d;
    color: #fff;
    line-height: 39px;
    text-align: center;
    margin-right: 10px;
}

.service-box {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 5px;
    position: relative;
}

.service-box i {
    color: #ff4e3d;
    font-size: 42px;
    margin-bottom: 15px;
}

.service-box h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.service-box p {
    font-size: 14px;
    line-height: 26px;
    color: #444;
}

.mt-50 {
    margin-top: 50px;
}

.big-num {
    font-size: 80px;
    font-weight: 900;
    color: rgba(255, 78, 61, 0.2);
    position: absolute;
    top: 0;
    right: 60px;
}

.about-me .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
}

.about-me .owl-nav button {
    background: #fff !important;
    width: 40px;
    height: 40px;
    outline: none;
}

.about-me .owl-nav button i {
    font-size: 28px;
    color: #000;
}

.download-cv-box a {
    margin-top: 10px;

    border: 2px solid #ff4e3d;
    color: #ff4e3d;
    background-color: transparent;
}

.download-cv-box a:hover {
    background: #ff4e3d;
    color: #fff;
    border: 2px solid transparent;
}

.testimonials-box {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 5px;
    position: relative;
}

.testimonials-box img {
    width: 60px;
    height: 60px;
    max-width: 60px;
    display: inline-block !important;
}

.testimonials-box p {
    font-size: 16px;
    line-height: 28px;
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: #222;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.testimonials-box .name {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: bold;
}

.testi-info {
    display: inline-block;
    margin-left: 15px;
}

.testi-info-img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonials-box .title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0px;
    color: #ff4e3d;
}

.clients-box a img {
    height: 60px !important;
    width: auto !important;
    margin: 30px auto;
}

.clients-carousel {
    background: #f9f9f9;
    padding: 30px 0;
    border-radius: 5px;
    position: relative;
}

/* Blog Box */
.blog-box-content {
    background-image: url("../img/1.jpeg");
    background-size: cover;
    height: calc(50vh - 15px);
    margin-bottom: 15px;
}

.blog-box-content .content-box {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    opacity: 0;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.blog-box-content .gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(rgba(68, 68, 68, 0.9)),
        to(rgba(17, 17, 17, 0.8))
    );
    background: -webkit-linear-gradient(
        left top,
        rgba(68, 68, 68, 0.9),
        rgba(17, 17, 17, 0.8)
    );
    background: -o-linear-gradient(
        left top,
        rgba(68, 68, 68, 0.9),
        rgba(17, 17, 17, 0.8)
    );
    background: linear-gradient(
        to right bottom,
        rgba(68, 68, 68, 0.9),
        rgba(17, 17, 17, 0.8)
    );
    position: absolute;
    top: 0;
    left: 0;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    -ms-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.blog-box-content:hover .gradient {
    opacity: 1;
}

.blog-box-content:hover .gradient .content-box {
    opacity: 1;
    top: 50%;
}

.blog-box-content .content-box h2 {
    font-weight: bold;
    font-size: 42px;
    color: #ff4e3d;
    margin-bottom: 15px;
}

.blog-box-content .content-box span {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.blog-box-content .content-box a {
    color: #ff4e3d;
    border: 2px solid #ff4e3d;
    background-color: transparent;
}

.blog-box-content .content-box a:hover {
    background-color: #ff4e3d;
    color: #fff;
}

.blog-box-content .content-box i {
    font-size: 50px;
    margin-bottom: 10px;
    color: #fff;
}

/* Resume Box */
.resume-box {
    height: calc(100vh - 30px);
    background-color: #ccc;
    margin-right: 15px;
}

.resume-box-content {
    height: calc(50vh - 15px);
    position: relative;
    background-color: #fff;
    margin-top: 15px;
}

.resume-box-content .content-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.resume-box-content h2 {
    font-weight: bold;
    font-size: 42px;
    color: #ff4e3d;
    margin-bottom: 15px;
}

.resume-box-content .content-box span {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #444;
}

.resume-box-content .content-box a {
    color: #ff4e3d;
    border: 2px solid #ff4e3d;
    background-color: transparent;
}

.resume-box-content .content-box a:hover {
    background-color: #ff4e3d;
    color: #fff;
}

.resume-box-content i {
    font-size: 50px;
    margin-bottom: 10px;
}

/* Portfolio Box */
.portfolio-box {
    height: calc(100vh - 30px);
    background-color: #ccc;
}

.portfolio-box-content {
    height: calc(50vh - 15px);
    position: relative;
    background-color: #fff;
    margin-bottom: 15px;
}

.portfolio-box-content .content-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.portfolio-box-content h2 {
    font-weight: bold;
    font-size: 42px;
    color: #ff4e3d;
    margin-bottom: 15px;
}

.portfolio-box-content .content-box span {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #444;
}

.portfolio-box-content .content-box a {
    color: #ff4e3d;
    border: 2px solid #ff4e3d;
    background-color: transparent;
}

.portfolio-box-content .content-box a:hover {
    background-color: #ff4e3d;
    color: #fff;
}

.portfolio-box-content i {
    font-size: 50px;
    margin-bottom: 10px;
}

/* Contact Box */
.contact-box-content {
    background-image: url("../img/2.jpg");
    background-size: cover;
    height: calc(50vh - 15px);
    margin-top: 15px;
}

.contact-box-content .content-box {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    opacity: 0;
}

.contact-box-content .gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(rgba(68, 68, 68, 0.9)),
        to(rgba(17, 17, 17, 0.8))
    );
    background: -webkit-linear-gradient(
        left top,
        rgba(68, 68, 68, 0.9),
        rgba(17, 17, 17, 0.8)
    );
    background: -o-linear-gradient(
        left top,
        rgba(68, 68, 68, 0.9),
        rgba(17, 17, 17, 0.8)
    );
    background: linear-gradient(
        to right bottom,
        rgba(68, 68, 68, 0.9),
        rgba(17, 17, 17, 0.8)
    );
    position: absolute;
    top: 0;
    left: 0;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
}

.contact-box-content:hover .gradient {
    opacity: 1;
}

.contact-box-content:hover .gradient .content-box {
    opacity: 1;
    top: 50%;
}

.contact-box-content .content-box h2 {
    font-weight: bold;
    font-size: 42px;
    color: #ff4e3d;
    margin-bottom: 15px;
}

.contact-box-content .content-box span {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.contact-box-content .content-box a {
    color: #ff4e3d;
    border: 2px solid #ff4e3d;
    background-color: transparent;
}

.contact-box-content .content-box a:hover {
    background-color: #ff4e3d;
    color: #fff;
}

.contact-box-content .content-box i {
    font-size: 50px;
    margin-bottom: 10px;
    color: #fff;
}

.theme-body {
    background: #ccc;
    position: relative;
}

.theme-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
}

.show {
    opacity: 1;
    visibility: visible;
    overflow: auto;
}

.container-fluid {
    padding: 50px;
}

.section-close {
    position: absolute;
    top: 30px;
    right: 30px;
}

.section-close i {
    cursor: pointer;
    font-size: 35px;
}

.lines-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    font-size: 0;
    z-index: 5;
    pointer-events: none;
    margin: 15px;
}

.lines-grid .row {
    margin: 0;
    height: 100%;
}

.lines-grid .row .col {
    padding: 0;
    height: 100%;
}

.lines-grid .row .col .lines {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
}

.lines-grid .row .col .lines .line-1,
.lines-grid .row .col .lines .line-2 {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
}

.lines-grid .row .col .lines .line-2 {
    height: 0%;
    background: rgba(0, 0, 0, 0.05);
}

.lines-grid .row .col:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.lines-grid.loaded .row .col:after {
    width: 0;
}

.lines-grid.z-index {
    z-index: 111;
}

/* My Resume Section */
.education .education-box,
.experience .experience-box {
    background: #f7f7f7;
    padding: 40px;
    border-radius: 10px;
}



.education h4.name,
.experience h4.name {
    font-size: 18px;
    color: #222;
    font-weight: bold;
}

.education .date,
.experience .date {
    font-size: 14px;
    margin-bottom: 15px;
    color: #777;
}

.education .date span,
.experience .date span {
    color: #ff4e3d;
}

.education p,
.experience p {
    font-size: 14px;
    line-height: 26px;
    color: #797878;
}

.education .edu-box-info,
.experience .exp-box-info {
    margin-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
}

.education .edu-box-info:last-of-type,
.experience .exp-box-info:last-of-type {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

.skill-box {
    margin-bottom: 30px;
}

.skill-box:last-of-type {
    margin-bottom: 0;
}

.skill-title {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 12px;
}

.skill-box .progress-line {
    background: #999;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    height: 5px;
    margin: 0;
    position: relative;
    width: 100%;
}

.skill-box .progress-line > span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #ff4e3d;
}

.skill-box .progress-line > span > .percent-tooltip {
    position: absolute;
    right: -15px;
    top: -30px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

/* Portfolio Section */
.section-title h1 {
    font-size: 70px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #3333;
}

.section-title {
    margin-bottom: 50px;
}

.my-portfolio:before {
    content: "";
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 70%;
    height: 1px;
    background: #eee;
}

.mix {
    display: none;
}

.no-p {
    padding: 0 15px;
    margin-bottom: 30px;
}

.no-margin {
    margin-bottom: 0;
}

img.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.my-portfolio ul {
    margin-bottom: 50px;
    text-align: center;
}

.my-portfolio ul li {
    display: inline-block;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin: 0 5px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    background: rgba(255, 78, 61, 0.6);
    padding: 6px 15px;
}

li.filter.active {
    background: #ff4e3d;
}

.my-portfolio a.port-card {
    display: block;
    position: relative;
    color: #fff !important;
    border: 1px solid #ececec;
    overflow: hidden;
}

.my-portfolio .port-card .card-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    border: 8px solid rgba(255, 78, 61, 0.62);
    background-color: rgba(255, 255, 255, 0.9);
}

.card-hover .icon {
    position: absolute;
    color: #222;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 38px;
    cursor: pointer;
}

.card-hover .title {
    position: absolute;
    color: #ff4e3d;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    bottom: 20px;
    right: 20px;
    letter-spacing: 1px;
}

/* Blog Section */
.blog-body {
    margin-bottom: 60px;
    padding: 10px;
    background: #f3f3f3;
    overflow: hidden;
}

.blog-img-box {
    position: relative;
}

a.blog-icon {
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;

    opacity: 0;
}
.blog-hover {
    background: -webkit-gradient(
        linear,
        left top,
        right bottom,
        from(rgba(68, 68, 68, 0.9)),
        to(rgba(17, 17, 17, 0.8))
    );
    background: -webkit-linear-gradient(
        left top,
        rgba(68, 68, 68, 0.9),
        rgba(17, 17, 17, 0.8)
    );
    background: -o-linear-gradient(
        left top,
        rgba(68, 68, 68, 0.9),
        rgba(17, 17, 17, 0.8)
    );
    background: linear-gradient(
        to right bottom,
        rgba(68, 68, 68, 0.9),
        rgba(17, 17, 17, 0.8)
    );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.blog-body:hover .blog-hover {
    opacity: 0.7;
}
.blog-body:hover a.blog-icon {
    opacity: 1;
    top: 50%;
}

a.blog-date {
    text-align: center;
}

a.blog-date span {
    display: inline-block;
    margin-bottom: 10px;
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
}
.blog-contet-box {
    margin-top: 20px;
    text-align: center;
}
.blog-contet-box a h3 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-align: center;
}

.blog-contet-box a i {
    margin-right: 5px;
    color: #333;
}

.img-post {
    background-image: url("../img/blog-post/img_2.jpg");
    background-size: cover;
    height: 400px;
    width: 100%;
}
.post-name h3 {
    margin: 20px 0;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 1px;
}

ul.meta li {
    display: inline-block;
    margin: 0 15px;
}

ul.meta li a {
    color: #333;
}
.meta li a:hover {
    color: #ff4e3d;
}

ul.meta {
    margin-bottom: 25px;
}

ul.meta li:first-of-type {
    margin: 0;
}
p.special {
    border-left: 10px solid #ff4e3d;
    padding: 0px 0 0 20px;
    line-height: 1.8;
    color: #111 !important;
}

.my-blog-post p {
    margin-bottom: 20px;
    color: #555;
}
p.special {
    border-left: 10px solid #ff4e3d;
    padding: 0px 0 0 20px;
    line-height: 1.8;
    color: #111 !important;
}

.my-blog-post p {
    margin-bottom: 20px;
    color: #555;
}

.share-post ul {
    display: inline-block;
}

.share-post ul li {
    display: inline-block;
    margin: 0 5px;
}

.share-post ul li a {
    color: #222;
}
.lines-grid .row .col .lines .line-1,
.lines-grid .row .col .lines .line-2 {
    background: transparent;
}

/* Contact Me Section */

#map {
    height: 350px;
}

.map {
    padding: 0;
}

.mt-100 {
    height: 100px;
    display: block;
    width: 100%;
}

.contact-info-box {
    background: #ff4e3d;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto 25px auto;
}

.contact-info-box .icon {
    color: #fff;
    font-size: 34px;
}

.contact-info-box .icon i {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.contact-info-box .icon i:hover,
.contact-info-box .name h4:hover {
    color: #333;
}

.contact-info-box .name h4 {
    color: #eee;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.contact .section-title-1 {
    margin-bottom: 80px;
}

input[type="text"],
input[type="email"],
textarea {
    border: none;
    border-bottom: 1px solid #cecece;
    width: 100%;
    padding: 0 0 20px 0;
    color: #333;
    font-weight: bold;
    margin-bottom: 35px;
    outline: none;
    font-size: 14px;
}

::-webkit-input-placeholder {
    color: #222;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #222;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
}

::-ms-input-placeholder {
    color: #222;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
}

::placeholder {
    color: #222;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
}

textarea {
    min-height: 120px;
    outline: none;
}

form p {
    color: #555;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

input[type="submit"] {
    border: 2px solid #ff4e3d;
}

input[type="submit"]:hover {
    background-color: #ff4e3d;
    color: #fff;
}
