@charset "UTF-8";
@import url("../css/bootstrap.min.css");
@import url("../css/magnific-popup.css");
@import url("../css/all.min.css");
@import url("../css/owl.carousel.min.css");
@import url("../css/owl.theme.default.min.css");
@import url("../css/slick.css");
@import url("../css/slick-theme.css");
@font-face {
  font-family: "Muli";
  src: url("../fonts/muli/Muli-Black.woff2") format("woff2"), url("../fonts/muli/Muli-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/muli/Muli-BlackItalic.woff2") format("woff2"), url("../fonts/muli/Muli-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/muli/Muli-BoldItalic.woff2") format("woff2"), url("../fonts/muli/Muli-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/muli/Muli-Bold.woff2") format("woff2"), url("../fonts/muli/Muli-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/muli/Muli-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/muli/Muli-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/muli/Muli-ExtraBold.woff2") format("woff2"), url("../fonts/muli/Muli-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/muli/Muli-ExtraLight.woff2") format("woff2"), url("../fonts/muli/Muli-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/muli/Muli-ExtraLightItalic.woff2") format("woff2"), url("../fonts/muli/Muli-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/muli/Muli-Italic.woff2") format("woff2"), url("../fonts/muli/Muli-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/muli/Muli-Light.woff2") format("woff2"), url("../fonts/muli/Muli-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/muli/Muli-Regular.woff2") format("woff2"), url("../fonts/muli/Muli-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/muli/Muli-LightItalic.woff2") format("woff2"), url("../fonts/muli/Muli-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/muli/Muli-SemiBold.woff2") format("woff2"), url("../fonts/muli/Muli-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/muli/Muli-SemiBoldItalic.woff2") format("woff2"), url("../fonts/muli/Muli-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
* {
  box-sizing: border-box;
  list-style: none;
}

html {
  font-size: 16px;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: "Muli"; */
  text-transform: uppercase;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 800;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  /* font-family: "Open Sans", sans-serif; */
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
}

a {
  color: #DE0000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.clr1 {
  color: #DE0000 !important;
}

.clr2 {
  color: #00A1DE !important;
}

.clr3 {
  color: #FF5F1F !important;
}

.clr4 {
  color: #11C803 !important;
}

.bg-1 {
  background: #DE0000;
}

.bg-gray {
  background: #F0F0F0;
}

.bg-dark-1 {
  background: #1C1C1C;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.py-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

main {
  min-height: 50vh;
}

.container img {
  max-width:100%;
}

.container.gutter20 {
  padding-left: 10px;
  padding-right: 10px;
}
.container.gutter20 .row.gutter20, .container.gutter20 > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.container.gutter20 .row.gutter20 > div, .container.gutter20 > .row > div {
  padding-left: 10px;
  padding-right: 10px;
}

.row.gutter20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.gutter20 > div {
  padding-left: 10px;
  padding-right: 10px;
}

.row.gutter50 {
  margin-left: -25px;
  margin-right: -25px;
}
.row.gutter50 > div {
  padding-left: 25px;
  padding-right: 25px;
}

.container.gutter10 {
  padding-left: 5px;
  padding-right: 5px;
}
.container.gutter10 .row.gutter10, .container.gutter10 > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.container.gutter10 .row.gutter10 > div, .container.gutter10 > .row > div {
  padding-left: 5px;
  padding-right: 5px;
}

.row.gutter10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.gutter10 > div {
  padding-left: 5px;
  padding-right: 5px;
}

.sec-pd {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sec-pdt {
  padding-top: 40px;
}

.sec-pdb {
  padding-bottom: 40px;
}

.sec-pd70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.sec-pdt70 {
  padding-top: 70px;
}

.sec-pdb70 {
  padding-bottom: 70px;
}

.d-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

input.form-control:focus {
  box-shadow: none;
}
textarea.form-control {
  height:150px !important;
}
.sec-title {
  margin-bottom: 40px;
  text-align: center;
}
.sec-title .st-title {
  font-size: 32px;
  color: #0044ff;
  margin-bottom: 0;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.sec-title .st-title .text-shadow {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
  color: #000000;
  z-index: -1;
  font-size: 217%;
  opacity: 0.05;
  font-weight: 800;
}
.sec-title .st-bottom-design {
  margin-bottom: 10px;
  text-align: center;
  margin-top: -6px;
}
.sec-title .sec-title-info {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: #777777;
  margin-top: 22px;
}
.sec-title .st-top-txt {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.sec-title.title-white .st-title {
  color: #ffffff;
}
.sec-title.title-white .text-shadow {
  color: #313131;
  opacity: 1;
}
.sec-title.title-white .st-bottom-design {
  filter: brightness(100) contrast(0);
  position: relative;
  z-index: 2;
}
.sec-title.title-white .st-top-txt {
  color: #ffffff;
}

.page-title {
  font-size: 32px;
  color: #000000;
  margin-bottom: 0;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.advisory-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #0044ff;
  position: relative;
  z-index: 1;
}

.section-title {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #0044ff;
  position: relative;
  z-index: 1;
}

.sponsor-list {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 30px;
}
.sponsor-list .sponsor-list-image {
  width: 20%;
  padding-right: 50px;
  text-align: center;
}
.sponsor-list .sponsor-list-image a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: block;
  padding: 30px;
}
.sponsor-list .sponsor-list-image a img {
  width: 100%;
  max-width: 150px !important;
  margin: 0 auto;
}
.sponsor-list .sponsor-list-content {
  width: 80%;
  line-height: 1.8;
}
.sponsor-list a.read-more {
  color: #DE0000;
  text-decoration: none;
}
.sponsor-list span.more-text {
  display: none;
}

.btn-1 {
  background-color: #075AA4;
  border-color: #075AA4;
  color: #ffffff;
  font-size: 14px;
  padding: 14px 30px;
  border-radius: 10px;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
}
.btn-1 .ico {
  width: 18px !important;
  height: 16px !important;
  display: inline-block !important;
  margin-left: 15px;
}
.btn-1:hover {
  background-color: #C00000;
  color: #ffffff;
  border-color: #C00000;
}
.btn-1.btn-bordered {
  background: transparent;
  color: #000000;
}
.btn-1.btn-bordered:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

a.downloadBtn {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #DE0000;
  border-color: #DE0000;
  color: #ffffff;
  font-size: 14px;
  border-radius: 10px;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  margin: 0px 20px 10px 0;
  text-transform: uppercase;
}
a.downloadBtn:hover {
  background-color: #282828;
  color: #ffffff;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #3f8aec;
  padding: 17px 20px;
  font-size: 14px;
  line-height: 1;
}
.btn-white:hover {
  background-color: #C00000;
  color: #ffffff;
}

.btn-dark {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  padding: 17px 20px;
  font-size: 14px;
  line-height: 1;
}
.btn-dark:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}

.top-header {
  background: #000000;
  padding: 8px 0;
}

.header {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0px 0;
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  background: #075AA4;
}
.header .navbar-brand {
  padding: 0;
  margin-left: 0;
}
.header .nav {
  list-style: none;
  display: inline-flex;
  align-items: center;
}
.header .nav-wrapper {
  padding-top: 18px;
  float: right;
}
.header .navbar {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0px;
  padding: 0px;
}
.header .navbar .nav-link {
  font-size: 16px;
  color: #ffffff;
  padding: 20px 15px;
  /* text-transform: uppercase; */
}
.header .navbar .nav-link.active {
  background: #DE0000;
}
.header .navbar .nav-item:hover > a {
  background: #DE0000;
}
.header .navbar .dropdown-item {
  font-size: 16px;
}
.header .nav-btn {
  margin-left: 15px;
  align-self: center;
}
.header .top-logo-nav {
  padding: 10px 0;
}

.header .top-logo-nav .btn-white:hover {
  color: #ffffff;
}
.header .top-logo-nav .btn-white b { font-weight: normal; }
.header .navbar-brand img {
  width: 154px;
}
.header.header-scrolled {
  position: fixed;
  width: 100%;
}
.header.header-scrolled + * {
  margin-top: 100px;
}

.drop-menulist {
  position: relative;
  list-style: none;
  padding: 0;
}
.drop-menulist > li > a:hover {
  background-color: #DE0000;
  color: #ffffff;
  text-decoration: none;
}
.drop-menulist li.drop-left > a {
  padding-right: 15px;
  position: relative;
  padding-left: 0px;
}
.drop-menulist li.drop-left > a i {
  position: absolute;
  top: 14px;
  right: 0;
  opacity: 0;
  font-size: 12px;
}
.drop-menulist li.drop-left .drop-left-menus {
  position: absolute;
  top: 0;
  left: 100%;
  padding-left: 40px;
  list-style: none;
  width: 300px;
  opacity: 0;
  visibility: hidden;
}
.drop-menulist li.drop-left .drop-left-menus a {
  padding-left: 0px;
  padding-right: 0px;
}
.drop-menulist li.drop-left:hover > a > i {
  opacity: 1;
}
.drop-menulist li.drop-left:hover > .drop-left-menus {
  visibility: visible;
  opacity: 1;
}

.navbar-toggler {
  padding: 0px 0px;
  outline: none;
  box-shadow: none;
  margin-top: 10px;
  position: relative;
  z-index: 999999;
}
.navbar-toggler span {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  backface-visibility: hidden;
  display: block;
  width: 35px;
  background: #ffffff;
  height: 3px;
  position: relative;
  top: 0;
}
.navbar-toggler span:nth-child(2) {
  margin: 7px 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: rotate(-45deg);
  top: -10px;
}
.navbar-toggler:focus, .navbar-toggler:active {
  outline: none;
  box-shadow: none;
}

.banner-slider-wrapper {
  position: relative;
}
.banner-slider-wrapper .owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: 1;
}
.banner-slider-wrapper .owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}
.banner-slider-wrapper .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  background: #f4f3f2;
}

ul li, ol li {
  margin-bottom: 5px;
}

.social-list-top {
  list-style: none;
  padding: 0px;
  margin-bottom: 0;
}
.social-list-top li a {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  background-color: #484849;
  text-align: center;
  color: #F0F0F0;
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  list-style: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.social-list-top li a:hover {
  text-decoration: none;
  background: #DE0000;
}
.social-list-top li:not(:last-child) {
  margin-right: 8px;
}

.social-list-1 {
  list-style: none;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 0;
}
.social-list-1 li a {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #DE0000;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  font-size: 20px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-list-1 li a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #DE0000;
}
.social-list-1 li:not(:last-child) {
  margin-right: 15px;
}

.list-top {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.list-top li {
  display: inline-block;
}
.list-top li a {
  display: inline;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
.list-top li a:hover {
  text-decoration: none;
  color: #ffffff;
}
.list-top li:not(:last-child):after {
  content: "|";
  color: #ffffff;
  margin: 0 10px;
}

.position-r {
  position: relative;
  z-index: 1;
}

.bg-fixed {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.bg-fixed.img-overlay {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.bg-fixed-wrap {
  position: relative;
  z-index: 1;
  background: transparent;
}
.bg-fixed-wrap .bg-fixed {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-position: center !important;
  background-repeat: none !important;
  background-size: cover !important;
}

.card-sec-1 {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.card-sec-1 .row {
  position: relative;
  top: -150px;
  margin-bottom: -150px;
}

.banner-sec {
  display: flex;
  align-items: center;
}
.banner-sec .container .row {
  min-height: 700px;
  /* padding-bottom: 150px; */
}
.banner-p-text-title{
  color: #ffffff;
  font-weight: 700;
  margin-bottom: -10px;
  text-align: center;
}
.banner-sec .banner-inner-block {
  padding: 42px 45px;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}
.banner-sec .banner-inner-block .banner-title {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.1;
  font-weight: 700;
}
.banner-sec .banner-inner-block .title-text-for {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  color: #DE0000;
  margin-bottom: -1000px;
  color: #ffffff;
}
.banner-sec .banner-inner-block p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  color: #DE0000;
  margin-bottom: 40px;
  color: #ffffff;
}
.banner-sec .banner-inner-block ul {
  margin: 0 0 30px;
}
.banner-sec .banner-inner-block ul li,
.banner-sec .banner-inner-block ul li a {
  font-size: 20px;
}
.banner-sec .banner-inner-block ul li,.banner-sec .banner-inner-block ul li a {
  font-size: 20px;
}
.banner-btn-wrap {
  margin-top: 30px;
}
.banner-btn-wrap li {
  font-size: 20px !important;
}
.banner-sec .banner-inner-block ul li a {
  font-size: 20px;
  color: #ffffff;
}
.banner-sec .banner-inner-block ul li:not(:last-child):after {
  margin: 0 4px 0 3px;
}
.banner-sec .banner-inner-block .btn-1 {
  text-transform: uppercase;
}
.banner-sec .owl-dots {
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 30px;
}
.banner-sec .owl-dots .owl-dot {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 2px;
  border-radius: 50%;
}
.banner-sec .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 3px;
}
.banner-sec .owl-dots .owl-dot.active {
  -webkit-box-shadow: 0 0 1px 1px #DE0000;
  box-shadow: 0 0 1px 1px #DE0000;
}
.banner-sec .owl-dots .owl-dot.active span {
  background: #DE0000;
}
.banner-sec .banner-block {
  background: rgba(0, 0, 0, 0.47);
}

.owl-redesign-1.owl-theme .owl-nav {
  position: initial;
  margin: -2px 0 0;
}
.owl-redesign-1.owl-theme .owl-nav button {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  margin: 0;
  font-size: 45px !important;
  opacity: 1;
  padding: 10px !important;
  color: #ffffff !important;
}
.owl-redesign-1.owl-theme .owl-nav button:hover, .owl-redesign-1.owl-theme .owl-nav button:focus {
  background: transparent;
  outline: none;
  opacity: 1;
}
.owl-redesign-1.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.owl-redesign-1.owl-theme .owl-nav .owl-next {
  right: 0;
}

.row.sbm-row-col-5 col {
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.footer {
  padding: 40px 0;
  background: #0C71C3;
}
.footer .pay-in-block {
  padding-bottom: 30px;
  margin-bottom: 70px;
}
.footer .col-sbm-1,
.footer .col-sbm-2,
.footer .col-sbm-3,
.footer .col-sbm-4,
.footer .col-sbm-5 {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex: auto;
  flex: auto;
  min-width: 15%;
}

.footer-title {
  font-size: 22px;
  margin-bottom: 24px;
  color: #FFFFFF!important;
  font-weight: 600;
}

.footer-list {
  list-style: none;
  padding: 0px;
}
.footer-list li {
  margin-bottom: 18px;
}
.footer-list li a {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  color: #C9CBD2;
  text-decoration: none;
}
.footer-list li a i {
  font-size: 12px;
  margin-right: 5px;
  vertical-align: middle;
}
.footer-list li a:hover {
  color: #DE0000;
}

.copyright {
  background: #3B3C40;
  padding: 18px 15px;
  text-align: center;
}
.copyright a {
  font-size: 16px;
  color: #BABCC1;
  margin: 0px;
}
.copyright p {
  font-size: 14px;
  color: #BABCC1;
  margin: 8px 0 0;
}

.dropdown .dropdown-menu {
  border-style: none;
  padding: 4px;
  -webkit-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.21);
  box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.21);
  margin-top: 0;
}
.dropdown .dropdown-menu li > a {
  /* text-transform: uppercase; */
  padding: 7px 10px;
  display: block;
}

.form-design-1 .form-group {
  margin-bottom: 29px;
}
.form-design-1 .form-group .form-control {
  border-radius: 0px;
  height: auto;
  padding: 9px 15px;
  font-size: 16px;
  border-width: 1px;
  border-color: #C7C7C7;
  color: #000000;
  width: 100%;
}
.form-design-1 .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-design-1 .form-group label {
  font-size: 18px;
}
.form-design-1 .form-group .checkbox-1 {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  padding-left: 35px;
  min-height: 30px;
}
.form-design-1 .form-group .checkbox-1 .markbox {
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #929292;
  top: 3px;
  left: 0;
  margin-top: 0;
  background: #ffffff;
  border-radius: 4px;
}
.form-design-1 .form-group .checkbox-1 .markbox:before {
  width: 11px;
  height: 6px;
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  border: 2px solid #ffffff;
  border-style: none none solid solid;
  -webkit-transform: rotate(-45deg) scale(0.8);
  transform: rotate(-45deg) scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-design-1 .form-group .checkbox-1 input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.form-design-1 .form-group .checkbox-1 input:checked ~ span.markbox {
  background: #C00000;
  border-color: #C00000;
}
.form-design-1 .form-group .checkbox-1 input:checked ~ span.markbox:before {
  -webkit-transform: rotate(-50deg) scale(1);
  transform: rotate(-50deg) scale(1);
  opacity: 1;
}
.form-design-1 .form-group .custom-select {
  background: #fff url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAQAAABn7dZ6AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflAwYMHjb6d1a/AAAAWElEQVQI123LMQrCQBhE4e8CaSWdXkHIDSRgZxEQNSaQnD9XkD/Fgq7LvmrmDcPJRclZQ+fj8adXm2MK4fnVb2HJS5om4Z7fX0LvWmoYhHBTYTaq0jr8yg6I1xE2uVXddAAAAABJRU5ErkJggg==") no-repeat right 0.75rem center;
  border-color: #C7C7C7;
  border-width: 1px;
  border-radius: 0px;
  color: #000000;
  padding: 9px 15px;
  font-size: 16px;
  height: auto;
  box-shadow: none;
}
.form-design-1 ::-webkit-input-placeholder {
  /* Edge */
  color: #000000;
}
.form-design-1 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}
.form-design-1 ::placeholder {
  color: #000000;
}
.form-design-1 .full-name-block {
  display: flex;
}
.form-design-1 .full-name-block .custom-select {
  -webkit-flex: 0 0 140px;
  flex: 0 0 140px;
  max-width: 140px;
}
.form-design-1 .full-name-block .full-name-input {
  -webkit-flex: 0 0 calc(100% - 140px);
  flex: 0 0 calc(100% - 140px);
  max-width: calc(100% - 140px);
  padding-left: 20px;
}
.form-design-1 .form-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
}
.form-design-1 .form-inline .checkbox-1 {
  margin-right: 15px;
  padding-left: 30px;
}
.form-design-1 .btn {
  min-width: 170px;
}

.form-design-2 .form-group {
  margin-bottom: 29px;
}
.form-design-2 .form-group .form-control {
  border-radius: 0px;
  height: auto;
  padding: 15px 20px;
  font-size: 16px;
  border-width: 1px;
  border-color: #f8f8f8;
  color: #000000;
  width: 100%;
  background: #f8f8f8;
}
.form-design-2 .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-design-2 .form-group label {
  font-size: 18px;
}
.form-design-2 .form-group .checkbox-1 {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  padding-left: 35px;
  min-height: 30px;
}
.form-design-2 .form-group .checkbox-1 .markbox {
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #929292;
  top: 3px;
  left: 0;
  margin-top: 0;
  background: #ffffff;
  border-radius: 2px;
}
.form-design-2 .form-group .checkbox-1 .markbox:before {
  width: 11px;
  height: 6px;
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  border: 2px solid #ffffff;
  border-style: none none solid solid;
  -webkit-transform: rotate(-45deg) scale(0.8);
  transform: rotate(-45deg) scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-design-2 .form-group .checkbox-1 input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.form-design-2 .form-group .checkbox-1 input:checked ~ span.markbox {
  background: #C00000;
  border-color: #C00000;
}
.form-design-2 .form-group .checkbox-1 input:checked ~ span.markbox:before {
  -webkit-transform: rotate(-50deg) scale(1);
  transform: rotate(-50deg) scale(1);
  opacity: 1;
}
.form-design-2 .form-group .custom-select {
  background: #f8f8f8 url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAQAAABn7dZ6AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflAwYMHjb6d1a/AAAAWElEQVQI123LMQrCQBhE4e8CaSWdXkHIDSRgZxEQNSaQnD9XkD/Fgq7LvmrmDcPJRclZQ+fj8adXm2MK4fnVb2HJS5om4Z7fX0LvWmoYhHBTYTaq0jr8yg6I1xE2uVXddAAAAABJRU5ErkJggg==") no-repeat right 0.75rem center;
  border-color: #f8f8f8;
  border-width: 1px;
  border-radius: 0px;
  color: #000000;
  padding: 15px 20px;
  font-size: 16px;
  height: auto;
  box-shadow: none;
}
.form-design-2 ::-webkit-input-placeholder {
  /* Edge */
  color: #000000;
}
.form-design-2 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}
.form-design-2 ::placeholder {
  color: #000000;
}
.form-design-2 .full-name-block {
  display: flex;
}
.form-design-2 .full-name-block .custom-select {
  -webkit-flex: 0 0 140px;
  flex: 0 0 140px;
  max-width: 140px;
}
.form-design-2 .full-name-block .full-name-input {
  -webkit-flex: 0 0 calc(100% - 140px);
  flex: 0 0 calc(100% - 140px);
  max-width: calc(100% - 140px);
  padding-left: 20px;
}
.form-design-2 .form-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
}
.form-design-2 .form-inline .checkbox-1 {
  margin-right: 15px;
  padding-left: 30px;
}
.form-design-2 .btn {
  min-width: 170px;
}

.accordion.accordion-1 {
  margin-top: 60px;
}
.accordion.accordion-1 .card {
  border-style: none;
}
.accordion.accordion-1 .card-header {
  background: transparent;
  border-style: none none solid;
  border-color: #929292;
  padding: 18px 20px 18px 0;
  border-width: 2px;
  position: relative;
  cursor: pointer;
}
.accordion.accordion-1 .card-header h2 {
  font-size: 22px;
  color: #000000;
}
.accordion.accordion-1 .card-header h2:before, .accordion.accordion-1 .card-header h2:after {
  position: absolute;
  content: "";
  background: #929292;
  top: 50%;
  display: inline-block;
  right: 0px;
}
.accordion.accordion-1 .card-header h2:before {
  width: 20px;
  height: 2px;
}
.accordion.accordion-1 .card-header h2:after {
  width: 20px;
  height: 2px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
}
.accordion.accordion-1 .card-header h2:not(.collapsed):after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 0;
}
.accordion.accordion-1 .card-body {
  font-size: 14px;
  color: #F0F0F0;
  padding-left: 0px;
  padding-right: 0;
}

.card-design-1 {
  padding: 12px;
  position: relative;
  z-index: 1;
  background: #000000;
  height: 100%;
}
.card-design-1 .cd1-inner-block {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 26px 18px;
  border: 1px solid #6A6A75;
  height: 100%;
}
.card-design-1 .cd1-inner-block h2 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
}
.card-design-1 .cd1-inner-block p {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  color: #AAAAAA;
  margin-bottom: 34px;
}
.card-design-1 .bg-fixed {
  opacity: 0.26;
}
.card-design-1:hover .cd1-inner-block {
  background: #DE0000;
}
.card-design-1:hover .cd1-inner-block p {
  color: #ffffff;
}
.card-design-1:hover .cd1-inner-block .btn-1 {
  background: #ffffff;
  border-color: #ffffff;
  color: #DE0000;
}

