html {
  scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4f4f4f;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
    color: #292929;
    font-weight: bold;
}

a {
    color: #5469C9;
    transition: all .3s;
}

a:hover {
    color: #32469e;
}

a.no-text-decoration {
    text-decoration: none;
}

a.text-link {
    text-decoration: none
}

a.theme-link {
    color: #292929;
    text-decoration: none;
    transition: all .3s;
}

a.theme-link:hover {
    color: #5469C9;
}
.single-form-max-width {
    max-width: 600px;
}
hr {
    border-color: rgba(0,0,0,0.08);
}

small,.small {
    font-size: 0.75rem;
}

.btn {
    font-weight: bold;
    padding: .375rem 1rem;
    height: 2.5rem;
    font-size: 1rem;
    outline: none;
}
.btn:focus,.btn.focus,.btn:active {
    box-shadow: none !important;
    transition: all 0.4s ease-in-out;
    outline: none;
}
@media (prefers-reduced-motion: reduce) {
    .btn:focus,.btn.focus,.btn:active {
        transition: none;
    }
}

.btn-primary {
    color: #fff;
}
.btn-primary {
    background: #0E0B36;
    border: 1px solid #0E0B36;
    transition: all .3s;
}
.btn-primary:hover, .btn-primary:active {
    color: #fff;
    background: #192655;
    border: 1px solid #192655;
}
.btn:first-child:active {
    color: #fff;
    background-color: #4158c3;
    border-color: transparent;
}
.form-control {
    padding-top: 5px;
    padding-bottom: 10px;
    height: 2.5rem;
    border-color: #ccc;
}
.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    color: #8f8f8f;
}

.form-control:-moz-placeholder {
    color: #8f8f8f;
}

.form-control::-moz-placeholder {
    color: #8f8f8f;
}

.form-control:-ms-input-placeholder {
    color: #8f8f8f;
}

.form-control[type="file"] {
    padding: .375rem .75rem;
    height: inherit;
}

.form-control[type="file"].form-control-sm {
    padding: .25rem .5rem;
}

.form-control[type="file"].form-control-lg {
    padding: .5rem 1rem;
}

.form-control:disabled,.form-control[readonly] {
    background: #e1e1e1;
}

.form-control[type=file]::file-selector-button {
    background-color: #5469C9 !important;
    color: #fff;
}

.form-control[type=file]:disabled::file-selector-button {
    background-color: #b5b5b5 !important;
    color: #fff;
}

.form-control[type=file]:disabled::file-selector-button:hover {
    color: black;
}

.form-control[type=file]::-webkit-file-upload-button {
    background-color: #5469C9;
    color: #fff;
}

.form-text {
    font-size: 0.8rem;
}

textarea.form-control {
    height: 150px;
}

.error {
    color: #D9603C;
}

.form-group label.error {
    font-size: 0.875rem;
    padding: 0.5rem 0
}

.form-group .btn {
    line-height: 1
}

.form-select {
    border-color: #c2c2c2;
    height: 2.5rem;
    color: #8f8f8f;
}

.theme-bg-light {
    background: #fafafa !important;
}

.theme-bg-dark {
    background: #223142 !important;
}

.table-bordered thead,.table-bordered tbody,.table-bordered tfoot,.table-bordered tr,.table-bordered td,.table-bordered th {
    border-color: rgba(0,0,0,0.08);
}

.table-bordered thead td,.table-bordered thead th {
    border-width: 1px;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 280px;
    background: #0E0B36;
    color: #fff;
    overflow-y: auto;
    scrollbar-color: rgba(0,0,0,0.2) #0E0B36;
    scrollbar-width: thin;
}

.header::-webkit-scrollbar {
    width: 6px;
    background-color: #0E0B36;
}

.header::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: .5rem;
}


.header .btn-primary {
    background: rgba(0,0,0,0.3);
    border-color: transparent;
    font-size: 1rem;
}

.header .btn-primary:hover {
    background: rgba(0,0,0,0.4);
    border-color: transparent;
}
.header h1.sedignation-title {
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
}
ul.social-list {
    border-bottom: 1px solid #161E4C;
    padding-bottom: 20px;
    padding-top: 10px;
}
.header .navbar {
    padding: 1.5rem 1rem;
}

.header .navbar-toggler:focus {
    box-shadow: none;
}

.header .navbar-dark .navbar-toggler {
    border-radius: 2px;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
    border: none;
    padding: .25rem .6rem;
}

.header .navbar-dark .navbar-toggler:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.header .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(256,256,256, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.header .nav-item {
    font-weight: bold;
}

.header .nav-item .nav-link {
    color: rgba(255,255,255, 1);
    transition: all .3s;
}

.header .nav-item .nav-link:hover {
    color: rgba(255,255,255, .7);
}

.header .nav-item .nav-link[aria-expanded="true"] {
    color: rgba(0,0,0,0.5)
}


.header .nav-item .dropdown-menu .dropdown-item:hover,.header .nav-item .dropdown-menu .dropdown-item:active,.header .nav-item .dropdown-menu .dropdown-item:focus,.header .nav-item .dropdown-menu .dropdown-item.active {
    background: #384eb2
}

.offcanvas {
    background-color: #0E0B35;
    overflow-y: auto;
    width: 300px !important;
    height: 100%;
}
.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    --bs-btn-close-opacity: 1;
    display: none;
}
.btn-close:focus {
    box-shadow: none;
}
@media (max-width: 991px) {
    .btn-close {
        display: block;
        right: 4px;
        top: 3px;
    }
}

