@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barriecito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.6.3/css/all.min.css');

:root {
  /********************************************************/
  --white: #ffffff !important;
  --info: #5BE8C0 !important;
  --extralight: #F4F4F4 !important;
  --light: #cccccc !important;
  --dark: #343a40 !important;
  --black: #000000 !important;
  --extradark: #121212 !important;
  --muted: #6c757d !important;
  --primary: #337ab7 !important;
  --primary-hover: #23527c !important;
  --primary-border: #23527c !important;
  --golden: #FFC107;
  --maroon: #b71c1c !important;
  --success: #3c763d !important;
  /********************************************************/
  --bg-seagreen: #0DCAF0;
  --bg-purple: #8B3DFF;
  --bg-lime: #827717;
  --bg-brown: #B14D01;
  --bg-maroon: var(--maroon);
  --bg-navyblue: #1a0942;
  --bg-parrot: #41C300;
  --bg-orange: #F9AA33;
  --bg-yellow: #FFD600;
  --bg-bluegrey: #344955;
  /*********** tag colors *********************************/
  --color1: #344955;
  --color2: #018b8d;
  --color3: #8a2ae3;
  --color4: #4169e2;
  --color5: #fde803;
  --color6: #13a1e3;
  --color7: #58cfef;
  --color8: #d871a9;
  --color9: #b8d616;
  --color10: #827717;
  --color11: #B14D01;
  --color12: #fea500;
  --color13: #41C300;
  --color14: #337ab7;
  --color15: #1a0942;
  --color16: #514c47;
  /********************************************************/
  --linear-orange-yellow: linear-gradient(to bottom, var(--bg-orange), var(--bg-yellow));
  --linear-maroon-grey: linear-gradient(to bottom, var(--extradark), var(--bg-maroon));
  --linear-navyblue-parrot: linear-gradient(to bottom, var(--bg-navyblue), var(--bg-parrot));
  --linear-bluegrey-orange: linear-gradient(to bottom, var(--bg-bluegrey), var(--bg-orange));
  --linear-black-grey: linear-gradient(to bottom, var(--black), var(--dark));
  --linear-culligan: linear-gradient(to bottom, var(--culligan1), var(--culligan2));
  --radial-black-grey: radial-gradient(circle, var(--black) 0%, var(--dark) 100%);
  --radial-black-brown: radial-gradient(circle, var(--black) 0%, var(--bg-brown) 100%);
  --radial-black-navyblue: radial-gradient(circle, var(--bg-navyblue) 0%, var(--black) 100%);
  --radial-brown-navyblue: radial-gradient(circle, var(--bg-brown) 0%, var(--bg-navyblue) 100%);
  /********************************************************/
  --btn-font-size: 18px;
  --btn-link-font-size: 16px;
  /********************************************************/
}

html {
  font-size: 62.5%;
  /* Sets 1rem = 10px (62.5% of 16px), matching Bootstrap 3 behavior */
}

*,
::after,
::before {
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
  padding: 0;
  margin: 0;
  text-align: left;
}

header.header {
  width: 100%;
  height: 80px;
  z-index: 9999;
  position: fixed;
}

main {
  position: relative;
  top: 80px;
  margin-bottom: 80px;
}

footer {
  position: relative;
  /* margin-top: 80px; */
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-family: 'Poppins', sans-serif;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.2;
  color: var(--black);
}

h1,
.h1 {
  font-size: 3.5rem !important;
  font-weight: 500;
}

h2,
.h2 {
  font-size: 2rem !important;
  font-weight: 500;
}

h3,
.h3 {
  font-size: 1.75rem !important;
  font-weight: 500;
}

h4,
.h4 {
  font-size: 1.5rem !important;
  font-weight: 500;
}

h5,
.h5 {
  font-size: 1.25rem !important;
  font-weight: 500;
}

h6,
.h6 {
  font-size: 1rem !important;
  font-weight: 500;
}

.display-1 {
  font-size: 5rem !important;
  font-weight: 500 !important;
}

.display-2 {
  font-size: 4.5rem !important;
  font-weight: 300 !important;
}

.display-3 {
  font-size: 4rem !important;
  font-weight: 300 !important;
}

.display-4 {
  font-size: 3.5rem !important;
  font-weight: 300 !important;
}

.display-5 {
  font-size: 3rem !important;
  font-weight: 300 !important;
}

.display-6 {
  font-size: 2.5rem !important;
  font-weight: 300 !important;
}

.h1.small {
  font-size: 2.4rem !important;
}

p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--dark);
}

/************************** BACKGROUNDS *****************************************************/
.o-clip {
  overflow: clip;
}

.o-hidden {
  overflow: hidden;
}

.ox-hidden {
  overflow-x: hidden;
}

.oy-hidden {
  overflow-y: hidden;
}

.ox-visible {
  overflow-x: visible;
}

.oy-visible {
  overflow-y: visible;
}

.ox-scroll {
  overflow-x: scroll;
}

.oy-scroll {
  overflow-y: scroll;
}

