/*
    Hayato By Alexa Theme
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header Section
    3.0 Hero section
    3.0 About Section
    4.0 Service Section
    5.0 Skills Section
    6.0 Portfolio Section
    7.0 Testimonial Section
    8.0 Subscribe Section
    9.0 Blog Section
    10.0 Contact Section
    11.0 Footer Section
    12.0 Scroll to Top
    
    ==========================================================================
    Hayato
    ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600&display=swap');

/*  ==========================================================================
    Common Styles
    ========================================================================== */
* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #808899;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #333;
}

h1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 62px;
    margin: 0 0 20px;
    letter-spacing: -1.5px;
}

h2 {
    font-size: 24px;
    color: #022144;
    margin: 0 0 8px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.04em;
}

h3,
h4 {
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.4;
    color: #022144;
    letter-spacing: -0.01em;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 15px;
}

h5,
h6 {
    font-size: 14px;
    margin: 0 0 10px;
}

img {
    border: none;
    outline: none;
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

p,
li,
a,
span {}

p {
    font-size: 15px;
    margin-bottom: 15px;
}

a,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #dc3545;
}

::selection {
    background-color: #dc3545;
    color: #fff
}

-webkit-::selection {
    background-color: #dc3545;
    color: #fff
}

::-moz-selection {
    background-color: #dc3545;
    color: #fff
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #999 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #999 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999 !important;
}

button {
    border: none;
    background: none;
}

/* Helper Class */
.padding {
    padding: 80px 0;
}

.padding-15 {
    padding: 15px;
}

.no-padding {
    padding: 0;
}

.sm-padding {
    padding: 15px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

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

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

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

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

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

.fz-28 {
    font-size: 28px;
}

.fz-24 {
    font-size: 24px;
}

.fz-22 {
    font-size: 22px;
}

.fz-20 {
    font-size: 20px;
}

.fz-18 {
    font-size: 18px;
}

.fz-16 {
    font-size: 16px;
}

.bd-bottom {
    border-bottom: 2px solid #eee;
}

.text-black {
    color: #282828;
}

.text-white {
    color: #ffffff;
}

.bg-grey {
    background-color: #f8f9fb;
}

/* Preloader Styles */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}

.loader {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    margin-top: -30px;
}

body.loaded #preloader {
    opacity: 0;
    visibility: hidden;
}

/* Button Style */
.btn-group {}

.btn-group a {
    margin: 5px;
}

.default-btn {
    font-family: "Poppins", sans-serif;
    letter-spacing: 0;
    background-color: #dc3545;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    z-index: 1;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.default-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #111;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.default-btn:hover {
    color: #fff;
}

.default-btn:hover:before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.section-heading h2 {
    font-size: 32px;
    line-height: 42px;
    text-transform: capitalize;
}

.section-heading h4 {
    color: #dc3545;
    margin-bottom: 20px;
}

.section-heading h2 span {
    color: #dc3545;
}

.section-heading p {
    margin: 15px 0 20px 0;
}

/* Transition Effect */
a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* ==========================================================================
   Header Section
   ========================================================================== */
/*=====================================================
    Navigation And Headers
=====================================================*/
.header {
    background-color: transparent;
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    z-index: 99;
}

.header-logo a {
    font-size: 49px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
}

.header-logo a span {
    color: #dc3545;
}

.sticky-header .header-logo a {
    color: #1c1c1c;
    margin-top: 0;
}

.header-logo .dark {
    display: none;
}

.sticky-header.sticky-fixed-top .header-logo .light {
    display: none;
}

.sticky-header.sticky-fixed-top .header-logo .dark {
    display: block;
}

/* Sticky Header */
.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    z-index: 99;
}

.sticky-header .primary-header {
    background-color: #fff;
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.1);
}

.admin-bar .sticky-header {
    top: 32px;
}

.admin-bar .header {
    margin-top: 32px;
}

.admin-bar .header-three {
    margin-top: 0;
}

.sticky-header.sticky-fixed-top {
    transition: transform 1s ease;
    will-change: transform;
}

