@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 {
    color: #393939;
    overflow-x: hidden;
    word-break: break-word;
    background-color: #161515;
    font: 15px/25px 'Montserrat', sans-serif;
}

a {
    color: #ddcc8b;
    text-decoration: none;
    white-space: initial;
    display: inline-block;
    font-family: "Barlow", sans-serif;
}

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

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

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: 'TrajanPro-Regular';
    src: url(../fonts/TrajanPro-Regular.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;
}

.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 {
    color: #fff;
    font-size: 60px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'TrajanPro-Regular';
}

h2 {
    color: #fff;
    font-size: 35px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'TrajanPro-Regular';
}

h3 {
    color: #fff;
    font-size: 35px;
    margin: 0 0 0px;
    font-weight: 600;
    font-family: 'TrajanPro-Regular';
}

h4 {
    color: #fff;
    font-size: 25px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'TrajanPro-Regular';
}

h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0px;
    font-family: 'Barlow';
}

h6 {
    color: #fff;
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Barlow';
}

p {
    margin: 0px;
    font-size: 15px;
    font-weight: 400;
    color: #7b7b7b;
    letter-spacing: 0px;
    font-family: 'Montserrat';
}

.add-padding {
    margin: auto;
    max-width: 1600px;
}

.theme-1 {
    gap: 15px;
    border: none;
    color: #000;
    display: flex;
    font-weight: 500;
    width: fit-content;
    position: relative;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    background-color: #fff;
    text-transform: uppercase;
    padding: 10px 10px 10px 20px;
}

.theme-1 span {
    width: 50px;
    height: 30px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    background-color: #decd8d;
}

.theme-1 span img {
    width: 18px;
    height: 10px;
    object-fit: contain;
}

.theme-1::before {
    top: 7px;
    right: 7px;
    z-index: -1;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    border-radius: 50px;
    background-color: #c8b97f;
}

/*header css start */

.menuSection {
    padding: 25px 3%;
}

.menuSection .row {
    align-items: center;
}

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    text-align: center;
    position: relative;
    align-items: center;
    text-transform: capitalize;
    justify-content: space-evenly;
}

.menuSec ul li {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
}

.menuSec ul li a {
    padding: 0;
    color: #fff;
    font-size: 15px;
    position: relative;
    display: inline-block;
    text-decoration: 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: #c8b97f;
}

/*header css start */

/*banner css start */

.main_slider {
    position: relative;
    padding: 70px 3% 0px;
}

.banner_text h1 {
    position: relative;
    overflow-x: hidden;
}

.banner_text h1::before {
    left: 83%;
    height: 1px;
    content: '';
    bottom: 40px;
    width: 26.5%;
    position: absolute;
    background-color: #494848;
}

.banner_text h1::after {
    top: 30px;
    left: 52%;
    height: 1px;
    content: '';
    width: 50%;
    position: absolute;
    background-color: #494848;
}

.bannerSlider-box {
    margin-top: 50px;
    position: relative;
}

.banner_p p {
    margin-bottom: 10px;
}

.banner-icon {
    background-color: white;
    position: absolute;
    right: 210px;
    bottom: -170px;
    top: inherit;
    padding: 20px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
    height: 460px;
    transform: rotate(-90deg);
}

.banner-icon h5 {
    color: black;
    padding: 15px 0px 0px;
    /* transform: rotate(180deg); */
    /* white-space: nowrap; */
    background-color: #fff;
    z-index: 1;
    /* writing-mode: sideways-lr; */
    position: relative;
    text-transform: uppercase;
    writing-mode: sideways-rl;
}

.banner-icon a {
    background-color: #fff;
    padding: 5px 0px;
    position: relative;
}

.banner-icon i {
    font-size: 16px;
    color: #a1a1a1;
    border: 1px solid #a1a1a1;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    position: relative;
    background-color: white;
    writing-mode: sideways-rl;
}

