@charset "UTF-8";
/* ****************************************************************************

Theme Name: iEntry Theme                     		
Fonts:												
font-family: 'Poppins', sans-serif;

/* ****************************************************************************/
/* ****************************************************************************/
/* General HTML                                                               */
/* ****************************************************************************/
body {
  background-color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  height: 100%;
  /*  margin-bottom: 130px;*/
  overflow-x: hidden;
}
html {
  position: relative;
  min-height: 100%;
}
h1, h2, h3, h4 {}

.grecaptcha-badge {
	display: none !important;
}
/* ****************************************************************************/
/* Bootstrap Utilities                                                        */
/* ****************************************************************************/
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.font-sm {
  font-size: .65em
}
.font-md {
  font-size: 1.25em;
}
.align-items-center {
  display: flex;
  align-items: center; /*Aligns vertically center */
  justify-content: center; /*Aligns horizontally center */
}
.fancy-font {
  font-family: 'Poppins', sans-serif;
}
.font-red {
  color: #cc0000;
}
.font-weight-bold {
  font-weight: 800;
}
/* ****************************************************************************/
/* Main Site Menu                                                             */
/* ****************************************************************************/
#menu-main-menu {
  display: none;
}
.navbar-brand {
  max-width: 105px;
}
#header {
  width: 100%;
}
#header .bg-light {
  box-shadow: 1px 1px 20px -12px #000;
}
#header .nav-link.active {
  border-bottom: solid 2px #CC0000;
}
#header .nav-link {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  border-bottom: solid 2px transparent;
}
#header .nav-link:hover {
  border-bottom: solid 2px #CC0000;
  color: #CC0000;
  transition: .5s ease-in-out;
}
.menu-text {
  position: relative;
  font-weight: 800;
  font-size: 10px;
  top: -4px;
  opacity: 0;
  right: 0;
  transition: .5s ease-in-out;
  color: #CC0000;
}
#nav-icon:hover .menu-text {
  opacity: 1;
  right: -45px;
  color: #000;
}
#header li.menu-item {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
}
#nav-icon {
  width: 40px;
  height: 25px;
  position: relative;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin-left: 30px;
}
#nav-icon .spanstyle {
  display: block;
  position: absolute;
  height: 3px;
  background: #CC0000;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon #span1 {
  top: 0px;
  width: 100%;
}
#nav-icon #span2 {
  top: 8px;
  width: 80%;
  right: 0;
}
#nav-icon #span3 {
  top: 16px;
  width: 60%;
  right: 0;
}
#nav-icon2 {
  width: 40px;
  height: 25px;
  position: relative;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin-left: 30px;
}
#nav-icon2 .spanstyle {
  display: block;
  position: absolute;
  height: 3px;
  background: #CC0000;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon2 #span1 {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 10px;
  width: 100%;
}
#nav-icon2 #span2 {
  width: 100%;
  opacity: 0;
}
#nav-icon2 #span3 {
  width: 100%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 10px;
}
#social-icons {
  position: relative;
  bottom: -7px;
}
#social-icons {
  display: none;
}
#social-icons a {
  color: #CC0000;
  text-decoration: none;
  font-size: 22px;
	transition: .5s ease-in-out;
}

#social-icons a:hover {
	transition: .5s ease-in-out;
	color: #000;
}