.bg {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.bg-large,
.bg-large .diagonal-hero-bg {
  height: 400px;
}

.bg-small,
.bg-small .diagonal-hero-bg {
  height: 100px;
}

.bg-transparent {
  background: transparent !important;
}

.bg-white {
  background: var(--white) !important;
}

.bg-black {
  background: var(--black) !important;
}

.bg-muted {
  background: var(--muted) !important;
}

.bg-extralight {
  background: var(--extralight) !important;
}

.bg-light {
  background: var(--light) !important;
}

.bg-dark {
  background: var(--dark) !important;
}

.bg-extradark {
  background: var(--extradark) !important;
}

.bg-info {
  background: var(--info) !important;
}

.bg-primary {
  background: var(--primary);
}

.bg-maroon {
  background: var(--bg-maroon) !important;
}

.bg-navyblue {
  background: var(--bg-navyblue);
}

.bg-parrot {
  background: var(--bg-parrot);
}

.bg-orange {
  background: var(--bg-orange);
}

.bg-yellow {
  background: var(--bg-yellow);
}

.bg-bluegrey {
  background: var(--bg-bluegrey);
}

.bg-brown {
  background: var(--bg-brown);
}

.bg-lime {
  background: var(--bg-lime);
}

.bg-purple {
  background: var(--bg-purple);
}

.bg-seagreen {
  background: var(--bg-seagreen);
}

.bg-light1 {
  background: #e1f5fe;
}

.bg-light2 {
  background: #e8eaf6;
}

.bg-light3 {
  background: #e0f2f1;
}

.bg-light4 {
  background: #f1f8e9;
}

.bg-light5 {
  background: #efebe9;
}

.bg-linear-orange-yellow {
  background: var(--linear-orange-yellow);
}

.bg-linear-maroon-grey {
  background: linear-gradient(to bottom, var(--extradark), var(--bg-maroon));
}

.bg-linear-navyblue-parrot {
  background: linear-gradient(to bottom, var(--bg-navyblue), var(--bg-parrot));
}

.bg-linear-bluegrey-orange {
  background: linear-gradient(to bottom, var(--bg-bluegrey), var(--bg-orange));
}

.bg-linear-black-grey {
  background: linear-gradient(to bottom, var(--black), var(--dark));
}

.bg-linear-grey-black {
  background: linear-gradient(to bottom, var(--dark), var(--black));
}

.bg-linear-black-brown {
  background: linear-gradient(to bottom, var(--black), var(--color16));
}

.bg-linear-extralight-light {
  background: linear-gradient(to bottom, var(--extralight), var(--light));
}

.bg-linear-culligan {
  background: var(--linear-culligan);
}

.bg-radial-black-grey {
  background: var(--radial-black-grey);
}

.bg-radial-extralight-light {
  background: radial-gradient(circle, var(--extralight) 0%, var(--light) 100%);
}

.bg-radial-black-brown {
  background: var(--radial-black-brown);
}

.bg-radial-black-navyblue {
  background: var(--radial-black-navyblue);
}

.bg-radial-brown-navyblue {
  background: var(--radial-brown-navyblue);
}

.bg-pattern-curve {
  opacity: 1;
  /* background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #b71c1c 10px), repeating-linear-gradient(#00000055, #000000) !important; */
  background-image: repeating-radial-gradient(circle at 200px 100px, transparent 0, #b71c1c 5px), repeating-linear-gradient(#005, #000) !important;
}

/************************** SCALE *****************************************************/
.scale10 {
  transform: scale(0.1);
}

.scale25 {
  transform: scale(0.25);
}

.scale50 {
  transform: scale(0.5);
}

.scale75 {
  transform: scale(0.75);
}

/************************** FONT COLOR *****************************************************/
.color-white {
  color: var(--white) !important;
}

.color-info {
  color: var(--info) !important;
}

.color-primary {
  color: var(--primary) !important;
}

.color-extralight {
  color: var(--light) !important;
}

.color-light {
  color: var(--light) !important;
}

.color-dark {
  color: var(--dark) !important;
}

.color-black {
  color: var(--black) !important;
}

.color-muted {
  color: var(--muted) !important;
}

.color-bluegrey {
  color: var(--bg-bluegrey) !important;
}

.color-red {
  color: red !important;
}

.color-maroon {
  color: var(--bg-maroon) !important;
}

.color-golden {
  color: var(--golden) !important;
}

.color-seagreen {
  color: var(--bg-seagreen) !important;
}

.color-purple {
  color: var(--bg-purple) !important;
}

.color-success {
  color: var(--success) !important;
}

.color-brown {
  color: var(--bg-brown) !important;
}

/************************** Font size *******************************************************/
.f8 {
  font-size: 8px;
}

.f9 {
  font-size: 9px;
}

.f10 {
  font-size: 10px;
}

.f11 {
  font-size: 11px;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

.f17 {
  font-size: 17px;
}

.f18 {
  font-size: 18px;
}

/************************** DISPLAY PROPERTIES **********************************************/
.align-items-end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-center {
  align-self: center;
}

.align-items-center {
  align-items: center !important;
}

.align-content-center {
  align-content: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-space-between {
  justify-content: space-between !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.d-lg-inline {
  display: inline !important;
}

.d-lg-inline-block {
  display: inline-block !important;
}

.d-lg-block {
  display: block !important;
}

.d-lg-grid {
  display: grid !important;
}

.d-lg-inline-grid {
  display: inline-grid !important;
}

.d-lg-table {
  display: table !important;
}

.d-lg-table-row {
  display: table-row !important;
}

.d-lg-table-cell {
  display: table-cell !important;
}

.d-lg-flex {
  display: flex !important;
}

.d-lg-inline-flex {
  display: inline-flex !important;
}

.d-lg-none {
  display: none !important;
}

.same-height-width {
  flex: 1;
}

/************************** SPACING: MARGIN AND PADDING *************************************/
/* margin 0 */
.m0 {
  margin: 0;
}

.ml0 {
  margin-left: 0;
}

.mr0 {
  margin-right: 0;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mx0 {
  margin-left: 0;
  margin-right: 0;
}

.my0 {
  margin-top: 0;
  margin-bottom: 0;
}

/* margin 0.25rem */
.m1 {
  margin: 0.25rem;
}

.ml1 {
  margin-left: 0.25rem;
}

.mr1 {
  margin-right: 0.25rem;
}

.mt1 {
  margin-top: 0.25rem;
}

.mb1 {
  margin-bottom: 0.25rem;
}

.mx1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

/* margin 0.5rem */
.m2 {
  margin: 0.5rem;
}

.ml2 {
  margin-left: 0.5rem;
}

.mr2 {
  margin-right: 0.5rem;
}

.mt2 {
  margin-top: 0.5rem;
}

.mb2 {
  margin-bottom: 0.5rem;
}

.mx2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* margin 0.75rem */
.m3 {
  margin: 0.75rem;
}

.ml3 {
  margin-left: 0.75rem;
}

.mr3 {
  margin-right: 0.75rem;
}

.mt3 {
  margin-top: 0.75rem;
}

.mb3 {
  margin-bottom: 0.75rem;
}

.mx3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

/* margin 1rem */
.m4 {
  margin: 1rem;
}

.ml4 {
  margin-left: 1rem;
}

.mr4 {
  margin-right: 1rem;
}

.mt4 {
  margin-top: 1rem;
}

.mb4 {
  margin-bottom: 1rem;
}

.mx4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* margin 1.25rem */
.m5 {
  margin: 1.25rem;
}

.ml5 {
  margin-left: 1.25rem;
}

.mr5 {
  margin-right: 1.25rem;
}

.mt5 {
  margin-top: 1.25rem;
}

.mb5 {
  margin-bottom: 1.25rem;
}

.mx5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

/* margin 1.5rem */
.m6 {
  margin: 1.5rem;
}

.ml6 {
  margin-left: 1.5rem;
}

.mr6 {
  margin-right: 1.5rem;
}

.mt6 {
  margin-top: 1.5rem;
}

.mb6 {
  margin-bottom: 1.5rem;
}

.mx6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* margin 1.75rem */
.m7 {
  margin: 1.75rem;
}

.ml7 {
  margin-left: 1.75rem;
}

.mr7 {
  margin-right: 1.75rem;
}

.mt7 {
  margin-top: 1.75rem;
}

.mb7 {
  margin-bottom: 1.75rem;
}

.mx7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.my7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

/* margin 2rem */
.m8 {
  margin: 2rem;
}

.ml8 {
  margin-left: 2rem;
}

.mr8 {
  margin-right: 2rem;
}

.mt8 {
  margin-top: 2rem;
}

.mb8 {
  margin-bottom: 2rem;
}

.mx8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* margin 2.25rem */
.m9 {
  margin: 2.25rem;
}

.ml9 {
  margin-left: 2.25rem;
}

.mr9 {
  margin-right: 2.25rem;
}

.mt9 {
  margin-top: 2.25rem;
}

.mb9 {
  margin-bottom: 2.25rem;
}

.mx9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.my9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

/* margin 2.5rem */
.m10 {
  margin: 2.5rem;
}

.ml10 {
  margin-left: 2.5rem;
}

.mr10 {
  margin-right: 2.5rem;
}

.mt10 {
  margin-top: 2.5rem;
}

.mb10 {
  margin-bottom: 2.5rem;
}

.mx10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

/* margin 2.75rem */
.m11 {
  margin: 2.75rem;
}

.ml11 {
  margin-left: 2.75rem;
}

.mr11 {
  margin-right: 2.75rem;
}

.mt11 {
  margin-top: 2.75rem;
}

.mb11 {
  margin-bottom: 2.75rem;
}

.mx11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.my11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

/* margin 3rem */
.m12 {
  margin: 3rem;
}

.ml12 {
  margin-left: 3rem;
}

.mr12 {
  margin-right: 3rem;
}

.mt12 {
  margin-top: 3rem;
}

.mb12 {
  margin-bottom: 3rem;
}

.mx12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* padding 0 */
.p0 {
  padding: 0;
}

.pl0 {
  padding-left: 0;
}

.pr0 {
  padding-right: 0;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.px0 {
  padding-left: 0;
  padding-right: 0;
}

.py0 {
  padding-top: 0;
  padding-bottom: 0;
}

/* padding 0.25rem */
.p1 {
  padding: 0.25rem;
}

.pl1 {
  padding-left: 0.25rem;
}

.pr1 {
  padding-right: 0.25rem;
}

.pt1 {
  padding-top: 0.25rem;
}

.pb1 {
  padding-bottom: 0.25rem;
}

.px1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* padding 0.5rem */
.p2 {
  padding: 0.5rem;
}

.pl2 {
  padding-left: 0.5rem;
}

.pr2 {
  padding-right: 0.5rem;
}

.pt2 {
  padding-top: 0.5rem;
}

.pb2 {
  padding-bottom: 0.5rem;
}

.px2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* padding 0.75rem */
.p3 {
  padding: 0.75rem;
}

.pl3 {
  padding-left: 0.75rem;
}

.pr3 {
  padding-right: 0.75rem;
}

.pt3 {
  padding-top: 0.75rem;
}

.pb3 {
  padding-bottom: 0.75rem;
}

.px3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* padding 1rem */
.p4 {
  padding: 1rem;
}

.pl4 {
  padding-left: 1rem;
}

.pr4 {
  padding-right: 1rem;
}

.pt4 {
  padding-top: 1rem;
}

.pb4 {
  padding-bottom: 1rem;
}

.px4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* padding 1.25rem */
.p5 {
  padding: 1.25rem;
}

.pl5 {
  padding-left: 1.25rem;
}

.pr5 {
  padding-right: 1.25rem;
}

.pt5 {
  padding-top: 1.25rem;
}

.pb5 {
  padding-bottom: 1.25rem;
}

.px5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* padding 1.5rem */
.p6 {
  padding: 1.5rem;
}

.pl6 {
  padding-left: 1.5rem;
}

.pr6 {
  padding-right: 1.5rem;
}

.pt6 {
  padding-top: 1.5rem;
}

.pb6 {
  padding-bottom: 1.5rem;
}

.px6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* padding 1.75rem */
.p7 {
  padding: 1.75rem;
}

.pl7 {
  padding-left: 1.75rem;
}

.pr7 {
  padding-right: 1.75rem;
}

.pt7 {
  padding-top: 1.75rem;
}

.pb7 {
  padding-bottom: 1.75rem;
}

.px7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

/* padding 2rem */
.p8 {
  padding: 2rem;
}

.pl8 {
  padding-left: 2rem;
}

.pr8 {
  padding-right: 2rem;
}

.pt8 {
  padding-top: 2rem;
}

.pb8 {
  padding-bottom: 2rem;
}

.px8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* padding 2.25rem */
.p9 {
  padding: 2.25rem;
}

.pl9 {
  padding-left: 2.25rem;
}

.pr9 {
  padding-right: 2.25rem;
}

.pt9 {
  padding-top: 2.25rem;
}

.pb9 {
  padding-bottom: 2.25rem;
}

.px9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

/* padding 2.5rem */
.p10 {
  padding: 2.5rem;
}

.pl10 {
  padding-left: 2.5rem;
}

.pr10 {
  padding-right: 2.5rem;
}

.pt10 {
  padding-top: 2.5rem;
}

.pb10 {
  padding-bottom: 2.5rem;
}

.px10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/* padding 2.75rem */
.p11 {
  padding: 2.75rem;
}

.pl11 {
  padding-left: 2.75rem;
}

.pr11 {
  padding-right: 2.75rem;
}

.pt11 {
  padding-top: 2.75rem;
}

.pb11 {
  padding-bottom: 2.75rem;
}

.px11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.py11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

/* padding 3rem */
.p12 {
  padding: 3rem;
}

.pl12 {
  padding-left: 3rem;
}

.pr12 {
  padding-right: 3rem;
}

.pt12 {
  padding-top: 3rem;
}

.pb12 {
  padding-bottom: 3rem;
}

.px12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/************** EXTRA SPACING ************************/
.mt-4 {
  margin-top: 4rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.my-7 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.my-8 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mt-9 {
  margin-top: 9rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.my-9 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.my-10 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pb-6 {
  padding-bottom: 6rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pt-7 {
  padding-top: 7rem;
}

.pb-7 {
  padding-bottom: 7rem;
}

.py-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.pt-8 {
  padding-top: 8rem;
}

.pb-8 {
  padding-bottom: 8rem;
}

.py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pt-9 {
  padding-top: 9rem;
}

.pb-9 {
  padding-bottom: 9rem;
}

.py-9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.pt-10 {
  padding-top: 10rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.py-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

/************************** BORDER ***********************************************************/
.bdr0 {
  border-width: 0px !important;
}

.bdr1 {
  border-width: 1px !important;
}

.bdr2 {
  border-width: 2px !important;
}

.bdr3 {
  border-width: 3px !important;
}

.bdr4 {
  border-width: 4px !important;
}

.bdr5 {
  border-width: 5px !important;
}

.bdr10 {
  border-width: 10px !important;
}

.border-all {
  border: 1px solid #dee2e6;
}

.border-top {
  border-top: 1px solid #dee2e6;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6;
}

.border-left {
  border-left: 1px solid #dee2e6;
}

.border-right {
  border-right: 1px solid #dee2e6;
}

.br0 {
  border-radius: 0px !important;
}

.br3 {
  border-radius: 3px;
}

.br4 {
  border-radius: 4px;
}

.br5 {
  border-radius: 5px;
}

.br8 {
  border-radius: 8px;
}

.br10 {
  border-radius: 10px !important;
}

.br20 {
  border-radius: 20px;
}

.br50 {
  border-radius: 50%;
}

.bdr-white {
  border-color: var(--white);
}

.bdr-info {
  border-color: var(--info);
}

.bdr-primary {
  border-color: var(--primary);
}

.bdr-light {
  border-color: var(--light);
}

.bdr-extralight {
  border-color: var(--extralight);
}

.bdr-dark,
.bdr-hover:hover {
  border-color: var(--dark);
}

.bdr-extradark {
  border-color: var(--extradark);
}

.bdr-black {
  border-color: var(--black);
}

.bdr-muted {
  border-color: var(--muted);
}

.bdr-solid {
  border-style: solid !important;
}

.bdr-dot {
  border-style: dotted !important;
}

.bdr-dash {
  border-style: dashed !important;
}

/********************************************************************************************/
/****************** FONT-WEIGHT *********************************************/
.lh1 {
  line-height: 1 !important;
}

.lh125 {
  line-height: 1.25 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh2 {
  line-height: 2 !important;
}

.lh25 {
  line-height: 2.5 !important;
}

.lh3 {
  line-height: 3 !important;
}

.f100 {
  font-weight: 100 !important;
}

.f200 {
  font-weight: 200 !important;
}

.f300 {
  font-weight: 300 !important;
}

.f400 {
  font-weight: 400 !important;
}

.f500 {
  font-weight: 500 !important;
}

.f600 {
  font-weight: 600 !important;
}

.f700 {
  font-weight: 700 !important;
}

.f800 {
  font-weight: 800 !important;
}

.f900 {
  font-weight: 900 !important;
}

/****************** Opacity *********************************************/
.op1 {
  opacity: 0.1;
}

.op2 {
  opacity: 0.2;
}

.op3 {
  opacity: 0.3;
}

.op4 {
  opacity: 0.4;
}

.op5 {
  opacity: 0.5;
}

.op6 {
  opacity: 0.6;
}

.op7 {
  opacity: 0.7;
}

.op8 {
  opacity: 0.8;
}

.op9 {
  opacity: 0.9;
}

.invert {
  filter: invert(100%);
}

.bw {
  filter: grayscale(100%);
}

.retro {
  mix-blend-mode: darken;
  -webkit-filter: grayscale(100%) contrast(2);
  filter: grayscale(100%) contrast(2);
}

.img-xs {
  width: 10%;
}

.img-s {
  width: 25%;
}

.img-m {
  width: 50%
}

.img-l {
  width: 75%
}

.img-xl {
  width: 90%
}

.w-25 {
  width: 25% !important;
}

.w-33 {
  width: 33.33333% !important;
}

.w-50 {
  width: 50% !important;
}

.w-66 {
  width: 66.66667% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-full {
  height: 100vh;
}

.h-100 {
  min-height: 100px !important;
}

.h-120 {
  min-height: 120px !important;
}

.h-160 {
  min-height: 160px;
}

.h-200 {
  min-height: 200px !important;
}

.h-220 {
  min-height: 220px !important;
}

.h-240 {
  min-height: 240px !important;
}

.h-260 {
  min-height: 260px !important;
}

.gap-2 {
  gap: .5rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.h-100p {
  height: 100%;
}

.font-italic {
  font-style: italic !important;
}

.font-bold,
.bold {
  font-weight: bold !important;
}

.underline {
  text-decoration: underline !important;
}

.p-static {
  position: static;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.p-fixed {
  position: fixed;
}

.p-sticky {
  position: sticky;
}

/************************** Absolute position **********************************************/
.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

/************************** LIST STYLE ******************************************************/
ul.disc li {
  list-style-type: disc;
}

ul.alpha-lower li {
  list-style-type: lower-alpha;
}

ul.alpha-upper li {
  list-style-type: upper-alpha;
}

ul.numeric li {
  list-style-type: decimal;
}

ul.roman li {
  list-style-type: lower-roman;
}

/************************** Block Quote *****************************************************/
.blockquote {
  padding: 60px 80px 40px;
  position: relative;
  border: 0;
  margin: 0;
  font-size: inherit;
}

.blockquote h1 {
  text-align: center;
  z-index: 9;
  position: relative;
}

.blockquote:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  content: "\f10d";
  font-size: 150px;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.2);
  z-index: 0;
}

.blockquote::after {
  content: "";
  top: 20px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  border-bottom: 3px solid #b71c1c;
  height: 3px;
  width: 200px;
  z-index: 0;
}

.bg-caption {
  background: url("../images/bg-caption.png") 35% center #000000 no-repeat;
  height: auto;
  position: relative;
  background-size: contain;
}

.bg-caption.light {
  background: url("../images/bg-caption.png") 35% center var(--extralight) no-repeat;
}

.bg-caption.light h1 {
  color: var(--black);
}

.bg-caption h1::before {
  content: "";
  width: 368px;
  height: 368px;
  position: absolute;
  left: -12%;
  bottom: -40%;
  background: url('../images/circles.png');
  background-repeat: repeat;
  background-size: auto;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-45deg);
  scale: 0.7;
  opacity: 0.5;
}

.bg-caption h1::after {
  content: "";
  width: 368px;
  height: 368px;
  position: absolute;
  right: -12%;
  top: -40%;
  background: url("../images/polygon.png");
  background-repeat: repeat;
  background-size: auto;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-45deg);
  scale: 0.4;
  opacity: 0.2;
}

.testimonial-quote-wrapper {
  width: 50vw;
  min-height: 150px;
  display: table;
  border: 5px solid var(--light);
  margin: 50px auto 80px auto;
  padding: 20px;
  position: relative;
}

.testimonial-quote-wrapper:after,
.testimonial-quote-wrapper:before {
  content: "";
  position: absolute;
  font-family: fontAwesome;
  font-size: 50px;
  color: var(--light);
  /* background: #fff; */
}

.testimonial-quote-wrapper:after {
  content: "";
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  /* box-shadow: 10px 10px 0 #fff; */
}

.testimonial-quote-wrapper:before {
  content: "";
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  /* box-shadow: -10px -10px 0 #fff; */
}

.testimonial-quote-wrapper .title,
.testimonial-quote-wrapper .description {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.testimonial-quote-wrapper .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

/************************** Z-INDEX *********************************************************/
.zi-1 {
  z-index: -1;
}

.zi0 {
  z-index: 0;
}

.zi1 {
  z-index: 1;
}

.zi9 {
  z-index: 9;
}

.mark-y:before {
  content: '\02713';
  padding-right: 6px;
  font-weight: 800;
}

.mark-x:before {
  content: '\02A2F';
  padding-right: 6px;
  font-weight: 800;
}

.mark-arrow-double:before {
  content: '\021D2';
  padding-right: 6px;
  font-weight: 800;
}

.mark-arrow-single:before {
  content: '\021FE';
  padding-right: 6px;
  font-weight: 800;
}

/********************************************************************************************/
/************************** Box Shadow options **********************************************/
.bs-all {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.bs-inset {
  box-shadow: inset 0px 0px 5px -2px #aaaaaa;
}

/*============== Effect 1 ==============*/
.bs-effect1,
.bs-effect1-hover:hover {
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
  cursor: pointer;
  transition: all .2s ease-out;
}

/*============== Effect 2 ==============*/
.bs-effect2 {
  position: relative;
}

.bs-effect2:before,
.bs-effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.bs-effect2:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/*============== Effect 3 ==============*/
.bs-effect3 {
  position: relative;
}

.bs-effect3:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

/*============== Effect 4 ==============*/
.bs-effect4 {
  position: relative;
}

.bs-effect4:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

/*============== Effect 5 ==============*/
.bs-effect5 {
  position: relative;
}

.bs-effect5:before,
.bs-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);
}

.bs-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;
}

/*============== Effect 6 ==============*/
.bs-effect6 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.bs-effect6:before,
.bs-effect6:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}

.bs-effect6:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

/*============== Effect 7 ==============*/
.bs-effect7 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.bs-effect7:before,
.bs-effect7:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}

.bs-effect7:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

/*============== Effect 8 ==============*/
.bs-effect8 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.bs-effect8:before,
.bs-effect8:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}

.bs-effect8:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

/********************************************************************************************/
/************************** Text transform cases ********************************************/
.text-uc {
  text-transform: uppercase;
}

.text-lc {
  text-transform: lowercase;
}

.text-cap {
  text-transform: capitalize;
}

.vertical-center {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}

/********************************************************************************************/


/******************************************************************************/
/****************************** NAVBAR ****************************************/
/******************************************************************************/
.navbar {
  margin-bottom: 0;
  height: 100%;
  border-radius: 0;
  top: -4px;
}

.navbar-collapse {
  padding-right: 0;
}

.navbar ul.external {
  position: absolute;
  right: 10px;
  top: 0px;
  margin-right: 0px;

}

.navbar-expand-lg {
  background: transparent;
  border: none;
  position: absolute;
  width: 100%;
  border: none;
  z-index: 999;
  top: 0px;
}

.navbar-custom {
  /* background managed by utility classes */
  border: none;
  /* position: absolute; removed default absolute to fix layout flow */
  position: relative;
  width: 100%;
  z-index: 999;
  top: 0px;
}

.navbar-absolute {
  position: absolute;
}

.navbar-custom .navbar-brand {
  padding: 24px 15px;
  /* Restored to original vertical padding, horizontal adjusted for container */
}

/* Explicitly set logo width if needed */
.navbar-custom .navbar-brand img {
  width: 200px;
  max-width: 100%;
}

.navbar-custom .navbar-nav .nav-link {
  padding: 10px;
  font-size: 13px;
  font-weight: 500 !important;
  text-transform: uppercase;
  /* margin-top removed to fix alignment with buttons */
  /* margin-right removed in favor of gap utility */
}

.navbar-custom.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar-custom.navbar-light .navbar-nav .nav-link {
  color: #333333;
}

/* Fix dropdown toggle icon color for light headers */
.navbar-custom.navbar-light .navbar-nav .nav-link.dropdown-toggle::after {
  color: #333333;
  /* Make caret visible */
  border-top-color: #333333;
  /* Fallback for border-based caret */
}

/* For dark headers, caret is white by default */

.navbar-custom .navbar-nav .nav-link:hover,
.navbar-custom .navbar-nav .nav-link.active {
  color: var(--maroon);
}

.navbar-custom.navbar-light .navbar-nav .nav-link:hover::after {
  color: var(--maroon);
  border-top-color: var(--maroon);
}

/* Fix for legacy HTML without .nav-link class, excluding CTA buttons */
.navbar-custom .navbar-nav>li>a:not(.cta-btn):hover,
.navbar-custom .navbar-nav>li>a:not(.cta-btn):focus,
.navbar-custom .navbar-nav>li>a:not(.cta-btn).active {
  color: var(--maroon) !important;
}

.navbar-custom.navbar-light .navbar-nav>li>a:not(.cta-btn):hover::after {
  color: var(--maroon);
  border-top-color: var(--maroon);
}

.navbar-brand {
  padding: 24px 60px 24px 24px;
}

.navbar-brand img {
  width: 200px;
}

.tagline,
.navbar-brand .tagline {
  font-size: 14px;
  font-weight: 200;
  line-height: 30px;
  color: var(--dark);
  display: grid;
  letter-spacing: 1px;
  margin-left: 4px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a.active {
  background-color: #f7f7f7;
  color: var(--maroon);
  text-decoration: none;
}

/* 
.arrow {
  background: url('../images/connecting_arrow.png') no-repeat center top;
  position: relative;
  left: 48%;
  width: 100px;
  height: 100px;
  top: -50px;
} */
.navbar-nav>li>a {
  padding-bottom: 25px;
  padding-top: 25px;
  font-size: 13px;
  color: #191919;
  font-weight: 500 !important;
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav>li>a {
  color: #ffffff;
  margin: 18px 20px 0 0;
  padding: 10px;
}

.navbar-expand-lg .navbar-nav>li>a:focus,
.navbar-expand-lg .navbar-nav>li>a:focus,
.navbar-expand-lg .navbar-nav>li>a:hover,
.navbar-expand-lg .navbar-nav>li>a.active {
  color: var(--maroon);
}

.navbar-expand-lg .navbar-nav>.active>a,
.navbar-expand-lg .navbar-nav>.active>a:hover,
.navbar-expand-lg .navbar-nav>.active>a:focus {
  color: #5e5e5e;
  background: #f8f8f8;
  padding-top: 21px;
  border-top: 4px solid #f8f8f8;
}

.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0;
  border-width: 0 0 1px;
}

a.sp-btn {
  background: var(--maroon);
  border-radius: 10px;
  padding: 3px 8px;
  display: inline-block;
}

.navbar-expand-lg .navbar-nav>.open>a,
.navbar-expand-lg .navbar-nav>.open>a:hover,
.navbar-expand-lg .navbar-nav>.open>a:focus {
  background-color: transparent;
}

.navbar-expand-lg .navbar-nav>li>a:hover:not(.sp-btn),
.navbar-expand-lg .navbar-nav>li>a.active:not(.sp-btn) {
  color: var(--maroon);
}

.navbar-expand-lg .navbar-collapse,
.navbar-expand-lg .navbar-form {
  float: right;
  margin-right: 20px;
}

.navbar ul.external .dropdown ul.dropdown-menu {
  right: 0 !important;
  left: -175px;
  width: 260px;
  display: block;
}

.navbar ul.external .dropdown ul.dropdown-menu li ul {
  padding-left: 15px !important;
}

.navbar ul.external .dropdown ul.dropdown-menu li ul li a {
  background: #ffffff;
  color: #333333 !important;
  line-height: 16px !important;
}

.navbar ul.external .dropdown ul.dropdown-menu li ul li a:hover,
.navbar ul.external .dropdown ul.dropdown-menu li ul li a:focus {
  background: #f7f7f7;
  display: inline-block;
  color: var(--maroon) !important;
}

.navbar ul.external .dropdown ul.dropdown-menu li ul li a.submit-btn {
  display: inline-block;
  padding: 5px 30px;
  background: var(--maroon);
  color: #ffffff !important;
  font-size: 13px;
  text-align: center;
  line-height: 28px !important;
  border: solid 2px var(--maroon);
  font-weight: 700;
}

.navbar ul.external .dropdown ul.dropdown-menu li ul li a.submit-btn:hover {
  display: inline-block;
  padding: 5px 30px;
  background: #f7f7f7;
  color: var(--maroon) !important;
  font-size: 13px;
  text-align: center;
  line-height: 28px;
  border: solid 2px var(--maroon);
  font-weight: 700;
}

.navbar ul.external .dropdown ul.dropdown-menu li ul li a.btn-link {
  display: inline-block;
  color: var(--dark);
  padding: 5px 30px;
  font-size: 13px;
  text-align: center;
  line-height: 28px !important;
  border: solid 2px #dddddd;
  font-weight: 700;
}

.navbar ul.external .dropdown ul.dropdown-menu li ul li a.btn-link:hover {
  color: var(--maroon);
  border: solid 2px var(--maroon);
}

/******************* drop down menu with 2 & 3 column ********************/
.dropdown-menu {
  min-width: 210px;
  padding: 10px;
  right: 0px !important;
  left: auto !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu.columns-1 {
  min-width: 260px;
}

.dropdown-menu.columns-2 {
  min-width: 520px;
}

.dropdown-menu.columns-3 {
  min-width: 875px;
}

.dropdown-menu.columns-2 li ul.multi-column-dropdown {
  width: 50%;
  float: left !important;
}

.dropdown-menu.columns-3 li ul {
  width: 33%;
  float: left !important;
}

.dropdown-menu li a {
  color: var(--black);
  display: flex;
  padding: 10px;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a.active {
  background: linear-gradient(315deg, var(--light) -0.01%, var(--extralight) 99.74%);
  border-radius: 10px;
  color: var(--maroon) !important;
  outline-offset: -1px;
  outline: solid 1px var(--light);
}

.dropdown-menu li a:hover h4 {
  color: var(--maroon) !important;
}

.external .dropdown-menu li a {
  padding: 5px 0;
}

.multi-column-dropdown {
  list-style: none;
  padding-left: 0px;
}

.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
}

.multi-column-dropdown li a:hover,
.multi-column-dropdown li a.active {
  text-decoration: none;
  color: var(--maroon);
  background-color: #f5f5f5;
}

.open>.dropdown-menu {
  display: none;
}

@media (max-width: 575.98px) {

  .navbar-expand-lg .navbar-collapse,
  .navbar-expand-lg .navbar-form {
    position: relative;
    width: 90%;
    background: var(--black);
    transition: ease 0.5s;
    top: 20px;
    padding: 20px 10px;
    border-radius: 10px;
  }

  .multi-column-dropdown li a {
    color: #ffffff;
    white-space: normal;
  }

  .navbar-nav .open .dropdown-menu {
    position: sticky;
  }

  .multi-column-dropdown li a:hover,
  .multi-column-dropdown li a.active {
    text-decoration: none;
    color: var(--maroon);
    background: none;
  }

  .dropdown-menu {
    list-style: none;
  }

  .navbar-expand-lg .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
  }

  .navbar-expand-lg .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-expand-lg .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
  }

  .navbar ul.external {
    position: static;
  }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .dropdown-menu.columns-3 {
    min-width: 575px;
    margin-left: -50px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .dropdown-menu.columns-3 {
    min-width: 575px;
    margin-left: -200px;
  }
}

/*
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0px;
}

.menu-large {
  position: static !important;
}

.megamenu {
  padding: 20px 20px;
  width: 100%;
  top: 85%;
}

.megamenu .dropdown-item.active,
.megamenu .dropdown-item:active,
.megamenu .dropdown-item:hover {
  background: #ffffff !important;
}

.megamenu ul {
  padding: 0;
  margin: 0;
}

.megamenu li {
  list-style: none;
}

.megamenu a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.428571429;
  color: #000000;
  white-space: normal;
}

.megamenu a:hover,
.megamenu a:focus,
.megamenu a.active,
.megamenu a:hover .link-desc,
.megamenu a:focus .link-desc,
.megamenu a.active .link-desc {
  text-decoration: none;
  color: #1155cc;
}

.megamenu a .link-desc {
  display: block;
  color: gray;
  text-transform: none;
  font-size: 13px;
  font-weight: 100;
  line-height: 1.25;
  padding: 5px 0 10px 0;
}

.megamenu .dropdown-header {
  color: #B00020;
  font-size: .75rem;
  font-weight: 600;
  padding: 1rem 1.25rem 0.5rem 1.25rem;
}

@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }

  .megamenu>li {
    margin-bottom: 30px;
  }

  .megamenu>li:last-child {
    margin-bottom: 0;
  }

  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}
*/
/********************************************************************************/
/*********************** FOOTER *************************************************/
/********************************************************************************/
#footer {
  background: #121212;
  padding-top: 45px;
  padding-bottom: 45px;
  font-size: 14px;
  line-height: 40px;
  color: #909090;
}

#footer ul li {
  line-height: 26px;
  font-weight: 300;
}

#footer ul li.header {
  line-height: 60px;
  font-size: 20px;
  color: #f7f7f7;
  font-weight: 300;
}

#footer .social {
  display: inline-flex;
  position: relative;
}

#footer .social a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  margin-right: 10px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  z-index: 1;
}

#footer .social a .icon {
  position: relative;
  color: #262626;
  transition: 0.5s;
  z-index: 3;
}

#footer .social a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

#footer .social a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: 0.5s;
  z-index: 2;
}

#footer .social a:hover:before {
  top: 0;
}

#footer .social a:nth-child(1):before {
  background: #3b5999;
}

#footer .social a:nth-child(2):before {
  background: #55acee;
}

#footer .social a:nth-child(3):before {
  background: #0077b5;
}

#footer a {
  color: #909090;
  font-size: 14px;
  color: #909090;
  cursor: pointer;
}

#footer a:hover,
#footer a.active {
  color: var(--maroon);
}

#footer a.getstarted-btn {
  font-size: 14px !important;
  color: var(--maroon) !important;
}

#footer a.getstarted-btn:hover {
  font-size: 14px !important;
  color: #FFFFFF !important;
}

#footer .copyright {
  font-size: 14px;
  padding-top: 5px;
  color: #999999;
}

