.rw {
  font-style: italic;
  font-family: "Vollkorn", serif;
  color: #154b94;
  font-size: 14px;
}

.r {
  color: #618cc8;
  font-weight: 500 !important;
  font-family: "Orbitron", sans-serif;
}

.w {
  color: #434e91;
  font-weight: 500 !important;
  font-family: "Orbitron", sans-serif;
}

#logo-mobile {
  width: 230px;
}

.dark-bg {
  background-image: url("images/bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

body {
  font-weight: 400;
}

.af-element .submit {
  background-color: #004a72 !important;
  border-radius: 25px;
  border: 1px solid #01324c;
  color: white;
  cursor: pointer;
}

.af-element .submit:hover {
  background-color: #003a59 !important;
  border-radius: 25px;
  border: 1px solid #01324c;
  color: white;
}

.btn-round {
  border-radius: 25px;
}

.theme-btn1 {
  background-color: #00bcf3;
  border-radius: 25px;
  border: 1px solid #122941;
  color: #122941;
  font-size: 13px !important;
}

.theme-btn1:hover {
  background-color: #122941;
  border: 1px solid #122941;
  color: white;
}

.theme-btn2 {
  background-color: #122941;
  border-radius: 25px !important;
  border: 1px solid #122941;
  color: white;
  font-size: 13px !important;
}

.theme-btn2:hover {
  background-color: #1b4066;
  border: 1px solid #122941;
  color: white;
}

.theme-btn3 {
  background-color: #00bcf3;
  border: 1px solid #00bcf3;
  border-radius: 25px !important;
  color: white;
  font-size: 13px !important;
}

.theme-btn3:hover {
  background-color: #00a5d6;
  border: 1px solid #00bcf3;
  color: white;
}

.theme-btn4 {
  background-color: #144880;
  border-radius: 25px !important;
  border: 1px solid #144880;
  color: white;
  font-size: 13px !important;
}

.theme-btn4:hover {
  background-color: rgb(42, 101, 160);
  border: 1px solid #122941;
  color: white;
}

.theme-btn5 {
  background-color: #005bbd;
  border-radius: 25px !important;
  border: 1px solid #005bbd;
  color: white;
  font-size: 13px !important;
}

.theme-btn5:hover {
  background-color: #094a91;
  border: 1px solid #122941;
  color: white;
}

.separator {
  width: 140px;
  height: 14px;
  background-color: #00bcf3;
  /*		border-radius:10px;*/
  /*		border: 1px solid white;*/
}

.text-black {
  color: black;
}

.no-indent {
  padding-left: 16px;
}

.nonrec {
  position: absolute;
  top: 0;
  width: 100%;
  height: 6vw;
}

/*	mobile nav start*/

.top-nav {
  position: fixed;
  z-index: 1000;
  padding: 9.5px !important;
  padding-left: 8px;
  padding-right: 8px;
  background-color: white;
  width: 100%;
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.8);
}

.site-title {
  margin-left: 100px;
  font-size: 1rem;
}

.nav-toggle {
  /*		position:absolute;*/
  /*		top:12px;*/
  cursor: pointer;
  color: #122941;
  padding-top: 4px;
}

a {
  /*		color:white;*/
  text-decoration: none;
}

nav li {
  list-style: none;
}

.main-navigation {
  position: fixed;
  top: 50px;
  left: 0;
  width: 70%;
  height: 100%;
  background: #122941;
  text-align: left;
  transform: translateX(-100%);
  transition: transform 0.6s ease;
  padding-top: 30px;
  overflow: scroll;
  z-index: 999;
  line-height: 1.1;
}

.main-navigation.open {
  transform: translateX(0);
}

.main-navigation ul {
  margin: 0;
  padding: 0;
}

.main-navigation ul a {
  padding: 10px 20px;
  display: block;
  color: white;
}

.main-navigation ul a:hover {
  text-decoration: none;
  color: white;
}

.main-navigation ul a:active {
  text-decoration: none;
  color: white;
}

.mobile-top {
  height: 60px;
  font-weight: 600;
}

/*	mobile nav end*/

/*	nav */

.navbar .btn {
  font-size: 13px;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.78) !important;
  font-size: 13px;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #00a5d6 !important;
  font-size: 13px;
  font-weight: 600;
}

/* .active {
    color: #00A5D6 !important;
} */

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
}

.site-header {
  /*		font-size:13px;*/
  /*		background-color:rgba(255,255,255,0.6);*/
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
  margin-bottom: -55px;
}