.card-design-2 {
  padding: 12px;
  position: relative;
  z-index: 1;
  background: #000000;
  min-height: 490px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-design-2 .cd2-inner-block h2 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 15px;
}
.card-design-2 .cd2-inner-block p {
  color: #ffffff;
  margin-bottom: 34px;
}
.card-design-2 .list-top {
  margin-bottom: 25px;
}
.card-design-2 .bg-fixed {

}
.card-design-2 .cd2-title {
  font-size: 28px;
  color: #ffffff;
}
.card-design-2 .cd2-text {
  transition: all 0.5s ease 0s;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  width: 100%;
  font-size: 20px;
}
.card-design-2 .cd2-inner-block {
  width: 100%;
  max-width: 700px;
}

.card-design-2-thumbnail {
  min-height: 147px;
  width: 100%;
  background: #282829;
  display: flex;
  padding: 7px 130px 7px 7px;
  position: relative;
}
.card-design-2-thumbnail .cd2t-thumbnail {
  -webkit-flex: 0 0 67px;
  flex: 0 0 67px;
  max-width: 67px;
}
.card-design-2-thumbnail .cd2t-thumbnail img {
  width: 100%;
  height: 79px;
}
.card-design-2-thumbnail .cd2t-inner-block {
  -webkit-flex: 0 0 calc(100% - 80px);
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 0px);
  padding-left: 7px;
}
.home-nav-news .card-design-2-thumbnail .cd2t-inner-block{-webkit-flex:100%;
  flex:100%;
  max-width:100%; }
.home-nav-news .card-design-2-thumbnail .cd2t-inner-block{ padding: 0;}
.news-slider .slick-slide{
  padding: 0px 11px;
}
.news-slider .slick-list {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.news-slider{ margin: 0 -11px; }
.news-slider.slick-nav-setting.slick-slider .btn-prev { left: 12px;}
.news-slider.slick-nav-setting.slick-slider .btn-next { right: 12px;}
.news-slider .news-thumbnail-card .ntc-inner-block .ntc-title{ min-height: 43px;}

.card-design-2-thumbnail .cd2t-inner-block .cd2t-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  autoprefixer: off;
  white-space: nowrap;
}
.card-design-2-thumbnail .cd2t-inner-block .list-top {
  margin: 0px 0 5px;
}
.card-design-2-thumbnail .cd2t-inner-block .list-top li {
  color: #FFFFFF;
  font-size: 12px;
}
.card-design-2-thumbnail .cd2t-inner-block .cd2t-text {
  color: #AAAAAA;
  margin-bottom: 0;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  autoprefixer: off;
}
.card-design-2-thumbnail .cd2t-inner-block .btn-1 {
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1;
  padding: 13px 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-container .slick-slider .slick-list {
  padding: 0 !important;
}

.slider-nav-news.slick-vertical {
  position: relative;
  top: -10px;
}
.slider-nav-news.slick-vertical .slick-slide {
  padding: 10px 0;
}

.slider-nav-news .slick-arrow {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 9;
  min-height: 160px;
  min-height: 32%;
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
  opacity: 0.5;
  pointer-events: none !important;
}
.slider-nav-news .slick-arrow:before {
  display: none;
}

.slider-nav-news .slick-arrow.slick-prev {
  top: 0;
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 );
}

