* {
  font-weight: normal !important;
}
*#remain {
  color: #fff;
  font: bold 14px ubuntu, sans-serif;
  text-align: center; 
  text-shadow:3px 3px 5px #c2c2c2;
}
#cpt2 {
  color: #fff;
  font: bold 40px ubuntu, sans-serif;
  text-align: center; 
  text-shadow:3px 3px 5px #c2c2c2;
}
#cpt3 {
  color: #fff;
  font: bold 20px ubuntu, sans-serif;
  text-align: center; 
  text-shadow:3px 3px 5px #c2c2c2;}
#cpt4 {
  color: #fff;
  font: bold 20px ubuntu, sans-serif;
  text-align: center; 
  text-shadow:3px 3px 5px #c2c2c2;}

.pb{width: 100%;
		height: 100%;
    display: block;}
	.popup-wrap{
		position: fixed;
		width: 300px;
		height: 200px;
    left: auto;
    bottom: 60px;
		background-color: rgba(0,0,0,0);
		transition: all 1.7s ease;
	}
	.popup{
		text-align: center;
    padding: 20px;
    position: absolute;
		width: 260px;
		height: 160px;
    background-color: darkslategray;
    background-image: url("https://thoseicons.com/wp-content/uploads/2017/03/cp2@2x.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
    box-shadow: 0px 12px 24px 0px   rgba(0,0,0,.15);
    right: 0px;
		bottom: 0px;
	}
	.popup-timer{
		width: auto;
		height: 25px;
		color: #fff;
		position: absolute;
		right: 10px;
		line-height: 25px;
		padding: 0px 10px;
	}
	.btn-close{
		background-color: #fff;
		background-image: url("https://cdn2.iconfinder.com/data/icons/4web-3/139/close-128.png") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 25px;
		height: 25px;
		text-align: center;
		line-height: 22px;
		position: absolute;
		right: 10px;
		top: 10px;
		cursor: pointer;
		transition: all 0.5s ease;
		border-radius: 50%;
	}
	.btn-close:hover{
		transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
	}
.popupm{
		padding: 0px;
    position: absolute;
		width: 200px;
		height: 133px;
    background-color: #fcfcfc;
    background-image: url("https://thoseicons.com/wp-content/uploads/2017/03/30@2x.png");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
    box-shadow: 0px 12px 24px 0px   rgba(0,0,0,.15);
    right: 0px;
		bottom: 0px;
	}


@media screen and (min-width: 768px) {
    .popupm{ visibility: hidden; } }

@media screen and (max-width: 767px) {
  .search {
    margin: auto;
  }
    .popup{ visibility: hidden; } }



html, body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: system-ui !important;
}
.fa-phone-square-alt {
  width: max-content;
}
.fa-envelope {
  width: max-content;
}
#discountModal {
  display: block;
  width: fit-content;
  height: fit-content;
  margin-right: auto;
  margin-top: auto;
  margin-left: 10px;
  margin-bottom: 10px;
  color: #fff;
  transform: scale(1);
opacity: 1;
transition: transform 0.5s ease, opacity 0.4s 0.15s ease;
}
.modal-dialog {
position: fixed;
top: auto;
left: auto;
right: 0.5rem;
bottom: 0;
margin-bottom: 0.5rem;
min-width: min-content;
max-width: 400px;
width: 400px;
height: auto;
}
.modal-backdrop.show {
  opacity: 0 !important;
}
.modal-dialog .notice {
padding: 0rem 1rem;
}
.modal-dialog .notice h4 {
margin-bottom: 1.5rem;
}
.modal-dialog .notice p {
margin-bottom: 0.5rem;
}
.modal-dialog .icon {
font-size: 3rem;
}
.modal-footer {
  margin: auto;
}
.topbar {
  top: 0;
  left: 0;
  height: 40px;
  width: 100%;
  background-color: #333;
}
#page-title {
  margin-bottom: 2rem;
}