.offcanvas .chat-now-button {
    text-align: right;
    position: absolute;
    top: 10px;
    right: 5px;
}
.chat-now-button button.chat-btn {
    background-color: #192655;
    border: none;
    color: #fff;
    padding: 2px 10px 5px 21px;
    line-height: 20px;
    font-size: 12px;
    transition: all .3s;
    border-radius: 20px;
    margin: 0;
    position: relative;
}

.chat-now-button button.chat-btn:before {
    position: absolute;
    top: 9px;
    left: 9px;
    transition: all .3s;
    width: 7px;
    height: 7px;
    background: #0DC143;
    content: ' ';
    border-radius: 10px;
    border: 1px solid #fff;
}
.chat-now-button button.chat-btn:hover {
    padding: 2px 12px 5px 23px;
    background-color: rgba(25,38,85,.7);
}
.chat-now-button button.chat-btn:hover:before {
    left: 11px;
}

@media (max-width: 991px) {
    .offcanvas .chat-now-button {
        top: 29px;
        right: 10px;
    }
}
.profile-section .profile-image {
    max-width: 160px
}

.profile-section .bio {
    font-size: 0.875rem;
    color: #fff;
}

.profile-section .bio a {
    color: #fff;
    text-decoration: underline
}

.profile-section .bio a:hover {
    color: rgba(0,0,0,0.6)
}

.social-list a {
    width: 32px;
    height: 32px;
    padding-top: 5px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-color: #fff
}

.social-list a:hover,.social-list a:focus {
    color: #384eb2;
    background-color: rgba(255,255,255,0.8);
    transition: all 0.4s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .social-list a:hover,.social-list a:focus {
        transition: none
    }
}

.main-wrapper {
    margin-left: 280px;
    background: #fff
}

.main-wrapper .container-single-col {
    max-width: 820px
}

.cta-section .heading {
    font-size: 40px;
    font-weight: bold
}
.cta-section .intro {
    max-width: 73%;
    margin: 0 auto;
}
.cta-section .intro a {
    text-decoration: none;
    font-weight: 500;
}
.promo-section {
    margin-bottom: 40px
}
.intro p {
    font-size: 18px;
    margin: 16px 0;
    text-align: justify;
}
.promo-section .promo-image {
    max-width: 320px
}

.promo-section .promo-section-inner {
    background: #5469C9
}

.footer.theme-bg-light {
    color: #828282
}

.footer.theme-bg-light a {
    color: #828282
}

.footer.theme-bg-light a:hover {
    color: #767676
}

.footer.theme-bg-dark {
    color: rgba(255,255,255,0.7)
}

.footer.theme-bg-dark a {
    color: rgba(255,255,255,0.7)
}

.footer.theme-bg-dark a:hover {
    color: rgba(255,255,255,0.8)
}

.footer .copyright {
    font-size: 0.8125rem
}

.footer .copyright a {
    text-decoration: none
}

.footer .copyright a:hover {
    text-decoration: underline
}


.about-me-section {
    position: relative;
}

.dark-mode-toggle .toggle-name {
    color: #fff;
    font-size: 0.875rem
}

.dark-mode-toggle .toggle {
    display: none
}

.dark-mode-toggle .toggle+.toggle-btn {
    outline: 0;
    display: block;
    width: 70px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 65px;
    cursor: pointer;
    user-select: none;
    padding: 2px;
    transition: all 0.2s ease-in-out;
    border: 3px solid #5469C9;
    border-radius: 16px;
}
@media (prefers-reduced-motion: reduce) {
    .dark-mode-toggle .toggle+.toggle-btn {
        transition: none
    }
}

.dark-mode-toggle .toggle+.toggle-btn::selection {
    background: none
}

.dark-mode-toggle .toggle+.toggle-btn:after,.dark-mode-toggle .toggle+.toggle-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%
}

.dark-mode-toggle .toggle+.toggle-btn:after {
    left: 0;
    transition: all 0.2s ease-in-out;
    background-color: #5469C9;
    content: "";
    border-radius: 16px;
    z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
    .dark-mode-toggle .toggle+.toggle-btn:after {
        transition: none
    }
}

.dark-mode-toggle .toggle+.toggle-btn:before {
    display: none
}

.dark-mode-toggle .toggle:checked+.toggle-btn {
    border: 3px solid #5469C9;
    background: rgba(0,0,0,0.2)
}
.dark-mode-toggle .toggle:checked+.toggle-btn:after {
    left: 50%;
    background: rgba(255,255,255,0.9);
    background: #5469C9;
}

