* {
    margin: 0;
    padding: 0;
    outline: 0;
    transition: all 0.3s ease 0s;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/****************************************************************************/
html {
    overflow-y: scroll;
}

body {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
}

a {
    text-decoration: none !important;
}

.container {
    max-width: 1240px;
    padding: 0 25px;
}

header .container {
    max-width: 1440px;
    padding: 0 25px;
}


.compadd {
    padding:80px 0;
}

section.marquee-outer
 {
    padding-top: 80px;
}

.partner-block {
    transition: transform 0.3s ease-in-out;
}

.partner-block:hover {
    transform: scale3d(1.1, 1.1, 1.1);
} 

.wpcf7-not-valid-tip {
    font-size: 12px !important;
    position: absolute !important;
    right: 0 !important;
}

.wpcf7-response-output {
    position: absolute;
    border: none !important;
    text-align: center;
    left: 0;
    width: 100%;
    margin: 0px !important;
    font-size: 12px;
}

.wpcf7 {
    position: relative;
}



.rounded {
    border-radius: 20px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

h4 {
    font-size: 20px;
    font-weight: 400;
}

h5 {
    font-size: 18px;
} 

h6 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

/******************button theme area******************/
.web-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: auto;
    height: auto;
    cursor: pointer;
    overflow: hidden;
    border-radius: 12px;
    text-align: center;
}

.web-btn::before,
.web-btn::after {
    position: absolute;
    content: "";
}

.web-btn::before {
    top: 0;
    bottom: 0;
    right: unset;
    left: 0;
    height: 100%;
    width: 0%;
    transition: all ease-in-out 400ms;
}

.web-btn span {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    top: 0;
    left: 0;
    width: 100%;
    padding: .7rem 2rem;
    font-size: 20px;
    font-weight: 400;
	
    transition: transform 0.3s ease, background-color 0.3s ease;
	justify-content: center;
}

.web-btn span i {
    line-height: 0px;
}

/*****button color gradient***********/
.alt.web-btn {
    color: #fff;
    background-image: -moz-linear-gradient(135deg, rgba(0, 158, 216, 1) 0%, rgba(3, 75, 168, 1) 100%);
    background-image: -webkit-linear-gradient(135deg, rgba(0, 158, 216, 1) 0%, rgba(3, 75, 168, 1) 100%);
    background-image: -ms-linear-gradient(135deg, rgba(0, 158, 216, 1) 0%, rgba(3, 75, 168, 1) 100%);
    transition: 0.3s ease-out;
	border: 0;
    height: 68px;
}
#contact-details .contact-block img {
    margin-bottom: 20px;
}
#contact-details .contact-block span {
      display: block;
      font-size: 16px;
    line-height: 20px;
}

.alt.web-btn:hover::before {
    width: 100%;
    background-image: -moz-linear-gradien(135deg, rgba(3, 75, 168, 1) 0%, rgba(0, 158, 216, 1) 100%);
    background-image: -webkit-linear-gradient(135deg, rgba(3, 75, 168, 1) 0%, rgba(0, 158, 216, 1) 100%);
    background-image: -ms-linear-gradient(135deg, rgba(3, 75, 168, 1) 0%, rgba(0, 158, 216, 1) 100%);
}

/*****transparent button color***********/
.alt2.web-btn {
    color: #fff;
    border: 1px solid rgba(232, 232, 232, 0.1);
    background: rgba(255, 255, 255, 0.24);
    transition: 0.3s ease-out;
}

.alt2.web-btn:hover::before {
    width: 100%;
    background: rgba(255, 255, 255, 0.54);
}

/*****white button color***********/
.alt3.web-btn {
    color: rgba(0, 70, 131, 1);
    background: rgba(255, 255, 255, 1);
    transition: 0.3s ease-out;
}

.alt3.web-btn:hover {
    color: rgba(255, 255, 255, 1);
}

.alt3.web-btn:hover::before {
    width: 100%;
    background: rgba(0, 70, 131, 1);
}

