@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Redressed&display=swap');
body {
    background: #fff;
    color: #363636;
    font-family: 'Roboto', sans-serif;

    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;

    color: #0c0c0c;
    margin: 0 0 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #0c0c0c;
}

p a {
    color: #363636;
    width: auto;
    display: inline-block;
}

p a:hover {
    text-decoration: underline;
    outline: none;
}

p {
    letter-spacing: normal;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
    color: #363636;
}

a {
    color: #7f7f7f;
    text-decoration: none;
    outline: none;
    display: block;
}

a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul li,
ol li {
    list-style: none;
}

iframe {
    border: 0;
    width: 100%;
}

blockquote {
    padding: 0;
    border: 0;
}

label {
    color: #7f7f7f;
    display: block;
    font-weight: 400;
    margin: 0;
}

textarea {
    height: 100px;
}

textarea,
select,
input {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-control::-moz-placeholder {
    color: #555;
}

.form-control:focus::-moz-placeholder {
    color: #f0c05a;
}

.form-control:focus {
    border-color: #f0c05a;
    box-shadow: none;
}

h2 {
    font-size: 26px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: bold;
    overflow: hidden;
}

h3 span {
    padding: 0 10px 0 0;
    position: relative;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
}

h5 {
    text-transform: capitalize;
}

/* Header*/
header{float:left;position:absolute;left:0;top:0;width:100%;background:0 0;z-index:99;margin:0;padding:0;padding-right:5%;display:flex}
.header.stricky-fixed{position:fixed;top:0;left:0;width:100%;z-index:999;-webkit-box-shadow:0 3px 5px rgba(0,0,0,.1);box-shadow:0 3px 5px rgba(0,0,0,.1);animation-name:fadeInDown;animation-duration:1s;background-color:#000;animation-fill-mode:both}
@keyframes fadeInDown{
from{opacity:0;transform:translate3d(0,-100%,0)}
to{opacity:1;transform:none}
}
.header .leftLogo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;float:left;background:#000;padding:20px 40px}
.header .leftLogo a{padding:0;max-width:200px;width:100%;text-align:center}
.header .leftLogo a img{height:auto}
.header.stricky-fixed .leftLogo{padding:5px 40px}
.header.stricky-fixed .leftLogo a{width:150px}
.navigation{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:auto;flex-basis:auto;justify-content:end}
.navigation .nav-header{display:none;padding:12px 20px}
.navigation .navbar button{width:40px;height:40px;background:#f3a317;border:0;outline:0;color:#fff;font-size:25px;border-radius:0;text-align:center;padding:0 5px 5px;vertical-align:middle;float:right}
.navigation .navbar button{float:right;margin-right:0;border:0;outline:0;background:0 0;height:40px;padding:0}
.navigation .navbar button span{display:block;width:33px;height:2px;background-color:#f0c05a;margin:8px 0;position:relative;transition:.4s ease}
.navigation .navbar button span:nth-child(2){width:33px}
.navigation .navbar button span:nth-child(3){width:33px}
.navigation .navbar button.open span:first-child{display:none}
.navigation .navbar button.open span:nth-child(2){transform:rotate(45deg);top:7px;width:33px}
.navigation .navbar button.open span:nth-child(3){transform:rotate(-45deg);top:-3px}
.navigation .menu{display:block}
.navigation .menu ul{float:right;margin:0;padding:0}
.navigation .menu ul li{float:left;position:relative}
.navigation .menu ul li a{padding:30px 10px 15px;display:block;color:#fff;text-transform:uppercase;transition:all .3s ease;font-size:15px;background:0 0;font-weight:500}
.navigation .menu ul li:last-child a{padding-right:0}
.header.stricky-fixed .navigation .menu ul li a{padding:20px 10px 20px}
.header.stricky-fixed .navigation .menu ul li:last-child a{padding-right:0}
.navigation .menu ul li.active a,.navigation .menu ul li:hover a{color:#f0c05a;background:0 0}
.navigation .menu ul li ul.cs-dropdown{top:100%;left:0;text-align:left}
.navigation .menu ul li ul.cs-dropdown li:last-child{border:0}
.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown{left:100%;top:0}
.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown{left:-100%;top:0}
.navigation .menu ul li ul.cs-dropdown{position:absolute;width:200px;display:none;z-index:99999;box-shadow:0 6px 6px 0 rgba(0,0,0,.4);background:#000;margin:0;padding:0;transition:all .3s ease}
.navigation .menu ul li:hover ul.cs-dropdown{display:block}
.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown{display:none;background:#000;box-shadow:0 6px 6px 0 rgba(0,0,0,.4);transition:all .3s ease}
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown{display:block}
.navigation ul li.cs-submenu a button{border:0;background:0 0;outline:0;padding:0;margin:0 0 0 5px;color:#fff;height:auto;line-height:inherit}
.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu a button{float:right;transform:rotate(90deg)}
.navigation ul li.cs-submenu a button svg{width:16px;height:16px;color:#fff}
.navigation ul li.cs-submenu:hover svg{transform:rotateZ(180deg);color:#f0c05a}
.navigation ul li.cs-submenu ul.cs-dropdown li a button svg{color:#fff}
.navigation ul li.cs-submenu ul.cs-dropdown li:hover a button svg{color:#fff}
.header.stricky-fixed .navigation .menu ul li.cs-submenu a button svg{color:#fff}
.header.stricky-fixed .navigation .menu ul li.cs-submenu:hover a button svg{color:#fff}
.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover a button{color:#fff}
.navigation .menu ul li ul.cs-dropdown li{display:block;padding:0;border-bottom:1px solid #222;width:100%}
.navigation .menu ul li ul.cs-dropdown li a{color:#fff;font-size:14px;padding:10px 10px 10px 15px;position:relative;display:block;text-transform:capitalize;font-weight:400;background:0 0;transition:all .3s ease}
.navigation .menu ul li ul.cs-dropdown li a:hover{color:#000;background:#f0c05a}
.navigation .menu ul li ul.cs-dropdown li:hover a{color:#000;background:#f0c05a}
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a{background:#272727;color:#fff}
.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover{color:#fff;background:#f0c05a}
.header.stricky-fixed .navigation .menu ul li ul.cs-dropdown li a{padding:7px 10px 7px 15px}
.navigation .navbar{display:none;padding:10px 0;margin:0}
.navigation .menu ul li.megaMenu ul{width:780px;background:#f0c05a}
.navigation .menu ul li.megaMenu ul li{width:33.333%}
.navigation .menu ul li.megaMenu ul li.awardsMenu a{color:#000;font-size:16px;font-weight:600}
.navigation .menu ul li.megaMenu ul li.awardsMenu:nth-child(2n){border-left:1px solid #424040}
.navigation .menu ul li.megaMenu:hover ul li a{background:0 0}
.navigation .menu ul li.megaMenu ul.cs-dropdown li.cs-submenu a button{display:none}
.navigation .menu ul li.megaMenu ul.cs-dropdown li.cs-submenu svg{transform:rotateZ(0);color:#f0c05a}
.navigation .menu ul li.megaMenu ul li ul.cs-dropdown,.navigation .menu ul li.megaMenu:hover ul.cs-dropdown li ul.cs-dropdown{width:100%;position:relative;display:block;left:0;top:0;margin:0;padding:0;height:205px}
.navigation .menu ul li.megaMenu ul li ul.cs-dropdown li{width:100%;display:block}
.navigation .menu ul li.megaMenu ul li.awardsMenu ul.cs-dropdown li a{font-size:14px;color:#fff;font-size:14px;text-transform:inherit;padding:10px 15px 10px 15px}
.navigation .menu ul li.megaMenu ul.cs-dropdown li:hover ul.cs-dropdown li a{background:0 0;color:#fff;font-size:14px;text-transform:inherit}
.header.stricky-fixed .navigation .menu ul li.megaMenu ul.cs-dropdown li:hover ul.cs-dropdown li a{background:0 0;color:#fff;font-size:14px;text-transform:inherit}
.navigation .menu ul li.megaMenu ul li.awardsMenu ul.cs-dropdown li a:hover{color:#f0c05a}
.header.stricky-fixed .navigation .menu ul li.megaMenu ul li.awardsMenu ul.cs-dropdown li a:hover{color:#f0c05a}
.navigation .menu ul li.megaMenu ul li.awardsMenu:nth-child(2n) a span{font-size:14px;display:block;color:#fff}
.navigation .menu ul li.megaMenu ul li.awardsMenu:nth-child(2n) a span.titleUp{color:#f0c05a;font-size:16px}
.navigation .menu ul li.megaMenu ul li.awardsMenu:nth-child(2n) a span.buttonDetails{text-transform:uppercase;background:0 0;color:#f0c05a;padding:5px 15px;position:relative;font-size:13px;letter-spacing:1px;border:1px solid #f0c05a;display:inline-block;overflow:hidden;margin-top:4px}
.navigation .menu ul li.megaMenu ul li.awardsMenu:nth-child(2n) a span.buttonDetails:hover{color:#000;background:#f0c05a}
.navigation .menu ul li.megaMenu ul li.awardsMenu:last-child{width:100%}
.navigation .menu ul li.megaMenu ul li.awardsMenu:last-child .menuFull{width:100%;float:left;background:#222;margin:0}
.navigation .menu ul li.megaMenu ul li.awardsMenu:last-child .menuFull .menuSingle{float:left;width:50%;border-bottom:1px solid #333;font-family:Roboto,sans-serif}
.navigation .menu ul li.megaMenu ul li.awardsMenu:last-child .menuFull .menuSingle a{color:#fff;font-size:14px;text-transform:inherit}
.navigation .menu ul li.megaMenu ul li.awardsMenu:last-child .menuFull .menuSingle a:hover{color:#f0c05a}
.header.stricky-fixed .navigation .menu ul li.megaMenu ul li.awardsMenu:last-child .menuFull figcaption a:hover{color:#f0c05a;background:0 0}
.header.stricky-fixed .navigation .menu ul li.megaMenu ul.cs-dropdown li:hover a{background:0 0}
.navigation .menu ul li.megaMenu ul li.awardsMenu:last-child .menuFull .menuSingle:nth-child(2n){border-left:1px solid #424040}
  .bannerFixed{
    float:left;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
  }
.bannerFixed video{
    width: 100%;
    /*👉min-height: 100vh;
    min-width: 100vw;👈*/
  }

  @media (min-aspect-ratio: 16/9) {
    .bannerFixed video {
      margin: 0;
    }
  }

  .bannerFixed:before {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      height: 99%;
      background: #000;
      opacity: 0.5;
      top: 0;
      left: 0;
      z-index: 9;
      content: '';
  }


.homeSlider{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .homeSlider .swiper-button-prev,
  .homeSlider .swiper-button-next{
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.3)!important;
    line-height: 0;
    position: absolute;
    top: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    color: #000;
    border: 0;
    outline: 0;
    background: #F0C05A;
    border-radius: 100%;
    z-index: 999
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px;

  }

  .homeSlider .swiper-button-prev{
    left: 80px;
    right: auto
  }

  .homeSlider .swiper-button-next{
    left: auto;
    right: 80px;
  }
  .homeSlider .swiper-button-prev:hover,
  .homeSlider .swiper-button-next:hover{
    background: #000;
    border-color: #000;
    color: #F0C05A;
  }



  .bannerFixed .container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9;
      text-align: center;
  }
  .bannerFixed .container .logo{
    max-width: 250px;
    margin: 50px 0 0;
    display: inline-block;
  }
  .title2023 {
    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%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .bannerFixed .container h1{
    color: #fff;
    font-weight: 600;
    text-align: center;
  }
  .bannerFixed .container p{
    text-align: center;
    color: #fff;
  }

  .countdown{
    width: 100%;
    display: block;
    margin:0 auto 20px;
    padding: 30px 0;
border: 1px solid #f0c05a;
border-radius: 6px;
}
.countdown .date .time {
    font-size: 40px;
    font-weight: 600;
    line-height: 90px;
    margin-bottom: 5px
}

.countdown .date {
    color: #000;
    padding-right: 30px;
    display: inline-block
}

.countdown .date span {
    display: block;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #f0c05a;
    text-align: center;
}

.countdown .date .time {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 6px;
    background-color: #f0c05a;
color: #000;
    width: 85px;
    height: 85px;
    border-radius: 12px;
    text-align: center;
    line-height: 85px
}

.countdown .date {
    padding-left: 18px;
    padding-right: 18px;
    position: relative
}

.countdown .date:after {
    content: ":";
    font-size: 60px;
    position: absolute;
    right: -9px;
    top: 0;
    line-height: 85px;
    width: 15px;
    color: #fff
}

.countdown .date:last-child:after {
    content: none
}


.read_more {
    text-transform: uppercase;
    background: transparent;
    color: #f0c05a;
    padding: 10px 25px;
    margin: 0 0 20px;
    position: relative;
    font-size: 14px;
    letter-spacing: 1px;
    border: 1px solid #f0c05a;
    display: inline-block;
    overflow: hidden;
    height: 45px;
    border-radius: 4px;
}

.read_more svg {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.read_more span {
    display: flex;
    align-items: center;
}

.read_more:hover {
    border-color: #f0c05a;
    color: #000;
}

.read_more:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #f0c05a;
}

.read_more:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.read_more:hover span {
    color: #000;
}

.read_more span {
    position: relative;
    z-index: 2;
}
.aboutAwards p{
    text-align: justify;
}
.aboutAwards .read_more.moreBtn{
    background: #f0c05a;
    color: #000;
    border-color: #f0c05a;
}
.aboutAwards .read_more.moreBtn:after{
    background: #000;

}
.aboutAwards .read_more.moreBtn:hover span {
    color: #fff;
}
.aboutAwards .read_more.moreBtn:hover {
    border-color: #000;
    color: #fff;
}


.partnerSection {
    float: left;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    background: #000;
    background: url("../images/dot.png"), -moz-linear-gradient(left, #000 1%, #111 17%, #2b2b2b 50%, #111 76%, #000 100%);
    background: url("../images/dot.png"), -webkit-linear-gradient(left, #000 1%, #111 17%, #2b2b2b 50%, #1111 76%, #000 100%);
    background: url("../images/dot.png"), linear-gradient(to right, #000 1%, #111 17%, #2b2b2b 50%, #111 76%, #000 100%);
}
.partnerSection:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to right, #c08f24 0, #f4e088 50%, #c08f24 100%);
    content: ""
}

.partnerSection:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 80%;
    top: 30px;
    right: 0
}
.partnerSection .title_3 {
    line-height: 30px;
    text-align: center;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.single_partner img {
    display: inline-block;
    max-width: 170px;
    text-align: center;
    color: #18253e;
    margin: 0;
    -webkit-transition: .5s;
    transition: .5s
}



.aboutAwards{
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #fff;
    margin: 0
}

.aboutAwards .title {
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #af7114;
    font-size: 36px;
    text-transform: uppercase
}

.aboutAwards .title span {
    color: #333;
    font-weight: 300;
    text-transform: capitalize
}

.aboutAwards h2.title {
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #af7114;
    font-size: 36px;
    text-transform: uppercase
}

.aboutAwards h2.title span {
    color: #333;
    font-weight: 300;
    text-transform: capitalize
}
.aboutAwards h2{
    margin: 15px 0 10px;
    font-size: 18px;
    color: #af7114;
}

.aboutAwards ul {
    margin: 0 0 25px;
    padding: 0;
}

.aboutAwards ul li {
    letter-spacing: normal;
margin-bottom: 10px;
line-height: 24px;
font-size: 16px;
color: #363636;


    display: flex;
    flex-flow: row wrap;
    margin-bottom: 4px;
    position: relative;
    padding-left: 30px;
    position: relative;
    text-align: left;
}

.aboutAwards ul li strong {
    margin-left: 5px
}

.aboutAwards ul li:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/check.svg) no-repeat;
    background-size: 100%
}


.aboutAwards .read_more{
    background: #000;
    color: #fff;
    border-color: #000;
}
.aboutAwards .read_more:hover{
    border-color: #f0c05a;
}
.geaVideo {
    float: right;
    width: 450px;
    margin-left: 15px;
    margin-bottom: 15px;
    z-index: 2;
    position: relative;
    text-align: center;
}
.geaVideo a{
    position: relative;
}
.geaVideo a img{
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}
.about-wps p {
    font-size: 16px;
    color: #666;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-align: justify
}

.about-wps p strong {
    color: #af7114;
    font-weight: normal
}

.playBtn {
    width: 70px;
    height: 50px;
    border: 0;
    box-shadow: 0 0 0 0 rgba(175, 113, 20, 0.7);
    border-radius: 10%;
    cursor: pointer;
    -webkit-animation: pulse3 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse3 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse3 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse3 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    background: rgba(175, 113, 20, 0.8);
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 30px;
    padding: 0 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.playBtn svg{
    width: 40px;
    height: 40px;
}
.playBtn:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none
}

@-webkit-keyframes pulse3 {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0)
    }
}

@-moz-keyframes pulse3 {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0)
    }
}

@-ms-keyframes pulse3 {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0)
    }
}

@keyframes pulse3 {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0)
    }
}


.aboutGea2023{
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
    text-align: center;
}
.aboutGea2023 .title_2 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #333;
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px
}

.aboutGea2023 .title_2 span {
    font-weight: 700;
    color: #af7114;
    text-transform: uppercase
}
.container900{
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
}
.container900 p{
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
}
.container900 h2{
    margin: 15px 0 10px;
font-size: 18px;
color: #af7114;
}
.container900 p:last-child{
    margin-bottom: 50px;
}
.container900 p strong{
    color: #af7114;
}
.container900 .read_more{
    background: #000;
    color: #fff;
    border-color: #000;
}
.container900 .read_more:hover{
    border-color: #f0c05a;
}
.container900 ul {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
}

.container900 ul li {
    font-size: 18px;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 4px;
    position: relative;
    padding-left: 30px;
    position: relative;
    color: #333;
    text-align: left;
}

.container900 ul li strong {
    margin-left: 5px
}

.container900 ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/check.svg) no-repeat;
    background-size: 100%
}

.wps_home_about {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0 0;
    background: #000;
    position: relative;
    z-index: 99;
}

.h1_title {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    position: relative;
    z-index: 111;
}

.text {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.text p {
    font-size: 18px;
    color: #999;
    line-height: 25px;
    margin: 0;
    padding: 0;
}

.wps_home_about .h1_title {
    margin: 22px 0;
    align-items: center;
    display: flex;
    font-size: 28px;
}

.text .exp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
}

.text .exp .exp_num {
    font-size: 100px;
    font-weight: 700;
    background: url(../images/rocks.jpg);
    background-size: 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.text .exp .exp_num img {
    width: 80px;
}

.text .exp .valign {
    font-weight: 700;
    padding-top: 20px;
    padding-left: 20px;
    color: #f0c05a;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.hr_padding {
    margin-top: 50px;
    background: #535353;
    margin-bottom: 0;
}

.home_about_2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0 30px;
    background: #000;
    position: relative;
    z-index: 9;
    border-bottom: 1px solid #111;
}

.h2_title {
    font-size: 36px;
    color: #f0c05a;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
}

.home_about_2 h2 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #c19025 0%, #c08f24 30%, #dba632 30%, #eebc4f 73%, #f0c15b 100%);
    display: inline-block;
}

.about_img {
    float: right;
    max-width: 540px;
    width: 100%;
    position: relative;
    margin: 0 0 15px 15px;
}

.about_img .img {
    padding: 0 0px 30px 30px;
    position: relative;
}

.about_img .img:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 45px;
    bottom: 0;
    border: 1px solid #535353;
}

.about_img .img img {
    position: relative;
    z-index: 2;
    background: #272727;
}

.about_img .img iframe {
    position: relative;
    z-index: 2;
    background: #272727;
}

.about_img .about_img {
    width: 42% !important;
    position: absolute;
    bottom: 0px;
    right: 45px;
    z-index: 3;
    padding: 10px 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    background: #f0c05a;
}

.home_about_2 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #999;
    margin-bottom: 20px;
}

.upcomingSection{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.upcomingSection img{
    width: 100%;
}
.parallax {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/parallax-bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    /*👉background-attachment: fixed;👈*/
    background-position: center;
}
.parallax::before{
    position:absolute;
    content: "";
    background: #000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.parallax .parallaxOverlay {
    color: #fff;
    position: relative;
    text-align: center;
    max-width: 550px;
    width: 100%;
    position: relative;
}

.upcomingAwards {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    max-width: 550px;
    width: 100%;
    font-weight: 300;
    font-size: 22px;
    margin: 0 auto;
    /*👉 margin-right: 10%;👈*/
    background: #0f0f0f;
    padding: 50px 55px;
    position: relative;
}

.upcomingTag {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: -1px;
    left: -1px;
}

.upcomingTag:before,
.upcomingTag:after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
    border-top-color: transparent;
    border-left-color: transparent;
}

.upcomingTag:before {
    top: 0;
    right: 0;
}

.upcomingTag:after {
    bottom: 0;
    left: 0;
}

.upcomingTag span {
    position: absolute;
    display: block;
    width: 260px;
    padding: 10px 0;
    background: linear-gradient(to right, #c08f24 0, #f4e088 50%, #c08f24 100%);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #000;
    text-transform: uppercase;
    text-align: center;
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
    font-weight: 600;
    font-size: 16px
}


.parallax .parallaxOverlay .parallaxTitle1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    line-height: 48px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #c19025 0%, #c08f24 30%, #dba632 30%, #eebc4f 73%, #f0c15b 100%);
}

.keyDate {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    line-height: 36px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #c19025 0%, #c08f24 30%, #dba632 30%, #eebc4f 73%, #f0c15b 100%);
}

.parallax .parallaxOverlay .awardTitle {
    font-size: 18px;
    color: #fff;
    text-align: center;
    /*👉font-weight: 500;👈*/
    margin-bottom: 20px;
}

.parallax .parallaxOverlay .awardDate {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    border: 1px dashed #f0c05a;
    padding: 8px 10px;
}

.parallax .parallaxOverlay .awardDate span {
    color: #f0c05a;
}

.parallax .parallaxOverlay .parallaxTitle2 {
    font-size: 16px;
    color: #f0c05a;
    text-align: center;
    /*👉font-weight: 500;👈*/
    margin-bottom: 20px;
}

.parallax .parallaxOverlay .read_more {
    margin-bottom: 0;
    background: #f0c05a;
    color: #000;
    border-color: #f0c05a;
}
.parallax .parallaxOverlay .read_more:after{
    background: #000;

}
.parallax .parallaxOverlay .read_more:hover span {
    color: #fff;
}
.parallax .parallaxOverlay .read_more:hover {
    border-color: #000;
    color: #fff;
}


.whoCan_participate {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #000;
    background: url(../images/awards-categories.jpg);
    background-size: 100%;
}

.whoCan_participate .title_3 {
    font-size: 24px;
    color: #fff;
    margin: 0 0 20px;
    padding: 0;
    text-transform: uppercase
}

.whoCan_participate .title_3 span {
    color: #f0c05a
}

.whoCan_participate .participatePara {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;

}
.whoCan_participate .participatePara a{
    color: #f0c05a;
}
.whoCan_participate .participatePara a:hover,
.whoCan_participate .participatePara a:focus{
    text-decoration: underline;
    color: #f0c05a;
}
.whoCan_participate .participatePara strong {
    color: #f0c05a;
}


.whoParticipate {
    text-align: left;
    margin: 0;
    margin-bottom: 25px;
    padding: 10px 15px;
    background: #0f0f0f;
    border-bottom: 1px solid #0f0f0f;
    transition: .2s;
    overflow: hidden;
    z-index: 3;
    border-radius: 6px;
    border-bottom: 2px solid transparent;
}

.whoParticipate a {
    display: flex;
    align-items: center;
}
.whoParticipate span {
    display: flex;
    align-items: center;
}
.whoParticipate svg {
    width: 60px;
    height: 60px;
    min-width: 60px;
    color: #f0c05a;
    margin-right: 10px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.whoParticipate .participateTitle {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.whoParticipate.moreLast {
    background: #f0c05a;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whoParticipate.moreLast .participateTitle {
    color: #000;
}

.whoParticipate.moreLast svg {
    margin-right: 0;
    color: #000;
    width: 40px;
    height: 40px;
    margin-left: auto;
}
.whoParticipate.moreLast .participateTitle small{
    font-size: 10px;
    display: block;
}

.whoParticipate:hover {
    background: #323232;
    z-index: 100;
    border-bottom: 2px solid #f0c05a;

}

.whoParticipate.moreLast:hover svg {
    color: #f0c05a;
}

.whoParticipate:hover .participateTitle {
    color: #f0c05a;
}


.awardsGallery {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.awardsGallery .title_2 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #333;
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px
}

.awardsGallery .title_2 span {
    font-weight: 700;
    color: #af7114;
    text-transform: uppercase
}
.awardsGallery .read_more{
    background: #000;
    color: #fff;
    border-color: #000;
}
.awardsGallery .read_more:hover{
    border-color: #f0c05a;
}

.awardsFilter {
    padding: 0 0 15px;
    text-align: center
}
.awardsFilter ul{
    margin: 0 0 15px;
    padding: 0;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    border: 0;
}
.awardsFilter ul li{
    list-style: none;
    display: inline-block;
}
.awardsFilter a {
    margin-right: 6px;
    color: #000;
    text-decoration: none;
    border: 1px solid #dedede;
    padding: 10px 25px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    background: #f6f6f6
}

.awardsFilter a:hover,
.awardsFilter a.active,
.awardsFilter a.current {
    background: linear-gradient(49deg, rgb(201, 152, 51) 0, rgb(255, 230, 116) 20%, rgb(249, 226, 191) 50%, rgb(255, 230, 116) 80%, rgb(201, 152, 51) 100%);
    color: #000;
    border-color: #f2d193;
}

.awardContainer {}

.awardItem {
    width: calc(100% / 4);
    padding: 0 10px;
    margin-bottom: 10px;
}

.singleAwards {
    float: left;
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 205px;
    border: 1px solid #666;
}

.singleAwards img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
}

.singleAwards a {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
}

.singleAwards a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: rgba(34, 34, 34, .5);
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 2;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/></svg>");
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2);
    opacity: 0;
    visibility: hidden;
}

.singleAwards:hover a:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}





.fewWinners {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #000;
}

.winner {
    overflow: hidden;
    position: relative;
    z-index: 9;
    background: #0f0f0f;
    border-left: 1px solid #1c1c1c
}

.winner:hover {
    background-color: #000;
    border: 1px solid #f0c05a;
}

.winner .image {
    position: relative;
    overflow: hidden;
}

.winner .image img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.winner:hover .image img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.winner .winTitle {
    padding: 8px 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #f0c05a;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 1s;
    transition: all 1s;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.winner:hover .winTitle {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.winner .winnerInfo {
    text-align: center;
    padding: 20px 15px;
}

.winner .winnerInfo .winnerName {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #f0c05a;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.winner:hover .winnerInfo .winnerName {
    color: #f0c05a;
}

.winnerInfo p {
    font-size: 15px;
    color: #fff;
    line-height: 22px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 66px;
    font-style: italic;

}

#fewWinner {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

#fewWinner .owl-prev,
#fewWinner .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #333;
    border: 0;
    outline: 0;
    background: #fff;
    border-radius: 100%;
    z-index: 9
}

#fewWinner .owl-nav .owl-prev {
    left: -20px;
}

#fewWinner .owl-nav .owl-next {
    right: -20px;
}

#fewWinner .owl-prev:hover,
#fewWinner .owl-next:hover {
    background: #f0c05a;
    color: #000;
    border-color: #f0c05a
}

#fewWinner .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}





#fewWinners {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

#fewWinners .owl-prev,
#fewWinners .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #333;
    border: 0;
    outline: 0;
    background: #fff;
    border-radius: 100%;
    z-index: 9
}

#fewWinners .owl-nav .owl-prev {
    left: -20px;
}

#fewWinners .owl-nav .owl-next {
    right: -20px;
}

#fewWinners .owl-prev:hover,
#fewWinners .owl-next:hover {
    background: #f0c05a;
    color: #000;
    border-color: #f0c05a
}

#fewWinners .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}



.previousGlimpses {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #0f0f0f;
    background: #fff;
}
.previousGlimpses .title_2{
color: #333;
}
.previousGlimpses .title_2 span{
    color: #af7114;
}
.itemEvent{position:relative;overflow:hidden;margin-bottom:30px}
.itemEvent:hover img{-webkit-filter:none;filter:none;-webkit-transform:scale(1.09,1.09);transform:scale(1.09,1.09);-webkit-filter:brightness(70%);-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;-ms-transition:all 1s ease;transition:all 1s ease}
.itemEvent:hover .con{bottom:0;background:-moz-linear-gradient(top,transparent 0,rgba(0,0,0,.1) 2%,rgba(0,0,0,.75) 30%);background:-webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.01) 2%,rgba(0,0,0,.75) 30%);background:linear-gradient(to bottom,transparent 0,rgba(0,0,0,.01) 2%,rgba(0,0,0,.75) 30%)}
.itemEvent img{-webkit-transition:all .5s;transition:all .5s;width:100%}
.itemEvent .con {
    padding: 30px 15px;
    position: absolute;
    bottom: -155px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 15%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 15%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 15%)
}.itemEvent .con h3,
.itemEvent .con h3 a {
    position: relative;
    color: #fff;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75)
}
.itemEvent .con p{color:#fff;font-size:16px;font-weight:400}
.itemEvent .con svg{color:#fff;width:35px;height:35px}
.itemEvent:hover .con h3 a{color:#f0c05a}
.itemEvent:hover .con svg{color:#f0c05a}
.itemEvent .con .butn-light{margin-left:0;border-radius:30px;border-color:#999;padding:11px 30px}
.itemEvent .con .butn-light:hover{border-color:#f0c05a}
.itemEvent .line{text-align:center;height:1px;width:60px;background-color:rgba(255,255,255,.2);transition-property:all;transition-duration:.3s;transition-timing-function:ease-in-out;margin:0 auto 30px}
.itemEvent:hover .line{width:100%;transition-property:all;transition-duration:.8s;transition-timing-function:ease-in-out}
.itemEvent .con a{
    font-size: 16px;
    color: #fff;
}

.videoGlimpses {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.videoGlimpses .image {
    margin-bottom: 15px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.videoGlimpses .image::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}


.videoGlimpses .image svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    color: #fff;
}

.videoGlimpses .glimpsesTitle {
    font-weight: 600;
    color: #f0c05a;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.videoGlimpses .glimpsesTitle a {
    color: #f0c05a;
    text-decoration: none;
}

.videoGlimpses p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}



.videoGallery {
    float: left;
    width: 100%;
    background: #eee;
    padding: 70px 0;
    overflow: hidden
}

.awardsVideos {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.videoGallery .title_2 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #333;
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px
}

.videoGallery .title_2 span {
    font-weight: 700;
    color: #af7114;
    text-transform: uppercase
}

.videoGallery .read_more{
    background: #000;
    color: #fff;
    border-color: #000;
}
.videoGallery .read_more:hover{
    border-color: #f0c05a;
}

.awardsVideos ul {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 0;
}

.awardsVideos ul li {
    width: calc(100% / 5);
    text-align: center;
    position: relative;
    display: inline-block;
}

.awardsVideos ul li:first-child {
    margin-left: 0;
}

.awardsVideos ul li:last-child {
    margin-right: 0;
}

.awardsVideos ul li a {
    cursor: pointer;
    line-height: 22px;
    width: 100%;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 15px;
    background-color: #fff;
    border: none;
    outline: 0;
    border-radius: 0;
    margin-bottom: 0;
    color: #000;
    display: block;
    border-left: 1px solid #eee;
}

.awardsVideos ul li a:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 20px;
    height: 20px;
    border-width: 0 0 1px 1px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transition-delay: 0.07s;
    -moz-transition-delay: 0.07s;
    -o-transition-delay: 0.07s;
    transition-delay: 0.07s;
}

.locatiawardsVideosonTab ul li:not(:first-child) a:after {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 76%;
    z-index: 9;
    top: 12%;
    background-color: #f0f0f0;
}

.awardsVideos ul li a.active:after {
    content: unset;
}

.awardsVideos ul li a.active,
.awardsVideos ul li a.active:focus,
.awardsVideos ul li a:hover {
    background: #c08f24;
    color: #fff;
    border: 0;
}

.awardsVideos ul li a:focus,
.awardsVideos ul li a:hover {
    background: #c08f24;
    color: #fff;
    border: 0;
}

.awardsVideos ul li a.active:before {
    background: #c08f24;
}

.awardsVideos ul li a svg {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin: 0 auto 10px;
    position: relative;
    top: 2px;
    display: block
}

.singleVideo {
    float: left;
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    position: relative;
    height: auto;
    border: 1px solid #666;
}

.singleVideo img {
    position: relative;
    max-width: 100%;
    width: 100%;
}

.singleVideo a {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
}

.singleVideo a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 2;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60' fill='black' viewBox='0 0 16 16'><path d='M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm6.79-6.907A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z'/></svg>");
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 1;
    visibility: visible;
    width: 48px;
    height: 35px;
    background: #fff;
}

.singleVideo a:hover:before {
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60' fill='red' viewBox='0 0 16 16'><path d='M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm6.79-6.907A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z'/></svg>");
    }





.whyus {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whyusCenter {
    padding: 20px 20px;
    display: block;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
    font-size: 20px;
    line-height: normal;
    color: #000;
    cursor: pointer
}

.whyusCenter img {
    max-width: 80px;
    margin-bottom: 10px
}

.whyusCenter h4 {
    font-weight: 500;
    text-decoration: none;
    font-size: 24px;
    line-height: normal;
    color: #f0c05a;
    padding: 0 10px 10px
}

.whyusCenter p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 0;
}

.mediaSection {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #000;
    background: url(../images/media_bg.jpg);
    background-size: auto;
    background-size: 100%;
    overflow: hidden;
    position: relative;
}
.mediaSection:before{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: 0.7;
}

.mediaSection .container {
    position: relative;
    overflow: hidden;
}

.mediaSection ul.grid_7 {
    float: left;
    width: 100%;
    margin: 25px auto;
    padding: 0;
    float: left;
    width: 100%;
    display: flex;
    flex-flow: row wrap;

}

.mediaSection ul.grid_7 li {
    list-style: none;
    text-align: center;
    width: calc(100% / 7);
    padding:0px;
    position: relative;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ccc;
    margin-top: -1px;
    margin-right: -1px;
    transition: all .3s ease-in-out;
}

.mediaSection ul.grid_7 li::before {
    content: none;
    margin: 0;
    padding: 0;
}

.mediaSection ul.grid_7 li span svg {
    width: 50px;
    height: 50px;
    color: #02619e;
    margin-bottom: 20px;
}

.mediaSection ul.grid_7 li span strong {
    font-size: 16px;
    color: #333;
    line-height: normal;
    display: block;
}




.webpulse_home_product {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #222;
}

.webpulse_home_product .item .item_info {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.webpulse_home_product .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.webpulse_home_product .item:hover .con {
    bottom: 0;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 30%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 30%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 30%);
}

.webpulse_home_product .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
}

.webpulse_home_product .item .con {
    padding: 30px 15px;
    position: absolute;
    bottom: -155px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 15%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 15%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 15%);
}

.webpulse_home_product .item .con h3,
.webpulse_home_product .item .con h3 a {
    position: relative;
    color: #fff;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
}

.webpulse_home_product .item .con p {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.webpulse_home_product .item .con svg {
    color: #fff;
    width: 35px;
    height: 35px;
}

.webpulse_home_product .item:hover .con h3 a {
    color: #f0c05a;
}

.webpulse_home_product .item:hover .con svg {
    color: #f0c05a;
}

.webpulse_home_product .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #999;
    padding: 11px 30px;
}

.webpulse_home_product .item .con .butn-light:hover {
    border-color: #f0c05a;
}

/* line animation */
.webpulse_home_product .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 30px;
}

.webpulse_home_product .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

.services_feature {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #0f0f0f;
    background: url(../images/nomination-bg.jpg);
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.h2_title_1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #f0c05a;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #c19025 0%, #c08f24 30%, #dba632 30%, #eebc4f 73%, #f0c15b 100%);
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.h2_title_1:after {
    background: #f0c05a none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}

.services_feature .item-bx {
    padding: 30px 30px;
    height: 100%;
    background-color:rgba(0, 0, 0, .5);
    border: 1px solid #241d0d;
    border-right: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.services_feature .item-bx:last-of-type {
    border-right: 1px solid #241d0d;
}

.services_feature .item-bx:hover {
    background-color:rgba(0, 0, 0, .7);
}

.services_feature .item-bx .titleH4 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0;
    margin: 0 0 15px;
    text-align: left;
    font-size: 18px;
    display: flex;
    align-items: center;

}

.services_feature .item-bx p {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    min-height: 192px;

}


.services_feature .item-bx svg {
    margin-bottom: 20px;
    max-width: 80px;
    width: 80px;
    height: 80px;
    color: #f0c05a;
}
.eventTimeline{
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
    overflow: hidden;
}
.eventTimeline .title_2 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #333;
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px
}

.eventTimeline .title_2 span {
    font-weight: 700;
    color: #af7114;
    text-transform: uppercase
}

.timeline-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 0 60px;
}
.eventTimeline .timeline-content .timeline-item {
    width: calc(16% - 10px);
}
.content h4{
    white-space: nowrap;
    height: 30px;
}
.eventTimeline .timeline-content .timeline-item .content{
    text-align: center;
}
.eventTimeline .timeline-content .timeline-item .content .dot{
    position: relative;
    z-index: 1;
    width: 18px;
    height: 18px;
    margin: 20px auto;
    border-radius: 50%;
    background-color: #fff;
    border: solid 3px #af7114;
}
.eventTimeline .timeline-content .timeline-item .content p{
    margin-bottom: 0;
    font-size: 16px;
}
.eventTimeline .timeline-content .line{
    height: 6px;
    position: absolute;
    width: 100%;
    background-color: #eee;
    top: 55px;
    left: 0;
    right: 0;
    border-radius: 3px;
}



.home_blog_1 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative;
    background: #0f0f0f;
}

.img-wrap {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 25px;
    height: 385px;
    overflow: hidden;
}

.img-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

.service_content {
    position: relative;
    height: 385px;
    color: #9f9f9f;
    font-size: 16px;
    line-height: 24px;
    background: #1e1e1e;
    margin-bottom: 25px;
    border-radius: 0px 0px 0px 50px;
}

.home_bgrid_1:nth-child(2) .service_content {
    border-radius: 0px 50px 0px 0px;
}

.service_content .center_box {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 100%;
    padding: 0 60px;
}

.service_content .center_box .sTitle_h4 {
    font-size: 25px;
    text-transform: uppercase;
    color: #f0c05a;
    font-weight: 400;
    margin-bottom: 15px;
}

.service_content .center_box .sTitle_h4 a {
    color: #f0c05a;
}

.service_content .center_box p {
    margin-bottom: 20px;
    color: #9f9f9f;
}

.testimonials {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0 0;
    background-image: url(../images/testimonial-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.testimonials:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000;
    opacity: 0.5;
}

.testimonials .container {
    position: relative;
    z-index: 2;
}

.video_area .titleH5 {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.play_button {
    position: relative;
    width: 85px;
    height: 85px;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
}

.play_button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.circle-fill circle {
    opacity: 1;
    fill: rgba(197, 164, 126, 0.5);
}

.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 80px;
    z-index: 2;
    padding-left: 5px;
}

.play_button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.play_button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}

.play_button svg.circle-track {
    z-index: 0;
}

.play_button.color {
    color: #f0c05a;
}

.play_button.color .circle-fill circle {
    fill: #f0c05a;
}

.polygon svg {
    width: 50px;
    height: 50px;
    color: #fff;
    position: relative;
    display: inline-block;
}

.video_icon {
    margin-bottom: 30px;
}

.testimonials-box {
    position: relative;
    background: #0f0f0f;
    padding: 60px 45px;
    margin-bottom: -90px;
}

.testimonials-box .head-box {
    margin-bottom: 15px;
}

.testimonials-box .head-box h6 {
    font-weight: 400;
    color: #999;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.testimonials-box .head-box h4 {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 5px;
    border-bottom: 1px solid #373737;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.testimonials-box .head-box h4 span {
    color: #fff;
}

.testimonials .item {
    margin-bottom: 30px;
    position: relative;
}

.testimonials .item .quote {
    position: absolute;
    right: 15px;
    top: 60px;
    width: 100px;
    margin: 0 auto 30px;
    opacity: .05;
}

.testimonials .item p {
    color: #999;
}

.testimonials .item .info {
    text-align: left;
    margin: 30px 0 15px 0;
}

.testimonials .item .info .author-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}

.testimonials .item .info .cont {
    margin-left: 70px;
}

.testimonials .item .info .tName {
    font-size: 16px;
    margin-bottom: 5px;
    padding-top: 7px;
    font-weight: 400;
    color: #f0c05a;
}

.testimonials .item .info span {
    font-size: 14px;
    color: #999;
    margin-right: 5px;
    line-height: 1.25em;
    font-family: 'Roboto', sans-serif;
}

.testimonials .item .info .rate {
    float: right;
}

.testimonials .item .info i {
    color: #f0c05a;
    font-size: 10px;
}

.clientSection {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    background-color: #1e1e1e;
}

.clientSection .clients {
    opacity: 1;
    padding: 15px 20px;
    line-height: 0;
    position: relative;
    height: 75px;
    overflow: hidden;
}

.clients img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    width: auto !important;
    height: auto;
    -webkit-filter: none;
    filter: none;
    padding: 10px;
}

.clients img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.clientSection .clients:hover {
    opacity: 1;
}

.home_latest_blog {
    float: left;
    width: 100%;
    clear: both;
    display: block;
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    background: #fff;
}
.home_latest_blog .read_more{
    background: #000;
    color: #fff;
    border-color: #000;
}
.home_latest_blog .read_more:hover{
    border-color: #f0c05a;
}
.newsPost {
    width: 100%;
    float: left;
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

.newsPost .featured-post {
    max-width: 100%;
    float: left;
    height: 320px;
    overflow: hidden;
}

.newsPost .content-post {
    overflow: hidden;
    padding: 15px;
}

.newsPost .content-post .title-post {
    margin-top: 0px;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #f0c05a;
    height: 45px;
    position: relative;

}


.newsPost .content-post .title-post span {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 100%;
    color: #000;
}

.newsPost:hover .content-post .title-post span {
    color: #f0c05a;
}


.faq_section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #272727;
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 16px !important;
    overflow: hidden;
}

.accordion-header {
    padding: 0 !important;
    margin: 0 !important;
    text-transform: initial;
}

.accordion-item:not(:first-of-type) {
    border: 1px solid #474747;
}

.accordion-button {
    padding: 12px 15px;
    font-size: 18px;
    font-weight: normal;
    background-color: #181818;
    color: #fff;
}
.accordion-item {
    border: 1px solid #474747;
  }
.accordion-button:not(.collapsed) {
    color: #333;
    background: #f0c05a;
    ;
    font-weight: normal;
}
.accordion-button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    transform: rotate(-180deg);
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    transform: rotate(0deg);
}

.accordion-button:hover,
.accordion-button:focus {
    color: #333;
    background: #f0c05a;
    ;
}

.accordion-button:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
    transform: rotate(-180deg);
}

.accordion-body p {
    font-size: 16px;
    line-height: 24px;
}

.ourPartners {
    float: left;
    width: 100%;
    padding: 50px 0;
    margin: 0;
    background-color: #000;
}

ul.topPartners {
    padding: 0px 20px;
    margin: 0;
    text-align: center;
    margin: auto;
}


ul.topPartners li {
    list-style: none;
    margin-bottom: 20px;
    clear: both;
    width: 260px;
    display: inline-block;
    margin: 10px 5px;

}

ul.topPartners.width20 li {
    width: 200px;
}

ul.topPartners li article {
    display: block;
    text-align: center;
    width: 100%;
    border: 1px solid #222;
    min-height: 140px;
    padding: 0;
    margin: 0;
}

ul.topPartners li article span {
    color: #000;
    text-align: center;
    font-size: 18px;
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    background: #f0c05a;
    padding: 5px 0;
}

ul.topPartners li article span.image {
    position: relative;
    height: 80px;
    background: transparent;
    padding: 0;
    margin: 0;
}

ul.topPartners li article span.image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    padding: 10px 10px 0;
    max-height: 100%;
}

.nominationForm{
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #f7e3b7;
}
.nominationForm iframe{
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 20px 0;
}
.nominationForm .h2_title_1{
    color: #0f0f0f;
    -webkit-text-fill-color:#0f0f0f;
}
.nominationForm p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
.nominationForm p strong{
    color:#af7114;
}
.nominationForm p span strong{
    color: Red;
}
.nominationForm p strong a{
    color:#af7114;
}
.moreInfo{
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    position: relative;
}
.moreInfo h2{
color: #333;
font-size: 22px;
margin: 0 0 10px;
}
.contactInfo{
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 12px;
    text-align: left;
    margin-bottom: 20px;
}
.contactInfo:last-child{margin: 0;}
.contactInfo strong {
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    color: #af7114;
}

.contactInfo p.name {
    color: #333;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 8px;
margin-bottom: 8px;
}

.contactInfo .number {
    margin-bottom: 10px;
    color: #af7114;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px
}
.contactInfo .number svg{
    width: 25px;
    height: 25px;
}
.contactInfo p.mail svg{
    width: 25px;
    height: 25px;
}
.contactInfo p{
    text-align: left;
}
.contactInfo p.mail {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}

.contactInfo p.mail a {
       color: #af7114;
    text-decoration: none
}

.contactInfo p.mail a:hover {
    text-decoration: underline
}


footer {
    float: left;
    width: 100%;
    padding: 50px 0 0px;
    margin: 0;
    background-color: #000;
    /*👉background: url(../images/media_bg.jpg);👈*/
    background-size: 100%;
    overflow: hidden;
    position: relative;
}
.footer:before{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: 0.9;
}
footer .container{
    position: relative;
    z-index: 1
}

footer .widget_logo {
    margin-bottom: 12px;
    position: relative;
}

footer .widget_logo img {
    max-width: 200px;
}

footer p {
    color: #999;
}

footer .widget_desc {
    font-size: 16px;
    line-height: 1.71;
    color: #999;
    margin-bottom: 25px;
    font-weight: 400;
}


.programs {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

.programs li {
    float: left;
    border: 1px solid #222;
    width: 100%;
    padding: 20px 15px;
    height: 100px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget_infos {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #222;
    padding: 10px 15px;
}

footer .widget_info {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.86;
    color: #999;
    margin: 0;
    display: flex;
    align-items: center;
}

footer .widget_infos .widgetTitle {
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

footer .widget_info p {
    color: #999;
}

footer .widget_info svg {
    margin-right: 7px;
    font-style: normal;
    display: inline;
    line-height: unset;
    vertical-align: middle;
    color: #f0c05a;
    width: 24px;
    height: 24px;
    min-width: 24px;
}

footer .widget_info a {
    font-size: 15px;
    line-height: 1.86;
    color: #f0c05a;
    font-weight: 400;
}

footer .widget_info a:hover {
    color: #f0c05a;
}



footer .widget-title {
    margin: 0 0 20px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.widget ul {
    padding: 0;
    margin: 0;
}

.widget ul li {
    list-style: none;
    margin-bottom: 15px;
    line-height: 24px;
    position: relative;
    padding-left: 20px;
    font-family: 'Roboto', sans-serif;
}

.widget ul li:before {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #f0c05a;
    border-radius: 5px;
}

.widget ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #ccc;
}

.widget ul li a:hover {
    color: #f0c05a;
}

.sub_footer {
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 1);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}

.sub_footer_line {
    padding: 15px 15px 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.sub_footer_line:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.sub_footer p {
    font-size: 15px;
    color: #fff;
    margin: 0;
    line-height: 40px;
    /*👉line-height: normal;👈*/
}

.sub_footer p a:hover {
    color: #f0c05a;
}

.sub_footer p.right {
    text-align: right;
}

ul.social {
    float: left;
    margin: 0;
    list-style: none;
    padding: 0px;
    width: 100%;
}

.sub_footer ul.social {
    text-align: center;
}

ul.social li {
    margin: 0px 0 0 3px;
    display: inline-block;
}

ul.social li a {
    transition: background 400ms ease-in-out;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #231573;
}

ul.social li a svg {
    color: #fff;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}

ul.social li.facebook a {
    background: #3C5B9B;
}

ul.social li.twitter a {
    background: #359BED;
}

ul.social li.linkedin a {
    background: #027ba5;
}

ul.social li.youtube a {
    background: #f70000;
}

ul.social li.instagram a {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}




.countries_link {
    position: relative;
    cursor: pointer;
    margin-left: 1rem;
    color: #999;
    display: inline-block;

}

.countries_link p {
    border: 1px solid #f0c05a;
    color: #f0c05a;
    padding: 7px 16px;
    line-height: normal;
    border-radius: 0;
    margin: 0;
}

.countries_link p:hover,
.countries_link p:focus {
    color: #fff;
    background: #f0c05a;
    border-color: #f0c05a;
}

.market {
    text-align: right;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.webpulse_bottom {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    position: relative;
}

.webpulse_bottom a {
    font-size: 16px;
    display: inline-block;
    color: #fff;
}

.webpulse_bottom a:hover {
    color: #f0c05a;
}




.title_1 {
    float: left;
    width: 100%;
    color: #f0c05a;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.title_1 span {
    color: #f0c05a;
}

.title_1:before {
    content: '';
    background: #f0c05a;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -10px;
    width: 50px;
    height: 5px;
    margin: 0 auto;
}

.title_2 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.title_2 span {
    color: #fff;
}

.title_2:before {
    content: '';
    background: #f0c05a;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -10px;
    width: 50px;
    height: 5px;
    margin: 0 auto;
}


.title_3 {
    float: left;
    width: 100%;
    color: #f0c05a;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    padding-bottom: 15px;
    text-align: left;
    margin-bottom: 30px;
    position: relative;
}

/*👉.title_3:after {
    content: '';
    background: #f0c05a;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 5px;
    margin: 0;
}👈*/

#scrollUp {
    position: fixed;
    z-index: 8030;
    bottom: 20px;
    right: 0;
    width: 60px;
    height: 60px;
    color: #000;
    font-size: 24px;
    line-height: 55px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    display: none;
    background: #f0c05a;
    border-top: 1px solid #f4cd78;

}

#scrollUp svg {
    width: 25px;
    height: 25px;
}

#scrollUp:hover {
    background: #f0c05a;
    color: #fff;
}

#whatsapp .modal-dialog {
    margin-top: 15%;
}


.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 0 15px;
    background: #f0c05a;
    color: #fff;
    border-radius: 0;
}

.modal-header h5 {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.modal-header h6 {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.modal-header .modal-title {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding: 15px 0;
    text-transform: initial;
    letter-spacing: 0.2px;
}

.btn-close {
    width: 1em;
    height: 1em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    outline: 0;
}

.send_p {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

.g-recaptcha {
    transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}


.sideClick {
    width: 60px;
    height: 170px;
    text-align: center;
    background: #f0c05a;


}

.sideClick span {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    border: 5px solid #f0c05a;
    margin-top: -28px;
    z-index: 2;
    background: #000;
    padding: 5px;
}

.sideClick button {
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    -moz-transform: rotate(-90deg) translate(-50%, 50%);
    transform: rotate(-90deg) translate(-50%, 50%);
    position: relative;
    top: 25px;
    display: inline-block;
    width: 140px;
    background: #f0c05a;
    border: 5px solid #f0c05a;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    height: 60px;
}

#wrapper {
    padding-right: 220px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 55%;
}

#wrapper.toggled {
    padding-right: 0px;
}

#sidebarWrapper {
    z-index: 1000;
    position: fixed;
    right: 220px;
    width: 220px;
    min-width: 220px;
    height: 100%;
    margin-right: -220px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 170px;
    border: 3px solid #f0c05a;
    border-left: 0;
    padding: 15px 10px;
}

#wrapper.toggled #sidebarWrapper {
    width: 220px;
    margin-right: -440px;
}

.needTitle {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

#sidebarWrapper ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

#sidebarWrapper ul li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

#sidebarWrapper ul li a {
    color: #fff;
}

#sidebarWrapper ul li a:hover {
    color: #ffa007;
}



.innerBanner {
    float: left;
    width: 100%;
    height: auto;
    padding: 130px 0 30px;
    margin: 0;
    background: #012238;
    position: relative;
    background: url(../images/award-bg2.jpg) no-repeat;
    background-size: 100%;
}

.innerBanner:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    top: 0;
    left: 0;
    z-index: 9;
    content: '';
}
.innerBanner .container{
    position: relative;
    z-index: 9;
}
.innerBanner .left_panel{
z-index: 9;
}


.innerleft img {
    max-width: 100%;
}

.innerleft iframe {
    width: 100%;
    height: 345px;
    border-radius: 10px;
}

.innerRight {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.innerRight .titleA1 {
    color: #fbbc39;
    font-size: 32px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 10px;
}

.innerRight p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
}

.innerRight p strong {
    color: #fbbc39;
}

.innerRight p.tagline {
    margin-bottom: 15px;
}

.innerRight ul {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
}

.innerRight ul li {
    font-size: 18px;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 4px;
    position: relative;
    padding-left: 30px;
    position: relative;
    color: #fff;
}
.innerRight ul li strong{
    margin-left: 5px;
}
.innerRight ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/check.svg)no-repeat;
    background-size: 100%;
}

.inner_breadcrumb {
    float: left;
    width: 100%;
    background: #0f0f0f;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #222;
}

.inner_breadcrumb .breadcrumb {
    background: none;
    border-radius: 0;
    border: none;
    list-style: none;
    padding: 0;
    text-transform: capitalize;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner_breadcrumb .breadcrumb li {
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
    float: left;
    line-height: 55px;
}

.inner_breadcrumb .breadcrumb li a {
    float: left;
    padding: 0;
    color: #999;
    letter-spacing: 0.3px;
}

.inner_breadcrumb .breadcrumb li:before {
    font-size: inherit;
    text-rendering: auto;
    padding: 0 14px;
    color: #fff;
    display: inline-block;
}

.inner_breadcrumb .breadcrumb li.active {
    color: #fbbc39;
}

.inner_breadcrumb .breadcrumb li+li:before {
    content: "/";
    color: #fff;
    padding: 0 14px;
}

.inner_breadcrumb .breadcrumb li+li:before {
    float: left;
    padding: 0px 10px;
    color: #bfbfbf;
}
.inner_breadcrumb .breadcrumb li a:hover{
    color: #fbbc39;
}


.aboutPage {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #0f0f0f;
}

.aboutPage p.maxWidth {
    font-size: 17px;
    color: #fff;
    text-align: center;
    max-width: 950px;
    margin: 10px auto 20px;
}


.grid_3 {
    border-bottom: 2px solid #222;
    border-right: 2px solid #222;
    min-height: 220px;
    margin-bottom: 35px;
    margin-top: 20px;
}

.grid_3:first-child {
    border-left: 2px solid #222;
}

.grid_3 .team_box {
    text-align: center;
    padding: 0 15px;
    line-height: 22px
}

.grid_3 .team_box p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.grid_3 .team_box svg {
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    color: #f0c05a;
}

.grid_3 .team_box .titleFeature {
    color: #f0c05a;
    font-weight: 600;
    padding: 0 0 13px 0;
    margin: 0;
    font-size: 22px;
    text-align: center;
}


.aboutPage .aboutTitle2 {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
}

.aboutPage p {
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    text-align: justify;
}

.aboutPage .catImage2 {
    float: left;
    margin: 0 15px 15px 0px;
    max-width: 450px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 25px;
}






.wps_right ul {
    margin: 0 0 25px;
    padding: 0;
}

.wps_right ul li {
    line-height: 28px;
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
    color: #999;
}

.wps_right ul li:before {
    width: 20px;
    height: 20px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='gray' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
}



.category_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #0f0f0f;
}

.category_page h1 {
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #f0c05a;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.category_page .wps_right ul {
    margin: 0 0 25px;
    padding: 0;
}

.category_page .wps_right ul li {
    display: block;
    list-style: none;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.category_page .wps_right ul li:before {
    margin-right: 5px;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='gray' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");

}

.category_page p {
    color: #fff;
}
.category_page p strong{
    color: #f0c05a;
}
.category_page .whoParticipate{background:#323232;}
.product_right_image .read_more_btn {
    max-width: 200px;
    margin: 0 auto;
}

.product_right_image .read_more_btn svg {
    margin-left: 0;
    margin-right: 5px;
}

.product_right_image {
    float: right;
    max-width: 500px;
    width: 100%;
    margin: 0px 0 25px 15px;
    text-align: center;
}

.product_right_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 500px;
    margin-bottom: 15px;
}

.product_right_image .detail_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.product_right_image .product_dimage {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 400px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.more_images {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

#thumbs {
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
}

#thumbs img,
#largeImage {
    padding: 0;
    cursor: pointer;
    border: 1px solid #323232;
}

#thumbs img {
    display: inline-block;
    margin-right: 6px;
    width: 70px;
}

#thumbs img.active {
    border-color: #f0c05a;
}

.wps_right h2 {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
    color: #f0c05a;
}

.wps_right h3 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    color: #f0c05a
}

.wps_right table {
    margin: 0;
}

.wps_right table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
}

.wps_right table tbody tr td {
    border: 1px solid #323232;
    width: 60%;
}

.wps_right table tbody tr td:first-child {
    color: #f0c05a;
    font-weight: 500;
    width: 40%;
}

.interested_section {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0
}

.interested_section .interested_btn {
    font-size: 18px;
    color: #fff;
    background: #f0c05a;
    border: 1px solid #f0c05a;
    border-radius: 3px;
    padding: 12px 0;
    width: 258px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

.interested_section .interested_btn svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.interested_section .interested_btn:hover {
    background: #978064;
    color: #fff;
    border: 1px solid #978064
}

.product_listing {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    transition: all 0.35s ease-in-out;
    border-style: solid;
    border-width: 1px;
    border-color: #323232;
}

.product_listing .product {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
    border-right: 1px solid #323232;
    display: inline-block;
}

.product_listing .product .image1 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 374px;
    transition: all 0.4s ease-in-out;
}

.product_listing .product .image1 img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.product_listing .product .small {
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
}

.product_listing .product .small img,
.product_listing .product .largeImage img {
    padding: 0;
    cursor: pointer;
    border: 1px solid #323232;
}

.product_listing .product .small .item {
    display: inline-block;
    margin-right: 6px;
    width: 60px;
    cursor: pointer;
}

.product_listing .product .small .item:last-child {
    margin: 0;
}

.product_listing .product .small .item.active {
    border-color: #f0c05a;
}

.product_listing .product .small .item.youtube {
    width: 60px;
    height: 60px;
    background: #f70000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_listing .product .small .item.youtube a {
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.youtube svg {
    width: 40px;
    height: 40px;
}



.product_listing .product p {
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px;
}

.product_listing .product .read_more {
    margin-top: 0;
}

.product_listing .right-content .read_more_btn {
    margin-top: 10px;
    max-width: 205px;
    display: inline-block;
}

.product_listing .right-content .read_more_btn:last-child {
    background: #045399;
}

.product_listing .right-content .read_more_btn svg {
    margin-left: 6px;
}

.product_listing .right-content .read_more_btn.callback {
    max-width: 240px;
    background: #045399;
}

.product_listing .right-content .read_more_btn.callback:hover,
.product_listing .right-content .read_more_btn.callback:focus {
    background-color: #1048af;
}

.padding0 {
    padding: 0;
}

.right-content {
    position: relative;
    padding-right: 15px;
}

.right-content h3 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.right-content h3 a {
    color: #fff;
}

.right-content h4 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
}

.right-content p {
    font-size: 16px;
    margin-bottom: 10px;
}

.blue-line1 {
    width: 100%;
    display: block;
    height: 1.1px;
    background: #323232;
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px;
}

.product_listing:hover .right-content h3 a {
    color: #f0c05a;
}

.product_listing:hover .right-content h4 a {
    color: #f0c05a;
}

.right-content .table-responsive {
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 230px;
    overflow: auto;
    padding-right: 5px;
}

.right-content table {
    margin-bottom: 15px;
}

.right-content table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 16px;
    line-height: normal;
    text-align: left;
}

.right-content table tbody tr td {
    border: 1px solid #323232;
    width: 60%;
}

.right-content table tbody tr td:first-child {
    color: #f0c05a;
    font-weight: 500;
    width: 40%;
}

.you_may {
    float: left;
    width: 100%;
    padding: 0 0 10px;
    margin: 0 0 15px;
    line-height: 30px;
    color: #f0c05a;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #323232;
}

.team_member {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0px 3px 5px 0px rgba(210, 210, 210, 0.75);
    transition: all 0.35s ease-in-out;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #eee;
}

.team_member .image {
    width: 100%;
    position: relative;
    padding: 15px 15px 15px 0;
    text-align: center;
    min-height: 268px;
    overflow: hidden;
    border-right: 1px solid #eee;
    display: inline-block;
}

.team_member .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.team_info {
    position: relative;
    padding-right: 15px;
}

.team_info h3 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
}

