@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*-- Use For Custom Styling --*/
body, .alt-font {
      font-family: 'Barlow', sans-serif;
    color: #e0a628;
    font-weight: 300;
 
}
.gradient-text {
    background: linear-gradient(to right, #EBBE35 0%, #FBF4AA 30%, #F8EC98 35%, #F2D76C 40%, #EBBE35 55%, #FBF4AA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
header.header-appear nav.header-light, header.sticky nav.navbar-fixed-top.header-light, header.sticky nav.navbar-scroll-fixed-top.header-light {
    background-color: #232b33;
    box-shadow: 0 5px 10px -10px rgb(0 0 0 / 71%);
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: block;
    align-items: center;
    justify-content: space-between;
}
.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    background-color: white;
}
.icon-default-style{
    background: linear-gradient(to right, #EBBE35 0%, #FBF4AA 30%, #F8EC98 35%, #F2D76C 40%, #EBBE35 55%, #FBF4AA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 3rem;
}
.text-color3 h5{
    font-size: 1.5rem;
    margin-bottom: 0;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
}
.form-control{
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, 0);
    margin-bottom: 25px;
    outline: 0 none;
    overflow: hidden;
    padding: 0 15px;
    resize: none;
    max-width: 100%;
    border-radius: 4px !important;
    margin-top: 11px;
    color: #ffffff;
    height: 45px;
}
header nav .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 800;
    margin: 0 13px;
    padding: 5px 0px 5px;
    text-transform: uppercase;
    letter-spacing: 0.015em;
}
input, textarea, select {
    
    max-width: initial;
    resize: none;
}
.header-appear .nav_line li a, .header-appear .navbar-fixed-top .search-button {
    color: #e0a628 !important;
}
.nav_line li a, .nav_line .search-button {
    color: #e0a628 !important;
}
.d-none{
	display: none !important;
}
.effect-moveleft {
    background:linear-gradient(45deg, black, #232b33);
}
.btn.btn-blue {
    background: #e0a628 !important;
    border-color: #e0a628 !important;
    color: #fff !important;
}
.cont {
    background: #232b33;

}
.text-extra-dark-gray {
    color: #e0a628;
}
.navbar-default{
    background: transparent;
}
header a.logo img {
    max-height: 75px;
    max-width: 150px;
    vertical-align: sub;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #252a2f;
    outline: 0;
}
.dropdown:hover>.dropdown-menu {
    display: block;
    padding: 10px;
}

.dropdown>.dropdown-toggle:active {

    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-menu{
        background: #232b33;
        top: 98%;
        left: auto;
        border: none;
}
.dropdown-menu li a{
    padding: 10px !important;
}

.dropdown-menu li {
    margin: 0px !important;
    display: block;
}
.nav_line li a:before {
    position: absolute;
    content: '';
    width: 100%;
    display: table;
    height: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    bottom: 21px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #e5bb6c !important;
    visibility: hidden;
    opacity: 0;
}
span.hamburger, .header-appear .nav-bar-white .showMenuButton-two span.hamburger:after, .header-appear .nav-bar-white .showMenuButton-two span.hamburger:before {
    background: #b29232;
}
.text-blue {
    color: #ffffff;
}
.text-red {
    color: rgb(255 255 255);
}
.header-appear .nav-bar-white .showMenuButton-two span.hamburger, .header-appear .nav-bar-white .showMenuButton-two span.hamburger:after, .header-appear .nav-bar-white .showMenuButton-two span.hamburger:before {
    background: #b29232;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    z-index: 999;
    bottom: 10px;
    left: 0;
    right: 0;
}
 

.text-justify{
    text-align: justify;
}
 
 .closed-image img{
        height: 100px;
    width: auto;
 }
    .closed-image{
    position: absolute;
    height: 100%;
    z-index: 99;
    background: #00000042;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
 }
#nominee figure {
   background: transparent;
    padding: 10px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}
#nominee img{
  max-height: 190px; 
    max-width: 100%;
    width: auto;
    margin: 0 auto;  

}
.company-name-nominee, .location-name-nominee {
    text-transform: uppercase;
    font-weight: 700;
}
.location-name-nominee {
    font-size: 14px;
}
a.gradient-text:hover {
    background: linear-gradient(to right, #fff 0%, #fff 30%, #fff 35%, #fff 40%, #fff 55%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
#nominee .card-footer p{
    margin-bottom: 0;
}
    #nominee .card{
      height: 100%;
        border: 1px solid #e0a62812; 
    background: #202932 !important;
    border-radius: 10px;

}

