@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Montserrat", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    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: "libel";
    src: url(../fonts/libel-rg.otf);
}


/***** 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;
}


.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "libel";
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "libel";
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "libel";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "libel";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "libel";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "libel";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #909090;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #555555;
    padding: 10px 10px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.menuSec ul li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    background: #0c234b;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: .5s all;
}

.menuSec ul li a:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.menuSec ul li a:hover {
    color: #a9041f !important;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.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: #28b16d;
}

.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;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.container-fluid {
    padding: 0 4%;
}

.border_div {
    border: 10px solid #ffffff;
    border-bottom: 0;
}

header {
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 999;
}

.header-logo img {
    width: 35%;
}

.menuSection .row {
    align-items: center;
}

.header-btn {
    text-align: end;
}

.theme-btn1 {
    border: 0;
    background: #a9041f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    padding: 14px 40px;
    border-radius: 60px;
    transition: .5s all;
}

.theme-btn2 {
    font-size: 16px;
    padding: 18px 40px;
}

.theme-btn1:hover {
    background: #0c234b;
    color: #fff;
}


/*header css start */


/* Home Banner Section */

.home-banner-sec {
    position: relative;
    z-index: 9;
    height: 1060px;
}

img.home-banner-img {
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: -2;
}

.home-banner-sec:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 90%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(0deg, rgb(247 245 245 / 0%) 0%, rgba(247, 245, 245, 1) 70%);
    z-index: -1;
}

.home-banner-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    display: block;
    align-content: end;
}

.home-baner-text h1 {
    font-size: 82.36px;
    color: #0c234b;
    letter-spacing: 3px;
}

.theme-color {
    color: #a9041f;
}

.home-baner-text {
    text-align: center;
    width: 90%;
    margin: 100px auto 50px;
}

.banner-center-images img {
    width: 100%;
    object-fit: cover;
}

.banner-center-images {
    border: 30px solid #fff;
    box-shadow: 0 0 8px 2px #ccc;
    width: 600px;
    height: 605px;
    overflow: hidden;
    margin: auto;
}

.basket-ball {
    border: 10px solid #fff;
    box-shadow: 0 0 8px 2px #ccc;
    width: 150px;
    height: 200px;
    overflow: hidden;
    background: #fff;
    border-bottom: 0;
    position: relative;
    bottom: 180px;
}

.basket-ball img {
    object-fit: cover;
    width: 100%;
    height: 140px;
}

.teamh {
    border: 15px solid #fff;
    box-shadow: 0 0 8px 2px #ccc;
    width: 180px;
    height: 220px;
    overflow: hidden;
    background: #fff;
    border-bottom: 0;
    position: relative;
    bottom: 101px;
}

.teamh img {
    object-fit: cover;
    width: 100%;
    height: 150px;
}

.basket-ball h6 {
    font-size: 20px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 100;
    letter-spacing: 1px;
    text-align: center;
    padding: 11px 0 0;
}

.teamh h6 {
    font-size: 20px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 100;
    letter-spacing: 1px;
    text-align: center;
    padding: 15px 0 0;
}

.banner-left-images .basket-ball {
    transform: rotate(5deg);
}

.banner-right-images .basket-ball {
    transform: rotate(-5deg);
    margin-left: auto;
}

.banner-left-images .teamh {
    margin-left: auto;
    transform: rotate(-1deg);
}

.banner-right-images .teamh {
    transform: rotate(1deg);
}


/* Home Banner Section */


/* About section */

.about-sec {
    padding: 80px 0;
}

.about-image {
    background: #fff;
    padding: 25px;
}

.about-image img {
    width: 100%;
    box-shadow: 0 0 20px 2px #b2b2b2d9;
}

.about-text h2 {
    font-size: 55px;
    color: #0c234b;
    text-transform: capitalize;
}

.about-text h4 {
    font-size: 35px;
    color: #131313;
}

.about-text p {
    font-size: 15px;
    color: #969696;
    font-weight: 500;
    line-height: 30px;
    margin: 15px 0;
}

