﻿@import url("https://fonts.googleapis.com/css?family=Lusitana:400,700");
@import url("https://fonts.googleapis.com/css?family=Muli:400,600,700,800,900");

* {
    font-family: "Muli", sans-serif;
    font-weight: 600;
    margin: 0;
}

html, body {
    margin: 0% !important;
    /*overflow: hidden;*/
    background-image: url("/ESS/Content/images/background.png");
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0% !important;
    box-sizing: border-box;
}

.copyright-text {
    color: gray !important;
    text-align: center;
    width: 100%;
    font-size: 0.7em;
}

.tittle1 {
    font-size: 1.8rem;
    color: gray;
    font-weight: bold;
    text-align: center;
    font-style: italic;
}

.tittle2 {
    font-size: 1.2rem;
    color: gray;
    font-weight: bold;
}

.dot {
    height: 50px !important;
    width: 50px !important;
    border-radius: 50%;
    margin: 10px;
}

@media only screen and (max-width: 576px) {
    #pdf_container {
        max-width: 340px !important;
    }
}

.btn-primary {
    background-color: #2980b9 !important;
    border-color: #2980b9 !important;
    color: white !important;
    font-weight: bold !important;
    margin: 15px;
}

/*Customize*/
/*--- Navigation styles ----*/
.transparent {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 1s ease 0s;
}

.no-transparent {
    background-color: #000000;
    transition: background-color 1s ease 0s;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 6px rgb(53, 52, 52, 0.5);
}

.navbar {
    font-weight: 600;
    letter-spacing: 0.1rem;
}

.navbar-brand img {
    height: 1.4rem;
}

.navbar-nav li {
    padding-right: 0.9rem;
}

.navbar-nav .nav-link {
    font-size: 1rem;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .navbar-nav .nav-link.active {
        color: #ffffff;
        background-color: transparent;
        text-shadow: 0px 0px 10px rgb(250, 248, 248), 0 0 5px rgb(255, 255, 255);
    }

    .navbar-nav .nav-link:hover {
        color: #ffffff;
        background-color: transparent;
    }

/* Underline From Center */

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 0.1px rgba(255, 255, 255, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

    .hvr-underline-from-center:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        bottom: 0;
        background: #ffffff;
        height: 2px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-underline-from-center:hover:before,
    .hvr-underline-from-center:focus:before,
    .hvr-underline-from-center:active:before {
        left: 0;
        right: 0;
    }

#bootstrap-override .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#bootstrap-override .navbar button {
    border-color: transparent;
    border-radius: 0;
}

    #bootstrap-override .navbar button:hover {
        color: #000000;
        border-color: #ffffff;
    }

    #bootstrap-override .navbar button:focus {
        outline: none;
        outline: none -webkit-focus-ring-color;
        border-color: #ffffff;
    }


/*-- End of nav Styles---*/


/*-- landing image---*/

.jumbotron {
    height: 40rem;
    width: 100%;
    background: url("/Content/images/theme/banner.jpg") no-repeat center;
    background-size: cover;
}

.inner-text {
    color: #ffffff;
    text-align: center;
    margin-top: 10rem;
}

    .inner-text h4 {
        font-size: 1.7rem;
        font-weight: 600;
        letter-spacing: 0.1rem;
        text-shadow: 1px 1px 6px rgb(54, 54, 54);
    }

    .inner-text h2 {
        font-size: 3.3rem;
        font-weight: 700;
        letter-spacing: 0.2rem;
        text-shadow: 1px 1px 6px rgb(54, 54, 54);
        padding-bottom: 1rem;
    }

#bootstrap-override .btn-outline-dark {
    color: #ffffff;
    border-color: #ffffff;
    border-radius: 0;
}

    #bootstrap-override .btn-outline-dark:hover {
        color: #000000;
        background-color: #ffffff;
        border-color: #ffffff;
    }

    #bootstrap-override .btn-outline-dark.focus,
    #bootstrap-override .btn-outline-dark:focus {
        box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.5);
        -webkit-box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.5);
        -moz-box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.5);
    }


/*-- End of landing image---*/


/* sub headder styles*/

.head-title {
    margin: 2.8rem 0 2.8rem 0;
    text-align: center;
    color: #000000;
}

    .head-title h3 {
        font-weight: 700;
        font-size: 1.7rem;
    }

.underline-red {
    border-bottom: 3px solid #000000;
    border-radius: 2px;
    width: 9.4rem;
    margin: auto;
}

