
.all-courses-cards {
  padding: 4rem 0;
  background: linear-gradient(to left, #E5FFF3 0%, #e0f1ff 30%, #FDF2EF 100%);
}

.course-sec-tite {
  margin-bottom: 30px;
}
.course-sec-tite .sec-titls {
  font-size: 28px;
  font-weight: 700;
  color: #222;
}


.particular-menu {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.particular-menu li {
  font-size: 15px;
    font-weight: 400;
  color: #555;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.3s ease;
  border: 1px solid rgb(3 31 66 / 8%);
}
.particular-menu li:hover {
 background: #001f54;
  color: #fff;
}
.particular-menu li.active {
 background: linear-gradient(90deg, #007c7c 50%, #04b0b0 100%);
  color: #fff;
  border-color:transparent;
 
}

.course-card:hover .card-content h6 {
  color: #ff6600;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 14px;
  color: #666;
  margin-bottom: 14px;
}
.card-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.card-meta i {
  font-size: 14px;
  color: #999;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #eee;
  font-size: 14px;
}
.card-footer .rating {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #222;
  font-weight: 600;
}
.card-footer .rating i {
  color: #ffc107;
}
.card-footer .price {
  font-weight: 700;
  color: #6c63ff;
}


@media (max-width: 991px) {
  .particular-menu {
    justify-content: center;
    flex-wrap: wrap;
  }
  .course-sec-tite {
    text-align: center;
    margin-bottom: 20px;
  }
}



.all-courses-cards .course-card .catagory{
  position: relative;
  background:#fff;
  border:1px solid rgba(3,31,66,0.08);
  border-radius:18px;
  padding:22px;
  height: 100%;
  box-shadow:none;
  transition:box-shadow .25s ease, border-color .25s ease;
}


.all-courses-cards .course-card .catagory:hover{
  box-shadow:0 18px 36px rgba(16,24,40,.12);
}


.all-courses-cards .card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:14px;
}
.all-courses-cards .card-top .author{
  display:flex;
  align-items:center;
  gap:10px;
}
.all-courses-cards .card-top .author img{
  width:38px;height:38px;border-radius:50%;
  object-fit:cover;
}
.all-courses-cards .card-top .author .name{
  font-weight:600;color:#0b1930;font-size:15px;
}
.all-courses-cards .card-top .discount{
  padding:6px 10px;border-radius:999px;
  font-size:12px;font-weight:700;
  color:#c32222;background:#fff0f0;border:1px solid #ffd7d7;
}

/* ----- Image ----- */
.all-courses-cards .catagory .card-img{
  position:relative;
  overflow:hidden;
  border-radius:14px;
  margin-bottom:16px;
  display: block;
}
.all-courses-cards .catagory .card-img img{
  width:100%;
  display:block;
  aspect-ratio:16/9;
  object-fit:cover;
}

.all-courses-cards .catagory .preview-btn {
    padding: 10px 15px;
    color: #fff;
    border: 0;
    border-radius: 10px;
    font-weight: 600;
    background: #153455;
    font-size: 14px;
    border-radius: 20px;
    text-align: center;
    transition: 0.3s linear;
    bottom: 20px;
    position: absolute;
    left: 20px;
    right: 20px;
}
.all-courses-cards .catagory .preview-btn:hover{
    background:#008080;
}
.all-courses-cards .catagory .card-title:hover a{
    color:#008080;
}
.all-courses-cards .catagory .card-content{ padding:0; 
    padding-bottom: 3.5rem;
}


.all-courses-cards .card-category{
  display:inline-block;
  font-size:13px;
  color:#0ab39c;
  background:#e8f8f6;
  padding:6px 12px;
  border-radius:8px;
}
.car-lis{
   font-size: 13px;
    display: flex
;
    align-items: center;
    gap: 10px;
}

.all-courses-cards .card-meta{
  display:flex; gap:18px; 
  flex-wrap:wrap;
  color:#667085; font-size:14px;
  margin-bottom:14px;
}
.all-courses-cards .card-meta .meta-item{
  display:inline-flex; align-items:center; gap:8px;
}
.all-courses-cards .card-meta .meta-item i{
  font-size:14px; color:#98a2b3;
}

.all-courses-cards .catagory .card-title{
  font-size:17px; 
  line-height:1.35;
  font-weight:600; 
  color:#000;
  margin:0 0 10px;
}


.all-courses-cards .card-divider{
  height:1px; background:rgba(3,31,66,0.08);
  margin:14px 0 12px;
}

.special-courses{
    margin-top: 20px;
}
.special-courses .row{
    row-gap:20px
}
.card-content p {
  transition: all 0.4s ease;
  font-size:13px;
      border-bottom: 1px solid rgba(3, 31, 66, 0.08);
    padding-bottom: 0.8rem;
}




/*testimonial Section*/
.skilledura-testimonial {
  padding: 4rem 0;
  background: #f9f9fb;
  text-align: center;
}
.skilledura-testimonial .testimonial-title {
  font-size: 22px;
  margin-bottom: 40px;
  color: #0d1b2a;
}
.skilledura-testimonial .testimonial-title span {
  color: #6c63ff;
  border-bottom: 2px solid #ffce00;
}

/* Swiper */
.testimonial-swiper {
  padding-bottom: 40px;
}

/* Testimonial Card */
.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  min-height: 235px;
}
.testimonial-card .testimonial-title {
  font-size: 18px;
  font-weight: 600;
  color:#1a4164;
  margin-bottom: 15px;
}

.testimonial-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Add quotation mark on top-right */
.testimonial-card::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 34px;
  height: 24px;
  background: url("../images/bg/queto.webp") no-repeat center center;
  background-size: contain;
  opacity: 0.6; /* subtle look like your screenshot */
}
.testimonial-card p {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

/* User Info */
.testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-user img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-user h5 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}
.testimonial-user span {
  font-size: 13px;
  color: #777;
}