.topbar-contact .col-md-4 {
  max-width: fit-content;
}
.topbar .container {
  max-width: 1680px !important;
  height: inherit;
}
#header .d-flex {
  max-width: 1860px !important;
}
.fixed-top {
  position: sticky !important;
}
  h1 {
    font-size : 3rem;
  }
  a:hover {
    text-decoration: none !important;
    color: #37b185;
  }
  .container {
  color: #333;
  }
  #header .container {
    padding: 0px;
    height: inherit;
    max-width: 1680px !important;
  }
  .container-fluid1 nav {
    margin-left: auto;
  }
  .count {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px
  }
  .container-title h1 {
    color: #333;
    width: fit-content;
    margin: auto;
}
/* .row-info{
  background: #4682b424;
} */
.co-info h1{
  font-size: 4rem; 
  width: fit-content;
}
.et_star{
  font-size: 18px !important;
  background: #fff;
}
.readon {
  text-decoration: none;
}
  .nav-item {
  padding-right: 8%;
  }
  .gridFilter {
    margin-bottom: 40px; 
    margin-top: 40px;
  }
  .gridFilter a {
    color: #333;
  }
  .categories {
    display: flow-root;
    width: max-content;
    margin: auto;
  }
  .sec-title .des {
    width: inherit;
  }
  .check-square {
    width: inherit;
    font-weight: bolder;
    }
  .nav-item a {
  color: black;
  font-family: system-ui,sans-serif;
  text-decoration: none !important;
  }
  .navbar-dropdown {
  position: relative;
  padding-right: 10px;
  }
  .navbar-dropdown:hover
  .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  }
  /* .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 20px 0;
  top: 100%;
  transform: translateY(50px);
  left: 0;
  width: 250px;
  background-color: #fff;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 111;
  transition: 0.4s all;
  } */
  .dropdown-menu ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  font-family: system-ui,sans-serif;
  }
  .dropdown-menu a:hover {
  padding-left: 30px;
  }
  .nav-expander {
  position: absolute;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  background: #3b7eb9;
  border-radius: 3px;
  padding: 16px 10px;
  margin-left: 12%;
  margin-top: -0.5rem;
  }
  .nav-expander span {
  height: 2px;
  width: 30px;
  display: block;
  background: #ffffff;
  margin: 6px 0;
  transition: all 0.3s ease;
  }
  .nav-expander span.dot1 {
  margin-top: 0;
  }
  .nav-expander span.dot3 {
  margin-bottom: 0;
  }
  .nav-expander:hover span {
  background: #333;
  }
  #categories-list .item{
    width: 162px;
    height: 215.75px;
  padding: 30px 18px 25px;
  display: block;
  margin: 10px;
  color: #FFF;
  /* -webkit-border-radius: 3px;
  -moz-border-radius: 3px; */
  border-radius: 10px;
  text-align: center;
  position: relative;
  /* min-height: 1px; */
  float: left;
  /* -webkit-backface-visibility: hidden; */
  border: 1px double lavender;
  }
  #categories-list :hover{
  text-decoration: none;
  color: #333;
  }
  #categories-list .item:hover{
    background: lightblue;
    text-decoration: none;
    }
    .social-links a{
      font-size: 18px;
      display: inline-block;
      color: #fff;
      line-height: 1;
      padding: 5px 0;
      margin-right: 4px;
      border-radius: 4px;
      text-align: center;
      width: 36px;
      height: 30px;
      transition: 0.3s;
    }
    .footer-address {
      font-size: 20px;
      color: #999;
      font-weight: bold;
    }
  .customNavigation{
  text-align: center;
  }
  .owl-carousel.owl-drag .owl-item {
    padding-top: 1rem;
  }
  /* //use styles below to disable ugly selection */
  .customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-family: system-ui,sans-serif !important;
  color: #333;
  margin: 0 0 26px;
  line-height: 1.3;
  }
  h2 {
  font-size: 39px;
  font-weight: 600;
  }
  #owl-demo {
  padding-top: 40px;
  align-items: center;
  align-self: center;
  }
  .our-webinar {
  padding-left: 10%;
  }
  .owl-carousel .owl-item:hover {
    transform: scale(1.04);
  }
  .icon-part {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
  background: #E7EAED;
  text-align: center;
  transition: all 0.3s ease;
  margin: 0 auto;
  margin-bottom: 40px;
  }
  .icon-part :hover {
    color: #3b7eb9 !important;
  }
  .webinars-item {
  width: 33.33334%;
  }
  .heading-border-line {
  height: 2px;
  border-radius: 0;
  width: 40px;
  background: #40c1ec;
  position: relative;
  display: inline-block;
  left: 15px;
  top: -3px;
  }
  .text .name {
    font-size: 20px; 
    font-weight: bold; 
    margin-top: 25px;
  }
  .heading-border-line:after,
  .heading-border-line:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 2px;
  border-radius: 3px;
  top: 0;
  background: #40c1ec;
  }
  .heading-border-line:before {
  right: -20px;
  }
  .heading-border-line:after {
  right: -40px;
  }
  .card-img, .card-img-bottom, .card-img-top {
  margin: auto;
  padding: auto;
  width: 90% !important;
  }
  /* #main {
    padding-top: 60px;
    } */
  #sc-popular-webinars {
    display: revert;
    /* margin-top: 15rem; */
    padding-bottom: 2rem;
    padding-top: 2rem;
    background: url(/Speaker_Pics/grey-bg.webp);
    background-size: cover !important;
    margin: auto;
  }
  .sc-popular-webinars.main-home .webinars-grid {
  /* box-shadow: 0px 0px 16px rgba(4, 59, 80, 0.1);
  border-radius: 5px; */
  background: #2f4f4fbd;
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  }
  .sc-popular-webinars.main-home .webinars-grid:hover {
      transform: scale(1.04);
  }
  #sc-popular-webinars .container{
      max-width: 1860px !important;
  }
  .col-12 {
  display: inline-block;
  }
  /* bootstrap mod: carousel controls */
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2322313F' stroke-miterlimit='10' stroke-width='2' viewBox='0 0 34.589 66.349'%3E%3Cpath d='M34.168.8 1.7 33.268 34.168 65.735'/%3E%3C/svg%3E");
  height: 100px;
  }
  
  .carousel-control-next-icon {
  transform: rotate(180deg);
  }
  .copyright-footer {
    max-width: 1860px;
    margin: auto;
    padding-top: 40px;
    text-align: center;
  }
  
  /* medium - display 4  */
  @media (min-width: 768px) {
    #gallery .carousel-inner .carousel-item-right.active,
    #gallery .carousel-inner .carousel-item-next {
      transform: translateX(33.33333%);
    }
    
    #gallery .carousel-inner .carousel-item-left.active, 
    #gallery .carousel-inner .carousel-item-prev {
      transform: translateX(-33.33333%);
    }
  }
  
  /* large - display 5 */
  @media (min-width: 992px) {
    #gallery .carousel-inner .carousel-item-right.active,
    #gallery .carousel-inner .carousel-item-next {
      transform: translateX(20%);
    }
    
    #gallery .carousel-inner .carousel-item-left.active, 
    #gallery .carousel-inner .carousel-item-prev {
      transform: translateX(-20%);
    }
  }
  
  #gallery .carousel-inner .carousel-item-right,
  #gallery .carousel-inner .carousel-item-left{ 
  transform: translateX(0);
  }
  
  
  /* gallery slider */
  #gallery .carousel-inner .carousel-item.active,
  #gallery .carousel-inner .carousel-item-next,
  #gallery .carousel-inner .carousel-item-prev {
  display: flex;
  }
  
  @media (max-width: 768px) {
  #gallery .carousel-inner .carousel-item > div {
    display: none;
  }
  #gallery .carousel-inner .carousel-item > div:first-child {
    display: block;
    text-align: center;
  }
  }
  
  
  /* modal carousel */
  .modal .carousel-indicators {
  margin: 0;
  bottom: -34px;
  left: auto;
  }
  
  .modal .carousel-indicators > li {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  background: transparent;
  margin-right: 0;
  margin-left: 10px;
  }
  
  .modal .carousel-indicators > li.active {
  background: #fff;
  }
  
  .modal .close, .modal .carousel-control-prev, .modal .carousel-control-next {
  opacity: 1;
  }
  
  @media (min-width: 992px) {
  .modal .carousel-control-prev {
    left: -140px;
  }
  
  .modal .carousel-control-next {
    right: -140px;
  }
  }
  
  
  /* modal mods */
  .modal {
  background: rgba(34, 49, 63, 0.9);
  }
  
  .modal-dialog {
  max-width: 80% !important;
  }
  
  .modal-header {
  border: none !important;
  }
  
  .modal-content {
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  }
  
  .modal-body {
  padding: 0 !important;
  }
  
  .close img {
  max-width: 40px;
  max-height: 40px;
  }
  
  .modal-footer {
  padding: 2rem 0;
  border: none !important;
  }
  
  
  
  /* bootstrap mod addons */
  .w-90 {
  width: 90%;
  }
  
  /* .col-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xl-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  } */
  
  .col-5 {
  flex: 0 0 20%;
  max-width: 20%;
  }
  
  /* @media (min-width: 576px){
  .col-sm-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  }
  @media (min-width: 768px){
  .col-md-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  }
  @media (min-width: 992px){
  .col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  }
  @media (min-width: 1200px){
  .col-xl-5 {
    flex: 0 0 20%;
    max-width: 20%;
  } */
  }
  
  * {
    margin: 0;
    padding: 0;
    font-family: system-ui;
  }
  
  body {
    font-family: system-ui,sans-serif;
  }
  
  h2,
  h3 {
    font-weight: 700;
  }
  
  .section-padding {
    padding: 80px 0;
  }
  
  .section-title {
    text-align: center;
    /* margin-bottom: 40px; */
    /* margin-top: 40px; */
  }
  
  .section-borders span {
    height: 5px;
    background: #6aaf08;
    width: 40px;
    display: inline-block;
    border-radius: 2px;
  }
  
  .section-borders span.black-border {
    background: #333;
    width: 30px;
    margin: 0 6px;
  
  }
  
  .client-testimonial-carousel .owl-dots button {
    height: 5px;
    background: #6aaf08 !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px;
  }
  
  .client-testimonial-carousel button.owl-dot.active {
    background: #000 !important;
    width: 30px;
  }
  
  .client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px
  }
  
  .single-testimonial-item {
    position: relative;
    box-shadow: 0 0 2px #dadfd3;
    margin: 2px;
    padding: 20px;
    font-style: italic;
    padding-left: 85px;
  }
  
  .single-testimonial-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 20px;
    color: #6aaf08;
    line-height: 30px;
    margin-top: -15px;
  }
  .single-testimonial-item:after {
    background: #ddd;
    content: "";
    height: 70%;
    left: 60px;
    position: absolute;
    top: 10%;
    width: 1px;
  }
  
  .single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 0;
  }
  
  .single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
  }
  .modal {
  position: absolute;
  top: 10px;
  right: 100px;
  bottom: 0;
  left: 0;
  z-index: 10040;
  overflow: auto;
  overflow-y: auto;
  }
 
  
  /** Webinars Section **/
  
  .pb-110 {
  padding-bottom: 5%;
  }
  .sec-grid .sub-title {
  padding-top: 2rem;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  font-family: system-ui,sans-serif;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-family: system-ui,sans-serif;
  color: #333;
  margin: 0 0 26px;
  line-height: 1.3;
  }
  .sec-grid .title {
  padding-bottom: 40px;
  text-align: center;
  }
  .sc-popular-webinars.main-home {
  background: #4682b424;
  }
  .gridFilter button {
  color: #333;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: system-ui,sans-serif;
  border: 0;
  outline: none;
  transition: 0.4s;
  border-radius: 3px;
  padding: 6px 22px;
  cursor: pointer;
  }
  .gridFilter button.active {
  background: #2f4f4fbd;
  color: #ffffff;
  }
  ::selection {
  background: #3b7eb9;
  text-shadow: none;
  color: #ffffff;
  }
  .mb-70 {
  margin-bottom: 70px;
  }
  .content-part {
    max-width: -webkit-fill-available;
    width: -webkit-fill-available;
    max-width: -moz-available;
    width: -moz-available;
  }
  .content-part .title {
  font-size: 18px;
  line-height: 1.38;
  }
  .content-part .title a
  .bottom-part {
    margin-left: 45%;
  }
  .content-part .title a {
    text-decoration: none;
    color: #333;
  }
  .content-part h5 {
    padding-right: 5px;
    color: white;
    font-size: 18px;
    font-weight: bolder;
  }
  .content-part .user {
    padding-top: 2rem;
    color: #fff;
  }
  .content-part .user .col-11 {
    font-weight: bold;
    margin-left: 1rem;
    font-size: large;
  }
  .content-part .user .col-1 i {
    color: white;
  }
  .content-part .date {
    width: auto;
    position: relative;
    float: right;
    margin-top: -42px;
    font-size: 18px;
    font-weight: bolder;
    color: white;
  }
  .content-part .date .col-11{
    max-width: 9.5rem !important;
  }
  .content-part p {
    color: #fff;
  }
  .content-part p:hover {
    color: #cbcbcb;
  }
  .speaker-name {
    color: #333;
    font-family: system-ui,sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-left: 46%;
    margin-top: -20%;
  }
  .duration {
    float: right;
    margin-top: -7.3%;
  }
  .img-part a img {
    max-width: 100%; 
    height: auto;
    margin-bottom: 0px;
    overflow: hidden;
    position: relative;
    padding-left: 20px;
  }
  .sc-popular-webinars.main-home .webinars-grid.d-flex .img-part {
    flex: 0 0 34%;
    max-width: 34%;
    margin-right: 20px;
  }
  .sc-popular-webinars.main-home .webinars-grid.image-radius .img-part img {
    border-radius: 50%;
  }
  .sc-popular-webinars.webinars-style2 .webinars-grid {
    text-align: center;
  }
  .sc-popular-webinars.webinars-style2 .webinars-grid .img-part img {
    width: 255px;
    height: 255px;
    border-radius: 50%;
  }
  /* .row {
    --bs-gutter-x:1.5rem;
    --bs-gutter-y:0;
    display:flex;
    flex-wrap:wrap;
    margin-top:calc(var(--bs-gutter-y) * -1);
    margin-right:calc(var(--bs-gutter-x)/ -2);
    margin-left:calc(var(--bs-gutter-x)/ -2)
   }
   .row>* {
    flex-shrink:0;
    width:100%;
    max-width:100%;
    padding-right:calc(var(--bs-gutter-x)/ 2);
    padding-left:calc(var(--bs-gutter-x)/ 2);
    margin-top:var(--bs-gutter-y)
   } */
   h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: system-ui,sans-serif;
    color: #333;
    margin: 0 0 26px;
    line-height: 1.3;
  }
  .d-flex {
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important
   }
   .d-flex {
    display:flex!important
   }
   .d-inline-flex {
    display:inline-flex!important
   }
  .readon {
    outline: none;
    border: none;
    padding: 16px 30px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
    font-family: system-ui,sans-serif;
    font-weight: 600;
    color: #ffffff;
    background: slategray;
    position: relative;
    overflow: hidden;
  }
  .user-info {
    width: 10%;
  }
  .col-md-3{
    display: inline-block;
    margin-left:-4px;
  }
  .col-md-3 img{
    width:100%;
    height:auto;
  }
  /* .event-price-total .row{
    margin-bottom: 9px;
  } */
  /* body .carousel-indicators li{
    background-color:red;
  }
  body .carousel-indicators{
    bottom: 0;
  }
  body .carousel-control-prev-icon,
  body .carousel-control-next-icon{
    background-color:red;
  } */
  body .no-padding{
    padding-left: 0;
    padding-right: 0;
     }
  .dropdown-item {
    color: black;
  }
  .mb-20 {
    margin-bottom: 20px;
  }
  .check-square li {
    line-height: 42px;
    font-size: 20px;
    color: #333;
    font-family: system-ui,sans-serif;
  }
  .position-relative {
    position: relative !important;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: system-ui,sans-serif;
    color: #333;
    margin: 0 0 26px;
    margin-bottom: 26px;
    line-height: 1.3;
  }
  h2 {
    font-size: 39px;
    font-weight: 600;
  }
  /* Subscribe Box */
  #subscribe-css{
    /* position:relative; */
    padding:20px 0;
    background: linear-gradient(to bottom, #f1f5ff, rgba(225,225,225,0.7)), url(/static/temp3/img/newsletter-bg.png);
    overflow:hidden;
    /* position: sticky; */
    /* top: 0; */
    bottom: 0;
  }
  .subscribe-wrapper{
    color:#fff;
    font-size:16px;
    line-height:normal;
    text-align:center;
    font-weight:400;
    width:100%
  }
  .subscribe-css-email-field{
    background:#f1f5ff;
    color:#333;
    margin:10px 0;
    padding:15px 20px;
    width:35%;
    border-color: #333;
  }
  .subscribe-css-email-button{
    background:#3cc091;
    color:#fff;
    cursor:pointer;
    font-weight:700;
    padding:14px 30px;
    margin-left:15px;
    text-transform:none;
    font-size:16px;
    border:0;
    border-radius:3px;
    transition:all .6s
  }
  .subscribe-css-email-button:hover{
    background:#37b185;
  }
  #subscribe-css p.subscribe-note{
    margin:16px;
    text-align:center;
    color:rgba(255,255,255,.6);
    font-size:180%;
    font-weight:400;
    line-height:normal;
  }
  #subscribe-css p.subscribe-note span {
    position:relative;
    overflow:hidden;font-weight:700;
    transition:all .5s
  }
  #subscribe-css:hover p.subscribe-note span:before{
    width:100%;
  }
  .p-3 {
    text-align: center;
  }
  .p-3 .expertz{
    font-size: 18px;
    font-style: italic;
  }
  .text .name {
    color: #3b7eb9;
  }
  /* .mb-4 ::before{
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
  }
  .mb-4 ::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #254e58;
    bottom: 0;
    left: calc(50% - 20px);
} */
  footer{
    background: #333;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  footer::before{
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background: #333;
  }
  footer .content{
    max-width: 1860px;
    margin: auto;
    padding-top: 40px;
  }
  footer .content .top{
    display: contents;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .content .top .logo-details{
    color: #fff;
    font-size: 30px;
  }
  .content .top .media-icons{
    display: flex;
  }
  .content .top .media-icons a{
    height: 40px;
    width: 40px;
    margin: 0 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.4s ease;
  }
  .fa, .fas {
    color: #fff;
    font-weight: 900 !important;
    }
  .top .media-icons a:nth-child(1){
    background: #4267B2;
  }
  .top .media-icons a:nth-child(1):hover{
    color: #4267B2;
    background: #fff;
  }
  .top .media-icons a:nth-child(2){
    background: #1DA1F2;
  }
  .top .media-icons a:nth-child(2):hover{
    color: #1DA1F2;
    background: #fff;
  }
  .top .media-icons a:nth-child(3){
    background: #E1306C;
  }
  .top .media-icons a:nth-child(3):hover{
    color: #E1306C;
    background: #fff;
  }
  .top .media-icons a:nth-child(4){
    background: #0077B5;
  }
  .top .media-icons a:nth-child(4):hover{
    color: #0077B5;
    background: #fff;
  }
  .top .media-icons a:nth-child(5){
    background: #FF0000;
  }
  .top .media-icons a:nth-child(5):hover{
    color: #FF0000;
    background: #fff;
  }
  footer .content .link-boxes{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #999;
  }
  /* footer .content .link-boxes .box{
    width: calc(100% / 5 - 10px);
  } */
  .content .link-boxes .box .link_name{
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 33px;
    position: relative;
  }
  .link-boxes .box .link_name::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 2px;
    width: 35px;
    background: #fff;
  }
  .content .link-boxes .box li{
    list-style: none;
    margin-bottom: 0.5rem;
  }
  .content .link-boxes .box li a{
    color: #b3b3b3;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.4s ease;
    font-weight: bold;
    text-align: justify;
  }
  .content .link-boxes .box li a:hover{
    opacity: 1;
    text-decoration: underline;
  }
  .content .link-boxes .input-box{
    margin-right: 55px;
  }
  .link-boxes .input-box input{
    height: 40px;
    width: calc(100% + 55px);
    outline: none;
    border: 2px solid #AFAFB6;
    background: #140B5C;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
  }
  .link-boxes .input-box input::placeholder{
    color: #AFAFB6;
    font-size: 16px;
  }
  .link-boxes .input-box input[type="button"]{
    background: #fff;
    color: #140B5C;
    border: none;
    font-size: 18px;
    font-weight: 500;
    margin: 4px 0;
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.4s ease;
  }
  .input-box input[type="button"]:hover{
    opacity: 1;
  }
  footer .bottom-details{
    width: 100%;
  background: #2c303a;
  }
  footer .bottom-details .bottom_text{
    max-width: 1250px;
    margin: auto;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
  }
  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
  }
  .bottom-details .bottom_text a:hover{
    opacity: 1;
    text-decoration: underline;
  }
  .bottom-details .bottom_text a{
    margin-right: 10px;
  }
  

  .sc-breadcrumbs .breadcrumbs-img img {
    width: 100%;
    height: 100px;
  }
  /* img { */
    /* max-width: 100%;
    width: 100%;
    height: auto;
    -webkit-clip-path: polygon(0 0,100% 0,100% 85%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 85%,0 100%); */
  /* } */
  img, svg {
    vertical-align: middle;
  }
  .breadcrumbs-overlay::after {
    content: '';
    position: absolute;
    background-color: rgba(17, 17, 17, 0.8);
    left: 0;
    top: 0;
    width: 100%;
    /* height: 100%; */
    z-index: -1;
  }
  .sc-breadcrumbs .breadcrumbs-text .page-title {
    position: static;
    margin-top: 120px;
    font-size: 3rem;
    /* margin-bottom: 30%; */
    font-weight: 600;
    color: #ffffff;
  }
  .sc-breadcrumbs .breadcrumbs-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
  section#page-title {
    /* background: #254e58;  */
    background-size: 100%;
    /* background: url(/static/temp3/img/web-pic-1.png); */
    margin: auto;
  }
  section {
    padding: 10px 0 0 0;
    overflow: hidden;
  }
  #Brochure {
    background: white;
    height: max-content;
    width: 27%;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.14);
    margin: auto;
    }
  #EmailRemModal {
    background: white;
    height: max-content;
    width: 33%;
    margin: auto;
    }
  #ReferFrndModal {
    background: white;
    height: max-content;
    width: 33%;
    margin: auto;
  }
  .container {
    max-width: 1140px !important;
  }
  .address-res {
    padding-left: 2rem;
  }
  [class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
    margin: 0;
  }
  .contact-page-section .contact-address-section .contact-info .icon-part.sky-color i {
    color: #40c1ec;
  }
  .contact-page-section .contact-address-section .contact-info .icon-part.yellow-color i {
    color: #FCB903;
  }
  .contact-page-section .contact-address-section .contact-info .icon-part .flaticon-call {
    font-size: 20px;
  }
  .contact-page-section .contact-address-section .contact-info .icon-part i {
    color: #3b7eb9;
    font-size: 24px;
    margin: 0;
    padding: 0;
      padding-top: 0px;
    display: block;
    padding-top: 18px;
  }
  .contact-page-section .contact-address-section .contact-info .icon-part.sky-color {
    background: #D9F3FB;
  }
  .contact-page-section .contact-address-section .contact-info .icon-part {
    margin-right: 12px;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #FCDBDF;
  }
  
  
  /* 
  .sc-categories .categories-item .icon-part i {
    -webkit-transition: all 0.4s ease;
    color: #333;
    font-size: 36px;
    padding-top: 6px;
    display: block;
  } */
  .icon-part {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    background: #E7EAED;
    text-align: center;
    transition: all 0.3s ease;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 30px;
    color: #333;
    font-size: 2rem;
  }
  .sc-categories .categories-item .icon-part i {
    color: #333;
    font-size: 36px;
  }
  .categories-item p {
    color: #3b7eb9;
  }
  .fa-bars {
    color: #333;
  }
  
  /** login **/
  .col-lg-5 {
    width: 100%;
    flex: 0 0 auto;
    /* margin-top: 80px; */
  }
  .login-form {
    padding: 28px 30px 35px;
    box-shadow: 0px 0px 16px rgba(3, 59, 80, 0.2);
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .contact-page-section .login-form .login {
    font-size: 28px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
  }
  .contact-page-section .login-form .register {
    font-size: 28px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
  }
  .speaker-img {
    width: 100px !important;
    height: 100px;
    border-radius: 50px;
}
  p {
    margin: 0 0 26px;
    line-height: 1.8;
    font-size: 20px;
    font-family: system-ui !important;
  }
  .p-3 p {
    font-size: 23px;
    margin-top: 20px;
  }
  .login-form .form-box {
    margin-bottom: 30px;
    position: relative;
  }
  .login-form .form-box i {
    min-width: 55px;
    text-align: center;
    border-right: 1px solid #bac8d3;
    background: #F4FCFF;
  }
  .btn-send {
    background:#3b7eb9;
    color:#fff;
    cursor:pointer;
    font-weight:700;
    padding:14px 30px;
    margin-left:15px;
    text-transform:none;
    font-size:16px;
    border:0;
    border-radius:3px;
    transition:all .6s
  }
  .check-box-area {
    padding: 20px 20px;
  }
  #multi-item-example {
    position: inherit !important;
  }
  
  
  
  
  /** webinar list **/
  .webinar-block-two .inner-box .lower-content{
  position: relative;
  padding: 25px 20px;
  background-color: #fff;
  }
  .webinar-block-two .inner-box .lower-content h5 {
    position: relative;
    color: #03382e;
    font-weight: 600;
    line-height: 1.3em;
    font-family: system-ui !important;
  }
  .row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .auto-container {
    position: relative;
    /* max-width: 1400px; */
    /* padding: 0px 15px 40px 40px; */
    margin: 0 auto;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .webinar-block-two .inner-box .lower-content h5 a:hover {
    color: #333;
  }
  .webinar-block-two .inner-box .lower-content h5 a {
    position: relative;
    color: #03382e;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .webinar-block-two .inner-box .lower-content .text {
    position: relative;
    color: #626262;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8em;
    margin-top: 15px;
    margin-bottom: 12px;
  }
  .webinar-block-two .inner-box .lower-content .students {
    position: relative;
    color: #393939;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    margin-top: 8px;
  }
  .webinar-block-two .inner-box .lower-content .hours {
    position: relative;
    color: #3b7eb9;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    margin-top: 10px;
  }
  .webinar-block-two {
    position: relative;
    margin-bottom: 30px;
  }

  .lower-content p {
    text-align: left;
  }

  .sidebar-page-container .sidebar-side {
    position: absolute;
    margin-bottom: auto;
    right: 0;
    margin: auto;
    font-family: system-ui;
}
  .sidebar-page-container .sidebar-side .sidebar-inner {
    display: flex;
    min-height: 100%;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px rgba(3, 59, 80, 0.2);
    border-radius: 5px;
  }
  .sidebar-page-container .sidebar-side .sidebar {
    position: relative;
    width: 100%;
    display: block;
  }
  .filter-widget {
    position: relative;
    padding-top: 15px;
  }
  .filter-widget h5 {
    position: relative;
    padding: 12px 25px;
    font-weight: 600;
    color: #03382e;
    display: block;
    border-bottom: 1px solid #f0f5fb;
  }
  .skills-box {
    position: relative;
    padding: 20px 25px;
    margin-top: -20px;
  }
  .skills-box-two {
    position: relative;
    padding: 0px 25px;
    margin-bottom: 15px;
  }
  .skills-box-three {
    position: relative;
    padding: 0px 25px;
  }
  .sidebar-page-container {
    max-width: 1800px;
    align-content: center;
    margin: auto;
  }
  .sidebar-page-container .styled-pagination {
    margin-top: 20px;
    text-align: center;
  }
  .styled-pagination {
    position: relative;
  }
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  .styled-pagination li {
    position: relative;
    margin: 0px 4px 5px;
    display: inline-block;
  }
  .styled-pagination li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #03382e;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .popular-webinars-section {
    position: relative;
    padding-bottom: 30px;
    /* background-color: #eff4fa; */
  }
  ol, ul {
    padding-left: 0 !important;
  }
  .radio-box {
    padding-bottom: 10px;
  }
  .sec-title {
    text-align: center;
  }
  .popluar-webinars {
    max-width: 1600px;
    margin: auto;
  }
  .auto-container1 {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
  }
  .btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 44px 10px;
    font-weight: 400;
    overflow: hidden;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 12px;
    background-color: #3b7eb9;
    text-transform: capitalize;
    font-family: system-ui,sans-serif;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.10);
  }
  .recorded-session-btn {
    text-align: center;
    /* background: #f1f5ff; */
    padding-top: -20px;
    padding-bottom: 40px;
  }
  .buttons-box {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .inner-box {
    /* box-shadow: 0px 0px 16px rgba(3, 59, 80, 0.2); */
    border-radius: 5px;
    background: #fff !important;
    /* border: 1px solid #e6ecef; */
    /* margin-right: 60px; */
  }
  .sidebar-side .sidebar-inner {
    box-shadow: 0px 0px 16px rgba(3, 59, 80, 0.2);
    border-radius: 5px;
  }
  a {
    font-family: system-ui,sans-serif;
  }
  .p {
    font-family: system-ui,sans-serif;
  }
  
  
  /** Membership Price **/
  body{background-color:#eee;}
  
  #generic_price_table{
      /* background-color: #f0eded; */
    box-shadow: 0px 0px 16px rgba(3, 59, 80, 0.2);
  }
  
  #generic_price_table .container {
    padding-bottom: 40px;
    padding-top: 30px;
  }
  
  /*PRICE COLOR CODE START*/
  #generic_price_table .generic_content{
      background-color: #fff;
    box-shadow: 0px 0px 16px rgba(3, 59, 80, 0.2);
  }
  
  #generic_price_table .generic_content .generic_head_price{
      background-color: #f6f6f6;
  }
  
  /* #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
      border-color: #ffcc33 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffcc33;
  }

  #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg_1{
    border-color: #CECECE rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #CECECE;
}

  #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg_2{
    border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
  } */
  
  /* #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
      color: #414141;
  }
  
  #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
      color: #414141;
  }
  
  #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
      color: #414141;
  }
  
  #generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
      color: #414141;
  }
  
  #generic_price_table .generic_content .generic_feature_list ul li{	
      color: #9f9999;
  }
  
  #generic_price_table .generic_content .generic_feature_list ul li span{
      color: #414141;
  }
  
  #generic_price_table .generic_content .generic_price_btn a{
      border: 1px solid #333; 
      color: #333;
  }  */
  
  /* #generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
  #generic_price_table .generic_head_price .generic_head_content .head_bg{
      border-color: #333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
      color: #fff;
  }

  #generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
  #generic_price_table .generic_head_price .generic_head_content .head_bg{
      border-color: #333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
      color: #fff;
  }
   */
  /* #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
  #generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
      color: #fff;
  }
  
  #generic_price_table .generic_content:hover .generic_price_btn a,
  #generic_price_table .generic_content.active .generic_price_btn a{
      background-color: #3b7eb9;
      color: #fff;
  } 
  .row .table{
      padding: 28px 0;
  } */
  
  /*PRICE BODY CODE START*/
  
  #generic_price_table .generic_content{
      overflow: hidden;
      position: relative;
      text-align: center;
  }
  
  #generic_price_table .generic_content .generic_head_price {
      margin: 0 0 20px 0;
  }
  
  #generic_price_table .generic_content .generic_head_price .generic_head_content{
      margin: 0 0 50px 0;
  }
  
  #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
    position: absolute;
    border-color: #757575 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #757575;
  }
  
  #generic_price_table .generic_content .generic_head_price .generic_head_content .head{
      padding-top: 40px;
      position: relative;
      z-index: 1;
  }
  #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg_gold {
    border-color: #ffcc33 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffcc33;
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
    position: absolute;
  }
  .pricing-action {
    background: #757575;
    color: white;
    font-size: 20px;
    padding: 12px 12px 12px 12px;
  }
  
  .pricing-gold {
    background: #ffcc33;
    color: #333;
    font-size: 20px;
    padding: 12px 12px 12px 12px;
  }
  .head_bg_platinum {
    border-color: #c8c8c8 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c8c8c8;
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
    position: absolute;
  }
  .pricing-action-platinum {
    background: #c8c8c8;
    color: #333;
    font-size: 20px;
    padding: 12px 12px 12px 12px;
  }
  #generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
      font-family: system-ui,sans-serif;
      font-size: 28px;
      font-weight: 400;
      letter-spacing: 2px;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      color: #fff;
  }
  #generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
      display: block;
  }
  
  #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
      display: inline-block;
      font-size: 28px;
      font-weight: 400;
      vertical-align: middle;
  }
  
  #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
      font-size: 60px;
      font-weight: 300;
      letter-spacing: -2px;
      line-height: 60px;
      padding: 0;
      vertical-align: middle;
  }
  
  #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
      display: inline-block;
      font-size: 24px;
      font-weight: 400;
      vertical-align: bottom;
  }
  
  #generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 3px;
      vertical-align: bottom;
  }
  
  #generic_price_table .generic_content .generic_feature_list ul{
      list-style: none;
      padding: 0;
      margin: 0;
  }
  
  #generic_price_table .generic_content .generic_feature_list ul li{
      font-size: 18px;
      padding: 15px 0;
      transition: all 0.3s ease-in-out 0s;
      height: 3rem !important;
      text-align: left;
      margin-left: 2rem;
  }
  #generic_price_table .generic_content .generic_feature_list ul li .fa{
      padding: 0 10px;
  }
  #generic_price_table .generic_content .generic_price_btn{
      margin: 20px 0 32px;
  }
  
  #generic_price_table .generic_content .generic_price_btn a{
      border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      -webkit-border-radius: 50px;
      display: inline-block;
      font-size: 18px;
      outline: medium none;
      padding: 12px 30px;
      text-decoration: none;
      text-transform: uppercase;
  }
  
  .text-center h1,
  .text-center h1 a{
      color: #7885CB;
      font-size: 3rem;
      font-weight: 300;
      text-decoration: none;
  }
  .demo-pic{
      margin: 0 auto;
  }
  .demo-pic:hover{
      opacity: 0.7;
  }
  
  #generic_price_table_home ul{
      margin: 0 auto;
      padding: 0;
      list-style: none;
      display: table;
  }
  #generic_price_table_home li{
      float: left;
  }
  #generic_price_table_home li + li{
      margin-left: 10px;
      padding-bottom: 10px;
  }
  #generic_price_table_home li a{
      display: block;
      width: 50px;
      height: 50px;
      font-size: 0px;
  }
  #generic_price_table_home .blue{
      background: #3498DB;
      transition: all 0.3s ease-in-out 0s;
  }
  #generic_price_table_home .emerald{
      background: #333;
      transition: all 0.3s ease-in-out 0s;
  }
  #generic_price_table_home .grey{
      background: #7F8C8D;
      transition: all 0.3s ease-in-out 0s;
  }
  #generic_price_table_home .midnight{
      background: #34495E;
      transition: all 0.3s ease-in-out 0s;
  }
  #generic_price_table_home .orange{
      background: #E67E22;
      transition: all 0.3s ease-in-out 0s;
  }
  #generic_price_table_home .purple{
      background: #9B59B6;
      transition: all 0.3s ease-in-out 0s;
  }
  #generic_price_table_home .red{
      background: #E74C3C;
      transition:all 0.3s ease-in-out 0s;
  }
  #generic_price_table_home .turquoise{
      background: #1ABC9C;
      transition: all 0.3s ease-in-out 0s;
  }
  #generic_price_table_home .divider{
      border-bottom: 1px solid #ddd;
      margin-bottom: 20px;
      padding: 20px;
  }
  #generic_price_table_home .divider span{
      width: 100%;
      display: table;
      height: 2px;
      background: #ddd;
      margin: 50px auto;
      line-height: 2px;
  }
  #generic_price_table_home .itemname{
      text-align: center;
      font-size: 50px ;
      padding: 50px 0 20px ;
      border-bottom: 1px solid #ddd;
      margin-bottom: 40px;
      text-decoration: none;
      font-weight: 300;
  }
  #generic_price_table_home .itemnametext{
      text-align: center;
      font-size: 20px;
      padding-top: 5px;
      text-transform: uppercase;
      display: inline-block;
  }
  #generic_price_table_home .footer{
      padding:40px 0;
  }
  
  .price-heading{
      text-align: center;
  }
  .price-heading h1{
      color: #666;
      margin: 0;
      padding: 0 0 50px 0;
  }
  .demo-button {
      background-color: #333333;
      color: #ffffff;
      display: table;
      font-size: 20px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      margin-bottom: 50px;
      outline-color: -moz-use-text-color;
      outline-style: none;
      outline-width: medium ;
      padding: 10px;
      text-align: center;
      text-transform: uppercase;
  }
  .bottom_btn{
      background-color: #333333;
      color: #ffffff;
      display: table;
      font-size: 28px;
      margin: 60px auto 20px;
      padding: 10px 25px;
      text-align: center;
      text-transform: uppercase;
  }
  .demo-button:hover{
      background-color: #666;
      color: #FFF;
      text-decoration:none;
      
  }
  .bottom_btn:hover{
      background-color: #666;
      color: #FFF;
      text-decoration:none;
  }
  
