@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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: #557163;
    white-space: initial;
    display: inline-block;
}

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;
}

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;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'brunson';
    src: url(../fonts/Brunson.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 100px 0;
}

.all-section-btm {
    padding: 0 0 100px;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.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: 'brunson';
    font-size: 104px;
    color: #000000;
    font-weight: 500;
    margin: 0 0 40px;
    line-height: 1;
}

h2 {
    font-family: 'brunson';
    font-size: 60px;
    color: #000;
    font-weight: 500;
    margin: 0 0 10px;
}

h3 {
    font-family: 'brunson';
    font-size: 35px;
    color: #000000;
    font-weight: 400;
    margin: 0 0 0px;
}

h4 {
    font-family: 'brunson';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'brunson';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'brunson';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #0000007a;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.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: #000000;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}

.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;
    background: #0b99f9;
    color: #ffffff;
}

.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;
    display: none;
}

.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;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.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;
}

/*header css start */

/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.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); */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*banner css end*/

/* header */

.container-fluid {
    padding: 0 6%;
}

.themebtn {
    color: #ffffff;
    padding: 5px 5px 5px 30px;
    font-size: 16px;
    width: fit-content;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    background: #0b99f9;
    border-radius: 50px;
    display: inline-flex;
    gap: 20px;
    align-items: center;
    border: 1px solid #0B99F8;
}

.themebtn span {
    background: #ffffff;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #0b99f9;
    font-size: 20px;
    transform: rotate(315deg);
}

.themebtn:hover {
    color: #0B99F8;
    background: #ffffff;
    border: 1px solid #0B99F8;
}

.themebtn:hover span {
    background: #0b99f9;
    color: #ffffff;
}

.header_btn {
    text-align: end;
}

.menuSection {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 10px 0;
}

/* header */

/* banner */

.main_slider {
    position: relative;
}

.d_block {
    display: block;
}

.banner_text h3 {
    width: fit-content;
    border-radius: 40px;
    padding: 10px 25px;
    background: #0b99f9;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.banner_text h3 span {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #9dd6fd;
}

img.img-fluid {
    height: 850px;
    width: 100%;
    object-fit: cover;
}

.bnr_img>img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.bnr_img {
    position: absolute;
    bottom: 0;
    right: 17%;
    width: 40%;
    height: 85vh;
}

.themebtn2 {
    position: absolute;
    color: #ffffff;
    padding: 5px 5px 5px 30px;
    font-size: 14px;
    width: fit-content;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    background: #0b99f9;
    border-radius: 50px;
    display: inline-flex;
    gap: 15px;
    align-items: center;
    border: 1px solid #0B99F8;
    right: -30%;
    bottom: 51%;
    z-index: 2;
}

.themebtn2 span {
    background: #ffffff;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #0b99f9;
    font-size: 20px;
    transform: rotate(315deg);
}

.themebtn2:hover {
    color: #0B99F8;
    background: #ffffff;
    border: 1px solid #0B99F8;
}

.themebtn2:hover span {
    background: #0b99f9;
    color: #ffffff;
}

a.themebtn2 img {
    height: 130px;
    width: auto;
    object-fit: contain;
    margin-top: -75px;
}

