@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");


* {
  padding: 0;
  margin: 0;
  outline: none;
  list-style-type: none;
  text-decoration: none;
  box-sizing: border-box;
}

ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
i,
button,
strong,
u,
sub,
sup,
span,
textarea,
table tr td,
select,
input {
  padding: 0;
  margin: 0;
}

select:focus-within,
textarea:focus-within,
input:focus-within,
.form-control:focus-within,
button:focus-within {
  box-shadow: none !important;
}

a,
a:hover {
  color: #000;
  text-decoration: none;
}

ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}


hr {
  border: none;
  display: block;
  width: 100%;
  height: 1px;
}

h1,
h2 {
  font-size: 3.5rem;
  line-height: 130%;
}

h3,
h4 {
  font-size: 2.6rem;
  line-height: 120%;
}

h5,
h6 {
  font-size: 2rem;
  line-height: 120%;
}

p {
  font-size: 1rem;
  line-height: 120%;
}

body {
  background-color: #fff;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

html{
  overflow-x: hidden;
}

.font-mont {
  font-family: "Montserrat", sans-serif;
}

.font-display {
  font-family: "Playfair Display", serif;
}

h1,
h2,
h3 {
  line-height: 100%;
  font-weight: 700;
}

.navbar .navbar-toggler {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.navbar .collapse{
  background-color: #1B2B4B!important;
}

.nav-section.navbar .navbar-nav .nav-item .nav-link{
        color: #fff; 
  }

.navbar .navbar-toggler svg {
  width: 29px;
  color: white;
}

.navbar .collapse {
  background-color: #fff;
  padding: 20px;
}

/* hero css */
.hero-section-one {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 15px;
}

.hero-section-product {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 15px;
  background-color: #1B2B4B;
}

.hero-bg-ol {
  /* background: linear-gradient(0deg, #1B2B4B 5.37%, rgba(27, 43, 75, 0.95) 17.38%, rgba(27, 43, 75, 0.9) 24.41%, rgba(27, 43, 75, 0) 100%); */
  background-image: url('../images/hero-ol.svg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.hero-text {
  margin-top: 190px;
  position: relative;
  z-index: 99;
}

.hero-text .title {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}

.hero-text .sub-title {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 6px;
}

.hero-text .action {
  display: block;
  margin-top: 24px;
  background-color: #C4B27D;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 2px;
  box-shadow: 0px 1px 2px 0px #0A0D120D;
}

.hero-tab {
  max-width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  top: 2.5rem;
}

.hero-tab ul {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 99;
  background-color: #fff;
  border: 1px solid #D5D7DA;
  box-shadow: 0px 1px 2px 0px #0A0D120D;

}

.hero-tab ul li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #2C3542;
  padding: 10px 20px;
  border-right: 1px solid #D5D7DA;
  text-align: center;
  transition: all linear .3s;
}

.hero-tab ul li a.active,
.hero-tab ul li a:hover {
  background-color: #2C3542;
  color: #fff;
}

/* badge css */
.badge-section {
  padding: 64px 0;
}

.badge-text {
  position: relative;
}

.badge-text .starts {
  row-gap: 2px;
}

.badge-text .starts li img {
  width: 16px;
}

.team-area {
  row-gap: 6px;
  margin-top: 10px;
}

.team-area .titles {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-left: 10px;
}

.badge-text .paras {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-top: 10px;
}

.flowers-left {
  position: absolute;
  left: -10rem;
  top: 0.5rem;
  width: 100%;
  height: 100%;
}

.main_button {
      font-size: 16px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-top: 20px;
    border-radius: 2px;
    background: linear-gradient(90deg, #1B2B4B 0%, #4065B1 50.3%, #2D487E 94.61%);
    padding: 12px 16px;
    transition: all linear .3s;
    width: 100%;
    text-align: center;
    box-shadow: 0px 1px 2px 0px #0A0D120D;
}

.flowers-right {
  position: absolute;
  right: -10rem;
  top: 0.5rem;
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}

.badge_module_cbc {
  font-size: 10px;
  background-color: white;
  padding: 4px 8px;
  border-radius: 6px;
  color: #414651;
}


/* common css start */
.common-title {
  margin-bottom: 20px;
}

.common-title h2 {
  font-size: 36px;
  font-weight: 600;
  color: #181D27;
}

.common-title p {
  font-size: 16px;
  font-weight: 400;
  color: #535862;
  margin-top: 16px;
  line-height: 150%;
}

/* common css end */

/* expert css */
.expertize-section {
  padding-bottom: 64px;
}

.expertize-block {
  background-color: #FAFAFA;
  padding: 20px;
}

.expertize-block h5 {
  font-size: 18px;
  font-weight: 600;
  color: #2C3542;
  margin-bottom: 5px;
}

.expertize-block p {
  font-size: 16px;
  font-weight: 400;
  color: #535862;
  line-height: 150%;
  margin-bottom: 20px;
}

.expertize-block .txt {
  max-width: 70%;
}

.expertize-block a {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #1B2B4B;
  transition: all linear .3s;
}

.expertize-block a img {
  width: 20px;
}

.expertize-block a:hover {
  color: #C4B27D;
}

.slider-arrows {
  display: flex;
  align-items: center;
  row-gap: 10px;
}

.slider-arrows button {
  border: 0;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 30px;
}

/* trusted css */
.trusted-company-section {
  background-color: #1B2B4B;
  padding: 64px 0;
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center;
}

.trusted-area h2 {
  font-size: 16px;
  font-weight: 500;
  color: #FAFAFA;
  margin-bottom: 32px;
}

.companies-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  row-gap: 10px;
}

/* about css */
.about-section {
  padding: 64px 0;
}

.about-image-box {
  position: relative;
}

.about-ol {
  background-image: url('../images/about-ol.svg');
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 24px 16px;
  /* padding-top: 210px; */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.about-common-title{
  display: none;
}

.about-ol h6{
  font-size: 12px;
  font-weight: 400;
  color: #FAFAFA;
  text-transform: uppercase;
}
.about-ol h3{
  font-size: 24px;
  font-weight: 600;
  color: #FAFAFA;
  margin: 10px 0;
  line-height: 140%;
  max-width: 90%;
}

.about-ol p{
  font-size: 16px;
  font-weight: 400;
  color: #FAFAFA; 
  margin-bottom: 24px;
}

.about-ol a{
  display: inline-block;
  padding: 8px 16px;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: all linear .3s;
}

.about-ol a:hover{
  background-color: #1B2B4B; 
}

.abouut-stats{
  background-color: #FAFAFA;
  padding: 24px 16px;
  padding-top: 50px;
}

.abouut-stats{
  text-align: center;
}

.abouut-stats h5{
  font-size: 24px;
  font-weight: 700;
  color: #C4B27D;
}
.abouut-stats h6{
  font-size: 16px;
  font-weight: 600;
  color: #2C3542;
  margin: 0 auto;
  margin-top: 4px;
  max-width: 80%;
}

.abouut-stats p {
  display: none;
}

.abouut-stats .row{
  row-gap: 55px;
}
.abouut-stats .border-right{
  position: relative;
}

.abouut-stats .border-right:before{
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #C4B27D;
}

/* progrm css */
.program-box {
  position: relative;
  max-height: 700px;   /* Increase this value as needed */
  min-height: 600px;   /* Optionally set a minimum height */
  height: 100%;        /* Optional: ensures the box fills the slide */
  overflow: hidden;
}

.badgee{
  background: linear-gradient(90deg, #1B2B4B 0%, #1C4087 50%, #4065B1 100%);
  padding: 8px 16px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff; 
  border-radius: 0 0 0 8px;
}

.program-box .thumbnail{
  width: 100%; 
}

.program-ol {
  background-image: url('../images/program-ol.svg');
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 24px 16px; 
  display: flex; 
}

.mt-auto-top{
  margin-top: auto; 
  width: 100%;
}

.program-ol h6{
  font-size: 12px;
  font-weight: 400;
  color: #FAFAFA;
  text-transform: uppercase;
}
.program-ol h3{
  font-size: 20px;
  font-weight: 600;
  color: #FAFAFA; 
  line-height: 140%; 
  margin-top: 10px;
}

.program-ol ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 12px;
}
.program-ol ul li {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.program-ol ul li p{
  font-size: 16px;
  font-weight: 400;
  color: #FAFAFA;  
}

.program-ol a{
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: block;
  margin-top: 20px;
  border-radius: 2px;
  background: linear-gradient(90deg, #1B2B4B 0%, #4065B1 50.3%, #2D487E 94.61%);
  padding: 12px 16px;
  transition: all linear .3s;
  width: 100%;
  text-align: center;
  box-shadow: 0px 1px 2px 0px #0A0D120D; 

}

.program-ol a:hover{
  background: linear-gradient(90deg, #2D487E 0%, #4065B1 50.3%, #1B2B4B 94.61%);
}

/* review secction css */
.review-section{
  padding: 64px 0;
}

.review-header{
  margin-bottom: 50px;
}

.review-box{
  position: relative;
  border: 1px solid #E9EAEB;
  padding: 24px;
  border-radius: 2px;
  height: 100%;
}
.review-box p{
  font-size: 16px;
  font-weight: 400;
  color: #535862;
  line-height: 140%;
  margin: 12px 0;
  max-width: 90%;
}

.review-box .reviewer{
  margin-top: 32px;
}
.review-box .reviewer .avatar{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 12px;
}
.review-box .reviewer h5{
  font-size: 16px;
  font-weight: 600;
  color: #181D27;
  margin-bottom: 4px;
}
.review-box .reviewer h6{
  font-size: 16px;
  font-weight: 400;
  color: #535862;
}

.review-left-box{
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.00552296) 8.07%, rgba(255, 255, 255, 0.0217837) 15.54%, rgba(255, 255, 255, 0.04832) 22.5%, rgba(255, 255, 255, 0.0846696) 29.04%, rgba(255, 255, 255, 0.13037) 35.26%, rgba(255, 255, 255, 0.15) 41.25%, rgba(255, 255, 255, 0.247976) 47.1%, rgba(255, 255, 255, 0.318957) 52.9%, rgba(255, 255, 255, 0.39744) 58.75%, rgba(255, 255, 255, 0.482963) 64.74%, rgba(255, 255, 255, 0.575064) 70.96%, rgba(255, 255, 255, 0.68) 77.5%, rgba(255, 255, 255, 0.77715) 84.46%, rgba(255, 255, 255, 0.88621) 91.93%, #FFFFFF 100%);
  width: 140px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  transform: scaleX(-1);
}

.review-right-box{
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.00552296) 8.07%, rgba(255, 255, 255, 0.0217837) 15.54%, rgba(255, 255, 255, 0.04832) 22.5%, rgba(255, 255, 255, 0.0846696) 29.04%, rgba(255, 255, 255, 0.13037) 35.26%, rgba(255, 255, 255, 0.15) 41.25%, rgba(255, 255, 255, 0.247976) 47.1%, rgba(255, 255, 255, 0.318957) 52.9%, rgba(255, 255, 255, 0.39744) 58.75%, rgba(255, 255, 255, 0.482963) 64.74%, rgba(255, 255, 255, 0.575064) 70.96%, rgba(255, 255, 255, 0.68) 77.5%, rgba(255, 255, 255, 0.77715) 84.46%, rgba(255, 255, 255, 0.88621) 91.93%, #FFFFFF 100%);
  width: 140px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  /* transform: scaleX(-1); */
}

/* calendar css */
.calendar-section{
  padding: 64px 0;
}

.calendar-box .calendar{
  width: 100%;
}

/* get start css */
.get-start-section{
  padding: 64px 0;
}
.get-box{
  background-color: #FAFAFA;
  border-radius: 2px;
  text-align: center;
  padding: 40px 24px;
}
.get-box .one{
  background: #1B2B4B;
  box-shadow: 0px 1px 2px 0px #0A0D120D; 
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: block; 
  border-radius: 2px;
  padding: 12px 16px;
  transition: all linear .3s;
  width: 100%;
  text-align: center; 
  margin-bottom: 12px;
  border: 1px solid #D5D7DA;
}

.get-box .one:hover{
  background-color: #181D27;
}

.get-box .two{
  background: #fff;
  box-shadow: 0px 1px 2px 0px #0A0D120D; 
  border: 1px solid #D5D7DA;
  font-size: 16px;
  font-weight: 600;
  color: #414651;
  display: block; 
  border-radius: 2px;
  padding: 12px 16px;
  transition: all linear .3s;
  width: 100%;
  text-align: center; 
  margin-bottom: 12px;
}

.get-box .two:hover{
  background-color: #181D27;
}

.get-box .txt{
  margin-top: 32px;
}
.get-box .txt h5{
  color: #535862;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 16px;
}

.get-box .txt a{
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #1B2B4B;
  text-decoration: underline;
}

/* video section start */
.video-section{
  padding: 64px 0;
}

.video-txt{
  background-color: #FAFAFA;
  border-radius: 16px 16px 0 0; 
  padding: 40px 24px;
}
.video-txt h4{
  color: #2C3542;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  margin-top: 16px;
  margin-bottom: 32px;
}
.video-txt h5{
  color: #2C3542;
  font-size: 18px;
  font-weight: 600;
}
.video-txt h6{
  color: #535862;
  font-size: 16px;
  font-weight: 400;
  margin-top: 4px;
}

.video-box img{
  width: 100%;
  border-radius: 0 0 20px 20px;
}
/* video section end */

/* news css */

.common-bttns{
  display: none;
}
.news-box{
  margin-bottom: 64px;
}
.news-box .txt{
    max-width: 90%;
}

.news-box .thumbnail{
  width: 100%;
}
.news-box ul{
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  background-color: #E4EDFF;
  border: 1px solid #51607F;
  border-radius: 30px;
  padding: 2px 3px;
  column-gap: 8px;
  padding-right: 6px;
}
.news-box ul li .box{
  background-color: #fff;
  border: 1px solid #51607F;
  padding: 2px 8px;
  border-radius: 30px;
}
.news-box ul li span{
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #1B2B4B;
}

.news-box h5{
  color: #181D27;
  font-weight: 600;
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 8px;
}

.news-box p{
  color: #535862;
  font-weight: 400;
  font-size: 16px;  
  line-height: 140%;
}

.news-box .action{
  background: #1B2B4B;
  box-shadow: 0px 1px 2px 0px #0A0D120D; 
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: inline-block; 
  border-radius: 2px;
  padding: 8px 16px;
  transition: all linear .3s; 
  text-align: center; 
  margin-top: 22px;
  border: 1px solid #D5D7DA;
}

.news-box .action:hover{
  background-color: #181D27;
}

/* contact section css */
.contact-section{
  padding: 64px 0;
  background-color: #FAFAFA;
}

.contact-box{
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.contact-box .icon{
  width: 40px;
  height: 40px;
  background-color: #C4B27D;
  border-radius: 50%;
  padding: 10px;
}

.contact-box .icon svg{
  width: 20px;
  height: 20px;
  color: #fff;
}
.contact-box h5{
  color: #181D27;
  font-size: 18px;
  font-weight: 600;
  margin-top: 22px;
  margin-bottom: 8px;
}
.contact-box p{
  color: #535862;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.contact-box a{
  color: #2C3542;
  font-size: 16px;
  font-weight: 600; 
  display: block;
  margin-top: 16px; 
}

/* footer css start */
.footer-section{
  padding: 48px 0;
  background-color: #1B2B4B;
}

.ftr-top-txt{
  position: relative;
  margin-bottom: 32px;
}
.ftr-top-txt h4{
  font-size: 24px;
  font-weight: 600;
  color: #FAFAFA;
  margin-bottom: 8px;
}
.ftr-top-txt p{
  font-size: 16px;
  font-weight: 400;
  color: #FAFAFA; 
}

.ftr-form-box{
  position: relative;
}

.ftr-form-box .form-control{
  border-radius: 2px;
  font-size: 16px;
  font-weight: 400;
  color: #717680;
  margin-bottom: 16px;
}

.ftr-form-box button{
  background: #C4B27D;
  box-shadow: 0px 1px 2px 0px #0A0D120D; 
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: block; 
  border-radius: 2px;
  padding: 12px 16px;
  transition: all linear .3s;
  width: 100%;
  text-align: center; 
  margin-bottom: 12px;
  border: 1px solid #C4B27D;
}

.ftr-mt-top{
  margin-top: 48px;
}

.ftr-links h6{
  color: #E5E6E8;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}
.ftr-links ul {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.ftr-links ul li a{
  display: block;
  color: #FAFAFA;
  font-size: 16px;
  font-weight: 600;
}

.ftr-brdr{
  margin-top: 48px;
  margin-bottom: 48px;
  border-top: 1px solid #fff;
}

.ftr-logo p{
  margin-top: 24px;
  color: #FAFAFA;
  font-size: 16px;
  font-weight: 400;
}
/* footer css end */

.mt-0{
  margin-top: 0 !important;
}

/* .video-section .swiper-slide{
    display: flex!important; 
    width: 100%;
} */