@media only screen and (min-width: 1200px) and (max-width: 1800px) {
  nav a {
  padding: 18px 14px;
  font-size: 16px;
}
}

.stripe-button-el {
  float: right;
}
.stripe-button-el span {
  background: #3b7eb9 !important;
}
nav a {
  color: #fff;
}
.col-6 ul li {
  height: 3.5rem !important;
  font-weight: lighter;
  list-style: none;
}
.subscribe-news {
  margin-bottom: 20px;
}
.about-us {
  font-size: 3rem;
  margin: auto;
  width: fit-content;
  border-right: 3px solid #3b7eb9;
  margin: auto;
}
.about_us {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.owl-carousel .prev-slide {
  background: url(/static/temp3/img/nav-icon.png) no-repeat scroll 0 0;
      background-position-x: 0px;
      background-position-y: 0px;
  left: -33px;
}
.owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 180px !important;
}
.owl-carousel .next-slide {
  background: url(/static/temp3/img/nav-icon.png) no-repeat scroll -24px 0px;
  right: -33px;
}
#generic_price_table .generic_content .generic_feature_list ul li::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 0.8em;
  width: 0.43em;
  border-bottom: 0.15em solid;
  border-right: 0.15em solid;
  margin-right: 1em;
 }
.check-square.two-line li {
  width: 44%;
  float: left;
}
.check-square li {
  position: relative;
  padding-left: 35px;
  line-height: 34px;
  border: none;
  color: #102d47;
  font-size: 18px;
  font-family: 'Jost', sans-serif;
  padding-bottom: 10px;
}
.check-square li::before {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 0;
  content: "\f114";
  font-family: flaticon;
  color: #40c1ec;
  font-size: 20px;
}
.readon {
  outline: none;
  border: none;
  padding: 16px 30px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  color: #ffffff;
  background: #f24d5d;
  position: relative;
  overflow: hidden;
}

 .fixed-top {
  background: #fff;
}
/* #header {
  top: 36px;
} */
.topbar {
background: #333;
}
a {
color: #414141;
}

