p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 10px;
}

p a {
  color: #e8b250;
}

p a:hover {
  color: #0097d3;
}

.t-center {
  text-align: center;
}

.t-justify {
  text-align: justify;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.h-100 {
  height: 100%;
}

.h-50vh {
  height: 50vh;
}

.h-30vh {
  height: 30vh;
}

.h-40vh {
  height: 40vh;
}

.h-100vh {
  height: 100vh;
}

.h-70vh {
  height: 70vh;
}

.h-auto {
  min-height: auto !important;
}

.w-auto {
  width: auto !important;
}

.w-50 {
  width: 50% !important;
}

.w-360 {
  width: 360px;
}

.float-right {
  float: right !important;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.width-100-per,
.w-100 {
  width: 100%;
}

.width-90-per,
.w-90 {
  width: 90%;
}

.width-85-per,
.w-85 {
  width: 85%;
}

.w-75 {
  width: 75%;
}

.w-70 {
  width: 70%;
  max-width: 800px;
}

.w-65 {
  width: 65%;
  max-width: 800px;
}

.h-35px {
  height: 35px;
  line-height: 35px;
}

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

.text-red {
  color: #ff0000;
}

.color-yellow,
.text-yellow {
  color: #e8b250;
}

.color-special-blue {
  color: #487e8a;
}

.color-blue {
  color: rgb(161, 186, 218);
}

/*blue lagoon */
.color-dark-blue {
  color: #005f7c;
}

/*pacific blue*/
.color-light-blue {
  color: #0097d3;
}

.text-black,
.color-black {
  color: #000;
}

a.text-black:hover {
  color: #0097d3;
}

.text-dark-thin,
.color-light-black {
  color: #303030;
  opacity: 0.9;
}

.color-grey {
  color: #899498;
}

.color-white {
  color: #ffffff;
}

.color-dark-grey {
  color: #7f7f7f;
}

.background-grey {
  background-color: #efefef;
}

.background-light-grey {
  background-color: #999999;
}

.background-dark-grey {
  background-color: #efefef;
}

.footer-grey {
  background-color: #1c1c1c;
}

.text-dark,
.dark-color {
  color: #000;
  line-height: 24px;
}

.footer-social-icons {
  color: #899498;
  line-height: 24px;
}

.overlay-text {
  color: #464242;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  text-align: left;
}

.footer-social-icons:hover {
  color: #8c98a3;
}

.footer-social-icons a:hover {
  color: #0097d3;
}

.m-t-b-10 {
  margin: 10px 0;
}

.m-t-b-20 {
  margin: 20px 0;
}

.m-t-b-40 {
  margin: 40px 0;
}

.m-t-b-125 {
  margin: 125px 0;
}

.mt-5,
.mt-50 {
  margin-top: 3rem;
}

.mt-10 {
  margin-top: 10px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-50 {
  margin-top: 50px;
}

.m-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin: 120px 0px 0px 0px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-200 {
  margin-top: 200px;
}

.mr-5 {
  margin-right: 15px;
}

.mr-2 {
  margin-right: 1rem;
}

.mr-3 {
  margin-right: 1.5rem;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-2 {
  margin-bottom: 1rem;
}

.m-l-10 {
  margin-left: 10px;
}

.ml-40 {
  margin-left: 40px;
}

.bg-yellow {
  background-color: #e8b250;
}

.ml-110 {
  margin-left: 110px !important;
}

.mh-70 {
  min-height: 70px !important;
}

.mh-85 {
  min-height: 85px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
}

.m-auto {
  margin: 0 auto;
}

.ff-steelfish {
  font-family: steelfish;
}

.ff-lato {
  font-family: lato;
}

.fs-16 {
  font-size: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-125 {
  margin-bottom: 125px;
}

.m-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-t-b-50 {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
}

.p-t-b-15 {
  padding: 15px 0;
}

.p-t-b-20 {
  padding: 20px 0;
}

.p-60 {
  padding: 60px 0;
}

.p-120 {
  padding: 120px 0;
}

.p-30 {
  padding: 30px 0;
}

.p-10 {
  padding: 10px;
}

.p-14 {
  padding: 14px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-l-100 {
  padding-left: 100px;
}

.pt-10 {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.pt-20 {
  padding-top: 20px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.p-50 {
  padding-top: 50px;
  padding-bottom: 40px;
}

.p-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.p-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-100 {
  padding-top: 100px;
}

.p-20 {
  padding: 20px;
}

.p-100 {
  padding: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.p-t-l-r-80 {
  padding: 80px 80px 15px 80px;
}

.m-b-t-20 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.mt-110 {
  margin-top: -110px;
}

.font-bold {
  font-weight: 800 !important;
}

.font-italic {
  font-style: italic;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 600;
}

.fw-800 {
  font-weight: 800;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-17 {
  font-size: 17px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-26 {
  font-size: 26px;
}

.fs-30 {
  font-size: 30px;
}

.list-style-disc {
  list-style: disc;
}

.lh-17 {
  line-height: 17px;
}

.lh-20 {
  line-height: 20px;
}

.lh-22 {
  line-height: 22px;
}

.lh-24 {
  line-height: 24px;
}

.lh-28 {
  line-height: 28px;
}

.lh-30 {
  line-height: 30px;
}

.lh-43 {
  line-height: 43px;
}

.ml-44 {
  margin-left: 30% !important;
}

.ml-300 {
  margin-left: 300px;
}

.ml-450 {
  margin-left: 450px;
}

.d-md-none {
  display: none !important;
}

.cur-pointer {
  cursor: pointer;
}

h4.fs-16.fw-300.text-justify.lh-22.color-black {
  font-weight: 500 !important;
}

.div-hover:hover {
  background: #999999 repeat-y left top;
}

.terms-list {
  list-style-type: disc;
  padding-left: 30px;
}

.opacity-small {
  opacity: 0.2;
}

.opacity-medium {
  opacity: 0.4;
}

ul li {
  line-height: 34px;
  font-size: 20px;
  font-weight: 400;
}

.d-inline-block {
  display: inline-block;
}

.d-inline {
  display: inline-flex;
}

.dflex {
  display: flex;
  vertical-align: middle;
  align-items: center;
}

.d-reset-flex {
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}

.d-inline-flex {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.d-flex-even {
  display: flex;
  justify-content: space-evenly;
  direction: ltr;
  align-items: center;
  vertical-align: middle;
}

/* header and menu / navbar styles*/

header {
  /* text-align: center;
    font-size: 72px;
    line-height: 108px;
    height: 108px;
    color: #fff;
    transition: all 0.4s ease;
    z-index: 9999;
    margin-bottom: 2px; */
  height: 80px;
  background-color: #fff;
  transition: all 0.4s ease;
  z-index: 9999;
}

header.sticky {
  /* position: fixed; */
  font-size: 24px;
  line-height: 48px;
  height: 72px !important;
  width: 100%;
  background: #ffffff;
  text-align: left;
  /*transition: all 0.4s ease;*/
  z-index: 9999;
  border-bottom: 2px solid #efefef;
  box-shadow: 0 6px 8px -5px rgba(0, 0, 0, 0.5);
}

.sticky .menu {
  /*box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);*/
  box-shadow: none;
}

.sticky .navbar {
  z-index: 999;
}

.sticky .navbar-brand > img {
  height: 80px;
  margin-top: 0px;
  position: relative;
  left: 25px;
  transition: all 0.8s ease;
}

.navbar-brand > img {
  transition: all 0.8s ease !important;
}

.navbar-brand {
  background-image: url(../../images/truoptik_logo.png);
  background-color: transparent;
  width: 220px;
  height: 75px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.footer-logo {
  width: 220px;
  height: 75px;
  padding: 10px;
  /* height: auto; */
  background-color: transparent;
  background-image: url(../../images/truoptik_logo.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.footer-privacy-logo {
  /* width: 50%; */
  height: 120px;
  /* width: 100%; */
  padding: 10px;
  /* height: auto;
  background-color: transparent;
  background-image: url(../../images/privacy-tv-logo.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; */
}

.navbar-brand {
  padding: 0px;
  /* firefox bug fix */
}

.navbar-brand > img {
  height: 100%;
  padding: 15px;
  /* firefox bug fix */
  width: auto;
}

.sticky .navbar-nav > li {
  /* padding: 0px; */
}

.sticky .navbar-nav > li > a {
  font-family: Lato;
  font-weight: 500;
  font-size: 14px;
  line-height: 42px;
  color: #000;
  text-transform: uppercase;
  text-align: left;
}

.sticky .navbar-nav > li:hover {
  background-color: #efefef;
}

.navbar {
  z-index: 999;
  font-family: Lato;
  border: none;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 4px 11px -8px rgba(0, 0, 0, 0.4);
}

/*.navbar-nav>li:hover,
.navbar-nav>li:focus,
.navbar-nav>li:active {
    background: #efefef;
}*/

/* .navbar-brand {
    position: absolute;
    left: 0px;
    top: -16px;
} */

.navbar-inverse {
  background-color: transparent !important;
  border-color: #080808;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #e8b250;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  z-index: 9999;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
  background: white;
}

.navbar-nav {
}

.navbar-nav > li {
  /*height: 100px !important;*/
  /* padding: 29px 0; */
  /* padding: 15px 15px; */
  padding: 0;
}

.navbar-nav > li:hover {
  /*border-bottom: 2px solid #0097d3;*/
  background-color: #efefef;
}

.sticky .navbar-nav > li:last-child:hover,
.navbar-nav > li:last-child:hover {
  background-color: transparent;
}

.special-nav.navbar-nav > li:hover {
  /*border-bottom: 2px solid #0097d3;*/
  background-color: transparent;
}

.navbar-nav > li > a {
  font-family: Lato;
  font-weight: 500;
  font-size: 14px;
  line-height: 46px;
  color: #000;
  text-transform: uppercase;
  text-align: left;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active {
  color: #0097d3;
  /*border-bottom: 2px solid #0097d3;*/
}

/*.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    color: #0097D3 !important;
    border-bottom: 2px solid #0097d3;
    padding-bottom: 2px;
    border-radius: 2px;
    text-decoration: none;
    background: transparent;
}*/

.nav > li > a:focus,
.nav > li > a:hover,
.nav > li > a:active {
  background: transparent;
}

.navbar-nav > li > .dropdown-menu {
  background: #fff;
  color: #000;
  padding: 25px 10px;
  min-width: 190px;
}

.dropdown-menu > li > a {
  font-family: Lato;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  text-transform: uppercase;
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
  background-repeat: no-repeat;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: transparent !important;
  color: #0097d3;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  clear: both;
  background-color: transparent !important;
  color: #0097d3 !important;
  background-image: none;
  position: relative;
  left: 7px;
  background-repeat: no-repeat;
}

.fixed {
  position: fixed !important;
  top: 0;
  background: white;
  z-index: 9999 !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: margin-top 0.3s ease;
  transition: margin-top 0.3s ease;
}

.menu {
  color: #fff;
  width: 100%;
  /*    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: margin-top .3s ease;*/
  transition: margin-top 0.3s ease;
}

.menu-item::after {
  background-color: #0097d3;
  content: "";
  display: block;
  height: 2px;
  transition: width 280ms ease-in;
  width: 0;
}

.menu-item:hover::after,
.menu-item:focus::after {
  width: 100%;
}

.hvr-sweep-to-top {
  clear: both !important;
}

.navbar-contact {
  display: inline-block;
  align-items: center;
  vertical-align: middle;
  float: left;
  margin-left: 50px;
  margin-top: -10px;
}

.sticky .navbar-contact {
  margin: 9px 0;
  margin-left: 50px;
}

a.header-contact-btn-yellow {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  border: 3px solid #fff;
  padding: 6px 20px;
  border-radius: 25px;
  line-height: 14px;
  text-decoration: none;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  background-color: #e8b250;
  border: 2px solid transparent;
}

a.header-contact-btn-yellow:hover {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #fff;
  background: #e8b250;
  border: 2px solid #ffd54f;
}

/* end of menu styles */

/* home / index page styles */
#overlay {
  background: url("../../assets/overlay-pattern_01.png") repeat;
  position: absolute;
  opacity: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
}

.overlay {
  position: absolute;
  background: url("../../assets/overlay-pattern_01.png") repeat;
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}

.vid-overlay {
  background: url("../../assets/overlay-pattern_00.png") repeat;
  opacity: 1;
}

.overlay-2 {
  background: url("../../assets/overlay-pattern_00.png") repeat;
  /* background-color: #005F7C; */
  opacity: 0.5;
  width: 100%;
  min-height: 680px;
  height: calc(100vh - 325px);
}

.gray-scale {
  filter: opacity(0.85) grayscale(1);
  -webkit-filter: opacity(0.85) grayscale(1);
}

#hero-vid {
  backface-visibility: hidden;
  background-size: cover;
  bottom: 0;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  perspective: 1000px;
  position: absolute;
  right: 0;
  width: auto;
  z-index: -1;
}

.title-text {
  font-size: 30px;
  font-weight: 800;
  opacity: 0.9;
  letter-spacing: -0.1px;
}

img.img-custom.img-responsive {
  margin-right: auto;
  margin-left: auto;
}

.img-custom {
  width: 160px;
}

.hero-head {
  position: absolute;
  top: 40%;
  left: 33%;
  animation: fadein 0.3s;
}

.hero-head h1 {
  z-index: 8;
  min-height: 79px;
  color: #303030;
  text-align: left;
  font-size: 60px;
  line-height: 62px;
  position: relative;
  font-weight: bold;
}

.hero-head h2 {
  z-index: 14;
  width: 986px;
  min-height: 53px;
  text-align: left;
  font-size: 32px;
  line-height: 18px;
  color: #303030;
  font-weight: 400;
  position: relative;
  margin-right: -10000px;
  margin-left: 50%;
  left: -493px;
}

#announcementCarousel .triangle-left {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 35px solid #abd5e8;
}

#announcementCarousel .triangle-right {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 35px solid #abd5e8;
}

#announcementCarousel .glyphicon-chevron-left:before,
#announcementCarousel .glyphicon-chevron-right:before {
  content: "";
}

#announcementCarousel .carousel-control.left,
#announcementCarousel .carousel-control.right {
  background: none;
  width: 0px;
}

#announcementCarousel .carousel-control.left {
  left: -50px;
  top: -50px;
}

#announcementCarousel .carousel-control.right {
  right: -50px;
  top: -50px;
}

#announcementCarousel .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#testimonialCarousel .triangle-left {
  position: absolute;
  top: 100px;
  content: "";
  display: inline-block;
  border-right: 2px solid #005f7c;
  border-bottom: 2px solid #005f7c;
  transform: rotate(135deg);
  height: 35px;
  width: 35px;
}

#testimonialCarousel .triangle-right {
  position: absolute;
  top: 100px;
  content: "";
  display: inline-block;
  border-right: 2px solid #005f7c;
  border-bottom: 2px solid #005f7c;
  transform: rotate(-48deg);
  height: 35px;
  width: 35px;
}

#testimonialCarousel .carousel-indicators {
  bottom: -100px;
}

#testimonialCarousel .carousel-indicators li {
  background-color: #005f7c;
  border: none;
}

#testimonialCarousel .carousel-indicators .active {
  background-color: #e8b250;
}

#testimonialCarousel .glyphicon-chevron-left:before,
#testimonialCarousel .glyphicon-chevron-right:before {
  content: "";
}

#testimonialCarousel .carousel-control.left,
#testimonialCarousel .carousel-control.right {
  background: none;
  width: 0px;
}

#testimonialCarousel .carousel-control.left {
  left: -20px;
}

