/* global css */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins: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&display=swap');

* {
    margin: 0;
    padding: 0;
}

:root {
    --primary-color: #ab2830;
    --secondary-color: #f4ce74;
    --primary-light-color: #fff5e2;
}

body {
    font-family: 'Poppins';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald';
}

a {
    text-decoration: none;
}

.hidden {
    display: none !important;
}

.nopad{
    padding: 0;
}

.primary-btn {
    color: #fff;
    background-color: var(--primary-color);
    text-transform: uppercase;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    transition: .3s ease-in-out;
    cursor: pointer;
    gap: 5px;
}

.primary-btn:hover {
    color: #fff;
    background-color: color-mix(in srgb, var(--primary-color) 90%, black);
}

.secondary-btn {
    color: #000;
    background-color: var(--secondary-color);
    text-transform: uppercase;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    transition: .3s ease-in-out;
    cursor: pointer;
    gap: 5px;
}

.secondary-btn:hover {
    color: #000;
    background-color: color-mix(in srgb, var(--secondary-color) 90%, black);
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2094b8;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* =================================
    ScrollBar Css Starts Here
================================= */
::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    background-color: #1a1a1a !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--primary-color) !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    width: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #1a1a1a !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

/* =================================
    ScrollBar Css Ends Here
================================= */


nav.nav1 {
    display: none;
}

   /*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 0px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;    padding: 10px 20px!important;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 1024px) {
  
.slider .item .carousel-caption {    top: 80px; }  
  .slider-text h3 {font-size:40px; }
    .slider-text p {font-size:16px;     margin-bottom: 25px; }
  .slider-text .form-group label {font-size:12px; }
  
  }
  .open-menu .nav-cross:before {
    content: "X";
    position: absolute;
    z-index: -1;
    font-size: 25px;
}

  
  
  @media screen and (max-width: 767px) {
    nav.nav1 {
    display: block;
}
   .logo-bar nav {
    display: none!important;
    }
    a#hamburg { display: block; }
    main {  transition: all ease-out 0.3s;}
    .nav1 .row{ margin:0px;}
    .nav1 {background-color: #fff;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px); -webkit-transform: translateX(-250px); width: 250px;}
    .nav1 .search-nav,.nav1 .title{ display:block;}
    .nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
    .nav1 .search-nav input[type="submit"]{background:url("../images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
    .nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
    .search-nav > form {    position: relative;}
    .nav1 ul {  text-align: left;  background-color: transparent;}
    .nav1 ul li { display: block; border-bottom:1px solid #999; }
    .nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
    .nav1 ul li a > i { float: right; }
    .nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
    .nav1 ul li:hover > ul { display: none; }
    .nav1 ul li:hover > a > i { transform: rotateZ(0); -webkit-transform: rotateZ(0); }
    .nav1 ul li.open > a { background-color: transparent; }
    .nav1 ul li.open > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
    .nav1 ul li.open > ul { display: block; }
    div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
    html.open-menu { overflow: hidden; }
    html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
    html.open-menu a#hamburg{ transform: translateX(250px); -webkit-transform: translateX(250px); z-index:999; }
    html.open-menu main {transform: translateX(250px); -webkit-transform: translateX(250px);}
    html.open-menu nav.nav1 {z-index: 3;transform: translateX(0); -webkit-transform: translateX(0);}
    .menu-main-menu-container ul ul ul li a {padding:5px;}
    ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
    .nav1 ul li:last-child {    border: 0 ;}
    .nav-cross.open > span {    background: #fff ;}
    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .5s ease-in-out;  cursor: pointer;}
    .nav-cross span {  display: block;  position: absolute;
        height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .25s ease-in-out;}
.open-menu .nav-cross span {
    display:none;
}
    #nav-icon1 span:nth-child(1) {top: 0px;}
    #nav-icon1 span:nth-child(2) {top: 18px;}
    #nav-icon1 span:nth-child(3) {top: 36px;}
    #nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg); -webkit-transform: rotate(135deg);}
    #nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
    #nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
    .nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;-webkit-transform-origin: left center;}
    .nav-cross span:nth-child(2) {top: 20px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross span:nth-child(3) {top: 28px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross.open span:nth-child(1) {transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 11px;left: 4px;}
    .nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
    .nav-cross.open span:nth-child(3) {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); top: 28px;left: 4px;}
}

/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider { display: none; }
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized { display: block !important; }
.slider {position: relative;clear: left;overflow: hidden;}
.slider .inner-item {height: 400px;}
.slider .container {position: relative;}
.slick-slide .caption {color: #fff;font-size: 1.2em;line-height: 1.2em;position: absolute;
    left: 10%;text-shadow: 2px 2px 2px #000;top: 37%;width: 35%;
    background:rgba(0,0,0,0.7);padding:20px 20px 0;z-index: 99;}
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.thumb-slider .slick-slide {margin: 5px 0 0 5px;}
.slider-thumb .thumb-slider .slick-slide img{  max-width:100%; height:auto; box-sizing:border-box;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;position: relative;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;transition: all .25s ease;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-dots {position: absolute;z-index: 11;bottom: -65px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.slick-dots li {list-style: none;display: inline-block;}
.slick-dots button {border: 1px solid #d8d8d8;background: #d8d8d8;width: 12px;height: 12px;border-radius: 100%;font-size: 0;padding: 0px;margin-right: 5px;}
.slick-dots .slick-active button {background: #d32226;border: 1px solid #d32226;}
.slick-arrow {border: 0px;font-size: 0;right: 0;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background: #303030 url(../images/arrow.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background: #000 url(../images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {left: 0px;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.slider-progress {width: 100%;height: 5px;background: rgba(0,216,192,0.8);position: absolute;top: 0;z-index: 99;}
.slider-progress .progress {width: 0%;height: 5px;background: rgba(36,51,0,0.8);}
.thumb-slider .slick-active img {border: 1px solid transparent}
.thumb-slider .slick-current img {opacity:0.5;}

/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {padding:0;margin:0;display: flex;justify-content: space-between;flex-flow: wrap;}
.tabs-menu li {display:inline-block;list-style:none;border: 0;background-color: #4094b8;width: 33%;text-align: center;}
.tabs-menu li.current {position: relative;background-color: #445d63;border-bottom: 0;z-index: 5;}
.tabs-menu li a {padding: 10px;text-transform: uppercase;color: #fff;text-decoration: none; }
.tabs-menu .current a {color: #fff;}
.tab {
    border: 0;
    background-color: #fff;
    width: 100%; /* optional, keeps layout clean */
    padding: 46px 5px 26px;
    }