h1 {
margin-top: 100px;
text-align:center;
line-height: 70px;
font-family: 'Bree Serif', 'serif';
}

.toggle,
[id^=drop] {
display: none;
}

#logo {
display: block;
padding: 0 30px;
float: left;
font-size:20px;
line-height: 60px;
}
.mail-topbar {
  width: auto !important;
}
.ph-topbar {
  width: auto !important;
}
.topbar .container .row {
  margin-top: -3px !important;
}
.instructor_bio p {
  text-align: justify;
}
.container .row .col {
  color: white;
  width: 100%;
  display: inline-block;
}
.topbar-contact {
  margin-bottom: 0 !important;
  margin-top: 12px !important;
}
.fas a {
  color: white;
}
.top-search {
  margin-top: 5px;
  padding-top: 0px !important;
}
.mail {
  color: white;
  font-size: 16px;
}
#seacrh_form {
  height: 35px !important;
  background: #fff !important;
  color: #000000 !important;
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid #3b7eb9;
  background: url(../images/search-icon.png) !important;
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-color: #ECF1F6 !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  width: auto;
}
.nav-dropdown {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.red-cart {
  color: #999;
  margin-top: -2.3rem;
  margin-left: 1.3rem;;
}
/* Since we'll have the "ul li" "float:left"
* we need to add a clear after the container. */

nav:after {
content:"";
display:table;
clear:both;
}
.nav-menu {
  margin-left: auto;
  margin-bottom: auto;
}

/* Removing padding, margin and "list-style" from the "ul",
* and adding "position:reltive" */
nav ul {
float: right;
padding:0;
margin:0;
list-style: none;
position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
  margin: 0px;
  display:inline-block;
  float: left;
/* background-color: #333333ba; */
  color: #333;
  height: 4rem !important;
  margin-left: -1px !important;
}

/* Styling the links */
nav a {
display: block;
padding: 18px 20px;	
color:#fff;
text-decoration:none;
font-weight: bold;
font-size: 18px;
}
.logo a img {
  width: fit-content;
  border-radius: 0px;
  margin-left: 1rem !important;
}
.container-fluid1 {
  background: url('/static/images/home-bg.jpg') ,linear-gradient(150deg,#000 0%,rgba(0, 0, 0, 0.38) 100%) !important;
  background-blend-mode: overlay;
  background-size: cover !important;
  height: 600px;
}
.co-info {
  margin: auto; 
  margin-top: auto; 
  margin-top: 6.5rem;
}
.co-info h1 {
  font-weight: 700 !important;
  font-size: 2.5em !important;
  line-height: 1.4em !important;
  color: #fff !important;
  text-align: inherit !important;
}
.co-info p {
  color: #fff;
  margin-top: 1rem;
}
.co-info .container {
  align-items: center; color: #fff;
  background: var(--color-background);
  display: flex;
  margin-top: 2rem;
}
.et_pb_button_wrapper {
  color: #fff !important;
  margin-top: 2rem;
}
.all-categories {
  margin-bottom: 2rem
}
#sc-popular-webinars {
  background-blend-mode: overlay; 
  background-image: url('/static/images/live-webinars-bg.jpg'),linear-gradient(150deg,#000 0%,rgba(0, 0, 0, 0.38) 100%) !important;
}
#sc-popular-webinars .container {
  max-width: 1260px !important;
}
.inner-column {
  margin-top: 3rem;
}
.clearfix_lower_content {
  border-top: 1px solid #9c9c9c;
  padding-top: 20px;
  padding-bottom: 36px;
}
.clearfix_lower_content .pull-left {
  float: left;
}
.web_date {
  position: relative;
  color: #393939;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  margin-top: 8px;
}
.clearfix_lower_content .pull-right {
  float: right;
}
.clearfix_lower_content .pull-right a {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  padding: 9px 24px;
  display: inline-block;
  border-radius: 50px;
  letter-spacing: 1px;
  background-color: #00ab15;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.12);
}
.sub-title {
  text-align: center;
  font-weight: bold;
  margin-top: 2rem;
}
.img-part video {
  width: 33rem;
  max-height: inherit;
  display: block;
  float: right;
  padding-right: 0rem;
  padding-bottom: 3rem;
}
.img-part video source {
  position: absolute; 
  width: 100%; 
  height: 100%; 
  top: 0; 
  left: 0; 
  border: none; 
  padding: 0;
  margin: 0;
}
.about_us_info {
  margin-bottom: 3rem;
  padding-left: 20px;
}
.about_us_info h3 {
  font-weight: 600 !important;
  font-size: 20px;
  text-align: initial;
  padding-left: 28px;
  padding-top: 1rem;
}
.about_us_info .des {
  color: #505050;
  width: fit-content !important;
  margin-right: 6rem !important;
  margin-top: 2rem !important;
  line-height: 2rem;
  font-size: 18px;
  margin-left: 1.8rem !important;
  margin-bottom: 2rem !important;
}
.about_us_info .section {
  margin-left: 2rem;
}
.about_us_info .section ul {
  list-style: outside none none;
  margin: 0; 
  margin-bottom: 0px;
  padding: 0;
}
.testimony-section {
  background-blend-mode: overlay;
  background-image: url(/static/images/speakers-bg.jpg),linear-gradient(150deg,#000 0%,rgb(0 0 0 / 53%) 100%) !important;
  background-attachment: fixed; 
  background-position: center;
  background-repeat: round;
}
.testimony-section .row {
  margin-top: 2rem;
}
.our-speakers {
  color: #fff;
}
.text h6 {
  color: #fff; 
  font-weight: bold !important;
}
.text .expertz {
  color: #fff;
}
.text .read_more {
  color: #c7c7c7;
  border: 1px solid #292828;
  border-radius: 2px;
  padding: 1px 15px;
  margin-top: 21px !important;
}
.blog-section{
  max-width: 78rem !important;
  margin: auto;
  padding: 40px;
}
.blog-heading {
  margin-top: 0rem;
}
.our-blogs {
  color: #333;
}
.image-part img {
  max-width: 100%;
  height: 230px;
  width: max-content;
  -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.image-part:hover img {
  -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-content {
  box-shadow: 0px 0px 16px rgba(4, 59, 80, 0.28);
  padding: 30px 30px 26px;
}
.blog-meta {
  display: flex; 
  list-style-type: none; 
  color: #254e58;
}
.blog-meta li .fa-user {
  color: #254e58;
}
.blog-meta li .fa-calendar {
  color: #254e58;
  padding-right: 5px;
}
.blog-content h3 a {
  font-weight: 500 !important;
  font-size: 20px;
  color: #333;
}
.blog-meta li {
  margin-left: auto;
}
.sec-title h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 900 !important;
}
.sec-title .text {
  color: #fff;
  font-size: 18px;
  margin-top: 3rem;
}
.button-link {
  display: flex; 
  align-items: center; 
  padding: 10px 15px; 
  position: relative;
  cursor: pointer;
  margin: 50px;
}
.cource-block {
  position: relative;
  margin-bottom: 30px;
}
.inner-main-box {
  position: relative;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #fff;
}
.inner-main-box .image {
  position: relative;
  overflow: hidden;
}
.inner-main-box .image img {
  position: relative; 
  width: 100%; 
  display: block; 
  height: 200px;
  object-fit: cover;
  -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.inner-main-box .image:hover img {
  -webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.speaker-circle {
  background: lavender;
  border-radius: 50px;
  box-shadow: 1px 1px 2px 0 #aaaaaa80;
  right: 24px;
  padding: 7px;
  position: absolute;
  top: 8rem;
}
.speaker-circle img {
  height: 100px;
  width: 100px; 
  border-radius: 50px;
  object-fit: cover;
}
.lower-content {
  position: relative;
  padding: 25px 30px;
}
.web_industry {
  height: 120px;
}
.web_industry .industry {
  background-color: #facccc; 
  color: #e50202 !important;
  width: fit-content;
  font-size: 12px;
  font-weight: 500 !important;
  text-transform: uppercase;
  padding: 5px;
  border-radius: .3rem !important;
  margin-top: -7px;
  margin-bottom: 5px;
}
.web_industry .industry .pull-left {
  float: left;
}
.webinar_name {
  position: relative;
  color: #03382e;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 1px; font-size: 18px;margin-top: 0.4rem;
}
.webinar_name a {
  position: relative;
  color: #03382e;
}
.et_pb_promo_button:hover::after {
  opacity: 1;
  margin-left: 0;
}
.et_pb_button:hover::after {
  opacity: 1;
  margin-left: 0;
}
.et_pb_button::after, .et_pb_button::before {
  font-size: 32px;
  line-height: 1em;
  content: "\35";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
}
#et-info-email::before, #et-info-phone::before, #et_search_icon::before, .comment-reply-link::after, .et-cart-info span::before, .et-pb-arrow-next::before, .et-pb-arrow-prev::before, .et-social-icon a::before, .et_audio_container .mejs-playpause-button button::before, .et_audio_container .mejs-volume-button button::before, .et_overlay::before, .et_password_protected_form .et_submit_button::after, .et_pb_button::after, .et_pb_contact_reset::after, .et_pb_contact_submit::after, .et_pb_font_icon::before, .et_pb_newsletter_button::after, .et_pb_pricing_table_button::after, .et_pb_promo_button::after, .et_pb_testimonial::before, .et_pb_toggle_title::before, .form-submit .et_pb_button::after, .mobile_menu_bar::before, a.et_pb_more_button::after {
  font-family: ETmodules !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
}
.et_pb_button::before {
  display: none;
}
.et_pb_button:hover, .et_pb_module .et_pb_button:hover {
  border: 2px solid transparent;
  padding: .3em 2em .3em .7em;
}
.et_pb_blurb_dib_1743_46 .et_pb_main_blurb_image .et_pb_image_wrap, .et_pb_blurb_2 .et_pb_main_blurb_image .et_pb_image_wrap, .et_pb_button_0, .et_pb_button_1, .et_pb_button_2, .et_pb_cta_dib_1743_9 .et_pb_button, .et_pb_cta_0 .et_pb_button, .et_pb_blurb_0 .et_pb_main_blurb_image .et_pb_image_wrap, .et_pb_blurb_1 .et_pb_main_blurb_image .et_pb_image_wrap, .et_pb_blurb_dib_1743_48 .et_pb_main_blurb_image .et_pb_image_wrap, .et_pb_button_dib_1743_55, .et_pb_button_dib_1743_71, .et_pb_button_dib_1743_64, .et_pb_blurb_dib_1743_50 .et_pb_main_blurb_image .et_pb_image_wrap {
  box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);
}
.et_pb_blurb_dib_1743_46 .et_pb_main_blurb_image .et_pb_image_wrap, .et_pb_blurb_2 .et_pb_main_blurb_image .et_pb_image_wrap, .et_pb_button_0, .et_pb_button_1, .et_pb_button_2, .et_pb_cta_dib_1743_9 .et_pb_button, .et_pb_cta_0 .et_pb_button, .et_pb_blurb_0 .et_pb_main_blurb_image .et_pb_image_wrap, .et_pb_blurb_1 .et_pb_main_blurb_image .et_pb_image_wrap, .et_pb_blurb_dib_1743_48 .et_pb_main_blurb_image .et_pb_image_wrap, .et_pb_button_dib_1743_55, .et_pb_button_dib_1743_71, .et_pb_button_dib_1743_64, .et_pb_blurb_dib_1743_50 .et_pb_main_blurb_image .et_pb_image_wrap {
  box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);
}
.et_pb_blurb_dib_1743_46 .et_pb_main_blurb_image .et_pb_image_wrap, .et_pb_blurb_2 .et_pb_main_blurb_image .et_pb_image_wrap, .et_pb_button_0, .et_pb_button_1, .et_pb_button_2, .et_pb_cta_dib_1743_9 .et_pb_button, .et_pb_cta_0 .et_pb_button, .et_pb_blurb_0 .et_pb_main_blurb_image .et_pb_image_wrap, .et_pb_blurb_1 .et_pb_main_blurb_image .et_pb_image_wrap, .et_pb_blurb_dib_1743_48 .et_pb_main_blurb_image .et_pb_image_wrap, .et_pb_button_dib_1743_55, .et_pb_button_dib_1743_71, .et_pb_button_dib_1743_64, .et_pb_blurb_dib_1743_50 .et_pb_main_blurb_image .et_pb_image_wrap {
  box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);
}
.et_pb_promo_button:hover {
  text-decoration: none;
}
.et_pb_button:hover {
  background-color: hsla(0,0%,100%,.2);
}
a, a:hover {
  text-decoration: none;
}
.et_pb_promo_button {
  display: inline-block;
  color: inherit;
  padding: .3em 1em;
  line-height: 1.7em !important;
  background-color: transparent;
  background-size: cover !important;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: all !important;
  transition-property: all !important;
}
.et_pb_button, .et_pb_button_inner {
  position: relative;
}
.et_star::before {
  content: "\272F";
  font-size: 25px;
  line-height: 1em;
  font-weight: 400;
  text-shadow: none;
  color: #000;
}
.et_pb_button::after{
  font-size: 32px;
  line-height: 1em;
  content: "\2192";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
}
.et_pb_button::after {
  font-family: ETmodules !important;
  /* speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0; */
  direction: ltr;
}
.et_pb_promo_button.et_pb_button {
  color: #000000 !important;
  border-radius: 6px;
  font-weight: 700 !important;
  background-color: #FFFFFF;
  padding-left: 15px;
  font-size: 20px;
}
.et_pb_promo_button:hover::after {
  opacity: 1;
  margin-left: 0;
}
.et_pb_button:hover::after {
  opacity: 1;
  margin-left: 0;
}
nav {
  height: 4rem;
}

nav ul li ul li:hover { background: #fff; }

/* Background color change on Hover */
/* nav a:hover { 
background-color: #fff; 
} */

/* Hide Dropdowns by Default
* and giving it a position of absolute */
nav ul ul {
display: none;
position: absolute; 
/* has to be the same number as the "line-height" of "nav a" */
top: 60px; 
}
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
display:inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
width:240px;
float:none;
display:table;
position: relative;
  background: #fff;
}

/* Second, Third and more Tiers	
* We move the 2nd and 3rd etc tier dropdowns to the left
* by the amount of the width of the first tier.
*/
nav ul ul ul li {
position: relative;
top:-60px;
/* has to be the same number as the "width" of "nav ul ul li" */ 
left:170px; 
}


/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }

