/* Start Genaral CSS for Backend */
.ns-backend-preview {
  margin-top: 15px;
}

.ns-backend-preview .container {
  width: 100%;
  max-width: 1275px;
}

.ns-backend-preview a {
  text-decoration: none;
  display: block;
}

.ns-backend-preview h1,
.ns-backend-preview h2,
.ns-backend-preview h3,
.ns-backend-preview h4,
.ns-backend-preview h5,
.ns-backend-preview h6 {
  font-weight: 500;
  margin: 0 0 10px;
}

.ns-backend-preview h1,
.ns-backend-preview h2,
.ns-backend-preview h3 {
  margin-bottom: 20px;
}

.ns-backend-preview h1 {
  font-size: 28px;
  line-height: 30px;
}

.ns-backend-preview h2 {
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
}

.ns-backend-preview h3 {
  font-size: 20px;
  line-height: 26px;
}

.ns-backend-preview h4 {
  font-size: 18px;
  line-height: 23px;
}

.ns-backend-preview h5 {
  font-size: 16px;
  line-height: 23px;
}

.ns-backend-preview h6 {
  font-size: 15px;
  line-height: 22px;
}

.ns-backend-preview picture {
  display: block;
}

.ns-backend-preview p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
}

.ns-backend-preview img {
  height: auto;
  max-width: 100%;
  width: auto;
}

.ns-backend-preview video {
  max-width: 100%;
  width: auto;
}

.ns-backend-preview figure {
  margin: 0 0 15px;
}

.ns-backend-preview ul {
  list-style-type: none;
  padding: 0;
}

.ns-backend-preview .btn {
  border: 1px solid #676767;
  box-shadow: none;
  color: #676767;
  margin-bottom: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: all 0.2s ease 0.2s;
  -webkit-transition: all 0.2s ease 0.2s;
}

.carousel-control-next, .carousel-control-prev {
  color: #000 !important;
}

.device-slider .carousel-control-next,
.device-slider .carousel-control-prev {
  color: #000 !important;
}

.ns-backend-preview .btn:hover,
.ns-backend-preview .btn:focus,
.ns-backend-preview .btn:active {
  background-color: #676767;
  color: #fff;
}

.bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img--overlay {
  position: relative;
}

.bg-img--overlay * {
  border-color: #fff !important;
  color: #fff !important;
  position: relative;
}