.slider-nav-news .slick-arrow.slick-next {
  top: auto;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
}

.top-speaker-sec .sec-title {
  margin-bottom: 10px;
}

.top-speaker-card {
  text-align: center;
  margin: 46px 0;
}
.top-speaker-card .img-holder {
  background: #484849;
}
.top-speaker-card .img-holder img {
  width: 100%;
  object-fit: cover;
}
.top-speaker-card .tsc-inner-content {
  padding: 15px 10px;
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-speaker-card h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 5px;
}
.top-speaker-card div.dash-style {
  font-size: 0;
}
.top-speaker-card div.dash-style span {
  display: inline-block;
  width: 18px;
  background: #ffffff;
  height: 1px;
}
.top-speaker-card p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
}
.top-speaker-card p.tsc-position {
  font-size: 16px;
  margin: 0;
}

.top-speaker-slider-wrapper {
  margin: 0 0px;
}
.top-speaker-slider-wrapper .owl-item {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-speaker-slider-wrapper .owl-item:hover {
  z-index: 1;
  transform: scale(1.2);
}
.top-speaker-slider-wrapper .owl-item:hover .tsc-inner-content {
  background: #DE0000;
}
.top-speaker-slider-wrapper .owl-nav-setting.owl-theme .owl-nav [class*=owl-] {
  margin-top: -40px !important;
}

.o-hidden {
  overflow: hidden;
}

.news-thumbnail-card {
  width: 100%;
  padding: 25px 19px;
  position: relative;
  background: rgba(0, 0, 0, 0.65);
}
.news-thumbnail-card .ntc-inner-block {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.news-thumbnail-card .ntc-inner-block .ntc-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  autoprefixer: off;
}
.news-thumbnail-card .ntc-inner-block .list-top {
  margin: 0px 0 10px;
}
.news-thumbnail-card .ntc-inner-block .list-top li {
  color: #AAAAAA;
  font-size: 12px;
}
.news-thumbnail-card .ntc-inner-block .ntc-text {
  color: #C7C7C7;
  margin-bottom: 0;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  autoprefixer: off;
}
.news-thumbnail-card .ntc-inner-block .news-for {
  font-size: 15px;
  color: #D9D9D9;
  font-weight: 600;
  margin: 0 0 10px;
}
.news-thumbnail-card .ntc-inner-block .text-link {
  margin-top: 18px;
}

.text-link {
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
}
.text-link img {
  display: inline-block;
}
.text-link span {
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
}
.text-link:hover {
  color: #ffffff;
}

.news-and-editorial-slider-wrapper {
  margin-bottom: 20px;
}
.news-and-editorial-slider-wrapper .card-design-2 {
  justify-content: flex-start;
  padding-left: 10%;
  min-height: 650px;
  padding-bottom: 98px;
}
.news-and-editorial-slider-wrapper .card-design-2 .cd2-inner-block {
  max-width: 760px;
  background: rgba(0, 0, 0, 0.73);
  padding: 40px 44px;
}
.news-and-editorial-slider-wrapper .card-design-2 .bg-fixed {
  opacity: 0.68;
}

.news-and-editorial-nav-slider {
  left: -12px;
}
.news-and-editorial-nav-slider .slick-slide {
  padding: 0px 11px;
}
.news-and-editorial-nav-slider .slick-list {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.subscribe-main-wrapper {
  position: relative;
}

.subscribe-wrapper {
  background: #ffffff;
  padding: 40px;
  text-align: center;
  position: absolute;
  left: -20px;
  right: 20px;
  top: -118px;
  z-index: 1;
  height: 400px;
  -webkit-box-shadow: 0 3px 30px rgba(112, 112, 112, 0.16);
  box-shadow: 0 3px 30px rgba(112, 112, 112, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
}
.subscribe-wrapper .subscribe-block h3 {
  font-size: 32px;
  color: #DE0000;
  margin-bottom: 14px;
  font-weight: 700;
}
.subscribe-wrapper .subscribe-block h4 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 45px;
  font-weight: 700;
}
.subscribe-wrapper .subscribe-block .btn-1 {
  font-size: 17px;
  min-width: 200px;
}

.piller-card {
  padding: 20px;
  position: relative;
  z-index: 1;
  background: #000000;
  margin-bottom: 30px;
}
.piller-card .pc-inner-block {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 30px 20px;
  /*min-height: 310px;*/
  min-height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.piller-card .pc-inner-block h2 {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 10px;
  text-align: center;
}
.piller-card .bg-fixed {
  opacity: 0.26;
}
.piller-card:hover .pc-inner-block {
  background: #DE0000;
}
.piller-card:hover .pc-inner-block p {
  color: #ffffff;
}
.piller-card:hover .pc-inner-block .btn-1 {
  background: #ffffff;
  border-color: #ffffff;
  color: #DE0000;
}

.video-block {
  position: relative;
}
.video-block img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.video-block .youtube-pop {
  color: #ffffff;
  background: #DE0000;
  line-height: 1;
  font-size: 28px;
  width: 75px;
  height: 75px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 23px 0 15px 2px;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
}
.video-block::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.38;
}
.video-block .vid-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
.video-block.show-video .vid-iframe {
  display: block;
}
.video-block.show-video .youtube-play {
  display: none;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.video-gallery-slider-nav .slick-slide {
  padding: 0 10px;
}
.video-gallery-slider-nav .slick-slide img {
  max-width: 100%;
  height: 50px;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}
.video-gallery-slider-nav .slick-list {
  padding: 0 !important;
}
.video-gallery-slider-nav.slick-nav-setting.slick-slider .btn-prev {
  left: 10px;
}
.video-gallery-slider-nav.slick-nav-setting.slick-slider .btn-next {
  right: 10px;
}

.video-gallery-slider-wrapper {
  width: 100%;
  max-width: 1066px;
  margin: 0 auto 22px;
}

.logo-card {
  display: block;
  border: 1px solid #E3E3E3;
  padding: 30px;
  text-align: center;
  border-radius: 5px;
  background: #ffffff;
}
.logo-card img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  margin: auto;
  filter: grayscale(1);
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
}
.logo-card:hover img {
  filter: grayscale(0);
}

.inner-block-title {
  text-transform: uppercase;
  font-size: 22px;
  color: #333333;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px;
}

.owl-nav-setting.owl-theme .owl-nav {
  margin: 0;
}
.owl-nav-setting.owl-theme .owl-nav [class*=owl-] {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  background: #6A6A75;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
  padding: 12px 10px !important;
  width: 55px;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
}
.owl-nav-setting.owl-theme .owl-nav [class*=owl-]:hover {
  background: #DE0000;
}
.owl-nav-setting.owl-theme .owl-nav [class*=owl-]:focus {
  outline: none;
  box-shadow: none;
}
.owl-nav-setting.owl-theme .owl-nav button.owl-prev {
  left: 0;
  right: auto;
}
.owl-nav-setting.owl-theme .owl-nav button.owl-next {
  left: auto;
  right: 0;
}
.owl-nav-setting.owl-theme.banner-slider .owl-nav [class*=owl-] {
  padding: 74px 10px !important;
  opacity: 0.5;
}
.owl-nav-setting.owl-theme.banner-slider .owl-nav [class*=owl-]:hover {
  opacity: 1;
  background: #DE0000;
}

.slick-nav-setting.slick-slider .slick-arrow {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  background: #6A6A75;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
  padding: 12px 10px !important;
  width: 55px;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  z-index: 1;
}
.slick-nav-setting.slick-slider .slick-arrow:hover {
  background: #DE0000;
}
.slick-nav-setting.slick-slider .slick-arrow:focus {
  outline: none;
  box-shadow: none;
}
.slick-nav-setting.slick-slider .btn-prev {
  left: 0;
  right: auto;
}
.slick-nav-setting.slick-slider .btn-next {
  left: auto;
  right: 0;
}
.slick-nav-setting.slick-slider.news-and-editorial-nav-slider .btn-prev {
  left: 10px;
}
.slick-nav-setting.slick-slider.news-and-editorial-nav-slider .btn-next {
  right: 10px;
}
.slick-nav-setting.slick-slider.news-and-editorial-slider .slick-arrow {
  padding: 74px 10px !important;
  opacity: 0.6;
}
.slick-nav-setting.slick-slider.news-and-editorial-slider .slick-arrow:hover {
  opacity: 1;
}

.p-relative {
  position: relative;
  z-index: 1;
}

.bg-shap-1 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  max-width: 100%;
}

.bg-shap-2 {
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  max-width: 100%;
}

.bg-shap-3 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  max-width: 100%;
}

.bg-shap-4 {
  position: absolute;
  z-index: -1;
  bottom: -123px;
  left: 0;
  max-width: 100%;
}

.bg-shap-5 {
  position: absolute;
  z-index: -1;
  top: -70px;
  right: 0;
  max-width: 100%;
}

.bg-shap-6 {
  position: absolute;
  z-index: -1;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100%;
}

.bg-shap-7 {
  position: absolute;
  z-index: -1;
  bottom: -210px;
  left: 0;
  max-width: 100%;
}

section {
  overflow: hidden;
}

.gradiant-overlay {
  background: -moz-linear-gradient(45deg, rgba(234, 61, 55, 0.8) 0%, rgba(252, 208, 25, 0.51) 50%, rgba(247, 205, 29, 0.5) 51%, rgba(16, 82, 228, 0.7) 100%);
  background: -webkit-linear-gradient(45deg, rgba(234, 61, 55, 0.8) 0%, rgba(252, 208, 25, 0.51) 50%, rgba(247, 205, 29, 0.5) 51%, rgba(16, 82, 228, 0.7) 100%);
  background: linear-gradient(45deg, rgba(234, 61, 55, 0.8) 0%, rgba(252, 208, 25, 0.51) 50%, rgba(247, 205, 29, 0.5) 51%, rgba(16, 82, 228, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ccea3d37", endColorstr="#b31052e4",GradientType=1 );
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.dark-overlay {
  background: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
  top: 0;
  left: 0;
}

.page-info-sec {
  position: relative;
  z-index: 2;
}
.page-info-sec .row {
  min-height: 400px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-info-sec .row .col {
  max-width: 800px;
}

.page-info-block {
  background: rgba(255, 255, 255, 0.86);
  padding: 25px 40px;
  text-align: center;
}
.page-info-block h1 {
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  font-size: 32px;
}
.page-info-block p {
  color: #000000;
  font-size: 14px;
  margin: 0;
}
.page-info-block p a {
  color: #000000;
}

.logo-info-img-sec {
  text-align: center;
}
.logo-info-img-sec p {
  font-size: 18px;
  margin-bottom: 40px;
}

.vision-sec p {
  font-size: 16px;
  margin-bottom: 40px;
  text-align: left;
}

#gototop {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  bottom: 15px;
  right: 82px;
  z-index: 99;
  background: #6A6A75;
  width: 40px;
  text-align: center;
  height: 40px;
  padding: 8px;
  display: inline-block;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  cursor: pointer;
  border-radius: 5px;
}
#gototop:hover {
  background: #DE0000;
}
#gototop.btn-show {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.ProductProfilesIn {
  margin-top: 30px;
}

.ProductProfilesIn {
  display: flex;
}

.ProductProfile-inner-col {
  border: 1px solid #f6f6f6;
  height: 100%;
  background: #fff;
}

.ProductProfile-header {
  position: relative;
  background: #f6f6f6;
  padding: 20px 40px 20px 120px;
}

.ProductProfile-header h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}

.ProductProfile-header p {
  font-size: 16px;
  line-height: normal;
  color: #000;
}

.ProductProfile-icon {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -28px;
}

.ProductProfile-content {
  padding: 20px 30px;
  list-style: none;
}

.ProductProfile-content ul {
  margin: 0;
  padding: 0 0 0 20px;
}

.ProductProfile-content ul li {
  list-style: disc;
  color: #de0000;
}

.ProductProfile-content ul li p {
  color: #000;
  margin: 0;
}

.visitor-row .ProductProfile-header {
  padding: 20px 30px;
}

.insight-list {
  padding: 0 20px;
}

.insight-list.pressIn h4 {
  margin: 0 0 10px;
}

.insight-list .industryTag {
  padding: 0;
}

.news-and-resources-list .pressIn {
  padding: 0 25px;
}

.pagination-box {
  text-align: center;
}

.pagination {
  margin: 0;
  justify-content: flex-end;
}

.pagination li {
  margin-right: 10px;
  display: inline-block;
}

