

/*--------------------------------------------------------------
# General s
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
body {
  background: #fff;
  color: #666666;
  font-family: Arial, "sans-seriff"; /*font-family: 'Oswald', sans-seriff;*/
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #03C4EB;
  transition: 0.5s;
        text-decoration: underline;
}
a:hover, a:active, a:focus {
  color: #03c5ec;
  outline: none;
  text-decoration: none;
}
p {
  padding: 0;
  margin: 0 0 30px 0;
  color: #595959;
  font-size: 16px;
}
p.required {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}
p.disclaimer {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
    font-style: italic;
    font-family: "proxima-nova-condensed" ,sans-serif;
    max-width: 445px;
    width: 100%;
}
p.disclaimer a{color: #fff;}
.unblod {font-weight: normal!important;}
.pt-10 { padding-top: 10px;}
.m-auto { margin: 0 auto; float: none;}
.mb-0 {margin-bottom: 0!important;}


.pi p {
  max-width: 100%;
  color: #ff6400;
  margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-seriff;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

hr.style1 {
        border-top: 3px solid #1896AD;
    max-width: 348px;
    width: 100%;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 30px auto;
  padding: 0;
  background: #f2f2f2;
  border-radius: 5px;
  width: 1100px;
    max-width: 100%;
  position: relative;
  /*transition: all 5s ease-in-out;*/
  box-sizing: border-box;
}

.popup img{ max-width: 100%;     border-radius: 5px;}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 10px;
  right: 20px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
opacity: 60%;
}
.popup .close:hover {
  color: #000;
}
.popup .content {
   border-radius: 5px;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}
/*.container {
  width: 1140px;
  max-width: 100%;
}*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slider {
  width: 100%;
  margin: 30px auto;
}
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  width: auto;
}
.slick-prev:before, .slick-next:before {
  color: black;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 100;
}
.slick-active {
  opacity: 100;
}
.slick-current {
  opacity: 100;
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}
.back-to-top:hover {
  background: #03C4EB;
  color: #fff;
}
/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/

.master-column-header {
    min-height: 630px;
    display: table;
    text-align: center;
    margin: 0 auto;
}
.middle-piece-header {
    display: table-cell;
    vertical-align: middle;
}

#hero {
  display: table;
  width: 100%;
  height: 631px;
  background: #7fc9d4 url("https://image.mc.zoetis.com/lib/fe3115707564057a7d1079/m/14/2243505d-5417-49bb-9343-98f2b99a86cd.png") no-repeat top center;
  background-size: cover;
}

.hero-txt {}

#hero p{
    font-size: 24px;
    color: #fff;
    max-width: 775px;
    margin: 15px auto 0;
    width: 100%;
    font-weight: 700;
    font-family:"proxima-nova-condensed";
    
}

.inner-header {
  height: 300px !important;
}
@media (min-width: 1024px) {}
#hero .hero-logo {
  margin: 20px;
}
#hero .hero-logo img {
  max-width: 100%;
}
#hero .hero-container {
  background: rgba(0, 0, 0, 0.5);
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
#hero h1 {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
    font-size: 82px;
        line-height: 80px;
    font-weight: 700;
    font-family:"proxima-nova-extra-condensed"  ,sans-serif;
}
#hero h2 {
  margin: 0 0 25px 0;
  font-weight: 400;
  line-height: 1.2em;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}
.btn-primary {
  color: #ffffff;
    background-color: #FF671F;
    border-color: transparent !important;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    box-sizing: border-box;
    width: 158px;
    font-family: "proxima-nova-condensed" ,sans-serif;
}
.btn-primary:hover {
  background-color: #585858 !important;
  color: #ff6400;
}
.btn-primary:focus {
  background: #ff6400
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  #hero h2 .rotating {
    display: block;
  }
  .slick-slide img {
    width: 100%;
  }
}
#hero .rotating > .animated {
  display: inline-block;
}
#hero .actions a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}
#hero .btn-get-started {
  background: #03C4EB;
  border: 2px solid #03C4EB;
  color: #fff;
}
#hero .btn-get-started:hover {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
#hero .btn-services {
  border: 2px solid #fff;
  color: #fff;
}
#hero .btn-services:hover {
  background: #03C4EB;
  border: 2px solid #03C4EB;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  padding: 20px 0;
}
#header #logo {
  float: right;
}
#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}
#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
}

a.download-cta {
    background: #FF671F;
    border-radius: 30px;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    font-family:"proxima-nova-condensed";
    font-weight: 700;
}
a.download-cta:hover {
    background: #585858;
}

@media (max-width: 768px) {
  #header {
    height: 80px;
  }
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;
  }
}
.is-sticky #header {
  background: rgba(0, 0, 0, 0.85);
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu > li {
  float: left;
}
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
  display: block;
}
.nav-menu ul ul {
  top: 0;
  left: 100%;
}
.nav-menu ul li {
  min-width: 180px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}
/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 5px 0;
}
@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}
/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: 'Raleway', sans-seriff;
  font-weight: 300;
  font-size: 14px;
  outline: none;
}
.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  color: #03C4EB;
}
.nav-menu ul {
  margin: 4px 0 0 15px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}
.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}
.nav-menu ul li:first-child {
  border-top: 0;
}
.nav-menu ul li:hover {
  background: #f6f6f6;
}
.nav-menu ul li a {
  color: #333;
}
.nav-menu ul ul {
  margin: 0;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
}
#mobile-nav-toggle i {
  color: #fff;
}
@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
    background-color: #000;
    border-radius: 4px;
  }
}
/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}
#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-nav ul li {
  position: relative;
}
#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}
#mobile-nav ul li a:hover {
  color: #fff;
}
#mobile-nav ul li li {
  padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #03C4EB;
}
#mobile-nav ul .menu-item-active {
  color: #03C4EB;
}
#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
  left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
.section-title {
  font-size: 26px;
  color: #000000;
  text-align: center;
}
.section-description {
  text-align: center;
  margin-bottom: 40px;
}
.section-title-divider {
  width: 50px;
  height: 3px;
  background: #03C4EB;
  margin: 0 auto;
  margin-bottom: 20px;
}



/* Get Started Section
--------------------------------*/
#about, .about {
  background: #fff;
  padding: 40px 0 20px;
}
.about p {
    padding: 0 20px;
    margin: 52px auto 0;
    color: #585858;
    font-size: 28px;
    font-weight: 400;
    font-family: "proxima-nova-condensed" ,sans-serif;
    max-width: 920px;
    line-height: 38px;
    
}