/* Testimonials */

.rating-icon {
    color: #fff837;
}

.owl-winners .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: block;
}

.owl-winners .owl-nav i {
    transition: .1s;
}

.owl-winners .owl-nav .owl-next, .owl-winners .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 43px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 20px;
    background: transparent;
    border: 1px solid #fff;
    transition: .1s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-testimonials .owl-nav .owl-next, .owl-testimonials .owl-nav .owl-prev {
     
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-winners .owl-nav .owl-next {
    float: right;
}

.owl-winners .owl-nav .owl-prev {
    float: left;
}

.owl-winners .owl-nav .owl-next:hover, .owl-winners .owl-nav .owl-prev:hover {
    background: #fff;
    color: #00abc9;
}

.header {
     position: relative;
     background-color: black;
/*     height: 100vh;*/
/*     min-height: 25rem;*/
     width: 100%;
     overflow: hidden;
     z-index: 1;
}
.header .membership-link{
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
}

.header video {
     position: absolute;
  /*   top: 50%;
     left: 50%;*/
     min-width: 100%;
     min-height: 100%;
     width: auto;
     height: auto;
     z-index: 0;
    /* -ms-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
     -webkit-transform: translateX(-50%) translateY(-50%);
     transform: translateX(-50%) translateY(-50%);*/
}

.counting{
    color: white;
    width: 130px;
    height: 130px;
    display: flex;
    margin: 10px auto;
    border: 1px double #ffc107;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 3rem;
    background: #00000038;
}
.count-text {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 500;
    background: #232b33;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    height: 50px;
    
}

.header .container {
     position: relative;
     z-index: 2;
}
.video-title{
    z-index: 8;
    font-size: 8vh;
    font-weight: 500;
    white-space: normal;
    font-family: 'Raleway', sans-serif !important;
    line-height: 1.2;
}
.header .overlay {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
/*     background-color: black;*/
     opacity: 0.3;
     z-index: 1;
}
.header img{
/*        max-height: 200px;*/
    max-width: 100%;
    width: auto;
}
.text-dark-gray {
    color: #858585;
}
section {
    padding: 60px 0;
    overflow: hidden;
}
canvas {
    display: block;
    vertical-align: bottom;
    opacity: 0.1;
}
.particles-js {
    background: linear-gradient(45deg, #1f2730, #1d2023);
    
}
.particles-js .container{
    position: relative;
    z-index: 9;
}
#particles-js {
    background: linear-gradient(45deg, #1f2730, #1d2023);
 
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
}
.benefits-ul li{
    display: flex;
    align-items: center;
    border: 1px solid #e0a628;
    width: 31%;
    margin: 1%;
    height: 100%;
    min-height: 72px;
    border-radius: 10px;
}
.center-col {
    float: none;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.card-default{
    padding: 3rem;
    border:1px solid #e0a628;
    border-radius: 10px;
    background: transparent;
    margin-bottom: 10px;
}
.seperator{
        display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.seperator-one, .seperator-two{
    border-color:#e0a628 ;
}
.card-default .area-title{
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
}
.categories-list{
    list-style-type: auto !important;
}
.categories-list li{
    padding: 7px;
    font-weight: 300;transition: all linear 0.22s;

}
.categories-list li:hover{
    padding-left: 5px;
    font-weight: 500;
    cursor: pointer;
    transition: all linear 0.22s;
        color: goldenrod;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        color: #e0a628;
    background-color: white;
    text-align: left;
  
}
.nav-pills .nav-link {
    border: 0;
    color: #e0a628;
    background: #21282f;
    width: 100%;
    text-align: left;
    margin-bottom: 2px;
    border-radius: 3px;
    padding: 1rem 2rem;
}
.clients img{
    max-height: 80px;
    background: white;

 
}
.clients{
   max-width: 180px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    background: white;
    padding: 10px;
    margin-bottom: 1rem;
}
.blog-cover {
    background: url(../images/blog-cover1.jpg);
    background-size: cover;
    background-position: bottom center;

}
.accordion-item {
    color: white;
    background-color: transparent;
    border: none;
    font-size: 15px;
    text-align: justify;
}
.accordion-button:not(.collapsed) {
    color: white; 
    box-shadow: none;
    font-size: 2rem;
    font-weight: 600;
    /*background: #212830;*/
    background: transparent;

}
  ol {
    list-style-position: outside;
    margin-bottom: 25px;
    list-style-type: auto !important;
}
.accordion-button::after {
    background-color: #e0a628;
    padding: 10px;
    background-position: center;
    border-radius: 3px;

 /* */
}
.accordion-button {
    color: #e0a628;
    background-color: transparent;
    box-shadow: none;
    font-size: 2rem;
    font-weight: 400;
   background: #212830;padding: 0px 2rem;
   margin-bottom: 2px;
}
.accordion-body{
    padding:2rem;
}
.outer-nav.right {
    right: 5%;
    width: 20%;
}
.effect-moveleft .outer-nav li {
    text-decoration: none;
    display: block;
    font-size: 2rem;
    width: 100%;
    text-transform: uppercase;
}
.contact-form input, .contact-form textarea {
    border: none;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 0 10px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    background: transparent;
}
.bg-light-gray {
    background-color: #0000001f;
}
.bg-blue {
    background-color: #1b2527;
}
.counter-icon {
    font-size: 4rem;
    background: transparent;
    border: 1px solid goldenrod;
    }

    .counter-item:hover .counter-icon {
    font-size: 4rem; 
    background: transparent;
    border: 1px dashed goldenrod;
    }

    .bg-grd-dark-blue{
        background: linear-gradient(45deg, black, transparent);
    }
.pricing th, .pricing td {
    border: none !important;
}
 
.pricing thead tr:nth-child(1) td {
 
    top: 0px;
    text-align: center;
   
}
.pricing tbody tr td:nth-child(3) {
    background: #c99833;
    color: #fff;
    width: 19%;
    font-size: 16px;
    border-left: 5px solid #c99833;
    border-right: 5px solid #c99833;
    text-align: center;
}
.pricing tbody tr td:nth-child(2) {
    background: goldenrod;
    color: #fff;
    width: 19%;
    font-size: 16px;
    border-left: 5px solid #c99833;
    border-right: 5px solid #c99833;
    text-align: center;
}
 
 .pricing tr th:nth-child(3) {
    background: white;
    color: #000;
    width: 22%;
    font-size: 16px;
    border-left: 5px solid #c99833;
    border-right: 5px solid #c99833;
    text-align: center;border-radius: 10px 10px 0 0;
}
.pricing tr th:nth-child(2) {
    background: cyan;
    color: #000;
    width: 22%;
    font-size: 16px;
    border-left: 5px solid #c99833;
    border-right: 5px solid #c99833;
    text-align: center;border-radius: 10px 10px 0 0;
}
 

tbody tr:nth-child(even) th, tbody tr:nth-child(even) td {
    background:#232e38;
    padding: 10px 8px;
 
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
    background: transparent;
    box-shadow: 0 0 12px 2px #00000026;
}


.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #e0a628;
    background-color: #232b33;
    border-color: #e0a628;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid #232b33;
  
}
a.list-group-item, button.list-group-item {
    color: white;
}
    @media(max-width: 480px){
        .benefits-ul li{
    display: flex;
    align-items: center;
    border: 1px solid #e0a628;
    width: 93%;
    margin: 1%;
    height: 100%;
    min-height: 72px;
    border-radius: 10px;
}
.video-title{
    z-index: 8;
    font-size: 4vh;
    font-weight: 500;
    white-space: normal;
    font-family: 'Raleway', sans-serif !important;
    line-height: 1.2;
}

#particles-js {
    background: linear-gradient(45deg, #1f2730, #1d2023);
    height: auto;
}
.blog-cover {
     
    padding: 0 !important;
}
    }