#footer .disclaimer {
  font-size: 14px;
  padding-top: 5px;
  color: #666666;
}

/********************************************************************************/
/*********************** Cookie panel *******************************************/
.acceptpanel {
  position: fixed;
  left: 1%;
  bottom: 5%;
  width: 700px;
  z-index: 999999;
  box-shadow: rgba(0, 0, 0, 0.3) 0 3px 15px;
}

.acceptpanel .alert {
  margin: 0;
}

.acceptpanel p {
  font-size: 13px !important;
  line-height: 26px !important;
  font-weight: 100;
  margin: 0;
  text-align: left;
  color: #ffffff;
}

.alert-inverse {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
  border: solid 1px rgba(0, 0, 0, 0.7);
}

.alert-inverse hr {
  border-top-color: #000000;
}

.alert-inverse .btn-inverse {
  color: #000000;
}

@media screen and (max-width: 400px) {
  .acceptpanel {
    left: 2%;
    width: 96%;
  }
}

@media (min-width: 412px) and (max-width: 767px) {
  .acceptpanel {
    left: 2%;
    width: 96%;
  }
}

/************************************************************************************/
.num {
  position: relative;
  margin: 3% 0 11% 0;
  background: none;
  padding-top: 2px !important;
}

.num p {
  line-height: 28px !important;
  color: #fff !important;
  padding: 0px 0px !important;
  line-height: 45px !Important;
  text-align: left;
  margin: 0;
  text-transform: none !important;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/************************************************************************************************************/
.feature-block {
  margin-bottom: 2.25rem;
  padding: 0;
  border: solid 1px #666666;
}

.feature-block .feature-image {
  padding: 2em 0 1em 0
}

.feature-block .feature-image h4 {
  color: #fff;
  text-transform: none;
  font-size: 30px;
  line-height: 60px;
}

.feature-block .feature-desc {
  height: 20em;
  padding: 30px 0;
}

.feature-block .feature-desc p {
  color: #333333;
  text-align: center;
}

/*****************************************************ABOUTUS********************************************************/
.bubbletip {
  border: 0 none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 50;
}

.bubbletip,
.bubbletip table,
.bubbletip tr {
  background-color: transparent !important;
}

.bubbletip td {
  padding: 0;
}

.bubbletip td.bt-topleft {
  background: url("../images/bubbletip.png") no-repeat scroll 0 0 transparent;
  height: 33px;
  margin: 0;
  padding: 0;
  width: 33px;
}

.bubbletip td.bt-top {
  background: url("../images/bubbletip-T-B.png") repeat-x scroll 0 0 transparent;
  height: 33px;
  margin: 0;
  padding: 0;
}

.bubbletip .bt-top {
  margin-bottom: 0;
}

.bubbletip td.bt-topright {
  background: url("../images/bubbletip.png") no-repeat scroll -73px 0 transparent;
  height: 33px;
  margin: 0;
  padding: 0;
  width: 33px;
}

.bubbletip td.bt-left-tail div.bt-left-tail {
  background: url("../images/bubbletip.png") no-repeat scroll 0 -33px transparent;
  height: 40px;
  margin: 0;
  padding: 0;
  width: 33px;
}

.bubbletip td.bt-left-tail div.bt-left,
.bubbletip td.bt-left {
  background: url("../images/bubbletip-L-R.png") repeat-y scroll 0 0 transparent;
  margin: 0;
  padding: 0;
  width: 33px;
}

.bubbletip td.bt-right-tail div.bt-right,
.bubbletip td.bt-right {
  background: url("../images/bubbletip-L-R.png") repeat-y scroll -33px 0 transparent;
  margin: 0;
  padding: 0;
  width: 33px;
}

.bubbletip td.bt-right-tail div.bt-right-tail {
  background: url("../images/bubbletip.png") no-repeat scroll -73px -33px transparent;
  height: 40px;
  margin: 0;
  padding: 0;
  width: 33px;
}

.bubbletip td.bt-bottomleft {
  background: url("../images/bubbletip.png") no-repeat scroll 0 -73px transparent;
  height: 33px;
  margin: 0;
  padding: 0;
  width: 33px;
}

.bubbletip td.bt-bottom {
  background: url("../images/bubbletip-T-B.png") repeat-x scroll 0 -33px transparent;
  height: 33px;
  margin: 0;
  padding: 0;
}

.bubbletip td.bt-bottomright {
  background: url("../images/bubbletip.png") no-repeat scroll -73px -73px transparent;
  height: 33px;
  margin: 0;
  padding: 0;
  width: 33px;
}

.bubbletip table.bt-top th {
  background: url("../images/bubbletip-T-B.png") repeat-x scroll 0 0 transparent;
  margin: 0;
  padding: 0;
  width: 50%;
}

.bubbletip table.bt-bottom th {
  background: url("../images/bubbletip-T-B.png") repeat-x scroll 0 -33px transparent;
  border: 0 none;
  margin: 0;
  padding: 0;
  width: 50%;
}

.bubbletip table.bt-top td div {
  background: url("../images/bubbletip.png") no-repeat scroll -33px 0 transparent;
  height: 33px;
  margin: 0;
  padding: 0;
  width: 40px;
}

.bubbletip table.bt-bottom td div {
  background: url("../images/bubbletip.png") no-repeat scroll -33px -73px transparent;
  height: 33px;
  margin: 0;
  padding: 0;
  width: 40px;
}

.bubbletip td.bt-content {
  background-color: #fff;
  color: #72a7ed;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}

.bubbletip table.bt-top,
.bubbletip table.bt-bottom {
  border: 0 none;
  width: 100%;
}

.bubbletip .tip {
  color: #72a7ed;
  display: none;
}

/******************************************************************************/
/******************************************************************************/

.icon-smartphone {
  background: url("https://www.opinionads.com/images/icon_adsizes.png") no-repeat scroll 0px -55px rgba(0, 0, 0, 0);
  display: inline-block;
  height: 55px;
  line-height: 55px;
  vertical-align: text-top;
  width: 55px;
}

.icon-tablet {
  background: url("https://www.opinionads.com/images/icon_adsizes.png") no-repeat scroll -55px -55px rgba(0, 0, 0, 0);
  display: inline-block;
  height: 55px;
  line-height: 55px;
  vertical-align: text-top;
  width: 55px;
}

.icon-ad-rectangular {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  vertical-align: text-top;
  background: url("https://www.opinionads.com/images/icon_adsizes.png") no-repeat;
  background-position: -200px 0
}

.icon-ad-rectangular:hover,
.icon-ad-rectangular.active {
  background-position: -200px -100px
}

.icon-ad-square {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  vertical-align: text-top;
  background: url("https://www.opinionads.com/images/icon_adsizes.png") no-repeat;
  background-position: -300px 0
}

.icon-ad-square:hover,
.icon-ad-square.active {
  background-position: -300px -100px
}

.icon-ad-fullscreen {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  vertical-align: text-top;
  background: url("https://www.opinionads.com/images/icon_adsizes.png") no-repeat;
  background-position: -400px 0
}

.icon-ad-fullscreen:hover,
.icon-ad-fullscreen.active {
  background-position: -400px -100px
}

.icon-ad-fullwidth {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  vertical-align: text-top;
  background: url("https://www.opinionads.com/images/icon_adsizes.png") no-repeat;
  background-position: -500px 0
}

.icon-ad-fullwidth:hover,
.icon-ad-fullwidth.active {
  background-position: -500px -100px
}

.icon-ad-custom {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  vertical-align: text-top;
  background: url("https://www.opinionads.com/images/icon_adsizes.png") no-repeat;
  background-position: -600px 0
}

.icon-ad-custom:hover,
.icon-ad-custom.active {
  background-position: -600px -100px
}

.icon-ad-combo {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  vertical-align: text-top;
  background: url("https://www.opinionads.com/images/icon_adsizes.png") no-repeat;
  background-position: -800px 0
}

.icon-ad-combo:hover,
.icon-ad-combo.active {
  background-position: -800px -100px
}

.icon-ad-ftb-small {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  vertical-align: text-top;
  background: url("https://www.opinionads.com/images/icon_adsizes.png") no-repeat;
  background-position: -1500px 0px;
}

.icon-ad-ftb-small:hover,
.icon-ad-ftb-small.active {
  background-position: -1500px -100px;
}

.icon-ad-ftb-big {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  vertical-align: text-top;
  background: url("https://www.opinionads.com/images/icon_adsizes.png") no-repeat;
  background-position: -1600px 0px;
}

.icon-ad-ftb-big:hover,
.icon-ad-ftb-big.active {
  background-position: -1600px -100px;
}

.icon-ad-pu {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  vertical-align: text-top;
  background: url("https://www.opinionads.com/images/icon_adsizes.png") no-repeat;
  background-position: -900px 0
}

.icon-ad-pu:hover,
.icon-ad-pu.active {
  background-position: -900px -100px
}

.icon-ad-hp {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  vertical-align: text-top;
  background: url("https://www.opinionads.com/images/icon_adsizes.png") no-repeat;
  background-position: -1000px 0
}

.icon-ad-hp:hover,
.icon-ad-hp.active {
  background-position: -1000px -100px
}

.icon-ad-mr {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  vertical-align: text-top;
  background: url("https://www.opinionads.com/images/icon_adsizes.png") no-repeat;
  background-position: -1100px 0
}

.icon-ad-mr:hover,
.icon-ad-mr.active {
  background-position: -1100px -100px
}

.icon-ad-lb {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  vertical-align: text-top;
  background: url("https://www.opinionads.com/images/icon_adsizes.png") no-repeat;
  background-position: -1200px 0
}

.icon-ad-lb:hover,
.icon-ad-lb.active {
  background-position: -1200px -100px
}

.icon-ad-bn {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  vertical-align: text-top;
  background: url("https://www.opinionads.com/images/icon_adsizes.png") no-repeat;
  background-position: -1300px 0
}

.icon-ad-bn:hover,
.icon-ad-bn.active {
  background-position: -1300px -100px
}

.icon-ad-ss {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  vertical-align: text-top;
  background: url("https://www.opinionads.com/images/icon_adsizes.png") no-repeat;
  background-position: -1400px 0
}

.icon-ad-ss:hover,
.icon-ad-ss.active {
  background-position: -1400px -100px
}

.icon-fb {
  background: url("https://www.opinionads.com/images/f-connect.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
  display: inline-block;
  height: 36px;
  line-height: 36px;
  width: 36px;
  vertical-align: text-top;
}

.icon-fb:hover {
  background: url("https://www.opinionads.com/images/f-connect.png") no-repeat scroll 0px -36px rgba(0, 0, 0, 0);
}

.icon-in {
  background: url("https://www.opinionads.com/images/linkedin-connect.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
  display: inline-block;
  height: 36px;
  line-height: 36px;
  width: 36px;
  vertical-align: text-top;
}

.icon-in:hover {
  background: url("https://www.opinionads.com/images/linkedin-connect.png") no-repeat scroll 0px -36px rgba(0, 0, 0, 0);
}

.icon-twitter {
  background: url("https://www.opinionads.com/images/twitter-connect.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
  display: inline-block;
  height: 36px;
  line-height: 36px;
  width: 36px;
  vertical-align: text-top;
}

.icon-twitter:hover {
  background: url("https://www.opinionads.com/images/twitter-connect.png") no-repeat scroll 0px -36px rgba(0, 0, 0, 0);
}

[class^="icon-text-small-"],
[class*=" icon-text-small-"] {
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  vertical-align: text-top;
  background: url(../images/tq_icons_text_small.png) no-repeat 0px 0px;
}

.icon-text-small-qacampaign {
  background-position: 0px 0px;
}

.icon-text-small-qacampaign:hover,
.icon-text-small-qacampaign.active {
  background-position: 0px -75px;
}

.icon-text-small-displaycampaign {
  background-position: -75px 0px;
}

.icon-text-small-displaycampaign:hover,
.icon-text-small-displaycampaign.active {
  background-position: -75px -75px;
}

.icon-text-small-textcampaign {
  background-position: -150px 0px;
}

.icon-text-small-textcampaign:hover,
.icon-text-small-textcampaign.active {
  background-position: -150px -75px;
}

.icon-text-small-deals {
  background-position: -225px 0px;
}

.icon-text-small-deals:hover,
.icon-text-small-deals.active {
  background-position: -225px -75px;
}

.icon-text-small-notification {
  background-position: -300px 0px;
}

.icon-text-small-notification:hover,
.icon-text-small-notification.active {
  background-position: -300px -75px;
}

.icon-text-small-decisiontree {
  background-position: -375px 0px;
}

.icon-text-small-decisiontree:hover,
.icon-text-small-decisiontree.active {
  background-position: -375px -75px;
}

.icon-text-small-themes {
  background-position: -450px 0px;
}

.icon-text-small-themes:hover,
.icon-text-small-themes.active {
  background-position: -450px -75px;
}

.icon-text-small-sov {
  background-position: -525px 0px;
}

.icon-text-small-sov:hover,
.icon-text-small-sov.active {
  background-position: -525px -75px;
}

.icon-text-small-supportwall {
  background-position: -600px 0px;
}

.icon-text-small-supportwall:hover,
.icon-text-small-supportwall.active {
  background-position: -600px -75px;
}

.icon-text-small-newsalerts {
  background-position: -675px 0px;
}

.icon-text-small-newsalerts:hover,
.icon-text-small-newsalerts.active {
  background-position: -675px -75px;
}

.icon-text-small-brands {
  background-position: -150px -150px;
}

.icon-text-small-brands:hover,
.icon-text-small-brands.active {
  background-position: -150px -225px;
}

.icon-text-small-apps {
  background-position: -225px -150px;
}

.icon-text-small-apps:hover,
.icon-text-small-apps.active {
  background-position: -225px -225px;
}

.icon-text-small-adunits {
  background-position: -300px -150px;
}

.icon-text-small-adunits:hover,
.icon-text-small-adunits.active {
  background-position: -300px -225px;
}

.icon-text-small-segments {
  background-position: -375px -150px;
}

.icon-text-small-segments:hover,
.icon-text-small-segments.active {
  background-position: -375px -225px;
}

.icon-text-small-properties {
  background-position: -675px 0px;
}

.icon-text-small-properties:hover,
.icon-text-small-properties.active {
  background-position: -675px -75px;
}

.icon-text-small-optimize {
  background-position: -675px 0px;
}

.icon-text-small-optimize:hover,
.icon-text-small-optimize.active {
  background-position: -675px -75px;
}

.icon-text-small-communicate {
  background-position: -675px 0px;
}

.icon-text-small-communicate:hover,
.icon-text-small-communicate.active {
  background-position: -675px -75px;
}

.icon-text-small-analytics {
  background-position: -75px -150px;
}

.icon-text-small-analytics:hover,
.icon-text-small-analytics.active {
  background-position: -75px -225px;
}

.icon-text-small-products {
  background-position: -450px -150px;
}

.icon-text-small-products:hover,
.icon-text-small-products.active {
  background-position: -450px -225px;
}

.icon-text-small-qabannercombo {
  background-position: -525px -150px;
}

.icon-text-small-qabannercombo:hover,
.icon-text-small-qabannercombo.active {
  background-position: -525px -225px;
}

.icon-text-small-cfa {
  background-position: -600px -150px;
}

.icon-text-small-cfa:hover,
.icon-text-small-cfa.active {
  background-position: -600px -225px;
}

.icon-text-small-designstudio {
  background-position: -675px -150px;
}

.icon-text-small-designstudio:hover,
.icon-text-small-designstudio.active {
  background-position: -675px -225px;
}

.icon-text-small-targeting {
  background-position: -750px -150px;
}

.icon-text-small-targeting:hover,
.icon-text-small-targeting.active {
  background-position: -750px -225px;
}

div.circle {
  background: #558ed5;
  width: 150px;
  height: 150px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  position: relative;
}

div.circle h2 {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff !important;
  padding: 40px 0 0 0;
  margin: 30px 0 0px 0 !important;
  line-height: 40px !important;
}

div.circle h3 {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  padding: 0;
  margin: 0 !important;
  line-height: 30px !important;
}

#demobar {
  background: #585858;
  padding: 30px 0 0 0;
}

#demobar h1 {
  font-size: 26px !important;
  color: #ffffff !important;
  font-weight: 500;
  line-height: 80px !important;
  margin-top: 0;
}

#demobar p {
  line-height: 80px !important;
}

@media screen and (max-width: 400px) {

  .navbar-brand {
    margin: auto;
  }

  .num p {
    padding: 0px !important;
    line-height: 32px !important;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu>li>a:hover {
    color: #777;
    color: var(--maroon);
  }

  .dropdown-menu>li>a {
    padding: 3px;
  }

  .navbar-nav>li>a {
    padding: 5px 15px;
  }

  .dropdown-menu>li>a:hover,
  .dropdown-menu>li>a.active {
    background: none;
    color: var(--maroon);
  }

  .navbar-nav>li.d-block.d-sm-none {
    text-align: center;
  }

  .navbar-nav>li.d-block.d-sm-none>a {
    color: #ffffff !important;
    margin: 30px 20px 80px 0 !important;
    float: left;
  }

  .navbar-nav>li.saffron-btn.d-block.d-sm-none>a {
    display: inline-block;
    background: var(--maroon);
    border: 1px solid var(--maroon) !important;
    color: #ffffff !important;
    margin: 30px 0 80px 20px;
  }

  #footer .links {
    text-align: center;
  }

  #footer ul {
    text-align: center;
  }

  #footer .copyright {
    padding-bottom: 20px;
    display: block;
  }
}

@media screen and (min-width: 401px) and (max-width: 764px) {

  .navbar-brand {
    margin-left: 10px;
  }

  #vid-nav,
  #vid-nav1 {
    display: none;
  }

  .second-content .show-bubbletip {
    font-size: 15px;
    margin: 0 20px 20px 0;
  }


  .num p {
    padding: 0px !important;
    line-height: 32px !important;
  }

  .detail-box .desc {
    text-align: center;
  }

  .feature-block .feature-desc {
    padding: 30px 10px;
  }

  /******************************* Use cases **************************/
  .hero .carousel-indicators .col-sm-3,
  .hero .carousel-indicators .col-sm-4 {
    width: 10px;
  }

  .hero .carousel-indicators {
    bottom: 250px;
  }

  /* no change from bootstrap code */
  .hero .carousel-indicators li {
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    padding: 0;
    text-indent: -999px;
    width: 10px;
  }

  .hero .carousel-indicators .active {
    background-color: #fff;
    height: 12px;
    margin: 0;
    width: 12px;
  }

  .hero .carousel-indicators li .caption {
    display: none;
  }

  .hero .carousel-inner .item {
    height: 600px;
  }

  .hero .carousel-inner .item .carousel-card {
    background-position: 50% 0;
    height: 400px;
    width: 100%;
  }

  .hero .carousel-caption {
    bottom: 0px;
  }

  /******************************* Use cases **************************/
  #footer .links {
    text-align: center;
  }

  #footer ul {
    text-align: center;
  }

  #footer .copyright {
    padding-bottom: 20px;
    display: block;
  }
}

