* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
}

ul,
ol {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

body {
    font-family: 'Cormorant Garamond', serif !important;
    background-image: url('../img/bg.jpg');
}

.v-align {
    align-items: center;
}

.headertop {
    padding: 10px 0;
    background-color: #08183a;
    color: #fff;
}

.headertop ul li {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #fff;
}

.headertop i {
    margin: 0 10px 0 0;
}


.headertop p {
    margin: 0;
}

.icons {
    text-align: right;
}

.headertop a {
    color: #fff;
}

.headertop a:hover {
    color: #ffc107;
}

header {
    background-color: #fff;
}

/*&#9776*/


.mainslider {
    width: 100%;
    float: left;
}

.slider {
    position: relative;
    width: 100%;
    float: left;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #00000061;
    width: 100%;
    height: 500px;
    color: #fff;
    overflow: hidden;
}
.slidertext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.slidertext h1 {
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.slidertext h6 {
    font-size: 20px;
    color: #ffc107;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.items {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 550px;
}

.item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    float: left;
    height: 500px;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.item.current {
    opacity: 1;
}

.item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.explore {
    padding: 10px 23px;
    color: #fff;
    background-color: #23237d;
    font-size: 15px;
    font-weight: 600;
    border: 2px #23237d solid;
    border-radius: 30px;
    margin: 0 0 0 -102px;
    transition: .5s;
}

.explore:hover {
    color: #23237d;
    outline: none;
    background-color: transparent;
    border: 2px #23237d solid;
    transition: .5s;
}

.vinput {
    width: 90%;
    height: 45px;
    padding: 8px 25px;
    border-radius: 30px;
    outline: none;
    border: none;
}

/*end slider*/


.about {
    width: 100%;
    float: left;
    /* overflow: hidden; */
    margin: -100px 0 20px 0;
    /* padding: 20px;
    background-color: #fff; */
}

.aboutbox {
    position: relative;
    z-index: 999;
    padding: 20px 50px;
    border-radius: 20px 0 20px 0;
    background-color: #fff;
    box-shadow: 1px 1px 13px #0000003b;
}

.about h1 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px 0;
}

.about h1 span {
    font-size: 30px;
    font-weight: 600;
    color: #23237d;
}

.about p {
    font-size: 14px;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 25px;
    margin: 0 0 15px 0;
}

.about img {
    display: block;
    width: 100%;
    border-radius: 30px;
}

/*end about*/

.service {
    width: 100%;
    text-align: center;
    float: left;
    padding: 65px 25px 45px 25px;
    overflow: hidden;
    /* margin: 0 0 70px 0; */
    background: #ffffff;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 1) 30%);
}

.service h3 {
    font-size: 30px;
    font-weight: 600;
    color: #23237d;
}

.service p {
    font-size: 14px;
    margin: 0 0 20px 0;
}

/* .servicebox {
    padding: 25px;
    margin: 25px 0;
    background-color: #fff;
    border-radius: 10px 0 10px 0;
    box-shadow: 1px 1px 13px #0000003b;
} */
/* .feature__item{
    padding: 25px;
    margin: 25px 0;
    background-color: #fff;
    border-radius: 10px 0 10px 0;
    box-shadow: 1px 1px 13px #0000003b;
} */
/* .feature__row-list .feature__item {
    display: table-cell;
    float: none;
    margin: 0;
    border-left: 1px solid #e6ebf1;
} */
.feature__icon {
    line-height: 44px;
    position: relative;
    width: 65px;
    height: 44px;
    margin: 0 auto 10px;
    text-align: center;
}
.feature__icon:before {
    left: 50%;
    margin-left: -91px;
}
.feature__icon:after, .feature__icon:before {
    position: absolute;
    top: 50%;
    width: 58px;
    height: 2px;
    margin-top: -1px;
    content: '';
    background-color: #ffea00;
}
.feature__icon svg {
    display: inline-block;
}
svg:not(:root) {
    overflow: hidden;
}
.feature__icon:after {
    left: 50%;
    margin-left: 31px;
}
.feature__icon:after, .feature__icon:before {
    position: absolute;
    top: 50%;
    width: 58px;
    height: 2px;
    margin-top: -1px;
    content: '';
    background-color: #ffea00;
}
.feature__title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 9px;
    text-transform: uppercase;
    color: #001a33;
	text-align: center;
}
.feature__desc {
    font-size: 12px;
    line-height: 1.73334;
    color: #97999b;
    text-align: center;
}
/* .feature__item:nth-child(odd) {
    background-color: #f9fafb;
} */
.feature__row-list .feature__item {
    display: table-cell;
    float: none;
    margin: 0;
    border-left: 1px solid #e6ebf1;
}
.feature__icon i{
	color:#00386e;
	font-size:22px;
}