.team_info h3 small {
    display: block;
    color: #333;
    font-weight: 600;
    font-size: 14px;
}



/*  Testimonial Page  */

.testimonial_block {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.testimonial_text_box {
    margin: 0 0 30px;
    padding: 32px 20px 35px 0;
    background: #eee;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    display: table;
    position: relative;
    border-radius: 4px;
}

.testimonial_text_box .this-quote {
    margin: 0 20px;
    width: 30px;
}

.testimonial_text_box .this-quote img {
    width: auto;
}

.testimonial_text_box:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -25px;
    left: 69px;
    border-top: 25px solid #eee;
    border-right: 25px solid transparent;
}

.testimonial_text_box .this-texts {
    display: table-cell;
    width: calc(100% - 70px);
    vertical-align: top;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.testimonial_author .media-left {
    padding-right: 20px;
    float: left;
}

.testimonial_author .media-left img {
    border: 1px solid #f0c05a;
    border-radius: 4px;
}

.testimonial_author .media-left a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.testimonial_author .media-body {
    vertical-align: middle;
}

.testimonial_author .this-title {
    font-size: 18px;
    color: #f0c05a;
    text-align: left;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0;
}

.testimonial_author .loc {
    color: #f0c05a;
    line-height: 20px;
    margin: 0;
}


.gallery_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #272727;
}
.gallery_page .videoGlimpses .glimpsesTitle{
text-transform: inherit;
text-align: center;
font-size: 18px;
line-height: normal;
}
.gallery_page .gallery_item {
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 0.98px 0.02px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

.gallery_page .gallery_item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.gallery_item_info {
    text-align: center;
    padding: 15px;
}

.gallery_item_info h4 {
    font-size: 18px;
    color: #333;
    margin: 0;
    padding: 0;
}

.gallery_item_info p {
    font-size: 13px;
    margin: 0;
    margin-top: 4px;
    color: #333;
    max-width: 100%;
}

.hover_effect {
    display: block;
    position: relative;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 282px;
}

.hover_effect:after {
    color: #fff;
    position: absolute;
    font-size: 1.6em;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.hover_effect img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    height: auto;
}

.hover_effect:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
}