@media (min-width: 765px) and (max-width: 991px) {
  .saffron-btn a {
    padding: 0 5px;
  }

  .navbar-nav>li>a {
    padding: 25px 5px;
    font-size: 12px;
  }

  .navbar-brand {
    padding: 20px 5px 20px 0;
  }

  .banner#slide4 {
    background: url(../images/banner_bg1ipadv.gif) no-repeat right center #000000;
  }

  #slide1.banner h1 {
    margin: 30px 0 0
  }

  #slide4.banner h1 {
    margin: 30px 0 0
  }

  .navbar-brand {
    margin-left: 10px;
  }

  .banner h1 {
    font-size: 33px;
    line-height: 40px;
    margin: 60px 0 0;
  }

  .navbar-nav>li>a {
    padding: 25px 5px;
    font-size: 12px;
  }

  .navbar-brand {
    padding: 20px 5px 20px 0;
  }

  .saffron-btn a {
    padding: 0 5px;
  }

  #slide2.banner .darkbg h1 {
    margin-top: 0px;
  }

  .banner p {
    font-size: 18px;
    line-height: 20px;
  }

  .banner#slide1 .col-7 {
    padding-top: 17px;
  }

  .banner#slide4 .col-7 {
    padding-top: 17px;
  }

  #slide2.banner .darkbg {
    margin-top: 70px;
  }

  #ban3-img {
    margin-top: 0px;
  }

  .banner {
    height: 420px;
  }



  .banner a.getstarted-btn span.arrow {
    margin-left: 10px;
  }

  #use-cases .col-sm-1,
  #use-cases .col-sm-2,
  #use-cases .col-sm-3,
  #use-cases .col-sm-4,
  #use-cases .col-sm-5,
  #use-cases .col-sm-6,
  #use-cases .col-sm-7,
  #use-cases .col-sm-8,
  #use-cases .col-sm-9,
  #use-cases .col-sm-10,
  #use-cases .col-sm-11 {
    padding-left: 2px;
    padding-right: 2px;
  }

  #use-cases .row {
    margin-left: -2px;
    margin-right: -2px;
  }

  #use-cases {
    min-height: 620px;
  }

  .second-content .show-bubbletip {
    font-size: 15px;
    margin: 0 20px 12px 0;
  }

  #demobar h1 {
    margin-bottom: 0px;
  }

  #po1 .lightbg h1 {
    margin: 43px 0 44px;
  }

  .saffron-btn a {
    padding: 0 15px;
  }

  .detail-box .desc {
    text-align: center;
  }

  .feature-block .feature-desc {
    height: 26em;
    padding: 30px 10px;
  }

  #ux a.getstarted-btn {
    margin-top: 30px;
  }

  #analytics a.getstarted-btn {
    margin-top: 60px;
  }

  .banner#slide3 .rbdr {
    height: 400px;
  }

  .hero .carousel-indicators li .caption {
    font-size: 17px;
  }

  #footer ul li.header {
    font-size: 17px;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner#slide4 {
    background: url(../images/banner_bg1_ipadh.gif) no-repeat right center #000000;
  }

  .feature-block .feature-desc {
    height: 23em;
    padding: 30px 10px;
  }

  #targeting .bg-darkgrey .getstarted-btn {
    margin-top: 0px;
  }

  #analytics .bg-darkgrey .getstarted-btn {
    margin-top: 30px;
  }

  #slide1.banner h1 {
    margin: 120px 0 0
  }

  #slide4.banner h1 {
    margin: 120px 0 0
  }

  .banner#slide3 .rbdr {
    height: 400px;
  }

}

@media (min-width: 1200px) {

  #use-cases .col-sm-1,
  #use-cases .col-sm-2,
  #use-cases .col-sm-3,
  #use-cases .col-sm-4,
  #use-cases .col-sm-5,
  #use-cases .col-sm-6,
  #use-cases .col-sm-7,
  #use-cases .col-sm-8,
  #use-cases .col-sm-9,
  #use-cases .col-sm-10,
  #use-cases .col-sm-11 {
    padding-left: 2px;
    padding-right: 2px;
  }

  #use-cases {
    min-height: 930px;
  }

  #use-cases .row {
    margin-left: -2px;
    margin-right: -2px;
  }

  .second-content .show-bubbletip {
    font-size: 18px;
    margin: 0 20px 30px 0;
  }
}

/***************************************************************************/
.carousel-control.left,
.carousel-control.right {
  background: none;
}

[class^="uicon-"],
[class*="uicon-"] {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  vertical-align: text-top;
  background: url(../images/icon_usecases.png) no-repeat 0px 0px;
}

.uicon-media {
  background-position: 0px 0px;
}

.uicon-media:hover,
.uicon-media.active {
  background-position: 0px -100px;
}

.uicon-retail {
  background-position: -100px 0px;
}

.uicon-retail:hover,
.uicon-retail.active {
  background-position: -100px -100px;
}

.uicon-publisher {
  background-position: -200px 0px;
}

.uicon-publisher:hover,
.uicon-publisher.active {
  background-position: -200px -100px;
}

.vdivider {
  border-right: solid 1px #ffffff;
}

.vdivider-blk {
  border-right: solid 1px #cccccc;
}

/********************SDK icons***************************************/
[class^="icon-sdk-"],
[class*="icon-sdk-"] {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  vertical-align: text-top;
  background: url(../images/sdk.png) no-repeat 0px 0px;
}

[class^="icon-sdk-"]:hover,
[class*="icon-sdk-"]:hover {
  cursor: pointer;
}

.icon-sdk-ios {
  background-position: 0px 0px;
}

.icon-sdk-ios:hover,
.icon-sdk-ios.active {
  background-position: 0px -50px;
}

.icon-sdk-android {
  background-position: -50px 0px;
}

.icon-sdk-android:hover,
.icon-sdk-android.active {
  background-position: -50px -50px;
}

.icon-sdk-js {
  background-position: -100px 0px;
}

.icon-sdk-js:hover,
.icon-sdk-js.active {
  background-position: -100px -50px;
}

/***************************************Use cases **************************************************/
.hero.container-fluid {
  padding: 0;
}

.hero.container-fluid h1.title {
  font-size: 38px !Important;
  line-height: 56px !Important;
  margin-top: 0 !Important;
  margin-bottom: 30px;
  color: #333 !Important;
  text-align: center;
  padding-top: 20px;
}

.hero.container-fluid h1.title span {
  color: var(--maroon);
  font-weight: 300 !important;
  font-size: 38px !Important;
}

.hero .item {
  margin: 0px 0 50px 0;
}

.hero .message {
  background: #fdfdfd;
  color: #333;
}

.hero .message:hover {
  color: #fff;
}

.hero .message:active {
  color: #fff;
  opacity: 1;
}

.hero a,
p {
  text-shadow: none;
}

.hero p {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.hero h1.message,
.hero h1.message:hover {
  background: none;
  color: #313131;
  text-shadow: none;
}

.hero ul {
  color: #ffffff !important;
  position: relative;
  margin: 20px 0;
  padding: 10px;
  background-color: #f4f4f4;
  border-radius: 5px;
  overflow: hidden;
  font-size: 21px;
  font-weight: bold;
}

.hero ul:last-child {
  margin-bottom: 0;
}

.hero ul:before,
.hero ul:after {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  content: "";
}

.hero ul:before {
  border-top: solid 10px #fff;
  border-right: solid 10px #fff;
  border-left: solid 10px transparent;
  border-bottom: solid 10px transparent;
}

.hero ul:after {
  border-bottom: solid 10px #EEEEEE;
  border-left: solid 10px #EEEEEE;
  border-right: solid 10px transparent;
  border-top: solid 10px transparent;
  border-radius: 0 0 0 5px;
  box-shadow: -1px 1px 5px #212835;
}

.hero ul li {
  color: #333333 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  padding: 5px 3px;
  text-shadow: none;
  list-style-type: none;
  font-weight: 300 !important;
}

.hero ul li span {
  font-weight: 400;
}

.hero ul li small {
  color: #666666 !important;
  font-size: 14px !important;
  line-height: 18px !important;
}

.hero h4 {
  font-weight: 600 !important;
  text-decoration: underline;
  padding-bottom: 5px;
  list-style-type: none;
  color: #666 !important;
  font-size: 16px !important;
  text-shadow: none;
  padding-top: 10px;
}

.hero .carousel-indicators {
  bottom: -10px;
  left: 0;
  margin-left: 0;
  width: 100%;
}

.hero .carousel-indicators li {
  border: none;
  border-radius: inherit;
  cursor: pointer;
  display: inline-block;
  height: 80px;
  margin: 0px;
  opacity: .9;
  text-indent: 0;
  border-top: solid 1px #d8d8d8;
  border-bottom: solid 1px #d8d8d8;
  border-right: solid 1px #d8d8d8;
  line-height: 80px;
}

.hero .carousel-indicators li:last-child {
  border-right: none;
}

.hero .carousel-indicators .col-sm-4 {
  width: 33.33333333333333%;
}

.hero .carousel-indicators .col-sm-3 {
  width: 25%;
}

.hero .carousel-indicators .col-sm-2 {
  width: 16.66666666666667%;
}

.hero .carousel-indicators .active {
  height: 80px;
  opacity: 1;
}

.hero .carousel-indicators li .caption {
  font-size: 14px;
  font-weight: 300;
  width: 100%;
  background: #FFFFFF !important;
  color: #666666;
}

.hero .carousel-indicators li .caption:hover,
.hero .carousel-indicators li.active .caption {
  font-weight: 600;
  color: #333333;
  position: absolute;
  background: #f7f7f7 !important;
  opacity: 1;
}

.hero .carousel-inner .item {
  height: 430px;
}

.hero .carousel-inner .item .carousel-card {
  height: 500px;
  width: 100%;
}

.hero .carousel-caption {
  bottom: 100px;
  width: 100%;
  position: static;
}

.hero .carousel-caption h1 {
  font-size: 26px;
  color: #333333;
  font-weight: 500 !important;
  margin: 0 0 20px 0;
}

.hero .carousel-caption p {
  color: #666666;
  font-size: 18px !important;
  font-weight: 400;
  margin-bottom: 0;
}

/***************************************************************************************************/
/************************************* Home page - Floating image **********************************/
#slide21 {
  background: url(images/banner_bg2.jpg) no-repeat center center;
  height: 658px;
  background-size: cover;
}

#slide21 h1 {
  font-size: 38px !important;
  color: #FFFFFF !important;
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}

#slide21 h1 span {
  font-size: 38px !important;
  color: var(--maroon) !important;
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}

#slide21 div.img {
  position: absolute;
  right: 25%;
  top: 50%;
  margin-top: 0px;
  width: 700px;
  height: 600px;
  background-position: bottom center;
  background-repeat: no-repeat
}

@media screen and (max-width: 479px) {
  #slide21 div.img {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    left: 50%;
    margin-top: 0;
    margin-left: -312px
  }
}

#slide21 div.img .floaty.blue {
  background: var(--maroon);
}

#slide21 div.img .floaty.grey {
  background: #546E7A;
}

#slide21 div.img .floaty {
  position: absolute;
  -webkit-animation: relay-hover 10s ease-in-out infinite alternate;
  -moz-animation: relay-hover 10s ease-in-out infinite alternate;
  -o-animation: relay-hover 10s ease-in-out infinite alternate;
  -ms-animation: relay-hover 10s ease-in-out infinite alternate;
  animation: relay-hover 10s ease-in-out infinite alternate;
  opacity: .9;
  -ms-filter: "alpha(opacity=90)";
  -webkit-filter: alpha(opacity=90);
  -moz-filter: alpha(opacity=90);
  -ms-filter: alpha(opacity=90);
  -o-filter: alpha(opacity=90);
  filter: alpha(opacity=90)
}

#slide21 div.img .floaty.large {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 10px;
  border-radius: 10px
}

#slide21 div.img .floaty.icon {
  background-image: url("images/icons.png");
  /*-webkit-box-shadow: 0 3px 10px rgba(126, 30, 55, 0.2);
box-shadow: 0 3px 10px rgba(126, 30, 55, 0.2);*/
  -ms-filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none
}

#slide21 div.img .floaty1 {
  left: 0px;
  top: 284px;
  -webkit-animation-delay: -8s;
  -moz-animation-delay: -8s;
  -o-animation-delay: -8s;
  -ms-animation-delay: -8s;
  animation-delay: -8s;
  background-position: -0px -0px;
}

#slide21 div.img .floaty2 {
  left: 430px;
  top: 140px;
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  -ms-animation-delay: -1s;
  animation-delay: -1s;
  background-position: -100px 0px;
}

#slide21 div.img .floaty3 {
  left: 155px;
  top: 248px;
  -webkit-animation-delay: 0px;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
  background-position: -200px 0px;
}

#slide21 div.img .floaty4 {
  left: 90px;
  top: 130px;
  -webkit-animation-delay: -5s;
  -moz-animation-delay: -5s;
  -o-animation-delay: -5s;
  -ms-animation-delay: -5s;
  animation-delay: -5s;
  background-position: -0px -100px
}

#slide21 div.img .floaty5 {
  left: 285px;
  top: 170px;
  -webkit-animation-delay: -9s;
  -moz-animation-delay: -9s;
  -o-animation-delay: -9s;
  -ms-animation-delay: -9s;
  animation-delay: -9s;
  background-position: -100px -100px
}

#slide21 div.img .floaty6 {
  left: 300px;
  top: 270px;
  -webkit-animation-delay: -3s;
  -moz-animation-delay: -3s;
  -o-animation-delay: -3s;
  -ms-animation-delay: -3s;
  animation-delay: -3s;
  background-position: -200px -100px
}

#slide21 div.img .floaty7 {
  left: 460px;
  top: 260px;
  -webkit-animation-delay: -8s;
  -moz-animation-delay: -8s;
  -o-animation-delay: -8s;
  -ms-animation-delay: -8s;
  animation-delay: -8s;
  background-position: -0px -200px
}

#slide21 div.img .floaty8 {
  left: 165px;
  top: 364px;
  -webkit-animation-delay: -7s;
  -moz-animation-delay: -7s;
  -o-animation-delay: -7s;
  -ms-animation-delay: -7s;
  animation-delay: -7s;
  background-position: -100px -200px
}

#slide21 div.img .floaty9 {
  left: 410px;
  top: 390px;
  -webkit-animation-delay: -6s;
  -moz-animation-delay: -6s;
  -o-animation-delay: -6s;
  -ms-animation-delay: -6s;
  animation-delay: -6s;
  background-position: -200px -200px
}

@-moz-keyframes relay-hover {
  0% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@-webkit-keyframes relay-hover {
  0% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@-o-keyframes relay-hover {
  0% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@-ms-keyframes relay-hover {
  0% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes relay-hover {
  0% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
}

/********* START :: home page slide box popup **********************/
.popup {
  background: url(https://www.opinionads.com/images/popup-background.webp) 0 0px no-repeat;
  background-size: auto;
  background-size: cover;
  width: 380px;
  height: 200px;
  bottom: 20px;
  left: -380px;
  position: fixed;
  border: solid 1px var(--extralight);
  border-radius: 10px;
  box-shadow: 0px 25px 10px -15px rgba(0, 0, 0, 0.05);
  transition: 0.5s;
  z-index: 999;
  padding: 20px 25px;
}

.close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 500;
  opacity: 1;
}

.ns-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 4px;
  top: 4px;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ns-close:hover,
.ns-close:focus {
  outline: none;
  opacity: 1;
}

.ns-close::before,
.ns-close::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 60%;
  top: 50%;
  left: 50%;
  background: var(--white);
}

.ns-close:hover::before,
.ns-close:hover::after {
  background: var(--maroon);
}

.ns-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.ns-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

/********* END :: home page slide box popup ************************/

/******************************************** Home page- Bubble ************************************/
.site-nav {
  height: 75px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1100;
}

.site-nav {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
}

.b1 {
  -webkit-animation: sideWays 5s ease-in-out infinite alternate;
  -moz-animation: sideWays 5s ease-in-out infinite alternate;
  -o-animation: sideWays 5s ease-in-out infinite alternate;
  animation: sideWays 5s ease-in-out infinite alternate;
  bottom: -190px !important;
  left: 110px;
}

.b2 {
  -webkit-animation: sideWays 6s ease-in-out infinite alternate;
  -moz-animation: sideWays 6s ease-in-out infinite alternate;
  -o-animation: sideWays 6s ease-in-out infinite alternate;
  animation: sideWays 6s ease-in-out infinite alternate;
  bottom: -175px !important;
  left: 380px;
}

@-webkit-keyframes sideWays {
  0% {
    margin-left: 4px;
  }

  25% {
    margin-left: 5px;
  }

  50% {
    margin-left: 5px;
  }

  75% {
    margin-left: 6px;
  }
}

@-moz-keyframes sideWays {
  0% {
    margin-left: 4px;
  }

  25% {
    margin-left: 5px;
  }

  50% {
    margin-left: 5px;
  }

  75% {
    margin-left: 6px;
  }
}

@-o-keyframes sideWays {
  0% {
    margin-left: 4px;
  }

  25% {
    margin-left: 5px;
  }

  50% {
    margin-left: 5px;
  }

  75% {
    margin-left: 6px;
  }
}

@keyframes sideWays {
  0% {
    margin-left: 4px;
  }

  25% {
    margin-left: 5px;
  }

  50% {
    margin-left: 5px;
  }

  75% {
    margin-left: 6px;
  }
}

/***************************************************************************************************/
.social-btn {
  display: block;
  position: fixed;
  right: 0;
  top: -4px;
  z-index: 1034;
  padding-right: 20px;
}

.social-btn a {
  display: inline-block;
  line-height: 40px;
  font-size: 13px;
  text-transform: uppercase;
}

#developers-banner1 {
  /*background:url(../images/bg6.png); */
  border-top: 1px solid #e2e3e6;
  border-bottom: 1px solid #e2e3e6;
  height: 660px;
}

#developers-banner1 h1 {
  color: var(--maroon);
  background: url("../images/use-cases-title-bg.jpg") no-repeat scroll center 60px transparent;
  line-height: 62px !important;
  margin: 20px 0 0px 0;
  font-size: 38px;
  font-weight: 600 !important;
  text-shadow: none;
}

#developers-banner1 h2 {
  color: #333333;
  font-weight: 600;
  font-size: 26px;
  margin: 0 0 40px 0;
  /*text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2); */
  text-shadow: none;
}

#developers-banner1 h2 span {
  font-weight: bold;
  font-size: 34px;
  line-height: 36px;
}

#developers-banner1 .vpad {
  height: 4px;
}

#developers-banner1 .animate {
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  #developers-banner1 {
    min-height: 620px;
  }
}

[class^="icon-usecase-"],
[class*="icon-usecase-"] {
  display: inline-block;
  width: 128px;
  height: 128px;
  line-height: 128px;
  vertical-align: text-top;
  background: url(../images/icon-usecases.png) no-repeat 0px 0px;
}

.icon-usecase-publishers {
  background-position: 0px 0px;
}

.icon-usecase-publishers:hover,
.icon-usecase-publishers.active {
  background-position: 0px -128px;
}

.icon-usecase-developers {
  background-position: -128px 0px;
}

.icon-usecase-developers:hover,
.icon-usecase-developers.active {
  background-position: -128px -128px;
}

.icon-usecase-retailers {
  background-position: -256px 0px;
}

.icon-usecase-retailers:hover,
.icon-usecase-retailers.active {
  background-position: -256px -128px;
}

/****************************************ABOUT US*************************************************/
#about .item {
  height: 520px;
  background: #ffffff;
  padding-top: 1px;
  border-bottom: solid 1px #dddddd;
}

#about .item h3 {
  color: #313131;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 10px 0;
  text-align: center;
}

#about .item h4 {
  color: #333333;
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}

#about .item div.photo {
  background: #DDDDDD;
  text-align: center;
  cursor: pointer;
  margin: 10px;
}

#about .item div.bio {
  margin: 0 20px;
}

#about .item a {
  text-decoration: none;
}

#about .item p {
  font-size: 13px !important;
  line-height: 22px !important;
  color: #666666;
  text-align: justify;
  font-weight: normal;
  font-weight: 200;
}

#about .item .desc {
  position: relative;
}

@media screen and (max-width: 400px) {
  #about .item {
    height: 570px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #about .item {
    height: 600px;
  }
}

.form-control:-moz-placeholder {
  color: #cccccc;
}

.form-control::-moz-placeholder {
  color: #cccccc;
}

.form-control:-ms-input-placeholder {
  color: #cccccc;
}

.form-control::-webkit-input-placeholder {
  color: #cccccc;
}

/****************************************************************************************************/
.badge1 {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 50%;
  bottom: -110px;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  height: 315px;
  padding: 60px 40px 0 40px;
  position: absolute;
  right: 210px;
  text-align: center;
  width: 315px;
}

.badge1:hover,
.badge1:focus,
.badge1:active {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  color: #FFFFFF;
  cursor: pointer;
}

.badge1 img {
  width: 60%;
  margin-top: 20px;
}

.badge2 {
  background: rgba(183, 28, 28, 0.6) none repeat scroll 0 0;
  border-radius: 50%;
  bottom: -90px;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  height: 300px;
  padding: 40px 40px 0 40px;
  position: absolute;
  right: -80px;
  text-align: center;
  width: 300px;
}

.badge2:hover,
.badge2:focus,
.badge2:active {
  background: rgba(183, 28, 28, 0.9) none repeat scroll 0 0;
  color: #FFFFFF;
  cursor: pointer;
}

