html {
    scroll-behavior: smooth;
    scroll-padding: var(--scroll-padding, 5rem);
}
body{
    font-family: 'Onest', sans-serif;
}
.primary-navigation ul>li>a {
    position: relative;
    padding: 10px 12px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #8a8a8a;
    transition: all .3s ease;
    line-height: normal;
}
.vv {
    transition: all 0.3s ease;
}   
.navbar-brand{
    color: #435be0;
}
.vv2 {
    padding: 14px 0 !important;
    transition: all 0.4s ease;
}
.nav-link.active {
    color: #435be0 !important;
    background-color: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
a:link {
    text-decoration: none
}
.section-padd{
    padding: 100px 0;
}
/*Page Header*/
.hero-wrapper {
    padding:150px 0;
}
.entry-header{
    text-align: center;
    color: #fff;
}
.entry-header h1 {    
    letter-spacing: .5px;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-size:65px;
    position: relative;
    margin: 30px 0 30px 0;
    padding: 20px 0 35px 0;
}
.entry-header h1:before {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -100px;
    top: 0;
    width: 200px;
    height: 1px;
    background:rgba(255,255,255,0.3);
}
.entry-header h1:after {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -100px;
    bottom: 0;
    width: 200px;
    height: 1px;
    background:rgba(255,255,255,0.3);
}
.btn-normal{
    padding: 12px 25px;
    border-radius: 0;
}
.ls-1{
    letter-spacing: 1px;
}
.ls-2{
    letter-spacing: 2px;
}
.fs-7 {
    font-size: 0.8rem!important;
}
.about-card img{
    width:50px;
    height: auto;
}
.service-card{
    background-color: #fff;
    border:1px solid #dee2e6;
    padding: 35px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.service-card:hover{
        box-shadow: 0 0.125rem 0.25rem rgba(33,37,41,.075)!important;
        border-color: #fff;
}
.service-card img{
    width:40px;
    height: auto;
}
.pp a {
    position: relative;
    top: 0;
    transition: top ease 0.3s;
}
.pp a:hover {
    top: -15px;
}
#particles-js{
    width: 100%;
    height: 100%;
    background-color: #435be0;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  } 
canvas{
    position: absolute;
    top: 0;
}  
.card {
    border: 0;
}
.card-body{
    padding:10px;
    padding-bottom: 0;
}
.profile-circel-image-70 img {
    width: 70px;
    height: 70px;
    border-radius: 70px;
}
.cc {
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #fff;
    border:1px solid #dee2e6;
    margin: 0 15px;
    padding: 30px;
}
.cc:hover {
    box-shadow: 0 0.125rem 0.25rem rgba(33,37,41,.075)!important;
        border-color: #fff;
}
.owl-carousel .owl-item img {
    width:auto !important;
}
::placeholder{
    font-size: 16px;
}
.progress, .progress-stacked{
    height: 5px;
}
.con-2 img{
    width: 80px;
    height: auto;
    padding-bottom: 10px;
}
.kk2{
    height:130px;
}
@media (max-width:1016px){
   h1.kk2{
    font-size: 38px;
    height:90px;
   }
}
@media (max-width:650px){
    h1.kk2{
     font-size: 30px;
     height:80px;
    }
 }