#testimonialCarousel .carousel-control.right {
  right: -20px;
}

.in-head {
  margin: 0 auto;
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  position: absolute;
  left: 33.333%;
  top: 40%;
  transform: translate(-50%, -50%);
}

.centered-head {
  margin: 0 auto;
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  width: 50%;
  padding: 10px;
  position: absolute;
  left: 25%;
  top: 25%;
}

.thought-leadership {
  position: absolute;
  left: 33%;
  top: 20%;
}

.in-head-right {
  text-align: left;
}

.btn {
  width: 140px;
  min-height: 45px;
  line-height: 28px;
}

.btn-yellow {
  background-color: #e8b250 !important;
}

.category-button {
  width: 140px;
  min-height: 45px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.category-button:active {
  color: #fff;
  background-color: #e8b250;
  border-color: #000000;
}

a.btn-white {
  z-index: 20;
  width: 137px;
  min-height: 23px;
  padding: 10px 18px;
  background-color: #e5e5e5;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  letter-spacing: 0px;
  font-weight: 700;
  position: relative;
  margin-top: 11px;
  left: -1px;
}

.bg-white {
  background-color: #ffffff;
}

.btn-border-white {
  border: 2px solid #fff !important;
}

.decoration-line {
  background-color: #e8b250;
  width: 32px;
  height: 2px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

ul.main-list {
  padding: 20px;
  list-style-type: disc;
  margin: auto 70px;
  animation: 0.6s ease-out slideInFromBottom;
}

.main-list li {
  line-height: 38px;
  font-size: 20px;
  color: #192225;
  letter-spacing: 0.2px;
  font-weight: 300;
  opacity: 0.8;
}

.home-1 {
  height: 100vh;
  background-color: #7d88917d;
}

/* about us styles */
.about-us-header {
  position: relative;
  top: 200px;
}

.about-us-header-text {
  font-family: steelfish;
  font-size: 80px;
  text-align: center;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
  vertical-align: middle;
  line-height: normal;
  color: white;
}

/* .about-us-main {
    width: 100%;
    height: 525px;
    background-image: url('../../images/about_us_banner.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: inherit;
} */

.about-us-main-banner {
  background-image: url("../../images/about-us-main-bannerlogo.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  height: 600px;
}

.about-us-main {
  /* opacity: 0.5;
    filter: alpha(opacity=50); */
  /* For IE8 and earlier */
}

.about-us-main:hover {
  /* opacity: 1.0;
    filter: alpha(opacity=100); */
  /* For IE8 and earlier */
}

.about-us-carousel-caption {
  top: 35%;
}

.about-us-heading {
  font-family: steelfish;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: uppercase;
  color: #e8b250;
  /* margin-bottom: 4px; */
  margin: 20px 0px 40px 0px;
}

.about-us-sub-heading {
  font-family: steelfish;
  font-size: 55px;
  line-height: 55px;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: uppercase;
  color: #005f7c;
}

.about-us-sub-heading1 {
  font-family: lato;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #080808;
  margin-bottom: 10px;
}

.recognitions {
  padding: 60px 0;
  background-color: #edf4f7;
}

.recognitions-images {
  width: 250px;
  height: 150px;
  padding: 5px;
  display: flex;
  justify-content: space-evenly;
  direction: ltr;
  align-items: center;
  vertical-align: middle;
}

.home-11 {
  height: 90vh;
  background-color: #7d88917d;
}

.home-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.home-3 {
  margin: 40px 0;
  padding: 40px 0;
  background: #f8f8f8;
}

.home-3 h3 {
  background-color: transparent;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  line-height: 44px;
  color: #000;
  font-weight: 900;
}

.home-4 {
  padding-top: 80px;
  background-size: cover;
  min-height: 660px;
  background: url("../../assets/city_web3.jpg") no-repeat fixed center;
}

.home-4-title {
  width: 454px;
  height: 113px;
}

.home-4-img {
  max-width: 400px;
  margin: 0 auto;
}

.testimonial-background {
  background-image: url("../../images/Quotes_Background.jpg");
  min-height: 600px;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.home-7 {
  background-color: #efefef;
  min-height: 193px;
}

.home-8 {
  background-color: #1c1c1c;
  padding-top: 15px;
  padding-bottom: 20px;
  min-height: 140px;
}

.home-8 p {
  color: #899498;
}

.pf-main .portfolio {
  z-index: 81;
  min-height: 260px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  transition: 0.8s all ease;
}

.pf-main .portfolio:hover {
  margin-top: 50px;
  margin-bottom: -115px;
  transition: 0.8s all ease;
}

.pf-img1 {
  background: transparent url("../../images/webinar.png") no-repeat center center;
}

.pf-img2 {
  background: transparent url("../../images/infronts2018-01.png") no-repeat center center;
}

.pf-img3 {
  background: transparent url("../../images/ces_2017.png") no-repeat center center;
}

.pf-content {
  width: 75%;
  min-height: 160px;
  font-weight: 300;
  font-size: 15px;
  margin: 0 auto;
  padding: 20px;
  background-color: #e8b250;
  transition: 0.8s all ease;
}

.pf-main .pf-content {
  display: none;
}

.pf-main:hover .pf-content {
  display: block;
  z-index: 9996;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.container {
  transition: 0.8s all ease;
}

.text-white {
  color: #ffffff !important;
}

.h-800 {
}

.card-1 {
  padding-top: 130px;
  padding-bottom: 15px;
  z-index: 138;
  min-height: 315px;
  height: auto;
  border-width: 0px;
  border-color: transparent;
  opacity: 1;
  color: #fff;
  font-size: 33px;
  line-height: 16px;
  font-weight: 400;
  position: relative;
  transition: 0.8s all ease;
}

.card-1 p {
  width: 85%;
  margin: 15px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  text-align: initial;
  transition: all 0.3s ease-in-out;
}

.card-1:hover {
  box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.2);
  transition: 0.8s all ease;
}

.card-in {
  transition: 0.8s all ease;
  display: none;
}

.card-1:hover .card-in {
  display: block;
  transition: 0.8s all ease;
}

.card-1 a {
  display: block;
  font-size: 16px;
  line-height: 19px;
  margin-top: 10px;
  text-align: left;
  transition: 0.8s all ease;
  z-index: 152;
  min-height: 21px;
  color: #e8b250;
  background-color: transparent;
}

.card-1 a:hover {
  opacity: 1;
  font-weight: 600;
  font-size: 16px;
  transition: 0.5s all ease;
}

.bg-light-white {
  background: #ffffff82;
}

.bg-card-1 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background: transparent url("../../images/dmp-logo.svg") no-repeat center top;
  background-size: 160px;
}

.bg-card-2 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background: transparent url("../../images/ott-data-marketplace-logo.svg") no-repeat center top;
  background-size: 160px;
}

.bg-card-3 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background: transparent url("../../images/analytics-logo.svg") no-repeat center top;
  background-size: 160px;
}

.bg-card-4 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background: transparent url("../../images/activation-logo.svg") no-repeat center top;
  background-size: 160px;
}