.tab-content {padding: 0;display: none;width: 100%;}



.set{
    position: relative;
    width: 100%;
    height: auto;
}

.set a.active {
    margin: 0;
}
.set .content{border-bottom: 2px solid #d5d8dc; display:none;}

/****************************** header css ******************************/
.home header {
    position: absolute;
    top: 76px;
    height: 97px;
}

header {
    padding: 0;
    width: 100%;
    background: #000;
    
}
header .logo {
    position: relative;
    height: 100%;
}
.home header .logo a {
    position: absolute;
}

header .logo a {
    top: 50%;
    left: 0;
    z-index: 9;
    transform: translateY(-50%);
}
header img {
    width: 100%;
}
header ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    text-transform: uppercase;
    justify-content: space-between;
    height: 100%;
}
header li{
    text-align: center;
    position: relative;
}
header li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    transition: .4s ease-in-out;
    text-align: center !important;
}
header li::before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    transition: .4s ease-in-out;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}
header li a:hover {
    color: var(--secondary-color);
}
header li:hover::before {
    opacity: 1;
}
.header-info {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 20px;
}
.header-info .primary-btn{
    padding: 0 30px;
}
/****************************** hero css ******************************/
.hero-sec {
    background-image: url(../images/home-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 120vh;
    display: flex;
    align-items: center;
}
.hero-content {
    width: 550px;
}
.hero-content h2 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 50px;
}
.hero-content h1 {
    font-size: 83px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
    font-weight: 700;
}
.hero-content h1 span {
    color: var(--primary-color);
}
.hero-content p {
    font-size: 20px;
    color: #000;
    margin: 20px 0 30px;
}
.hero-btn {
    display: flex;
    align-items: center;
    gap: 14px;
}
.hero-btn .primary-btn{
    padding: 0 34px;
}
/****************************** about css ******************************/
.about-sec {
    padding: 100px 0;
}
.about-img {
    position: relative;
    z-index: 1;
    padding: 20px;
    box-shadow: 0px 3px 42px 0px rgba(11, 44, 61, 0.13);
}
.about-img::before {
    content: '';
    position: absolute;
    background-image: url(../images/about-dots.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -30px;
    left: -30px;
    width: 151px;
    height: 151px;
    z-index: -1;
}
.about-img img {
    width: 100%;
    height: 750px;
    object-fit: cover;
    object-position: top;
}
.about-video {
    position: absolute;
    bottom: 40px;
    left: -35px;
    width: 390px;
    height: 275px;
    box-shadow: 0px 3px 41px 0px rgba(11, 44, 61, 0.48);
}
.about-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    border: none;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s ease;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-video .play-btn:hover {
    transform: translate(-50%, -50%) scale(1.04);
}
.about-contetnt h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 46px;
    margin: 0;
}
.about-contetnt h2 {
    color: var(--secondary-color);
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
    margin: 20px 0 15px;
}
.about-contetnt p, .about-contetnt ul li {
    color: #464646;
    margin-bottom: 24px;
}
.about-contetnt .primary-btn {
    margin-top: 10px;
    padding: 0 34px;
}
/****************************** sponsors ******************************/

.sponsors-sec .title h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 46px;
}