.underline-white {
    border-bottom: 3px solid #ffffff;
    border-radius: 2px;
    width: 9.1rem;
    margin: auto;
}

.underline-white-contact {
    border-bottom: 3px solid #ffffff;
    border-radius: 2px;
    width: 13.4rem;
    margin: auto;
}

.underline-red-skills {
    border-bottom: 3px solid #000000;
    border-radius: 2px;
    width: 11rem;
    margin: auto;
}

.container-margin {
    margin-bottom: 4rem;
}

.container-margin-services {
    margin-top: 2.5rem;
}


/* Sub Headder styles end */


/* about section styles*/

.about-text p {
    color: #000000;
    margin-bottom: 1.8em;
    font-weight: 600;
    font-size: 1rem;
}

.dogimg {
    height: 25rem;
    background: url("images/aboutpic.jpg") no-repeat center top;
    background-size: cover;
    border: 1px solid #bfbfbf;
    box-shadow: 10px 10px 5px #aaaaaa;
    -webkit-box-shadow: 10px 10px 5px #aaaaaa;
}


/* end of about styles */


/* portfolio styles */

.flip-menu {
    margin: 30px 0 0;
}

.flip-item-wrap {
    width: 25%;
    height: auto;
    float: left;
    position: relative;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -ms-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
}

    .flip-item-wrap img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0;
    }

    .flip-item-wrap input {
        display: none;
    }

    .flip-item-wrap .fake-image {
        visibility: hidden;
    }

.flip-item {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    color: #fff;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
}

    .flip-item figure {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .flip-item .back {
        width: 100%;
        display: block;
        margin: 0;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

.flipper:checked + .flip-item {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-item-desc {
    background: rgba(0, 0, 0, 0.2);
    width: 90%;
    height: 90%;
    padding: 5%;
    position: absolute;
    top: 0;
    left: 0;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
    overflow: hidden;
}

.flip-item-title {
    font-size: 1.5em;
    margin: 1em 0 0.8em;
}


/* end portfolio styles */


/* Services section styles */

.clearfix {
    clear: both;
}

.background-layer-services {
    background-color: #000000;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 2.5rem;
}

.color-white h3 {
    color: #ffffff;
}

.folded-corner:hover .text {
    visibility: visible;
    color: #000000;
}

.Services-tab {
    margin-top: 1rem;
}

.folded-corner {
    padding: 25px 25px;
    position: relative;
    font-size: 90%;
    font-weight: 600;
    text-decoration: none;
    color: #999;
    background: transparent;
    transition: all ease 0.5s;
    border: 1px solid rgba(255, 255, 255, 0.9);
}

    .folded-corner:hover {
        background-color: rgba(255, 255, 255, 0.8);
    }


    /*paper fold corner*/

    .folded-corner:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        border-style: solid;
        border-width: 0 0px 0px 0;
        border-color: rgb(245, 65, 65) rgb(245, 66, 66);
        transition: all ease 0.3s;
    }


    /* on li hover make paper fold larger*/

    .folded-corner:hover:before {
        background-color: #000000;
        border-width: 0 50px 50px 0;
        border-color: rgb(248, 60, 60) #fff;
    }

.service_tab_1 {
    background-color: #fff;
}

    .service_tab_1:hover .fa-icon-image {
        color: rgb(252, 88, 88);
        transform: rotate(360deg) scale(1.5);
    }

.fa-icon-image {
    color: rgba(0, 0, 0, 0);
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    text-rendering: auto;
    transition: all 0.65s linear 0s;
    text-align: center;
    transition: all 1s cubic-bezier(0.99, 0.82, 0.11, 1.41);
}


/* End of Services section styles */


/* skills styles */

.text-skills {
    color: rgba(0, 0, 0, 0);
    text-align: center;
    font-size: 0.9rem;
    padding-bottom: 1.1rem;
}

.skill-bar {
    margin-bottom: 15px;
    height: 22px !important;
}

.progress-bar {
    background: #000000 !important;
    width: 0;
}


/* end of skills Section styles */


/* bolg Section styles */

.link-text a {
    text-decoration: none;
    color: #000000;
}

    .link-text a:hover {
        text-decoration: none;
        color: #ff0000;
    }

.h-entry img {
    margin-bottom: 1.9rem;
}

.h-entry .meta-blog {
    color: #f7a0a0;
    font-size: 14px;
}

.h-entry h2 {
    font-size: 1.3rem;
}

.meta-blog a {
    text-decoration: none;
    color: #000000;
}

    .meta-blog a:hover {
        text-decoration: none;
        color: #ff0000;
    }

.h-entry p {
    color: rgba(0, 0, 0, 0);
}

.top-margin {
    margin-top: -1rem;
}

#bootstrap-override .btn-danger {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

    #bootstrap-override .btn-danger:hover {
        color: #000000;
        font-weight: 600;
        background-color: transparent;
        border-color: #000000;
    }

    #bootstrap-override .btn-danger.focus,
    #bootstrap-override .btn-danger:focus {
        outline: none;
        outline: none -webkit-focus-ring-color;
        box-shadow: 0 0 0 0.1rem rgba(238, 3, 26, 0.9);
    }


