body {
    background-color: #f5f5f5;
    color: #4e4e4e;
}

.nav-link.active{
    color: #ffffff !important;
    border-bottom: 2px solid #ffffff ;
}

.nav-link:hover{
    border-bottom: 2px solid #ffffff ;
}

header .logo {
    font-size: 28px !important;
    margin: 0;
    padding: 0;
    font-weight: 600;
    letter-spacing: 1px;
    color: white !important;
    text-transform: none !important;
}

.navbar ul li {
    padding: 12px 0 12px 13px;
}

.navbar a:hover:before, .navbar li:hover>a:before, .navbar .active:before {
    visibility: visible;
    width: 80%;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.navbar a:not(.logo), .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: start;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    transition: 0.3s;
    letter-spacing: 0.4px;
    position: relative;
    text-transform: uppercase;
}

.navbar a:hover{
    color: #116FD8;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

#home{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5) 50%,rgba(0, 0, 0, 0.5) 50%), url('../DevFolio\ images/hero-bg.jpg');
    background-attachment: fixed;
    height: 100vh;
    background-position: center center;
    background-size: cover;
}

#home .hero-title {
    color: #fff;
    font-weight: 600;
    font-size: 4.5rem;
    margin-bottom: 1.5rem;
}

#job{
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.typed-cursor {
    font-size: 2.5rem;
    opacity: 1;
}

.title-s {
    font-weight: 600;
    color: #1e1e1e;
    font-size: 1.1rem;
}

.skill-mf span {
    color: #4e4e4e;
}

.skill-mf .progress {
    background-color: #cde1f8;
    margin: 0.5rem 0 1.2rem 0;
    border-radius: 0;
    height: 0.7rem;
}

.skill-mf .progress .progress-bar {
    height: 0.7rem;
    background-color: #0078ff;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
}

.bg-black{
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.nav-link{
  color: white !important;
}

svg{
  color: rgb(0, 0, 0);
  width: 2.5rem;
  height: 2.5rem;
}

.service-ico{
  width: 6.25rem;
  height: 6.25rem;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #0078ff;
  transition: all 0.5s;
}

.service-box:hover .service-ico{
  background-color: #0078ff;
  box-shadow: 0 0 0 10px #CDE0F8;
}

.service-box:hover .service-ico svg{
  color: rgb(255, 255, 255);
}

.service-box .s-title {
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: center;
    padding: 0.4rem 0;
}
.service-box .s-description {
    color: #4e4e4e;
}

.service-box .service-ico {
    margin-bottom: 1rem;
    color: #1e1e1e;
}

h2, h3, h4, h5, h6 {
    color: #1e1e1e;
}

.title-a {
    text-decoration: none;
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
}

.subtitle-a {
    text-decoration: none;
    color: #4e4e4e;
}

.line-mf {
    width: 40px;
    height: 5px;
    background-color: #0078ff;
    margin: 0 auto;
}

.title-box{
  margin-block-end: 4rem;
}

#about{
    padding-block: 4rem;
}
  
.padding-adjustment{
  padding-inline: 3rem;

}