/*end service*/

.teach{
    float: left;
    width: 100%;
    margin: 50px 0 50px 0;
}
.teach h1{
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 800;
    font-size: 30px;
    color: #23237d;
    text-align: center;
}
.teach h5{
    font-weight: 800;
}

.lines{
    text-align: center;
    display: inline-block;
    width: 80px;
    height: 5px;
    background-color: #08183a;
    margin: 0 0 50px 0;
}
.liness{
    text-align: center;
    display: inline-block;
    width: 80px;
    height: 5px;
    background-color: #08183a;
    margin: 0 0 10px 0;
}
.teach i{
    background-color: #08183a;
    padding: 20px;
    color: #fff;
}
.subject {
    width: 300px;
    overflow: hidden;
}

.subjects {
    display: flex;
    width: 400%; /* This should be 4x the width of a single image */
    animation: scroll 12s linear infinite;
}

.subjectbox {
    width: 25%; /* Each image takes up 25% of the width of the .slides container */
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%); /* This slides the container by 100% of its width (i.e., 4 images) */
    }
}
/*end why*/









.affiliation{
    width: 100%;
    float: left;
    margin: 25px 0;
}
.affiliation h3 {
    font-size: 30px;
    font-weight: 600;
    color: #23237d;
}

.affiliation p {
    font-size: 14px;
    margin: 0 0 20px 0;
}



footer {
    background-color: #08183a;
    width: 100%;
    float: left;
    padding: 65px 0 10px 0;
    color: #cdcdcd;
}

footer ul {
    padding-left: 0;
}

footer h5 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #ffc107;
}

footer p {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

footer a {
    font-size: 15px;
    font-weight: 400;
    color: #cdcdcd;
}

footer a:hover {
    color: #ffffff;
}

.foot {
    margin: 30px 0 0 0;
    border-top: 1px solid;
    border-image: linear-gradient(160deg, rgba(255,255,255,0.27), rgba(255,255,255,65%), rgba(255,255,255,0.27)) 1;
    padding: 30px 0 10px 0;
    color: #fff;
}

.footboxs {
    text-align: right;
}

.foot a {
    color: #ffc107;
}

.foot a:hover {
    color: #fff;
}
.fleft i{
    margin-right: 10px;
}















.demo h1 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 25px 0;
    color: #23237d;
    text-align: center;
}

.demo {
    margin: 0 0 30px 0;
    width: 100%;
    float: left;
    overflow: hidden;
}


.testimonial {
    margin: 0 20px 40px;
}

.testimonial .testimonial-content {
    padding: 35px 0px 0px 0px;
    margin-bottom: 35px;
    background: #fff;
    /*    border: 1px solid #f0f0f0;*/
    position: relative;
}

.testimonial .testimonial-content:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    /*    background: #fff;*/
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}

.testimonial-content .testimonial-icon {
    width: 50px;
    height: 50px;
    background: #23237d;
    text-align: center;
    font-size: 22px;
    color: #fff;
    border-radius: 10px;
    line-height: 50px;
    position: absolute;
    top: 10px;
    left: 48%;
}

