/*-----------------------------------------------------------------------------------
    Template Name   : FOA
    Developer       :
    Description     : This is a SCSS Template
    Version         : 1.0
-----------------------------------------------------------------------------------*/
/****** Theme Reset Style ***********************************************************
*********************************************************** Theme Reset Style ******/
@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  background: #fff;
  font-size: 15px;
  color: #7e7e7e;
  font-family: "Urbanist", sans-serif;
  overflow-x: hidden;
  font-weight: 500;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0 0 13px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;

  color: #000;
}

div {
  outline: none;
}

p a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
}

p a:hover {
  text-decoration: underline;
  outline: none;
}

p {
  letter-spacing: normal;
  margin: 0 0 10px;
  color: #7e7e7e;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
}

a {
  color: #000;
  text-decoration: none;
  outline: none !important;
  display: block;
  font-family: "Urbanist", sans-serif;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: #000;
}

.btn:hover,
.btn:focus,
.btn.focus {
  outline: none;
  text-decoration: none;
  color: #fff;
}

/****** Image Style ******/
img {
  max-width: 100%;
}

/***** iframe ****/
iframe {
  border: 0;
  width: 100%;
}

/**** blockquote ****/
blockquote {
  padding: 0;
  border: 0;
}

/****** From Element Style ******/
label {
  display: block;
  font-weight: 400;
  margin: 0;
}

textarea {
  border-radius: 0;
  resize: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input,
.form-control {
  height: 45px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  position: relative;
  font-weight: 300;
}

.form-control.border-0 {
  border: 0;
}

.form-control.bg-wihet {
  background: #fff;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control:-moz-placeholder {
  color: #999;
}

.form-control::-moz-placeholder {
  color: #999;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form-control:focus:-moz-placeholder {
  opacity: 0;
}

.form-control:focus::-moz-placeholder {
  opacity: 0;
}

.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}

/****** From Element Style ******/
/****** Theme Reset Style ***********************************************************
  *********************************************************** Theme Reset Style ******/
/****** Global Elements ***********************************************************
  *********************************************************** Global Elements ******/
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/**** overlay ***/
.overlay-dark {
  position: relative;
}