.banner-icon ul::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 85%;
    background-color: #a1a1a1;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 41px;
}

.banner-icon ul {
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
    gap: 15px;
    /* flex-direction: column; */
    padding: 45px 0 0 0;
}

.banner-slider-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.banner-icon i:hover {
    color: #DECD8D;
    border: 1px solid #DECD8D;
}

.bannerSlider .slick-dots {
    display: flex !important;
    justify-content: flex-start;
    gap: 8px;
    list-style: none;
    position: absolute;
    bottom: 30px;
    left: 50px;
}

/* Number styles */
.bannerSlider .slick-dots li .custom-dot {
    color: white;
    opacity: 1;
    font-size: 12px;
    font-weight: 600;
    display: block;
    font-family: 'Barlow';
    padding-bottom: 25px;
    margin-bottom: 4px;
    text-align: center;
}

/* Bar styles */
.bannerSlider .slick-dots li button {
    width: 20px;
    height: 6px;
    border-radius: 10px;
    background: #fff;
    opacity: 0.4;
    border: none;
    padding: 0;
}

/* Active dot styles */
.bannerSlider .slick-dots li.slick-active .custom-dot {
    opacity: 1;
    font-size: 20px;
}

.bannerSlider .slick-dots li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 20px;
}

.bannerSlider .slick-dots li::before {
    width: 30px;
    height: 8px;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 8px;
    position: absolute;
    background-color: #ffff;
}

.bannerSlider .slick-dots li.slick-active {
    width: 40px;
    opacity: 1;
}

.bannerSlider .slick-dots li.slick-active::before {
    width: 45px;
}

.bannerSlider .slick-slide {
    margin: 0px 0px;
}

/*banner css end*/

/* about us */

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

.about-img {
    width: 100%;
    /*height: 640px;*/
}

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

.about-text-img {
    width: 30%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
}

.about-text {
    position: relative;
}

.about-text h2 {
    overflow-x: hidden;
    position: relative;
    margin-bottom: 25px;
}

.about-text h2::before {
    left: 48%;
    width: 56%;
    content: '';
    height: 1px;
    bottom: 22px;
    position: absolute;
    background-color: #494848;
}

.about-text p {
    color: #fff;
    margin-bottom: 25px;
}

.about-text .d-flex {
    gap: 25px;
}

.about-text h6 {
    font-size: 14px;
    color: #8b8a8a;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 25px;
    font-family: 'Montserrat';
}

/* about us */

/* service-sec */

.service-sec {
    padding: 100px 3%;
    position: relative;
    background-color: #252424;
}

.service-heading {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding-bottom: 40px;
    justify-content: space-between;
    border-bottom: 1px solid #555454;
}

.service-heading h2 {
    font-size: 50px;
}

.seriver-btn {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seriver-btn button {
    width: 50px;
    border: none;
    height: 30px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    background-color: #decd8d;
}

.left-arrow img {
    transform: rotate(180deg);
}


.seriver-box {
    padding: 25px;
    min-height: 510px;
    border-radius: 10px;
    border: 1px solid #555454;
}

.seriver-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 15px;
    border: 1px solid #fff;
}

.seriver-box h4 {
    margin-bottom: 10px;
}

.seriver-box ul {
    display: flex;
    row-gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.seriver-box ul li {
    color: #fff;
    font-size: 11px;
    padding: 7px 10px;
    border-radius: 35px;
    border: 1px solid #fff;
    font-family: 'TrajanPro-Regular';
}

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

/* service-sec */

/* discover-sec */

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

.discover-heading {
    margin-bottom: 50px;
}

.discover-heading h2 {
    font-size: 50px;
    text-align: center;
}

.discover-img {
    width: 100%;
    height: 600px;
    min-height: 100%;
}

.discover-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition-duration: 0.5s;
}

