
a{
    text-decoration: none;
}
.banner span{
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    color: #656f1e;
    margin: 0 5px;
    font-weight: 700;
}
/* .navbar-light .navbar-brand {
    background: -webkit-linear-gradient(#19164a, #606821);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
} */
.gray{
    color: rgb(170, 170, 170);
}
.large-letter {
    color: #303030;
    float: left;
    font-size: 60px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding-right: 10px;
}
.skill-content {
    overflow: hidden;
    margin-left: 50px;
    padding-top: 40px;
}
.skill .progress {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 13px;
    margin-bottom: 55px;
    overflow: visible;
    position: relative;
}
.skill .progress .lead {
    color: #222;
    font-size: 14px;
    left: 0;
    position: absolute;
    text-transform: capitalize;
    top: -35px;
    width: 100%;
    z-index: 99;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.skill .progress-bar {
    background: #303030 none repeat scroll 0 0;
    position: relative;
}


.fadeInLeft{
width: ;
    visibility: visible;
    animation-duration: 1.5s;
    animation-delay: 1.2s;
    animation-name: fadeInLeft;
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
  }
  .transparent-btn {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #303030;
    color: #303030;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
    padding: 11px 30px;
    text-align: center;
    text-transform: uppercase;
}
.fw-500
{
    font-weight: 500;
}
.portfolio:before {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 15;
    position: absolute;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.portfolio:hover:before
{
    opacity: 1;
}
.portfolio-hover {
    margin-top: 20px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    width: 100%;
    z-index: 17;
}
.portfolio:hover .portfolio-hover {
    margin-top: 0;
}
.portfolio:hover:before, .portfolio:hover .portfolio-hover, .portfolio:hover .porfolio-action {
    opacity: 1;
}
.testmonila-bg{
    background-image: url(../images/testmonila-slider.webp);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.testmonila-bg .card img {
    width: 100px;
    margin: 0 auto;
}
.testmonila-bg .card{
    margin: 0 250px;
}
@media screen and (max-width: 480px) {
    .testmonila-bg .card  {
      margin: 0 0 !important;
    }
  }
.testmonila-bg::before{
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0; 
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
footer{
    background-image: linear-gradient(to right, #a5a700 0%, #606821 51%, #091f2c 100%);
}

.btn-grad
{
    background-image: linear-gradient(to right, #a5a700 0%, #606821 51%, #091f2c 100%);
}
h1 {
    font-size: 72px;
    background: -webkit-linear-gradient(#19164a, #606821);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
.hd{
    background: -webkit-linear-gradient(#daa620, #626a20);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contect-banner{
    background-image: url(../images/breadcrumb.webp);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.contect-banner::before{
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0; 
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #ffffff;
    content: "/";
}
.bg-opacity-black-50::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(24, 17, 43 , 0.5);
    position: absolute;
}
header{
    position: sticky;
    top: 0;
    z-index: 100;
}
.sidebar-header {
    border-bottom: 4px double #303030;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 35px;
    padding-bottom: 10px;
    text-transform: capitalize;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.categorie-list li:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.categorie-list li {
    font-size: 15px;
    position: relative;
}
.categorie-list li::after {
    border: 1px dashed #ddd;
    content: "";
    left: 0;
    position: absolute;
    top: 11px;
    width: 100%;
    z-index: -1;
}
.categorie-list a::before {
    content: "";
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 5px;
}
.categorie-list li span {
    float: right;
    background: #fff;
    padding-left: 20px;
}
.categorie-list li a {
    background: #fff none repeat scroll 0 0;
    color: #696969;
    font-size: 14px;
    font-weight: 500;
    padding-right: 20px;
    text-transform: capitalize;
}
.india{
    position: absolute;
    bottom: 10px;
}
.logo-sapn{
    color: #dba723 !important;
}
.products .card img{
    max-height: 240px;
    object-fit: cover;
    object-position: center;
}
.recent-post{
    height: 400px;
    overflow-y: scroll;
}
.text-justify{
    text-align: justify;
}