/****************************** our work css ******************************/
.our-work {
    background-color: var(--primary-light-color);
    padding: 80px 0;
}
.our-work-head {
    text-align: center;
    position: relative;
    padding-bottom: 60px;

}
.our-work-head::before {
    content: '';
    position: absolute;
    bottom: -40px;
    right: 0;
    background-image: url(../images/our-work-shap.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 342px;
    height: 183px;
}
.our-work-head h1 {
    font-size: 52px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Poppins';
    font-weight: 700;
    margin: 0;
}
.our-work-head p {
    color: #393939;
    max-width: 870px;
    margin: 10px auto 30px;
}
.our-work-head .primary-btn{
    padding: 0 30px;
}
.our-work-cards {
    padding: 0 0px 40px 300px;
}
.ow-card {
    position: relative;
    overflow: hidden;
    margin: 0 15px;
}
.ow-card-img{
    width: 100%;
    height: 100%;
}
.ow-card-img img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 25px;
}
.ow-card-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: 100%;
    padding: 30px;
    background-color: var(--secondary-color);
    border-radius: 25px;
    visibility: hidden;
    opacity: 0;
}
.ow-card:hover .ow-card-content{
    visibility: visible;
    opacity: 1;
}
.ow-card-content h1 {
    font-size: 28px;
    font-family: 'Poppins';
    font-weight: 600;
    margin: 0;
}
.ow-card-content p {
    color: #3d3d3d;
    margin: 20px 0;
}
/****************************** impact css ******************************/
.impact-section {
    padding: 150px 0;
    color: #fff;
    background-image: url(../images/impact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.impact-sec-left{
    height: 100%;
}
.is-left-inner{
    margin-bottom: 50px;
}
.is-left-inner h1 {
    font-size: 52px;
    font-weight: 700;
    font-family: 'Poppins';
    margin: 0;
}
.is-left-inner p {
    opacity: .9;
    margin: 20px 0 36px;
}
.is-left-inner .secondary-btn {
    padding: 0 30px;
}
.impact-single-img{
    width: 100%;
    height: 100%;
}
.impact-single-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}
.impact-sec-left .impact-card-box{
    height: 90%;
    position: relative;
    bottom: -50px;
}
.impact-sec-left .ic-box-icon{
    margin-bottom: 50px;
}
.impact-card-box {
    background: #8d0f17;
    padding: 28px;
    border-radius: 24px;
    color: #fff;
    width: 100%;
    height: 100%;
}
.ic-box-icon{
    text-align: end;
    margin-bottom: 10px;
}
.ic-box-stat{
    margin-bottom: 10px;
}
.ic-box-stat h1 {
    font-size: 60px;
    font-weight: 700;
    font-family: 'Poppins';
    margin-bottom: 0;
    color: var(--secondary-color);
}
.ic-box-stat p{
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
}
.is-right-inner{
    margin-bottom: 20px;
    position: relative;
}
.is-right-img{
    width: 100%;
    height: 567px;
    object-fit: cover;
    border-radius: 25px;
}
.is-lr-card {
    background: #fff;
    color: #000;
    padding: 28px;
    border-radius: 24px;
    position: absolute;
    bottom: 0;
    width: 75%;
    right: 0;
}
.is-lrc-icon{
    text-align: end;
    margin-bottom: 10px;
}
.is-lrc-stat{
    color: #000;
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-bottom: 10px;
}
.is-lrc-stat h1 {
    font-size: 60px;
    font-weight: 700;
    font-family: 'Poppins';
    margin-bottom: 0;
}
.ic-box-stat-inner p{
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
}
.impact-sec-right .impact-card-box{
    background-color: #f4ce74;
}
.impact-sec-right .ic-box-stat h1{
    color: #ab2830;
}
.impact-sec-right .impact-card-box{
    color: #000;
}
.impact-sec-right .impact-single-img{
    height: 312px;
}
.impact-sec-bluff{
    background-image: url(../images/bluff-heroes-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 580px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 60px;
    margin: 100px 0 -460px;
    position: relative;
}
.impact-sec-bluff h2 {
    font-size: 46px;
    font-weight: 300;
    font-family: 'Poppins';
    text-transform: uppercase;
    margin-bottom: 0;
}
.impact-sec-bluff h1 {
    font-size: 52px;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.impact-sec-bluff p {
    margin: 18px 0 30px;
    max-width: 570px;
}
/****************************** testimonial css ******************************/
.testimonial-sec {
    padding: 440px 0 120px;
    background: var(--primary-light-color);
}
.testimonial-head {
    text-align: center;
    margin-bottom: 50px;
}
.testimonial-head h1 {
    font-size: 52px;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #000;
}
.testimonial-head p {
    color: #393939;
    max-width: 870px;
    margin: 0 auto;
}
.ts-right-img img {
    margin-top: 120px;
    height: 660px;
}
.ts-left-img img {
    height: 481px;
}
.test-img img {
    object-fit: cover;
    border-radius: 25px;
    width: 100%;
}
.test-cards {
    width: 500px;
    position: absolute;
    left: 220px;
    top: 64%;
    transform: translateY(-50%);
}
.test-card {
    background-color: var(--primary-color);
    padding: 40px 30px;
    border-radius: 25px;
    color: #fff;
}
.test-sec-inner {
    position: relative;
}
.test-card h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
}
.test-card-inner {
    display: flex;
    align-items: self-start;
    gap: 20px;
}
.test-card-inner img {
    width: 120px;
}
.tc-inner-content {
    flex: 1;
    font-style: italic;
}
.tc-inner-content p {
    font-size: 20px;
}
.tc-inner-content h6 {
    font-size: 20px;
    color: var(--secondary-color);
    margin-bottom: 0;
}
/****************************** news css ******************************/
.news-sec {
    padding: 100px 0;
    position: relative;
}
.news-sec::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 390px;
    height: 210px;
    background-image: url(../images/news-before.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.news-sec-left h1 {
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.news-sec-left p {
    margin: 15px 0 25px;
}
.ns-right-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 25px;
}
.ns-right-content h4 {
    font-size: 20px;
    color: var(--primary-color);
    margin-bottom: 10px;
    text-transform: capitalize;
}
.ns-right-content h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 600;
    margin: 0;
}
.ns-right-content p {
    margin: 20px 0 30px;
}
/***************************** footer sec css *****************************/
footer{
    background-color: #101010;
    padding: 80px 0;
}
.footer-heading{
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 43px;
    position: relative;
    font-size: 28px;
    font-family: 'Poppins';
    opacity: .9;
}
.footer-first-box p{
    color: #fff;
    font-size: 16px;
    opacity: .9;
}
.social-links-main{
    width: max-content;
    margin: 0 auto;
}
.social-links{
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-links li{
    text-transform: capitalize;
    font-size: 16px;
    padding-bottom: 15px;
}
.social-links li a{
    color: #fff;
    transition: .3s ease-in-out;
    opacity: .9;
}
.social-links li a:hover{
    color: var(--primary-color);
}
.footer-info-inner {
    display: flex;
    gap: 18px;
    margin-bottom: 25px;
    color: #fff;
}
.footer-info-inner i {
    font-size: 18px;
    opacity: .9;
}
.footer-info-inner p {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    line-break: anywhere;
    opacity: .9;
}
.footer-info-inner a {
    color: #fff;
    transition: .3s ease-in-out;
    opacity: .9;
    
}
.footer-info-inner a:hover{
    color: var(--primary-color);
}
.cop{
    background-color: #101010;
    padding: 20px 0;
    border-top: 1px solid #404040;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.cop p{
    margin: 0;
    opacity: .9;
    font-size: 17px;
    font-weight: 300;
}
.cop p a{
    color: #fff;
    transition: .3s ease-in-out;
}
.cop p a:hover{
    color: var(--primary-color);
}


/* About Us */

header {
    position: relative;
}

.about-page {
    padding: 50px 0 40px;
}

.about-page-sec-2{
    padding: 60px 0;
}

.about-page-sec-2 .is-lr-card {
    position: relative;
    width: 100%;
}

.about-page-sec-2 .impact-sec-left .impact-card-box{
    height: auto;
    bottom: 0;
}

.about-page-sec-2 .impact-sec-left .ic-box-icon {
    margin-bottom: 0;
}

.about-page-sec-2 .is-lrc-stat {
    flex-direction: column;
}


/* Our Work Our People  */

.our-work-page .ow-card {
    width: 33.333%;
    height: auto;
    margin: 0 0 20px;
    overflow: unset;
}

.our-work-page .ow-card-img {
    width: auto;
    height: auto;
}

.our-work-page .ow-card-img img{
}

.our-work-page .our-work-cards {
    padding: 0 0 0;
}

.our-work-page .our-work-cards .ow-card:hover {}

.our-work-page .ow-card .ow-card-content {
    position: relative;
    visibility: visible !important;
    opacity: 1;
    top: -60px;
    left: unset;
    height: auto;
}

section.our-work-page {padding: 50px 0 0;}

section.our-work-page .our-work-head{
    padding-bottom: 0;
}

.our-work-page .ow-card:hover .ow-card-content {
    visibility: unset;
    opacity: unset;
}


/* Events Page */

section.events-lists {
    padding: 50px 0;
}

.events-lists .ns-right-img img {
    height: 500px;
}


section.events-list {
    padding: 50px 0;
}

section.events-list .event-wrap {
    margin-bottom: 60px;
}

section.events-list .col-sm-12:nth-child(even) .event-wrap .event-short-details{
    flex-direction: row-reverse;
}

section.events-list .event-wrap .event-short-details {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(225, 225, 225);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 28px 30px 30px 35px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}

section.events-list .col-sm-12:nth-child(even) .event-wrap .event-short-details .event-info{
    text-align: end;
}

section.events-list .event-wrap .event-short-details .event-info {
    width: 46%;
}

section.events-list .event-wrap .event-short-details .event-info h5 {
    margin: 0 0 20px;
    color: #eec259;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
}

section.events-list .event-wrap .event-short-details .event-info h2 {
    color: #000;
    font-size: 42px;
    margin: 0 0 30px;
    font-weight: 600;
    font-family: 'Poppins';
}

section.events-list .event-wrap .event-short-details .event-info p {
    margin: 0 0 0;
    font-size: 18px;
    color: #3e3e3e;
    font-weight: 400;
}

section.events-list .event-wrap .event-short-details .event-pic {
    width: 32%;
    position: relative;
}

section.events-list .event-wrap .event-short-details .event-pic img {
    width: 100%;
    border-radius: 15px;
    height: 230px;
    object-fit: cover;
}

section.events-list .event-wrap .event-short-details .event-pic .icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.2);
}

section.events-list .event-wrap .event-short-details .event-pic .icon img {
    width: 100%;
    height: 100%;
    object-fit: none;
}

section.events-list .col-sm-12:nth-child(even) .event-wrap .event-view{
    flex-direction: row-reverse;
}

section.events-list .event-wrap .event-view {
  background-color: rgb(245, 245, 245);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 20px 30px 20px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.events-list .col-sm-12:nth-child(even) .event-wrap .event-view .event-attandees{
    flex-direction: row-reverse;
}

section.events-list .event-wrap .event-view .event-attandees {
    display: flex;
    align-items: center;
    width: 50%;
}

section.events-list .col-sm-12:nth-child(even) .event-wrap .event-view .event-attandees .attandees-pics{
    margin-right: 0px;
    margin-left: 25px;
}

section.events-list .event-wrap .event-view .event-attandees .attandees-pics {
    margin-right: 25px;
}

section.events-list .event-wrap .event-view .event-attandees .attandees-pics img {}

section.events-list .event-wrap .event-view .event-attandees h5 {
    margin: 0;
    color: #000;
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 20px;
    letter-spacing: 0;
}

section.events-list .col-sm-12:nth-child(even) .event-wrap .event-view .event-button{
    text-align: start;
}

section.events-list .event-wrap .event-view .event-button {
    width: 50%;
    text-align: end;
}

section.events-list .col-sm-12:nth-child(even) .event-wrap .event-view .event-button a.event-btn{flex-direction: row-reverse;}

section.events-list .event-wrap .event-view .event-button a.event-btn {
    text-transform: uppercase;
    color: #ab2830;
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

section.events-list .col-sm-12:nth-child(even) .event-wrap .event-view .event-button a.event-btn img{
    margin-left: 0px;
    margin-right: 10px;
    transform: rotate(-85deg);
}

section.events-list .event-wrap .event-view .event-button a.event-btn img{
    width: 17px;
    height: 17px;
    object-fit: none;
    margin-left: 10px;
}


/* Calendar Page */

section.calendar-event {
    padding: 50px 0;
}

section.calendar-event .calendar-wrap {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(225, 225, 225);
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  padding: 20px 20px 40px;
  margin-bottom: 50px;
}

section.calendar-event .calendar-wrap .main {
    position: relative;
}

section.calendar-event .calendar-wrap .main .calendar-pic {
    width: 100%;
    height: 230px;
    he':';
    margin-bottom: 38px;
}

section.calendar-event .calendar-wrap .main .calendar-pic img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

section.calendar-event .calendar-wrap .main .amount {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.2);
}

section.calendar-event .calendar-wrap .main .amount h4 {
    margin: 0;
    font-weight: 700;
    color: #e9b948;
    font-family: 'Poppins';
    letter-spacing: -0.25px;
    line-height: 28px;
}

section.calendar-event .calendar-wrap h3 {
    margin: 0 0 30px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #000;
    font-size: 32px;
    width: 80%;
}

section.calendar-event .calendar-wrap .cal-btn {}

section.calendar-event .calendar-wrap .cal-btn a {
    background-color: #ab2830;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    border-radius: 8px;
    padding: 12px 18px;
    display: inline-block;
}


/* Ticket Page */

section.ticket-page {
    padding: 80px 0;
}

section.ticket-page .head {
    text-align: center;
    margin: 0 0 60px;
}

section.ticket-page .head h2 {
    font-family: 'Poppins';
    font-weight: 700;
    color: #000;
    font-size: 50px;
    margin: 0 0 0;
}

section.ticket-page .ticket-wrapper {
    position: relative;
    height: 470px;
    box-shadow: 0 0 20px 1px #e7e7e7;
    border-radius: 15px;
}

section.ticket-page .ticket-wrapper .ticket-pic {
    height: 100%;
}

section.ticket-page .ticket-wrapper .ticket-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

section.ticket-page .ticket-wrapper .ticket-details {
    background: #fff;
    border-radius: 15px;
    position: absolute;
    bottom: 20px;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px 0;
}

section.ticket-page .ticket-wrapper .ticket-details h3 {
    color: #b2b2b2;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 18px;
}

section.ticket-page .ticket-wrapper .ticket-details h1 {
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0 0 27px;
}

section.ticket-page .ticket-wrapper .ticket-details a {
    padding: 0 24px;
    font-size: 14px;
    height: 46px;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 10px;
}

section.ticket-page .ticket-wrapper .ticket-details a span {}

section.ticket-page .ticket-wrapper .ticket-details a:last-child {
    margin: 0;
}

/* Contact Us */

.sec-cta {
    padding: 80px 0 150px;
}
.sec-cta .left h2 {
    margin: 0 0 20px;
    font-size: 36px;
    font-weight: 600;
    color: #242424;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.sec-cta .left input{
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    color: #0e171e;
    border-radius: 8px;
}
.sec-cta .left select{
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    color: #0e171e;
    border-radius: 8px;
}
.sec-cta .left textarea {
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    height: 50px;
    padding: 20px 20px;
    border: 1px solid #e0e0e0;
    min-height: 180px;
    resize: none;
    font-size: 14px;
    color: #0e171e;
    border-radius: 8px;
}
.sec-cta .left input::placeholder,
.sec-cta .left select::placeholder,
.sec-cta .left textarea::placeholder{
    color: #0e171e;
}
.sec-cta .left input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: inline-block;
    width: max-content;
    text-transform: uppercase;
    border: none;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 20px;
    padding: 0 30px;
    border-radius: 25px;
}
.sec-cta .right h2 {
    margin: 0 0 20px;
    font-size: 36px;
    font-weight: 600;
    color: #242424;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.sec-cta .right ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.sec-cta .right ul li {
    margin-bottom: 20px;
}
.sec-cta .right ul li a {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #0e171e;
}
.sec-cta .right ul li img {
    margin-right: 20px;
}
.sec-cta .head-top h3 {
    margin: 30px 0 20px;
    font-size: 36px;
    font-weight: 600;
    color: #242424;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.sec-cta .head-top .social ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.sec-cta .head-top .social ul li {
    margin-bottom: 15px;
}
.sec-cta .head-top .social ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #0e171e;
    display: flex;
    align-items: center;
    transition: .5s all ease-in-out;
}
.sec-cta .head-top .social ul li a i {
    margin-right: 10px;
    font-size: 18px;
    color: var(--primary-color);
    background-color: transparent;
    height: 38px;
    width: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .5s all ease-in-out;
    border: solid 1px var(--primary-color);
}
.sec-cta .right ul li i {
    margin-right: 10px;
    font-size: 22px;
    color: var(--primary-color);
}
.sec-cta .container-fluid {
    margin-top: 60px;
    margin-bottom: -10px;
}
.sec-cta .container-fluid .col-sm-12 {
    padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red !important;
    color: #000 !important;
    text-align: center !important;
    margin: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: green !important;
    color: #000 !important;
    text-align: center !important;
    margin: 0 !important;
}
.sec-cta a{
    text-decoration: none;
}