/* Swiper Pagination */
.swiper-pagination-bullet {
  background: #6c63ff;
  opacity: 0.6;
}
.swiper-pagination-bullet-active {
  background: #ffce00;
  opacity: 1;
}

.testimonial-swiper {
    margin-top:30px;
}

.site-iconweb .phone-icon{
    display:none;
}
.moble-open {
    display: none;
    position: absolute;
    top: 0;
    right: 20px;
    margin: 0 auto;
    bottom: 0;
    align-items: center;
}

.moble-open i, .moble-open-close i {
    font-size: 30px;
    color: #825574;
}

.moble-open-close {
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9999;
}


/*Detail page*/
.skill-breadcrumb {
  /*background-image:url('../images/bg/breadcrumb-bg.webp') ; */
background: linear-gradient(to left, #E5FFF3 0%, #e0f1ff 30%, #FDF2EF 100%);;
  padding: 6rem 0;
  position: relative;
  background-size: cover;
background-position: center;
  overflow: hidden;
}


.skill-breadcrumb::after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 3%;
    width: 100%;
    height: 100%;
    background: url(../images/bg/breadcrumb-line.svg) no-repeat right center;
    background-size: contain;
    opacity: 0.6;
    z-index: -1;
}

.skill-breadcrumb::before {
  content: "";
  position: absolute;
  bottom: 40px;  
  right: 24%;   
  width: 60px;   
  height: 60px;
  background: url("../images/bg/notebook.svg") no-repeat center center;
  background-size: contain;
  z-index: 1;
}


.bread-content {
  text-align: left;
  position:relative;
}

.bread-content::before {
    content: "";
    position: absolute;
    top: -73px;
    left: 43px;
    width: 74px;
    height: 74px;
    background: url(../images/bg/uranus.svg) no-repeat center center;
    background-size: contain;
    z-index: 1;

    /* animation */
    animation: floatUpDown 4s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px); /* move up */
    }
    100% {
        transform: translateY(0); /* back to normal */
    }
}
.detail-title {
  font-size: 35px;
  max-width:75%;
  font-weight: 600;
  color: #0d0d3b;
  margin-bottom: 15px;
  line-height: 1.2;
}