.discover-text {
    gap: 50px;
    height: 190px;
    padding: 25px;
    display: flex;
    position: relative;
    margin-bottom: 25px;
    transition: ease-in;
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    transition-duration: 0.5s;
    border: 1px solid #2e2d2d;
    justify-content: space-between;
}

.discover-text:hover {
    transition: ease-out;
    transition-duration: 0.5s;
    background-color: #decd8d;
}

.discover-text:hover h5,
.discover-text:hover h6 {
    color: #000;
    transition: ease-out;
    transition-duration: 0.5s;
}

.discover-text:hover span img {
    transition: ease-out;
    transition-duration: 0.5s;
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(13%) hue-rotate(316deg) brightness(106%) contrast(100%);
}

.discover-text span {
    width: 50px;
    right: 25px;
    height: 50px;
    display: flex;
    position: absolute;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #2e2d2d;
}

.discover-text span img {
    width: 17px;
    height: 17px;
    transition: ease-in;
    object-fit: contain;
    transition-duration: 0.5s;
}

.discover-text h5 {
    font-size: 20px;
    transition: ease-in;
    transition-duration: 0.5s;
    font-family: 'TrajanPro-Regular';
}

/* discover-sec */

/* Membership sec  */
.membership-sec {
    padding: 0px 3%;
}

.membership-sec .row {
    background-color: #252424;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 11px;
}

.membership-text h2 {
    font-size: 50px;
    padding: 0 0 10px 0;
}

.membership-text p {
    font-size: 14px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #3b3a3a;
}

.membership-text h6 {
    color: #7b7b7b;
    font-size: 14px;
    padding: 23px 0 30px 0;
}

.membership-text {
    z-index: 1;
    position: relative;
    padding: 0 0 0 20px;
}

.membership-img {
    height: 500px;
    /* position: relative; */
}

.membership-img img {
    right: 0px;
    width: 50%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    object-position: left;
    border-radius: 10px;
}

/* Membership sec  */

/* testaimonal */

.test-head {
    width: 54%;
    text-align: center;
    margin: 0 auto;
}

.test-head h2 {
    font-size: 50px;
}

ul.profile {
    display: flex;
    align-items: center;
    gap: 20px;
    /* margin-left: 40px; */
    /* margin-top: 10px; */
    margin-bottom: 5%;
}

ul.profile li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-top-left-radius: 10px;
}

ul.profile li span {
    font-size: 14px;
    color: #867c58;
    font-family: "Montserrat";
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 39px;
    text-transform: capitalize;
}

ul.profile li {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
}

ul.happy-stars {
    display: flex;
}

ul.happy-stars li a {
    color: #fff;
    font-size: 14px;
}

.test-slider .slick-active {
    opacity: 1;
    border-right: solid 1px #8a614b9e;
    margin: 10px 10px;
    padding: 30px 10px;
}

.test-slider .slick-active:nth-child(3) {
    border-right: transparent;
}

.test-person {
    height: 110px;
    width: 100px;
    border-top-left-radius: 10px;
    position: relative;
    border: 3px solid #fff;
}

.test-person::before {
    position: absolute;
    left: -10px;
    top: -10px;
    content: '';
    z-index: -1;
    width: 70px;
    height: 70px;
    border-top-left-radius: 10px;
    background-color: #decd8d;
}

.testimonials {
    padding: 100px 0px;
}

/* testaimonal */

/* get-in-touch-sec */

.get-in-touch-sec {
    padding: 10px 1%;
}

.get-in-touch-sec .custom-space {
    border-radius: 10px;
    padding: 100px 70px 50px;
    background-color: #252424;
}

.contact-input {
    z-index: 1;
    position: relative;
}

.contact-input input {
    width: 100%;
    height: 65px;
    padding-left: 15px;
    color: #929292;
    border: 1px solid #555454;
    border-radius: 5px;
    background: transparent;
    margin-bottom: 10px;
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
    color: #929292;
    text-transform: uppercase;
}