.about img.video-thumnail{
    margin: 20px 0 30px 0;
}

#about h3 {
  margin: 0 0 25px 0;
  font-weight: 600;
  line-height: 1.1em;
  color: #ff6400;
  font-size: 34px;
  text-align: left;
  text-transform: uppercase;
}


.slider_1 {
  background: #fff;
    padding: 0;
    margin-bottom: 75px;
}


.numbers-add {
  background: #fff;
  padding: 40px 0 20px;
}

.numbers-add h2 {
    margin: 0;
    font-weight: 700;
    line-height: 75px;
    font-size: 50px;
    color: #ff671f;
    text-transform: uppercase;
    font-family: "proxima-nova-extra-condensed" ,sans-serif;
}

.list {
    display: table;
    width: 100%;
    height: 200px;
    background-size: cover!important;
    background-repeat: no-repeat;
    background-position: top center;
}

.bg1 {
    background-image: url(https://image.mc.zoetis.com/lib/fe3115707564057a7d1079/m/14/eab62e50-3ce5-4f98-9fe5-9ccdb505558f.png);
    
}

.bg2 {
    background-image: url(https://image.mc.zoetis.com/lib/fe3115707564057a7d1079/m/14/c5ba60f9-f5e5-44e6-8bcd-d876b2e7367b.png);
}

.bg3 {
    background-image: url(https://image.mc.zoetis.com/lib/fe3115707564057a7d1079/m/14/ae5d0460-ba76-49bd-929f-d0a8cf27e31a.png);
}

/*.bg4 {
    background: url('https://image.mc.zoetis.com/lib/fe3115707564057a7d1079/m/14/0306770c-3c69-4185-9ffa-e23cde1556d3.png')no-repeat top center rgba(51, 51, 51, 0.5);
}*/
.bg4 {
    
 background-image: url(https://image.mc.zoetis.com/lib/fe3115707564057a7d1079/m/14/0306770c-3c69-4185-9ffa-e23cde1556d3.png);
}



.bg1:hover{ 
 background-image: linear-gradient(rgba(102, 102, 102, 0.50), rgba(102, 102, 102, 0.50)), url(https://image.mc.zoetis.com/lib/fe3115707564057a7d1079/m/14/eab62e50-3ce5-4f98-9fe5-9ccdb505558f.png);
}

.bg2:hover{ 
 background-image: linear-gradient(rgba(102, 102, 102, 0.50), rgba(102, 102, 102, 0.50)), url(https://image.mc.zoetis.com/lib/fe3115707564057a7d1079/m/14/c5ba60f9-f5e5-44e6-8bcd-d876b2e7367b.png);
}

.bg3:hover{ 
 background-image: linear-gradient(rgba(102, 102, 102, 0.50), rgba(102, 102, 102, 0.50)), url(https://image.mc.zoetis.com/lib/fe3115707564057a7d1079/m/14/ae5d0460-ba76-49bd-929f-d0a8cf27e31a.png);
}

.bg4:hover{ 
 background-image: linear-gradient(rgba(102, 102, 102, 0.50), rgba(102, 102, 102, 0.50)), url(https://image.mc.zoetis.com/lib/fe3115707564057a7d1079/m/14/0306770c-3c69-4185-9ffa-e23cde1556d3.png);
}



.content-wrap {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

p.counter {
    font-weight: 700;
    line-height: 65px;
    font-size: 85px;
    color: #ffffff;
    margin: 7px 0 0 0;
    text-transform: uppercase;
    font-family: "proxima-nova-extra-condensed" ,sans-serif;
}
p.counter_des {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    font-family: "proxima-nova-condensed";
}

/* Slideshow container */

.targetDiv,
.diva,
.divb {
    
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

/* Animation section -- Cost of the unknown */

.cost-of-unknown {
  background: #F2F2F2;
  padding: 40px 0 60px;
}

.cost-of-unknown h2 {
    margin: 0;
    font-weight: 700;
    line-height: 75px;
    font-size: 50px;
    color: #ff671f;
    text-transform: uppercase;
    font-family: "proxima-nova-extra-condensed" ,sans-serif;
}

.cost-of-unknown p {
    padding: 0 20px;
    margin: 0px auto 15px;
    color: #585858;
    font-size: 28px;
    font-weight: 400;
    font-family: "proxima-nova-condensed" ,sans-serif;
    max-width: 920px;
    line-height: 38px;
}
p.num-add-title {
    padding: 0 20px;
    margin: 0px auto 20px;
    color: #585858;
    font-size: 28px;
    font-weight: 400;
    font-family: "proxima-nova-condensed" ,sans-serif;
    max-width: 920px;
    line-height: 38px;
}

.cost-of-unknown a.showSingle,
.sort-btn{
    background: #585858;
    border-radius: 30px;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    font-family: "proxima-nova-condensed";
    font-weight: 700;
    width: 261px;
    display: block;
    margin: 0 auto 40px;
    height: 40px;
    cursor: pointer;
    border: 0;
}

.cost-of-unknown a.showSingle:hover,
.sort-btn:hover{
    background: #ff671f;
}


ul.style_x1 {
    margin: 0 auto;
    padding: 0;
    max-width: 780px;
    width: 100%;
    position: relative;
}
ul.style_x1 li{
    /*background: transparent url(https://image.mc.zoetis.com/lib/fe3115707564057a7d1079/m/14/e387dd0f-6f48-4a6d-a759-043817a3ac92.png) no-repeat top center;*/
    width: 19%;
    height: 75px;
    background-size: contain;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 15px;
    animation-name: fadeInOpacity;
 animation-iteration-count: 1;
 animation-timing-function: ease-in;
 animation-duration: 2s;
}

ul.style_x2 li {
    background: transparent url(https://image.mc.zoetis.com/lib/fe3115707564057a7d1079/m/14/e387dd0f-6f48-4a6d-a759-043817a3ac92.png) no-repeat top center;
    background-size: contain;
}
/*.cows_bg{
    background: transparent url(https://image.mc.zoetis.com/lib/fe3115707564057a7d1079/m/14/9db5b1da-f5c4-45b9-996f-8ac533910116.png) no-repeat top center;
}*/

.animation {
position: relative;
}
.pos-absolute {
    position: absolute!important;
    left: 0;
    right: 0;
    top: 0;
}

.transform {
  -webkit-transition: all 2s ease;  
  -moz-transition: all 2s ease;  
  -o-transition: all 2s ease;  
  -ms-transition: all 2s ease;  
  transition: all 2s ease;
}

.transform-active {
  background-color: #45CEE0;
  height: 200px;
  width: 200px;
}


.lightCon {
    text-align: center;
    margin-top: 8px;
}

.border_x2 {
    border: 4px solid #FC6730;
    border-radius: 20px;
    margin-top: 0!important;
    margin-bottom: 0!important;
    height: 330px;
    position: absolute;
    max-width: 792px!important;
    bottom: -30px;
    left: -8px;
    width: 100%;
}

.sep {
    height: 50px;
    margin: 28px auto 0;
}
.sep hr{
    width: 4px;
    height: 50px;
    background: #FC6730;
    margin: 0 auto;
    border: 0;
}

.indicator  {
    background: #ff671f;
    width: 158px;
    height: 50px;
    border-radius: 5px;
    margin: 0 auto;
    padding: 8px;
    font-weight: 700;
    line-height: 39px;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    font-family: "proxima-nova-extra-condensed" ,sans-serif;
}



/* Slides */
.mySlides {
  display: none;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding-bottom: 40px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 24px;
  width: 24px;
  margin: 0 2px;
  background-color: #fff;
    border: 1px solid #1896AD;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #1896AD;
    border: 1px solid #1896AD;
}

/* Add an italic font style to all quotes */



/* Slide 2 */
.slider_2 {
    background-color: #909D9D;
    padding: 40px 0 60px 0;
}

.slider_2 h2 {
    margin: 0 0 20px 0;
    font-weight: 600;
    line-height: 1.2em;
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
}
.slider_2 p{
    color: #ffffff;
    font-size: 18px;
    margin: 0 0 40px 0;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
}
.carousel-inner>.item {
    height: 140px;
    -webkit-transition: -webkit-transform 1s ease-in-out, opacity 5s ease-in-out;
    -moz-transition: -moz-transform 1s ease-in-out, opacity .5s ease-in-out;
    -o-transition: -o-transform 1s ease-in-out, opacity 5s ease-in-out;
    transition: transform 1s ease-in-out, opacity 5s ease-in-out;

}
.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
    -webkit-transform: none!important;
    transform: none!important;
    
}
.carousel-indicators {
    bottom: -30px;
}

.carousel-inner .active {
    background-color: transparent;
    border: 0;
}

.carousel-inner h3 {
    margin: 0 0 20px 0;
    font-weight: 600;
    line-height: 1.2em;
    color: #ffffff;
    font-size: 50px;
    text-transform: uppercase;
}
.carousel-indicators li {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 30px;
}
.carousel-indicators .active {
    width: 25px;
    height: 25px;
    margin: 0;
    background-color: #fff;
}


#register-today {
  background: #ff671f;
  padding: 40px 0;
}
#register-today h3 {
  margin: 0 0 40px 0;
    font-weight: 700;
    line-height: 80px;
    color: #ffffff;
    font-size: 50px;
    text-transform: uppercase;
    font-family:"proxima-nova-extra-condensed" ,sans-serif;

}
#register-today .benefits img {
  margin-bottom: 25px;
}
#register-today .benefits p {
  color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    min-height: 50px;
    font-family: "proxima-nova-condensed" ,sans-serif;
    max-width: 212px;
    margin: 0 auto;
    width: 100%;
    line-height: 18px;
}
#register-today p {
  color: #ffffff;
}
#web-form {
  background: #909D9D;
  padding: 30px 0 20px;
  margin-top: 30px;
  min-height: 500px;
}
#web-form h3 {
  margin: 0 0 20px 0;
    text-align: left;
    font-weight: 700;
    line-height: 80px;
    font-size: 50px;
     color: #ffffff;
    text-transform: uppercase;
    font-family: "proxima-nova-extra-condensed" ,sans-serif;
}
 
#web-form .rl p {
   padding: 0;
    margin: 0 0 30px 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    font-family: "proxima-nova-condensed" ,sans-serif;
    max-width: 445px;
    width: 100%;
    line-height: 30px;
}
#web-form .form-group {
  margin-bottom: 20px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.checkbox label {
  color: #595959;
}
.form-control {
  padding: 0 20px;
    width: 100%;
    height: 38px;
    box-sizing: border-box;
    background-color: #fff;
    border: 0;
    font-size: 14px;
    color: #868E96;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    border-radius: 5px;
}
select.form-select {
    -webkit-appearance: none;
    background-image: url(https://image.mc.zoetis.com/lib/fe3115707564057a7d1079/m/14/2400d618-d2de-4398-8f94-b709137891ee.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 10px;
    color: #868E96;
}
#web-form .btn-primary {
  margin: 0 auto;
}
#web-form .btn-primary:hover {
  background-color: #a69f88;
  color: #ffffff;
}
ul.refrences {
  list-style: none;
  padding: 0;
}
ul.refrences li {
  color: #a69f88;
  font-size: 12px;
}
ul.refrences li a {
  color: #a69f88;
  text-decoration: underline;
}
ul.refrences li a:hover {
  text-decoration: none;
}
.mood-for {
  display: inline-block;
  width: 165px;
  margin-right: 15px;
  margin-bottom: 42px;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #e5e5e5;
}
.checkmark {
  width: 100% !important;
  padding: 10px;
  top: 5px;
  color: #a69f88;
  text-align: center;
  height: inherit !important;
  box-sizing: border-box;
  background-color: #f9f9f9;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #a69f88;
  cursor: pointer;
}
input:checked ~ .checkmark {
  color: #ffffff;
}
.checkmark:after {
  color: #ffffff;
}
/* On mouse-over, add a grey background color */
.custom-checkboxes:hover input ~ .checkmark {
  background-color: #a69f88;
  color: #ffffff;
}
.custom-checkboxes input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 25px;
  width: auto;
  left: 0;
  text-align: left;
  float: left;
  z-index: 5;
}
/* When the checkbox is checked, add a blue background */
.custom-checkboxes input:checked ~ .checkmark {
  background-color: #a69f88;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  background-color: #a69f88;
  color: #ffffff;
}
/* Show the checkmark when checked */
.custom-checkboxes input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.custom-checkboxes .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid transparent;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input:required:focus {
  border: 2px solid #bf0d3e;
  outline: none;
}
.validation-populated {
  position: absolute;
  top: 40px;
  right: 30px;
  font-size: 18px;
  color: #ff671f;
}
.validation-error {
  position: absolute;
  top: 40px;
  right: 30px;
  font-size: 18px;
  color: #bf0d3e;
}
.validation-populated .fa, .validation-error .fa {
  background-color: #f4f4f4;
  padding: 5px;
}
.footer-logo {
    text-align: right;
}
@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
    .about img.video-thumnail {
    max-width: 100%;
}
}
#about .about-content {
  background: #fff;
}
#about .about-title {
  color: #4b68c8;
  font-size: 36px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 1.3;
}
#about .about-text {
  line-height: 26px;
  margin-bottom: 15px;
}
#about .about-text:last-child {
  margin-bottom: 0;
}
#about .btn-group, .services .btn-group {
  display: block;
  text-align: center;
}
.services .btn-group {
  margin-top: 50px;
}
#about .btn, .services .btn {
  line-height: 26px;
  text-align: center;
  margin-bottom: 50px;
  float: none;
  background-color: #c8ab4b;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-size: 17px;
}
#about .btn:hover, .services .btn:hover {
  background-color: #000000;
  color: #ffffff;
}
#about .digital-presence-item {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
.proven-techniques {
  margin-bottom: 30px;
}
.omni-channel .section-title {
  margin-bottom: 0;
}
.build-and-nurture .digital-presence-item {
  margin-bottom: 30px;
}
#about .fa {
  font-size: 75px;
  margin-bottom: 10px;
}
/* listening-its-conversing Section
--------------------------------*/
#listening-its-conversing {
  background: url("../img/listening-its-conversing.jpg") fixed top center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: table;
}
#listening-its-conversing .hero-container {
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
#listening-its-conversing h3 {
  line-height: 1.4;
}
#listening-its-conversing .section-title {
  font-size: 50px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
