@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 1.2;
    font-family: 'montserrat-medium';
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Urban-Shadow-Sans-Serif';
    src: url(../fonts/Urban-Shadow-Sans-Serif.otf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-medium';
    src: url(../fonts/montserrat-medium.ttf);
    font-weight: 400;
    font-style: normal
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #242889;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Urban-Shadow-Sans-Serif';
    font-size: 75px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
    line-height: 70px;
}

h2 {
    font-family: 'Urban-Shadow-Sans-Serif';
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Urban-Shadow-Sans-Serif';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Urban-Shadow-Sans-Serif';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Urban-Shadow-Sans-Serif';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Urban-Shadow-Sans-Serif';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 15px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 10px 23px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'montserrat-medium';
}

.menuSec ul li a:after {
    /* content: ''; */
    /* position: absolute; */
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */

.banner_text.wow.fadeInLeft {
    text-align: start;
}

.banner_text p {
    width: 72%;
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    font-weight: 200;
}

.banner_text a img {
    height: auto !important;
    width: auto !important;
}

.carousel-item.active img {
    height: 100vh;
    width: 100%;
}

.banner_img img {
    width: auto !important;
    height: auto !important;
}

.banner_img.wow.bounceIn {
    text-align: end;
}


.banner_text a {
    display: flex;
    justify-content: end;
    width: 176px;
    align-items: center;
    height: 50px;
    background: #0a2540;
    gap: 43px;
    color: #fff;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: unset;
    padding: 0 19px 0 0;
    transition: 0.5s;
}

.banner_text a:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: #fff;
    z-index: -1;
    right: 0px;
    /* border-radius: 0 25px 15px 0; */
    transition: 0.5s;
}
.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}
.core {
    padding: 100px 0;
    background: #f9f9f9;
}

.core-box {
    background: #ebebeb;
    text-align: center;
    padding: 67px 0 23px;
    position: relative;
    z-index: 1;
}

.core_img {
    background: #fff;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: absolute;
    top: -174px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.core-box h3 {
    margin: 0;
    font-weight: 400;
    font-size: 19px;
    padding-top: 20px;
}
.Core_Features_sec {
    padding: 0 0 100px 0;
    background: #f9f9f9;
}

.Core_Features_sec_content {
    text-align: center;
}

.Core_Features_sec_content h2 {
    margin: 0;
    color: #000;
}
.core_card {
    text-align: center;
    background: #fff;
    padding: 25px;
}

.core_card_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.core_card h4 {
    margin: 0;
    color: #000;
    padding: 20px 0 10px;
}

.core_card a {
    display: flex;
    justify-content: end;
    width: 176px;
    align-items: center;
    height: 50px;
    background: #0a2540;
    gap: 43px;
    color: #fff;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: unset;
    padding: 0 19px 0 0;
    margin: 0 auto;
    border: 1px solid #0a2540;
}



.core_card a::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: #fff;
    z-index: -1;
    right: 0px;
    transition: 0.5s;
}
.core-card_img img {
    width: auto;
    height: 247px;
    object-fit: cover;
}

.core-card {
    background: #fff;
    padding: 10px 26px;
}

.core-card_img {
    text-align: center;
}
.core_card p {
    padding-bottom: 25px;
}

.core-card1 {
    position: relative;
    z-index: 1;
}

.core-card1-text {
    position: absolute;
    top: 50%;
    bottom: 0;
    margin:  auto 0;
    left: 40px;
    right: 0;
    align-items: center;
}

.core-card1-text h4 {
    margin: 0 0 5px;
    color: #000;
}

.core-card h4 {
    color: #000;
}
.Benefits {
    padding: 100px 40px;
}

.Benefits_content h2 {
    text-align: center;
    margin: 0;
}

.Benefits_content h2 {
    color: #000;
    line-height: 50px;
}

.Benefits_box {
    background: #ebebeb;
    padding: 33px;
}

.Benefits_box_img {
    display: flex;
    align-items: center;
    gap: 50px;
    padding-bottom: 25px;
}

.Benefits_box_img h5 {
    margin: 0;
    color: #000;
}

.Benefits_box p {
    color: #7c7c7c;
}

.Benefits_box:hover {
    background: #0a2540;
}

.Benefits_box:hover h5 {
    color: #fff;
}

.Benefits_box:hover p {
    color: #fff;
}
.Hot_Water_content h2 {
    text-align: center;
    color: #000;
}

