/* ##### Contact Area CSS ##### */

.group {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.group input,
.group textarea {
    font-size: 12px;
    font-style: italic;
    padding: 10px;
    display: block;
    width: 100%;
    height: 45px;
    border: none;
    background-color: transparent;
    color: #333;
    border-radius: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.group input:focus,
.group textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.group label {
    color: #333;
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 14px;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    margin-bottom: 0;
}

.group .bar {
    position: relative;
    display: block;
    width: 100%;
}

.group .bar:before,
.group .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background-color: #fff;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.group .bar:before {
    left: 50%;
}

.group .bar:after {
    right: 50%;
}

.group textarea {
    height: 130px;
}

/* Form Active State */

.group input:focus~label,
.group textarea:focus~label,
.group input:valid~label,
.group textarea:valid~label {
    top: -17px;
    font-size: 12px;
    color: #fff;
}

.group input:focus~.bar:before,
.group textarea:focus~.bar:before,
.group input:focus~.bar:after,
.group textarea:focus~.bar:after {
    width: 50%;
    background-color: #fff;
}

input:required,
textarea:required {
    box-shadow: none !important;
}

/* ##### Footer Area ##### */

.footer-area {
    position: relative;
    z-index: 1;
    padding: 0;
}

.footer-content-area {
    padding: 80px 0;
    margin-top: 100px
}

.footer-logo {
    margin-bottom: 15px
}

.footer-logo a {
    color: #fff;
    font-size: 20px
}

.footer-logo img {
    width: 40px
}

.footer-side-thumbnail {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    height: 100%;
    background-size: cover;
    background-position: top center;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.copywrite_text>p {
    margin-bottom: 10px;
    color: #fff !important;
    font-size: 13px;
    color: #d3cdcd
}

.copywrite_text>p>a {
    color: #fff;
}

.footer-social-info a i {
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.footer-social-info a i:hover {
    color: #4a7aec;
}

.contact_info_area .contact_info {
    text-align: left !important;
}

.contact_info_area .contact_info h5 {
    font-size: 14px;
    color: #fff
}

.contact_info_area .contact_info p {
    margin-bottom: 0;
    font-size: 14px;
    color: #d3cdcd
}

.contact_info_area .contact_info a:hover p {
    color: #fff
}

/* ##### Breadcumb Area ##### */

.breadcumb-area {
    position: relative;
    z-index: 1;
    height: 400px !important;
}

.breadcumb-content {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: url(../img/bg-img/bread.jpg) repeat;
}

.breadcumb--con {
    padding-top: 90px;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcumb--con .title {
    font-size: 42px;
    margin-bottom: 15px;
    margin-left: 0;
}

.breadcrumb-item,
.breadcrumb-item.active,
.breadcrumb-item>a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-link {
    color: #333;
    background-color: transparent;
    border: 1px solid #1928e0;
    margin: 0 2px;
    width: 40px;
    text-align: center;
}

/* ##### Sidebar CSS ##### */

.search-widget-area form {
    position: relative;
    z-index: 1;
}

.search-widget-area form input {
    width: 100%;
    height: 45px;
    border: 2px solid rgb(25, 32, 87);
    background-color: transparent;
    padding: 0 15px;
    color: #fff;
    font-size: 12px;
    border-radius: 30px;
}

.search-widget-area form button {
    width: 60px;
    height: 45px;
    background-color: transparent;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

.widget-title h5 {
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: capitalize;
    border-bottom: 2px solid #1953f5;
    padding: 0 0 5px 0;
}

.dont-miss-post-content>a {
    font-size: 16px;
    color: #333;
    display: block;
    margin-top: 15px;
}

.width-100 {
    width: 100%
}

#wrap {
    width: 730px;
    height: 940px;
    padding: 0;
    overflow: hidden;
}

#scaled-frame {
    width: 1000px;
    height: 1260px;
    border: 0px;
}

#scaled-frame {
    zoom: 0.75;
    -moz-transform: scale(0.75);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.75);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.75);
    -webkit-transform-origin: 0 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #scaled-frame {
        zoom: 1;
    }
}

.dont-miss-post-content>span {
    font-size: 12px;
    color: #1953f5;
    display: block;
    text-transform: uppercase;
}

.subscribe-form input {
    width: 100%;
    height: 45px;
    border-radius: 45px;
    border: 1px solid rgb(25, 32, 87);
    padding: 0 20px;
    font-size: 12px;
    font-style: italic;
    color: #fff;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.1);
}

