@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

*{
    padding: 0;
    margin: 0;
}

.navbar-brand {
    width: 100px;
}

.navbar-brand img {
    border-radius: 12px;
}

.header-section {
    background-color: #ffffff;
    box-shadow: 0 0 4px #a3a3a3;
}

.right-bar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-bar p {
    text-decoration: none;
    color: #fff;
    background-color: #efa200;
    padding: 10px 20px;
    box-shadow: 0 0 4px #a4a4a4;
    border-radius: 20px;
    transition: all .3s ease-in;
    margin-bottom: 0px;
    margin-left: 10px;
}

.right-bar a {
    text-decoration: none;
    color: #000;
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 0 0 4px #a4a4a4;
    border-radius: 20px;
    transition: all .3s ease-in;
}

.right-bar a:hover {
    background-color: #efa200;
    color: #fff;
}

.right-bar a span i {
    margin-right: 2px;
}

.contact-btn {
    text-decoration: none;
    color: #000;
    background-color: #fff;
    padding: 6px 20px;
    padding-bottom: 10px;
    box-shadow: 0 0 4px #a4a4a4;
    border-radius: 10px;
    transition: all .3s ease-in;
    font-size: 16px;
    font-weight: 500;
}

.contact-btn:hover {
    background-color: #efa200;
    color: #fff;
}

.form-inner .content input {
    display: block;
    height: 46px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid transparent;
}

.form-inner .content textarea {
    display: block;
    height: 100px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid transparent;
    padding: 10px;
}

.banner-left-area .form-inner {
    background-color: #d9e9ee;
    padding: 30px;
    padding-top: 50px;
    padding-bottom: 42px;
}

.mobile-view h1 {
    display: none;
}

.banner-left-area .form-inner h2 {
    font-size: 26px;
    font-weight: 600;
    color: #012c33;
    margin-bottom: 14px;
}

.banner-section {
    background-image: url(..//image/washing-machine-service-in-india.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    padding: 50px 0px;
    z-index: 1;
    height: 650px;
    margin-top: 114px;
}

#header-sroll {
    position: fixed;
    left: 0;
    top: 0px;
    float: left;
    width: 100%;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 100;
}

.header-section.small {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    background-color: #d9e9ee66;
    transition: all 0.3s ease-out;
}

.banner-section::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #4c4c4cbf 0%, #012c339b 100%);
    opacity: .8;
    z-index: -1;
}

.banner-right-area {
    position: relative;
    top: 55%;
    left: 0;
    right: 0;
}

.banner-right-area h1 {
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 30px;
}

.banner-right-area p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 36px;
}

.banner-btn .contact-btn {
    padding: 14px 20px;
    padding-bottom: 18px;
}

.banner-right-area ul {
    padding-left: 20px;
}

.banner-right-area ul li {
    font-size: 16px;
    color: #fff;
    padding-bottom: 6px;
}

.service-section {
    padding: 50px 0px;
}

.service-top h2 {
    font-size: 36px;
    font-weight: 700;
    color: #012c33;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.service-view-bx .service-img {
    height: 340px;
    border: 1px solid #a3a3a3;
    box-shadow: 0 0 2px #a3a3a3;
	overflow: hidden;
}



.service-view-bx .service-img img {
    height: 100%;
    transition: all .3s ease-out;
}

.service-view-bx .service-img img:hover {
	transform: scale(1.1);
}

.service-view-bx h3 {
    font-size: 21px;
    margin: 10px 0px;
    color: #fff;
    background-color: #012c33;
    margin-top: 0px;
    padding: 10px;
}

.solution-section {
    padding: 50px 0px;
    background-color: #d9e9ee;
}

.solution-top h2 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.solution-main-bx h3 {
    font-size: 24px;
    color: #012c33;
    margin-bottom: 12px;
}

.solution-main-bx p {
    font-size: 18px;
    color: #000;
}

.about-section {
    padding: 50px 0px;
}