.dark-mode-toggle .dark-mode-icon {
    position: absolute;
    right: 70px;
    top: 30px;
    width: 55px;
}
.dark-mode-icon svg.svg-inline--fa.fa-sun {
    position: absolute;
    left: 0;
    bottom: -8px;
    color: #fff;
}
.dark-mode-icon svg.svg-inline--fa.fa-moon {
    position: absolute;
    right: 5px;
    bottom: -8px;
    color: #000;
}

@media (max-width: 991px) {
    .dark-mode-toggle .toggle+.toggle-btn {
        top: -50px;
        right: 2%;
        border: 3px solid #fff;
        /*background-color: #fff;*/
    }
    .dark-mode-toggle .toggle+.toggle-btn:after {
        background-color: #fff;
    }
    .dark-mode-toggle .toggle:checked+.toggle-btn {
        border: 3px solid rgba(255,255,255,0.9);
    }
    .dark-mode-toggle .toggle:checked+.toggle-btn:after {
        background: rgba(255,255,255,0.9);
    }
    .dark-mode-toggle .dark-mode-icon {
        right: 25px;
        top: -35px;
        width: 55px;
    }
}
@media (max-width: 767px) {
    .dark-mode-toggle .dark-mode-icon {
        right: 19px;
    }
}
@media (max-width: 391px) {
 .dark-mode-toggle .toggle+.toggle-btn {
    width: 60px;
    }
    .dark-mode-toggle .dark-mode-icon {
        right: 11px;
        width: 47px;
    }
}
.section-title {
    font-size: 2rem;
    position: relative;
    padding-left: 1.5rem;
}

.section-title:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 100%;
    background: #0E0B36;
    position: absolute;
    left: 0;
    top: 0;
}
.about-me-details {
    display: grid;
    grid-template-columns: auto 370px;
    grid-gap: 30px;
    align-items: center;
}
.left-side-item .bio p {
    text-align: justify;
}
.right-side-item {
    text-align: right;
}
.profile-teaser .name {
    font-size: 3rem;
}
.profile-teaser .tagline {
    font-size: 1.5rem;
    font-weight: 300
}


@media (max-width: 1199px) {
    .about-me-details {
        grid-template-columns: 1fr;
    }
    .right-side-item {
        text-align: center;
    }
}

@media (max-width: 991px) {
    ul.navbar-nav {
        padding-left: 30px;
        padding-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .offcanvas {
        max-width: 85%;
        padding: 5px 10px 20px 10px;
    }
    .offcanvas ul.navbar-nav {
        padding-left: 10px;
    }
    .profile-teaser .name, .cta-section .heading, .section-title {
        font-size: 30px;
    }
    .profile-teaser .tagline {
        font-size: 20px;
    }
}
.overview-section .item {
    margin-bottom: 2rem;
}
.overview-section .item-desc {
    color: #4f4f4f;
    font-size: 0.875rem
}

.overview-section .item-icon {
    font-size: 1.875rem;
    color: #5469C9
}

.overview-section .item-icon .fa-angular {
    color: #CA3327
}

.overview-section .item-icon .fa-js-square {
    color: #F1DE4F
}

.overview-section .item-icon .fa-react {
    color: #62D4FA
}

.overview-section .item-icon .fa-vuejs {
    color: #64B687
}

.overview-section .item-icon .nodejs {
    color: #55AC63
}

.overview-section .item-icon .fa-python {
    color: #456E9C
}

.overview-section .item-icon .fa-php {
    color: #777BAF
}

.overview-section .item-icon .fa-java {
    color: #2E68AB
}

.overview-section .item-icon .fa-html5,.overview-section .item-icon .fa-html5-alt {
    color: #DE6E3C
}

.overview-section .item-icon .fa-css3,.overview-section .item-icon .fa-css3-alt {
    color: #53A7DC
}

.overview-section .item-icon .fa-sass {
    color: #BF6B97
}

.overview-section .item-icon .fa-less {
    color: #324B7C
}

.overview-section .item-icon .fa-gulp {
    color: #C9514E
}

.overview-section .item-icon .fa-grunt {
    color: #EFAC42
}

.overview-section .item-icon .fa-npm {
    color: #BB443E
}

.overview-section .item-title {
    font-size: 1rem
}

.testimonial-carousel .item-inner {
    padding: 1.5rem;
    padding-left: 3rem;
    border: 1px solid rgba(0,0,0,0.025);
    background: #fafafa;
    height: 100%;
    position: relative;
    min-height: 199px;
}

.testimonial-carousel .item-inner:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #0E0B36 transparent transparent transparent;
    -webkit-transform: rotate(360deg)
}

.testimonial-carousel .source-profile img {
    max-width: 60px;
    border-radius: 50%
}

.testimonial-carousel .fa-quote-left {
    position: absolute;
    left: 0.35rem;
    top: 0.3rem;
    color: #fff;
    font-size: 0.75rem
}

.testimonial-carousel .source-holder {
    position: relative;
    padding-left: 76px;
    height: 60px
}

.testimonial-carousel .source-holder .source-profile {
    position: absolute;
    left: 0;
    top: 0
}

.testimonial-carousel .source-holder .meta {
    padding-top: .5rem
}

