/**/
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }

}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }

}
.page-header {
    padding-top: 158px;
    padding-bottom: 100px;
}
.page-header::before {
    background: #000e2ead;
}
.page-header__bg {
    background-position: 0px 60px;
}
.competition-levels img {
    width: -webkit-fill-available;
}
/**/
.theme-btn {
  background-color: #0064C1;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 40px;
  border-radius: 0;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.theme-btn::before {
  content: "";
  background-color: #0064C1;
  width: 0;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.theme-btn::after {
  content: "";
  background-color: #0064C1;
  width: 0;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.theme-btn i {
  margin-left: 10px;
}
.theme-btn:hover {
  background-color: #0064C1;
  color: #fff;
}
.theme-btn:hover::before, .theme-btn:hover::after {
  width: 100%;
}


@media (max-width: 767px) {
    .main-header__inner {
        padding: 0px 0 5px;
    }
}
.topbar-one {
    background-color: #05051E;
}
.topbar-one__right::before {
    background: #0064C1;
}
.topbar-one__right::after {
    background: linear-gradient(94deg, #43A5FE 21.18%, #0064C1 104.4%);
}
.topbar-one__right__call__text {
    color: #fff;
}
.topbar-one__social a {
    color: #fff;
}
.main-header--two .main-header__btn {
    background: #dc3545;
    color: #fff;
}
.main-header--two .main-header__logo::before{
   bottom: -9px;
   background: #06257a; 
}
.main-header--two .main-header__logo::after {
    right: -50px;
    bottom: -9px;
    background: #06257a;
}
.main-header--two .main-header__inner__item::after {
    bottom: -27px;
    left: 49px;
    width: 35px;
    height: 39px;
    background: #05051E;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    display:none;
}
.main-header--two .main-header__inner__item::before {
    bottom: 0px;
    left: 73px;
    width: 22px;
    height: 12px;
    background: #05051E;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    display:none;
}
.main-header--two .main-header__right__btn {
    border-right: 0;
}
.main-menu .main-menu__list > li.current > a, .main-menu .main-menu__list > li:hover > a {
    color: #0064C1;
}
.topbar-one__info__item a {
    color: #fdfdfd;
}

.logo-ostech img {
    width: 200px;
}
.main-header--two .main-header__logo {
    padding: 4px 0px 0px 0px;
}



.a-box-media-row>[class*="col-"] {
    padding: 4px;
}
.a-box-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
	/*display: block;*/
	
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 80px;
    padding: 5px 12px;
    background: #fcfcfc;
	text-align:center;
	margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.a-box-media__content {
    font-size: 14px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
	display:none;
} 
.a-box-media__title {
    display: block;
    margin-top: -.14286em;
    color:#fff;
}
.a-box-media__img {
   /* max-width: 60px !important;
	 margin-left: 12px;
	*/
    height: auto;
    max-height: 65px;
   margin:auto;
    filter: grayscale(0%);
}
/*.a-box-media__img:hover {
    filter: grayscale(0%);
}*/



/**/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/**/


.schedule_date_sec .date-box {
    background-image: url(https://worldtechawards.io/wp-content/uploads/2024/11/schedule-frame.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    /*min-height: 300px;*/
    padding: 50px 50px;
}
.schedule_date_sec .date-box h2{
    color:#fff;
    font-size: 22px;
}
.schedule_date_sec .date-box p{
    color:#bfbfbf;
    font-size: 12px;
}
.schedule_date_sec .date-box .date{
    color:#fff;
    font-size: 14px;
    line-height: 20px;
}

.header-2 .header-main .header-right .header-button .theme-btn {
    background: rgb(0 1 135);
    background-image: url(https://worldtechawards.io/assets/images/flare.png);
    background-size: cover;
    background-position: -86px 88px;
}

.theme-btn{
    background: rgb(0 1 135);
    background-image: url(https://worldtechawards.io/assets/images/flare.png);
    background-size: cover;
    background-position: -86px 88px;
}



/* pricing table */
 
.pricing-table {
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}
.pricing-table td {
    padding: 0px;
    border-left: 1px solid transparent;
}
.pricing-table .pricing-table-list td {
    padding: 10px 8px;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    /*border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;*/
}

.pricing-table .pricing-table-list td:first-child {
    text-align: left;
    border-left: 0px;

}

.pricing-table .pricing-table-list:nth-child(2n) td {

}

.pricing-table .pricing-table-text h2 {
    font-size: 22px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #009ad7;
}
.pricing-table .pricing-table-text p {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #666;
    margin-top: 10px;
}

.pricing-table .pricing-table-item {
    color: #fff;
}
.pricing-table .pricing-table-item .pricing-table-item-head {
    padding: 10px 5px;
    text-align: center;
 
}
.pricing-table .pricing-table-item .pricing-table-item-head p {
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-align:center;
    color:#fff;
}
.pricing-table .pricing-table-item .pricing-table-item-head span {
    font-size: 11px;
    font-weight: 400;
}
.price_strike {
    font-size: 20px !important;
    text-decoration: line-through;
}
.pricing-table .pricing-table-item .pricing-table-item-price {
    padding: 15px 10px;
    text-align: center;
    background: #fff1d0;
    color: #000000;
}
.pricing-table .pricing-table-item .pricing-table-item-price p {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align:center;
    color:#000;
}
.pricing-table .pricing-table-item .pricing-table-item-price p span {
    font-size: 26px;
    font-weight: 600;
}
.pricing-table .pricing-table-item .pricing-table-item-price > span {
    font-size: 12px;
    font-weight: 400;
    color: #009ad7;
}

.pricing-table .pricing-table-item .pricing-table-item-purchase {
    padding: 10px 5px;
    background: #fff;
        text-align: center;
}
.pricing-table .pricing-table-item .pricing-table-item-purchase .btn {
    text-transform: uppercase;
    margin-bottom: 0px;
}
.winner-package-no {
    color: #ff0018;
    font-size: 20px;
}
.winner-package-yes {
    color: #00b82a;
    font-size: 20px;
}


.pricing-table tr th:nth-child(1) {
    width:20%;
    background: #f5f5f5;
    border-right: 1px solid #d5d5d5;
    padding: 0;
}
.pricing-table tr th:nth-child(2) {
    width:16%;
    background: #22adc0;
    border-right: 1px solid #d5d5d5;
    padding: 0;
}
.pricing-table tr th:nth-child(3) {
    width:16%;
    background: #52a714;
    border-right: 1px solid #d5d5d5;
    padding: 0;
}
.pricing-table tr th:nth-child(4) {
    width:16%;
    background: #ebc400;
    border-right: 1px solid #d5d5d5;
    padding: 0;
}
.pricing-table tr th:nth-child(5) {
    width:16%;
    background: #e46307;
    border-right: 1px solid #d5d5d5;
    padding: 0;
}
.pricing-table tr th:nth-child(6) {
    width:16%;
    background: #b92a29;
    border-right: 1px solid #d5d5d5;
    padding: 0;
}
.pricing-table tr th:nth-child(7) {
    width:16%;
    background: #0b0c5e;
    border-right: 1px solid #d5d5d5;
    padding: 0;
}

.pricing-table tr td:nth-child(1) {
    width:16%;
 
}
.pricing-table tr td:nth-child(2) {
    width:16%;
    text-align:center;
}
.pricing-table tr td:nth-child(3) {
    width:16%;
    text-align:center;
}
.pricing-table tr td:nth-child(4) {
    width:16%;
    text-align:center;
}
.pricing-table tr td:nth-child(5) {
    background: #e4f9ff !important;
    width:16%;
    text-align:center;
}
.pricing-table tr td:nth-child(6) {
    width:16%;
    text-align:center;
}
.pricing-table tr td:nth-child(7) {
    text-align:center;
}

.nm-table .promo,.wp-table .promo{
        text-transform: uppercase;
    font-size: 17px;
    color: #000;
    position: relative;
    bottom: 0px;
    left: 2px;
    z-index: 63;
    width: 100%;
    margin-top: -28px;
    padding: 0px;
    background: #1eff00;
    text-align: center;
    letter-spacing: 2px;
  }
  .table-responsive {
    overflow-x: inherit;
}
@media only screen and (max-width: 600px) {
  .table-responsive {
        overflow-x: auto;
    }
}  


/* cta section */
.cta_image_1 {
    background-image: url(https://worldrealestateaward.com/assets/images/call-to-action-image-1.jpg);
}
.cta_image_2 {
    background-image: url(https://worldrealestateaward.com/assets/images/call-to-action-image-2.jpg);
}
.cta_image_3 {
    background-image: url(https://worldrealestateaward.com/assets/images/call-to-action-image-3.jpg);
}
.cta_image_4 {
    background-image: url(https://worldtechawards.io/assets/images/tech-awards-image-5.jpg);
}
.cta_image_5 {
    background-image: url(https://worldtechawards.io/assets/images/tech-awards-image-5.jpg);
}
.cta_image_6 {
    background-image: url(https://worldtechawards.io/assets/images/tech-awards-image-6.jpg);
}
.cta_image_7 {
    background-image: url(https://worldtechawards.io/assets/images/tech-awards-image-7.jpg);
}
.call-to-action {
  position: relative;
  padding: 80px 0 30px; 
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}
.call-to-action:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--bg-theme-color1);
  opacity: 0.5;
  content: "";
  pointer-events: none;
}
.call-to-action:after {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  bottom: 30px;
  border: 1px solid #fff;
  opacity: 0.1;
  pointer-events: none;
  content: "";
}
.call-to-action .title-box {
  position: relative;
  text-align: center;
}
.call-to-action .title-box .icon {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 200px;
}
.call-to-action .title-box .title {
  font-size: 48px;
  line-height: 1.2em;
  color: #fff;
  margin-bottom: 0;
}
.call-to-action .title-box .theme-btn {
  margin-top: 20px;
}
.call-to-action.alternate::before {
  background-color: #090909a6;
  opacity: 0.6;
}
.call-to-action-two {
  position: relative;
  padding: 120px 0;
  z-index: 2;
}
.call-to-action-two .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--bg-theme-color2);
  overflow: hidden;
}
.call-to-action-two .outer-box::before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-image: url(../images/icons/shape-3.png);
  background-position: center right;
  background-repeat: no-repeat;
  content: "";
}
.call-to-action-two .content-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 30px 80px;
}
.call-to-action-two .image-box {
  position: relative;
  height: 100%;
}
.call-to-action-two .image-box .image {
  position: relative;
  margin-bottom: 0;
}
.call-to-action-two .image-box .image img {
  height: 100%;
  min-width: 340px;
  -o-object-fit: cover;
  object-fit: cover;
}
.call-to-action-two .title-box .title {
  font-size: 40px;
  color: var(--bg-theme-color1);
  font-weight: 700;
  margin-bottom: 0;
}
.call-to-action-two .title-box p {
  color: #414141;
}
.call-to-action-two .btn-box {
  position: relative;
  z-index: 8;
}
/*.call-to-action-two.alternate::before {
  position: absolute;
  right: 0;
  top: 0px;
  height: 477px;
  width: 470px;
  border-radius: 0 0 0 500px;
  background-color: var(--bg-theme-color3);
  content: "";
  z-index: -1;
  -webkit-animation: bounce-x 10s infinite linear;
  animation: bounce-x 10s infinite linear;
}*/
.call-to-action-three {
  position: relative;
  padding: 120px 0;
  z-index: 2;
}
.call-to-action-three .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  background-color: var(--bg-theme-color2);
  width: 100%;
  padding: 30px 100px;
  padding-right: 30px;
}
.call-to-action-three .outer-box::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 90px;
  background-image: url(../images/icons/icon-shpae.png);
  background-position: top left;
  background-repeat: no-repeat;
  content: "";
}
.call-to-action-three .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.call-to-action-three .title-box .icon {
  margin-right: 20px;
  font-size: 30px;
  line-height: 1em;
  color: var(--theme-color1);
}
.call-to-action-three .title-box .title {
  font-weight: 700;
  margin-bottom: 0;
}
.call-to-action-three .btn-box {
  position: relative;
  z-index: 8;
}
.call-to-action-three .btn-box .theme-btn {
  padding: 11px 40px 9px;
  font-size: 11px;
}
.call-to-action-four {
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--bg-theme-color2);
  z-index: 2;
}
.call-to-action-four .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  background-color: var(--bg-theme-color2);
  width: 100%;
}
.call-to-action-four .title-box .sub-title {
  position: relative;
  font-size: 20px;
  line-height: 1em;
  font-weight: 700;
  color: var(--theme-color1);
  margin-bottom: 20px;
}
.call-to-action-four .title-box .title {
  font-weight: 700;
  margin-bottom: 0;
}
.call-to-action-four .btn-box {
  position: relative;
  z-index: 8;
}
.call-to-action-five {
  position: relative;
  z-index: 2;
}
.call-to-action-five .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.call-to-action-five .title-box {
  position: relative;
  text-align: center;
  padding: 110px 20px;
  background-color: var(--bg-theme-color2);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.call-to-action-five .title-box::before {
  position: absolute;
  left: -120px;
  bottom: -20px;
  width: 538px;
  height: 287px;
  background-image: url(../images/icons/shape-9.png);
  content: "";
  -webkit-animation: bounce-x 10s infinite linear;
  animation: bounce-x 10s infinite linear;
}
.call-to-action-five .title-box .title {
  font-weight: 700;
  margin-bottom: 0;
}
.call-to-action-five .title-box .title:hover {
  color: #fff;
}
.call-to-action-five .title-box.style-two {
  background-color: #2c2e33;
}
.call-to-action-five .title-box.style-two::before {
  background-image: url(../images/icons/shape-8.png);
  left: auto;
  right: -70px;
}
.call-to-action-five .title-box.style-two .title {
  color: #fff;
}
.call-to-action-five .title-box.style-two .title:hover {
  color: var(--theme-color2);
}
 

/* award procedure starts */
.section-title .sub-title.double-line:before {
    content: "";
    position: absolute;
    left: -50px;
    top: 12px;
    height: 2px;
    width: 40px;
    background: #000;
}
.section-title .sub-title.double-line:after {
    content: "";
    position: absolute;
    right: -50px;
    top: 12px;
    height: 2px;
    width: 40px;
    background: #000;
}
.section-title .sub-title {
    position: relative;
    display: inline-block;
    margin-bottom: 4px;
    color: #000;
    font-weight: 700;
}
.how-it-work-area h5 {
    color: #000;
}
.how-it-work-area h2 {
    color: #ffc107;
    margin-bottom:30px;
}
.how-it-work-area p {
    color: #eee;
}
.how-it-work-area h4 {
    color: var(--theme-color2);
    margin-bottom: 10px;
}
.single-work-inner {
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
}

.single-work-inner .count-inner {
    position: relative;
    margin-bottom: 18px;
    display: inline-block;
    transition: 0.4s;
}

.single-work-inner .count-inner .h2,
.single-work-inner .count-inner h2 {
    font-weight: 700;
    background: #202b96;
    display: inline-block;
    height: 78px;
    width: 78px;
    line-height: 62px;
    border-radius: 50%;
    border: 10px solid #ccdfff;
    text-align: center;
    color: #fff;
    font-size: 40px;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    transition: 0.4s;
}

.single-work-inner .count-inner:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 96px;
    width: 96px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 96, 255, 0.1);
    transform: translate(-50%, -50%);
    z-index: 0;
    background: var(--theme-color1);
    transition: 0.4s;
}

.single-work-inner .details-wrap p {
    margin-bottom: 0;
}

.single-work-inner.style-two {
    background: #fff;
    padding: 0 30px 30px;
    margin-top: 44px;
}

.single-work-inner.style-two .count-inner {
    margin-top: -47px;
    display: inline-block;
}

.single-work-inner.style-two:hover .count-inner .h2,
.single-work-inner.style-two:hover .count-inner h2 {
    background: #000;
    border: 10px solid #afc0dd;
}

.single-work-inner.style-two:hover .count-inner:after {
    background: #d7dfed;
}

.single-work-inner.style-three .count-inner {
    background: var(--theme-color2);
    height: 90px;
    width: 90px;
    line-height: 98px;
    font-size: 40px;
    color: #fff;
    border-radius: 50%;
}

.single-work-inner.style-three .count-inner:after {
    display: none;
}

.single-work-inner.style-three:hover .count-inner {
    background: #000;
}

.single-work-inner.style-four .count-inner .h2,
.single-work-inner.style-four .count-inner h2 {
    border: 10px solid #4151b8;
}

.single-work-inner.style-four .count-inner:after {
    background: #ffc107;
}

.single-work-inner.style-four:hover .count-inner .h2,
.single-work-inner.style-four:hover .count-inner h2 {
    border: 10px solid #2d2b4b;
    background: #000;
    color: var(--theme-color2);
}

.single-work-inner.style-four:hover .count-inner:after {
    background: #4151b8;
}

.how-it-work-inner {
    position: relative;
}

.how-it-work-inner .hills-line {
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
}

/*.how-it-work-inner.arrow-line .single-work-inner:after {
    content: "";
    position: absolute;
    left: 100%;
    margin-left: -40px;
    top: 35px;
    background-image: url(https://itechie-nextjs.vercel.app/assets/img/shape/2.webp);
    height: 50px;
    width: 100%;
    background-repeat: no-repeat;
}*/

.how-it-work-inner.arrow-line .col-lg-2:last-child .single-work-inner:after,
.how-it-work-inner.arrow-line .col-lg-4:last-child .single-work-inner:after,
.how-it-work-inner.arrow-line .col-lg-4:last-child .single-work-inner:after,
.how-it-work-inner.arrow-line .col-lg-6:last-child .single-work-inner:after {
    display: none;
}

/* award procedure ends */

.menu-item-has-children > a:after {
    content: "\f107";
    position: absolute;
    right: -20px;
    top: 50%;
    width: 12px;
    height: 20px;
    display: block;
    line-height: 26px;
    font-size: 14px;
    z-index: 5;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-top: -2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav-pills-custom .active{
    background:#000;
    color:#fff;
}

.winner-card-body img{
    margin-bottom: 0px !important;
}
.spa-name{
    color:#fff !important;
    margin-bottom: 10px !important;
    font-size: 18px;
}
.spa-cat{
    color:#cecece !important;
    font-size: 14px;
    font-weight: 400;
}
    .winner-card{
    margin-bottom:50px;
        padding-top: 0px;
    border: 3px solid;
    border-image-source: linear-gradient(
49deg
, rgba(201,152,51,1) -35%, rgba(255,230,116,1) 20%, rgba(186,130,41,1) 50%, rgba(255,230,116,1) 80%, rgba(201,152,51,1) 100%);
    border-image-slice: 1;
}
.winner-card-footer{
    background: #171717;
    padding: 15px;
    padding-top: 0px;
    min-height: 175px;
    position: relative;
}

.highlight-entertype {
    position: relative;
    width: 20%;
    padding: 6px 15px;
    color: #000;
    background: linear-gradient(
-45deg
,#002851 47%,#020034 100%);
    background: linear-gradient(
49deg
, rgba(201,152,51,1) 0%, rgba(255,230,116,1) 107%, rgba(186,130,41,1) 50%, rgba(255,230,116,1) 80%, rgba(201,152,51,1) 100%);
    font-size: 13px;
    float: left;
}
.highlight-country {
    position: relative;
    width: 80%;
    padding: 6px 15px;
    color: #000;
    text-align: right;
    background: linear-gradient(
45deg
,#002851 47%,#020034 100%);
    background: linear-gradient(
49deg
, rgba(201,152,51,1) -35%, rgba(255,230,116,1) 20%, rgba(186,130,41,1) 50%, rgba(255,230,116,1) 80%, rgba(201,152,51,1) 100%);
    font-size: 13px;
    float: left;
    text-align: right;
}


.golden-text {
    background: linear-gradient(
49deg
, rgba(201,152,51,1) 0%, rgba(255,230,116,1) 20%, rgba(186,130,41,1) 50%, rgba(255,230,116,1) 80%, rgba(201,152,51,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   
}

.winners-section .winner_div .vc_column-inner{
    border: 1px solid #747474;
}
.winners-section .wpb_text_column{
    padding: 0px 5px 50px 5px!important
}


.spa-name{
    float: left;
    margin-top: 20px;
    margin-bottom: 1px;
    /* min-height: 75px; */
    width: 100%;
    background: linear-gradient(
49deg
, rgba(201,152,51,1) 0%, rgba(255,230,116,1) 20%, rgba(186,130,41,1) 50%, rgba(255,230,116,1) 80%, rgba(201,152,51,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* color: #fff; */
    font-weight: 600;
}


.spa_cat{
     font-size:12px;
}
.spa_cat_name{
    font-size:12px;
}
.cat_heading {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px;
    font-style: italic;
}