.about-right-area {
    overflow: hidden;
    box-shadow: -14px 14px 13px 7px #a3a3a3;
    margin-right: 30px;
}


.about-left-area span {
    font-size: 18px;
    font-weight: 500;
    color: #efa200;
}

.about-left-area h2 {
    font-size: 36px;
    font-weight: 700;
    color: #012c33;
    margin-bottom: 12px;
}

.about-left-area p {
    font-size: 18px;
    color: #000;
    text-align: justify;
}

.contact-btn i {
    vertical-align: middle;
}

.why-choose-section {
    padding: 50px 0px;
    background-color: #efa200;
}

.why-choose-bx h2 {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 12px;
}

.why-choose-bx p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
	text-align: justify;
}

.areas-cover-section {
    padding: 50px 0px;
}

.areas-cover-head h2 {
    font-size: 32px;
    font-weight: 500;
    color: #012c33;
    margin-bottom: 12px;
}

.panel-body ul {
    padding-left: 0px;
}

.panel-body ul li {
    list-style: none;
    display: inline-block;
    width: 200px;
    margin: 8px 6px;
}

.panel-body ul li a {
    width: 100%;
    display: inline-block;
}

.wpb-wrapper-section {
    padding: 50px 0px;
    background-color: #d9e9ee;
}

.wpb-wrapper-bx {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.wpb-wrapper-bx h2 {
    font-size: 38px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    margin-bottom: 12px;
}

.wpb-wrapper-bx h2 a {
    text-decoration: underline;
    color: #000;
	transition: all .3s ease-in;
}

.wpb-wrapper-bx h2 a:hover {color: #efa200;}

.wpb-wrapper-bx .contact-btn {
    text-decoration: none;
    color: #fff;
    background-color: #efa200;
    padding: 6px 20px;
    padding-bottom: 10px;
    box-shadow: 0 0 4px #a4a4a4;
    border-radius: 10px;
    transition: all .3s ease-in;
    font-size: 16px;
    font-weight: 500;
}

.wpb-wrapper-bx .contact-btn i {
    vertical-align: bottom;
}

.wpb-wrapper-bx .contact-btn:hover {
    background-color: #fff;
    color: #000;
}

.wpb-wrapper-bx .contact-btn i::before {
	font-weight: 900 !important;
}

.contact-btn i::before {
	font-weight: 900 !important;
}

.testimonial-section {
    padding: 50px 0px;
}

.testimonial-head {
    text-align: center;
    margin-bottom: 20px;
}

.testimonial-head span {
    font-size: 18px;
    font-weight: 500;
    color: #efa200;
}

.testimonial-head h2 {
    font-size: 36px;
    font-weight: 700;
    color: #012c33;
    margin-bottom: 12px;
}

.testimonial-client {
    display: flex;
    justify-content: start;
    align-items: center;
}

.testimonial-view .item {
    margin: 10px;
    box-shadow: 0 0 4px #a3a3a3;
    padding: 20px;
}

.testimonial-client h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 0px;
}

.testimonial-view p {
    font-size: 18px;
    color: #4f4f4f;
	text-align: justify;
}

.testimonial-client .testi-img {
    width: 44px;
    margin-right: 6px;
}

.gallery-section {
    padding: 50px 0px;
}

.gallery-view-bx {
    box-shadow: 1px 0px 20px 4px #919191b0;
    overflow: hidden;
}

.gallery-view-bx img {
	overflow: hidden;
    transition: all .3s ease-in;
}

.gallery-view-bx img:hover {
    transform: scale(1.1);
}

.contact-section {
    padding: 50px 0px;
    background-color: #000000;
}

.contact-left-bx h2 {
    font-size: 42px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 18px;
}

.contact-left-bx p {
    font-size: 18px;
    color: #fff;
}

.contact-us h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 14px;
}

.contact-us {
    background-color: #fff;
    padding: 10px;
    padding-left: 20px;
}