#header .nav-link {
  font-size: 14px;
  text-transform: uppercase;
}
#menu-img {
  display: none;
}
#overlay-form {
  max-width: 100%;
  margin-top: 10px;
}
#overlay-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .95);
  transition: all 1s ease;
  z-index: 1031;
  padding: 0 10%;
  overflow-y: auto;
  visibility: hidden;
}
#overlay-nav-icon {
  padding-top: 25px;
}
#overlay-menu-items {
  padding-left: 0;
}
#overlay-menu-items li a.lg-item {
  color: #FFF;
  font-size: 30px;
  text-decoration: none;
  font-weight: 800;
  transition: all .5s ease;
}
#overlay-menu-items li a.lg-item:hover {
  color: #CC0000;
  transition: all .5s ease;
}
#menu-sm {
  text-transform: uppercase;
  font-weight: 800;
  color: #7c7c7c;
  position: relative;
  bottom: -8px;
  font-size: 12px;
}
#sm-list li a {
  color: #CC0000;
  text-decoration: none;
}
li#media-kit {
  color: #FFF;
  font-size: 25px;
  text-decoration: none;
  font-weight: 800;
  margin-bottom: 15px;
}
#overlay-address #a-title {
  color: #7c7c7c;
  text-transform: uppercase;
  font-weight: 800;
}
#overlay-address {
  font-size: 12px;
  color: #fff;
}
#overlay-address a {
  color: #fff;
  text-decoration: none;
}
/* ****************************************************************************/
/* Main Site Content                                                          */
/* ****************************************************************************/
#media-btn .btn-primary {
  color: #fff;
  background-color: #CC0000;
  border-color: #CC0000;
  position: relative;
}
#media-btn .btn {
  border-radius: 0px;
  width: 250px;
  transition: all .3s ease;
}
#media-btn .btn:hover {
  width: 280px;
  transition: all .3s ease;
  font-weight: bold;
}
#media-btn-pop .btn-primary {
  color: #fff;
  background-color: #CC0000;
  border-color: #CC0000;
  position: relative;
}
#media-btn-pop .btn {
  border-radius: 0px;
  width: 100%;
  transition: all .3s ease;
}
#media-btn-pop .btn:hover .hoverarrow {
  transition: all .3s ease;
  left: 0px;
}
.text-bg {
  display: inline-block;
  background-color: #CC0000;
  position: relative;
  z-index: 2;
}
.hoverarrow {
  transition: all .3s ease;
  display: inline-block;
  position: relative;
  left: -20px;
}
#media-btn .btn:hover .hoverarrow {
  transition: all .3s ease;
  left: 0px;
}
#img-anim-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  height: 100vh;
  padding-top: 0;
}
#home-header {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 0;
}
#home-header #shadow {
  background: rgb(0, 0, 0, .7);
  width: 180%;
  position: absolute;
  left: -310px;
  top: 0;
  height: 100%;
  z-index: 2;
  /* border-radius: 0 0 120px 0; */
  transform: skew(36deg);
  visibility: visible;
}
.fullsize-video-bg .videowrapper {
  background: url('imgs/video-header-bg.jpg') 0px 0px / cover no-repeat;
}
.videowrap {
  padding-bottom: 57.25%;
  position: absolute;
  height: 0;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.videowrap iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.fullsize-video-bg {
  overflow: hidden;
  /* margin-top: -32px; */
  border-radius: 0 0 120px 0;
  background-color: #000;
  /* height: 100vh; */
  height: 0;
  padding-top: 47.6%;
  position: relative;
}
.image-header {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 120px 0;
  overflow: hidden;
}
img#img-anim {
  position: absolute;
  top: 0;
  left: 0;
}
#header-text {
  position: absolute;
  left: 5%;
  top: 35%;
  max-width: 350px;
  z-index: 3;
  visibility: visible;
}
#header-text h1 {
  font-weight: 800;
}
#subtext {
  font-weight: 800;
  color: #cc0000;
}
#header-line {
  width: 0px;
  height: 8px;
  background-color: #FFF;
}
#title-line {
  width: 0px;
  height: 8px;
  background-color: #cc0000;
}
.page-title {
  font-weight: 800;
  margin-bottom: 30px;
  margin-top: 30px;
}
section#client img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  max-width: 100px;
  transition: all .5s ease;
  transform: scale(1);
}
section#client img {
  padding: 10px;
}
section#client img:hover {
  transition: all .5s ease;
  -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
  transform: scale(1.2);
}
section#client .flex-row {
  min-height: 115px;
}
#client-slide {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
}
#client-slide ul {
  position: relative;
  right: -95%;
}
section#driveleads {
  background-color: #f4f4f4;
  margin-top: 100px;
  padding-bottom: 70px;
}
section#driveleads img {
  position: relative;
  top: -85px;
  margin-bottom: -55px;
  opacity: 0;
}
section#driveleads p {
  font-size: 14px;
  line-height: 1.5rem;
}
#dl-pad {
  padding-top: 50px;
}
section#gettingresults .h1 {
  font-weight: 800;
}
.client-quotes .slick-dots li button:before {
  font-size: 20px !important;
}
.client-quotes .slick-dots {
  bottom: -65px;
}
.expand-btn:after {
  content: "+";
  color: #CC0000;
  float: right;
  font-size: 45px;
  line-height: 0;
  position: relative;
  bottom: -20px;
  font-weight: 200;
}
.expand-btn.opennl:after {
  content: "-";
  color: #CC0000;
  float: right;
  font-size: 45px;
  line-height: 0;
  position: relative;
  bottom: -20px;
  font-weight: 200;
}
#gr-text {
  max-width: 800px;
  margin: 0 auto;
}
#gr-text p {
  font-size: 14px;
  line-height: 1.5rem;
}
.client-quote-box {
  border-radius: 30px;
  padding: 10px 30px;
  box-shadow: 1px 1px 20px #d2d2d2;
  margin: 30px 10px 50px 10px;
  min-height: 375px;
  position: relative;
}
.client-quote-box p {
  font-size: 14px;
  line-height: 1.5rem;
}
.quotecircle {
  box-shadow: 1px 1px 10px #d2d2d2;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -37.5px;
  background-color: #FFF;
}
.quotecircle .fa-user {
  color: #cc0000;
  font-size: 40px;
}
.quote-lg {
  color: #CC0000;
  position: relative;
  top: -8px;
  left: -35px;
  font-size: 40px;
  display: inline-block;
  margin-top: -110px;
  margin-bottom: -10px;
}
.client-name {
  color: #CC0000;
  font-size: 14px;
  padding: 5px 30px;
}
.client-logo {
  max-width: 150px;
  margin: 0 auto;
  height: 45px;
}
#section-nl {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
}
.amount-div {
  font-size: 125px;
  font-weight: 100;
  line-height: 8rem;
}
#engaged-subs {
  width: 100%;
  background-color: #000;
  position: relative;
  min-height: 700px;
  overflow: hidden;
}
#engaged-subs img {
  position: absolute;
  left: 0;
  top: 0;
}
#eng-subs-text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #FFF;
  z-index: 2;
  margin-top: -50px;
}
#eng-subs-shadow {
  background: rgb(0, 0, 0, .7);
  position: absolute;
  top: 0;
  left: 0;
  min-height: 700px;
  z-index: 1;
  width: 100%;
}
#eng-subs-text strong {
  color: #CC0000;
}
#eng-subs-text h4 {
  margin-bottom: 30px;
  font-size: 35px;
}
#channels .card a {
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  display: block;
}
#channel-plus {
  color: #cc0000;
  font-size: 50px;
  font-weight: 200;
  line-height: 2.3rem;
}
#channels ul {
  list-style-type: none;
  margin-left: 10px;
}
#channels ul li {
  position: relative;
}
#channels ul li:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  left: -25px;
  content: "\f00C";
  color: #CC0000;
}
#nl-title {
  font-size: 25px;
  max-width: 400px;
}
#nl-title strong {
  font-weight: 800;
  color: #CC0000;
}
.nl-align {
  padding-top: 0;
}
.sub-align {
  padding-top: 0;
}
#pImage {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  min-height: 1099px;
  background-size: cover;
}
section#newsletter-ex {
  background-color: #f4f4f4;
  padding: 50px 0px 50px 0px;
}
#stats-bar {
  margin-bottom: 90px;
}
#stats-bar .lgtxt {
  font-size: 80px;
  font-weight: 200;
}
#stats-bar span {
  color: #CC0000;
}
#next-arrow {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .8);
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -35px;
  z-index: 900;
  text-align: center;
  padding-top: 20px;
  box-shadow: 1px 1px 20px #d2d2d2;
  cursor: pointer;
}
#next-arrow .fa-chevron-right {
  font-size: 40px;
  color: #cc0000;
}
#prev-arrow {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .8);
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -35px;
  z-index: 900;
  text-align: center;
  padding-top: 20px;
  box-shadow: 1px 1px 20px #d2d2d2;
  cursor: pointer;
}
#prev-arrow .fa-chevron-left {
  font-size: 40px;
  color: #cc0000;
}
.nl-ex-bg {
  border-radius: 30px;
  padding: 30px;
  box-shadow: 1px 1px 20px #d2d2d2;
  margin: 50px 10px 50px 10px;
  position: relative;
  background-color: #FFF;
  transition: all .5s ease;
  top: 0px;
}
.nl-ex-bg:hover {
  transition: all .5s ease;
  top: -20px;
}

