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

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

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

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 0px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 25px;
    font-family: 'montserrat-medium';
    font-size: 14px;
    opacity: 60%;
}


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

@font-face {
    font-family: 'montserrat-medium';
    src: url(../font/Montserrat-Medium.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'nt-seawave';
    src: url(../font/NT\ SEAWAVE\ \(alternative\).otf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'nt-seawave-it';
    src: url(../font/NT\ SEAWAVE\ \(standart\).otf);
    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: 17px 26px;
    border: unset;
    border-radius: 50px;
    color: #ffffff;
    z-index: 1;
    background: #c9a84c;
    position: relative;
    font-size: 17px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 50px;
    background-color: #0d1b2a;
    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;
    border: 1px solid #c9a84c;
}

.theme_btn:hover {
    color: #ffffff;
}

.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: 'nt-seawave';
    font-size: 72px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'nt-seawave';
    font-size: 72px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 8px;
}

h3 {
    font-family: 'nt-seawave';
    font-size: 33px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 8px;
}

h4 {
    font-family: 'nt-seawave';
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 7px;
    text-transform: uppercase;
}

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

h6 {
    font-family: 'nt-seawave';
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    font-weight: 500;
    margin: 0 0 6px;
}

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: 50px 0px 0px;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: start;
    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 34px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'montserrat-medium';
}



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

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


.dis-block{
    display: block;
}

.heading-color{
    color: #c9a84c;
}
.banner-text-size{
    font-size: 99px;
}
.banner-img img {
    width: 100%;
    height: 110vh;
    object-fit: cover;
}

.container-fluid {
    padding: 0px 100px;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

.banner-text-four h4 {
    margin-bottom: 0px;
    color: #fff;
}

.banner-text-four {
    padding-left: 120px;
    position: relative;
    margin-bottom: 30px;
}

.banner-text-four:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    height: 1px;
    width: 13%;
    background: #c9a84c;
}

.banner_text p {
    width: 65%;
}

.banner_text ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

section.main_slider {
    position: relative;
}

.banner-social {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 46.5%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 50px 10px 100px;
    clip-path: polygon(0 0, 100% 0, 99% 100%, 0% 100%);
}

.banner-social ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0px;
}

.banner-social ul li a i {
    height: 45px;
    width: 45px;
    border: 1px solid #818991;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #818991;
}

.banner-social ul li a i:hover {
    border: 1px solid #c9a84c;
    background: #c9a84c;
    color: #fff;
}

.banner-social-heading h4 {
    margin-bottom: 0px;
}

.banner-social:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 22%;
    height: 1px;
    width: 38%;
    background: #818991;
}
.theme_btn.theme-btntwo {
    background: #0d1b2a;
    border: 1px solid #c9a84c;
}
.about-thomasobox-two img {
    width: 100%;
    margin-top: 26px;
}

.about-thomasobox-two {
    text-align: end;
    width: 93%;
    float: right;
}

.about-thomasobox-one > img {
    width: 100%;
    margin-bottom: 20px;
}

.about-thomasobox-one h6 {
    font-size: 19px;
    width: 90%;
    text-transform: uppercase;
    font-style: italic;
    padding-bottom: 18px;
    margin-bottom: 22px;
    border-bottom: 1px solid #0000003b;
}

.about-thomasobox-one ul li {display: flex;align-items: center;gap: 18px;margin-bottom: 18px;font-size: 14px;font-family: 'montserrat-medium';opacity: 1;color: #000;}

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



.side-line-text {
    padding: 0px 100px;
    display: inline-block;
    position: relative;
}

section.every-stage-sec {
    padding: 80px 0px;
    background: #0d1b2a;
    margin-bottom: 100px;
}

.side-line-text h4 {
    margin-bottom: 0px;
    color: #c9a84c;
}

.side-line-text:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    height: 1px;
    width: 90px;
    background: #c9a84c;
}

.side-line-text:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    height: 1px;
    width: 90px;
    background: #c9a84c;
}

.every-stage-top-heading h2 {
    color: #fff;
}

.every-stage-top-heading {
    text-align: center;
    margin-bottom: 50px;
}

.every-stage-box {
    text-align: center;
    padding: 50px 30px;
}

.every-stage-box-img {
    height: 80px;
    width: 80px;
    border: 1px solid #c9a84c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.every-stage-box-text h3 {
    color: #fff;
    margin-bottom: 20px;
}