/* Digital Transformation
--------------------------------*/
#digital-transformation {
  background: url("../img/digital-transformation.jpg") fixed center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: table;
}
#digital-transformation .hero-container {
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
#digital-transformation h3 {
  line-height: 1.4;
}
#digital-transformation .section-title {
  font-size: 50px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
/* Subscribe Section
--------------------------------*/
#subscribe {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/subscribe-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}
#subscribe .subscribe-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
#subscribe .subscribe-text {
  color: #fff;
}
#subscribe .subscribe-btn-container {
  text-align: center;
  padding-top: 20px;
}
#subscribe .subscribe-btn {
  font-family: "Raleway", sans-seriff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#subscribe .subscribe-btn:hover {
  background: #03C4EB;
  border: 2px solid #03C4EB;
}
/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 80px 0;
}
#portfolio .portfolio-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 260px;
  width: 100%;
  display: table;
  overflow: hidden;
  margin-bottom: 30px;
}
#portfolio .portfolio-item .details {
  height: 260px;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  transition: 0.3s;
  text-align: center;
}
#portfolio .portfolio-item .details h4 {
  font-size: 16px;
  transition: transform 0.3s, opacity 0.3s;
  transform: translate3d(0, -15px, 0);
  font-weight: 700;
  color: #333333;
}
#portfolio .portfolio-item .details span {
  display: block;
  color: #666666;
  font-size: 13px;
  transition: transform 0.3s, opacity 0.3s;
  transform: translate3d(0, 15px, 0);
}
#portfolio .portfolio-item:hover .details {
  opacity: 0.8;
}
#portfolio .portfolio-item:hover .details h4 {
  transform: translate3d(0, 0, 0);
}
#portfolio .portfolio-item:hover .details span {
  transform: translate3d(0, 0, 0);
}
/* Testimonials Section
--------------------------------*/
#testimonials {
  background: #f6f6f6;
  padding: 80px 0;
}
#testimonials .profile {
  text-align: center;
}
#testimonials .profile .pic {
  border-radius: 50%;
  border: 6px solid #fff;
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
  width: 260px;
}
#testimonials .profile .pic img {
  max-width: 100%;
}
#testimonials .profile h4 {
  font-weight: 700;
  color: #03C4EB;
  margin-bottom: 5px;
}
#testimonials .profile span {
  color: #333333;
}
#testimonials .quote {
  position: relative;
  background: #fff;
  padding: 60px;
  margin-top: 40px;
  font-size: 16px;
  font-style: italic;
  border-radius: 5px;
}
#testimonials .quote b {
  display: inline-block;
  font-size: 22px;
  left: -9px;
  position: relative;
  top: -8px;
}
#testimonials .quote small {
  display: inline-block;
  right: -9px;
  position: relative;
  top: 4px;
}
/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 80px 0 60px 0;
}
#team .member {
  text-align: center;
  margin-bottom: 20px;
}
#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}
#team .member .pic img {
  max-width: 100%;
}
#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
}
#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
#team .member .social {
  margin-top: 15px;
}
#team .member .social a {
  color: #b3b3b3;
}
#team .member .social a:hover {
  color: #03C4EB;
}
#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
/* Contact Section
--------------------------------*/
#contact {
  background: #ffffff;
  padding: 40px 0;
}
#contact h3.section-title {
  color: #4b68c8;
  font-size: 36px;
  text-align: center;
  margin-bottom: 25px;
}
#contact .section-description {
  text-align: center;
  margin-bottom: 40px;
  color: #000000;
  font-size: 20px;
}
#contact .info {
  color: #333333;
}
#contact .info i {
  font-size: 32px;
  color: #03C4EB;
  float: left;
}
#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}
#contact .form #sendmessage {
  color: #03C4EB;
  border: 1px solid #03C4EB;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}