/* Login Form */

.forms_container {
    background: linear-gradient(180deg, #f8f9fc 0%, #f6f7fb 100%);
    padding: 80px 0;
}
.login_form {
    --navy: #19213b;
    --gold: #c49c68;
    --muted: #9aa3bf;
    width: 100%;
    max-width: 520px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 40px rgb(25 33 59 / 0.08);
    padding: 44px 36px;
    font-family: "Poppins", sans-serif;
    margin: auto;
}
.login_form h1 {
    font-size: 22px;
    margin: 0;
    color: var(--navy);
}
.login_form .subtitle {
    font-size: 14px;
    color: var(--muted);
    margin-top: 8px;
}
.login_form form {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.login_form label {
    font-weight: 600;
    font-size: 14px;
    color: var(--navy);
    display: block;
    margin-bottom: 6px;
}
.login_form input[type="text"],
.login_form input[type="url"],
.login_form input[type="email"],
.login_form input[type="password"],
.login_form textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #e6e9f2;
    background: #fff;
    font-size: 14px;
    color: var(--navy);
    outline: none;
    transition:
        box-shadow 0.15s,
        border-color 0.15s;
}
.login_form input:focus {
    box-shadow: 0 8px 24px rgb(25 33 59 / 0.06);
    border-color: var(--primary-color);
}
.login_form .pw-wrap {
    position: relative;
}
.login_form .pw-toggle {
    position: absolute;
    right: 8px;
    top: 70%;
    transform: translateY(-50%);
    background: #fff0;
    border: 0;
    color: var(--muted);
    cursor: pointer;
    font-size: 14px;
}
.login_form .actions {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 8px;
}
.login_form .btn {
    border: 0;
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    font-size: 15px;
    background-color: #ab2830;
    color: #fff;
    transition: opacity 0.2s;
}
.login_form .btn:hover {
    opacity: 0.95;
}
.login_form .ghost {
    background: #fff0;
    border: 1px solid #e6e9f2;
    color: var(--navy);
    font-weight: 600;
}
.login_form .small {
    font-size: 13px;
    color: var(--muted);
}
.login_form .small a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 700;
}
.error {
    color: #c44;
    font-size: 13px;
    margin: 0;
    font-weight: 500;
}