.nl-ex-bg img {
	max-width: 100%;
	height: auto;
}
.border-right {
  border-right: none;
}
#home-contact {
  with: 100%;
  background-color: #cc0000;
  min-height: 650px;
  position: relative;
}
#home-contact-bg {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 650px;
  background-position: center center;
  background-size: cover;
  width: 100%;
}
#contact-bottom {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 30%;
  z-index: 2;
}
#contact-bottom .h1 {
  font-size: 40px;
  font-weight: 800;
}
#readtohelp {
  font-size: 25px;
}
#readtohelp strong {
  color: #FFF;
}
#bottom-btns .btn-primary {
  color: #CC0000;
  background-color: #FFF;
  border-color: #FFF;
}
#bottom-btns .btn {
  border-radius: 0px;
  min-width: 225px;
  margin: 10px;
}
#nl-headline h3 {
  font-size: 2.5rem;
  font-weight: 800;
}
#footer {
  width: 100%;
  min-height: 50px;
  background-color: #f4f4f4;
  text-align: center;
  /*
	position: absolute;
	bottom: 0;
	left: 0;
*/
  padding: 30px;
  font-size: 12px;
  color: #7a7a7a;
}
#footer a {
  color: #cc0000;
}
#chat-bubble {
  width: 50px;
  height: 50px;
  background-color: #CC0000;
  box-shadow: 1px 1px 9px #666666;
  position: fixed;
  bottom: 0px;
  right: 20px;
  text-align: center;
  padding-top: 8px;
  z-index: 999;
  cursor: pointer;
  visibility: hidden;
}
#chat-bubble:hover {
  transition: all 1s ease;
  background-color: #111111;
}
#chat-bubble .fa-comment {
  color: #FFF;
  font-size: 30px;
}