#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
}
#contact .form button[type="submit"] {
  background: #c8ab4b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  margin-top: 15px;
}
#contact .form button[type="submit"]:hover {
  background: #000000;
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
#our-clients {
  background: #ffffff;
  padding: 0 0 40px 0;
}
/*--------------------------------------------------------------
# certification
--------------------------------------------------------------*/
#certification {
  background: #ffffff;
  padding: 0 0 60px 0;
}
#certification .certification-item {
  text-align: center;
  margin-bottom: 10px;
}
#certification .certification-item img {
  background: #6E6E6E;
  border-radius: 5px;
}
.thanks-section {
  margin-bottom: 25px;
}
.thanks-section h3 {
  margin: 0 0 25px 0;
  font-weight: 600;
  line-height: 1.1em;
  color: #ff6400;
  font-size: 35px;
  text-align: center !important;
  text-transform: uppercase;
  margin-top: 25px !important;
}
.seprator span {
  width: 1px;
  background: #a0a0a0;
  height: 188px;
  display: block;
  text-align: center;
  margin: 40px auto 0;
}
.thanks-section .btn-primary {
  background-color: #ff6400 !important;
  color: #ffffff !important;
}



.information {
    background: #fff;
    padding: 40px 0;
}

.information h2 {
    margin: 0;
    font-weight: 700;
    line-height: 75px;
    font-size: 50px;
    color: #ff671f;
    text-transform: uppercase;
    font-family: "proxima-nova-extra-condensed" ,sans-serif;
}