.link-boxes {
  border-bottom: 1px solid #999;
}
.logo-img {
  max-width: max-content; 
  padding-bottom: 13px; 
  margin-left: 0px !important;
}
.footer-info {
  color: #999;
  width: auto;
  text-align: justify;
  font-weight: bold; 
  padding-right: 20px;
}
.top {
  float: right;
  display: table;
  margin-top: 4px;
}
.link_name {
  margin-top: -14px
}
.box p{
  color: #999;
}
.footer-ph {
  font-size: 20px;
  color: #999;
  font-weight: bold;
}

@media all and (max-width : 768px) {

  #btn-section1-submit {
    width: 5rem;
  }

	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}

	nav {
		margin: 0;
        background-color: #333333ba;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: #fff;
		padding:14px 20px;	
		color:#254441;
		font-size:17px;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #fff;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
        /* background-color: #3330; */
        color: white;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#212121;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #FFF; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
        background-color: white;
	}

}

@media only screen and (min-width: 1200px) and (max-width: 1680px) {
  nav a {
    padding: 18px 14px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.logo-img {
    margin-top: -10px !important;
}
#search_form {
    width: 60rem !important;
    height: 45px !important;
}
#header {
    height: 4rem !important;
}
nav {
    height: 4rem !important;
    background-color: #3330;
}
li {
    height: 2.5rem !important;
}
.display3-size {
    font-size: 40px !important;
}
.btn-get-started {
    width: 25rem;
    line-height: 31px !important;
    height: 34px !important;
}
.search-form {
  margin-left: 0rem !important;
}
.top-search .search-form {
  float:left; 
  margin-left: 8rem;
}
.p-3 {
    padding: 0 !important   ;
}
div.form-group:nth-child(2) {
height: 4rem !important;
}
.style1-select {
height: 45px !important;
}
.course-finder-form .row {
    margin-top: 8px;
}
.hero-class {
    height: 600px !important;
}
.card-body {
padding-left: 8rem !important;
padding-right: 8rem !important;
}
#categories-list .item {
    width: 129px;
}

}
.container-fluid1 .row .col-6 {
  position: relative; 
  padding-right: 0px;
}
.container-fluid1 .row .col-5 {
  position: relative; 
  padding: 0px;
  margin: auto;
  max-width: fit-content;
}
.col-5 h1 {
  color: #333;
  font-size: 3em;
}
.count {
  font-size: 26px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 5px;
}
.container_search {
  margin: auto;
  display: inline-flex;
  width: 28.5rem;
}
.inputs {
  background-color: #fff;
  border: 1px double #333;
  font-weight: bold;
  font-size: larger;
  color: #333;
}
#btn-section1-submit {
  font-weight: bold;
  font-size: larger;
  height: 64px;
  width: 100px;
  background-color: #333;
  color: white;
  font-size: 18px;
  line-height: 33px;
  border-top-width: initial;
  border-right-width: initial;
  border-bottom-width: initial;
  border-left-width: initial;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}