.overlay-dark::before,
.overlay-dark::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/**** Postion ****/
.position-center-center {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/**** row-no-gutter ***/
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/******** Margin & Padding *******/
.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-200 {
  margin-top: 200px !important;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

/**** Section-padding & section-margin ****/
.section-padding {
  padding-top: 70px;
}

.section-margin {
  margin: 100px 0;
}

.wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wrapper .btn-white {
  color: #3a4245;
  background-color: #fff;
  border: 1px solid #d3d9db !important;
}

.wrapper .btn-blue {
  background-color: #13213e;
  color: #fff;
  border: 1px solid #13213e;
}

.wrapper .btn-blue:hover {
  background-color: #fda30f;
  color: #fff;
  border: 1px solid #fda30f;
}

.wrapper .btn-yellow {
  background-color: #fda30f;
  color: #fff;
  border: 1px solid #fda30f;
}

.wrapper .btn-yellow:hover {
  background-color: #fda30f;
  color: #fff;
  border: 1px solid #fda30f;
}

.wrapper .btn-light-gray {
  background-color: rgba(39, 76, 119, 0.2);
  color: #274C77;
  border: 1px solid rgba(39, 76, 119, 0.2);
}

.wrapper .btn-light-gray:hover {
  background-color: rgba(39, 76, 119, 0.2);
  color: #274C77;
  border: 1px solid rgba(39, 76, 119, 0.2);
}

.wrapper .btn {
  transition: all 0.15s ease-in-out;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  padding: 0.5em 1em;
  transition: 0.35s;
}

.wrapper .btn:hover {
  box-shadow: 0 4px 10px rgb(0 0 0 / 12%);
  transform: translate3d(0, -1px, 0);
}

.wrapper .btn-lg {
  font-size: 16px;
  font-weight: 500;
  padding: 0.8em 1.6em;
}

/**** Truncate-Text ****/
.truncate-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.top-header {
  background: #f7f7f7;
  box-shadow: 0px 4px 4px rgba(204, 204, 204, 0.25);
  padding: 10px 0px;
}

.wrapper .container-fluid {
  width: 85%;
}

.top-header-left ul {
  display: flex;
  align-items: center;
}

.top-header-left ul li {
  margin-right: 80px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #516f91;
}

.top-header-left ul li:last-child {
  margin-right: 0;
}

.header-right ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-right ul li {
  margin-right: 42px;
}

.header-right ul li:last-child {
  margin-right: 0;
}

.header-right ul li a {
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  line-height: 22px;
  color: #274c77;
}

.header-right ul li .btn {
  display: flex;
  align-items: center;
  justify-content: center;

}

.header-right ul li .btn img {
  margin-right: 10px;
  width: 20px;
}

.main-header {
  padding: 18px 0px;
}

.main-menu-holder {
  display: flex;
  align-items: center;
}

.logo-holder {
  margin-right: 30px;
}

.menu-list .menu-list-holder {
  display: flex;
  align-items: center;


}

.menu-list .menu-list-holder .menu-list-items {
  /* margin-left: 35px; */

}

.menu-list .menu-list-holder .menu-list-items:last-child {
  margin-right: 0;
}

.menu-list .menu-list-holder .menu-list-items .menu-list-link.active-menu {
  font-weight: 700;
}

.menu-list .menu-list-holder .menu-list-items .menu-list-link {
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  padding: 10px 8px;
}

.menu-list .menu-list-holder .menu-list-items .menu-list-link:hover {

  background-color: #0b4d70;
  color: #fff;

}


.menu-list .menu-list-holder .menu-list-items .menu-list-link:active.search-course .form-control {

  background-color: #0b4d70;
  color: #fff;
}

.select-course .form-select {
  width: 205px;
  height: 38px;
  border-radius: 0;

}

.search-course .form-control,
.select-course .form-select {

  width: 205px !important;
  border-radius: 5px !important;

}

.search-course {
  position: relative;
}

.search-course .form-control {
  width: 205px;
  border-radius: 0;
  height: 38px;
  padding-left: 50px;

}

.header-search-holder {
  display: flex;
  align-items: center;
  margin-left: 10px;

}

.search-course svg {
  position: absolute;
  left: 12px;
  z-index: 1;
  top: 11px;
}

.search-course .form-control:focus,
.select-course .form-select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #eee;
}

.main-banner {
  background: linear-gradient(180deg, #13213e 0%, #001e5c 100%);
  height: 640px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.slick-list {
  margin: 0 -15px;
  overflow: hidden;
}

.slick-list .slick-slide {
  margin: 0 15px;
}

.client-logos-holder .banner-slide {
  display: inline-block;
}

.client-logos-holder li {
  display: inline-block;
}

.banner-slide-left {
  color: #fff;
}

.banner-slide-holder {
  display: flex;
  justify-content: space-between;
}

.banner-heading h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #e7ecef;
}

.banner-heading h2 {
  font-weight: 700;
  font-size: 54px;
  line-height: 65px;
  margin-top: 30px;
  color: #e7ecef;
}

.banner-heading p {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 38px;
  color: #e7ecef;
}

.banner-vec-1 {
  position: absolute;
  left: 53%;
  top: 40px;
}

.banner-vec-2 {
  position: absolute;
  right: 12%;
  top: 40px;
  width: 31px;
}

.banner-vec-3 {
  position: absolute;
  right: 2%;
  top: 40%;
}

.banner-vec-4 {
  position: absolute;
  right: 10%;
  bottom: 12%;
}

.banner-vec-5 {
  position: absolute;
  left: 13%;
  top: 52px;
}

.banner-vec-6 {
  position: absolute;
  left: 2%;
  top: 43%;
}

.banner-vec-7 {
  position: absolute;
  left: 10%;
  bottom: 12%;
}

.total-c-card {
  display: flex;
  align-items: center;
}

.total-c-card-img {
  margin-right: 24px;
}

.total-c-card-detail h4 {
  font-weight: 500;
  font-size: 25px;
  line-height: 26px;
  color: #13213e;
  margin-bottom: 4px;
}

.total-c-card-detail p {
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #13213e;
  margin-bottom: 0;
}

.main-heading h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 20px;
  color: #13213e;
}

.main-heading p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 28px;
  color: #414141;
}

.explore-teach-holder {
  background: #f7f7f7;
}

.teach-card {
  border: 1px solid white;
  border-radius: 5px;
  padding: 15px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}


.teach-card:hover {
  background-color: #efb957;
  color: #fff;
  border: 1px solid #efb957;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(22, 22, 26, 0.1);
}


.teach-card:hover h2 {
  color: #fff;
}

.teach-card:hover p {
  color: #fff;
}

.teach-card:hover img {
  filter: brightness(0) invert(1);
}


.teach-card h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #13213e;
}

.teach-card img {
  margin-bottom: 20px;
}

.teach-card p {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 30px;
  color: #444444;
  text-align: justify;
}

.teach-card a {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #fda30f;
}

.teach-card a svg {
  margin-left: 4px;
}

.popluar-course-holder {
  background: linear-gradient(180deg, #13213e 0%, #001e5c 100%);
  position: relative;
  overflow: hidden;
}

.popular-card {
  background-color: #fff;
  height: 503px;
  /* width: 280px; */
}

.popular-course-header {
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.popular-course-header .btn {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 10px;
}

.popular-course-body {
  padding: 20px 10px;
  text-align: center;
}

.popular-course-body h3 {
  font-size: 21px;
}

.popular-course-body p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
}

.popular-course-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding: 20px 10px;
}

