@charset "UTF-8";
/******* media ******/
/************ youtube 自動調整高度 ***********
* 在iframe的外層，多一個youtube_wrap
*/
.youtube_wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.youtube_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

._design_by {
  display: inline-block;
}

.image43 {
  aspect-ratio: 4/3; /* 1:1 比例 */
  width: 100%; /* 或固定寬度 */
  overflow: hidden;
}
.image43 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 裁切圖片，保持填滿與美觀 */
}

.image11 {
  aspect-ratio: 1/1; /* 1:1 比例 */
  width: 100%; /* 或固定寬度 */
  overflow: hidden;
}
.image11 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 裁切圖片，保持填滿與美觀 */
}

.pc_banner {
  display: block;
  max-width: 100%;
}
@media (max-width: 767px) {
  .pc_banner {
    display: none;
    max-width: 100%;
  }
}

.mobile_banner {
  display: none;
}
@media (max-width: 767px) {
  .mobile_banner {
    display: block;
    width: 100%;
  }
}

._editor img,
._editor video,
._editor iframe {
  max-width: 100%;
}
._editor .article_video .video_pic {
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  position: relative;
}
._editor .article_video .video_pic .video_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100px;
}

.wrap_privacy {
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  color: #000;
  z-index: 100;
  padding: 30px 0;
  opacity: 0;
}
.wrap_privacy.show {
  opacity: 1;
}
.wrap_privacy .container_privacy {
  width: 90%;
  margin: 0 auto;
}
.wrap_privacy .container_privacy .textbox p {
  max-width: calc(100% - 150px);
  float: left;
  margin: 0;
}
.wrap_privacy .container_privacy .textbox a {
  font-weight: bold;
  color: #000;
}
.wrap_privacy .container_privacy .textbox a:hover {
  color: #d54735;
}
.wrap_privacy .container_privacy .textbox .accept {
  float: right;
  background-color: #1c1c1c;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  vertical-align: middle;
  border-radius: 0;
  overflow: hidden;
  font-weight: 700;
}

