@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;
    margin: 8px;
    position: relative;
}

html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #ffee00;
}

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: 25px;
    font-family: 'montserrat-medium';
    font-size: 14px;
}


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

@font-face {
    font-family: 'balbek-use';
    src: url(../font/Balbek-Personal\ Use\ Only.otf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'montserrat-medium';
    src: url(../font/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: #000000;
    z-index: 1;
    /* background: #242889; */
    position: relative;
    font-size: 14px;
    /* -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;
    font-family: 'montserrat-medium';
    text-transform: uppercase;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d21900;
    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: 'balbek-use';
    font-size: 78px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 6px;
    text-transform: uppercase;
}

h2 {
    font-family: 'balbek-use';
    font-size: 50px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 6px;
    text-transform: uppercase;
}

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

h4 {
    font-family: 'balbek-use';
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 4px;
    text-transform: uppercase;
}

h5 {
    font-family: 'montserrat-medium';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'montserrat-medium';
    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: 6px 0;
    background: #000;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: 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 {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 14px;
}

/* 
.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: #ffee00;
}

.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 */


/* Tab slider fix  */

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

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


/* Tab slider fix  */

.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*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.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  */

.container-fluid {
    padding: 0px 3%;
}

.topsec {
    background: #ffee00;
    padding: 7px;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}

.top-slider {
    width: 100%;
    position: relative;
    height: 30px;
    display: flex;
    align-items: center;
}

.top-slider-track {
    display: flex;
    gap: 25px;
    white-space: nowrap;
    animation: scroll 7s linear infinite;
}

.top-slider-track.tnh-1 {
    animation: scroll 18s linear infinite;
}

.top-slider-track span {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    font-family: 'montserrat-medium';
}

ul.banner-btns {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
}

.side-btn {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 7px;
}

.side-btn-text {
    padding: 10px 12px;
    background: #ffee00;
    border-radius: 5px;
}

.side-btn-img {
    padding: 10px 8px;
    background: #ffee00;
    border-radius: 4px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme_btn:hover .side-btn-text,
.theme_btn:hover .side-btn-img {
    background: #000;
    color: #fff;
    transition: 0.5s;
}

.theme_btn:hover .side-btn-img img {
    filter: invert(1);
}

.banner_text {
    text-align: center;
}



.banner-video video {
    width: 100%;
    height: 110vh;
    object-fit: cover;
    object-position: center;
    border-radius: 12px 12px 0px 0px;
}

header {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

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

.header-input input {
    width: 100%;
    background: #000;
    border: 1px solid #ffee00;
    border-radius: 4px;
    padding: 6px 10px;
    color: #fff;
    font-size: 12px;
}

.header-input {
    position: relative;
}

.header-input i {
    position: absolute;
    top: 13px;
    right: 7px;
    color: #ffee00;
}

.header-input-btn ul li .header-input {
    width: 280px;
}


.header-input input::placeholder {
    color: #fff;
    font-family: 'montserrat-medium';
    text-transform: uppercase;
}

.header-input-btn ul li a {
    height: 38px;
    width: 38px;
    background: #ffee00;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border-radius: 4px;
}

.header-input-btn ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

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

.about-text-img img {
    width: 100%;
    margin-top: 30px;
}

section.about-sec {
    margin: 100px 0px;
}



/*---------------------------------------------------- Services Section Start ------------------------------------------------------------- */

.service-sec {
    padding: 60px 0 80px;
    margin-bottom: 100px;
    /* background-color: #042536; */
    background-image: url(../images/featured-poems-bgimg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

section.howwork-sec.inner {
    margin-bottom: 40px;
}

.service-sec.inner {
    background: unset;
    padding: unset;
}

.service-head {
    margin-bottom: 20px;
}

.service-head h2 {
    color: #fff;
}

.service-main {
    overflow: hidden;
    border-radius: 20px;
    /* background-color: #095360; */
    transition: 0.7s all;
}

.serv-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.5s all;
    border-radius: 10px;
    margin-bottom: 10px;
}

.service-main.inr {
    margin-bottom: 50px;
}

.service-main:hover .serv-image img {
    transform: scale(1.3);
    filter: brightness(0.5);
}

.serv-image {
    overflow: hidden;
}

.service-main:hover {
    background: #ffee00;
}

.ser-text-box {
    padding: 0;
}

.serv-slider .slick-current .service-main {
    background: #ffee00;
}



.serv-text p {
    margin: 10px 0 18px;
    opacity: 1;
    width: 100%;
}



.serv-text h4 {
    font-size: 25px;
}

.serv-slider .slick-arrow {
    width: 44px;
    height: 44px;
    border: 1px solid #909ea5;
    border-radius: 50%;
    transition: 0.7s all;
    top: -48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serv-slider .slick-arrow:hover {
    background: #ffee00;
    border-color: #ffee00;
}

.serv-slider .slick-arrow:before {
    content: '';
    background-image: url(../images/btn-img.png);
    width: 21px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1 !important;
    transform: rotate(-2deg);
    top: 2px;
    position: relative;
    filter: brightness(0) saturate(100%) invert(64%) sepia(16%) saturate(226%) hue-rotate(155deg) brightness(95%) contrast(85%);
}

.service-sec button.slick-prev {
    left: 92.6%;
}

.service-sec button.slick-next {
    right: 10px;
}

.serv-slider button.slick-prev:before {
    transform: rotate(181deg);
    top: -1px;
}

.serv-slider .slick-arrow:hover:before {
    filter: unset;
}
.serv-slider .slick-active {
    opacity: 1;
}
.service-main .serv-text-headeing h4 {
    color: #fff;
}

.service-main .serv-text {
    display: none;
    transition: 0.5s;
}

.service-main:hover .serv-text {
    display: block;
}

.service-main:hover .serv-text-headeing {
    display: none;
    transition: 0.5s;
}

.service-main:hover .ser-text-box {
    padding: 10px 20px 20px;
}

.serv-slider .slick-current .service-main .service-main .serv-text {
    display: block;
}

.serv-slider .slick-current .service-main .serv-text{
    display: block;
}

.serv-slider .slick-current .service-main .serv-text-headeing {
    display: none;
}
.serv-slider .slick-current .service-main .ser-text-box {
     padding: 10px 20px 20px;
}

.serv-text a .side-btn-text {
    border: 1px solid #000;
}

.serv-text a .side-btn-img {
    border: 1px solid #000;
}
/*---------------------------------------------------- Services Section End ------------------------------------------------------------- */




.nav-tabs {
    border: 2px solid #a8a8a8;
    width: auto;
    float: right;
    border-radius: 5px;
    justify-content: end;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #000000;
    background-color: #fff;
    border-color:#ffffff00 !important;
    background: #ffee00;
    border-radius: 5px;
    /* padding: 12px 26px; */
}
.nav-tabs .nav-link {
    margin-bottom: 0px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    text-transform: uppercase;
    padding: 12px 26px;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #000;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    border: unset;
}
.nav-link:hover, .nav-link:focus {
    color: #000000;
    border: unset !important;
    margin: unset;
}

.featured-collection-boxsd > img {
    width: 100%;
}

.featured-collection-boxsd:hover .featured-collection-textbox {
    padding: 20px 20px;
}

.featured-collection-boxsd:hover {
    background: #ffee00;
    border-radius: 10px;
    transition: 0.5s;
}

.featured-collection-boxsd .featured-collection-textbox-two {
    display: none;
}

.featured-collection-boxsd .featured-collection-textbox {
    padding-top: 14px;
}

.featured-collection-boxsd:hover .featured-collection-textbox .featured-collection-textbox-two {
    display: block;
}

.featured-collection-boxsd:hover .featured-collection-textbox .featured-collection-textbox-one {
    display: none;
}

.featured-collection-boxsd:hover .side-btn-text {
    border: 1px solid #000;
}

.featured-collection-boxsd:hover .side-btn-img {
    border: 1px solid #000;
}
.featured-collection-boxsd {
    position: relative;
    transition: 0.5s;
}
section.featured-collection-sec {
    margin-bottom: 100px;
}

.video-box-img {
    position: relative;
}

.video-box-img > img {
    width: 100%;
}

.video-box-img a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.video-box-img a i {
    height: 50px;
    width: 50px;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.video-box-img-text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 2px;
}

.video-box-img-text ul li h4 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 0px;
}

.video-box-img-text {
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 3;
}

.video-box-img-text ul li p {
    margin-bottom: 0px;
    color: #fff;
}

.video-box {
    margin-top: 40px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.video-box:hover {
    margin-top: 0px;
    transition: 0.5s;
}

.video-box:hover:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffee00;
    z-index: 1;
    border-radius: 9px;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 47%) 50%, rgba(255, 238, 0, 1) 100%);
}

.video-box:hover h4 {
    color: #000;
}

.video-box:hover p {
    color: #000;
}

section.video-thumbnail-sec {
    background-image: url(../images/video-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
    margin-bottom: 100px;
    border-radius: 20px;
}

.video-thumbnail-top-heading {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}

.video-thumbnail-top-heading h2 {
    color: #fff;
}

.video-thumbnail-top-heading p {
    color: #fff;
}
.gallery-box-one img {
    width: 100%;
    margin-bottom: 10px;
}

.gallery-box-two img {
    margin-bottom: 10px;
}
.gallery-top-heading {
    width: 55%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

section.gallery-sec {
    margin-bottom: 100px;
}




/*---------------------------------------------------- Testimonials Section Start ------------------------------------------------------------- */

.testimonial-sec {
    padding: 50px 0;
    /* background-color: #042536; */
    width: 100%;
    background-image: url(../images/testi-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 100px;
    border-radius: 20px;
}

section.testimonial-sec.innr {
    background: unset;
    padding: unset;
}

.testimonial-head {
    margin-bottom: 25px;
}

.testimonial-head p {
    width: 48%;
    margin: 3px auto 0;
    opacity: 50%;
}

.testi-main.iner {
    border: 1px solid #0d757e;
    margin-bottom: 70px;
}

.testi-main img {
    width: 40px;
    margin-bottom: 15px;
}

.testi-main p {
    margin-bottom: 18px;
    opacity: initial;
    line-height: 24px;
}

.testi-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testi-user ul {
    display: flex;
    align-items: center;
    gap: 1px;
}

.testi-img {
    border: 1px solid #9d9d9d;
    width: max-content;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    bottom: -40px;
    right: 80px;
}

.testi-img img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    margin: unset;
    border: 8px solid #fff;
    border-radius: 50%;
}

.testi-main {
    background: #fff;
    padding: 30px 37px 60px;
    border-radius: 20px;
    position: relative;
    transition: 0.5s all;
}

.testi-slider .slick-slide {
    padding: 0 0 60px 0;
}

.testimonial-head * {
    color: #fff;
}

.testi-slider button.slick-prev {
    left: -42px;
}

.testi-slider button.slick-next {
    right: -42px;
}

.testi-slider button.slick-arrow {
    top: 43%;
}

.testi-user ul i {
    color: #000000;
    font-size: 17px;
}

.testi-user h5 {
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 1px;
    font-family: 'balbek-use';
}

.testi-user h6 {
    color: #ffee00;
    text-transform: uppercase;
}

.testi-main * {
    transition: 0.5s all;
}

.testi-main:hover * {
    color: #000000;
}

.testi-main:hover {
    background: #ffee00;
}

.testi-main:hover img {
    filter: brightness();
}

.testi-main:hover .testi-img img {
    filter: unset;
}



/*---------------------------------------------------- Testimonials Section End ------------------------------------------------------------- */





.slick-active {
    opacity: 1;
}










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

footer {
    background: #070707;
    padding: 55px 0 0;
    position: relative;
    border-radius: 10px;
}

.foter-lastline {
    border-top: 1px solid #6f828c;
    text-align: center;
    margin: unset;
    background: #070707;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 50px;
    border-radius: 0px 0px 10px 10px;
}

footer * {
    color: #fff;
}

.container-fluid.lastftr {
    padding: 0;
}

footer h4 {
    position: relative;
    border-bottom: 2px solid #ffffff36;
    width: 84%;
    padding-bottom: 23px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

footer h4:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #fff;
    width: 40%;
    height: 2px;
    border-radius: 10px;
}

.foter-links ul li {
    margin-bottom: 4px;
}

.foter-links a {
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}

.foter-links {
    margin-bottom: 63px;
}

.newsletter-main {
    display: flex;
    align-items: center;
    margin-bottom: 65px;
    position: relative;
    padding: 0px 0px 0px 30px;
    background: #0e0d0d;
    border-radius: 10px;
    justify-content: space-between;
}

.footer-info p {
    margin-bottom: 20px;
    width: 80%;
    margin-top: 10px;
}

.footer-info ul li {
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'montserrat-medium';
}

.social-links {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
}

.social-links a {
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: 0.7s all;
}

.social-links a:hover {
    border-color: transparent;
    background: #ffee00;
}

.newsletter-main h5 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'balbek-use';
}

.newsletr-field input {
    width: 100%;
    height: 60px;
    border: unset;
    border-radius: 0px 10px 10px 0px;
    padding: 10px 30px;
    color: #ffffff;
    background: #090808;
    font-family: 'montserrat-medium';
}

.newsletr-field {
    position: relative;
    width: 452px;
}

.newsletr-field button {
    position: absolute;
    right: -2px;
    bottom: 0;
    border: unset;
    height: 100%;
    border-radius: 0px;
    padding: 7px 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background: #ffee00;
    border-radius: 10px;
    color: #000;
}

.newsletr-field input::placeholder {
    color: #ffffff;
    font-family: 'montserrat-medium';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 31%;
    background: #6f828c;
    width: 1px;
    height: 100%;
}

.foter-links.navs ul li {
    margin-bottom: 10px;
}
.foter-links.navs ul {
    column-count: 2;
}
.footer-info a img {
    width: 36%;
}

.foter-lastline p {
    margin-bottom: 0px;
}
/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */