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

p {
    font-weight: 500;
    line-height: 28px;
}


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


@font-face {
    font-family: 'urwclass-bold-font';
    src: url(../font/URWClassico-Bold.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'urwclass-regular-font';
    src: url(../font/URWClassico-Regular.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: 4px 4px 4px 14px !important;
    border: unset;
    border-radius: 0px;
    color: #ffffff !important;
    z-index: 1;
    background: #00000000;
    position: relative;
    font-size: 17px;
    /* -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;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 0px;
    background-color: #000000;
    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: 'urwclass-bold-font';
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
    text-transform: uppercase;
}

h2 {
    font-family: 'urwclass-bold-font';
    font-size: 44px;
    line-height: 50px;
    color: #000;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h3 {
    font-family: 'urwclass-bold-font';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 8px;
}

h4 {
    font-family: 'urwclass-bold-font';
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'urwclass-regular-font';
    font-size: 24px;
    line-height: 1.2;
    color: #313131;
    font-weight: 500;
    margin: 0 0 5px;
}

h6 {
    font-family: 'urwclass-regular-font';
    font-size: 14px;
    line-height: 1.2;
    color: #eb8706;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 5px;
}

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: 20px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    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 23px;
    font-size: 13px;
    text-transform: uppercase;
}

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

.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: 70px;
    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_text {
    background-color: #93939382;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 30px;
}


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


.sdie-btn-two ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

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

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

.side-btn-img {
    height: 35px;
    width: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-btn-img i{
	color: #eb8706;
    font-size: 16px;
}

header {
    position: fixed;
    width: 100%;
    z-index: 999;
}

header:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 95%;
    background: #313131;
    z-index: -1;
    border-radius: 0 0 10px 0;
}

.sdie-btn-two ul li {
    display: flex;
}

.banner-img img {
    width: 100%;
    height: 100vh;
}

.theme_btn.theme_btn_two {
    background: #eb8706;
}

.dis-block {
    display: block;
}

.sdie-btn-twoo ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.banner_text p {
    margin-bottom: 30px;
}

section.main_slider {
    position: relative;
}

.social-icon-banner {
    position: absolute;
    top: 0%;
    left: 0;
    height: 100%;
    width: 5%;
    background: #ffffff;
}

ul.social-icon-ul {
    position: absolute;
    top: 42%;
    left: 20%;
    text-align: center;
}

ul.social-icon-ul li a i {
    height: 40px;
    width: 40px;
    border: 1px solid #eb8706;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #eb8706;
}

ul.social-icon-ul li a i:hover {
    background: #313131;
}

ul.social-icon-ul:before {
    position: absolute;
    content: '';
    top: -190px;
    left: 20px;
    height: 170px;
    width: 1px;
    background: #eb8706;
    z-index: 1;
}

ul.social-icon-ul:after {
    position: absolute;
    content: '';
    bottom: -160px;
    left: 18px;
    height: 150px;
    width: 1px;
    background: #eb8706;
    z-index: 1;
}

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

.our-packages-top-heading {
    text-align: start;
    margin-bottom: 50px;
}

section.our-packages-sec .nav-tabs {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

section.our-packages-sec .nav-tabs .nav-link.active {
    background-color: #eb8706;
    color: #fff;
}

.packages-btn {
    text-align: end;
}

.our-packages-box {
    padding: 20px;
    border: 2px solid #313131;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    transition: 0.5s;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

ul.our-packages-box-ul li {
    display: block;
    border-bottom: 1px solid lightgray;
    margin-bottom: 10px;
    background: #eb8706;
    padding-top: 10px;
    color: #fff;
}

ul.our-packages-box-ul li p {
    margin: 0;
    padding: 0;
}

ul.our-packages-box-ul {
    margin: 30px 0;
    /* border-top: 2px solid #555555; */
    padding-top: 30px 10px 0 0;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.our-packages-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    text-align: center;
    background: #eb8706;
    border-radius: 5px;
    padding: 0px;
    color: #fff;
    width: 100%;
}

/*.our-packages-box:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    height: 60px;*/
/*    width: 100%;*/
    /* background: #313131; */
/*    z-index: -1;*/
/*    transition: 0.5s;*/
/*}*/

.our-packages-box h2 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #eb8706;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    color: #fff;
}

.our-packages-box h5 {
    text-align: center;
    font-size: 35px;
}

ul.our-packages-box-ul li p {
    text-transform: capitalize;
    font-size: 14px;
    /* text-align: center; */
}

.our-packages-box:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #eb8706;
    z-index: -2;
    transition: 1s;
}