.section4 .service_list_item.text_pic {
  background: linear-gradient(to left, transparent 0%, transparent 6%, #efefef 6%, #efefef 100%);
}
.section4 .service_list_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: linear-gradient(to left, transparent 0%, transparent 6%, #efefef 6%, #efefef 100%);
  border-radius: 100px 0 100px 0;
  margin-bottom: 45px;
}
.section4 .service_list_item .service_list_pic {
  order: 2;
}
.section4 .service_list_item .service_list_text {
  order: 1;
}
.section4 .service_list_pic {
  width: 43%;
  padding-bottom: 29.67%;
  position: relative;
  transform: translateY(45px);
  border-radius: 100px 0 100px 0;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.section4 .service_list_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section4 .service_list_text {
  width: 57%;
  padding: 0 50px;
}
.section4 .service_list_text h2 {
  color: #464646;
  margin-bottom: 20px;
  font-size: 32px;
}

@media screen and (max-width: 1399px) {
  .section4 .service_list_text {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 991px) {
  .section4 .service_list_item {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .section4 .service_list_item.text_pic {
    background: linear-gradient(to right, transparent 0%, transparent 6%, #efefef 6%, #efefef 100%);
  }
  .section4 .service_list {
    padding-top: 30px;
  }
  .section4 .service_list_pic {
    width: 95%;
    padding-bottom: 65.55%;
    transform: translateY(-30px);
  }
  .section4 .service_list_text {
    width: 95%;
    margin-left: auto;
    margin-right: 0;
    padding: 0 30px 30px;
  }
  .section4 .service_list_item {
    background: linear-gradient(to right, transparent 0%, transparent 6%, #efefef 6%, #efefef 100%);
  }
  .section4 .service_list_item .service_list_pic {
    order: 1;
  }
  .section4 .service_list_item .service_list_text {
    order: 2;
  }
}
@media screen and (max-width: 575px) {
  .section4 .service_list_text h2 {
    font-size: 28px;
  }
  .section4 .service_list_text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 370px) {
  .section4 .service_list_text h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.section5 .service_list_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: linear-gradient(to right, transparent 0%, transparent 6%, #efefef 6%, #efefef 100%);
  border-radius: 100px 0 100px 0;
  margin-bottom: 45px;
}
.section5 .service_list_pic {
  width: 43%;
  padding-bottom: 29.67%;
  position: relative;
  transform: translateY(45px);
  border-radius: 100px 0 100px 0;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.section5 .service_list_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section5 .service_list_text {
  width: 57%;
  padding: 0 50px;
}
.section5 .service_list_text h2 {
  color: #464646;
  margin-bottom: 20px;
  font-size: 32px;
}

@media screen and (max-width: 1399px) {
  .section5 .service_list_text {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 991px) {
  .section5 .service_list_item {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .section5 .service_list {
    padding-top: 30px;
  }
  .section5 .service_list_pic {
    width: 95%;
    padding-bottom: 65.55%;
    transform: translateY(-30px);
  }
  .section5 .service_list_text {
    width: 95%;
    margin-left: auto;
    margin-right: 0;
    padding: 0 30px 30px;
  }
  .section5 .service_list_item {
    background: linear-gradient(to right, transparent 0%, transparent 6%, #efefef 6%, #efefef 100%);
  }
}
@media screen and (max-width: 575px) {
  .section5 .service_list_text h2 {
    font-size: 28px;
  }
  .section5 .service_list_text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 370px) {
  .section5 .service_list_text h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.section6 .video_pic {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  height: 0;
  padding-bottom: 56.25%; /* 16:9比例 (9/16=0.5625) */
}
.section6 .video_icon {
  position: absolute; /* flex 在 padding-bottom 假高度下會怪怪的，所以要改絕對定位 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section6 .video_icon img {
  width: 80px;
  cursor: pointer;
}

.section8 .section-heading {
  margin-bottom: 70px;
}
.section8 .section-heading h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 20px;
  line-height: 56px;
}
.section8 .section-heading h6 {
  color: var(--primary-color);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.section8 .best-deal .tab-content img {
  padding: 0px 45px;
  max-width: 100%;
}
.section8 .best-deal .tabs-content .nav-link {
  font-size: 16px;
  font-weight: 500;
  background-color: #1e1e1e;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0px 25px;
  color: #fff;
}
.section8 .best-deal .tabs-content .nav-tabs .nav-link.active {
  background-color: var(--primary-color);
  color: #fff;
}
.section8 .best-deal .tabs-content ul.nav-tabs {
  border-bottom: none;
  margin-bottom: 80px;
  align-items: end;
  justify-content: end;
  margin-top: -130px;
}
.section8 .best-deal .tabs-content ul.nav-tabs li {
  padding-right: 0px;
  border-right: none;
  margin-left: 20px;
}
.section8 .best-deal .tabs-content {
  padding: 0px;
  background-color: transparent;
}
.section8 .best-deal .tabs-content h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 30px;
}
.section8 .best-deal .icon-button {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .section8 .best-deal .tabs-content .nav-link {
    font-size: 14px;
    padding: 0px 15px;
    height: 44px;
    line-height: 44px;
  }
  .section8 .best-deal .tabs-content ul.nav-tabs li {
    margin: 0px 5px;
  }
}
@media (max-width: 992px) {
  .section8 .best-deal .section-heading {
    text-align: center;
  }
  .section8 .best-deal .tabs-content ul.nav-tabs {
    margin-top: 0px;
    justify-content: center;
  }
  .section8 .best-deal .tab-content img {
    padding: 0px;
    max-width: 100%;
  }
  .section8 .best-deal .tabs-content h4 {
    margin-top: 45px;
  }
}
.section9 .popular-categories .section-heading {
  text-align: center;
  margin-bottom: 80px;
}
.section9 .popular-categories .naccs {
  position: relative;
  background-color: var(--primary-color);
  border-radius: 7px;
}
.section9 .popular-categories .naccs .menu_section9 div.first-thumb {
  border-top-left-radius: 7px;
}
.section9 .popular-categories .naccs .menu_section9 div.last-thumb {
  margin-bottom: 0px;
  border-bottom-left-radius: 7px;
}
.section9 .popular-categories .naccs .menu_section9 div {
  color: #fff;
  font-size: 15px;
  background-color: var(--secondary-color);
  margin-bottom: 1px;
  height: 126px;
  text-align: left;
  padding: 0px 15px;
  line-height: 126px;
  cursor: pointer;
  position: relative;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.section9 .popular-categories .naccs .menu_section9 div.active {
  background-color: var(--primary-color);
}
.section9 .popular-categories .naccs .menu_section9 div.active .thumb {
  background-color: var(--primary-color);
}
.section9 .popular-categories .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  color: var(--secondary-color);
  background-color: #fff;
  margin-right: 15px;
  vertical-align: middle;
}
.section9 .popular-categories .icon i {
  font-size: 30px;
}
.section9 .popular-categories .icon img {
  max-width: 44px;
}
.section9 .popular-categories ul.nacc {
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.section9 .popular-categories ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 100%;
}
.section9 .popular-categories ul.nacc li.active {
  transition-delay: 0.3s;
  position: absolute;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}
.section9 .popular-categories .nacc .thumb .left-text {
  margin-left: 30px;
}
.section9 .popular-categories .nacc .thumb .left-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 30px;
}
.section9 .popular-categories .nacc .thumb .left-text p {
  color: #fff;
  margin-bottom: 30px;
}
.section9 .popular-categories .nacc .thumb .left-text .main-white-button a {
  width: 100%;
  text-align: center;
}
.section9 .popular-categories .nacc .thumb .right-image {
  padding: 60px;
  display: inline-flex;
}
.section9 .popular-categories .nacc .thumb img {
  border-radius: 7px;
}
.section9 img {
  margin-bottom: -3px;
  width: 100%;
  overflow: hidden;
}
.section9 .main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #2a2a2a;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 7px;
  letter-spacing: 0.25px;
  transition: all 0.3s;
  text-decoration: none;
}
.section9 .main-white-button a i {
  margin-right: 10px;
  width: 22px;
  height: 22px;
  background-color: var(--secondary-color);
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}
.section9 .main-white-button a:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

@media (max-width: 1200px) {
  .section9 .popular-categories .icon {
    margin-left: 50%;
    transform: translateX(-33px);
    text-align: center;
  }
  .section9 .popular-categories .naccs .menu_section9 .thumb,
  .category-post .naccs .menu_section9 div h4 {
    color: transparent;
  }
}
@media (max-width: 992px) {
  .section9 .popular-categories .nacc .thumb .left-text {
    margin: 30px;
  }
  .section9 .popular-categories .nacc .thumb .right-image {
    padding: 0px;
    margin: 0px 30px 30px 30px;
    display: block;
  }
  .section9 .popular-categories .naccs .menu_section9 div.first-thumb {
    border-top-right-radius: 7px;
  }
  .section9 .popular-categories .naccs .menu_section9 div.last-thumb {
    border-bottom-left-radius: 0px;
  }
}
.section10 .service {
  text-align: center;
  color: #fff;
  width: 100%;
  position: relative;
  padding: 80px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.section10 .service .container {
  width: 30%;
}
.section10 .service .title {
  color: #fff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.section10 .service .line {
  background-color: #fff;
  height: 1px;
  width: 30%;
  margin: 0 auto 25px;
}
.section10 .service p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.section10 .service li {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 0;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.section10 .service_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: -1;
}
.section10 .service_list_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: linear-gradient(to right, transparent 0%, transparent 6%, #efefef 6%, #efefef 100%);
  margin-bottom: 135px;
  border-radius: 100px 0 100px 0;
}
.section10 .service_list_item:nth-child(even) {
  background: linear-gradient(to left, transparent 0%, transparent 6%, #efefef 6%, #efefef 100%);
}
.section10 .service_list_item:nth-child(even) .service_list_pic {
  order: 2;
}
.section10 .service_list_item:nth-child(even) .service_list_text {
  order: 1;
}
.section10 .service_list_pic {
  width: 43%;
  padding-bottom: 29.67%;
  position: relative;
  transform: translateY(45px);
  border-radius: 100px 0 100px 0;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.section10 .service_list_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section10 .service_list_text {
  width: 57%;
  padding: 0 50px;
}
.section10 .service_list_text h2 {
  color: #464646;
  margin-bottom: 20px;
  font-size: 32px;
}
.section10 .service_content_pic {
  width: 100%;
  padding-bottom: 69%;
  position: relative;
  border-radius: 60px 0 60px 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.section10 .service_content_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section10 .service_content_text {
  padding-left: 40px;
}
.section10 .service_content_text h1 {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 500;
}
.section10 .service_content .lookall {
  margin: 50px 0 0;
}

@media screen and (max-width: 1399px) {
  .section10 .service_list_text {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 991px) {
  .section10 .service_list {
    padding-top: 30px;
  }
  .section10 .service_list_pic {
    width: 95%;
    padding-bottom: 65.55%;
    transform: translateY(-30px);
  }
  .section10 .service_list_text {
    width: 95%;
    margin-left: auto;
    margin-right: 0;
    padding: 0 30px 30px;
  }
  .section10 .service_list_item {
    margin-bottom: 80px;
  }
  .section10 .service_list_item:nth-child(even) {
    background: linear-gradient(to right, transparent 0%, transparent 6%, #efefef 6%, #efefef 100%);
  }
  .section10 .service_list_item:nth-child(even) .service_list_pic {
    order: 1;
  }
  .section10 .service_list_item:nth-child(even) .service_list_text {
    order: 2;
  }
  .section10 .service_content_text {
    padding-left: 0;
    padding-top: 40px;
  }
  .section10 .service .container {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .section10 .service_list_text h2 {
    font-size: 28px;
  }
  .section10 .service_list_text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 370px) {
  .section10 .service_list_text h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.section11 .faq-section .accordion-item {
  border: 0;
  background-color: var(--body-bg);
}
.section11 .faq-section .accordion-button {
  font-size: 22px;
  font-weight: 600;
  background-color: var(--body-bg);
}
.section11 .faq-section .accordion-button::after {
  display: none !important;
  content: none !important;
  background-image: none !important;
}
.section11 .faq-section .accordion-button .fa-chevron-down {
  transition: transform 0.2s ease-in-out;
}
.section11 .faq-section .accordion-item:first-of-type .accordion-button {
  border-radius: 100px;
}
.section11 .faq-section .accordion-button:not(.collapsed) {
  border-radius: 100px;
  box-shadow: none;
  color: #fff;
  background-color: var(--primary-color);
}
.section11 .faq-section .accordion-button:not(.collapsed) .fa-chevron-down {
  transform: rotate(180deg);
}
.section11 .faq-section .accordion-body {
  color: #717275;
  font-size: 18px;
  line-height: 40px;
}

.section12 .projects p {
  font-size: 15px;
  line-height: 30px;
  color: #afafaf;
}
.section12 .projects .section-heading {
  margin-bottom: 80px;
}
.section12 .projects .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.section12 .projects .item {
  border-radius: 23px;
  overflow: hidden;
}
.section12 .projects .item .down-content {
  background-color: #fff;
  border: 1px solid #f3d7ff;
  border-radius: 0px 0px 23px 23px;
  padding: 30px;
  position: relative;
}
.section12 .projects .item .down-content h4 {
  font-size: 20px;
  color: #2a2a2a;
  line-height: 30px;
  width: 75%;
}
.section12 .projects .item .down-content a {
  width: 46px;
  height: 46px;
  display: inline-block;
  line-height: 46px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: 50%;
  color: var(--primary-color);
  transform: translateY(-23px);
}
.section12 .projects .owl-nav {
  position: absolute;
  max-width: 1320px;
  top: -126px;
  right: 16%;
  text-align: right;
}
.section12 .projects .owl-nav .owl-prev span {
  width: 46px;
  height: 46px;
  line-height: 42px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.section12 .projects .owl-nav .owl-prev span:hover {
  opacity: 1;
}
.section12 .projects .owl-nav .owl-next span {
  width: 46px;
  height: 46px;
  line-height: 42px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
  margin-left: 15px;
}
.section12 .projects .owl-nav .owl-next span:hover {
  opacity: 1;
}
.section12 .section-heading h2 {
  color: #2a2a2a;
  font-size: 30px;
  text-transform: capitalize;
  text-decoration: none;
  margin-bottom: 30px;
  line-height: 44px;
}
.section12 .section-heading h2 em {
  color: var(--primary-color);
  font-style: normal;
}
.section12 .section-heading h2 span {
  color: #c03afe;
}

@media (max-width: 992px) {
  .section12 .projects .owl-nav {
    text-align: center;
    right: auto;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
  }
  .section12 .projects .section-heading {
    text-align: center;
  }
  .section12 .projects .section-heading .line-dec {
    margin: 0px auto 20px auto;
  }
}
@media (max-width: 767px) {
  .section12 .projects .item .down-content {
    padding: 25px 15px 15px 15px;
  }
  .section12 .projects .item .down-content h4 {
    text-align: center;
    width: 100%;
    font-size: 18px;
  }
  .section12 .projects .item .down-content a {
    top: 0;
    right: auto;
    left: 50%;
    transform: translate(-23px, -23px);
  }
}
.section13 .call-to-action {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.section13 .call-to-action .row {
  position: relative;
  z-index: 2;
}
.section13 .call-to-action .custom-btn {
  background: #fff;
  color: #000;
}
.section13 .call-to-action .custom-btn:hover {
  background: var(--primary-color);
  color: #fff;
}
.section13 .call-to-action::after {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.section13 .section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}
.section13 h2 {
  font-size: 48px;
  letter-spacing: -2px;
}
.section13 p {
  color: #717275;
  font-size: 18px;
  font-weight: 400;
}

.section14 .projects-thumb {
  background: #f9f9f9;
  border: 2px solid #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 40px;
  transition: all ease 0.5s;
}
.section14 .projects-thumb .popup-image {
  display: block;
  width: 100%;
  height: 100%;
}
.section14 .projects-thumb:hover {
  border-color: var(--primary-color);
}
.section14 .projects-thumb:hover .projects-image {
  transform: rotate(0) translateY(0);
}
.section14 .projects-thumb:focus .projects-image {
  transform: rotate(0) translateY(0);
}
.section14 .projects-image {
  border-radius: 20px;
  display: block;
  width: 100%;
  transform: rotate(10deg) translateY(80px);
  transition: all ease 0.5s;
}
.section14 .projects-title {
  margin-bottom: 20px;
}
.section14 .projects-tag {
  font-size: 12px;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.section14 h3 {
  font-size: 36px;
}

.section15 .events-section.section-bg .container > .row {
  margin-right: 5px;
  margin-left: 5px;
}
.section15 .events-section.section-bg .container > .row .row {
  margin: auto;
}
.section15 .events-listing-section {
  margin-bottom: 100px;
}
.section15 .events-detail-section .custom-block-info {
  padding: 40px 60px;
}
.section15 .events-detail-info {
  background-color: #f4f1de;
  border-radius: 20px;
  padding: 50px 25px;
}
.section15 .events-title {
  font-size: 28px;
  font-weight: 500;
}
.section15 .custom-block {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding: 30px 20px;
}
.section15 .custom-block-date-wrap {
  background-color: var(--primary-color);
  border-radius: 20px;
  text-align: center;
  padding: 20px 30px;
}
.section15 .custom-block-date {
  font-size: 42px;
}
.section15 .custom-block-info {
  padding-top: 10px;
}
.section15 .custom-block-image-wrap {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.section15 .custom-block-image-wrap:hover .custom-block-image {
  transform: scale(1.2);
}
.section15 .custom-block-image-wrap:hover .custom-block-icon {
  opacity: 1;
}
.section15 .custom-block-image {
  transition: all 0.3s;
}
.section15 .custom-block-icon {
  background: var(--primary-color);
  border-radius: 100px;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}
.section15 .custom-block-icon:hover {
  background: var(--secondary-color);
  color: #fff;
}
.section15 a {
  display: inline-block;
  color: #3d405b;
  text-decoration: none;
}
.section15 p {
  color: #717275;
  font-size: 18px;
  font-weight: 400;
}

.section17 .section_explore .left-content {
  margin-right: 30px;
}
.section17 .section_explore .left-content h2 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}
.section17 .section_explore .left-content span {
  font-size: 14px;
  color: #aaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}
.section17 .section_explore .left-content .quote {
  margin-top: 25px;
}
.section17 .section_explore .left-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}
.section17 .section_explore .left-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}
.section17 .section_explore .left-content p {
  font-size: 14px;
  color: #aaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}
.section17 .section_explore .left-content .main-border-button a {
  color: var(--primary-color);
  border-color: var(--primary-color);
  margin-top: 35px;
}
.section17 .section_explore .left-content .main-border-button a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.section17 .section_explore img {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section17 .section_explore img {
    max-width: 255px;
  }
}
.section17 .section_explore .leather {
  margin-bottom: 30px;
  min-height: 255px;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .section17 .section_explore .leather {
    max-width: 255px;
  }
}
.section17 .section_explore .leather h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  padding-top: 90px;
  margin-bottom: 5px;
}
.section17 .section_explore .leather span {
  font-size: 14px;
  font-style: italic;
  color: #aaa;
  font-weight: 500;
}
.section17 .section_explore .first-image {
  margin-bottom: 30px;
}
.section17 .section_explore .types {
  min-height: 255px;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .section17 .section_explore .types {
    max-width: 255px;
  }
}
.section17 .section_explore .types h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  padding-top: 90px;
  margin-bottom: 5px;
}
.section17 .section_explore .types span {
  font-size: 14px;
  font-style: italic;
  color: #aaa;
  font-weight: 500;
}
.section17 .main-border-button a {
  font-size: 13px;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 25px;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s;
  text-decoration: none;
}
.section17 .main-border-button a:hover {
  background-color: #fff;
  color: #2a2a2a;
}

.section18 section.video {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #172238;
  padding: 120px 0px;
}
.section18 section.video .left-content {
  color: #fff;
}
.section18 section.video .left-content span {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.section18 section.video .left-content h4 {
  margin-top: 20px;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 40px;
  margin-bottom: 20px;
}
.section18 section.video .left-content h4 em {
  font-style: normal;
  color: var(--primary-color);
}
.section18 section.video .left-content .main-button {
  margin-top: 30px;
}
.section18 .video-item {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0px auto 0;
}
.section18 .video-item figure {
  position: relative;
  width: 100%;
  font-size: 0;
}
.section18 .video-item figure img {
  width: 100%;
}
.section18 .video-item figure a:before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: 60px;
  height: 60px;
  margin-top: -32.5px;
  margin-left: -32.5px;
  border-radius: 50%;
  background-color: var(--primary-color);
  z-index: 10;
}
.section18 .video-item figure a:after {
  content: "";
  position: absolute;
  bottom: 27.5px;
  right: 20px;
  margin-top: -12.5px;
  margin-left: -7px;
  border: solid 13px transparent;
  border-left: solid 20px;
  border-left-color: #fff;
  z-index: 10;
}
.section18 .video-item figure a:hover:before {
  background-color: var(--primary-color);
}
.section18 .video-item .video-caption {
  position: absolute;
  z-index: 10;
  background-color: rgba(250, 250, 250, 0.75);
  height: 80px;
  width: 100%;
  padding: 27px 30px;
  bottom: 0;
}
.section18 .video-item .video-caption h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.section18 .main-button a {
  background-color: var(--primary-color);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  padding: 12px 20px;
  display: inline-block;
  outline: none;
  text-decoration: none;
}

.section19 {
  background-color: var(--body-bg);
}
.section19 .nav-tabs {
  border-bottom: 1px solid #ecf3f2;
  margin-bottom: 40px;
  justify-content: center;
}
.section19 .nav-tabs .nav-link {
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  color: #717275;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 25px;
  transition: all 0.3s;
}
.section19 .nav-tabs .nav-link:first-child {
  margin-right: 20px;
}
.section19 .nav-tabs .nav-item.show .nav-link {
  border-bottom-color: var(--primary-color);
  color: var(--primary-color);
  background-color: var(--body-bg);
}
.section19 .nav-tabs .nav-link.active {
  border-bottom-color: var(--primary-color);
  color: var(--primary-color);
  background-color: var(--body-bg);
}
.section19 .nav-tabs .nav-link:focus {
  border-bottom-color: var(--primary-color);
  color: var(--primary-color);
  background-color: var(--body-bg);
}
.section19 .nav-tabs .nav-link:hover {
  border-bottom-color: var(--primary-color);
  color: var(--primary-color);
  background-color: var(--body-bg);
}
.section19 .custom-block {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  transition: all 0.3s ease;
  height: 100%;
}
.section19 .custom-block > a {
  width: 100%;
}
.section19 .custom-block .rounded-pill {
  border-radius: 5px;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 20px;
}
.section19 .custom-block:hover {
  background-color: #80d0c7;
  transform: translateY(-3px);
}
.section19 .custom-block-image {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 35px;
}
.section19 .custom-block-overlay {
  height: 100%;
  min-height: 350px;
  padding: 0;
}
.section19 .custom-block-overlay > a {
  height: 100%;
}
.section19 .custom-block-overlay .custom-block-image {
  border-radius: 20px;
  display: block;
  height: 100%;
  margin-top: 0;
}
.section19 .custom-block-overlay-text {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  padding: 30px;
}
.section19 h5 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
}
.section19 a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}
.section19 p {
  color: #717275;
  font-size: 20px;
  font-weight: 400;
}

.section20 .about-us {
  position: relative;
  padding: 0px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.section20 .about-us .section-heading {
  margin-left: 60px;
  margin-bottom: 0px;
}
.section20 .about-us .section-heading .main-button {
  margin-top: 50px;
}
.section20 .about-us:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 84%;
  height: 100%;
  background-color: var(--main-bg);
  content: "";
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}
.section20 .accordion {
  margin-top: -40px;
  margin-bottom: -40px;
  background-color: var(--primary-color);
  border-radius: 40px;
  padding: 40px 25px 10px 25px;
}
.section20 .accordion-item {
  background-color: #fff;
  border-radius: 40px;
  margin-bottom: 30px;
  border: none;
}
.section20 .accordion-item .accordion-button {
  outline: none;
  box-shadow: none;
  border-radius: 40px;
}
.section20 .accordion-button:not(.collapsed) {
  color: var(--primary-color);
  background-color: #fff;
}
.section20 h2.accordion-header button {
  padding: 15px 25px;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
}
.section20 .accordion-button::after {
  font-size: 18px;
  font-weight: 500;
  background-image: none;
  content: "+";
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #fff;
}
.section20 .accordion-button:not(.collapsed)::after {
  background-image: none;
  line-height: 32px;
  content: "-";
}
.section20 .accordion-body {
  padding: 0px 25px 30px 25px;
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
}
.section20 .main-button a {
  display: inline-block;
  background-color: #fff;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0px 25px;
  border-radius: 20px;
  transition: all 0.3s;
  text-decoration: none;
}
.section20 .main-button a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

@media (max-width: 992px) {
  .section20 .accordion {
    padding: 40px 25px 10px 25px;
  }
  .section20 .about-us .section-heading {
    margin-left: 0px;
    margin-top: 120px;
  }
  .section20 .about-us::before,
  .section20 .testimonials::before,
  .section20 .contact-us::before {
    display: none;
  }
  .section20 .about-us .section-heading p,
  .section20 .testimonials .section-heading p,
  .section20 .contact-us .section-heading p {
    margin-top: 30px;
  }
  .section20 .about-us .section-heading .main-button {
    margin-top: 30px;
  }
}
.section21 .testimonials {
  position: relative;
  padding: 80px 0px;
}
.section21 .testimonials .section-heading {
  margin-bottom: 0px;
  margin-left: 60px;
  vertical-align: middle;
}
.section21 .testimonials .section-heading p {
  margin-top: 50px;
}
.section21 .testimonials .item {
  background-color: var(--primary-color);
  border-radius: 25px;
  padding: 80px;
}
.section21 .testimonials .item p {
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 40px;
}
.section21 .testimonials .item img {
  border-radius: 50%;
  max-width: 100px;
  float: left;
  margin-right: 25px;
}
.section21 .testimonials .item span {
  display: inline-block;
  margin-top: 20px;
  font-size: 15px;
  color: #fff;
}
.section21 .testimonials .item h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-top: 8px;
}
.section21 .testimonials .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-5px);
  right: -25px;
  text-align: right;
}
.section21 .testimonials .owl-nav .owl-prev i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: inline-block;
  color: var(--primary-color);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: all 0.3s;
  position: absolute;
  bottom: 65px;
}
.section21 .testimonials .owl-nav .owl-prev i:hover {
  opacity: 1;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.section21 .testimonials .owl-nav .owl-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: inline-block;
  color: var(--primary-color);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transition: all 0.3s;
}
.section21 .testimonials .owl-nav .owl-next i:hover {
  opacity: 1;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.section21 .testimonials:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 65%;
  height: 100%;
  background-color: var(--main-bg);
  content: "";
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}

@media (max-width: 992px) {
  .section21 .testimonials::before {
    display: none;
  }
  .section21 .testimonials .section-heading p {
    margin-top: 30px;
  }
  .section21 .testimonials {
    padding: 0px;
  }
  .section21 .testimonials .section-heading {
    margin-left: 0px;
    margin-top: 40px;
  }
  .section21 .testimonials .item {
    padding: 40px 40px 60px 40px;
  }
  .section21 .testimonials .item h4 {
    font-size: 17px;
  }
  .section21 .testimonials .item img {
    margin-right: 15px;
  }
  .section21 .testimonials .owl-nav {
    display: none;
  }
}
.section22 .services-thumb {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.section22 .services-thumb:hover .services-info {
  border-color: var(--primary-color);
  border-width: 5px;
}
.section22 .services-thumb:hover .services-image {
  transform: scale(1.05);
}
.section22 .services-image {
  border-radius: 20px;
  display: block;
  margin: auto;
  transition: all 0.3s;
}
.section22 .services-thumb-price {
  background: var(--primary-color);
  border-radius: 20px;
  font-size: 14px;
  margin-left: auto;
  padding: 5px 10px;
}
.section22 .services-info {
  border-radius: 20px;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px;
  padding: 25px 30px;
  transition: all 0.3s ease;
}
.section22 .services-info h4 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .section22 .section-padding {
    padding: 0px 25px;
  }
}
.section23 .custom-block {
  border: 2px solid var(--primary-color);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  transition: all 0.3s ease;
}
.section23 .custom-block .custom-block-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section23 .custom-block .custom-btn {
  font-size: 14px;
  padding: 7px 15px;
}
.section23 .custom-block .custom-block-info + div .badge {
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.section23 .custom-block .custom-block-info + div .badge:hover {
  background-color: var(--secondary-color);
}
.section23 .custom-block:hover {
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  border-color: transparent;
  transform: translateY(-3px);
}
.section23 .custom-block-info {
  display: block;
  padding: 10px 20px;
  padding-bottom: 0;
}
.section23 .custom-block-image-wrap {
  position: relative;
  display: block;
  height: 100%;
}
.section23 .custom-block-image-wrap > a {
  display: block;
}
.section23 .custom-block-image {
  border-radius: 20px;
  display: block;
  width: 112px;
  height: 112px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section23 .custom-block-image-detail-page .custom-block-image {
  width: 100%;
  height: 212px;
}
.section23 .custom-block-icon-wrap {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.section23 .custom-block-icon-wrap .section-overlay {
  opacity: 0.25;
}
.section23 .custom-block-btn-group {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px;
}
.section23 .custom-block-btn-group .custom-block-icon {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}
.section23 .custom-block-icon {
  background: var(--primary-color);
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: 32.5px;
  height: 32.5px;
  line-height: 32.5px;
  transition: all 0.3s;
}
.section23 .custom-block-icon:hover {
  background: var(--secondary-color);
  color: #fff;
}
.section23 .custom-block-full {
  background-color: #f0f8ff;
  border-color: transparent;
}
.section23 .custom-block-full .custom-block-info {
  padding: 20px;
  padding-bottom: 0;
}
.section23 .custom-block-full .custom-block-image {
  width: 100%;
  height: 210px;
}
.section23 .custom-block-full .social-share {
  position: absolute;
  top: 0;
  right: 0;
  margin: 50px;
}
.section23 .custom-block-full:hover {
  border-color: var(--primary-color);
}
.section23 .custom-block-top small {
  color: #717275;
  font-family: "Sono", sans-serif;
}
.section23 .custom-block-top .badge {
  background-color: var(--secondary-color);
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  height: 26.64px;
  line-height: 20px;
}
.section23 .custom-block-bottom a:hover span {
  color: var(--primary-color);
}
.section23 .custom-block-bottom a span {
  font-family: "Sono", sans-serif;
  color: #717275;
  text-transform: uppercase;
  margin-left: 3px;
}
.section23 .custom-block-overlay {
  border-color: transparent;
  padding: 0;
}
.section23 .custom-block-overlay .custom-block-image {
  margin: auto;
  width: 100%;
  height: 210px;
  transition: all 0.3s;
}
.section23 .custom-block-overlay:hover .custom-block-image {
  padding: 15px;
  padding-bottom: 0;
}
.section23 .custom-block-overlay-info {
  padding: 15px 20px 20px 20px;
}
.section23 a {
  touch-action: manipulation;
  transition: all 0.3s;
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}
.section23 button {
  touch-action: manipulation;
  transition: all 0.3s;
}
.section23 a:hover {
  color: var(--secondary-color);
}

.section24 .custom-block {
  border: 2px solid var(--primary-color);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  transition: all 0.3s ease;
}
.section24 .custom-block .custom-block-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section24 .custom-block .custom-btn {
  font-size: 14px;
  padding: 7px 15px;
}
.section24 .custom-block .custom-block-info + div .badge {
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.section24 .custom-block .custom-block-info + div .badge:hover {
  background-color: var(--secondary-color);
}
.section24 .custom-block:hover {
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  border-color: transparent;
  transform: translateY(-3px);
}
.section24 .custom-block-info {
  display: block;
  padding: 10px 20px;
  padding-bottom: 0;
}
.section24 .custom-block-image-wrap {
  position: relative;
  display: block;
  height: 100%;
}
.section24 .custom-block-image-wrap > a {
  display: block;
}
.section24 .custom-block-image {
  border-radius: 20px;
  display: block;
  width: 112px;
  height: 112px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section24 .custom-block-image-detail-page .custom-block-image {
  width: 100%;
  height: 212px;
}
.section24 .custom-block-icon-wrap {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.section24 .custom-block-icon-wrap .section-overlay {
  opacity: 0.25;
}
.section24 .custom-block-btn-group {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px;
}
.section24 .custom-block-btn-group .custom-block-icon {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}
.section24 .custom-block-icon {
  background: var(--primary-color);
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: 32.5px;
  height: 32.5px;
  line-height: 32.5px;
  transition: all 0.3s;
}
.section24 .custom-block-icon:hover {
  background: var(--secondary-color);
  color: #fff;
}
.section24 .custom-block-full {
  background-color: #f0f8ff;
  border-color: transparent;
}
.section24 .custom-block-full .custom-block-info {
  padding: 20px;
  padding-bottom: 0;
}
.section24 .custom-block-full .custom-block-image {
  width: 100%;
  height: 210px;
}
.section24 .custom-block-full .social-share {
  position: absolute;
  top: 0;
  right: 0;
  margin: 50px;
}
.section24 .custom-block-full:hover {
  border-color: var(--primary-color);
}
.section24 .custom-block-top small {
  color: #717275;
  font-family: "Sono", sans-serif;
}
.section24 .custom-block-top .badge {
  background-color: var(--secondary-color);
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  height: 26.64px;
  line-height: 20px;
}
.section24 .custom-block-bottom a:hover span {
  color: var(--primary-color);
}
.section24 .custom-block-bottom a span {
  font-family: "Sono", sans-serif;
  color: #717275;
  text-transform: uppercase;
  margin-left: 3px;
}
.section24 .custom-block-overlay {
  border-color: transparent;
  padding: 0;
}
.section24 .custom-block-overlay .custom-block-image {
  margin: auto;
  width: 100%;
  height: 210px;
  transition: all 0.3s;
}
.section24 .custom-block-overlay:hover .custom-block-image {
  padding: 15px;
  padding-bottom: 0;
}
.section24 .custom-block-overlay-info {
  padding: 15px 20px 20px 20px;
}
.section24 a {
  touch-action: manipulation;
  transition: all 0.3s;
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}
.section24 button {
  touch-action: manipulation;
  transition: all 0.3s;
}
.section24 a:hover {
  color: var(--secondary-color);
}

.section25 .hero-section-full-height {
  height: 680px;
  min-height: 680px;
  position: relative;
}
.section25 .carousel:hover .carousel-control-next-icon {
  opacity: 1;
}
.section25 .carousel:hover .carousel-control-prev-icon {
  opacity: 1;
}
.section25 .hero-slide .carousel-item {
  height: 680px;
  min-height: 680px;
}
.section25 .hero-slide .carousel-caption {
  background: #fff;
  clip-path: polygon(100% 100%, 100% 150px, 0 100%);
  color: var(--primary-color);
  top: 1px;
  bottom: -1px;
  right: 0;
  left: auto;
  text-align: right;
  min-width: 680px;
  min-height: 680px;
  padding: 100px 100px 50px 100px;
}
.section25 .hero-slide .carousel-indicators-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.section25 .hero-slide .carousel-indicators {
  margin-right: 0;
  margin-left: 22px;
  justify-content: inherit;
}
.section25 .carousel-image {
  display: block;
  width: 100%;
  min-height: 680px;
}
.section25 .carousel-control-next {
  opacity: 1;
}
.section25 .carousel-control-prev {
  opacity: 1;
}
.section25 .carousel-control-next-icon {
  background-color: var(--primary-color);
  border-radius: 100px;
  background-size: 60% 60%;
  width: 80px;
  height: 80px;
  opacity: 0;
  transition: all 0.5s;
}
.section25 .carousel-control-prev-icon {
  background-color: var(--primary-color);
  border-radius: 100px;
  background-size: 60% 60%;
  width: 80px;
  height: 80px;
  opacity: 0;
  transition: all 0.5s;
}
.section25 .carousel-control-next-icon:hover {
  background-color: var(--secondary-color);
}
.section25 .carousel-control-prev-icon:hover {
  background-color: var(--secondary-color);
}

@media screen and (max-width: 1170px) {
  .section25 .hero-slide .carousel-image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 991px) {
  .section25 .carousel:hover .carousel-control-next-icon,
  .section25 .carousel:hover .carousel-control-prev-icon {
    opacity: 1;
  }
  .section25 .hero-slide .carousel-item {
    height: inherit;
  }
  .section25 .carousel-control-prev {
    left: 12px;
  }
  .section25 .carousel-control-next {
    right: 12px;
  }
  .section25 .carousel-control-next-icon,
  .section25 .carousel-control-prev-icon {
    opacity: 1;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 580px) {
  .section25 .hero-section-full-height,
  .section25 .hero-slide .carousel-item,
  .section25 .carousel-image {
    min-height: 520px;
  }
  .section25 .hero-slide .carousel-caption {
    clip-path: polygon(100% 100%, 100% 100px, 0 100%);
    padding-right: 50px;
    min-width: inherit;
    min-height: inherit;
  }
}
@media screen and (max-width: 480px) {
  .section25 .carousel-control-next-icon,
  .section25 .carousel-control-prev-icon {
    width: 45px;
    height: 45px;
  }
}
.section26 .section-bg {
  background-color: #f0f8ff;
}
.section26 .custom-text-box {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 24px;
  padding: 40px;
}
.section26 .custom-text-box-image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section26 .custom-text-box-icon {
  background: #f0f8ff;
  border-radius: 100px;
  color: #5a6f80;
  font-size: 22px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  line-height: 30px;
}
.section26 .section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section26 .counter-thumb {
  margin: 20px;
  margin-bottom: 0;
}
.section26 .counter-number {
  color: var(--primary-color);
  display: block;
  font-size: 52px;
  font-weight: 700;
  line-height: normal;
}
.section26 .counter-text {
  color: #5a6f80;
  display: block;
}
.section26 .counter-number-text {
  color: var(--primary-color);
  font-size: 52px;
  font-weight: 700;
  line-height: normal;
}
.section26 h5 {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
}
.section26 h2 {
  color: #5a6f80;
  font-size: 46px;
  letter-spacing: -1px;
  font-weight: 600;
}
.section26 p {
  color: #717275;
  font-size: 16px;
  font-weight: 300;
}
.section26 h1 {
  font-weight: 600;
  letter-spacing: -1px;
}
.section26 h3 {
  font-weight: 600;
  letter-spacing: -1px;
}
.section26 h4 {
  font-weight: 600;
  letter-spacing: -1px;
}
.section26 h6 {
  font-weight: 600;
  letter-spacing: -1px;
}

.section27 .section-1 {
  margin-top: 0px;
  height: 100vh;
  min-height: 700px;
  color: #fff;
  position: relative;
}
.section27 .section-1 .content-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.section27 .section-1 .content-slider input {
  display: none;
}
.section27 .section-1 .content-slider .slider {
  position: relative;
  width: inherit;
  height: inherit;
  overflow: hidden;
}
.section27 .section-1 .content-slider .slider .banner {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  width: inherit;
  height: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 0.5s ease;
  box-sizing: border-box;
}
.section27 .section-1 .content-slider .slider .banner .main-caption {
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-50%);
}
.section27 .section-1 .content-slider .slider .banner h2 {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.section27 .section-1 .content-slider .slider .banner h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
.section27 .section-1 .content-slider .slider .banner {
  background-size: cover;
}
.section27 .section-1 .content-slider nav {
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 10;
  text-align: center;
}
.section27 .section-1 .content-slider nav .controls {
  display: block;
  width: 70%;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
}
.section27 .section-1 .content-slider nav .controls label {
  position: relative;
  display: inline-block;
  width: 15%;
  height: 3.1em;
  overflow: hidden;
  margin: 0 1em;
  padding-top: 1em;
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  color: #f6eac5;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s;
}
.section27 .section-1 .content-slider nav .controls label .pgBar {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #f6eac5;
  z-index: 100;
}
.section27 .section-1 .content-slider nav .controls label .pgBar .bar-fill {
  position: inherit;
  width: inherit;
  height: inherit;
  margin-left: -100%;
  background: var(--primary-color);
}
.section27 .section-1 .content-slider nav .controls label span.text {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.section27 .section-1 .content-slider nav .controls label:hover {
  color: var(--primary-color);
}
.section27 .section-1 .more-info {
  margin-top: 60px;
  background-color: #fff;
  padding: 30px 60px;
  border-radius: 61px;
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 130px;
  display: inline-block;
}
.section27 .section-1 .more-info i {
  color: var(--primary-color);
  font-size: 24px;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 58px;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
.section27 .section-1 .more-info h4 {
  text-align: left;
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 700;
  line-height: 28px;
}
.section27 .section-1 .more-info h4 span {
  font-size: 15px;
  color: #afafaf;
  font-weight: 400;
}
.section27 .section-1 .main-button {
  margin-top: 8px;
  text-align: right;
}
.section27 .section-1 .main-button a:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  opacity: 0.8;
}
.section27 .content-slider .banner {
  opacity: 0;
  z-index: 0;
  transition: opacity 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section27 .content-slider nav label.active {
  cursor: default;
  color: #fff;
}
.section27 .content-slider nav label.active .pgBar {
  background: #fff;
}
.section27 .content-slider nav label.active .bar-fill {
  animation: progressBarFill 5s linear;
}
.section27 .border-button a {
  font-size: 14px;
  color: var(--primary-color);
  background-color: transparent;
  border: 1px solid var(--primary-color);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.section27 .border-button a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.section27 .main-button a {
  font-size: 14px;
  color: #fff;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.section27 .main-button a:hover {
  background-color: #fff;
  color: var(--primary-color);
  border: 1px solid #fff;
}
.section27 a {
  text-decoration: none;
}

/* Animations */
@keyframes progressBarFill {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .section27 .section-1 .content-slider .slider .banner {
    padding-top: 120px;
  }
  .section27 .section-1 .content-slider .slider .banner h2 {
    font-size: 15px;
  }
  .section27 .section-1 .content-slider .slider .banner h1 {
    font-size: 36px;
  }
  .section27 .section-1 .more-info {
    padding: 30px;
    margin-top: 30px !important;
    border-radius: 23px;
    bottom: 110px;
    width: 95%;
    left: 2.5%;
  }
  .section27 .section-1 .more-info i {
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 8px;
  }
  .section27 .main-button a {
    text-align: center;
  }
  .section27 .section-1 .more-info h4 {
    font-size: 14px !important;
  }
  .section27 .section-1 .content-slider nav .controls label {
    width: 5% !important;
  }
}
.section28 .main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 290px;
  padding-bottom: 240px;
  background-color: #2a2a2a;
}
.section28 .main-banner h6 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
}
.section28 .main-banner h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 66px;
  text-transform: uppercase;
}
.section28 .main-banner p {
  margin-top: 20px;
  font-size: 15px;
  line-height: 30px;
  color: #fff;
}
.section28 .main-banner .buttons {
  margin-top: 30px;
  display: flex;
  justify-content: start;
}
.section28 .main-banner .border-button {
  margin-right: 15px;
}
.section28 .main-banner .owl-banner {
  margin-top: -40px;
}
.section28 .main-banner .owl-nav {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  bottom: -76px;
  text-align: center;
}
.section28 .main-banner .owl-nav .owl-prev {
  margin-right: 7.5px;
}
.section28 .main-banner .owl-nav .owl-prev span {
  width: 46px;
  height: 46px;
  line-height: 40px;
  font-size: 24px;
  display: inline-block;
  color: var(--primary-color);
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.section28 .main-banner .owl-nav .owl-prev span:hover {
  opacity: 1;
}
.section28 .main-banner .owl-nav .owl-next {
  margin-left: 7.5px;
}
.section28 .main-banner .owl-nav .owl-next span {
  width: 46px;
  height: 46px;
  line-height: 40px;
  font-size: 24px;
  display: inline-block;
  color: var(--primary-color);
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.section28 .main-banner .owl-nav .owl-next span:hover {
  opacity: 1;
}
.section28 .main-button a {
  font-size: 14px;
  color: #fff;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.section28 .main-button a:after {
  width: 78%;
  height: 2px;
  background-color: #fff;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.section28 .main-button a:hover {
  background-color: #fff;
  color: var(--primary-color);
  border: 1px solid #fff;
}

@media (max-width: 992px) {
  .section28 .main-banner .owl-banner {
    margin-top: 80px;
  }
}
.section29 .swiper-container {
  height: calc(100vh - 0px);
  margin: 0px;
  background-color: #212741;
}
.section29 .swiper-slide {
  overflow: hidden;
}
.section29 .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.section29 .slide-inner .header-text {
  position: absolute;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.section29 .slide-inner .header-text h2 {
  position: relative;
  z-index: 2;
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  opacity: 1;
  visibility: visible;
  line-height: 70px;
  margin-bottom: 40px;
}
.section29 .slide-inner .header-text h2 em {
  font-style: normal;
  color: var(--primary-color);
}
.section29 .slide-inner .header-text .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 40px;
  opacity: 1;
  visibility: visible;
}
.section29 .slide-inner .header-text p {
  color: #fff;
  margin-right: 60px;
  margin-bottom: 50px;
  opacity: 1;
  visibility: visible;
}
.section29 .slide-inner .header-text .buttons {
  display: inline;
  opacity: 1;
  visibility: visible;
}
.section29 .slide-inner .header-text .buttons .green-button {
  display: inline;
  float: left;
  margin-right: 20px;
}
.section29 .swiper-slide-active h2 {
  animation: fadeInLeft 0.8s;
  animation-delay: 0.3s;
  opacity: 1;
}
.section29 .swiper-slide-active p {
  animation: fadeInRight 0.8s;
  animation-delay: 0.3s;
  opacity: 1;
}
.section29 .swiper-slide-active .div-dec {
  animation: fadeIn 0.8s;
  animation-delay: 0.3s;
  opacity: 1;
}
.section29 .swiper-slide-active .buttons .green-button {
  animation: fadeInUp 0.8s;
  animation-delay: 0.3s;
  opacity: 1;
}
.section29 .swiper-slide-active .buttons .orange-button {
  animation: fadeInUp 0.8s;
  animation-delay: 0.3s;
  opacity: 1;
}
.section29 .swiper-button-next {
  color: #fff;
}
.section29 .swiper-button-prev {
  color: #fff;
}
.section29 .orange-button a {
  font-size: 14px;
  color: #fff;
  background-color: var(--primary-color);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  text-decoration: none;
}
.section29 .orange-button a:hover {
  opacity: 0.9;
}

@media (max-width: 992px) {
  .section29 .slide-inner .header-text {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .section29 .slide-inner .header-text p {
    display: none;
  }
  .section29 .slide-inner .header-text {
    text-align: center;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .section29 .slide-inner .header-text .div-dec {
    margin-left: auto;
    margin-right: auto;
  }
  .section29 .slide-inner .header-text .buttons {
    display: inline-flex;
  }
  .section29 .slide-inner .header-text .buttons .green-button {
    float: none;
  }
}
.section30 .services .service-item {
  border-radius: 5px;
  padding: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  background-color: #fff;
}
.section30 .services .service-item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.section30 .services .service-item i {
  transition: all 0.5s;
  float: left;
  font-size: 64px;
  color: #43ba7f;
  margin-bottom: 30px;
  margin-right: 30px;
}
.section30 .services .service-item img {
  transition: all 0.5s;
  float: left;
  width: 64px;
  height: auto;
  margin-bottom: 30px;
  margin-right: 30px;
}
.section30 .services .service-item:hover i,
.section30 .services .service-item:hover img {
  margin-top: 15px;
}

.section31 section.testimonials .section-heading {
  padding-top: 30px;
}
.section31 .testimonials .item {
  border-radius: 15px;
  padding: 50px 320px 50px 50px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding-top: 35px;
}
.section31 .testimonials .item i {
  width: 70px;
  height: 70px;
  background-color: var(--primary-color);
  display: inline-block;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 44px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.section31 .testimonials .item p {
  font-size: 16px;
  font-style: italic;
}
.section31 .testimonials .item h4 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}
.section31 .testimonials .item span {
  margin-top: 5px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-color);
}
.section31 .testimonials .item img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 300px;
  border-radius: 5px;
}
.section31 .testimonials .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.section31 .testimonials .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  margin: 0px 4px;
}
.section31 .testimonials .owl-dots .active {
  background-color: var(--primary-color);
}
.section31 .section-heading {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 70px;
}
.section31 .section-heading h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 700;
}
.section31 .section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: #212741;
}
.section31 .section-heading p {
  margin-top: 30px;
}

@media (max-width: 992px) {
  .section31 .testimonials .item img {
    max-width: 200px;
    right: 50px;
  }
}
@media (max-width: 767px) {
  .section31 .testimonials .item i {
    margin-bottom: 60px;
  }
  .section31 .testimonials .item img {
    max-width: 100px;
    right: 50px;
    top: 35px;
    transform: translateY(0);
  }
  .section31 .testimonials .item {
    padding: 50px;
  }
}
.section32 section.our-courses {
  position: relative;
}
.section32 section.our-courses .section-heading p {
  padding: 0px 60px;
  margin-top: 30px;
  font-size: 14px;
  line-height: 25px;
  color: #4a4a4a;
}
.section32 section.our-courses .naccs {
  position: relative;
}
.section32 section.our-courses .naccs .menu_section32 div {
  padding: 15px 30px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 40px;
  font-size: 20px;
  color: #111;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 900;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border: 3px solid #ddd;
}
.section32 section.our-courses .naccs .menu_section32 div.active {
  color: var(--primary-color);
  border: 3px solid var(--primary-color);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}
.section32 section.our-courses ul.nacc {
  margin-left: 100px;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.section32 section.our-courses ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  padding-right: 50px;
}
.section32 section.our-courses ul.nacc li .left-image {
  position: absolute;
  margin-right: 50px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 400px;
}
.section32 section.our-courses ul.nacc li .left-image img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.section32 section.our-courses ul.nacc li .right-content {
  padding: 40px 0px;
  margin-left: 450px;
}
.section32 section.our-courses ul.nacc li .right-content h4 {
  font-size: 20px;
  color: #111;
  margin-bottom: 25px;
  font-weight: 800;
}
.section32 section.our-courses ul.nacc li .right-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section32 section.our-courses ul.nacc li .right-content span {
  font-size: 14px;
  font-weight: 600;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 2px solid #111;
}
.section32 section.our-courses ul.nacc li .right-content .last-span {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}
.section32 section.our-courses ul.nacc li .right-content p {
  margin-bottom: 20px;
}
.section32 section.our-courses ul.nacc li .right-content .text-button {
  margin-top: 20px;
}
.section32 section.our-courses ul.nacc li p {
  margin: 0;
}
.section32 section.our-courses ul.nacc li.active {
  position: absolute;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}
.section32 .section-heading {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 60px;
}
.section32 .section-heading h6 {
  font-size: 13px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
}
.section32 .section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 28px;
  font-weight: 900;
  text-transform: capitalize;
  color: #111;
}
.section32 .section-heading h4 em {
  font-style: normal;
  color: var(--primary-color);
}
.section32 .section-heading p {
  margin-top: 30px;
}
.section32 img {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 992px) {
  .section32 section.our-courses ul.nacc {
    margin-left: 0px !important;
  }
  .section32 section.our-courses ul.nacc li .right-content span {
    margin-right: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .section32 section.our-courses ul.nacc li .left-image,
  .section32 section.our-team ul.nacc li .right-image {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    transform: translateY(0%);
    width: 100%;
  }
  .section32 section.our-courses ul.nacc li .left-image img,
  .section32 section.our-team ul.nacc li .right-image img {
    border-radius: 15px;
  }
  .section32 section.our-courses ul.nacc li,
  .section32 section.our-team ul.nacc li {
    padding: 0px;
  }
  .section32 section.our-courses ul.nacc li .right-content {
    margin-left: 0px;
    padding: 30px;
  }
}
.section33 section.simple-cta {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 180px 0px 180px 0px;
}
.section33 section.simple-cta .mb-35 {
  margin-bottom: 35px;
}
.section33 section.simple-cta h6 {
  font-size: 17px;
  color: #fff;
}
.section33 section.simple-cta h4 {
  font-size: 62px;
  font-weight: 900;
  color: #fff;
  line-height: 74px;
  margin-top: 20px;
}
.section33 section.simple-cta p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}
.section33 .white-button a {
  font-size: 13px;
  color: #dc8cdb;
  background-color: #fff;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s;
  text-decoration: none;
}
.section33 .white-button a:hover {
  opacity: 0.9;
}

@media (max-width: 992px) {
  .section33 section.simple-cta {
    margin-top: 0px;
  }
  .section33 section.simple-cta .left-image {
    margin-right: 0px;
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .section33 section.simple-cta .order-lg-1 .left-image {
    margin-right: 35px;
  }
  .section33 section.simple-cta .order-lg-1 .right-text {
    margin-right: 35px;
    margin-left: 35px;
  }
}
.section34 section.testimonials {
  position: relative;
  margin-top: 140px;
  margin-bottom: 140px;
}
.section34 .testimonials .bg-left {
  position: absolute;
  left: 0;
  top: -140px;
  width: 100%;
  max-width: 593px;
  height: auto;
  z-index: 1;
}
.section34 .testimonials .bg-right {
  position: absolute;
  right: 0;
  bottom: -140px;
  width: 100%;
  max-width: 632px;
  height: auto;
  z-index: 1;
}
.section34 .testimonials .item {
  border-radius: 15px;
  padding: 30px;
  background-color: #fff;
  margin: 15px;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.section34 .testimonials .item p {
  font-size: 16px;
  font-style: italic;
}
.section34 .testimonials .item h4 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 900;
  position: relative;
}
.section34 .testimonials .item span {
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-color);
}
.section34 .testimonials .item img {
  max-width: 44px;
  z-index: 2;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.section34 .testimonials .item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}
.section34 .testimonials .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.section34 .testimonials .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0px 4px;
}
.section34 .testimonials .owl-dots .active {
  background-color: var(--primary-color);
}
.section34 .section-heading {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 60px;
}
.section34 .section-heading h6 {
  font-size: 13px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
}
.section34 .section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 28px;
  font-weight: 900;
  text-transform: capitalize;
  color: #111;
}
.section34 .section-heading h4 em {
  font-style: normal;
  color: var(--primary-color);
}
.section34 .section-heading p {
  margin-top: 30px;
}

.section35 section.our-team {
  position: relative;
}
.section35 section.our-team .section-heading p {
  padding: 0px 60px;
}
.section35 section.our-team .naccs {
  position: relative;
  text-align: center;
}
.section35 section.our-team .naccs .menu_section35 {
  position: relative;
  display: inline-block;
}
.section35 section.our-team .naccs .menu_section35 div {
  margin: 0px 15px;
  text-align: center;
  display: inline-block;
  width: 13%;
  font-size: 20px;
  color: #111;
  background-color: var(--body-color);
  cursor: pointer;
  vertical-align: middle;
  font-weight: 900;
}
.section35 section.our-team .naccs .menu_section35 div .avatar {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--body-color);
}
.section35 section.our-team .naccs .menu_section35 div .avatar img {
  border-radius: 50%;
  max-width: 120px;
  width: 100%;
  overflow: hidden;
}
.section35 section.our-team .naccs .menu_section35 div h4 {
  font-size: 15px;
  font-weight: 900;
  margin-top: 15px;
  margin-bottom: 5px;
}
.section35 section.our-team .naccs .menu_section35 div span {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 700;
  display: block;
}
.section35 section.our-team .naccs .menu_section35 div.active h4 {
  color: var(--primary-color);
}
.section35 section.our-team ul.nacc {
  margin-top: 40px !important;
  position: relative;
  min-height: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section35 section.our-team ul.nacc li {
  z-index: -1;
  opacity: 0;
  transform: translateX(50px);
  background-color: var(--body-color);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  padding: 40px;
  width: 100%;
}
.section35 section.our-team ul.nacc li .right-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section35 section.our-team ul.nacc li .right-image img {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.section35 section.our-team ul.nacc li .left-content {
  text-align: left;
  margin-right: 380px;
}
.section35 section.our-team ul.nacc li .left-content h4 {
  font-size: 20px;
  color: #111;
  margin-bottom: 25px;
  font-weight: 800;
}
.section35 section.our-team ul.nacc li .left-content span a {
  font-size: 14px;
  font-weight: 600;
  margin-right: 30px;
  padding-right: 30px;
  color: #111;
  border-right: 2px solid #111;
  transition: all 0.3s;
}
.section35 section.our-team ul.nacc li .left-content span a:hover {
  color: var(--primary-color);
}
.section35 section.our-team ul.nacc li .left-content .last-span a {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}
.section35 section.our-team ul.nacc li .left-content p {
  margin-bottom: 30px;
}
.section35 section.our-team ul.nacc li .left-content .text-button {
  margin-top: 30px;
}
.section35 section.our-team ul.nacc li p {
  margin: 0;
}
.section35 section.our-team ul.nacc li.active {
  position: relative;
  overflow: hidden;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}
.section35 .section-heading {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 60px;
}
.section35 .section-heading h6 {
  font-size: 13px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
}
.section35 .section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 28px;
  font-weight: 900;
  text-transform: capitalize;
  color: #111;
}
.section35 .section-heading h4 em {
  font-style: normal;
  color: var(--primary-color);
}
.section35 .text-button a {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
  text-decoration: underline;
  transition: all 0.3s;
}
.section35 .text-button a:hover {
  opacity: 0.75;
}

@media (max-width: 992px) {
  .section35 section.our-team ul.nacc li .left-content span a {
    margin-right: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .section35 section.our-team ul.nacc li .right-image {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    transform: translateY(0%);
  }
  .section35 section.our-team ul.nacc li .right-image img {
    border-radius: 15px;
  }
  .section35 section.our-team ul.nacc li {
    padding: 0px;
  }
  .section35 section.our-team ul.nacc li .left-content {
    margin-right: 0px;
    padding: 30px;
  }
  .section35 section.our-team .naccs .menu_section35 div {
    width: 12%;
    margin: 0px 5px;
  }
  .section35 section.our-team .naccs .menu_section35 div .avatar {
    max-width: 100%;
    height: auto;
  }
  .section35 section.our-team .naccs .menu_section35 div.active .avatar img {
    border: 3px solid #dc8cdb;
  }
  .section35 section.our-team .naccs .menu_section35 div h4,
  .section35 section.our-team .naccs .menu_section35 div span {
    display: none;
  }
}
.section36 section.our-office .left-info {
  margin-right: 0px;
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin-top: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 40px;
}
.section36 section.our-office .left-info p {
  margin-bottom: 40px;
}
.section36 section.our-office .left-info ul li {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  font-style: italic;
  margin-bottom: 20px;
}
.section36 section.our-office .left-info ul li:last-child {
  margin-bottom: 0px;
}
.section36 section.our-office .left-info .main-button-gradient {
  margin-top: 40px;
}
.section36 section.our-office #video {
  margin-left: -70px;
}
.section36 section.our-office #video .thumb {
  position: relative;
}
.section36 section.our-office #video .thumb .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
}
.section36 section.our-office #video .thumb .play-button a {
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  transform: translate(-40px, -40px);
  color: #fff;
  font-size: 22px;
  background: linear-gradient(-145deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}
.section36 section.our-office #video img {
  border-radius: 20px;
}
.section36 .section-heading {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 60px;
}
.section36 .section-heading h6 {
  font-size: 13px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
}
.section36 .section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 28px;
  font-weight: 900;
  text-transform: capitalize;
  color: #111;
}
.section36 .section-heading h4 em {
  font-style: normal;
  color: var(--primary-color);
}
.section36 .section-heading p {
  margin-top: 30px;
}
.section36 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section36 li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.section36 img {
  width: 100%;
  overflow: hidden;
}
.section36 .main-button-gradient a {
  font-size: 13px;
  color: #fff;
  background: linear-gradient(-145deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s;
  text-decoration: none;
}
.section36 .main-button-gradient a:hover {
  background: linear-gradient(-145deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  opacity: 0.9;
}

@media (max-width: 992px) {
  .section36 section.our-office #video {
    margin-left: 0px;
    margin-top: 30px;
  }
  .section36 section.contact-us .contact-info {
    margin-top: 15px;
  }
  .section36 section.contact-us #contact {
    margin-left: 0px;
  }
  .section36 section.contact-us #contact button {
    float: none;
  }
}
.section37 .list-card .section-heading {
  margin-bottom: 60px;
}
.section37 .list-card .item .down-content {
  padding-top: 30px;
  position: relative;
  z-index: 3;
  background-color: var(--body-bg);
}
.section37 .list-card .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}
.section37 .list-card .item .down-content span {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
}
.section37 .list-card .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}
.section37 .list-card .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}
.section37 .list-card .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.section37 .list-card .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}
.section37 .list-card .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}
.section37 .list-card .item .thumb {
  position: relative;
}
.section37 .list-card .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.section37 .list-card .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
}
.section37 .list-card .owl-nav .owl-prev {
  position: absolute;
  left: -64px;
  outline: none;
}
.section37 .list-card .owl-nav .owl-prev span {
  opacity: 0;
}
.section37 .list-card .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all 0.5s;
}
.section37 .list-card .owl-nav .owl-next span {
  opacity: 0;
}
.section37 .list-card .owl-nav .owl-next {
  opacity: 0.75;
  transition: all 0.5s;
  outline: none;
  position: absolute;
  right: -68px;
}
.section37 .list-card .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: "FontAwesome";
  color: var(--primary-color);
  font-size: 25px;
  font-weight: 700;
  content: "\f104";
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border: 1px solid var(--primary-color);
}
.section37 .list-card .owl-nav .owl-prev:hover {
  opacity: 1;
}
.section37 .list-card .owl-nav .owl-next:hover {
  opacity: 1;
}
.section37 .list-card .owl-nav .owl-next:before {
  display: inline-block;
  font-family: "FontAwesome";
  color: var(--primary-color);
  font-size: 25px;
  font-weight: 700;
  content: "\f105";
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border: 1px solid var(--primary-color);
}
.section37 .list-card .owl-dots {
  display: none;
}
.section37 .section-heading h2 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}
.section37 .section-heading span {
  font-size: 14px;
  color: #a1a1a1;
  font-style: italic;
  font-weight: 400;
}