.p-course-footer-left img {
  width: 100px;
}

.p-course-footer-left span {
  font-size: 9px;
}

.p-course-footer-left p {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
  color: #000;
}

#popular-course li {
  transition: all 0.5s ease-in-out 0s !important;
  opacity: 0.5;
}

#popular-course .slick-slide.slick-current.slick-active.slick-center {
  opacity: 1;
  backface-visibility: hidden;
  transform: scale(1.1) !important;
  transition: all 0.5s ease-in-out 0s !important;
  overflow: hidden;
}

#popular-course .slick-list {
  overflow: visible;
}

#popular-course .slick-arrow {
  position: absolute;
  height: 60px;
  width: 60px;
  background-color: #fff;
  border-radius: 100%;
  color: #000;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

#popular-course .slick-arrow:hover {
  cursor: pointer;
}

#popular-course .slick-arrow.slick-prev {
  left: 39%;
  top: 58%;
}

#popular-course .slick-arrow.slick-next {
  right: 38%;
  top: 58%;
}

.slick-slide.slick-current.slick-active.slick-center .btn.btn-yellow {
  line-height: 16px !important;
}

.section-padding.recomended-holder {
  background: #fafafa;
}

.recomended-tabs-holder li .nav-link {
  background: #ffffff;
  border-radius: 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  color: #9a9da0;
  width: 120px;
  height: 45px;
}

.recomended-tabs-holder li {
  margin-right: 10px;
}

.recomended-tabs-holder li:last-child {
  margin-right: 0;
}

.recomended-tabs-holder li .nav-link.active {
  padding: 8px 16px;
  background: #e6edf9;
  color: #004fc5;
  border-radius: 24px;
}

.r-card-header {
  height: 230px;
  background-position: center;
  background-size: cover;
  border-radius: 15px 15px 0px 0px;
  background-repeat: no-repeat;
}

.recomended-card {
  background: transparent !important;
  border: 1px solid #d8dde0;
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  /* Slower transition */
  box-shadow: 0 4px 8px rgba(22, 22, 26, 0.1);
}

.recomended-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(22, 22, 26, 0.2);
}

.r-enroll-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper .badge {
  padding: 4px 8px;
  display: flex;
  align-items: center;
  border-radius: 32px;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

.badge.badge-blue {
  color: #004fc5;
  background: #e6edf9;
}

.badge .circle {
  background-color: #004fc5;
  height: 8px;
  width: 8px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 5px;
}

.r-card-body {
  padding: 20px;
}

.r-card-enroll {
  text-decoration: none;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  color: #004fc5;
}

.rating-img-holder img {
  width: 100px;
}

.rating-img-holder span {
  font-size: 9px;
}

.wrapper .btn-black {
  background-color: #000;
  color: #fff;
  border-radius: 32px;
  border: 1px solid #000;
}

.wrapper .btn-black:hover {
  background: #d0a200;
  color: #fff;
  border: 1px solid#D0A200;
}

.r-card-body h3 {
  margin: 20px 0px 7px 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #060606;
}

.r-card-body p {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #616364;
}

.r-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.type-c-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.type-c-card p {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-bottom: 0;
  color: #13213e;
}

.type-c-card-header {
  background: #fbfbfb;
  border: 1px solid rgba(7, 32, 84, 0.2);
  border-radius: 15px;
  width: 149.1px;
  height: 134.84px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}

.type-c-card h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
  text-align: center;
  color: #160647;
}

.type-of-classes-holder {
  background: #13213e;
}

.type-of-classes-holder .main-heading h2 {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 122%;
}

.type-class-holder {
  display: flex;
  justify-content: center;
}

.type-class-holder li {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.37);
  border-right: 1px solid rgba(255, 255, 255, 0.37);
  position: relative;
  padding: 15px;
}

.type-class-holder li:last-child {
  border-right: 0;
}

.type-class-holder li img {
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  border-radius: 100%;
  margin-top: -65px;
  margin-bottom: 30px;
}

.type-class-holder li h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 128%;
  letter-spacing: -0.02em;

  color: #ffffff;
}

.type-class-holder li p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 141%;
  color: #ffffff;
}

.simple-steps-start .main-heading h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 127%;
  letter-spacing: -0.03em;
  margin-bottom: 4px;
}

.simple-steps-start .main-heading p {
  font-weight: 400;
  font-size: 16px;
  line-height: 141%;
  color: #4c5653;
}

.steps-card {
  background: linear-gradient(119.83deg, #f5efe7 3.7%, #fffaf5 57.72%);
  padding: 30px 15px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #faede0;
  align-items: center;
}

.steps-card h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 132%;
  margin-bottom: 0;
  color: #2a312f;
}