.our-packages-box:hover:after {
    height: 100%;
    transition: 1s;
}

.our-packages-box:hover:before {
    background: #ffffff;
}

.our-packages-box:hover a {
    color: #fff;
    background: #000;
    border: 1px solid #fff;
    transition: 0.5s;
}

.our-packages-box:hover {
    border: 2px solid #eb8706;
    transition: 0.5s;
}

.our-packages-box:hover h2 {
    color: #fff;
    transition: 0.5s;
}

.our-packages-box:hover h2 {
    background-color: #fff;
    color: #000;
    transition: 0.5s;
}

.our-packages-box:hover h5 {
    color: #fff;
    transition: 0.5s;
}

.our-packages-box:hover ul li p {
    color: #fff;
    transition: 0.5s;
}

.our-packages-box:hover ul li img {
    filter: invert(97%) sepia(1%) saturate(7500%) hue-rotate(302deg) brightness(115%) contrast(101%);
    transition: 0.5s;
}

/*.our-packages-box:hover ul.our-packages-box-ul {*/
/*    border-top: 2px solid #fff;*/
/*    transition: 0.5s;*/
/*}*/





/* Testmonial Start */

.testi-slider-item {
    background: #fff;
    padding: 30px 30px 20px 20px;
    position: relative;
    box-shadow: 1px 1px 19px 1px #0000005e;
    border-radius: 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.testi-slider-item img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    object-fit: none;
    /* background-color: #060538; */
    margin: 0px 0 25px 0;
}

.testi-slider-item {
    border-radius: 10px !important;
    overflow: hidden;
}

.testi-slider .slick-track {
    padding: 50px 0;
    display: flex;
    justify-content: start;
}

.testi-slider .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.testi-slider-item p {
    font-weight: 500;
    font-size: 15px;
}

.testi-user-details {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0px 0 0 0;
    margin: 20px 0 0 0;
}

.testi-user-name h4 {
    margin: 0;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    text-transform: capitalize;
    color: black;
    font-family: 'Poppins';
}

.testi-user-name span {
    font-weight: 400;
    font-size: 16px;
    color: #eb8706;
}

.partner_slider .slick-slide img {
    height: 150px !important;
}

.our-blog-slider .slick-slide {
    opacity: 1;
}


.testi-slider .slick-slide.slick-current .testi-slider-item i.fas.fa-quote-left {
    background: #f79a48;
}

.testi-slider .slick-slide.slick-current .testi-slider-item .rating-star ul li a {
    color: #f79a48;
}

.testi-slider .slick-slide.slick-current .testi-slider-item .rating-star ul li .grey-star {
    opacity: 1;
}

.testi-slider .slick-slide.slick-current .testi-slider-item .rating-star ul li.grey-star {
    opacity: 1;
}

.testi-slider .slick-list {
    padding-left: 35px;
    padding-right: 30px;
}

.testi-user-details img {
    width: auto;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    object-fit: cover;
    margin: 0;
}

.rating-star ul {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 10px;
}

.testi-item-single i.fas.fa-quote-left {
    background: #af8d53;
}

.testi-item-single {
    background: #141516;
}

span.desg {
    font-size: 13px;
    font-family: "Montserrat";
    color: rgba(255, 255, 255, 0.8);
}

.testimonail-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonail-heading p {
    width: 40%;
}