/*****white button color***********/
.alt4.web-btn {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.08);
    transition: 0.3s ease-out;
}

.alt4.web-btn:hover {
    color: #000;
}

.alt4.web-btn:hover::before {
    width: 100%;
    background: rgba(255, 255, 255, 1);
}


/*******************************Header*********************************************/
header {
    z-index: 999;
}

.white-logo,
.home .blk-logo {
    display: none;
}

.home .white-logo {
    display: block;
}

.navbar {
    background: transparent;
    padding: 1rem 0;
}

.navbar-expand-md .navbar-nav .menu-item a {
    color: #000;
    padding: 0px;
    margin: 0 1.5rem;
    transition: all 0.5s;
    text-transform: uppercase;
    font-size: 16px;
}

.navbar-expand-md .navbar-nav .menu-item.current-menu-item a,
.navbar-expand-md .navbar-nav .menu-item a:hover {
    border-bottom: 2px solid #026DBC;
    color: #026DBC;
    transition: all 0.5s;
        padding-bottom: 10px;
}

header .input-group {
    border: 1px solid rgba(232, 232, 232, 0.10);
    background: rgba(255, 255, 255, 0.80);
    border-radius: 15px;
    height: 56px;
    width: 25%;
}

header input.form-control {
    background: transparent;
    border-color: transparent;
    color: rgba(64, 64, 64, 0.55);
    font-family: "Inter", sans-serif;
    font-size: 18px;
    padding: 0 5px;
}

header button.btn.btn-success {
    background: transparent;
    border-color: transparent;
    border-radius: 15px 0 0 15px;
    color: rgba(0, 0, 0, 1);
}

header button.btn.btn-success:hover {
    background:rgb(229 241 250);
}

header .form-control:focus {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: rgba(64, 64, 64, 0.55);
}

header input.form-control::placeholder {
    color: rgba(64, 64, 64, 0.55);
    opacity: 0.55;
}

header.header.scroll .navbar {
   background: #95d2ff;
    transition: all 0.5s ease-in-out;
    padding: 10px 0;
    box-shadow: 0px 4px 15px #00000033;
}



header.header {
    transition: all 0.5s ease-in-out;
    padding: 20px 0;
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 9;
}


.home .navbar-expand-md .navbar-nav .menu-item a {
    color: #fff;
}


.home .navbar-expand-md .navbar-nav .menu-item a:hover {
border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: initial;
    padding-bottom: 10px;
}

.home .navbar-expand-md .navbar-nav .menu-item.current-menu-item a{
    font-weight: 600;
    border-bottom: 2px solid #fff;
    color: #fff;
  
    padding-bottom: 10px;
}

.home header .input-group {
    border: 1px solid rgba(232, 232, 232, 0.1);
    background: rgba(255, 255, 255, 0.24);
}

.home header input.form-control {
    color: #fff;
}

.home header button.btn.btn-success {
    color: rgba(255, 255, 255, 1);
}

.home header button.btn.btn-success:hover {
    background: rgba(255, 255, 255, 0.54);
}

.home header .form-control:focus {
    color: #fff;
}

.home header input.form-control::placeholder {
    color: #fff;
    opacity: 0.55;
}


.marquee-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.marquee {
    display: flex;
    gap: 40px;
    animation: scroll-left 20s linear infinite;
    will-change: transform;
}

.marquee span {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

@keyframes scroll-left {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

ul.navbar-nav.w-100 {
    justify-content: end;
}


/*******************************main*********************************************/


#banner {background:rgb(123, 182, 221); color:#fff; z-index:1; height:100vh;}
#banner .carousel-caption{left:0px; top:0px; bottom:0px; right:0px;}
#banner .bnr-img{width:100%; height:100vh; object-fit:cover;}
#banner .bnr-txt-area {font-size:22px; width:54%; margin-left:3rem;}
#banner .carousel-control-next-icon, .carousel-control-prev-icon {width: 4rem; height: 4rem;}
.carousel-control-next, .carousel-control-prev {width: 6%;}


#banner.inr-bnr {
    min-height: 250px;
}


#products-list {
    background: url(https://kansler.shekharhans.com/wp-content/uploads/bg-mountain-img.png) repeat-x center bottom;
    padding:80px 0;
}

#products-list.no-bg {
    background: transparent;
    padding: 5rem 0;
}

