body {
    overflow-x: hidden;
}
h2{
    color:#000;
}
.section-title-3 p{
    text-align:left;    
}
footer {
    z-index: 9999;
    position: relative;
}
.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%;
    }

}

.custom_section .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .custom_section .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .custom_section .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .custom_section .container {
        width: 1170px;
    }
}
.custom_section .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.custom_section .row {
    margin-right: -15px;
    margin-left: -15px;
}
.custom_section .row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.custom_section .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}


.header-area2{
    margin-top:25px;
    background:var(--theme-color1);
}
.header-area2.sticky{
    background-color:var(--theme-color1);
}
.header-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2px;
    background:#292929;
    position: fixed;
    width: 100%;
    z-index: 100;
}
 
.top-header .useful-links{
    display: inline-block;
    text-align: right;
    margin: 0px;
}

.top-header .useful-links li {
    list-style:none;
    display:inline-block;
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
    color: var(--theme-white);
    font-size:13px;
    padding: 4px 10px;
}
.top-header .useful-links li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.top-header .useful-links li:before {
  position: absolute;
  left: -3px;
  top: 5px;
  content: "/";
}
.top-header .useful-links li:first-child:before {
  display: none;
}
.top-header .useful-links li i{
    color: var(--theme-color2);
}
.top-header .useful-links li a {
  color: var(--theme-white);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size:13px;
}
.top-header .useful-links li a:hover {
  color: var(--theme-color2);
}
p-left{
    float: left;
}
.top-right{
    float: left;
}

 
.top-social-icon {
    position: relative;
    display: inline-block;
    margin: 0px;
}
.top-social-icon li:first-child {
    margin-left: 0;
}
.top-social-icon li {
    margin-left: 10px;
    display: inline-block;
}
.top-social-icon li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    color: var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.list-style-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  margin: 0px;
}
.list-style-one li {
    list-style:none;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--theme-color1);
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-style-one li i {
  margin-right: 10px;
  color: var(--theme-color2);
  font-size: 14px;
  line-height: 20px;
}
.list-style-one li a {
  display: inline-block;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 14px;
}
.list-style-one li a:hover {
  color: var(--theme-color1);
}


.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%);
}*/



.main-button-red a {
    font-size: 16px;
    color: #fff;
    background-color: #e12f2f;
    padding: 12px 17px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 500;
    transition: all 0.3s;
}

.main-button-red a:hover {
    color: #ffed64 !important;
    opacity: 1;
}

.main-button-red-1 a {
    font-size: 16px;
    color: #000;
    background-color: #01ff84;
    padding: 12px 25px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 500;
    transition: all 0.3s;
}

.main-button-red-1 a:hover {
    opacity: 0.7;
}

.main-button-red-2 a {
    font-size: 16px;
    color: #fff;
    background-color: #008744;
    padding: 12px 17px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 500;
    transition: all 0.3s;
    width: 100%;
}

.main-button-red-2 a:hover {
    opacity: 0.7;
}

.main-button-red-3 a {
    font-size: 16px;
    color: #fff;
    background-color: #0057e7;
    padding: 12px 17px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 500;
    transition: all 0.3s;
    width: 100%;
}

.main-button-red-3 a:hover {
    opacity: 0.7;
}

.main-button-yellow a {
    font-size: 16px;
    color: #fff;
    background-color: #f5a425;
    padding: 12px 17px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 500;
    transition: all 0.3s;
}

.main-button-yellow a:hover {
    opacity: 0.9;
}

.section-heading h2 {
    line-height: 40px;
    margin-top: 0px;
    /*margin-bottom: 50px;*/
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(250, 250, 250, 0.15);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.main-banner {
    position: relative;
    max-height: 100%;
    overflow: hidden;
    margin-bottom: -15px;
    background:#000;
}
.main-banner .main-button-red,
.main-button-red-1,
.main-button-red-2,
.main-button-red-3 {
    text-align: center;
    display: inline-block;
}
#bg-video,
#bg-image {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}
#bg-video::-webkit-media-controls {
    display: none !important;
}
.video-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}
.main-banner .caption {
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    width: 100%;
    text-align: center;
}
.main-banner .caption h6 {
    margin-top: 0px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
}
.main-banner .caption h2 {
    /*margin-top: 20px;
  margin-bottom: 20px;*/
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
}

.main-banner .caption h2 em {
    font-style: normal;
    color: #f5a425;
    font-weight: 900;
}
.main-banner .caption h5 {
    font-size: 30px;
        color: #ffcb2f;
}
.main-banner .caption p {
    color: #fff;
    font-size: 18px;
    max-width: 1200px;
    text-align: left;
    margin: auto;
    margin-bottom: 30px;
}

.main-banner .caption .main-button-red {
    margin-top: 30px;
}

.main-banner .caption .main-button-red-1 {
    margin-top: 30px;
}

.main-banner .caption .main-button-red-2 {
    margin-top: 30px;
}