section.testimonail {
    position: relative;
    background-image: url(../images/testi-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    padding: 60px 0px;
    margin-bottom: 100px;
}

.testimonail-heading * {
    color: #fff;
}

section.testimonail.testimonail1.short_sec.sec {
    background: #742114;
}

section.testimonail.testimonail1 .heading.text_center.topbar * {
    color: #fff;
}

section.testimonail.testimonail1 .anim_heading::before {
    position: absolute;
    top: -10px;
    right: -40px;
    width: 30px;
    height: 30px;
    content: "";
    background-image: url(../images/anim_head_bef.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(7475%) hue-rotate(312deg) brightness(118%) contrast(116%);
}

section.testimonail1 .slick-dots li button:before {
    width: 15px;
    height: 15px;
    content: "";
    opacity: 1;
    background-color: #fff !important;
    border-radius: 100px;
}

section.testimonail .slick-dots li button:before {
    width: 15px;
    height: 15px;
    content: "";
    opacity: 1;
    background-color: #000000;
    border-radius: 100px;
}

section.testimonail .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    background-color: black;
}

section.testimonail .slick-active {
    opacity: 1;
}

.testi-slider .slick-slide.slick-current .testi-slider-item::before {
    opacity: 0;
}

.heading.text_center.topbar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.heading.text_center.topbar p {
    width: 40%;
}

.heading.text_center.topbar h2 {
    color: #fff;
}

/* testimonial End */
section.acceptances_section {
    margin-bottom: 100px;
}

.partner_slider .slick-slide img {
    height: 40px;
    object-fit: contain;
}

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

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

.about-sec-img img {
    width: 100%;
    height: 540px;
    object-fit: cover;
}

ul.about-ul li h6 {
    font-size: 24px;
}

ul.about-ul {
    display: flex;
    justify-content: space-between;
    padding: 30px 10px;
    box-shadow: 0px 0px 6px 0px #d9d9d9;
    position: relative;
    margin-bottom: 35px;
}

ul.about-ul:before {
    position: absolute;
    content: '';
    top: 50px;
    left: 48%;
    height: 50%;
    width: 1px;
    background: #b1b1b1;
}

ul.about-ul li {
    width: 39%;
}



ul.about-ul li p {
    margin-bottom: 0;
}

.about-sec-text p {
    margin-bottom: 30px;
}

section.our-services-sec {
    background-image: url(../images/services-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
    margin-bottom: 100px;
    position: relative;
}

/*section.our-services-sec:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    top: 25%;*/
/*    left: 0;*/
/*    height: 2px;*/
/*    width: 100%;*/
/*    background: #6d6969;*/
/*}*/

.our-services-top-btn {
    text-align: end;
}

.our-services-box {
    position: relative;
}

.our-services-icon {
    padding: 20px;
    background: #fff;
    -webkit-backdrop-filter: blur(10px);
    /* backdrop-filter: blur(5px); */
    /* height: 85%; */
    /* width: 85%; */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* border-radius: 10px; */
}

.our-services-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    height: 380px;
}

.our-services-icon img {
    margin-bottom: 10px;
    width: 45px;
}

.our-services-top-heading h2 {
    font-size: 36px;
    color: #fff;
}

.our-services-icon h2 {
    font-size: 20px;
    line-height: 25px;
}

.our-services-icon p {
    font-size: 14px;
    line-height: 25px;
}

.our-services-icon a {
    color: #eb8706;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 600;
}

.our-services-slider .slick-active {
    opacity: 1;
}

.our-services-slider .slick-next:before {
    content: '';
    background-image: url(../images/services-slider-right-btn.png);
    height: 50px;
    width: 50px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-services-slider .slick-prev:before {
    content: '';
    background-image: url(../images/services-slider-left-btn.png);
    height: 50px;
    width: 50px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-services-slider .slick-prev {
    left: -55px;
}

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

ul.why-choose-ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}


ul.why-choose-ul li h6 {
    font-size: 22px;
}

ul.why-choose-ul li p {
    margin-bottom: 0;
}

ul.why-choose-ul li img{
	width:150px;
}

.our-case-text ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.our-case-text ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.our-case-text ul li img {
    width: 12%;
}

.our-case-box {
    position: relative;
}

.our-case-text {
    position: absolute;
    bottom: 0;
    left: 20px;
}

.our-case-text h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

.our-case-slider .slick-active {
    opacity: 1;
}

.our-case-slider .slick-next:before {
    content: '';
    background-image: url(../images/services-slider-right-btn.png);
    height: 50px;
    width: 50px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-case-slider .slick-prev:before {
    content: '';
    background-image: url(../images/services-slider-left-btn.png);
    height: 50px;
    width: 50px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-case-slider .slick-prev {
    left: -55px;
}

/* ready-build-sec */

.ready-build-sec {
    position: relative;
    padding: 100px 0px;
    background-image: url(../images/ready-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin-bottom: 100px;
}

.ready-build-sec::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background-color: #0000009c;
}

.ready-build-sec .row {
    position: relative;
    align-items: center;
}

.ready-text {
    padding-left: 40px;
}


.ready-text h2 {
    color: #fff;
    font-size: 36px;
    line-height: 60px;
    margin-bottom: 20px;
}

.ready-text p {
    width: 70%;
    color: #ffffffb4;
    margin-bottom: 15px;
}

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

.ready-text a ul {
    gap: 10px;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
}

.ready-text a ul li h5 {
    font-weight: 600;
    background-image: linear-gradient(180deg, rgb(239, 92, 37) 0%, rgb(254, 201, 14) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.ready-text a ul li p {
    width: 100%;
    color: #fff;
    margin-bottom: 0px;
}

.ready-play-video {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-left: 1px solid #5c5c5a; */
}

.ready-play-video a ul {
    gap: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ready-play-video a i {
    width: 50px;
    height: 50px;
    display: flex;
    color: #f6931a;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    animation: pulse 2s infinite;
}

.ready-play-video a ul li p {
    border-bottom: 1px solid #c8a743;
    background-image: linear-gradient(180deg, rgb(239, 92, 37) 0%, rgb(254, 201, 14) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ffffff7e;
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px #ffffff7e;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #ffffff7e;
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #ffffff7e;
        box-shadow: 0 0 0 0 #ffffff7e;
    }

    70% {
        -moz-box-shadow: 0 0 0 10px #ffffff7e;
        box-shadow: 0 0 0 10px #ffffff7e;
    }

    100% {
        -moz-box-shadow: 0 0 0 0 #ffffff7e;
        box-shadow: 0 0 0 0 #ffffff7e;
    }
}

/* ready-build-sec */

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

ul.our-blog {
    display: flex;
    align-items: center;
    gap: 20px;
    /* margin-bottom: 110px; */
}

/*ul.our-blog li {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 10px;*/
/*}*/

.our-blog-box-text {
    position: relative;
}

.our-blog-position {
    position: absolute;
    bottom: 20%;
    right: 0;
    background: #eb8706;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-blog-position h3 {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 14px !important;
    line-height: 20px !important;
}

.our-blog-box-text {
    box-shadow: 0px 0px 6px 0px #b5b5b53b;
    padding: 40px 20px;
    position: relative;
    border: 1px solid #eb8706;
}

.our-blog-box-text:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background: red; */
    /* z-index: -1; */
    /* border-left: 1px solid #eb8706; */
    /* border-bottom: 1px solid #eb8706; */
    /* border-top: 1px solid #eb8706; */
}

.our-blog-box-text h3 {
    font-size: 25px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.our-blog-box-text p {
    font-size: 13px;
}

.blog-btn-link {
    text-align: center;
}

.blog-btn-link a {
    color: #eb8706;
    text-transform: uppercase;
    text-decoration: underline;
}

.our-blog-box {
    margin-bottom: 40px;
}

section.our-blog {
    margin-bottom: 80px;
}

/*Footer Start*/

.footer-sec {
    width: 100%;
    height: 100%;
    background-size: cover;
    padding-top: 90px;
    position: relative;
    overflow: hidden;
    background: #000;
}

.copy-right-sec {
    text-align: center;
    border-top: 1px solid #808080;
    padding: 15px 0;
    margin-top: 20px;
    background: #eb8706;
}

.copy-right-sec p {
    color: #ffffff;
    margin-bottom: 0;
    /* font-family: 'Montserrat'; */
    font-size: 15px;
}

.subscribe-to-our-newsletter-heading h2 {
    color: #fff;
    margin-bottom: 0;
    /* font-family: 'Myanmar Text'; */
    font-size: 34px;
    font-weight: 900;
}

.subscribe-to-our-newsletter-form {
    display: flex;
    justify-content: end;
    gap: 12px;
    align-items: center;
}


.subscribe-to-our-newsletter-form input {
    width: 100%;
    height: 65px;
    padding: 0 16px;
    color: #111111;
    font-weight: 600;
    border: none;
    font-size: 15px;
    border-radius: 0px;
    font-size: 14px;
}

.subscribe-to-our-newsletter-box {
    border-bottom: 1px solid #808080;
    padding-bottom: 50px;
    margin-bottom: 20px;
}

.subscribe-to-our-newsletter-heading p {
    color: #ffffff;
    font-size: 13px;
    /* font-family: 'Montserrat'; */
}

.subscribe-to-our-newsletter-btn button {
    height: 60px;
    width: 120px;
    background: #eb8706;
    border: none;
    color: #fff;
    border-radius: 0px;
}


.subscribe-to-our-newsletter-form form {
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
}

.subscribe-to-our-newsletter-form input::placeholder {
    font-size: 15px;
    color: #111111;
    font-weight: 600;
}

.footer-main-logo p {
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    margin-top: 30px;
    margin-bottom: 25px;
    width: 84%;
}

.footer-quick-link.chg {
    /* margin-left: 35px; */
}

.footer-contact-info ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-contact-info ul li p {
    font-size: 15px;
    color: #d7dccf;
    margin-bottom: 5px;
}

.footer-contact-info ul li a {
    color: #ffff !important;
}

.footer-contact-info ul li span {
    background: #eb8706;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: relative;
    z-index: 9;
}

.footer-main-row h2 {
    font-size: 24px;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.footer-main-row {
    margin-top: 35px;
}

.footer-main-row h2:before {
    content: "";
    position: absolute;
    background: #eb8706;
    width: 100px;
    height: 2px;
    bottom: 0;
}


.footer-quick-link ul li a {
    font-size: 15px;
    color: #808080;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-quick-link ul {
    line-height: 35px;
    margin-top: 20px;
}

.footer-contact-info ul li.icon {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: #ffffff;
    height: 68px;
}

.footer-main-logo ul li a {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #e47b1b;
}

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

.footer-sec:before {
    content: "";
    position: absolute;
    background-image: url(../images/banner-grass.png);
    width: 100%;
    height: 127px;
    background-size: cover;
    z-index: 9;
    transform: rotate(180deg);
    top: -20px;
}

.footer-contact-info {
    /* border: 1px solid #808080; */
    /* padding: 0; */
    /* border-radius: 10px; */
    /* display: flex; */
    /* justify-content: space-between; */
    /* border-radius: 32px; */
    /* align-items: center; */
    margin-left: 31px;
}

ul.ft-social-icons {
    display: flex;
    /* border: 1px solid #808080; */
    padding: 6px;
    border-radius: 50px;
    margin-bottom: 0;
    gap: 14px;
}

ul.ft-social-icons li {
    background: #fff;
    width: 48px;
    height: 48px;
    border-radius: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #eb8706;
}

ul.ft-social-icons li a {
    color: #eb8706;
}

.ft-info {
    /* padding-left: 30px; */
    /* padding-top: 14px; */
}



.ifram {
    width: 100%;
}


.ifram iframe {
    width: 100%;
}

ul.ft-social-icons li:hover {
    background: #eb8706;
}

ul.ft-social-icons li:hover i {
    color: #fff;
}

.footer-quick-link ul li a:hover {
    padding-left: 5px;
    color: #fff;
}

.footer-sec {
    background: #313131;
    padding-top: 60px;
}


/*Footer Ends*/


.banner-img.inner-banner img {
    height: 80vh;
    object-fit: cover;
}

.about-sec-img.inner-about img {
    height: auto;
    width: 100%;
}

.about-sec-text.inn-about-text p {
    margin-bottom: 10px;
}

section.about-sec {
    margin-bottom: 100px;
    position: relative;
}

.about-text-btm {
    margin-top: 20px;
}

.about-text-btm h6 {
    font-size: 30px;
    margin-top: 30px;
}

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


.services-sec-inner .services-inner-img img {
    width: 100%;
}
.about-sec-text {
    position: absolute;
    top: 2%;
    right: 5%;
    width: 50%;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 #00000024;
    border-radius: 20px;
}
.row.services-sec-row {
    align-items: center;
    background: #ffffff;
    padding: 20px 10px;
    box-shadow: 0px 0px 16px 0px #e3e3e37a;
    margin-bottom: 20px;
}

.services-inner-text {
    background: #eb8706;
    padding: 54px 30px;
}

.services-inner-text h2 {
    font-size: 56px;
    color: #fff;
}

.services-inner-text p {
    color: #fff;
}


section.description li.nav-item button.nav-link.active {
    background: #eb8706;
}

section.description li.nav-item button.nav-link {
    background-color: #000000;
    color: #fff;
}

section.description ul#myTab {
    justify-content: start;
    gap: 10px;
}

.nav-tabs {
    border-bottom: 0;
}

.description .nav-tabs {
    padding-bottom: 30px;
}

.description .tab-content input[type="text"] {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px;
    height: 50px;
    margin-bottom: 20px;
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.description .tab-content textarea {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.rev-btn button {
    background: #eb8706;
    border: unset;
    padding: 10px 28px;
    color: #fff;
}

.services-detail-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 30px;
}

.services-detail-img h2 {
    font-size: 56px;
    margin-bottom: 30px;
}

section.description {
    margin: 100px 0px;
}

.services-detail-text-tab h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.services-detail-text-tab ul {
    column-count: 3;
}

.services-detail-text-tab ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
    position: relative;
}

.services-detail-text-tab ul li::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 1px;
    width: 20px;
    height: 20px;
    background-image: url('../images/services-detail-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
}

section.our-blog.inner-blog {
    margin-top: 100px;
}


/* Resource Detail page Starst  */
.banner_text h1 {
    font-size: 41px;
}

.sticy-box {
    border: 1px solid #eb8706;
    /* clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 75%,
    75% 75%,
    61% 100%,
    50% 75%,
    0% 75%
  ); */
    width: 100px;
    height: 100px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: CENTER;
    gap: 10px;
}

.sticy-box img {
    width: 20px;
    /* height: 20px; */
    object-fit: cover;
}

.resource-middle img {
    height: 470px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.stucy-date {
    border: 1px solid #eb8706;
    /* clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 75%,
    75% 75%,
    61% 100%,
    50% 75%,
    0% 75%
  ); */
    width: 100px;
    height: 100px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
    background-color: #ffffff;
}

.stucy-date::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: transparent;
    z-index: -1;
}

section.resource-detail {
    padding: 100px 0;
}

.resource-right img {
    padding: 20px 0;
}

.resource-right h3 {
    text-transform: uppercase;
    font-weight: 550;
}

.resource-right label {
    font-size: 21px;
    font-weight: 500;
    color: black;
}

.col-auto.d-flex.flex-wrap.gap-2.align-items-center.small.resource-b-para span {
    color: black;
    font-size: 15px;
}

.search-box {
    display: flex;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.search-box input {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
}

.search-box button {
    background-color: #eb8706;
    color: white;
    border: none;
    padding: 0 20px;
    cursor: pointer;
}

.search-box button:hover {
    background-color: #000000;
}

.col-auto.d-flex.flex-wrap.gap-3.align-items-center.small.resource-b-para {
    padding: 10px 0;
    border-bottom: 1px solid #0000004a;
}

.resource-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.resource-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.resource-para {
    padding-top: 10px;
}

/* Resource Detail page Ends */


/*Inner Contact Us Start*/


.inner-contact-us-sec {
    padding: 100px 0;
}

.inner-contact-us-send-me-box h2 {
    border-bottom: 2px solid #beb6be;
    padding-bottom: 30px;
    margin-bottom: 25px;
}

.inner-contact-us-input {
    margin-top: 15px;
    margin-bottom: 15px;
}

.inner-contact-us-input input {
    width: 100%;
    height: 55px;
    padding: 0 15px;
    border: 1px solid #6f6f6f;
    font-weight: 500;
    border-radius: 5px;
    background: transparent;
}

.inner-contact-us-input input::placeholder {}

.inner-contact-us-input label {
    color: #6f6f6f;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 15px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.inner-contact-us-input textarea {
    width: 100%;
    height: 220px;
    padding: 15px 15px;
    resize: none;
    border: 1px solid #6f6f6f;
    font-weight: 500;
    border-radius: 7px;
    background: transparent;
}

.inner-contact-us-input button {
    background: #eb8706;
    padding: 15px 30px;
    border: none;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
}

.inner-contact-us-input button i {
    margin-left: 5px;
}

.inner-contact-details-box {
    border: 1px solid #6f6f6f;
    padding: 40px 30px;
    margin-left: 20px;
    border-radius: 12px;
}

.inner-working-hours-box {
    border: 1px solid #6f6f6f;
    padding: 40px 30px 30px;
    margin-left: 20px;
    margin-top: 55px;
    border-radius: 12px;
}

.inner-working-hours-box h2 {
    font-size: 28px;
    border-bottom: 2px solid #beb6be;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.inner-contact-details-box h2 {
    font-size: 28px;
    border-bottom: 2px solid #beb6be;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.inner-contact-details-box ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #7f7f7f;
    font-weight: 600;
    font-size: 15px;
}

span.contact-detail-higlight {
    color: #6f6f6f;
    font-size: 15px;
}

.inner-contact-details-box ul {
    line-height: 35px;
}

.inner-working-hours-box ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 15px;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #beb6be;
}

.inner-working-hours-box li.boder-no {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.inner-working-hours-box span.working-closed {
    background: #eb8706;
    padding: 8px 23px;
    color: #ffffff;
    font-size: 13px;
    font-size: 13px;
    letter-spacing: 1px;
}

/*Inner Contact Us Ends */




section.contact-us {
    padding: 60px 0px 150px;
}

.cntct-head h4 {
    font-size: 50px;
    line-height: normal;
    font-weight: 500;
    margin: 0 0 30px;
    color: #000;
}

.contact-input {
    position: relative;
    margin-bottom: 24px !important;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}

.contact-input input {
    width: 100%;
    height: 58px;
    border: 1px solid #eb8706;
    padding: 20px;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #7e7e7e;
    border-radius: 2px;
}

.contact-input textarea {
    width: 100%;
    height: 180px;
    border: 1px solid #eb8706;
    margin-bottom: 20px;
    padding: 12px 20px 12px 21px;
    font-size: 14px;
    font-weight: 400;
    color: #3d3d3d;
    resize: none;
    background: transparent;
    border-radius: 2px;
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
    color: #909091;
}

.contact-input i {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    right: 0;
    background: #eb8706;
    height: 100%;
    width: 70px;
    color: #fff;
    top: 0;
    border-radius: 0px 2px 2px 0px;
}

.send-btn {
    background-color: var(--golden);
    padding: 15px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    background: #0288d1;
    font-family: "Montserrat";
    border: none;
}

button.send-btn:hover {
    background: transparent;
    color: var(--golden);
    border: 1px solid var(--golden);
    transition: 0.5s all ease-in-out;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 34px 30px;
    border: 1px solid #c1c1c1;
    margin: 15px 0;
    transition: 0.8s all ease-in-out;
    background: #42603e;
    border-radius: 6px;
}

.cntct-info-icon {
    width: 55px;
    height: 55px;
    border: 1px solid var(--golden);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.8s all ease-in-out;
}

.cntct-info-icon i {
    font-size: 28px;
    transition: 0.8s all ease-in-out;
    border: 1px solid;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0px 0px 20px 0px #8d88883b;
    color: #42603e;
}

.contact-info-item:hover i {
    transform: rotate(360deg);
    transition: 0.8s all ease-in-out;
}

.contact-info-item-details h5 {
    margin: 0;
    font-size: 24px;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1px;
    line-height: 35px;
}

.contact-info-item-details a,
.contact-info-item-details p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-family: "Montserrat";
}

.contact-input.selectbox select {
    width: 100%;
    height: 55px;
    border: 1px solid #eb8706;
    padding: 0 80px 0 20px;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    color: #7e7e7e;
    border-radius: 2px;
    z-index: 1;
    position: relative;
}

section.contact-us .rates button.theme1 {
    border: 0px;
}

section.contact-us .get-in-touch.cntct-head {
    padding-right: 30px;
}

.contact-input.selectbox:before {
    left: unset !important;
    right: 60px;
    transform: rotateY(156deg);
}

.contact-input.selectbox i.fa-solid.fa-angle-down {
    position: absolute;
    left: unset !important;
    cursor: pointer;
}

.contact-input.textaryea:before {
    display: none;
}

.contact-input.textaryea textarea::placeholder {
    position: absolute;
    bottom: 20px;
}

section.contact-us .formWraper {
    width: 88%;
    margin: 0px auto;
}

section.contact-us .heading {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
}

section.contact-us .heading p {
    font-weight: 500;
    opacity: 60%;
    line-height: 26px;
}

section.contact-us .sitBtn button.p-btn {
    border: 0px;
    margin: 0px auto;
}

section.contact-us {
    margin: 100px;
}

/* Contact Us End */



.banner_img {
    position: absolute;
    bottom: 0;
    right: 30px;
}

.our-case-top-link ul {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 0;
    gap: 20px;
}

.our-case-top-link ul li a {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
}
.nav-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 40px;
    font-size: 18px;
    line-height: 25px;
    border-radius: 10px;
}