/* end of blog styles */


/* contact form styles */

.background-layer {
    background-color: #000000;
    width: 100%;
    padding-top: 0.5rem;
}

.contact-form {
    padding-right: 5rem;
    padding-left: 5rem;
}

    .contact-form .form-field {
        position: relative;
        margin: 32px 0;
    }

    .contact-form .input-text {
        display: block;
        width: 100%;
        height: 36px;
        border-width: 0 0 2px 0;
        border-color: #fff;
        font-family: Lusitana, serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        background-color: transparent;
    }

        .contact-form .input-text:focus {
            outline: none;
        }

            .contact-form .input-text:focus + .label,
            .contact-form .input-text.not-empty + .label {
                -webkit-transform: translateY(-24px);
                transform: translateY(-24px);
            }

    .contact-form .label {
        position: absolute;
        left: 20px;
        bottom: 11px;
        font-family: Lusitana, serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        color: rgb(223, 223, 217);
        cursor: text;
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        transition: -webkit-transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    }

    .contact-form .submit-btn {
        display: inline-block;
        background-color: rgb(255, 255, 255);
        color: #000000;
        font-family: Lusitana, serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 1rem;
        font-weight: 700;
        line-height: 24px;
        padding: 8px 16px;
        border: none;
        cursor: pointer;
    }

        .contact-form .submit-btn:hover {
            background-color: transparent;
            color: #ffffff;
            outline: 1px solid #ffffff;
        }

.align-center {
    text-align: center;
}


/* end of contact Section styles */


/* Footer */

.footer-items {
    text-align: center;
}

.end-line {
    margin-top: 2rem;
    background-color: #fff;
}

.icon-fa .fab {
    color: #ffffff;
}

.fab:hover {
    color: #d6d4d4;
    opacity: 0.7;
}

.icon-fa a {
    padding: 0.5rem;
}

/*.copyright-text {
    color: #ffffff;
    font-family: Lusitana, serif;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 1px;
    padding-top: 1rem;
}

    .copyright-text p a {
        color: inherit;
        text-decoration: none;
    }
*/

/*  end of footer styles */


/* preloader styles*/