#pop-media-kit {
  position: fixed;
  bottom: 50px;
  right: -300px;
  background-color: #FFF;
  max-width: 250px;
  min-height: 300px;
  box-shadow: 1px 1px 9px #666666;
  visibility: hidden;
  z-index: 9991;
}
#pop-media-kit-inside {
  padding: 10px 20px;
}
#pop-close {
  float: right;
  cursor: pointer;
}
#pop-title {
  background-color: #CC0000;
  color: #fff;
  padding: 5px 10px;
}
#quote-row strong {
  color: #CC0000;
}
#page-section {
  /*	margin-top: 100px;*/
}
#about-text-row {
  max-width: 900px;
  margin: 0 auto;
}
#about-header h1 {
  margin-bottom: 30px;
  font-size: 4rem;
}
#about-section-two {
  background-color: #f4f4f4;
  width: 100%;
  margin-bottom: 30px;
}
#about-section-two h2 {
  font-weight: 800;
  color: #cc0000;
  margin-bottom: 30px;
}
#about-section-two img {
  position: relative;
  top: 0px;
  margin-bottom: 0px;
}

#right-col {
	visbility: hidden;
}

#left-col {
	visbility: hidden;
}

#about-header {
  align-items: center;
  display: flex;
}
#about-header p {
  line-height: 27px;
}
#align {
  align-items: center;
  display: flex;
}
#lp-form-outer {
	background-color: #FFF;
	box-shadow: 1px 1px 20px #d2d2d2;
	border-radius: 30px;
	padding: 30px;
}