.testiomonial-carousel-container .tns-nav {
    display: block;
    margin-top: 1rem;
    text-align: center;
    width: 100%
}

.testiomonial-carousel-container .tns-nav button {
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: rgba(41,41,41,0.2);
    border: 0;
}

.testiomonial-carousel-container .tns-nav button.tns-nav-active {
    background: #0E0B36;
}

.testiomonial-carousel-container .tns-nav button:focus {
    outline: none;
}

.project {
    transition: all .4s;
}

.buttons {
    margin-bottom: 20px;
    button {
        border: none;
        margin: 0 5px;
        padding: 7px 15px 9px 15px;
        background-color: #0E0B36;
        cursor: pointer;
        color: #fff;
        border-radius: 8px;
        transition: all .3s; 
    }
    button:hover {
        background-color: #192655;
    }
    button.active {
      background-color: #19267B;
    }
}
.buttons button.is-checked {
  background-color: #19267B;
}
@media (max-width: 767px) {
    .buttons {
        button {
            padding: 6px 12px 8px 12px;
        }
    }
}

@media (max-width: 575px) {
    .buttons {
        button {
            margin: 0 3px 5px 0;
            padding: 4px 6px 6px 6px;
            border-radius: 8px;
            font-size: 14px;
        }
    }
}

.grid {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
    .element-item {
        width: calc(100% / 2 - 30px);
        margin: 0px 15px;
        margin-bottom: 30px;
        overflow: hidden;
        border-radius: 15px;
    }
}
@media (max-width: 767px) {
    .grid {
        .element-item {
            width: calc(100% - 30px);
        }
    }
}

.portfolio-project {
    position: relative;
    max-width: 95%;
    margin: 0 auto;
    height: 360px;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 0px 8px #ddd;
}
.portfolio-project:hover {
    box-shadow: 0 0px 8px #818181;
    transition: all .3s;
}
.portfolio-project img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: 11s all ease;
}
.portfolio-project:hover img {
    object-position: bottom center;
}

@media (max-width: 767px) {
    .portfolio-project {
        margin: 0 auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .portfolio-project .link-mask {
        transition: none
    }
}
.portfolio-project .link-mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    visibility: hidden;
    transition: all 0.4s ease-in-out
}
.portfolio-project:hover .link-mask {
    visibility: visible;
    background: rgba(0,0,0,0.8)
}
.portfolio-project p.project-name {
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: -37px;
    left: 15px;
    transition: all .3s;
    visibility: hidden;
}
.portfolio-project a.project-btn {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: -37px;
    right: 15px;
    transition: all .3s;
    visibility: hidden;
}
.portfolio-project:hover p.project-name {
    bottom: -7px;
    visibility: visible;
}
.portfolio-project:hover a.project-btn {
    bottom: 9px;
    visibility: visible;
}
a.project-btn:hover {
    color: #4158c3;
    transition: all .3s;
}

.my-services .services-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: clamp(20px, 0.595vw + 17.86px, 25px) 
}
.services-wrapper .single-item {
    background-color: #FAFAFA;
    padding: 20px 20px 30px;
    border-radius: 5px;
    transition: all .3s;
}
.services-wrapper .single-item:hover {
    box-shadow: 0 2px 3px #ddd;
}
.single-item h4 {
    font-size: 22px;
    color: #130f49;
}
.single-item p {
    font-size: 16px;
    color: #777;
}
.single-item a {
    color: #777;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #777;
    padding: 3px 0 3px 0;
    transition: all .3s;
}
.single-item a:hover {
    background-color: #100D3D;
    color: #fff;
    padding: 3px 10px 5px 10px;
    border-radius: 5px;
    border: 1px solid #100D3D;
}
@media (max-width: 1199px) {
    .my-services .services-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .my-services .services-wrapper {
        display: grid;
        grid-template-columns: 1fr;
    }
}
.latest-blog-section .blog-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: clamp(20px, 0.595vw + 17.86px, 25px) 
}
.blog-post-card {
    background: #fafafa;
    border: 1px solid rgba(0,0,0,0.025);
    height: 100%;
    border-radius: 0;
    transition: all .3s;
}
.blog-post-card:hover {
    box-shadow: 0 2px 10px #ccc;
}
.blog-post-card .card-title {
    font-size: 1.125rem
}

.blog-post-card .card-text,.blog-post-card .more-link {
    font-size: 0.875rem
}


@media (max-width: 767px) {
    .latest-blog-section .blog-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .latest-blog-section .blog-wrapper {
        display: grid;
        grid-template-columns: 1fr;
    }
}

.filters {
    list-style: none;
    font-size: 0.875rem
}

.filters .type {
    display: inline-block;
    padding: 0.275rem 0.25rem;
    cursor: pointer;
    margin-right: 2rem;
    color: #8f8f8f;
    font-weight: bold
}

.filters .type:last-child {
    margin-right: 0
}

.filters .type.active {
    border-top: 2px solid #5469C9;
    color: #5469C9;
    font-weight: bold
}

.filters .type.active:hover {
    border-top: 2px solid #5469C9
}