.bead-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.bead-menu li {
  color: #333;
  font-weight: 500;
  position: relative;
}

/* Separator (arrow) */
.bead-menu li::after {
  content: "\f108";
  margin-left: 4px;
  font-family: flaticon_normal-icon !important;
  position: absolute;
  color: #000000a8;
}

.bead-menu li:last-child::after {
  content: "";
}

/* Links (if needed later) */
.bead-menu li a {
  text-decoration: none;
  color: #222;
  transition: color 0.3s ease;
}

.bead-menu li a:hover {
  color: #6a5af9;
}
.bread-one {
    position: absolute;
    top: 40px;
    width: 71px;
    right: 39%;
    height: 80px;
    background: url(../images/bg/rocket.svg) no-repeat center center;
    background-size: contain;
    z-index: 1;
}

.bread-two {
    position: absolute;
    top: 16px;
    right: 71px;
    width: 44px;
    height: 44px;
    background: url(../images/bg/star.svg) no-repeat center center;
    background-size: contain;
    z-index: 1;
}

/* Active item */
.bead-menu .active {
  color: #007c7c;
  font-weight: 600;
}

.course-specific {
    background: #fff;
    border-radius: 12px;   /* smooth rounded corners */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); /* soft shadow */
    padding: 30px;         /* inner spacing */
    margin: 40px 0;        /* spacing outside */
    transition: all 0.3s ease-in-out; /* smooth hover effect */
}

/* Optional hover effect */
.course-specific:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

/* Typography inside */
.courses-title {
    font-size: 22px;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 15px;
}

.course-specific p {
    font-size: 15px;
    color: #212529;
}

.big-sec-title {
    text-align:center;
}

.skill-courses{
    padding:4rem 0;
}
.course-category {
    gap: 10px; /* space between columns */
    margin: 20px 0;
}

.course-category > li {
    flex: 1; /* makes each column equal width */
}

.course-category {
  display: flex;        /* make li's in a row */
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

.course-category li {
  padding: 0 20px;
  border-right: 1px solid #ccc; /* separator line */
}

.course-category li:last-child {
  border-right: none;   /* remove from last item */
}

.course-category li h5{
    font-size:15px;
    font-weight:600;
}

.course-category .saparate li:last-child {
    color: #666; /* value */
}
.technical-team{
    margin-top:20px;
}
.technical-team h4{
    font-weight:600;
    font-size:17px;
}
.skills-learn {
  list-style: none; 
  padding: 0;
  margin: 0;
}
.skills-learn li.ti-poin{
     padding-left: 0; /* space for icon */
}
.skills-learn li {
  padding-left: 40px; /* space for icon */
  margin-bottom: 12px;
  line-height: 28px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px 24px; /* adjust icon size */
}

/* Frontend */
.skills-learn .html {
  background-image: url("../images/svg/html.svg");
}

.skills-learn .css {
  background-image: url("../images/svg/css.svg");
}

.skills-learn .js {
  background-image: url("../images/svg/java-script.svg");
}

/* Backend */
.skills-learn .node {
  background-image: url("../images/svg/node-js.svg");
}
.skills-learn .seo {
  background-image: url("../images/svg/seo.svg");
}
.skills-learn .sem {
  background-image: url("../images/svg/sem.svg");
}

.skills-learn .smm {
  background-image: url("../images/svg/smm.svg");
}
.skills-learn .content {
  background-image: url("../images/svg/content-marketing.svg");
}
.skills-learn .email {
  background-image: url("../images/svg/email-marketing.svg");
}
.skills-learn .analytics {
  background-image: url("../images/svg/web-analytics.svg");
}
.skills-learn .ppc {
  background-image: url("../images/svg/ppc.svg");
}

.skills-learn .cro {
  background-image: url("../images/svg/cro.svg");
}
.skills-learn .excel {
  background-image: url("../images/svg/excel.svg");
}

.skills-learn .python {
  background-image: url("../images/svg/python.svg");
}
.skills-learn .sql {
  background-image: url("../images/svg/mysql.svg");
}
.skills-learn .tableau {
  background-image: url("../images/svg/tableau.svg");
}

.skills-learn .network{
  background-image: url("../images/svg/network-security.svg");
}
.skills-learn .hacking{
  background-image: url("../images/svg/ethical-hacking.svg");
}
.skills-learn .webapp{
  background-image: url("../images/svg/web-security.svg");
}

.skills-learn .threat{
  background-image: url("../images/svg/cyber-threat-analysis.svg");
}
.skills-learn .incident{
  background-image: url("../images/svg/incident-response.svg");
}

.skills-learn .cloud{
  background-image: url("../images/svg/cloud-computing.svg");
}

.skills-learn .aws{
  background-image: url("../images/svg/aws.svg");
}
.skills-learn .azure{
  background-image: url("../images/svg/azure.svg");
}
.skills-learn .gcp{
  background-image: url("../images/svg/google-cloud.svg");
}
.skills-learn .salesforce{
  background-image: url("../images/svg/salesforce.svg");
}

.skills-learn .artificial{
  background-image: url("../images/svg/ai.svg");
}

.skills-learn .machine{
  background-image: url("../images/svg/machine-learning.svg");
}

.skills-learn .powerbi{
  background-image: url("../images/svg/power-bi.svg");
}
.skills-learn .redhat{
  background-image: url("../images/svg/redhat.svg");
}


.develop-courses {
  position: relative;
  overflow: hidden;
  border-radius: 16px; /* rounded corners */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); /* soft shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.develop-courses img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  transition: transform 0.4s ease;
}

/* Hover effect */
.develop-courses:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.develop-courses:hover img {
  transform: scale(1.05); /* slight zoom */
}


/* Sticky left */
.sticky-box {
  position: sticky;
  top: 100px; /* adjust depending on header height */
}

.stats-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px 18px;
  margin-bottom: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  text-align: left;
}