.hover_effect:hover img {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.hover_effect:hover {
    background: #f0c05a;
}

.hover_effect:after {
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/><path d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/><path fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z'/></svg>");
}

.blog_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #272727;
}

.blog_page .blog_left h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #f0c05a;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.blog_page .post {
    margin-bottom: 25px;
    position: relative;
}

.left_title1 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #f0c05a;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.right_news {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    background: #fff;
}

.right_news:last-child {
    margin-bottom: 0;
}

.right_news .image {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
    height: 274px;
}

.right_news .image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.right_news .title_h4 {
    padding: 10px;
    line-height: 18px;
    font-size: 15px;
    margin: 0px;
    text-align: left;
}

.right_news .title_h4 a {
    color: #333;
}

.right_news:hover .title_h4 a {
    color: #f0c05a;
}



/* New Blog Details Page */
.blog_details {
    float: left;
    width: 100%;
    background: #272727;
}

.blog_details ul {
    display: inline-block;
    margin: 0px 0 20px;
    padding: 0;
}

.blog_details ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
    color: #999
}

.blog_details ul li:before {
    content: none;
    margin: 0;
}

.blog_details ul li a {
    color: #999;
    transition: all 0.5s ease-out;
}

.blog_details ul li i {
    margin-right: 5px;
}

