/* font link */
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Teachers:ital,wght@0,400..800;1,400..800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

input:focus-visible {
  outline: none;
}
section {
  margin: 5% 0;
}
p {
  margin: 0 !important;
}
.containers {
  margin: 0 4% !important;
}

ul {
  padding-left: 0 !important;
  list-style-type: none !important;
}

a {
  text-decoration: none !important;
}
.mt-0{
  margin-top: 0;
}

.d-flex {
  display: flex;
}

.gap-1 {
  gap: 10px;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.slick-dots li button:before {
  content: "" !important;
}
.slick-dots li {
  background-color: #dee2e6;
  width: 25px !important;
  height: 4px !important;
  padding: 0 !important;
  margin-top: 5% !important;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 5%;
  background-color: rgba(255, 255, 255, 0.83);
  padding: 5px 4%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 9;
}

header .logo img {
  width: 100%;
  height: auto;
}

header .pages a {
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(43, 64, 121, 1);
}

header .btns a:first-child {
  background-color: rgba(43, 64, 121, 1);
  color: #fff;
}

header ul {
  margin: 0;
}

header .btns {
  align-items: center;
  gap: 20px;
}

header .btns a {
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 13.4px;
  line-height: 17.42px;
  letter-spacing: 0%;
  vertical-align: middle;
  padding: 10px 20px;
  border-radius: 50px;
  align-items: center;
  gap: 10px;
}

header .btns a:last-child {
  background-color: rgba(255, 153, 4, 1);
  color: rgba(43, 64, 121, 1);
}

.dropdown-toggle {
  background: none;
  border: none;
  color: rgba(43, 64, 121, 1);
  cursor: pointer;
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  
  line-height: 20.8px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  display: none;
  min-width: 160px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-menu li {
  border-bottom: 1px solid #eee;
}

.dropdown-item {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.dropdown-item:hover {
  background-color: #f5f5f5;
}

.nav-item.dropdown {
  position: relative;
}

.nav-item.dropdown button {
  display: flex;
  align-items: center;
  gap: 10px;
}

header .pages ul {
  align-items: center;
  gap: 30px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* home page */
.homepage .banner {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}
.homepage .banner img {
  width: 100%;
  height: auto;
}

.homepage a.our_Serv,
.about_us a.our_Serv,
.services a.our_Serv,
.time_line a.our_Serv {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: rgba(255, 153, 4, 1);
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(97, 58, 0, 1);
  width: 35%;
  margin-top: 20px;
  transition: all 0.5s ease;
}

.homepage a.our_Serv:hover,
.about_us a.our_Serv:hover,
.services a.our_Serv:hover,
.time_line a.our_Serv:hover{
  transform: translateY(-15%);
}

.homepage a.our_Serv img {
  width: 10px;
  height: auto;
}

.homepage .banner .content {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto !important;
  height: 35%;
  width: 90%;
}

.homepage .banner .content .cont1 {
  width: 50%;
}
.homepage .banner .content .cont1 h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 80px;
  line-height: 88px;
  letter-spacing: -2px;
  vertical-align: middle;
  color: #fff;
  margin: 0;
}

.homepage .banner .content .cont1 p,
.services .banner .content p {
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fff !important;
}

.homepage .banner .content .cont1 .points,
.services .banner .content .points {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0 30px;
}

.homepage .banner .content .cont1 .points img {
  width: 10px;
  height: auto;
}

.homepage .banner .content .cont2 {
  width: 40%;
}
.homepage .banner .content .cont2 p {
  font-family: Teachers;
  font-weight: 500;
  font-style: Medium;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.6px;
  vertical-align: middle;
  color: #fff;
  border-bottom: 1px solid rgba(169, 169, 169, 0.31);
  padding: 10px;
}

.homepage .banner .content .cont2 span img {
  width: 20px;
  height: auto;
}

.homepage .banner .content .cont2 img.google {
  width: 20%;
  height: auto;
  border-right: 1px solid rgba(169, 169, 169, 0.31);
  padding: 10px;
}
.homepage .banner .content .cont2 .avg {
  padding: 10px;
}
.homepage .banner .content .cont2 .avg p {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 10.86px;
  line-height: 13.76px;
  letter-spacing: -0.22px;
  vertical-align: middle;
  color: #fff;
  border-bottom: none;
  padding: 10px 10px 0 10px;
}

.homepage .banner .img_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(43, 64, 121, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 60px;
}

.homepage .banner .img_cont p {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Italic;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
}

.homepage .sec2 .homeslider1 {
  margin: 3% 0 3% 3%;
  /* opacity: 1; */
}

.homepage .sec2 .homeslider1 .slidersec {
  background-color: rgba(245, 245, 245, 1);
  border-radius: 5px;
  margin-left: 20px;
}

.homepage .sec2 .homeslider1 .slidersec img {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
  height: auto;
}

.homepage .sec2 .homeslider1 .slidersec span img {
  width: 20px;
  height: auto;
}

/* .homepage .sec2 .homeslider1 .slidersec .slick-dots li button{
    width: 40px;
}
.homepage .sec2 .homeslider1 .slick-dots li button:before{
    content: '';
font-size: 22px;
width: 25px;
height: 4px;
background-color: rgba(0, 30, 110, 1);
margin: 0 10px;
} */

.homepage .sec2 .homeslider1 .slick-dots li.slick-active {
  background-color: rgba(0, 30, 110, 1);
  width: 25px;
  height: 4px;
  padding: 0;
  margin-top: 5%;
}
.homepage .sec2 .homeslider1 .slick-dots {
  bottom: -80px;
}

.homepage .sec2 .homeslider1 .slider_content {
  padding: 15px;
  border-bottom: 0.82px solid rgba(216, 216, 216, 1);
  margin-bottom: 15px;
  height: 150px;
}

.homepage .sec2 .homeslider1 .slider_content h4 {
  font-family: Urbanist;
  font-weight: 700;
  font-style: Bold;
  font-size: 18.01px;
  line-height: 19.81px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin: 10px 0;
}

.homepage .sec2 .homeslider1 .slider_content p {
  font-family: Teachers;
  font-weight: 500;
  font-style: Medium;
  font-size: 13.1px;
  line-height: 18.83px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(111, 111, 111, 1);
}

.homepage .sec3 {
  margin: 8% 0 3%;
}

.homepage .sec3 .clmn1,
.homepage .sec3 .clmn2,
.homepage .sec3 .clmn3 {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.homepage .sec3 .clmn2 {
  margin: 2% 0;
}

.homepage .sec3 .clmn1 span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.homepage .sec3 .clmn1 span p,
.homepage .sec8 span p,
.homepage .sec7 span p,
.homepage .sec11 span p,
.homepage .sec12 span p,
span.d-flex p {
  font-family: Urbanist !important;
  font-weight: 600 !important;
  font-style: SemiBold !important;
  font-size: 16px !important;
  color: rgba(30, 30, 30, 1) !important;
  line-height: 20.8px !important;
  letter-spacing: 0% !important;
  vertical-align: middle !important;
}

.homepage .sec3 .clmn3 ul li {
  font-family: Teachers;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  vertical-align: middle;
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(111, 111, 111, 1);
  margin: 30px 0;
}

.homepage .sec3 .clmn1 h3 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 0px;
  vertical-align: middle;
  width: 60%;
  color: rgba(111, 111, 111, 1);
}

.homepage .sec3 .clmn1 h3 span {
  color: rgba(43, 64, 121, 1);
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.homepage .sec3 .clmn1 h3 b {
  color: rgba(255, 153, 4, 1);
}
.homepage .sec3 .clmn2 a {
  width: 20%;
}
.homepage .sec3 .clmn2 p {
  color: rgba(111, 111, 111, 1);
  font-family: Teachers;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  vertical-align: middle;
  width: 60%;
}

.homepage .sec3 .clmn3 .w-60 {
  width: 60%;
  margin-top: 30px;
}

.homepage .sec3 .w-60 img {
  width: 100%;
  height: auto;
}

.homepage .sec4 .d-flex {
  border-bottom: 2px solid rgba(245, 245, 245, 1);
  padding: 10px 0;
}

.homepage .sec4 h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 60px;
  color: rgba(71, 71, 71, 1);
  line-height: 110px;
  letter-spacing: -2px;
  vertical-align: middle;
}

.homepage .sec4 p {
  font-family: Teachers;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: rgba(71, 71, 71, 1);
  line-height: 20.8px;
  letter-spacing: 0%;
  vertical-align: middle;
  width: 30%;
}

.homepage .sec4 h4 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 30px;
  color: rgba(71, 71, 71, 1);
  line-height: 33px;
  letter-spacing: -0.6px;
  vertical-align: middle;
  border-bottom: 2px solid rgba(245, 245, 245, 1);
  padding: 20px 0;
}
.homepage .sec5 {
  margin: 5% 0;
}
.homepage .sec5 .counter,
.services .sec5 .counter {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

.homepage .sec5 .counter h2,
.services .sec5 .counter  h2{
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 100px;
  color: rgba(43, 64, 121, 1);
  line-height: 110px;
  letter-spacing: -2px;
  vertical-align: middle;
      margin: 30px 0 10px;
}

.homepage .sec5 .counter p,
.services .sec5 .counter p
 {
  font-family: Teachers;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  color: rgba(71, 71, 71, 1);
  line-height: 20.8px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.homepage .sec6 {
  margin: 5% 0;
}

.homepage .sec6 .containers {
  background-color: rgba(243, 246, 255, 1);
  padding: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.homepage .sec6 .containers .clmn1 {
  width: 30%;
}

.homepage .sec6 .containers .clmn2 {
  width: 55%;
}

.homepage .sec6 .containers .clmn2 .d-flex {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.homepage .sec6 .containers .clmn2 .d-flex p {
  color: rgba(43, 64, 121, 1);
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 60px;
  
  line-height: 110px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.homepage .sec6 .containers .clmn2 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 60px;
  line-height: 110px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(43, 64, 121, 1);
}
.homepage .sec6 .containers .clmn2 h4 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(43, 64, 121, 1);
  margin: 20px 0;
}
.homepage .sec6 .containers .clmn2 p {
  color: rgba(71, 71, 71, 1);
  font-family: Teachers;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0%;
  vertical-align: middle;
}


.homepage .sec7,
.about_us .sec7 {
  margin: 3% 0;
  position: relative;
  padding-bottom: 3%;
}

.homepage .sec7 .clmn1 h2,
.about_us .sec7 .clmn1 h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 46.34px;
  line-height: 46.34px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(71, 71, 71, 1);
  width: 80%;
  border-bottom: 1px solid rgba(200, 200, 200, 1);
  padding-bottom: 30px;
}

.homepage .sec7 h2 span,
.about_us .sec7 h2 span {
  color: rgba(255, 153, 4, 1);
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 46.34px;
  line-height: 46.34px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.homepage .sec7 h1,
.about_us .sec7 h1 {
  font-family: Urbanist;
  font-weight: 700;
  font-style: Italic;
  font-size: 100px;
  line-height: 110px;
  letter-spacing: -2px;
  vertical-align: middle;
  color: rgba(43, 64, 121, 1);
  margin: 0;
}

.homepage .sec7 h1 span,
.about_us .sec7 h1 span {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 50px;
  line-height: 110px;
  letter-spacing: -2px;
  vertical-align: middle;
  color: rgba(43, 64, 121, 1);
  position: relative;
}

.homepage .sec7 h1 span::after,
.about_us .sec7 h1 span::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: rgba(191, 191, 191, 1);
  bottom: 15px;
  right: -55%;
}

.homepage .sec7 p,
.about_us .sec7 p {
  color: rgba(153, 153, 153, 1);
  font-family: Teachers;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;

  line-height: 31px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.homepage .sec7 .clmn1,
.about_us .sec7 .clmn1 {
  width: 60%;
}

.homepage .sec7 .clmn2,
.about_us .sec7 .clmn2 {
  width: 30%;
}

.homepage .sec7 .whychoose_slider .slick-slide,
.about_us .sec7 .whychoose_slider .slick-slide {
  transition: all 0.5s ease;
  transform: scale(0.9);
  filter: blur(2px);
  opacity: 0.8;
  z-index: 1;
  background-color: rgba(43, 64, 121, 1);
  padding-left: 0 !important;
  margin-right: 40px;
}
.homepage .sec7 .whychoose_slider .slick-slide img,
.about_us .sec7 .whychoose_slider .slick-slide img {
  width: 100%;
  height: auto;
}
.homepage .sec7 .whychoose_slider .slick-center,
.about_us .sec7 .whychoose_slider .slick-center {
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
  z-index: 2;
}

.homepage .sec7 .whychoose_slider .why_sliders h2,
.about_us .sec7 .whychoose_slider .why_sliders h2 {
  color: #fff;
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 40px;

  line-height: 67.01px;
  letter-spacing: 0px;
  vertical-align: middle;
  border-left: 1px solid #fff;
  padding: 10px;
}

.homepage .sec7 .whychoose_slider .why_sliders p,
.about_us .sec7 .whychoose_slider .why_sliders p {
  font-family: Teachers;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;

  line-height: 18px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #fff;
}

.homepage .sec7 .whychoose_slider .why_sliders .content,
.about_us .sec7 .whychoose_slider .why_sliders .content {
  margin: 15px;
}

.homepage .sec7 .containers,
.about_us .sec7 .containers {
  display: flex;
  justify-content: space-between;
}

.homepage .sec7 .slick-dots,
.about_us .sec7 .slick-dots {
  display: flex !important;
  list-style: none;
  margin-top: 20px;
  padding: 0;
  position: absolute;
  left: -55rem;
  gap: 30px;
  bottom: 0%;
  justify-content: space-between;
  width: auto;
}

.homepage .sec7 .slick-dot-text,
.homepage .sec7 .whychoose_slider2 .slick-dot-content,
.about_us .sec7 .slick-dot-text,
.about_us .sec7 .whychoose_slider2 .slick-dot-content {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 67.01px;
  letter-spacing: 0px;
  vertical-align: middle;

  color: rgba(191, 191, 191, 1);
  cursor: pointer;
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid rgba(191, 191, 191, 1);
}

.homepage .sec7 .whychoose_slider2 .slick-dot-content,
.homepage
  .sec7
  .whychoose_slider2
  .slick-dots
  li.slick-active
  .slick-dot-content,
.about_us .sec7 .whychoose_slider2 .slick-dot-content,
.about_us
  .sec7
  .whychoose_slider2
  .slick-dots
  li.slick-active
  .slick-dot-content {
  font-family: Urbanist;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 32px;
  
  line-height: 55px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.homepage .sec7 .slick-dots li.slick-active .slick-dot-text,
.homepage
  .sec7
  .whychoose_slider2
  .slick-dots
  li.slick-active
  .slick-dot-content,
.about_us .sec7 .slick-dots li.slick-active .slick-dot-text,
.about_us
  .sec7
  .whychoose_slider2
  .slick-dots
  li.slick-active
  .slick-dot-content {
  color: #1f3c88 !important;
  /* font-weight: 600; */
}

.homepage .sec7 .slick-dots li.slick-active .slick-dot-text::after,
.homepage
  .sec7
  .whychoose_slider2
  .slick-dots
  li.slick-active
  .slick-dot-content::after,
.about_us .sec7 .slick-dots li.slick-active .slick-dot-text::after,
.about_us
  .sec7
  .whychoose_slider2
  .slick-dots
  li.slick-active
  .slick-dot-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #1f3c88;
}

.homepage .sec7 .slick-dots li,
.homepage .sec7 .whychoose_slider2.slick-dots li,
.about_us .sec7 .slick-dots li,
.about_us .sec7 .whychoose_slider2.slick-dots li {
  background-color: transparent;
  width: auto !important;
  height: auto !important;
}

.homepage .sec7 .whychoose_slider2 .dot-title,
.about_us .sec7 .whychoose_slider2 .dot-title {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  
  line-height: 55px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.homepage .sec7 .whychoose_slider2,
.about_us .sec7 .whychoose_slider2 {
  position: relative;
}

.homepage .sec7 .whychoose_slider2 .slick-dots,
.about_us .sec7 .whychoose_slider2 .slick-dots {
  left: -55rem;
  bottom: -20%;
  width: 35rem;
}

/* .homepage .sec8{
margin: 5% 0;
} */
.homepage .companies {
  margin: 3% 0 5%;
  padding-bottom: 3%;
}
.homepage .companies .icons {
  border: 1px solid rgba(200, 200, 200, 1);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 15% !important; */
  height: 80px;
  margin-left: 10px;
}
.homepage .companies .icons img {
  width: 60%;
  height: auto;
}

.homepage .companies .slick-dots li.slick-active,
.homepage .testimonial_slider .slick-dots li.slick-active,
.about_us .mission_slider .slick-dots li.slick-active {
  background-color: rgba(255, 153, 4, 1);
  width: 25px;
  height: 4px;
  padding: 0;
  margin-top: 5%;
}
.homepage .sec9 {
  margin: 7% 0;
  height: 100% !important;
}
.homepage .sec9 h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 46.34px;
  
  line-height: 46.34px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(71, 71, 71, 1);
}

.h-80{
  height: 80px;
}

.homepage .sec9 h2 span {
  color: rgba(255, 153, 4, 1);
}

.homepage .sec7 .whychoose_slider2.second .slick-slide {
  transform: none;
  filter: none;
  margin: 0;
}

.homepage .sec9 .main-container {
  display: flex;
  /* height: 100vh; */
}

.homepage .sec9 .sidebar {
  width: 300px;
  overflow-y: auto;
  height: 600px;
  background-color: white;
  border-right: 1px solid #ddd;
  padding: 10px;
}

.homepage .sec9 .tab {
  background-color: #f9f9f9;
  padding: 15px;
  margin-bottom: 8px;
  border-radius: 5px;
  cursor: pointer;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
  border-left: 4px solid rgba(43, 64, 121, 1);
  opacity: 1;
}

.homepage .sec9 .tab:hover {
  background-color: #eef1f6;
}

.homepage .sec9 .tab.active {
  border-left: 4px solid rgba(255, 153, 4, 1);

}

.homepage .sec9 .tab.active h4 {
  color: rgba(255, 153, 4, 1);
}

.homepage .sec9 .tab.active .img1 {
  display: none !important;
}

.homepage .sec9 .tab.active .img2 {
  display: block !important;
}

.homepage .sec9 .tab .img1 {
  display: block !important;
}

.homepage .sec9 .tab .img2 {
  display: none !important;
}

.homepage .sec9 .tab h4 {
  margin: 0;
  font-family: Teachers;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  
  line-height: 31px;
  letter-spacing: 0px;
  vertical-align: middle;

  color: rgba(43, 64, 121, 1);
}

.homepage .sec9 .tab p {
  margin: 5px 0 0;
  font-family: Teachers;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  
  line-height: 31px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(153, 153, 153, 1);
}

.homepage .sec9 .map-container {
  flex: 1;
  background: #ecf0f4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.homepage .sec9 .map-placeholder {
  position: relative;
  width: 90%;
  height: 90%;
  max-width: 900px;
  max-height: 600px;
}

.homepage .sec9 .map-placeholder img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 10px;
}

.homepage .sec9 .dot {
  width: 20px;
  height: 20px;
  background-color: #1475fc;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px #1475fc88;
  z-index: 10;
}

.homepage .sec11 {
  margin: 5% 0 5%;
}

.homepage .sec11 p {
  text-align: center;
}

.homepage .testimonial_slider {
  margin: 3% 0;
}

.homepage .testimonial_slider .slides {
  background-color: rgba(247, 247, 247, 1);
  padding: 20px;
  border: 1px solid rgba(230, 230, 230, 1);
  border-radius: 10px;
}

.homepage .testimonial_slider .slides p {
  font-family: Sarabun;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;

  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(77, 67, 67, 1);
}

.homepage .testimonial_slider .slides {
  margin-right: 20px;
}

.homepage .testimonial_slider .slides .profilesec {
  display: flex;
  align-items: center;
  gap: 10px;
}

.homepage .testimonial_slider .slides .d-flex {
  margin: 30px 0 20px;
}

.homepage .testimonial_slider .slides .profilesec h4 {
  font-family: Lato;
  font-weight: 500;
  font-style: Medium;
  font-size: 14.4px;

  line-height: 23.04px;
  letter-spacing: -0.29px;
  vertical-align: middle;
  color: rgba(51, 51, 51, 1);
}

.homepage .testimonial_slider .slides .profilesec p {
  font-family: Lato;
  font-weight: 500;
  font-style: Medium;
  font-size: 10.8px;

  line-height: 12.96px;
  letter-spacing: -0.11px;
  vertical-align: middle;
  color: rgba(51, 51, 51, 1);
}

.homepage .testimonial_slider .slides .profilesec img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
}

.homepage .testimonial_slider .slick-list {
  margin-bottom: 5%;
  padding-bottom: 5%;
}

.homepage .sec12 h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 50px;

  line-height: 57px;
  letter-spacing: -1.6px;
  vertical-align: middle;
  color: rgba(111, 111, 111, 1);
  width: 30%;
}

.homepage .sec12 h2 span {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 50px;

  line-height: 57px;
  letter-spacing: -1.6px;
  vertical-align: middle;
  color: rgba(255, 153, 4, 1);
}

.homepage .sec12 .our_Serv.w-15 {
  width: 15%;
}

.homepage .sec12 .clmns {
  border: 1px solid rgba(229, 229, 229, 1);
  width: 25%;
  border-radius: 10px;
}

.homepage .sec12 .clmns img {
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.homepage .sec12 .clmns .content {
  padding: 15px;
}
.homepage .sec12 .clmns .content h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 18.04px;

  line-height: 19.85px;
  letter-spacing: -0.36px;
  vertical-align: middle;
  color: rgba(30, 30, 30, 1);
  width: 100%;
}

.homepage .sec12 .clmns .content p {
  font-family: Teachers;
  font-weight: 400;
  font-style: Regular;
  font-size: 13.12px;

  line-height: 17.06px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(111, 111, 111, 1);
  margin: 20px 0;
}

.homepage .sec12 .clmns .content a {
  font-family: Urbanist;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 13.12px;

  line-height: 17.06px;
  letter-spacing: 0%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(30, 30, 30, 1);
  padding-bottom: 10px;
  width: 35%;
  color: rgba(30, 30, 30, 1);
  gap: 10px;
  margin-top: 10px;
}

.homepage .sec12 .clmns .content a img {
  width: 10%;
  height: auto;
}

.homepage .sec12 .insights {
  display: flex;
  gap: 20px;
}

footer .sec13 .containers {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec13,
.gallery .sec13 {
  margin: 3% 0;
}
footer .sec13 .containers form,
.gallery .sec13 .containers form {
  width: 35%;
}
.sec13 .containers h2,
.gallery .sec13 .containers h2 {
  color: rgba(111, 111, 111, 1);
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 50px;

  line-height: 55px;
  letter-spacing: -1px;
  vertical-align: middle;
  width: 43%;
}

footer .sec13 .containers form input,
footer .sec13 .containers form .input_field {
  background-color: rgba(235, 235, 235, 1);
  padding: 10px;
  border-radius: 30px;
  border: none;
}
footer .sec13 .containers form input {
  width: 85%;
}

footer .sec13 .containers form .input_field {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .sec13 .containers form input::placeholder {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;

  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(111, 111, 111, 1);
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* footer page css */

.footer {
  background-color: rgba(43, 64, 121, 1);
  padding: 1% 4% 3%;
}

footer .row1 {
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  padding: 5% 0;
}
footer .row1 .clmn1 {
  width: 55%;
}
footer .row1 .clmn2 {
  width: 40%;
}
footer .row1 .clmn2 img {
  margin-top: 40px;
  width: 10%;
  height: auto;
}
footer .row1 span {
  font-family: Teachers;
  font-weight: 700;
  font-style: Bold;
  font-size: 15.21px;
  line-height: 22.81px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #fff;
}

footer .row1 h4 {
  font-family: Urbanist;
  font-weight: 700;
  font-style: Bold;
  font-size: 48.67px;
  line-height: 53.23px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: rgba(255, 153, 1, 1);
  margin: 20px 0;
}

footer .row1 p {
  font-family: Teachers;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 18.25px;
  letter-spacing: 0%;
  color: #fff;
}

footer .row2 {
  display: flex;
  align-items: end;
  justify-content: space-between;
  /* margin: 50px 20px 30px; */
}

footer .row2 .clmn1 p {
  font-family: Urbanist;
  font-weight: 400;
  font-style: Regular;
  font-size: 12.17px;
  line-height: 18.25px;
  letter-spacing: 0%;
  color: #fff;
  margin-top: 5px;
}
footer .row2 .clmn2 {
  display: flex;
  gap: 100px;
}

footer .row2 .clmn2 h4 {
  font-family: Urbanist;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 22.81px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: rgba(255, 153, 1, 1);
  margin-bottom: 30px;
}

footer .row2 .clmn2 ul li a {
  font-family: Teachers;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 20px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* gallery page css */

.gallery .sec1 {
  margin: 10% 0 5%;
}

.gallery .sec1 h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 46px;
  line-height: 52px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: rgba(43, 64, 121, 1);
}

.gallery .sec1 span {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 46px;
  line-height: 52px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: rgba(255, 153, 4, 1);
}

.gallery .sec1 .row img {
  width: 90%;
  height: auto;
}
.gallery .sec1 .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.gallery .sec1 .row .col-lg-4 {
  margin: 20px 0;
  width: 33%;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* about us page css */

.about_us .banner {
  position: relative;
}

.about_us .banner img.ban_img {
  width: 100%;
  height: auto;
}

.about_us .banner .content {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 52%;
  height: 40%;
  margin: auto;
}

.about_us .banner .content h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 46px;
  
  line-height: 52px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.about_us .banner .content span:first-child {
  color: rgba(255, 153, 4, 1);
}
.about_us .banner .content span:first-child {
  color: rgba(43, 64, 121, 1);
}

.about_us .banner .content .points p {
  font-family: Teachers;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: capitalize;
  color: rgba(152, 152, 152, 1);
}

.about_us .sec2 h2.colour_change {
  width: 60%;
  text-align: center;
  margin: 20px auto;
}

h2.colour_change {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 40px;
  
  line-height: 46.34px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: rgba(71, 71, 71, 1);
}

h2.colour_change span {
  color: rgba(255, 153, 4, 1);
}

.about_us .sec2 .row {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.about_us .sec2 .row .colmns {
  width: 30%;
}

.about_us .sec2 .row .colmns img {
  width: 15%;
  height: auto;
}
.about_us .sec2 .row .colmns .content {
  border-top: 1px solid rgba(229, 229, 229, 1);
  margin-top: 20px;
}

.about_us .sec2 .row .colmns h4 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  
  line-height: 33px;
  letter-spacing: -0.6px;
  vertical-align: middle;
}

.about_us .sec2 .row .colmns p {
  font-family: Teachers;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  
  line-height: 20.8px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(111, 111, 111, 1);
}

.about_us .sec3 .d-flex .col-6 h2 {
  text-align: left;
}
.about_us .sec3 .d-flex .col-6 {
  width: 50%;
}
.about_us .sec3 .d-flex .col-6 p.lastp {
  font-family: Teachers;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  
  line-height: 25px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(111, 111, 111, 1);
}

.about_us .sec3 .d-flex {
  margin-bottom: 5%;
  gap: 5%;
}

.about_us .sec3 .d-flex img.mis,
.about_us .sec3 .d-flex img.vis {
  width: 100%;
  height: auto;
}

.about_us .sec5 .d-flex .colms {
  width: 23%;
  background-color: rgba(245, 245, 245, 1);
  position: relative;
}

.about_us .d-flex .colms img {
  width: 100%;
  height: auto;
}

.about_us .sec5 .d-flex .colms img.medal {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: auto;
}

.about_us .sec5 .d-flex .colms .content {
  height: 40%;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px;
}

.about_us .sec5 .d-flex.gap-1,
.about_us .sec6 .d-flex.gap-1 {
  margin: 3% 0;
  /* gap: 3%; */
}

.about_us .sec5 .d-flex .colms .content h4 {
  font-family: Urbanist;
  font-weight: 700;
  font-style: Bold;
  font-size: 16.26px;
  
  line-height: 17.89px;
  letter-spacing: 0px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(216, 216, 216, 1);
  padding-bottom: 10px;
}
.about_us .sec6 {
  margin: 8% 0 5%;
}
.about_us .sec6 .d-flex .colms {
  background-color: rgba(43, 64, 121, 1);
  padding: 15px;
}

.about_us .sec6 .d-flex .colms h4 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 32px;
  
  line-height: 67.01px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #fff;
  border-left: 1px solid #fff;
  padding-left: 10px;
}

.about_us .seclast h2.colour_change {
  border-bottom: 1px solid rgba(200, 200, 200, 1);
  text-align: center;
  width: 35%;
  margin: 40px auto;
  padding-bottom: 30px;
  color: rgba(111, 111, 111, 1);
}

.about_us a.our_Serv {
  width: 100%;
}

.about_us .seclast .mission_slider .clnms1 {
  width: 60%;
}

.about_us .seclast .mission_slider .clnms2 {
  width: 35%;
}

.about_us .seclast .mission_slider .clnms1 .content {
  border-left: 2px solid rgba(43, 64, 121, 1);
  padding-left: 10px;
}

.about_us .seclast .mission_slider .clnms1 .content h4 {
  font-family: Urbanist;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 32px;
  
  line-height: 55px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(43, 64, 121, 1);
  margin: 10px 10px 0;
}

.about_us .seclast .mission_slider .clnms1 .content p {
  font-family: Urbanist;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  
  line-height: 45px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(111, 111, 111, 1);
}

.about_us .seclast .mission_slider .clnms1 .comments {
  position: relative;
  margin: 0 0 4%;
}
.about_us .seclast .mission_slider .clnms1 .comments img {
  width: 100%;
  height: auto;
}
.about_us .seclast .mission_slider .clnms1 .comments p {
  font-family: Urbanist;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  
  line-height: 35px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: rgba(43, 64, 121, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto !important;
  width: 90%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_us .seclast .mission_slider .clnms1 .d-flex {
  margin-bottom: 3%;
}

.about_us .seclast .mission_slider .clnms2 img {
  width: 100%;
  height: auto;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* services page css */

.services .banner {
  position: relative;
}

.services .banner .content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 60%;
  height: 50%;
  text-align: center;
}

.services .banner img.ban {
  width: 100%;
  height: auto;
}

.services .banner .content h2 {
  font-family: Urbanist;
  font-weight: 500;
  font-style: Medium;
  font-size: 46px;
  
  line-height: 52px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  margin-bottom: 30px;
}


.services .banner .content .points{
    justify-content: center;
}

.services .banner .content a{
    background-color: #fff;
       padding: 12px 25px;
    border-radius: 50px;
    font-family: Urbanist;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;

line-height: 20.8px;
letter-spacing: 0%;
vertical-align: middle;
color: rgba(97, 58, 0, 1);
display: flex;
/* gap: 30px; */
align-items: center;
justify-content: space-between;
width: 20%;
margin: auto;
}

.services .sec3 .cards{
   background-color: rgba(246, 246, 246, 1);
   margin-bottom:3%;
}
.services .sec3 .cards h4{
    font-family: Urbanist;
font-weight: 700;
font-style: Bold;
font-size: 40px;

line-height: 24.56px;
letter-spacing: 0px;
vertical-align: middle;
margin: 20px 0 40px;
}

.services .sec3 .cards p{
    font-family: Teachers;
font-weight: 500;
font-style: Medium;
font-size: 28px;

line-height: 40px;
letter-spacing: 0%;
vertical-align: middle;
color: rgba(111, 111, 111, 1);
margin-top: 3% !important;
}

.services .sec3 .cards img.bg{
width: 100%;
height: auto;
}

.services .sec3 .cards .content {
    padding: 20px;
}


.services .sec3 .cards .content .img_text{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.services .sec3 .cards .content .our_Serv{
width: auto;
gap: 50px;
}


.services .sec5 .containers{
    border-bottom: 1px solid rgba(216, 216, 216, 1);
    padding-bottom: 3%;
}


.services .view-btn img {
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.services .view-btn:hover::after {
  width: 100%;
}

.services .view-btn:hover img {
  transform: scale(1.1) rotate(15deg);
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* events page css */
.all_events{
  margin-bottom: 0!important;
}

.all_events .cards{
    width: 30%;
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 10px;
    margin-bottom: 3%;
    position: relative;
}

.all_events .cards h4{
    font-family: Urbanist;
font-weight: 500;
font-style: Medium;
font-size: 22.62px;
line-height: 24.88px;
letter-spacing: -0.45px;
vertical-align: middle;
margin: 0px;
}

.all_events .d-flex {
flex-wrap: wrap;
gap: 40px;
}

.all_events .cards p{
    font-family: Teachers;
font-weight: 400;
font-style: Regular;
font-size: 16.45px;
line-height: 21.39px;
letter-spacing: 0%;
vertical-align: middle;
margin: 20px 10px !important;

}

.all_events .cards a{
    font-family: Urbanist;
font-weight: 600;
font-style: SemiBold;
font-size: 16.45px;

line-height: 21.39px;
letter-spacing: 0%;
vertical-align: middle;
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
border-bottom: 1px solid #000;
color: #000;
width: 40%;
    padding: 10px;
}


.all_events .cards img.eventimg{
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.all_events .cards .content{
    padding: 30px;
}

.all_events .cards .tag{
  position: absolute;
  top: 10px;
  left: 20px;
  background-color: #000;
  color: #fff;
  font-family: Urbanist;
font-weight: 400;
font-style: Regular;
font-size: 16.45px;
leading-trim: NONE;
line-height: 21.39px;
letter-spacing: 0%;
vertical-align: middle;
padding: 6px 20px;
border-radius: 40px;
} 

.all_events .cards .tag p{
  font-family: Urbanist;
font-weight: 400;
font-style: Regular;
font-size: 16.45px;
leading-trim: NONE;
line-height: 21.39px;
letter-spacing: 0%;
vertical-align: middle;
margin: 0 !important;
}



/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* teams page css */

.teams1 .revolution{
  display: flex;
  gap: 30px;
}

.teams1 .revolution .colmns1,
.revolution .colmns1{
  position: relative;
  width: 40%;
}

.teams1 .revolution .colmns1 .name,
.revolution .colmns1 .name{
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 90%;
  border-radius: 10px;
  background-color: #fff;
  margin: auto;
  padding: 10px;
}


.teams1 .revolution .colmns1 .name h4,
.revolution .colmns1 .name h4{
  font-family: Urbanist;
font-weight: 600;
font-style: SemiBold;
font-size: 32px;
leading-trim: NONE;
line-height: 27px;
letter-spacing: 0px;
vertical-align: middle;
color: rgba(0, 22, 82, 1);
margin: 10px 0 20px;
}

.teams1 .revolution .colmns1 .name p,
.revolution .colmns1 .name p{
  font-family: Urbanist;
font-weight: 400;
font-style: Regular;
font-size: 19.85px;
leading-trim: NONE;
line-height: 22.34px;
letter-spacing: 0px;
vertical-align: middle;
color: rgba(111, 111, 111, 1);
justify-content: end;
}

.teams1 .revolution .colmns2{
width: 60%;
}

.teams1 .revolution .colmns2 a.d-flex{
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
  gap: 20px;
  align-items:center;
}

.teams1 .revolution .colmns2 a.d-flex img{
width: 100%;
height: auto;
}

.teams1 .revolution .colmns2 > a:nth-child(1) {
    background-color: rgba(106, 146, 255, 0.17);
}

.teams1 .revolution .colmns2 > a:nth-child(2) {
    background-color: rgba(255, 208, 106, 0.17);
}

.teams1 .revolution .colmns2 > a:nth-child(3) {
    background-color: rgba(138, 255, 106, 0.17);
}

.teams1 .revolution .colmns2 > a:nth-child(4) {
    background-color: rgba(255, 106, 169, 0.17); 
}

.teams1 .revolution .colmns2 a.d-flex p{
  font-family: Urbanist;
font-weight: 500;
font-style: Medium;
font-size: 20px;
leading-trim: NONE;
line-height: 27px;
letter-spacing: 0px;
vertical-align: middle;
color: rgba(43, 64, 121, 1);
}

.teams1 .revolution .colmns2 a.d-flex span img{
  width: 100%;
  height: auto;
  display: none;
  float: right;
}

.teams1 .revolution .colmns2 a.d-flex:hover span img{
  display: flex !important;
  justify-content: end;
  float: right;
  
}
.teams1 .revolution .colmns2 .ptag{ 
  width: 80%;
}

.teams1 .revolution .colmns2 .arrowspan{
  width: 3%;
}


.revolution .colmns1 img.sideimg{
width: 100%;
height: auto;
}

.revolution.d-flex{
  flex-wrap: wrap;
  gap: 30px;
}

.revolution.d-flex .colmns1{
  width:30%;
}


.revolution.d-flex .colmns1.last-colmn{
  background: rgba(255, 247, 230, 1);
}

.revolution.d-flex .colmns1.last-colmn .name{
  background-color: transparent;
  top: 0;
  bottom: auto;

}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


.time_line .services .content{
  width: 95%;
}

.time_line .services .content h2.colour_change span{
color: rgba(0, 30, 110, 1);
}


.time_line .sec2 .expand{
display: flex;
justify-content: space-between;
align-items: start;
}

.time_line .sec2 .expand a.our_Serv.w-15{
  width: 15%;
}

.time_line .sec2 .expand h4{
  font-family: Urbanist;
font-weight: 700;
font-style: Bold;
font-size: 40px;
leading-trim: NONE;
line-height: 24.56px;
letter-spacing: 0px;
vertical-align: middle;
color: rgba(43, 64, 121, 1);
margin: 20px 0  ;
}


.time_line .sec2 p{
  font-family: Teachers;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 29px;
letter-spacing: 0%;
vertical-align: middle;
color: rgba(111, 111, 111, 1);
}


.time_line .sec2{
  background-color: rgba(246, 246, 246, 1);
  margin: 0 !important;
  padding : 5% 0!important;
  margin-top:-5px !important
}

.time_line .services{
  margin-bottom: 0!important;
} 

.time_line .sec3 h2.colour_change{
text-align: start;
width: 35%;
}

.time_line .sec3 .fea{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.time_line .sec3 .fea img{
  width: 15%;
  height: auto;
   
}
.time_line .sec3 .fea .clmns h4{
   border-top: 1px solid rgba(229, 229, 229, 1);
  padding: 30px 0;
  margin-bottom: 30px;
  font-family: Urbanist;
font-weight: 500;
font-style: Medium;
font-size: 28px;
leading-trim: NONE;
line-height: 33px;
letter-spacing: -0.6px;
vertical-align: middle;
}
.time_line .sec3 .fea .clmns{
margin: 3% 0;
width: 30%;
}

.time_line .sec3 .fea_points .fclm{
  display: flex;
  align-items: center;
  gap: 20px;
     border-bottom: 1px solid rgba(229, 229, 229, 1);
padding: 30px 0;
}

.time_line .sec3 .fea_points .fclm p{
  font-family: Urbanist;
font-weight: 500;
font-style: Medium;
font-size: 30px;
leading-trim: NONE;
line-height: 33px;
letter-spacing: -0.6px;
vertical-align: middle;
color: rgba(71, 71, 71, 1);
}

.time_line .expansion_slider{
  margin: 30px 0;
}

.time_line .expansion_slider .exp_slider .d-flex{
justify-content: space-between;
align-items: center;
}

.time_line .expansion_slider .exp_slider .d-flex .clm1 h2.colour_change {
  font-family: Urbanist;
font-weight: 500;
font-style: Medium;
font-size: 40px;
leading-trim: NONE;
line-height: 45px;
letter-spacing: 0px;
vertical-align: middle;
text-transform: capitalize;
color: rgba(183, 183, 183, 1);
width: 50%;
text-align: left;
margin: 0;
}

.time_line .expansion_slider .exp_slider .d-flex .clm1 h2.colour_change span{
color: rgba(0, 30, 110, 1);
font-family: Urbanist;
font-weight: 700;
font-style: Bold;
font-size: 40px;
leading-trim: NONE;
line-height: 45px;
letter-spacing: 0px;
vertical-align: middle;
text-transform: capitalize;

}




















.time_line .expansion_slider .slick-dots li{
  background-color: transparent !important;
  margin-top: 7px !important;
}

/* Slick dots container */
.time_line .expansion_slider .slick-dots {
  display: flex !important;
  justify-content: space-between;
  position: relative;
  margin-top: 30px;
  padding: 0 20px;
}

/* Connector line behind dots */
.time_line .expansion_slider .slick-dots::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ddd;
  z-index: 0;
}

/* Each custom dot */
.time_line .expansion_slider .custom-dot {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  cursor: pointer;
  font-family: sans-serif;
}

/* Dot circle */
.time_line .expansion_slider .custom-dot .dot-circle {
  width: 10px;
  height: 10px;
  background-color: #ffe066; /* Inactive */
  border-radius: 50%;
  margin-bottom: 8px;
}

/* Year label */
.time_line .expansion_slider .custom-dot .dot-label {
font-family: Urbanist;
font-weight: 400;
font-style: Medium;
font-size: 40px;
leading-trim: NONE;
line-height: 24.56px;
letter-spacing: 0px;
vertical-align: middle;
  color: #d1d3e2; 
}

/* Active state styling */
.time_line .expansion_slider .slick-dots li.slick-active .dot-circle {
  background-color: #001f61;
}

.time_line .expansion_slider .slick-dots li.slick-active .dot-label {
  color: #001f61;
}