.about-bottom-image {
    width: 94%;
    margin: -100px auto 0;
    position: relative;
    z-index: -2;
}

.about-bottom-image img {
    width: 100%;
    object-fit: cover;
}

.about-text {
    padding-top: 30px;
}


/* About section */


/* Showcase Event Section */

.showcase-event-section {
    position: relative;
    z-index: 1;
    padding: 20px 0 100px;
}

.showcase-event-section .event-head {
    text-align: center;
    margin-bottom: 20px;
}

.showcase-event-section .event-head h2 {
    font-size: 80px;
    color: #0c234b;
    text-transform: capitalize;
}

.showcase-event-section .event-head p {
    font-size: 14px;
    color: #979797;
    font-weight: 500;
}

.event-side-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.event-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(12, 35, 75, 1) 0%, rgba(12, 35, 75, 0.46) 100%);
    z-index: 2;
}

.event-image img {
    width: 100%;
    height: 415px;
    object-fit: cover;
}

.event-text h3 {
    font-size: 30px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 100;
    margin-bottom: 10px;
}

.event-text {
    position: absolute;
    z-index: 2;
    text-align: center;
    bottom: 5%;
    width: 95%;
    left: 0;
    right: 0;
    margin: auto;
}

.event-text p {
    font-size: 14px;
    color: #ffffff;
}

.event-text ul,
.event-text a {
    display: none;
}

.showcase-event-section .slick-center {
    margin-top: -50px !important;
}

.showcase-event-section .slick-center .event-image img {
    height: 500px;
}

.event-slider .slick-center .event-text {display: none;}

.event-image {
    position: relative;
    z-index: 1;
}

.showcase-event-section .slick-slide {
    opacity: 1;
}

.event-slider  .slick-slide {
    padding: 50px 0 0;
    margin: 0px 12px 0;
}


ul.event-date span {
    color: #7c7c7c;
    font-size: 12px;
}


.event-slider .slick-list.draggable {
    padding: 0 230px !important;
    height: 500px;
}

.showcase-event-section .slick-center .event-image::before {
    display: none;
}

.event-slider-bottom ul.event-date {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    gap: 40px;
}

.event-slider-bottom  .event-text {
    position: relative;
    width: 100%;
    bottom: 0;
}

.event-slider-bottom ul.event-date li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.event-slider-bottom ul.event-date li i {
    font-size: 24px;
    color: #a9041f;
}

.event-slider-bottom ul.event-date li span {
        font-size: 12px;
    color: #7c7c7c;
}

.event-slider-bottom .event-text h3 {
    font-size: 50px;
    color: #1a1b1b;
}

.event-slider-bottom .event-text p {
    font-size: 14px;
    color: #979797;
    font-weight: 500;
}

.event-slider-bottom .event-text a {
    display: inline-flex;
    margin: 10px 0 0;
}

/* Showcase Event Section */


/* What People Say Section */

.client-section {
    position: relative;
    z-index: 1;
    padding: 20px 0 100px;
    margin: 0 8px;
}

.client-section .testimonial-head {
    text-align: center;
    margin-bottom: 30px;
}

.client-section .testimonial-head h2 {
    font-size: 80px;
    color: #ffff;
    text-transform: capitalize;
}

.client-section .testimonial-head p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.client-section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    right: 0;
    background: #0c234b;
    margin: auto;
    z-index: -1;
}

.client-verticle-box {
    background: #0c234b;
    border: 7px solid #fff;
    padding: 20px;
}

.client-verticle-box .clntv-image img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}

.clntv-image {
    padding-bottom: 20px;
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
}

.clntv-text {
    writing-mode: sideways-rl;
    width: 100%;
    margin: auto;
    display: block;
    align-content: center;
    padding: 4px 0;
}