.bg-card-5 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background: transparent url("../../images/cav-logo.svg") no-repeat center top;
  background-size: 160px;
}

.bg-card-6 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background: transparent url("../../images/attribution-logo.svg") no-repeat center top;
  background-size: 160px;
}

.pad-6 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}

.video-custom {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 57%;
  transform: translate(-50%, -50%) !important;
}

.h-580 {
  height: 580px;
}

.overlay-desc {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  /*align-items: center;
     */
  justify-content: center;
}

.ott_overview_video-custom {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -31%) !important;
}

.testimonial {
  text-align: center;
}

.pic {
  display: inline-block;
  align-items: center;
  vertical-align: middle;
  padding: 10px 0px;
  min-height: 100px;
  text-align: center;
}

.pic img {
  margin: 0 auto;
}

.testimonial-review .description {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  padding-bottom: 20px;
}

.testimonial-heading {
  text-align: center;
  font-family: steelfish;
  font-weight: 400;
}

.testimonial-heading > p:first-child {
  font-size: 56px;
  line-height: 56px;
}

.testimonial-sub-heading {
  font-size: 42px;
  line-height: 42px;
}

.testimonial-title {
  min-height: 100px;
  color: #005f7c;
  font-family: steelfish;
  text-transform: capitalize;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0px;
  background-color: transparent;
}

.testimonial-person {
  font-size: 42px;
  line-height: 36px;
  padding-top: 15px;
  margin-bottom: 15px;
}

.testimonial-person-description {
  font-size: 28px;
  line-height: 24px;
}

.owl-buttons {
  position: absolute;
  top: 13%;
  width: 100%;
}

.owl-prev {
  position: absolute;
  left: -14%;
}

.owl-next {
  position: absolute;
  right: -14%;
}

.owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div {
  border-radius: 50%;
}