.blog_details1 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.blog_details1 img {
    margin-bottom: 15px;
}

.blog_details_img {
    width: 100%;
    text-align: center;
    height: 500px;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog_details_img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto
}

.blog_details1 p {
    text-align: justify;
    line-height: 24px;
    color: #999;
}

.blog_details1 .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #333;
    border-left: 3px solid #f0c05a;
}

.stButton {
    color: #999 !important;
}

.blog_details1 .block-quote p {
    font-size: 16px;
    line-height: 24px;
    color: #999;
}

.blog_details1 h3 {
    margin: 0 0 5px;
    padding: 0;
    line-height: 30px;
    color: #f0c05a;
}

.blog_details1 ul {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_details1 ul li {
    line-height: 28px;
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
}

.blog_details1 ul li:before {
    width: 20px;
    height: 20px;
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='gray' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
}

.fb-comments {
    width: 100%;
}

/* Blog Details  */
.blogdetails img {
    width: 100%;
}

.blog_news .content_details {
    float: left;
    width: 100%;
    background: #eee;
    padding: 20px 20px 20px;
}

.blog_news .content_details h2 {
    text-transform: capitalize;
    line-height: 30px;
    font-size: 20px;
    margin: 0 0 10px;
}

.blog_news .content_details h2 a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.blog_news .content_details ul {
    display: inline;
    margin: 0px;
}

.blog_news .content_details ul li {
    display: inline-block;
    margin-right: 15px;
}

.blog_news .content_details ul li:before {
    content: none;
    margin: 0;
}

.blog_news .content_details ul li i {
    margin-right: 5px;
}

.blog_news .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #fdfdfd;
    border-left: 3px solid #e59509;
}

