main{ padding-top: 110px;}
a{text-decoration: none;}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: calc(100vh - 110px);
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

.card-img-top{display: block; width: 50px; height: 50px; transition: all 0.3s ease-in-out;}
.card-img-top-1{background: url(/temp/assets/images/icon/class1.png) no-repeat center center;}
.card-img-top-2{background: url(/temp/assets/images/icon/class2.png) no-repeat center center;}
.card-img-top-3{background: url(/temp/assets/images/icon/class3.png) no-repeat center center;}
.card-img-top-4{background: url(/temp/assets/images/icon/class4.png) no-repeat center center;}
.card-img-top-5{background: url(/temp/assets/images/icon/class5.png) no-repeat center center;}
.card-img-top-6{background: url(/temp/assets/images/icon/class6.png) no-repeat center center;}
.classlist .card{border: none; padding: 25px; box-shadow: 0 0 10px rgba(0,0,0,0.1); margin-bottom: 20px; border-radius: 10px; transition: all 0.3s ease-in-out;}
.classlist .card .card-body{padding: 0;}
.classlist .card .btn{padding: 0; font-weight: bold;}
.classlist .card:hover{ background: url(/temp/assets/images/card-hover.png) no-repeat center center; background-size: cover;}
.classlist .card:hover .card-img-top-1{ background: url(/temp/assets/images/icon/class1_active.png) no-repeat center center;}
.classlist .card:hover .card-img-top-2{ background: url(/temp/assets/images/icon/class2_active.png) no-repeat center center;}
.classlist .card:hover .card-img-top-3{ background: url(/temp/assets/images/icon/class3_active.png) no-repeat center center;}
.classlist .card:hover .card-img-top-4{ background: url(/temp/assets/images/icon/class4_active.png) no-repeat center center;}
.classlist .card:hover .card-img-top-5{ background: url(/temp/assets/images/icon/class5_active.png) no-repeat center center;}
.classlist .card:hover .card-img-top-6{ background: url(/temp/assets/images/icon/class6_active.png) no-repeat center center;}