.bg-img--overlay::before {
  background-color: rgba(5, 5, 5, 0.5);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.ns-backend-preview .content-section {
  padding: 40px;
}

.ns-backend-preview .carousel-inner {
  margin-bottom: 20px;
}

.carousel-item.active {
  display: block !important;
}

.carousel-item {
  text-align: center;
  margin-top: 30px;
}

.carousel-control.left {
  background-color: transparent;
  background-repeat: repeat-x;
  position: absolute;
  top: 0%;
  font-size: 35px;
  left: 0px;
  z-index: 99;
}

.carousel-control.right {
  background-color: transparent;
  right: 0px;
  left: auto;
  background-repeat: repeat-x;
  position: absolute;
  top: 0%;
  font-size: 35px;
  z-index: 99;
}

.accrodion-header {
  padding: 15px;
  background-color: #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accrodion-header a {
  width: 100%;
}

.accrodion-header a:empty {
  display: none;
}

.accrodion-header span {
  padding: 18px;
  background-color: #efefef;
  position: relative;
  left: -15px;
  font-size: 16px;
}

.tab-section .tabs-block > a,
.tab-section .tabs-block .nav.nav-tabs > a,
.accrodion-header > a:empty {
    display: none;
}

.accrodion-header::after {
  content: '\f107';
  font-size: 15px;
  color: #000;
  font-family: 'fontawesome';
}

.accordion-body {
  padding: 15px;
}

.accrodion-dec {
  border: 1px solid #dfdfdf;
}

.accordion-item {
  margin-bottom: 15px;
}
.accordion-headline {
  margin-bottom: 50px;
}
.accordion-headline h1 {
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: 700;
}
.accordion-headline h2 {
  font-size: 20px;
}

/* banner-section */
.banner-section {
  padding: 80px 0;
  text-align: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-section::before,
.landings-image::before {
  content: '';
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.landings-image {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-content {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.banner-content h2 {
  margin: 0;
}
.t3-page-ce .t3-page-ce-body-inner .landings-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* gallery-wrap */
.t3-page-ce .t3-page-ce-body-inner .gallery-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* schedul */
.schedule-section .tab-pane {
  padding: 20px;
}

.schedule-section .tab-pane h4 {
  font-size: 20px;
}
.schedule-detail {
  display: flex;
  margin-bottom: 20px;
}
.time-icon,
.speaker-name {
  margin-right: 10px;
}
.schedule-section .nav-link {
  font-size: 15px;
  font-weight: 700;
}
/* pricebox-headline */
.pricebox-headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #dfdfdf;
  background-color: #efefef;
}
.pricebox-headline h3,
.pricebox-headline h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.pricebox-table ul {
  margin-top: 20px;
  margin-bottom: 30px;
}
.pricebox-table li {
  padding: 10px;
  border-bottom: 1px solid #dfdfdf;
  font-size: 15px;
}
.pricebox-table .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 30px;
}
.pricebox-table {
  border: 1px solid #dfdfdf;
}
/* teaser-items */
.teaser-items {
  margin: 30px 0;
}
.teaser-image,
.teaser-items h4 {
  border: 1px solid #dfdfdf;
  padding: 15px;
  text-align: center;
}
.teaser-items h4 {
  text-align: center;
  font-size: 20px;
}
.teaserlist-image {
  margin-bottom: 20px;
}
/* teaserlist */
.teaser-list-heading {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 10px;
}
.teaser-list-text {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
/* testimonial */
.testimonial-slider {
  position: relative;
  background-color: #efefef;
  padding: 30px 0;
}
.testimonial-slider .team-image img {
  border-radius: 50%;
  margin-bottom: 20px;
}
.testimonial-content {
  max-width: 800px;
  margin: auto;
  margin-top: 30px;
}
.testimonial-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
}
.testimonial-content h5 {
  font-size: 13px;
  font-weight: 700;
}
.testimonial-slider .testimonial-content h1 {
  font-size: 20px;
  margin: 0;
}
.testimonial-slider button.carousel-control-prev.left.carousel-control,
.testimonial-slider button.carousel-control-next.right.carousel-control {
  height: 30px;
  position: absolute;
  top: 50%;
}

.testimonial-slider .carousel-control-next, 
.testimonial-slider .carousel-control-prev {
  color: #322f2f !important;
}
.testimonials-image {
  height: 200px;
  width: 100%;
  width: 100%;
}
.t3-page-ce .t3-page-ce-body-inner .testimonials-image img {
  height: 200px;
  width: 200px;
  object-fit: cover;
}
/* landing slider */
.landing-slider {
  height: 500px;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.t3-page-ce .t3-page-ce-body-inner .landings-image img,
.t3-page-ce .t3-page-ce-body-inner .pofile-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.landing-slider {
  position: relative;
}
.landing-content {
  position: absolute;
  top: 35%;
  text-align: center;
  color: #fff;
  max-width: 800px;
  margin: auto !important;
  left: 19%;
}
.landing-details h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
}
.landing-details .lead {
  font-size: 15px;
}
.landing-content h3 {
  font-size: 17px;
  line-height: 30px;
  font-weight: 700;
}
.landing-sliders.testimonial-inline {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.landing-slider .carousel-item {
  height: 460px;
  width: 100%;
  object-fit: cover;
}
.landing-slider .btn {
  border: 1px solid #dfdfdf;
  color: #dfdfdf;
}
.landing-slider .btn:hover {
  background-color: #676767;
  border: 1px solid #676767;
}
.landing-slider .carousel-control-next, .carousel-control-prev {
  color: #fff !important;
}
/* pofile-image */
.pofile-image {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.porfile-dec {
  border: 1px solid #dfdfdf;
}
.porfile-content {
  text-align: center;
}
.profilename {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.profile-designation {
  font-size: 20px;
  margin-bottom: 15px;
}
.profile-info {
  font-size: 15px;
  margin-bottom: 20px;
}
.social-links {
  background-color: #dfdfdf;
}
.social-links ul,
.social-linkss ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 0;
  list-style: none;
}
.social-links li i ,
.social-linkss li i {
  font-size: 15px;
  margin-right: 15px;
}
.perfile-data {
  padding: 20px;
}
.card-teaser-image {
  min-height: 60px;
}
.card-img {
  margin-bottom: 20px;
}
.progressbar-block {
  margin-bottom: 15px;
}
/* logo-slider */
.logo-slider {
  margin: 20px 0;
  text-align: center;
}
.footer-section h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}
.phone-number,
.fax-number,
.address {
  font-size: 15px;
  padding-bottom: 8px;
  line-height: 25px;
  margin: 0;
}
.newsletter,
.copy-right {
  font-size: 12px;
  padding-bottom: 15px;
}
/* footer */
.copyrigh-text {
  text-align: center;
  padding: 30px;
  font-size: 15px;
}
.rechus {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.email ,
.phone ,
.fax {
  font-size: 15px;
}
.footer-links li i {
  font-size: 20px;
}

.ns-backend-preview .btn.button-icon {
  width: 85px;
  height: 45px;
  padding: 14px 0;
}

.ns-backend-preview .cards-icon .card-teaser-image {
  padding: 24px;
}

.ns-backend-preview .card-block .btn.button-icon {
  border: 1px solid #0d6efd;
  box-shadow: none;
  color: #0d6efd;
}

.ns-backend-preview .card-block .btn.button-icon:hover {
  background-color: #0d6efd;
  color: #fff;
}

.ns-backend-preview .cards-icon .btn.button-icon {
  background-color: #0d6efd;
  box-shadow: none;
  color: #fff;
}

.ns-backend-preview .cards-icon .btn.button-icon:hover {
  background-color: #0b66f0;
}

.ns-backend-preview .card-header {
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.ns-backend-preview .card.bg-primary,
.ns-backend-preview .card.bg-secondary,
.ns-backend-preview .card.bg-success {
  color: #fff;
}

.ns-backend-preview .card.bg-secondary {
  background-color:#6C757D;
}

.ns-backend-preview .card.bg-success {
  background-color: #55c791 !important;
}

/* alert */

.ns-backend-preview .alert {
  border: 0;
  padding: 21px 21px;
  font-size: 15px;
}

.ns-backend-preview .alert-dark {
  color: #0b1427;
  background-color: #d0d3d9;
  border-color: #b8bdc6;
}

.ns-backend-preview .alert-light {
  color: #58595c;
  background-color: #f8f8fa;
  border-color: #f4f5f8;
}

.ns-backend-preview .alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.ns-backend-preview .alert-success {
  color: #337757;
  background-color: #ddf4e9;
  border-color: #cceede;
}

.ns-backend-preview .alert-info {
  color: #2c5259;
  background-color: #e2f5f8;
  border-color: #d4f0f5;
}

.ns-backend-preview .alert-warning {
  color: #66481c;
  background-color: #fff0da;
  border-color: #ffe9c8;
}

.ns-backend-preview .alert-danger {
  color: #953b3b;
  background-color: #fee0e0;
  border-color: #fdd0d0;
}

.alert i {
  font-size: 26px;
  padding-right: 15px;
}

.card.bg-default {
  background-color: #fff !important;
}

/* Update Grid Container Color */
.t3js-module-body .t3-grid-container-1 {
  border-color: rgba(180, 128, 98, 0.67) !important;
}

.t3js-module-body .t3-grid-container-title-1 {
  color: rgba(90, 64, 49, 0.63) !important;
  background: rgba(217, 191, 176, 0.63) !important;
}

.t3js-module-body .t3-grid-container-3 {
  border-color: rgba(66, 123, 171, 0.63) !important;
}

.t3js-module-body .t3-grid-container-title-3 {
  color: rgba(33, 62, 86, 0.63) !important;
  background: rgba(160, 189, 213, 0.63) !important;
}

.t3js-module-body .t3-grid-container-2 {
  border-color: rgba(189, 90, 90, 0.44) !important; 
}

.t3js-module-body .t3-grid-container-title-2 {
  background: rgba(222, 172, 172, 0.48) !important;
  color: rgba(95, 45, 45, 0.63) !important;
}

/* Start Theme Options ************ */

.themeOptionsImagesContainer.bg_pattern {
  width: 80px;
  height: 80px;
}

.themeOptionsImagesContainer.bg_pattern img {
  border: 1px solid #ddd;
  height: 100%;
  width: 100%;
}

.themeOptionsImagesContainer.footerMenu img,
.themeOptionsImagesContainer.breadcrumbStyle img,
.themeOptionsImagesContainer.headerMenu img,
.themeOptionsImagesContainer.loader img {
  border: 1px solid #ddd;
}

/* End Theme Options ************ */