html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  background: #fefefe;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-family: "poppins", sans-serif; }
  body a {
    transition: 0.25s linear;
    text-decoration: none; }
    body a:hover {
      text-decoration: none; }
    body a:focus {
      outline: none; }
  body ul {
    margin: 0;
    padding: 0; }
    body ul li {
      list-style-type: none; }
  body p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px; }

.container {
  max-width: 1400px; }

.sec-title-about {
  padding-top: 40px;
  padding-bottom: 12px; }
  @media (max-width: 992px) {
    .sec-title-about {
      padding-top: 90px; } }
  .sec-title-about h6 {
    color: #969696;
    font-weight: 300; }
  .sec-title-about h5, .sec-title-about h1 {
    color: #222465;
    font-size: 40px;
    font-weight: 800;
    text-transform: capitalize;
    width: 64%; }
  .sec-title-about span {
    display: block; }

.ma-text {
  width: 55%; }
  @media (max-width: 1290px) {
    .ma-text {
      width: 70%; } }

section.main-about.sec-padding {
  padding: 0 60px; }
  @media (max-width: 600px) {
    section.main-about.sec-padding {
      padding: 40px 0; } }

.learn-more {
  margin: 12px 0;
  border-radius: 32px;
  padding: 10px 20px;
  display: inline-block;
  background-image: linear-gradient(to right, #3d40ac, #ff5359 83%);
  transition: 0.3s linear; }
  .learn-more a {
    transition: 0.2s linear;
    color: white; }
  .learn-more:hover {
    box-shadow: 11px 9px 20px 0px #7474748c;
    background-image: linear-gradient(#33368a, #171946); }

.sec-padding {
  padding: 40px 0; }
  .sec-padding p {
    font-size: 16px; }

.sec-title {
  text-align: center;
  color: #222465;
  text-transform: uppercase;
  font-weight: 600;
  margin: 32px 0;
  text-align: center;
  position: relative; }
  .sec-title h6 {
    margin: 30px 0;
    font-weight: 500;
    font-size: 12px;
    color: #3d3d3d;
    line-height: 20px;
    padding: 0 350px;
    text-align: center;
    text-transform: capitalize; }
  .sec-title h2 {
    font-weight: 600; }

.removes-white-padding {
  padding: 0px; }

.main-country .mb-single {
  margin: 0 10px;
  text-align: center; }
.main-country .slick-initialized .slick-slide {
  display: block;
  margin: 6px 12px; }

.social-links {
  display: flex;
  align-items: center; }
  .social-links li {
    height: 30px;
    width: 30px;
    background: #da4a4a;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    margin-right: 8px;
    font-size: 14px;
    margin-right: 8px; }
    .social-links li a {
      color: white; }

.inner-breadcrumb .breadcrumb {
  margin: 40px 60px;
  width: fit-content;
  border-radius: 32px;
  justify-content: center;
  background: #da4a4a;
  padding: 6px 8px; }
  .inner-breadcrumb .breadcrumb li a {
    color: white;
    font-size: 12px; }
.inner-breadcrumb .breadcrumb-item.active {
  color: #ffffff; }
.inner-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #ffffff;
  content: "/"; }
.inner-breadcrumb .breadcrumb-item {
  font-size: 12px;
  text-transform: capitalize; }

.inner-sec-title {
  text-align: left;
  margin: 18px 0;
  padding: 0 60px; }
  @media (max-width: 767px) {
    .inner-sec-title {
      padding: 0 0px; } }

.inner-page-text {
  padding: 0 60px; }

.services .inner-page-text {
  padding: 0; }

.header-mid .navbar-expand-lg {
  gap: 20px !important; }
@media (max-width: 991px) {
  .header-mid .navbar-collapse {
    justify-content: center;
    background: #da4a4a;
    padding: 20px;
    border-radius: 20px; } }
.header-mid .navbar-toggler {
  border: 1px solid #3f3939; }
.header-mid .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.disp-flex {
  display: flex;
  align-items: center; }

.j-c-c {
  justify-content: center; }

.j-c-r {
  justify-content: right; }

.j-c-l {
  justify-content: left; }

.hr-img {
  position: relative; }
  .hr-img img {
    object-fit: cover;
    width: 420px;
    height: 580px;
    border-radius: 755px 18px 392px 439px; }
    @media (max-width: 1200px) {
      .hr-img img {
        width: 325px;
        height: 450px; } }
    @media (max-width: 1024px) {
      .hr-img img {
        width: 290px;
        height: 395px; } }
    @media (max-width: 991px) {
      .hr-img img {
        width: auto; } }
  .hr-img::after {
    position: absolute;
    height: 155px;
    width: 40px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    background: #bebebe3b;
    content: "";
    bottom: -5px;
    z-index: -1;
    left: 27px;
    transform: rotate(0.13turn); }
  .hr-img::before {
    position: absolute;
    height: 500px;
    width: 40px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    background: #bebebe3b;
    content: "";
    bottom: -137px;
    z-index: -1;
    left: 161px;
    transform: rotate(0.13turn); }

.no-pad {
  padding: 0; }

.header-main {
  position: relative; }
  .header-main a.nav-link {
    color: #222465;
    font-weight: 500; }
    @media (max-width: 991px) {
      .header-main a.nav-link {
        color: #fff; } }

.header-wrapper {
  display: flex;
  align-items: center;
  padding: 8px 0; }
  @media (max-width: 991px) {
    .header-wrapper {
      display: block; } }

.header-right {
  position: absolute;
  right: 0; }
  @media (max-width: 991px) {
    .header-right {
      position: static;
      text-align: center; } }

.mais-single {
  padding: 0 32px;
  position: relative;
  right: 0; }
  .mais-single img {
    width: 1300px;
    height: 600px;
    object-fit: cover;
    border-top-left-radius: 290px;
    border-bottom-left-radius: 290px;
    padding: 50px 0 50px 50px; }
  .mais-single::after {
    position: absolute;
    height: 200px;
    width: 40px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    background: #bebebe3b;
    content: "";
    bottom: 71px;
    z-index: -1;
    left: 161px;
    transform: rotate(0.13turn); }
  .mais-single::before {
    position: absolute;
    height: 200px;
    width: 40px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    background: #bebebe3b;
    content: "";
    bottom: -6px;
    z-index: -1;
    left: 161px;
    transform: rotate(0.13turn); }

.ms-single {
  display: flex;
  align-items: center;
  margin: 28px 0;
  padding: 0 20px; }
  @media (max-width: 1024px) {
    .ms-single {
      display: block;
      text-align: center; } }

.sec-title-about h5,
.sec-title-about h1 {
  font-size: 40px;
  width: 64%; }
  @media (max-width: 1290px) {
    .sec-title-about h5,
    .sec-title-about h1 {
      font-size: 30px;
      width: 80%; } }
  @media (max-width: 1024px) {
    .sec-title-about h5,
    .sec-title-about h1 {
      width: 70%; } }
  @media (max-width: 991px) {
    .sec-title-about h5,
    .sec-title-about h1 {
      width: 100%; } }
  @media (max-width: 600px) {
    .sec-title-about h5,
    .sec-title-about h1 {
      font-size: 24px; } }
  @media (max-width: 440px) {
    .sec-title-about h5,
    .sec-title-about h1 {
      font-size: 20px; } }

@media (max-width: 992px) {
  .ma-text {
    width: 100%; } }
  @media (max-width: 992px) and (max-width: 440px) {
    .ma-text p {
      font-size: 14px; } }

.mss-left {
  position: relative; }
  @media (max-width: 1024px) {
    .mss-left {
      padding-bottom: 15px; } }
  .mss-left i {
    height: 140px;
    width: 140px;
    background-image: linear-gradient(#222465, #e34046);
    color: white;
    text-align: center;
    line-height: 140px;
    font-size: 42px;
    border-radius: 50%;
    box-shadow: 12px 11px 35px 0px #0000004d; }
  .mss-left::before {
    position: absolute;
    height: 130px;
    width: 30px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    background: #bebebe1e;
    content: "";
    bottom: 0px;
    z-index: -1;
    left: 5px;
    transform: rotate(0.13turn); }
  .mss-left::after {
    position: absolute;
    height: 100px;
    width: 30px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    background: #bebebe1e;
    content: "";
    bottom: -45px;
    z-index: -1;
    left: 5px;
    transform: rotate(0.13turn); }

@media (max-width: 1024px) {
  .section.main-about.sec-padding {
    padding-top: 40px; }
    .section.main-about.sec-padding .sec-title-about {
      padding-top: 40px; } }

.mss-right {
  padding: 0 20px;
    /*.mssr-content{
          @media(max-width: 1024px){
                                        min-height: 295px;

          }
       
    }*/ }
  .mss-right .mssr-title h6,
  .mss-right .mssr-title h3,
  .mss-right .mssr-title h2 {
    font-size: 18px;
    color: #676767; }
  .mss-right p {
    font-size: 15px;
    text-align: left;
    line-height: 22px; }

.mssr-title {
  margin-bottom: 12px;
  text-transform: capitalize; }

.learn-more-plain {
  padding: 6px;
  border-radius: 32px;
  display: inline-block; }
  .learn-more-plain a {
    color: #222465;
    font-size: 13px;
    font-weight: 600; }
  .learn-more-plain:hover {
    background: whitesmoke; }

.main-booking {
  background-image: linear-gradient(#33368a, #171946);
  color: white; }

.mb-image {
  text-align: center;
  position: relative;
  z-index: 23;
  overflow: hidden; }
  .mb-image img {
    height: 450px;
    width: 450px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 12px 11px 35px 0px #0000004d;
    z-index: 3; }
  .mb-image::before {
    position: absolute;
    height: 380px;
    width: 40px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    background: #bebebe3b;
    content: "";
    bottom: -45px;
    z-index: -80;
    left: 27px;
    transform: rotate(0.13turn); }
  .mb-image::after {
    position: absolute;
    height: 309px;
    width: 40px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    background: #bebebe3b;
    content: "";
    bottom: -43px;
    z-index: -80;
    left: 104px;
    transform: rotate(0.13turn); }

.mb-left-wrapper {
  padding: 100px 80px; }
  @media (max-width: 1024px) {
    .mb-left-wrapper {
      padding: 100px 20px; } }
  @media (max-width: 992px) {
    .mb-left-wrapper {
      padding: 20px 40px; } }
  @media (max-width: 600px) {
    .mb-left-wrapper {
      padding: 10px; } }
  @media (max-width: 375px) {
    .mb-left-wrapper {
      padding: 0; } }

.mb-title {
  margin: 20px 0; }
  .mb-title h4,
  .mb-title h2 {
    font-size: 38px; }
    @media (max-width: 440px) {
      .mb-title h4,
      .mb-title h2 {
        font-size: 26px; } }

.mb-text p {
  font-size: 15px;
  color: #ffffff;
  line-height: 23px; }
  @media (max-width: 440px) {
    .mb-text p {
      font-size: 14px; } }

.book-ielts {
  margin: 32px 12px 32px 0px;
  background-image: linear-gradient(to right, #5e62ff, #e34046);
  display: inline-block;
  padding: 10px 20px;
  border-radius: 32px;
  transition: 0.3s linear; }
  .book-ielts a {
    color: white;
    font-weight: 400;
    text-transform: capitalize; }
  .book-ielts:hover {
    box-shadow: 8px 9px 4px 0px #0c000036;
    background-image: linear-gradient(#33368a, #171946); }

.apply-online {
  background-image: linear-gradient(to right, #e34046, #ff5a1f); }

.mss-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 210px;
  width: 210px;
  border-radius: 50%;
  background: linear-gradient(#222465, #e34046); }

.stat-single {
  background: #fefefe;
  text-align: center;
  border-radius: 50%;
  padding: 30px;
  height: 200px;
  width: 200px;
  line-height: 100px;
  position: relative; }
  @media (max-width: 1024px) {
    .stat-single {
      height: 180px;
      width: 180px;
      padding: 10px; } }
  .stat-single .sss-text h3 {
    font-size: 1rem; }
  @media (max-width: 992px) {
    .stat-single {
      padding: 30px;
      height: 200px;
      width: 200px; } }

.stat-gradiant-wrapper {
  height: 210px;
  width: 210px;
  background: linear-gradient(#222465, #e34046);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1024px) {
    .stat-gradiant-wrapper {
      height: 190px;
      width: 190px; } }
  @media (max-width: 992px) {
    .stat-gradiant-wrapper {
      margin-bottom: 20px;
      height: 210px;
      width: 210px; } }

.ss-text h6 {
  color: #676767;
  font-weight: 600;
  text-transform: uppercase; }

.view-all-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 30px;
  background: linear-gradient(to right, #222465, #e34046);
  display: inline-block;
  border-radius: 32px;
  transition: 0.3s linear; }
  @media (max-width: 992px) {
    .view-all-btn {
      top: 97%; } }
  .view-all-btn a {
    color: white;
    font-size: 13px;
    text-transform: capitalize; }
  .view-all-btn:hover {
    -webkit-box-shadow: 11px 9px 20px 0px #7474748c;
    box-shadow: 11px 9px 20px 0px #7474748c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#33368a), to(#171946));
    background-image: linear-gradient(#33368a, #171946); }

.mt-left img {
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 12px 11px 35px 0px #0000004d; }

.mt-right {
  padding: 0 16px; }
  .mt-right .mtr-text {
    margin: 12px 0; }
    .mt-right .mtr-text p {
      font-size: 15px;
      line-height: 24px; }

.mt-single {
  display: flex;
  align-items: center;
  margin: 21px 0; }
  @media (max-width: 600px) {
    .mt-single {
      display: block;
      text-align: center; } }

@media (max-width: 600px) {
  .mtr-student {
    padding-top: 10px; } }
.mtr-student h6 {
  color: #e34046;
  font-weight: 400;
  font-size: 14px; }
.mtr-student span {
  margin-left: 6px;
  color: #676767;
  font-size: 14px; }
.mtr-student h3 {
  font-size: 1.25rem;
  color: #676767;
  margin-bottom: 0; }
.mtr-student h5 {
  color: #676767; }

.mb-img img {
  height: 200px;
  width: 100%;
  object-fit: cover; }

.mb-single {
  border-radius: 24px;
  outline: 2px solid #f3f3f3;
  margin-bottom: 26px;
  overflow: hidden; }
  @media (max-width: 992px) {
    .mb-single {
      margin-top: 20px; } }
  .mb-single a {
    color: #686868; }
  .mb-single .mb-img img {
    transition: 0.3s linear; }
  .mb-single:hover .mb-img img {
    transform: scale(1.1); }

.mb-content {
  padding: 16px 12px; }
  .mb-content .learn-more a {
    color: white;
    font-size: 14px; }

.mb-img img {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px; }

.main-blog .mb-title {
  margin: 8px 0; }
  .main-blog .mb-title h6,
  .main-blog .mb-title h3,
  .main-blog .mb-title h2 {
    font-size: 15px;
    color: black; }

.mb-date span {
  color: #8c8c8c;
  font-size: 12px; }

.mb-title h6,
.mb-title h2 {
  line-height: 20px;
  font-size: 1rem; }

.main-associates {
  background: #fafafa; }

.ma-single img {
  height: 150px;
  width: 150px;
  object-fit: contain; }

.main-footer {
  padding: 100px 0;
  background-image: linear-gradient(#33368a, #171946); }

.mf-logo img {
  height: 150px;
  width: 150px;
  object-fit: contain; }
  @media (max-width: 992px) {
    .mf-logo img {
      max-width: 100%;
      height: auto;
      width: auto; } }

.main-stat .row {
  margin-right: 110px;
  margin-left: 110px; }

.footer-title h6 {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600; }
  @media (max-width: 992px) {
    .footer-title h6 {
      font-size: 15px;
      text-transform: unset; } }

.footer-links {
  padding: 12px 0; }
  .footer-links li {
    text-transform: capitalize;
    color: #da4a4a;
    margin: 6px 0; }
    .footer-links li a {
      font-size: 14px;
      color: white; }
    .footer-links li::before {
      content: "\f0c1";
      font-family: "Font Awesome 5 Free";
      font-weight: 800;
      color: #da4a4a;
      font-size: 12px; }

.about-full-image {
  margin: 40px 0;
  padding-left: 52px; }
  @media (max-width: 1170px) {
    .about-full-image {
      padding-left: 34px; } }
  @media (max-width: 1170px) {
    .about-full-image {
      padding-left: 34px; } }
  @media (max-width: 767px) {
    .about-full-image {
      padding-left: 10px; } }
  .about-full-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-top-right-radius: 290px;
    border-bottom-right-radius: 290px;
    padding: 0px 50px 50px 0px; }
    @media (max-width: 1170px) {
      .about-full-image img {
        height: auto; } }
    @media (max-width: 767px) {
      .about-full-image img {
        max-width: 100%;
        padding: 0; } }

.ac-title {
  margin: 16px 0; }
  .ac-title h6 {
    color: #676767;
    font-size: 24px; }

.ac-single {
  padding: 8px 60px; }
  .ac-single img {
    margin-left: 0 !important; }
  @media (max-width: 767px) {
    .ac-single {
      padding: 10px; } }
  .ac-single p {
    text-align: justify;
    font-size: 16px; }

.services {
  padding: 0 80px; }
  .services .sec-title {
    margin: 16px 0;
    text-align: left; }
  .services .mss-left i {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 28px; }
  .services .mss-left::after {
    position: absolute;
    height: 66px;
    width: 16px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    background: #bebebe1e;
    content: "";
    bottom: -29px;
    z-index: -1;
    left: -8px;
    -webkit-transform: rotate(0.13turn);
    transform: rotate(0.13turn); }
  .services .mss-left::before {
    position: absolute;
    height: 90px;
    width: 18px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    background: #bebebe1e;
    content: "";
    bottom: 0px;
    z-index: -1;
    left: 5px;
    -webkit-transform: rotate(0.13turn);
    transform: rotate(0.13turn); }

.inner-page-text {
  width: 60%;
  padding-bottom: 18px; }
  @media (max-width: 991px) {
    .inner-page-text {
      width: 100%; } }
  .inner-page-text p {
    font-size: 16px; }

.ss-text {
  width: 90%; }

.services-single {
  padding-bottom: 20px; }

.team-content .row {
  margin-right: 280px;
  margin-left: 60px; }
.team-content .team-single {
  margin-bottom: 18px; }

.gallery-content .gcc-title {
  padding: 12px 0; }
  .gallery-content .gcc-title h6 {
    font-size: 21px;
    color: grey; }

.gcc-single {
  margin: 12px 0; }
  .gcc-single a img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 32px; }

.gc-content {
  padding: 20px 60px; }

.blog .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 47px;
  margin-left: 40px; }

.testimonial-single .mt-right {
  padding: 0; }
.testimonial-single .ts-text p {
  font-size: 13px;
  line-height: 20px; }

.blog-title h2,
.blog-title h1 {
  font-size: 24px;
  text-transform: capitalize; }

.blog-date {
  margin-bottom: 18px;
  padding-left: 60px; }
  .blog-date span {
    font-weight: 500;
    color: grey; }

.contacts {
  padding: 10px 0 10px 20px; }
  .contacts li {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 2px; }
    .contacts li i {
      color: #676767; }
    .contacts li a {
      color: #212529; }

.contact-form {
  border: 2px solid #efefef;
  padding: 30px 60px;
  border-radius: 32px;
  margin-left: 60px;
  margin-right: 500px;
  margin-bottom: 60px; }
  @media (max-width: 1170px) {
    .contact-form {
      margin: 60px; } }
  @media (max-width: 767px) {
    .contact-form {
      padding: 30px 20px;
      margin: 60px 0px; } }
  .contact-form .form-control {
    border-radius: 32px;
    padding: 18px 24px; }
  .contact-form .form-group {
    padding: 10px 0; }
    .contact-form .form-group label {
      color: #222465; }
    .contact-form .form-group ::placeholder {
      font-size: 12px; }
  .contact-form button {
    outline: none;
    border: none;
    color: white; }

.footer-bottom {
  padding: 4px;
  text-align: center;
  background: #222465; }
  .footer-bottom span {
    font-size: 11px;
    color: white; }
  .footer-bottom a {
    margin: 0 6px;
    color: white; }

.dropdown-menu.show {
  background: #222465;
  color: white; }

a.dropdown-item {
  color: white; }

li.nav-item {
  padding: 6px;
  text-transform: capitalize;
  transition: 0.3s linear;
  border-radius: 32px; }
  @media (max-width: 991px) {
    li.nav-item {
      padding: 15px 15px 15px 20px; } }
  li.nav-item:hover {
    box-shadow: 11px 9px 20px 0px #7474748c;
    border-radius: 32px;
    background: #222465; }
    li.nav-item:hover a {
      color: white; }

.dropdown-item {
  font-size: 13px; }

.dropdown-item:focus,
.dropdown-item:hover {
  color: #222465 !important; }

.main-services .mssr-content p {
  width: 100%; }

.sec-padding .sec-title {
  margin: 20px 0;
  text-transform: unset;
  padding-bottom: 30px; }
  .sec-padding .sec-title h2 {
    text-transform: uppercase; }
    .sec-padding .sec-title h2:after {
      content: "";
      display: block;
      border-bottom: 2px solid #e34046;
      width: 100px;
      height: 2px;
      margin: 0 auto;
      padding-top: 15px; }
  .sec-padding .sec-title .title {
    width: 55%;
    margin: 0 auto;
    text-align: center;
    text-transform: unset;
    padding-top: 10px;
    font-size: 14px; }
    @media (max-width: 1024px) {
      .sec-padding .sec-title .title {
        width: 80%; } }
    @media (max-width: 600px) {
      .sec-padding .sec-title .title {
        width: 100%; } }

.mb-content .mb-title p {
  font-size: 15px; }

@media (max-width: 991px) {
  .inner-sec-title {
    padding-top: 10px; } }
@media (max-width: 767px) {
  .inner-sec-title {
    padding-top: 15px; } }

.ac-single h2 {
  text-align: start !important; }
  @media (max-width: 480px) {
    .ac-single h2 {
      font-size: 22px; } }

@media (max-width: 480px) {
  .inner-breadcrumb .breadcrumb {
    width: 99%; } }

@media (max-width: 480px) {
  .inner-sec-title {
    padding: 33px 33px; } }
  @media (max-width: 480px) and (max-width: 480px) {
    .inner-sec-title {
      padding: 10px; } }

@media (max-width: 767px) {
  .inner-page-text {
    padding: 10px; }
    .inner-page-text p {
      font-size: 16px; } }

@media (max-width: 480px) {
  .blog-date {
    padding-left: 34px; } }
  @media (max-width: 480px) and (max-width: 375px) {
    .blog-date {
      padding-left: 15px; } }

@media (max-width: 991px) {
  .inner-breadcrumb .breadcrumb {
    margin: 0px 60px; } }
@media (max-width: 767px) {
  .inner-breadcrumb .breadcrumb {
    margin: 0px 0px; } }

@media (max-width: 991px) {
  .about-content p img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important; } }

@media (max-width: 767px) {
  table {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important; } }
.multi-location-contact-info {
  margin: 60px 600px 60px 60px; }
  @media (max-width: 1170px) {
    .multi-location-contact-info {
      margin: 60px; } }
  @media (max-width: 767px) {
    .multi-location-contact-info {
      margin: 0px; } }
  .multi-location-contact-info .card {
    border: 0 !important;
    margin-bottom: 20px; }
    .multi-location-contact-info .card .card-header button {
      text-decoration: none !important;
      font-size: 18px !important;
      color: #222465 !important;
      font-weight: 500; }
    .multi-location-contact-info .card .card-body .location-map {
      margin-left: 20px; }
      .multi-location-contact-info .card .card-body .location-map iframe {
        width: 100%; }

.australia-contact-details iframe {
  width: 100%;
  margin-bottom: -7px;
  height: 500px; }
  @media (max-width: 767px) {
    .australia-contact-details iframe {
      height: 350px; } }
.australia-contact-details .contact-details-wrapper {
  margin-bottom: 40px; }
  .australia-contact-details .contact-details-wrapper .contact-details {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-direction: column;
    color: black;
    font-family: "poppins", sans-serif;
    text-align: center; }
    @media (max-width: 767px) {
      .australia-contact-details .contact-details-wrapper .contact-details {
        margin-top: 20px; } }
    .australia-contact-details .contact-details-wrapper .contact-details a {
      color: black;
      font-family: "poppins", sans-serif;
      text-align: center; }
    .australia-contact-details .contact-details-wrapper .contact-details .icon-box {
      height: 60px;
      width: 60px;
      border-radius: 50%;
      background-image: linear-gradient(#222465, #e34046);
      color: white;
      font-size: 20px;
      box-shadow: 12px 11px 35px 0px #0000004d;
      display: flex;
      justify-content: center;
      align-items: center; }

/*# sourceMappingURL=main.css.map */