.blog_news .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_news .content_details ol {
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_news .content_details ol li {
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.blog_news .content_details ol li::before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}


.contact_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative;
    background-color: #272727;
}

.nominationEmails{
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}
.nominationEmails ul{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.nominationEmails ul {
    float: left;
    width: 100%;
    margin: 0px auto 25px;
    padding: 0;
    float: left;
    width: 100%;
    display: flex;
    flex-flow: row wrap;

}

.nominationEmails ul li {
    list-style: none;
    width: calc(100% / 3);
    padding: 15px 15px;
    position: relative;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 5;
    border: 1px solid #474747;
    margin-top: -1px;
    margin-right: -1px;
    transition: all .3s ease-in-out;
    background: transparent;
}

.nominationEmails ul li:before {
    content: none;
    margin: 0;
    padding: 0;
}

.nominationEmails ul li .nominationTitle{
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
}
.nominationEmails ul li span{
position: relative;
font-weight: 400;
font-size: 16px;
line-height: 1.86;
color: #999;
margin: 0;
display: flex;
align-items: center;
  }
.nominationEmails ul li span svg {
    margin-right: 7px;
    font-style: normal;
    display: inline;
    line-height: unset;
    vertical-align: middle;
    color: #f0c05a;
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .nominationEmails ul li span a {
    font-size: 15px;
    line-height: 1.86;
    color: #f0c05a;
    font-weight: 400;
  }

.contact_page .title_h2_2 {
    color: #f0c05a;
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact_page p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
}

.contact_page .address_list {
    clear: both;
    margin: 0 0 20px;
    padding: 0;
}

.contact_page .address_list li {
    clear: both;
    list-style: none;
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
}

.contact_page .address_list li svg {
    min-width: 25px;
    height: 25px;
    margin-right: 5px;
}

.contact_page .address_list li a {
    color: #fff;
    display: flex;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}

.contact_page .address_list li a span {
    font-size: 30px;
    margin-right: 13px;
}

.contact_page .address_list li:first-child {
    display: flex;
    align-items: center;
}

.contact_page .address_list li span {
    font-size: 30px;
    margin-right: 13px;

}

.contact_page .address_list li a:hover,
.contact_page .address_list li a:focus {
    color: #f0c05a;
}

.contact_page .form-control {
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    border: 1px solid #474747;
    background: transparent;
    border-radius: 0;
    -webkit-transition: 0.5s;
    color: #fff;
    transition: 0.5s;
}
.contact_page .form-control::placeholder {
    color: #ccc;
  }

.contact_page textarea.form-control {
    height: 120px!important;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #474747;
    background: transparent;
    border-radius: 0;
    -webkit-transition: 0.5s;
    color: #fff;
    transition: 0.5s;
}

.contact_page .form-control:focus::-moz-placeholder {
    color: #f0c05a;
}

.contact_page .form-control:focus {
    border-color: #f0c05a;
    box-shadow: none;
    color: #f0c05a;
}


#contact_form label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}




.contact_map {
    float: left;
    width: 100%;
    height: 550px;
}



/* Sitemap page */
.sitemap_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #272727;
    position: relative;
}

.sitemap_right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #f0c05a;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.sitemap {
    border-left: 1px solid #666;
    padding: 0;

}