#products-list .card {
    border-radius: 30px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
    padding: 24px;
	position: relative;
	top: 0px;
	transition: 0.3s;
}
#products-list .card:hover {
    box-shadow: -1px 13px 16px 0px #0000001a;
    position: relative;
    top: -10px;
}

#products-list .card h3 {
    text-transform: capitalize;
    margin-top: 1rem;
}

#products-list .card .price {
    font-size: 24px;
    font-weight: 500;
	display:none;
}

#products-list .card .old-price {
    color: #A2A2A2;
    font-size: 22px;
    font-weight: 500;
    text-decoration-line: line-through;
}

#products-list .card .weight {
    font-size: 20px;
    font-weight: 500;
	margin:0px!important;
}

#promise h3 {
    text-transform: capitalize;
}
#promise p{
color: #323232;
}

#partner {
    background: url(https://kansler.shekharhans.com/wp-content/uploads/partner-bg.png) no-repeat center center;
    padding: 8rem 0 5rem;
    font-size: 20px;
}

#partner .stage {
    margin-top: -70px;
    position: relative;
    z-index: -1;
}

#partner .part-img-area {
    padding: 0 5rem;
}

.partner-block {
    border-radius: 20px;
    border: 1px solid rgba(182, 224, 242, 0.58);
    background: #FFF;
    box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.04);
    padding: 30px 10px;
    font-size: 16px;
    text-align: center;
}

.partner-block h4 {
    color: #000;
}


#testimoni .testi-area {
    padding: 0px 12.5rem;
}

#testimoni .testi-area p {
font-size: 20px;
    color: #2D2D2D;
    line-height: 30px;
}

#testimoni .testi-area h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 2rem;
}

#testimoni .testi-area .status {
    color: #969393;
}

#testimoni .testi-area .test-rating {
    color: rgba(255, 199, 0, 1);
}


#work {
    background: linear-gradient(180deg, rgba(240, 248, 251, 1) 0%, #F0F8FB 100%);
    position: relative;
    z-index: 1;
}

#work:before {
    background: url(https://kansler.shekharhans.com/wp-content/uploads/work-bg.png) repeat-x center center;
    background-size: contain;
    mix-blend-mode: color-burn;
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: -2;
}

#work:after {
    background: linear-gradient(180deg, rgba(240, 248, 251, 0.00) 40%, #F0F8FB 100%);
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
}

#work .card {
    border-radius: 20px;
    background: #FFF;
    border: 0px;
    padding: 40px;
    position: relative;
}

#work .card h3 {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 600;
}

#work .card .numb {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 200px;
    font-weight: 700;
    line-height: 140px;
}

#work .card .numb.txt-color1 {
    color:#0F9DD208;
}

#work .card .numb.txt-color2 {
    color: rgba(93, 147, 53, 0.02);
}

#work .card .numb.txt-color3 {
    color: rgba(210, 15, 70, 0.02);
}
.faq-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}
.faq-item.active .faq-title {
    font-weight: bold;
}
.faq-icon {
    float: right;
    transition: transform 0.3s ease;
}

#faq .faq-item {
    border-radius: 20px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border: 1px solid #F4F4F4;
    padding: 22px 22px 22px 42px;
    position: relative;
}

#faq .faq-item.active {
    border: 0.6px solid #90D4F0;
    background: linear-gradient(90deg, #FFF 20%, rgba(15, 157, 210, 0.30) 100%);
    box-shadow: 0px 6px 34px 0px rgba(0, 0, 0, 0.04);
}

#faq .faq-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 128%;
}