.contact-input textarea {
    width: 100%;
    height: 125px;
    padding-left: 15px;
    color: #929292;
    border: 1px solid #555454;
    border-radius: 5px;
    background: transparent;
    margin-bottom: 20px;
}

.contact-text {
    position: relative;
}

.contact-text::before {
    top: -100px;
    width: 40%;
    left: 100px;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #decd8d;
}

.contact-text iframe {
    width: 100%;
    height: 190px;
    position: relative;
}

.contact-text h2 {
    font-size: 50px;
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.contact-text h2::before {
    bottom: 0;
    left: 0;
    content: '';
    height: 2px;
    width: 50%;
    background-color: #fff;
    position: absolute;
}

.contact-text h3 {
    font-weight: 100;
    padding-left: 50px;
    position: relative;
    margin-bottom: 15px;
}

/* get-in-touch-sec */

/* footer */

footer {
    background: #252424;
    position: relative;
    margin-top: 7%;
    padding: 0px 3%;
}

.first-footer-box {
    position: relative;
}

.first-footer-box::after {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    background-color: #504f4f;
}

/* News Letter  */

.news-letter h2 {
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    font-size: 60px;
    font-weight: 300;
    /* font-family: 'hel-r'; */
}

.news-letter {
    padding: 50px 0;
    padding-right: 20px;
    background: #252424;
}

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

.news-letter form input {
    width: 84%;
    padding: 20px;
    border: 1px solid #4d5057;
    background: #212121;
    color: #fff;
    border-radius: 41px;
}

.news-letter form button {
    position: absolute;
    right: 59px;
    top: 1px;
    padding: 20px;
    border: unset;
    width: 167px;
    color: #070a11 !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #fff;
    border-radius: 47px;
    background: #fff;
}

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

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


/* end  */

.main-ftr {
    position: relative;
    padding: 70px 20px;
    height: 100%;
}

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

.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;
    font-family: 'Montserrat';
}

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

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

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

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

.middle-ftr {
    border-bottom: 1px solid #504f4f;
    background: #252424;
    transition: .7s ease-in-out;
    position: relative;
    border-top: 1px solid #504f4f;
}

.middle-ftr::before {
    top: -1px;
    right: 0;
    content: '';
    height: 1px;
    width: 100vw;
    position: absolute;
    background-color: #504f4f;
}

.middle-ftr::after {
    right: 0;
    content: '';
    height: 1px;
    bottom: -1px;
    width: 100vw;
    position: absolute;
    background-color: #504f4f;
}

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

.ftr-req input {
    padding: 12px;
    width: 100%;
    border-radius: 25px;
    border: 1px solid #504f4f;
    background: transparent;
    /* border-radius: 5px; */
    color: #fff;
    text-align: center;
}

.ftr-req input::placeholder {
    color: #ffffff94;
    text-transform: capitalize;
    font-size: 14px;
}

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

.middle-ftr:hover::after,
.middle-ftr:hover::before {
    background: #decd8d;
}

.bottm-ftr ul {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 0;
    padding: 20px 0;
    width: 85%;
}

.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: #decd8d;
    color: #000;
}

.get-touchh {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #fff;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 13%;
}

.get-touchh h5 {
    writing-mode: tb;
    transform: rotate(180deg);
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
    display: flex;
    text-align: center;
    font-family: 'TrajanPro-Regular';
    align-items: center;
    justify-content: center;
}

.get-touchh:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 0;
    border-left: 1px solid #504f4f;
    bottom: 0;
    background: #252424;
}

.ftr-req h5 a {
    font-size: 30px;
    color: #ffffff;
    text-align: end;
    font-weight: 100;
    margin-bottom: 15px;
    font-family: 'TrajanPro-Regular';
}

.ftr-req.pade-right {
    padding-right: 60px;
    margin-top: 11%;
    text-align: end;
}

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

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

ul.phon-list li {
    display: block;
}

ul.phon-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

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