.badge2 img {
  width: 40%;
  margin-top: 20px;
}

.count-box {
  position: relative;
  border: 1px solid #dddddd;
  color: var(--maroon) !important;
  font-size: 14px !important;
  text-align: left;
  padding: 10px 20px;
  font-weight: 400 !important;
  margin: 3px;
  box-shadow: 0 8px 8px -4px #aaa;
  min-height: 100px;
  background: #ffffff;
}

.count-box img {
  padding-top: 20px;
}

.count-box .num {
  font-size: 24px !important;
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 24px;
  margin: 5px 0 !important;
  font-weight: 600 !important;
}

.count-box .desc {
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.count-box .sp {
  position: absolute;
  left: 0;
  top: 0;
  background: var(--maroon);
  color: #ffffff;
  text-align: center;
  padding: 3px 10px;
}

@media (min-width: 1281px) {
  .count-box {
    position: relative;
    border: 1px solid #dddddd;
    color: var(--maroon) !important;
    font-size: 14px !important;
    text-align: left;
    padding: 10px 20px;
    font-weight: 400 !important;
    margin: 3px;
    box-shadow: 0 8px 8px -4px #aaa;
    min-height: 100px;
    background: #ffffff;
  }

  .count-box .num {
    font-size: 24px !important;
    font-weight: 600 !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 24px;
    margin: 10px 0 5px 0 !important;
    font-weight: 600 !important;
  }

  .count-box img {
    padding-top: 0px;
  }

  .count-box .desc {
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .count-box .sp {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--maroon);
    color: #ffffff;
    text-align: center;
    padding: 3px 10px;
  }

}

.border-box-red {
  border: 1px solid var(--maroon);
  color: var(--maroon) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  margin: 5px 10px 0px 0px;
  padding-bottom: 10px;
  text-align: center;
}

.border-box-red h6 {
  font-size: 40px !important;
  color: var(--maroon) !important;
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 36px;
  margin: 15px 0 !important;
  font-weight: 600 !important;
}

.border-box-red h6 span {
  font-size: 38px !important;
  color: #FFFFFF !important;
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 600 !important;
}

.red-bg {
  background: var(--maroon);
  color: #ffffff !important;
}

.white-bg {
  background: #FFFFFF none repeat scroll 0 0;
  color: #333333 !important;
}

.black-bg {
  background: #000000 none repeat scroll 0 0;
  color: #ffffff !important;
}

.pink-bg {
  background: url(../images/36.png) no-repeat bottom center #121212;
  height: 430px;
  color: #000000;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ddd -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-style: solid none none;
  border-width: 1px 0 0;
  margin-bottom: 0px;
  margin-top: 0px;
}

.form-control {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 44px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control:-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

.form-control::-webkit-input-placeholder {
  color: #cccccc;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #cccccc;
  opacity: 1;
}

/***************************** CLIENTS LOGO SECTION ******************************************************************/
.cients-review {
  background: #000000;
  text-align: center;
}

.cients-review h2 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 100;
  color: #ffffff;
  padding: 10px 0 !important;
  margin: 0;
  font-family: Avant Garde, Avantgarde, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.cients-review h2 sup {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 38px;
  color: #dddddd;
  top: 8px;
  right: 5px;
  display: inline;
}

.cients-review h2 span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
  text-align: right;
  text-transform: uppercase;
}

.cients-review h2 span::before {
  content: '\2014 \00A0';
  padding: 0 5px 0 20px;
}

.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100%;
}

.carousel.vertical .active.right {
  top: 100%;
}

.carousel.vertical .item {
  left: 0;
}

/*********************************************************************************************************************/
/*************************************************************************************************************/
#slide-tools {
  margin-bottom: 0px;
  overflow: hidden;
}

.all-tools {
  padding: 20px 0 30px 0;
}

.all-tools .tool-group {
  border-left: solid 2px #dddddd;
}

.all-tools .tool-group:first-child {
  border: none;
}

.all-tools ul {
  clear: both;
  list-style: outside none none;
  margin: 0px;
  padding-left: 0;
  padding: 15px;
}

.all-tools .tool-icons div {
  margin: 0 0px;
  display: inline-block;
  width: 12%;
}

.all-tools a {
  cursor: pointer;
  color: #000000;
  font-size: 14px;
}

.all-tools a:hover {
  cursor: pointer;
  color: var(--maroon);
  cursor: default;
}

.all-tools a h5 {
  font-size: 20px;
  color: #333333;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 25px;
}

.all-tools a:hover h5 {
  color: #999999;
}

hr.style18 {
  border: 0;
  height: 2px;
  margin: 10px 0 30px 0;
  position: relative;
  background: -moz-linear-gradient(left, rgba(153, 153, 153, 0) 0%, rgba(153, 153, 153, 0) 10%, rgba(153, 153, 153, 0.65) 50%, rgba(153, 153, 153, 0) 90%, rgba(153, 153, 153, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(153, 153, 153, 0)), color-stop(10%, rgba(153, 153, 153, 0)), color-stop(50%, rgba(153, 153, 153, 0.65)), color-stop(90%, rgba(153, 153, 153, 0)), color-stop(100%, rgba(153, 153, 153, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(153, 153, 153, 0) 0%, rgba(153, 153, 153, 0) 10%, rgba(153, 153, 153, 0.65) 50%, rgba(153, 153, 153, 0) 90%, rgba(153, 153, 153, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(153, 153, 153, 0) 0%, rgba(153, 153, 153, 0) 10%, rgba(153, 153, 153, 0.65) 50%, rgba(153, 153, 153, 0) 90%, rgba(153, 153, 153, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(153, 153, 153, 0) 0%, rgba(153, 153, 153, 0) 10%, rgba(153, 153, 153, 0.65) 50%, rgba(153, 153, 153, 0) 90%, rgba(153, 153, 153, 0) 100%);
  /* IE10+ */
  background: linear-gradient(left, rgba(153, 153, 153, 0) 0%, rgba(153, 153, 153, 0) 10%, rgba(153, 153, 153, 0.65) 50%, rgba(153, 153, 153, 0) 90%, rgba(153, 153, 153, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}

hr.style18:before {
  content: "";
  display: block;
  border-top: solid 1px #f9f9f9;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

/************************************************* tools icons ****************************************************/
.tool-icons .icon {
  display: block;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  background-image: url("../images/moments-icons-small.png");
  margin: 0 auto;
}

.tool-icons .reward.red .icon {
  background-position: -0px -100px;
}

.tool-icons .reward.red .icon:hover,
.tool-icons .reward.red a:hover .icon {
  background-position: -0px -0px;
}

.tool-icons .drop-off.red .icon {
  background-position: -50px -100px;
}

.tool-icons .drop-off.red .icon:hover,
.tool-icons .drop-off.red a:hover .icon {
  background-position: -50px -0px;
}

.tool-icons .checkout.red .icon {
  background-position: -100px -100px;
}

.tool-icons .checkout.red .icon:hover,
.tool-icons .checkout.red a:hover .icon {
  background-position: -100px -0px;
}

.tool-icons .question.red .icon {
  background-position: -150px -100px;
}

.tool-icons .question.red .icon:hover,
.tool-icons .question.red a:hover .icon {
  background-position: -150px -0px;
}

.tool-icons .pause.red .icon {
  background-position: -200px -100px;
}

.tool-icons .pause.red .icon:hover,
.tool-icons .pause.red a:hover .icon {
  background-position: -200px -0px;
}

.tool-icons .location.red .icon {
  background-position: -250px -100px;
}

.tool-icons .location.red .icon:hover,
.tool-icons .location.red a:hover .icon {
  background-position: -250px -0px;
}

.tool-icons .discovery.red .icon {
  background-position: -300px -100px;
}

.tool-icons .discovery.red .icon:hover,
.tool-icons .discovery.red a:hover .icon {
  background-position: -300px -0px;
}

.tool-icons .time.red .icon {
  background-position: -350px -100px;
}

.tool-icons .time.red .icon:hover,
.tool-icons .time.red a:hover .icon {
  background-position: -350px -0px;
}

.tool-icons .support.red .icon {
  background-position: -0px -150px;
}

.tool-icons .support.red .icon:hover,
.tool-icons .support.red a:hover .icon {
  background-position: -0px -50px;
}

.tool-icons .unlock-article.red .icon {
  background-position: -50px -150px;
}

.tool-icons .unlock-article.red .icon:hover,
.tool-icons .unlock-article.red a:hover .icon {
  background-position: -50px -50px;
}

.tool-icons .end-of-article.red .icon {
  background-position: -100px -150px;
}

.tool-icons .end-of-article.red .icon:hover,
.tool-icons .end-of-article.red a:hover .icon {
  background-position: -100px -50px;
}

/*****************************************************************************************************************/
.secfeatures p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: var(--dark);
}

.secfeatures a:hover .feature-block {
  cursor: pointer;
  outline: 5px solid var(--maroon);
  outline-offset: -10px;
}

.secfeatures a .feature-block img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.secfeatures a:hover .feature-block img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.secfeatures .feature-block h2 {
  font-size: 20px;
  color: var(--dark);
  line-height: 30px;
  font-weight: 600;
}

.secfeatures .feature-block {
  margin-bottom: 0;
  border: none;
}

.secfeatures .feature-block:hover {
  cursor: default;
}

.secfeatures .feature-block .feature-desc {
  height: 12em;
  padding: 0;
}

.secfeatures .feature-block .feature-desc p {
  color: #737373;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 28px !important;
  margin: 0;
  padding: 5px 0px;
}

/*************************************************** experience *****************************************************/
.slider {
  overflow-y: hidden;
  max-height: 500px;
  /* approximate max height */
  -webkit-transition: all 300ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 300ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 300ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 300ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
  /* ease-out */

  -webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000);
  /* ease-out */
}

/********************************************************************************************************************/
#footer {
  height: auto;
  padding: 30px 0;
  text-align: center;
  line-height: 24px;
}

.img-border {
  border: 1px solid #999999;
  margin: 10px 0 0px 0;
  display: inline;
}

.img-shadow {
  box-shadow: 2px 2px 2px #666666;
  margin: 10px 0 0px 0;
}

.btn-link {
  font-size: 16px;
  font-weight: 100;
  line-height: 36px;
}

@media screen and (max-width: 767px) {

  a.getstarted-btn {
    padding: 0px;
  }

  a.submit-btn {
    padding: 3px 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  a.getstarted-btn {
    padding: 0px;
  }

  a.submit-btn {
    padding: 3px 15px;
  }
}

/********************************************************************************************************************/
/******************************* CSS MORPHEXT ***********************************************************************/
/********************************************************************************************************************/
.morphext>span {
  display: none;
}

.morphext>.animated {
  display: inline-block;
}

/********************************************************************************************************************/
#sitemap.whitebg {
  padding: 30px 0 10px 0
}

#sitemap h1 {
  font-size: 38px !Important;
  line-height: 61px !Important;
  margin-top: 0 !Important;
  margin-bottom: 30px;
  text-transform: none
}

#sitemap h1 span {
  color: var(--maroon)
}

#sitemap h2 {
  margin-top: 0;
  font-weight: 300 !important;
  font-size: 32px !important;
  margin-bottom: 20px
}

#sitemap ul li {
  font-size: 18px;
  color: #666;
  line-height: 28px;
  font-weight: 100;
  margin-bottom: 10px;
  padding: 0 0 0 10px;
  list-style-type: "\025B8"
}

#sitemap ul li.second-level {
  list-style-type: "\025B8" !important
}

#sitemap ul li a {
  font-size: 18px;
  color: #428bca;
  line-height: 40px;
  font-weight: 400;
  cursor: pointer;
  display: block;
  padding-bottom: 10x
}

#sitemap ul li a:focus,
#sitemap ul li a:hover {
  color: #000
}

#sitemap ul li a.sublink {
  font-size: 18px;
  color: #428bca;
  line-height: 26px;
  font-weight: 100;
  cursor: pointer;
  display: block;
  padding-bottom: 0 !important
}

#sitemap ol {
  padding-left: 8%;
  margin: 10px 0
}

#sitemap ol li {
  font-size: 18px;
  line-height: 28px !important;
  font-weight: 100;
  list-style-type: decimal;
  margin: 0
}

#back-top {
  position: fixed;
  bottom: 30px;
  right: 30px
}

#back-top a {
  width: 70px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #bbb;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s
}

#back-top a:hover {
  color: #000
}

#back-top span {
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 7px;
  background: #ddd url(../images/up-arrow.png) no-repeat center center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  margin-left: 15px
}

#back-top a:hover span {
  background-color: #777
}

#clients-logo {
  overflow: hidden;
  margin: 50px auto;
}

#clients-logo img {
  display: inline-flex;
  background: var(--white);
  filter: grayscale(1);
  margin-bottom: 3px;
  transition: 0.2s;
  border: solid 1px #dddddd;
}

#clients-logo img:hover {
  filter: grayscale(0);
  margin-bottom: 3px;
  background: var(--extralight);
  outline: solid 5px #cccccc;
  outline-offset: -5px;
  transform: scale(0.95);
  cursor: pointer;
}

.clients-review {
  background: #f4f4f4;
  width: 90%;
  text-align: center;
  padding: 30px 0;
  margin: 50px auto;
}

.clients-review h1 {
  font-size: 28px !important;
  line-height: 48px !important;
  font-weight: 100 !important;
  color: #000000 !important;
  padding: 10px 0 !important;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.clients-review h1 span {
  font-size: 28px !important;
  line-height: 48px !important;
  font-weight: 400 !important;
  color: #000000 !important;
  padding: 10px 0 !important;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.clients-review h2 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 100;
  color: #ffffff;
  padding: 10px 0 !important;
  margin: 0;
  font-family: Avant Garde, Avantgarde, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.clients-review h2 sup {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 38px;
  color: #dddddd;
  top: 8px;
  right: 5px;
  display: inline;
}

.clients-review h2 span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
  text-align: right;
  text-transform: uppercase;
}

.clients-review h2 span::before {
  content: '\2014 \00A0';
  padding: 0 5px 0 20px;
}

/*****************************************************************************************************************/
#comparison {
  overflow-x: hidden;
}

#comparison h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
}

.ads .vs {
  margin: 40px 0;
  padding: 5px 0px;
  font-size: 38px;
  font-weight: 300;
  color: #000000;
  width: 100%;
  text-align: center;
  background-color: #cccccc;
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#cccccc), to(#ffffff));
  background: -webkit-radial-gradient(circle, #cccccc, #ffffff);
  background: -moz-radial-gradient(circle, #cccccc, #ffffff);
  background: -ms-radial-gradient(circle, #cccccc, #ffffff);
}

.ads .ads-info ul {
  width: 100%;
  padding: 20px 0 40px 0;
  margin-left: 20%;
}

.ads .ads-info ul li {
  font-size: 18px !important;
  line-height: 26px;
  font-weight: 300 !important;
  color: #000000;
  padding: 0;
  width: 100%;
  text-align: center;
  list-style: none;
  display: inline-flex;
}

.ads .ads-info ul li::before {
  content: "\021D2";
  color: #000000;
  padding-right: 10px;
}

.ads .ads-info ul li.cross::before {
  content: "";
  padding-right: 30px;
  background-image: url(../images/cross.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}

.ads .ads-info ul li.tick::before {
  content: "";
  padding-right: 30px;
  background-image: url(../images/tick.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}

.ads .ads-info .click-rate {
  font-size: 14px;
  text-transform: uppercase;
}

.boring-circle {
  background: #ffffff;
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  padding: 11% 0;
  border-radius: 50%;
  color: #000000;
  font-size: 36px;
  text-align: center;
  border: solid 5px #cccccc;
  line-height: 30px;
}

.oa-circle {
  background: #ffffff;
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  padding: 11% 0;
  border-radius: 50%;
  color: #000000;
  font-size: 36px;
  text-align: center;
  border: solid 5px var(--maroon);
  line-height: 30px;
}

.black-phone img,
.red-phone img {
  width: 281px;
}

@media (min-width: 992px) {
  #comparison {
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    overflow-x: hidden;
    padding: 80px 0;
  }

  .sec {
    max-width: 1200px;
    float: none;
    margin: 0 auto;
    position: relative;
    text-align: center;
    clear: both;
  }

  .ads {
    margin: 60px 0;
  }

  .ads .ads-info h2 {
    font-size: 22px !important;
    line-height: 36px;
    font-weight: 400 !important;
    color: #000000;
  }

  .black-phone,
  .red-phone {
    float: left;
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out
  }

  .ads .vs {
    background: none;
    float: left;
    padding: 220px 0px 0 0;
    font-size: 38px;
    font-weight: 300;
    color: #000000;
    width: 8%;
  }

  .ads-info {
    width: 270px;
    float: left;
    margin: 0;
  }

  .ads .adsLeft,
  .ads .adsRight {
    float: left;
    width: auto;
  }

  .ads .adsLeft .ads-info {
    float: left;
    text-align: center;
  }

  .ads .adsRight .ads-info {
    float: right;
    text-align: center;
  }

  .ads .ads-info ul {
    float: left;
    width: 90%;
    padding: 40px 8px 40px 30px;
    margin-left: 10%;
  }

  .ads .ads-info ul li {
    float: left;
    font-size: 18px !important;
    line-height: 26px;
    font-weight: 300 !important;
    color: #000000;
    padding: 0 0 10px 0;
    width: 100%;
    text-align: left;
    list-style: none;
    display: inline-flex;
  }

  .ads .ads-info .click-rate {
    font-size: 14px;
    text-transform: uppercase;
  }

  .boring-circle {
    background: #ffffff;
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    padding: 15% 0;
    border-radius: 50%;
    color: #000000;
    font-size: 36px;
    text-align: center;
    border: solid 5px #cccccc;
    line-height: 30px;
  }

  .oa-circle {
    background: #ffffff;
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    padding: 15% 0;
    border-radius: 50%;
    color: #000000;
    font-size: 36px;
    text-align: center;
    border: solid 5px var(--maroon);
    line-height: 30px;
  }
}

.tag {
  font-size: 11px;
  line-height: 18px;
  font-weight: 300;
  background-color: #fbfbfb;
  color: #666;
  padding: 5px 8px;
  border: solid 1px #ddd;
  display: inline-block;
  margin: 0 8px 8px 0px;
  border-radius: 5px;
}

.grey-scale {
  filter: grayscale(1) brightness(1);
}

/************************************************* tools icons ****************************************************/
[class^="icon-industry-"],
[class*="icon-industry-"] {
  display: block;
  background-repeat: no-repeat;
  height: 96px;
  width: 96px;
  background-image: url("../images/icons-industries.png");
  margin: 0 auto;
}

.icon-industry-educate {
  background-position: -0px -0px;
}

.icon-industry-livevote {
  background-position: -96px -0px;
}

.icon-industry-agenda {
  background-position: -192px -0px;
}

.icon-industry-choice {
  background-position: -288px -0px;
}

.icon-industry-weblink {
  background-position: -384px -0px;
}

.icon-industry-engage {
  background-position: -480px -0px;
}

.icon-industry-promote {
  background-position: -0px -96px;
}

.icon-industry-generatedata {
  background-position: -96px -96px;
}

.icon-industry-whitegloveservice {
  background-position: -192px -96px;
}

.zoom {
  transition: 2s;
  -moz-transition: 2s;
  -webkit-transition: 2s;
  -o-transition: 2s;
  animation: zoom-anim 2s ease-in-out;
  -moz-animation: zoom-anim 2s ease-in-out;
  -webkit-animation: zoom-anim 2s ease-in-out;
  -o-animation: zoom-anim 2s ease-in-out;
}

@keyframes zoom-anim {
  from {
    color: var(--maroon);
    font-weight: 600;
  }

  to {
    color: #000000;
    font-weight: 100;
  }
}

@-moz-keyframes zoom-anim {
  from {
    color: var(--maroon);
    font-weight: 600;
  }

  to {
    color: #000000;
    font-weight: 100;
  }
}

@-webkit-keyframes zoom-anim {
  from {
    color: var(--maroon);
    font-weight: 600;
  }

  to {
    color: #000000;
    font-weight: 100;
  }
}

@-o-keyframes zoom-anim {
  from {
    color: var(--maroon);
    font-weight: 600;
  }

  to {
    color: #000000;
    font-weight: 100;
  }
}

#white-glove {
  background: url('../images/poster-wgs.png') no-repeat center center var(--maroon);
  height: 650px;
  background-size: cover;
}

#white-glove h1,
#white-glove h1 span {
  color: #ffffff !important;
}

#white-glove .secfeatures .feature-block h2 {
  color: #ffffff !important;
}

#white-glove2 {
  background: url('../images/poster-wgs.png') no-repeat center center #f4f4f4;
  height: 650px;
  background-size: cover;
}