.sticky-header.sticky-fixed-top {
    transform: translateY(0);
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Burger Menu */
.mobile-menu-icon {
    display: none;
}

.burger-menu {
    width: 20px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: transform 330ms ease-out;
    -moz-transition: transform 330ms ease-out;
    -o-transition: transform 330ms ease-out;
    transition: transform 330ms ease-out;
}

.burger-menu.menu-open {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.dark-text .line-menu,
.line-menu {
    background-color: #222222;
    border-radius: 2px;
    width: 100%;
    height: 3px;
}

.line-menu.line-half {
    width: 50%;
}

.line-menu.first-line {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
}

.menu-open .line-menu.first-line {
    -webkit-transform: rotate(-90deg) translateX(3px);
    -moz-transform: rotate(-90deg) translateX(3px);
    -o-transform: rotate(-90deg) translateX(3px);
    transform: rotate(-90deg) translateX(3px);
}

.line-menu.last-line {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}

.menu-open .line-menu.last-line {
    -webkit-transform: rotate(-90deg) translateX(-3px);
    -moz-transform: rotate(-90deg) translateX(-3px);
    -o-transform: rotate(-90deg) translateX(-3px);
    transform: rotate(-90deg) translateX(-3px);
}

/* Menu Style */
.header-menu-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-menu-wrap ul li {
    display: inline-block;
    position: relative;
}

.header-menu-wrap ul li:not(:last-of-type) {
    margin-right: 50px;
}

.header-menu-wrap ul li>a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 70px;
    position: relative;
    padding: 0;
    line-height: 1;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    transition: all ease-in-out 0.2s;
    z-index: 1;
}

.header-menu-wrap ul li>a:hover {
    color: #dc3545;
}

.header-menu-wrap ul li>a:before {
    background-color: #dc3545;
    top: 50%;
    margin-top: -1px;
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    left: 0;
    transition: all .5s ease 0s;
    visibility: hidden;
    opacity: 0;
}

.header-menu-wrap ul li>a:hover:before {
    width: 100%;
    left: 0;
    visibility: visible;
    opacity: 1;
}

.header.dark-text .header-menu-wrap ul li>a {
    color: #0e1318;
}

.header-menu-wrap li ul {
    background-color: #fff;
    display: block;
    width: 220px;
    padding: 0;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1), 0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    position: absolute;
    left: -35px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
}

.header-menu-wrap li:hover>ul {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.header-menu-wrap li li {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    text-align: left;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.header-menu-wrap li li:last-child {
    margin: 0;
    border-bottom: 0;
}

.header-menu-wrap li li>a {
    font-family: "Rubik", sans-serif;
    display: block;
    height: auto;
    line-height: inherit;
    color: #1e1318;
    font-weight: 500;
    font-size: 14px;
    line-height: 45px;
    letter-spacing: -0.5px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

.header-menu-wrap li li:hover {
    background-color: #ff8e28;
}

.header-menu-wrap li li:hover>a {
    color: #fff;
}

.header.dark-text .header-menu-wrap li li:hover>a {
    color: #fff;
}

.header-menu-wrap li ul li ul {
    width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
}

/* Media Query */
@media (min-width: 993px) {
    .header-menu-wrap li ul {
        display: block !important;
    }

    .sticky-fixed-top .header-right .search-icon,
    .sticky-fixed-top .header-menu-wrap ul li>a {
        color: #0e1318;
    }

    .sticky-fixed-top .header-menu-wrap ul li>a:hover {
        color: #dc3545;
    }

    .sticky-fixed-top .header-menu-wrap li li:hover>a {
        color: #fff;
    }
}

@media (max-width: 992px) {
    #page.site {
        margin-top: 0 !important;
    }

    .headroom--top .header-menu-wrap,
    .headroom--unpinned .header-menu-wrap {
        display: none !important;
    }

    .dropdown-plus {
        width: 49px;
        height: 49px;
        line-height: 49px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    .dropdown-plus:before,
    .dropdown-plus:after {
        position: absolute;
        content: '';
        top: 21px;
        right: 10px;
        width: 10px;
        height: 2px;
        background-color: #6a7c92;
    }

    .dropdown-plus:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .dropdown-plus.dropdown-open:after {
        display: none;
    }

    .mobile-menu-icon {
        display: block;
    }

    .header-menu-wrap {
        display: none;
        background-color: #fff;
        width: 100%;
        height: auto;
        padding: 0 20px;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 999;
    }

    .header-menu-wrap ul li {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        margin: 0;
    }

    .header-menu-wrap ul li:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.04);
    }

    .header-menu-wrap ul li>a {
        margin: 10px 35px;
        height: inherit;
        line-height: inherit;
    }

    .header-menu-wrap li li:hover>a {
        background-color: transparent;
    }

    .header-menu-wrap ul li ul li ul,
    .header-menu-wrap ul li ul {
        background-color: transparent;
        width: 100%;
        opacity: 1;
        padding: 0;
        visibility: visible;
        position: inherit;
        display: none;
        top: inherit;
        left: inherit;
        box-shadow: none;
        padding-top: 11px;
    }

    .header-menu-wrap li li {
        padding-left: 11px;
    }

    .header-menu-wrap li li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .header-menu-wrap ul li>a {
        color: #0e1318;
        font-size: 22px;
    }

    .header-menu-wrap li li>a {
        color: #0e1318;
        font-size: 15px;
    }

    .header-menu-wrap li li:hover>a {
        color: #fff;
    }

    .sticky-fixed-top .header-right .search-icon {
        color: #0e1318;
    }

    .sticky-fixed-top .line-menu {
        background-color: #0e1318;
    }

    .line-menu {
        background-color: #f1d6c5;
    }

    .primary-header-two .header-right a.header-btn {
        margin: 0;
    }

    .header-two .mid-header .header-logo {
        text-align: center;
    }
}

@media (max-width: 580px) {
    .header-right a.dl-btn {
        line-height: 40px;
        font-size: 10px;
        padding: 0 25px;
    }

    .primary-header .header-logo {
        max-width: 150px;
    }

    .top-bar .top-left li {
        font-size: 12px;
    }

    .sticky-header {
        display: none;
    }
}

.primary-header-inner .header-right {
    display: flex;
    align-items: center;
    line-height: 80px;
    margin-left: 20px;
}

.header-right .mobile-menu-icon {
    margin-left: 20px;
}

.primary-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 80px;
}

