/** Shorts style **/
.pd-t-100 {
	padding-top: 100px;
}

.pd-t-200 {
	padding-top: 200px;
}

.pd-b-50 {
	padding-bottom: 50px;
}

.pd-b-100 {
  padding-bottom: 100px;
}

/**Header**/
.bg-dark-my {
	background-color: #181818;
}
nav {
	height: 5rem;
}

nav .logo-w {
	width: 9.8rem;
	height: 2.8rem;
}

nav.navbar ul.navbar-nav li.nav-item a {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 15px;
	border-bottom: 1px solid transparent;
}

nav.navbar ul.navbar-nav li.nav-item a:hover {
  color: #FFFFFF;
  border-bottom-color: rgba(255, 255, 255, 1);
}

nav.navbar ul.navbar-nav li.nav-item a.nav-item-langs  {
	color: #fff;
}

nav.navbar .btn--white {
	border: 1px solid #078855;
	border-top-color: rgb(7, 136, 85);
	border-right-color: rgb(7, 136, 85);
	border-bottom-color: rgb(7, 136, 85);
	border-left-color: rgb(7, 136, 85);
	border-radius: 50px;
	padding: 1.7rem 2.2rem;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #121212;
	height: 32px;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	text-align: center;
	letter-spacing: -0.02em;
	font-size: 1rem;
	line-height: 14px;
	letter-spacing: -0.02em;
	font-weight: 600;
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

nav.navbar div .btn--white:hover {
  background-color: #078855;
  border-color: #078855;
  color: #FFFFFF;
}

/**First Monitor**/
.first-mobitor h1 {
	font-family: 'CiscoSansTT', Arial, Helvetica, sans-serif;
	font-size: 84px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #FFFFFF;
	text-align: left;
}

.first-mobitor a.rounded-pill.download-for-win {
    max-width: 23%;
    font-size: 16px !important;
    padding: 30px 20px;
}

/**Second Monitor**/
.second-monitor {
	font-size: 14px;
  	line-height: 1.5;
}

/**Third Monitor**/
.hero-bg-webex {
  background: radial-gradient(circle at 0% 100%, #222 60%, #181818 100%);
  min-height: 650px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero-bg-webex:before {
  content: '';
  position: absolute;
  left: 60%;
  top: -12%;
  width: 100vw;
  height: 100vw;
  min-width: 900px;
  min-height: 900px;
  background: rgba(32,32,32,0.7);
  border-radius: 45% 55% 60% 40%;
  transform: rotate(-15deg);
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  .hero-bg-webex {
    min-height: 500px;
    padding-bottom: 3rem;
  }
  .hero-bg-webex .display-1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .hero-bg-webex {
    min-height: 400px;
    padding-bottom: 2rem;
  }
  .hero-bg-webex .display-1 {
    font-size: 2.2rem;
  }
}
.btn-outline-light-custom {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  transition: background 0.2s, color 0.2s;
}
.btn-outline-light-custom:hover {
  background: #fff;
  color: #181818;
}

/**Footer **/
.site-footer {
  background: #191919;
  color: #bcbcbc;
  font-size: 0.8rem;
  padding: 32px 0 32px 0;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.site-footer a:hover {
  color: #86c5f7;
  text-decoration: underline;
}
.site-footer .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 16px;
  font-size: 1rem;
}
.site-footer .copyright {
  margin-top: 8px;
  font-size: 0.7rem;
  color: #bcbcbc;
}
@media (max-width: 991px) {
  .site-footer .footer-links {
    justify-content: flex-start !important;
    margin-top: 24px;
  }
}