.text300 {
  font-weight: 300;
}

.text400 {
  font-weight: 400;
}

.text500 {
  font-weight: 500;
}

.text600 {
  font-weight: 600;
}

.text700 {
  font-weight: 700;
}

.text800 {
  font-weight: 800;
}

.sidebar-left {
  position: fixed;
  top: 100px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.7);
  left: -90px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.sidebar-left:hover {
  left: 0;
}

.sidebar-left a {
  cursor: pointer;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.pageOverlayContent {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 600px) {
  .pageOverlayContent {
    padding: 0 12px;
  }
}

.pageOverlayContent h1 {
  font-size: 42px;
  font-weight: 700;
}

@media (max-width: 600px) {
  .pageOverlayContent h1 {
    font-size: 32px;
  }
}

.containerSection,
.commonSection,
.footerContainer {
  padding: 48px 0;
}

@media (max-width: 600px) {
  .containerSection,
  .commonSection,
  .footerContainer {
    padding: 48px 12px;
  }
}

.containerSection {
  padding-top: 35px;
}

.socialMedia,
.otherActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.socialMedia li,
.otherActions li {
  margin-left: 20px;
}

.socialMedia li:first-child,
.otherActions li:first-child {
  margin-left: 0;
}

.socialMedia li {
  width: 23px;
  height: 23px;
}

.socialMedia li a {
  display: block;
  text-align: center;
}

.logoContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logoContainer img {
  margin-right: 12px;
  max-width: 120px;
}

.logoContainer .headerTitle {
  max-width: 700px;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .logoContainer .headerTitle {
    max-width: 200px;
    font-size: 20px;
  }
}

.logoContainer .herderSubTitle {
  max-width: 500px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header .topBarContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .otherActions li {
  font-size: 14px;
}

header .middleContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .infoContainer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .infoItem {
  padding: 0 12px;
}

header .infoItem img {
  max-width: 70px;
}

header .navbar {
  padding: 5px 0;
  border: 0;
}

header .navbar .logoContainer img {
  /* -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); */
}

header .navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

header .nav-link {
  border-radius: 5px;
}

header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 12px;
}

.rollingText {
  padding-top: 5px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
}

marquee a {
  margin-right: 30px;
}

.mainSlider {
  width: 100%;
}

.mainSlider .carousel-item img {
  max-height: 600px;
  min-height: 500px;
  object-fit: cover;
}



.mainSlider .carousel-control-next,
.mainSlider .carousel-control-prev {
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
}
.bg-blue{
    background-color: #1c84c6;
}

.mainSlider .carousel-control-next {
  right: 25px;
}

@media (max-width: 600px) {
  .mainSlider .carousel-control-next {
    right: 10px;
  }
}

.mainSlider .carousel-control-prev {
  left: 25px;
}

@media (max-width: 600px) {
  .mainSlider .carousel-control-prev {
    left: 10px;
  }
}

.mainSlider .carousel-caption {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 50%;
  margin: 0 auto;
  left: 0;
  top: 130px;
  right: 0;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .mainSlider .carousel-caption  {
    width: 70%;
  }
}


@media (max-width: 992px) {
  .mainSlider .carousel-caption  {
    width: 80%;
  }
}

.mainSlider .carousel-caption h5 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  background-color: rgba(106, 190, 82, 0.6);
  padding: 5px 10px;
}

.mainSlider .carousel-caption p {
  /* background-color: rgba(255, 255, 255, 0.6); */
  color: white;
  padding: 5px 10px;
}

.breadcrumb {
  padding: 10px 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .courseContainer {
    margin-bottom: 24px;
  }
}

.courseContainer .courseContent {
  padding: 12px;
  min-height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.courseContainer .courseContent .courseTitle {
  font-weight: 600;
  font-size: 16px;
}

.courseContainer .courseContent .courseTitle a {
  font-size: 16px;
}

.courseContainer .courseContent a {
  font-size: 14px;
}

.sideList {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.sideList .sideListHeade {
  padding: 15px 10px;
  background-color: #6abe52;
  color: #fff;
  text-align: center;
}

.sideList .sideListBody {
  padding: 5px 10px;
  /* min-height: 260px; */
  min-height: 410px;
  max-height: 450px;
  /* overflow-y: scroll; */
  margin-bottom: 10px;
}

.sideList .sideListBody a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 25px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee !important;
  padding-bottom: 5px !important;
}

.sideList .sideListBody a:last-of-type {
  margin-bottom: 0;
}

.sideList .sideListBody.auto {
  min-height: unset;
  max-height: unset;
}

.sideList .sideListBody.auto ul li {
  font-size: 16px;
  margin-bottom: 8px;
}

.sideList .sideListBody.auto ul li:last-of-type {
  margin-bottom: 0;
}

.sideList .sideListBody.auto ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sideList .sideListBody.auto ul li .fas {
  font-weight: 600;
  margin-right: 8px;
  margin-top: 5px;
  font-size: 12px;
}

.sideList .sideListFoot {
  background-color: #6abe52;
  color: #fff;
  text-align: center;
  display: block;
  padding: 5px 10px;
}

.sideList .sideListFoot a {
  display: block;
}

.titleContainer {
  padding: 12px 0;
  width: 60%;
  margin: 0 auto 24px;
  text-align: center;
}

@media (max-width: 992px) {
  .titleContainer {
    width: 80%;
  }
}

@media (max-width: 600px) {
  .titleContainer {
    width: 100%;
  }
}

.titleContainer .sectionTitle {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 6px;
}

@media (max-width: 600px) {
  .titleContainer .sectionTitle {
    margin-bottom: 48px;
  }
}

@media (max-width: 600px) {
  .titleContainer .sectionSubText {
    display: none;
  }
}

.tabsContainer {
  padding: 24px;
}

.tabsContainer .nav-tabs {
  border: none;
}

.tabsContainer .nav-tabs .nav-link {
  margin: 0;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  font-weight: 600;


}
.tabsContainer .nav-tabs {
    overflow-x: hidden;
    overflow-y:hidden;
    flex-wrap: nowrap;
 }
 .tabsContainer .nav-tabs .nav-link {
   white-space: nowrap;
 }


.tabsContainer .tab-pane {
  padding: 24px 0;
}

.listBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid transparent;
  padding: 12px 0;
  margin-bottom: 12px;
}