.box-shadow-full {
    padding: 3rem 1.25rem;
    position: relative;
    background-color: #fff;
    margin-bottom: 3rem;
    z-index: 2;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.service-box {
    background-color: #fff;
    padding: 2.5rem 1.3rem;
    border-radius: 1rem;
    margin-bottom: 3rem;
    text-align: center;
    box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

#statistics{
  background-image: linear-gradient(#0077ffba 50%,#0077ffba 50%), url('../DevFolio\ images/counters-bg.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  color: #CDE0F8;
  text-align: center;
  padding-block: 8rem;
}

.statistics-ico {
    margin-bottom: 1rem;
}

.statistics-ico .statistics-circle {
    height: 60px;
    width: 60px;
    line-height: 1.5;
    box-shadow: 0 0 0 10px #cde1f8;
}

.statistics-circle {
    height: 100px;
    width: 100px;
    font-size: 2rem;
    border-radius: 50%;
    line-height: 1.55;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 0 0 10px #0078ff;
    display: block;
}

.statistics-ico .statistics-circle svg{
  width: 32px;
  height: 32px;
  color: #ffffff;
}

.statisitc-num {
    font-size: 2rem;
    margin-bottom: 0;
    color: #ffffff;
  }
  
  .statistic-text{
  color: #ffffff;
}

.box-shadow, .card-blog, .work-box, .service-box, .paralax-mf {
    box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

#slider{
  background-image: linear-gradient(#0077ffba 50%,#0077ffba 50%), url('../DevFolio\ images/overlay-bg.jpg');
  background-attachment: fixed;
  height: 100vh;
  background-position: center center;
  background-size: cover;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -30%;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    padding: 0px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border-width: 10px 0px;
    border-right-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-top-style: solid;
    border-top-color: transparent;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease 0s;
}

.carousel-indicators .active {
    opacity: 1;
}

.testimonial-box .author {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 1rem 0;
    display: block;
    font-size: 1.4rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.testimonial-box .description{
  padding-inline: 200px;
}

#work{
  padding-top: 4rem;
}

.work-img {
    display: block;
    overflow: hidden;
}

.work-img img {
    transition: all 1s;
}

.work-box img:hover {
    transform: scale(1.3);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.work-box {
    margin-bottom: 3rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
}

.work-content {
    padding: 2rem 3% 1rem 4%;
}

.w-title {
    font-size: 1.2rem;
}

.work-content .w-more {
    color: #4e4e4e;
    font-size: 0.8rem;
}

.work-content .w-more .w-ctegory {
    color: #0078ff;
}

.work-content .w-like svg {
    font-size: 2.5rem;
    color: #0078ff;
    float: right;
}

#blog{
  padding-top: 4rem;
}

.card-blog .card-title {
    font-size: 1.3rem;
    margin-top: 0.6rem;
}
.card-title a{
    color: #1e1e1e;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.avatar {
    width: 32px;
    height: 32px;
    margin-right: 4px;
    overflow: hidden;
}

.post-author a{
    color: #1e1e1e;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.post-date{
  color: #4E4E4E;
}

.post-date svg{
  margin-right: .25rem;
  color: #4E4E4E;
  width: 1rem;
  height: 1rem;
}
.rounded-circle {
    border-radius: 50%!important;
}

.card-blog .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}

.card-blog .card-category {
    display: inline-block;
    color: #fff;
    padding: 0 15px 5px;
    overflow: hidden;
    background-color: #0078ff;
    border-radius: 4px;
}

.card-blog .card-category .category {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.1px;
    margin-bottom: 0;
}

.card-blog .card-body {
    position: relative;
}

img, svg {
    vertical-align: middle;
}

#contact{
  background-image: linear-gradient(#0077ffba 50%,#0077ffba 50%), url('../DevFolio\ images/overlay-bg.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.title-left {
    font-size: 2rem;
    position: relative;
}

.title-left:before {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #0078ff;
    width: 100px;
    bottom: -12px;
}

.title-box-2 {
    margin-bottom: 3rem;
}

.php-email-form input {
    padding: 10px 15px;
}
.php-email-form input, .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.php-email-form button[type=submit] {
    background: #0078ff;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.button-rouded {
    border-radius: 5rem;
}

.php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

footer {
    text-align: center;
    color: #fff;
    padding: 1.5625rem 0;
    background: #0062d3;
}

footer .copyright {
    margin-bottom: 0.3rem;
}

footer .credits a {
  text-decoration: none;
    color: #fff;
}

.p-contact{
  padding-top: 8rem;
}

.m-contact{
  margin-top: 8rem;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #0078ff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

.back-to-top svg{
    color: white;
    width: 28px;
    height: 28px;
}

.list-ico {
    line-height: 2;
}
.ul-resect, .widget-tags ul, .widget-sidebar .list-sidebar, .box-comments .list-comments, .blog-wrapper .post-meta ul, .list-ico, .socials ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.list-ico svg {
    color: #0078ff;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.socials .ico-circle {
    height: 40px;
    width: 40px;
    font-size: 1.2rem;
    border-radius: 50%;
    line-height: 1.6;
    margin: 0 15px 0 0;
    background-color: white;
    box-shadow: 0 0 0 3px #0078ff;
    transition: all 500ms ease;
}

.socials .ico-circle:hover {
    height: 40px;
    width: 40px;
    font-size: 1.2rem;
    border-radius: 50%;
    line-height: 1.6;
    margin: 0 15px 0 0;
    background-color: #0078ff;
    box-shadow: 0 0 0 3px #CDE0F8;
    transition: all 500ms ease;
}

.ico-circle {
    height: 100px;
    width: 100px;
    font-size: 2rem;
    border-radius: 50%;
    line-height: 1.55;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 0 0 10px #0078ff;
    display: block;
}

.socials .ico-circle svg{
  width: 19.2px;
  height: 19.2px;
  color: black;
}

.socials .ico-circle:hover svg{
  width: 19.2px;
  height: 19.2px;
  color: white;
}

.socials {
    padding: 1.5rem 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    margin: 5px 7px;
    background: rgb(214, 214, 214);
    display: block;
    backface-visibility: visible;
    transition: opacity 0.2s ease 0s;
    border-radius: 30px;
}

.owl-theme .owl-nav {
    display: none;
    color: transparent;
    margin-top: 10px;
}

.dropdown:hover > .dropdown-menu,.dropstart:hover > .dropdown-menu{
        display: block !important;
        margin-top: .125rem;
    }
    .dropdown:focus > .dropdown-menu{
        display: block !important;
    }
    .dropdown > .dropdown-menu.show{
        display: none !important;
    }
    .dropstart:hover > .dropdown-menu{
        position: absolute;
        top: 0;
        left: -104%;
    }

@media screen and (max-width: 1200px){
    #home .hero-title {
    font-size: 4rem;
    }
    #job{
    font-size: 2.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    }
    .dropdown:hover > .dropdown-menu,.dropstart:hover > .dropdown-menu{
        display: block !important;
        margin-top: .125rem;
    }
    .dropdown:focus > .dropdown-menu{
        display: block !important;
    }
    .dropdown > .dropdown-menu.show{
        display: none !important;
    }
    .dropstart:hover > .dropdown-menu{
        position: absolute;
        top: 0;
        left: -104%;
    }
    .testimonial-box .description{
    padding-inline: 150px;
    }
}

@media screen and (max-width:993px) {
    #home .hero-title {
        font-size: 3.5rem;
    }
    #job{
    font-size: 2.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    }
    .testimonial-box .description{
    padding-inline: 100px;
    }
    .navbar ul li {
    padding: 2px 0 2px 0;
    }
        .dropdown:hover > .dropdown-menu,.dropstart:hover > .dropdown-menu{
        display:none
    }
    .dropdown:focus > .dropdown-menu{
        display: none
    }
    .dropdown > .dropdown-menu.show{
        display: none !important;
    }
    .dropstart:hover > .dropdown-menu{
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media screen and  (max-width: 768px){
    #home .hero-title {
        font-size: 2.8rem;
    }
    #job{
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    }
    .about-img img{
        width: 100%;
        display: block;
        flex-shrink: 0;
        margin-bottom: 1.25rem;
    }
    .statistics-box{
        margin-bottom: 2.25rem;
    }
    .testimonial-box .description{
    padding-inline: 50px;
    }
    .card{
        margin-bottom: 1.575rem;
    }
    .navbar ul li {
    padding: 2px 0 2px 0;
    }
}

@media screen and  (max-width: 500px){
    #home .hero-title {
        font-size: 2.2rem;
    }
    #job{
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
    }
    .middle-card{
        margin-top: 2.25rem;
        margin-bottom: 3.5rem;
    }
    .navbar ul li {
    padding: 2px 0 2px 0;
    }
}