.information p {
    padding: 0;
    color: #585858;
    font-size: 24px;
    line-height: 30px;
    max-width: 730px;
    margin: 0 auto 30px;
    width: 100%;
    font-weight: 400;
    font-family: "proxima-nova-condensed" ,sans-serif;
}

/* Style the tab */
.tab {
  overflow: hidden;
    border-radius: 30px;
    background-color: #585858;
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* Style the buttons inside the tab */
.tab button {
   background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 5px;
    transition: 0.3s;
    width: 230px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    font-family: "proxima-nova-condensed" ,sans-serif;
    height: 32px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #fff;
    color: #585858;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #fff;
    color: #585858;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 35px 0;
    border: 0;
    border-top: none;
    text-align: center;
}
.tabcontent_x1 {
  display: block;
    }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
      background: #fff;
    padding: 40px 0 30px 0;
    color: #ffffff;
}
#footer p {
  color: #585858;
    font-size: 12px;
    line-height: 14px;
    margin: 15px 0 15px 0;
    font-weight: 400;
    font-family: "proxima-nova-condensed" ,sans-serif;
}
#footer ul {
  list-style: none;
  padding: 0;
  text-align: right;
}
#footer ul li {
  display: inline;
  padding-right: 5px;
  padding-left: 5px;
}
#footer ul li:nth-child(1) {
  padding-left: 0;
}
#footer ul li:nth-child(2) {}
#footer ul li:nth-child(3) {
  padding-right: 0;
}
#footer ul li a {
  color: #ffffff;
  font-size: 13px;
  text-decoration: underline;
}
#footer ul li a:hover {
  text-decoration: none;
}
.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}
.MultiCarousel .btn-primary {
  background: #f6d7c3
}
.MultiCarousel .btn-primary:focus {
  background: #ff6400
}
.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  padding: 10px;
  margin: 10px;
  color: #666;
}
.MultiCarousel .leftLst, .MultiCarousel .rightLst {
  position: inherit;
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  top: calc(50% - 20px);
  margin-left: 15px;
  margin-right: 15px;
}
.MultiCarousel .leftLst {
  left: 0;
}
.MultiCarousel .rightLst {
  right: 0;
}
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ff6400 !important;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.carousel-control {
  width: 8%;
  width: 0px;
}
.carousel-control.left, .carousel-control.right {
  margin-right: 35%;
    margin-left: 35%;
    background-image: none;
    opacity: 1;
    top: 23%;
}
.carousel-control > a > span {
  color: white;
  font-size: 29px !important;
}
.carousel-col {
  position: relative;
  min-height: 1px;
  padding: 5px;
  float: left;
}
.carousel-col .img-responsive img {
  margin: 0 auto
}
.active > div {
  display: none;
}
.active > div:first-child {
  display: block;
}
/* dot navigation styles */
.custom-sider {
  position: fixed;
  right: 10%;
  top: 75%;
  z-index: 200;
  color: white;
  margin-top: -44px;
}
.custom-sider li {
  border-radius: 50%;
  border: 0;
  width: 8px;
  height: 8px;
  margin-bottom: 20px;
  color: transparent;
  background-color: #f2cfd8;
  cursor: pointer;
  -webkit-transition: background-image 1s ease-in-out;
  transition: background-image 1s ease-in-out;
}
.custom-sider li.active {
  background: #bf0d3e !important;
  -webkit-transition: background-image 1s ease-in-out;
  transition: background-image 1s ease-in-out;
}
/* Request-a-quote*/
#request-a-quote {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(../img/request-a-quote.jpg) top center;
  background-size: cover;
}
.request-a-quote {
  padding: 60px 0;
}
#request-a-quote .hero-container {
  background: rgba(0, 0, 0, 0.5);
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
#request-a-quote h1 {
  margin: 30px 0 30px 0; /*font-weight: 700;*/ line-height: 1.2;
  color: #fff;
  font-size: 50px;
}
/* Services */
#our-services {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(../img/right-message-at-right-time.jpg) top center;
  background-size: cover;
}
#train-professionals {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(../img/we-train-professionals.jpg) top center;
  background-size: cover;
}
.our-services {
  padding: 60px 0;
}
#our-services .hero-container, #train-professionals .hero-container {
  background: rgba(0, 0, 0, 0.5);
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
#our-services h1 {
  margin: 30px 0 30px 0; /*font-weight: 700;*/ line-height: 1.2;
  color: #fff;
  font-size: 50px;
}
#train-professionals .section-title {
  font-size: 50px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.services {}
