@import url('https://fonts.googleapis.com/css2?family=Barlow: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&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;
}

a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: #28b16d;
    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: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

/***** 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-family: "Barlow", sans-serif;
    text-transform: uppercase;
    font-style: italic;
    font-size: 81px;
    color: #ffffff;
    font-weight: 800;
    margin: 0 0 0px;
    line-height: 1;
    margin-bottom: 20px;
}

h2 {
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    font-style: italic;
    font-size: 65px;
    color: #000;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 0px;
}

h3 {
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    font-style: italic;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    /* font-style: italic; */
    font-size: 24px;
    color: #000;
    font-weight: 800;
    margin: 0 0 0px;
}

h5 {
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    font-style: italic;
    font-size: 16px;
    color: #000;
    font-weight: 800;
    margin: 0 0 0px;
}

h6 {
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    font-style: italic;
    font-size: 14px;
    color: #000;
    font-weight: 800;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    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: space-between;
}

.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: #282828;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.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: #de1d32;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 100%;
}

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

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

/* theme btn 1*/

.themebtn {
    color: #ffffff;
    background-color: #de1d32;
    font-size: 14px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 5px 5px 30px;
    border-radius: 50px;
    gap: 30px;
    text-transform: uppercase;
    transition: all ease-in .3s;
}

.themebtn:hover {
    color: #de1d32;
    background-color: #abbaea;
}

.themebtn:hover span {
    background-color: #de1d32;
}

.themebtn span img {
    transition: all ease-in .3s;
}

.themebtn:hover span img {
    filter: brightness(0) saturate(100%) invert(83%) sepia(28%) saturate(6870%) hue-rotate(195deg) brightness(116%) contrast(84%);
}

.themebtn span {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    height: 60px;
    width: 70px;
    border-radius: 0px 30px 30px 0px;
    font-size: 15px;
    transition: all ease-in .3s;
}

/* theme btn 1*/

/* theme btn 2 */

.themebtn2 {
    color: #de1d32;
    background-color: #ffffff;
    font-size: 14px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 5px 5px 30px;
    border-radius: 50px;
    gap: 30px;
    text-transform: uppercase;
    transition: all ease-in .3s;
}

.themebtn2:hover {
    color: #de1d32;
    background-color: #abbaea;
}

.themebtn2:hover span {
    background-color: #de1d32;
}

.themebtn2 span img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(138deg) brightness(109%) contrast(107%);
    transition: all ease-in .3s;
}

.themebtn2:hover span img {
    filter: brightness(0) saturate(100%) invert(91%) sepia(48%) saturate(4242%) hue-rotate(181deg) brightness(97%) contrast(89%);
}

.themebtn2 span {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #de1d32;
    height: 60px;
    width: 70px;
    border-radius: 0px 30px 30px 0px;
    font-size: 15px;
    transition: all ease-in .3s;
}

/* theme btn 2 */

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

.headerbtn {
    text-align: end;
}

.menuSection {
    padding: 10px 0;
}

/* banner */

.banner_text h1 span {
    font-size: 57px;
}

.banner_text p {
    color: #ffffff;
    margin-bottom: 30px;
    width: 90%;
}

.bnr_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.main_slider {
    position: relative;
}

.bnr_rating_stars i {
    color: #e6f8f2;
    background-color: #00b67a;
    padding: 5px;
    font-size: 10px;
}

.bnr_rating h6 {
    font-size: 17px;
    color: #ffffff;
}

.bnr_flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.bnr_rating {
    padding: 10px 10px 10px 30px;
    border-left: 1px solid #9ba7b4;
}

.bnr_box_txt h6 {
    font-size: 16px;
    color: #192754;
}

.bnr_box_txt p {
    color: #5f677e;
}

.bnr_right {
    position: relative;
}

.banner_img img {
    /* position: absolute; */
    bottom: 0px;
    width: 750px;
    height: 750px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.bnr_box {
    text-align: center;
    padding: 40px;
    border-radius: 30px;
    border: 2px solid #f2f8fe;
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 70%;
    right: 110px;
    border-left: none;
    z-index: 1;
}

.bnr_box::before {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(165, 182, 234, 1) 0%, rgb(165 182 234 / 0%) 100%);
    bottom: 0;
    height: 50%;
    width: 100%;
    left: 0;
    border-radius: 27px;
    z-index: 2;
}

.banner_img {
    height: 70vh;
}

.bnr_box::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-left: 2px solid #fff;
    height: 100%;
    border-radius: 30px;
    width: 60px;
    z-index: -1;
}

.bnr_box_txt {
    position: absolute;
    bottom: 0;
    padding: 50px;
    left: 0px;
    z-index: 2;
}

/* banner */

/* about */

.about {
    padding: 120px 0;
    position: relative;
    z-index: 1;
}

.about:before {
    content: "";
    position: absolute;
    background: #192754;
    width: 100%;
    height: 730px;
    z-index: -1;
    top: 0;
}