.primary-header .header-logo {
    max-width: 150px;
}

.viewport-lg .primary-header .header-menu-wrap {
    display: block !important;
}


/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
    background-image: url(../img/hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 650px;
    position: relative;
    z-index: 1;
}

.hero-section:before {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.hero-content h1 {
    color: #fff;
}

.hero-content h1 span {
    color: #dc3545;
}

.hero-content h2 {
    color: #fff;
}

.hero-content h2 span {
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 20px;
}

.hero-content ul {}

.hero-content ul li {
    display: inline-block;
}

.hero-content ul li a {
    color: #fff;
    display: block;
    margin: 0 10px;
}

.hero-content ul li a:hover {
    color: #dc3545;
}

#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}


/* ==========================================================================
   About Section
   ========================================================================== */
.about-section {
    position: relative;
    z-index: 1;
}

.about-thumb img {
    position: absolute;
    width: 340px;
    height: 100%;
    top: 0;
    right: 10%;
    z-index: -1;
}

@media(max-width: 992px) {
    .section-heading h2 br {
        display: none;
    }

    .about-thumb img {
        right: 3%;
    }

    .about-section .section-heading h2 {
        font-size: 30px;
    }

    .padding {
        padding: 50px 0;
    }
}

@media(max-width: 767px) {
    .about-thumb {
        text-align: center;
    }

    .about-thumb img {
        position: inherit;
    }
}


/* ==========================================================================
   Skill Section
   ========================================================================== */
.skills-section {
    border-bottom: 1px solid #eaeaea;
    position: relative;
    overflow: hidden;
}

.skill-img {
    background-image: url(../img/skills.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.skill-content {
    padding-left: 40px;
}

.skill-wrap h2 {
    margin-bottom: 20px;
}

.skill-content p {
    margin-bottom: 30px;
}

.skill-wrap {}

.skill-items {}

.skill-items .skill-item {
    overflow: hidden;
}

.skill-items .skill-item:not(:last-of-type) {
    margin-bottom: 40px;
}

.skill-items .skill-item h5 {
    font-size: 14px;
    margin: 0 0 7px;
    font-weight: 600;
}

.skill-items .skill-item .progress {
    height: 10px;
    background-color: #ddd;
    box-shadow: none;
    margin-bottom: 0;
    overflow: visible;
}

.skill-items .skill-item .progress,
.skill-items .skill-item .progress .progress-bar {
    border-radius: 3px;
}

.skill-items .skill-item .progress .progress-bar {
    line-height: 5px;
    background-color: #dc3545;
    position: relative;
}

.skill-items .skill-item .progress .progress-bar span {
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.skill-items .skill-item .progress .progress-bar span:before {
    content: '';
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: calc(50% - 4px);
    bottom: -4px;
}

@media(max-width: 992px) {
    .skill-img {
        display: none;
    }
}

@media(max-width: 767px) {
    .skill-content {
        padding: 0;
    }

}

/* ==========================================================================
   Skill Section
   ========================================================================== */
.service-section {}

.service-wrap {}

.service-item {
    display: flex;
    align-items: center;
}

.service-item i {
    font-size: 50px;
    color: #dc3545;
    width: 60px;
    text-align: center;
}

.service-item.icon i {
    width: 125px;
}

.service-content {
    margin-left: 20px;
}

.service-content h3 {}

.service-content p {
    margin-bottom: 0;
}

@media(max-width: 992px) {
    .service-item {
        flex-direction: column;
        text-align: center;
    }

    .service-content h3 {
        margin: 20px 0 10px 0;
        line-height: 28px;
    }

    .service-content p br {
        display: none;
    }
}

/* ==========================================================================
   Portfolio Section
   ========================================================================== */
.portfolio-section {}

.portfolio-wrap {}

.portfolio-box {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    z-index: 99;
}

.portfolio-box:before {
    background-color: rgba(220, 53, 68, 0.9);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.portfolio-box:hover:before {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.portfolio-box:hover img {
    transform: scale(1.1);
}

.portfolio-box img {
    width: 100%;
}

.portfolio-content {
    position: absolute;
    height: auto;
    width: 100%;
    left: 40px;
    bottom: 30px;
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.portfolio-box:hover .portfolio-content {
    transform: translateX(0);
    transition: all 0.3s ease-in-out;
}

.portfolio-content h3 {
    font-size: 22px;
    line-height: 1;
}

.portfolio-content h3 a,
.portfolio-content p {
    color: #fff;
}

/* ==========================================================================
   Portfolio Section
   ========================================================================== */
.experience-section {}

.experience-wrap {
    margin-bottom: 30px;
}

.experience-date {}

.experience-date h4 {
    margin-top: 7px;
}

.experience-content {
    background-color: #fff;
    padding: 40px;
    border-radius: 2px;
    box-shadow: 0px 15px 30px 0px rgba(0, 11, 40, 0.06);
    position: relative;
    border-radius: 5px;
}

.experience-content:before {
    position: absolute;
    content: "";
    top: 22px;
    width: 2px;
    background-color: #eeeeee;
    height: calc(100% + 49px);
    left: calc(-50px + 6px);
}

.experience-content.no-border:before {
    display: none;
}

.experience-content:after {
    background-color: #dc3545;
    content: '';
    position: absolute;
    top: 7px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    left: -55px;
    box-shadow: 0px 14px 20px 0px rgba(254, 193, 16, 0.4);
}

.experience-content h2 {
    display: block;
}

.experience-content h2 span {
    color: #dc3545;
    font-size: 14px;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.experience-content p {}

/* ==========================================================================
   Cta Section
   ========================================================================== */
.cta-section {
    background-image: url(../img/cta-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.cta-wrap {}

.cta-content {}

.cta-content h2 {
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
}

.cta-content p {
    color: #ddd;
    padding: 0 40px;
}

/* ==========================================================================
   Contact Section
   ========================================================================== */
.contact-content h3 {
    font-size: 20px;
}

.contact-list ul {}

.contact-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-list li:last-child {
    margin-bottom: 0;
}

.contact-list li i {
    color: #dc3545;
    width: 35px;
    font-size: 20px;
}

.contact-list li a {
    color: #808899;
}

.contact-list li a:hover {
    color: #dc3545;
}

.contact-form .form-control {
    height: 50px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.contact-form .form-control:focus {
    box-shadow: none;
    outline: none;
}

.contact-form .form-control.message {
    height: 180px;
}

#form-messages {
    display: none;
}

#form-messages.alert-danger,
#form-messages.alert-danger-success {
    display: block;
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer-section {
    display: block;
    background-color: #111;
    padding: 30px 0;
}

.footer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-section .copyright {
    font-size: 12px;
    color: #ddd;
    text-transform: uppercase;
}

/* ==========================================================================
   Scroll to Top
   ========================================================================== */
#scroll-to-top {
    background-color: #dc3545;
    display: none;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    border-radius: 5px;
    z-index: 999;
}

#scroll-to-top:hover {
    background-color: #111;
    color: #fff;
}

/* Typed Cursor Style */
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}