.services-col {
  padding-left: 5px;
  padding-right: 5px;
}
.services .services-box {
  background-color: #cbb158;
  text-align: center;
  color: #000000;
  padding: 32px;
  box-sizing: border-box;
  margin-bottom: 10px;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.services-box:hover {
  background-color: #d4b756;
}
.services .services-box .fa {
  font-size: 75px;
  margin-bottom: 25px;
}
.courses {
  margin-bottom: 30px;
}
.courses .item {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
  color: #000000;
}
.courses .item img {
  margin-bottom: 10px;
}
/* */
.request-a-quote h2.section-title, .main-content h2.section-title {
  color: #4b68c8;
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}
.request-a-quote p, .main-content p {
  text-align: center;
  margin-bottom: 40px;
  color: #000000;
  font-size: 27px;
}

.thead {
        width: 50%;
    float: left;
    }
/*xs*/
@media (max-width: 767px) {
    
    ul.style_x1 li { margin-top: 0;}
    
    .mix-target img {   max-width: 60%;     margin-top: 7px; }
    .mix-target.market img,
    .mix-target.cull img
    {   max-width: 30%; }
    .border_x2 {left: 0px; height: 312px;}
    .tabcontent img{
        max-width: 100%;
    }
    .footer-logo {
    text-align: left;
    }
    a.download-cta {
    background: #FF671F;
    border-radius: 30px;
    color: #fff;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 14px;
    display: block;
    text-align: center;
    }
    .pt-10 {
    padding-top: 0;
}
  .carousel-inner .active.left {
    left: -50%;
  }
  .carousel-inner .active.right {
    left: 50%;
  }
  .carousel-inner .next {
    left: 50%;
  }
  .carousel-inner .prev {
    left: -50%;
  }
  .carousel-col {
    width: 50%;
  }
  .active > div:first-child + div {
    display: block;
  }
  .custom-sider {
    display: none
  } /* Dotted nav stop */
  /* Footer */
  #footer ul {
    text-align: left;
  }
  .thanks-section {
    margin-bottom: 0;
  }
  .seprator span {
    width: 80%;
    background: #a0a0a0;
    height: 1px;
    text-align: center;
    margin: 0px auto 0;
  }
  #hero, #listening-its-conversing, #digital-transformation, #request-a-quote, #our-services, #train-professionals {
    height: 300px;
  }
    .master-column-header {
    min-height: 300px;
    height: 300px;
    }
    #hero p {
    font-size: 20px;
    }
  .MultiCarousel-inner img {
    width: 100%
  }
  .MultiCarousel {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  #hero h2 {
    line-height: 30px;
  }
  .inner-header {
    height: 100% !important;
    padding-bottom: 60px;
  }
    .popup img {
        height: auto;
    }
}

@media (max-width: 991px) {
    #register-today .benefits img {
    margin-bottom: 15px;
    margin-top: 20px;
    }
    #register-today .benefits p {
    margin: 0 auto 25px;
    }
    .list { margin-bottom: 10px;}
    
}

@media (max-width: 757px) {
    
}

@media (max-width: 374px) {
    .logo,
    .top-cta {
        width: 100%;
    margin-bottom: 15px;
    text-align: center;
    }
}

@media (min-width: 375px) and (max-width: 575px) {
   
    .tab button {
    font-size: 12px;
        width: auto;
    }
}

@media (min-width: 576px) and (max-width: 757px) {
    .tab button {
    width: 28%;
    }
}

@media (min-width: 375px) and (max-width: 490px) {
    .thead {
        width: 100%;
    float: left;
    }
    
    a.download-cta {
    background: #FF671F;
    border-radius: 30px;
    color: #fff;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 12px;
    display: block;
    text-align: center;
    margin: 0px 0 20px 0;
    }
    .logo {
        text-align: center!important;
            width: 40%;
    }
    .top-cta {     width: 60%;}
}