.listBox:last-child {
  margin-bottom: 0;
}

.listBox .listTitle {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}
.listBox .listDate {
  font-size: 14px !important;
}

.listBox .listMeta {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.listBox .listMeta .listDate {
  margin-left: 24px;
}

.listBox .listAction {
  font-size: 20px;
}

.eventTitle {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 12px;
}

.hCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.card-header{
    padding: 0.25rem 0.5rem !important;
}
.card-body{
    padding:0.5rem 0.5rem !important;
}

.hCard:last-child {
  margin-bottom: 0;
}

.hCard .hcardImage {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}

.hCard .hCardContent {
  padding-left: 12px;
}

.hCard .hCardContent p {
  font-size: 18px;
  margin-bottom: 0;
}

.hCard .hCardContent span {
  font-size: 16px;
}

.hCard .hCardTitle {
  font-size: 20px;
  font-weight: 600;
}

.image-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: calc(1rem * -.5);
  margin-left: calc(1rem * -.5);
}

.image-gallery a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .image-gallery a {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .image-gallery a {
    width: 100%;
  }
}

.image-gallery a img {
  width: 100%;
}

.footerContainer iframe {
  width: 100%;
}

.footerContainer .logoContainer {
  display: block;
}

.footerContainer .logoContainer h5 {
  color: #fff;
}

.footerContainer p {
  margin-bottom: 0;
}

.footerContainer .footerTitle {
  margin-bottom: 20px;
  font-weight: 700;
}

.footerContainer ul li {
  line-height: 29px;
}

.whoTitle {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}

.testimonialSlide .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.testimonialSlide .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.testimonialSlide .carousel-control-next,
.testimonialSlide .carousel-control-prev {
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
}

@media (max-width: 992px) {
  .testimonialSlide .carousel-control-next,
  .testimonialSlide .carousel-control-prev {
    display: none;
  }
}

.testimonialSlide .carousel-control-next {
  right: 75px;
}

.testimonialSlide .carousel-control-prev {
  left: 75px;
}

.testimonialContainer {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1200px) {
  .testimonialContainer {
    max-width: 650px;
  }
}

@media (max-width: 992px) {
  .testimonialContainer {
    max-width: 100%;
  }
}

.testimonialContainer .testimonialImage {
  width: 163px;
  height: 163px;
  margin: 0 auto 24px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonialContainer .testimonialImage img {
  position: relative;
  z-index: -1;
}

.testimonialContainer .testimonialContent h3 {
  margin-top: 24px;
  font-size: 22px;
  font-weight: 600;
}

.testimonialContainer .testimonialContent span {
  font-size: 14px;
}

.tableImage {
  text-align: center;
}

.tableImage td {
  padding: 12px;
}

.tableImage td img {
  width: 120px;
}

.memberList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.memberList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
  margin-bottom: 30px;
  padding: 0 12px;
}

@media (max-width: 1200px) {
  .memberList li {
    width: 25%;
  }
}

@media (max-width: 992px) {
  .memberList li {
    width: 33.33333%;
  }
}