.steps-card h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 128%;
  margin-bottom: 0;
  letter-spacing: -0.02em;
  color: #2a312f;
}

.steps-card span {
  background-color: rgba(55, 64, 61, 0.37);
  width: 103px;
  height: 1px;
  display: inline-block;
}

.testimonia-holder {
  position: relative;
}

.testimonial-card {
  position: relative;
  background: #f5f8fe;
  padding: 70px 20px 20px 20px;
  border-radius: 15px;
}

.testimonial-card .user-test-img {
  position: absolute;
  margin-top: -140px;
  right: 10px;
}

.testimonial-card h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #1c3965;
  margin-bottom: 10px;
}

.testimonial-card p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #616364;
  margin-bottom: 0;
}

.testimonial-card-footer {
  margin-top: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.testimonial-card-footer .test-c-f-left h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 2px;
  color: #1c3965;
}

.testimonial-card-footer .test-c-f-left p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 0;
  color: #616364;
}

#testimonial-slider .slick-list {
  height: 450px;
}

#testimonial-slider li {
  margin-top: 100px !important;
}

.slick-slide.slick-current.slick-active.slick-center .testimonial-card {
  background: #13213e;
}

.slick-slide.slick-current.slick-active.slick-center .testimonial-card h4,
.slick-slide.slick-current.slick-active.slick-center .testimonial-card-footer .test-c-f-left h5 {
  color: #fff;
}

.slick-slide.slick-current.slick-active.slick-center .testimonial-card p {
  color: #f1f1f1;
}

.test-c-f-right img {
  width: 100px;
}

.foa-email {
  display: flex;
  justify-content: center;
  align-items: center;
}

.foa-email li {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 2px solid #c5c5cf;
}

.foa-email li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.foa-email li a {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1.625px;
  text-transform: uppercase;
  text-decoration: none;
  color: #473bf0;
}

.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-social li {
  margin-right: 10px;
}

.footer-social li:last-child {
  margin-right: 0;
}

.footer-social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #343538;
  border-radius: 30px;
}

.footer-social li a svg {
  color: #fff;
}

.main-footer {
  background: #13213e;
}

.footer-detail-top p {
  margin-top: 22px;
  margin-bottom: 24px;
  color: #b1b1b1;
}

.footer-links h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 145%;
  margin-bottom: 12px;
  color: #b1b1b1;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links li:last-child {
  margin-bottom: 0;
}

.footer-links li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  text-decoration: none;
  display: inline-block;
  color: #b1b1b1;
}

.footer-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-menu li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  line-height: 145%;
  color: #b1b1b1;
}

.footer-bottom-line {
  margin: 40px 0px;
  height: 1px;
  width: 100%;
  display: block;
  background-color: rgba(99, 113, 108, 0.37);
}

.copy-write-footer p {
  color: #b1b1b1;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  margin-bottom: 0;
}

.bottom-footer-links a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  text-decoration: none;
  color: #b1b1b1;
}

.bottom-footer-links p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  margin-bottom: 0;
  color: #b1b1b1;
}

.bottom-footer-links a:hover {
  color: #fff;
}

.wrapper .container {
  max-width: 1520px;
}

/*****************************************************Inner-pages*******************************************/
/*****************************************************Inner-pages*******************************************/
.course-btn {
  transition: all 0.15s ease-in-out;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  padding: 0.5em 3em;
  transition: 0.35s;
  text-decoration: none;
  display: inline-block;
}

.course-btn:hover {
  box-shadow: 0 4px 10px rgb(0 0 0 / 12%);
  transform: translate3d(0, -1px, 0);
}

.courses-banner {
  background-color: #E5E5E5;
  background-image: url(./assets/images/course/main-banner-courses-bg.png);
  background-position: center;
  background-size: cover;
  min-height: 433px;
  padding: 10px 0;
}

.sourses-banner-title {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-bottom: 20px;
}

.sourses-banner-title h2 {
  font-size: 32px;
  margin: 0;
}

.sourses-banner-title img {
  width: 45px;
  height: 39px;
}

.courses-banner-content p {
  font-size: 15px;
  color: #1A1A1A;
  font-family: Urbanist;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: justify;
}

.courses-banner-content span {
  font-family: Urbanist;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(26, 26, 26, 0.7);
  display: block;
  margin-bottom: 20px;
}

.courses-banner-img {
  position: relative;
  text-align: left;
}

.courses-banner-right-main {
  position: absolute;
  height: 305px;
  width: 660px;
  left: 10px;
  top: -24px;
  border-radius: 5px;
  z-index: 999;
}

.courses-banner-right-1 {
  position: absolute;
  z-index: 2222;
  right: 20px;
  top: -10px;
}