@media (max-width: 480px) {
    
    
   
  #listening-its-conversing .section-title, #train-professionals .section-title {
    font-size: 32px;
    margin: 30px 0 30px 0;
  }
  #digital-transformation .section-title {
    font-size: 32px;
    margin: 30px 0 30px 0;
  }
  .section-title {
    font-size: 22px;
  }
  #request-a-quote h1, #our-services h1 {
    font-size: 32px;
  }
  #about .about-title {
    font-size: 32px;
    padding: 0;
  }
  #about .btn {
    margin-bottom: 25px;
  }
  #about {
    padding: 50px 0 20px;
  }
}
/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
    .tab button {
    width: 225px;
    }
  .carousel-inner .active.left {
    left: -50%;
  }
  .carousel-inner .active.right {
    left: 50%;
  }
  .carousel-inner .next {
    left: 50%;
  }
  .carousel-inner .prev {
    left: -50%;
  }
  .carousel-col {
    width: 50%;
  }
  .active > div:first-child + div {
    display: block;
  }
  #hero h1 {
    font-size: 50px;
    line-height: inherit
  }
  #hero h2 {
    font-size: 30px;
    line-height: inherit
  }
  #hero, #listening-its-conversing, #digital-transformation {
    height: 330px;
  }
    .master-column-header {
    min-height: 330px;
    }
  .btn-section .btn-primary {
    width: 100%;
  }
    
  .slider_1 p.slide-content {
    font-size: 34px!important;
    line-height: normal!important;
}    
    .slider_1 .author {
    font-size: 20px!important;
    margin-top: 12px!important;
    line-height: normal!important;    
    }
    .set1 {
    min-height: 135px!important;
    }
    
}
@media (min-width: 610px) and (max-width: 991px) {
  .mood-for {
    display: inline-block;
    width: 20%;
    margin-right: 6%;
    margin-bottom: 42px;
  }
}
@media (min-width: 361px) and (max-width: 609px) {
  .mood-for {
    display: inline-block;
    width: 45%;
    margin-right: 4%;
    margin-bottom: 42px;
  }
}
@media (min-width: 220px) and (max-width: 360px) {
  .mood-for {
    display: inline-block;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 42px;
  }
}
/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left {
    left: -33%;
  }
  .carousel-inner .active.right {
    left: 33%;
  }
  .carousel-inner .next {
    left: 33%;
  }
  .carousel-inner .prev {
    left: -33%;
  }
  .carousel-col {
    width: 33%;
  }
  .active > div:first-child + div {
    display: block;
  }
  .active > div:first-child + div + div {
    display: block;
  }
    
.slider_1 label {
    top: 260px!important;
    }
    .set1 {
    min-height: 210px!important;
    }
    
    
}
/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left {
    left: -25%;
  }
  .carousel-inner .active.right {
    left: 25%;
  }
  .carousel-inner .next {
    left: 25%;
  }
  .carousel-inner .prev {
    left: -25%;
  }
  .carousel-col {
    width: 25%;
  }
  .active > div:first-child + div {
    display: block;
  }
  .active > div:first-child + div + div {
    display: block;
  }
  .active > div:first-child + div + div + div {
    display: block;
  }
}
.block {
  width: 306px;
  height: 230px;
}
.red {
  background: red;
}
.blue {
  background: blue;
}
.green {
  background: green;
}
.yellow {
  background: yellow;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: #bf0d3e;
}





.main-slideContainer {
  background-color: #F2F2F2;
  width: 100%;
}
.Slide {
  display: none;
    max-width: 600px;
    margin: 35px auto 0;
    width: 100%;
}
.Slide p {
  font-size: 18px;
}
.slideContainer img {
  vertical-align: middle;
}
.slideContainer h2 {
  text-align: center;
    font-weight: 700;
    line-height: 75px;
    font-size: 50px;
    margin: 0;
    text-transform: uppercase;
    font-family: "proxima-nova-extra-condensed" ,sans-serif;
}
.slideContainer p {
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
    font-size: 24px;
      line-height: 30px;
    max-width: 730px;
    width: 100%;
    font-weight: 400;
    font-family: "proxima-nova-condensed" ,sans-serif;
}

.slideContainer p.bold { font-weight: 700!important;}

.slideContainer h3 {
  text-align: center;
  font-size: 70px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: "proxima-nova-extra-condensed" ,sans-serif;
}
.slideContainer {
  max-width: 70%;
  position: relative;
  margin: auto;
  color: #fff;
  padding: 35px 0;
}
.slideContainer-navigation {
    clear: both;
    margin-top: 50px;
}

.prevBtn, .nextBtn {
 position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    padding: 10px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.set3 {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
.nextBtn {
  right: 140px;
}
.prevBtn {
  left: 140px;
}

.nextBtn img,
.prevBtn img {
    width: inherit;
    max-width: fit-content;
}


.Caption {
  color: #500070;
  font-weight: bold;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-seriff;
  font-size: 25px;
  padding: 8px 12px;
  position: absolute;
  width: 100%;
  text-align: center;
}
.Navdot {
  cursor: pointer;
  height: 24px;
  width: 24px;
  margin: 0 5px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  display: inline-block;
  margin-top: 0;
}
.selected, .Navdot:hover {
  background-color: #fff;
}

.slideContainer a:hover, a:active, a:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
}



.slider_1 input[type="radio"] {
position: absolute;
width: 1px; /* Setting this to 0 make it invisible for VoiceOver */
height: 1px; /* Setting this to 0 make it invisible for VoiceOver */
padding: 0;
margin: -1px;
border: 0;
clip: rect(0 0 0 0);
overflow: hidden;
}
.slider_1 label{
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    top: 200px;
    z-index: 9;
    cursor: pointer;
    transition: border-color 0.3s linear;
    background-color: #fff;
    border: 1px solid #0196b0;
    border-radius: 30px;
    margin: 0 10px;
}

.slider_1 label.second{
  
}
.slider_1 label.third{
  
}

.slider_1 blockquote{
  margin:0;
  padding:30px;
  width:500px;
  background-color: #DB532B;
  color:white;
  box-shadow: 0 5px 2px rgba(0,0,0,0.1);
  position:relative;
  transition: background-color 0.6s linear;
}

.slider_1 blockquote:after { 
  content: " "; 
  height: 0; 
  width: 0; 
  position: absolute; 
  top: 100%; 
  border: solid transparent; 
  border-top-color: #DA532B;
  border-left-color:#DA532B;
  border-width: 10px; 
  left: 10%; 
} 
.slider_1 #second:checked ~ .two blockquote {
  background-color:purple;
}
.slider_1 .two blockquote:after{
  border: solid transparent; 
  border-top-color: purple;
  border-left-color:purple;
  border-width: 10px;
}
.slider_1 #third:checked ~ .three blockquote{
  background-color:#54885F;
}
.slider_1 .three blockquote:after{
  border: solid transparent; 
  border-top-color: #54885F;
  border-left-color: #54885F;
  border-width: 10px;
}
.slider_1 .quotes{
  position:absolute;
  color:rgba(255,255,255,0.5);
  font-size:5em;
}
.slider_1 .leftq{
  top:-25px;
  left:5px;
}
.slider_1 .rightq{
  bottom:-10px;
  right:5px;
}
.slider_1 img{
  float:none;
  margin-right: 20px;
}
.slider_1 .slide{
  position:absolute;
  left:-100%;
  opacity:0;
  transition: all 0.6s ease-in;
    right: 0;
    top: 0;
}