#lp-title h1 {
	font-weight: 800;
	font-size: 18px;
}

#lp-body h2 {
font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

#lp-body h3 {
	margin-bottom: 18px;
	font-size: 1.5rem;
}
#lp-body-bg {
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding-top: 50px;
	padding-bottom: 50px;
}

#lp-logo {
	max-width: 150px;
}

#lp-menu {
	box-shadow: 1px 1px 20px -12px #000;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

#lp-menu .row {
	  align-items: center;
  display: flex;
}

#lp-body .row {
		  align-items: center;
  display: flex;
}

#lp-more-info {
	background-color: #f4f4f4;
}

#lp-more-info .row {
		  align-items: center;
  display: flex;
}

#lp-more-inf-txt h4 {
	font-weight: 800;
	font-size: 1.75rem;
	margin-bottom: 18px;
}

#lp-more-inf-txt h5 {
	font-weight: 800;
	font-size: 1.75rem;
	margin-bottom: 18px;
}

/* ****************************************************************************/
/* Media Queries                                                              */
/* ****************************************************************************/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
	#header-text {
  visibility: hidden;
		max-width: 750px;
}
	
#home-header #shadow {
  visibility: hidden;
}
	
	#about-section-two {
  margin-bottom: 150px;
}
  #channels .card a {
    font-size: 25px;
  }
  #overlay-form {
    max-width: 250px;
  }
  .border-right {
    border-right: solid 2px #CC0000;
  }
  #menu-img {
    display: block;
  }
  li#media-kit {
    color: #FFF;
    font-size: 45px;
    text-decoration: none;
    font-weight: 800;
    margin-bottom: 0px;
  }
  #overlay-menu-items li a.lg-item {
    font-size: 40px;
  }
  #home-header #shadow {
    width: 80%;
    left: -340px;
  }
  section#driveleads {
    padding-bottom: 0px;
  }
  .nl-align {
    padding-top: 30%;
  }
  .sub-align {
    padding-top: 35%;
  }
  #home-header {
    padding-top: 49.3%;
    height: 0;
  }
  .image-header {
    padding-top: 49.3%;
    height: 0;
  }
  .client-quote-box {
    margin: 30px 30px 50px 30px;
  }
  #social-icons {
    display: block;
  }
  #menu-main-menu {
    display: flex;
  }
  #overlay-menu-items {
    padding-left: 20%;
  }
  #img-anim {
    padding-top: 49.3%;
  }
  #home-header {
    padding-top: 49.3%;
    height: 0;
  }
  .image-header {
    padding-top: 49.3%;
    height: 0;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}
/**iPad media queries**/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  #overlay-menu-items {
    padding-left: 0;
  }
  #menu-img {
    display: none;
  }
  .border-right {
    border-right: none;
  }
  #img-anim {
    padding-top: 89.3%;
  }
  .nl-align {
    padding-top: 0;
  }
  #header-text {
    left: 5%;
  }
  #home-header {
    padding-top: 89.3%;
    height: 0;
  }
  .image-header {
    padding-top: 89.3%;
    height: 0;
  }
  #home-header #shadow {
    width: 130%;
    left: -270px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #about-section-two img {
    position: relative;
    top: -120px;
    margin-bottom: -240px;
  }
}