.filters .type:hover {
    color: #292929
}

.project-meta {
    border: 1px solid rgba(0,0,0,0.025);
    font-size: 0.875rem
}

.project-meta .client-name {
    font-size: 1.5rem
}

.project-meta .subheading {
    font-size: 1rem
}

.project-meta .client-meta {
    font-size: 1rem
}

.project-meta .client-meta .svg-inline--fa {
    color: #4f4f4f
}

.metric .inner {
    border: 1px solid rgba(0,0,0,0.025);
    height: 100%
}

.metric-desc {
    font-size: 0.875rem;
    color: #8f8f8f
}

.metric-name {
    color: #5469C9;
    font-weight: bold
}

.metric-data {
    font-weight: bold;
    font-size: 2rem
}

.metric-data .unit {
    font-size: 1rem;
    color: #8f8f8f
}

.client-quote {
    padding: 1.5rem;
    padding-left: 3rem;
    border: 1px solid rgba(0,0,0,0.025);
    background: #fafafa;
    height: 100%;
    position: relative
}

.client-quote:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #5469C9 transparent transparent transparent;
    -webkit-transform: rotate(360deg)
}

.client-quote .source-profile img {
    max-width: 60px
}

.client-quote .fa-quote-left {
    position: absolute;
    left: 0.35rem;
    top: 0.3rem;
    color: #fff;
    font-size: 0.75rem
}

.client-quote .source-holder {
    position: relative;
    padding-left: 76px;
    height: 60px
}

.client-quote .source-holder .source-profile {
    position: absolute;
    left: 0;
    top: 0
}

.client-quote .source-holder .meta {
    padding-top: .5rem
}

.pricing-table .pricing-package-title {
    font-size: 1rem;
    color: #5469C9;
    background: #fafafa;
    text-align: center;
    padding: 1rem
}

.pricing-table .price-number {
    font-size: 1.5rem;
    font-weight: bold
}

.pricing-table .pricing-desc-row {
    vertical-align: inherit
}

.pricing-table tbody th {
    background: #fafafa;
    padding: 1rem;
    width: 30%;
    font-size: 0.875rem
}

.pricing-table tbody td {
    padding: 1rem;
    width: 23.3333333%;
    text-align: center;
    font-size: 0.875rem
}

.pricing-table tbody td .pricing-package-desc {
    font-size: 0.875rem;
    line-height: 1
}

.pricing-table .pricing-desc-row td {
    text-align: left;
    line-height: 1.4
}

.pricing-table tfoot td {
    padding: 1rem;
    text-align: center
}

.pricing-table .btn {
    height: inherit
}

.pricing-tab {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 0.5rem;
    width: 100%;
    border-radius: 4px;
    font-weight: bold;
    background: #e1e1e1;
    color: #4f4f4f
}

.pricing-tab:hover {
    text-decoration: none;
    color: #4f4f4f
}

.pricing-tab.active {
    background: #5469C9;
    color: #fff
}

.faq-accordion .accordion-item {
    border: none
}

.faq-accordion .accordion-button {
    color: #4f4f4f;
    text-decoration: none;
    display: block;
    padding: 0;
    height: auto;
    line-height: inherit;
    background: transparent;
    border: none;
    box-shadow: none
}

.faq-accordion .accordion-button:hover {
    color: #292929
}

.faq-accordion .accordion-button[aria-expanded="true"] .svg-inline--fa {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.faq-accordion .accordion-header {
    position: relative;
    padding-right: 2rem;
    font-size: 1rem
}

.faq-accordion .accordion-header .svg-inline--fa {
    position: absolute;
    right: 0;
    top: 0
}

.faq-accordion .accordion-body {
    font-size: 0.875rem;
    background: #fafafa
}

.resume-wrapper {
    border: 1px solid rgba(0,0,0,0.025)
}

.resume-container {
    max-width: 1140px
}

.resume-section-heading {
    position: relative;
    padding-left: 1rem;
    font-size: 1.125rem;
    letter-spacing: 0.15rem;
    color: #5469C9
}

.resume-section-heading:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 100%;
    background: #5469C9;
    position: absolute;
    left: 0;
    top: 0
}

.resume-name {
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 0.2rem;
    color: #5469C9;
}
.resume-tagline {
    font-size: 1.25rem;
    font-weight: 300
}

.resume-contact {
    border-left: 1px solid rgba(0,0,0,0.08);
    font-size: 0.75rem
}

a.resume-link {
    color: #4f4f4f;
    text-decoration: none;
}

a.resume-link:hover, a.resume-link span.text-muted:hover {
    color: #5469C9;
}
span.text-muted:hover {
    color: #5469C9 !important;
}
.resume-profile-image {
    max-width: 120px
}

.resume-intro {
    font-size: 0.875rem
}
.resume-intro p {
    text-align: justify;
}
.resume-main .item-title {
    font-size: 1rem;
    transition: all .3s;
}

.resume-main a.item-title {
    font-size: 16px; 
    transition: all .3s;
    font-weight: 700;
    text-decoration: none;
    color: #000;
}
.resume-main a.item-title:hover {
    color: #5469C9;
}