.sitemap li {
    list-style: none !important;
    background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0px 9px;
    padding: 0px 0px 0px 15px;
    margin-bottom: 5px;
}

.sitemap li ul {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li a {
    color: #999;
    font-size: 16px;
    padding-bottom: 5px;
    display: block;
}

.sitemap li a:hover {
    color: #f0c05a;
}
.marketArea_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #000;
    position: relative;
  }
.market_area h2 {
    float: left;
    display: block;
    color: #f0c05a;
}

.market_area h3 {
    float: left;
    display: block;
    color: #f0c05a;
    margin: 20px 0 5px;
}

.market_area h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #f0c05a;
}

.market-list {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

.market-list li {
    list-style: none;
    padding-right: 10px;
    line-height: 20px;
    width: 25%;
    float: left;
}

.market-list li a {
    width: auto;
    height: auto;
    padding: 15px 20px;
    margin: 0 0 10px;
    display: block;
    color: #fff;
    font-size: 16px;
    background:#0f0f0f;
}

.market-list li a:hover {
    background: #f0c05a;
    color: #000;
}


/* Products Poup */
.product_popup {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.product_popup_image {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    height: 430px;
}

#callback .product_popup_image {
    height: 176px;
}

.product_popup_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 100%;
    margin: auto;
}

.product_popup h6 {
    color: #f0c05a;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
    padding: 0;
}