.pagination li:last-child {
  margin-right: 0px;
}

.pagination > li > a {
  border-radius: 5px;
  width: 36px;
  height: 36px;
  padding: 0;
  text-align: center;
  line-height: 32px;
  font-weight: normal;
  background: #fff;
  color: #888;
  font-size: 15px;
}
.pagination > li > a.active {
  background: #de0000;
  color: #ffffff;
  border-color: #de0000;
}

.pagination > .active > a, .pagination > .active > span {
  background: #eee;
  border-color: #eee;
  color: #de0000;
}

.vision-sec .ProductProfilesIn .container ol li, .vision-sec .ProductProfilesIn .container ul li {
  margin: 5px;
  padding: 0px;
  list-style: unset;
}

.vision-sec .ProductProfilesIn .container ol, .vision-sec .ProductProfilesIn .container ul {
  margin: 0 15px;
  margin-bottom: 30px;
  padding: 0px;
  list-style: unset;
}

.vision-sec .ProductProfilesIn p:last-child {
  margin-bottom: 0px;
}

.vision-sec .container .ProductProfile-content ul li {
  list-style: none;
  margin: 5px;
  padding: 0px;
}

.ProductProfile-content ul {
  padding-left: 0;
}

.steering-row .member-slider-col {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.steering-row .member-slider-col:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.steering-row .member-slider-col .member-name,
.steering-row .member-slider-col .member-name p,
.steering-row .member-slider-col .member-name h5 {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  backface-visibility: hidden;
}

.steering-row .member-slider-col:hover .member-name {
  background-color: #DE0000;
}

.steering-row .member-slider-col:hover .member-name p,
.steering-row .member-slider-col:hover .member-name h5 {
  color: #ffffff;
}

.steering-row .member-slider-col .member-image .plus-icon img {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.steering-row .member-slider-col:hover .member-image .plus-icon img {
  -webkit-filter: invert(0%);
  filter: invert(0%);
}

.steering-row .member-slider-col a {
  cursor: pointer;
}

.vision-content-box .steering-row .member-name p {
  font-size: 13px;
  margin: 0;
  color: #fff;
  line-height: normal;
}

.government-committee-row.steering-row .member-image {
  overflow: hidden;
  text-align: center;
}

table.synopsis {
  border-collapse: collapse;
  width: 100%;
}

.member-box {
  padding: 70px 0;
}

.member-slider-col {
  border: 1px solid #eaeaea;
  cursor: pointer;
  padding-top: 15px;
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}

.member-image {
  /* position: relative; */
}

.member-name {
  /* position: relative; */
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  padding: 20px 30px 20px 20px;
  text-align: left;
  margin-top: 15px;
}

.member-name h5 {
  text-transform: capitalize;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}

.member-name p {
  color: #000000;
  font-size: 14px !important;
  line-height: 1.5 !important;
}
.member-name p:last-child {
  margin-bottom: 0;
}

.member-name p br {
  display: none;
}

.member-company-logo {
  height: 60px;
  text-align: center;
  padding: 5px 30px;
}

.member-company-logo img {
  width: auto !important;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.plus-icon {
  right: 10px;
  bottom: 20px;
  position: absolute;
  z-index: 8;
  transition: all 0.3s ease-out 0s;
}

.plus-icon:hover {
  transform: rotate(180deg);
}

.plus-icon img {
  width: 16px !important;
}

.member-slider-box {
  margin: 70px 0 0;
}

.advisory-box {
  background: #F9F9F9;
}

.government-committee-row.steering-row .member-image img {
  width: 100%;
  max-width: 200px !important;
  margin: 0 auto;
}

.committee-col {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out 0s;
  background: #fff;
  margin-bottom: 30px;
}

.committee-col:hover, .committee-col:focus {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  transform: translate(0, -20px);
}

.committee-content {
  padding: 15px 20px 5px;
  min-height: 180px;
}

.committee-content h3 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: all 0.5s ease-out 0s;
}

.committee-col:hover .committee-content h3 {
  color: #de0000;
}

.committee-content p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
  line-height: 20px;
}

.committee-content p:last-child {
  margin-bottom: 0px;
}

.committee-content p strong {
  font-weight: 500;
  color: #000;
}

.committee-modal .modal-content {
  border: 0;
  border-radius: 0;
}

.committee-modal .modal-dialog {
  width: auto;
  max-width: 900px;
}

.committee-modal-header {
  display: flex;
  margin-bottom: 20px;
}

.committee-modal-image {
  width: 150px;
  margin-right: 20px;
  border: 1px solid #eeeded;
}

.committee-header-info h3 {
  color: #000;
  font-size: 22px;
  margin: 0 0 10px;
}

.committee-header-info p {
  margin: 0 0 0;
  line-height: normal;
  font-size: 15px;
  color: #666;
}

.committee-header-info p strong {
  font-weight: 600;
}

.committee-modal-content {
  padding-right: 15px;
}

.committee-modal-content p {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}

.committee-modal-content p:last-child {
  margin-bottom: 15px;
}

.committee-modal .modal-body {
  max-height: 80vh;
  overflow: auto;
  padding-right: 0;
  border: 3px solid gray;
}

.committee-modal button.close {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 20px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  opacity: 1;
  z-index: 1;
  padding: 0 0 3px;
}

.committee-content p img {
  height: 80px;
}

.committee-row {
  margin-bottom: 50px;
}

.advisory-logo {
  padding: 0 20px 15px;
  text-align: center;
}

.advisory-logo img {
  padding: 0 !important;
  max-height: 60px;
  margin: 0 auto;
}

.sponsor-list {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 30px;
}

.sponsor-list-image {
  width: 20%;
  padding-right: 50px;
}

.sponsor-list-content {
  width: 80%;
}

.sponsor-list-content a {
  color: #de0000;
  text-decoration: none;
}

.sponsor-list-image a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: block;
  padding: 30px;
}

.resource-tab {
  margin: 50px 0 0;
}

.resource-tab .nav-tabs {
  margin: 0;
  border: none;
  display: flex;
  justify-content: space-between;
}

.resource-tab .nav-tabs > li {
  float: none;
  margin: 0;
}