.subscribe-form button {
    width: 100%;
    height: 45px;
    border-radius: 45px;
    border: none;
    font-size: 12px;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    background-color: rgb(62 148 228);
    cursor: pointer;
}

.temp-summary,
.subscribe-widget {
    border: 1px solid #eee;
    box-shadow: 0px 2px 27px 0px rgb(154 161 171 / 18%);
    padding: 30px 20px;
}

.temp-img {
    border: 1px solid #eee;
    box-shadow: 0px 2px 27px 0px rgb(154 161 171 / 18%);
}

/* ##### Timeline CSS ##### */

.timelineBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 2px;
}

.timelineHeader {
    padding: 32px;
    padding: 32px;
    padding: 2rem;
    background: #e91e63;
    position: relative;
    z-index: 3;
}

.timelineHeader h3 {
    font-size: 32px;
    font-size: 32px;
    font-size: 2rem;
    margin: 0;
}

.timelineHeader h3+span {
    font-size: 19.2px;
    font-size: 19.2px;
    font-size: 1.2rem;
    color: #fff;
}

.timelineBody {
    max-height: 480px;
    overflow-x: hidden;
    overflow-y: auto;
}

.timelineBody .timeline {
    padding: 2em;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 2;
}

.timelineBody .timeline li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1em 0;
    position: relative;
}

.timelineBody .timeline li:before {
    position: absolute;
    content: '';
    left: 7px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #25cbd3
}

.timelineBody .timeline li:last-child {
    margin-bottom: 0;
}

.timelineBody .timeline .timelineDot {
    height: 15px;
    width: 15px;
    background: #fff;
    border-radius: 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    margin-right: auto;
    margin-top: 6px;
    box-shadow: 0 0 8px #56cb5f;
}

.timelineBody .timeline .timelineDot:after {
    content: '';
    position: absolute;
    top: 25px;
    left: 3px;
    height: 9px;
    width: 9px;
    background: #25cbd3;
    border-radius: 50%;
}

.timelineBody .timeline .timelineDate {
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    padding: 0;
}

.timelineBody .timeline .timelineDate p {
    color: #25cbd3;
}

.timelineBody .timeline .timelineWork {
    font-size: 16px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
}

.timelineBody .timeline .timelineWork h6 {
    color: #fff;
}

.timelineBody .timeline .timelineWork span {
    display: block;
    color: #bdbdbd;
    font-size: 13px;
}

/*
* ----------------------------------------------------------------------------------------
*  START counter-down STYLE
* ----------------------------------------------------------------------------------------
*/
.ico-counter {
    background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%);
    padding: 40px;
    border-radius: 20px
}

@media (max-width: 767px) {
    .ico-counter {
        margin-top: 30px;
    }
}

.counter-down {
    position: relative;
}

.conuter-header {
    overflow: hidden;
    position: relative;
}

.timer-body-block {
    display: flex
}

.count-down .table-cell {
    position: relative;
    width: 25%
}

.count-down .tab-val {
    width: 90%;
    font-size: 30px;
    font-weight: 500;
    height: 75px;
    line-height: 75px;
    margin: 0 auto;
    background-color: #190345;
    color: #ffffff;
}

.count-down .tab-metr {
    margin-top: 15px;
    font-size: 16px;
    color: #ffffff;
}

.conuter-header h3 {
    font-weight: 600;
    font-size: 24px;
    color: #fff
}

.conuter-header h4 {
    font-size: 18px;
    text-transform: uppercase;
}

.counterdown-content {
    padding: 30px 0 0;

}

.clock-wrapper {
    position: relative;
    background: #fff;
    padding: 30px 0 15px 9px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid
}

.dollar-earning {
    font-size: 24px;
    font-weight: 600;
    padding-left: 10px;
    color: #fff;
}

.btc-earning {
    font-size: 24px;
    font-weight: 600;
    padding-right: 45px;
    color: #fff;
    position: relative;
}

.ico-sales-status {
    overflow: hidden;
}

.ico-sales-status p {
    font-size: 12px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.62)
}

.btc-earning span {
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 6px;
}

.ico-progress {
    margin: 20px 10px;
}

.ico-progress ul {
    margin-bottom: 5px
}

.ico-progress li {
    font-size: 18px;
    font-weight: 400;
}

.ico-progress li.title {
    float: left;
    padding-left: 30px;
    font-weight: 500;
    color: #fff
}

