@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

@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: 'NexaBold';
    src: url(../font/Nexa\ Bold.otf);
}

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

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

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

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

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: "Montserrat", sans-serif;
}

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

p {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-family: 'NexaBold';
    font-size: 28px;
    line-height: 1;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

h2 {
    font-family: 'NexaBold';
    font-size: 40px;
    line-height: 1.2;
    color: #131313;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

h3 {
    font-family: 'NexaBold';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: 'NexaBold';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: 'NexaBold';
    font-size: 25px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

h6 {
    font-family: 'NexaBold';
    font-size: 20px;
    line-height: 1.2;
    color: #089673;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

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

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

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

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

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

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section 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;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #e952cf;
    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: #19add2;
    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%;
}

/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 20px 0;
}

.menu-logo img {
    width: 300px;
}

.menu-logo {
    text-align: center;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    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: 13px;
}

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

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

.slick-slide {
    opacity: 1;
}

.main_slider {
    margin-bottom: 100px;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

.banner-sec {
    background-image: url(../images/baner-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-color: #089673;
    padding: 50px 0 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
    /* filter: brightness(0) saturate(100%) invert(35%) sepia(92%) saturate(663%) hue-rotate(124deg) brightness(102%) contrast(94%); */
}

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

.baner-txt span {
    color: #fff;
}

.baner-txt span {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
}

img.curve-bnr {
    position: absolute;
    bottom: -78%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}

.baner-main img {
    position: relative;
    left: 60px;
    object-fit: cover;
    width: 100%;
}

.baner-main {
    position: relative;
}


.baner-bulltes {
    width: 120%;
}

.banner-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../images/baner-shade-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: 45%;
}

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

.baner-bulltes ul li:hover {
    padding-left: 5px;
}

.baner-bulltes ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border-bottom: 1px solid #50b39b;
    padding-bottom: 16px;
    transition: 0.5s all;
}

.baner-bulltes ul li:Last-child {
    border: unset;
    padding: unset;
    margin: unset;
}

.baner-bulltes.tyj {
    margin-bottom: 60px;
}

/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

.footer-sec {
    padding: 130px 0 23px;
    position: relative;
    background: #089674;
}

.footer-info img {
    width: 350px;
}

.footer-contact ul li i {
    font-size: 19px;
}

.footer-contact h5 {
    font-size: 30px;
}



.footer-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.footer-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ffffff7a;
    border-bottom: 1px solid #ffffff7a;
    padding: 52px 0;
}

.footer-contact ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}

.ftr-link-lst {
    text-align: center;
    padding: 20px 0 0;
}

.footer-info ul {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-sec * {
    color: #fff;
}

.footer-info ul li a {
    width: 47px;
    height: 47px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 50%;
    transition: 0.5s all;
    color: #fff;
}

.footer-info ul li a:hover {
    opacity: 1;
    border-color: #fcb714;
    background-color: #fcb714;
}

.footer-contact ul li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-contact ul li a, .footer-contact ul li p {
    opacity: 70%;
    transition: 0.5s all;
    font-size: 17px;
    font-weight: 600;
}

.footer-contact ul li:hover a, .footer-contact ul li:hover p {
    opacity: 1;
    color: #fff;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Section Start ------------------------------------------------------------- */

.about-sec {
    padding: 100px 0;
}

.about-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.about-image {
    position: relative;
    text-align: end;
    margin-left: 0px;
}

.about-text p {
    margin-bottom: 16px;
}

.about-text p:Last-child {
    margin: unset;
}

img.about-2 {
    border: 10px solid #fff;
    position: absolute;
    left: -40px;
    height: 300px;
    width: 420px;
    bottom: 0;
}

img.about-1 {
    height: 470px;
    object-position: left;
    margin-bottom: 120px;
}

.experience-about {
    text-align: center;
    width: max-content;
    position: absolute;
    top: 100px;
    left: 0px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    align-content: center;
}

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

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

.counterabt {
    font-family: 'NexaBold';
    font-size: 36px;
    color: #fcb714;
    margin-bottom: 6px;
}

.experience-about span {
    font-family: 'NexaBold';
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

.about-text {
    margin-left: 12px;
}

.about-text h2 {
    margin-bottom: 3px;
}

.about-text h6 {
    margin: 15px 0;
}

/*---------------------------------------------------- About Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Bullets Section Start ------------------------------------------------------------- */

.bullets-site-rev {
    position: relative;
    padding: 140px 0 30px;
}

.bullets-site-rev:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/site-last-back.png);
    background-repeat: no-repeat;
    background-size: 120% 100%;
    background-position: top;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: brightness(0) saturate(100%) invert(35%) sepia(92%) saturate(663%) hue-rotate(124deg) brightness(102%) contrast(94%);
}

.bullets-main {
    border: 1px solid #ffffff63;
    padding: 85px 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border-left: 6px solid #fcb7149c;
    box-shadow: 0 0 12px rgb(245 244 244 / 12%);
    transition: 0.5s all;
}

.bullets-main ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.bullets-main p {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.bullets-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fcb713;
    z-index: -1;
    transition: 0.5s all;
}

.bullets-main ul li img {
    transition: 0.2s all;
}

.bullets-main:hover,
.bullets-main.active {
    border-color: #fcb714;
}

.bullets-main:hover:before,
.bullets-main.active:before {
    width: 100%;
}

.bullets-main:hover ul li img,
.bullets-main.active ul li img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7479%) hue-rotate(70deg) brightness(99%) contrast(107%);
}

/*---------------------------------------------------- Bullets Section End ------------------------------------------------------------- */