.resource-tab .nav-tabs > li > a {
  margin: 0;
  border: none !important;
  border-radius: 5px;
  background: #fff;
  font-size: 15px;
  color: #fff;
  background: #000;
  padding: 10px 15px;
  transition: all 0.5s ease-out 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.resource-tab .nav-tabs > li > a:hover, .resource-tab .nav-tabs > li > a:focus, .resource-tab .nav-tabs > li.active > a {
  text-decoration: none;
  color: #fff;
  background: #de0000;
  cursor: pointer;
}

.resource-tab .nav-tabs > li > a img {
  margin-right: 8px;
  width: 20px;
  vertical-align: middle;
}

.resource-tab .tab-content {
  padding: 50px 0 0;
}

.pressIn {
  background: #fff;
  position: relative;
  padding: 0px 25px 0px 140px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}

.pressIn a {
  display: block;
  padding: 15px 0px;
}

/*.dateIn::after { width: 1px; height: 100%; background: #e5e5e5; content: ""; position: absolute; right: 4px; top: 15px; }*/
.categoryTag-image {
  width: 124px;
  min-height: auto;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 20px;
  padding: 10px;
}

.dateIn p {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 5px;
  color: #959595;
  font-weight: 500;
  text-align: left;
}

.dateIn p br {
  display: none;
}

.industryTag {
  position: relative;
  padding-right: 150px;
}

.ArticleIn .categoryTag {
  margin-bottom: 0;
  margin-top: 15px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.categoryTag ul li {
  background: #f1f1f1;
  padding: 8px 15px;
  border-radius: 5px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.categoryTag ul li {
  font-size: 13px;
  padding: 6px 8px;
}

.categoryTag {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.pressIn h4 {
  text-transform: uppercase;
  margin-top: 14px;
  display: inline-block;
  font-size: 18px;
  color: #de0000;
  line-height: 30px;
}

.committee-modal-image img {
  max-width: 100% !important;
}

.pressOut .pressIn .dateIn p {
  font-size: 18px;
  line-height: 24px;
}

.pressOut .pressIn {
  min-height: 100px;
  display: flex;
  align-items: center;
}

.pressOut .pressIn h4 {
  margin-top: 0;
}

.list-filter:after {
  content: "";
  clear: both;
  display: block;
}

.list-filter {
  margin: 0 0 30px;
  display: flex;
}

.list-filter form {
  width: 100%;
}

.inputbox:nth-child(4n) {
  margin-right: 0;
}

.list-filter .inputbox {
  width: 26.6%;
  margin-right: 2%;
  float: left;
}

.list-filter .sbHolder {
  background: #f8f8f8;
  border: 0;
  box-shadow: none;
  padding: 0 18px;
  height: 60px;
  border-radius: 0;
  width: 100%;
  font-size: 18px;
  color: #818181;
}

.list-filter .inputbox .sbHolder .sbSelector {
  color: #818181;
}

.list-filter .btn-common {
  height: 60px;
  line-height: 60px;
  width: 14.2%;
}

.list-filter .inputbox .sbHolder .sbToggle {
  background: url(../images/arw-dwn.png) no-repeat center center;
}

.list-filter .inputbox {
  width: 26.6%;
  margin-right: 2%;
  float: left;
}

a.btn-common, .btn-common {
  background: #de0000;
  color: #fff;
  border: 0;
  width: 200px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

a.btn-common:hover, a.btn-common:focus, .btn-common:hover, .btn-common:focus {
  outline: none;
  opacity: 0.8;
}

.tab-title.current input[type=radio]:not(old) + label > span {
  background: #de0000;
  border: 2px solid #de0000;
}

.tab-title.current input[type=radio]:not(old) + label > span:before {
  content: "✓";
  display: block;
  width: 21px;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
}

.radio-tab-content {
  margin-top: 60px;
}

.join-mailing-form:after {
  content: "";
  clear: both;
  display: block;
}

.inputbox {
  float: left;
  width: 23.2%;
  margin-right: 2.4%;
  margin-bottom: 30px;
}

.fill-here {
  background: #f8f8f8;
  border: 0;
  box-shadow: none;
  padding: 0 18px;
  height: 60px;
  border-radius: 0;
  /* width: 100%; */
  font-size: 18px;
  color: #818181;
}

.fill-here:focus {
  outline: none;
}

.fill-here::-webkit-input-placeholder {
  color: #818181;
  opacity: 1;
}

.alphabatic-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
}

ul.alphabatic-list {
  margin: 0 0 30px 0;
}

.alphabatic-list li a {
  font-size: 15px;
  color: #000;
}

.alphabatic-list li.first a {
  font-size: 15px;
  color: #fff;
}

.alphabatic-list li.first {
  background: #de0000;
  color: #fff;
  width: 70px;
  height: 35px;
  font-size: 15px;
  text-align: center;
  line-height: 35px;
  margin-right: 10px;
}

.exhibitor-row {
  background: #fff;
  margin-top: 25px;
  box-shadow: 0 0 10px #eee;
  border-top: 2px solid #de0000;
  display: table;
  vertical-align: middle;
  width: 100%;
  position: relative;
}

.exhibitor-image {
  display: table-cell;
  width: 26%;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
  position: relative;
}

/*.exhibitor-image:before { content:''; position:absolute; top:0; left:0;width: 0;
    height: 0;
    border-top: 25px solid #fcb315;
    border-right: 25px solid transparent;}*/
.exhibitor-image img {
  width: 100%;
  max-width: 300px !important;
}

.exhibitor-content {
  display: table-cell;
  vertical-align: middle;
  padding: 35px 5px;
  position: relative;
}

.code img {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eee;
}

.code small {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}

.badge {
  background: #de0000;
  height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  padding: 0 12px;
  float: left;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #ffffff;
}

.exhibitor-content h4 {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 12px 0;
  word-break: break-all;
}

.exhibitor-content p {
  font-size: 14px;
  margin-bottom: 20px;
}

.exhibitor-content ul li {
  font-size: 14px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
}

.exhibitor-content ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}

.code {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.exhibitor-col {
  display: table;
  width: 100%;
  height: 100%;
}

.visit-link {
  font-size: 14px;
  border: 0;
  background: #ccc;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0px auto;
  width: 100%;
  text-transform: uppercase;
  color: #000;
}

.visit-link:hover, .visit-link:focus {
  text-decoration: none;
  background: #bcbcbc;
  color: #000;
}

.vision-sec .container ul.alphabatic-list {
  padding: 0;
}

.vision-sec .container ul {
  margin: 0 15px;
  margin-bottom: 30px;
  padding: 0px;
  list-style: unset;
  text-align: left;
}

.vision-sec .container ul li {
  list-style: none;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.vision-sec .container .flip-card ul li {
  list-style: disc;
}

.vision-sec img {
  max-width: 100%;
}

.conference-table {
  width: 100%;
  overflow: auto;
  margin-bottom: 30px;
}

.conference-table table {
  width: 100%;
  border: 1px solid #ccc;
}

.conference-table table thead tr th {
  background: #DE0000;
  text-align: center;
  padding: 10px 10px;
  color: #fff;
  font-size: 16px;
  border-right: 1px solid #fff;
}

.conference-table table thead tr th:last-child {
  border-right: none;
}

.conference-table table tbody tr td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px;
  vertical-align: middle;
  line-height: normal;
  background: #fff;
}

.conference-table table tbody tr td:last-child {
  border-right: none;
}

.conference-table table tbody tr:last-child td {
  border-bottom: none;
}

.conference-table table tbody tr td:first-child {
  width: 150px;
}

.conference-table table tbody tr td i {
  display: block;
}

.conference-table table tbody tr td.border-right {
  border-right: 1px solid #ccc;
}

.conference-table table {
  font-size: 14px;
}

.vision-content-box .conference-table table p,
.vision-content-box .conference-table table ul li {
  margin-bottom: 20px;
  font-size: 14px;
  color: #000;
  line-height: normal;
}

.vision-content-box .conference-table table ul li {
  list-style: disc;
  margin: 0;
}

.conference-table table tbody tr td i {
  color: #DE0000;
  font-weight: 700;
}

.forum-tab-box ul.nav {
  margin: 0;
  border: none;
  display: flex;
}

.forum-tab-box ul.nav li {
  margin: 0;
  border-right: 1px solid #fff;
  flex: 0 0 33.33%;
  -webkit-flex: 0 0 33.33%;
  max-width: 33.33%;
}

.forum-tab-box ul.nav li:last-child {
  border-right: none;
}

.forum-tab-box ul.nav li a {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  padding: 10px 10px;
  text-align: center;
  border: none !important;
  border-radius: 0 !important;
  background: #000;
  color: #fff;
  font-size: 20px;
  margin: 0;
}

.forum-tab-box .tab-content {
  padding: 20px 0px;
  border: 1px solid #ccc;
  background: #fff;
}

.forum-tab-box .nav-tabs > li > a.active,
.forum-tab-box .nav-tabs > li > a:hover,
.forum-tab-box .nav-tabs > li > a:focus {
  background: #DE0000;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

.forum-tab-box .conference-table {
  margin-bottom: 0;
}

.registration-top ul {
  margin: 0 15px;
  margin-bottom: 30px;
  padding: 0px;
  list-style: unset;
  text-align: left;
}
.registration-top ul li {
  list-style: none;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.company-row {
  margin-bottom: 50px;
}

.company-row:last-child {
  margin-bottom: 0px;
}

.company-name {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 20px 0;
  word-break: break-all;
  text-transform: uppercase;
}

.company-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.company-logo {
  width: 25%;
}

.company-logo img {
  border: 1px solid #ccc;
  padding: 20px;
  max-width: 100%;
}

.company-content {
  width: 70%;
}

.company-content p {
  font-size: 14px;
  line-height: 24px;
}

.company-gallery {
  display: flex;
  /*margin-top:15px;*/
  flex-wrap: wrap;
}

.company-gallery a {
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 135px;
}

.company-gallery a:last-child {
  margin: 0;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-50 {
  margin-bottom: 50px;
}

.event-term {
  font-size: 12px;
  font-style: italic;
  line-height: normal;
  font-weight: 600;
}

.registration-right ul {
  margin-bottom: 20px;
  padding: 0 0 0 20px;
}

.registration-right ul li {
  list-style: disc;
}

.company-row > ul {
  padding: 0 0 0 20px;
}

.company-row > ul > li {
  margin: 0 0 10px;
  list-style: upper-alpha;
}

.company-row > ul > li > ul, .company-row > ul > li > ul > li ul {
  padding: 0 0 0 30px;
}

.company-row > ul > li > ul li {
  margin-bottom: 0px;
}

.company-row > ul > li > ul > li {
  list-style-type: disc;
}

.company-gallery a img {
  max-width: 100%;
}

.company-row > ul > li > ul > li ul {
  list-style: none;
}

.physical-tab {
  margin: 0;
}

.physical-tab .nav {
  margin: 0;
  border-bottom: none;
}

.physical-tab .nav-tabs > li {
  margin-right: 10px;
  margin-bottom: 0;
}

.physical-tab .nav-tabs > li:last-child {
  margin-right: 0px;
}

.physical-tab .nav-tabs > li > a {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  background: #f8f8f8;
  border: none !important;
  display: block;
  margin: 0;
  padding: 0;
  min-width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #818181;
  font-size: 18px;
  border-radius: 0 !important;
}

.physical-tab .nav-tabs > li > a.active,
.physical-tab .nav-tabs > li > a:hover,
.physical-tab .nav-tabs > li > a:focus {
  background: #DE0000;
  color: #fff;
  text-decoration: none;
}

.physical-tab .tab-content {
  border: 1px solid #ccc;
  padding: 30px;
  background: #fff;
}

.registration-left {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-right: 6%;
}

.registration-left span a {
  text-decoration: underline;
}

.registration-right {
  display: inline-block;
  vertical-align: top;
  padding: 30px;
  background: #f2f2f2;
  width: 45%;
}

.registration-right h1, .registration-right h2, .registration-right h3, .registration-right h4, .registration-right h5, .registration-right h6 {
  font-weight: 700;
}

.registration-top {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.registration-right h5 {
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 30px;
  text-transform: uppercase;
}

.registration-right h6 {
  font-weight: 700;
  font-size: 20px;
  margin: 20px 0 5px 0;
  text-transform: uppercase;
}

.greenshoot-head {
  position: relative;
  padding-left: 65px;
}

.greenshoot-head:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 46px;
  height: 42px;
  border-radius: 0;
  background: url(../images/leaf.png) no-repeat;
}

.roadshows-col {
  margin: 0 0 35px 0;
  display: inline-block;
  vertical-align: top;
  width: 48%;
  box-shadow: 0 0 10px rgba(252, 179, 21, 0.66);
  border-radius: 5px;
}

.roadshows-col:nth-child(odd) {
  margin-right: 30px;
}

.roadshows-col.greenshoot-col {
  box-shadow: 0 0 10px #eee;
  background: #fff;
}

.roadshows-image {
  position: relative;
  height: 278px;
  overflow: hidden;
  border-radius: 5px;
}
.roadshows-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-txt {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
}

.overlay-txt span {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*.greenshoot-col .overlay-txt {
    background: transparent;
}*/
.roadshows-content {
  padding: 25px 30px;
  display: table;
  vertical-align: middle;
  width: 100%;
}

.roadshows-content span {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.roadshows-btn.downLoadIn {
  text-align: left;
}

.roadshows-btn.downLoadIn .downloadBtn {
  min-width: inherit;
  width: 100%;
  margin: 0;
  text-align: center;
}

.roadshows-date {
  display: table-cell;
  vertical-align: middle;
}

.roadshows-btn {
  display: table-cell;
  width: 180px;
  vertical-align: middle;
}

/*******************/
.read-button {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  width: 150px;
  height: 50px;
  border-radius: 10px;
  background: #DE0000;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  border: none;
  text-decoration: none;
}

.vision-content-box a.read-button {
  color: #fff;
}

.roadshows-col a.read-button:hover {
  background: #fff;
  color: #DE0000;
  text-decoration: none;
}

.sectionHead {
  margin-bottom: 40px;
}

.vision-content-box a.read-button {
  margin: 0 0 0 auto;
}

.roadshows-col .roadshows-btn.downLoadIn {
  text-align: right !important;
}
.roadshows-col .roadshows-btn.downLoadIn .read-button {
  margin-right: 0px;
  margin-left: auto;
}

.vision-content-box a.read-button:hover {
  background: #fff;
  color: #DE0000;
  text-decoration: none;
}

.categoryTag ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categoryTag ul li {
  margin: 5px;
}

.news-and-resources-list .pressIn p {
  margin-bottom: 30px;
  font-size: 16px;
  color: #000;
  line-height: 30px;
}

.news-and-resources-list .pressIn p:last-child {
  margin-bottom: 0px;
}

.news-and-resources-list .pressIn .dateIn p {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 5px;
  color: #959595;
  font-weight: 500;
  text-align: left;
  font-weight: 600;
}

.pressIn h4 {
  text-transform: uppercase;
  margin-top: 14px;
  display: inline-block;
  font-size: 18px;
  color: #de0000;
  line-height: 30px;
  font-weight: 700;
}

.pressIn a:hover {
  text-decoration: none;
}

.resource-tab .nav-tabs {
  justify-content: start;
}
.resource-tab .nav-tabs > li {
  margin: 0 10px 10px 0;
}

.pressOut .pressIn h4 {
  margin-bottom: 0px;
}

.press-releases-list .dateIn {
  width: 124px;
  min-height: auto;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 20px;
}

.press-releases-list .dateIn::after {
  width: 1px;
  height: 100%;
  background: #e5e5e5;
  content: "";
  position: absolute;
  right: 4px;
  top: 15px;
}

.press-releases-list .dateIn p {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  font-weight: 500;
  text-align: center;
}

.press-releases-list .dateIn p br {
  display: block;
}

.sales-list {
  margin-top: 80px;
}

.sales-list:after {
  content: "";
  clear: both;
  display: block;
}

.press-releases-list .dateIn p {
  font-weight: 600;
}

.photoGallery .imgBox {
  display: block;
  position: relative;
}

.photoGallery .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: flex;
  align-items: center;
  text-align: center;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
}

.photoGallery .fxIn:hover .overlay {
  opacity: 1;
}

.photoGallery .overlay img {
  margin: 0 auto;
}

.photoGallery .fxIn {
  margin-bottom: 30px;
}

.photoGallery .fxIn:nth-child(3n+1) {
  clear: left;
}

.photoGallery .imgBox img {
  max-width: 100% !important;
}

.videoGallery {
  margin-bottom: 50px;
}

.videoGallery .col-md-4 {
  min-height: 290px;
}

.vidgall-block {
  position: relative;
  margin-bottom: 10px;
}

.vidgall-block .imgBox {
  display: block;
  width: 100%;
  height: 205px;
  position: relative;
  background: #000;
  overflow: hidden;
}

.vidgall-block .imgBox:after {
  content: "";
  background: #000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vidgall-block .transformMid {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 28px;
  z-index: 2;
  background: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  color: #DE0000;
}
.vidgall-block .transformMid:hover {
  color: #DE0000;
}

.heading-vidgall {
  min-height: 65px;
}

.heading-vidgall, .heading-vidgall b {
  line-height: normal;
  padding: 10px 0;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
}

.heading-vidgall a {
  display: inline-block;
  vertical-align: top;
}
.heading-vidgall a:hover {
  text-decoration: none;
}

.grecaptcha-badge {
  z-index: 999;
}

.contactIn {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
  background: #fff;
  margin-bottom: 30px;
  min-height: 165px;
}

.vision-sec .contactIn h5 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.vision-sec .contactIn p {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  margin-bottom: 0px;
  line-height: normal;
}

.vision-sec .contactIn .redtext {
  word-break: break-word;
}

.panel-default {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.panel-default > .panel-heading {
  color: #de0000;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
  padding: 10px 15px;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  /* border-top-left-radius: 3px; */
  /* border-top-right-radius: 3px; */
  border-radius: 4px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  font-weight: 700;
}

.panel-title > a {
  color: inherit;
  display: block;
  position: relative;
  padding-left: 20px;
}
.panel-title > a i {
  position: absolute;
  left: 0;
  top: 2px;
}
.panel-title > a:hover {
  text-decoration: none;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-default p {
  margin-bottom: 20px;
}

.panel-default p:last-child {
  margin-bottom: 0px;
}

.panel-group {
  margin-bottom: 20px;
}

.error {
  font-style: italic;
  color: #dc3545;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  justify-content: start;
}

.error .error {
  font-size: 13px !important;
  text-align: left;
  display: block;
}

.video-responsive iframe {
  width: 100% !important;
}

.event-list-block {
  background: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
}
.event-list-block .elb-img {
  -webkit-flex: 0 0 195px;
  flex: 0 0 195px;
  max-width: 195px;
}
.event-list-block .elb-img img {
  height: 105px;
  background: #ffffff;
  border: 1px solid #F5F5F5;
  object-fit: contain;
  object-position: center;
  max-width: 100%;
}
.event-list-block .elb-content {
  -webkit-flex: 0 0 calc(100% - 195px);
  flex: 0 0 calc(100% - 195px);
  max-width: calc(100% - 195px);
  padding-left: 22px;
}
.event-list-block .elb-content h2 {
  font-size: 20px;
  font-weight: 700;
}
.event-list-block .elb-content .elb-list {
  font-size: 15px;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.event-list-block .elb-content .elb-list li {
  position: relative;
  color: #747474;
  font-size: 15px;
}
.event-list-block .elb-content .elb-list li:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
}
.event-list-block .elb-content .elb-list li:not(:last-child):before {
  content: "";
  width: 1px;
  height: 16px;
  background: #747474;
  top: 4px;
  z-index: 1;
  position: absolute;
  right: 0px;
}
.event-list-block .elb-content p {
  margin-bottom: 15px;
}
.event-list-block .elb-content .btn-wrap .btn {
  margin-right: 15px;
}
.event-list-block:hover {
  background: #F8F8F8;
  box-shadow: none;
}

.plus-btn {
  display: inline-block;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.plus-btn img {
  width: 20px;
}
.plus-btn i {
  font-size: 20px;
  color: #000000;
}
.plus-btn:focus {
  outline: none;
  box-shadow: none;
}
.plus-btn:hover i {
  color: #DE0000;
}

.sbm-right-card {
  margin-bottom: 30px;
  border: 1px solid #DFDFDF;
}
.sbm-right-card .sbm-rc-header {
  background: #EFEFEF;
  padding: 20px;
}
.sbm-right-card .sbm-rc-header .section-title {
  margin: 0;
}
.sbm-right-card .sbm-rc-body {
  padding: 25px;
}

.announcement-card {
  padding: 0px 30px 10px 0;
  position: relative;
}
.announcement-card:not(:last-child) {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 25px;
}
.announcement-card h2 {
  font-size: 18px;
  font-weight: 700;
}
.announcement-card .ac-list {
  font-size: 12px;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 !important;
}
.announcement-card .ac-list li {
  position: relative;
  color: #747474;
  font-size: 12px !important;
}
.announcement-card .ac-list li:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
}
.announcement-card .ac-list li:not(:last-child):before {
  content: "";
  width: 1px;
  height: 16px;
  background: #747474;
  top: 4px;
  z-index: 1;
  position: absolute;
  right: 0px;
}
.announcement-card p {
  margin-bottom: 15px;
  font-size: 16px;
}
.announcement-card .plus-btn {
  position: absolute;
  bottom: 30px;
  right: 0;
  padding: 0;
}
.announcement-card:hover .plus-btn i {
  color: #DE0000;
}

.section-title.border-bottom-style {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DE0000;
}

#detail-pop .modal-dialog {
  max-width: 850px;
}
#detail-pop .modal-dialog .modal-body {
  padding: 44px;
}
#detail-pop .event-list-block {
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
#detail-pop .event-list-block .elb-list {
  margin-bottom: 10px;
}
#detail-pop .event-list-block .elb-content h2 {
  margin-bottom: 0;
}

.event-list-below-details .logo-card {
  padding: 15px;
}
.event-list-below-details .logo-card img {
  height: 40px;
}
.event-list-below-details .logo-slider-wraper {
  padding: 30px 15px;
}
.event-list-below-details .logo-slider-wraper .owl-nav-setting.owl-theme .owl-nav [class*=owl-] {
  padding: 2px 5px !important;
  width: 30px;
  font-size: 14px;
}
.event-list-below-details .logo-slider-wraper .owl-nav-setting.owl-theme .owl-nav button.owl-prev {
  left: -15px;
}
.event-list-below-details .logo-slider-wraper .owl-nav-setting.owl-theme .owl-nav button.owl-next {
  right: -15px;
}
.event-list-below-details .img-wrapper {
  margin: 15px 0;
  text-align: center;
}

.media-resources-block {
  position: relative;
  margin: 15px 0;
}
.media-resources-block .mrb-img {
  width: 100%;
}
.media-resources-block .mrb-img img {
  width: 100%;
  max-height: 588px;
}
.media-resources-block .mrb-content {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.media-resources-block .mrb-content .mrb-inner-content {
  text-align: center;
}
.media-resources-block .mrb-content .mrb-inner-content .mrb-logo {
  max-width: 224px;
  margin-bottom: 30px;
}
.media-resources-block .mrb-content .mrb-inner-content .btn {
  min-width: 150px;
}
.media-resources-block .mrb-content h2 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 30px;
}
.media-resources-block:hover .mrb-content {
  background: black;
}

.list-of-exhibitors-piller .piller-card .pc-inner-block {
  min-height: 200px;
}

.industrial-autonation-slider-wrap .slick-list {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.industrial-autonation-slider-wrap .card-design-2-thumbnail .cd2t-inner-block p.small {
  color: #ffffff;
  font-size: 14px;
}

.about-sec {
  position: relative;
  z-index: 1;
}
.about-sec .btn {
  font-size: 20px;
  color: #ffffff;
  margin-top: 30px;
}

.img-holder-style-1 {
  position: relative;
  padding: 0px;
  width: 100%;
  max-width: 575px;
  margin-right: 0;
  margin-left: auto;
}
.img-holder-style-1 .ihs1-1, .img-holder-style-1 .ihs1-2 {
  position: relative;
}
.img-holder-style-1 .ihs1-1 img, .img-holder-style-1 .ihs1-2 img {
  border: 10px solid #ffffff;
}
.img-holder-style-1 .ihs1-1 {
  text-align: right;
}
.img-holder-style-1 .ihs1-1 img {
  width: 70%;
}
.img-holder-style-1 .ihs1-2 {
  text-align: left;
  margin-top: -29%;
  z-index: 2;
}
.img-holder-style-1 .ihs1-2 img {
  width: 60%;
}

.inner-all-white p {
  color: #ffffff;
}
.inner-all-white .sec-title.title-white .text-shadow {
  opacity: 0.2;
  color: #ffffff;
}
.inner-all-white .sec-title.title-white .st-bottom-design {
  filter: grayscale(100) brightness(100);
}

.tab-design-1 .nav {
  -webkit-flex: 0 0 65px;
  flex: 0 0 65px;
  max-width: 65px;
  background-color: #DE0000;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
.tab-design-1 .nav .nav-link {
  font-size: 32px;
  color: #000000;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 2px 2px;
}
.tab-design-1 .nav .nav-link.active {
  color: #ffffff;
  background-color: transparent;
}
.tab-design-1 .tab-content {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.tab-design-1 .tab-content .tab-pane {
  background: #0F1013;
  border: 1px solid #515153;
}
.tab-design-1 .tab-content h2 {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  text-transform: none;
  margin-bottom: 15px;
  line-height: 1.3;
}
.tab-design-1 .tab-content .tab-pane {
  padding: 30px 25px;
}
.tab-design-1 img.img-right {
  position: absolute;
  top: 50%;
  left: 140px;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  width: 88.5%;
  max-width: 600px;
  max-height: 339px;
  object-fit: contain;
}

.makes-us-dif-sec .container {
  padding-left: 150px;
  padding-right: 150px;
}

.participation-block {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  min-height: 330px;
  background:#000000;
  height: 100%;
}
.participation-sec {
  background: #de0000;
}
.participation-block .pc-bg-1, .participation-block .pc-bg-2 {
  position: absolute;
  z-index: -1;
}
.participation-block .pc-bg-1 {
  top: 30px;  
  left: 22px;
}
.participation-block .pc-bg-2 {
  bottom: 30px;
  right: 0px;
}
.participation-block .pb-inner-wrapper {
  position: relative;
  z-index: 1;
  padding: 55px 30px 30px;
}

.list-style-1 {
  list-style: none;
  padding-left: 30px;
}
.list-style-1 li {
  position: relative;
  color: #ffffff;
  margin: 8px 0;
}
.list-style-1 li i.circle {
  position: absolute;
  left: -20px;
  top: 11px;
  color: #ffffff;
  font-size: 5px;
}

.title-style-1 {
  margin-bottom: 20px;
}
.title-style-1 h2 {
  display: inline-block;
}
.title-style-1 h2 .title-bordered {
  font-size: 40px;
  color: #000000;
  -webkit-text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff;
  text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff;
}
.title-style-1 h2 .ts1-sbout-txt {
  font-size: 16px;
  color: #ffffff;
  display: block;
  text-align: right;
}
.title-style-1 h2 .ts1-sbout-txt.clr-hybrid {
  color: #FFC001;
}
.title-style-1 h2 .ts1-sbout-txt.clr-digital {
  color: #15C2FF;
}
.title-style-1 h2 .ts1-sbout-txt.clr-hybrid2 {
  color: #92D050;
}

.title-style-2 {
  margin-top: 50px;
}
.title-style-2 h3 {
  font-size: 24px;
  font-weight: 700;
}
.title-style-2 p {
  font-size: 24px;
  font-style: italic;
}

.participation-sec .container {
  padding-left: 150px;
  padding-right: 150px;
}

.enquiries-sec {
  position: relative;
  z-index: 2;
  overflow: visible;
  margin-top: 100px;
}
.enquiries-sec .img-holder {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.enquiries-sec .sec-title {
  margin: 0;
}
.enquiries-sec .e-sec-inner-wrapper {
  position: relative;
}

.mb-45 {
  margin-bottom: 45px;
}

.participant-list-sec .logo-card img {
  filter: grayscale(0);
}

.panel-card-1 {
  background: #DE0000;
  position: relative;
}
.panel-card-1 .ico {
  -webkit-flex: 0 0 90px;
  flex: 0 0 90px;
  max-width: 90px;
  background: #000;
  text-align: center;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.panel-card-1 .ico img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.panel-card-1 .pc-info {
  -webkit-flex: 0 0 calc(100% - 90px);
  flex: 0 0 calc(100% - 90px);
  max-width: calc(100% - 90px);
  padding: 15px 50px 15px 30px;
}
.panel-card-1 .pc-info h3 {
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 5px;
}
.panel-card-1 .pc-info p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.panel-card-1 .ico-right {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  z-index: 1;
  color: #ffffff;
  font-size: 30px;
}

a:not(.collapsed) .panel-card-1 .ico-right {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.txt-dec-none {
  text-decoration: none;
}
.txt-dec-none:hover {
  text-decoration: none;
}

.sales-representatives-block {
  background: #ffffff;
  padding: 30px 20px;
  min-height: 240px;
  margin-bottom: 30px;
}
.sales-representatives-block p {
  color: #000000;
  line-height: 2;
  margin-bottom: 0;
}
.sales-representatives-block p span {
  word-break: break-all;
}
.sales-representatives-block h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 10px;
}

.footer-logo-2 {
  width: 180px;
}

.header-date {
  color: #ffffff;
  font-size: 18px;
  /* font-weight: 700; */
}

.accordion-1 .collapse-inner-wrapper {
  padding: 20px;
  background: #f4f4f4;
  border: 1px solid #aeaeae;
}

/* .head-title { font-size: 40px; color: #fff; text-transform: none; margin-bottom: 40px; } */
.tab-title {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
}

.tab-title input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: -2em;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
  color: #fff;
  margin: 8px 0;
}

.tab-title input[type=radio]:not(old) + label > span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -2px 15px 0 0;
  border: 2px solid #c5c5c5;
  border-radius: 3px;
  background: #fff;
  vertical-align: middle;
}

/*.tab-title.current input[type=radio]:not(old) + label > span > span {
    display: block;
    width: 13px;
    height: 13px;
    margin: 5px;
    border: 0;
    border-radius: 3px;
    background: #de0000;
}*/
.tab-title.current input[type=radio]:not(old) + label > span {
  background: #de0000;
  border: 2px solid #de0000;
}

.tab-title.current input[type=radio]:not(old) + label > span:before {
  content: "✓";
  display: block;
  width: 21px;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
}

.radio-tab-content {
  margin-top: 60px;
}

.join-mailing-form:after {
  content: "";
  clear: both;
  display: block;
}

.inputbox {
  float: left;
  width: 23.2%;
  margin-right: 2.4%;
  margin-bottom: 30px;
}

.inputbox:nth-child(4n) {
  margin-right: 0;
}

.fill-here {
  background: #f8f8f8;
  border: 0;
  box-shadow: none;
  padding: 0 18px;
  height: 60px;
  border-radius: 0;
  /* width: 100%; */
  font-size: 18px;
  color: #818181;
}

.fill-here:focus {
  outline: none;
}

.fill-here::-webkit-input-placeholder {
  color: #818181;
  opacity: 1;
}

.tab-content > p {
  font-size: 18px;
  margin-bottom: 25px;
  color: #fff;
}

.tab-content > p a {
  color: #de0000;
}

.tab-content > p a:hover, .tab-content > p a:focus {
  text-decoration: underline;
}

.tab-content .btn-common {
  width: 200px;
  height: 60px;
  padding: 0;
  line-height: 60px;
  vertical-align: top;
}

.checkbox-section {
  margin: 25px 0;
}

.checkbox-section > div {
  margin-bottom: 8px;
}

.checkbox-section > div input[type=checkbox]:not(old) + label {
  display: inline-block;
  margin-left: 0em;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}

.checkbox-section > div input[type=checkbox]:not(old) + label > span {
  display: inline-block;
  width: 25px;
  height: 24px;
  margin: 0px 16px 0 0;
  border: 2px solid #c5c5c5;
  border-radius: 3px;
  background: #fff;
  vertical-align: middle;
}

.checkbox-section > div p {
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-size: 16px;
}

.checkbox-section > div input[type=checkbox]:not(old):checked + label > span {
  background: #de0000;
  border: 2px solid #de0000;
}

.checkbox-section.checkbox-section-top > div input[type=checkbox]:not(old) + label > span {
  vertical-align: top;
  margin-top: 4px;
}

.checkbox-section > div input[type=checkbox]:not(old):checked + label > span:before {
  content: "✓";
  display: block;
  width: 21px;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
}

/*************************/
input[type=checkbox]:not(old), input[type=radio]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
}

.vision-sec p {
  margin-bottom: 30px;
  font-size: 16px;
  color: #000;
  line-height: 30px;
}

.download-main-box .checkbox-section input + label, .optionBox .control-group label {
  display: block;
  margin-left: 0em;
  line-height: 24px;
  font-size: 18px;
  color: #000 !important;
  font-weight: normal;
  cursor: pointer;
}

.download-form-col {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

.download-form-col:nth-child(3n) {
  margin-right: 0;
}

.download-textarea-col {
  float: left;
  width: 100%;
}

.download-textarea-col textarea.fill-here {
  height: 150px;
  resize: none;
  padding: 10px 18px;
}

.download-main-box .checkbox-section, .optionBox .control-group > label {
  margin-bottom: 30px;
  position: relative;
}

.download-main-box .checkbox-section input, .optionBox .control-group input {
  position: absolute;
  left: 0;
  top: 0;
}

.download-main-box .checkbox-section input + label, .optionBox .control-group label {
  display: block;
  margin-left: 0em;
  line-height: 24px;
  font-size: 18px;
  color: #000 !important;
  font-weight: normal;
  cursor: pointer;
}

.download-main-box .checkbox-section input + label > span, .optionBox .control-group label span {
  display: inline-block;
  width: 25px;
  height: 24px;
  margin: 0px 16px 0 0;
  border: 2px solid #c5c5c5;
  border-radius: 3px;
  background: #fff;
  vertical-align: middle;
}

.download-main-box .checkbox-section input:checked + label > span,
.optionBox .control-group label input:checked + span {
  background: #de0000;
  border: 2px solid #de0000;
}

.download-main-box .checkbox-section input + label > span {
  vertical-align: top;
  margin-top: 4px;
}

.download-main-box .checkbox-section input:checked + label > span:before,
.optionBox .control-group label input:checked + span:before {
  content: "✓";
  display: block;
  width: 21px;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
}

.download-form-col .sbHolder {
  background: #f8f8f8;
  border: 0;
  box-shadow: none;
  padding: 0 18px;
  height: 60px;
  border-radius: 0;
  width: 100%;
  font-size: 18px;
  color: #818181;
}

.download-form-col .sbHolder .sbSelector {
  font-style: initial;
  line-height: 60px;
  height: 60px;
  text-align: center;
  color: #000;
}

.download-form {
  margin-bottom: 30px;
}

.terms-content {
  font-size: 16px;
  line-height: 30px;
}

.terms-content a {
  color: #de0000;
}

.terms-content strong {
  font-weight: 600;
}

.download-main-box .btn-common {
  height: 60px;
  line-height: 60px;
}

.downloadBtn {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  min-width: 265px;
  height: 50px;
  background: #de0000;
  display: inline-block;
  line-height: 50px;
  border-radius: 6px;
  padding: 0px 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.downloadBtn:last-child {
  margin: 0;
}

.downloadBtn:hover, .downloadBtn:focus {
  text-decoration: none;
  color: #fff;
  background: #000;
}

.head-title {
  font-size: 40px;
  color: #fff;
  text-transform: none;
  margin-bottom: 40px;
}

.tab-title {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
}

.tab-title input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: -2em;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
  color: #fff;
}

.tab-title input[type=radio]:not(old) + label > span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -2px 15px 0 0;
  border: 2px solid #c5c5c5;
  border-radius: 3px;
  background: #fff;
  vertical-align: middle;
}

.tab-content:not(.current) {
  display: none;
}

.vision-sec p:last-child {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .download-form-col {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }

  .tab-title input[type=radio]:not(old) + label {
    font-size: 16px;
    margin-left: 0;
  }
}
.filter-wrap-sec {
  background-color: #000000;
}

.sbm-filter-nav {
  list-style: none;
  padding: 0px;
  margin: 0;
}
.sbm-filter-nav li {
  margin-right: 25px;
}
.sbm-filter-nav li a {
  display: inline-block;
  background: #ffffff;
  font-size: 20px;
  padding: 12px 30px;
  text-decoration: none;
  color: #000000;
}
.sbm-filter-nav li a.active {
  background: #DE0000;
  color: #ffffff;
}

.news-tag {
  padding: 10px 16px;
  font-size: 14px;
  border: 1px solid #A8A8A8;
  color: #A8A8A8;
  display: inline-block;
}

.news-top-info-list {
  list-style: none;
  padding: 0;
}
.news-top-info-list li {
  margin-right: 15px;
  font-size: 14px;
}
.news-top-info-list li a {
  font-weight: 700;
}

.news-list-block {
  margin-top: 35px;
  margin-bottom: 35px;
}
.news-list-block .nlb-right-wrap {
  padding-left: 0;
}
.news-list-block .news-top-info-list {
  margin-bottom: 10px;
}
.news-list-block h2 {
  text-transform: none;
  font-weight: 700;
  color: #000000;
  font-size: 26px;
  margin-bottom: 20px;
}
.news-list-block h2 a {
  color: inherit;
}
.news-list-block p {
  line-height: 1.625;
}

.news-details-sec h2 {
  text-transform: none;
  font-weight: 700;
  color: #000000;
  font-size: 40px;
  margin-bottom: 20px;
}
.news-details-sec p {
  line-height: 1.625;
}

.related-article-block {
  border: 1px solid #CBCBCB;
  padding: 20px;
}
.related-article-block h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: none;
}
.related-article-block .rab-date {
  font-size: 14px;
  margin-bottom: 10px;
}
.related-article-block p:last-child {
  margin-bottom: 0;
}

.related-articles-slider.owl-nav-setting.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 0.1;
}
.related-articles-slider.owl-nav-setting.owl-theme .owl-nav [class*=owl-] {
  opacity: 0;
}
.related-articles-slider.owl-nav-setting.owl-theme .owl-nav [class*=owl-]:hover {
  opacity: 1;
}

.pagination > li > a {
  border-radius: 50%;
  border-color: transparent;
}

.pagination > .page-item:first-child .page-link, .pagination > .page-item:last-child .page-link {
  border-radius: 50%;
  border-color: #de0000;
  color: #de0000;
  font-size: 18px;
  padding: 0 !important;
  border-width: 2px;
}

.pagination > .page-item:first-child {
  line-height: 0;
  font-size: 0;
}

.pagination > .page-item .page-link.active {
  background: #de0000;
  border-color: #de0000;
  color: #ffffff;
}

.pagination li {
  margin-right: 5px;
}

button.close.modal-close {
  position: absolute;
  top: -11px;
  right: -7px;
  background: #ffffff;
  border: 1px solid #aeaeae;
  display: inline-block;
  z-index: 9;
  opacity: 1;
  width: 26px;
  border-radius: 50%;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.logo-info-img-sec a.downloadBtn {
  margin: 0px 10px 10px;
}

.announcementModal .modal-dialog {
  width: auto;
  max-width: 900px;
}


.announcementModal .modal-body p {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}

/* .piller-card:hover .pc-inner-block {
  background: rgba(0, 0, 0, 0.24);
} */
.piller-card .pc-inner-block h2 {
  /* -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease; */
}
.color-changed .col-md-6:nth-child(2) .piller-card:hover .pc-inner-block,
.panel-card-1.piller-bg-1 {
  background: #ea8414;
}
.color-changed .col-md-6:nth-child(3) .piller-card:hover .pc-inner-block,
.panel-card-1.piller-bg-2  {
  background: #00b0f0;
}
.color-changed .col-md-6:nth-child(4) .piller-card:hover .pc-inner-block,
.panel-card-1.piller-bg-3  {
  background: #ff0000;
}
.color-changed .col-md-6:nth-child(5) .piller-card:hover .pc-inner-block,
.panel-card-1.piller-bg-4  {
  background: #00b050;
}
.piller-card .pc-inner-block {
  flex-direction: column;
  flex-wrap: wrap;
}
.piller-card .pc-inner-block p {
  color: #ffffff;
  margin: 0;
  font-size: 18px;
}

.accept-cookies-block {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: rgb(0 0 0);
  padding: 15px;
  z-index: 999;
}
.accept-cookies-block .accept-block {
  padding-right: 100px;
  color: #ffffff;
  position: relative;
  padding: 10px 100px 10px 0;
}
.accept-cookies-block .accept-block p {
  font-size: 14px;
}
.accept-cookies-block .btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px 20px;
}
.color-dark {
  color: #000 !important;
}
.news-thumbnail-card .ntc-inner-block .news-for {
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-thumbnail-card {
  min-height: 241px;
}
.filter-news-menu {
  margin-bottom: 30px;
}
.filter-news-menu h4 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
}
.announcementModal  .event-list-below-details .logo-card img {
  height: 60px;
}
.announcementModal  .event-list-below-details .logo-card {
  padding: 10px;
}
table.synopsis, table.synopsis th, table.synopsis td {
  border: 1px solid #e2e2e2;
  border-collapse: collapse;
}

table.synopsis th, table.synopsis td {
  padding: 15px 20px;
}
@media(max-width:1199px) {
  .makes-us-dif-sec .tab-design-1 {
    padding-right: 0;
  }
  .tab-design-1 img.img-right {
    left: 97px;
    max-width: 424px;
  }
}
@media(max-width:991px) {
  .tab-design-1 img.img-right {
    position: relative;
    transform: none;
    left: 0;
  }
}
@media(min-width:768px) {
  .filter-news-menu {
    position: relative;
    padding-right: 115px;
  }
  .filter-news-menu .btn {
    position: absolute;
    z-index: 1;
    top: -87px;
    right: -100px;
    min-width: auto;
    padding: 13px 22px;
    font-size: 18px;
  }
}
@media(max-width:767px) {
  .tab-design-1 .nav .nav-link {
    font-size: 25px;
    padding: 4px 2px;
  }
  .tab-design-1 .tab-content h2 {
    font-size: 20px;
  }
  .tab-design-1 .nav {
    -webkit-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
  }
  .tab-design-1 .tab-content {
    /* -webkit-flex: 0 0 calc(100% - 50px);
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px); */
  }
  .filter-news-menu .btn {
    width: 100%;
   }
}
.card-sec-1 .card-design-1 .cd1-inner-block {
  padding-bottom: 70px;
  position: relative;
}
.card-sec-1  .card-design-1 .cd1-inner-block .btn {
  position: absolute;
  left: 15px;
  bottom: 20px;
  z-index: 1;
}
@media(min-width:768px) and (max-width:1199px)  {
  .card-sec-1 .card-design-1 .cd1-inner-block {
    min-height: 264px;
  }
}
.about-sec .dark-overlay.bg-fadinright {
  background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 49%, rgba(0,0,0,0.12) 65%, rgba(0,0,0,0.12) 99%, rgba(0,0,0,0.12) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 49%,rgba(0,0,0,0.12) 65%,rgba(0,0,0,0.12) 99%,rgba(0,0,0,0.12) 100%);
  background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 49%,rgba(0,0,0,0.12) 65%,rgba(0,0,0,0.12) 99%,rgba(0,0,0,0.12) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1f000000',GradientType=1 );
  opacity: 1;
}
@media(max-width:991px) {
  .about-sec .dark-overlay.bg-fadinright  {
    background:rgba(0, 0, 0, 0.6);
  }
}

.sbm-member-card {
  -webkit-transition: all 0.3s ease;
  -moz-animation: all 0.3s ease;
  -ms-animation: all 0.3s ease;
  -o-animation: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
  cursor: pointer;
  /* -webkit-transform: scale(1);
  transform: scale(1); */
}
.sbm-member-card .sbm-mc-img {
  text-align:center;
  max-width: 250px;
  margin: 0 auto;
}
.sbm-member-card .sbm-mc-img .sbm-mc-inner-wrap {
  position: relative;
  height: 255px;
  
}
.sbm-member-card .sbm-mc-img .sbm-mc-inner-wrap .sbm-mc-company-logo {
  position: absolute;
  left: 0px;
  top: auto;
  bottom: 0px;
  z-index: 1;
  background: #ffffff;
  border-radius: 50%;
  padding: 10px;
  -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 22%);
  box-shadow: 0 0 6px rgb(0 0 0 / 22%);
}
.sbm-member-card .sbm-mc-img .sbm-mc-inner-wrap .sbm-mc-company-logo img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.sbm-member-card .member-name .mn-profession {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 5px;
}
.sbm-member-card .member-name {
  text-align: center;
  padding: 0px 5px;
}
.sbm-member-card .member-name h5 {
  font-size: 20px;
}
.sbm-member-card .sbm-mc-img .sbm-mc-inner-wrap img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  max-width: 250px;
}
.btn-view[data-toggle=modal] {
  display: block;
  height: 100%;
  padding-bottom: 115px;
  position: relative;
}
.btn.btn-h-56px {
  font-size: 18px;
  height: 56px;
}
.btn-view[data-toggle=modal] .member-company-logo {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  bottom: 85px;
}

.btn-view[data-toggle=modal] .btn-1 {
  position: absolute;
  left: 0;
  z-index: 1;
  bottom: 30px;
}
.sbm-member-card .member-name, .sbm-member-card .member-name p {
  text-align: center;
}
.member-filter-search {
  position: relative;
  padding-right: 200px;
}
.member-filter-search .input-group-btn {
  position: absolute;
  top: 0px;
  right: 0px;
}
.enquiries-sec .container {
  position: relative;
  z-index: 9;
}
.tab-design-1 .tab-content .tab-pane {
  height: 100%;
}
@media(max-width:767px) {
  .member-filter-search .input-group-btn .btn.btn-h-56px {
    height: 44px;
      padding: 0 15px;
      line-height: 42px;
    }
    .member-filter-search {
      padding-right: 185px;
    }
  }
@media(max-width:480px) {
  .member-filter-search .input-group-btn .btn.btn-h-56px {
      min-width: auto;
      padding: 0 15px;
    }
    .member-filter-search {
      padding-right: 90px;
    }
    .title-style-1 h2 .title-bordered {
      font-size: 30px;
    }
}
.participation-block .pb-bottom-line {
  color: #888888;
  position: absolute;
  bottom: 8px;
  left: 15px;
  font-size: 14px;
  font-style: italic;
  margin: 0;
}
.tab-design-1 .tab-pane {
  display: block;
}

.vision-sec .container .registration-left ul {
  list-style: initial;
}

.vision-sec .container .registration-left ul li {
  list-style: inherit;
}
.vision-sec li,
.vision-sec .container ul li {
  font-size: 16px;
} 
.roadshow-registration ~ .committee-row {
  margin-top: 30px;
}
.roadshow-registration ~ .committee-row h3 {
  margin-bottom: 30px;
}
.vision-sec .container ul ul {
  margin-top: 10px;
  padding-left: 5px;
  margin-bottom: 10px;
}
.news-thumbnail-card .ntc-inner-block .list-top li:last-child {
  max-width: -webkit-calc(100% - 140px);
  max-width: -moz-calc(100% - 140px);
  max-width: -ms-calc(100% - 140px);
  max-width: -o-calc(100% - 140px);
  max-width: calc(100% - 140px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.vision-sec .container .committee-row td ul li,
.roadshow-registration.greenshoot-session .registration-top ul li,
.forum-tab-box .conference-table ul li {
  list-style: initial;
}
.roadshow-registration.greenshoot-session .registration-top ul li {
  font-size: 16px;
}
.header .top-logo-nav .btn-white {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .top-logo-nav .btn-white:before,
.header .top-logo-nav .btn-white:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  display: inline-block;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-delay: 0.2s;
}
.header .top-logo-nav .btn-white:before {
  left: 0px;
  top: 0px;
  border-style: solid none none solid;
}
.header .top-logo-nav .btn-white:after {
  right: 0px;
  bottom: 0px;
  border-style: none solid solid none;
}
.header .top-logo-nav .btn-white:hover {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header .top-logo-nav .btn-white:hover:before,
.header .top-logo-nav .btn-white:hover:after {
  width: 50%;
  height: 50%;
}
@media(min-width:1200px) {
  .header-mobile-btn {
    display: none;
  }
}
@media(max-width:1199px) {
  .header .nav-btn .btn {
    display: none;
  }
}
@media(max-width:575px) {
  .header .top-logo-nav .btn-white {
      padding: 8px 5px;
      margin: 0 0 0;
      font-size: 14px;
  }
  .banner-sec .banner-inner-block ul {
    margin: 0 0 10px;
  }  
}
a.speaker-item:hover{color: #DE0000 !important;cursor: pointer;}
a.speaker-item {color: #DE0000 !important;cursor: pointer;}

.vision-sec .container .committee-row td ul li, .roadshow-registration.greenshoot-session .registration-top ul li, .forum-tab-box .conference-table ul li {
  font-size: initial;
}
.conference-table table tbody tr td>strong {
  font-size: initial;
}
/* 24jun2021 */
.banner-btn-wrap a {
  margin: 0 5px 15px;
}
.page-info-block2 {
  text-align: center;
}
.page-info-block2 h1 {
  font-size: 60px; 
  font-weight: 900; 
  color: #ffffff;
}
.floted-btns {
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 99;
  width: auto;
  padding: 0px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  display: flex;
  transform-origin: right bottom;
  background: #de0000;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.floted-btns .btn  {
  width: 100%;
  margin: 0 0px;
  display: block;
  padding: 6px 15px;
  font-size: 16px;
  font-weight: 700;
  margin: 0 !important;
  border-radius: 0 !important;
}
.floted-btns span.reg-right {
  color: #ffffff;
  padding: 0 8px;
  border: 1px solid #de0000;
  line-height: 34px;
  font-size: 23px;
}
.floted-btns.hidebtn .btn {
  font-size: 0;
  padding: 0;
}
.floted-btns .floted-btns-opener {
  position: absolute;
  left: -40px;
  top: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 24px;
  border: 1px solid #ffffff;
  background: #de0000;
  color: #ffffff;
  box-shadow: 0 0 2px 1px #ffffff;
}
.home .floted-btns {
  /* display: none; */
}

.breadcrums-strip {
  background: #f5eeee;
  padding: 10px 0;
}
.breadcrums-strip p {
  margin: 0;
}
/* END 24jun2021 */
/* 30Jun2021 */
.page-info-block2 a {
  color: #ffffff;
  font-weight: 400;
}
.page-info-block2 p {
  color: #ffffff;
  font-size: 30px;
  position: relative;
  font-weight: 800;
  text-align: left;
  margin: 0;
}
/* END 30Jun2021 */
.list-top li a {
  font-size: 16px;
  color: #ffffff !important;
}




.flip-card {
  color: inherit;
  cursor: pointer;
  width: 100%;
  min-width: 100%;
  height: 400px;
  min-height: 400px;
  perspective: 1000px;
  position: relative;
  margin: 10px 0;
}

.flip-card .front,
.flip-card .back {
  display: flex;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 600ms;
}

.flip-card .front {
  background-size: cover;
  padding: 2rem;
  font-size: 1.618rem;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  font-family: Poppins, sans-serif;
}
.flip-card .front h2 {
  font-weight: 700;
  line-height: 1.4;
}
.flip-card .front:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #1a9be6, #1a57e6);
  opacity: 0.25;
  z-index: -1;
}
.flip-card:hover .front {
  transform: rotateY(180deg);
}
.flip-card:nth-child(even):hover .front {
  transform: rotateY(-180deg);
}

.flip-card .back {
  background: #fff;
  transform: rotateY(-180deg);
  padding: 0 2em;
}
.flip-card .back .button {
  background: linear-gradient(135deg, #1a9be6, #1a57e6);
}
.flip-card .back .button:before {
  box-shadow: 0 0 10px 10px rgba(26, 87, 230, 0.25);
  background-color: rgba(26, 87, 230, 0.25);
}
.flip-card:hover .back {
  transform: rotateY(0deg);
}
.flip-card:nth-child(even) .back {
  transform: rotateY(180deg);
}
.flip-card:nth-child(even) .back .button {
  background: linear-gradient(135deg, #e61a80, #e61a3c);
}
.flip-card:nth-child(even) .back .button:before {
  box-shadow: 0 0 10px 10px rgba(230, 26, 60, 0.25);
  background-color: rgba(230, 26, 60, 0.25);
}
.flip-card:nth-child(even):hover .back {
  transform: rotateY(0deg);
}

.flip-card .button {
  transform: translateZ(40px);
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: bold;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 100px;
  font: inherit;
  border: none;
  position: relative;
  transform-style: preserve-3d;
  transition: 300ms ease;
}
.flip-card .button:before {
  transition: 300ms ease;
  position: absolute;
  display: block;
  content: "";
  transform: translateZ(-40px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  border-radius: 100px;
  left: 10px;
  top: 16px;
}
.flip-card .button:hover {
  transform: translateZ(55px);
}
.flip-card  .button:hover:before {
  transform: translateZ(-55px);
}
.flip-card  .button:active {
  transform: translateZ(20px);
}
.flip-card  .button:active:before {
  transform: translateZ(-20px);
  top: 12px;
}
.sbm-table-inside table p:last-child {
  margin: 0px !important;
}

.sbm-table-inside table p:last-child {
  margin: 0px !important;
}

.sbm-table-inside table {
    border-collapse: collapse;
}

.sbm-table-inside table tr {
    padding: 0 !important;
}

.sbm-table-inside table tr td {
  border-width: 1px !important;
  padding: 15px 6px;
  height: auto !important;
}

.sbm-table-inside  ul:last-child {
  margin-bottom: 0px !important;
}
.sbm-table-inside table ul {
  list-style: disc !important;
  color: #ffffff !important;
}
.sbm-table-inside table ul li {
  list-style: inherit !important;
}
.sbm-table-inside h5:last-child {
  margin-bottom: 0px !important;
}
.sbm-table-inside table ul li {
  list-style-position: inside !important;
}

.register-card {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px #eaeaea;
  height: 100%;
}

.register-card h4 {
  padding: 15px;
  background: #de0000;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  margin: 0px;
}

.register-card h5 {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 15px;
}

.register-card p {
  margin-bottom: 10px;
  line-height: 1.7;
  position: relative;
}

.register-card .rc-inner-wrap {
  padding: 20px 15px 85px 15px;
}
.register-card .rc-inner-wrap a.btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit--transform: translateX(-50%);
  transform: translateX(-50%);
  padding-left: 15px;
  padding-right: 15px;
  min-width: 125px;
}
.vision-sec .container .register-card ul li {
  list-style: initial;
}
.vision-sec .container .register-card ul {
  margin-right: 0;
}

.banner-sec .banner-inner-block ul:nth-child(3) li a {
  font-size: 40px !important;
}
.banner-sec .banner-inner-block ul:nth-child(3) {
  margin-bottom: 10px;
}


.speaker-row > div{margin-bottom:30px;}
.speaker-row .sbm-member-card {
    position: relative;
    padding-bottom: 120px;
    height: 100%;
    margin: 0px;
}
.speaker-row .sbm-member-card .member-company-logo {
    height: 60px;    
    position: absolute;
    bottom: 55px;
    left: 0px;
    width: 100%;
}
.speaker-row .sbm-member-card .btn-block {
    position: absolute;
    bottom: 0px;    
}

.smallnotice {
  background: #ffffff;
}
.smallnotice p {
  margin: 0;
  padding: 4px 0;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  font-weight: 700;
  color: #DE0000;
}
@media(min-width:1200px) {
  .banner-sec .banner-inner-block .btn-1 {
      padding: 13px 50px;
      font-size: 18px;
  }
}

.home-speaker-block{background-color:#000;background-image:url(../images/home-speaker-bg.png);}
.home-speaker-block .sec-title .st-title{color:#fff;}
.home-speaker-block .sec-title .st-title .text-shadow {
    color: #303030;
    opacity: 1;
}
.home-speaker-block .sec-title .st-bottom-design {   
    z-index: 1;
    position: relative;
}
.home-speaker-block .member-name h5 {
    color: #fff;
}
.home-speaker-block .sbm-member-card .member-name .mn-profession{color:#fff;}
.home-speaker-block .sbm-member-card .sbm-mc-img {    
    max-width: inherit;    
}
.home-speaker-block .sbm-member-card .sbm-mc-img .sbm-mc-inner-wrap {
    position: relative;
    height: auto;	
}
.home-speaker-block .sbm-member-card .sbm-mc-img .sbm-mc-inner-wrap img {    
    max-width: initial;
}
.home-speaker-block  .owl-carousel .owl-stage-outer{overflow:visible;}
.home-speaker-block .sbm-member-card .member-name {
    margin: 0px;   
    padding: 15px;
}
.home-speaker-block .owl-item:hover {
    z-index: 9;
}
.home-speaker-block .sbm-member-card:hover{transform:scale(1.2);}
.home-speaker-block .sbm-member-card:hover .member-name {   
    background: #C00000;   
}
@font-face {
	font-family: 'Phetsarath OT';
	src: url('./../fonts/Phetsarath-OT.ttf');
}
@font-face {
	font-family: 'Phetsarath OT-Bold';
	src: url('./../fonts/Phetsarath-OT_Bold.ttf');
}
#la, .la, .select2-selection__rendered,.swal2-title{font-family: 'Phetsarath OT';}
.la-bold{font-family: 'Phetsarath OT-Bold';}
*{font-family: 'Phetsarath OT';}
.text-mict{color: #de0000;}

.button-filter-regislation {
  background-color: #de0000; /* Green */
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  height: 29px;
}
.filter-regislation {
  padding-left: 7px;
  font-size: 16px;
  height: 29px;
}
.dropdown-menu{border-radius: 0px;}