.owl-prev:after {
  position: absolute;
  top: 17px;
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(135deg);
}

.owl-next:after {
  position: absolute;
  top: 17px;
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  border-left: 2px solid white;
  transform: rotate(135deg);
  border-top: 2px solid white;
}

.owl-next:after {
}

.owl-prev:hover:after,
.owl-next:hover:after {
  color: #7a4b94;
}

.owl-pagination {
  padding-top: 45px;
}

.owl-theme .owl-controls .owl-page span {
  width: 11px;
  height: 11px;
  background: #c5c5c5;
  margin-right: 20px;
  opacity: 1;
  transition: all 0.35s ease 0s;
  border-width: 1px;
  border-radius: 15px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fff;
  border: 5px solid #ffffff;
  opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  padding: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  margin-left: 100px;
  margin-right: 100px;
}

.hvr-sweep-to-top:before,
.hvr-bounce-to-right:before {
  background: #000 !important;
}

.dropdown .hvr-sweep-to-top:before,
.dropdown .hvr-bounce-to-right:before {
  background: #fff !important;
}

.hvr-fade:hover {
  background-color: #e8b250 !important;
}

.hvr-sweep-to-right:before {
  background: #000 !important;
}

#ninja-slider-prev,
#ninja-slider-next {
  display: none !important;
}

/*Footer*/

.main-footer {
  min-height: 190px;
  padding-bottom: 30px;
}

.sub-footer {
  margin: 0 auto;
}

/* About us styles*/

.about-3 {
  background-image: url("../../images/recognition.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 350px;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* ninja sliders css */

#ninja-slider {
  /* width: calc(100vw - 270px);
     */
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 140px;
}

#ninja-slider .slider-inner {
  max-width: 500px;
  width: 100%;
  max-height: 500px;
  height: 100%;
  float: left;
}

#ninja-slider .ns-img {
  cursor: pointer;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}

#thumbnail-slider div.inner {
  height: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-left: 80px;
}

.slider-inner ul {
  padding-top: 100% !important;
}

/* ott styles */

.bg-light-gray {
  background-color: rgba(241, 241, 241, 0.47);
}