.stats-card h2 {
  font-size: 28px;
  font-weight: 700;
  color: #c65010; /* orange like screenshot */
  margin: 0;
}

.stats-card p {
  font-size: 16px;
  margin: 6px 0 0;
  color: #333;
}

/* Curriculum Section */
.curriculum-section {
  padding-left: 20px;
}

.curriculum-section h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.curriculum-item {
  background: #fff;
  border-radius: 8px;
  padding: 16px 18px;
  margin-bottom: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  font-size: 16px;
 
  color: #111;
  align-items: center;
}

.curriculum-item h4{
    font-size:18px;
    font-weight:600;
}

/* Add subtle hover */
.curriculum-item:hover {
  background: #f9f9f9;
}


.curriculum-section {
  position: relative;
  padding-left: 19px; 
  border-left: 2px solid #e0e0e0; 
  margin-bottom: 40px;
}

.curriculum-item h4 {
  position: relative;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 600;
}

.curriculum-item h4::before {
  content: "";
  position: absolute;
  left: -48px; 
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e67300; 
  border: 2px solid #fff; 
}
.main-overview {
  display: none; 
  margin-top: 20px;
}
.read-more-btn{
   color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  background: linear-gradient(90deg, rgb(0, 124, 124) 50%, rgb(4, 176, 176) 100%);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
.read-more-btn:hover {
  background: #001f54;
  box-shadow: none;
  transform: translateY(-2px);
}
.certification {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
}

.certification::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url("../images/bg/wood-frame.webp") no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%) rotate(90deg) scale(1.2); /* increase size */
  z-index: 0;
}
.certification img {
  position: relative;
  z-index: 1;
  max-width: 30%;
  height: auto;
  display: block;
}

.skills h4{
    font-size:18px;
    font-weight:600;
}

.about-description {
  padding: 80px 0;
}



.about-description .sec-titls span {
  color: #1d1d1f; /* dark color highlight */
}

.about-description .big-font h3 {
  font-size: 80px;
  font-weight: 800;
  line-height: 1.1;
  color:#1e1e2f; /* nearly black */
}

.about-description .institution p {
  font-size: 18px;
  font-weight: 400; /* normal text */
  line-height: 1.7;
  color: #212529;
  margin-bottom: 20px;
}