.courses-banner-right-2 {
  position: absolute;
  width: 136px;
  height: 121px;
  z-index: 0000;
  bottom: -360px;
  right: -100px;
  opacity: 0.7;
}

.courses-banner-right-3 {
  position: absolute;
  width: 45px;
  height: 140px;
  bottom: -352px;
  left: -12px;
  opacity: 0.7;
}

.cover-course-body {
  width: 972px;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04);
  background-color: #FFFFFF;
}

.cover-course-inner {
  margin: 21px 14px;
}

.cover-course-inner h2 {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1D1F;
}

.cover-course-list {
  display: flex;
  gap: 115px;
  align-items: center;
}

.list-1 ul {
  margin: 0;
  padding: 0;
}

.list-1 ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 17px;
}

.list-1 ul li span {
  height: 16.416657447814941px;
  width: 16.416641235351562px;
  border: 1.5px solid #200E32;
  border-radius: 5px;
  display: block;
  text-align: center;
}

.list-1 ul li span i {
  font-size: 14px;
  text-align: center;
  display: block;
}

.list-1 ul li p {
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1D1F;
  margin: 0;
}

.course-achieve {
  margin: 20px 0;
}

.course-achieve h2 {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin-top: 62px;
  margin-bottom: 30px;
}

.course-achieve ul {
  margin: 0;
  padding: 0;
}

.course-achieve ul li {
  display: flex;
  align-items: center;
  height: 56px;
  width: 969.90966796875px;
  background-color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04);
  gap: 15px;
  margin-bottom: 20px;
}

.course-achieve ul li span {
  display: block;
  Width: 19.25px;
  Height: 19.25px;
  border: 1.5px solid #200E32;
  border-radius: 50%;
  margin-left: 15px;
}

.course-achieve ul li span i {
  font-size: 14px;
  text-align: center;
  display: block;
  margin-top: 3px;
}

.course-achieve ul li p {
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin: 0;
}

.course-for {
  margin: 45px 0;
}

.course-for h2 {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
}

.course-for p {
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1D1F;
}

.course-overview h2 {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
}

.course-overview p {
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1D1F;
}

.course-overview p:last-child {
  margin: 0;
}

.course-overview ul {
  margin-left: 20px;
}

.course-overview ul li {
  list-style: disc;
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1D1F;
  margin-bottom: 6px;
}

.course-trending-body {
  width: 453px;
  border: 1px solid #E0E0E0;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background: #FFFFFF;
}

.course-trending-inner {
  padding: 30px 22px;
}

.course-trending-top {
  position: relative;
}

.course-trending-top img {
  width: 403px;
  height: 218px;
  border-radius: 5px;
}

.course-trending-top p {
  background-image: url(./assets/images/course/Rectangle-trending.png);
  background-position: center;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  position: absolute;
  top: 9px;
  left: 9px;
  width: 83px;
  height: 18px;
  text-align: center;
  margin-top: 0px;
  letter-spacing: 1px;
}

.trending-button {
  margin: 20px 0;
}

.trending-btn {
  transition: all 0.15s ease-in-out;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  padding: 0.5em 3em;
  transition: 0.35s;
  text-decoration: none;
  text-align: center;
}

.trending-btn:hover {
  box-shadow: 0 4px 10px rgb(0 0 0 / 12%);
  transform: translate3d(0, -1px, 0);
}

.course-include {
  margin-top: 50px;
}

.course-include h3 {
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1D1F;
}

.course-include ul {
  margin: 10px 0;
}

.course-include ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.course-include ul li i {
  font-size: 17px;
  font-weight: 700;
  color: #274C77;
  margin: 11px 0px;
}

.course-include ul li p {
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #757575;
  margin: 0;
}

.trending-tag h2 {
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #1C1D1F;
}

.trending-tag {
  margin-bottom: 15px;
}

.tag-row {
  display: block;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  gap: 13px;
  width: 100%;
  line-height: 45px;
}


.recomended-title h2 {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
}

.wrapper .btn-black-yelow {
  background-color: #d0a200;
  color: #fff;
  border-radius: 32px;
  border: 1px solid #d0a200;
}

.wrapper .btn-black-yelow:hover {
  background: transparent;
  color: #000;
  border: 1px solid#D0A200;
}


/*********************************************inner-page-category-banner*******************************/
.category-banner {
  background-image: url(./assets/images/category/category-banner-bg.png);
  background-position: center;
  background-size: cover;
}

.category-content {
  text-align: center;
  width: 583px;
  height: 200px;
}

.text {
  text-align: -webkit-center;
}

.category-content h2 {
  font-family: Urbanist;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
  width: 376px;
  margin-left: 97px;
}

.category-content p {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
}

.input-group input {
  width: 493px;
  height: 40px;
}