#faq .faq-content {
    max-height: 0;
    overflow: hidden;
    padding: 0px 50px 0px 0px;
    transition: max-height 0.4s ease-in-out, padding 0.3s ease-in-out;
    color: rgb(22 22 22 / 80%);
    font-size: 20px;
    line-height: 160%;
}

#faq .faq-item.active .faq-content {
    padding-top: 6px;
}

#faq .faq-icon {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    transition: transform 0.3s ease-in-out;
    background: #0352AC;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
}
#faq .faq-icon i{
	line-height: 0px;
}
#faq .faq-item.active .faq-icon {
    /* transform: rotate(45deg); */
    background: transparent;
    color: #0352AC;
    border: 1px solid #0352AC;
}


#getintouch {
    padding: 0 0 5rem;
    color: #fff;
}

#getintouch .getin-bg-grad {
    background: linear-gradient(102deg, #009ED8 30.01%, #034BA8 87.13%);
    border-radius: 10px;
    min-height: 528px;
    position: relative;
    z-index: 1;
	overflow: hidden;
}

#getintouch .getin-bg-grad:after {
    background: url(https://kansler.shekharhans.com/wp-content/uploads/bg-patren.svg) no-repeat left bottom;
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
}

#getintouch .getin-bg-grad p {
    font-size: 20px;
	margin-bottom: 36px;
}


#footer {
    background: url(https://kansler.shekharhans.com/wp-content/uploads/ftr-btm-bg.svg) repeat-x center bottom rgba(10, 20, 47, 1);
    padding: 4rem 0 11rem;
    position: relative;
    color: #fff;
    line-height: 1.7;
}

#footer a {
    color: rgba(255, 255, 255, 1);
}

#footer a:hover {
    color: rgba(15, 157, 210, 1);
}

#footer h6 {
    margin-bottom: 20px;
}

#footer ul li {
    margin-bottom: 10px;
    padding: 0px !important;
}

#footer .cont-details a {
    font-weight: 700;
}

#footer .social a {
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 100%;
    color: rgba(15, 157, 210, 1);
    display: block;
    width: 62px;
    height: 62px;
    text-align: center;
    line-height: 62px;
}

#footer .social a:hover {
    background: rgba(255, 255, 255, 0.24);
}

#footer .ftr-botom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    padding-top: 2rem;
}

#footer .nav-link {
    padding: 0rem;
	color: rgba(255,255,255,0.5);
}

/*******************************Inner Page css*********************************************/
#inr-bnr {
    background: linear-gradient(180deg, #D2EBFD 0%, rgba(210, 235, 253, 0.00) 100%);

    padding: 10rem 0 0;
	position: relative;

}
#inr-bnr::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;	background-image: url('https://kansler.shekharhans.com/wp-content/uploads/pt-bg.png');
	background-size: cover;
	top: 0px;
	left: 0px;

}
#inr-bnr .container{
 position: relative;
 z-index: 2;
}
.about-clients-title {
    margin-bottom: 40px;
}
#inr-bnr h1 {
     font-size: 45px;
    font-weight: 600;
}

#privacy .container {
    max-width: 1140px;
    color: #444;
    font-size: 20px;
}

#privacy .date {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1rem;
}

#privacy h2 {
     font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
}

#privacy h3 {
    font-size: 28px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 2rem;
    color: #000;
}

#privacy ul {
    margin: 0 0 2rem;
    padding-left: 1rem;
}


#why-choose {
    padding: 0 0 5rem;
}

#why-choose .why-choose-content {
    border-radius: 10px;
    background: #F0F8FB;
    padding: 5rem;
    text-align: center;
}

#why-choose .why-choose-content h2 {
    font-size: 40px;
    margin-bottom: 5rem;
}

#why-choose .why-choose-content h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
    margin-top: 2rem;
}


#pro-details {
    padding: 10rem 0 5rem;
}

#pro-details .pro-img {
    border-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    padding: 23px 37px 22px 37px;
	min-height: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
}

    #pro-details .d-flex.justify-content-between img {
        width: 24%;
    }
	