[class^="icon-wgs-"],
[class*="icon-wgs-"] {
  display: block;
  background-repeat: no-repeat;
  height: 80px;
  width: 80px;
  background-image: url("../images/icon-wgs.png");
  margin: 0 auto;
}

.icon-wgs-24hour,
.icon-wgs-24hour.black {
  background-position: -0px -0px;
}

.icon-wgs-data,
.icon-wgs-data.black {
  background-position: -80px -0px;
}

.icon-wgs-adtag,
.icon-wgs-adtag.black {
  background-position: -160px -0px;
}

.icon-wgs-pricing,
.icon-wgs-pricing.black {
  background-position: -240px -0px;
}

.icon-wgs-reporting,
.icon-wgs-reporting.black {
  background-position: -320px -0px;
}

.icon-wgs-24hour.darkgrey {
  background-position: -0px -80px;
}

.icon-wgs-data.darkgrey {
  background-position: -80px -80px;
}

.icon-wgs-adtag.darkgrey {
  background-position: -160px -80px;
}

.icon-wgs-pricing.darkgrey {
  background-position: -240px -80px;
}

.icon-wgs-reporting.darkgrey {
  background-position: -320px -80px;
}

.icon-wgs-24hour.white {
  background-position: -0px -160px;
}

.icon-wgs-data.white {
  background-position: -80px -160px;
}

.icon-wgs-adtag.white {
  background-position: -160px -160px;
}

.icon-wgs-pricing.white {
  background-position: -240px -160px;
}

.icon-wgs-reporting.white {
  background-position: -320px -160px;
}

.icon-wgs-24hour.pink {
  background-position: -0px -240px;
}

.icon-wgs-data.pink {
  background-position: -80px -240px;
}

.icon-wgs-adtag.pink {
  background-position: -160px -240px;
}

.icon-wgs-pricing.pink {
  background-position: -240px -240px;
}

.icon-wgs-reporting.pink {
  background-position: -320px -240px;
}

.icon-wgs-24hour.red {
  background-position: -0px -320px;
}

.icon-wgs-data.red {
  background-position: -80px -320px;
}

.icon-wgs-adtag.red {
  background-position: -160px -320px;
}

.icon-wgs-pricing.red {
  background-position: -240px -320px;
}

.icon-wgs-reporting.red {
  background-position: -320px -320px;
}

/************************************************* industry icons ****************************************************/
#industry-examples a {
  color: #000000;
  display: block;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

#industry-examples a:hover,
#industry-examples a:focus,
#industry-examples a i:hover h2,
#industry-examples a:hover i,
#industry-examples a:hover h2 {
  color: var(--maroon) !important;
  cursor: pointer;
  display: block;
  filter: none;
  -webkit-filter: grayscale(0);
}

#industry-examples .secfeatures .feature-block {
  transition: background-color 0.25s ease-out;
}

#industry-examples .secfeatures a:hover .feature-block {
  outline: solid 0px #f7ddc3;
  outline-offset: -2px;
  background:
    /*#FFF8DC*/
    transparent;
  box-shadow: 0 8px 3px -5px transparent;
}

#industry-examples .secfeatures .feature-block,
#industry-examples .secfeatures .feature-block .feature-image {
  background: transparent;
}

[class^="ico-industry-"],
[class*="ico-industry-"] {
  display: block;
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  background-image: url("../images/icons-industry.png");
  margin: 0 auto;
  filter: grayscale(100%);
  transition: all 0.1s ease-in-out 0s;
}

[class^="ico-industry-"]:hover,
[class*="ico-industry-"]:hover {
  filter: grayscale(0%);
  transform: translateY(-5px);
}

.ico-industry-advocacy.black {
  background-position: -0px -0px;
}

.ico-industry-advocacy.red {
  background-position: -0px -100px;
}

.ico-industry-automotive.black {
  background-position: -100px -0px;
}

.ico-industry-automotive.red {
  background-position: -100px -100px;
}

.ico-industry-travel.black {
  background-position: -200px -0px;
}

.ico-industry-travel.red {
  background-position: -200px -100px;
}

.ico-industry-media.black {
  background-position: -300px -0px;
}

.ico-industry-media.red {
  background-position: -300px -100px;
}

.ico-industry-telecom.black {
  background-position: -400px -0px;
}

.ico-industry-telecom.red {
  background-position: -400px -100px;
}

.ico-industry-ecomm.black {
  background-position: -0px -200px;
}

.ico-industry-ecomm.red {
  background-position: -0px -300px;
}

.ico-industry-marketresearch.black {
  background-position: -100px -200px;
}

.ico-industry-marketresearch.red {
  background-position: -100px -300px;
}

.ico-industry-overview.black {
  background-position: -200px -200px;
}

.ico-industry-overview.red {
  background-position: -200px -300px;
}

.ico-industry-howtosell.black {
  background-position: -300px -200px;
}

.ico-industry-howtosell.red {
  background-position: -300px -300px;
}

.ico-industry-analytics.black {
  background-position: -400px -200px;
}

.ico-industry-analytics.red {
  background-position: -400px -300px;
}

/**********************************************************************************************************************/
#solutions .carousel-inner {
  margin: 0px auto 0 auto;
  width: 100%;
  padding: 0px 0 0 0;
  min-height: 780px;
  overflow: hidden;
}

#solutions .carousel-indicators {
  position: relative;
  top: 0;
  padding: 10px 0;
  text-align: center;
  bottom: -10px;
  left: 0;
  width: 100%;
  margin: 50px auto 50px auto;
}

#solutions .carousel-indicators .box {
  border: solid 1px #999999;
  width: 50%;
  padding: 15px 20px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}

#solutions .carousel-indicators .box:hover {
  background: #f7f7f7;
}

#solutions .carousel-indicators .box.active {
  height: auto;
  width: 50%;
  color: #ffffff !important;
  border: solid 1px #121212;
  background: #121212;
}

#solutions .carousel-indicators .box.active::after {
  content: "";
  position: absolute;
  left: 44%;
  top: 52px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-top: 20px solid #121212;
  border-right: 30px solid transparent;
}

#solutions .carousel-control {
  width: 0%;
  color: #666666;
}

#solutions .carousel-control:hover {
  color: #000000;
}

#solutions .carousel-control.left {
  left: 0%;
}

#solutions .carousel-control.right {
  right: 0%;
}

@media screen and (max-width: 400px) {
  #solutions .carousel-indicators .box {
    font-size: 12px;
    font-weight: 400;
  }

  #solutions .carousel-indicators .box.active::after {
    top: 60px;
    left: 23%;
  }
}

@media (min-width: 412px) and (max-width: 767px) {
  #solutions .carousel-indicators .box {
    font-size: 12px;
    font-weight: 400;
  }

  #solutions .carousel-indicators .box.active::after {
    top: 60px;
    left: 23%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {}

/**************************************** PRICING *********************************************************************/
#pricing_table {
  background: tranparent;
  margin: 20px 0 0 0;
}

/*PRICE COLOR CODE START*/
#pricing_table .generic_content {
  background-color: #fff;
  border: solid 1px #cccccc;
}

#pricing_table .generic_content .generic_head_price {
  background-color: #f6f6f6;
}

#pricing_table .generic_content .generic_head_price .generic_head_content .head_bg {
  border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#pricing_table .generic_content .generic_head_price .generic_head_content .head span {
  color: #525252;
}

#pricing_table .generic_content .generic_head_price .generic_price_tag .price .sign {
  color: #414141;
}

#pricing_table .generic_content .generic_head_price .generic_price_tag .price .currency {
  color: #414141;
}

#pricing_table .generic_content .generic_head_price .generic_price_tag .price .cent {
  color: #414141;
}

#pricing_table .generic_content .generic_head_price .generic_price_tag .month {
  color: #414141;
}

#pricing_table .generic_content .generic_head_price .generic_price_tag .blank {
  display: block;
  height: 10px;
  margin: 0;
  padding: 0;
}

#pricing_table .generic_content .generic_feature_list ul li {
  color: #333333;
  font-weight: 100;
}

#pricing_table .generic_content .generic_feature_list ul li span {
  color: #000000;
  font-weight: 400;
}

/* 
#pricing_table .generic_content .generic_feature_list ul li:hover {
  background-color: #E4E4E4;
  border-left: 5px solid var(--maroon);
} */

#pricing_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#pricing_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
  border-color: var(--maroon) rgba(183, 28, 28, 0) rgba(183, 28, 28, 0) var(--maroon);
  color: #fff;
  cursor: pointer;
}

#pricing_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#pricing_table .generic_content.active .generic_head_price .generic_head_content .head span {
  color: #fff;
}

#pricing_table .generic_content:hover .generic_price_btn a,
#pricing_table .generic_content.active .generic_price_btn a {
  background-color: var(--maroon);
  color: #ffffff !important;
}

.row .table {
  padding: 28px 0;
}

/*PRICE BODY CODE START*/
#pricing_table .generic_content {
  overflow: hidden;
  position: relative;
  text-align: center;
}

#pricing_table .generic_content .generic_head_price {
  margin: 0 0 10px 0;
  min-height: 280px;
}

#pricing_table .generic_content .generic_head_price .generic_head_content {
  margin: 0 0 50px 0;
}

#pricing_table .generic_content .generic_head_price .generic_head_content .head_bg {
  border-style: solid;
  border-width: 70px 15px 40px 470px;
  /*90px 1411px 23px 399px;*/
  position: absolute;
}

#pricing_table .generic_content .generic_head_price .generic_head_content .head {
  padding-top: 20px;
  position: relative;
  z-index: 1;
}

#pricing_table .generic_content .generic_head_price .generic_head_content .head span {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  line-height: 3;
}

#pricing_table .generic_content .generic_head_price .generic_price_tag {
  padding: 0 0 20px;
}

#pricing_table .generic_content .generic_head_price .generic_price_tag .price {
  display: block;
}

#pricing_table .generic_content .generic_head_price .generic_price_tag .price .sign {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  vertical-align: middle;
}

#pricing_table .generic_content .generic_head_price .generic_price_tag .price .currency {
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -2px;
  line-height: 60px;
  padding: 0;
  vertical-align: middle;
}

#pricing_table .generic_content .generic_head_price .generic_price_tag .price .cent {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  vertical-align: bottom;
}

#pricing_table .generic_content .generic_head_price .generic_price_tag .month {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  vertical-align: bottom;
}

#pricing_table .generic_content .generic_head_price .generic_price_tag .discount {
  font-size: 14px;
  font-weight: 400;
  vertical-align: bottom;
  color: #990000;
}

#pricing_table .generic_content .learnmore {
  font-size: 14px;
  font-weight: 400;
  vertical-align: bottom;
  padding: 20px 10px;
}

#pricing_table .generic_content .generic_feature_list ul {
  list-style: none;
  padding: 0px;
  margin: 0;
  text-align: left;
}

#pricing_table .generic_content .generic_feature_list ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  padding-left: 70px;
  transition: all 0.3s ease-in-out 0s;
}

#pricing_table .generic_content .generic_feature_list ul li:hover {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

#pricing_table .generic_content .generic_feature_list ul li.blank,
#pricing_table .generic_content .generic_feature_list ul li.blank:hover {
  transition: none !important;
  background: none;
  border: none;
}

#pricing_table .generic_content .generic_feature_list ul li .fa {
  padding: 0 10px;
}

#pricing_table .generic_content .generic_price_btn {
  margin: 20px 0 30px 0;
}

#pricing_table .generic_content,
#pricing_table .generic_content:hover,
#pricing_table .generic_content .generic_head_price .generic_head_content .head_bg,
#pricing_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#pricing_table .generic_content .generic_head_price .generic_head_content .head h2,
#pricing_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#pricing_table .generic_content .price,
#pricing_table .generic_content:hover .price,
#pricing_table .generic_content .generic_price_btn a,
#pricing_table .generic_content:hover .generic_price_btn a {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

#pricing_table .generic_content .blank {
  height: 20px;
  margin: 0;
  padding: 0;
}

@media (max-width: 320px) {}

@media (max-width: 767px) {
  #pricing_table .generic_content {
    margin-bottom: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #pricing_table .col-md-3 {
    float: left;
    width: 50%;
  }

  #pricing_table .col-md-4 {
    float: left;
    width: 50%;
  }

  #pricing_table .generic_content {
    margin-bottom: 75px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

#pricing_table_home {
  font-family: 'Raleway', sans-serif;
}

.demo-pic {
  margin: 0 auto;
}

.demo-pic:hover {
  opacity: 0.7;
}

#pricing_table_home ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: table;
}

#pricing_table_home li {
  float: left;
}

#pricing_table_home li+li {
  margin-left: 10px;
  padding-bottom: 10px;
}

#pricing_table_home li a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0px;
}

#pricing_table_home .blue {
  background: #3498DB;
  transition: all 0.3s ease-in-out 0s;
}

#pricing_table_home .emerald {
  background: var(--maroon);
  transition: all 0.3s ease-in-out 0s;
}

#pricing_table_home .grey {
  background: #7F8C8D;
  transition: all 0.3s ease-in-out 0s;
}

#pricing_table_home .midnight {
  background: #34495E;
  transition: all 0.3s ease-in-out 0s;
}

#pricing_table_home .orange {
  background: #E67E22;
  transition: all 0.3s ease-in-out 0s;
}

#pricing_table_home .purple {
  background: #9B59B6;
  transition: all 0.3s ease-in-out 0s;
}

#pricing_table_home .red {
  background: #E74C3C;
  transition: all 0.3s ease-in-out 0s;
}

#pricing_table_home .turquoise {
  background: #1ABC9C;
  transition: all 0.3s ease-in-out 0s;
}

#pricing_table_home .blue:hover,
#pricing_table_home .emerald:hover,
#pricing_table_home .grey:hover,
#pricing_table_home .midnight:hover,
#pricing_table_home .orange:hover,
#pricing_table_home .purple:hover,
#pricing_table_home .red:hover,
#pricing_table_home .turquoise:hover {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}

#pricing_table_home .divider {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
}

#pricing_table_home .divider span {
  width: 100%;
  display: table;
  height: 2px;
  background: #ddd;
  margin: 50px auto;
  line-height: 2px;
}

#pricing_table_home .itemname {
  text-align: center;
  font-size: 50px;
  padding: 50px 0 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  text-decoration: none;
  font-weight: 300;
}

#pricing_table_home .itemnametext {
  text-align: center;
  font-size: 20px;
  padding-top: 5px;
  text-transform: uppercase;
  display: inline-block;
}

#pricing_table_home .footer {
  padding: 40px 0;
}

.price-heading {
  text-align: center;
}

.price-heading h1 {
  color: #666;
  margin: 0;
  padding: 0 0 50px 0;
}

.demo-button {
  background-color: #333333;
  color: #ffffff;
  display: table;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 50px;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.bottom_btn {
  background-color: #333333;
  color: #ffffff;
  display: table;
  font-size: 28px;
  margin: 60px auto 20px;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
}

.demo-button:hover {
  background-color: #666;
  color: #FFF;
  text-decoration: none;
}

.bottom_btn:hover {
  background-color: #666;
  color: #FFF;
  text-decoration: none;
}

#pricing_table table.border {
  border: solid 1px #dddddd;
}

#pricing_table table.table-hover tr:hover td {
  background: #eeeeee;
}

#pricing_table table tr td {
  background: #ffffff;
  border: none;
  border-bottom: solid 1px #dddddd;
  padding: 10px;
  color: #333333;
  font-weight: 500;
}

#pricing_table table tr:last-child td {
  border: none;
}

/**************************************** icons **************************************************/
/**************************************** medium *************************************************/
[class^="icon-pricing-"],
[class*="icon-pricing-"] {
  display: inline-block;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  background-image: url("../images/icons-pricing.png");
  margin: 0 auto;
  vertical-align: middle;
}

.icon-pricing-wgs,
.icon-pricing-wgs.black,
.icon-pricing-wgs.red:hover {
  background-position: -0px -0px;
}

.icon-pricing-wgs:hover,
.icon-pricing-wgs.black:hover,
.icon-pricing-wgs.red {
  background-position: -0px -60px;
}

.icon-pricing-ss,
.icon-pricing-ss.black,
.icon-pricing-ss.red:hover {
  background-position: -60px -0px;
}

.icon-pricing-ss:hover,
.icon-pricing-ss.black:hover,
.icon-pricing-ss.red {
  background-position: -60px -60px;
}

.icon-pricing-reporting,
.icon-pricing-reporting.black,
.icon-pricing-reporting.red:hover {
  background-position: -120px -0px;
}

.icon-pricing-reporting:hover,
.icon-pricing-reporting.black:hover,
.icon-pricing-reporting.red {
  background-position: -120px -60px;
}

.icon-pricing-creative,
.icon-pricing-creative.black,
.icon-pricing-creative.red:hover {
  background-position: -180px -0px;
}

.icon-pricing-creative:hover,
.icon-pricing-creative.black:hover,
.icon-pricing-creative.red {
  background-position: -180px -60px;
}

/**************************************** small **************************************************/
[class^="icon-pricing-small-"],
[class*="icon-pricing-small-"] {
  display: inline-block;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  background-image: url("../images/icons-pricing-small.png");
  margin: 0 auto;
  vertical-align: middle;
}

.icon-pricing-small-wgs,
.icon-pricing-small-wgs.black,
.icon-pricing-small-wgs.red:hover {
  background-position: -0px -0px;
}

.icon-pricing-small-wgs:hover,
.icon-pricing-small-wgs.black:hover,
.icon-pricing-small-wgs.red {
  background-position: -0px -30px;
}

.icon-pricing-small-ss,
.icon-pricing-small-ss.black,
.icon-pricing-small-ss.red:hover {
  background-position: -30px -0px;
}

.icon-pricing-small-ss:hover,
.icon-pricing-small-ss.black:hover,
.icon-pricing-small-ss.red {
  background-position: -30px -30px;
}

.icon-pricing-small-reporting,
.icon-pricing-small-reporting.black,
.icon-pricing-small-reporting.red:hover {
  background-position: -60px -0px;
}

.icon-pricing-small-reporting:hover,
.icon-pricing-small-reporting.black:hover,
.icon-pricing-small-reporting.red {
  background-position: -60px -30px;
}

.icon-pricing-small-creative,
.icon-pricing-small-creative.black,
.icon-pricing-small-creative.red:hover {
  background-position: -90px -0px;
}

.icon-pricing-small-creative:hover,
.icon-pricing-small-creative.black:hover,
.icon-pricing-small-creative.red {
  background-position: -90px -30px;
}

/*************************************************************************************************/
/************************** icons enterprise ****************************************************/
[class^="icon-enterprise-"],
[class*="icon-enterprise-"] {
  display: block;
  background-repeat: no-repeat;
  height: 96px;
  width: 96px;
  background-image: url("../images/icons-enterprise.png");
  margin: 0 auto;
}

.icon-enterprise-wgs {
  background-position: -0px -0px;
}

.icon-enterprise-ad-formats {
  background-position: -96px -0px;
}

.icon-enterprise-ecosystem {
  background-position: -192px -0px;
}

.icon-enterprise-target-audience {
  background-position: -288px -0px;
}

.icon-enterprise-target-geography {
  background-position: -384px -0px;
}

.icon-enterprise-target-users {
  background-position: -480px -0px;
}

.icon-enterprise-pixel-tracking {
  background-position: -576px -0px;
}

.icon-enterprise-reporting {
  background-position: -0px -96px;
}

.icon-enterprise-dmp {
  background-position: -96px -96px;
}

.icon-enterprise-optimization {
  background-position: -192px -96px;
}

.icon-enterprise-multi-users {
  background-position: -288px -96px;
}