.input-group-append span {
  width: 90px;
  height: 40px;
  background-color: #274C77;
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
}

.input-group-text {
  /* border-radius: 0 8px 8px 0 !important; */
}

/************************************gallery**********************************/
.gallery-banner {
  background-image: url(./assets/images/gallery/gallery-banner-bg.png);
  background-position: center;
  background-size: cover;
  background-color: #13213E;
  height: 712px;
  position: relative;
}

.gallery-banner-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-banner-title h2 {
  font-family: Urbanist;
  font-size: 26px;
  font-weight: 900;
  line-height: 26px;
  letter-spacing: 0.7799999713897705px;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.img-border {
  background-color: #fff;
}

.img-border div img {
  border: 2px solid #ffffff;
  height: 166px !important;
  width: 248px !important;
}

.slide-holder {
  position: relative;
  margin-top: -596px;
}

.slider-nav {
  border: 2px 4px solid #fff;
}

.slider-for div img {
  height: 500px !important;
  width: 100%;
  border: 1px solid #fff;
}

.slick-prev:before,
.slick-next:before {
  color: #13213E !important;
}

.gallary-nav-title {
  font-family: Urbanist;
  font-size: 36px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 3.5999999046325684px;
  text-align: left;
  color: #333333;
  margin-right: 500px;
}

.line-1 img {
  width: 100%;
  height: 210px;
}

.line-2 img {
  width: 100%;
  height: 500px;
}

.line-3 img {
  width: 100%;
  height: 857px !important;
}

.line-4 img {
  width: 100%;
  height: 603px !important;
  margin-top: 20px;
}

.video-title h2 {
  font-family: Urbanist;
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
}

.padding-tb {
  padding: 50px 0;
}

.gallery-video {
  background: #274C77;
  border-radius: 20px;
}

.gallery-video iframe {
  background: rgba(21, 21, 21, 0.3);
  border-radius: 20px;
  margin-top: 21px;
}

.gallery-upcoming iframe {
  width: 100%;
  height: 228px;
  background: rgba(35, 35, 35, 0.5);
  border-radius: 20px;
}

.gallery-resently iframe {
  width: 100%;
  height: 146px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}

/***********************************about-us-banner****************************/
.about-us-banner {
  width: 100%;
  min-height: 60vh;
  background-image: url(./assets/images/about-us/about-us-banner.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.about-banner-title h2 {
  font-family: Urbanist;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0px;
  text-align: center;
  /* color: #274C77; */
  color: #ffffff;
}

.about-banner-title p {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  /* color: #000; */
  color: #ffffff;
  width: 843px;
  margin: 0 auto;
}

.stroy-title h2 {
  font-family: Urbanist;
  font-size: 40px;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  color: #274C77;
}

.story-detail {
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: justify;
  color: #1C1D1F;
}

.about-stroy-img {
  margin-top: 80px;
}

.about-stroy-img img {
  /* width: 100%;
  height: 580px; */
}

.about-activety-detail {
  border-bottom: 1px solid rgba(39, 76, 119, 0.5);
  padding-bottom: 20px;
}

.daily-activety span {
  display: block;
  height: 48px;
  width: 48px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  background-color: #e6edf9;
  text-align: center;
  margin-bottom: 25px;
}

.daily-activety span i {
  color: #274C77;
  text-align: center;
  margin: 15px 0;
}

.daily-activety h2 {
  font-family: Urbanist;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  color: #274C77;
}

.daily-activety p {
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  color: #FDA30F;
}

.teachter-title h2 {
  font-family: Urbanist;
  font-size: 40px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: #274C77;
}

.activety-teacher-card {
  text-align: center;
}

.teacher-card-top img {
  width: 453px;
  height: 302px;
  border-radius: 10px;
}

.teacher-card-footer {
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  margin-bottom: 20px;
}

.teacher-card-footer h3 {
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #252525;
  margin-bottom: 5px;
  margin-top: 10px;
}

.teacher-card-footer p {
  font-family: Open Sans;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #666666;
}

.vision-img {
  /* position: relative; */
  /* height: 570px; */
  /* margin: 30px 0px; */
}

.vision-1 {
  /* position: absolute; */
  /* top: 0; */
  /* left: -32px; */
  /* z-index: 1000; */
}

.vision-1 img {
  /* width: 387px;
  height: 430px; */
  border-radius: 8px;
}

.vision-2 {
  position: absolute;
  right: 0;
  top: 125px;
}

.vision-2 img {
  width: 322px;
  height: 450px;
  border-radius: 8px;
}

.vision-content {
  /* margin: 198px 40px; */
}

.vision-content h2 {
  font-family: Urbanist;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  color: #274C77;
}

.vision-content p {
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  color: #1C1D1F;
  width: 436px;
}

.mission-content {
  width: 455px;
  /* margin: 80px 65px; */
}

.mission-content h2 {
  font-family: Urbanist;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  color: #183B56;
}

.mission-content p {
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  color: #1C1D1F;
}

.mission-img {}

.mission-img img {
  /* width: 652px;
  height: 362px; */
  border-radius: 8px;
}

/*****************************************contact-us-banner******************************/
.contact-us-banner {
  background-image: url(./assets/images/contact-us/contact-us-banner-bg.png);
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  height: 460px;
}

.contact-banner-title {
  margin: 170px 0;
}

.contact-banner-title h2 {
  font-family: Urbanist;
  font-size: 40px;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: 0px;
  text-align: center;
  /* color: #274C77; */
  color: #FFF;
}

.contact-banner-title p {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  /* color: #000000; */
  color: #FFF;
}

.contact-teacher-title h2 {
  font-family: Urbanist;
  font-size: 40px;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  color: #274C77;
  margin: 0;
}

.contact-teacher-title p {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
}

.contact-teacher-title img {
  width: 564px;
  height: 236px;
}

.contact-detail {}

.contact-detail ul {
  margin: 0;
  padding: 0;
}

.contact-detail ul li {
  display: flex;
  gap: 15px;
  margin: 0 0 45px 0px;
}

.contact-detail ul li:last-child {
  margin-bottom: 0;
}

.contact-detail ul li h3 {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin-bottom: 5px !important;
}

.contact-detail ul li p {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin: 0 !important;
  width: 630px;
}

.contact-1 {
  width: 42px;
}

.contact-icon-2 {
  width: 53px;
  height: 48px;
}

.contact-icon-3 {
  width: 41px;
  height: 50px;
}

.contact-icon-1 {
  height: 52px;
  width: 32px;
  border-radius: 0px;

}

.map-img {
  background: rgba(0, 0, 0, 0.1);
}

.map-img img {
  width: 100%;
  height: 1152px;
}

.foram-title h2 {
  font-family: Urbanist;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0em;
  text-align: left;
  color: #283646;
}

.foram-title p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #283646;
}

.input-holder label {
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 5px;
  letter-spacing: 0em;
  text-align: left;
  color: #283646;
}

.input-holder input {
  height: 40px;
  border-radius: 4px;
  background: #F8F9FA;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.input-holder textarea {
  height: 60px;
  background: #F8F9FA;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.wrapper .btn-blue-2 {
  background-color: #274C77;
  color: #fff;
  border: 1px solid #274C77;
}

.wrapper .btn-blue-2:hover {
  background-color: #274C77;
  color: #fff;
  border: 1px solid #274C77;
}

/*******************************events-banner************************/
.events-banner {
  background-image: url(./assets/images/events/events-bg.png);
  background-position: center;
  background-size: cover;
  height: 460px;
  display: flex;
  justify-content: center;
}

.video-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.video-title h2 {
  font-family: Urbanist;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: #274C77;
}

.video-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}

.video-icon span {
  width: 30px;
  height: 30px;
  display: block;
  background: #D9D9D9;
  border-radius: 5px;
  font-family: Urbanist;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  color: #274C77;
}

#EventsVideo .slick-arrow {
  width: 30px;
  height: 30px;
  display: block;
  background: #D9D9D9;
  border-radius: 5px;
  font-family: Urbanist;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  color: #274C77;
  cursor: pointer;
}