.Hot_Water {
    padding-bottom: 100px;
    background: #f9f9f9;
}

.Hot_Water .row {
    align-items: center;
}

.Hot_Water_left h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 7px;
}

.Hot_Water_left_bottom h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 7px;
}

.Hot_Water_left_bottom {
    padding-top: 51px;
}

.our_products_content h2 {
    text-align: center;
    color: #000;
    margin: 0;
}
.our_products_content p {
    text-align: center;
    padding-bottom: 21px;
}
.cart-icon {
    display: flex;
    align-items: center;
    padding: 11px 0;
    justify-content: space-between;
    border-bottom: 1px solid #7c7c7c;
}

.cart-icon i {
    color: #000;
    display: flex;
    height: 50px;
    width: 50px;
    border: 1px solid;
    justify-content: center;
    align-items: center;
    border-radius: 45px;
}
.star i {
    display: unset;
    border: unset;
    color: #eabe12;
}

.star span {
    color: #000;
}

.product_hedig {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
    padding-top: 15px;
}

.product_hedig h4 {
    font-size: 22px;
    color: #000;
    margin: 0;
    text-transform: uppercase;
}

.product_hedig span {
    font-size: 23px;
    color: #0a2540;
    font-family: 'Urban-Shadow-Sans-Serif';
}

.our_products_card {
    padding: 12px;
}

.our_products_card p {
    margin: 0;
    font-size: 12px;
    padding-top: 11px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 23px;
    height: 94px;
}

.our_products {
    background: #f9f9f9;
    padding: 0 50px 100px;
}

.our_products_card a {
    display: flex;
    justify-content: end;
    width: 176px;
    align-items: center;
    height: 50px;
    background: #0a2540;
    gap: 43px;
    color: #fff;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: unset;
    padding: 0 19px 0 0;
    /* margin: 0 auto; */
    border: 1px solid #0a2540;
    transition: 0.5s;
}



.our_products_card a::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: #fff;
    z-index: -1;
    right: 0px;
    transition: 0.5s;
}



.reviews {
    background: #f9f9f9;
    padding: 30px 0 90px;
}


/*---------------------------------------------------- Testimonial Section Start ------------------------------------------------------------- */

.sec-head p {
    width: 48%;
    margin: 0 auto;
    opacity: 50%;
    color: #131212;
}

.testimonial-top-box {
    position: relative;
}

ul.star {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
}

ul.testi-profile-list h6 {
    font-size: 16px;
    font-family: "Montserrat";
    text-transform: capitalize;
}

.testi-slide-content::after {
    position: absolute;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    content: "";
    width: 35px;
    height: 35px;
    left: 15px;
    top: -34px;
    z-index: -1;
    background: #ffffff;
}

.testi-slide-content h5 {
    color: #141414;
}

.slick-center .testi-slide-content h6 {
    color: #fff;
}

.testimonial-sec .sec-head {
    text-align: center;
    margin-bottom: 10px;
}

.testimonial-top-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    border-top: 2px dashed #0000003b;
    top: 55px;
    left: 0;
    z-index: -1;
}

.profile-top img {
    width: 70px;
    height: 70px;
    object-fit: scale-down;
    border-radius: 70px;
    box-shadow: 0 0 0px 13px #0a254091;
    background-color: #0a2540;
    /* opacity: 0; */
}

img.reives_img {
    display: none;
}

.textimonals_box img.reives_img {
    opacity: 0;
    /* display: block; */
}

.testi-slider .slick-slide {
    margin: 0 20px;
    margin-top: 0;
    padding-top: 50px;
    position: relative;
    opacity: 1;
}

.textimonals_box:hover .profile-top img {
    box-shadow: 0 0 0 15px #00c66b91;
}

.profile-top {
    margin: -30px 0 80px 0;
    z-index: 1;
    position: relative;
}

.testi-slide-content {
    padding: 23px 30px 45px;
}

ul.testi-profile-list {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 20px 0 25px;
}

ul.star i {
    font-size: 14px;
    color: #ffb503;
}
.slick-center .testi-slide-content p {
    color: #ffffff;
}

ul.testi-profile-list h5 {
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
}

ul.testi-profile-list h6 {
    font-size: 16px;
    font-family: 'CamronDemo';
    text-transform: capitalize;
}

.testi-slide-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    opacity: 60%;
    text-align: start;
}

.testi-slider .slick-list {
    padding: 0px 80px !important;
    margin: 0 -105px;
}

.testimonial-sec .container-fluid {
    padding: 0;
}

