@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;
}

:root {
    --black: #000;
    --white: #fff;
    --textColor: #7c7c7c;
    --themeColor: #0d1430;
    --themeColor2: #2e385f;
    --headingColor: #161a1d;
    --headingColor2: #131212;
}

a {
    white-space: initial;
    display: inline-block;
    text-decoration: none;
    color: var(--themeColor);
}

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: '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: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'AmericanCaptain';
    src: url(../fonts/AmericanCaptain.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: 80px 0;
}

.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-size: 90px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--white);
    font-family: 'AmericanCaptain';
}

h2 {
    font-size: 65px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'AmericanCaptain';
}

h3 {
    margin: 0 0 0px;
    font-size: 45px;
    font-weight: 500;
    color: var(--black);
    font-family: 'AmericanCaptain';
}

h4 {
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'AmericanCaptain';
}

h5 {
    font-size: 16px;
    color: #000;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'AmericanCaptain';
}

h6 {
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    color: var(--black);
    font-family: 'Poppins';
}

p {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Poppins';
    color: var(--textColor);
}

.add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1600px;
}

.theme-btn-1 {
    gap: 10px;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    width: max-content;
    color: var(--white);
    border-radius: 50px;
    align-items: center;
    font-family: 'Poppins';
    justify-content: center;
    transition: ease-in-out;
    text-transform: capitalize;
    transition-duration: 0.5s;
    padding: 6px 8px 6px 15px;
    box-shadow: 0px 11px 14px 0px rgba(34, 37, 68, 0.18);
    background-image: linear-gradient(90deg, var(--themeColor2) 0%, var(--themeColor) 100%);
}

.theme-btn-1 span {
    width: 45px;
    height: 45px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: ease-in-out;
    color: var(--themeColor);
    transition-duration: 0.5s;
    background-color: var(--white);
}

.theme-btn-1 span i {
    font-size: 18px;
}

.theme-btn-1:hover {
    color: var(--white);
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor2);
}

.theme-btn-1:hover span {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: var(--themeColor);
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading p {
    width: 80%;
    margin: auto;
    max-width: 950px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    gap: 5px;
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    z-index: 1;
    font-size: 14px;
    padding: 12px 25px;
    position: relative;
    color: var(--white);
    text-decoration: none;
    display: inline-block;
}

.menuSec ul li a::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    content: '';
    z-index: -1;
    margin: auto;
    height: 100%;
    position: absolute;
    border-radius: 50px;
    transition: ease-in-out;
    transition-duration: 0.5s;
    background-image: linear-gradient(90deg, var(--themeColor2) 0%, var(--themeColor) 100%);
}

.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: var(--white);
}

.menuSec ul li a:hover::before,
.menuSec ul li a.active::before {
    width: 100%;
    transition: ease-in;
    transition-duration: 0.5s;
}

.menuSection {
    padding: 20px 2%;
    background-color: #1c1c1c;
}

.menuSection .add-padding {
    padding: 0px 4%;
}

.menuSec {
    padding: 5px;
    margin: 0px auto;
    width: fit-content;
    border-radius: 50px;
    background-color: #ffffff3f;
    border: 1px solid var(--white);
}

.header-logo {
    height: 55px;
    width: fit-content;
    position: relative;
}

.header-logo a,
.header-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*header css start */


/*banner css start */

.main_slider {
    padding: 0px 2%;
    background-color: #1c1c1c;
}