.resume-main .item-meta {
    font-size: 0.75rem;
    font-weight: 700;
}

.resume-main .item-content {
    font-size: 0.875rem
}

.resume-aside {
    border-left: 1px solid rgba(0,0,0,0.08)
}

.resume-aside .item {
    font-size: 0.875rem
}

.resume-aside .item-title {
    font-size: 1rem
}

.resume-education-list,.resume-awards-list {
    font-size: 0.875rem
}
.resume-degree.font-weight-bold {
    font-weight: 700;
}
.more-project p {
    margin: 0;
    font-weight: 700;
}
.resume-degree-time-org,.resume-degree-time {
    font-size: 0.75rem
}

.resume-lang-list,.resume-interests-list {
    font-size: 0.875rem
}

.resume-social-list {
    font-size: 0.75rem
}

.blog-list .item .title {
    font-size: 1.275rem
}

.blog-list .item .title a {
    color: #292929
}

.blog-list .item .title a:hover {
    color: #292929
}

.blog-list .item .post-thumb {
    border-radius: 2px
}

.blog-list .item .intro {
    font-size: 0.875rem
}

.blog-list .item .more-link {
    font-size: 0.8125rem
}

.meta {
    color: #8f8f8f;
    font-size: 0.8125rem
}

.meta span {
    display: inline-block
}

.meta span a {
    color: #8f8f8f
}

.meta span a:hover {
    color: #4f4f4f
}

.meta span:after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #8f8f8f;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    position: relative;
    top: -3px
}

.meta span:last-child:after {
    display: none
}

.blog-nav .nav-link {
    background: #5469C9;
    color: #fff;
    font-size: 1rem;
    padding: 1rem;
    font-weight: bold;
    position: relative
}

.blog-nav .nav-link:hover {
    background: #384eb2
}

.blog-nav .nav-link-prev {
    border-right: 1px solid #2c3d8b
}

.blog-nav .arrow-prev {
    position: absolute;
    left: 1rem;
    top: 1.25rem;
    color: #fff
}

.blog-nav .arrow-next {
    position: absolute;
    right: 1rem;
    top: 1.25rem;
    color: #fff
}

.blog-post .title {
    font-weight: bold;
    font-size: 2rem
}

.blog-post .blog-post-body p,.blog-post .blog-post-body li {
    font-size: 1.125rem;
    line-height: 1.6
}

.blog-post .blog-post-body h1,.blog-post .blog-post-body .h1 {
    font-size: 2.125rem
}

.blog-post .blog-post-body h2,.blog-post .blog-post-body .h2 {
    font-size: 2rem
}

.blog-post .blog-post-body h3,.blog-post .blog-post-body .h3 {
    font-size: 1.75rem
}

.blog-post .blog-post-body h4,.blog-post .blog-post-body .h4 {
    font-size: 1.5rem
}

.blog-post .blog-post-body h5,.blog-post .blog-post-body .h5 {
    font-size: 1.25rem
}

.blog-post .blog-post-body h6,.blog-post .blog-post-body .h6 {
    font-size: 1.125rem
}

.blog-post .image-caption {
    color: #8f8f8f;
    font-size: 0.875rem
}

.blog-post .image-caption a {
    color: #8f8f8f;
    text-decoration: underline
}

.blog-post .image-caption a:hover {
    color: #4f4f4f
}

.blog-post .blockquote {
    font-family: Georgia,"Times New Roman",Times,serif;
    border-left: 2px solid #292929;
    font-size: 1.5rem
}

.blog-post .blockquote p {
    font-size: 1.5rem
}

@media (min-width: 768px) {
    .theme-btn-cta {
        width:inherit;
        display: inline-block
    }

    .cta-section .form-inline .form-control {
        width: 360px
    }

    .pricing-table td,.pricing-table th {
        display: table-cell !important
    }
}