.product_popup p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: left;
    margin-bottom: 15px;
}

#product_enquiry label.error {
    color: #FB3A3A;
    font-weight: normal;
}

.product_right_image .read_more {
    margin-top: 0;
}


.logob {
    border-radius: 14px;
    padding: 5px 5px;
    background-color: #fff;
}

.video_section iframe {
    width: 100%;
    height: 415px;
}


.latest {
    font-size: 26px;
    font-weight: bold;
    font-family: 'Manrope', sans-serif;
    color: #0c0c0c;
    margin: 0 0 20px;
}

.webpulse-home_blog h6 span {
    color: #f0c05a;
}

.webpulse-home_blog h6 {
    text-transform: uppercase;
}

.feature_height {
    display: block;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    height: 140px;
}

.thumb {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 0px;
}

.fadeImg {
    animation-name: fadeimg;
    animation-duration: 2s;
}

@keyframes fadeimg {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.client_image {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    position: relative;
    height: 120px;
    border: 1px solid #535353;
    margin-bottom: 15px;
    background: #fff;
}

.client_image .client_logo {
    overflow: hidden;
    position: relative;
    height: 100px;
    transition: transform .5s ease;
}

.client_image:hover .client_logo {
    transform: scale(1.1);
}

.client_image .client_logo img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    max-height: 100%;
    width: auto;
}

.mTop30 {
    margin-top: 30px;
}



.pre_innerBanner {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    background: #012238;
    position: relative;
}

.pre_innerBanner:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 22%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    top: 0;
    left: 0;
    z-index: 9;
    content: '';
}
.pre_innerBanner img{
    width: 100%;
}
.partner_section {
    float: left;
    width: 100%;
    background: #000;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #111;
    z-index: 1;
}

.partner_section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to right, #c08f24 0, #f4e088 50%, #c08f24 100%);
    content: "";
    z-index: 9;
}

.single_partner {
    float: left;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    background: #000;
    background: url("../images/dot.png"), linear-gradient(to right, #000 1%, #111 17%, #2b2b2b 50%, #111 76%, #000 100%);
    height: 72px
}

.single_partner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1
}

.single_partner:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 80%;
    top: 30px;
    right: 0
}

.single_partner:hover:before {
    height: 100%
}