.bnr_rating span {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.bnr_rating span i {
    font-size: 12px;
    color: #ffa200;
}

.bnr_rating {
    position: absolute;
    right: -30%;
    bottom: 32%;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 2;
}

.main_slider h2 {
    color: #d8d8d8;
    text-transform: uppercase;
    font-size: 200px;
    writing-mode: sideways-lr;
    position: absolute;
    right: 0;
    bottom: 50%;
    width: 170px;
    height: max-content;
    margin-bottom: 0;
    transform: translateY(50%);
    opacity: 0;
    animation: slideInRight 1s ease-out forwards;
}

@keyframes slideInRight {
    0% {
        transform: translate(100%, 50%);
        opacity: 0;
    }

    100% {
        transform: translate(0, 50%);
        opacity: 1;
    }
}

.bnr_shape {
    position: relative;
    padding: 30px;
    height: 200px;
    width: 400px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.bnr_shape::before {
    background: url(../images/Shape.png);
    content: '';
    position: absolute;
    top: -80px;
    bottom: 0;
    left: -40px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 130%;
    width: 125%;
    z-index: -1;
}

.bnr_shape p {
    width: 90%;
    margin-bottom: 10px;
}

.bnr_shape a {
    color: #000;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #000;
    width: fit-content;
}

/* banner */

/* about */

.abt_left img {
    height: 535px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.abt_txt img {
    height: 345px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.abt_txt p {
    margin: 25px 0;
}

.about_para p {
    margin: 0 0 0 auto;
    width: 90%;
}

.abt_txt {
    margin: 0 0 0 auto;
    width: 90%;
}

.abt_left {
    width: 90%;
}

/* about */

/* service */

.service_btn {
    text-align: end;
}

.service_heading p {
    width: 90%;
}

.service_img img {
    height: 290px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.service_main {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 5px;
    transition: all .3s ease-in
}

.service_text {
    padding: 30px 20px 20px;
    margin-top: -10px;
    transition: all .3s ease-in
}

.service_main h3 {
    font-size: 30px;
    transition: all .3s ease-in
}

.service_text p {
    margin: 20px 0;
    transition: all .3s ease-in
}

.service_main:hover {
    background: #0b99f9;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.service_main:hover h3 {
    color: #ffffff;
}

.service_main:hover p {
    color: #9dd6fd;
}

.service_main:hover .themebtn {
    background: #ffffff;
    color: #000;
}

.service_main:hover .themebtn span {
    background: #0b99f9;
    color: #ffffff;
}

/* service */

/* products */

.prd_heading {
    margin-bottom: 30px;
    text-align: center;
}

.prd_heading p {
    width: 50%;
    margin: 0 auto;
}

.products {
    position: relative;
    padding: 100px 0;
}

.products::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: url(../images/prd_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.products::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0b99f9eb;
    height: 50%;
    width: 100%;
    z-index: 1;
}

.products .container-fluid {
    position: relative;
    z-index: 99;
    padding: 0 4%;
}

.prd_txt h3 {
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.prd_txt p {
    margin: 0px 0 20px;
}

.prd_main {
    padding: 30px 10px 10px;
    background: #f2f2f2;
    text-align: center;
    border-radius: 10px;
    transition: all .3s ease-in;
}

.prd_txt {
    padding: 100px 10px 20px;
    border-radius: 10px;
    background: #ffffff;
    margin-top: -70px;
}

.prd_img img {
    height: 180px;
    width: auto;
    object-fit: contain;
    margin: 0 auto;
}

.prd_img {
    text-align: center;
}

.prd_main:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: #0b99f9;
}

.product_slider .slick-slide {
    opacity: 1;
}

.product_slider_prev,
.product_slider_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    color: #349bf6;
    border: 1px solid #349bf6;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in;
}

.product_slider_prev:hover,
.product_slider_next:hover {
    background: #0b99f9;
    color: #ffffff;
    border: 1px solid #0b99f9;
}

.product_slider_prev {
    left: -60px;
}

.product_slider_next {
    right: -60px;
}

.product_slider_prev i,
.product_slider_next i {
    font-size: 18px;
}

.prd_white_bg {
    background: #ffffff;
    padding: 80px 40px 0;
    border-radius: 10px;
}

/* products */

/* why choose us */

.wcu_left img {
    margin-top: 50px;
    height: 430px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.wcu_right>img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 35px;
}

.wcu_left {
    width: 97%;
}

.wcu_right {
    margin: 0 0 0 auto;
    width: 97%;
}

.wcu_main h3 {
    font-size: 18px;
    margin: 25px 0 10px;
    transition: all .3s ease-in;
}

.wcu_main {
    border: 1px solid #ccc;
    padding: 30px 10px;
    border-radius: 10px;
    text-align: center;
    transition: all .3s ease-in;
}

.wcu_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px;
    border-radius: 10px;
    background: #ffffff;
    margin: 0 auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.wcu_ul {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.wcu_main:hover h3 {
    color: #ffffff;
}

.wcu_main:hover p {
    color: #9dd6fd;
}

.wcu_main:hover {
    background: #0b99f9;
}

/* why choose us */

/* testimonial */

.review_card:hover {
    transition: all ease .3s;
    background-color: #0b99f9;
}

.review_card {
    box-shadow: 0 1px 20px rgb(0 0 0 / 13%);
    padding: 40px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    font-size: 15px;
    margin-bottom: 20px;
    color: #f9ae0e;
}

.review_card:hover p,
.review_card:hover h4 {
    color: #9dd6fd;
}

.review_card:hover h3 {
    color: #ffffff;
}

.review_card p {
    transition: all ease .3s;
}

.avatar {
    margin-top: 20px;
}

.avatar ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.avatar ul li img {
    border-radius: 50%;
    height: 70px;
    width: 70px;
    object-fit: cover;
    transition: border 0.3s ease-in;
}

.avatar ul li h3 {
    transition: all ease .3s;
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.avatar ul li h4 {
    transition: all ease .3s;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: #0000007a;
    font-weight: 400;
}

.review_slider .slick-slide {
    opacity: 1;
}

.review_slider_prev,
.review_slider_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    color: #349bf6;
    border: 1px solid #349bf6;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in;
}

.review_slider_prev:hover,
.review_slider_next:hover {
    background: #0b99f9;
    color: #ffffff;
    border: 1px solid #0b99f9;
}

.review_slider_prev {
    left: -60px;
}

.review_slider_next {
    right: -60px;
}

.review_slider_prev i,
.review_slider_next i {
    font-size: 18px;
}

/* testimonial */

/* footer */

.footerSec {
    background: #1b1b1b;
    padding: 100px 0 0;
}

.footerSec h5 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 30px;
}

.ftr_links ul li a {
    color: #a4a4a4;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
    transition: all .3s ease-in;
}

.ftr_links ul li a:hover {
    transform: translateX(10px);
    color: #fff;
    text-decoration: underline;
}

.ftr_lgo p {
    margin: 30px 0;
    color: #a4a4a4;
    width: 64%;
}

.ftr_lgo form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #494949;
    padding: 20px 0px;
    color: #fff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    background: none;
}

.ftr_lgo form input::placeholder {
    color: #a4a4a4;
}

.ftr_lgo form {
    position: relative;
    width: 80%;
}

.ftr_lgo form button {
    position: absolute;
    top: 0;
    right: 0;
    background: #349bf6;
    color: #fff;
    border: 1px solid #349bf6;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in;
}

.ftr_lgo form button:hover {
    background: #fff;
    color: #349bf6;
    border: 1px solid #349bf6;
}

.social_links ul li a {
    background: transparent;
    color: #6d6d6d;
    border: 1px solid #6d6d6d;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in;
}

.social_links ul li a:hover {
    background: #349bf6;
    color: #fff;
    border: 1px solid #349bf6;
}

.social_links {
    padding-left: 50px;
}

.social_links ul {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.border_top {
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #494949;
}

.copy-txt p {
    color: #ffffff;
}

.ftr_btm_links ul li a {
    color: #ffffff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    transition: all .3s ease-in;
}

.ftr_btm_links ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.ftr_btm_links ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.ftr_links {
    padding-left: 50px;
}

/* footer */