h1, h2, h3, h4, h5, h6, p, a, div, li, button {
    font-family: 'Noto Sans', sans-serif;
}
a {
    text-decoration: none !important;
}
.fw200 {
    font-weight: 200;
}
.fw300 {
    font-weight: 300;
}
.fw400 {
    font-weight: 400;
}
.fw500 {
    font-weight: 500;
}
.fw600 {
    font-weight: 600;
}
.fw700 {
    font-weight: 700;
}
.header-logo img {
    width: 150px;
}
.primary-web {
    color: #304871;
}
.primary-bg-web {
    background-color: #304871;
}
.text-dark1 {
    color: #000;
}
.nav-link, .contact-info a {
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 15px !important;
}
.mssss {
    margin-left: auto;
}
header.position-relative {
    border-bottom: solid 1px #e7e7e7;
}
.banner-box h1 {
    font-size: 46px;
    font-weight: 300;
}
.banner-box p {
    width: 600px;
    font-size: 17px;
}
a.banner-butt, button.banner-butt {
    background: #3b7ccc;
    padding: 13px;
    color: #fff;
    width: 166px;
    font-size: 14px;
    display: flex;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    transition: .3s;
    position: relative;
    overflow: hidden;
    z-index: 999;
    border: none;
}
a.banner-butt2 {
    padding: 12px;
    font-size: 14px;
    display: flex;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    transition: .3s;
    position: relative;
}
.banner-butt:after {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background-color: #2B5282;
    will-change: left;
    transition: all .3s cubic-bezier(.75,0,.125,1);
    visibility: hidden;
}
.banner-butt:hover:after {
    left: 0;
    visibility: visible;
    transition: all .3s cubic-bezier(.75,0,.125,1);
}
.auto-img img {
    width: 136px;
    transition: .3s;
}
.auto-img img:hover {
    transform: scale(1.08);
}
.authorised-content h3 {
    font-size: 30px;
    font-weight: 300;
}
.border-act {
    border: solid #414141;
    border-width: 0px 0px 2px 2px;
}
.border-act.head-bor {
    border-width: 0px 0px 0px 2px;
}
.border-act.check-bor {
    border-width: 0px 0px 2px 0px;
}
.wrapper {
    display: flex;
    justify-content: space-between;
}
.main {
    width: 70%;
    height: fit-content;
    display: flex;
    flex-direction: column;
}
.sidebar {
    top: 0%;
    height: fit-content;
    width: 26%;
    min-height: 300px;
    overflow-y: auto;
    position: -webkit-sticky;
    position: sticky;
}
.main1 {
    width: 60%;
    height: fit-content;
    display: flex;
    flex-direction: column;
}
.sidebar1 {
    top: 0%;
    height: fit-content;
    width: 38%;
    min-height: 300px;
    overflow-y: auto;
    position: -webkit-sticky;
    position: sticky;
}
.sidebar .blog-sidebarr {
    border: solid #bdbdbd;
    border-width: 0px 0px 1px 1px;
    padding: 10px 10px 20px 20px;
}
.sidebar1 .blog-sidebarr {
    border: solid #bdbdbd;
    border-width: 0px 0px 1px 1px;
    padding: 20px 30px 30px 35px;
    background: #e9e9e9;
}
.why-visheshgroup p {
    font-size: 15px;
}
.why-visheshgroup h3 {
    font-size: 22px;
    line-height: 30px;
}
.why-visheshgroup hr {
    margin: 11px 0 !important;
}
.home-form h3 {
    background-color: #26436B;
    display: flex;
    align-items: center;
    padding: 12px;
    font-size: 18px;
    border-radius: 6px 6px 0 0;
}
.home-form h3 img {
    width: 40px;
    margin-right: 8px;
}
.form-control:focus {
    box-shadow: none !important;
}
input::placeholder, textarea::placeholder, input.form-control, textarea.form-control {
    font-size: 14px;
    color: #2c2c2c;
}
.home-form {
    border: solid 1px #26436B;
    border-radius: 6px;
}
a.sumbit-butt, button.sumbit-butt {
    padding: 7px 16px;
    background: #26436B;
    color: #fff;
}
.blog-det-content h4 {
    font-size: 20px;
}
.wrap-head {
    border-bottom: dotted 2px #3a4c7d8c;
}