.clntv-text h5 {
    font-size: 24.13px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.clntv-text h6 {
    font-size: 15.62px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 30px;
}

.client-horizontal-box ul {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.client-horizontal-box .clntv-text {
    writing-mode: horizontal-tb;
    padding: 0;
}

.client-horizontal-box ul h4 {
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 25px;
}

.client-horizontal-box ul h5 {
    font-size: 35px;
}

.client-horizontal-box ul h6 {
    font-size: 20px;
}

.client-horizontal-box ul .clntv-image {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.client-horizontal-box ul .clntv-image img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
}

.client-description p {
    font-size: 14px;
    color: #ffffff;
    margin: 15px 0;
}

.client-review i {
    font-size: 15px;
    color: #fff;
}

.client-review span {
    font-size: 17px;
    margin-left: 7px;
    color: #fff;
    font-family: 'Montserrat';
}

.client-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.main-client-box {
    display: flex;
    align-items: flex-start;
}

.client-verticle-box {
    width: 150px;
    cursor: pointer;
    height: 400px;
}

.client-horizontal-box.show {
    display: block;
}

.client-horizontal-box {
    background: #a9041f;
    padding: 35px 70px;
    border: 4px solid #ffffffb3;
    display: none;
    width: 700px;
    margin-left: 50px;
}


/* What People Say Section */


/* Portfolio Section */

.portfolio-imag a,
.portfolio-imag img {
    width: 100%;
    object-fit: cover;
    height: 432px;
    transition: 2s all;
}

.portfolio-content {
    text-align: center;
    padding: 40px 25px;
    height: 390px;
}

.portfolio-content h2 {
    font-size: 75px;
    color: #0c234b;
    text-transform: capitalize;
    letter-spacing: 3px;
}

.portfolio-imag:hover img {
    transform: scale(1.3) translate(-20px, -30px);
    transition: 1s all;
}

.portfolio-imag {
    overflow: hidden;
}

.portfolio-imag-1 {
    margin-bottom: 20px;
}

.portfolio-imag-3 img,
.portfolio-imag-4 img,
.portfolio-imag-3 a,
.portfolio-imag-4 a {
    height: 247px !important;
}


/* Portfolio Section */


/* News Section */

.news-sec .sec-head {
    text-align: center;
    margin-bottom: 30px;
}

.news-sec .sec-head h2 {
    font-size: 80px;
    color: #0c234b;
    text-transform: capitalize;
}

.news-sec .sec-head p {
    font-size: 14px;
    color: #979797;
    font-weight: 500;
}

.news-sec {
    padding: 100px 0;
}

.news-image {
    overflow: hidden;
    border-radius: 8px;
}

.news-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: 1s all;
    object-position: top;
}

.news-box:hover .news-image img {
    transform: scale(1.3);
}

.news-box:hover {
    background: #a9041f;
}

.news-box:hover h3,
.news-box:hover p {
    color: #fff;
}

.news-box:hover a {
    background: #0c234b;
}

.news-box {
    background: #f5f3ef;
    border-radius: 8px;
    overflow: hidden;
}

.news-text {
    padding: 20px;
    position: relative;
    z-index: 1;
}

.news-text h3:before {
    position: absolute;
    content: '''';
    width: 60%;
    height: 1px;
    background: #e4d4c4;
    bottom: 0;
    left: -20px;
}

.date {
    width: 80px;
    height: 90px;
    background: #a9041f;
    display: grid;
    place-content: center;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    top: -40px;
    right: 5%;
}

.date h6 {
    font-size: 42px;
    color: #fff;
    line-height: 38px;
}

.date span {
    font-size: 19px;
    color: #fff;
    font-family: 'libel';
    text-transform: math-auto;
}

.news-text h3 {
    font-size: 25px;
    font-weight: 100;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 80%;
}

.news-text a {
    margin-top: 15px;
}

.news-box:hover .date {
    background: #fff;
}

.news-box:hover .date * {
    color: #a9041f;
}


/* News Section */


/* Footer Section */

footer {
    background: #0c234b;
    padding: 60px 0 0 0;
}

.newsletter {
    text-align: center;
    margin-bottom: 50px;
}

.newsletter h2 {
    font-size: 55px;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.newletter-input {
    position: relative;
    z-index: 1;
}

.newletter-input input {
    width: 100%;
    height: 50px;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #2d4163;
    background: transparent;
}

.newletter-input input::placeholder {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}

.newletter-input button {
    position: absolute;
    right: 5px;
    bottom: 6px;
    background: transparent;
    color: #fff;
    border: 0;
    font-size: 24px;
}

.row.border-top-bottom {
    border-top: 1px solid #2d4163;
    border-bottom: 1px solid #2d4163;
}

.footer-text h3 {
    font-size: 30px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 100;
    margin-bottom: 20px;
}

.footer-text {
    padding-top: 30px;
}

ul.footer-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.footer-link li {
    width: 50%;
    margin-bottom: 20px;
}

ul.footer-link a {
    font-size: 14px;
    color: #ffffff9c;
    text-transform: capitalize;
}

ul.footer-contact li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

ul.footer-contact li i {
    font-size: 20px;
    color: #fff;
    width: 20px;
}

ul.footer-contact li a,
ul.footer-contact li span {
    font-size: 14px;
    color: #ffffff9c;
    text-transform: capitalize;
}

.footer-logo {
    padding: 40px 100px;
    border-left: 1px solid #2d4163;
    border-right: 1px solid #2d4163;
    text-align: center;
}
.footer-image img {
    width: 45%;
    margin-left: auto;
    display: block;
}
.footer-logo img.ftr-logo {
    width: 30%;
}

.footer-logo p {
    color: #ffffff9c;
    margin: 20px 0;
}

ul.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

ul.footer-social i {
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff82;
    border-radius: 50px;
    display: grid;
    place-content: center;
    color: #ffffffa6;
    transition: .5s all;
}

ul.footer-social i:hover {
    background: #a9041f;
    color: #fff;
    border-color: #a9041f;
}

.footer-nav {
    padding: 20px;
    text-align: center;
}

.footer-nav p {
    color: #ffffff9c;
}


/* Footer Section */


/* Inner Pages Start */

.inner-banner-sec {
    height: 670px;
    overflow: hidden;
}

.inner-banner-sec img.home-banner-img {
    height: 100%;
    object-fit: cover;
}

.inner-banner-sec ::before {
    height: 100%;
}

.inner-banner-sec .teamh {
    bottom: 20px;
}

.inner-banner-sec .basket-ball {
    bottom: 50px;
}

.inner-banner-sec .home-baner-text {
    margin: -40px 0 0 0;
    width: 100%;
}


/* About Page */

.about-bottom-text {
    padding: 0 0 0 25px;
}


/* About Page */


/* Showcase Page */

.showcase_page {
    padding: 100px 0;
}

.showcase_page .main-client-box {
    display: block;
    margin: 15px 0;
}

.showcase_page .event-image::before {
    display: none;
}

.showcase_page .event-text {
    position: relative;
    z-index: 1;
    bottom: 0;
    width: 100%;
    padding: 10px 15px 20px;
}

.showcase_page ul.event-date,
.showcase_page .event-text a {
    display: block;
}

.showcase_page .event-side-box {
    background: #0c234b;
}

.showcase_page ul.event-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.showcase_page ul.event-date i {
    font-size: 18px;
    color: #fff;
}

.showcase_page ul.event-date span {
    color: #fff;
    font-size: 13px;
}

.showcase_page ul.event-date li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin: 10px 0;
}

.showcase_page .event-text a {
    margin: 15px 0 0 0;
}

.showcase_page .event-image img {
    height: 380px;
}

.showcase_page .event-text a:hover {
    background: #fff;
    color: #a9041f;
}


/* Showcase Page */


/* Portfolio Page */

.portfolio_page {
    padding: 100px 0;
}


/* Portfolio Page */


/* News Page */

.news_page .news-box {
    margin: 20px 0;
}


/* News Page */


/* News Detail Page */

.news_detail_page {
    padding: 100px 0;
}

.news_det-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: 0 -30px;
    border-radius: 10px;
}

.news_det-content {
    position: relative;
    z-index: 1;
    padding-top: 15px;
}

.news_det-content h3 {
    font-size: 50px;
    text-transform: capitalize;
    width: 85%;
}

.news_det-content .client-name {
    font-size: 18px;
    font-weight: 400;
    text-align: end;
    width: 100%;
    display: flex;
    justify-content: end;
    gap: 30px;
    text-transform: capitalize;
}

.news_det-content p {
    padding: 10px 0;
}


/* News Detail Page */


/* Contact Page */

.contact-us {
    padding: 100px 0;
}

.contact-us h3 {
    color: #010101;
    font-size: 54px;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-us input,
.contact-us select {
    margin-top: 20px;
    width: 100%;
    padding: 15px 10px;
    border: 0;
    border-radius: 6px;
    color: #9d9a9a;
    font-size: 15px;
    appearance: auto;
    text-transform: capitalize;
    font-weight: 600;
}

.contact-us ::placeholder {
    color: #9d9a9a;
    font-weight: 600;
}

.contact-us textarea {
    margin-top: 20px;
    width: 100%;
    padding: 15px 10px;
    border: 0;
    border-radius: 6px;
    height: 120px;
    resize: none;
    font-size: 15px;
    color: #9d9a9a;
    font-weight: 600;
}

.contact-us button {
    width: 100%;
    margin-top: 15px;
}

.detai-s {
    margin-top: 30px;
    padding-bottom: 15px
}

.detai-s a {
    color: #000000;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    font-family: 'Montserrat';
}

.detai-s h6 {
    font-size: 20px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.detai-s .row {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    gap: 0
}

.detai-s i {
    color: #0c234b;
    line-height: 80px;
    font-size: 30px;
    height: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Leave-wrap {
    background: #fff;
    padding: 50px 40px;
    /* border: 1px solid #d2d2d2; */
    border-radius: 20px;
    background-color: rgb(245, 245, 245);
}


/* Contact Page */


/* Account Page */

section.login {
    padding: 70px 0px;
}

.login-txt form input {
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    padding: 16px 40px 16px 20px !important;
    color: #000;
    font-weight: 400;
    border: 1px solid #0000002b;
    background: transparent;
    text-transform: capitalize;
    height: auto;
}

.login-txt form input::placeholder {
    color: #c7c7c7;
    text-transform: capitalize;
}

.login-txt form input:focus {
    box-shadow: none;
    border: 1px solid #0000002b;
}

.login-txt h3 {
    font-size: 39px;
    text-align: center;
    line-height: 40px;
    margin: 0 0 40px 0;
    font-weight: 200;
    color: #000;
}

.password-box {
    position: relative;
}

.password-icon {
    position: absolute;
    top: 27%;
    right: 3%;
}

.password-icon span {
    color: #000;
    cursor: pointer;
}

.login-txt {
    padding: 45px 25px 35px;
    box-shadow: 0 0 3px 0 #00000038;
}

.login-txt ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

li.head {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.login-txt ul li {
    display: flex;
    gap: 7px;
    font-weight: 400;
    color: #b6b5b5;
}

.login-txt form button {
    width: 100%;
}

.login-txt ul.justify-content-start {
    gap: 10px;
}

li.head-ex {
    text-decoration: underline;
}

.inner_banner_sec .banner_text h1 {
    font-size: 72px;
}

a.user {
    border-radius: 50%;
    border: 1px solid #c0473f;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #faf6f0;
}

li.head.head-ex {
    color: #000;
}

.login-txt ul li a {
    color: #000;
}


/* Account Page */

/* Brand Slider Start */

.sec-head {
    text-align: center;
    margin-bottom: 15px;
}

.sec-head h2 {
    font-size: 60px;
    text-transform: uppercase;
    color: #0c234b;
}

.brand-slider .slick-slide {
    opacity: 1;
}

.brand-slider img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.brand-sec .container-fluid {
    padding: 0;
}


.brand-sec {/* background: #0c234b; */margin: 90px 0 0;}

.brand-imag {
    box-shadow: 0 0 10px 1px #0c234b;
    margin: 15px 0;
    text-align: center;
    display: grid;
    place-content: center;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    background: #0c234b;
}
/* Brand Slider End */
/* Inner Pages Start */