.testi-slide-content {
    position: relative;
    z-index: 3;
    background-color: #ffffff;
    border-radius: 0px;
}

.textimonals_box:hover .testi-slide-content {
    background: #0a2540;
}

.textimonals_box:hover .testi-slide-content::after {
    background: #0a2540;
}

.slick-center .testi-slide-content {
    background: #0a2540;
}

.slick-center .testi-slide-content::after {
    background: #0a2540;
}

.testi-slide-content p {
    color: #abaaaa;
}

.slick-slide.slick-current .profile-top img.prf-2 {
    opacity: 1;
}

.slick-slide.slick-current .profile-top img.prf-1 {
    display: none;
}

.testimonial-sec {
    margin-bottom: 100px;
}

.slick-center .testi-slide-content .testi-profile-list h5{
    color: #fff;
}
/*---------------------------------------------------- Testimonial Section End ------------------------------------------------------------- */
/* work start  */
.how-it-img img {
    width: 100%;
}

.text-howit h2 {
    text-transform: uppercase;
    font-size: 64px;
    margin-bottom: 0px;
    color: #fff;
}

.text-howit p {
    font-size: 14px;
    line-height: 27px;
    width: 85%;
    color: #ffffff85;
    margin-bottom: 30px;
}

.how-it-work-sec .row {
    justify-content: space-between;
}

.text-howit ul li p span {
    font-family: 'Urban-Shadow-Sans-Serif';
    text-transform: uppercase;
    display: block;
    font-size: 17px;
    color: #fff;
}

.text-howit ul li {
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 20px;
}

.text-howit ul li p {margin: unset;}

.how-it-work-sec {
    background: #141618;
    padding: 100px 0px;
    margin: 0px 9px;
}
.text-howit .row {
    justify-content: unset;
}
.text-howit a {
    display: flex;
    justify-content: end;
    width: fit-content;
    align-items: center;
    height: 50px;
    background: #0a2540;
    gap: 43px;
    color: #fff;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: unset;
    padding: 0 19px 0 0;
    /* margin: 0 auto; */
    border: 1px solid #0a2540;
    text-transform: capitalize;
    padding-left: 23px;
}

.text-howit a:hover:before {
    width: 100%;
}


.text-howit a::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: #fff;
    z-index: -1;
    right: 0px;
    transition: 0.5s;
}
.choose-img {
    width: 85%;
    margin-top: 70px;
}

.choose-img img {
    width: 100%;
}
.choose-text-main .text-howit p {
    width: 100%;
    margin-bottom: 15px;
    line-height: 30px;
}
.choose-text-main {
    margin-top: 60px;
    margin-right: -80px;
}

.choose-text-main .text-howit h2 {
    line-height: 59px;
    margin-bottom: 10px;
}
/* work end  */


/*Footer Start*/


.footerSec {

background: #141618;

position: relative;

padding: 80px 0px 0px 0px;
}

ul.social.d-flex.m-0 {

    display: flex;

    align-items: center;

    gap: 10px;

}