#EventsVideo .slick-prev {
  position: absolute;
  top: 77px;
  left: 43%;
}

#EventsVideo .slick-next {
  position: absolute;
  top: 77px;
  left: 45.5%;
}

.section-padding.events-video-holder {
  position: relative;
}

.event-video {
  margin-top: 5px;
}

.slick-list {
  margin: 0 -15px;
  overflow: hidden;
}

.slick-list .slick-slide {
  margin: 0 15px;
}

.client-logos-holder li {
  display: inline-block;
}

.event-video iframe {
  width: 100%;
  height: 400px;
  text-align: center;
}

.resently-video h2 {
  font-family: Urbanist;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: #274C77;
}

.upcoming-video {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.upcoming-video iframe {
  width: 180px;
  height: 106px;
}

.upcoming-detail h3 {
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #444444;
  margin: 0 !important;
}

.upcoming-detail p {
  font-family: Urbanist;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #444444;
}

.upcoming-detail span {
  font-family: Urbanist;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #FDA30F;
}

.events-video-detail h3 {
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #444444;
  margin: 0 !important;
}

.events-video-detail p {
  font-family: Urbanist;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #444444;
}

.events-video-detail span {
  font-family: Urbanist;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #FDA30F;
}


/****** Responsive Navbar *****/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-nav-item {
  min-width: 320px;
  margin: 0 auto;
}

.sidenav a {
  padding: 15px 0px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

.btn-outline-primary-mb {
  padding: 12px 15px !important;
  border-color: #fff;
}

.sidenav .closebtn {
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 100%) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.rigth-reserved-mobile p {
  color: #fff;
  float: right;
  padding-right: 40px;
}

.mobile-menu-icon svg {
  color: #fff;
}

.mobile-nav-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mobile-logo a img {
  width: 50px;
}

.side-nav-list-menu .side-nav-list li a {
  padding: 30px;
}

.side-nav-list-menu .side-nav-list li a:hover {
  text-decoration: underline;
}

.side-nav-list-menu .side-nav-list li:hover {
  transition: 0.5s;
  transform: translateY(-5px) scale(1.02);
}

.side-nav-list-menu .side-nav-list li {
  margin-right: 0;
  transition: 0.5s;
}

.side-nav-list-menu {
  justify-content: center;
  height: 45%;
}

.mobile-menu-list {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 53%;
}

.mobile-nav-reserved p {
  color: #fff;
  margin-bottom: 0;
}

.mobile-nav-item {
  min-width: 320px;
  margin: 0 auto;
}

.mobile-nav-reserved {
  min-width: 320px;
  margin: 0 auto;
}

.sidenav .closebtn {
  position: absolute;
}

.mobile-list-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mobile-header {
  padding: 15px 9px;
  border-bottom: 1px solid #fffdf442;
  box-shadow: 0px 1px 9px 0px rgb(0 0 0 / 20%);
}

.mobile-menu-icon {
  height: 42px;
  width: 42px;
  align-items: center;
  justify-content: center;
  border: 2px solid #081f50;
  display: flex;
  color: #081f50;
  border-radius: 9px;
  font-size: 18px;
  background-color: #081f50;
}

.mobile-header {
  display: none;
}

.recent-video-list-holder {
  height: 500px;
  overflow-y: scroll;
}


#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.footer-logo {
  display: inline-block;
}

#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #292828;
}