.set1 {
    position: relative;
    min-height: 154px;
    max-width: 983px;
    margin: 0 auto;
    width: 100%;
}

.slider_1 #first:checked ~ label.first {
  border-width:1px;
  border-color:#0196b0;
    background-color: #0196b0;
}
.slider_1 #second:checked ~ label.second {
  border-width:1px;
  border-color:#0196b0;background-color: #0196b0;
}
.slider_1 #third:checked ~ label.third {
  border-width:1px;
  border-color:#0196b0;
    background-color: #0196b0;
}

.slider_1 #first:checked ~ div.one {
  left:0;
  opacity:1;
}
.slider_1 #second:checked ~ div.two {
  left:0;
  opacity:1;
}
.slider_1 #third:checked ~ div.three {
  left:0;
  opacity:1;
}

.slider_1 p.slide-content {
    font-style: normal;
    color: #009caf;
    font-size: 46px;
    font-weight: 700;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: "proxima-nova-condensed" ,sans-serif;
    line-height: 56px;
}

/* Add a blue color to the author */
.slider_1 .author {
    color: #009caf;
    font-size: 24px;
    text-transform: uppercase;
    clear: both;
    margin-top: 8px;
    font-weight: 700;
    font-family: "proxima-nova-condensed" ,sans-serif;
    line-height: 29px;
}
@media only screen and (max-width: 450px) {
  .prevBtn, .nextBtn, .Caption {
     font-size: 30px;
  }
}


@media only screen and (max-width: 991px) {
    .slider_1 .author {
   
    margin-top: 0;
}
    #web-form h3 {
    margin: 0;
    text-align: center;
    }
    #web-form .rl p {
    max-width: 100%;
    width: 100%;
    text-align: center;
}
    
}
@media only screen and (max-width: 767px) {
    .slider_1 .author {
   
    margin-top: 0;
}
    
    .prevBtn {
    left: 0;
}
    
    .nextBtn {
    right: 0;
}
    #hero h1 {
    font-size: 46px;
    line-height: 46px;
    }
    
    .cost-of-unknown h2 {
    line-height: 50px;
    }
    .numbers-add h2 {
    margin: 0 0 15px 0;
    line-height: 50px;
    }
    
    #register-today h3,
    .information h2,
    .slideContainer h2,
    #web-form h3{
    margin: 20px 0 0 0;
    line-height: normal;
    font-size: 34px;
    }
    
    .slideContainer {
    padding: 25px 0;
    }
    #web-form {
    padding: 0;
    }
 
}

@media (min-width: 576px) and (max-width: 767px) {
    .set1 {
    position: relative;
    min-height: 146px;
    max-width: 983px;
    margin: 0 auto;
    width: 100%;
}
    .slider_1 p.slide-content {
    font-size: 28px;
    line-height: normal;
}
    .slider_1 .author {
    font-size: 18px;
    margin-top: 8px!important;
        line-height: normal!important;
    }
}


@media only screen and (max-width: 575px) {
    .set1 {
    min-height: 210px;
}
    .slider_1 p.slide-content {
    font-size: 28px;
    line-height: normal;
}
    .slider_1 .author {
    font-size: 18px;
    margin-top: 8px!important;
        line-height: normal!important;
    }
    
    .slider_1 label {
    top: 260px;
    }
    
    .slideContainer h3 {
    text-align: center;
    font-size: 65px;
    }
    .information {
    background: #fff;
    padding: 40px 0 0;
}
    
    .about p,
    .information p,
    .slideContainer p,
    #web-form .rl p{
    font-size: 20px;
    line-height: normal;
    }
    
    .about p{
    margin: 30px auto 0;
    }
    #register-today .benefits p {
    margin-bottom: 0;
    }
    
    label {
    font-size: 14px;
    line-height: normal;
    }
    #footer {
  padding: 20px 0;
    margin-top: 15px;
}
.footer-logo img { width: 106px; }   
}

@media (max-width: 375px) {
   
    ul.style_x1 li {
    height: 45px;
    }
    
    .border_x2 {
    border: 2px solid #FC6730;
    border-radius: 15px;
    margin-top: 0!important;
    margin-bottom: 0!important;
    height: 192px;
    position: absolute;
    max-width: 792px!important;
    bottom: 0;
    left: 0px;
    width: 100%;
    }
    .sep {
    height: 35px;
    margin: 0 auto 0;
    }
    .sep hr {
    width: 2px;
    height: 35px;
    }
    
    
    
}