.ico-progress li.strength {
    float: right;
    font-weight: 500;
    color: #fff
}

.ico-progress .current-progress {
    width: 100%;
    height: 16px;
    position: relative;
    background: rgba(191, 191, 191, .6);
    border-radius: 7px
}

.ico-progress .current-progress:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 26px;
    bottom: -5px;
    left: 12%;
    background: #fff
}

.current-progress .progress-bar {
    border-radius: 7px;
    height: 100%;
    background: linear-gradient(to right, #4834d4, #341f97)
}

.ico-progress span {
    color: #370779;
    font-size: 12px;
    font-weight: 700;
    padding-top: 7px;
    display: inline-block;
}

.doc-element {
    background-color: #1d025c;
    border-radius: 4px;
    border-bottom: 2px solid #25cbd3;
    position: relative;
    transition: .5s;
    cursor: pointer;
    padding: 20px;
    margin-top: 20px;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.doc-element:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    transition: .3s;
    right: 15px;
    width: 27px;
    height: 34px;
    background: url(../img/svg/pdf.html) 50% no-repeat;
    background-size: contain;
}

.doc-element:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    transition: .3s;
    right: 15px;
    width: 27px;
    height: 30px;
    background: url(../img/svg/view.html) 50% no-repeat;
    background-size: contain;
    opacity: 0;
}

.doc-element .document-entry .title {
    font-size: 14px;
    color: #fff;
    line-height: 1.35;
}

.doc-element:hover {
    background-color: #25cbd3;
}

.doc-element:hover:after {
    opacity: 1;
}

/* ##### Accordians CSS ##### */

.dream-faq-area dl {
    width: 100%;
}

.dream-faq-area dt {
    cursor: pointer;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
}

.dream-faq-area dt:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dream-faq-area dd {
    margin: 0;
    padding: 15px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* ##### Button Effects ##### */

.ripple {
    position: absolute;
    height: .25em;
    width: .25em;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform-origin: center 50%;
    transform-origin: center 50%;
    -webkit-transition: opacity 1.6s;
    transition: opacity 1.6s;
    -webkit-animation: ripple 1.6s;
    animation: ripple 1.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.ripple-active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }

    100% {
        -webkit-transform: scale3d(50, 50, 50);
        transform: scale3d(50, 50, 50);
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0);
    }

    100% {
        -webkit-transform: scale3d(50, 50, 50);
        transform: scale3d(50, 50, 50);
    }
}

/* ##### Animated Headline CSS ##### */

.cd-intro.default-title>h2 {
    font-size: 50px;
}

.cd-headline.clip b,
.cd-words-wrapper b {
    font-weight: 500;
}

.cd-headline {
    font-weight: 500;
}

/* ##### particless CSS ##### */

#particles-js {
    height: 900px;
    width: 100%;
    position: relative;
    z-index: 1;
}

#particles-js canvas.particles-js-canvas-el {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

/* ##### Snow Version CSS ##### */

.snow-content-text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.fullwidth {
    width: 100vw !important;
    height: 100vh !important;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .welcome_area.ico {
        height: 1200px !important
    }
}

/* ##### Slider Area CSS ##### */

.welcome_area .welcome_slides .owl-prev,
.welcome_area .welcome_slides .owl-next {
    color: #fff;
    font-size: 24px;
    left: -100px;
    margin-top: -44px;
    position: absolute;
    text-align: center;
    top: calc(50% + 90px);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 99;
}

.welcome_area .welcome_slides .owl-next {
    right: -100px;
    left: auto;
}

.welcome_area .welcome_slides:hover .owl-next {
    right: 30px;
}

.welcome_area .welcome_slides:hover .owl-prev {
    left: 30px;
}

/* ##### Flying Bird CSS ##### */

.bird {
    background-size: cover;
    width: 352px;
    height: 500px;
    -webkit-animation: fly-cycle 1s -0.5s steps(10) infinite;
    animation: fly-cycle 1s -0.5s steps(10) infinite;
}

@-webkit-keyframes fly-cycle {
    100% {
        background-position: -3600px 0;
    }
}

@keyframes fly-cycle {
    100% {
        background-position: -3600px 0;
    }
}

.bird {
    position: absolute;
    top: 23%;
    left: 10%;
    z-index: -1;
}

/* ##### Subscribe form area CSS ##### */

.welcome-content .subscribe-email {
    width: 70%;
    height: 55px;
    border: none;
    padding: 0 25px;
    border-radius: 8px;
    font-size: 12px;
    font-style: italic;
}