/*.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #ffc107;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}*/
.description {
    font-size: 15px;
    text-align: left;
    /*    font-style: italic;*/
    color: #8a8a8a;
    line-height: 23px;
    margin: 38px 0 0 0;
}

.testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #000;
}

.owl-theme .owl-controls {
    margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #23237d;
}

/*end testimonial*/



.banner {
    background: url("../img/bnr.jpg");
    width: 100%;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0 30px 0;
    color: #fff;
    /* margin: 0 0 20px 0; */
}


.banner h1 {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
}
.v-align{
    align-items: center;
}
.aboutpage {
    margin: 50px 0;
    width: 100%;
    float: left;
}
.aboutpage h3{
    font-size: 30px;
    font-weight: 600;
}

.founderimg{
  width: 400px;
  height: 500px;
  margin: 0 0 0 160px;
}
.founderimage{
  width: 100%;
  position: relative;
}
.ct-banner-title {
  position: absolute;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 0;
  margin: 0 0 55px 156px;
  padding: 22px 85px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4637ce), to(#3b74c9));
  background-image: -webkit-linear-gradient(bottom, #4637ce, #3b74c9);
  background-image: -moz-linear-gradient(bottom, #4637ce, #3b74c9);
  background-image: -ms-linear-gradient(bottom, #4637ce, #3b74c9);
  background-image: -o-linear-gradient(bottom, #4637ce, #3b74c9);
  background-image: linear-gradient(bottom, #4637ce, #3b74c9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4637ce', endColorStr='#3b74c9');
  color: #fff;
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  -webkit-transform: translateX(45px) rotate(-90deg);
  -khtml-transform: translateX(45px) rotate(-90deg);
  -moz-transform: translateX(45px) rotate(-90deg);
  -ms-transform: translateX(45px) rotate(-90deg);
  -o-transform: translateX(45px) rotate(-90deg);
  transform: translateX(45px) rotate(-90deg);
  bottom: 34px;
  left: -70px;
}
/*end about page*/

.student{
    float: left;
    width: 100%;
    /*background-color: #ffffff;*/
    padding: 50px 0;
}
.student h1{
    font-size: 30px;
    font-weight: 600;
}
.student .form-control{
    display: inline-block;
    width: 60%;
}
.search{
    padding: 7px 15px;
    border-radius: 5px;
    background-color: #08183a;
    color: #fff;
    outline: unset !important;
    border: unset !important;
}

.mission{
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 50px 0;
}
.video{
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 50px 0;
}

.notice{
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 50px 0;
    text-align: center;
}
.notice h1{
    font-size: 30px;
    font-weight: 600;
}
.datebox h1{
    font-size: 16px;
    font-weight: 400;
    width: 80px;
    height:120px;
    background-color: #fff;
    box-shadow: 0 0 5px #00000056;
    padding: 15px;
    text-align: center;
    border-right: 6px #08183a solid;
}
.datebox h1::first-line {
    font-size: 40px;
    font-weight: 600;
}
.datetext{
    text-align: left;
    margin-left: 10px;
}
.datetext h6{
   font-size: 20px;
   font-weight: 600;
}
.datetext p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
 }
 .noticeline{
    padding: 20px 0;
    border-bottom: 1px #0000003a solid;
 }
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 50px 0 0 0;
}

.contact .info-item {
    background-color: var(--surface-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 24px 0 30px 0;
  }
  
  .contact .info-item i {
    font-size: 20px;
    color: var(--accent-color);
    width: 56px;
    height: 56px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    border: 2px dotted color-mix(in srgb, var(--accent-color), transparent 40%);
  }
  
  .contact .info-item h3 {
    font-size: 20px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
  }
  
  .contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
  }
  
  .contact .php-email-form {
    background-color: var(--surface-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 30px;
  }
  
  @media (max-width: 575px) {
    .contact .php-email-form {
      padding: 20px;
    }
  }
  
  .contact .php-email-form input[type=text],
  .contact .php-email-form input[type=email],
  .contact .php-email-form textarea {
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    color: var(--default-color);
    background-color: var(--surface-color);
    border-color: color-mix(in srgb, var(--default-color), transparent 80%);
  }
  
  .contact .php-email-form input[type=text]:focus,
  .contact .php-email-form input[type=email]:focus,
  .contact .php-email-form textarea:focus {
    border-color: var(--accent-color);
  }
  
  .contact .php-email-form input[type=text]::placeholder,
  .contact .php-email-form input[type=email]::placeholder,
  .contact .php-email-form textarea::placeholder {
    color: color-mix(in srgb, var(--default-color), transparent 70%);
  }
  
  .contact .php-email-form button[type=submit] {
    color: #fff;
    background: #08183a;
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 50px;
  }
  
  .contact .php-email-form button[type=submit]:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 20%);
  }
  

.lab {
    text-align: center;
    float: left;
    width: 100%;
    overflow: hidden;
    margin: 0 0 35px 0;
}

.lab h6 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 45px 0;
}

.labinput {
    width: 90%;
    height: 45px;
    padding: 8px 25px;
    border-radius: 30px;
    outline: none;
    border: 1px #23237d solid;
}

.read {
    width: 100%;
    float: left;
    margin: 30px 0 50px 0;
}

.read img {
    display: block;
    width: 100%;
}

.read h1 {
    font-size: 30px;
    font-weight: 600;
    color: #23237d;
    margin: 0 0 10px 0;
}

.read p {
    font-size: 14px;
    font-weight: 400;
    color: #2c2c2c;
}

.line {
    display: block;
    width: 70px;
    height: 4px;
    background-color: #23237d;
    margin: 0 0 20px 0;
}

/*---------------------------------------
   gallery section              
-----------------------------------------*/

.gallerymain{
    width: 100%;
    float: left;
}

.gallery-wrap {position: relative;  background: url(../images/gallery-bg.jpg) no-repeat top; background-size: cover;
  padding:60px 0;
}
.gallery_box{display: table; height: 100%;}
.gallery_left{display: table-cell; vertical-align: middle;}
.galleryImg {margin: 15px 0;
  position: relative;
}
.gallery-wrap .col-lg-4:nth-child(2) .galleryImg + .galleryImg {
  margin-top: 30px;
}
.gallery-wraps .col-lg-4:nth-child(2) .galleryImg + .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-4:nth-child(4) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-4:nth-child(5) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-4:nth-child(6) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(5) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(6) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(7) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(8) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-6:nth-child(3) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-6:nth-child(4) .galleryImg {
  margin-top: 30px;
}

.serImg {
  margin-bottom: 30px;
}
.galley_inner .row > div {
  margin: 15px 0;
}
.galley_inner {
  text-align: center;
}
.testi_list {
  list-style: none;
}
.testi_list li {
  margin: 36px 0;
}
.testi_list .testimonials_sec {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.portfolio-overley {
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.galleryImg img {
  width: 100%;
  height:230px;
  display:block;
  overflow:hidden;
}
.gallery-wrap .galleryImg:hover .portfolio-overley, .galley_inner .galleryImg:hover .portfolio-overley {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gallery-wraps .galleryImg:hover .portfolio-overley, .galley_inner .galleryImg:hover .portfolio-overley {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gallery-wrap .content, .galley_inner .content {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.gallery-wraps .content, .galley_inner .content {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.gallery-wrap .content .image-link, .galley_inner .content .image-link {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  color: #08183a;
  line-height: 50px;
  background: #fff;
  display: block;
  font-size: 16px;
  z-index: 1;
  text-align: center;
  margin-left: -25px;
  margin-top: -25px;
}
.gallery-wraps .content .image-link, .galley_inner .content .image-link {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  color: #08183a;
  line-height: 50px;
  background: #fff;
  display: block;
  font-size: 16px;
  z-index: 1;
  text-align: center;
  margin-left: -25px;
  margin-top: -25px;
}

.hidden {
  display: none;
}

.pagination-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  justify-content: center;
}

.pagination-number,
.pagination-button {
  font-size: 1.1rem;
  background-color: transparent;
  border: none;
  margin: 0.25rem 0.25rem;
  cursor: pointer;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.2rem;
}

.pagination-number:hover,
.pagination-button:not(.disabled):hover {
  background: #fff;
}

.pagination-number.active {
  color: #fff;
  background: #08183a;
  border: none;
  outline: none;
}
/*end gallerypage*/

.ft{
    margin:0 0 0 -31px;
}

@media only screen and (max-width: 768px) {
  .ft{
    margin:0 0 0 0px;
}
    .banner {
        text-align: center;
    }

    .testimonial {
        text-align: center;
        margin: 0 20px 40px;
    }
.founderimg {
    width: 400px;
    height: 500px;
    margin: 0 0 0 0;
}
.ct-banner-title {
    margin: 0 0 55px 64px;
    
}
.galleryImg img {
    width: 100%;
    height: 140px;
    display: block;
    overflow: hidden;
}
    .testimonial .testimonial-content {
        padding: 35px 25px 20px 25px;
        margin-bottom: 35px;
        background: #fff;
        /* border: 1px solid #f0f0f0; */
        position: relative;
    }

    .description {

        text-align: center;

    }

    .testimonial-content .testimonial-icon {
        width: 50px;
        height: 50px;
        background: #23237d;
        text-align: center;
        font-size: 22px;
        color: #fff;
        border-radius: 50%;
        line-height: 50px;
        position: absolute;
        top: 10px;
        left: 43%;
    }

    .footboxs,
    .footbox {
        text-align: center;
    }

    .why img {
        display: block;
        width: 100%;
        height: 290px;
        margin: 0 0 15px 0;
        border-radius: 30px;
    }

    .why {
        width: 100%;
        float: left;
        overflow: hidden;
        margin: 10px 0 20px 0;
    }

    .why h1 {
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        color: #000;
        margin: 0 0 20px 0;
    }

    .service {
        width: 100%;
        float: left;
        overflow: hidden;
        margin: 0 0 10px 0;
    }

    .jewl,
    .gems,
    .diamond {
        padding: 20px;
        margin: 0 0 15px 0;
    }

    .about h1 span {
        font-size: 21px;
        font-weight: 600;
        color: #23237d;
    }

    .about h1 {
        text-align: center;
        font-size: 25px;
        font-weight: 600;
        color: #000;
        margin: 0 0 30px 0;
    }

    .about img {
        display: block;
        width: 100%;
        height: 220px;
        border-radius: 30px;
    }

    .about {
        width: 100%;
        float: left;
        overflow: hidden;
        margin: 0 0 20px 0;
    }

    .aboutus {
        width: 100%;
        float: left;
        text-align: center;
        margin: 0 0 50px 0;
    }

    .aboutimg:before {
        content: "";
        position: absolute;
        top: 30px;
        left: 40px;
        width: 350px;
        height: 250px;
        margin: 0 0 20px 0;
        /* border: 10px #00ffc6 solid; */
        z-index: -1;
        border: 5px solid #23237d;
    }

    .slidertext h1 {
        font-size: 23px;
        font-weight: 600;
        margin: 0 0 20px 0;
    }

    .slidertext h6 {
        font-size: 12px;
        color: #ffc107;
        font-weight: 400;
        margin: 0 0 25px 0;
    }

    .slider {
        position: relative;
        width: 100%;
        margin: 0 0 20px 0;
        float: left;
    }

    .items {
        height: 300px;
    }

    .overlay {
        height: 300px;
    }

    .slidertext {
        width: 80%;
    }

    .headertop {
        text-align: center;
    }

    .icons {
        text-align: center;
    }

    .simply-scroll .simply-scroll-list li {
        float: left;
        width: 370px !important;
    }

    .lab h6 {
        font-size: 15px;
    }

    .read img {
        display: block;
        width: 100%;
        margin: 0 0 15px 0;
    }

    .read {
        margin: 10px 0;
    }
}