.col-7 img{
  -webkit-clip-path: polygon(0 0, 0 100px, 100px 80px, 100px 0);
  height: 36rem;
  height: 609px;
  width: inherit;
  clip-path: polygon(3px 606px, 200px -4px, 1073px 1px, 1073px 609px);
  margin-top: -58px;
}
.count li::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 0.8em;
  width: 0.43em;
  border-bottom: 0.15em solid;
  border-right: 0.15em solid;
  margin-right: 1em;
}
.cource-block .inner-main-box:hover {
  box-shadow: 0 2px 4px 2px #fff !important;
}
.button-link {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  position: relative;
  cursor: pointer;
  /* button-link */
}
.button-link .link {
  font-family: "Rubik", sans-serif;
  background-color: transparent;
  font-size: 23px;
  letter-spacing: 2px;
  color: #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 0;
  padding-left: 20px;
  left: 0;
  line-height: auto;
  overflow: hidden;
  /*line*/
}
.button-link .link:before {
  content: "";
  background-color: #f38181;
  width: 3px;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  /*arrow*/
}
.button-link .link:after {
  content: "";
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  background-color: transparent;
  position: absolute;
  border: solid 3px #f38181;
  border-left: 0;
  border-bottom: 0;
  top: calc(50% - 9px);
  border-radius: 2px;
  transform: translateX(-42px) rotate(45deg);
  transition: all 0.3s 0.2s ease-in-out;
  /* bg button-link */
}
.button-link:before {
  content: "";
  background-color: white;
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  border-radius: 3px;
  transition: all 0.4s 0.3s ease-in-out;
}
.button-link:hover:before {
  width: 88%;
  height: 100%;
  left: 0;
  bottom: 0px;
}
.button-link:hover:after {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0px;
  color: #4c6082;
}
.button-link:hover .link {
  color: #4c6082;
  padding-left: 50px;
}
.button-link:hover .link:before {
  left: 17px;
  transform: rotate(90deg);
}
.button-link:hover .link:after {
  transform: translate(-33px) rotate(45deg);
}