ul.list-inline.test-rating.me-3 li i {
    color: #f0be42;
}
.related-pro{
	padding-top: 0px !important;
}
#pro-details .breadcrumb {
    color: #000;
    font-size: 20px;
    margin: 0px;
}

#pro-details .breadcrumb span {
    color: #868686;
    margin: 0 .5rem;
}

#pro-details .breadcrumb a {
    color: #868686;
}

#pro-details .breadcrumb a:hover {
    color: rgba(15, 157, 210, 1);
}

#pro-details .raiting {
    font-size: 14px;
    letter-spacing: 0.6px;
}

#pro-details .raiting ul li {
    color: rgba(255, 199, 0, 1);
    margin: 0px;
}

#pro-details {
    color: #080808;
}

#pro-details h1 {
    font-size: 42px;
    font-weight: 700;
}

#pro-details h2 {
    font-size: 32px;
    font-weight: 700;
}

#pro-details .pro-details-price {
    font-size: 35px;
    font-weight: 500;
}

#pro-details .pro-dec {
     font-size: 18px;
    line-height: 27px;
}

#pro-details .txt {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

#pro-details .details {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}

#pro-details .alt.web-btn span {
    padding-bottom: 24px;
    padding-top: 24px;
	height: 70px;
}


#pro-details .features {
    color: #080808;
    font-size: 24px;
    font-weight: 500;
    margin: 5rem 10rem;
}

#pro-details .features .icon {
    background: #F0F8FB;
    border-radius: 100%;
    height: 140px;
    width: 140px;
    text-align: center;
    line-height: 140px;
    margin: 0 auto 1rem;
}

#pro-details .middle-content {
    font-size: 16px;
    border-radius: 20px;
    background: #F0F8FB;
    padding: 5rem;
}

#pro-details .middle-content h2 {
    font-size: 40px;
    font-weight: 600;
}

#pro-details .middle-content img {
    border-radius: 20px;
}

#products-list.related-pro h2 {
    font-size: 50px;
}


.blog-date {
    color: #0F9DD2;
    font-size: 22px;
    font-weight: 500;
}

#blog-details {
    font-size: 20px;
}

#blog-details h2 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 4rem;
}

#blog-details h3 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    text-transform: none;
}

#blog-details .latest-post {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 2rem;
}

#blog-details .latest-post h3 {
    color: #0F9DD2;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 2rem;
}

#blog-details .latest-post .object {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

#blog-details .latest-post h5 {
color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

#blog-details .latest-post a {
    color: #0F9DD2;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

#blog-details .latest-post .post-content {
    width: 70%;
}


.bnr-txt {
    color: rgba(0, 0, 0, 0.80);
    font-size: 22px;
    font-weight: 500;
}

#blog-list h4 a {
    color: #000;
    font-size: 24px;
}

#blog-list .blog-date,
#blog-list p {
    font-size: 16px;
}


#blog-list p a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-decoration: underline;
}

#blog-list h4 a:hover,
#blog-list p a:hover {
    color: #0F9DD2;
}


#about {
    font-size: 20px;
}

#about h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
}

#value h2 {
    font-size: 48px;
}

#capture h2,
#wholesale h2 {
    font-size: 50px;
}

#wholesale {
    background: url(https://kansler.shekharhans.com/wp-content/uploads/bg-mountain-img.png) repeat-x center bottom;
    padding: 10rem 0 15rem;
    font-size: 24px;
    line-height: 34px;
    mix-blend-mode: hard-light;
}

#work:after {
    background: linear-gradient(180deg, rgba(240, 248, 251, 0.00) 40%, #F0F8FB 100%);
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
}
#work .row .col:nth-child(2) .numb.txt-color1{
	color:#5D93350A
}

#work .row .col:nth-child(3) .numb.txt-color1{
	color:#D20F4608;
}