section.page-cart.user_dash {
    padding: 50px 0;
}


.cus-sidebar {}

.cus-sidebar ul {
    padding: 0;
    margin: 0;
}

.cus-sidebar ul li {
    display: block;
    margin-bottom: 5px;
}

.cus-sidebar ul li a {
    background: #f6110c;
    display: block;
    padding: 10px 0 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    text-transform: capitalize;
    border-radius: 5px;

}

.cus-sidebar ul li.is-active a,
.cus-sidebar ul li:hover a {
    background: #fff;
    color: #f6110c;
    border: 1px solid #f6110c;

}

.cus-sidebar ul li a i {
    padding-right: 5px;
}


.user_dash p {
    color: #fff;
    font-size: 14px;
}

.user_dash p a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
    letter-spacing: 1px;
}

.user_dash h2 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;

}

.user_dash table.table.border {
    color: #fff;
}

.user_dash table.table.border a.btn {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #f6110c;
    padding: 7px 20px;
    text-transform: capitalize;
    border: none;
    border-radius: 0;
    width: auto;
    display: inline-block;
    letter-spacing: 1px;
}

.cus-acc-area h2 {
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: 700;
    color: #000;
    font-family: 'Playfair Display';
}

.cus-acc-area address {
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #ccc6;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px;
    border-bottom-width: 2px;
    border-right-width: 2px;
}

.cus-acc-area a.btn {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #f6110c;
    padding: 7px 20px;
    text-transform: capitalize;
    border: none;
    border-radius: 0;
    width: auto;
    display: inline-block;
    letter-spacing: 1px;
}

.cus-acc-area table {
    font-size: 14px;
}

.cus-address a.edit {
    text-decoration: underline;
    font-size: 14px;
    color: #fff;
    float: right;
    margin: 5px 0 0;
    font-family: "Poppins", sans-serif;
}