.pre-loader {
    background-color: #000000;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

    .sk-fading-circle .sk-circle {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-fading-circle .sk-circle:before {
            content: "";
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: #fff;
            border-radius: 100%;
            -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
            animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
        }

    .sk-fading-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-fading-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-fading-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-fading-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-fading-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-fading-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-fading-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-fading-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-fading-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-fading-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-fading-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-fading-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-fading-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-fading-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-fading-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .sk-fading-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .sk-fading-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .sk-fading-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .sk-fading-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .sk-fading-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .sk-fading-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .sk-fading-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}


/* end of preloader styles*/


/*Break points*/

@media screen and (max-width: 576px) {
    /* Nav bar styles */
    .navbar-brand img {
        height: 1.2rem;
    }

    .navbar-nav li {
        background-color: #000000;
        opacity: 0.9;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:hover {
        border-bottom: none;
        background-color: #000000;
    }
    /* Nav bar styles end */
    /* Banner styles */
    .jumbotron {
        height: 33rem;
    }

    .inner-text h4 {
        font-size: 1.2rem;
        font-weight: 600;
        letter-spacing: 0.1rem;
    }

    .inner-text h2 {
        font-size: 2.2rem;
        letter-spacing: 0.1rem;
        padding-bottom: 0.5rem;
    }

    #bootstrap-override .btn-outline-dark {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }
    /* Banner styles end */
    /* All Section styles */
    .head-title {
        margin: 3rem 0 1.8rem 0;
    }

        .head-title h3 {
            font-size: 1.5rem;
        }

    .underline-red {
        width: 9rem;
    }

    .underline-white {
        width: 8.5rem;
    }

    .underline-white-contact {
        width: 11.8rem;
    }

    .underline-red-skills {
        width: 9.8rem;
    }

    .about-text p {
        font-size: 15px;
    }

    .h-entry .meta-blog {
        font-size: 13px;
    }

    .h-entry h2 {
        font-size: 1.1rem;
    }

    .h-entry p {
        font-size: 15px;
    }

    #bootstrap-override .btn-danger {
        font-size: 0.8rem;
    }

    .contact-form .input-text {
        font-size: 15px;
        line-height: 20px;
    }

    .contact-form .label {
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
    }

    .contact-form .submit-btn {
        letter-spacing: 1.8px;
        font-size: 14px;
        line-height: 20px;
        padding: 5px 10px;
    }

    .copyright-text {
        font-size: 0.7rem;
        letter-spacing: 0.5px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-brand img {
        height: 1.4rem;
    }

    .navbar-nav li {
        background-color: #000000;
        opacity: 0.9;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:hover {
        border-bottom: none;
        background-color: #000000;
    }
    /* Nav bar styles end */
    /* Banner styles */
    .jumbotron {
        height: 36rem;
    }

    .inner-text h4 {
        font-size: 1.5rem;
        font-weight: 600;
        letter-spacing: 0.1rem;
    }

    .inner-text h2 {
        font-size: 2.8rem;
        letter-spacing: 0.1rem;
        padding-bottom: 0.5rem;
    }

    #bootstrap-override .btn-outline-dark {
        padding: 0.6rem 1.3rem;
        font-size: 1rem;
    }
    /* Banner styles end */
    /* All Section styles */
    .head-title {
        margin: 3rem 0 1.8rem 0;
    }

        .head-title h3 {
            font-size: 1.6rem;
        }

    .underline-red {
        width: 9.3rem;
    }

    .underline-white {
        width: 8.7rem;
    }

    .underline-white-contact {
        width: 12rem;
    }

    .underline-red-skills {
        width: 9.9rem;
    }

    .about-text p {
        font-size: 15px;
    }

    .h-entry .meta-blog {
        font-size: 13px;
    }

    .h-entry h2 {
        font-size: 1.2rem;
    }

    .h-entry p {
        font-size: 15px;
    }

    #bootstrap-override .btn-danger {
        font-size: 0.9rem;
    }

    .contact-form .input-text {
        font-size: 16px;
        line-height: 22px;
    }

    .contact-form .label {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
    }

    .contact-form .submit-btn {
        letter-spacing: 1.8px;
        font-size: 14.5px;
        line-height: 22px;
        padding: 5px 10px;
    }

    .copyright-text {
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }
}

@media screen and (min-width: 1280px) {
    .flip-item-wrap {
        width: 16.6%;
    }
}

@media screen and (max-width: 979px) {
    .flip-item-wrap {
        width: 33.3%;
    }
}

@media screen and (max-width: 639px) {
    .flip-item-wrap {
        width: 50%;
    }
}

@media screen and (max-width: 379px) {
    .flip-item-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 380px) {
    .inner-text h4 {
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 0.1rem;
    }

    .inner-text h2 {
        font-size: 1.9rem;
        letter-spacing: 0.1rem;
        padding-bottom: 0.5rem;
    }

    #bootstrap-override .btn-outline-dark {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }
    /* Banner styles end */
    /* All Section styles */
    .head-title {
        margin: 3rem 0 1.8rem 0;
    }

        .head-title h3 {
            font-size: 1.5rem;
        }

    .underline-red {
        width: 9rem;
    }

    .underline-white {
        width: 8.5rem;
    }

    .underline-white-contact {
        width: 11.8rem;
    }

    .underline-red-skills {
        width: 9.8rem;
    }

    .about-text p {
        font-size: 15px;
    }

    .h-entry .meta-blog {
        font-size: 13px;
    }

    .h-entry h2 {
        font-size: 1.1rem;
    }

    .h-entry p {
        font-size: 15px;
    }

    #bootstrap-override .btn-danger {
        font-size: 0.8rem;
    }

    .contact-form .input-text {
        font-size: 15px;
        line-height: 20px;
    }

    .contact-form .label {
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
    }

    .contact-form .submit-btn {
        letter-spacing: 1.8px;
        font-size: 14px;
        line-height: 20px;
        padding: 5px 10px;
    }

    .copyright-text {
        font-size: 0.6rem;
        letter-spacing: 0.5px;
    }
}