.site-header a {
  /*		color:#093875;*/
  /*		text-decoration:none;*/
  /*		font-weight:600;*/
}

.brand-logo {
  height: 75px;
  width: 300px;
  transition: 0.4s;
}

.brand-logo-shrink {
  height: 45px;
  width: 101px;
}

.navbar {
  /*		font-size:13px;*/
  /*		background-color:rgba(176,226,246,0.8);*/
  /*		background-color: rgba(112, 216, 255, 0.8);*/
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  /*		margin-bottom:-55px;*/
  transition: 0.4s;
  background-color: white;
  padding: 0rem 1rem;
}

.site-header2 a {
  /*
		color:black;
		text-decoration:none;
		font-weight:600;
*/
}

.logo {
  width: 210px;
}

/*	video*/

#myVideo {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  /*		top:0;*/
}

.video-container {
  max-height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: #22b0e5;
}

/*	general*/

.force-text-black {
  color: black !important;
}

.bw-bg {
  background-image: url(images/bw-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-light {
  background-color: #d8d7d7 !important;
}

.card-body ul {
  list-style: none;
  line-height: 30px;
  font-size: 15px;
  padding: 0;
}

.no-decor {
  text-decoration: none;
}

.table-container {
  background-color: white;
  border-radius: 3px;
  color: black;
}

.table-title {
  font-size: 24px;
  font-weight: bold;
}

.highlight-text {
  font-size: 1rem;
}

.timer-title {
  font-weight: bold;
  font-size: 20px;
}

.ckr {
  width: 180px;
}

.border-right-white {
  border-right: 1px solid white;
}

.subtitle {
  font-size: 25px;
  font-weight: 200;
}

.subtitle2 {
  font-size: 18px;
  font-weight: bold;
}

.white-text,
.white-text:hover {
  color: white;
}

.text-shadow {
  text-shadow: 0px 0px 1px black;
}

.default-shadow {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.section-title {
  font-size: 25px;
  font-weight: 200;
}

.tag-section {
  font-size: 18px;
  font-weight: 200;
}

.tag-section_h3 {
  font-size: 15px;
  font-weight: 400;
}

.theme-color {
  background-color: #00bcf3;
  color: white;
}

.theme-color2 {
  background-color: #122941 !important;
  color: white;
}

.theme-color3,
.theme-color3 a {
  background-color: #343a40;
  color: white;
}

.divider {
  background-color: #134b95;
  width: 50px;
  height: 5px;
}

.border-right {
  border-right: none !important;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 20px;
}

.pb-40 {
  padding-bottom: 20px;
}

.pb-60 {
  padding-bottom: 30px;
}

.pt-60 {
  padding-top: 35px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-80 {
  padding-bottom: 40px;
}

.pt-80 {
  padding-top: 40px;
}

.valign-middle {
  vertical-align: middle;
}

.why-bullets {
  font-size: 30px;
}

.why-items-div {
  margin-left: 10px;
}

.why-bullets-div {
  margin-left: 0px;
}

.flex-div {
  display: flex;
}

.why-list {
  min-height: 90px;
}

.text-color {
  color: #134b95;
}

/*	statistics*/

.stats-main {
  font-size: 15px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8) !important;
}

.bl-1-white {
  border-left: none;
}

.stats-sub {
  /*		font-size:12px;*/
  color: rgba(0, 0, 0, 0.8) !important;
}

/*	testimonials*/

.testimonial-div {
  border: 2px solid rgba(255, 255, 255, 0.22);
  /*		text-align:justify;*/
  border-radius: 3px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  padding-top: 12px;
  padding-top: 80px;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
}

.testimonial-pic-div {
  margin-bottom: -80px;
  position: relative;
  z-index: 2;
}

.testimonial-logo-div {
  width: 100%;
}

.testimonial-logo-div img {
  width: 150px;
  margin-bottom: 10px;
}

.testimonial-p-min {
  max-height: 150px;
  min-height: 150px;
  overflow: hidden;
  animation-name: testimonialmin;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes testimonialmin {
  from {
    max-height: 300px;
    min-height: 150px;
  }
  to {
    max-height: 150px;
    min-height: 150px;
  }
}

.testimonial-p-max {
  min-height: 150px;
  max-height: 150px;
  overflow: hidden;
  animation-name: testimonial;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes testimonial {
  from {
  }
  to {
    max-height: 350px;
    min-height: 150px;
  }
}

/*	footer*/

.footer2-box {
  /*		border:1px solid rgba(0,0,0,0.50);*/
  background-color: rgba(255, 255, 255, 0.6);
  padding-top: 30px;
  border-radius: 3px;
  min-height: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.footer2-col {
}

.footer2-div {
  width: 100%;
  padding-top: 40px;
  color: black;
}

.footer2-div ul li {
  line-height: 26px;
  padding-bottom: 15px;
}

.footer2-div ul li a {
  color: black;
}

.footer-section {
  /*		color:white;*/
  font-size: 14px;
  font-weight: 400;
}

.footer-section a {
  color: black;
}

/*	benefits*/

.benefits-title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
}

.benefits-row {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  background-color: white;
  color: black;
  border: 1px solid rgba(142, 142, 142, 0.3);
}

/*	Apply here*/

.apply-form {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 20px;
  background-color: white;
  color: black;
  padding-top: 40px;
}

.rate {
  background-color: #17a6e0;
  border-radius: 10px;
  padding: 15px;
  color: white;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  padding-top: 30px;
}

.form-check-input {
  margin-left: -1rem;
}

/*	aweber*/

.af-form {
  border-radius: 5px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.af-element {
  padding-left: 35px !important;
  padding-right: 30px !important;
}

.submit {
  border-radius: 5px;
}

/*	about start*/

.about-wcl {
  background-color: none;
}

/*about end*/

/*	studies start*/

.sign-up-title {
  font-size: 35px;
  font-weight: bold;
}

.sign-up-subtitle {
}

/*countdown*/

.time_circles h4,
.time_circles span {
  color: rgba(0, 0, 0, 0.82);
}

/*	studies end*/

/*	desktop start*/

/*	// Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {
}

/*// Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {
  .card-body ul {
    list-style: none;
    line-height: 40px;
    font-size: 15px;
    padding: 0;
  }
  /*	why start*/
  .highlight-text {
    font-size: 20px;
  }
  .valign-middle {
    vertical-align: middle;
  }
  .why-bullets {
    font-size: 30px;
  }
  .why-items-div {
    margin-left: 10px;
  }
  .why-bullets-div {
    margin-left: -15px;
  }
  .flex-div {
    display: flex;
  }
  .why-list {
    min-height: 90px;
  }
  /*	why end*/
  .site-header a,
  .site-header2 a {
    font-size: 9px;
  }
  .logo {
    width: 175px;
  }
  .section-title {
    font-size: 40px;
  }
  /*	statistics*/
  .stats-main {
    font-size: 30px;
    font-weight: bold;
  }
  .bl-1-white {
    border-left: 1px solid white;
  }
  .border-right-white {
    border-right: 1px solid white;
  }
  /*	general start*/
  .ckr {
    width: 250px;
  }
  .bl-1-white {
    border-left: 1px solid white;
  }
  .pb-10 {
    padding-bottom: 10px;
  }
  .pt-20 {
    padding-top: 20px;
  }
  .pb-20 {
    padding-bottom: 20px;
  }
  .pt-40 {
    padding-top: 40px;
  }
  .pb-40 {
    padding-bottom: 40px;
  }
  .pb-60 {
    padding-bottom: 60px;
  }
  .pt-60 {
    padding-top: 60px;
  }
  .pb-30 {
    padding-bottom: 30px;
  }
  .pb-80 {
    padding-bottom: 80px;
  }
  .pt-80 {
    padding-top: 80px;
  }
  /*general end*/
  /*	about start*/
  .about-wcl {
    background-color: #22b0e5;
    border-radius: 3px;
  }
  /*	about end*/
  /*	studies start*/
  .sign-up-title {
    font-size: 60px;
    font-weight: bold;
  }
  .sign-up-subtitle {
    font-size: 40px;
  }
  /*	studies end*/
  .navbar-light .navbar-nav .nav-link {
    font-size: 9px;
  }
  .navbar .btn {
    font-size: 9px;
  }
  .logo-mobile {
    width: 130px;
  }
}

/*// Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {
  .site-header a,
  .site-header2 a {
    font-size: 11px;
  }
  .logo {
    width: 190px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 10px;
  }
  .navbar .btn {
    font-size: 9px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 8px;
    padding-right: 8px;
  }
  .brand-logo {
    height: 92px;
    width: 230px;
    transition: 0.4s;
  }
  .brand-logo-shrink {
    height: 45px;
    width: 101px;
  }
}

/*// Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
  .site-header a,
  .site-header2 a {
    font-size: 12px;
  }
  .logo {
    width: 240px;
  }
  .desktop-nav-container {
    max-width: 1200px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
  }
  .navbar .btn {
    font-size: 11px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 11px;
    padding-right: 11px;
  }
  .brand-logo {
    height: 96px;
    width: 240px;
    transition: 0.4s;
  }
  .brand-logo-shrink {
    height: 45px;
    width: 101px;
  }
}

@media (min-width: 1400px) {
  .site-header a,
  .site-header2 a {
    font-size: 12px;
  }
  .logo {
    width: 240px;
  }
  .desktop-nav-container {
    max-width: 1250px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
  }
  .navbar .btn {
    font-size: 14px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 16px;
    padding-right: 16px;
  }
  .brand-logo {
    height: 104px;
    width: 260px;
    transition: 0.4s;
  }
  .brand-logo-shrink {
    height: 45px;
    width: 101px;
  }
}

#preloader {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.63);
  z-index: 11000;
  position: fixed;
  display: block;
}

.preloader {
  position: absolute;
  margin: 0 auto;
  left: 1%;
  right: 1%;
  top: 47%;
  width: 100px;
  height: 100px;
  background: center center no-repeat none;
  background-size: 65px 65px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/*	desktop end*/

/* carousel */
.home-text-wrapper {
  display: table;
  max-width: 100%;
  position: absolute;
  text-align: left;
  z-index: 11;
  top: 45%;
  left: 40%;
  transform: translate(-50%, -50%);
}

.home-message {
  display: table-cell;
  height: 30%;
  vertical-align: middle;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: url(images/pattern.png) repeat center center
    rgba(18, 41, 65, 0.746);
}

.home-message .network-conference {
  border: 3px solid white;
  border-radius: 205px;
  width: 40%;
  padding-top: 10px;
  /* padding-left: 10px; */
  text-align: center;
}

.home-message .network-conference p {
  color: #fff;
  font-size: 20px;
}

.tag-sectionh2 {
  font-size: 30px;
  font-weight: 200;
}

.tag-sectionh1 {
  font-size: 40px;
  font-weight: 600;
}

.home-message .network-conference1 {
  border: 3px solid white;
  border-radius: 205px;
  width: 100%;
  padding-top: 10px;
  /* padding-left: 10px; */
  text-align: center;
}

.home-message .network-conference1 p {
  color: #fff;
  font-size: 15px;
}

@media (min-width: 320px) {
  .home-text-wrapper {
    display: table;
    max-width: 100%;
    position: absolute;
    text-align: left;
    z-index: 11;
    top: 45%;
    left: 52%;
    transform: translate(-50%, -50%);
    padding-left: 10px;
    padding-right: 35px !important;
  }

  .tag-sectionh2 {
    font-weight: 300;
    font-size: 20px;
  }

  .tag-sectionh1 {
    font-weight: 600;
    font-size: 25px;
  }
}

@media (min-width: 1366px) {
  .home-text-wrapper {
    display: table;
    max-width: 100%;
    position: absolute;
    text-align: left;
    z-index: 11;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .tag-sectionh2 {
    font-size: 30px;
    font-weight: 300;
  }

  .tag-sectionh1 {
    font-size: 40px;
    font-weight: 600;
  }
}

/* @media (max-width: 1387px){
.home-message .network-conference {
    padding: 2%;
    margin: 0 10%;
}
} */

.carousel-item div.video-banner-jpg {
  /* background-image: url("../images/banner/video-banner/CLN_Videos.jpg"); */
  width: 100%;
  background-image: url(../images/video-banner/video-banner-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  /* margin-top: 3em; */
  padding-top: 7em;
  padding-bottom: 16px;
  background-size: cover;
}
.carousel-item div.video-banner-jpg-mobile {
  background-image: url(../images/video-banner/video-banner-mobile.jpg);
  background-repeat: no-repeat;
  background-position: center;
  /* margin-top: 1em; */
  padding-top: 20em;
  padding-bottom: 14px;
  background-size: cover;
}
@media (max-width: 414px) {
  .carousel-item div.video-banner-jpg-mobile {
    background-image: url(../images/video-banner/video-banner-mobile.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 22em;
    padding-bottom: 14px;
    background-size: cover;
    width: 100%;
  }
}
/* @media (max-width: 767px) {
  .carousel-item div.video-banner-jpg-mobile {
    background-image: url(../images/video-banner/video-banner-mobile.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 20em;
    padding-bottom: 14px;
    background-size: cover;
    width: 100%;
  }
} */

.venobox:hover {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  transform: scale(1.1);
  z-index: 1500;
  /* cursor: pointer; */
  cursor: hand;
  box-shadow: 6px 6px 6px 1px #1379ff;
  /* background-color: #343a40 !important; */
}