.cus-address a.edit i {
    padding-right: 5px;
}

.cus-address.edit form input,
.cus-address.edit form textarea,
.cus-address.edit form select {
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    color: #000;
}

.cus-address.edit form input[disabled] {
    cursor: default;
    color: #fff !important;
}

.cus-address.edit form input[type="checkbox"] {
    width: auto;
    display: inline-block;
    margin-left: 30px;
    margin-right: 5px;
}

.cus-address.edit form label {
    color: #fff;
}

.cus-address.edit form input[type="submit"] {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #f88305;
    padding: 10px 30px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    width: auto;
    display: inline-block;
}

.cus-sidebar {}

.cus-sidebar ul {
    padding: 0;
    margin: 0;
}

.cus-sidebar ul li {
    display: block;
    margin-bottom: 5px;
}

.cus-sidebar ul li a {
    background: #fff;
    display: block;
    padding: 10px 0 10px 20px;
    border: 1px solid #ab2830;
    color: #ab2830;
    text-transform: capitalize;
    border-radius: 5px;
}

.cus-sidebar ul li.is-active a,
.cus-sidebar ul li:hover a {
    background: #ab2830;
    color: #fff;
    border: 1px solid #fff;
}

.cus-sidebar ul li a i {
    padding-right: 5px;
}


.user_dash p {
    color: #000;
    font-size: 14px;
}

.user_dash p a {
    color: #000;
    text-decoration: underline;
    font-weight: 700;
    letter-spacing: 1px;
}

.user_dash h2 {
    color: #000;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;

}

.user_dash table.table.border {
    color: #000;
}

.user_dash table.table.border thead th, .user_dash table.table.border tbody td {
    border: 1px solid #ab2830;
}

.user_dash table.table.border thead{
    border-bottom: 2px solid #ab2830;
}

.user_dash table.table.border a.btn {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #ab2830;
    padding: 10px 20px;
    text-transform: capitalize;
    border: none;
    border-radius: 5px;
    width: auto;
    display: inline-block;
    letter-spacing: 1px;
}

.user_dash table.table.border .copy-link{
    background-color: #000;
    color: #fff;
    border-color: #000;
}

section.page-cart.user_dash .riight-head {
    font-weight: 700;
    color: #000;
}


/* Event Request Page*/
section.event-request {
    padding: 50px 0;
}

section.event-request .ns-right-img {
    box-shadow: 0 0 20px 1px #e7e7e7;
    border-radius: 10px;
    height: 350px;
}

section.event-request .ns-right-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

section.event-request .ns-right-content {}

section.event-request .ns-right-content h1 {
    color: #000;
}

section.event-request .ns-right-content p {
    margin: 0 0 10px;
    color: #000;
    font-size: 16px;
    line-height: 22px;
}

section.event-request .ns-right-content .event-meta {
    display: flex;
    flex-flow: wrap;
}

section.event-request .ns-right-content .event-meta h6 {
    margin: 0 10px 0 0px;
    color: #000;
    font-weight: 700;
    font-family: 'Poppins';
}

section.event-request .ns-right-content .event-meta h6 span {
    color: #ab2830;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-size: 22px;
}

section.event-request .form-right {
    background-color: #fff;
    box-shadow: 0 0 20px 1px #e7e7e7;
    padding: 10px 10px 20px;
    border-radius: 10px;
}

section.event-request .form-right h2 {
    margin: 0 0 30px;
    text-align: center;
}

section.event-request .form-right form {}

section.event-request .form-right form input {
    width: 100%;
    margin-bottom: 10px;
    background: #f3f3f3;
    border: 0;
    height: 45px;
    border-radius: 5px;
    padding: 5px;
    font-weight: 300;
}

section.event-request .form-right form input[type="submit"] {
    margin: 0;
    background: #ab2830;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}


/* Ticket Buying Page */
section.ticket-buying {
    padding: 40px 0px;
}

section.ticket-buying form {}

section.ticket-buying form .news-sec-right {}

section.ticket-buying form .news-sec-right h2 {
    font-family: 'Poppins';
    color: #000;
    font-weight: 600;
    margin: 0 0 20px;
}

section.ticket-buying form .news-sec-right input {
    width: 100%;
    margin-bottom: 10px;
    background: #f3f3f3;
    border: 0;
    height: 45px;
    border-radius: 5px;
    padding: 5px;
    font-weight: 300;
}

section.ticket-buying form .news-sec-right .form-check-inline, section.ticket-buying form .news-sec-right .form-check{
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 12px;
    display: flex;
}

section.ticket-buying form .news-sec-right input[type="checkbox"], section.ticket-buying form .news-sec-right input[type="radio"] {
    width: auto !important;
    height: auto !important;
    margin: 0 5px 0 0;
    position: relative;
}

section.ticket-buying form .news-sec-right input[type="radio"]{
    margin: 0;
}

section.ticket-buying form .news-sec-right input[type="checkbox"]:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #fff;
    bottom: 0;
}

section.ticket-buying form .news-sec-right input[type="checkbox"]:checked:after{
    content: '\f14a';
    position: absolute;
    font-family: 'FontAwesome';
    color: #ab2830;
    font-size: 20px;
    left: 0px;
    height:  100%;
    font-weight: 700;
    bottom: 10px;
}

section.ticket-buying form .news-sec-right input[type="radio"]:before{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid #000;
    border-radius: 35px;
    background-color: #fff;
    bottom: -2px;
}


section.ticket-buying form .news-sec-right input[type="radio"]:checked, section.ticket-buying form .news-sec-right input[type="radio"]:checked:before{
    /* visibility: hidden; */
}

section.ticket-buying form .news-sec-right input[type="radio"]:checked:after{
    content: '\f111';
    position: absolute;
    font-family: 'FontAwesome';
    color: #ab2830;
    top: 1px;
    left: 4px;
    font-size: 8px;
}

section.ticket-buying form .news-sec-right .form-check-inline input.table_bundle_qty {
    margin: 0;
}

section.ticket-buying form .news-sec-right input[type="checkbox"]:disabled:before{
    border: 2px solid #8d8d8d;
}

section.ticket-buying form .news-sec-right h5 {
    color: #ab2830;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 700;
}