.more-webinars:hover {
  background: #00262b;
  border-color: #00262b;
  color: #fff;
}
.count li {
  list-style: none;
  margin-top: 2rem;
}
.explore-cat {
  width: fit-content;
  margin: auto;
}
.categories-list {
  padding: 20px;
  overflow: auto;
}
.col-md-8 {
  width: 100%;
  max-width: 100%;
}
.explore-cat {
  text-align: center;
  font-size: 2em;
  color: #333;
  margin: auto;
  margin-top: 2rem;
}
.item h5 {
  margin-bottom: 10px;
}
.webinar-link h5 {
  color: #333;
  font-weight: bold; 
  font-size: large;
}
/* .webinar-link h5:hover {
  color: #fff !important;
} */
h2 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: #3e4152;
  letter-spacing: .15em;
  font-size: 1.8em;
  max-height: 5em;
}
.explore-popular {
  font-size: 2em;
  color: #333;
  width: fit-content
  margin: auto;
}
.col-xs-12 {
  position: inherit;
  left: 0%;
  top: 0px;
}
 
/** Index page **/

.search__box {
  float: left;
  width: 20rem;
  height: 4rem;
/*   display: inline; */
  background: none;
  color: #f7f7f7;
  font-size: 1.5rem;
  border-radius: 2rem;
  outline: none;
  border: none;
  position: relative;
  opacity: 1;
  transition: all .75s ease-in;
  cursor: pointer;
}
.search__icon {
  box-sizing: border-box;
  float: right;
  font-size: 2.5rem;
  display: block;
  margin-left: .8rem;
  margin-top: 0;
  cursor: pointer;
  position: absolute;
  color: #fa983a;
  transition: all .25s ease-in;
  padding: .7rem;
  border-radius: 50%;
}
.container:hover > .search__box {
  width: 85%;
  padding: 0 1rem;
}
.container:hover > .search__icon {
  background-color: #eee;
}
/* .show {
  width: 100%;
  border: 1px solid red;
} */
input {
    border: none;
    outline: none;
    background-color: #333;
    padding: 15px 20px;
    color: #fff;
    flex: 1;
}
form input[type="email"] {
  flex: 1;
}
form input[type= 'submit']{
    background-color: #34a14a;
    color: #fff;
    border-left: 2px solid #f1f1f1;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
  }
form input[type= 'submit']:hover{
    opacity: .7;
}
.welcome{
    background-color: #fff;
    width: max-content;
    margin: auto;
}
.welcome form{
    background-color: transparent;
    display: inline-flex;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.col-1 img {
  width: 35px;
  height: 35px;
  border-radius: 35px;
}
.col-11 {
  max-width: 50% !important;
  padding-left: 0%;
}
.col-11 a {
  width: max-content;
  font-size: 18px;
  font-weight: bolder;
  text-decoration: none;
  color: white !;
}
.btn-part {
  padding-top: 1rem;
}
.btn-part a {
  text-decoration: none;
}
.sc-blog .blog-item .blog-content .title {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 34px;
}
.sc-blog .blog-item .blog-content {
  box-shadow: 0px 0px 16px rgba(4, 59, 80, 0.1);
  padding: 30px 30px 26px;
}
.our-speakers {
  text-align: center;
  font-size: 2em; 
  color: #fff;
  width: fit-content;
  margin: auto;
}
.sc-blog .blog-item .blog-content .blog-meta li {
  position: relative;
  margin-right: 5px;
  padding-right: 15px;
  display: inline-block;
}
.sc-blog .blog-item .blog-content .blog-meta li:last-child {
  margin: 0;
  padding: 0;
}
.sc-blog .blog-item .blog-content .blog-meta li {
  position: relative;
  margin-right: 5px;
  padding-right: 15px;
  display: inline-block;
}
.user-img {
  /* border: 1px solid; */
  height: 60px;
  width: fit-content;
  background-repeat: no-repeat;
  margin: auto;
  border-radius: 75%;
}
.container-fluid1 .row .col-7 {
  position: relative; 
  padding-right: 0px;
  height: 550px;
  overflow: hidden;
  padding-left: 0px; 
  padding-right: 0px;
}
.sec-title {
  padding-top: 1rem;
  padding-right: 40px;
}
.row .des {
  margin: auto; 
  text-align: justify;
  margin-left: 1rem;
  width: 23rem;
  margin-left: 8px;
}
.sec-title .des{
  font-size: larger;
  padding-top: 0px;
  padding: 20px;
  line-height: 2rem;
  font-weight: bold;
  width: fit-content;
}
.user-img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: #102D47;
  opacity: 0;
  border-radius: 5px;
  transition: 0.4s;
}
.p-3 p{
  color: #333;
}
.check-square {
  font-weight: bolder;
  width: auto;
}
.news-letter {
  padding: 10px;
  border-top: 1px dotted #333;
  max-width: initial;
  margin: auto;
  max-width: 1860px;
}
footer {
  /* max-width: 1860px; */
  margin: auto;
}
.news-letter .row {
  text-align: center;
}
.subscribe-news {
  color: #fff;
  font-size: 2em;
  padding-top: 10px;
  width: max-content;
  margin: auto;
}
.subscribe-newsletter {
  color: #fff !important;
  margin-top: 15px !important;
}
.news-letter {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.welcome {
  background-color: #fff;
  width: fit-content;
  margin-left: initial;
  padding-left: 0px;
  margin-top: 1.5rem;
}
.subscribe-form {
  background-color: #fff;
display: flex;
justify-content: center;
border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 0 4px 4px 0;
}
.subscribe-form input {
  padding: 10px 10px 10px 18px;
  color: #102d47;
  background: #fff;
  max-width: max-content;
}
#email {
  border-radius: 20px;border: none;
                    outline: none;
                    background-color: #333;
                    padding: 15px 20px;
                    color: #fff;flex: 1;
font-size: 1.3em;
}
.px-3 {
  border-top-right-radius: 20px; 
  border-bottom-right-radius: 20px;
  border: none;
  outline: none;
  background-color: #333;
  padding: 15px 20px;
  color: #fff;
  border-left: 2px solid #f1f1f1;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: bold;
}
.py-4 {
  color: #999;
  font-weight: bold;
}
.col-md-4 > form:nth-child(1) {
  float: right;
  margin-top: -5px;
  }