.quality-skills {
  padding: 80px 0;
  position: relative;
}

.brief-content {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  position: relative;
  z-index: 1;
}

.brief-content .tagline {
  display: inline-block;
  background: #f0edff;
  color: #6a5ae0;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.brief-content .sec-titls {
 font-size:30px;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 15px;
  line-height: 1.3;
}

.brief-content p {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  margin-bottom: 25px;
}
.brief-content .control{
     max-width: 80%;
}

.features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.features li {
  font-size: 17px;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.features li i {
  background: #ffb800;
  color: #000;
  border-radius: 50%;
  font-style: normal;
  font-size: 16px;
  margin-right: 10px;
  padding: 4px 8px;
}

.btn-read {
  display: inline-block;
  background: linear-gradient(90deg, #6a5ae0, #4a34d3);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0 6px 0 #1d1d1f33;
  transition: all 0.3s ease;
}

.btn-read:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 15px rgba(0,0,0,0.2);
}

.skills-img {
    position: absolute;
    left: 49%;
    right: -27px;
    top: -60px;
    z-index: 2;
}


.skills-img img {
  border-radius: 16px;
  width: 650px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.15);
}

.shalf-circle-2{
     position: absolute;
    top: 91%;
    left: 17px;
    width: 150px;
    height: 150px;
    background: url(../images/svg/half-circle.svg) no-repeat center;
    background-size: contain;
    z-index: 1;

}

.shape-point {
    position: absolute;
    bottom: 13%;
    right: 8%;
   width: 150px;
    height: 150px;
    background: url(../images/svg/point-shape.svg) no-repeat center;
    background-size: contain;
    z-index: 1;
}
.shape-point-2{
    position: absolute;
    bottom: -10%;
    left: 36px;
    width: 150px;
    height: 150px;
    background: url(../images/svg/point-shape.svg) no-repeat center;
    background-size: contain;
    z-index: 1;
}

.shalf-circle {
    position: absolute;
    top: 67%;
    right: 8%;
    width: 150px;
    height: 150px;
    background: url(../images/svg/half-circle.svg) no-repeat center;
    background-size: contain;
    z-index: 1;
}

@media (max-width:1280px){
    .shape-point{
            right: 1%;
    }
   .shalf-circle{
        right: 0;
   } 
    
}

.brief-content::before {
    content: "";
    position: absolute;
    top: 29px;
    right: 16%;
    width: 55px;
    height: 57px;
    background: url(../images/svg/book-bg.svg) no-repeat center;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
}


.aimbition-sec {
    position: relative;
}

.border-box {
    text-align: center;
    padding: 30px 20px;
    border-right: 1px solid #e7ebeb;
    border-bottom: 1px solid #e7ebeb;
    height: 100%;
}

.aimbition-sec .col-lg-4:last-child .border-box{
    border-right: none;
  }

.ambition-icon {
    position: relative;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.ambition-icon::before {
    content: "";
    position: absolute;
    top: 60%;
    left: 47%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #baf1f1;
    border-radius: 50%;
    z-index: 0;
}

.ambition-icon img {
    width: 58px;
    height: 58px;
    position: relative;
    z-index: 1; 
}

.Partnership-sec {
  padding: 3rem 0;
  position: relative;
  background: #f8f8fa;
}

.Partnership-sec .partner-box {
  height: 100%;
  border-right: 1px solid #e7ebeb;
  border-bottom: 1px solid #e7ebeb;
  text-align: center;
  padding: 32px 10px 22px 10px;
  transition: box-shadow 0.3s, transform 0.3s, border-radius 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.Partnership-sec .col-lg-3:last-child .partner-box{
    border-right:0;
} 

.partner-image img {
  width: 98px;
  height: 98px;
  margin-bottom: 16px;
}

.partner-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color:#284f78;
}


.partner-box:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.10);
  transform: translateY(-6px);
  background: #fff;
  border-radius: 10px;
  z-index: 1;
}
.Partnership-sec .sec-para{
    margin-top:20px;
}


/*.main-overview {*/
/*  display: none;*/
/*}*/