section.ticket-buying form .news-sec-right h5 span {
    margin: 0 10px 0 0px;
    color: #000;
    font-family: 'Poppins';
}

section.ticket-buying form .news-sec-right label.fw-bold {
    color: #ab2830;
}

section.ticket-buying form .news-sec-right .form-control {
    width: 100%;
    max-width: 100%;
}

section.ticket-buying form .news-sec-right  button#pay_now_btn {
    color: #fff;
    background-color: var(--primary-color);
    text-transform: uppercase;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    transition: .3s ease-in-out;
    cursor: pointer;
    gap: 5px;
}

section.ticket-buying form .bundle-box {
    box-shadow: 0 0 20px 1px #e7e7e7;
    border-radius: 10px;
    padding: 15px;
}

section.ticket-buying form .bundle-box p:last-child {
    margin: 0;
}

section.ticket-buying form .bundle-box p {
    color: #000;
    font-size: 18px;
    text-align: center;
}

section.ticket-buying form .bundle-box p span{
    color: #ab2830;
    font-weight: 700;
}

.ticket-buying .title h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 46px;
}

.ticket-buying .bingo h4, .ticket-buying .vip h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 38px;
}

.ticket-buying .bingo .sponsor-item, .ticket-buying .vip .sponsor-item{
    box-shadow: 0 0 20px 1px #e7e7e7;
}

.ticket-buying .bingo .sponsor-item .form-check, .ticket-buying .vip .sponsor-item .form-check{
    display: flex;
    align-items: flex-start;
    gap: 5px;
    position: relative;
    padding: 0;
}

.ticket-buying .bingo .sponsor-item .form-check input, .ticket-buying .vip .sponsor-item .form-check input{
    width: 15px !important;
    height: 15px !important;
    margin: 5px 5px 0 0;
    position: relative;
    visibility: hidden !important;
}

.ticket-buying .bingo .sponsor-item .form-check input:before, .ticket-buying .vip .sponsor-item .form-check input:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #fff;
    bottom: 0;
    visibility: visible;
}

.ticket-buying .bingo .sponsor-item .form-check input:checked, .ticket-buying .vip .sponsor-item .form-check input:checked{
    background-image: none !important;
    background-color: unset !important;
    border-color: unset !important;
    box-shadow: unset !important;
    visibility: visible;
}

.ticket-buying .bingo .sponsor-item .form-check input:checked:after, .ticket-buying .vip .sponsor-item .form-check input:checked:after{
    content: '\f14a';
    position: absolute;
    font-family: 'FontAwesome';
    color: #ab2830;
    font-size: 20px;
    left: -1px;
    font-weight: 700;
    top: -8px;
    visibility: visible;
    height: 100%;
}

.ticket-buying .bingo .sponsor-item p, .ticket-buying .vip .sponsor-item p{
    color: #464646;
    font-size: 16px;
}

.ticket-buying .bingo .sponsor-item .form-check label.form-check-label span, .ticket-buying .vip .sponsor-item .form-check label.form-check-label span {
    color: #ab2830 !important;
}

/* Ticket Ambassador */

section.ambassador-ticket-page {
    padding: 40px 0;
}

section.ambassador-ticket-page .news-sec-right {}

section.ambassador-ticket-page .news-sec-right .ns-right-img {
    height: 250px;
}

section.ambassador-ticket-page .news-sec-right .ns-right-img img {height: 100%;border-radius: 15px;}

section.ambassador-ticket-page .news-sec-right  .ns-right-content {}

section.ambassador-ticket-page .news-sec-right  .ns-right-content h1 {
    color: #000;
    margin: 0 0 10px;
}

section.ambassador-ticket-page .news-sec-right  .ns-right-content h3 {
    color: #ab2830;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

section.ambassador-ticket-page .news-sec-right .ns-right-content h3 span{
    color: #000;
    font-family: 'Poppins';
    font-weight: 600;
}

section.ambassador-ticket-page .ambs-right {
    background-color: #fff;
    box-shadow: 0 0 20px 1px #e7e7e7;
    padding: 10px 10px 20px;
    border-radius: 10px;
}

section.ambassador-ticket-page .ambs-right h2 {
    margin: 0 0 30px;
    text-align: center;
}

section.ambassador-ticket-page .ambs-right form {}

section.ambassador-ticket-page .ambs-right form input {
    width: 100%;
    margin-bottom: 10px;
    background: #f3f3f3;
    border: 0;
    height: 45px;
    border-radius: 5px;
    padding: 5px;
    font-weight: 300;
}

section.ambassador-ticket-page .ambs-right form input.wpcf7-submit {
    margin: 0;
    background: #ab2830;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}



section.freshie-event {
    padding: 40px 0;
}

section.freshie-event .news-sec-right {}

section.freshie-event .news-sec-right h2 {
    font-family: 'Poppins';
    color: #000;
    font-weight: 600;
    margin: 0 0 20px;
}

section.freshie-event .news-sec-right input {
    width: 100%;
    margin-bottom: 10px;
    background: #f3f3f3;
    border: 0;
    height: 50px;
    border-radius: 5px;
    padding: 5px;
    font-weight: 300;
}

section.freshie-event .news-sec-right input[type="checkbox"]{
    width: auto;
}

section.freshie-event .news-sec-right label.form-label{
    color: #000;
}

section.freshie-event .news-sec-right .date-checkbox-grid {}

section.freshie-event .news-sec-right .date-checkbox-grid label.date-box {
    background: #f3f3f3;
    color: #000;
    border-color: #f3f3f3;
}

section.freshie-event .news-sec-right .date-checkbox-grid .btn-check:checked + .date-box .cal-tooltip{
    color: #000 !important;
    background-color: #f3f3f3;
}

section.freshie-event .news-sec-right .date-checkbox-grid label.date-box .cal-tooltip{
    color: #fff !important;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 1;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    background-color: #ab2830;
}

section.freshie-event .news-sec-right .date-checkbox-grid label.date-box .cal-tooltip::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0px; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #f3f3f3 transparent transparent;
  z-index: 1;
  visibility: hidden;
}

section.freshie-event .news-sec-right .date-checkbox-grid .btn-check:checked + .date-box .cal-tooltip::after{
    border-color: transparent #ab2830 transparent transparent;
}

section.freshie-event .news-sec-right .date-checkbox-grid label.date-box .cal-tooltip:hover:after{
    visibility: visible;
}


section.freshie-event .news-sec-right .date-checkbox-grid label.date-box .cal-tooltip .tooltiptext{
  visibility: hidden;
  width: 100px;
  display: inline-block;
  background-color: #000000;
  border: 1px solid #f3f3f3;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0 0px;
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 30px;
  height: 90px;
  overflow: auto;
}

section.freshie-event .news-sec-right .date-checkbox-grid label.date-box .cal-tooltip .tooltiptext::-webkit-scrollbar-thumb{
        border-radius: 10px;
    background-color: #f3f3f3 !important;
    box-shadow: inset 0 0 6px rgb(243 243 243);
    width: 2px;
}

section.freshie-event .news-sec-right .date-checkbox-grid label.date-box .cal-tooltip .tooltiptext::-webkit-scrollbar{
     width: 4px;
}

section.freshie-event .news-sec-right .date-checkbox-grid label.date-box .cal-tooltip .tooltiptext h6{
    margin: 0;
    border-bottom: 1px solid #fff;
    padding: 2px 10px 3px;
    font-family: 'Poppins';
    font-size: 10px;
    text-align: left;
}

section.freshie-event .news-sec-right .date-checkbox-grid label.date-box .cal-tooltip .tooltiptext h6:last-child{
    border: 0;
}

section.freshie-event .news-sec-right .date-checkbox-grid label.date-box .cal-tooltip:hover .tooltiptext {
  visibility: visible;
}

section.freshie-event .news-sec-right .date-checkbox-grid .btn-check:checked + .date-box{
    border-color: #ab2830;
    background-color: #ab2830;
    color: #fff;
    z-index: 9;
}

section.freshie-event .news-sec-right button {
    color: #fff;
    background-color: var(--primary-color);
    text-transform: uppercase;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    transition: .3s ease-in-out;
    cursor: pointer;
    gap: 5px;
}

section.freshie-event .news-sec-right .date-box {
    justify-content: space-around;
    height: 150px;
    position: relative;
}

section.freshie-event .news-sec-right .date-box input{
    margin: 0 !important;
}


.bid-details {}

.bid-details .head h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 600;
    margin: 0;
    color: #000;
}