.copy-txt {

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.footerSec .news-letter.moveRightTxt ul li {

    display: flex;

    align-items: center;

    gap: 19px;

}

footer.footerSec ul.social i {

background: transparent;

height: 40px;

width: 40px;

font-size: 16px;

border: 1px solid #ffffff78;

color: #fff;

display: flex;

justify-content: center;

align-items: center;

border-radius: 50%;
}



footer.footerSec ul.social li a {

  opacity: 1;

}

.footerSec .container-fluid {

    padding: 0 4%;

}

.footerSec p {

font-weight: 300;

transition: 0.9s;

color: #ffffff94;

opacity: 1;

font-size: 14px;

margin: unset;

line-height: 28px;

margin-bottom: 20px;
}



footer ul li a {

color: #fff;

transition: 0.6s;

font-size: 14px;

line-height: 30px;

font-family: 'montserrat-medium';

font-weight: 300;

opacity: 0.6;
}



.footerSec .row {

  position: relative;

  /* padding: 80px 0px 0; */

}



.footerSec .footer-btm .row {

padding-top: 18px;

padding-bottom: 16px;

margin-top: 80px;
}



.footerSec .footer-btm .row p {

  opacity: 59%;

  font-weight: 300;

  font-size: 14px;

}



.footerSec .footer-btm .row:before {

  position: absolute;

  content: "";

  width: 100%;

  height: 1px;

  top: 0;

  left: 0;

  right: 0;

  margin: 0px auto;

  background: #fff;

  opacity: 50%;

}



.news-letter ul li a {

  gap: 20px;

  line-height: 25px;

  margin: 20px 0;

  opacity: 1;

}



.news-letter ul li a:hover {

  transform: translate(3px, 0px);

}



footer ul li a:hover {

  opacity: 1;

  color: #fff !important;

}



footer .foot-products {

position: relative;

padding-left: 90px;

border-left: 1px solid #ffffff75;

height: 100%;
}



footer .ftLoo.mb-2 {

  padding-bottom: 10px;

}



footer.footerSec h5.text-light {

text-transform: uppercase !important;

margin-bottom: 20px;

text-transform: capitalize;

font-size: 22px;

width: fit-content;

padding-bottom: 6px !important;

/* font-style: italic; */
}



footer.footerSec h5.subscribe.text-light.py-2 {

  margin-bottom: 6px;

  border: unset;

  margin-top: 40px;

}





.footerSec .news-letter.moveRightTxt {

/* left: 60px; */
}

ul.ul-tw {

    column-count: 2;

}

.foot-products.moveRightTxt.tw {

    /* margin: 0 auto; */

    width: 100%;

}

.footerSec .news-letter.moveRightTxt ul li img {

    width: 20px;

    height: 20px;

    object-fit: contain;

}

.foot-quick-links.moveRightTxt.tw {

    margin-left: 19px;

}

.foot-useful-link.moveRightTxt.tw {

padding-left: 80px;

border-left: 1px solid #ffffff75;

height: 100%;

border-right: 1px solid #ffffff75;

margin-right: 30px;
}

.foot-useful-link.moveRightTxt.tw ul li {
    margin-bottom: 10px;
}

.foot-products.moveRightTxt ul li {
    margin-bottom: 13px;
}
.news-letter.moveRightTxt input {
    width: 100%;
    border: 1px solid #2e3031;
    border-radius: 30px;
    padding: 13px 15px;
    color: #fff;
    background: #2e3031;
}
.news-field button {
    border: 1px solid #000;
    padding: 13px 30px;
    border-radius: 30px;
    font-family: 'montserrat-medium';
    color: #8bb84c;
    position: absolute;
    right: 0;
    top: 0;
}

.news-letter.moveRightTxt input::placeholder {
    font-family: 'montserrat-medium';
    color: #ffffffad;
}

.news-field {
    position: relative;
}

/*Footer End*/

.our_products_card img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.our_products_card a img {
    height: unset;
    width: unset;
}


/* blog start  */
.blog_sec {
    padding: 100px 40px;
    background: #f9f9f9;
}

.blog_content h2 {
    margin: 0;
    color: #000;
    font-size: 65px;
}

.blog_content p {
    width: 56%;
    margin-bottom: 10px;
    line-height: 27px;
}

.blog_content {
    padding-bottom: 34px;
}

.blog_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.blog_text h5 {
    color: #000;
    margin: 0;
    font-family: 'montserrat-medium';
    font-size: 17px;
    padding: 10px 0;
}

.blog_text p {
    margin: 0;
    padding-bottom: 10px;
    color: #7c7c7c;
}

.blog_text i {
    color: #0a2540;
    padding-right: 15px;
}

.blog_text span {
    color: #7c7c7c;
    font-weight: 500;
    padding-right: 10px;
}
.blog_slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1.2 !important;
}

/* .blog_slider .slick-prev::before {
    content: '\f060';
    font-family: 'FontAwesome';
    color: #ffffff;
    border: 1px solid;
    border-radius: 45px;
    height: 50px;
    width: 50px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    position: absolute;
    top: -49px;
    background-color: #020f1e !important;
    opacity: 1;
}
.blog_slider .slick-next:before {
    content: '\f061';
    font-family: 'FontAwesome';
    color: #ffffff;
    border: 1px solid;
    border-radius: 50px;
    height: 50px;
    width: 51px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    position: absolute;
    top: -274px;
    right: 70px;
    background: #020f1e;
} */
.blog_slider  .slick-prev {
    left: 89%;
    top: 0;
    opacity: 4 !important;
}
.slick-prev:before, .slick-next:before {
    opacity: 1;
}
/* blog end  */

.header-cart a {
    padding: 14px 20px;
    background: #f3f3f3;
    border-radius: 32px;
    font-family: 'montserrat-medium';
    text-transform: uppercase;
    padding-left: 23px;
    color: #000;
}