#wholesale .count-bumb {
    color: #061d4d;
    font-size: 70px;
    font-weight: 500;
    margin-bottom: 2rem;
}

#wholesale .block {
    border-width: 2px;
    border-style: solid;
    border-left: 0;
    border-image:linear-gradient(rgb(97 97 97 / 28%), #12546c) 0 100%;
    padding: 2rem 0;
}

#wholesale .block:last-child {
    border-right: none;
}

#members {
    padding: 0 0 5rem;
    font-size: 22px;
}

#members h2 {
    font-size: 55px;
    color: #000;
}

#members h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    margin: 1rem 0 0;
}
#members p {
    font-size: 16px;
}

.content-block.w-1000 {
    max-width: 1200px;
    margin:0px auto;
}

.page-template-about-us section#getintouch
 {
    background: url(/wp-content/uploads/bg-mountain-img.png) repeat-x center bottom;
    padding: 10rem 0 15rem;
    font-size: 24px;
    line-height: 34px;
}

.wpcf7-textarea {
    border-radius: 9px;
    border: 1px solid #E8E8E8;
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    height: 90px;
    padding: 20px;
    width: 100%;
    resize: none;
} 

#contact-area {
    padding: 3rem 0;
}

#contact-area .bg-block {
    border-radius: 30px;
    box-shadow: 0px 0px 80px 2px rgba(0, 0, 0, 0.04);
    padding: 2rem 2rem 0;
        max-width: 700px;
    margin: 0px auto;

}

#contact-area .contact-content {
    border-radius: 30px;
    background-image: url(https://kansler.shekharhans.com/wp-content/uploads/bg-patren-1.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: rgba(240, 248, 251, 1);
    padding: 3rem;
    font-size: 24px;
}

#contact-area .contact-content h2 {
    font-size: 40px;
    font-weight: 600;
}

#contact-area .contact-content h2 span {
    color: #0F9DD2;
}

#contact-area .contact-content .card {
    border-radius: 20px;
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.10);
    margin-top: 8rem;
    padding: 1rem 1rem 0;
}

#contact-area .contact-content .card h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: capitalize;
}

#contact-area .contact-content .card .pro-status {
    color: #0F9DD2;
    font-size: 18px;
    font-weight: 500;
}

#contact-area .contact-content .card .content {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    font-size: 16px;
    padding: 1rem 0;
    margin-top: 1rem;
    line-height: normal;
}

.contact-form h2 {
    font-size: 34px;
    font-weight: 600;
}

.contact-form .form-label {
    color: #444;
    font-size: 18px;
    font-weight: 500;
	width: 100%;
}

.contact-form .form-control {
    border-radius: 9px;
    border: 1px solid #E8E8E8;
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
}

#contact-details {
    padding: 0 0 5rem;
}

#contact-details .contact-block {
    border-radius: 15px;
    border: 1px solid #F4F4F4;
    box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.04);
    padding: 2rem;
    font-size: 20px;
}

#contact-details .contact-block h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}


.object img {
    object-fit: cover;
}


.logo-slider-section img {
    opacity: 0.4;
}

.logo-slider-section img:hover {
    opacity: 1;
}

.slider-dotts {
    margin-bottom: 18px;
    margin-top: 70px;
}
.search-form{
display:flex;
align-items: center;
width: 100%;
height: 56px;
}
.search-form button, .search-form input{
	height: 100%;
}

.single-products header .input-group{
background-color: #F4FAFF;
}
.wholesale-gap{
 gap: 40px !important;
}
#wholesale .block p {
    margin-bottom: 0;
}
.error-404.not-found {
    background: #f2f2f2;
    padding: 40px;
    border-radius: 10px;
    margin: 30px 0;
}
.error-404.not-found h1 {
    font-size: 24px;
}
.error-404.not-found h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 30px 0;
}
h1.serach-data {
    font-size: 26px;
}
.search-widget.aos-init.aos-animate {
    display: none;
}
h3.text-left a {
    color: #000;
}
.blog-readmore a{
	color: #000;
}