.bid-details .head h2 i {
    font-size: 26px;
}

.bid-details .desc {}

.bid-details .desc .pic {
    margin-bottom: 10px;
}

.bid-details .desc .start {
    background-color: #f3f3f3;
    padding: 10px;
    border-radius: 8px;
}

.bid-details .desc .start p {
    color: #000;
}

.bid-details .desc .start h4 {
    color: #ab2830;
}

.bid-details .desc .increment {
    background: #f3f3f3;
    padding: 10px;
    border-radius: 8px;
}

.bid-details .desc .increment p {
    color: #000;
}

.bid-details .desc .increment  h4 {
    color: #05300a;
}

.bid-details .desc .bidding-time {
    margin-top: 10px;
    color: #000;
}

.bid-details .desc .bidding-time h5 span {
    font-weight: 400;
    font-size: 18px;
}

.bid-details .desc .bidding-time i, .bid-details .desc .info i{
    color: #ab2830;
}

.bid-details .desc .info {
    color: #000;
}

.bid-details .desc .info p {
    color: #3d3d3d;
}

.bidding-list {
    background: #f3f3f3;
    border-radius: 5px;
    padding: 10px;
}

.bidding-list .head h5 {
    color: #000;
    font-family: 'Poppins';
}

.bidding-list .head h5 i {
    color: #ab2830;
}

.bidding-list .desc {
}

.bid-form {
    background: #f3f3f3;
    padding: 10px;
    border-radius: 8px;
}

.bid-form .head h5 {
    color: #000;
    font-family: 'Poppins';
}

.bid-form .head h5 i {
    color: #00220e;
}

.bid-form .form-inner {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.bid-form .form-inner small {
    color: #000 !important;
    margin-bottom: 5px;
}

.bid-form .form-inner small strong {
    color: #00220e;
}

.bid-form .form-inner .bid-amount-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
}

.bid-form .form-inner .bid-amount-box span {
    display: inline-block;
    width: 10%;
    background: #c9c9c9;
    padding: 13px 6px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.bid-form .form-inner .bid-amount-box input{
    width: 90%;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0;
}

.bid-form .form-inner input {
    width: 100%;
    background: #f3f3f3;
    border: 0;
    height: 50px;
    border-radius: 5px;
    padding: 5px;
    font-weight: 300;
    margin-bottom: 10px;
}

.bid-form .form-inner button {
    color: #fff;
    background-color: var(--primary-color);
    text-transform: uppercase;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    transition: .3s ease-in-out;
    cursor: pointer;
    width: 100%;
}


@media(max-width: 1536px){
    .hero-content{
        padding-top: 80px;
    }
}
@media(max-width: 1440px){
    .hero-sec{
        height: 140vh;
    }
    .hero-content {
        padding-top: 150px;
    }
    header img{
        width: 100%;
    }
    
    header ul {
        gap: 8px;
    }
    
    header ul li a{
        font-size: 13px;
    }
}
@media(max-width: 1366px){
    .primary-btn {
        font-weight: 500;
    }
    .header-info .primary-btn {
        padding: 0 18px;
        font-weight: 500;
    }
    .impact-card-box{
        padding: 20px;
    }
    .hero-content h1{
        font-size: 76px;
    }
    .about-img img{
        height: 670px;
    }
}

.input_text{
    width: 100%;
    margin-bottom: 10px;
    background: #f3f3f3;
    border: 0;
    height: 45px;
    border-radius: 5px;
    padding: 5px;
    font-weight: 300;
}

.ic-box-stat-inner h1 {
    font-size: 60px;
}

.test-sec-inner > p {
    text-align: center;
    padding-top: 50px;
    font-weight: 700;
    color: #000;
    font-size: 32px;
    text-transform: uppercase;
}

.test-sec-inner button {
    margin: 0 auto;
    display: block;
}

.events-list .hh-head {
    text-align: center;
    margin-bottom: 40px;
}

.events-list .hh-head h3 {
    color: #000;
    font-size: 42px;
    margin: 0px 0 15px;
    font-weight: 600;
    font-family: 'Poppins';
}

.events-list .hh-head p {
    color: #464646;
}