.experience-arrow {
  background: url(../images/experience-arrow-sm.png) 0 0 no-repeat;
  width: 150px;
  height: 120px;
  position: absolute;
  bottom: -26%;
  left: 15%;
}

@media (max-width: 768px) {
  .experience-arrow {
    background: url(../images/experience-arrow-sm.png) 0 0 no-repeat;
    width: 150px;
    height: 120px;
    position: absolute;
    bottom: -13%;
    left: 21%;
  }
}

@media (min-width: 1900px) {
  .experience-arrow {
    background: url(../images/experience-arrow-lg.png) 0 0 no-repeat;
    width: 150px;
    height: 120px;
    position: absolute;
    bottom: 65%;
    left: -10%;
  }
}

/***************************** Support Icons *******************************************************/
[class^="icon-support-"],
[class*="icon-support-"] {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  vertical-align: text-top;
  background: url(../images/support-icons.png) no-repeat 0px 0px;
}

[class^="icon-support-"]:hover,
[class*="icon-support-"]:hover,
#developer-feature-carousel .feature-block:hover [class^="icon-support-"],
#developer-feature-carousel .feature-block:hover [class*="icon-support-"] {
  -webkit-filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
  filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
}

.icon-support-addfunds {
  background-position: 0px 0px;
}

.icon-support-registerbrand {
  background-position: -80px 0px;
}

.icon-support-createadgroup {
  background-position: -0px -160px;
}

.icon-support-createcampaign {
  background-position: -160px 0px;
}

.icon-support-getadtag {
  background-position: -240px 0px;
}

.icon-support-enhancedbannerad {
  background-position: 0px -80px;
}

.icon-support-researchad {
  background-position: -80px -80px;
}

.icon-support-multichoicead {
  background-position: -80px -160px;
}

.icon-support-showresult {
  background-position: -160px -80px;
}

.icon-support-detaildoc {
  background-position: -240px -80px;
}

/**************************************************************************************/
[class^="cticon-"],
[class*="cticon-"] {
  display: block;
  width: 200px;
  height: 200px;
  line-height: 100px;
  background: url(../images/icons_campaigns_type.png) no-repeat 0 0;
  margin: auto
}

.cticon-question {
  background-position: 0 0;
  opacity: 1
}

.cticon-question:hover,
.cticon-question.active {
  opacity: 1
}

.cticon-banner {
  background-position: -200px 0;
  opacity: 1
}

.cticon-banner:hover,
.cticon-banner.active {
  opacity: 1
}

.cticon-text {
  background-position: -400px 0;
  opacity: 1
}

.cticon-text:hover,
.cticon-text.active {
  opacity: 1
}

.cticon-combo {
  background-position: -600px 0;
  opacity: 1
}

.cticon-combo:hover,
.cticon-combo.active {
  opacity: 1
}

.cticon-dt {
  background-position: -800px 0;
  opacity: 1
}

.cticon-dt:hover,
.cticon-dt.active {
  opacity: 1
}

.cticon-mr1 {
  background-position: -1000px 0;
  opacity: 1
}

.cticon-mr1:hover,
.cticon-mr1.active {
  opacity: 1
}

.cticon-mr22 {
  background-position: -1200px 0;
  opacity: 1
}

.cticon-mr22:hover,
.cticon-mr22.active {
  opacity: 1
}

.cticon-mr23 {
  background-position: -1400px 0;
  opacity: 1
}

.cticon-mr23:hover,
.cticon-mr23.active {
  opacity: 1
}

.cticon-mr32 {
  background-position: -1600px 0;
  opacity: 1
}

.cticon-mr32:hover,
.cticon-mr32.active {
  opacity: 1
}

.cticon-mr33 {
  background-position: 0 -200px;
  opacity: 1
}

.cticon-mr33:hover,
.cticon-mr33.active {
  opacity: 1
}

.cticon-hp1 {
  background-position: -200px -200px;
  opacity: 1
}

.cticon-hp1:hover,
.cticon-hp1.active {
  opacity: 1
}

.cticon-hp2 {
  background-position: -400px -200px;
  opacity: 1
}

.cticon-hp2:hover,
.cticon-hp2.active {
  opacity: 1
}

.cticon-pu1 {
  background-position: -600px -200px;
  opacity: 1
}

.cticon-pu1:hover,
.cticon-pu1.active {
  opacity: 1
}

.cticon-pu2 {
  background-position: -800px -200px;
  opacity: 1
}

.cticon-pu2:hover,
.cticon-pu2.active {
  opacity: 1
}

.cticon-pu3 {
  background-position: -1000px -200px;
  opacity: 1
}

.cticon-pu3:hover,
.cticon-pu3.active {
  opacity: 1
}

.cticon-lb1 {
  background-position: -1200px -200px;
  opacity: 1
}

.cticon-lb1:hover,
.cticon-lb1.active {
  opacity: 1
}

.cticon-lb2 {
  background-position: -1400px -200px;
  opacity: 1
}

.cticon-lb2:hover,
.cticon-lb2.active {
  opacity: 1
}

.cticon-bn1 {
  background-position: -1600px -200px;
  opacity: 1
}

.cticon-bn1:hover,
.cticon-bn1.active {
  opacity: 1
}

.cticon-bn2 {
  background-position: 0 -400px;
  opacity: 1
}

.cticon-bn2:hover,
.cticon-bn2.active {
  opacity: 1
}

.cticon-ss1 {
  background-position: -200px -400px;
  opacity: 1
}

.cticon-ss1:hover,
.cticon-ss1.active {
  opacity: 1
}

.cticon-ss2 {
  background-position: -400px -400px;
  opacity: 1
}

.cticon-ss2:hover,
.cticon-ss2.active {
  opacity: 1
}

.cticon-ss3 {
  background-position: -600px -400px;
  opacity: 1
}

.cticon-ss3:hover,
.cticon-ss3.active {
  opacity: 1
}

.cticon-ftmbl {
  background-position: -800px -400px;
  opacity: 1
}

.cticon-ftmbl:hover,
.cticon-ftmbl.active {
  opacity: 1
}

.cticon-ftmr {
  background-position: -1000px -400px;
  opacity: 1
}

.cticon-ftmr:hover,
.cticon-ftmr.active {
  opacity: 1
}

.cticon-free-res {
  background-position: -1200px -400px;
  opacity: 1
}

.cticon-free-res:hover,
.cticon-free-res.active {
  opacity: 1
}

.cticon-blank {
  background-position: -1400px -400px;
  opacity: 1
}

.cticon-blank:hover,
.cticon-blank.active {
  opacity: 1
}

.gdpr {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #929292;
}

.subbar {
  background: #000000;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  padding: 10px;
  text-align: center;
  overflow: hidden;
}

.subbar a {
  color: #ffffff;
  animation: blink 3s linear infinite;
}

.subbar a:hover,
.subbar a:focus {
  color: var(--maroon);
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

.contactbox {
  background: #FFF8DC;
  border: solid 1px #f7ddc3;
  padding: 20px 20px 30px 20px;
  text-align: center;
  margin-top: 230px;
}

iframe.if {
  border: none;
  width: 400px;
  margin: 13px 10px;
  height: 40px;
}

iframe.xsif {
  border: none;
  width: 365px;
  margin: 5px 5px 0 5px;
  height: 40px;
}

/****************************** SUBSCRIBE MODAL POPUP CSS ***************************************************************/
#slidebox {
  width: 630px;
  height: 120px;
  padding: 0;
  position: fixed;
  bottom: 30px;
  left: -660px;
  /* -moz-box-shadow: 0 8px 8px -4px #aaa;
  -webkit-box-shadow: 0 8px 8px -4px #aaa;
  box-shadow: 0 8px 8px -4px #aaa; */
  z-index: 990;
}

#slidebox p {
  font-size: 12px !important;
  text-transform: uppercase;
  color: #555555 !important;
  line-height: 18px !important;
}

#slidebox h2 {
  color: var(--maroon);
  font-size: 28px !important;
  margin: 10px 20px 10px 0px;
}

#slidebox a.close {
  background: transparent url(https://www.opinionads.com/images/close.gif) no-repeat top left;
  width: 13px;
  height: 13px;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 5px;
}

#slidebox a.close:hover {
  background-position: 0px -13px;
}

#slidebox .submit-btn {
  padding: 0px 20px;
}

#slidebox .submit-btn:hover {
  background-color: #ffffff;
}

#slidebox .form-group {
  width: 60%;
  display: inline-block;
  position: relative;
}

#slidebox input[type=email] {
  font-size: 18px;
  width: 100%;
  height: 42px !important;
  padding: 5px 15px !important;
  position: relative !important;
  bottom: 4px !important;
}

@media (max-width: 411px) {
  #slidebox {
    width: 360px;
    height: 190px;
  }

  #slidebox .form-group {
    bottom: -3px;
  }
}

@media (min-width: 412px) and (max-width: 767px) {
  #slidebox {
    width: 400px;
    height: 190px;
  }

  #slidebox .form-group {
    width: 70%;
    bottom: -3px;
  }
}

.bg-oavector {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.work-item {
  position: relative;
}

.work-item img {
  width: 100%;
  position: relative;
}

.work-item .overlay {
  position: absolute;
  bottom: 0px;
  padding: 1rem;
  width: 100%;
  left: 1px;
  background: rgba(0, 0, 0, 0.5);
}

.work-item:hover {
  cursor: pointer;
}

.work-item:hover .overlay {
  opacity: 1;
  cursor: pointer;
}

.work-item .overlay h4,
.work-item .overlay h6 {
  line-height: 1.25;
  margin-left: 0px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.work-item:hover .overlay h4,
.work-item:hover .overlay h6 {
  margin-left: 10px;
}

h6.special {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--dark);
  width: 90%;
  margin-bottom: 1rem;
}

h6.special span {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem 0.75rem 0;
  background: var(--extralight);
  /* border: solid 1px #d4d5d6;
  border-radius: 5px; */
}

h1.special {
  font-size: 48px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  color: var(--black) !important;
}

h3.special {
  font-size: 18px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  color: var(--dark) !important;
}

ul.topics,
ol.topics {
  padding-left: 0 !important;
}

.topics li {
  list-style-type: none;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300 !important;
}

.topics li::before {
  content: "\025B8";
  list-style-type: none;
  padding-right: 5px;
}

ul.topics.indent {
  padding-left: 1.5rem !important;
}

.topics.sub li::before {
  content: "\025B9";
  list-style-type: none;
  padding-right: 5px;
}

.back-to-top .svg-icon-chevron-up {
  width: 22px;
  height: 22px;
  display: block;
  margin: 12px 20px 12px 19px;
  stroke-width: 1.5px;
  left: 0;
  top: 0;
  color: #222;
}

.back-to-top,
.oa-help,
.oa-schedule {
  width: 62px;
  height: 62px;
  position: fixed;
  right: 0;
  bottom: 216px;
  color: #222;
  z-index: 301;
  border: 1px solid #ccc;
  text-decoration: none;
  background: #fff;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
  letter-spacing: 1.5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  line-height: 50px;
  margin: 0;
  cursor: pointer;
}

.oa-schedule {
  height: 72px;
}

.oa-schedule {
  bottom: 143px;
}

.oa-help {
  bottom: 80px;
}

.back-to-top .back-to-top-text,
.oa-help .oa-help-text,
.oa-schedule .oa-schedule-text {
  font-weight: 400;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: auto;
  bottom: 10px;
  font-size: 9px;
  text-transform: uppercase;
  color: var(--dark);
  line-height: 12px;
  display: block;
  letter-spacing: 0;
  left: 50%;
}

.back-to-top:hover,
.back-to-top:focus,
.oa-help:hover,
.oa-help:focus {
  background: var(--extralight);
}

.oa-schedule:hover,
.oa-schedule:focus {
  background: var(--maroon);
  border: 1px solid var(--maroon);
}

.oa-schedule:hover .material-icons,
.oa-schedule:focus .material-icons,
.oa-schedule:focus .oa-schedule-text,
.oa-schedule:hover .oa-schedule-text {
  color: var(--white) !important;
}

.back-to-top:hover .back-to-top-text {
  color: var(--black) !important;
  font-weight: 600;
}

.oo_feedback_float {
  bottom: 80px;
  overflow: hidden;
  width: 64px;
  height: 64px;
  color: var(--dark);
  line-height: 12px;
  font-weight: 400;
  font-size: 9px;
  text-transform: uppercase;
  background: #fff;
  right: 0 !important;
  border: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
  z-index: 103;
  position: fixed;
}

.oo_feedback_float .olUp {
  width: 100%;
  height: 18px;
  background: url(../images/icon-help.png) center 14px no-repeat;
  text-align: center;
  padding: 42px 0 0px 0;
  position: relative;
  z-index: 2;
  filter: alpha(opacity=100);
  opacity: 1;
  transition: opacity .5s;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
}

.oo_feedback_float:hover,
.oo_feedback_float:focus {
  background: var(--extralight);
  color: var(--black);
  font-weight: 600;
}

h1.number {
  margin: 30px 0 20px 0;
  font-size: 38px;
  font-weight: 500 !important;
  color: var(--maroon) !important;
  z-index: 1;
  position: relative;
}

h1 span.shadow {
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 10%);
  position: absolute;
  font-size: 72px;
  font-weight: 800 !important;
  color: var(--extralight);
  z-index: -1;
}

.home .videoframe {
  max-width: 100%;
  width: 70%;
  position: relative;
  left: 15%;
  padding: 80px 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border: 1px solid #999999 !important;
}

.jobcard {
  background: #F4F4F4 !important;
  outline: 3px solid #cccccc;
  outline-offset: -3px;
  transition: .10s;
  text-align: center;
  padding-bottom: 20px;
}

.jobcard:hover {
  background: var(--maroon) !important;
  outline: 3px solid var(--maroon);
  outline-offset: -3px;
}

.jobcard:hover h3,
.jobcard h3:hover,
.jobcard:hover p,
.jobcard p:hover {
  color: #FFFFFF !important;
}

.jobcard:hover .submit-btn,
.jobcard .submit-btn:hover {
  background: #ffffff;
  color: var(--maroon);
}

#jobdetails ul li {
  font-size: 18px;
  line-height: 30px;
  font-weight: 100;
}

/************************************************* Quote **************************************/
.quote-section {
  text-align: center;
  max-inline-size: 722px;
  margin: 0 auto 2rem;
  padding: 0 2rem;
  position: relative;
}

.quote-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-size: 100%;
  inline-size: 720px;
  block-size: 270px;
  background-image: var(--background-image-desktop);
}

.quote-section.quote-section_bg3::before {
  --background-image-desktop: url(../images/quote-background_3.png);
}

.quote-section_container {
  padding: var(--space-64) 0;
  max-inline-size: 600px;
  margin: 0 auto;
}

.quote {
  font-family: 'Barriecito', cursive;
  font-size: 24px;
  color: #000;
  letter-spacing: 2px;
  line-height: 1.5;
  font-weight: 400;
  border: none;
}

.quote-box {
  border-left: 5px solid var(--dark);
  background-color: var(--extralight);
  padding: 1rem;
  color: var(--black);
  font-weight: 500;
}

/**********************************************************************************************/
/************************************* FAQs ********************************************/
#faq .accordion .card {
  transform: translateY(0);
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: solid 5px #f4f4f4;
  border-radius: .5rem;
  transition: .2s ease-out;
}

#faq .accordion .card:hover {
  border: solid 5px #dddddd;
  border-radius: .5rem;
}

#faq .accordion .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  display: flex;
}

#faq .accordion .card .card-text {
  padding: 40px !important;
  cursor: pointer;
}

#faq .accordion .card .card-text .bullet {
  content: "\000BB";
  margin-right: 0.75rem;
  color: #343a40;
  font-weight: 400;
}

#faq .accordion .card .card-text p a.btn-link {
  display: inline-block;
}

#faq .accordion .card .card-text p a.btn-link::after {
  content: "";
  margin-left: 0;
}

#faq .accordion .card-body::after {
  position: absolute;
  right: 20px;
  top: 14px;
}

/*
#faq .accordion .card-body[aria-expanded="true"]::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  right: 3px;
  top: 7px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #1c0950;
  vertical-align: middle;
  transition: transform .2s ease-out, opacity .2s ease-out;
  transform: rotate(270deg);
  opacity: 1;
  margin-top: 45px;
  margin-right: 40px;
}

#faq .accordion .card-body[aria-expanded="false"]::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  right: 3px;
  top: 7px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #1c0950;
  vertical-align: middle;
  transition: transform .2s ease-out, opacity .2s ease-out;
  transform: rotate(90deg);
  opacity: .25;
  margin-top: 45px;
  margin-right: 40px;
}
*/

.glossary-section {
  max-width: 100%;
  margin: 0 auto;
}

.glossary-section header {
  margin-bottom: 70px;
}

.glossary-section header>p {
  font-size: 22px;
  color: #AEB9C6;
}

.glossary-section details {
  cursor: pointer;
}

.glossary-section summary:focus-visible {
  outline: 2px solid orange;
  outline-offset: 8px;
  border-radius: 4px;
}

.glossary-section summary {
  font-size: 20px;
  color: #f4f4f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.glossary-section h4 {
  width: 100%;
}

.glossary-section summary::marker {
  display: none;
  content: "";
}

.glossary-section span {
  margin-top: 4px;
  color: #f4f4f6;
}

.glossary-section details>p {
  max-width: 650px;
  color: #AEB9C6;
  font-size: 18px;
  line-height: 155%;
  letter-spacing: .1px;
  margin-bottom: 40px;
  padding-left: 10px;
}

.glossary-section hr {
  border: 1px solid #404E5C;
  margin-block-end: 30px;
}

.faq-section .wrapper {
  width: 100%;
}

.faq-section h1 {
  margin-bottom: 20px;
}

.faq-section .fcontainer {
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
  margin: 20px 0;
}