.main-banner .caption .main-button-red-3 {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .main-banner .caption {
        width: auto;
    }
    .main-banner .caption h6 {
        font-weight: 500;
    }

    .main-banner .caption h2 {
        font-size: 36px;
    }
    #bg-video, #bg-image {
        max-width: max-content;
        max-height: max-content;
    }
}

.sec-mar {
    margin: 0 !important;
}
.breadcrumb-sm-images {
    display: none !important;
}

.home4-feature-area .counter-area .single-counter .content .number {
    display: inline-flex;
    gap: 4px;
}
.home4-feature-area .counter-area .single-counter .icon svg {
  fill: var(--theme-color2);
  height: 50px;
}
.home4-feature-area .counter-area .single-counter .icon i {
    color: var(--theme-color2);
}
.home4-feature-area .counter-area {
    text-align: center;
}
.home4-feature-area .counter-area .single-counter .content .number span {
    font-size: 48px;
}
.home4-feature-area .counter-area .devider {
    width: 20%;
}
.home4-feature-area {
    padding: 30px 0px 60px 0px;
}

/* 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: var(--theme-color1);
    margin-bottom:30px;
}
.how-it-work-area p {
    color: #000;
}
.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: var(--theme-color1);
}

.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 */
    
/* category starts */    
.two-column li {
    color: var(--theme-black);
}
.two-column li {
    width: 33% !important;
    float: left;
}

@media (min-width: 601px) and (max-width: 992px) {
 .two-column li {
    width: 50% !important;
}   
}
@media only screen and (max-width: 600px) {
.two-column li {
    width: 100% !important;
}
}

.list-style-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.list-style-one li {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--theme-color1);
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-style-one li i {
  margin-right: 10px;
  color: var(--theme-color2);
  font-size: 14px;
  line-height: 20px;
}
.list-style-one li a {
  display: inline-block;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 14px;
}
.list-style-one li a:hover {
  color: var(--theme-color1);
}
.list-style-two {
  position: relative;
}
.list-style-two li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
  padding-left: 30px;
  margin-bottom: 5px;
}
.list-style-two li i {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme-color2);
  font-size: 18px;
  line-height: 30px;
}
.list-style-two li a {
  display: inline-block;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-two li a:hover {
  color: #ffffff;
}
.list-style-three {
  position: relative;
  margin:0;
}
.list-style-three li {
  list-style:none;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--theme-color1);
  padding-left: 25px;
  margin-bottom: 10px;
}
.list-style-three li:before {
  left: 0;
  top: 0;
  content: "\f058";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: var(--theme-color2);
   margin-right: 10px;
}
.list-style-three li a {
  display: inline-block;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-three li a:hover {
  color: #ffffff;
}
/* category ends */


.cat_heading{
    font-size: 12px;
    color:#fff;
    font-weight: 400;
    margin-bottom: 5px;
    font-style: italic;
}
.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;
}

.faq-column{
    color: var(--theme-black);
    margin-bottom:30px;
}
.faq-column h3{
    color: var(--theme-color1);
}
.faq-column p{
    color: var(--theme-black) !important;
}
.faq-column .accordion-button:not(.collapsed) {
    color: var(--theme-color1);
    background-color: var(--theme-white);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

@media only screen and (max-width: 600px) {
.chooseus-section .outer-box {
    width: 100% !important;
    padding: 20px 10px !important;
}
.chooseus-section .bg-layer {
    display: none !important;
}

}



.fixedfooter {
     background: rgba(255,0,0,.9);
     position:fixed;
     bottom:0px;
     height:40px;
     width:100%;
     text-align:center;
     z-index:99999;
     box-shadow:2px 0 10px rgba(0, 0, 0, 1.9);
     /*border-top:1px solid rgba(255,0,0,.9);*/
     display:none;
 }
.fixedfooterList{
    padding: 0;
    margin: 0;
}
 .fixedfooterList li{
     display:inline-block;
     line-height:37px;
     width:50%;
     padding-bottom:5px;
     border-left:2px solid #ffffff;
     text-align:center;
     position:relative;
     float:left;
     cursor:pointer;
     background: rgba(255, 0, 0, .9);
 }
 .fixedfooterList li a{
     color:#ffffff;
     font-size:12px;
     font-weight:600;
     text-decoration:none;
     text-transform:uppercase;
 }
 .fixedfooterList li a img{
     vertical-align: middle;
     border-style: none;
 }
 .fixedfooterList li:first-child{
     border-left:0px;
 }
.fixedfooterList li+li {
    background: #0CDD6B;
}
@media only screen and (max-width: 600px) {
 .fixedfooter {
     display:initial;
 }
}


.hero {
    position: relative;
}

.hero-section.bg-section {
    position: relative;
    background: url(https://bestofbestawards.com/demo/assets/images/best-of-best-awards-slider.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    padding: 130px 0 150px;
}
.bg-section {
    position: relative;
    width: 100%;
    max-width: 1820px;
    background: var(--theme-color1);
    /*border-radius: 46px;*/
    margin: 0 auto;
}
.hero-section.bg-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 13.62%, rgba(0, 0, 0, 0.2) 68.99%);
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
   /* max-width: 930px;*/
    margin: 0 auto;
    text-align: left;
    color:#fff;
}