.abt_img img {
    height: 740px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.abt_right h2 span {
    font-size: 42px;
}

.abt_right h2 {
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 50px;
}

.abt_pra p {
    color: #b0b4c4;
    margin-bottom: 30px;
}

.abt_pra {
    border-left: 1px solid #4c567a;
    padding-left: 50px;
    margin: 0 45px;
}

.abt_right {
    padding: 0 30px;
}

.logo_slid_img img {
    height: 60px;
    width: 130px;
    object-fit: contain;
}

.logo_slider .slick-track {
    margin: 12% 0px 0;
}

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

/* about */

/*  our services */

section.program-sec {
    padding: 0px 0 120px;
}

section.program-sec img {
    width: 100%;
    display: inline-block;
    transition: 0.2s;
    position: relative;
}

section.program-sec img:hover {
    filter: brightness(0.8);
    transform: scale(1.3);
}

.pro-txt {
    border-radius: 30px;
    background: #de1d32;
    text-align: center;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 32px;
    margin-bottom: 24px;
}

.pro-txt h5 {
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 21px;
}

.pro-txt p {
    color: #ec7f8b;
    margin: 0px;
}

.col-right-1 .pro-txt {
    margin-bottom: 0px;
    margin-top: 24px;
}

.pro-lg-box {
    position: relative;
}

.pro-lg-box .program_mid {
    position: relative;
    overflow: hidden;
}

.pro-lg-box .program_mid img {
    height: 660px;
    object-fit: cover;
    border-radius: 40px;
}

.pro-lg-box .lrg-img h5 {
    margin: 0px;
    color: #121111;
    text-align: center;
    background: #fff;
    padding: 24px 0 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
}

section.program-sec .pro-img {
    position: relative;
    overflow: hidden;
}

.program_txt h5 {
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 21px;
}

.program_txt p {
    color: #d1cfc6;
    margin: 0px;
}

.program_txt {
    border-radius: 30px;
    position: absolute;
    bottom: 0;
    padding: 35px;
    text-align: center;
    left: 0;
}

.heading {
    text-align: center;
    margin-bottom: 40px;
}

.heading h2 {
    color: #192754;
    margin-bottom: 20px;
}

.heading p {
    margin: 0 auto;
    width: 60%;
}

/*  our services */

/* your fitness business fully covered  */

.herosec {
    background: url(../images/hero-bg.png);
    background-repeat: no-repeat;
    margin: 0 5%;
    background-size: cover;
    padding: 134px 0;
    border-radius: 30px;
}

.herosec_txt h2 {
    color: #ffffff;
    position: relative;
}

.herosec_txt h2::before {
    content: '';
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 335px;
    height: 1px;
    z-index: 1;
    background: #4c567a;
}

.herosec_txt p {
    color: #a5aabc;
    margin: 20px 0;
    width: 95%;
}

/* your fitness business fully covered  */

/* why choose us */

.wcu {
    padding: 120px 0;
}

.wcu_img img {
    height: 790px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.wcu_right h2 {
    color: #192754;
    margin-bottom: 20px;
    line-height: 50px;
}

.wcu_right h2 span {
    font-size: 42px;
}

.wcu_right p {
    margin-bottom: 20px;
}

.wcu_right ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.wcu_right ul li {
    position: relative;
    padding-left: 40px;
}

.wcu_right ul li::before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    background: url(../images/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
    z-index: 1;
}

.wcu_right {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 50px 100px 50px 50px;
    margin-left: -31%;
    position: relative;
}

.wcu_right::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50px;
    height: 500px;
    width: 20px;
    background: #d60136;
    border-bottom-left-radius: 50px 20%;
    border-top-left-radius: 50px 20%;
}

.wcu .row {
    position: relative;
    background-color: #abbaea;
    border-radius: 30px;
    padding-right: 130px;
}

/* why choose us */

/* blogs */

.blog_card img {
    height: 510px;
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
}

.blog_txt h3 {
    color: #000000;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    width: fit-content;
    padding-bottom: 15px;
    border-bottom: 1px solid #de1d32;
    line-height: 25px;
}

.blog_txt p {
    margin: 20px 0;
}

.blog_txt ul li span {
    color: #8b8b8b;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.blog_txt ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

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

.blog_icon {
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #de1d32;
    font-size: 17px;
    border: 1px solid #b4b4b4;
    border-radius: 50%;
    transition: all ease-in .3s;
}

.blog_icon:hover {
    color: #000000;
    background-color: #abbaea;
    border: 1px solid #abbaea;
}

.blog_card {
    position: relative;
    overflow: hidden;
}

.blog_txt {
    border-radius: 30px;
    padding: 30px;
    margin: 20px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 0;
}

.blogcardone .blog_txt {
    width: 64%;
}

/* blogs */

/* testimonial */

.testimonial {
    padding: 120px 0;
    position: relative;
}

/* .testimonial::before {
    position: absolute;
    content: '';
    top: 5%;
    left: 20%;
    background: url(../images/rings.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 80%;
    width: 100%;
    z-index: -1;
} */

.tst_txt {
    background-color: #192754;
    padding: 30px;
    border-radius: 30px;
}

.tst_txt p {
    color: #ffffff;
}

.people-txt-2 li {
    color: #ffffff;
}

.people-txt-2 ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-top: 30px;
}

.avatar_main {
    position: relative;
}

.people-txt {
    text-align: center;
    margin: 0 0 40px;
}

section.people {
    position: relative;
    padding: 70px 0px;
}

.people-txt h2 {
    font-size: 100px;
    font-family: 'big-noodle';
}

.people-txt p {
    margin: 0 auto;
    width: 62%;
    font-size: 15px;
    line-height: 25px;
}

.people-map-img>img {
    width: 100%;
    height: 800px;
    object-fit: contain;
}

.people-map-img {
    position: relative;
}

.people-main {
    position: absolute;
    top: 72%;
    left: 17%;
    width: 39%;
    text-align: center;
}

.people-txt-2 {
    width: 100%;
    padding: 50px;
    border-radius: 20px;
    display: none;
    background: #1b2853;
    text-align: start;
}

.people-img {
    margin: 0 0 0px;
}

.people-img img {
    margin: 0 0 30px;
}

.people-txt-2 p {
    color: #fff;
    font-size: 14px;
    font-style: italic;
}

.people-txt-2 h5 {
    font-size: 20px;
    font-family: 'Montserrat';
    color: #fff;
    text-transform: uppercase;
}

.people-txt-2 h5 span {
    display: block;
    font-size: 13px;
    font-family: 'Roboto';
}

.people-main2 {
    left: 3%;
    top: 45%;
}

.people-main3 {
    top: 47%;
    left: 60%;
}

.people-main4 {
    left: 55%;
    top: 20%;
}

.people-main5 {
    left: inherit;
    right: 35%;
    top: 15%;
}

.people-main2 .people-img:hover .people-txt-2 {
    display: block;
    position: absolute;
    top: -30%;
    left: 77%;
}

.reviewbtn {
    text-align: center;
}

.people-main4 .people-img:hover .people-txt-2 {
    display: block;
    position: absolute;
    top: 70%;
    left: -60%;
}

.people-main3 .people-img:hover .people-txt-2 {
    display: block;
    position: absolute;
    top: -20%;
    left: -70%;
}

.people-main1 .people-img:hover .people-txt-2 {
    display: block;
    position: absolute;
    top: -10%;
    left: 70%;
}

.people-main5 .people-img:hover .people-txt-2 {
    display: block;
    position: absolute;
    top: 80%;
    left: 15%;
}

/* testimonial */

/*Footer Start */

footer {
    position: relative;
    overflow: hidden;
    background: #192754;
    color: #fff;
}

footer .footerTop {
    padding: 80px 0 80px;
}

footer .ft-header {
    position: relative;
    margin-bottom: 30px;
}

footer .footerTop ul li a {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
}

footer .footerTop ul li a:hover {
    color: #de1d32;
    transform: translate(3px, 0px);
}

footer .footerTop .ft-contact ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

footer .footerTop .ft-contact .follow ul {
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 50px;
}

footer .footerTop .ft-contact .follow h4 {
    margin-bottom: 20px;
}

footer .ft-links ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0px;
}