/* Product */
.prod-category .item {
    margin: 4px;
    border: solid 1px #ededed;
}
.check-category .item {
    margin-bottom: 20px;
    border: solid 1px #ededed;
}
.cate-img {
    height: 176px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 8px;
}
.prod-category .item img, .check-category .item img {
    transition: .3s;
}
.prod-category h4, .check-category h4 {
    font-size: 15px;
    background-color: #314d742b;
    padding: 12px 6px;
    display: flex;
    justify-content: center;
    color: #000;
    margin-bottom: 0;
}
.prod-category .item:hover img, .check-category .item:hover img {
    transform: scale(1.08);
}
.prod-category .item:hover {
    box-shadow: 0px 0px 4px #e3e3e3;
}
.indus-home-box h5 {
    padding: 8px 0 12px;
    font-size: 16px;
}
.indus-img {
    position: relative;
    overflow: hidden;
}
.indus-img .overlay, .indus-img .overlay h6 {
    transition: .4s;
}
.indus-img .overlay {
    position: absolute;
    top: 0px;
    background: #00000054;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.indus-img h6 {
    color: #fff;
    top: 16px;
    left: 16px;
    position: absolute;
}
.indus-img:hover .overlay {
    opacity: 1;
}
.cate-img1 {
    display: flex;
    justify-content: center;
}
.cate-img1 img {
    width: 130px !important;
}
.owl-carousel.owl-loaded {
    position: relative !important;
}
.owl-nav {
    display: flex;
    position: absolute;
    top: 25%;
    justify-content: space-between;
    width: 100%;
    margin: 0 !important;
    margin-top: -10px !important;
}
.brand-slider .owl-dots {
    display: none;
}
.owl-nav span {
    font-size: 36px;
}
button.owl-prev, button.owl-next {
    width: 25px;
}
.blog-box a:hover {
    text-decoration: underline !important;
}
.foot-logo img {
    width: 170px;
}
.foot-map p {
    font-size: 15px;
    margin-bottom: 5px !important;
}
.foot-map a {
    color: #363636;
    transition: .3s;
}
.foot-anc:hover {
    margin-left: 8px;
    color: #3b7ccc;
}

/* .transform-set .banner-frame {
    transform: scaleX(-1);
} */
.prod-img img, .prod-img {
    background-color: rgb(243, 243, 243);
    width: 500px;
    transition: .3s;
}
.prod-img img:hover {
    transform: scale(1.03);
}
.blog-img img {
    width: 100%;
    border-radius: 10px;
}
.owl-carousel3 .owl-item {
    border-right: solid 1px #c3c3c3;
}
.owl-carousel3 .cate-img {
    height: 106px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 12px;
}
.owl-carousel3 img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .3s;
}
.owl-carousel3 img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.main-blog {
    width: 100%;
}
.blog-box .cate-img {
    height: auto;
    padding: 0;
}
.blog-box .cate-img img {
    height: 240px;
    padding: 0;
}
.blog-box .blog-anchor:hover {
    text-decoration: none !important;
}

/* Contact Us */
iframe {
    width: 100%;
}
.contact-form input {
    height: 42px;
    border: none !important;
    margin-top: 8px;
}
.contact-form textarea {
    border: none !important;
    margin-top: 8px;
}
.form-control:focus {
    border: solid 1px #86b7fe !important;
}

/* About */
.about-para {
    font-size: 15px;
}
button.btn-close {
    width: 12px !important;
    height: 12px !important;
    padding: 8px !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
}
.modal-img img {
    width: 140px;
}
.modal-header {
    display: flex !important;
    align-items: flex-start !important;
    padding-bottom: 0 !important;
}
.modal-dialog {
    max-width: 620px !important;
}
.modal-img {
    margin-left: auto;
}
.modal-body label {
    font-size: 14px !important;
}