.omc-overview-banner {
  background-image: url("../../images/OMC_Banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 600px;
}

.dmp-banner {
  background-image: url("../../images/DMP_Banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 600px;
}

.cav-banner {
  background-image: url("../../images/CAV_Banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 600px;
}

.attribution-banner {
  background-image: url("../../images/Attribution_Banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 600px;
}

.analytics-banner {
  background-image: url("../../images/analytics-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 600px;
}

.activation-banner {
  background-image: url("../../images/Activation_Banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 600px;
}

.ott-1 {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 60px;
  padding-right: 60px;
}

.ott-center {
  padding-bottom: 20px;
  background: url("../../images/amp_background_white.jpg") center;
  background-size: cover;
}

.ott-center-2 {
  min-height: 405px;
  background: url("../../images/city_overview.jpg") bottom;
}

.ott-marketing-main h3 {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  font-size: 18px;
  line-height: 22px;
  opacity: 0.8;
}

.ott-img-custom {
  height: 333px;
  margin-bottom: -144px;
}

.btn-transperent {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #4e4b4b;
}

.dmp-logo-text {
  position: relative;
  margin: 18% auto;
  text-align: left;
  text-transform: uppercase;
}

.dmp-h2 {
  font-size: 23px;
  line-height: 45px;
  font-weight: 600;
  background-color: #5a89bf;
  color: #fff;
  position: relative;
  height: 70px;
  padding: 10px;
}

.in-head-right h3 {
  font-size: 35px;
  margin: 0px;
}

.in-head-right h4 {
  font-size: 26px;
  line-height: 26px;
  text-align: left;
}

/* form styles */

.form-control {
  display: block;
  width: 100%;
  height: 48px;
  /* padding: 6px 7px; */
  font-size: 16px;
  line-height: 32px;
  /* background-color: #F2F2F2; */
  border-color: #efefef;
  /* color: #c4c4c4; */
  background-image: none;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:hover {
  border: 0.5px solid #000;
  background-color: #fff;
}

.required-label:after {
  content: "*" !important;
  color: #ed7476;
}

legend.field-desc {
  font-size: 12px;
  font-weight: 300;
  color: #333;
  line-height: 17px;
  border: none;
  margin: 0;
}

label {
  font-weight: 300;
}

.textarea,
select,
input[type="text"]:not([value=""]) {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  border-radius: 0;
}

.btn-transperent {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #4e4b4b;
}

.ott-logo-centered {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ott-img-logo {
  width: 360px;
  height: 300px;
  margin: 0 auto;
  padding: 10px;
}

.ott-overview-logo {
  width: auto;
  height: 160px;
  margin: 0 auto;
  padding: 10px;
}

.dmp-slider {
  height: 200px;
  background-color: #ffffff94;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dmp-client {
  margin-left: 60px;
  margin-right: 20px;
  height: 90px;
  width: auto;
}

.to-investors {
  height: 90px;
  width: auto;
  text-align: center;
  margin: 0 auto;
}

.dmp-slider .owl-pagination {
  display: none !important;
}

.dmp-slider .owl-buttons {
  display: none !important;
}

.cav-main {
  background: url("../../images/cav_banner.png") no-repeat center center;
  background-size: cover;
  height: 70vh;
  width: 100%;
}

.analytics-main {
  background: url("../../images/cav_banner.png") no-repeat center center;
  background-size: cover;
  height: 70vh;
  width: 100%;
}

/* attribution styles */
.bg-attribution-white {
  background: #fbfbfbb0;
  padding: 20px 0px;
}

.attribution-img-logo {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  padding: 10px;
}

.attribution {
  background: url("../../images/attribution.png") no-repeat center center;
  background-size: cover;
  height: 70vh;
  width: 100%;
}

.dmp {
  background: url("../../images/abstract_platonic_dmp_banner.jpg") no-repeat center center;
  background-size: cover;
  height: 70vh;
  width: 100%;
}

.activation {
  background: url("../../images/abstract_platonic_dmp_banner.jpg") no-repeat center center;
  background-size: cover;
  height: 70vh;
  width: 100%;
}

.infront {
  background: transparent url("../../assets/infronts_2017.jpg") no-repeat center top !important;
  min-height: 680px;
  background-size: cover;
}

.ces {
  background: transparent url("../../images/ces2017_banner.jpg") no-repeat center top;
  background-position-y: -70px;
  min-height: 680px;
  width: 100%;
  background-size: cover;
}

.ces img {
  margin: 0 auto;
  padding: 10px;
}

.ces-video {
  display: block;
  margin: 0 auto;
}

.ces-intro-video {
  width: 100%;
  height: auto;
}

.ces-content-area {
  margin: 50px 0;
}

.ces-rsvp a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 22px;
  background: #e8b250;
  /* border: 2px solid #cece; */
  color: #fff;
  font-family: lato;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 34px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 1px 1px 3px #cecece;
}

.ces-rsvp a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  transform-origin: bottom left;
  transform: rotate(-90deg);
  transition: 0.5s;
}

.ces-rsvp a:hover:before {
  transform: rotate(0deg);
}

.ces-rsvp a:hover {
  color: #000;
}

.infront .parallax-window,
.ces .parallax-window {
  background: none !important;
}

.text-right {
  text-align: -webkit-right;
  text-align: right;
}

.portfolio-card {
  position: relative;
  margin: 10px 0;
}

.portfolio-card {
  max-width: 400px;
  max-height: 400px;
  min-width: 400px;
  min-height: 400px;
  padding: 10px;
  align-items: flex-end;
  vertical-align: middle;
  display: flex;
  max-height: 600px;
  /* box-shadow: 0 6px 8px -5px rgba(0, 0, 0, 0.5); */
}

.portfolio-image {
  display: block;
  width: 100%;
  height: auto;
}

.portfolio-card:hover .overlay {
  height: 180px;
  width: 100%;
  transition: 0.3s ease;
}

.portfolio-text {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  position: absolute;
  overflow: hidden;
  align-items: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
}

.portfolio-card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.3s ease;
  opacity: 0.9;
}

.portfolio-text a:hover {
  color: #e8b250;
}

/* Partners styles */
.partners-header {
  position: relative;
  top: 200px;
}

.partners-header-text {
  font-family: steelfish;
  font-size: 80px;
  text-align: center;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
  vertical-align: middle;
  line-height: normal;
  color: white;
}

.partners-main-banner {
  background-image: url("../../images/partners-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  height: 600px;
}

/* .partners {
    text-align: center;
    background: url(http://localhost/truoptik-com_WIP/assets/css/../../images/partners.png) no-repeat center;
    background-size: cover;
    height: 600px;
    width: 100%;
    background-position-x: -50px;
} */

.partners-carousel-caption {
  top: 35%;
}

.partners-logo {
  width: 220px;
  margin: 0 auto;
}

.partners-card {
  position: relative;
}

.partners-image {
  display: block;
  width: 100%;
  height: auto;
}

.partners-overlay {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  top: -10px;
  background-color: #999999e3;
  overflow: hidden;
  width: 0;
  transition: 0.5s ease;
  border-radius: 5px;
  z-index: 999;
}

.partners-card:hover .partners-overlay {
  border: 1px solid #000;
  width: 100%;
}

.partners-card:hover .partners-text {
  color: #ffffff !important;
  z-index: 9999;
  transition: 0.5s ease;
  position: relative;
}

.partners-text {
  color: #e8b250;
  font-size: 22px;
  overflow: hidden;
  transition: 0.5s ease;
  text-align: left;
  padding-left: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-bg-light-gray {
  background-color: #f8f8f8;
}

.contact-bg-image {
  background-image: url("../../images/Contact_Banner.jpg");
  height: auto;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 0;
}

/*Careers*/
.careers-header {
  position: relative;
  top: 200px;
}

.careers-header-text {
  font-family: steelfish;
  font-size: 80px;
  text-align: center;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
  vertical-align: middle;
  line-height: normal;
  color: white;
}

.careers-header-sub-text {
  font-family: lato;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
  vertical-align: middle;
  color: white;
}

.careers-heading {
  font-family: steelfish;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: uppercase;
  color: #e8b250;
  /* margin-bottom: 4px; */
  margin: 30px 0px 120px 0px;
}

.careers-sub-heading {
  font-family: steelfish;
  font-size: 55px;
  line-height: 55px;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: uppercase;
  color: #005f7c;
  margin-bottom: 25px;
}

.career-decoration-line {
  line-height: 26px;
  border-color: #e8b250;
  border-style: solid;
  border-bottom-width: 2px;
  margin-bottom: 30px;
}

.career {
  /*    width: 100vw;
    min-height: 680px;
    height: calc(100vh - 325px);
    background-image: url('../../assets/stamford.jpg');
    background-repeat: no-repeat;
    background-size: cover;*/

  /*    width: 100vw;
    min-height: 550px;*/
  /* height: calc(100vh - 325px); */
  /*    background-image: url('../../assets/stamford.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;*/
}

.career {
  width: 100%;
  height: 600px;
  min-width: 100%;
  position: relative;
}

.career::before {
  background-image: url("../../assets/stamford.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  z-index: -2;
}

.career::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  background-color: #005f7c;
}

.career .career-head {
  margin: 0 auto;
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  padding: 10px;
}

h1.career-head {
  font-size: 32px;
  line-height: 32px;
}

.career-title,
.career-sub-title {
  width: 100%;
  display: block;
  text-align: center;
}

.career-title {
  margin: 3% 0;
  text-transform: uppercase;
}

.career-sub-title {
  color: #fff;
  font-size: 21px;
  line-height: 28px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
}

.career-carousel-caption {
  color: #fff;
  text-shadow: #343a40 2px 2px;
  min-width: 100%;
  min-height: 12em;
  position: relative;
}

.career-carousel-caption::before {
  content: "";
  display: block;
  position: absolute;
  margin-left: 0;
  min-width: 100%;
  min-height: 12em;
  z-index: -1;
  opacity: 0.75;
}

.career-background {
  width: 100%;
  height: 400px;
  background-color: #e8b250;
}

/* .career-background-overlay {
    background: url('../../assets/overlay-pattern_00.png') repeat;
    height: 50vh;
} */

/*.career .career-carousel-caption {
    top: 25%;
}*/

.section-title {
  font-size: 24px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 45px;
}

.category-list {
  border-radius: 4px;
  outline: hidden;
}

.tr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-list li {
  float: left;
  width: 19%;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #e6e3e6;
  margin: 0px 5px;
}

.category-list li a {
  color: #b5b5b5;
  display: block;
  padding: 15px 15px;
  text-align: center;
}

.category-list span {
  display: block;
}

.category-list .category-icon {
  /*margin-bottom: 5px;*/
  min-height: 40px;
}

.category-list .category-title {
  color: #000;
  font-size: 20px;
  line-height: 16px;
  font-weight: 400;
  padding: 5px 0;
}

.category-list .category-icon img {
  display: inline-block;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}

.category-list .category-icon img {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.category-list li:hover .category-icon img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

.category-list li:hover {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.23);
}

/* job list styles */

.job-list {
  border: 1px solid #f1f1f1;
  padding: 15px;
  display: inline-block;
  margin-bottom: 15px;
}

.job-list:hover {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.23);
}

.job-list .thumb {
  float: left;
}

.job-list .job-list-content a {
  color: #000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.job-list .thumb img {
  width: 150px;
  height: 150px;
  border-radius: 4px;
}

.job-list .job-list-content {
  display: block;
  margin-left: 175px;
  position: relative;
}

.job-list .job-list-content h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

.job-list .job-list-content p {
  font-size: 15px;
  margin: 0;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}

.full-time {
  font-size: 12px;
  color: #fff;
  background: #2c3e50 !important;
  border-radius: 4px;
  margin-left: 10px;
  padding: 7px 18px;
  vertical-align: middle;
  align-items: center;
}

.job-list .job-tag {
  border-top: 1px solid #ddd;
  padding: 15px 0;
  line-height: 35px;
}

.job-list .job-tag .meta-tag span {
  font-size: 14px;
  color: #3e3e3eb5;
  margin-right: 10px;
  font-weight: 300;
}

.job-list .job-tag .meta-tag span i {
  margin-right: 5px;
}

.job-tag a.btn-career {
  border: none;
  width: auto;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  color: #fff;
  background-color: #e8b250;
}

.btn-rm {
  padding: 10px 20px;
  text-transform: uppercase;
}

.job-carousel-caption {
  top: 25%;
}

.job-header {
  font-weight: 400;
  margin: 20px 0px;
}

.job-p-m {
  padding: 0px 40px;
  margin: 0 auto;
  width: 75%;
  height: auto;
}

ul.job-duties-list {
  list-style: none;
}

ul.job-duties-list li:before {
  content: "✓";
  color: #e8b250;
  padding-right: 10px;
}

ul.job-duties-list li {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.job-duties-list li + li {
  margin-top: 0.25rem;
}

ul.job-duties-list li:before {
  content: "✓";
  color: #e8b250;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  margin-left: 0;
  margin-right: 1.5rem;
  margin-top: 0em;
  vertical-align: top;
  float: left;
}

.panel {
  box-shadow: none;
}

.panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
  font-style: normal;
}

.panel-title > a.collapsed:before {
  float: right !important;
  content: "\f067";
  font-style: normal;
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
  text-decoration: none;
}

.panel-heading {
  border-radius: 0px;
  border-bottom: 3px;
  position: relative;
  min-height: 57px;
  line-height: 24px;
  font-weight: 400;
  border-style: solid;
  transition-timing-function: ease-in-out;
  z-index: 38;
  transition-delay: 0s;
  border-color: #fff;
  transition-duration: 0.3s;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-timing-function: ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 16px;
  -webkit-transition-delay: 0s;
  color: #899498;
  font-style: italic;
  -webkit-transition-duration: 0.3s;
  /* border-width: 0px 0px 3px;
     */
  background: #e8e8e8;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-title {
  color: #899498;
  visibility: inherit;
  font-style: italic;
  line-height: 1.5;
  font-size: 17px;
  text-align: left;
  padding: 7px 0px 0px 21px;
}

.panel-body p {
  color: #899498;
  word-wrap: break-word;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.collapse.in {
  border-top: 3px solid;
  border-color: #e8b250;
}

iframe.actAsDiv {
  width: 100%;
  height: 370px;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 3px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

ul.career-list-style {
  list-style: none;
}

ul.career-list-style li {
  line-height: 22px;
  font-size: 15px;
  font-weight: 300;
  padding: 10px 0px 0px 30px;
}

ul.career-list-style li:before {
  content: "✓";
  color: #e8b250;
  padding-right: 10px;
}

/*Leadership styles*/
.leadership {
  height: 600px;
  background-color: transparent;
}

.leadership::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  background-color: #005f7c;
}

.leadership-header {
  position: relative;
  top: 200px;
}

.leadership-heading {
  font-family: steelfish;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  /* margin-bottom: 4px; */
  margin: 30px 0px 120px 0px;
  text-shadow: 1px 0px 0px #34434adb;
}

.leadership-head {
  margin: 0 auto;
  color: #fff;
  font-size: 52px;
  text-transform: uppercase;
  padding: 10px;
}

.leadership-overlay {
  position: absolute;
  background: url("../../assets/overlay-pattern_00.png") repeat;
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}

.leadership-carousel-caption {
  top: 40%;
}

.leadership-card {
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  font-weight: 400;
}

.team-member {
  width: 400px;
  margin-top: 10px;
}

.team-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
  border: 0;
}

.team-card:hover .team-details {
  display: block;
  transition: 0.5s ease;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  /* bottom: 40px;
     */
  width: 100%;
  padding-left: 35px;
  padding-top: 10px;
}

.spl-team-details {
  display: block;
  transition: 0.5s ease;
  height: auto;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  /* bottom: -110px; */
  width: 100%;
}

.team-card:hover .bt-40 {
  bottom: 40px;
}

.team-card {
  transition: 0.8s all ease;
}

.p-lh {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #000;
}

i:hover {
  color: #e8b250;
}

h3 i:hover {
  color: #000000;
}

.investors {
  margin-left: 60px;
  height: 100px;
  width: auto;
}

/*events and leadership*/

.ml-27 {
  margin-left: 27% !important;
}

.header-wrapper {
  overflow: hidden;
  width: 100%;
  height: 400px;
  text-align: center;
}

.zoominheader {
  width: 100%;
  height: 400px;
  text-align: center;
  background: url("../../images/survey-u609887-fr.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 2s ease-in infinite;
  animation: zoomin 2s ease-in infinite;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

/* The innermost element*/

.zoomoutheader {
  width: 100%;
  height: 400px;
  text-align: center;
  background: none;
  -webkit-animation: zoomout 2s ease-in infinite;
  animation: zoomout 2s ease-in infinite;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

/*infographic*/
.infographic-wrapper {
  overflow: hidden;
  width: 100%;
  height: 400px;
  text-align: center;
}

.infographic-zoominheader {
  width: 100%;
  height: 400px;
  text-align: center;
  background: url("../../images/infographic-thumbnail.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 2s ease-in infinite;
  animation: zoomin 2s ease-in infinite;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

/* The innermost element*/

.infographic-zoomoutheader {
  width: 100%;
  height: 400px;
  text-align: center;
  background: none;
  -webkit-animation: zoomout 2s ease-in infinite;
  animation: zoomout 2s ease-in infinite;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

/**ctv guide 2019*/
.ctv-guide-wrapper {
  overflow: hidden;
  width: 100%;
  height: 400px;
  text-align: center;
}

.ctv-guide-zoominheader {
  width: 100%;
  height: 400px;
  text-align: center;
  background: url("../../images/ctv_guide_2019.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 2s ease-in infinite;
  animation: zoomin 2s ease-in infinite;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

/* The innermost element*/

.ctv-guide-zoomoutheader {
  width: 100%;
  height: 400px;
  text-align: center;
  background: none;
  -webkit-animation: zoomout 2s ease-in infinite;
  animation: zoomout 2s ease-in infinite;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

/**dmp guide 2019*/
.dmp-guide-wrapper {
  overflow: hidden;
  width: 100%;
  height: 400px;
  text-align: center;
}

.dmp-guide-zoominheader {
  width: 100%;
  height: 400px;
  text-align: center;
  background: url("../../images/ctv_guide_2019.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 2s ease-in infinite;
  animation: zoomin 2s ease-in infinite;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

/* The innermost element*/

.dmp-guide-zoomoutheader {
  width: 100%;
  height: 400px;
  text-align: center;
  background: none;
  -webkit-animation: zoomout 2s ease-in infinite;
  animation: zoomout 2s ease-in infinite;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

/* PDC 2019 release */
.pdc-wrapper {
  overflow: hidden;
  width: 100%;
  height: 400px;
  text-align: center;
}

.pdc-zoominheader {
  width: 100%;
  height: 400px;
  text-align: center;
  background: url("../../images/pdc_web_banner_infographic.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 2s ease-in infinite;
  animation: zoomin 2s ease-in infinite;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.pdc-zoomoutheader {
  width: 100%;
  height: 400px;
  text-align: center;
  background: none;
  -webkit-animation: zoomout 2s ease-in infinite;
  animation: zoomout 2s ease-in infinite;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

/* streaming guide 2020 */

.streaming-wrapper {
  overflow: hidden;
  width: 100%;
  height: 400px;
  text-align: center;
}

.streaming-zoominheader {
  width: 100%;
  height: 400px;
  text-align: center;
  background: url("../../images/website_streaming_media_3_10_20.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 2s ease-in infinite;
  animation: zoomin 2s ease-in infinite;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.streaming-zoomoutheader {
  width: 100%;
  height: 400px;
  text-align: center;
  background: none;
  -webkit-animation: zoomout 2s ease-in infinite;
  animation: zoomout 2s ease-in infinite;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

/*Events*/

.events-main-banner {
  /*background-size: cover;
    background: transparent url('../../images/img_5491-u932164-fr.jpg') fixed center;
    min-height: 680px;*/
  background-image: url("../../images/events-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  height: 600px;
}

.events-header {
  position: relative;
  top: 200px;
}

.events-header-text {
  font-family: steelfish;
  font-size: 80px;
  text-align: center;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
  vertical-align: middle;
  line-height: normal;
  color: white;
}

/* .w-events {
    width: 430px !important;
} */

.w-events:hover .overlay {
  height: 100%;
}

.pt-0 {
  padding-top: 0 !important;
}

.webinar {
  background-image: url("../../assets/dots.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  z-index: -1;
}

.h-680 {
  height: 680px;
}

.webinar-btm-image {
  height: 30px;
  margin-left: 20px;
  margin-right: 0;
}

.h-90 {
  height: 90%;
}

.webinar-clients {
  position: absolute;
  bottom: 10px;
}

.text-light {
  color: #7f7f7f !important;
}

.text-align-left {
  text-align: left;
}

.event-date {
}

.animated.fadeInLeft.pt-100 img {
  margin-top: 8%;
  width: 50%;
}

.w-380 {
  width: 385px !important;
}

.w-400 {
  width: 400px;
}

.webinar-btm {
  background: #004466 url("../../images/dots_blue.jpg") no-repeat left top;
  min-height: 360px;
}

.webinarlist {
  width: 480px;
  margin: 0 auto;
  text-align: center;
}

.webinar-series-img {
  height: 144px;
}

/*webinar*/

/* webinar 2018*/

.webinar-banner {
  width: 100%;
}

.webinar-video {
  width: 100%;
  height: auto;
  margin-top: -450px;
}

.webinar-description {
  position: absolute;
  height: auto;
  top: 20%;
  right: 20%;
}

.webinar-description img {
  width: 425px;
}

.webinar-description p {
  font-family: steelfish;
  font-size: 56px;
  color: #2a5571;
  font-weight: 400;
  text-align: right;
  letter-spacing: 15px;
  margin: 0px 40px 0px 0px;
  /*text-align: center;
    letter-spacing: 40px;
    margin: 0px -75px 0px 0px;    */
}

.webinar-series-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.webinar-series-list > div {
  padding: 10px;
  margin: 2px;
}

.webinar-series-list img {
  width: 85%;
}

.webinar-special-box img {
  max-width: 100%;
  height: auto;
}

.webinar-content {
  background: url(../../images/Text_Background-01.jpg) no-repeat;
  background-position-y: -130px;
}

.webinar-padding {
  margin: 25px 75px;
}

.webinar-content h3 {
  font-family: steelfish;
  font-size: 46px;
  color: #2a5571;
  letter-spacing: 0px;
  font-weight: 400;
}

.webinar-series h3 {
  font-family: steelfish;
  font-size: 46px;
  color: #2a5571;
  letter-spacing: 0px;
  font-weight: 400;
}

.webinar-box {
  background-color: #2a5573;
  color: #fff;
  padding: 20px 40px;
}

.webinar-box h3 {
  font-family: steelfish;
  font-size: 46px;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 400;
}

.webinar-box p {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  margin: 15px auto;
}

.webinar-text {
  margin: 30px 0;
}

.webinar-text p {
  color: #2a5573;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.2px;
  text-align: left;
}

.webinar-series-text p {
  color: #2a5573;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.2px;
  text-align: left;
}

.webinar-series-text h4 {
  font-family: steelfish;
  font-size: 32px;
  line-height: 48px;
  color: #e8b250;
  letter-spacing: 0px;
  font-weight: 400;
}

.webinar-next p,
.webinar-upcoming p,
.webinar-past p {
  font-family: steelfish;
  font-size: 46px;
  font-weight: 400;
  color: #2a5573;
  padding: 10px 0;
}

.webinar-next-logo img {
  width: 100%;
  height: auto;
}

.webinar-upcoming img {
  width: 100%;
  height: auto;
}

.webinar-special-box {
  padding: 10px 10px 30px 10px;
  margin: 20px 0;
}

.webinar-special-box:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  transition: box-shadow 0.3s;
}

.webinar-series-2019-special-box {
  padding: 10px 50px 30px 10px;
  margin: 20px 0;
}

.webinar-series-2019-special-box:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  transition: box-shadow 0.3s;
}

.pointer-transform {
  transform: rotate(90deg);
  font-style: 17px;
}

.webinar-registration-btn {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* webinar series 2019 */
.webinar-series-2019-banner {
  background-image: url("../../images/webinar-series-2019-header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  height: 600px;
}

/*infront*/

.infronts-row,
.infronts-sponsors {
  display: flex;
  align-items: center;
  vertical-align: middle;
  flex-direction: row;
}

.infronts h2 {
  line-height: 36px;
  position: relative;
  color: #4274b8;
  font-size: 30px;
  font-weight: 600;
  text-transform: none;
}

.infronts h3 {
  line-height: 36px;
  color: #4274b8;
  font-size: 30px;
  font-weight: 600;
  text-transform: none;
}

.infronts h4 {
  line-height: 26px;
  color: #4274b8;
  font-size: 26px;
  font-weight: 600;
  text-transform: none;
  margin-left: 30px;
}

.infronts p {
  padding: 0;
  font-size: 17px;
  font-weight: 300;
  position: relative;
  color: #303030;
  line-height: 30px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.infronts-19-spacing {
  margin: 40px 0;
  /* padding: 10px 0; */
}
.infronts-sponsors-heading {
  padding: 8px 8px;
  background-color: #4274b8;
}

.infronts-sponsors-heading p {
  color: white;
  font-size: 18px;
  margin: 0px;
  /* margin: 10px; */
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.infronts .pl-30 {
  padding-left: 30px;
}

.infronts ul li {
  line-height: 34px;
  font-size: 17px;
  color: #899498;
  font-weight: 300;
}

.video-infront {
  margin: 0 auto;
  max-width: 700px;
}

.events-infronts {
  background-image: url("../../images/infronts2017.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
}

.events-infronts-18 {
  /* background-size: cover; */
  background-image: url("../../images/frans_krishan2-u1686256-fr.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  height: 600px;
}

.events-infronts-18::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 680px;
  opacity: 0.5;
  background-color: #005f7c;
}

.events-infronts-19 {
  /* background-size: cover; */
  background-image: url("../../images/inf2019_home_banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  height: 600px;
  background-repeat: no-repeat;
}
/* Events  Cannes  */
.events-cannes-banner {
  /* background-size: cover; */
  background-color: #efefef;
  background-image: url("../../images/cannes-banner.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 600px;
  background-repeat: no-repeat;
}

.events-cannes-location {
  /* background-size: cover; */
  background-image: url("../../images/cannes-location.jpg");
  background-size: contain;
  background-position: center center;
  display: block;
  height: 300px;
  background-repeat: no-repeat;
}

/* .events-cannes-location:hover {
	-webkit-box-shadow: 0 10px 6px -6px #777;
	   -moz-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777;
} */

.events-cannes-brand-innovators {
  /* background-size: cover; */
  background-image: url("../../images/cannes-brand-innovators-event.jpg");
  background-size: cover;
  background-position: center center;
  display: block;
  height: 275px;
  background-repeat: no-repeat;
}

.events-cannes-medialink {
  /* background-size: cover; */
  background-image: url("../../images/cannes-medialink.jpg");
  background-size: contain;
  background-position: center center;
  display: block;
  height: 600px;
  background-repeat: no-repeat;
}

.events-cannes h2 {
  line-height: 40px;
  position: relative;
  color: #4274b8;
  font-size: 32px;
  font-weight: 600;
  text-transform: none;
}

.events-cannes h3 {
  line-height: 36px;
  color: #4274b8;
  font-size: 30px;
  font-weight: 600;
  text-transform: none;
}

.events-cannes h4 {
  line-height: 26px;
  color: #4274b8;
  font-size: 26px;
  font-weight: 600;
  text-transform: none;
  margin-left: 30px;
}

.events-cannes p {
  padding: 0;
  font-size: 17px;
  font-weight: 300;
  position: relative;
  color: #303030;
  line-height: 30px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.effect5 {
  position: relative;
}
.effect5:before,
.effect5:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.effect5:after {
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}
/* .events-infronts-19::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 680px;
  opacity: 0.4;
  background-color: #005f7c;
} */

/* #infronts_beet_tv_19 {

} */

.carousel-control {
  width: 8%;
  width: 0px;
}
.carousel-control.left,
.carousel-control.right {
  margin-right: 40px;
  margin-left: 32px;
  background-image: none;
  opacity: 1;
}
.carousel-control > a > span {
  color: white;
  font-size: 2px !important;
}
.carousel-col {
  position: relative;
  min-height: 1px;
  padding: 5px;
  margin: 10px 10px;
  float: left;
}

.active > div {
  display: none;
}
.active > div:first-child {
  display: block;
}

@media (max-width: 767px) {
  .carousel-inner .active.left {
    left: -100%;
  }
  .carousel-inner .active.right {
    left: 100%;
  }
  .carousel-inner .next {
    left: 100%;
  }
  .carousel-inner .prev {
    left: -100%;
  }
  .carousel-col {
    width: 100%;
  }
  .active > div:first-child + div {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left {
    left: -50%;
  }
  .carousel-inner .active.right {
    left: 50%;
  }
  .carousel-inner .next {
    left: 50%;
  }
  .carousel-inner .prev {
    left: -50%;
  }
  .carousel-col {
    width: 50%;
  }
  .active > div:first-child + div {
    display: block;
  }
}

/* @media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left {
    left: -33%;
  }
  .carousel-inner .active.right {
    left: 33%;
  }
  .carousel-inner .next {
    left: 33%;
  }
  .carousel-inner .prev {
    left: -33%;
  }
  .carousel-col {
    width: 33%;
  }
  .active > div:first-child + div {
    display: block;
  }
  .active > div:first-child + div + div {
    display: block;
  }
} */

/*lg*/
@media (min-width: 992px) {
  .carousel-inner .active.left {
    left: -31%;
  }
  .carousel-inner .active.right {
    left: 31%;
  }
  .carousel-inner .next {
    left: 31%;
  }
  .carousel-inner .prev {
    left: -31%;
  }
  .carousel-col {
    width: 31%;
  }
  .active > div:first-child + div {
    display: block;
  }
  .active > div:first-child + div + div {
    display: block;
  }
}

.block {
  width: 300px;
  height: 212px;
}

.beettv-poster {
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}

.beettv-screen-linear-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.beettv-state-screen {
  width: 300px;
  height: 210px;
  overflow: hidden;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.beettv-icon {
  color: rgb(154, 62, 135);
  opacity: 0.5;
  font-size: 72px;
  position: relative;
  width: 100%;
  height: 100%;
  top: 85px;
  left: 160px;
}

.beettv-andre {
  background-image: url("../../images/beettv-andre.jpeg");
}
.beettv-matt-spiegel {
  background-image: url("../../images/beettv-matt-spiegel.jpeg");
}
.beettv-aleck-schleider {
  background-image: url("../../images/beettv-aleck-schleider.jpeg");
}
.beettv-rachel-willamson {
  background-image: url("../../images/beettv-rachel-willamson.jpeg");
}
.beettv-mark-feldman {
  background-image: url("../../images/beettv-mark-feldman.jpeg");
}
.beettv-sean-buckley {
  background-image: url("../../images/beettv-sean-buckley.jpeg");
}
.beettv-david-weisenfeld {
  background-image: url("../../images/beettv-david-weisenfeld.jpeg");
}
.beettv-douglas-egeth {
  background-image: url("../../images/beettv-douglas-egeth.jpeg");
}
/* background-color: #005F7C; */

.infront-card {
  padding: 0px 20px;
}

.infront-card h2 {
  z-index: 14;
  text-transform: none;
  line-height: 36px;
  min-height: 29px;
  font-size: 30px;
  color: #4274b8;
  position: relative;
  font-weight: bold;
}

.infront-card p {
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  color: #303030;
}

.events-center img {
  height: 200px;
}

/*CES*/

.ml-27 {
  margin-left: 27% !important;
}

/*Contact*/

.contact-banner {
  width: 100%;
  height: 400px;
  min-width: 100%;
  position: relative;
}

.contact-banner::before {
  background-image: url("../../images/contact-main-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: -2;
}

.contact-banner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  background-color: #005f7c;
}

.contact-header {
  position: relative;
  top: 150px;
}

.contact-header-text {
  font-family: steelfish;
  font-size: 80px;
  text-align: center;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
  vertical-align: middle;
  line-height: normal;
  color: white;
}

.contact-right {
  width: 80px;
  padding-bottom: 181px;
  filter: alpha(opacity=100);
  border-radius: 0px 1px 1px 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: relative;
  background: #8b999e url("../../images/medic-packaging-foil.png") repeat left top;
}

.contact-right-card {
  border: 1.4px solid #e5e5e5;
  border-radius: 2px;
  width: 360px;
  margin-right: 15px;
  box-shadow: 0 6px 8px -5px rgba(0, 0, 0, 0.5);
}

.company-right-1 {
  padding: 0px 52px 10px 15px;
}

.social i {
  background: #000;
  padding: 9px;
  border-radius: 4px;
  color: #fff;
  width: 35px;
  text-align: center;
}

.social li {
  margin-right: 10px;
}

.red {
  display: block !important;
}

.green {
  display: none !important;
}

.bg-transparent {
  background: transparent !important;
  border: 1px solid #000;
}

i.fa.fa-address-book.fa-4x.text-white {
  margin-top: 20px;
  margin-left: 15px;
}

.slideanim {
  visibility: visible;
}

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  visibility: visible;
}

.about-2 p {
  line-height: 29px !important;
  color: #899498 !important;
  opacity: 0.9;
}
a:hover {
  text-decoration: none;
}

.download {
  cursor: pointer;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  color: #8eb933;
  opacity: 1;
  margin-left: 25px;
}

#googleMap {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.contact-bg-light-gray.p-60 h2 {
  line-height: 43px;
}

form label.error {
  font: 12px "Lato", sans-serif;
  color: #ed7476;
  margin: 0;
  padding: 0;
}

form input.error,
form input.error:hover,
form input.error:focus,
form select.error,
form textarea.error {
  border: 1px solid #ed7476;
  background: #ffeded;
}

/* events -Summer Soiree CSS */

/* a.summer-video-link:hover {
    color: #E8B250;
    text-decoration: underline;
} */

.video-link-icon {
  font-size: 24px;
  margin-left: 20px;
}

.video-link-text {
  font-size: 24px;
  line-height: 32px;
}

#summer-soiree-video.modal {
  top: 100px;
}

#summer-soiree-video .modal-backdrop.in {
  filter: alpha(opacity=7);
  opacity: 0.7;
}

#summer-soiree-video .modal-content {
  background: none;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#summer-soiree-video .modal-body {
  padding: 0 25px 25px 25px;
}

#summer-soiree-video .modal-header {
  padding: 25px 25px 15px 25px;
  text-align: right;
}

#summer-soiree-video .modal-header,
.modal-footer {
  border: 0;
}

#summer-soiree-video .modal-header .close {
  float: none;
  margin: 0;
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
}

/* ces 2019 video css */

#ces-2019-video.modal {
  top: 100px;
}

#ces-2019-video .modal-backdrop.in {
  filter: alpha(opacity=7);
  opacity: 0.7;
}

#ces-2019-video .modal-content {
  background: none;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#ces-2019-video .modal-body {
  padding: 0 25px 25px 25px;
}

#ces-2019-video .modal-header {
  padding: 25px 25px 15px 25px;
  text-align: right;
}

#ces-2019-video .modal-header,
.modal-footer {
  border: 0;
}

#ces-2019-video .modal-header .close {
  float: none;
  margin: 0;
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
}

/* ========= HUBSPOT EU COOKIE CONFIRMATION BAR ============ */

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  background-color: #e8b250 !important;
  border: 1px solid #f9f9f9 !important;
}
/* #hs-eu-cookie-confirmation {
  position: fixed !important;
  bottom: 0;
  background-color: #1c1c1c !important;
  top: auto !important;
  background-image: none !important;
  border-bottom: none;
}

div#hs-eu-cookie-confirmation,
div#hs-eu-cookie-confirmation-inner p {
  line-height: 18px !important;
  font-family: helvetica neue, helvetica, arial, sans !important;
  font-weight: normal !important;
  font-size: 14px !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  color: #000000 !important;
  text-align: left !important;
}
#hs-eu-cookie-confirmation-inner {
  text-shadow: none !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  font-family: sans-serif !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  background: #2d3e50 !important;
  border: none !important;
  box-shadow: 2px 2px 1px black;
  font-family: sans-serif !important;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {
  box-shadow: 3px 3px 1px black;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
} */

.data-marketplace-main-banner {
  background-image: url("../../images/data-market-place-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  height: 600px;
}
@media only screen and (max-width: 768px) {
  .overlay {
    height: 430px;
  }

  .owl-buttons {
    top: 3%;
    left: 43%;
    width: 12%;
  }

  .pic:before {
    left: 10%;
  }

  .pic:after {
    right: 10%;
  }
}

/* webinar series 2018 */
@media only screen and (max-width: 768px) {
  .webinar-video {
    width: 100%;
    height: auto;
  }

  .webinar-description {
    position: absolute;
    height: auto;
    top: 20%;
    right: 0;
  }

  .webinar-description img {
    width: 380px;
  }

  .webinar-padding {
    margin: 0;
  }

  .webinar-series-list > div {
    padding: 10px;
    margin: auto;
  }

  .webinar-next p,
  .webinar-upcoming p {
    padding: 20px 0;
  }

  .webinar-special-box {
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
    transition: box-shadow 0.3s;
  }
}

@media only screen and (max-width: 480px) {
  .owl-buttons {
    top: 3%;
    left: 40%;
    width: 18%;
  }

  .pic:before {
    left: 0;
  }

  .pic:after {
    right: 0;
  }
}

/* Visibility Helpers */

@media only screen and (min-width: 769px) {
  .visible-mobile,
  .visible-tablet,
  .hidden-desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .visible-mobile,
  .hidden-tablet,
  .visible-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 479px) {
  .hidden-mobile,
  .visible-tablet,
  .visible-desktop {
    display: none !important;
  }
}

/* Zoom in Keyframes */

@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/*End of Zoom in Keyframes */

/* Zoom out Keyframes */

@-webkit-keyframes zoomout {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomout {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.67);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(+50%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