.banner-main-box {
    z-index: 9;
    display: flex;
    padding: 50px 4%;
    min-height: 760px;
    position: relative;
    align-items: flex-end;
    justify-content: center;
    box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.41);
    background-image: url(../images/banner-img.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner_text {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 3px solid #ffffff71;
}

.banner_text::before {
    left: 0;
    width: 25%;
    height: 3px;
    content: '';
    bottom: -3px;
    position: absolute;
    background-color: var(--white);
}

.banner_img {
    gap: 15px;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

.banner-counter {
    top: -10px;
    width: 35px;
    height: 35px;
    display: flex;
    flex-shrink: 0;
    border-radius: 50%;
    position: relative;
    align-items: center;
    color: var(--white);
    justify-content: center;
    border: 1px solid #ffffff41;
}

.banner_img h3 {
    color: var(--white);
}

.banner_img p {
    opacity: 0.8;
    color: var(--white);
}

/*banner css end*/

/* about-sec */

.about-sec {
    top: -20px;
    z-index: 1;
    position: relative;
    padding: 100px 0px;
    background-image: url(../images/about-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-img {
    width: 100%;
    height: 600px;
    overflow: hidden;
    min-height: 100%;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-text {
    display: flex;
    min-height: 100%;
    padding-right: 50px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.about-text h2 {
    margin-bottom: 5px;
    color: var(--white);
}

.about-text p {
    opacity: 0.8;
    color: var(--white);
    margin-bottom: 25px;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}










/* about-sec */

/* product-sec */

.product-sec {
    padding: 80px 0px 100px;
}

.product-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-heading-text {
    max-width: 510px;
}

.product-slider-btn {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product-slider-btn button {
    width: 45px;
    height: 45px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    transition: ease-in-out;
    color: var(--themeColor);
    background: var(--white);
    justify-content: center;
    transition-duration: 0.5s;
    border: 1px solid var(--themeColor);
}

.product-slider-btn button:hover {
    transition: ease-in;
    color: var(--white);
    transition-duration: 0.5s;
    background: linear-gradient(90deg, var(--themeColor2) 0%, var(--themeColor) 100%);
}

.productSlider .slick-slide {
    opacity: 1;
    margin: 0px 20px 0px 0px;
}

.productSlider .slick-list {
    overflow: visible;
}

.product-box {
    gap: 100px;
    width: 100%;
    padding: 50px;
    height: 530px;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.product-box img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.product-box-text {
    max-width: 510px;
    position: relative;
}

.product-box .product-box-number {
    z-index: 1;
    font-size: 120px;
    line-height: 80px;
    position: relative;
    color: var(--white);
}

.product-box-text h3 {
    color: var(--white);
}

.product-box-text p {
    opacity: 0.8;
    margin-bottom: 20px;
    color: var(--white);
}

.product-box-text a {
    font-size: 16px;
    color: var(--white);
}

.product-slider-box {
    position: relative;
}

.product-slider-box::before {
    top: 0;
    z-index: 1;
    right: 100%;
    content: '';
    height: 100%;
    width: 100vw;
    position: absolute;
    background-color: var(--white);
}


/* product-sec */

/* chance-sec */

.chance-sec {
    padding: 100px 0px;
    background-image: url(../images/chance-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.chance-text {
    gap: 10px;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.chance-text h2 {
    line-height: 1;
    font-size: 120px;
    color: var(--white);
}

.chance-text p {
    opacity: 0.8;
    max-width: 650px;
    color: var(--white);
}


/* chance-sec */


/* why-choose-sec */


.why-choose-sec {
    padding: 100px 0px 0px;
}

.why-choose-text-small-box {
    display: flex;
    min-height: 160px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 20px 15px 15px;
    background: var(--white);
    border: 1px solid #cdcdcd;
}

.why-choose-text-box {
    gap: 15px;
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
}

.why-choose-text-small-box img {
    height: 35px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(8%) sepia(36%) saturate(3658%) hue-rotate(215deg) brightness(92%) contrast(89%);
}

.why-choose-text-small-box h4 {
    font-size: 20px;
    margin-top: 10px;
}

.why-choose-text-small-box p {
    margin-top: 10px;
}

.why-choose-text-small-box:hover {
    transition: ease-in;
    color: var(--white);
    transition-duration: 0.5s;
    background: linear-gradient(90deg, var(--themeColor2) 0%, var(--themeColor) 100%);
}

.why-choose-text-small-box:hover img {
    transition: ease-in;
    filter: brightness(0) saturate(100%) invert(97%) sepia(0%) saturate(0%) hue-rotate(89deg) brightness(105%) contrast(105%);
}

.why-choose-text-small-box:hover h4 {
    transition: ease-in;
    color: var(--white);
    transition-duration: 0.5s;
}

.why-choose-text-small-box:hover p {
    transition: ease-in;
    color: var(--white);
    transition-duration: 0.5s;
}

.why-choose-text h2 {
    line-height: 1;
    margin-bottom: 10px;
}

.why-choose-text>p {
    margin-bottom: 20px;
}

.why-choose-text {
    padding: 40px 0px;
}

.why-choose-img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
}

.why-choose-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* why-choose-sec */





/* testimonials-sec */

.testimonials-sec {
    padding: 100px 0px;
}


.testimonialSlider {
    border-radius: 20px;
}

.testimonial-slider-item {
    display: flex;
    min-height: 350px;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 30px 20px;
    background-color: #f3f3f3;
    justify-content: space-between;
}

.testimonial-slider-item img {
    width: 75px;
    height: 75px;
    margin: 0px auto;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-slider-item ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px 10px;
}

.testimonial-slider-item ul li i {
    color: #e68721;
    font-size: 20px;
}

.testimonial-slider-item h5 {
    font-size: 24px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.testimonial-slider-item h5 span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #7c7c7c;
    font-family: 'Poppins';
    text-transform: capitalize;
}

.testimonial-slider-item-text p {
    font-size: 16px;
}

.testimonial-slider-item-text {
    padding: 10px 0px;
}

.testimonials-place-slider-img {
    width: 100%;
    height: 350px;
    min-height: 100%;
    overflow: hidden;
    border-radius: 0px;
}

.testimonials-place-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonialSlider .slick-prev,
.testimonialSlider .slick-next {
    top: unset;
    width: 55px;
    bottom: 0px;
    height: 55px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: ease-in-out;
    background: transparent;
    transition-duration: 0.5s;
    border: 1px solid var(--themeColor);
}

.testimonialSlider .slick-prev:hover,
.testimonialSlider .slick-next:hover {
    border: transparent;
    transition: ease-out;
    transition-duration: 0.5s;
    background: linear-gradient(90deg, var(--themeColor2) 0%, var(--themeColor) 100%);
}

.testimonialSlider .slick-slide {
    opacity: 1;
    margin: 0px 5px;
}

.testimonialSlider .slick-prev {
    z-index: 1;
    left: unset;
    right: 100px;
}

.testimonialSlider .slick-next {
    right: 35px;
}

.testimonialSlider .slick-prev::before,
.testimonialSlider .slick-next::before {
    content: '\f060';
    transition: ease-in;
    color: var(--themeColor);
    transition-duration: 0.5s;
    font-family: 'fontAwesome';
}

.testimonialSlider .slick-next::before {
    transform: rotate(180deg);
}

.testimonialSlider .slick-prev:hover::before,
.testimonialSlider .slick-next:hover::before {
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.5s;
}

.testimonialsPlaceSlider .slick-slide {
    margin: 0px 1px;
}

.testimonials-heading {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: center;
    justify-content: space-between;
}

.testimonials-heading p {
    max-width: 510px;
}

/* testimonials-sec */


/*footer start*/

.footer {
    background-image: url(../images/chance-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.footer-top {
    padding: 80px 0 30px;
    position: relative;
}

.ft-bf {
    position: absolute;
    top: 0;
    left: -20px;
    width: 140px;
}

.ft-af {
    position: absolute;
    bottom: -100px;
    right: -20px;
    width: 140px;
}

.ft-col-1 a {
    display: block;
    margin-bottom: 30px;
}

.ft-col-1 img {
    width: 180px;
}

.ft-col-1 p {
    color: #fff;
    font-size: 12px;
    line-height: 23px;
    font-weight: 400;
    margin-top: 20px;
    width: 92%;
}

.footer h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.ft-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ft-links li {
    margin-bottom: 15px;
}

.ft-links li a {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 400;
    color: var(--white);
    transition: all 0.5s ease;
}

.ft-links li a:hover {
    opacity: 1;
}

.con-info p {
    color: #c5c5c5;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: 400;
}

.con-info p a {
    opacity: 0.5;
    font-size: 14px;
    color: var(--white);
}

.con-info p a:hover {
    opacity: 1;
}

.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid #ffffffc4;
}

.footer-bottom p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    opacity: 0.9;
}





/*footer end*/



/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/