@media (min-width: 992px) {
    .blog-list .post-thumb {
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .blog-list .post-thumb {
        max-width: 150px
    }
}

@media (max-width: 991.98px) {
    .header {
        position:static;
        width: inherit;
        height: auto
    }


    .header .btn-primary {
        width: 100%
    }

    .header .navbar {
        padding: 1rem
    }

    .main-wrapper {
        margin-left: 0
    }

    .resume-aside {
        border-left: 0
    }
}

@media (max-width: 767.98px) {
    .signup-form .form-group {
        width:100%;
        margin-bottom: 0.5rem
    }

    .signup-form .form-control {
        width: 100%
    }

    .signup-form .btn-primary {
        width: 100%
    }

    .header .nav-item .dropdown-menu .dropdown-item {
        padding-left: 1.875rem
    }

    .resume-contact {
        border-left: 0
    }

}

@media (max-width: 575.98px) {
    
   
}

body.dark-mode {
    background: #151e29
}

body.dark-mode .theme-bg-light {
    background: #151e29 !important
}

body.dark-mode h1,body.dark-mode .h1,body.dark-mode h2,body.dark-mode .h2,body.dark-mode h3,body.dark-mode .h3,body.dark-mode h4,body.dark-mode .h4,body.dark-mode h5,body.dark-mode .h5,body.dark-mode h6,body.dark-mode .h6 {
    color: rgba(255,255,255,0.95)
}

body.dark-mode .card-body,body.dark-mode .accordion-item {
    color: rgba(255,255,255,0.7)
}

body.dark-mode hr {
    border-color: rgba(255,255,255,0.08)
}

body.dark-mode .meta {
    color: rgba(255,255,255,0.4)
}

body.dark-mode .blockquote-footer {
    color: rgba(255,255,255,0.4)
}

body.dark-mode .text-muted {
    color: rgba(255,255,255,0.4) !important
}

body.dark-mode .copyright {
    color: rgba(255,255,255,0.4)
}

body.dark-mode a.text-link:hover {
    color: #8e9cdb
}

body.dark-mode a.theme-link {
    color: rgba(255,255,255,0.95);
    -webkit-text-decoration-color: rgba(255,255,255,0.4);
    text-decoration-color: rgba(255,255,255,0.4)
}

body.dark-mode a.theme-link:hover {
    color: #5469C9;
    -webkit-text-decoration-color: #5469C9;
    text-decoration-color: #5469C9
}

body.dark-mode .btn-secondary {
    background: #2f435c;
    border-color: #2f435c
}

body.dark-mode .btn-secondary:hover {
    background: #384f6c;
    border-color: #384f6c
}

body.dark-mode .table {
    color: rgba(255,255,255,0.7)
}

body.dark-mode .table td,body.dark-mode .table th {
    border-color: rgba(255,255,255,0.05);
    color: #fff
}

body.dark-mode .table thead th {
    border-color: rgba(255,255,255,0.05)
}

body.dark-mode .table-bordered td,body.dark-mode .table-bordered th {
    border: 1px solid rgba(255,255,255,0.05)
}

body.dark-mode .table-striped tbody tr:nth-of-type(odd) {
    background: rgba(0,0,0,0.15)
}

body.dark-mode .table>:not(caption)>*>* {
    background: rgba(0,0,0,0.15)
}

body.dark-mode .header {
    background: #1e2a3a;
    scrollbar-color: rgba(255,255,255,0.05) #1e2a3a
}

body.dark-mode .header::-webkit-scrollbar {
    background: #1e2a3a
}

body.dark-mode .header::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.05);
    border-radius: .5rem
}

body.dark-mode .header .nav-item.active .nav-link {
    color: #5469C9
}

body.dark-mode .header .nav-item.active .nav-link:hover {
    color: #5469C9
}

body.dark-mode .header .nav-item .nav-link {
    color: rgba(255,255,255, 1);
}

body.dark-mode .header .nav-item .nav-link:hover {
    color: rgba(255,255,255, .7);
}

body.dark-mode .header .btn-primary {
    background: #5469C9;
}

body.dark-mode .social-list a {
    background: #5469C9;
}

body.dark-mode .social-list a .svg-inline--fa {
    color: #fff;
}

body.dark-mode .main-wrapper {
    background: #111821;
    color: rgba(255,255,255,0.7);
}

body.dark-mode .main-wrapper>.cta-section {
    border-bottom: 1px solid rgba(255,255,255,0.05);
    background: none !important;
}

body.dark-mode .about-me-section {
    border-bottom: 1px solid rgba(255,255,255,0.05);
    background: none !important;
}

body.dark-mode .section-title:before {
    background: #fff;
}
body.dark-mode .overview-section .item-desc {
    color: rgba(255,255,255,0.7);
}

body.dark-mode .testimonial-carousel .item-inner {
    background: #151e29;
}

body.dark-mode .project-card {
    background: #151e29;
    border: none;
}

body.dark-mode .project-card:hover .link-mask {
    background: rgba(0,0,0,0.5);
}

body.dark-mode .blog-post-card {
    background: #151e29;
    border: none;
}

body.dark-mode .blog-post .blockquote {
    border-color: #5469C9;
}

body.dark-mode .filters .type {
    color: rgba(255,255,255,0.4);
}

body.dark-mode .filters .type.active {
    color: #5469C9;
}

body.dark-mode .filters .type.active:hover {
    color: #5469C9;
}

body.dark-mode .filters .type:hover {
    color: rgba(255,255,255,0.7);
}

body.dark-mode a.resume-link {
    color: rgba(255,255,255,0.7);
}

body.dark-mode .project-meta .client-meta .svg-inline--fa {
    color: rgba(255,255,255,0.95)
}

body.dark-mode .metric-data {
    color: rgba(255,255,255,0.95)
}

body.dark-mode .metric-data .unit {
    color: rgba(255,255,255,0.4)
}

body.dark-mode .metric-desc {
    color: rgba(255,255,255,0.7)
}

body.dark-mode .client-quote {
    background: #151e29
}

body.dark-mode .blog-list .item .title a {
    color: rgba(255,255,255,0.95)
}

body.dark-mode .testiomonial-carousel-container .tns-nav button {
    background: rgba(255,255,255,0.4)
}