.every-stage-box-text p {
    color: #fff;
    margin-bottom: 20px;
}
.every-stage-bgrow {
    background: #09131f;
    padding: 0px 30px;
    border-radius: 20px;
}
.every-stage-line {border-right: 1px solid #ffffff1a;}

.bishop-difference-img > img {
    width: 100%;
}

.bishop-difference-img-text {
    background: #c9a84c;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 48%;
    padding: 50px 42px;
    text-align: center;
    border-radius: 20px 20px 0px 20px;
}

.bishop-difference-img {
    position: relative;
    padding-bottom: 90px;
}

.bishop-difference-img-text {}

.bishop-difference-img-text-icon {
    height: 80px;
    width: 80px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.bishop-difference-img-text-text h4 {font-size: 15px;font-family: 'montserrat-medium';color: #fff;}

.bishop-difference-img-text-text p {
    color: #fff;
}

.bishop-difference-text {
    background: #f3f2f0;
    padding: 50px 45px 50px 45px;
    border-radius: 20px 20px 20px 0px;
}

ul.bishop-difference-ul {
    column-count: 2;
}

ul.bishop-difference-ul li {
    display: flex;
    align-items: anchor-center;
    gap: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000;
}
section.bishop-difference-sec {
    margin-bottom: 100px;
}
.what-clients-box {
    display: flex;
    align-items: center;
    gap: 30px;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    padding-right: 15px;
}

.what-clients-box-text {
    padding: 60px 43px;
    background: #f2f2f2;
    width: 67%;
    text-align: center;
    border-radius: 10px;
}

.what-clients-box-img-img img {
    width: 100%;
    height: 140px;
    border-radius: 10px;
}

.what-clients-box-img-img {
    box-shadow: 0px 0px 6px 0px #000;
    width: 86%;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 10px;
}

.what-clients-box-img {
    text-align: center;
}

.what-clients-box-img h4 {
    font-size: 14px;
    margin-bottom: 0px;
}

.what-clients-box-img p {
    font-size: 11px;
    margin-bottom: 0px;
}

.what-clients-box-text p {
    line-height: 28px;
    font-style: italic;
}


.what-clients-box:hover .what-clients-box-text {
    background: #c9a84c;
    transition: 0.5s;
}

.what-clients-box:hover .what-clients-box-text p {
    color: #fff;
}

.what-clients-says-top-heading {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
}

section.what-clients-says-sec {
    margin-bottom: 100px;
}
.feature-properties-box {
    position: relative;
}

.feature-properties-box img {
    width: 100%;
}

.feature-properties-box-text {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 96%;
    background: #ffffff;
    margin: 0 auto;
    right: 0;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

.feature-properties-box-text h4 {
    font-size: 14px;
    font-family: 'montserrat-medium';
    margin-bottom: 14px;
}

.properties-location {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.properties-location i {color: #c9a84c;}

ul.properties-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 20px 0px 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid #b5b5b5;
}

ul.properties-ul li {
    border: 1px solid #ababab;
    padding: 4px 23px;
    border-radius: 50px;
    font-size: 12px;
}

.properties-ul-icon {
    display: flex;
    align-items: anchor-center;
    gap: 4px;
    justify-content: center;
    margin-bottom: -6px;
}

ul.properties-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.properties-btn li {
    text-transform: uppercase;
    color: #000;
}

ul.properties-btn li a {
    color: #000;
    border-bottom: 1px solid #000;
}

.feature-properties-top-heading {
    text-align: center;
    margin-bottom: 30px;
}
section.feature-properties-sec {
    margin-bottom: 100px;
}

section.coaching-program-sec {
    background: #0d1b2a;
    position: relative;
    padding: 230px 0px 100px;
    margin-bottom: 100px;
    overflow: hidden;
}

.coaching-program-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.coaching-program-img img {
    width: 100%;
}

.coaching-program-text {
    position: relative;
    z-index: 1;
}

.coaching-program-heading h2 {
    font-size: 59px;
}
.coaching-program-heading {
    padding-left: 170px;
}

.coaching-program-heading h2 {
    color: #fff;
    text-align: start;
}
.coaching-program-heading {
    text-align: center;
}

.coaching-program-text p {
    color: #fff;
    margin-top: 30px;
}


/*---------------------------------------------------- Blog Section Start ------------------------------------------------------------- */

.blog-txt {
    background: #c9a84c;
    border-radius: 15px;
    width: 65%;
    position: absolute;
    bottom: -60px;
    left: 6%;
    height: auto;
    padding: 20px 40px;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
    z-index: 1;
    display: none;
}

.social-text news {
    display: flex;
    gap: 65px;
    align-items: center;
}

section.blog-sec .blog-txt p {
    margin-bottom: 12px;
    font-size: 14px;
    color: #ffffff;
}

section.blog-sec .blog-txt h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    font-family: 'montserrat-medium';
    color: #ffffffe3;
    line-height: 1.6;
}

.blog-img img {
    width: 100%;
    height: 350px;
    border-radius: 15px;
    object-fit: cover;
    transition: 0.5s all;
}

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

.blog-main {
    position: relative;
}

.blog-head {
    text-align: center;
    margin-bottom: 50px;
}

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

.blog-head h2 {
    font-size: 64px;
    line-height: 1;
}

.inner-img-text {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-txt i {
    border: 1px solid #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 600;
}

.blog-icon-lst {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rate-text span {
    color: #fff;
    font-family: 'montserrat-medium';
    font-size: 17px;
    font-weight: 500;
}

.blog-main:hover .blog-txt {
    display: block;
}

/*---------------------------------------------------- Blog Section End ------------------------------------------------------------- */



/*Footer Start*/

footer {
    background: #0d1b2a;
    position: relative;
}


.news-letter h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 70px;
    text-transform: uppercase;
}

.news-letter {
    padding: 55px 0;
    background: #0d1b2a;
}

.news-letter form {
    position: relative;
    width: 100%;
}

.news-letter form input {
    width: 100%;
    border: 1px solid #ffffff38;
    background: #0f1925;
    color: #fff;
    border-radius: 0px;
    height: 68px;
    padding: 0 190px 0 25px;
}

.news-letter form button {
    position: absolute;
    right: 5px;
    width: 200px;
    color: #0d1b2a;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0px;
    height: 56px;
    border: 1px solid #0000;
    background: #ffffff;
    letter-spacing: 0.8px;
    top: 5px;
}

.news-letter .row {
    align-items: center;
}

.news-letter form input::placeholder {
    color: #fff;
    text-transform: capitalize;
}

.main-ftr {
    position: relative;
    padding: 80px 0px;
    height: 100%;
}

.main-ftr ul li h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500 !important;
}

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

.main-ftr ul li p,
.main-ftr ul li p a {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
}

.main-ftr ul li i {
    font-size: 25px;
    color: #fff;
}

.main-ftr:after {
    position: absolute;
    content: '';
    background: #ffffff;
    width: 1px;
    height: 0px;
    bottom: 0;
    right: 30px;
    transition: .7s ease-in-out;
}

.middle-ftr:hover .main-ftr:after {
    height: 100%;
}

.middle-ftr:hover {
    border-color: #ffffff;
}

.bottm-ftr-copy-right p {
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}
p.para-footer {
    padding-bottom: 9px;
    font-weight: 600;
}
.bottm-ftr-copy-right {
    padding: 20px 0;
    text-align: center;
}

.middle-ftr {
    border-bottom: 1px solid #ffffff33;
    background: #0d1b2a;
    transition: .7s ease-in-out;
    border-top: 1px solid #ffffff33;
}

.main-ftr ul {
    margin-bottom: 0;
}

.ftr-req h5 a {
    color: #b01630;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.ftr-req {
    text-align: center;
    padding: 80px 0px;
}

.ftr-req input {
    width: 100%;
    border: 1px solid #ffffff;
    background: #00000000;
    border-radius: 100px;
    color: #ffffff;
    text-align: center;
    height: 55px;
    font-weight: 600;
    margin: 30px 0 0 0;
}

.ftr-req input::placeholder {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
}

.main-ftr:before {
    position: absolute;
    content: '';
    background: #ffffff33;
    width: 1px;
    height: 100%;
    top: 0;
    right: 30px;
}

.bottm-ftr ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 10px 0;
    width: 90%;
}

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

.bottm-ftr ul li p {
    margin-bottom: 0;
    color: #ffffff7d;
}

.bottm-ftr ul li ul a i {
    color: #9d9fa4;
    font-size: 18px;
    width: 35px;
    height: 35px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    transition: 0.5s;
    animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
}

.bottm-ftr ul li ul a i:hover {
    background: #138eed;
    color: #fff;
}


.ftr-req h5 a {
    font-size: 30px;
    color: #ffffff;
    margin: 60px 0 20px;
    font-family: 'nt-seawave';
    font-weight: 500;
    letter-spacing: 0.8px;
}


ul.botm-list {
    width: 200px;
}

ul.botm-list a {
    color: #fff;
}

.bottm-ftr-copy-main {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Footer End*/