footer{background-image: linear-gradient(to bottom, #2683ef 0%, #1d37de 100%); margin-top: 50px;}

#back-to-top{position: fixed; bottom: 10%; right: 3%; z-index: 9999; font-size: 24px; color: #fff; cursor: pointer; display: none;}
#back-to-top a{ display: block; width: 65px; height: 65px; background: url(/temp/assets/images/top.png) no-repeat center center; background-size: 100% 100%; border-radius: 50%; }

/* indexcss */
.index-title{ font-size: 24px; color: #2683ef; font-family: Arial, Helvetica, sans-serif; font-weight: 500;}
.about-list{ padding-left: 0; margin-right: 80px; margin-top: 50px;}
.about-list li{ list-style: none; border-bottom: 1px solid #e4e4e4; padding: 10px 0; margin-bottom:10px;}
/*.about-list li:first-child, .about-list li:last-child{ border-bottom: none;}*/
.about-list li h2{ color: #003878; font-size: 1.7rem; font-weight: 500; font-family: Arial, Helvetica, sans-serif;}
.about-list li:first-child h2{ font-size: 2.65rem;}
.about-list li p{ color: #999; font-size: 14px; line-height: 1.8; margin-bottom: 0;}
.about-img{ display: block; width: 100%; height: 100%; object-fit: cover;}
.textcenter{ text-align: center;}
.class-area{ background-color: #dfeeff; margin: 3rem 0;}
.class-area h3{ font-size: 2.65rem; color: #003878; text-align: center; font-weight: 500; font-family: Arial, Helvetica, sans-serif; margin: 1rem 0 3rem;}
.card-title{ font-size: 1.7rem; color: #000; font-weight: 500; font-family: Arial, Helvetica, sans-serif; margin: 1rem 0;}
.card-text{ font-size: 14px; color: #333; line-height: 1.8; }
.classlist .card:hover .card-title,.classlist .card:hover .btn{ color: #fff;}
.classlist .card:hover .card-text{ color: #dfeeff;}
.ps-item{ margin: 3rem 0;}
.ps-item h3{color: #000;}
.ps-item p{ display: inline-block; width: 80%; font-size: 14px; color: #666; line-height: 1.8;}
.news_header{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem;}
.news-nav a{ display: inline-block; color: #fff; line-height: 50px; font-size: 20px; font-weight: 500; font-family: Arial, Helvetica, sans-serif; background-color: #2683ef; padding: 0 20px; border-radius: 50px; margin-left: 20px;}
.news_item{ margin-right: 50px;}
.news{ margin-bottom: 7rem;}
.news_img{ height: 414px; position: relative; overflow: hidden;}
.news_img img{ width: 100%; height: 100%; object-fit: cover;}
.news_content h3,.news_con h3{ font-size: 22px; color: #333; font-weight: 500; font-family: Arial, Helvetica, sans-serif; margin-top: 30px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.news_content h6{ color: #999; font-size: 14px; margin-bottom: 10px; font-weight: 500; font-family: Arial, Helvetica, sans-serif;}
.news_content p{ font-size: 16px; color: #666; line-height: 1.8; margin-bottom: 20px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;}
.news_list_item{ padding-left: 0;}
.news_list_item li{ list-style: none; padding: 27px 18px; transition: all 0.3s ease-in-out;}
.news_list_item li a{ display: flex; justify-content: space-between; align-items: center;}
.news_time{ white-space: nowrap; text-align: right; padding-right: 20px; border-right: 1px solid #e4e4e4; margin-right: 20px;}
.news_time h1{ color: #666;}
.news_time h6{ color: #999;}
.news_con h3{ margin-top: 0;}
.news_con p{font-size: 16px; color: #666; line-height: 1.8; margin-bottom: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.news_list_item li:hover{ background-color: #fbfbfb;}
.news_list_item li:hover h3{ color: #2683ef;}
.footer-contact{ font-size: 16px; color: #fff; line-height: 1.8; padding-left: 20px; margin-top: 20px; width: 40%; min-width: 220px;}
.footer-row h3{ font-size: 26px; color: #fff; font-weight: bold; font-family: Arial, Helvetica, sans-serif; margin-top: 20px; margin-bottom: 15px;}
.footer-txt{ text-align: center; line-height: 50px; font-size: 14px; color: #fff; border-top: 1px solid #3557e0; margin-top: 25px;}
.footer-row .list-unstyled li a{ font-size: 16px; color: #fff; line-height: 1.8;}
.footer-row .list-unstyled li a:hover{ color: #a9b8fb;}
.e-mail,.address{ width: 64%; min-width: 240px; font-size: 16px; color: #fff; line-height: 1.8; margin-bottom: 20px; padding-left: 35px; background-size: 20px 20px !important; background-repeat: no-repeat !important; background-position: left 5px !important;}
.e-mail{ background: url(/temp/assets/images/email.png);}
.address{ background: url(/temp/assets/images/adr.png);}
.footer-row .form-group .form-control{min-width: 242px; height: 50px; border-radius: 50px; padding: 0 30px; background: #4f7eef url(/temp/assets/images/search.png) no-repeat; background-position: 200px; color: #fff; font-size: 16px; border: none;}
.form-control::placeholder{ color: #003878;}

/* pagecss */
.page-title-section{ height: 535px; background-size: cover; background-repeat: no-repeat; background-position: center center; position: relative; z-index: 1;}
.page-title-content{padding-left: 100px; padding-top: 300px; width: 50%;}
.page-title-content h1{ font-size: 42px; color: #fff; margin-bottom: 20px; text-shadow: 0 0 10px rgba(0, 56, 120, 0.5); }
.page-title-content p{ font-size: 20px; color: #fff; line-height: 1.8; margin-bottom: 30px; text-shadow: 0 0 10px rgba(0, 56, 120, 0.5);}
.second_menu_section{ margin: 40px 0;}
.second_menu{ padding-left: 0; }
.second_menu li{ display: inline-block; list-style: none;}
.second_menu li a{ font-size: 18px; color: #2683ef; border-radius:35px; border: 1px solid #2683ef; font-weight: 500; font-family: Arial, Helvetica, sans-serif; padding: 10px 20px; margin-right: 20px; position: relative; transition: all 0.3s ease-in-out;}
.second_menu li.second_menu_active a{ background-color: #2683ef; color: #fff;}
.blog-details .info .title{ color: #2683ef; font-size: 36px; margin-bottom: 20px;}
.accordion{ margin-bottom: 50px;}
.accordion-item{border: none; margin-bottom: 20px; margin-top: 10px;}
.accordion-title{ background-color: #dfeeff; padding:5px 10px 10px; margin-bottom: 30px; }
.accordion-title i{display: inline-block; height: 30px; width: 5px; border: 1px solid #2683ef; position: relative; top: 6px; margin-right: 10px;}
.accordion-header{ font-size: 1.125rem; color: #2683ef; background-color: #f9f9f9; padding: 10px 10px 10px 0px; cursor: pointer; position: relative; z-index: 1;}
.accordion-header::before{ content: ""; position: absolute; top: 50%; margin-top: -16px; right: 0; width: 32px; height: 32px; background-image: url(/temp/assets/images/show.png); background-repeat: no-repeat;transform: rotate(45deg); transition: all 0.3s ease-in-out;}
.accordion-header.collapsed{ color: #333;}
.accordion-header.collapsed::before{ transform: rotate(0deg);}
.accordion-body{ font-size: 1rem; line-height: 1.8; padding-bottom: 0;}
.blog-details .info .desc p{line-height: 30px !important;}
.blog-details .info .desc img{ display: block; margin: auto; max-width: 100%;}
.news-mess .info .title{ color: #333; text-align: center;}
.news-mess .info .author{ text-align: center; margin: 20px 0;}
.news-mess .info ul{ padding-left: 0; display: inline-block;}
.news-mess .info ul li{ list-style: none; margin-bottom: 20px; color: #999;}
.news_list{ margin-bottom: 20px;}
.news_list a{ display: block;}
.news_list a .feature-icon{ height: 255px; overflow: hidden;}
.news_list a .feature-icon img{ display: block; width: 100%; height: 100%; object-fit: cover;}
.news_list a h3{height: 60px; font-size: 20px; color: #333; line-height: 1.5; font-weight: bold; margin-top: 30px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.news_list a p{ font-size: 16px; color: #333; line-height: 1.5; margin-bottom: 20px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.news_list a span{ font-size: 14px; color: #999; margin-bottom: 20px; position: relative;}
.news_list_noimg a{ border-bottom: 1px solid #e4e4e4; padding-bottom: 20px; margin-bottom: 20px;}
.news_list_noimg span::after{ position: absolute; top: 30px; left: 0; content: ""; display: inline-block; width: 30px; height: 2px; border-radius: 50%; background-color: #999; margin-right: 10px;}
.news_list_noimg a h3{ height: 30px; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.news_list_noimg a p{ color: #999; font-size: 14px;}
.lists_item a{padding: 10px 20px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;}
.work-img{ min-width: 40px; margin-right: 10px;}
.work-content{width: 90%;}
.work-content h3{ font-size: 16px; color: #333; font-weight: 500; margin-bottom: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.work-content p{ font-size: 12px; color: #666; margin-bottom: 0;}
.work-overlay{font-size: 16px; color: #2683ef; line-height: 22px; white-space: nowrap; min-width: 57px; margin-left: 10px;}
.tags_left{ float: left; color: #999; text-decoration: underline;}
.tags_right{ float: right; color: #999; text-decoration: underline;}

.pro-pagination-style{ text-align: center;}
.pro-pagination-style ul li {
  display: inline-block;
  margin: 0 4px;
}
.pro-pagination-style ul li a,.pro-pagination-style ul li span {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  border-radius: 100%;
  color: #0d6efd;
  -webkit-box-shadow: 0 0px 12px 0.8px rgba(0, 166, 81, 0.1);
          box-shadow: 0 0px 12px 0.8px rgba(0, 166, 81, 0.1);
}
.pro-pagination-style ul li a:hover {
  background-color: #0d6efd;
  color: #fff;
}
.pro-pagination-style ul li a.active,.pro-pagination-style ul li.active span {
  background-color: #0d6efd;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pro-pagination-style ul li a.active:hover {
  background-color: #333;
}
.pro-pagination-style ul li a.prev,
.pro-pagination-style ul li a.next {
  background-color: #f6f6f6;
  color: #0d6efd;
  font-size: 17px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pro-pagination-style ul li a.prev:hover,
.pro-pagination-style ul li a.next:hover {
  background-color: #0d6efd;
  color: #fff;
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media screen and (max-width: 1600px) {
  body{zoom: 0.8;}
  .nav-link,.desc p,.desc p span,.news_list span,.news_list h3,.news_list p,.work-content h3,.work-content p{font-size:107% !important;}
  .about-list p{font-size:107% !important;}
  .card-body h5,.card-body p,.card-body a{font-size:107% !important;}
  .ps-item h3,.ps-item p{font-size:107% !important;}
}

@media screen and (max-width: 991px) {
  .footer-row .col-lg-2{display: none;}
  .work-content{width: 75%;}
  .carousel-item{ height: calc(72vh - 110px);}
}

@media screen and (max-width: 767px) {
  .second_menu li a{font-size: 14px; padding: 10px; margin-right: 5px;}
  .page-title-section{ height: 310px;}
  .page-title-content{padding-top: 140px;}
  .footer-contact{ width: 100%;}
  .list-unstyled li{ width: 24%; display: inline-block;}
  .list-unstyled,.footer-row h3{padding-left: 20px;}
  .e-mail, .address{margin-left: 20px; width: calc(100% - 20px);}
}

@media screen and (max-width: 575px) {
  .carousel-item{ height: calc(51vh - 110px);}
  .news-nav a{font-size: 16px; padding: 0 15px; margin-left: 10px;}
}