body.dark-mode .testiomonial-carousel-container .tns-nav button.tns-nav-active,body.dark-mode .testiomonial-carousel-container .tns-nav button:hover {
    background: rgba(255,255,255,0.95)
}
body.dark-mode .single-item h4 {
    color: #130f49;
}
body {
    overflow-x: hidden
}

.config-trigger {
    position: absolute;
    top: 30px;
    left: -36px;
    width: 36px;
    height: 36px;
    background: #223142;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-decoration: none
}

.config-trigger:hover {
    background: #111820;
    text-decoration: none
}

.config-trigger:hover .fa-gear {
    color: #fff
}

.config-trigger .fa-gear {
    font-size: 1.25rem;
    display: block;
    color: #fff
}

.dark-mode .config-trigger {
    background: #000
}

.config-panel {
    position: fixed;
    top: 50px;
    z-index: 30;
    width: 190px;
    transition: all 0.4s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .config-panel {
        transition: none
    }
}

.config-panel.config-panel-hide {
    right: -190px
}

.config-panel.config-panel-open {
    right: 0
}

.config-panel .panel-inner {
    position: relative;
    background: #223142;
    color: #fff;
    padding: 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.dark-mode .config-panel .panel-inner {
    background: #000
}

.config-panel .panel-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff
}

.config-panel label {
    color: #fff
}

.config-panel #color-options {
    margin-bottom: 0px
}

.config-panel #color-options li a {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    margin-top: 5px
}

.config-panel #color-options li a:hover {
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    border: 2px solid rgba(255,255,255,0.9)
}

.config-panel #color-options li.list-inline-item {
    margin-right: 5px
}

.config-panel #color-options li.active a {
    border: 2px solid #fff
}

.config-panel #color-options li.theme-1 a {
    background: #54B689
}

.config-panel #color-options li.theme-2 a {
    background-color: #5BC3D5
}

.config-panel #color-options li.theme-3 a {
    background-color: #3B7EEB
}

.config-panel #color-options li.theme-4 a {
    background-color: #5ECCA9
}

.config-panel #color-options li.theme-5 a {
    background-color: #EEA73B
}

.config-panel #color-options li.theme-6 a {
    background-color: #5469C9
}

.config-panel #color-options li.theme-7 a {
    background-color: #5D6BA7
}

.config-panel #color-options li.theme-8 a {
    background-color: #6C51A4
}

.config-panel #color-options li.theme-9 a {
    background-color: #D67553
}

.config-panel #color-options li.theme-10 a {
    background-color: #5FCB71
}

.config-panel .close {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff
}

.config-panel .close .fa {
    color: #fff
}



@media (min-width: 320px) and (max-width: 575px) {
    .cta-section .intro {
        max-width: 100%;
    }
    .project-card {
        max-width: 100%;
    }
    .project-card .link-mask-text .btn {
        padding: 8px;
        font-size: 12px;
        margin: -20px 2px 0 2px;
    }

}
@media (min-width: 360px) and (max-width: 575px) {
    .project-card .link-mask-text .btn {
        padding: 9px 13px;
        font-size: 13px;
        margin: -20px 2px 0 2px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .project-card .link-mask-text .btn {
        padding: 8px 14px;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
   .project-card .link-mask-text .btn {
        padding: 8px 13px;
        font-size: 13px;
    }

}



/*chat-box*/
#whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: pulse 1.5s infinite;
  z-index: 1000;
}

div#whatsapp-button img {
    max-width: 65px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(13, 193, 67, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(13, 193, 67, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(13, 193, 67, 0);
  }
}
.chatbox-area {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 9999;
}
.chatbox-area #chat-box {
  display: none;
  padding: 20px 10px;
  /*position: fixed;
  bottom: 90px;
  right: 20px;*/
  width: 280px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  z-index: 1000;
  overflow: hidden;
  font-family: sans-serif;
}
#chat-box .body {
  position: relative;
}
#chat-box textarea {
  width: 100%;
  height: 60px;
  margin-top: 10px;
  padding: 8px;
  border: 1px solid #ccc;
  resize: none;
  border-radius: 5px;
}
#chat-box textarea:focus-visible {
    outline: none;
}

#chat-box button#send-btn {
  margin-top: 10px;
  background-color: #0DC143;
  color: white;
  border: none;
  padding: 5px 12px;
  border-radius: 5px;
  cursor: pointer;
  float: right;
  transition: all .3s;
}
#chat-box button#send-btn:hover {
  background-color: #25D366;
}
#chat-box button#close-chat {
    position: absolute;
    top: 0;
    font-size: 18px;
    right: 2px;
    border: none;
    background-color: transparent;
    color: #4f4f4f;
    cursor: pointer;
    transition: all .3s;
}
#chat-box button#close-chat:hover {
    color: #000000;
}
@media (max-width: 575px) {
    #whatsapp-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      width: 40px;
      height: 40px;
    }
    div#whatsapp-button img {
        max-width: 45px;
    }
}

body.dark-mode #chat-box p {
    color: #4f4f4f;
}

/* Style for the thank you overlay */
div#thankYouMessage {
    background-color: rgba(14,11,54, .8);
}