.header-cart a span {
    border-left: 1px solid #000;
    padding-left: 12px;
    margin-left: 12px;
}

.header-cart {
    text-align: center;
}
.our_products_card ul li {
    font-family: 'montserrat-medium';
    color: #000;
    display: flex;
    justify-content: space-between;
}


.our_products_card ul {
    margin-bottom: unset;
}
.our_products_card ul li span {
    font-family: 'montserrat-medium';
    color: #0e263f;
}
.banner_text a:hover:before {
    width: 100%;
}

.core_card a:hover:before {
    width: 100%;
    color: #fff;
}

.core_card a:hover {
    color: #000;
}

.our_products_card a:hover {
    color: #000;
}

.our_products_card a:hover:before {
    width: 100%;
}


.footer-socials ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
}

.footer-socials ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    width: 40px;
    color: #ffffff;
    transition: ease-out 0.2s;
    overflow: hidden;
}

.visa_icon {
    text-align: end;
}

ul.ftr-list li a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Montserrat';
    font-size: 14px;
}

.footer-logo img {
    border-bottom: 1px solid #ffffffb0;
    padding-bottom: 20px;
    /* width: 250px; */
}

ul.ftr-list li {
    margin-bottom: 30px;
}

.ft-up-btn a {
    background: #3853e8;
    padding: 20px 40px;
    float: inline-end;
    margin-top: -21px;
    margin-right: -11px;
}

.foot-links.tw.e .d-flex ul {
    column-count: 2;
}

ul.ftr-list li a i {
    font-size: 20px;
    color: #fff;
}

.foot-links.tw.e {
    margin-left: 19%;
}

.foot-links.tw ul {
    column-count: 2;
}

.footerSec h5 span {
    color: #fac00e;
}

.footerSec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/footer-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.news-letter {
    margin-left: 20%;
}

.footer-socials {
    /* margin: 10px 0 0; */
    display: flex;
    align-items: center;
    gap: 159px;
}

.footer-socials ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    margin: 0;
}

.footer-socials ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 38px;
    color: #ffffff;
    transition: ease-out 0.2s;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.footer-socials h5 {
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 1;
}

.footer-socials h5:before {
    position: absolute;
    z-index: 1;
    content: '';
    width: 135px;
    height: 1px;
    background: #ffffff3b;
    left: 89px;
    bottom: 13px;
}

.footer-socials ul li a:before {
    top: 0;
    left: 0;
    background: #636362;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-socials ul li a:after {
    top: 2%;
    left: 2%;
    background: #1a1915;
    width: 95%;
    z-index: -1;
    height: 95%;
}

.footer-socials ul li a:hover {
    color: #ffffff;
}

.footer-socials ul li a:hover:before {
    background: #0a2540;
}

.footer-socials ul li a:hover:after {
    background: unset;
}

.footer-socials ul li a:after,
.footer-socials ul li a:before {
    /* transform: rotate(19deg); */
    clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
    content: '';
    position: absolute;
}

.footer-socials h6 span {
    color: #fac00e;
}


.blog_slider .slick-prev:before {
    content: '';
    background-image: url(../images/left-angel.png);
    border-color: #cdcdcd;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 56px;
    display: flex;
    background-size: contain;
    height: 12px;
    width: 17px;
    /* filter: brightness(0) saturate(100%) invert(66%) sepia(99%) saturate(1%) hue-rotate(344deg) brightness(108%) contrast(83%); */
    opacity: 1;
}

.blog_slider .slick-next:before {
    content: '';
    background-image: url(../images/angel-right.png);
    background-position: center;
    background-repeat: no-repeat;
    /* background-color: #006838; */
    border-radius: 56px;
    display: flex;
    background-size: contain;
    height: 12px;
    width: 17px;
    filter: brightness(0) saturate(100%) invert(66%) sepia(99%) saturate(1%) hue-rotate(344deg) brightness(108%) contrast(83%);
}

.blog_slider .slick-prev {
    left: auto;
    right: 7%;
    top: -74px;
    height: 50px;
    width: 50px;
    background-color: #0a2540;
    display: grid;
    place-content: center;
    border-radius: 70px;
    border: 1px solid #b2b2b2;
}


.blog_slider .slick-next {
    right: 2%;
    top: -76px;
    height: 50px;
    width: 50px;
    background-color: #0a2540;
    border: 1px solid #b2b2b2;
    display: grid;
    place-content: center;
    border-radius: 70px;
}