.gallery-nav .nav.nav-pills {
  gap: 5px;
  justify-content: flex-end;
}

.gallery-nav .nav.nav-pills .nav-item button {
  background: #F0F0F0;
  padding: 8px 12px;
  color: #333333;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  border-radius: 0;
  line-height: 30px;
}

.gallery-nav .nav.nav-pills .nav-item .nav-link.active {
  background: #274C77;
  color: #fff;
}

.gallery-photo-video .main-heading h2 {
  margin-bottom: 0;
}

.sticky-top {
  background-color: #ffffff;
}

.carousel-item {
  transition-duration: 2s;
}

.fixed-height {
  height: 260px;
  /* Set a fixed height */
  object-fit: cover;
  /* Maintain aspect ratio and cover the area */
}

.recomended-card {
  overflow: hidden;
}

.recomended-card img {
  transition: transform 1s;
}

.recomended-card img:hover {
  transform: scale(1.10);
}



.whatweTech {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

@media (max-width:1400px) {
  .fixed-height {
    height: 230px;
  }

  .more-detail-btn {
    margin-top: -15px;
  }
}

@media (max-width:1200px) {
  .fixed-height {
    height: 165px;
  }

  .more-detail-btn {
    margin-top: -15px;
  }
}

/* Mobile devices ke liye */
@media (max-width: 768px) {
  .fixed-height {
      height: auto !important;     /* height fix hata di */
      object-fit: contain !important; /* full image dikhegi */
  }
}


.freeTrilSection{
  background-image:url('./assets/images/free-demo-bg.jpg');
  height: 98vh !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qr-script{
     min-width: 475px;
    width: 25%;
    padding: 25px 32px;
    border-radius: 15px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.10);
    display: flow-root;
    height: auto;
}
.qr-script h2 {
    text-align: center;
}
.qr-script h5 {
    text-align: center;
}
#contactNo{
  width:410px !important;
}
.error-msg{
  color:red;
}
.hide{
  display: none;
}

#comm100-float-button-7f040000-0000-0000-0000-008e00008eb2-2 > div {
  position: fixed !important;
  z-index: 2147483642 !important;
  right: 10px !important;
  bottom: 85px !important;
}
.facebook_menu:hover {
  background-color: #1877F2; /* Facebook Blue */
}

.instagram_menu:hover {
  background-color: #E4405F; /* Instagram Pinkish Red */
}

.whatsapp_menu:hover {
  background-color: #25D366; /* WhatsApp Green */
}

.youtube_menu:hover {
  background-color: #FF0000; /* YouTube Red */
}
.linkedin_menu:hover {
  background-color: #0A66C2; /* LinkedIn Blue */
}

/* Optional: smooth hover transition for better UX */
.facebook_menu,
.instagram_menu,
.whatsapp_menu,
.linkedin_menu,
.youtube_menu {
  transition: background-color 0.3s ease;
}