/* ##### Light Version CSS ##### */

body.light-version {
    background: #fff !important;
}

.light-version p {
    color: #888;
}

.light-version h1,
.light-version h2,
.light-version h3,
.light-version h4,
.light-version h5,
.light-version h6,
.light-version .growing-company p .counter,
.light-version .service_single_content .service_icon i,
.light-version .portfolio-menu button,
.light-version .post-meta p a,
.light-version .group label,
.light-version input:focus~label,
.light-version textarea:focus~label,
.light-version input:valid~label,
.light-version textarea:valid~label,
.light-version .copywrite_text>p>a {
    color: #13287e;
}

.light-version .dream-faq-area dt {
    color: #fff;
    border: 1px solid #f2f4f8;
    background-image: linear-gradient(to right, #21d397 0%, #7450fe 100%);
    background-image: -webkit-linear-gradient(to right, #21d397 0%, #7450fe 100%);
    border-radius: 25px;
    margin-bottom: 15px;
}

.light-version .dream-faq-area dt:first-child {
    border-top: 1px solid #f2f4f8;
}

.light-version .timelineBox {
    background: #f2f4f8;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.light-version .single-mission h6,
.light-version .single-mission p,
.light-version .welcome-content h2,
.light-version .cool_fact_detail h3,
.light-version .cool_fact_detail h2,
.light-version .cta-content h2,
.light-version .cta-content p {
    color: #fff;
}

.light-version .portfolio-menu button.active {
    color: #13287e;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.light-version .single-team-member:after {
    position: absolute;
    width: 50%;
    height: 105%;
    top: 0;
    border-radius: 20px;
    left: 0;
    background-color: #f2f4f8;
    content: "";
    z-index: -5;
}

.light-version #scrollUp {
    /* color: #000; */
    color: #4270B7 !important;
}

/* .light-version #scrollUp:before {
    position: absolute;
    width: 30%;
    height: 2px;
    background-color: #000;
    content: "";
    top: 10px;
    right: 100%;
    z-index: -200 !important;
} */

.light-version .group input,
.light-version .group textarea {
    color: #13287e !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.subscribe .group input {
    color: #fff !important
}

.subscribe .group label {
    color: #fff !important
}

.light-version .group input:focus~.bar:before,
.light-version .group textarea:focus~.bar:before,
.light-version .group input:focus~.bar:after,
.light-version .group textarea:focus~.bar:after {
    background-color: #13287e;
}

.light-version .client_slides .owl-dot {
    color: #13287e;
    background-color: transparent;
}

.light-version .client_slides .owl-dot.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}


/* demo page */
.demo-item {
    -webkit-box-shadow: 0 2px 28px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 28px rgba(0, 0, 0, .1);
    transition: all .3s ease-in;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
    border: 2px solid transparent;
}

@media (min-width: 1200px) {
    .demo .container {
        max-width: 1280px;
    }
}

.demo-item:hover {
    -webkit-box-shadow: 0 0 2rem -0.5rem #e44747;
    box-shadow: 0 0 2rem -0.5rem #4270b7;
    border: 2px solid #4270b7;
}

.preview-link {
    text-align: center;
}

.preview-demo {
    margin: 20px 5px;
    background: #1d88ed;
    display: inline-block;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    border-radius: 100px;
    text-transform: uppercase;
    cursor: pointer;
}

.preview-demo.v2 {
    color: #1d88ed;
    background: #fff;
    border: 2px solid #1d88ed;
}

.preview-demo i {
    margin-left: 10px
}

.preview-demo:hover {
    color: #13287e
}

.block-container,
.all-edus,
.all-exps {
    border: 1px solid #eee;
    box-shadow: 0px 2px 27px 0px rgb(154 161 171 / 18%);
    padding: 20px 20px 30px;
    margin-bottom: 30px;
    background: #fff;
}

.topnote {
    color: #3c3939;
    margin-bottom: 0;
    font-size: 14px;
}

.cv-download {
    position: fixed;
    z-index: 99;
    top: 0;
    padding: 30px 20px;
    background: #fff;
    width: 57%;
    box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
    border-left: 5px solid #007bff;
}

@media (max-width: 767px) {
    .cv-download {
        position: relative;
        top: 30px;
        width: 100%;
    }
}

.btn {
    border: 2px solid #007bff
}

label {
    margin-top: 14px;
    margin-bottom: 0px;
}

hr {
    border-width: 2px;
    margin: 42px 0;
}

.fa-plus-circle {
    color: #267DDF;
    display: inline-block;
    font-size: 100px;
    cursor: pointer;
    float: left;
    margin-left: 6px;
}

.tags {
    width: 50%;
}

.tags .tag-span {
    padding: 5px 8px;
    background: #ccc;
    margin: 8px 5px 5px 0px;
    display: inline-block;
    border-radius: 4px;
}

.tags .tag-span i {
    cursor: pointer;
}

h2 {
    color: #09229c
}

.add-skills #input-skills,
.add-skills #input-skills-percent {
    width: 40%;
    margin-left: 10px;
    display: inline-block;
    float: left;
}