.hero-content .section-title h1{
    color:#fff;
    font-size: 50px !important;
}
.hero-content p{
    text-align: justify;
    color:#fff;
    font-size: 18px;
}
.section-title {
    margin-bottom: 40px;
}
.btn-default {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    background: var(--theme-color2);
    color: var(--theme-color1);
    border-radius: 100px;
    padding: 16px 25px;
    margin-right: 48px;
    border: none;
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 1;
} 


 .room-1-block {
    position: relative;
    margin-bottom: 30px;
}

.room-1-content {
    background: #ffffff;
    box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.1);
    padding: 40px 20px;
    padding-top: 0;
}
.room-1-content h4 {
    color: var(--theme-color2);
    font-size: 20px;
}
.room-1-content p {
    font-size: 13px;
    color: #000;
    text-align: justify;
    margin-bottom: 20px;
}
p.room-1-meta-info {
    background: #ffffff;
    box-shadow: 0px 5px 80px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    padding: 15px 0;
    transform: translateY(-50%);
    margin-bottom: 2px;
}
.hvr-img-zoom-1 {
    position: relative;
    overflow: hidden;
}
.btn-alt {
    padding: 8px 15px;
    color: var(--theme-white);
    background: var(--theme-color1);
}
.btn-alt-2{
	padding: 8px 15px;
    color: var(--theme-color1);
    background: var(--theme-color2);
}
a.btn-alt:hover, .btn-default:hover{
color: #ffed64 !important;
}
a.btn-alt-2:hover{
color: #f00 !important;
}


.section-title-3 p {
    text-align: justify;
}


.wp-table .promo {
    text-transform: uppercase;
    font-size: 17px;
    color: #000;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 9;
    width: 100%;
    margin-top: -43px;
    padding: 0px;
    background: #1eff00;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.service-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
      display: flex;
}
.service-block .inner-box {
  position: relative;
  background-color: #ffffff;
  padding: 15px;
  border: 1px solid #e6e8ed;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .inner-box:hover {
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.service-block .inner-box:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.service-block .inner-box:hover .image-box .image:after {
  left: 0;
  right: 0;
  opacity: 0;
}
.service-block .image-box {
  position: relative;
}
.service-block .image-box .image {
  overflow: hidden;
  margin-bottom: 0;
}
.service-block .image-box .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .image-box .image:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.service-block .image-box .icon-box {
  position: absolute;
  left: 25px;
  bottom: -10px;
  height: 90px;
  width: 90px;
  background: var(--bg-theme-color2);
  color: var(--theme-color1);
  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;
  font-size: 58px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block .image-box .icon-box:before {
  position: absolute;
  bottom: 0;
  left: -10px;
  border-right: 10px solid var(--border-theme-color2);
  border-bottom: 10px solid transparent;
  content: "";
}
.service-block .image-box .icon-box:after {
  position: absolute;
  bottom: 0;
  right: -10px;
  border-left: 10px solid var(--border-theme-color2);
  border-bottom: 10px solid transparent;
  content: "";
}
.service-block .content-box {
  position: relative;
  padding: 35px 25px 15px;
}
.service-block .content-box .title {
  margin-bottom: 14px;
}
.service-block .content-box .title a{
 color: var(--theme-color1);
}
.service-block .content-box .title a:hover {
  color: var(--theme-color2);
}
.service-block .content-box .text {
  position: relative;
  margin-bottom: 0;
  text-align:justify;
  color:#000;
}
.service-block .content-box .read-more{
    padding: 8px 20px;
    background: var(--theme-color1);
    color: var(--theme-color3);
    transition: 0.3s ease-in-out;
    margin-right: 10px;
    display: inline-block;
}
.service-block .content-box .read-more {
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    width: 145px;
    text-align: center;
}
.service-block .content-box .read-more i {
  margin-left: 10px;
  color: var(--theme-color2);
  font-size: 16px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.service-block .content-box .read-more:hover {
  color: var(--theme-color2);
}
.service-block .content-box .read-more:hover i {
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  opacity: 0;
}


.fancy-feature-fortyTwo h6{
    color: var(--theme-color1);
}
.fancy-feature-fortyTwo p{
    color: #000;
}
.industry-btn-container {
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    display: flex;
}
.industry-btn-container a:first-child {
    position: relative;
    color: #fff;
    padding: 10px 10px;
    background: var(--theme-color1);
    transition: 0.3s ease-in-out;
    box-shadow: 2px 2px 0 #000;
    margin-right: 10px;
}
.industry-btn-container a:last-child {
    position: relative;
    color: var(--theme-color1);
    padding: 10px 10px;
    background: var(--theme-color2);
    transition: 0.3s ease-in-out;
    box-shadow: 2px 2px 0 #000;
}


.pagination_btn {
    font-weight: 400;
    font-size: 14px;
    color: var(--theme-color1);
    border-radius: 5px;
    background-color: var(--theme-color2);
    padding: 8px 20px;
    display: inline-block;
    z-index: 1;
    margin-right: 20px;
}



