@import url("https://fonts.googleapis.com/css2?family=Caladea:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Serif+Georgian:wdth,wght@62.5..100,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
img {
  max-width: 100%;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.btn.primary_btn {
  background-color: #0087ff;
  border: 2px solid #0087ff;
  color: #fffffe;
  font-size: 17px;
  font-weight: bold;
}
.btn.primary_btn:hover {
  background-color: transparent;
  color: #0087ff;
}

.primary_btn1 {
  background-color: #5960ff;
  border: 2px solid #5960ff;
  color: #fffffe;
  font-size: 17px;
  font-weight: bold;
}
.primary_btn1:hover {
  background: transparent;
  color: #5960ff;
}

/* ------------------------------------
     Preloader CSS
---------------------------------------*/
.preloaderBg {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0;
  top: 0;
  z-index: 999999;
}

.loader-container {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preloader {
  margin: auto;
  background: url(../images/logo.png) no-repeat center;
  background-size: 70px;
  width: 70px;
  height: 70px;
}

.preloader2 {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #0c1765;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 1s ease-in-out infinite;
  position: relative;
  margin: auto;
  top: -82px;
  left: -18px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.carousel .small_text {
  font-size: 44px;
}

.carousel .large_text {
  font-size: 62px;
}

.carousel_p_text {
  font-size: 18px;
}

.header_font {
  font-size: 32px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .header_font {
    font-size: 26px;
  }
}

.numbering_font {
  font-size: 42px;
}

.heighlight_p {
  font-size: 14px;
}

.heighlight-bold_p {
  font-size: 20px;
}

.banner_Section {
  background-color: rgba(237, 242, 247, 0.1803921569);
  padding: 20px 0 50px;
}
.banner_Section .logo img {
  max-width: 100px;
  min-width: 40px;
  max-height: 100px;
  min-height: 20px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner_Section .banner_section_devide {
  padding: 50px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .banner_Section .banner_section_devide {
    padding: 20px 0;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.banner_Section .banner_section_devide .left_detail_section .top_title h5 {
  font-size: 52px;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  line-height: 60px;
}
@media screen and (max-width: 1199px) {
  .banner_Section .banner_section_devide .left_detail_section .top_title h5 {
    line-height: 50px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .banner_Section .banner_section_devide .left_detail_section .top_title h5 {
    line-height: 50px;
    font-size: 24px;
  }
}
.banner_Section .banner_section_devide .left_detail_section .top_title p {
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  margin: 60px 0 40px;
  line-height: 44px;
}
@media screen and (max-width: 991px) {
  .banner_Section .banner_section_devide .left_detail_section .top_title p {
    font-size: 18px;
    margin: 20px 0 20px;
    line-height: 36px;
  }
}
.banner_Section .banner_section_devide .left_detail_section .top_title a {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  padding: 0;
}
.banner_Section .banner_section_devide .right_image_section img {
  width: 100%;
  max-height: 400px;
  min-height: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner_Section .owl-dots {
  margin: auto;
  text-align: center;
}
.banner_Section .owl-dots .owl-dot {
  height: 10px;
  width: 520px;
  margin: 0 5px;
  background-color: #818181 !important;
  border-radius: 4px;
  transition: 0.3s linear;
}
.banner_Section .owl-dots .owl-dot.active {
  width: 10px;
  background: linear-gradient(45deg, #0149ad 0, #0149ad 100%);
}
.banner_Section .owl-dots {
  margin: auto;
  text-align: center;
}
.banner_Section .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #818181 !important;
  border-radius: 4px;
  transition: 0.3s linear;
}
.banner_Section .owl-dots .owl-dot.active {
  width: 38px;
  background: linear-gradient(45deg, #0087ff 0, #0087ff 100%);
}
.banner_Section .owl-carousel .owl-dots {
  right: 100px;
  position: absolute;
  bottom: 0;
  right: 50%;
  text-align: right;
}
.banner_Section .owl-carousel .owl-dots button.owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 9px;
  margin: 10px 2px;
}
.banner_Section .owl-carousel .owl-dots button.owl-dot.active {
  width: 40px;
}

.contact_us_section {
  margin: 60px 0;
}
.contact_us_section .contact_us_devide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  margin: 60px 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .contact_us_section .contact_us_devide {
    margin: 40px 0;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact_us_section .contact_us_devide {
    grid-template-columns: 1fr;
  }
}
.contact_us_section .contact_us_devide .contact_left_section img {
  width: 100%;
  max-height: 500px;
  min-height: 100px;
  height: auto;
}
.contact_us_section .contact_us_devide .contact_right_section {
  display: grid;
  align-content: space-evenly;
}
@media screen and (max-width: 767px) {
  .contact_us_section .contact_us_devide .contact_right_section {
    gap: 20px;
  }
}
.contact_us_section .contact_us_devide .contact_right_section .add_section .add_title {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3px;
}
.contact_us_section .contact_us_devide .contact_right_section .add_section .add_detail {
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .contact_us_section .contact_us_devide .contact_right_section .add_section .add_detail {
    font-size: 14px;
    font-weight: 600;
  }
}

.quick_highlight {
  margin: 60px 0;
}
@media screen and (max-width: 580px) {
  .quick_highlight .quick_highlight_font {
    text-align: center;
  }
}
.quick_highlight .quick_highlight_devide {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  margin: 60px 0;
}
@media screen and (max-width: 992px) {
  .quick_highlight .quick_highlight_devide {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .quick_highlight .quick_highlight_devide {
    grid-template-columns: 1fr 1fr;
    gap: 30px 16px;
    margin: 40px 0;
  }
}
@media screen and (max-width: 580px) {
  .quick_highlight .quick_highlight_devide {
    grid-template-columns: 1fr;
    gap: 40px;
    margin: 40px 100px;
  }
}
@media screen and (max-width: 500px) {
  .quick_highlight .quick_highlight_devide {
    margin: 40px 60px;
  }
}
@media screen and (max-width: 400px) {
  .quick_highlight .quick_highlight_devide {
    margin: 40px 0;
  }
}
.quick_highlight .quick_highlight_devide .single_highlight {
  display: grid;
  gap: 20px;
  overflow: hidden;
}
.quick_highlight .quick_highlight_devide .single_highlight .single_highlight_head {
  display: flex;
  gap: 28px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .quick_highlight .quick_highlight_devide .single_highlight .single_highlight_head {
    gap: 10px;
  }
}
.quick_highlight .quick_highlight_devide .single_highlight .single_highlight_head .numbering {
  font-size: 46px;
  color: #fca311;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .quick_highlight .quick_highlight_devide .single_highlight .single_highlight_head .numbering {
    font-size: 32px;
  }
}
.quick_highlight .quick_highlight_devide .single_highlight .single_highlight_head .single_detail {
  font-size: 16px;
  line-height: 1.57;
  color: #1d1d1d;
  font-family: "Ubuntu", sans-serif;
}
.quick_highlight .quick_highlight_devide .single_highlight .single_highlight_main {
  display: grid;
  gap: 0;
}
.quick_highlight .quick_highlight_devide .single_highlight .single_highlight_main .single_highlight_topic {
  background-color: #141414;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.reasearch_section {
  margin: 120px auto;
}
.reasearch_section .seamless_section_devide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 180px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .reasearch_section .seamless_section_devide {
    gap: 108px;
  }
}
@media screen and (max-width: 991px) {
  .reasearch_section .seamless_section_devide {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 450px) {
  .reasearch_section .seamless_section_devide {
    gap: 100px;
  }
}
.reasearch_section .seamless_section_devide .left_image_section .left_image_div {
  position: relative;
}
.reasearch_section .seamless_section_devide .left_image_section .overlay_1 {
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  padding: 10px;
  border-radius: 0 0 8px 0;
  width: 200px;
  height: 52px;
  margin: auto;
  text-align: center;
}
.reasearch_section .seamless_section_devide .left_image_section .overlay_1 .overlay1_devide {
  overflow: hidden;
}
.reasearch_section .seamless_section_devide .left_image_section .overlay_1 .overlay1_devide img {
  margin: -5px;
  height: 28px;
  width: 28px;
}
.reasearch_section .seamless_section_devide .left_image_section .overlay_2 {
  background-color: #f4f4f4;
  position: absolute;
  padding: 28px;
  right: -100px;
  top: 40%;
  max-width: 300px;
  border-radius: 8px;
  font-size: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .reasearch_section .seamless_section_devide .left_image_section .overlay_2 {
    right: -75px;
  }
}
@media screen and (max-width: 767px) {
  .reasearch_section .seamless_section_devide .left_image_section .overlay_2 {
    right: -10px;
  }
}
@media screen and (max-width: 450px) {
  .reasearch_section .seamless_section_devide .left_image_section .overlay_2 {
    right: 0px;
    bottom: -20%;
    top: 95%;
    max-width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .reasearch_section .seamless_section_devide .left_image_section .overlay_2 {
    padding: 16px;
    font-size: 16px;
  }
}
.reasearch_section .seamless_section_devide .left_image_section .overlay_3 {
  position: absolute;
  bottom: 36px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.reasearch_section .seamless_section_devide .left_image_section .overlay_3 .overlay3_devide {
  display: flex;
  justify-content: space-around;
  overflow: hidden;
}
.reasearch_section .seamless_section_devide .left_image_section .overlay_3 .overlay3_devide svg {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.reasearch_section .seamless_section_devide .left_image_section .overlay_3 .overlay3_devide .record {
  background-color: #fff;
  padding: 20px;
  color: black;
  border-radius: 50%;
}
.reasearch_section .seamless_section_devide .left_image_section .overlay_3 .overlay3_devide .call {
  background-color: #fca311;
  padding: 20px;
  color: black;
  border-radius: 50%;
}
.reasearch_section .seamless_section_devide .left_image_section .overlay_3 .overlay3_devide img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.reasearch_section .seamless_section_devide .right_detail_section .title {
  font-size: 28px;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 1400px) {
  .reasearch_section .seamless_section_devide .right_detail_section .title {
    margin: 0 0 20px 0;
  }
}
.reasearch_section .seamless_section_devide .right_detail_section .des {
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
}
.reasearch_section .seamless_section_devide .right_detail_section .icons_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 0;
  margin: 78px 0;
}
@media screen and (max-width: 1400px) {
  .reasearch_section .seamless_section_devide .right_detail_section .icons_list {
    gap: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .reasearch_section .seamless_section_devide .right_detail_section .icons_list {
    margin: 40px 0;
  }
}
@media screen and (max-width: 450px) {
  .reasearch_section .seamless_section_devide .right_detail_section .icons_list {
    gap: 30px;
    text-align: center;
    margin: 40px auto !important;
    grid-template-columns: repeat(1, 1fr);
  }
}
.reasearch_section .seamless_section_devide .right_detail_section .icons_list li {
  list-style: none;
  overflow: hidden;
}
@media screen and (max-width: 450px) {
  .reasearch_section .seamless_section_devide .right_detail_section .icons_list li {
    margin: auto;
  }
}
.reasearch_section .seamless_section_devide .right_detail_section .icons_list li a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 8px;
}
@media screen and (max-width: 1400px) {
  .reasearch_section .seamless_section_devide .right_detail_section .icons_list li a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  .reasearch_section .seamless_section_devide .right_detail_section .icons_list li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .reasearch_section .seamless_section_devide .right_detail_section .icons_list li a {
    font-size: 14px;
    width: 200px;
  }
}
.reasearch_section .seamless_section_devide .right_detail_section .icons_list li a .image_cover {
  padding: 10px 18px;
  border-radius: 4px;
}
.reasearch_section .seamless_section_devide .right_detail_section .icons_list li a .image_cover.green {
  background-color: #d3ecea;
}
.reasearch_section .seamless_section_devide .right_detail_section .icons_list li a .image_cover.red {
  background-color: #f5d0d1;
}
.reasearch_section .seamless_section_devide .right_detail_section .icons_list li a .image_cover.yellow {
  background-color: #f6e4c7;
}
.reasearch_section .seamless_section_devide .right_detail_section .icons_list li a .image_cover.skype {
  background-color: #dccce9;
}
.reasearch_section .seamless_section_devide .right_detail_section .icons_list li a .image_cover img {
  height: 20px;
}
.reasearch_section .seamless_section_devide .right_detail_section .icons_list li a .image_cover svg {
  height: 20px;
  width: 20px;
}

.easy_to_boarding {
  padding: 60px 0;
  background-color: #f8f8f8;
}
@media screen and (max-width: 991px) {
  .easy_to_boarding {
    padding: 20px 0;
  }
}
.easy_to_boarding .easy_to_boarding_devide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin: 60px 0;
  align-items: baseline;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .easy_to_boarding .easy_to_boarding_devide {
    gap: 20px;
    margin: 0px 0;
  }
}
@media screen and (max-width: 767px) {
  .easy_to_boarding .easy_to_boarding_devide {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.easy_to_boarding .easy_to_boarding_devide .easy_to_boarding_left .easy_to_boarding_title {
  font-size: 32px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 20px 0;
}
.easy_to_boarding .easy_to_boarding_devide .easy_to_boarding_left .easy_boarding_left_image img {
  width: 100%;
  max-height: 500px;
  height: auto;
  min-height: 100px;
}
@media screen and (max-width: 1200px) {
  .easy_to_boarding .easy_to_boarding_devide .easy_to_boarding_right .boarding_right_des.heighlight-bold_p {
    font-size: 17px;
  }
}
.easy_to_boarding .easy_to_boarding_devide .easy_to_boarding_right .baording_right_button_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 120px;
  margin: 40px 0;
}
@media screen and (max-width: 1400px) {
  .easy_to_boarding .easy_to_boarding_devide .easy_to_boarding_right .baording_right_button_list {
    gap: 20px 40px;
    margin: 34px 0;
  }
}
@media screen and (max-width: 1200px) {
  .easy_to_boarding .easy_to_boarding_devide .easy_to_boarding_right .baording_right_button_list {
    margin: 24px 0;
    gap: 10px 10px;
  }
}
@media screen and (max-width: 991px) {
  .easy_to_boarding .easy_to_boarding_devide .easy_to_boarding_right .baording_right_button_list {
    margin: 10px 0;
    gap: 10px 10px;
  }
}
@media screen and (max-width: 500px) {
  .easy_to_boarding .easy_to_boarding_devide .easy_to_boarding_right .baording_right_button_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.easy_to_boarding .easy_to_boarding_devide .easy_to_boarding_right .baording_right_button_list .btn {
  width: 100%;
}
.easy_to_boarding .easy_to_boarding_devide .easy_to_boarding_right .baording_right_button_list .btn.primary_btn {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .easy_to_boarding .easy_to_boarding_devide .easy_to_boarding_right .baording_right_button_list .btn.primary_btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .easy_to_boarding .easy_to_boarding_devide .easy_to_boarding_right .baording_right_button_list .btn.primary_btn {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .easy_to_boarding .easy_to_boarding_devide .easy_to_boarding_right .baording_right_button_list .btn.primary_btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 430px) {
  .easy_to_boarding .easy_to_boarding_devide .easy_to_boarding_right .baording_right_button_list .btn.primary_btn {
    font-size: 13px;
  }
}
@media screen and (max-width: 380px) {
  .easy_to_boarding .easy_to_boarding_devide .easy_to_boarding_right .baording_right_button_list .btn.primary_btn {
    font-size: 11px;
  }
}
.easy_to_boarding .easy_to_boarding_devide .socail_share {
  text-align: center;
}
.easy_to_boarding .easy_to_boarding_devide .socail_share .follow {
  font-weight: 500;
  font-size: 20px;
}
.easy_to_boarding .easy_to_boarding_devide .socail_share .social_icons_list {
  margin: 20px 100px;
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.easy_to_boarding .easy_to_boarding_devide .socail_share .social_icons_list a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  z-index: 1;
}
.easy_to_boarding .easy_to_boarding_devide .socail_share .social_icons_list a:hover svg {
  color: #fff;
}
.easy_to_boarding .easy_to_boarding_devide .socail_share .social_icons_list a:hover::before {
  transform: scale(1, 1);
}
.easy_to_boarding .easy_to_boarding_devide .socail_share .social_icons_list a::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(0deg, #004aad 0%, #6491ce 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  transition: 0.5s ease;
  border-radius: 50%;
  z-index: -1;
}
.easy_to_boarding .easy_to_boarding_devide .socail_share .social_icons_list a img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.easy_to_boarding .easy_to_boarding_devide .socail_share .social_icons_list a svg {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  color: #000;
}

.wait_there_is_more {
  margin: 60px auto;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .wait_there_is_more .easy_to_boarding_title {
    text-align: center;
  }
}
.wait_there_is_more .wait_there_is_more_devide {
  margin: 60px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  overflow: hidden;
  align-content: stretch;
}
@media screen and (max-width: 991px) {
  .wait_there_is_more .wait_there_is_more_devide {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wait_there_is_more .wait_there_is_more_devide {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.wait_there_is_more .wait_there_is_more_devide .single_wait_there_is_more {
  text-align: center;
  background: #d6e2e7;
  border-radius: 12px;
}
.wait_there_is_more .wait_there_is_more_devide .single_wait_there_is_more .top_image_section img {
  width: 100%;
}
.wait_there_is_more .wait_there_is_more_devide .single_wait_there_is_more .main_content {
  margin: auto;
  text-align: center;
  padding: 20px;
}
.wait_there_is_more .wait_there_is_more_devide .single_wait_there_is_more .main_content .top_text {
  font-size: 40px;
  font-family: "Ubuntu", sans-serif;
  color: #fca311;
  text-align: center;
  font-weight: 700;
}
.wait_there_is_more .wait_there_is_more_devide .single_wait_there_is_more .main_content h5 {
  font-size: 16px;
}
.wait_there_is_more .wait_there_is_more_devide .single_wait_there_is_more .main_content h4 {
  font-size: 18px;
}
.wait_there_is_more .wait_there_is_more_devide .single_wait_there_is_more .main_content h3 {
  font-size: 22px;
}
.wait_there_is_more .wait_there_is_more_devide .single_wait_there_is_more .main_content .main_text_content {
  padding: 4px 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
  margin: 0;
}
.wait_there_is_more .wait_there_is_more_devide .single_wait_there_is_more .btn {
  margin: 20px 0 0;
}

.footer {
  background: #ebeff4;
  padding: 40px 0 10px;
  margin: 80px 0 0;
}
.footer .footer_devide {
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .footer .footer_devide {
    gap: 40px;
    justify-content: flex-start;
  }
}
.footer .footer_devide .quick_link_section ul {
  padding: 0;
}
.footer .footer_devide .quick_link_section ul li {
  list-style: none;
  padding: 10px 0;
}
.footer .footer_devide .quick_link_section ul li a {
  text-decoration: none;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.footer .footer_devide .quick_link_section .social_icons_list {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.footer .footer_devide .quick_link_section .social_icons_list a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  z-index: 1;
}
.footer .footer_devide .quick_link_section .social_icons_list a:hover svg {
  color: #fff;
}
.footer .footer_devide .quick_link_section .social_icons_list a:hover::before {
  transform: scale(1, 1);
}
.footer .footer_devide .quick_link_section .social_icons_list a::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(0deg, #004aad 0%, #6491ce 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  transition: 0.5s ease;
  border-radius: 50%;
  z-index: -1;
}
.footer .footer_devide .quick_link_section .social_icons_list a img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer_devide .quick_link_section .social_icons_list a svg {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  color: #000;
}
.footer .footer_devide .footer-image-section img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  max-width: 100%;
  max-height: 400px;
  min-height: 100px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .footer .footer_devide .footer-image-section img {
    max-height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_devide .footer-image-section img {
    max-height: 234px;
  }
}
.footer .last_footer {
  padding: 40px 0 0px;
}

.about_us_section {
  background: #ebeff4;
  padding: 40px 0 10px;
}
.about_us_section .about_us_devide {
  margin: 40px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .about_us_section .about_us_devide {
    grid-template-columns: 1fr;
  }
}
.about_us_section .about_us_devide .about_us_left {
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  display: grid;
  gap: 20px;
}
.about_us_section .about_us_devide .about_us_left .about_us_left_top_image_section {
  display: flex;
  gap: 0;
  justify-content: center;
}
.about_us_section .about_us_devide .about_us_left .about_us_left_top_image_section img {
  width: 100%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
@media screen and (max-width: 500px) {
  .about_us_section .about_us_devide .about_us_left .about_us_left_top_image_section img {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 350px) {
  .about_us_section .about_us_devide .about_us_left .about_us_left_top_image_section img {
    width: 120px;
    height: 120px;
  }
}
.about_us_section .about_us_devide .about_us_left .about_us_left_top_image_section img.border_image {
  border: 5px solid #f0cdff;
}
.about_us_section .about_us_devide .about_us_left .about_des_down .title {
  font-size: 24px;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  color: #0c645a;
  padding: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .about_us_section .about_us_devide .about_us_left .about_des_down .title {
    font-size: 20px;
  }
}
.about_us_section .about_us_devide .about_us_left .about_des_down .description {
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  .about_us_section .about_us_devide .about_us_left .about_des_down .description {
    font-size: 18px;
    text-align: justify;
    line-height: inherit;
  }
}
.about_us_section .about_us_devide .about_us_right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .about_us_section .about_us_devide .about_us_right {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .about_us_section .about_us_devide .about_us_right {
    grid-template-columns: 1fr;
  }
}
.about_us_section .about_us_devide .about_us_right .about_us_right_section {
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 150px auto;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .about_us_section .about_us_devide .about_us_right .about_us_right_section {
    grid-template-columns: auto;
  }
}
.about_us_section .about_us_devide .about_us_right .about_us_right_section .left_image img {
  max-width: 140px;
  width: 100%;
  border-radius: 36%;
}
.about_us_section .about_us_devide .about_us_right .about_us_right_section .right_des h6 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  color: #0c645a;
}
.about_us_section .about_us_devide .about_us_right .about_us_right_section .right_des .des {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .about_us_section .about_us_devide .about_us_right .about_us_right_section .right_des .des {
    text-align: justify;
  }
}

.partners {
  margin: 40px auto;
}
.partners .partners_list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  .partners .partners_list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 360px) {
  .partners .partners_list ul {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    gap: 2px;
  }
}
.partners .partners_list ul li {
  list-style: none;
}
.partners .partners_list ul li a img {
  max-width: 100%;
  width: 200px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.trust_support {
  margin: 60px 0;
}
.trust_support .banner {
  position: relative;
  overflow: hidden;
}
.trust_support .banner img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.trust_support .banner .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: auto 100px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .trust_support .banner .overlay {
    grid-template-columns: auto 80px;
  }
}
@media screen and (max-width: 450px) {
  .trust_support .banner .overlay {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 400px) {
  .trust_support .banner .overlay {
    left: 10px;
    right: 10px;
  }
}
.trust_support .banner .overlay .overlay_text {
  background-color: #fff;
  padding: 34px;
}
@media screen and (max-width: 767px) {
  .trust_support .banner .overlay .overlay_text {
    padding: 22px;
  }
}
@media screen and (max-width: 400px) {
  .trust_support .banner .overlay .overlay_text {
    padding: 16px;
  }
}
.trust_support .banner .overlay .overlay_text h4 {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .trust_support .banner .overlay .overlay_text h4 {
    font-size: 24px;
    font-weight: 700;
  }
}
@media screen and (max-width: 400px) {
  .trust_support .banner .overlay .overlay_text h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .trust_support .banner .overlay .overlay_right_image {
    display: none;
  }
}
.trust_support .banner .overlay .overlay_right_image img {
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .trust_support .banner .overlay .overlay_right_image img {
    height: 80px;
    width: 80px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.privacy_policy_page {
  /* .main_heading p .emphasis {
      color: #e4060f;
  } */
}
.privacy_policy_page .content_title {
  font-size: 22px;
}
.privacy_policy_page .inner_terms_list,
.privacy_policy_page .parents_terms_list li .parent_child_list {
  padding: 0px 0px 0 10px;
  margin: 0;
}
.privacy_policy_page .inner_terms_list li,
.privacy_policy_page .parents_terms_list li .parent_child_list li {
  margin: 20px !important;
  list-style: disc !important;
}
.privacy_policy_page .inner_terms_list li .grandchild_li {
  padding: 0px 0px 0 10px;
  margin: 0;
}
.privacy_policy_page .inner_terms_list li .grandchild_li li {
  margin: 20px !important;
  list-style: lower-alpha !important;
}
.privacy_policy_page .inner_terms_list li .grandchild_li li .inner_ul,
.privacy_policy_page .parents_terms_list {
  padding: 0px 0px 0 10px;
  margin: 0;
}
.privacy_policy_page .inner_terms_list li .grandchild_li li .inner_ul li {
  margin: 20px !important;
  list-style: lower-roman !important;
}
.privacy_policy_page .parents_terms_list li {
  margin: 20px !important;
  list-style: auto !important;
}
.privacy_policy_page .parents_terms_list li::marker {
  color: #156380;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.privacy_policy_page .parents_terms_title {
  color: #156380;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.privacy_policy_page .main_heading {
  color: #287a9f;
  font-weight: 600;
  font-size: 42px;
  margin: 40px 0 10px;
}
.privacy_policy_page .main_heading p {
  color: #287a9f;
  font-size: 30px;
  line-height: 52px;
}
.privacy_policy_page .privacy_policy_list ul li {
  margin: 20px 0;
  list-style: none;
  margin: 50px 0;
}

.terms_condition_page {
  /* .main_heading p .emphasis {
      color: #e4060f;
  } */
}
.terms_condition_page .content_title {
  font-size: 22px;
}
.terms_condition_page .inner_terms_list,
.terms_condition_page .parents_terms_list li .parent_child_list {
  padding: 0px 0px 0 10px;
  margin: 0;
}
.terms_condition_page .inner_terms_list li,
.terms_condition_page .parents_terms_list li .parent_child_list li {
  margin: 20px !important;
  list-style: disc !important;
}
.terms_condition_page .inner_terms_list li .grandchild_li {
  padding: 0px 0px 0 10px;
  margin: 0;
}
.terms_condition_page .inner_terms_list li .grandchild_li li {
  margin: 20px !important;
  list-style: lower-alpha !important;
}
.terms_condition_page .inner_terms_list li .grandchild_li li .inner_ul,
.terms_condition_page .parents_terms_list {
  padding: 0px 0px 0 10px;
  margin: 0;
}
.terms_condition_page .inner_terms_list li .grandchild_li li .inner_ul li {
  margin: 20px !important;
  list-style: lower-roman !important;
}
.terms_condition_page .parents_terms_list li {
  margin: 20px !important;
  list-style: auto !important;
}
.terms_condition_page .parents_terms_list li::marker {
  color: #156380;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.terms_condition_page .parents_terms_title {
  color: #156380;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.terms_condition_page .main_heading {
  color: #287a9f;
  font-weight: 600;
  font-size: 42px;
  margin: 40px 0 10px;
}
.terms_condition_page .main_heading p {
  color: #287a9f;
  font-size: 30px;
  /* line-height: 52px; */
}
.terms_condition_page .faq_list ul li {
  margin: 20px 0;
}

.faq_list ul li {
  list-style: none;
  margin: 50px 0;
}

.faq {
  margin: 50px auto;
}

/*Faq*/
.tw-faq-section {
  max-width: 830px;
  margin: 0px auto;
}

.tw-faq-section .tw-faq .accordion-item {
  border: 1px solid transparent;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
  border-radius: 10px;
  background-color: #f0f6fe;
}

.tw-faq-section .tw-faq .accordion-item .accordion-button {
  font-size: 18px;
  color: #17171d;
  padding: 10px 16px 10px 16px;
  font-weight: 500;
}

.tw-faq-section .tw-faq .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: #f0f6fe;
}

.tw-faq-section .tw-faq .accordion-item .accordion-button:focus {
  box-shadow: none !important;
}

/*Accordion button*/
.accordion-button:after {
  background-image: none;
  content: "+";
  font-family: "Feather";
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #17171d;
  text-align: center;
  font-size: 22px;
}

.accordion-button:not(.collapsed):after {
  background-image: none;
  content: "-";
  transform: none;
}

@media screen and (max-width: 767px) {
  .pop_for_desktop {
    display: none;
  }
}

.pop_for_mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .pop_for_mobile {
    display: block;
  }
}

.scroll-top {
  display: inline-block;
  background-image: linear-gradient(#bfcacf 0%, #1967d2 100%);
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 8px;
  right: 8px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 12px;
  color: #fff;
  border: none;
}
.scroll-top .text {
  position: relative;
  display: block;
  color: #2ba2ff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.scroll-top:active {
  background-image: linear-gradient(0deg, #a7c1e3 0%, #004aad 100%);
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
}
.scroll-top:before {
  position: absolute;
  content: "";
  background-image: linear-gradient(0deg, #717375 0%, #000 100%);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  transition: 0.5s ease;
  border-radius: 12px;
  z-index: -1;
}
.scroll-top:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}
.scroll-top:hover::before {
  transform: scale(1, 1);
  background-image: linear-gradient(0deg, #000 0%, #2ba2ff 100%);
}

.contact_page {
  /*Contact Form*/
}
.contact_page .twm-contact-one {
  position: relative;
}
.contact_page .twm-contact-one .contact-one-inner {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 991px) {
  .contact_page .twm-contact-one .contact-one-inner {
    padding-top: 38px;
    padding-bottom: 0px;
  }
}
.contact_page .twm-contact-one .contact-one-inner:after {
  content: "";
  position: absolute;
  width: 420px;
  right: 50px;
  top: 50px;
  bottom: 50px;
  background-color: #f0f6fe;
  z-index: -1;
}
@media (max-width: 1400px) {
  .contact_page .twm-contact-one .contact-one-inner:after {
    right: -20px;
  }
}
@media (max-width: 1200px) {
  .contact_page .twm-contact-one .contact-one-inner:after {
    width: 394px;
  }
}
@media (max-width: 991px) {
  .contact_page .twm-contact-one .contact-one-inner:after {
    display: none;
  }
}
.contact_page .twm-contact-one .contact-info-wrap {
  margin-left: 100px;
  margin-right: 25px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .contact_page .twm-contact-one .contact-info-wrap {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .contact_page .twm-contact-one .contact-info-wrap {
    margin: 0px;
    padding-top: 38px;
    padding-bottom: 40px;
  }
}
.contact_page .twm-contact-one .contact-info-wrap .contact-info {
  border-radius: 10px 10px 10px 0px;
  box-shadow: 0px 0px 25px rgba(56, 152, 226, 0.3);
  padding: 40px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .contact_page .twm-contact-one .contact-info-wrap .contact-info {
    border-radius: 10px;
  }
}
@media (max-width: 400px) {
  .contact_page .twm-contact-one .contact-info-wrap .contact-info {
    padding: 20px;
  }
}
.contact_page .twm-contact-one .contact-info-wrap:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -57px;
  z-index: -1;
  width: 0;
  height: 0;
  border-left: 57px solid transparent;
  border-right: 0px solid transparent;
  border-top: 57px solid #d8d8d8;
}
@media (max-width: 991px) {
  .contact_page .twm-contact-one .contact-info-wrap:before {
    display: none;
  }
}
.contact_page .twm-contact-one .contact-info-section .c-info-column {
  padding: 0px 0px 0px 100px;
  color: #17171d;
  position: relative;
  min-height: 75px;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .contact_page .twm-contact-one .contact-info-section .c-info-column {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .contact_page .twm-contact-one .contact-info-section .c-info-column {
    padding: 0px 0px 0px 65px;
  }
}
.contact_page .twm-contact-one .contact-info-section .c-info-column:last-child {
  margin-bottom: 0px;
}
.contact_page .twm-contact-one .contact-info-section .c-info-column p {
  font-size: 14px;
}
.contact_page .twm-contact-one .contact-info-section .c-info-column .c-info-icon {
  position: absolute;
  font-size: 22px;
  left: 0px;
  top: 0px;
  color: #1967d2;
  width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 10px;
  text-align: center;
  background-color: #f0f6fe;
  z-index: 1;
}
.contact_page .twm-contact-one .contact-info-section .c-info-column .c-info-icon.custome-size {
  font-size: 26px;
}
@media (max-width: 400px) {
  .contact_page .twm-contact-one .contact-info-section .c-info-column .c-info-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.contact_page .twm-contact-one .contact-info-section .c-info-column span {
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.contact_page .twm-contact-one .contact-info-section .c-info-column p {
  margin-bottom: 0px;
}
.contact_page .twm-contact-one .contact-info-section .c-info-column p a {
  color: #17171d;
}
.contact_page .twm-contact-one .contact-form-outer .section-head.left.wt-small-separator-outer {
  text-align: left;
}
.contact_page .twm-contact-one .contact-form-outer .section-head.left.wt-small-separator-outer h2 {
  margin-bottom: 16px;
}
.contact_page .twm-contact-one .contact-form-outer .section-head.left.wt-small-separator-outer {
  margin-bottom: 40px;
}
.contact_page .cons-contact-form .form-control {
  height: 56px;
  padding: 10px 20px;
  background-color: #f0f6fe;
  border: 0px;
  border-radius: 10px;
}
.contact_page .cons-contact-form .form-control:focus {
  box-shadow: none;
  background-color: #f9fcff;
}
.contact_page .cons-contact-form textarea.form-control {
  padding-top: 15px;
  height: 80px;
  margin-bottom: 40px;
  resize: none;
}
.contact_page .form-control {
  width: 100%;
  height: 60px;
  padding: 20px;
  border: none;
  background-color: #f0f6fe;
  border-radius: 10px;
}
.contact_page .form-control:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  background-color: #f8f8f8;
}
.contact_page .form-group {
  margin-bottom: 30px;
}
.contact_page .site-button {
  outline: none;
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background-color: #1967d2;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s all ease;
}
.contact_page .site-button:hover {
  color: #000;
}
.contact_page .site-button i {
  padding-right: 10px;
}
.contact_page .site-button {
  color: rgba(0, 0, 0, 0) !important;
  transition: all 0.3s ease !important;
  text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
}
.contact_page .site-button:hover {
  text-shadow: -400px 0 0 #fff, 0 0 0 #fff;
  background-color: #171d28;
}
@media (max-width: 480px) {
  .contact_page .site-button {
    padding: 8px 8px;
    font-size: 14px;
  }
}

.banner_section_inner {
  /*inner page banner*/
  /*Breadcrumb*/
}
.banner_section_inner .logo img {
  max-width: 100px;
  min-width: 40px;
  max-height: 100px;
  min-height: 20px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner_section_inner .banner {
  background-image: url(../images/grey-bg.webp);
  background-repeat: no-repeat;
  height: 500px;
  position: relative;
}
.banner_section_inner .wt-bnr-inr {
  height: 250px;
  background-size: cover;
  background-position: center center;
  display: table;
  width: 100%;
  position: relative;
}
.banner_section_inner .wt-bnr-inr .container {
  display: table;
  height: 100%;
}
.banner_section_inner .wt-bnr-inr-entry {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  right: 0;
  left: 0;
  bottom: 10%;
}
.banner_section_inner .wt-bnr-inr-entry .banner-title-outer {
  position: relative;
}
.banner_section_inner .wt-bnr-inr-entry .banner-title-outer .wt-title {
  font-size: 28px;
  margin-bottom: 0px;
  position: relative;
}
.banner_section_inner .wt-bnr-inr-entry .banner-title-outer .banner-title-name {
  display: inline-block;
  margin-bottom: 10px;
}
.banner_section_inner .wt-bnr-inr-entry .banner-title-outer .banner-title-name .wt-title {
  color: #17171d;
}
.banner_section_inner .wt-breadcrumb {
  margin: 0;
  display: inline-block;
  list-style: none;
  position: relative;
  padding: 0;
}
.banner_section_inner .wt-breadcrumb li {
  padding-right: 30px;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #1967d2;
}
.banner_section_inner .wt-breadcrumb li a {
  color: #17171d;
  text-decoration: none;
}
.banner_section_inner .wt-breadcrumb li a:hover {
  color: #1967d2;
}
.banner_section_inner .wt-breadcrumb li:after {
  content: "";
  position: absolute;
  right: 8px;
  width: 8px;
  height: 2px;
  background-color: #17171d;
  top: 50%;
  transform: translateY(-50%);
  color: #17171d;
  font-size: 12px;
  font-weight: 600;
}
.banner_section_inner .wt-breadcrumb li:last-child {
  color: #1967d2;
  padding-right: 0px;
}
.banner_section_inner .wt-breadcrumb li:last-child:after {
  display: none;
}
.banner_section_inner .wt-breadcrumb li:first-child a i {
  font-size: 18px;
  vertical-align: text-top;
}

.badge_section {
  background-color: #fbfbfb;
}
.badge_section .badges_list {
  padding: 80px 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1400px) {
  .badge_section .badges_list {
    gap: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .badge_section .badges_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 991px) {
  .badge_section .badges_list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .badge_section .badges_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .badge_section .badges_list {
    grid-template-columns: repeat(1, 1fr);
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.badge_section .badges_list .single-badge {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #fff;
  padding: 0 8px 8px;
  border-radius: 8px 8px 12px 12px; /* Slight cone effect */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}
.badge_section .badges_list .single-badge .icon_and_title {
  display: flex;
  gap: 4px;
  align-items: center;
}
.badge_section .badges_list .single-badge .icon_and_title svg {
  width: 50px;
  height: 50px;
  color: #fff;
}
.badge_section .badges_list .single-badge .icon_and_title .title {
  font-size: 16px;
  font-weight: bold;
  padding: 6px 0;
}
.badge_section .badges_list .single-badge .subtitle {
  font-size: 14px;
  opacity: 0.95;
  padding: 0 0 6px;
  text-align: center;
}
.badge_section .badges_list .single-badge.avetmiss {
  background: #0159bb;
}
.badge_section .badges_list .single-badge.avetmiss .icon_and_title {
  border-bottom: 1px solid #5a8abf;
}
.badge_section .badges_list .single-badge.asqa {
  background: #198754;
}
.badge_section .badges_list .single-badge.asqa .icon_and_title {
  border-bottom: 1px solid #36b57a;
}
.badge_section .badges_list .single-badge.cricos {
  background: #fd7e14;
}
.badge_section .badges_list .single-badge.cricos .icon_and_title {
  border-bottom: 1px solid #cf6b16;
}
.badge_section .badges_list .single-badge.australia {
  background: #6f42c1;
}
.badge_section .badges_list .single-badge.australia .icon_and_title {
  border-bottom: 1px solid #a281df;
}
.badge_section .badges_list .single-badge.secure {
  background: #343a40;
}
.badge_section .badges_list .single-badge.secure .icon_and_title {
  border-bottom: 1px solid #5c656e;
}/*# sourceMappingURL=style.css.map */