.add-blk {
    overflow: hidden;
    float: right;
    margin: 0px;
}

.add-blk .fa-plus {
    float: right;
    font-size: 29px;
    color: #e0e0e0;
    margin-right: 4px;
}

.add-blk span {
    float: right;
    margin: 2px 7px;
    font-weight: bold;
}

.add-langs .new-lang {
    margin-bottom: 30px
}

.add-border {
    margin: 30px auto;
    width: 60%;
    text-align: center;
}

.add-border span {
    height: 1px;
    width: 200px;
    background: #00B7C2;
    display: inline-block;
}

.add-border h2 {
    display: block;
    font-size: 21px;
    padding: 0px 11px;
    margin-top: 10px;
    position: relative;
    top: 7px;
}

/*********/

.btn-sub {
    position: relative;
    margin: 37px auto;
    height: 50px;
    display: block;
    border-radius: 5px;
    border: none;
    background-color: #007bff;
    color: #fff;
    font-size: 23px;
    padding: 11px 40px;
    box-shadow: 0 5px 0 #345880;
}

.btn-sub:hover {
    top: 2px;
    box-shadow: 0 3px 0 #345880;
    cursor: pointer;
}

.btn-sub:active {
    top: 5px;
    outline: 0;
    box-shadow: none;
}

/*********/
.ali-bg {
    background-color: aliceblue !important
}

.pk-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    background-color: white;
    width: 23vw;
    height: 100vh;
    z-index: +999999;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 20px 20px 50px 15px grey;
}

.text-between-line {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #13287E;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.text-between-line span {
    background: #fff;
    padding: 0 10px;
    color: #13287E;
}

.social-icon {
    color: #13287E;
    height: 30px;
}

@media only screen and (max-width: 1100px) {
    .pk-sidebar {

        width: 50vw;
        height: 100vh;
        z-index: +999999;

    }
}

@media only screen and (max-width: 600px) {
    .pk-sidebar {
        width: 90vw;
        height: 100vh;
        z-index: +999999;
    }

}

.pk-sidebar-hide {
    display: none;
    transition: 0.5s;
}

.pk-sidebar-close {
    position: absolute;
    top: 20px;
    left: 25px;
    font-size: 25px;
    cursor: pointer;
}

.signup-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    background-color: white;
    width: 23vw;
    height: 100vh;
    z-index: +999999;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 20px 20px 50px 15px grey;
}

.text-between-line {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #13287E;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.text-between-line span {
    background: #fff;
    padding: 0 10px;
    color: #13287E;
}

.social-icon {
    color: #13287E;
    height: 30px;
}

@media only screen and (max-width: 1100px) {
    .signup-sidebar {

        width: 50vw;
        height: 100vh;
        z-index: +999998;

    }
}

@media only screen and (max-width: 600px) {
    .signup-sidebar {
        width: 90vw;
        height: 100vh;
        z-index: +999998;
    }

}

.signup-sidebar-hide {
    display: none;
    transition: 0.5s;
}

.signup-sidebar-close {
    position: absolute;
    top: 20px;
    left: 25px;
    font-size: 25px;
    cursor: pointer;
}

.pk-banner-resume {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pk-resume-card {
    min-height: 30vh;
    background: transparent !important;
    padding: 25px;
    border-radius: 30px;
}

.pk-container {
    position: relative;
    padding-top: 130px;
}

div.search-section {
    /* width: 450px; */
    position: relative;
    top: 20px;
    display: block;
    background-color: white;
    color: black;
    display: flex;
}

input[type=text]#search_bar {
    width: 100%;
    border: none;
}

input[type=text]#search_bar:focus {
    outline-style: none;
}


.banner-about {
    height: 100vh;
    background: url(../../images/header-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}