@media (max-width: 991px) {
  .section37 html,
  .section37 body {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  .section37 .list-card .owl-nav .owl-next,
  .section37 .list-card .owl-nav .owl-prev {
    display: none;
  }
}
.section38 .services {
  position: relative;
}
.section38 .services .section-heading p {
  margin-top: 10px;
  margin-left: 18%;
  margin-right: 18%;
}
.section38 .services .section-heading {
  text-align: center;
  margin-bottom: 80px;
}
.section38 .services .section-heading .line-dec {
  margin: 0 auto;
}
.section38 .services .container-fluid {
  padding-left: 65px;
  padding-right: 65px;
}
.section38 .service-item {
  position: relative;
  z-index: 1;
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 10px;
  border-top-right-radius: 50px;
  transition: all 0.3s;
}
.section38 .service-item .icon {
  margin-left: 0px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
}
.section38 .service-item h4 {
  transition: all 0.3s;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.section38 .service-item p {
  transition: all 0.3s;
  font-size: 15px;
  margin-bottom: 20px;
}
.section38 .service-item:hover h4 {
  color: #fff;
}
.section38 .service-item:hover p {
  color: #fff;
}
.section38 .service-item:hover .text-button a {
  color: #fff;
}
.section38 .service-item:hover {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.section38 .section-heading {
  position: relative;
  z-index: 2;
}
.section38 .section-heading h4 {
  color: #2a2a2a;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.section38 .section-heading h4 em {
  font-style: normal;
  color: var(--primary-color);
}
.section38 .section-heading img {
  width: 45px;
  height: 2px;
}
.section38 .section-heading p {
  margin-top: 10px;
}

@media (max-width: 992px) {
  .section38 .service-item {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section38 .service-item {
    text-align: center;
    padding: 30px;
  }
  .section38 .service-item .icon {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .section38 .service-item .right-content {
    display: inline-block;
  }
}
.section39 .the-clients .section-heading {
  text-align: center;
  margin-bottom: 80px;
}
.section39 .the-clients .section-heading p {
  margin-top: 10px;
  margin-left: 18%;
  margin-right: 18%;
}
.section39 .the-clients .naccs {
  position: relative;
}
.section39 .the-clients .naccs .menu_section39 div {
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: left;
  padding: 0px 15px;
  cursor: pointer;
  position: relative;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.section39 .the-clients .naccs .menu_section39 div.active h4 {
  color: var(--primary-color);
}
.section39 .the-clients .naccs .menu_section39 div.active i {
  color: var(--primary-color);
}
.section39 .the-clients .naccs .menu_section39 div.active span.rating {
  color: var(--primary-color);
}
.section39 .the-clients .naccs .menu_section39 div.active .thumb {
  color: var(--primary-color);
}
.section39 .the-clients ul.nacc {
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.section39 .the-clients ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 100%;
}
.section39 .the-clients ul.nacc li.active {
  transition-delay: 0.3s;
  position: absolute;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}
.section39 .the-clients .nacc .thumb .client-content img {
  width: 76px;
  height: 62px;
}
.section39 .the-clients .nacc .thumb .client-content {
  padding: 60px 30px;
  background-image: url("./assets/images/client-bg.png");
  background-size: cover;
  border-radius: 50px;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
}
.section39 .the-clients .nacc .thumb .client-content p {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-style: italic;
  margin-top: 30px;
}
.section39 .the-clients .nacc .thumb .down-content {
  margin-top: 30px;
}
.section39 .the-clients .nacc .thumb .down-content img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  display: inline;
}
.section39 .the-clients .nacc .thumb .down-content .right-content {
  display: inline-block;
  margin-left: 20px;
}
.section39 .the-clients .nacc .thumb .down-content .right-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.section39 .the-clients .nacc .thumb .down-content .right-content span {
  color: #2a2a2a;
}
.section39 .menu_section39 .thumb h4 {
  margin-bottom: 0px;
  font-size: 20px;
  color: #2a2a2a;
}
.section39 .menu_section39 .thumb span.date {
  display: inline-block;
  margin-top: 0px;
  color: #afafaf;
}
.section39 .menu_section39 .thumb span.category {
  font-weight: 700;
  color: #afafaf;
}
.section39 .menu_section39 .thumb span.rating {
  font-weight: 700;
  color: #afafaf;
}
.section39 .menu_section39 .thumb i {
  color: #afafaf;
}
.section39 .section-heading {
  position: relative;
  z-index: 2;
}
.section39 .section-heading h4 {
  color: #2a2a2a;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.section39 .section-heading h4 em {
  font-style: normal;
  color: var(--primary-color);
}
.section39 .section-heading p {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .section39 .the-clients .naccs .menu_section39 div {
    text-align: center;
  }
  .section39 .menu_section39 .thumb span.date {
    margin-bottom: -20px;
    display: block;
  }
  .section39 .the-clients .nacc .thumb .down-content .right-content {
    margin-left: 0px;
    margin-top: 15px;
  }
  .section39 .the-clients .nacc .thumb .down-content {
    text-align: center;
  }
}
.section40 .main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}
.section40 .main-banner .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section40 .main-banner .caption h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}
.section40 .main-banner .caption h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}
.section40 .main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}
.section40 .main-banner .caption p {
  color: #fff;
  font-size: 14px;
  max-width: 570px;
}
.section40 .main-banner .caption .main-button-red {
  margin-top: 30px;
}
.section40 #bg-video {
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.section40 #bg-video::-webkit-media-controls {
  display: none;
}
.section40 .video-overlay {
  position: absolute;
  background-color: rgba(31, 39, 43, 0.75);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.section40 a {
  text-decoration: none;
  color: #3cf;
}
.section40 a:hover {
  color: #fc3;
}
.section40 .main-button-red a {
  font-size: 13px;
  color: #fff;
  background-color: var(--primary-color);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s;
}
.section40 .main-button-red a:hover {
  opacity: 0.9;
}

@media screen and (max-width: 767px) {
  .section40 .main-banner .caption h6 {
    font-weight: 500;
  }
  .section40 .main-banner .caption h2 {
    font-size: 36px;
  }
}
.section41 section.our-facts {
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px 125px 0px;
}
.section41 section.our-facts h2 {
  font-size: 38px;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}
.section41 section.our-facts .video {
  text-align: center;
  margin-left: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
}
.section41 section.our-facts .video img {
  padding: 170px 0px;
  max-width: 56px;
}
.section41 .count-area-content {
  text-align: center;
  background-color: rgba(250, 250, 250, 0.15);
  border-radius: 20px;
  padding: 25px 30px 35px 30px;
  margin: 15px 0px;
}
.section41 .count-digit {
  display: inline-block;
  margin: 5px 0px;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 36px;
}
.section41 .ext-text {
  transform: translateY(-15px);
  margin-left: 3px;
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-color);
}
.section41 .count-title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
}
.section41 .new-students {
  margin-top: 45px;
}

@media (max-width: 992px) {
  .section41 section.our-facts .video {
    margin-left: 0px;
    margin-top: 15px;
  }
  .section41 .new-students {
    margin-top: 15px;
  }
}/*# sourceMappingURL=web.css.map */