.faq-section .question {
  font-size: 18px;
  font-weight: 400;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.faq-section .question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.faq-section .question.active::after {
  transform: rotate(45deg);
}

.faq-section .answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.faq-section .answer {
  padding: 0 20px 20px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 100;
}


/************************************* FAQs ********************************************/
.count-box2 {
  position: relative;
  background: #ffffff;
  color: #000;
  border: 0;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
  padding: 10px 20px;
  margin: 3px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  min-height: 100px;
}

.count-box2.inverse {
  background: var(--maroon);
  color: #ffffff;
}

.count-box2 img {
  padding-top: 20px;
}

.count-box2 .num {
  font-size: 38px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.count-box2 .desc {
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

/**************************************************************************************/
.pattern-1,
.pattern-2,
.pattern-3,
.pattern-4,
.pattern-5 {
  position: relative;
}

.pattern-1::after {
  background-image: url(https://www.opinionads.com/images/pattern-1.svg);
  background-position: top;
  bottom: 0;
  content: "";
  height: 312px;
  left: 0;
  -webkit-mask-image: linear-gradient(0deg, transparent 35%, #000 75%);
  mask-image: linear-gradient(0deg, transparent 35%, #000 75%);
  padding: 40px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.pattern-2::after {
  background-image: url(https://www.opinionads.com/images/pattern-2.svg);
  background-position: top;
  bottom: 0;
  content: "";
  height: 312px;
  left: 0;
  -webkit-mask-image: linear-gradient(0deg, transparent 35%, #000 75%);
  mask-image: linear-gradient(0deg, transparent 35%, #000 75%);
  padding: 40px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.pattern-3::after {
  background-image: url(https://www.opinionads.com/images/pattern-3.svg);
  background-position: top;
  bottom: 0;
  content: "";
  height: 312px;
  left: 0;
  -webkit-mask-image: linear-gradient(0deg, transparent 35%, #000 75%);
  mask-image: linear-gradient(0deg, transparent 35%, #000 75%);
  padding: 40px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.pattern-4::after {
  background-image: url(https://www.opinionads.com/images/pattern-4.svg);
  background-position: top center;
  bottom: 0;
  content: "";
  height: 312px;
  left: 0;
  -webkit-mask-image: linear-gradient(0deg, transparent 35%, #000 75%);
  mask-image: linear-gradient(0deg, transparent 35%, #000 75%);
  padding: 40px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.3;
}

.pattern-5::after {
  background-image: url(https://www.opinionads.com/images/pattern-5.svg);
  background-position: top;
  bottom: 0;
  content: "";
  height: 312px;
  left: 0;
  -webkit-mask-image: linear-gradient(0deg, transparent 35%, #000 75%);
  mask-image: linear-gradient(0deg, transparent 35%, #000 75%);
  padding: 40px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;

}

.pattern-dots {
  background: url('data: image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAATklEQVQYV2MMfvY6jQEI1kqJzgLRuAAj0QqxmfDaz08KJC66adMzmDwjRQqxaWaseB0M9kyH6Fr8niFaIVY3LoXYIhqNsAW7Z4hViM0WAMUNIAvFueBHAAAAAElFTkSuQmCC') repeat var(--black);
}

.alert {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
}

/********************************* TRIANGLES ********************************************/
.bg-triangle-left.bg-triangle-light {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M0 100 V 90 L 10 100 Z' fill='white' fill-opacity='0.03'></path><path d='M0 90 V 80 L 10 90 Z' fill='white' fill-opacity='0.045'></path><path d='M10 100 V 90 L 20 100 Z' fill='white' fill-opacity='0.025'></path><path d='M0 90 H 10 V 100 Z' fill='white' fill-opacity='0.06'></path></svg>");
}

.bg-triangle-top {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.bg-triangle-left {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M0 100 V 90 L 10 100 Z' fill='%23212529' fill-opacity='0.03'></path><path d='M0 90 V 80 L 10 90 Z' fill='%23212529' fill-opacity='0.045'></path><path d='M10 100 V 90 L 20 100 Z' fill='%23212529' fill-opacity='0.025'></path><path d='M0 90 H 10 V 100 Z' fill='%23212529' fill-opacity='0.06'></path></svg>");
}

.bg-triangle-right.bg-triangle-light {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M100 100 V 90 L 90 100 Z' fill='white' fill-opacity='0.045'></path><path d='M100 90 V 80 L 90 90 Z' fill='white' fill-opacity='0.015'></path><path d='M90 100 V 90 L 80 100 Z' fill='white' fill-opacity='0.03'></path><path d='M90 100 V 90 H 100 Z' fill='white' fill-opacity='0.06'></path></svg>");
}

.bg-triangle-right {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><path d='M100 100 V 90 L 90 100 Z' fill='%23212529' fill-opacity='0.045'></path><path d='M100 90 V 80 L 90 90 Z' fill='%23212529' fill-opacity='0.015'></path><path d='M90 100 V 90 L 80 100 Z' fill='%23212529' fill-opacity='0.03'></path><path d='M90 100 V 90 H 100 Z' fill='%23212529' fill-opacity='0.06'></path></svg>");
}

.bg-triangle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
}

/********************************* TRIANGLES ********************************************/

.cta-btn {
  display: inline-block;
  padding: 1.25rem 2.5rem !important;
  border: 0;
  border-radius: 10rem;
  color: var(--white) !important;
  font-weight: 400;
  font-size: var(--btn-link-font-size);
  line-height: 2rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cta-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--maroon);
  border-radius: 10rem;
  z-index: -2;
}

.cta-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--black);
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}

.cta-btn:hover,
.cta-btn:focus {
  color: var(--white) !important;
  cursor: pointer;
}

.cta-btn:hover::before,
.cta-btn:focus::before {
  width: 100%;
}

.cta-btn.style2 {
  color: var(--black) !important;
}

.cta-btn.style2:hover,
.cta-btn.style2:focus {
  color: var(--white) !important;
}

.cta-btn.style2::after {
  background-color: transparent;
  outline: solid 2px var(--black);
  outline-offset: -2px;
}

.cta-btn.style3 {
  color: var(--black) !important;
}

.cta-btn.style3:hover,
.cta-btn.style3:focus {
  color: var(--white) !important;
}

.cta-btn.style3::after {
  background-color: var(--white);
}

.cta-btn.style4 {
  color: var(--black) !important;
}

.cta-btn.style4::after {
  background-color: var(--white);
}

.cta-btn.style4:hover,
.cta-btn.style4:focus {
  color: var(--white) !important;
}

.cta-btn.style4:hover::before {
  background-color: var(--maroon);
}


/******** DISABLED BUTTON **********/

.cta-btn.disabled,
.cta-btn.style2.disabled {
  font-weight: 600;
  cursor: default;
  opacity: 0.75;
  padding-left: 20px !important;
}

.cta-btn.disabled::after {
  background-color: var(--bg-maroon);
}

.cta-btn.disabled::before {
  content: "";
  position: absolute;
  background-color: var(--bg-maroon);
  top: 12px;
  padding-left: 20px;
}

.cta-btn.style2.disabled,
.cta-btn.style2.disabled:hover,
.cta-btn.style2.disabled:focus,
.cta-btn.style2.disabled::before,
.cta-btn.style2.disabled::after {
  transition: none;
  color: var(--white) !important;
  background-color: var(--black);
  border: solid 1px var(--black);
  opacity: 0.7;
  font-weight: 600;

}

.cta-btn.disabled.arrow {
  padding-left: 40px !important;
}

.cta-btn.disabled.arrow::before {
  content: "\2714";
}

/*********** button link ***********************/
.cta-link {
  color: var(--maroon);
  font-weight: 400;
  position: relative;
  display: inline-block;
}

.cta-link:hover {
  color: var(--maroon);
}

.cta-link::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -28px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(https://www.opinionads.com/images/arrow-text.svg) no-repeat center;
  transition: right .2s ease-out;
  transform: rotate(-45deg);
}

.cta-link:hover::after {
  right: -34px;
  transform: rotate(0deg);
}

/**********************************************************************************/
/*
.cta-btn {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border: 0;
  border-radius: 100vw;
  margin: 0;
  padding: 0.7rem 1rem 0.8rem 2rem;
  display: inline-flex;
  background: none;
  color: var(--white);
  font-size: 24px;
  letter-spacing: -1px;
}

.cta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  border-radius: 100vw;
  background-image: linear-gradient(-45deg, var(--maroon), transparent 50%);
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.25, 0, 0.75, 1), opacity 1s ease;
}

.cta-btn::after {
  content: ">";
  display: grid;
  place-items: center;
  height: 1em;
  width: 1em;
  padding: 4px;
  margin-left: 0.65rem;
  border-radius: 100vw;
  background: var(--maroon);
  color: var(--dark);
  font-size: 0.75em;
  line-height: 0;
  transform: translateY(2px);
  transition: background-color 0.25s ease 0.25s;
}

.cta-btn:hover::before {
  transform: translateX(0);
  opacity: 1;
}

.cta-btn:hover::after {
  background: var(--white);
}
*/
/******************************* Material icons ***********************************/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.material-icons.md-18,
.material-symbols-outlined.md-18 {
  font-size: 18px !important;
}

.material-icons.md-24,
.material-symbols-outlined.md-24 {
  font-size: 24px !important;
}

.material-icons.md-36,
.material-symbols-outlined.md-36 {
  font-size: 36px !important;
}

.material-icons.md-48,
.material-symbols-outlined.md-48 {
  font-size: 48px !important;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark,
.material-symbols-outlined.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive,
.material-symbols-outlined.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light,
.material-symbols-outlined.md-light {
  color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive,
.material-symbols-outlined.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/**********************************************************************************/

/**************************************************************************************/
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 18px;
  top: -3px;
  margin-right: 5px;
}

.lds-facebook span {
  display: inline-block;
  position: absolute;
  left: 3px;
  width: 6px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook span:nth-child(1) {
  left: 3px;
  animation-delay: -0.24s;
}

.lds-facebook span:nth-child(2) {
  left: 12px;
  animation-delay: -0.12s;
}

.lds-facebook span:nth-child(3) {
  left: 21px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 3px;
    height: 24px;
  }

  50%,
  100% {
    top: 9px;
    height: 12px;
  }
}

/*********************** Download Case study - FORM CONTROLS *****************************/
.download_cs .btn.btn-maroon {
  background-color: #b71c1c;
  border: solid 1px #b71c1c;
  color: #ffffff !important;
  text-decoration: none;
  position: relative;
  z-index: 2;
  position: relative;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 20px;
}

.download_cs .btn.btn-maroon:hover,
.download_cs .btn.btn-maroon:focus,
.download_cs .btn.btn-outline-maroon:hover,
.download_cs .btn.btn-outline-maroon:focus {
  background-color: #a00b0b;
  border: solid 1px #a00b0b;
  color: #ffffff !important;
  text-decoration: none;
}

.download_cs .form-control::placeholder {
  color: #6c757d;
  font-size: 14px;
  font-weight: 200;
}

.download_cs .form-control:focus::placeholder {
  font-size: 0;
}

.download_cs textarea,
.download_cs .form-control[type="text"],
.download_cs .form-control[type="email"],
.download_cs .form-control[type="password"],
.download_cs textarea.form-control {
  background: transparent;
  font-size: 24px !important;
  line-height: 1.5;
  color: #000000 !important;
  font-weight: 300 !important;
  padding: 30px 0 !important;
  border: 0 !important;
  border-bottom: 2px solid #999999 !important;
  border-radius: 0 !important;
  box-shadow: none;
}

.download_cs .form-control[type="text"]:focus,
.download_cs .form-control[type="email"]:focus,
.download_cs .form-control[type="password"]:focus,
.download_cs textarea.form-control:focus {
  border: 0;
  border-bottom: 2px solid #b71c1c !important;
  border-radius: 0;
  box-shadow: none;
}

.download_cs select,
.download_cs .custom-select {
  font-family: 'Open Sans', sans-serif !important;
  height: 60px !important;
  border: 0 !important;
  border-bottom: 2px solid #999999 !important;
  border-radius: 0 !important;
  font-size: 1.5rem !important;
  line-height: 1.5;
}

.download_cs .form-group label {
  font-size: 18px;
  color: #343a40;
  font-weight: 200;
}

.download_cs label.error {
  background: none;
  color: red !important;
  padding: 1px 0px;
  z-index: 1;
  margin: 3px 0px;
  text-align: left;
  width: 100%;
  display: block;
  position: relative;
}

.download_cs label.error::before {
  content: "";
  color: none;
  top: 0px;
  left: 0;
}

/**************************************************************************/
.bg-connected-lines {
  background: url('https://www.opinionads.com/images/connected-line.png') center center no-repeat;
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: 300px;
  background-size: cover;
}

.geo-circle {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -0%);
  text-align: center;
}

.calc-box {
  background: #ffffff;
  border: dashed 3px #cccccc;
  padding: 50px 30px 30px 30px;
  margin: 50px auto 10px auto;
}

.morphext>.animated {
  display: inline-block;
}

/*************************************************************************************/
/*********************** AD FORMATS **************************************************/
/*************************************************************************************/
/* #adformats.wrapper {
  width: 100%;
  height: auto;
  position: relative;
  overflow-x: hidden;
} */

#adformats>#sidebar {
  background: var(--extralight);
  margin: 0% 3% 0 3%;
  border-radius: 0;
  width: 100%;
  height: 80vh;
  position: relative;
  overflow-x: hidden;
  border-left: solid 1px var(--light);
  border-right: solid 1px var(--light);
}

#adformats>.header {
  font-size: 16px;
  font-weight: 500;
  background-color: var(--white);
  color: var(--muted);
  padding: 24px;
  text-transform: uppercase;
  justify-content: center;
  text-align: left;
  margin: 2rem 3% 0% 3%;
  width: 100%;
  border: solid 1px var(--light);
  border-radius: 20px 20px 0 0;
}

#adformats>.cta {
  background-color: var(--light);
  padding: 24px;
  justify-content: center;
  text-align: center;
  margin: 0 0% 8% 3%;
  width: 100%;
  border-top: solid 1px var(--light);
  border-radius: 0 0 20px 20px;
}

#adformats>#sidebar ul,
#adformats>#sidebar ul li {
  list-style-type: none;
  padding-left: 0;
}

#adformats>#sidebar ul li.title {
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
  text-transform: uppercase;
  line-height: 1.5;
  padding: 10px 5px 10px 2em;
  display: block;
  transition: all 0.15s;
  border-bottom: solid 1px var(--light);
}

#adformats>#sidebar>ul>li {
  margin-bottom: 2em;
}

#adformats>#sidebar ul li a.cat {
  background: var(--extralight);
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
  /* text-transform: uppercase; */
  line-height: 1.25;
  padding: 6px 5px 6px 2em;
  display: block;
  transition: all 0.15s;
  /* border-bottom: solid 1px var(--light); */
}

#adformats>#sidebar ul.subcat {
  /* border-top: solid 1px var(--light); */
  padding-top: 0.5em;
  margin-left: calc(4em + 6px);
  /* margin-left: 4em; */
}

#adformats>#sidebar ul.subcat li a {
  background: var(--extralight);
  font-size: 16px;
  font-weight: 500;
  color: var(--light1);
  display: block;
  line-height: 1.25;
  padding: 6px 5px 6px 0em;
}

#adformats>#sidebar ul li a.cat:hover,
#adformats>#sidebar ul li a.cat.active {
  background: var(--extralight);
  border-radius: 10px;
  color: var(--maroon);
  cursor: pointer;
}

#adformats>#sidebar ul.subcat li a:hover,
#adformats>#sidebar ul.subcat li a.active {
  color: var(--maroon);
}

[class^="icon-adformat-"]::before,
[class*="icon-adformat-"]::before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 0 5% 0 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  transition: transform 0.2s;
  filter: saturate(0%) grayscale(100%);
  background: url("../images/aficon.png") -0px -0px no-repeat;
}

#adformats>#sidebar ul li a[class^="icon-adformat-"]:hover::before,
#adformats>#sidebar ul li a[class*="icon-adformat-"]:hover::before {
  transform: translateX(3px);
  filter: saturate(100%) grayscale(0%);
}

#adformats>#sidebar ul li a[class^="icon-adformat-"].active::before,
#adformats>#sidebar ul li a[class*="icon-adformat-"].active::before {
  transform: translateX(2px);
  filter: saturate(100%) grayscale(0%);
}

.icon-adformat-richmedia::before {
  background-position: -0px -0px;
}

.icon-adformat-sequence::before {
  background-position: -24px -0px;
}

.icon-adformat-banner::before {
  background-position: -48px -0px;
}

.icon-adformat-enhancedbanner::before {
  background-position: -72px -0px;
}

.icon-adformat-survey::before {
  background-position: -96px -0px;
}

.icon-adformat-bls::before {
  background-position: -0px -24px;
}

.icon-adformat-healthcare::before {
  background-position: -24px -24px;
}

.icon-adformat-reveal::before {
  background-position: -48px -24px;
}

.icon-adformat-shoppable::before {
  background-position: -72px -24px;
}

.icon-adformat-adspecs::before {
  background-position: -96px -24px;
}

.element-widget {
  display: flex;
  flex-direction: initial;
  flex-wrap: initial;
  justify-content: initial;
  align-items: initial;
  align-content: initial;
  gap: initial;
  flex-basis: initial;
  flex-grow: initial;
  flex-shrink: initial;
  order: initial;
  align-self: initial;
}

.element-container {
  display: inline-block;
  padding: 0px 55px 0px 45px;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: var(--muted);
}

.element-container:first-child {
  padding: 0px 35px 0px 0px;
}

.element-container:last-child {
  border-width: 0;
}

.kpi-sections {
  --spacing: 1px;
  margin-bottom: 1rem;
  padding-top: var(--spacing);
  padding-bottom: var(--spacing);
  display: flex;
  column-gap: var(--spacing);
}

.kpi-sections .kpi {
  height: auto;
  /* 15vh; */
  flex: 1;
  display: grid;
  place-items: center;
  border-right: solid 1px var(--muted);
}

.kpi-sections .kpi:last-child {
  border-right: none;
}

/******************* START:: List styles *************************/
ul.tick li {
  list-style-type: none;
}

ul.tick li::before {
  content: "\02714";
  list-style-type: none;
  padding-right: 10px;
  font-weight: bold;
  color: var(--success);
}

/********************* END:: List styles *************************/
[class^="icon-benefits-roles-"],
[class*="icon-benefits-roles-"] {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  vertical-align: text-top;
  background: url(../images/icons-benefits-roles.png) no-repeat 0px 0px;
}

.icon-benefits-roles-director {
  background-position: 0px 0px;
}

.icon-benefits-roles-director:hover,
.icon-benefits-roles-director.active {
  background-position: 0px -36px;
}

.icon-benefits-roles-mediabuyers {
  background-position: -36px -0px;
}

.icon-benefits-roles-mediabuyers:hover,
.icon-benefits-roles-mediabuyers.active {
  background-position: -36px -36px;
}

.icon-benefits-roles-agency {
  background-position: -72px 0px;
}

.icon-benefits-roles-agency:hover,
.icon-benefits-roles-agency.active {
  background-position: -72px -36px;
}

.icon-benefits-roles-consumer {
  background-position: -108px 0px;
}

.icon-benefits-roles-consumer:hover,
.icon-benefits-roles-consumer.active {
  background-position: -108px -36px;
}

.icon-benefits-roles-researcher {
  background-position: -144px 0px;
}

.icon-benefits-roles-researcher:hover,
.icon-benefits-roles-researcher.active {
  background-position: -144px -36px;
}

/********************* START:: WORKS LOGO **********************************************/
[class^="work-logo-"],
[class*="work-logo-"] {
  content: "";
  background-image: url("https://www.opinionads.com/images/work-logos.webp");
  background-repeat: no-repeat;
  width: 150px;
  height: 60px;
  margin: 0 3% 0 0;
  display: inline-block;
  vertical-align: middle;
  filter: saturate(0%) grayscale(100%) contrast(100%)
}

#work a:hover [class^="work-logo-"],
#work a:hover [class*="work-logo-"]:hover {
  filter: grayscale(0);
}

.work-logo-hughes {
  background-position: -0px -0px;
}

.work-logo-hologic {
  background-position: -150px -0px;
}

.work-logo-pharmeasy {
  background-position: -300px -0px;
}

.work-logo-uniofflorida {
  background-position: -450px -0px;
}

.work-logo-atlantafalcon {
  background-position: -0px -60px;
}

.work-logo-corus {
  background-position: -150px -60px;
}

.work-logo-ryobi {
  background-position: -300px -60px;
}

.work-logo-suzy {
  background-position: -450px -60px;
}

/********************* END:: WORKS LOGO ************************************************/

/********************* ICONS - TEMPLATE MARKETPLACE CATEGORIES *************************/

[class^="icon-tmp-cat-"],
[class*="icon-tmp-cat-"] {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  vertical-align: text-top;
  background: url(../images/icons-template-marketplace-category.png) no-repeat 0px 0px;
}

.icon-tmp-cat-brandrecall {
  background-position: 0px 0px;
}

.icon-tmp-cat-competitive {
  background-position: -48px -0;
}

.icon-tmp-cat-conversion {
  background-position: -96px -0;
}

.icon-tmp-cat-creative {
  background-position: -144px 0;
}

.icon-tmp-cat-favorability {
  background-position: -192px 0;
}

.icon-tmp-cat-nps {
  background-position: -240px 0;
}

.icon-tmp-cat-purchaseintent {
  background-position: -288px 0;
}

.subscribeModal .modal-dialog {
  padding-top: 100px;
  z-index: 1111;
}

.subscribeModal .modal-body {
  background: url(https://www.opinionads.com/images/popup-background.webp) 0 0px no-repeat;
  background-size: auto;
  background-size: cover;
  border: solid 3px #ffffff;
  min-height: 500px;
  border-radius: 10px;
}

.subscribeModal .modal-body a.close {
  color: #000000;
  opacity: 1 !important;
  text-shadow: none;
  position: absolute;
  right: 12px;
  top: 0px;
  padding: 5px 5px 6px 6px;
  font-weight: normal !important;
  text-shadow: none;
}

.subscribeModal .modal-body a.close:hover {
  color: #B71C1C;
}

.icon-36 {
  width: 36px;
  height: 36px;
  font-size: 36px;
}

.icon-64 {
  width: 64px;
  height: 64px;
  font-size: 64px;
}

.icon-96 {
  width: 96px;
  height: 96px;
  font-size: 96px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 10px 20px;
  border: solid 1px var(--light);
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--dark);
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: var(--maroon);
  background: var(--light);
  border-radius: 50px;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* .portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
} */

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: var(--maroon);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 48px);
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: calc(50% - 50px);
}