footer .ft-prodcts ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0px;
}

footer .ft-products-col1 ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0px;
}

.footer-btm {
    position: relative;
    border-top: 1px solid #3d486b;
    padding: 20px 0;
}

.footer-btm p {
    margin: 0;
    font-weight: 400;
    color: #fff;
}

.footer-btm .visa-img {
    text-align: right;
}

footer .ft-newslater {
    position: relative;
}

footer .ft-newslater p {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

footer .ft-newslater form {
    position: relative;
    margin-top: 20px;
}

footer .ft-newslater form .form-act {
    position: relative;
    width: 100%;
    background: #192754;
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 104px 0 24px;
    border-radius: 40px;
    border: 1px solid #27345c;
}

footer .ft-newslater form .form-act input {
    background: transparent;
    border: 0px;
    color: #b3b3b3;
    font-weight: 500;
    width: 100%;
}

footer .ft-newslater form .form-act input::placeholder {
    color: #b3b3b3;
}

footer .ft-newslater form .form-act button {
    font-size: 15px;
    line-height: 24px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 26px;
    border-radius: 45px;
    border: 0px;
    color: #de1d32;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s;
    font-family: 'Montserrat';
    font-weight: 500;
}

footer .ft-newslater form .form-act button:hover {
    background: #fff;
    color: #000;
}

footer .ft-links {
    width: 70%;
    margin: 0px auto;
}

footer .ft-prodcts {
    width: 82%;
}

.footer-lgo {
    margin-bottom: 30px;
}

.footer-lgo img {
    width: 100px;
}

footer .footerTop .ft-contact .follow ul a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #5d6786;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 15px;
}

.text-light {
    color: #f8f9fa !important;
    font-weight: 500;
}

.ft-contact p {
    color: #fff;
}

/* Footer End */