.contact-with ul {
    padding-left: 0px;
}

.contact-with ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 4px;
    background-color: #d9e9ee;
    padding: 10px;
}

.contact-with ul li b {
    display: block;
    color: #000;
    font-size: 16px;
    margin-bottom: 4px;
}

.contact-with ul li span {
    vertical-align: middle;
}

.contact-with ul li span i {
    font-size: 20px;
    color: #000;
    vertical-align: bottom;
}

.contact-with ul li span a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.help-section {
    padding: 50px 0px;
    background-color: #d9e9ee;
}

.help-bx-img {
    overflow: hidden;
    box-shadow: 0px 0px 16px -1px #a3a3a3;
}

.help-bx-img img {
    transition: all .3s ease-out;
}


.help-bx-img img:hover {
    transform: scale(1.1);
}

.help-bx h3 {
    font-size: 22px;
    color: #000;
    text-align: center;
    margin: 10px 0px;
}


.small, small {
    font-size: unset !important;
}

body #wrapper,html,html body {
		width: 100%!important;
		min-width: 0!important;
		max-width: none!important;
		overflow-x: hidden
	}

.btm-link-bx {
    position: fixed;
    bottom: 10%;
    z-index: 10000;
    float: right;
    right: 26px;
    display: grid;
}

.btm-call-link {
    margin-bottom: 34px;
}

.btm-call-link span {
    background-color: #00ab00;
    color: #fff;
    padding: 12.2px 16px;
    border-radius: 50px;
    font-size: 22px;
}

.btm-whts-link {
    margin-bottom: 50px;
}

.btm-whts-link span {
    background-color: #00ab00;
    color: #fff;
    padding: 12.2px 16px;
    border-radius: 50px;
    font-size: 22px;
}

.btm-chat-link span {
    background-color: #1e2235;
    color: #fff;
    padding: 12.2px 16px;
    border-radius: 50px;
    font-size: 22px;
}

/*--footer--*/

.footer-section {
    padding: 30px 0px;
    background-color: #00606a;
}

.footer-logo-bx .footer-logo {
    width: 94px;
    margin-bottom: 20px;
}

.footer-logo-bx .footer-logo img {
    border-radius: 13px;
    box-shadow: 0 0 4px #a3a3a3;
}

.footer-logo-bx p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.footer-text h2 {
    font-size: 42px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 26px;
}

.footer-text h2 .proj-view {
    color: #fff;
}

.footer-link-bx h3 {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 16px;
}

.footer-link-bx p {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
}

.footer-link-bx p.gst-no {
    font-size: 18px;
    background-color: #fff;
    color: #000;
    padding: 6px;
    text-align: left;
}

.footer-link-bx ul {
    padding-left: 0px;
}

.footer-link-bx ul li {
    list-style: none;
    color: #fff;
    padding: 4px 0px;
    font-size: 16px;
}

.footer-link-bx ul li span {
    font-size: 20px;
    margin-right: 8px;
}

.footer-link-bx ul li a {
    color: #fff;
    text-decoration: none;
    transition: all .3s ease-in;
}

.footer-link-bx ul li a:hover {
    color: #e4fbff;
    padding-left: 8px;
}

.footer-link-bx form {
    display: flex;
    justify-content: start;
    align-items: center;
}

.footer-link-bx input {
    width: 99%;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    border: none;
}

.footer-link-bx input:focus, 
.footer-link-bx input.active {
    outline: none;
    box-shadow: none;
    border: none;
}

.footer-link-bx .btn2 {
    padding: 6px 10px;
    background-color: #fff;
    border: #fff;
    color: #102939;
}

.footer-link-bx .btn2:hover {
    background-color: #e4fbff;
    color: #102939;
}

.footer-btm-right {
    text-align: end;
}

.footer-btm-left p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.footer-btm-right p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.footer-btm-left p a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.footer-btm-right p a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

/*--footer--*/