.single_partner img {
    display: inline-block;
    max-width: 170px;
    text-align: center;
    color: #18253e;
    margin: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.partner_section .title_3 {
    line-height: 30px;
    text-align: center;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding: 0;
    z-index: 99
}



.previousAwards{
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0 0;
    background: url(../images/previousAwards/gea2022/award-bg2.jpg) top left;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.previousAwards img.Anupam_kher {
    float: right;
    max-width: 530px;
    position: absolute;
    top: 40%;
    right: 50px;
}
.previousAwards .title h2{
    text-align: left;
}
.title {
    margin: 0 0 10px;
    position: relative;
    text-transform: capitalize
}

.title:before {
    bottom: 0;
    content: "";
    font-size: 90px;
    height: 50px;
    position: absolute;
    right: 0;
    width: 65%
}
.title_4 {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 36px;
    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;
    margin: 0;
    font-family: 'DM Serif Display', serif
}


.title h2 {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 36px;
    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;
    margin: 0;
    font-family: 'DM Serif Display', serif
}

.previousAwards_dec {
    margin-top: 0
}
.previousAwards_dec ul{
    margin: 0 0 15px;
    padding: 0;
}
.previousAwards_dec ul li{
    font-size: 17px;
color: #fff;
font-family: "Roboto", sans-serif;
font-weight: 400;
text-align: justify;
line-height: 24px;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 4px;
    position: relative;
    padding-left: 30px;
}
.previousAwards_dec ul li strong{margin-left: 5px; color: #f1ab00;}
.previousAwards_dec ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/check.svg)no-repeat;
    background-size: 100%;
}



.previousAwards_dec .celebrityImage{
float: right;
max-width: 350px;
position: relative;
width:100%;
/*👉height: 350px;👈*/
}
/*👉.previousAwards_dec .celebrityImage img{
    position: absolute;
    top: 0%;
    right: -90px;
}👈*/
.previousAwards_dec p {
    font-size: 17px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-align: justify
}

.previousAwards_dec p strong {
    color: #f1ab00
}

.previousAwards_dec p a {
    text-decoration: none;
    color: #8a171a;
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

.previousAwards_dec p a:hover {
    text-decoration: none;
    color: #f1ab00
}

.gea_title {
    max-width: 500px;
    margin-top: 20px
}

.previousAwards h4 {
    text-align: left;
    max-width: 600px;
    font-family: 'Redressed', cursive;
    font-weight: normal;
    font-size: 30px;
    color: #fff;
}

.previousAwards h5 {
    text-align: left;
    max-width: 600px;
    color: #fff;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 10px
}

.previousAwards h5 span {
    background: linear-gradient(360deg, 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%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.Key_attractions {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    background: #0f0f0f;
}

.title_image {
    text-align: center;
    width: 100%
}

.title_image img {
    display: inline-block;
    margin: 0 auto;
    max-width: 350px
}

.Key_attractions ul {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%
}

.Key_attractions ul li {
    list-style: none;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #fff;
}

.Key_attractions ul li svg {
    min-width: 20px;
    width: 20px;
    height: 20px;
    color: #be8d24;
    margin-right: 10px
}

.Key_attractions ul li strong {
    display: contents;
    color: #be8d24
}

.single_guest_honour {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    padding: 0
}

.single_guest_honour .guest_country {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.single_guest_honour .country_flag {
    float: left;
    color: #FFF;
    font-size: 14px;
    background-color: #212121;
    border-bottom: 4px solid #f1ab00;
    padding: 5px 8px;
    width: 40%;
    position: relative;
    height: 35px
}

.single_guest_honour .country_name {
    float: left;
    color: #000;
    font-size: 14px;
    padding: 5px 8px;
    background-color: #f1ab00;
    border-top: 4px solid #212121;
    width: 60%;
    position: relative;
    text-align: right;
    height: 35px
}

.single_guest_honour .country_name:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 26px solid #212121;
    border-right: 26px solid transparent
}

.single_guest_honour .image {
    position: relative
}

.single_guest_honour .image img {
    margin: 0;
    padding: 0;
    height: auto;
    max-width: 100%
}

.single_guest_honour .guest_designation {
    background-color: #f1ab00;
    color: #000;
    padding: 5px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 15px
}

.single_guest_honour .guest_info {
    float: left;
    width: 100%;
    background: #212121;
    padding: 15px;
    position: relative;
    border-bottom: 5px solid #f1ab00
}

.guest_info strong {
    font-size: 16px;
    color: #f1ab00;
    margin-bottom: 2px
}

.guest_info p {
    font-size: 14px;
    color: #f1ab00
}

.guest_social {
    float: left;
    width: 100%;
    list-style-type: none;
    padding: 0
}

.guest_social li {
    float: left;
    padding: 0;
    width: 30px;
    height: 30px;
    margin-bottom: 0 !important;
    margin-left: 3px;
    border: 1px solid #f1ab00;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guest_social li a {
    color: #f1ab00
}

.guest_social li a svg{
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
}


.gea_guest_2022 {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    padding: 0
}

.gea_guest_2022 h2 {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 30px;
    color: #be8d24;
    margin: 0 0 20px;
    font-family: 'DM Serif Display', serif
}

.landio-video {
    position: relative;
    z-index: 3;
    height: 650px;
    border-radius: 12px;
    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;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center
}
.vide0_3 {
    height: 316px;
    background-size: 100%;
    margin-top: 20px;
    background-position: center center;
}
.landio-video .play-btn {
    z-index: 1;
    height: 80px;
    width: 80px;
    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;
    background-color: #8a171a;
    color: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 1
}

.landio-video .play-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
    background-color: #333;
    opacity: .15
}

.landio-video .play-btn svg {
    width: 45px;
    height: 45px
}


.covid_19 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background-color: #000;
    position: relative;
    overflow: hidden
}
.covid_19 .covid_19Title{
    text-align: center;
    margin-bottom: 60px;
}
.covid_19 .covid_19Title h2 {
    margin-bottom: 0;
    padding: 0;
    font-weight: 700;
    color: #af7114;
    font-size: 36px;
    text-transform: uppercase;
  }
  .covid_19 .covid_19Title h2 span {
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
  }
.covid_19 .covid_19Title p {
    max-width: 660px;
    margin: 20px auto 20px;
    text-align: center;
    font-size: 16px;
    position: relative;
    color: #fff;
}

.single-services {
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    padding: 20px 30px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-bottom: 30px;
    border-radius: 10px 10px 100px 10px;
    overflow: hidden;
    min-height: 250px
}

.single-services span {
    display: inline-block;
    border: 1px solid #af7114;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    padding: 15px
}

.single-services span img {
    width: 100%
}

.single-services p {
    font-size: 16px
}

.single-services .services-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: .5;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: -1
}

.single-services h3 {
    margin-bottom: 15px
}

.single-services:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.project_discuss{float:left;width:100%;margin:0;padding:0}
.readyar{float:left;width:100%;position:relative;border:1px solid #f1ab00;border-radius:3px;margin:0 0 30px 0;padding:30px 40px 30px;color:#000;font-size:24px;box-shadow:0 4px 0 #f1ab00;z-index:6;background-color:#fff;text-align:center}
.readyar a{color:#f1ab00;display:inline-block}
.readyar a:hover,.readyar a:focus{text-decoration:underline;color:#8a171a}
.readyar strong{color:#f1ab00}
.contbt{background-color:#292350;color:#FFF;font-size:18px;font-weight:normal;text-transform:uppercase;text-decoration:none;padding:12px 40px;margin:0;float:right;border-radius:4px;display:flex;align-items:center}
.contbt svg{width:24px;height:24px;margin-right:10px}
.contbt:hover,.contbt:focus{background-color:#f88421;color:#000}

.glimps_section{float:left;width:100%;margin:0;padding:25px 0 15px;background:#0f0f0f}
.single_glimps{float:left;width:100%;padding:0;margin-bottom:15px}


.Nominations_2022 {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 20px
}

.Nominations_2022 h4 {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 30px;
    color: #be8d24;
    margin: 0;
    font-family: 'DM Serif Display', serif
}

.Nominations_2022 p {
    font-size: 18px;
    margin: 0;
    padding: 0
}

.Nominations_2022 p a {
    color: #333
}

.Nominations_2022 p span {
    color: #be8d24;
    font-style: italic
}

.awardRegistration{
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #0f0f0f;
}
.registrationBox{
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #222;
    background: #fff;
}
.registrationTxt{
    max-width: 800px;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.registrationBox{
    color: #333;
    font-size: 16px;
}
.registrationBox label{
color: #333;
}
.registrationBox .form-control {
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    border: 1px solid #474747;
    background: transparent;
    border-radius: 0;
    -webkit-transition: 0.5s;
    color: #333;
    transition: 0.5s;
}
.registrationBox .form-control::placeholder {
    color: #999;
  }

.registrationBox textarea.form-control {
    height: 80px!important;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #474747;
    background: transparent;
    border-radius: 0;
    -webkit-transition: 0.5s;
    color: #333;
    transition: 0.5s;
}

.registrationBox .form-control:focus::-moz-placeholder {
    color: #333;
}

.registrationBox .form-control:focus {
    border-color: #f0c05a;
    box-shadow: none;
    color: #f0c05a;
}

.registrationBox option{
    color: #000;
    padding: 5px 10px;
}
.registrationBox select.form-control{
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    -ms-appearance: none!important;
    -o-appearance: none!important;
    appearance: none!important;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='grey' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 15px center;
}
.awardsOwnership{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 0px;
}
.awardsOwnership li {
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.awardsOwnership li:hover label{
    color: #f0c05a!important;
}
.awardsOwnership li [type="radio"]:checked + label{
    color: #f0c05a!important;
}
.awardsOwnership li [type="radio"]:checked,
.awardsOwnership li [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.awardsOwnership li [type="radio"]:checked + label,
.awardsOwnership li [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #333;
}
.awardsOwnership li [type="radio"]:checked + label:before,
.awardsOwnership li [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #474747;
    border-radius: 100%;
    background: #fff;
}
.awardsOwnership li [type="radio"]:checked + label:before{
    border-color: #f0c05a;
}
.awardsOwnership li [type="radio"]:checked + label:after,
.awardsOwnership li [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f0c05a;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.awardsOwnership li [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.awardsOwnership li [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.awardTitle_cat{
    color: #f0c05a;
    /*👉text-transform: uppercase;👈*/
    margin: 5px 0 5px;
    padding: 0;
}
.registrationBox p{
    color: #fff;
}
ul.awardsCatlist {
    margin: 0 0 15px;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 100%;
}
ul.awardsCatlist li {
    color: #666;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    padding:0;
    width: 49%;
    line-height: normal;
}
ul.awardsCatlist li label{
    display: flex;
    align-items: center;
    cursor: pointer;
    /*👉height: 30px;👈*/
    position: relative;
}
ul.awardsCatlist li:first-child{
    width: 100%;
    margin: 0 0 5px;
    color: #f0c05a;
    font-size: 17px;
}
ul.awardsCatlist li label span{
    display: flex;
    align-items: center;
}
ul.awardsCatlist.fullwidth li{
width: 100%;
}
ul.awardsCatlist.fullwidth li a{display: inline-block; color: #f0c05a;}
.awardsCatlist li input[type="checkbox"]{
    margin: 0 10px 0 0;
}

.awardsCatlist li label input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }

  .awardsCatlist li label span:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #474747;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
  }

  .awardsCatlist li label input:checked+span:after {
      content: '';
      display: block;
      position: absolute;
      top: auto;
      left: 7px;
      width: 6px;
      height: 11px;
      border: solid #f0c05a;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
  }
  .awardsCatlist li label input:checked+span{
    color: #f0c05a;
  }
  .awardsCatlist li label input:checked+span:before{
    border-color: #f0c05a;
  }

.registrationBox .read_more {
    border-color: #0f0f0f;
    color: #0f0f0f;
}
.registrationBox .read_more:hover {
    border-color: #f0c05a;
    color: #fff;
}

.inMedia {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #0f0f0f;
}

.grid {
	width:100%;
	list-style: none;
	margin: 30px auto;
	padding: 0;
}

.grid li {
	float: left;
	width: 25%;
	opacity: 1;
}
.grid li a{
    width: 94%;
    margin: 3%;
}
.grid li a,
.grid li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
}

.grid li span img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 0px 0;
}


@media screen and (max-width: 900px) {
	.grid li {
		width: 50%;
	}
}

.termsCondition {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #0f0f0f;
  }

  .termsCondition .termsTitle2 {
    color: #f0c05a;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
}

.termsCondition p {
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    text-align: justify;
}
.termsCondition p a{color: #f0c05a;}
.termsCondition p strong{color: #f0c05a;}
.termsCondition ul{
    float: left;
    width: 100%;
    margin: 0 0 15px 15px;
    padding: 0;
}
.termsCondition ul li {
    list-style: disc;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.termsCondition h2{
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.termsCondition h3{
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.fancybox-caption-wrap .fancybox-caption{
    display: flex;
    align-items: center;
}
.fancybox-caption-wrap .fancybox-caption a{margin-left: 20px; color: #f0c05a;}
.whatapp_btn {
    background: #01e675;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    left: 15px;
    bottom: 30px;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.whatapp_btn svg {
    width: 24px;
    height: 24px;
}

.whatapp_btn:focus,
.whatapp_btn:hover {
    background: #01e675;
    color: #fff;
}

.categorySlider{
    overflow: hidden;
    padding: 0 15px;

  }
  .categorySlider .swiper-pagination{
    bottom: 0px;
    position: relative;

  }
  .categorySlider .swiper-pagination-bullet {
    background-color: #869791;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    opacity: 1;
  }
  .categorySlider .swiper-pagination-bullet-active {
    background-color: #af7114;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  #notification .modal-dialog{max-width:720px;padding:0;margin:0 auto}
  #notification .modal-dialog .modal-body{padding:5px}
  #notification .modal-dialog .modal-body img{width:100%}
  #notification .modal-dialog{width:100%;height:100%;display:flex;align-items:center}
  #notification .btn-close{position:absolute;right:-15px;top:-15px;background-color:#c48f2d;padding:7px;border-radius:100%;opacity:1;width:20px;height:20px}