@media (max-width: 600px) {
  .memberList li {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .memberList .socialMedia li {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .memberList .socialMedia li {
    width: 33.33333%;
    margin-left: 0;
  }
}

.memberContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.memberContainer .memberImage {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 12px;
}

.memberContainer .memberImage img {
  position: relative;
  z-index: -1;
}

.memberContainer .memberName {
  font-size: 22px;
  font-weight: 600;
}

.memberContainer p {
  margin-bottom: 0;
  font-size: 14px;
}

.memberContainer p.memberPosition {
  margin-bottom: 6px;
}

.memberFilter {
  border: none;
}

.memberFilter:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wrapImage .courseContent {
  min-height: unset;
}

.wrapImage .courseContent .courseTitle {
  height: 40px;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wrapEvent .eventDisp {
  font-size: 14px;
  height: 62px;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

.wrapEvent .eventDate {
  font-size: 12px;
}

.customTable th {
  font-size: 15px;
}

.customTable thead th,
.customTable tbody th {
  font-weight: 600;
}

.customTable thead th:last-child,
.customTable tbody th:last-child {
  text-align: center;
}

.customTable tbody td:last-child {
  text-align: center;
}

@media (max-width: 768px) {
  .customTable tbody td:nth-child(2) {
    width: 55%;
  }
}

@media (max-width: 600px) {
  .customTable tbody td:nth-child(2) {
    min-width: 380px;
  }
}

@media (max-width: 600px) {
  .customTable tbody td:nth-child(3) {
    min-width: 140px;
  }
}

/* .customTable tbody,
.customTable td,
.customTable tfoot,
.customTable th,
.customTable thead,
.customTable tr {
  border: none;
} */

.curriculumTable th {
  font-size: 14px;
}

.curriculumTable thead th,
.curriculumTable tbody th {
  font-weight: 600;
}

.curriculumTable thead th:last-child,
.curriculumTable tbody th:last-child {
  text-align: center;
}

.curriculumTable tbody td:last-child {
  text-align: center;
}

.curriculumTable tbody,
.curriculumTable td,
.curriculumTable tfoot,
.curriculumTable th,
.curriculumTable thead,
.curriculumTable tr {
  border: none;
}

.paginationContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
}

.customPagination .page-item:first-child .page-link,
.customPagination .page-item:last-child .page-link {
  border-radius: 0;
}

.detailContainer img {
  margin-bottom: 20px;
}

.detailContainer h2,
.detailContainer h3,
.detailContainer h4,
.detailContainer h5,
.detailContainer h6 {
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 12px;
}

.detailContainer h2 {
  font-size: 28px;
}

.detailContainer h3 {
  font-size: 26px;
}

.detailContainer h4 {
  font-size: 24px;
}

.detailContainer h5 {
  font-size: 22px;
}

.detailContainer h6 {
  font-size: 20px;
}

.detailContainer .tabsContainer {
  padding: 0;
}

.detailContainer .tabsContainer nav {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: -1px;
}

.detailContainer .curriculumBox h2,
.detailContainer .curriculumBox h3,
.detailContainer .curriculumBox h4,
.detailContainer .curriculumBox h5,
.detailContainer .curriculumBox h6 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 12px;
}

.widget {
  margin-bottom: 24px;
}

.widget .widgetTitle {
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
}

.widget .widgetBody {
  padding: 24px;
}

.widget .courseContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
}

.widget .courseContent p {
  padding-left: 12px;
}

.widget .hCard {
  margin-bottom: 6px;
}

.widget .hCard .hcardImage {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 65px;
  width: 65px;
}

.widget .hCard .hCardTitle {
  padding-top: 6px;
  font-size: 16px;
}

.contact .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

iframe {
  width: 100%;
}

.contactBoxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .contactBoxList {
    margin-top: 48px;
  }
}

.contactBoxList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  margin-bottom: 80px;
}

.contactBoxList .memberIcon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  font-size: 38px;
  margin-bottom: 12px;
}

.contactBoxList .memberName {
  margin-bottom: 12px;
}
.theme-default .listBox{
    border-color: #eee !important;
}

/*# sourceMappingURL=style.css.map */
.customBorder{
   border-color: black !important;
}

 .input-group{
   height: 50px;
   border: 1px solid #6abe52  !important;
   width: 100% !important;


}
.external_link{
    font-weight: bold;
    font-size: 18px;
    color: white;
    text-align: center;
}
.h-180{
    height: 180px;
}

.next,.next1,.next2{
    right: -30px;
}
.prev,.prev1,.prev2{
    left: -30px;

}
.next, .prev{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: none;
    font-size: 45px;
    z-index: 1;
}
.next1, .prev1,
.next2, .prev2 {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: none;
    font-size: 45px;
    z-index: 1;
}
.lSPager{
    display: none;
}
#lightSlider1,#lightSlider2{
    height: 390px;
}
#lightSlide1 li .lslide,
#lightSlide2 li .lslide{
    width: 440px!important;
    margin-right: 10px!important;
    margin-left: 6px!important;
}
.button#nextslide1:focus{
    outline: none!important;
}

#lightSlide2 li .lslide{
    width: 330px!important;
}
.no-outline:focus{
    outline: 0px auto -webkit-focus-ring-color;
}

 .social-links  .fa-facebook-square {
    color: #3b5998; }
   .social-links  .fa-twitter {
    color: #1da1f2; }
   .social-links  .fa-youtube {
    color: #e62117; }

    .social-links {
        font-size: 30px;
        display: inline-block;
        color: rgba(255, 255, 255, 0.6);
}