.about-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 17rem;
  padding-bottom: 13rem;
  box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16);
  overflow: hidden;
  will-change: transform;
}
.check-square li::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 0.8em;
  width: 0.43em;
  border-bottom: 0.15em solid;
  border-right: 0.15em solid;
  margin-right: 1em;
}
.container-fluid > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > iframe:nth-child(1) {
  position: absolute;
  width: 100%;
  height: 98.5%;
  top: 0;
  left: 0;
  border: none;
  padding: 0;
  margin: 0;
  }
/* Index page */
/* #page-title {
  margin-top: 63px !important;
} */
#page-title1 {
  border-bottom: 1px solid #f1f1f1;
  margin-top: 20px;
  padding-top: 0px;
}
#page-title2 {
  border-bottom: 1px solid #f1f1f1;
  padding-top: 0px;
}
.container-title {
  text-align: center;
}
.container-title h1 {
  color: #333
  width: fit-content;
  margin: auto;
}
.btn:not(:disabled):not(.disabled) {
  background: #3b7eb9;
  border: 1px solid #3b7eb9;
  color: #fff;
  width: max-content;
  margin-left: 0px;
  }
#Disclaimer {
  padding-top: 0px;
  padding-bottom: 20px;
}
.content-section-a {
  background-color: white;
}
.content-section-a .section {
  width: 100%;
}
.col-lg-12 .lead {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0px;
}
.faq-section {
  margin: auto;
  background: antiquewhite;
  padding: 20px;
  margin-bottom: 40px;
}
.faq-section h3 {
  text-align: center;
  font-weight: bold;
}
.wrapper {
  margin-top: 8rem;
  }
  .form-group {
    margin-bottom: 1rem;
    color: white;
}
.subscribe {
  margin-top: 6%;
  text-align: center;
  padding: 40px;
}
.subscribe .container {
  padding: 0px;
}
.terms-section-a {
  background-color: white;
  margin-bottom: 4rem;
}
.terms-section-a .container {
  width: 100%;
}
.terms-conditions {
  width: 100%;
  padding-left: 20px !important;
}
.page_heading {
  text-align: center;
}
.thankyou p{
  text-align:center
}
.thankyou-sec .container {
  padding: 0px;
}
.subscribe-block{
  display:none;
}
.unsubscribe{
  margin-top: 6%;
  text-align: center;
  padding: 40px;
}
.unsubscribe .container-fluid {
  padding: 0px;
}
footer .content {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1680px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* .container_search {
    margin-left: 6.8rem;
  } */
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .container_search {
    margin-left: 2rem;
  }
  #categories-list .item {
    margin-left: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .check-square {
    display: none;
  }
  .container-fluid1 .row .col-7 {
    display: none;
  }
  .count {
    max-width: 500px;
    width: 500px;
  }
  .course-finder-form {
    margin: auto;
    display: flex;
  }
}
@media only screen and (max-width: 995px) {

/* style.css | http://127.0.0.1:3000/static/temp2/css/style.css */
section#page-title {
  margin-top: 70px !important;
}

#categories-list .item {
  /* width: 171px; */
  width: 150px;
}
.about-sec-video > video {
  width: 380px !important;
  height: auto !important;
}
.container-fluid1 {
  height: auto !important;
  padding: 20px;
}
.about_us_info {
  width: 95% !important;
}
.about-us-video {
  width: 95% !important;
}
.about_us_info .des {
  margin-right: 0rem !important;
}
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 21px !important;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-overly {
  background: #575757;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}
.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}
.mobile-nav {
  border-radius: 2px;
  padding: 0;
}
.mobile-nav {
  position: fixed;
  top: 84px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}
.mobile-nav .drop-down > a::after {
  content: '\25BE';
}
.mobile-nav .drop-down > a::after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
nav.mobile-nav.d-lg-none ul {
  padding: 10px;
  background: #fff;
  position: inherit;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #333 !important;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.mobile-nav.d-lg-none ul li {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #eee;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.mobile-nav.d-lg-none ul li a {
  padding: 10px !important;
}
.mobile-nav a {
  display: block;
  position: relative;
  color: #222222;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}
nav ul li {
  height: 3rem !important;
  color: #333;
}
li a .fas {
  color: #333;
}
/* media_queries.css | http://127.0.0.1:3000/static/temp2/css/media_queries.css */

  .about-section .row {
    max-width: fit-content !important;
    margin-left: -2rem !important;
    /* max-width: 26rem !important;
    width: 26rem !important;
    margin-left: -2rem !important; */
  }
  .des .row {
    /* margin-left: -3rem !important; */
    margin-left: -1rem !important;
  }
  .subscribe-news {
    font-size: 1.2em !important;
  }
  .welcome form {
    display: flex;
  }
  nav.mobile-nav.d-lg-none ul {
	    padding: 10px;
	    background: #fff;
	}
	nav.mobile-nav.d-lg-none ul li {
	    width: 100%;
	    background: transparent;
	    border-bottom: 1px solid #eee;
      height: fit-content !important;
	}
	nav.mobile-nav.d-lg-none ul li a{
		padding: 10px !important;
	}
	.mobile-nav {
	    border-radius: 2px;
	    padding: 0;
	}
	.mobile-nav-overly {
	    background: #575757;
	}
  #about-speakers {
    display: none;
  }
	.mobile-nav .drop-down > a:after {
	    content: '\25BE';
	}
	.mobile-nav .active.drop-down > a:after {
	    content: "\25B4";
	}
  .mb-35 {
    max-width: fit-content;
    width: 32rem;
  }
  #about-services {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  /* .col-9 {
    margin-top: 2rem;
  } */
  .des .row {
    float: left;
  }
  .count li {
    height: 3.5rem !important;
  }
  .container_search {
    margin-left: 2rem;
  }
  #categories-list .item {
    margin: auto;
    margin-left: 2rem;
    margin-bottom: 1rem;
  }
  .categories-list {
    padding: 20px 0px 20px 0px;
  }
  .popular-webinars {
    max-width: fit-content !important;
    display: block ruby;
  }
  .col-6 ul li {
    height: 2.5rem !important;
  }
  .col-5 ul li {
    height: 2.5rem !important;
    text-align: center;
  }
  .sec-title .des {
    padding-bottom: 0px;
  }
  .footer-info {
    display: none;
  }
  .co-info {
    text-align: center;
    margin-top: 5.5rem !important;
    margin-bottom: 2.5rem;
  }
  .co-info > h1{
    margin: auto;
  }
  .col-11 {
    max-width: fit-content !important;
  }
}



button {
  position: inherit;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.learn-more {
  width: 12rem;
  height: auto;
  display: block;
  font-size: 20px;
  margin: auto; 
  margin-top: -5px !important;
}
button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #254e58;
  /* border-radius: 1.625rem; */
}
button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: '';
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.6rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  padding-left: 1rem;
}
button:hover .circle {
  width: 100%;
}
button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
button:hover .button-text {
  color: #fff;
}

@media only screen and (min-width: 1320px) and (max-width: 1680px) {
  .container-fluid1 .row .col-7 {
  height: 480px;
  }
  .col-5 h1 {
  font-size: 2.3em;
  }
  .count {
  font-size: 21px;
  }
  
  li {
  height: 2.5rem !important;
  }
  Element
  .row-info {
  height: 400px;
  }
}

.search {
  --easing: cubic-bezier(0.4, 0, 0.2, 1);
  --font-size: 1.4rem;
  --color: var(--color-foreground);
  --color-highlight: white;
  --transition-time-icon: 0.2s;
  --transition-time-input: 0.3s 0.25s;
  border-radius: 999px;
  border: 2px solid transparent;

  display: flex;
  transition: border-color var(--transition-time-icon) linear, padding var(--transition-time-input) var(--easing);
}
.search:not(:focus-within) {
  --transition-time-input: 0.2s 0s;
}
@media (prefers-reduced-motion: reduce) {
  .search {
    --transition-time-icon: 0s !important;
    --transition-time-input: 0s !important;
  }
}
.search__input {
  background: transparent;
  border: none;
  color: var(--color-highlight);
  font-size: var(--font-size);
  opacity: 0;
  outline: none;
  padding: 0;
  transition: width var(--transition-time-input) var(--easing), padding var(--transition-time-input) var(--easing), opacity var(--transition-time-input) linear;
  width: 0;
}
.search__input::placeholder {
  color: var(--color);
  opacity: 0.75;
}
.search__icon-container {
  height: calc(var(--font-size) + 2rem);
  position: relative;
  width: calc(var(--font-size) + 2rem);
}
.search__label, .search__submit {
  color: var(--color);
  cursor: pointer;
  display: block;
  height: 100%;
  padding: 0;
  position: absolute;
  width: 75%;
}
.search__label:hover, .search__submit:hover, .search__label:focus, .search__submit:focus, .search__label:active, .search__submit:active {
  color: var(--color-highlight);
}
.search__label {
  transition: transform var(--transition-time-icon) var(--easing), color 0.1s;
}
.search__submit {
  background: none;
  border-radius: 50%;
  border: none;
  box-shadow: 0 0 0 4px inset transparent;
  display: none;
  outline: none;
  transition: color 0.1s, box-shadow 0.1s;
}
.search__submit svg {
  transform: scale(0.5);
}
.search__submit:focus {
  box-shadow: 0 0 0 4px inset var(--color-highlight);
}
.search:focus-within {
  border-color: var(--color);
}
.search:focus-within .search__input {
  opacity: 1;
  padding: 0 1rem 0 2rem;
  width: calc(var(--font-size) * 12);
}
.search:focus-within .search__label {
  transform: scale(0.5);
}
.search:focus-within .search__submit {
  animation: unhide var(--transition-time-icon) steps(1, end);
  display: block;
}
@keyframes unhide {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: auto;
    opacity: 1;
  }
}


@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .pull-right a {
    padding: 6px 12px !important;
    font-size: 12px !important;
  }
  .students {
    font-size: 14px !important;
  }
  .web_industry {
    font-size: 12px !important;
    margin-top: -4px;
  }
  .duration {
    font-size: 14px !important;
  }
  .web_date {
    font-size: 14px !important;
  }
}


/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  border: 6px solid #393939;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}