/* 

Theme Name: Aroha College Theme
Theme URI: https://wordpress.org/themes/arohacollege/
Author: DQ Australia
Author URI: https://www.dqaustralia.com/
Description: Aroha College Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: arohacollege

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
@font-face {
  font-family: "Playfair Display";
  src: url("assets/fonts/PlayfairDisplay-Bold.woff2") format("woff2"), url("assets/fonts/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-Bold.woff2") format("woff2"), url("assets/fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("assets/fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-Light.woff2") format("woff2"), url("assets/fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-Medium.woff2") format("woff2"), url("assets/fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("assets/fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-Black.woff2") format("woff2"), url("assets/fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", "sans-serif";
  font-weight: 400;
  background: #fff;
  color: rgb(63, 63, 63);
  font-size: 16px;
}

p {
  line-height: 26px;
}

li {
  margin-bottom: 15px;
}

img {
  max-width: 100%;
}

a {
  color: #677480;
  text-decoration: none;
  transition: all 0.4s;
}

a:hover {
  color: #3A3A3A;
  transform: translateY(0px);
}

.cmn_hdng {
  font-size: 34px;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: bold;
  font-style: normal;
  color: #75A9B8;
  margin: 40px 0 40px;
  line-height: 50px;
  position: relative;
}
.cmn_hdng a {
  color: #75A9B8;
}
.cmn_hdng a:hover {
  color: #75A9B8;
}
.cmn_hdng span {
  color: #000;
}

.form-group {
  margin-bottom: 15px;
}

table.table thead tr th {
  background: #75A9B8;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
table.table thead tr th:first-child {
  border-radius: 20px 0 0 0;
  text-align: left;
}
table.table thead tr th:last-child {
  border-radius: 0 20px 0 0;
}
table.table tbody {
  background: transparent linear-gradient(180deg, #F0F0F0 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
table.table tbody tr td {
  color: #677480;
  padding: 12px 25px;
  vertical-align: middle;
  vertical-align: middle;
  border: 1px solid #75A9B8;
  background: #fff;
  text-align: center;
  position: relative;
  border: none;
  border-bottom: 1px solid #75A9B8;
}
table.table tbody tr td:first-child {
  text-align: left;
  border-left: 1px solid #75A9B8;
}
table.table tbody tr td:first-child::before {
  display: none;
}
table.table tbody tr td:last-child {
  border-right: 1px solid #75A9B8;
}
table.table tbody tr td a.cmnbtn {
  padding: 4px 15px;
  font-size: 18px;
  display: inline-block;
  min-width: 125px;
}
table.table tbody tr td::before {
  content: "";
  position: absolute;
  height: 70%;
  left: 0;
  width: 1px;
  background: #677480;
  top: 0;
  bottom: 0;
  margin: auto;
}
table.table tbody tr:last-child td:first-child {
  border-radius: 20px 0 0 0;
}
table.table tbody tr:last-child td:last-child {
  border-radius: 0 20px 0 0;
}

.cmn_sec_hdng {
  text-align: left;
}
.cmn_sec_hdng .cmn_hdng {
  text-align: left;
  margin: 40px 0 25px;
}

.custom_input_group {
  margin-bottom: 25px;
}

input.form-control, .form-select {
  height: 47px;
}

input.form-control[type=file] {
  line-height: 33px;
}

input.form-control, .form-select, textarea.form-control {
  border-radius: 10px;
  color: #677480;
  background-color: #FAFAFA;
  border: 2px solid rgb(171, 207, 216);
}

input.form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea.form-control::-moz-placeholder {
  color: #677480;
}

input.form-control::placeholder, .form-select::placeholder, textarea.form-control::placeholder {
  color: #677480;
}

input.form-control:focus, .form-select:focus, textarea.form-control:focus {
  box-shadow: none;
}

label {
  font-weight: 500;
  margin: 0 0 10px;
  color: #333;
}

label.error {
  color: #F44336;
  font-size: 14px;
}

.form-select.selectize-control {
  padding: 0;
}
.form-select.selectize-control .selectize-dropdown {
  height: auto;
  padding: 0 0 10px 10px;
}
.form-select.selectize-control .selectize-dropdown .optgroup-header {
  padding-bottom: 7px;
  font-weight: 700;
  font-size: 16px;
  margin: 7px 0 5px;
}
.form-select.selectize-control .selectize-dropdown .selected {
  color: #677480;
  background: transparent;
}
.form-select.selectize-control .selectize-dropdown .option {
  font-size: 15px;
}
.form-select.selectize-control optgroup option {
  color: #75A9B8;
}
.form-select.selectize-control .selectize-input {
  background: none;
  box-shadow: none;
  color: #677480;
}
.form-select.selectize-control .selectize-input input {
  font-size: 15px;
  width: 100% !important;
}
.form-select.selectize-control .selectize-input:after {
  display: none;
}

ul.nav.nav-pills li.nav-item {
  margin: 0 10px;
}
ul.nav.nav-pills li.nav-item .nav-link {
  background: #fff;
  border: 2px solid #75A9B8;
  color: #75A9B8;
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 700;
}
ul.nav.nav-pills li.nav-item .nav-link:hover {
  background: #e4eef1;
}
ul.nav.nav-pills li.nav-item .nav-link.active {
  background: #75A9B8;
  color: #fff;
}

.swiper {
  padding: 0 0 100px;
}

.swiper-pagination {
  bottom: 20px !important;
}
.swiper-pagination span.swiper-pagination-bullet {
  height: 25px;
  width: 25px;
  background: transparent;
  border: 1px solid rgb(103, 116, 128);
  opacity: 1;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background: rgb(117, 169, 184);
  border-color: rgb(117, 169, 184);
}

body.admin-bar header.main_header {
  top: 32px;
}

body.hdr_fxsd header.main_header {
  background: #fff;
  box-shadow: 0px 0px 16px 0px #dfdfdf;
}
body.hdr_fxsd header.main_header nav.navbar .hdr_logo {
  max-width: 170px;
}

header.main_header nav.navbar .hdr_logo {
  max-width: 220px;
  transition: all 0.4s;
}
header.main_header nav.navbar .hdr_logo img {
  height: auto;
}
header.main_header nav.navbar .hdr_mnu_rt .hdr_mnu_btm .navbar-nav li a {
  padding: 0 6px;
  color: #677480;
  font-weight: 600;
  white-space: nowrap;
  font-size: 20px;
}
header.main_header nav.navbar .hdr_mnu_rt .hdr_mnu_btm .navbar-nav li a:hover {
  color: #287EED;
}
header.main_header nav.navbar .hdr_mnu_rt_btn .mnu_inr_rt {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
header.main_header nav.navbar .hdr_mnu_rt_btn .mnu_inr_rt > li {
  margin: 0 0 0 10px;
}
header.main_header nav.navbar .hdr_mnu_rt_btn .mnu_inr_rt > li a.cmnbtn {
  color: #fff;
  vertical-align: middle;
}
header.main_header nav.navbar .hdr_mnu_rt_btn .mnu_inr_rt > li a.cmnbtn:hover {
  text-indent: 0;
  padding-right: 15px !important;
  opacity: 0.8;
}
header.main_header nav.navbar .hdr_mnu_rt_btn .mnu_inr_rt > li a.cmnbtn:hover:before {
  display: none;
}
header.main_header nav.navbar .hdr_mnu_rt_btn .mnu_inr_rt li.hdr_call .dropdown button {
  background: #464646;
  border-color: #464646;
  transition: all 0.4s;
}
header.main_header nav.navbar .hdr_mnu_rt_btn .mnu_inr_rt li.hdr_call .dropdown button:hover {
  opacity: 0.8;
}
header.main_header nav.navbar .hdr_mnu_rt_btn .mnu_inr_rt li.hdr_call .dropdown .dropdown-menu {
  right: 0;
  left: auto;
  min-width: 25rem;
}
header.main_header nav.navbar .hdr_mnu_rt_btn .mnu_inr_rt li.hdr_call .dropdown .dropdown-menu .hdr_call_sngl {
  padding: 10px 20px 0;
}
header.main_header nav.navbar .hdr_mnu_rt_btn .mnu_inr_rt li.hdr_call .dropdown .dropdown-menu .hdr_call_sngl .hdr_call_sngl_ttl {
  display: inline-block;
  width: 100%;
  margin: 0px 0 15px;
  padding: 0 0 7px;
  border-bottom: 1px solid #ededed;
  font-size: 16px;
  font-weight: 500;
}
header.main_header nav.navbar .hdr_mnu_rt_btn .mnu_inr_rt li.hdr_call .dropdown .dropdown-menu .hdr_call_sngl ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 10px;
}
header.main_header nav.navbar .hdr_mnu_rt_btn .mnu_inr_rt li.hdr_call .dropdown .dropdown-menu .hdr_call_sngl ul li {
  width: 50%;
  padding: 0 10px;
}
header.main_header nav.navbar .hdr_mnu_rt_btn .mnu_inr_rt li.hdr_call .dropdown .dropdown-menu .hdr_call_sngl ul li a {
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 8px 5px;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
}
header.main_header nav.navbar .hdr_mnu_rt_btn .mnu_inr_rt li.hdr_call .dropdown .dropdown-menu .hdr_call_sngl ul li a span.hdr_call_inr_icn {
  height: 23px;
  width: 23px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #75A9B8;
  font-size: 11px;
  margin: 0 7px 0;
}
header.main_header nav.navbar .hdr_mnu_rt_btn .mnu_inr_rt li.hdr_call .dropdown .dropdown-menu .hdr_call_sngl ul li a:hover {
  background: #f9f9f9;
}
header.main_header .tp_hdr .tp_hdr_mn.wsmenu {
  font-weight: 400;
}
header.main_header .tp_hdr .tp_hdr_mn.wsmenu:before, header.main_header .tp_hdr .tp_hdr_mn.wsmenu:after {
  display: none;
}
header.main_header .tp_hdr .tp_hdr_mn.wsmenu ul.wsmenu-list {
  width: auto;
}
header.main_header .tp_hdr .tp_hdr_mn.wsmenu ul.wsmenu-list li ul.sub-menu {
  top: 33px;
}
header.main_header .tp_hdr .tp_hdr_mn.wsmenu ul.wsmenu-list li ul.sub-menu li a {
  padding: 6px 12px;
  font-weight: 600;
  font-size: 14px;
}
header.main_header .tp_hdr .tp_hdr_mn.wsmenu ul.wsmenu-list li a.cmnbtnwhite {
  border-radius: 45px;
}

.cmnbtn {
  padding: 14px 40px;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  border-radius: 45px;
  color: #fff;
  font-weight: 600;
  transition: all 0.4s;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid #75A9B8;
  background: rgb(103, 116, 128);
}
.cmnbtn:before {
  content: "\f138";
  font-family: bootstrap-icons;
  font-weight: 600;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: -30px;
  width: 30px;
  height: 100%;
  border-radius: 0px 6px 6px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.cmnbtn:hover {
  color: #fff;
  padding-right: 55px !important;
  text-indent: -10px;
  background: rgb(117, 169, 184);
}
.cmnbtn:hover:before {
  right: 15px;
  text-indent: 0px;
}
@media (max-width: 1700px) {
  .cmnbtn {
    font-size: 16px;
    padding: 10px 30px;
  }
  .cmnbtn:before {
    font-size: 16px;
  }
  .cmnbtn:hover {
    padding-right: 43px !important;
  }
  .cmnbtn:hover:before {
    right: 8px;
  }
}
@media (max-width: 1399px) {
  .cmnbtn {
    font-size: 14px;
    padding: 8px 24px;
  }
  .cmnbtn:before {
    font-size: 14px;
  }
  .cmnbtn:hover {
    padding-right: 43px !important;
  }
  .cmnbtn:hover:before {
    right: 8px;
  }
}
@media (max-width: 767px) {
  .cmnbtn {
    font-size: 11px;
    padding: 8px 13px;
    line-height: 17px;
  }
  .cmnbtn:before {
    font-size: 10px;
  }
  .cmnbtn:hover {
    padding-right: 19px !important;
    text-indent: -7px;
  }
  .cmnbtn:hover:before {
    right: -3px;
  }
}

.cmnbtnblue {
  padding: 14px 40px;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  border-radius: 45px;
  color: #fff;
  font-weight: 600;
  transition: all 0.4s;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid #75A9B8;
  background: rgb(117, 169, 184);
}
.cmnbtnblue:before {
  content: "\f138";
  font-family: bootstrap-icons;
  font-weight: 600;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: -30px;
  width: 30px;
  height: 100%;
  border-radius: 0px 6px 6px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.cmnbtnblue:hover {
  color: #fff;
  padding-right: 55px !important;
  text-indent: -10px;
  background: rgb(117, 169, 184);
}
.cmnbtnblue:hover:before {
  right: 15px;
  text-indent: 0px;
}
@media (max-width: 1700px) {
  .cmnbtnblue {
    font-size: 16px;
    padding: 10px 30px;
  }
  .cmnbtnblue:before {
    font-size: 16px;
  }
  .cmnbtnblue:hover {
    padding-right: 43px !important;
  }
  .cmnbtnblue:hover:before {
    right: 8px;
  }
}
@media (max-width: 1399px) {
  .cmnbtnblue {
    font-size: 14px;
    padding: 8px 24px;
  }
  .cmnbtnblue:before {
    font-size: 14px;
  }
  .cmnbtnblue:hover {
    padding-right: 43px !important;
  }
  .cmnbtnblue:hover:before {
    right: 8px;
  }
}
@media (max-width: 767px) {
  .cmnbtnblue {
    font-size: 11px;
    padding: 8px 13px;
    line-height: 17px;
  }
  .cmnbtnblue:before {
    font-size: 10px;
  }
  .cmnbtnblue:hover {
    padding-right: 19px !important;
    text-indent: -7px;
  }
  .cmnbtnblue:hover:before {
    right: -3px;
  }
}

.cmnbtngrey {
  padding: 14px 40px;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  border-radius: 45px;
  color: #fff;
  font-weight: 600;
  transition: all 0.4s;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(103, 116, 128);
  background: rgb(103, 116, 128);
}
.cmnbtngrey:before {
  content: "\f138";
  font-family: bootstrap-icons;
  font-weight: 600;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: -30px;
  width: 30px;
  height: 100%;
  border-radius: 0px 6px 6px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.cmnbtngrey:hover {
  color: #fff;
  padding-right: 55px !important;
  text-indent: -10px;
  background: rgb(117, 169, 184);
}
.cmnbtngrey:hover:before {
  right: 15px;
  text-indent: 0px;
}
@media (max-width: 1700px) {
  .cmnbtngrey {
    font-size: 16px;
    padding: 10px 30px;
  }
  .cmnbtngrey:before {
    font-size: 16px;
  }
  .cmnbtngrey:hover {
    padding-right: 43px !important;
  }
  .cmnbtngrey:hover:before {
    right: 8px;
  }
}
@media (max-width: 1399px) {
  .cmnbtngrey {
    font-size: 14px;
    padding: 8px 24px;
  }
  .cmnbtngrey:before {
    font-size: 14px;
  }
  .cmnbtngrey:hover {
    padding-right: 43px !important;
  }
  .cmnbtngrey:hover:before {
    right: 8px;
  }
}
@media (max-width: 767px) {
  .cmnbtngrey {
    font-size: 11px;
    padding: 8px 13px;
    line-height: 17px;
  }
  .cmnbtngrey:before {
    font-size: 10px;
  }
  .cmnbtngrey:hover {
    padding-right: 19px !important;
    text-indent: -7px;
  }
  .cmnbtngrey:hover:before {
    right: -3px;
  }
}
.cmnbtngrey:before {
  content: "\f138";
  font-family: bootstrap-icons;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: -30px;
  width: 30px;
  height: 100%;
  border-radius: 0px 6px 6px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.cmnbtngrey:hover {
  color: #fff;
  padding-right: 35px !important;
  text-indent: -10px;
  background: rgb(117, 169, 184);
}
.cmnbtngrey:hover:before {
  right: 0;
  text-indent: 0px;
}
@media (max-width: 1700px) {
  .cmnbtngrey {
    font-size: 16px;
    padding: 8px 30px;
  }
}

.cmnbtnwhite {
  padding: 14px 40px;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  border-radius: 45px;
  color: #fff;
  font-weight: 600;
  transition: all 0.4s;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #fff;
  color: #75A9B8;
}
.cmnbtnwhite:before {
  content: "\f138";
  font-family: bootstrap-icons;
  font-weight: 600;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: -30px;
  width: 30px;
  height: 100%;
  border-radius: 0px 6px 6px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.cmnbtnwhite:hover {
  color: #fff;
  padding-right: 55px !important;
  text-indent: -10px;
  background: rgb(117, 169, 184);
}
.cmnbtnwhite:hover:before {
  right: 15px;
  text-indent: 0px;
}
@media (max-width: 1700px) {
  .cmnbtnwhite {
    font-size: 16px;
    padding: 10px 30px;
  }
  .cmnbtnwhite:before {
    font-size: 16px;
  }
  .cmnbtnwhite:hover {
    padding-right: 43px !important;
  }
  .cmnbtnwhite:hover:before {
    right: 8px;
  }
}
@media (max-width: 1399px) {
  .cmnbtnwhite {
    font-size: 14px;
    padding: 8px 24px;
  }
  .cmnbtnwhite:before {
    font-size: 14px;
  }
  .cmnbtnwhite:hover {
    padding-right: 43px !important;
  }
  .cmnbtnwhite:hover:before {
    right: 8px;
  }
}
@media (max-width: 767px) {
  .cmnbtnwhite {
    font-size: 11px;
    padding: 8px 13px;
    line-height: 17px;
  }
  .cmnbtnwhite:before {
    font-size: 10px;
  }
  .cmnbtnwhite:hover {
    padding-right: 19px !important;
    text-indent: -7px;
  }
  .cmnbtnwhite:hover:before {
    right: -3px;
  }
}
.cmnbtnwhite:before {
  content: "\f138";
  font-family: bootstrap-icons;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: -30px;
  width: 30px;
  height: 100%;
  border-radius: 0px 6px 6px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.cmnbtnwhite:hover {
  padding-right: 35px !important;
  text-indent: -10px;
}
.cmnbtnwhite:hover:before {
  right: 0;
  text-indent: 0px;
}
.cmnbtnwhite:after {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.swiper-button-next, .swiper-button-prev {
  height: 30px;
  width: 30px;
  background: transparent;
  font-size: 40px;
  color: rgb(103, 116, 128);
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  opacity: 0.7;
}

.swiper-pagination-clickable {
  text-align: center;
  margin: 40px 0 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
  border: 1px solid rgb(103, 116, 128);
  background: transparent;
  opacity: 1;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active {
  background: rgb(117, 169, 184);
  border-color: rgb(117, 169, 184);
}

section.banner_section {
  padding: 150px 0 0;
  position: relative;
}
section.banner_section .banner_slider {
  z-index: 0;
  padding: 0;
}
section.banner_section .banner_slider .swiper-pagination-banner {
  position: absolute;
  z-index: 10;
}
section.banner_section .banner_slider .swiper-slide img {
  width: 100%;
}
section.banner_section .banner_slider .banner_sldr_sngl {
  position: relative;
}
section.banner_section .banner_slider .banner_sldr_sngl .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
}
section.banner_section .banner_slider .banner_sldr_sngl .container .bnr_sldr_sngl_con strong {
  display: block;
  font-size: 24px;
  margin: 0 0 20px;
  font-family: "Playfair Display";
  line-height: 27px;
}
section.banner_section .banner_slider .banner_sldr_sngl .container .bnr_sldr_sngl_con .bnr_sldr_sngl_btns {
  display: flex;
}
section.banner_section .banner_slider .banner_sldr_sngl .container .bnr_sldr_sngl_con .bnr_sldr_sngl_btns .cmnbtnblue {
  margin: 0 7px;
}
section.banner_section .banner_con {
  max-width: 85%;
}
section.banner_section .banner_con .cmn_hdng {
  text-align: left;
  margin: 40px 0 10px;
  text-transform: capitalize;
  font-size: 55px;
  line-height: 58px;
}
section.banner_section .banner_con .cmn_hdng:after {
  display: none;
}
section.banner_section .banner_img img {
  max-width: 400px;
}
section.banner_section .banner_form {
  padding: 26px 40px;
  background: #fff;
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  box-shadow: 0px 14px 14px 0px rgba(195, 195, 195, 0.12);
  transition: all 0.4s;
}
section.banner_section .banner_form a.banner_form_close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 22px;
  color: grey;
  opacity: 0;
  visibility: hidden;
}
section.banner_section .banner_form .banner_form_ttl {
  font-size: 28px;
  margin: 0 0 15px;
  font-family: "Playfair Display";
  font-weight: 700;
  color: #75A9B8;
  transition: all 0.4s;
}
section.banner_section .banner_form form {
  display: flex;
  justify-content: center;
}
section.banner_section .banner_form form .form-group {
  width: 45%;
  margin-bottom: 0;
  margin: 0 15px 0 0;
  text-align: left;
}
section.banner_section .banner_form form .bnr_sbmt_btn {
  background: #75A9B8;
  height: 50px;
  width: 50px;
  border-radius: 100px;
  border: none;
  font-size: 26px;
  color: #fff;
  flex-shrink: 0;
  transition: all 0.4s;
}
section.banner_section .banner_form form .bnr_sbmt_btn:hover {
  transform: scale(1.1);
}
section.banner_section .banner_form form .bnr_sbmt_btn span.mbl_btn_txt {
  display: none;
}
section.banner_section .banner_form form .custom-select {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 47px;
  font-size: 16px;
  line-height: 33px;
}
section.banner_section .banner_form form .select-items {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background-color: white;
  border-bottom: none;
  z-index: 99;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 150px;
  overflow-y: auto;
  border-radius: 0 0 5px 5px;
}
section.banner_section .banner_form form .select-items li {
  padding: 0 10px;
  margin: 0;
  cursor: pointer;
}
section.banner_section .banner_form form .select-items li span {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin: 0 5px 0 0;
}
section.banner_section .banner_form form .select-items li:hover {
  background-color: #f1f1f1;
}
section.banner_section .banner_form form .active {
  display: block;
}
section.banner_section .banner_form .form-select.selectize-control .selectize-input input {
  width: auto !important;
}
section.banner_section .banner_form .form-select.selectize-control .selectize-input::-webkit-scrollbar {
  display: none;
}
section.banner_section .banner_form .form-select.selectize-control .selectize-dropdown {
  top: 100% !important;
  bottom: auto !important;
  margin-bottom: 4px;
  width: 100% !important;
  padding: 6px 10px 6px;
}
section.banner_section .banner_form .form-select.selectize-control .selectize-dropdown .selectize-dropdown-content {
  font-size: 15px;
}
section.banner_section .banner_form .form-select.selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar {
  display: none;
}
section.banner_section .banner_form .form-select.selectize-control .selectize-dropdown .selectize-dropdown-content > div {
  padding: 3px 0;
}
section.banner_section .container {
  position: relative;
}

section.banner_section.formzoom .banner_form a.banner_form_close {
  opacity: 1;
  visibility: visible;
}
section.banner_section.formzoom .banner_form a.banner_form_close:hover {
  color: #333;
}
section.banner_section.formzoom .banner_form form .custom-select {
  height: 60px;
  font-size: 20px;
  line-height: 48px;
}

section.client_logo_sec {
  background: #75A9B8;
  padding: 30px 0;
}
section.client_logo_sec .swiper {
  padding: 0;
}
section.client_logo_sec .clients_logos {
  max-width: 68%;
}
section.client_logo_sec .clients_logos ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
}
section.client_logo_sec .clients_logos ul li {
  margin: 0 20px;
  border-radius: 100%;
  background: #BAD4DC;
  height: 150px;
  width: 150px;
  justify-content: center;
  display: flex;
  transition: all 0.4s;
}
section.client_logo_sec .clients_logos ul li:hover {
  background: #fff;
}
section.client_logo_sec .clients_logos .clients_slider_sngl {
  margin: 0 15px;
  border-radius: 100%;
  background: #BAD4DC;
  height: 120px;
  width: 120px;
  justify-content: center;
  display: flex;
  transition: all 0.4s;
}
section.client_logo_sec .clients_logos .clients_slider_sngl:hover {
  background: #fff;
}

section.our_courses_sec {
  padding: 30px 0 10px;
  z-index: 2;
  position: relative;
  margin-top: 40px;
}
section.our_courses_sec .cmn_hdng {
  margin: 0 0 180px;
}
section.our_courses_sec .our_courses_sngl {
  border: 1px solid #75A9B8;
  border-radius: 0 0 200px 200px;
  position: relative;
  text-align: center;
  transition: all 0.4s;
  display: block;
  width: 88%;
  margin: auto;
}
section.our_courses_sec .our_courses_sngl .course_sngl_img {
  margin: -120px 0 20px;
}
section.our_courses_sec .our_courses_sngl .course_sngl_img img {
  max-height: 230px;
}
section.our_courses_sec .our_courses_sngl strong {
  font-size: 18px;
  color: #677480;
  line-height: 24px;
  min-height: 50px;
  display: inline-block;
  font-weight: 600;
}
section.our_courses_sec .our_courses_sngl .cmnbtn {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  max-width: 220px;
  margin: auto;
}
section.our_courses_sec .our_courses_sngl .our_course_sngl_con {
  padding: 0px 20px 25px;
}
section.our_courses_sec .our_courses_sngl:hover {
  background: #75A9B8;
  color: #fff;
}
section.our_courses_sec .our_courses_sngl:hover strong {
  color: #fff;
}
section.our_courses_sec .our_courses_sngl:hover .cmnbtn {
  transform: translateY(-10px) scale(1.1);
  border-color: #fff;
}
section.our_courses_sec .our_courses_btn {
  text-align: center;
  margin: 50px 0 0;
}
section.our_courses_sec .our_courses_btn a {
  font-size: 25px;
  text-decoration: underline;
  text-underline-position: under;
}
section.our_courses_sec .tab-content {
  margin-top: 170px;
}

.crs_sdbr_cntnr {
  position: relative;
  z-index: 10;
}

.course_sidebar ul.nav {
  flex-wrap: wrap;
  border: none;
  width: 360px;
  position: absolute;
  z-index: 10;
  margin: 80px 0 0;
}
.course_sidebar ul.nav li.nav-item {
  width: 100%;
  border: none;
  margin-bottom: 7px;
}
.course_sidebar ul.nav li.nav-item a.nav-link {
  width: 80%;
  font-size: 22px;
  font-weight: 500;
  color: #75A9B8;
  text-align: left;
  border: 1px solid #75A9B8;
  border-radius: 10px;
  transition: all 0.4s;
  font-family: "Playfair Display";
  font-weight: 700;
  background: #fff;
}
.course_sidebar ul.nav li.nav-item a.nav-link:hover {
  background: rgb(148, 157, 166);
  color: #fff;
  width: 90%;
  padding-left: 30px;
}
.course_sidebar ul.nav li.nav-item a.nav-link.active {
  width: 100%;
  background: rgb(117, 169, 184);
  color: #fff;
  font-size: 26px;
  padding-left: 30px;
}

body section.large_sourses .our_courses_sngl .our_course_sngl_con {
  padding: 0px 50px 60px;
}

section.welcome_sec {
  padding: 80px 0 0;
}
section.welcome_sec .wlcm_con_rt .cmn_hdng {
  margin: 0 0 25px;
  text-align: left;
}
section.welcome_sec .wlcm_con_rt .cmn_hdng::after {
  right: auto;
}

section.why_choose_sec {
  position: relative;
  padding: 250px 0 50px;
  margin: -120px 0 0;
}
section.why_choose_sec svg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
section.why_choose_sec .why_choose_con ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
section.why_choose_sec .why_choose_con ul li .why_chs_sngl {
  padding: 20px 20px 0px;
  transition: all 0.7s;
  text-align: center;
}
section.why_choose_sec .why_choose_con ul li .why_chs_sngl strong {
  display: block;
  font-size: 20px;
  color: #677480;
  margin: 12px 0 7px;
}
section.why_choose_sec .why_choose_con ul li .why_chs_sngl .why_choose_snlg_img {
  text-align: center;
  margin: auto;
  min-height: 105px;
}
section.why_choose_sec .why_choose_con ul li .why_chs_sngl .why_choose_snlg_img img {
  max-height: 100px;
  max-width: 110px;
  transition: all 0.4s;
}
section.why_choose_sec .why_choose_con ul li:before {
  display: none;
}

section.our_blog_sec {
  padding: 0 0 40px;
}
section.our_blog_sec .blog_sngl {
  border: 1px solid #75A9B8;
  background: #DCE9EA;
  padding: 20px 20px 15px;
  border-radius: 20px;
  position: relative;
  width: 100%;
  transition: all 0.4s;
  display: inline-block;
}
section.our_blog_sec .blog_sngl .blog_sngl_img {
  border-radius: 20px;
  overflow: hidden;
}
section.our_blog_sec .blog_sngl .blog_sngl_dt {
  margin: 10px 0 0;
  font-weight: 600;
}
section.our_blog_sec .blog_sngl .blog_sngl_ttl {
  font-size: 18px;
  margin: 15px 0 15px;
  font-family: "Playfair Display";
  color: #677480;
}
section.our_blog_sec .blog_sngl:hover {
  background: #75A9B8;
  color: #fff;
}
section.our_blog_sec .blog_sngl:hover .cmnbtn {
  right: 0;
  left: 0;
  background: #fff;
  color: #75A9B8;
  margin: auto;
  max-width: 200px;
}
section.our_blog_sec .blog_sngl:hover .blog_sngl_ttl {
  color: #fff;
}
section.our_blog_sec .blog_vw_more {
  text-align: center;
}
section.our_blog_sec .blog_vw_more a.cmnbtn {
  margin: 70px 0 0;
}
section.our_blog_sec .blog_viewall_artcles {
  text-align: right;
  margin: 30px 0 0;
  font-size: 25px;
}
section.our_blog_sec .blog_viewall_artcles a {
  text-decoration: underline;
  text-underline-position: under;
}

section.campus_home.campus_sec .swiper {
  padding: 0 0 30px;
}

section.what_stdnt_say_sec .cmn_hdng {
  text-align: left;
}
section.what_stdnt_say_sec .cmn_hdng:after {
  right: auto;
}
section.what_stdnt_say_sec .tstmnl_hdr_prt {
  position: relative;
  margin: 0 0 20px;
}
section.what_stdnt_say_sec .tstmnl_hdr_prt:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  background: #75A9B8;
  width: calc(100% - 120px);
}
section.what_stdnt_say_sec .what_stdnt_say_tab {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  z-index: 10;
  position: relative;
}
section.what_stdnt_say_sec .what_stdnt_say_tab ul.nav {
  flex-direction: column;
  padding: 20px 0 0 40px;
  border-radius: 20px;
  width: 210px;
}
section.what_stdnt_say_sec .what_stdnt_say_tab ul.nav li.nav-item {
  margin: 10px 0;
}
section.what_stdnt_say_sec .what_stdnt_say_tab ul.nav li.nav-item .nav-link {
  white-space: nowrap;
  width: 100%;
  font-size: 16px;
}
section.what_stdnt_say_sec .what_stdnt_say_tab ul.nav li.nav-item:before {
  display: none;
}
section.what_stdnt_say_sec .what_stdnt_say_tab .tab-content {
  padding-right: 50px;
  width: calc(100% - 210px);
  min-height: 350px;
}
section.what_stdnt_say_sec .what_stdnt_say_tab .tab-content .tstmnl_tb_inr {
  font-size: 21px;
}
section.what_stdnt_say_sec .what_stdnt_say_tab .tab-content .tstmnl_tb_inr strong {
  color: #75A9B8;
  font-size: 24px;
  display: inline-block;
  width: 100%;
  margin: 30px 0 0;
}
section.what_stdnt_say_sec .what_stdnt_say_tab .tab-content .tab-pane {
  display: inline-block;
  top: 120px;
}
section.what_stdnt_say_sec .tab-content {
  position: relative;
  overflow: hidden;
  min-height: 100px; /* Prevent collapse during animation */
}
section.what_stdnt_say_sec .tab-pane {
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.7s ease;
  top: 0;
  left: 0;
}
section.what_stdnt_say_sec .tab-pane.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 1;
}

section.whats_next_sec {
  background: url("./assets/images/whatsnext_bg.png") no-repeat;
  background-size: cover;
  background-position: top;
}
section.whats_next_sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.whats_next_sec ul li {
  margin: 0 20px;
}
section.whats_next_sec ul li:before {
  display: none;
}
section.whats_next_sec a.cmnbtn {
  background: rgb(117, 169, 184);
}
section.whats_next_sec img {
  max-width: 75%;
  margin: auto;
  display: block;
}

footer {
  background: #75A9B8;
  padding: 30px 0;
  color: #fff;
  z-index: 11;
  position: relative;
}
footer p {
  font-size: 14px;
  line-height: 20px;
}
footer .ftr_follow_hdr {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 20px 0 10px;
}
footer .ftr_follow ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
footer .ftr_follow ul li {
  margin: 0 15px 0 0;
}
footer .ftr_follow ul li a {
  border: 1px solid #fff;
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
footer .ftr_follow ul li a i {
  line-height: 0px;
}
footer .ftr_follow ul li a:hover {
  background: #90bfc7;
}
footer .ftr_follow .footer_logo a {
  display: inline-block;
}
footer .ftr_follow .footer_logo a img {
  filter: brightness(10);
  max-width: 200px;
  margin: 0 0 20px;
}
footer .ftr_follow p {
  font-size: 14px;
  line-height: 20px;
}
footer .ftr_follow .footer_tribe {
  margin: 7px 0 0;
  display: inline-block;
}
footer .ftr_follow .footer_tribe img {
  max-width: 250px;
}
footer .ftr_cntct ul, footer .ftr_quicklnks ul {
  list-style: none;
  padding: 0;
}
footer .ftr_cntct ul li, footer .ftr_quicklnks ul li {
  color: #fff;
  margin-bottom: 5px;
}
footer .ftr_cntct ul li a, footer .ftr_quicklnks ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
}
footer .ftr_cntct ul li a span:first-child, footer .ftr_quicklnks ul li a span:first-child {
  display: inline-block;
  width: 15px;
}
footer .ftr_cntct ul li a span:last-child, footer .ftr_quicklnks ul li a span:last-child {
  display: inline-block;
  width: calc(100% - 15px);
  padding-left: 10px;
  word-wrap: break-word;
}
footer .ftr_cntct ul li a i, footer .ftr_quicklnks ul li a i {
  margin-right: 5px;
  font-size: 22px;
}
footer .ftr_cntct ul li a strong, footer .ftr_quicklnks ul li a strong {
  display: block;
  font-size: 16px;
}
footer .ftr_cntct ul li a:hover, footer .ftr_quicklnks ul li a:hover {
  opacity: 0.7;
}
footer .ftr_cntct ul li {
  margin-bottom: 20px;
}
footer .ftr_cntct ul li a {
  align-items: flex-start;
}
footer .ftr_cntct ul li a i {
  font-size: 18px;
  line-height: 21px;
}
footer .ftr_cntct .ftr_contact_lnks ul {
  padding-left: 30px;
  margin-top: 20px;
}
footer .ftr_cntct .ftr_contact_lnks ul li {
  margin-bottom: 10px;
}
footer .ftr_nwsltr .cmnbtn {
  background: #fff;
  color: #75A9B8;
  font-size: 14px;
  padding: 4px 15px;
  margin: 3px 0 0;
  text-indent: 0;
}
footer .ftr_nwsltr .cmnbtn:before {
  display: none;
  text-indent: 0;
}
footer .ftr_nwsltr .cmnbtn:hover {
  text-indent: 0;
  padding: 4px 15px !important;
  background: #75A9B8;
  color: #fff;
  border-color: #fff;
}
footer .ftr_nwsltr form .form-group {
  margin-bottom: 7px;
  padding: 0 5px;
}
footer .ftr_nwsltr form .form-group input.form-control, footer .ftr_nwsltr form .form-group select.form-select {
  border-radius: 25px;
  height: 30px;
  font-size: 12px;
  padding: 0 12px;
}
footer .ftr_nwsltr .ftr_contact_lnks ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
footer .ftr_nwsltr .ftr_contact_lnks ul li {
  margin-bottom: 10px;
}
footer .ftr_nwsltr .ftr_contact_lnks ul li a {
  color: #fff;
  font-weight: 600;
}

section.cpyrt_sec {
  padding: 10px 0;
  background: #677480;
  color: #fff;
  text-align: center;
}
section.cpyrt_sec p {
  margin: 0;
  font-size: 16px;
}

body section.large_sourses {
  padding: 30px 0px 0px 360px;
}
body section.large_sourses .our_courses_sngl {
  margin-bottom: 150px;
}
body section.large_sourses .cmn_hdng {
  margin: 0 0 30px;
}
body section.large_sourses .text-center {
  margin: 0 0 160px;
}

section.course_ctgry_sec {
  text-align: center;
}

section.course_ctgry_whychoose_sec .why_choose_ctgry_sngl {
  border-radius: 20px;
  border: 1px solid #75A9B8;
  padding: 20px 20px 5px;
  margin-bottom: 30px;
}
section.course_ctgry_whychoose_sec .why_choose_ctgry_sngl strong {
  font-size: 24px;
  margin: 0 0 10px;
  color: #75A9B8;
  display: inline-block;
}

section.course_dtl_pnts {
  padding: 60px 0 60px;
  background: #75A9B8;
  position: relative;
  z-index: 1;
}
section.course_dtl_pnts .course_pnts_sngl {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(117, 169, 184, 0.1);
  padding: 25px 25px 20px;
  height: 100%;
  border: 3px solid white;
  transition: all 0.4s;
}
section.course_dtl_pnts .course_pnts_sngl .course_pnts_img {
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
}
section.course_dtl_pnts .course_pnts_sngl strong {
  font-size: 24px;
  color: #75A9B8;
  display: inline-block;
  margin: 25px 0 15px;
  line-height: 23px;
}
section.course_dtl_pnts .course_pnts_sngl p {
  font-weight: 500;
  margin-bottom: 5px;
  color: rgb(103, 116, 128);
}
section.course_dtl_pnts .course_pnts_sngl:hover {
  background: #e8faff;
}

section.course_tab_sec {
  padding: 30px 0;
  position: sticky;
  top: 120px;
  z-index: 10;
}
section.course_tab_sec .course_tb_inr {
  text-align: center;
}
section.course_tab_sec .course_tb_inr ul.nav {
  background: #F9F9F9;
  border-radius: 25px;
  overflow: hidden;
  justify-content: space-between;
  box-shadow: 0px 0px 16px 0px #dfdfdf;
  display: inline-flex;
  width: auto;
}
section.course_tab_sec .course_tb_inr ul.nav li.nav-item {
  margin: 0;
}
section.course_tab_sec .course_tb_inr ul.nav li.nav-item:first-child {
  margin-left: 0;
}
section.course_tab_sec .course_tb_inr ul.nav li.nav-item:last-child {
  margin-right: 0;
}
section.course_tab_sec .course_tb_inr ul.nav li.nav-item .nav-link {
  font-size: 16px;
  color: #677480;
  border-color: transparent;
  border-radius: 0px;
  padding: 16px 12px;
}
section.course_tab_sec .course_tb_inr ul.nav li.nav-item .nav-link.active {
  background: #75A9B8;
  color: #fff;
}
section.course_tab_sec .course_tb_inr ul.nav li.nav-item:before {
  display: none;
}
section.course_tab_sec .course_tb_inr .course_tab_img {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

section.course_tabs_sec .tab-content {
  position: relative;
  overflow: hidden; /* Prevent collapse during animation */
}
section.course_tabs_sec .tab-pane {
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.7s;
  left: 0;
  display: inline-block;
  position: absolute;
  pointer-events: none;
}
section.course_tabs_sec .tab-pane.active {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
  position: initial;
  pointer-events: initial;
}

.accordion .accordion-item {
  border: 3px solid rgb(103, 116, 128);
  margin-bottom: 10px;
  border-radius: 20px;
  overflow: hidden;
  background: #75A9B8;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 10px;
  box-shadow: none;
  padding: 20px 15px 0;
}
.accordion .accordion-item .accordion-button:not(.collapsed):after {
  content: "\f2ea";
  font-family: "bootstrap-icons";
  font-size: 30px;
  background: none;
  display: flex;
  align-items: center;
  transform: rotate(-180deg) translateX(-10px);
}
.accordion .accordion-item .accordion-button.collapsed {
  color: rgb(0, 0, 0);
}
.accordion .accordion-item .accordion-button.collapsed:after {
  content: "\f4fe";
  font-family: "bootstrap-icons";
  font-size: 30px;
  background: none;
  line-height: 15px;
  display: flex;
  align-items: center;
}
.accordion .accordion-item .accordion-collapse p {
  color: #fff;
}
.accordion .accordion-item .accordion-button {
  background: transparent;
  padding: 15px;
  font-size: 24px;
}
.accordion .accordion-item .accordion-body {
  padding: 0px 15px 1px;
}
.accordion .accordion-item:first-child, .accordion .accordion-item:last-child {
  border-top: 3px solid rgb(103, 116, 128);
  border-bottom: 3px solid rgb(103, 116, 128);
}
.accordion .accordion-item:has(.accordion-header button.collapsed) {
  background: transparent;
}

section.enquiry_sec {
  padding: 40px 0 40px;
}
section.enquiry_sec .enquiry_now_otr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.enquiry_sec .enquiry_now_otr .enqry_img {
  width: 350px;
  background: #75A9B8;
  padding: 100px 20px 0;
  text-align: center;
  margin-right: -120px;
  z-index: 10;
  border-radius: 20px 0px 0px 0px;
  box-shadow: 0px 4px 25px 0px rgba(117, 169, 184, 0.1);
}
section.enquiry_sec .enquiry_now_otr .enqry_img img {
  max-width: 240px;
}
section.enquiry_sec .enquiry_now_otr .enqry_form {
  width: calc(100% - 230px);
  border: 1px solid #75A9B8;
  padding: 30px 30px 30px 160px;
}
section.enquiry_sec .enquiry_now_otr .enqry_form .cmn_hdng {
  text-align: left;
  margin: 0 0 30px;
}
section.enquiry_sec .enquiry_now_otr .enqry_form .cmn_hdng:after {
  right: auto;
}
section.enquiry_sec .enquiry_now_otr .enqry_form button.cmnbtn {
  margin: 20px 0 0;
}
section.enquiry_sec .enquiry_now_otr .enqry_form form {
  padding: 0 7px;
}
section.enquiry_sec .enquiry_now_otr .enqry_form form .form-group {
  padding: 0 5px;
}

body.ar_course-template section ul, body.page-template-international_student section ul, body.page-template-common_content section ul, body.page-template-student_orientation section ul, body.page-template-domestic_student section ul, body.page-template-international_student_brief section ul, body.page-template-apprenticeships_traineeships section ul {
  list-style: none;
}
body.ar_course-template section ul li, body.page-template-international_student section ul li, body.page-template-common_content section ul li, body.page-template-student_orientation section ul li, body.page-template-domestic_student section ul li, body.page-template-international_student_brief section ul li, body.page-template-apprenticeships_traineeships section ul li {
  position: relative;
}
body.ar_course-template section ul li:before, body.page-template-international_student section ul li:before, body.page-template-common_content section ul li:before, body.page-template-student_orientation section ul li:before, body.page-template-domestic_student section ul li:before, body.page-template-international_student_brief section ul li:before, body.page-template-apprenticeships_traineeships section ul li:before {
  content: "";
  background: url("./assets/images/li_icon.webp") no-repeat;
  background-size: contain;
  position: absolute;
  height: 20px;
  width: 20px;
  font-size: 22px;
  left: -31px;
  top: 4px;
}

body.ar_course-template section {
  scroll-margin-top: 240px;
}

section.intntnl_cntnt_sec {
  padding: 0 0 30px;
}
section.intntnl_cntnt_sec .cmn_hdng {
  text-align: left;
}
section.intntnl_cntnt_sec .cmn_hdng:after {
  right: auto;
}
section.intntnl_cntnt_sec .intntn_pnts_rt {
  padding: 25px 25px 10px;
  background: #75A9B8;
  color: #fff;
  float: right;
  border-radius: 20px;
  margin: 0 0 30px 30px;
  max-width: 400px;
  min-width: 300px;
  position: relative;
  z-index: 10;
}
section.intntnl_cntnt_sec .intntn_pnts_rt strong {
  font-size: 22px;
  margin: 0 0 30px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 0 0 10px;
}
section.intntnl_cntnt_sec .intntn_pnts_rt ul li:before {
  display: none;
}
section.intntnl_cntnt_sec .intntn_pnts_rt ul li a {
  font-size: 16px;
  color: #fff;
}
section.intntnl_cntnt_sec .intntn_pnts_rt ul li a:before {
  content: "";
  background: url("./assets/images/li_icon_white.webp");
  background-size: contain;
  position: absolute;
  height: 20px;
  width: 20px;
  font-size: 22px;
  left: -31px;
  top: 4px;
}

section.bcm_agent_sec .cmn_hdng {
  text-align: left;
}
section.bcm_agent_sec .cmn_hdng:after {
  right: auto;
}
section.bcm_agent_sec .bcm_agnt_bxs {
  margin: 30px 0 0;
}
section.bcm_agent_sec .bcm_agnt_bxs .bcm_agnt_bx_sngl {
  padding: 20px 20px 15px;
  border: 1px solid #75A9B8;
  border-radius: 10px;
}
section.bcm_agent_sec .bcm_agnt_bxs .bcm_agnt_bx_sngl strong {
  color: #75A9B8;
  display: inline-block;
  margin: 10px 0 10px;
  font-size: 24px;
}

section.fnd_agent_cntnt_sec .cmn_hdng, section.fnd_agnt_form .cmn_hdng {
  text-align: left;
}
section.fnd_agent_cntnt_sec .cmn_hdng:after, section.fnd_agnt_form .cmn_hdng:after {
  right: auto;
}
section.fnd_agent_cntnt_sec .cmn_hdng_large, section.fnd_agnt_form .cmn_hdng_large {
  text-align: center;
}
section.fnd_agent_cntnt_sec .cmn_hdng_large:after, section.fnd_agnt_form .cmn_hdng_large:after {
  right: 0;
}

section.fnd_agnt_tbl {
  padding: 60px 0 20px;
}

section.fnd_agnt_form button {
  margin: 15px 0 0;
}

section.contact_sec {
  padding: 30px 0 10px;
}
section.contact_sec .contact_drctry_inr {
  position: relative;
}
section.contact_sec .contact_drctry_inr span {
  background: #677480;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  position: absolute;
  top: -20px;
  font-size: 20px;
}
section.contact_sec .contact_drctry_inr ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 50px 15px 15px;
  background: #75A9B8;
  border-radius: 0 20px 20px;
}
section.contact_sec .contact_drctry_inr ul li {
  color: #fff;
  border-right: 1px solid #fff;
  padding: 0 20px;
  width: 33.33%;
}
section.contact_sec .contact_drctry_inr ul li strong {
  font-size: 20px;
  display: inline-block;
  width: 100%;
  margin: 0px 0px 7px;
}
section.contact_sec .contact_drctry_inr ul li a {
  color: #fff;
  font-size: 18px;
  line-break: anywhere;
  display: inline-block;
  line-height: 19px;
}
section.contact_sec .contact_drctry_inr ul li:last-child {
  border: none;
}

section.our_campua_sec .our_campus_sngl {
  border: 1px solid #75A9B8;
  margin-bottom: 30px;
}
section.our_campua_sec .our_campus_sngl .our_campus_img img {
  width: 100%;
}
section.our_campua_sec .our_campus_sngl .our_campus_con {
  padding: 15px 15px 5px;
}
section.our_campua_sec .our_campus_sngl .our_campus_con strong {
  font-size: 20px;
  color: #75A9B8;
  display: inline-block;
  margin: 0 0 5px;
}
section.plcs_pcdr_sec {
  padding: 30px 0;
}
section.plcs_pcdr_sec ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
section.plcs_pcdr_sec ul li {
  width: 25%;
  padding: 0 10px;
}
section.plcs_pcdr_sec ul li a {
  display: inline-block;
  padding: 20px;
  border: 1px solid #75A9B8;
  border-radius: 20px;
  text-align: center;
  line-height: 23px;
}
section.plcs_pcdr_sec ul li a:hover {
  background: #75A9B8;
  color: #fff;
}

section.bcm_agent_tp_sec ul.li_pnts {
  list-style: none;
  padding: 0;
  position: relative;
}
section.bcm_agent_tp_sec ul.li_pnts li {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
section.bcm_agent_tp_sec ul.li_pnts li span.bcm_agnt_nmbrs {
  height: 50px;
  width: 50px;
  padding: 0;
  background: #75A9B8;
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
}
section.bcm_agent_tp_sec ul.li_pnts li span {
  width: calc(100% - 50px);
  padding-left: 20px;
}
section.bcm_agent_tp_sec ul.li_pnts:after {
  content: "";
  width: 1px;
  height: 97%;
  background: #75A9B8;
  position: absolute;
  left: 24px;
  top: 0;
  z-index: -1;
}

section.stdnt_srvcs_tp_cntnt_sec {
  padding: 30px 0 50px;
  background: #fff;
  z-index: 1;
  position: relative;
}
section.stdnt_srvcs_tp_cntnt_sec .accordion {
  width: 60%;
  display: block;
  margin: auto;
}
section.stdnt_srvcs_tp_cntnt_sec .cmn_hdng {
  text-align: left;
}
section.stdnt_srvcs_tp_cntnt_sec .cmn_hdng:after {
  right: auto;
}
section.stdnt_srvcs_tp_cntnt_sec .cmn_hdng_large {
  text-align: center;
  margin: 40px 0 55px;
}
section.stdnt_srvcs_tp_cntnt_sec .cmn_hdng_large:after {
  right: 0;
}
section.stdnt_srvcs_tp_cntnt_sec ul {
  display: flex;
  flex-wrap: wrap;
}
section.stdnt_srvcs_tp_cntnt_sec ul li {
  width: 50%;
}
section.stdnt_srvcs_tp_cntnt_sec ul li:nth-child(odd) {
  padding-right: 40px;
}

/*
    Wizard
*/
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.wizard > .steps ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  max-width: 230px;
  margin: 0 auto 40px;
  position: relative;
}
.wizard > .steps ul li a {
  width: 43px;
  height: 43px;
  border-radius: 100px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #75A9B8;
  font-size: 22px;
  color: #75A9B8;
  background: #fff;
}
.wizard > .steps ul:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #75A9B8;
}

.wizard.vertical > .steps {
  display: inline;
  float: left;
}

.wizard > .steps .number {
  height: 38px;
}

.wizard > .steps > ul > li {
  width: auto;
  margin: 0 10px;
  z-index: 10;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left;
}

.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #75A9B8;
  color: #fff;
  cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #75A9B8;
  color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}

.wizard > .content {
  display: block;
  margin: 0.5em;
  overflow: hidden;
  position: relative;
  width: auto;
  border-radius: 5px;
}

.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}

.wizard > .content > .body ul {
  list-style: disc !important;
}

.wizard > .content > .body ul > li {
  display: list-item;
}

.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}

.wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
}

.wizard > .content > .body input[type=checkbox] {
  display: inline-block;
}

.wizard > .content > .body input.error {
  background: rgb(251, 227, 228);
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

.wizard > .content > .body label {
  display: inline-block;
  margin: 15px 0 15px;
}

.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}

.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}

.wizard > .actions > ul {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.wizard > .actions > ul > li {
  margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}

/*
    Tabcontrol
*/
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}

.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}

.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}

.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}

.wizard > .steps > ul > li.current ~ li a {
  background: #fff;
  color: #75A9B8;
}

.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}

.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

.tabcontrol > .content > .body ul {
  list-style: disc !important;
}

.tabcontrol > .content > .body ul > li {
  display: list-item;
}

.wizard > .content > .body label.form-check-label {
  margin: 0;
}

p.middlelabels {
  margin: 25px 0 5px;
  color: #75A9B8;
  font-size: 24px;
}

.cmn_hdng.cmn_hdng_large {
  text-align: center;
  margin: 40px 0 60px;
}
.cmn_hdng.cmn_hdng_large:after {
  bottom: -20px;
}

section.tp_cntnt_sec {
  padding: 0 0 20px;
}

section.stdnt_srvcs_tp_cntnt_sec .stdnt_sprt_con_img {
  align-items: center;
  padding: 10px 0;
}
section.stdnt_srvcs_tp_cntnt_sec .stdnt_sprt_con_img .cmn_hdng {
  margin-top: 0;
}

section.oshc_con_img_sec .cmn_hdng {
  text-align: left;
}
section.oshc_con_img_sec .cmn_hdng:after {
  right: auto;
}
section.oshc_con_img_sec .cmn_hdng_large {
  text-align: center;
}
section.oshc_con_img_sec .cmn_hdng_large:after {
  right: 0;
}
section.oshc_con_img_sec .oshc_img {
  margin-top: 155px;
}

section.thank_error_sec {
  padding: 200px 0 60px;
}
section.thank_error_sec .error_txt {
  color: rgb(117, 169, 184);
  font-family: "Playfair Display";
  text-align: center;
  font-size: 40px;
  padding-left: 60px;
}
section.thank_error_sec .error_txt span {
  display: block;
  font-weight: 700;
  font-size: 60px;
  color: rgb(103, 116, 128);
}
section.thank_error_sec .error_txt a {
  margin-top: 50px;
}
section.thank_error_sec .thnk_error_con {
  text-align: center;
  max-width: 800px;
  margin: auto;
}
section.thank_error_sec .thnk_error_con img {
  max-width: 230px;
}
section.thank_error_sec .thnk_error_con h2 {
  margin: 30px 0 10px;
}
section.thank_error_sec .thnk_error_con p {
  margin: 0 0 30px;
}

body.error404 .what_stdnt_say_sec, body.page-template-thankyou .what_stdnt_say_sec {
  display: none;
}

section.enroll_now_sec {
  background: rgb(117, 169, 184) url("./assets/images/whatsnext.webp") no-repeat;
  background-position: 0 -130px;
  background-size: cover;
  padding: 60px 0;
  margin: 40px 0 10px;
  position: relative;
}
section.enroll_now_sec:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(55, 92, 103, 0.78);
}
section.enroll_now_sec .container {
  position: relative;
}
section.enroll_now_sec .enrol_now_inr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.enroll_now_sec .enrol_now_inr .enrol_now_con {
  color: #fff;
  font-size: 30px;
  width: calc(100% - 180px);
}
section.enroll_now_sec .enrol_now_inr .enrol_now_btn {
  width: 180px;
}
section.enroll_now_sec .enrol_now_inr .enrol_now_btn .cmnbtnwhite:hover {
  color: #75A9B8;
}

.reg-pagination .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reg-pagination .wp-pagenavi span, .reg-pagination .wp-pagenavi a {
  border: 1px solid #75A9B8;
  display: inline-block;
  padding: 0px 13px;
  font-size: 25px;
}
.reg-pagination .wp-pagenavi span.pages {
  width: auto;
}
.reg-pagination .wp-pagenavi span.current {
  background: #75A9B8;
  color: #fff;
}

section.predeparture_sec .cmn_hdng {
  text-align: left;
}
section.predeparture_sec .cmn_hdng:after {
  right: auto;
}
section.predeparture_sec .predprtr_sngl .predprtr_img img {
  width: 100%;
  margin: 10px 0 0;
}
section.predeparture_sec .predeparture_img {
  position: relative;
  overflow: hidden;
  height: 320px;
}
section.predeparture_sec .predeparture_img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.predeparture_sec .predprtr_tbl {
  margin: 0 0 30px;
}

section.fee_intakes_sec .fee_intks_tbl table.table tbody tr td[colspan="4"] {
  background: #677480;
  color: #fff;
}

section.course_ovrvw_sec .cmn_hdng {
  margin-top: 20px;
}

body.international_box section.course_dtl_pnts {
  background: #75A9B8;
}
section.inr_page_bnr {
  z-index: 11;
  position: relative;
  margin-top: 150px;
}
section.inr_page_bnr > img {
  width: 100%;
}
section.inr_page_bnr .inr_page_ttl_brdcrmb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
  min-height: 270px;
}

section.inr_page_bnr_con {
  display: flex;
  align-items: center;
}
section.inr_page_bnr_con .container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
section.inr_page_bnr_con .container .cmn_hdng {
  text-align: left;
  font-size: 50px;
  line-height: 80px;
}
section.inr_page_bnr_con .container .bnr_btns a {
  margin-right: 10px;
}

section.inr_page_bnr_con.recruitmentstaffing .container {
  align-items: center;
  justify-content: flex-end;
}

.pagination {
  justify-content: center;
  margin: 30px 0 0;
}
.pagination ul.page-numbers {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination ul.page-numbers li {
  margin: 0;
}
.pagination ul.page-numbers li a, .pagination ul.page-numbers li span {
  padding: 0px 15px 5px;
  border: 1px solid #f7f7f7;
  font-size: 26px;
  display: inline-block;
}
.pagination ul.page-numbers li a i, .pagination ul.page-numbers li span i {
  font-size: 18px;
}
.pagination ul.page-numbers li a.next, .pagination ul.page-numbers li a.prev {
  padding: 1px 15px 4px;
}
.pagination ul.page-numbers li .current {
  background: #75A9B8;
  color: #fff;
}

section.blog_main_box .blog_sngl {
  margin: 0 0 50px;
  height: calc(100% - 60px);
}

section.blog_inr_sec {
  padding: 30px 0 0;
}
section.blog_inr_sec .blog_inr_con .blog_dtl_img {
  margin: 0 0 15px;
}
section.blog_inr_sec .blog_inr_con .blog_dtl_img img {
  width: 100%;
}
section.blog_inr_sec .blog_inr_con .blog_inr_dt {
  margin: 0 0 6px;
  display: inline-block;
}
section.blog_inr_sec .blog_inr_con .cmn_hdng {
  text-align: left;
  margin-top: 10px;
}
section.blog_inr_sec .blog_inr_con .cmn_hdng:after {
  right: auto;
}
section.blog_inr_sec .sidebar_form {
  background: #75A9B8;
  padding: 20px;
  border-radius: 4px;
  position: sticky;
  top: 160px;
}
section.blog_inr_sec .sidebar_form .cmn_hdng {
  text-align: left;
  font-size: 30px;
  margin: 0 0 30px;
}
section.blog_inr_sec .sidebar_form .cmn_hdng:after {
  right: auto;
}
section.blog_inr_sec .sidebar_form .cmnbtn {
  background: #fff;
  color: #75A9B8;
}
section.blog_inr_sec .sidebar_form .cmnbtn:after {
  display: none;
}

section.location_inr_sec .location_map_tmngs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.location_inr_sec .location_map_tmngs .location_map_slf {
  width: 50%;
}
section.location_inr_sec .location_map_tmngs .location_map_slf iframe {
  height: 300px;
  width: 100%;
}
section.location_inr_sec .location_map_tmngs .location_tmngs_slf {
  width: 50%;
  padding-left: 20px;
}
section.location_inr_sec .location_map_tmngs .location_tmngs_slf ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.location_inr_sec .location_map_tmngs .location_tmngs_slf ul li {
  display: flex;
}
section.location_inr_sec .location_map_tmngs .location_tmngs_slf ul li a {
  display: flex;
  align-items: center;
}
section.location_inr_sec .location_map_tmngs .location_tmngs_slf ul li a span.tmng_con {
  padding-left: 10px;
}

.acknowledgement {
  text-align: center;
  background: #75A9B8;
  padding: 10px 0 30px;
}
.acknowledgement .cmn_hdng, .acknowledgement p {
  color: #fff;
}
.acknowledgement .cmn_hdng:after, .acknowledgement p:after {
  background: #fff;
}

.feedback {
  background: #F5F5F5;
  padding: 1px 0 45px;
}
.feedback__emoji ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.feedback__emoji ul li {
  margin: 0 10px;
  transition: all 0.4s;
  position: relative;
}
.feedback__emoji ul li img {
  max-width: 45px;
  filter: grayscale(1);
  opacity: 0.8;
}
.feedback__emoji ul li:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.1);
}
.feedback__emoji ul li:before {
  display: none;
}
.feedback__emoji ul li input[type=radio] {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.feedback__emoji ul li input[type=radio]:checked + img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.1);
}
.feedback__form {
  max-width: 700px;
  margin: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.feedback__form.active {
  height: 100%;
  opacity: 1;
  visibility: visible;
  margin: 30px auto 0;
}
.feedback__btn {
  text-align: center;
}
.feedback .cmn_hdng {
  margin: 40px 0 15px;
}

.footerfixedlinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footerfixedlinks ul li {
  border: 1px solid #75A9B8;
  position: fixed;
  transform: rotate(-90deg);
  margin: 0;
  padding: 7px;
  border-radius: 10px;
  z-index: 101;
  background: #fff;
  transition: all ease-in-out 600ms;
}
.footerfixedlinks ul li a {
  display: inline-block;
  padding: 9px 15px;
  border-radius: 10px 10px 0 0;
  background: #75A9B8;
  color: #fff;
}
.footerfixedlinks ul li a:hover {
  background: #fff;
  color: #000;
}
.footerfixedlinks ul li:nth-child(1) {
  bottom: 275px;
  right: -54px;
}
.footerfixedlinks ul li:nth-child(2) {
  bottom: 90px;
  right: -65px;
}
.footerfixedlinks ul li:hover {
  transform: rotate(0deg);
  right: 0;
}

.student-refer {
  position: fixed;
  margin: 0;
  display: flex;
  justify-content: center;
  top: 75%;
  right: 0;
  transform: translateY(-10%);
  z-index: 999;
}

.ref-2 {
  bottom: 120px;
}

.refer-button {
  position: absolute;
  text-decoration: none;
  background: #75A9B8;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  width: 150px;
  padding: 0.8rem 0.6rem;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 5px 5px 0 0;
  transform: rotate(-90deg) translateY(-24px);
  transition: all ease-in-out 600ms;
  font-size: 13px;
  border: 1px solid #fff;
}
.refer-button:hover {
  background: rgb(86, 150, 168);
  background-size: 400%;
  background-position: top;
  border-radius: 5px;
  color: white;
  transform: scale(1.2) translateX(-88px);
  animation: referbtnAnim ease-in-out 1s infinite alternate;
}

@keyframes referbtnAnim {
  100% {
    background-position: bottom;
  }
}
body.page-template-enquiry_page section.what_stdnt_say_sec, body.page-template-refer_page section.what_stdnt_say_sec {
  display: none;
}

body.page-template-enquiry_page section.enquiry_sec {
  margin: 130px 0 0;
}

section.refer_now_sec {
  margin: 150px 0 0;
}
section.refer_now_sec .refer_now_sngl {
  text-align: center;
  background: #F5F5F5;
  transition: all 0.4s;
}
section.refer_now_sec .refer_now_sngl .refer_now_img {
  padding: 30px 0 0;
}
section.refer_now_sec .refer_now_sngl .refer_now_img img {
  max-width: 280px;
}
section.refer_now_sec .refer_now_sngl .refer_now_con {
  padding: 30px;
}
section.refer_now_sec .refer_now_sngl .refer_now_con h3 {
  color: #000;
  margin: 0 0 20px;
  font-size: 33px;
}
section.refer_now_sec .refer_now_sngl:hover {
  background: #75A9B8;
  color: #fff;
}
section.refer_now_sec .refer_now_sngl:hover h3 {
  color: #fff;
}
section.refer_now_sec .refer_now_sngl:hover img {
  filter: brightness(10);
}

.otherContactDetails__tpbox {
  padding: 30px 30px 10px;
  border-radius: 7px 7px 20px 20px;
  background: #ededed;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  position: relative;
  transition: all 0.4s;
}
.otherContactDetails__tpbox strong {
  font-size: 22px;
  display: block;
  margin: 20px 0 10px;
}
.otherContactDetails__tpbox a {
  font-weight: 600;
}
.otherContactDetails__tpbox a:hover {
  text-decoration: underline;
}
.otherContactDetails__tpbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  background: #75A9B8;
  right: 0;
  transition: all 0.4s;
}
.otherContactDetails__tpbox:hover {
  background: #75A9B8;
  color: #fff;
}
.otherContactDetails__tpbox:hover img {
  filter: brightness(10);
}
.otherContactDetails__tpbox:hover a {
  color: #fff;
}
.otherContactDetails__tpbox:hover:before {
  height: 12px;
  background: #000;
}
.otherContactDetails__btmbox {
  padding: 30px 30px 10px;
  border-radius: 7px 7px 20px 20px;
  background: #ededed;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  transition: all 0.4s;
}
.otherContactDetails__btmbox strong {
  font-size: 22px;
  display: block;
  margin: 0 0 10px;
}
.otherContactDetails__btmbox a {
  font-weight: 600;
}
.otherContactDetails__btmbox a:hover {
  text-decoration: underline;
}
.otherContactDetails__btmbox:hover {
  background: #75A9B8;
  color: #fff;
}
.otherContactDetails__btmbox:hover a {
  color: #fff;
}

.first_con_sec {
  text-align: center;
}
.first_con_sec .cmnbtn {
  margin: 20px 0 0;
}

body section.domestic_courses .cmn_hdng {
  margin: 40px 0;
}

section.inr_page_bnr_new {
  background: url("./assets/images/inner_banner_bg.png") no-repeat center;
  margin: 150px 0 0;
}
section.inr_page_bnr_new .inr_page_ttl_brdcrmb {
  padding-right: 0;
}
section.inr_page_bnr_new .inr_page_ttl_brdcrmb .inr_bnr_con {
  width: calc(100% - 300px);
  padding-right: 20px;
}
section.inr_page_bnr_new .inr_page_ttl_brdcrmb .inr_bnr_con .cmn_hdng {
  margin: 0 0 20px;
  text-align: left;
}
section.inr_page_bnr_new .inr_page_ttl_brdcrmb .inr_bnr_img {
  width: 300px;
}

.second_con__uls ul {
  display: flex;
  flex-wrap: wrap;
}
.second_con__uls ul li {
  width: 50%;
}
.second_con__uls ul li:nth-child(odd) {
  padding-right: 30px;
}
.second_con .second_con_lft .cmn_hdng {
  text-align: left;
}
.second_con .second_con_lft .cmn_hdng:after {
  right: auto;
}
.second_con .second_con_img {
  margin: 50px 0 0;
}

.aparentFirst {
  padding: 10px 0 0;
}
.aparentFirst__boxes {
  margin: 30px 0 0;
}
.aparentFirst__boxes ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #75A9B8;
  border-radius: 25px;
  padding: 20px;
}
.aparentFirst__boxes ul li {
  border-right: 1px solid #75A9B8;
  margin: 0;
}
.aparentFirst__boxes ul li:before {
  display: none;
}
.aparentFirst__boxes ul li:last-child {
  border: none;
}
.aparentFirst__bxsngl {
  padding: 10px 30px;
}
.aparentFirst__bxsngl strong {
  color: #75A9B8;
  display: block;
  color: #75A9B8;
  margin: 0 0 10px;
}
.aparentFirst__bxsngl p {
  margin: 0;
}
.aparentFirst .cmn_hdng {
  text-align: left;
}
.aparentFirst .cmn_hdng:after {
  right: auto;
}

.newtabing ul.nav.nav-pills {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #75A9B8;
  width: -moz-fit-content;
  width: fit-content;
}
.newtabing ul.nav.nav-pills li.nav-item {
  margin: 0;
}
.newtabing ul.nav.nav-pills li.nav-item:before {
  display: none;
}
.newtabing ul.nav.nav-pills li.nav-item a.nav-link {
  background: #fff;
  color: #000;
  border-radius: 0;
  border: none;
  font-weight: 500;
  font-size: 16px;
}
.newtabing ul.nav.nav-pills li.nav-item a.nav-link.active {
  background: #75A9B8;
  color: #fff;
}

.industries .cmn_hdng {
  text-align: left;
}
.industries .cmn_hdng:after {
  right: auto;
}
.industries .newtabing .aparentTab__imgrt .cmn_hdng {
  margin: 0 0 35px;
  text-align: left;
}
.industries .newtabing .aparentTab__imgrt .cmn_hdng:after {
  right: auto;
}
.industries .newtabing ul.nav.nav-pills {
  margin: 0 0 40px;
}
.industries .newtabing ul.nav.nav-pills li.nav-item .nav-link {
  padding: 10px 15px;
  color: #333;
  border-radius: 0px;
  font-size: 15px;
  border: none;
}
.industries .newtabing ul.nav.nav-pills li.nav-item .nav-link.active {
  color: #fff;
  background: #75A9B8;
}
.industries__inner {
  margin: 30px 0 0;
}

.signupemployee .cmn_hdng {
  margin-bottom: 60px;
}
.signupemployee__steps ul {
  list-style: none;
  display: flex;
  margin: 0;
  justify-content: space-between;
  position: relative;
}
.signupemployee__steps ul li {
  width: 30%;
}
.signupemployee__steps ul li span {
  height: 100px;
  width: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #75A9B8;
  color: #fff;
  margin: 0 0 20px;
}
.signupemployee__steps ul li:before {
  display: none;
}
.signupemployee__steps ul li:nth-child(2) {
  text-align: center;
}
.signupemployee__steps ul li:nth-child(2) span {
  margin: 0 auto 20px;
}
.signupemployee__steps ul li:nth-child(3) {
  text-align: right;
}
.signupemployee__steps ul li:nth-child(3) span {
  margin: 0 0 20px auto;
}
.signupemployee__steps ul:after {
  content: "";
  position: absolute;
  top: 50px;
  margin: auto;
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed #75A9B8;
  z-index: -1;
}

#benifits, #industries, #about_apprenticeship {
  scroll-margin-top: 230px;
}

.newtabing.fixed_tabing {
  position: sticky;
  top: 151px;
  z-index: 99;
  margin-top: 30px;
}

body.international_box .course_pnts_sngl:hover {
  background: rgb(90, 149, 166);
}
body.international_box .course_pnts_sngl:hover strong, body.international_box .course_pnts_sngl:hover p {
  color: #fff;
}
body.international_box .course_pnts_sngl:hover .course_pnts_img img {
  filter: brightness(10);
}

section.gallery_sec {
  padding: 0 0 50px;
}

section.gallery_sec .swiper, section.room_sec .swiper {
  padding: 0;
}
section.gallery_sec .swiper-button-next, section.gallery_sec .swiper-button-prev, section.room_sec .swiper-button-next, section.room_sec .swiper-button-prev {
  height: 35px;
  width: 35px;
  border-radius: 100px;
  font-size: 20px;
  background: #fff;
}

section.form_venture {
  padding: 1px 0 70px;
  scroll-margin-top: 130px;
  z-index: 2;
  position: relative;
}
section.form_venture .form_venture {
  max-width: 70%;
  margin: auto;
}

section.training_rooms_list .training_room_sngl {
  text-align: center;
  margin: 0 0 30px;
  transition: all 0.4s;
  padding: 25px 10px;
  box-shadow: 1px 1px 10px 0px #d6d6d6;
  height: calc(100% - 18px);
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
section.training_rooms_list .training_room_sngl img {
  display: block;
  margin: auto;
}
section.training_rooms_list .training_room_sngl strong {
  font-size: 15px;
  font-weight: 700;
  display: block;
  margin: 15px 0 0;
  color: #333;
  line-height: 20px;
}
section.training_rooms_list .training_room_sngl:hover {
  background: #e6e6e6;
}
section.training_rooms_list .room_enq_sngl {
  text-align: center;
  background: #677480;
  color: #fff;
  padding: 15px 20px 5px;
  border-radius: 4px;
}
section.training_rooms_list .room_enq_sngl .room_enq_img i {
  font-size: 40px;
}
section.training_rooms_list .room_enq_sngl strong {
  font-size: 16px;
  display: block;
  margin: 5px 0 20px;
  color: #fff;
}
section.training_rooms_list .room_enq_sngl:hover {
  background: #677480;
}
section.training_rooms_list .room_enq_sngl .cmnbtn {
  font-size: 14px;
  padding: 8px 20px;
}
section.training_rooms_list ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.training_rooms_list ul li {
  flex: 1;
  padding: 0 10px;
}

section.room_sec .roos_inr ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.room_sec .roos_inr ul li {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
section.room_sec .roos_inr ul li .rooms_sldr {
  width: 50%;
  padding: 0 0 30px;
}
section.room_sec .roos_inr ul li .rooms_con {
  width: 50%;
  padding: 0 0 0 30px;
}
section.room_sec .roos_inr ul li .rooms_con .cmn_hdng {
  margin: 0 0 20px;
  text-align: left;
}
section.room_sec .roos_inr ul li .rooms_con .cmn_hdng:after {
  right: auto;
}
section.room_sec .roos_inr ul li:nth-child(even) {
  flex-direction: row-reverse;
}
section.room_sec .roos_inr ul li:nth-child(even) .rooms_con {
  padding: 0 30px 0 0;
}

section.our_ethios_sec {
  background-image: url(./assets/images/ethos.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 0 50px;
  position: relative;
}
section.our_ethios_sec .our_ethios_sngl {
  text-align: center;
  background: rgba(226, 226, 226, 0.19);
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}
section.our_ethios_sec .our_ethios_sngl strong {
  font-size: 22px;
  margin: 0 0 13px;
  display: inline-block;
  color: #fff;
}
section.our_ethios_sec .our_ethios_sngl p {
  color: #fff;
}
section.our_ethios_sec:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
}
section.our_ethios_sec .container {
  position: relative;
  z-index: 10;
}

section.clients_sec {
  padding: 40px 0 30px;
}
section.clients_sec .clients_con .cmn_hdng {
  margin-top: 0;
  text-align: left;
}
section.clients_sec .clients_con .cmn_hdng:after {
  right: auto;
}

section.clients_name {
  padding: 40px 0 30px;
  background: #eeeeee;
}
section.clients_name .client_sngl_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.4s;
}
section.clients_name .client_sngl_img img {
  width: 150px;
}
section.clients_name .client_sngl_img:hover {
  background: #e7e7e7;
}

section.group_booking_sec {
  padding: 30px 0;
}

section.grop_booking_firstcon .container > p {
  text-align: center;
}
section.grop_booking_firstcon .group_booking_bx {
  background: #333;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 4px;
  color: #fff;
  margin: 30px 0;
  max-width: 80%;
  margin: auto;
}
section.grop_booking_firstcon .group_booking_bx .group_booking_lft {
  width: calc(100% - 350px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.grop_booking_firstcon .group_booking_bx .group_booking_lft strong {
  font-size: 22px;
}
section.grop_booking_firstcon .group_booking_bx .group_booking_rt {
  width: 350px;
  border-left: 1px solid grey;
  padding-left: 25px;
}
section.grop_booking_firstcon .group_booking_bx .group_booking_rt a {
  color: #fff;
}
section.grop_booking_firstcon .group_booking_bx .group_booking_rt a:not(:last-child) {
  display: block;
  margin: 0 0 15px;
}
section.grop_booking_firstcon .group_booking_bx .group_booking_rt a i {
  margin-right: 7px;
}

section.resources_sec {
  text-align: center;
}
section.resources_sec ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.resources_sec ul li {
  margin: 0 20px 20px;
}

section.course_ovrvw_newsec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
section.course_ovrvw_newsec ul li {
  margin: 0 30px 30px;
  text-align: left;
}
section.course_ovrvw_newsec .course_icon_part {
  margin: 30px 0 0;
}
section.course_ovrvw_newsec .course_icon_part ul {
  padding: 0;
}
section.course_ovrvw_newsec .course_icon_part ul li {
  width: 33.33%;
  padding: 0 10px;
  margin: 0;
}
section.course_ovrvw_newsec .course_icon_part ul li:before {
  display: none;
}
section.course_ovrvw_newsec .course_icon_part ul li .courseicn_sngl {
  padding: 20px 20px 10px;
  border-radius: 4px;
  text-align: center;
  font-weight: 400;
  border: 1px solid #e1e1e1;
  box-shadow: 1px 1px 10px 0px #d6d6d6;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  transition: all 0.4s;
}
section.course_ovrvw_newsec .course_icon_part ul li .courseicn_sngl .courseicn_slf {
  margin: 0 0 10px;
}
section.course_ovrvw_newsec .course_icon_part ul li .courseicn_sngl:hover {
  background: #e6e6e6;
}

section.package_sec .package_sngl {
  box-shadow: 1px 1px 21px -30px;
  text-align: center;
  box-shadow: 1px 1px 10px 0px #d6d6d6;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  margin: 0 0 30px;
  height: 100%;
  height: calc(100% - 30px);
  border-bottom: 5px solid #75A9B8;
}
section.package_sec .package_sngl .package_ttl {
  font-weight: 700;
  font-size: 18px;
  background: #75A9B8;
  padding: 10px;
  text-align: center;
  color: #fff;
  display: flex;
  min-height: 75px;
  align-items: center;
  justify-content: center;
}
section.package_sec .package_sngl .package_inr_con {
  padding: 20px;
  height: calc(100% - 75px);
}
section.package_sec .package_sngl .package_inr_con p {
  margin-bottom: 7px;
  font-weight: 600;
}
section.package_sec .package_sngl .package_inr_con a.cmnbtn {
  margin-top: 15px;
}
section.package_sec .package_sngl .packag_price_dv {
  margin: 20px 0;
}
section.package_sec .package_sngl .packag_price_dv span {
  font-size: 24px;
  color: #75A9B8;
  font-weight: 600;
}

section.about_us_con {
  margin: 40px 0 40px;
  text-align: center;
}

section.meet_drctr_sec .meet_drctr_img {
  text-align: center;
}
section.meet_drctr_sec .meet_drctr_img img {
  max-width: 600px;
}
section.meet_drctr_sec .meet_drctr_con {
  background: url("./assets/images/meet_director_bg.png") no-repeat;
  padding: 60px 10px;
  background-size: contain;
  background-position: center;
}
section.meet_drctr_sec .meet_drctr_con .cmn_hdng {
  text-align: left;
  margin-bottom: 20px;
  color: rgb(103, 116, 128);
  line-height: 41px;
}
section.meet_drctr_sec .meet_drctr_con .cmn_hdng small {
  font-size: 16px;
  font-family: "Montserrat";
  display: block;
}

section.affiliation_sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.affiliation_sec ul li {
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.affiliation_sec .affltn_sngl {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.affiliation_sec .affltn_sngl img {
  max-width: 200px;
  max-height: 130px;
}

section.ataroha_sec {
  background: url("./assets/images/atarohabg.png") no-repeat;
  padding-top: 80px;
}
section.ataroha_sec .ataroha_con {
  padding-top: 50px;
}
section.ataroha_sec .ataroha_con .cmn_hdng {
  text-align: left;
  margin: 0 0 20px;
}
section.ataroha_sec .ataroha_img {
  text-align: center;
}
section.ataroha_sec .ataroha_img img {
  max-width: 400px;
}

section.our_mission_vision {
  padding: 70px 0 40px;
}
section.our_mission_vision .our_vsn_msn {
  background: url("./assets/images/our_mission_bg.png") no-repeat;
  text-align: center;
  padding: 100px 150px;
  background-size: contain !important;
  background-position: center;
}
section.our_mission_vision .our_vsn_msn .cmn_hdng {
  color: rgb(103, 116, 128);
  margin-bottom: 20px;
}
section.our_mission_vision .our_vsn_msn.our_vsn_msn_vsn {
  background: url("./assets/images/our_vission_bg.png") no-repeat;
  background-position: center;
}

section.our_values_sec {
  background: rgb(238, 245, 247);
  padding: 100px 0 0;
  position: relative;
}
section.our_values_sec .cmn_hdng {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
section.our_values_sec .multi-graph {
  width: 1200px;
  height: 600px;
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  margin: auto;
}
section.our_values_sec .multi-graph:before {
  content: "";
  width: 1200px;
  height: 600px;
  border: 50px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
  position: absolute;
  box-sizing: border-box;
  transform-origin: 50% 0%;
  border-radius: 750px 750px 0 0;
  left: 0;
  top: 0;
}
section.our_values_sec .multi-graph .graph {
  width: 1200px;
  height: 600px;
  border: 360px solid var(--fill);
  border-top: none;
  position: absolute;
  transform-origin: 50% 0% 0;
  border-radius: 0 0 750px 750px;
  left: 0;
  top: 100%;
  z-index: 5;
  animation: 1s fillGraphAnimation ease-in;
  transform: rotate(calc(1deg * var(--percentage) * 1.8));
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.4s;
}
section.our_values_sec .multi-graph .graph:nth-child(5) .crcl_sngl {
  transform: rotate(-36deg);
  left: -330px;
  bottom: -40px;
}
section.our_values_sec .multi-graph .graph:nth-child(4) .crcl_sngl {
  transform: rotate(-72deg);
  left: -320px;
  width: 250px;
}
section.our_values_sec .multi-graph .graph:nth-child(3) .crcl_sngl {
  transform: rotate(-108deg);
  left: -360px;
  bottom: -30px;
}
section.our_values_sec .multi-graph .graph:nth-child(2) .crcl_sngl {
  transform: rotate(-144deg);
  left: -350px;
  width: 260px;
}
section.our_values_sec .multi-graph .graph:nth-child(1) .crcl_sngl {
  transform: rotate(-180deg);
  left: -330px;
  bottom: 10px;
}
section.our_values_sec .multi-graph .graph:hover {
  border-width: 380px;
}
section.our_values_sec .crcl_sngl {
  position: absolute;
  left: -360px;
  bottom: -30px;
  color: #fff;
  z-index: 100;
  animation: none;
  transform-origin: initial;
  height: 100%;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  align-content: center;
}
section.our_values_sec .crcl_sngl strong {
  font-size: 70px;
  display: block;
  width: 100%;
  line-height: 70px;
}
section.our_values_sec .crcl_sngl span {
  display: block;
  width: 100%;
  font-size: 40px;
}
section.our_values_sec .crcl_sngl:hover .crcl_sngl_bfr_hvr {
  opacity: 0;
  visibility: visible;
  position: absolute;
}
section.our_values_sec .crcl_sngl:hover .crcl_sngl_aftr_hvr {
  opacity: 1;
  visibility: visible;
  position: initial;
}
section.our_values_sec .crcl_sngl_bfr_hvr {
  transition: all 0.4s;
  font-family: Playfair Display;
}
section.our_values_sec .crcl_sngl_aftr_hvr {
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
section.our_values_sec .crcl_sngl_aftr_hvr p {
  font-size: 17px;
  line-height: 22px;
}

@keyframes fillAnimation {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(135deg);
  }
}
@keyframes fillGraphAnimation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
}
section.course_btm_sec .course_btm_img {
  text-align: center;
}
section.course_btm_sec .course_btm_img img {
  max-width: 510px;
  max-height: 500px;
}
section.course_btm_sec .course_btm_con {
  background: url("./assets/images/meet_director_bg.png") no-repeat;
  padding: 100px 0px;
  background-size: contain;
  max-width: 550px;
  text-align: center;
  background-position: center;
  margin: auto;
}
section.course_btm_sec .course_btm_con .cmn_hdng {
  color: rgb(103, 116, 128);
}

section.course_category_banner {
  margin: 230px 0 0;
  padding: 0 0 40px;
}
section.course_category_banner .course_ctbnr_con {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: flex-start;
  padding: 0 0 30px;
}
section.course_category_banner .course_ctbnr_con .cmn_hdng {
  text-align: left;
  margin: 0 0 20px;
}
section.course_category_banner .course_ctbnr_img img {
  border-radius: 20px;
}

section.related_courses {
  background: #f2f7f8;
  margin-bottom: -180px;
  z-index: 0;
  margin-top: 0;
  padding: 30px 0 0 !important;
}
section.related_courses .cmn_hdng {
  margin: 30px 0 230px !important;
}
section.related_courses .our_courses_btn {
  margin: -170px 0 0;
}

body.page-template-course_category section.related_courses {
  margin-bottom: 0;
  padding-bottom: 50px !important;
}

section.latest_blog_sec {
  background: #f2f7f8;
  padding: 1px 0 20px;
}
section.latest_blog_sec .latest_blog_sngl {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border: 2px solid rgb(103, 116, 128);
  border-radius: 10px;
  margin-bottom: 30px;
}
section.latest_blog_sec .latest_blog_sngl .ltst_blog_img {
  width: 230px;
}
section.latest_blog_sec .latest_blog_sngl .ltst_blog_con {
  width: calc(100% - 230px);
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.latest_blog_sec .latest_blog_sngl .ltst_blog_con h2 {
  color: rgb(117, 169, 184);
  margin: 0 0 20px;
  font-family: "Playfair Display";
}
section.latest_blog_sec .latest_blog_sngl .ltst_blog_con ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin: 0 0 20px;
}
section.latest_blog_sec .latest_blog_sngl .ltst_blog_con ul li {
  margin: 0 10px 0 0;
}
section.latest_blog_sec .latest_blog_sngl .ltst_blog_con ul li a {
  background: rgb(171, 207, 216);
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  color: rgb(0, 0, 0);
  transition: all 0.4s;
  font-size: 18px;
}
section.latest_blog_sec .latest_blog_sngl .ltst_blog_con ul li a:hover {
  background: rgb(134, 190, 205);
}
section.latest_blog_sec .latest_blog_sngl .ltst_blog_con .blog_rdmr {
  text-align: right;
}
section.latest_blog_sec .latest_blog_sngl .ltst_blog_con .blog_rdmr a {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}

section.our_courses_sec .course_content {
  margin: 170px 0 0;
  width: 100%;
  margin-bottom: -150px;
}

section.course_dtl_bnr {
  margin: 230px 0 0;
}
section.course_dtl_bnr .cmn_hdng {
  text-align: left;
  margin: 0 0 30px;
}
section.course_dtl_bnr .cmnbtn {
  margin: 30px 0 0;
}
section.course_dtl_bnr .course_dtl_bnr_inr {
  display: flex;
  flex-wrap: wrap;
}
section.course_dtl_bnr .course_dtl_bnr_inr .course_dtl_bnr_con {
  width: 60%;
  padding-right: 210px;
  padding-bottom: 30px;
}
section.course_dtl_bnr .course_dtl_bnr_inr .course_dtl_bnr_con strong {
  font-size: 30px;
  color: rgb(103, 116, 128);
  display: block;
  margin: 0 0 10px;
}
section.course_dtl_bnr .course_dtl_bnr_inr .course_bnr_img {
  width: 40%;
}
section.course_dtl_bnr .course_dtl_bnr_inr .course_bnr_img img {
  max-height: 700px;
}

section.crsdtl_tb_sec {
  background: #f2f7f8;
  padding: 60px 0 50px;
  position: relative;
}
section.crsdtl_tb_sec iframe {
  min-height: 450px;
}
section.crsdtl_tb_sec ul.nav {
  flex-wrap: wrap;
  border: none;
  width: 460px;
}
section.crsdtl_tb_sec ul.nav li.nav-item {
  width: 100%;
  border: none;
  margin: 0;
  margin-bottom: 7px;
}
section.crsdtl_tb_sec ul.nav li.nav-item .nav-link {
  width: 80%;
  font-size: 25px;
  font-weight: 500;
  color: #75A9B8;
  text-align: left;
  border: 1px solid #75A9B8;
  border-radius: 10px;
  transition: all 0.4s;
  font-family: "Playfair Display";
  font-weight: 700;
  background: #fff;
}
section.crsdtl_tb_sec ul.nav li.nav-item .nav-link:hover {
  background: rgb(148, 157, 166);
  color: #fff;
  width: 90%;
}
section.crsdtl_tb_sec ul.nav li.nav-item .nav-link.active {
  width: 100%;
  background: rgb(117, 169, 184);
  color: #fff;
  font-size: 38px;
}
section.crsdtl_tb_sec .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
section.crsdtl_tb_sec .container > .tab-content .tab-pane {
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.7s;
  top: 0;
  left: 0;
  display: inline-block;
  position: absolute;
  pointer-events: none;
  overflow: hidden;
}
section.crsdtl_tb_sec .container > .tab-content .tab-pane.active {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
  position: initial;
  pointer-events: initial;
}
section.crsdtl_tb_sec .container > ul.nav li.nav-item .nav-link:hover {
  padding-left: 50px;
}
section.crsdtl_tb_sec .container > ul.nav li.nav-item .nav-link.active {
  padding-left: 50px;
}
section.crsdtl_tb_sec .tab-content {
  width: calc(100% - 460px);
  position: relative;
}
section.crsdtl_tb_sec .crsdtl_tb_inr {
  padding: 0 0 0 60px;
}
section.crsdtl_tb_sec .crsdtl_tb_inr .cmn_hdng {
  text-align: left;
  margin: 0 0 30px;
}
section.crsdtl_tb_sec .crsdtl_sngl {
  padding: 20px;
  text-align: center;
  width: 75%;
}
section.crsdtl_tb_sec .crsdtl_sngl .crsdtl_sngl_img {
  margin: 0 0 10px;
}
section.crsdtl_tb_sec .crsdtl_sngl p strong {
  line-height: 25px;
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
  font-weight: 600;
}
section.crsdtl_tb_sec .crsdtl_tb_whyaroha .why_aroha_sngl {
  text-align: center;
  margin-bottom: 20px;
}
section.crsdtl_tb_sec .crsdtl_tb_whyaroha .why_aroha_sngl span {
  display: block;
  margin: 0 0 0;
  line-height: 25px;
  font-weight: 600;
}
section.crsdtl_tb_sec .crsdtl_tb_whyaroha .why_aroha_sngl img {
  margin: 0 0 10px;
}
section.crsdtl_tb_sec .crsdtl_tb_whyaroha .witharoha {
  margin: 0 0 25px;
  display: block;
}
section.crsdtl_tb_sec .flexible_convenient {
  max-width: 670px;
  margin: 60px auto 0;
  padding: 0 0 30px;
}
section.crsdtl_tb_sec .flexible_convenient .flexible_convenient_sngl {
  background: #fff;
  padding: 40px 70px;
  text-align: center;
}
section.crsdtl_tb_sec .flexible_convenient .flexible_convenient_sngl img {
  display: block;
  margin: 20px auto;
}
section.crsdtl_tb_sec .flexible_convenient .flexible_convenient_sngl strong {
  font-size: 22px;
}
section.crsdtl_tb_sec .flexible_convenient .swiper-button-prev {
  left: 30px;
}
section.crsdtl_tb_sec .flexible_convenient .swiper-button-next {
  right: 30px;
}
section.crsdtl_tb_sec .crsdtl_tb_courseinfo ul.nav {
  display: flex;
  width: 100%;
}
section.crsdtl_tb_sec .crsdtl_tb_courseinfo ul.nav li.nav-item {
  width: auto;
  margin: 0 15px 0 0;
}
section.crsdtl_tb_sec .crsdtl_tb_courseinfo ul.nav li.nav-item a.nav-link {
  width: 100%;
  font-size: 25px;
}
section.crsdtl_tb_sec .crsdtl_tb_courseinfo ul.nav li.nav-item a.nav-link.active {
  font-size: 25px;
}
section.crsdtl_tb_sec .crsdtl_tb_courseinfo .tab-content {
  width: 100%;
}
section.crsdtl_tb_sec .course_inner_tb {
  margin: 40px 0 0;
}
section.crsdtl_tb_sec .course_inner_tb .course_inner_tb_ttl {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 20px;
}
section.crsdtl_tb_sec .course_inner_tb img {
  width: 100%;
  margin: 20px 0 0;
}

section.course_dtl_package {
  padding: 60px 0 30px;
}
section.course_dtl_package .cmn_hdng {
  margin: 0 0 20px;
}
section.course_dtl_package .swiper {
  padding: 0;
}
section.course_dtl_package .swiper-button-prev {
  left: 11%;
}
section.course_dtl_package .swiper-button-next {
  right: 11%;
}
section.course_dtl_package .course_package_slider .course_pckg_sngl {
  max-width: 600px;
  text-align: center;
  border: 3px solid rgb(103, 116, 128);
  border-radius: 15px;
  padding: 30px 30px 15px;
  margin: auto;
}
section.course_dtl_package .course_package_slider .course_pckg_sngl .cmnbtn {
  margin: 20px 0 0;
  background: #75A9B8;
}
section.course_dtl_package .course_package_slider .course_pckg_sngl .cmnbtn:hover {
  background: rgb(103, 116, 128);
  padding-right: 65px !important;
}
section.course_dtl_package .course_package_slider .course_pckg_sngl .cmnbtn:hover:before {
  font-size: 25px;
  right: 20px;
}

section.top_con_btn {
  background: #fff;
  padding: 60px 0 50px;
}
section.top_con_btn .tp_con_slf .cmn_hdng {
  text-align: left;
  margin: 0 0 10px;
}
section.top_con_btn .tp_con_btn {
  text-align: right;
}

section.campus_sec .swiper {
  padding: 0 0 70px;
}
section.campus_sec img {
  width: 100%;
}

section.contact_map {
  margin: 0 0 50px;
}
section.contact_map iframe {
  height: 400px;
  width: 100%;
}

section.our_services_sec .cmn_hdng {
  text-align: left;
}
section.our_services_sec .our_srvc_tb_inr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.our_services_sec .our_srvc_tb_inr .our_srvc_con {
  width: 62%;
}
section.our_services_sec .our_srvc_tb_inr .our_srvc_con p:last-child {
  margin-bottom: 0;
}
section.our_services_sec .our_srvc_tb_inr .our_srvc_tb_img {
  width: 33%;
}
section.our_services_sec .our_srvc_tb_inr .our_srvc_tb_img img {
  width: 100%;
}

section.our_services_sec {
  background: rgb(238, 245, 247);
  padding: 1px 0 50px;
}
section.our_services_sec .our_srvcs_tabs ul.nav-pills {
  max-width: 600px;
}
section.our_services_sec .our_srvcs_tabs ul.nav-pills li.nav-item {
  margin: 0 15px 0 0;
}
section.our_services_sec .our_srvcs_tabs ul.nav-pills li.nav-item button.nav-link {
  padding: 10px 15px;
  max-width: 250px;
  font-size: 24px;
}
section.our_services_sec .our_srvcs_tabs .our_srvc_con {
  padding-right: 30px;
}

section.why_choose_aroha_sec {
  background: rgb(238, 245, 247);
  padding: 10px 0 60px;
  margin: 30px 0 0;
}
section.why_choose_aroha_sec .why_choose_sldr_sngl {
  text-align: center;
}
section.why_choose_aroha_sec .why_choose_sldr_sngl .why_choose_sldr_img img {
  max-width: 200px;
}
section.why_choose_aroha_sec .why_choose_sldr_sngl strong {
  font-size: 30px;
  margin: 60px 0 15px;
  color: rgb(117, 169, 184);
  display: block;
}
section.why_choose_aroha_sec .why_choose_slider {
  padding: 0;
}
section.why_choose_aroha_sec .why_choose_img {
  padding-right: 30px;
}
section.why_choose_aroha_sec .why_choose_img img {
  width: 100%;
}

section.group_booking_tp_consec .group_booking_sngl {
  background: rgb(234, 242, 244);
  padding: 35px;
  border-radius: 15px;
  height: 100%;
}
section.group_booking_tp_consec .group_booking_sngl .cmn_hdng {
  font-size: 30px;
  color: rgb(29, 29, 29);
  text-align: left;
  line-height: 40px;
  margin: 30px 0 20px;
}
section.group_booking_tp_consec blockquote {
  background: #e4ecef;
  padding: 15px;
  border: 2px solid #75a9b8;
}
section.group_booking_tp_consec blockquote p:last-child {
  margin-bottom: 0;
}

section.phone_booking_sec {
  background: url("./assets/images/atarohabg.png") no-repeat;
  background-size: cover;
  padding: 70px 0 40px;
  margin: 10px 0 0;
  background-position: top;
}
section.phone_booking_sec .cmn_hdng {
  text-align: left;
  color: rgb(103, 116, 128);
  margin: 0 0 10px;
}
section.phone_booking_sec .reschedule_mail_rt p a {
  color: #75A9B8;
  font-weight: 600;
}

body.page-template-templatesgroup_booking-php section.client_logo_sec {
  background: transparent;
  padding: 60px 0;
}

section.employemnet_service_section .employement_service_sngl {
  text-align: center;
  padding: 20px;
}
section.employemnet_service_section .employement_service_sngl .employement_srvc_img {
  margin: 0 0 30px;
}
section.employemnet_service_section .employement_service_sngl .employement_srvc_img img {
  max-width: 150px;
  margin: auto;
}
section.employemnet_service_section .employement_service_sngl .employement_srvc_con strong {
  font-size: 25px;
  display: block;
  margin: 0 0 10px;
}
section.employemnet_service_section p {
  text-align: center;
}

section.qualification_sec {
  padding: 30px 0;
}
section.qualification_sec .cmn_hdng {
  text-align: left;
  margin: 0 0 25px;
}
section.qualification_sec .cmnbtnblue {
  margin: 30px 0 0;
}

section.how_we_work_sec {
  padding: 60px 0 0;
}
section.how_we_work_sec:after {
  display: none;
}
section.how_we_work_sec .cmn_hdng {
  text-align: left;
  margin: 0 0 35px;
}
section.how_we_work_sec .how_we_work_bxs {
  margin: 70px 0 0;
}
section.how_we_work_sec .how_we_work_bxs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.how_we_work_sec .how_we_work_bxs ul li {
  margin: 0 0 130px;
}
section.how_we_work_sec .how_we_work_bxs ul li .how_wework_sngl {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgb(103, 116, 128);
  border-radius: 15px;
  padding: 30px;
  position: relative;
  transition: all 0.4s;
  background: #fff;
}
section.how_we_work_sec .how_we_work_bxs ul li .how_wework_sngl .how_wework_lft {
  width: 65%;
  padding-right: 120px;
}
section.how_we_work_sec .how_we_work_bxs ul li .how_wework_sngl .how_wework_lft .cmn_hdng {
  text-align: left;
  font-size: 40px;
  margin: 0 0 15px;
}
section.how_we_work_sec .how_we_work_bxs ul li .how_wework_sngl .how_wework_rt {
  width: 35%;
}
section.how_we_work_sec .how_we_work_bxs ul li .how_wework_sngl:after {
  content: "";
  position: absolute;
  height: 90px;
  width: 100px;
  bottom: -113px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("./assets/images/arrow.png") no-repeat;
}
section.how_we_work_sec .how_we_work_bxs ul li:last-child .how_wework_sngl:after {
  display: none;
}

section.aroha_journey_tpcon {
  padding: 1px 0 10px;
  position: relative;
}
section.aroha_journey_tpcon .contentbox em {
  font-size: 20px;
  color: #75A9B8;
  font-weight: 500;
  margin: 20px 0 0;
  display: block;
}
section.aroha_journey_tpcon .aroha_jrny_otr_tb {
  position: relative;
  margin: 70px 0 0;
}
section.aroha_journey_tpcon .aroha_jrny_otr_tb > ul.nav.nav-pills {
  justify-content: center;
  margin-bottom: 150px;
}
section.aroha_journey_tpcon .aroha_jrny_otr_tb > ul.nav.nav-pills li.nav-item {
  margin: 0 20px;
}
section.aroha_journey_tpcon .aroha_jrny_otr_tb > ul.nav.nav-pills li.nav-item .nav-link.active {
  background: rgb(103, 116, 128);
  border-radius: 50px;
}
section.aroha_journey_tpcon .aroha_jrny_otr_tb > ul.nav.nav-pills li.nav-item .nav-link.active img {
  filter: brightness(10);
}
section.aroha_journey_tpcon .aroha_jrny_otr_tb > ul.nav.nav-pills li.nav-item .nav-link.active:hover {
  background: rgb(103, 116, 128);
}
section.aroha_journey_tpcon .aroha_jrny_otr_tb > ul.nav.nav-pills li.nav-item .nav-link {
  font-family: "Playfair Display";
  font-size: 20px;
  border: none;
  padding: 12px 30px;
  background: #e9e9e9;
  display: flex;
  align-items: center;
}
section.aroha_journey_tpcon .aroha_jrny_otr_tb > ul.nav.nav-pills li.nav-item .nav-link img {
  max-height: 30px;
  margin: 0 8px 0 0;
}
section.aroha_journey_tpcon .aroha_jrny_otr_tb > ul.nav.nav-pills li.nav-item .nav-link:hover {
  background: #e4eef1;
}
section.aroha_journey_tpcon .aroha_jrny_otr_tb .tab-content > .tab-pane {
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.7s;
  top: 0;
  left: 0;
  display: inline-block;
  position: absolute;
  pointer-events: none;
  overflow: hidden;
}
section.aroha_journey_tpcon .aroha_jrny_otr_tb .tab-content {
  position: relative;
}
section.aroha_journey_tpcon .aroha_jrny_otr_tb .tab-content .tab-pane.active {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
  position: initial;
  pointer-events: initial;
}
section.aroha_journey_tpcon .aroha_jrny_otr_tb .aroha_jrny_inrtb_slf {
  display: flex;
  align-items: flex-start;
}
section.aroha_journey_tpcon .aroha_jrny_otr_tb .aroha_jrny_inrtb_slf ul.nav {
  width: 450px;
  display: flex;
}
section.aroha_journey_tpcon .aroha_jrny_otr_tb .aroha_jrny_inrtb_slf ul.nav li.nav-item {
  width: 100%;
  margin: 0;
  margin-bottom: 7px;
}
section.aroha_journey_tpcon .aroha_jrny_otr_tb .aroha_jrny_inrtb_slf ul.nav li.nav-item .nav-link {
  width: 80%;
  font-size: 25px;
  transition: all 0.4s;
  font-family: "Playfair Display";
  text-align: left;
  border-color: transparent;
}
section.aroha_journey_tpcon .aroha_jrny_otr_tb .aroha_jrny_inrtb_slf ul.nav li.nav-item .nav-link:hover {
  background: rgb(148, 157, 166);
  color: #fff;
  border-color: rgb(148, 157, 166);
  width: 90%;
  padding-left: 50px;
}
section.aroha_journey_tpcon .aroha_jrny_otr_tb .aroha_jrny_inrtb_slf ul.nav li.nav-item .nav-link.active {
  width: 100%;
  font-size: 38px;
  padding-left: 50px;
}
section.aroha_journey_tpcon .aroha_jrny_otr_tb .aroha_jrny_inrtb_slf .tab-content {
  width: calc(100% - 450px);
  padding-left: 20px;
}
section.aroha_journey_tpcon .aroha_jrny_otr_tb .aroha_jrny_inr_tb .bnr_imb_inr_tb {
  margin-bottom: 60px;
}
section.aroha_journey_tpcon:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 500px;
  bottom: 0;
  background: #e6f0f2;
  z-index: -1;
}

section.why_choose_aroha_staff {
  background: #e6f0f2;
  padding: 1px 0 40px;
}
section.why_choose_aroha_staff p {
  text-align: center;
}
section.why_choose_aroha_staff ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
section.why_choose_aroha_staff ul li {
  width: 20%;
}
section.why_choose_aroha_staff ul li .why_staff_sngl {
  text-align: center;
  margin: 0 0 10px;
  padding: 20px;
}
section.why_choose_aroha_staff ul li .why_staff_sngl .why_staff_sngl_img {
  height: 120px;
  width: 120px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.why_choose_aroha_staff ul li .why_staff_sngl strong {
  font-size: 22px;
  display: block;
  width: 100%;
  line-height: 28px;
}
section.why_choose_aroha_staff .why_chs_btns {
  text-align: center;
}
section.why_choose_aroha_staff .why_chs_btns a {
  margin: 0 10px;
}

section.service_area_sec {
  padding: 80px 0 60px;
}
section.service_area_sec .service_area_con {
  text-align: left;
}
section.service_area_sec .service_area_con .cmn_hdng {
  text-align: left;
  margin: 0 0 20px;
}
section.service_area_sec .service_area_con ul {
  padding-left: 20px;
}
section.service_area_sec .service_area_con .service_areas_btns {
  margin: 30px 0 0;
}
section.service_area_sec .service_area_con .service_areas_btns a {
  margin: 0 15px 0 0;
}

section.provide_following_staff_sec {
  background: #e6f0f2;
  padding: 20px 0 30px;
}
section.provide_following_staff_sec p {
  text-align: center;
}
section.provide_following_staff_sec .provide_staff_inr {
  margin: 60px 0 0;
}
section.provide_following_staff_sec .provide_staff_sngl {
  text-align: center;
  margin: 0 0 50px;
  padding: 30px;
  transition: all 0.4s;
}
section.provide_following_staff_sec .provide_staff_sngl strong {
  color: rgb(103, 116, 128);
  font-size: 20px;
}
section.provide_following_staff_sec .provide_staff_sngl .provide_staff_img {
  height: 100px;
  width: 100px;
  margin: 0 auto 20px;
}
section.provide_following_staff_sec .provide_staff_sngl .provide_staff_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.provide_following_staff_sec .provide_staff_sngl:hover {
  background: #d9eaee;
  border-radius: 50px;
}

section.current_opportunity_sec {
  padding: 20px 0 60px;
}
section.current_opportunity_sec .current_oprtnty_otr {
  max-width: 85%;
  margin: auto;
}
section.current_opportunity_sec .oprtnty_form form {
  display: flex;
  justify-content: center;
}
section.current_opportunity_sec .oprtnty_form form .form-group {
  margin: 0 10px;
  width: 47%;
}
section.current_opportunity_sec .oprtnty_form form .bnr_sbmt_btn {
  background: #75A9B8;
  height: 50px;
  width: 50px;
  border-radius: 100px;
  border: none;
  font-size: 26px;
  color: #fff;
  flex-shrink: 0;
  transition: all 0.4s;
}
section.current_opportunity_sec .oprtnty_form .oportnty_reslts {
  margin: 50px 0 0;
}
section.current_opportunity_sec .oprtnty_form .oportnty_reslts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.current_opportunity_sec .oprtnty_form .oportnty_reslts ul li .oprtnty_rslt_sngl {
  padding: 20px 20px 10px;
  border: 2px solid rgb(171, 207, 216);
  border-radius: 20px;
  margin: 0 0 30px;
  transition: all 0.4s;
}
section.current_opportunity_sec .oprtnty_form .oportnty_reslts ul li .oprtnty_rslt_sngl .oprtnty_rslt_ttl {
  font-size: 35px;
  display: block;
  margin: 0 0 10px;
  color: rgb(117, 169, 184);
  font-family: "Playfair Display";
}
section.current_opportunity_sec .oprtnty_form .oportnty_reslts ul li .oprtnty_rslt_sngl:hover {
  background: #eafbff;
}

section.course_btm_sec {
  padding: 50px 0 0;
}

.formpopup button.btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
}
.formpopup .modal-content {
  background: transparent;
  border: none;
}
.formpopup .modal-body {
  padding: 0;
}
.formpopup section.enquiry_sec {
  padding: 0;
}
.formpopup section.enquiry_sec .container {
  padding: 0;
}
.formpopup section.enquiry_sec .enquiry_now_otr .enqry_img {
  width: 250px;
  max-width: initial;
  border-radius: 20px 0px 0px 20px;
}
.formpopup section.enquiry_sec .enquiry_now_otr .enqry_form {
  width: calc(100% - 130px);
  max-width: initial;
  padding: 20px 20px 30px 140px;
  background: #fff;
}
.formpopup section.enquiry_sec .enquiry_now_otr .enqry_form label.error {
  font-size: 11px;
  margin: 0;
}

section.course_bnr_sldr {
  padding: 0;
}
section.course_bnr_sldr img {
  width: 100%;
}
section.course_bnr_sldr .swiper-pagination-clickable {
  position: absolute;
  z-index: 10;
}

section.policy_tbngs {
  padding: 70px 0 50px;
}
section.policy_tbngs .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
section.policy_tbngs ul.nav {
  position: initial;
  margin: 0;
  width: 460px;
}
section.policy_tbngs .tab-content {
  width: calc(100% - 460px);
  padding-left: 30px;
  position: relative;
}
section.policy_tbngs .tab-content .tab-pane {
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.7s;
  left: 0;
  display: inline-block;
  position: absolute;
  pointer-events: none;
}
section.policy_tbngs .tab-content .tab-pane.active {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
  position: initial;
  pointer-events: initial;
}
section.policy_tbngs .swiper .swiper-button-prev {
  left: 50px;
}
section.policy_tbngs .swiper-navigation {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
section.policy_tbngs .policy_tab_inr {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
section.policy_tbngs .policy_tb_slider {
  max-width: 80%;
  margin: auto;
  padding: 0;
}
section.policy_tbngs .policy_tb_slider .policy_sngl {
  padding: 30px;
  border: 1px solid #75A9B8;
  border-radius: 20px;
  text-align: center;
  min-height: 480px;
}
section.policy_tbngs .policy_tb_slider .policy_sngl strong {
  color: #75A9B8;
  font-family: "Playfair Display";
  font-weight: bold;
  font-size: 30px;
  display: block;
  margin: 0 0 10px;
}
section.policy_tbngs .policy_tb_slider .policy_sngl .cmnbtnblue {
  margin: 30px 0 0;
}
section.policy_tbngs .policy_tb_slider .policy_sngl .recruitment_btn {
  padding: 14px 40px;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  border-radius: 45px;
  color: #fff;
  transition: all 0.4s;
  display: inline-block;
  position: relative;
  border: 1px solid #75A9B8;
  background: rgb(117, 169, 184);
  margin: 15px 0 0;
  font-weight: 700;
}
section.policy_tbngs .policy_tb_slider .policy_sngl .recruitment_btn:hover {
  padding-right: 55px !important;
  text-indent: -10px;
}
section.policy_tbngs .policy_tb_slider .policy_sngl .recruitment_btn:hover:before {
  right: 15px;
  text-indent: 0px;
}
section.policy_tbngs .policy_tb_slider .policy_sngl .recruitment_btn:before {
  content: "\f138";
  font-family: bootstrap-icons;
  font-weight: 600;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: -30px;
  width: 30px;
  height: 100%;
  border-radius: 0px 6px 6px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
}

section.acccrediation_sec {
  margin-top: 160px;
  background: #e6f0f2;
  padding: 50px 0 30px;
  border-radius: 300px 300px 0 0;
}
section.acccrediation_sec .cmn_hdng {
  text-align: left;
  margin: 0 0 30px;
}
section.acccrediation_sec .accrediation_lft_con {
  padding-right: 200px;
}
section.acccrediation_sec .accrediation_img img {
  max-width: 550px;
  margin: auto;
}

section.partner_sec .partner_sldr_inr {
  max-width: 80%;
  margin: 50px auto 70px;
  padding: 0 50px;
  position: relative;
}
section.partner_sec .partner_sldr_inr .partner_slider {
  padding: 0;
}
section.partner_sec .partner_sldr_inr .partner_sngl {
  text-align: center;
}
section.partner_sec .partner_sldr_inr .partner_sngl img {
  max-width: 150px;
}
section.partner_sec .partner_sldr_inr .swiper-button-prev {
  left: -30px;
}
section.partner_sec .partner_sldr_inr .swiper-button-next {
  right: -30px;
}

section.industry_partner_sec {
  background: #e6f0f2;
  border-radius: 300px 300px 0 0;
  padding: 20px 0 30px;
}
section.industry_partner_sec .text-center {
  margin-bottom: 70px;
}
section.industry_partner_sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
section.industry_partner_sec ul li {
  width: 50%;
}
section.industry_partner_sec ul li strong {
  color: #75A9B8;
  font-size: 30px;
  font-family: "Playfair Display";
  margin: 0 0 10px;
  display: inline-block;
}
section.industry_partner_sec ul li:nth-child(odd) {
  padding: 0 15px 0 0;
}
section.industry_partner_sec ul li:nth-child(even) {
  padding: 0 0 0 15px;
}

section.domestic_stdnt_bnr {
  margin: 150px 0 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
section.domestic_stdnt_bnr .domestic_stdnt_con .cmn_hdng {
  text-align: left;
}
section.domestic_stdnt_bnr .domestic_stdnt_con a {
  margin-right: 10px;
}
section.domestic_stdnt_bnr .domestic_stdnt_con .domestci_stdnt_btns a.active {
  background: #677480;
}

.domstc_mn_con {
  padding: 0 30px 0 0;
  width: calc(100% - 500px);
}
.domstc_mn_con .intro_slf_inr {
  text-align: left;
}
.domstc_mn_con .intro_slf_inr .cmn_hdng {
  text-align: left;
  margin-top: 0;
}

.why_choose_aroha_college .why_aroha_college_inr .cmn_hdng {
  text-align: left;
}
.why_choose_aroha_college .why_aroha_college_inr ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 70px 0 0;
}
.why_choose_aroha_college .why_aroha_college_inr ul li {
  margin: 0 40px 0 0;
  text-align: center;
}
.why_choose_aroha_college .why_aroha_college_inr ul li .why_aroha_clg_img {
  height: 90px;
  width: 90px;
  margin: auto;
}
.why_choose_aroha_college .why_aroha_college_inr ul li span {
  display: block;
  width: 100%;
  margin: 18px 0 0;
}
.why_choose_aroha_college .why_aroha_college_inr ul li:before {
  display: none;
}
.why_choose_aroha_college .why_aroha_college_inr .why_aroha_clg_acrdn {
  margin: 50px 0 0;
}

.rt_crs_bx {
  background: #fff;
  padding: 25px;
  border: 2px solid rgb(117, 169, 184);
  border-radius: 10px;
  width: 500px;
  transition: all 0.4s;
}
.rt_crs_bx .rt_crs_bx_con {
  margin: 30px 0 0;
}
.rt_crs_bx .rt_crs_bx_con ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rt_crs_bx .rt_crs_bx_con ul li {
  margin-bottom: 10px;
}
.rt_crs_bx .rt_crs_bx_con ul li:before {
  display: none;
}
.rt_crs_bx .rt_crs_bx_con .cmnbtnblue {
  width: 80%;
  margin: 0 auto 30px;
  display: block;
}
.rt_crs_bx .rt_crs_bx_con .cmn_hdng {
  font-size: 24px;
  line-height: 30px;
  margin: 20px 0 30px;
}
.rt_crs_bx .rt_crs_bx_con .cmn_hdng p a:hover {
  color: #000;
}
.rt_crs_bx .rt_crs_bx_con ul.rt_crs_bx_icns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0 0;
}
.rt_crs_bx .rt_crs_bx_con ul.rt_crs_bx_icns li {
  width: 150px;
  height: 150px;
  margin: 0 15px;
  border-radius: 100px;
  display: flex;
  align-items: center;
}

.domstc_mn_con_bx {
  padding: 50px 0 40px;
  background: #eff5f7;
}
.domstc_mn_con_bx .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.domstc_mn_con_bx .accordion .accordion-item {
  border-color: #fff;
  background: #fff;
  border-radius: 15px;
}
.domstc_mn_con_bx .accordion .accordion-item .accordion-button {
  font-family: "Playfair Display";
}
.domstc_mn_con_bx .accordion .accordion-item .accordion-button:after {
  margin: 0 5px 0 auto;
}
.domstc_mn_con_bx .accordion .accordion-item .accordion-button.collapsed {
  color: #75A9B8;
  font-weight: 600;
}
.domstc_mn_con_bx .accordion .accordion-item .accordion-button.collapsed:after {
  content: "\f282";
  font-size: 18px;
}
.domstc_mn_con_bx .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #75A9B8;
}
.domstc_mn_con_bx .accordion .accordion-item .accordion-button:not(.collapsed):after {
  content: "\f286";
  font-size: 18px;
  transform: rotate(0deg) translateX(0px);
}
.domstc_mn_con_bx .accordion .accordion-item .accordion-collapse p {
  color: #000;
}
.domstc_mn_con_bx .accordion .accordion-item:has(.accordion-header button.collapsed) {
  background: #ffffff;
}

section.covid_tp_con {
  text-align: left;
  padding: 15px 0 10px;
}
section.covid_tp_con div.cmn_hdng {
  text-align: left;
  margin: 30px 0 20px;
}

section.health_advise_sec {
  background: #eff5f7;
  padding: 100px 0 50px;
  border-radius: 200px 200px 0 0;
}
section.health_advise_sec .cmn_hdng {
  text-align: left;
  margin-top: 0;
}

section.student_resources_tab .tab-content {
  padding: 0;
  width: calc(100% - 480px);
}
section.student_resources_tab ul.nav {
  width: 480px;
}
section.student_resources_tab .stdnt_rsrc_tb_con {
  padding-left: 150px;
}
section.student_resources_tab .stdnt_rsrc_tb_con ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.student_resources_tab .stdnt_rsrc_tb_con ul li a {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
section.student_resources_tab .stdnt_rsrc_tb_con ul li a .stdnt_rsrc_img {
  width: 70px;
}
section.student_resources_tab .stdnt_rsrc_tb_con ul li a .stdnt_rsrc_con {
  width: calc(100% - 70px);
  font-weight: 500;
  text-decoration: underline;
}

.inr_bnr_con_inr {
  max-width: 700px;
}
.inr_bnr_con_inr .cmn_hdng {
  margin: 0 0 15px;
}

section.internation_stndnts_lnks {
  background: #75A9B8;
  padding: 23px 0 15px;
}
section.internation_stndnts_lnks ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
}
section.internation_stndnts_lnks ul li {
  margin: 0 10px;
}
section.internation_stndnts_lnks ul li a {
  font-family: "Playfair Display";
}

section.international_stdnts_frst_con {
  padding: 40px 0 20px;
}
section.international_stdnts_frst_con .cmn_hdng {
  text-align: left;
  margin: 10px 0 20px;
}

section.international_stdnt_tab ul.nav {
  width: 550px;
}
section.international_stdnt_tab .tab-content {
  width: calc(100% - 550px);
  padding: 0;
}
section.international_stdnt_tab .tab-content .cmn_hdng {
  margin: 0 0 30px;
  text-align: left;
}
section.international_stdnt_tab .tab-content .international_stdnts_tab_inr {
  padding-left: 70px;
}

section.why_choose_sec_rto.why_choose_sec {
  padding: 20px 0 30px;
  margin: 0;
}

section.related_courses_international.related_courses {
  margin-bottom: 0 !important;
  padding: 20px 0 40px !important;
}
section.related_courses_international.related_courses .our_courses_sngl {
  margin-bottom: 80px;
}
section.related_courses_international.related_courses .our_courses_btn {
  margin-top: -20px;
}

.agent_hub_tb .cmn_hdng {
  margin: 0 0 30px;
}
.agent_hub_tb ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: auto;
  justify-content: center;
}
.agent_hub_tb ul li {
  width: 33.33%;
  padding: 0 10px;
  text-align: center;
}
.agent_hub_tb ul li a {
  padding: 30px;
  border: 1px solid rgb(117, 169, 184);
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 20px;
}
.agent_hub_tb ul li a img {
  max-width: 90px;
}

section.hideleftsidebar .agent_hub_tb ul li {
  width: 20%;
}

section.find_agents_sec {
  text-align: center;
  background: #eff5f7;
  padding: 10px 0 40px;
  border-radius: 200px 200px 0 0;
  margin: 40px 0 0;
}
body.page-template-domestic_student section.related_courses {
  margin-bottom: 0px !important;
  padding: 30px 0 40px !important;
}

section.stdyng_aroha_clg_sec {
  padding: 50px 0 0;
}
section.stdyng_aroha_clg_sec .cmn_hdng {
  text-align: left;
}
section.stdyng_aroha_clg_sec .cmnbtn {
  padding: 10px 20px;
  font-size: 14px;
}

section.our_brands_sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.our_brands_sec ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 40px;
}
section.our_brands_sec ul li .brnds_lgo {
  width: 140px;
}
section.our_brands_sec ul li .brnds_txt {
  width: calc(100% - 140px);
  padding-left: 30px;
}
section.our_brands_sec ul li .brnds_txt p:last-child {
  margin: 0;
}

section.our_indstry_prtnrs_sec ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
section.our_indstry_prtnrs_sec ul li {
  width: 20%;
  margin: 0;
}
section.our_indstry_prtnrs_sec ul li .indstry_prtnr_img {
  text-align: center;
  height: 100px;
  width: 170px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.our_indstry_prtnrs_sec ul li .indstry_prtnr_img img {
  height: 100%;
  width: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

section.our_indstry_prtnrs_sec {
  background: #EDF2F2;
  padding: 1px 0 30px;
}

section.about_us_con_rto {
  margin: 40px 0 0;
}

section.rto_aroha_btm_pglnks {
  background: #eff5f7;
  padding: 50px 0 35px;
  margin: 30px 0 0;
}
section.rto_aroha_btm_pglnks ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
section.rto_aroha_btm_pglnks ul li {
  flex: 1;
}
section.rto_aroha_btm_pglnks ul li a {
  border: 1px solid #6D6D6D;
  border-right: none;
  height: 160px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #75A9B8;
  padding: 10px;
}
section.rto_aroha_btm_pglnks ul li a strong {
  text-align: center;
  line-height: 20px;
}
section.rto_aroha_btm_pglnks ul li a .rto_lnk_img {
  margin-bottom: 20px;
}
section.rto_aroha_btm_pglnks ul li a:hover {
  color: #344871;
}
section.rto_aroha_btm_pglnks ul li:last-child {
  border-right: 1px solid #6D6D6D;
}

section.rto_aroha_btm_pglnks_stdnts {
  margin: 0;
  padding: 1px 0 35px;
}

section.quality_assrnc_sec {
  padding: 30px 0 0;
}
section.quality_assrnc_sec .container > .cmn_hdng {
  margin-top: 0;
}
section.quality_assrnc_sec .quality_assrnc_con .cmn_hdng {
  text-align: left;
  margin: 0px 0 20px;
}
section.quality_assrnc_sec .quality_assrnc_con ol, section.quality_assrnc_sec .quality_assrnc_con ul {
  padding: 0 0 0 15px;
}
section.quality_assrnc_sec .quality_assrnc_con .middlebuttons {
  margin: 20px 0 20px;
}
section.quality_assrnc_sec .quality_assrnc_con .middlebuttons a {
  margin: 0 10px 0 0;
}
section.quality_assrnc_sec .quality_assrnc_con .pdfbuttonlinks {
  margin: 30px 0 0;
}
section.quality_assrnc_sec .quality_assrnc_con .pdfbuttonlinks ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
section.quality_assrnc_sec .quality_assrnc_con .pdfbuttonlinks ul li {
  padding: 0 10px;
  text-align: center;
  width: 33.33%;
}
section.quality_assrnc_sec .quality_assrnc_con .pdfbuttonlinks ul li .agnt_hub_dwnld_sngl {
  padding: 15px;
  border: 1px solid #75A9B8;
}
section.quality_assrnc_sec .quality_assrnc_con .pdfbuttonlinks ul li .agnt_hub_dwnld_sngl a.agnt_hub_dwnld_ttl {
  font-size: 18px;
  color: #000;
  display: block;
  margin: 15px 0;
  min-height: 60px;
  padding: 0;
  border: none;
  font-weight: normal;
}
section.quality_assrnc_sec .quality_assrnc_con .pdfbuttonlinks ul li .agnt_hub_dwnld_sngl a.agnt_hub_dwnld_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 20px;
  background: #75A9B8;
  color: #fff;
  margin: 0;
  border: 1px solid rgb(117, 169, 184);
  border-radius: 10px;
}
section.quality_assrnc_sec .quality_assrnc_con .pdfbuttonlinks ul li .agnt_hub_dwnld_sngl a.agnt_hub_dwnld_btn:hover {
  background: #677480;
}
section.quality_assrnc_sec .quality_assrnc_img_btn {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.quality_assrnc_sec .quality_assrnc_img_btn a {
  margin: 0 0 20px;
}
section.quality_assrnc_sec .quality_assrnc_img_btn a span {
  background: #fff;
  color: #75A9B8;
  height: 25px;
  width: 25px;
  font-size: 14px;
  border-radius: 100px;
  display: inline-block;
  line-height: 26px;
  text-indent: 0%;
}
section.quality_assrnc_sec .quality_assrnc_img {
  margin: 10px 0 0;
}
section.quality_assrnc_sec .cm_rto_tmplt_rtimgbtn {
  position: sticky;
  top: 180px;
}

section.professional_mmbrshp_sec ol, section.professional_mmbrshp_sec ul {
  padding: 0 0 0 15px;
}

section.professional_mmbrshp_sec .professional_mmbrshp_con .profsnl_mmbrshp_logos {
  max-width: 90%;
  margin: 50px auto 0;
}
section.professional_mmbrshp_sec .professional_mmbrshp_con .profsnl_mmbrshp_logos ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
section.professional_mmbrshp_sec .professional_mmbrshp_con .profsnl_mmbrshp_logos ul li {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 20px;
}
section.professional_mmbrshp_sec .professional_mmbrshp_con a {
  text-decoration: underline;
}
section.professional_mmbrshp_sec .prfsnl_mmbrshp_sngl {
  display: flex;
  flex-wrap: wrap;
}
section.professional_mmbrshp_sec .prfsnl_mmbrshp_sngl .prfsnl_mmbrshp_img {
  width: 150px;
}
section.professional_mmbrshp_sec .prfsnl_mmbrshp_sngl .prfsl_mmbrshp_txt {
  width: calc(100% - 150px);
  padding-left: 15px;
  font-weight: 500;
  color: #5c7880;
}

section.rto_internation_stndnts_lnks {
  padding: 45px 0 0;
}
section.rto_internation_stndnts_lnks ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
section.rto_internation_stndnts_lnks ul li {
  margin: 0 15px 0 0;
}

section.rto_international_stdnts_frst_con {
  padding: 25px 0 20px;
}

section.blog_sec_inner .blog_sngl {
  margin-bottom: 30px;
}

section.blog_dtl_sec {
  text-align: left;
}
section.blog_dtl_sec .cmn_hdng {
  text-align: left;
  margin: 30px 0 20px;
}
section.blog_dtl_sec .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
section.blog_dtl_sec .blog_dtl_con {
  width: calc(100% - 525px);
}
section.blog_dtl_sec .blog_dtl_sdbr.course_sidebar {
  width: 525px;
  position: sticky;
  top: 115px;
  padding-right: 20px;
}
section.blog_dtl_sec .blog_dtl_sdbr.course_sidebar ul.nav {
  width: 100%;
  position: initial;
}
section.blog_dtl_sec img {
  margin: 20px 0 20px;
  width: 100%;
}
section.blog_dtl_sec .commonbox {
  scroll-margin-top: 170px;
}

body.page-template-domestic_international_student section.related_courses {
  margin-bottom: 0px !important;
  padding-bottom: 50px !important;
}

.internationalcontent section.course_dtl_pnts {
  background: #fff;
}

body.page-template-templatesterms_condition-php section.agent_hub_tab_sec .agent_hub_tb h1, body.page-template-templatesterms_condition-php section.agent_hub_tab_sec .agent_hub_tb h2, body.page-template-templatesterms_condition-php section.agent_hub_tab_sec .agent_hub_tb h3, body.page-template-templatesterms_condition-php section.agent_hub_tab_sec .agent_hub_tb h4, body.page-template-templatesterms_condition-php section.agent_hub_tab_sec .agent_hub_tb h5 {
  font-family: "Playfair Display";
  color: #75A9B8;
  margin: 0 0 20px;
}
body.page-template-templatesterms_condition-php section.agent_hub_tab_sec .agent_hub_tb h2 {
  font-size: 30px;
}

body.page-template-templatesagent_hub-php section.agent_hub_tab_sec {
  padding: 0 0 30px;
}

section.agent_hub_tab_sec .agnt_hub_dwnld_sngl {
  padding: 15px;
  border: 1px solid #75A9B8;
}
section.agent_hub_tab_sec .agnt_hub_dwnld_sngl a.agnt_hub_dwnld_ttl {
  font-size: 18px;
  color: #000;
  display: block;
  margin: 15px 0;
  min-height: 60px;
  padding: 0;
  border: none;
  font-weight: normal;
}
section.agent_hub_tab_sec .agnt_hub_dwnld_sngl a.agnt_hub_dwnld_ttl:hover {
  color: #677480;
}
section.agent_hub_tab_sec .agnt_hub_dwnld_sngl a.agnt_hub_dwnld_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 20px;
  background: #75A9B8;
  color: #fff;
  margin: 0;
}
section.agent_hub_tab_sec .agnt_hub_dwnld_sngl a.agnt_hub_dwnld_btn:hover {
  background: #677480;
}
section.agent_hub_tab_sec .gallery_sldr {
  padding: 0;
}
section.agent_hub_tab_sec .gallery_sldr .swiper-button-prev {
  left: 0;
}
section.agent_hub_tab_sec .gallery_sldr .swiper-button-next {
  right: 0;
}
section.agent_hub_tab_sec .gallery_sldr .swiper-button-prev, section.agent_hub_tab_sec .gallery_sldr .swiper-button-next {
  height: 30px;
  width: 30px;
  background: #75A9B8;
  color: white;
  font-size: 20px;
}
section.agent_hub_tab_sec .agnt_hub_glry ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
section.agent_hub_tab_sec .agnt_hub_glry ul li {
  width: 33.33%;
  padding: 7px;
  margin: 0;
}
section.agent_hub_tab_sec .agnt_hub_glry ul li figure {
  margin: 0;
}

section.hideleftsidebar ul.nav {
  display: none;
}
section.hideleftsidebar .tab-content {
  width: 100%;
  padding: 0;
}

section.why_aroha_new_sec {
  padding: 250px 0 50px;
  margin: -190px 0 0;
}
section.why_aroha_new_sec .why_aroha_new_inr ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  justify-content: center;
}
section.why_aroha_new_sec .why_aroha_new_inr ul li {
  width: 50%;
  margin: 0;
}
section.why_aroha_new_sec .why_aroha_new_inr ul li:nth-child(even) .why_aroha_new_sngl {
  border: none;
}
section.why_aroha_new_sec .why_aroha_new_inr ul li .why_aroha_new_sngl {
  padding: 20px;
  margin: 0;
  transition: all 0.4s;
  border-right: 1px solid #dfdfdf;
  margin-bottom: 30px;
}
section.why_aroha_new_sec .why_aroha_new_inr ul li .why_aroha_new_sngl strong {
  font-size: 20px;
  margin: 0 0 10px;
  display: block;
  color: #75A9B8;
}

section.our_brands_sec {
  background: #eaeff1;
  padding: 1px 0 50px;
}
section.our_brands_sec ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 70px 0 0;
}
section.our_brands_sec ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 30px;
}
section.our_brands_sec ul li a {
  text-align: center;
  display: block;
}
section.our_brands_sec ul li a .brand_logo_slf {
  min-height: 70px;
}
section.our_brands_sec ul li a .brand_logo_slf img {
  max-width: 220px;
  max-height: 70px;
}
section.our_brands_sec ul li a strong {
  display: block;
  margin: 30px 0 0;
}

body.page-id-2775 section.quality_assrnc_sec .quality_assrnc_img img {
  max-width: 50%;
  display: block;
  margin: auto;
}

.inr_page_bnr.in_bnr_con_mobile {
  display: none;
}

.banner_slider.home_mobile_banner {
  display: none;
}

.course_bnr_sldr_mobile.course_bnr_sldr {
  display: none;
}

section.course_dtl_bnr_new {
  position: relative;
  margin: 150px 0 0;
}
section.course_dtl_bnr_new img {
  width: 100%;
}
section.course_dtl_bnr_new .container {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
section.course_dtl_bnr_new .container .course_dtl_bnr_btns {
  margin-bottom: 30px;
}
section.course_dtl_bnr_new .container .course_dtl_bnr_btns .cmnbtnblue {
  margin: 0 15px 0 0;
}

section.domestic_stdnt_bnr_new {
  position: relative;
  margin: 150px 0 0;
}
section.domestic_stdnt_bnr_new img {
  width: 100%;
}
section.domestic_stdnt_bnr_new .container {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
section.domestic_stdnt_bnr_new .container .domestci_stdnt_btns {
  margin-bottom: 30px;
}
section.domestic_stdnt_bnr_new .container .domestci_stdnt_btns .cmnbtnblue {
  margin: 0 15px 0 0;
}
section.domestic_stdnt_bnr_new .container .domestci_stdnt_btns .cmnbtnblue.active {
  background: #677480;
  border-color: #677480;
}

@media (min-width: 992px) {
  header.main_header {
    z-index: 100;
    position: fixed;
    top: 0;
    width: 100%;
    top: 0;
    box-shadow: 1px 1px 21px -30px;
    transition: all 0.4s;
  }
  header.main_header .dropdown-menu > li:hover {
    background-color: transparent;
  }
  header.main_header .dropdown-toggle::after {
    content: "\f285";
    font-family: "bootstrap-icons";
    left: 0;
    font-size: 13px;
    vertical-align: middle;
    margin: 0 6px 0 0;
    border: none;
    transform: rotate(90deg);
  }
  header.main_header .navbar-light .nav-link.show {
    background: transparent;
  }
  header.main_header .navbar-expand-lg {
    justify-content: space-between;
    width: 100%;
  }
  header.main_header .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  header.main_header .container .hdr_mnu_rt {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  header.main_header .container .hdr_mnu_rt ul.cd-dropdown-content {
    list-style: none;
    padding: 10px 0;
    display: flex;
    margin: 0;
    align-items: center;
  }
  header.main_header .container .hdr_mnu_rt ul.cd-dropdown-content li {
    margin: 0;
    position: relative;
  }
  header.main_header .container .hdr_mnu_rt ul.cd-dropdown-content li a {
    color: #677480;
    padding: 0px 16px;
    position: relative;
    font-size: 18px;
  }
  header.main_header .container .hdr_mnu_rt ul.cd-dropdown-content li a:hover {
    color: #75A9B8;
  }
  header.main_header .container .hdr_mnu_rt ul.cd-dropdown-content li a.cmn_btn_primary:hover {
    color: #000;
  }
  header.main_header .container .hdr_mnu_rt ul.cd-dropdown-content li:last-child {
    border: none;
    padding-right: 0;
  }
  header.main_header .container .hdr_mnu_rt ul.cd-dropdown-content li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
  }
  header.main_header .container .hdr_mnu_rt ul.cd-dropdown-content li ul.sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 15px -8px rgba(0, 0, 0, 0.5);
    transition: all 0.4s;
    border: 1px solid #f9f9f9;
    top: 65px;
    top: 35px;
    min-width: 180px;
    flex-wrap: wrap;
  }
  header.main_header .container .hdr_mnu_rt ul.cd-dropdown-content li ul.sub-menu li {
    width: 100%;
    margin: 5px 0 5px;
  }
  header.main_header .container .hdr_mnu_rt ul.cd-dropdown-content li ul.sub-menu li a {
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
  }
  header.main_header .container .hdr_mnu_rt ul.cd-dropdown-content li.active a {
    color: #75A9B8;
  }
  header.main_header .tp_hdr {
    background: #75A9B8;
    padding: 10px 0;
  }
  header.main_header .tp_hdr .tp_hdr_mn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  header.main_header .tp_hdr .tp_hdr_mn ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  header.main_header .tp_hdr .tp_hdr_mn ul li {
    margin: 0;
    position: relative;
  }
  header.main_header .tp_hdr .tp_hdr_mn ul li a {
    color: #fff;
    border-left: 1px solid #fff;
    padding: 0 15px;
    font-size: 15px;
  }
  header.main_header .tp_hdr .tp_hdr_mn ul li a img {
    max-width: 22px;
    max-height: 20px;
  }
  header.main_header .tp_hdr .tp_hdr_mn ul li a:hover {
    opacity: 0.7;
  }
  header.main_header .tp_hdr .tp_hdr_mn ul li a.cmnbtnwhite {
    color: #75A9B8;
    font-size: 16px;
    padding: 3px 20px;
    display: block;
    width: 140px;
  }
  header.main_header .tp_hdr .tp_hdr_mn ul li a.cmnbtnwhite:hover {
    color: #fff;
  }
  header.main_header .tp_hdr .tp_hdr_mn ul li:first-child a {
    border: none;
  }
  header.main_header .tp_hdr .tp_hdr_mn ul li ul.sub-menu, header.main_header .tp_hdr .tp_hdr_mn ul li .wsmegamenu {
    box-shadow: 0px 0px 16px 0px #dfdfdf;
    min-width: 180px;
  }
  header.main_header .tp_hdr .tp_hdr_mn ul li ul.sub-menu li ul.sub-menu {
    min-width: 300px;
  }
  header.main_header .tp_hdr .tp_hdr_mn ul li:has(ul.sub-menu) > a:after {
    content: "\f282";
    font-family: bootstrap-icons;
    font-size: 13px;
    vertical-align: middle;
    margin: 0 0 0 6px;
  }
  header.main_header .tp_hdr .tp_hdr_mn ul:last-child li:last-child a:hover {
    opacity: 1;
  }
  header.main_header .tp_hdr .mbl_tp_hdr {
    display: none;
  }
  header.main_header .btm_hdr {
    padding: 15px 0;
  }
  header.main_header .btm_hdr .logo {
    width: 155px;
  }
  header.main_header .btm_hdr .logo .mbl_cntct {
    display: none;
  }
  header.main_header .btm_hdr .logo a {
    display: inline-block;
    width: 100%;
  }
  header.main_header .btm_hdr .logo a img {
    width: 100%;
  }
  header.main_header .btm_hdr .wsmenu {
    width: calc(100% - 155px);
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.stdnt_srvcs ul.sub-menu li ul.sub-menu {
    left: auto;
    right: 100%;
    min-width: 300px;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li {
    position: relative;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li ul.sub-menu, header.main_header .btm_hdr nav ul.wsmenu-list li .wsmegamenu {
    box-shadow: 0px 0px 16px 0px #dfdfdf;
    min-width: 180px;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li ul.sub-menu li ul.sub-menu {
    min-width: 300px;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li:has(ul.sub-menu) > a:after {
    content: "\f282";
    font-family: bootstrap-icons;
    font-size: 13px;
    vertical-align: middle;
    margin: 0 0 0 6px;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.courses ul.sub-menu {
    min-width: 260px;
    right: 0;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.nav_education_agent {
    display: none;
  }
  header.main_header.scrolled {
    box-shadow: 1px 1px 17px -11px;
    padding: 5px 0;
  }
  header.main_header.scrolled .hdr_mnu_tp {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  header.main_header.scrolled .container .hdr_logo {
    width: 300px;
  }
  .cd-dropdown-wrapper {
    margin: 0;
    height: auto;
  }
  .cd-dropdown-wrapper .cd-dropdown-trigger {
    display: none;
  }
  .cd-dropdown-wrapper .cd-dropdown {
    position: initial;
    background: none;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    visibility: visible;
    box-shadow: none;
    padding: 0;
  }
  .cd-dropdown-wrapper .cd-dropdown ul.cd-dropdown-content {
    width: auto;
  }
  .cd-dropdown-wrapper .cd-dropdown ul.cd-dropdown-content > li a {
    border: none;
    overflow: visible;
    text-overflow: initial;
    white-space: initial;
    display: inline-block;
  }
  .cd-dropdown-wrapper .cd-dropdown ul.cd-dropdown-content > li ul.cd-secondary-dropdown {
    left: -100%;
    top: 60px;
    z-index: 10;
    padding: 15px 10px 10px;
  }
  .cd-dropdown-wrapper .cd-dropdown ul.cd-dropdown-content > li ul.cd-secondary-dropdown li {
    height: auto;
    border: none;
    padding: 0;
    list-style: none;
    margin: 0 0 5px;
  }
  .cd-dropdown-wrapper .cd-dropdown ul.cd-dropdown-content > li ul.cd-secondary-dropdown li a {
    line-height: 20px;
    display: inline-block;
    margin: 0 0 20px;
  }
  .cd-dropdown-wrapper .cd-dropdown ul.cd-dropdown-content > li ul.cd-secondary-dropdown li ul {
    list-style: none;
    padding: 0;
  }
  .cd-dropdown-wrapper .cd-dropdown ul.cd-dropdown-content > li ul.cd-secondary-dropdown li ul li {
    margin: 0 0 10px;
  }
  .cd-dropdown-wrapper .cd-dropdown ul.cd-dropdown-content > li ul.cd-secondary-dropdown li ul li a {
    font-size: 18px;
    color: #75A9B8;
  }
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li.title > span {
    display: none;
  }
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li.title > a {
    position: relative;
  }
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li.title > a:after {
    content: "";
    position: absolute;
    background: #75A9B8;
    height: 20px;
    width: 3px;
    left: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
  }
  .nonaccereditedmenu li ul {
    display: flex;
    flex-wrap: wrap;
  }
  .nonaccereditedmenu li ul li {
    width: 50%;
  }
  section.banner_section.formzoom {
    background: #fff;
  }
  section.banner_section.formzoom .row {
    opacity: 0.6;
  }
  section.banner_section.formzoom .banner_form {
    width: 100%;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0;
    max-width: initial;
    margin: -180px auto 0;
    box-shadow: none;
  }
  section.banner_section.formzoom .banner_form form {
    justify-content: center;
  }
  section.banner_section.formzoom .banner_form .banner_form_ttl {
    font-size: 40px;
    margin: 0 0 25px;
  }
  section.banner_section.formzoom .banner_form .form-group select {
    height: 60px;
    font-size: 20px;
  }
  section.banner_section.formzoom .banner_form .bnr_sbmt_btn {
    height: 50px;
    width: 50px;
  }
  section.banner_section.formzoom .banner_form .custom-select {
    height: 70px;
    font-size: 20px;
    line-height: 57px;
  }
  section.our_values_mobile {
    display: none;
  }
  section.course_dtl_bnr_mobile {
    display: none;
  }
  section.domestic_stdnt_bnr_mobile {
    display: none;
  }
}
@media (min-width: 1700px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }
  p {
    font-size: 18px;
    line-height: 28px;
  }
  .container {
    max-width: 1600px;
  }
  .cmn_hdng {
    font-size: 38px;
    line-height: 53px;
    margin: 60px 0 50px;
  }
  .cmn_hdng.cmn_hdng_large {
    margin: 60px 0 80px;
  }
  section.banner_section .banner_con {
    max-width: 64%;
  }
  section.banner_section .banner_con .cmn_hdng {
    font-size: 57px;
    line-height: 75px;
  }
  section.banner_section .banner_con .cmnbtn {
    margin: 15px 0 0;
  }
  section.banner_section .banner_con p {
    font-size: 20px;
  }
  section.banner_section .banner_img img {
    max-width: 450px;
  }
  section.banner_section .banner_form {
    width: 60%;
  }
  section.banner_section .banner_form form .custom-select {
    height: 55px;
    font-size: 16px;
    line-height: 40px;
  }
  section.banner_section.formzoom .banner_form {
    width: 100%;
    bottom: 50px;
  }
  section.banner_section.formzoom .banner_form .banner_form_ttl {
    font-size: 50px;
  }
  section.banner_section.formzoom .banner_form .form-group select {
    height: 70px;
    font-size: 20px;
    background-size: 36px 22px;
  }
  section.banner_section.formzoom .banner_form form .bnr_sbmt_btn {
    height: 50px;
    width: 50px;
    font-size: 26px;
  }
  section.banner_section.formzoom .banner_form form .custom-select {
    height: 70px;
    font-size: 20px;
    line-height: 57px;
  }
  section.banner_section.formzoom .banner_form form .form-select.selectize-control {
    height: 55px;
    line-height: 83px;
  }
  section.banner_section.formzoom .banner_form form .form-select.selectize-control .selectize-dropdown .option {
    font-size: 16px;
    padding: 5px 0;
  }
  section.banner_section.formzoom .banner_form form .form-select.selectize-control .selectize-dropdown .selectize-dropdown-content > div {
    padding: 5px 0;
    font-size: 16px;
  }
  section.client_logo_sec .clients_logos ul li {
    height: 200px;
    width: 200px;
  }
  section.client_logo_sec .clients_logos .clients_slider_sngl {
    height: 170px;
    width: 170px;
  }
  body section.our_courses_sec .our_courses_sngl {
    margin: 0 15px;
  }
  body section.our_courses_sec .our_courses_sngl .our_course_sngl_con {
    padding: 0px 45px 20px;
  }
  body section.our_courses_sec .our_courses_sngl .course_sngl_img {
    margin: -160px 0 12px;
  }
  body section.our_courses_sec .our_courses_sngl .course_sngl_img img {
    max-height: 210px;
  }
  body section.our_courses_sec .our_courses_sngl a.cmnbtn {
    max-width: 170px;
  }
  body section.our_courses_sec .our_courses_sngl strong {
    margin: 10px 0 15px;
    font-size: 22px;
    line-height: 27px;
    min-height: 67px;
  }
  body section.our_courses_sec .cmn_hdng {
    margin: 0 0 210px;
  }
  section.why_choose_sec .why_choose_con ul li {
    padding: 0 20px 0;
  }
  section.why_choose_sec .why_choose_con ul li .why_chs_sngl {
    padding: 45px 30px 20px;
  }
  section.why_choose_sec .why_choose_con ul li .why_chs_sngl strong {
    font-size: 26px;
  }
  section.our_blog_sec .blog_sngl .blog_sngl_ttl {
    font-size: 22px;
  }
  section.welcome_sec {
    padding: 100px 0 40px;
  }
  section.welcome_sec .wlcm_img {
    padding-right: 50px;
  }
  section.welcome_sec .wlcm_img img {
    width: 100%;
  }
  section.what_stdnt_say_sec .what_stdnt_say_tab ul.nav {
    margin: -120px 0 0;
  }
  section.what_stdnt_say_sec .what_stdnt_say_tab ul.nav li.nav-item {
    margin: 15px 0;
  }
  section.inr_page_bnr .inr_page_ttl_brdcrmb .inr_bnr_con .cmn_hdng {
    font-size: 45px;
    max-width: 700px;
    line-height: 70px;
  }
  section.inr_page_bnr .inr_page_ttl_brdcrmb .inr_bnr_img {
    max-width: 450px;
  }
  body section.large_sourses .our_courses_sngl {
    margin: 0 15px 250px;
  }
  body section.large_sourses .our_courses_sngl a.cmnbtn {
    max-width: 170px;
    bottom: -20px;
  }
  body section.large_sourses .our_courses_sngl .course_sngl_img {
    margin: -170px 0 20px;
  }
  body section.large_sourses .our_courses_sngl .our_course_sngl_con {
    padding: 0px 45px 50px;
  }
  body section.large_sourses .our_courses_sngl strong {
    font-size: 20px;
  }
  body section.large_sourses .text-center {
    margin: 0 0 220px;
  }
  body section.large_sourses .cmn_hdng {
    margin: 0 0 50px;
  }
  section.course_ctgry_whychoose_sec .why_choose_ctgry_sngl strong {
    font-size: 30px;
  }
  table.table thead tr th {
    font-size: 25px;
  }
  table.table tbody tr td {
    font-size: 18px;
  }
  section.contact_sec .contact_drctry_inr span {
    font-size: 30px;
  }
  section.contact_sec .contact_drctry_inr ul {
    padding: 75px 15px 25px;
  }
  section.contact_sec .contact_drctry_inr ul li strong {
    font-size: 25px;
  }
  section.contact_sec .contact_drctry_inr ul li a {
    font-size: 22px;
    font-weight: 400;
  }
  header.main_header .container .hdr_mnu_rt ul.cd-dropdown-content li a {
    padding: 0px 20px;
  }
  .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a {
    font-size: 16px;
  }
  body.ar_course-template section {
    scroll-margin-top: 240px;
  }
  section.enquiry_sec .enquiry_now_otr .enqry_img img {
    max-width: 310px;
  }
  section.our_campua_sec .our_campus_sngl {
    margin-bottom: 50px;
  }
  section.our_campua_sec .our_campus_sngl .our_campus_con strong {
    font-size: 30px;
  }
  section.our_campua_sec .our_campus_sngl .our_campus_con p {
    font-size: 20px;
  }
  section.plcs_pcdr_sec ul li a {
    font-size: 25px;
    line-height: 33px;
    padding: 30px;
  }
  .wizard > .content > .body label {
    font-size: 20px;
  }
  input.form-control, select.form-select {
    height: 55px;
  }
  section.oshc_con_img_sec .oshc_img {
    margin-top: 205px;
  }
  section.enroll_now_sec {
    background-position: 0 -180px;
    padding: 80px 0;
  }
  section.enroll_now_sec .enrol_now_inr .enrol_now_con {
    font-size: 40px;
  }
  section.predeparture_sec .predeparture_img {
    height: 330px;
  }
  footer p {
    font-size: 14px;
    line-height: 26px;
  }
  footer .ftr_follow_hdr {
    font-size: 22px;
  }
  footer .ftr_follow p {
    font-size: 16px;
    line-height: 26px;
  }
  footer .ftr_cntct {
    padding-right: 50px;
  }
  footer .ftr_quicklnks {
    padding-left: 40px;
  }
  footer .ftr_cntct ul li a, footer .ftr_quicklnks ul li a {
    font-size: 14px;
  }
  footer .ftr_quicklnks ul li a, footer .ftr_cntct ul li a {
    font-size: 16px;
  }
  .flip-card {
    height: 280px;
  }
  .refer-button {
    width: 200px;
    font-size: 18px;
  }
  .ref-2 {
    bottom: 160px;
  }
  .modal-dialog {
    max-width: 1000px;
  }
  .formpopup .modal-dialog {
    max-width: 880px;
  }
  .formpopup section.enquiry_sec .enquiry_now_otr .enqry_img {
    width: 320px;
    padding: 130px 20px 0;
  }
  .formpopup section.enquiry_sec .enquiry_now_otr .enqry_img img {
    max-width: 270px;
  }
  .formpopup section.enquiry_sec .enquiry_now_otr .enqry_form {
    width: calc(100% - 200px);
  }
}
@media (max-width: 1699px) {
  section.banner_section .banner_con {
    max-width: 60%;
  }
  section.client_logo_sec .clients_logos {
    max-width: 65%;
  }
  section.ataroha_sec {
    padding-top: 30px;
    background-position: right;
  }
  section.ataroha_sec .ataroha_con {
    padding-top: 60px;
  }
  section.ataroha_sec .ataroha_con .cmn_hdng {
    margin: 0 0 10px;
  }
  section.ataroha_sec .ataroha_img img {
    max-width: 300px;
  }
  section.our_mission_vision .our_vsn_msn {
    padding: 100px 90px;
  }
  section.our_mission_vision .our_vsn_msn .cmn_hdng {
    margin: 0 0 10px;
  }
  section.our_mission_vision .our_vsn_msn p {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
  }
  section.our_mission_vision .our_vsn_msn_vsn.our_vsn_msn {
    background-size: contain;
  }
  section.inr_page_bnr .cmn_hdng {
    font-size: 35px;
  }
  .course_sidebar ul.nav li.nav-item a.nav-link.active {
    font-size: 18px;
  }
  .course_sidebar ul.nav li.nav-item a.nav-link {
    font-size: 16px;
  }
  section.course_btm_sec .course_btm_img img {
    max-width: 400px;
    max-height: 350px;
  }
  section.course_btm_sec .course_btm_con {
    background-position: center;
    padding: 60px 0px;
    max-width: 400px;
    margin: 0;
  }
  section.course_btm_sec .course_btm_con .cmn_hdng {
    line-height: 38px;
    font-size: 30px;
  }
  section.our_courses_sec {
    margin-top: 0;
  }
  section.our_courses_sec .our_courses_btn a {
    font-size: 18px;
  }
  section.what_stdnt_say_sec .what_stdnt_say_tab .tab-content .tstmnl_tb_inr {
    font-size: 16px;
  }
  section.course_category_banner {
    margin-top: 170px;
  }
  section.course_category_banner .course_ctbnr_img img {
    margin: 0;
  }
  .accordion .accordion-item .accordion-button:not(.collapsed), .accordion .accordion-item .accordion-button {
    font-size: 18px;
  }
  .accordion .accordion-item .accordion-button:not(.collapsed) {
    padding: 16px 12px 0;
  }
  .accordion .accordion-item .accordion-button {
    padding: 12px;
  }
  .accordion .accordion-item .accordion-body {
    padding: 0px 12px 0px;
  }
  .accordion .accordion-item .accordion-collapse p {
    font-size: 16px;
    line-height: 26px;
  }
  section.meet_drctr_sec .meet_drctr_img img {
    max-width: 100%;
  }
  section.our_values_sec .cmn_hdng {
    margin: 0 0 30px;
    line-height: 40px;
  }
  section.our_values_sec .multi-graph {
    width: 1100px;
    height: 550px;
  }
  section.our_values_sec .multi-graph .crcl_sngl {
    width: 280px;
  }
  section.our_values_sec .multi-graph .crcl_sngl .crcl_sngl_aftr_hvr p {
    font-size: 14px;
    line-height: 21px;
  }
  section.our_values_sec .multi-graph .crcl_sngl span {
    font-size: 30px;
  }
  section.our_values_sec .multi-graph .graph {
    width: 1100px;
    height: 550px;
    border-width: 320px;
  }
  section.our_values_sec .multi-graph .graph:nth-child(1) .crcl_sngl {
    left: -297px;
    bottom: 20px;
  }
  section.our_values_sec .multi-graph .graph:nth-child(2) .crcl_sngl {
    left: -290px;
    bottom: -20px;
    width: 200px;
  }
  section.our_values_sec .multi-graph .graph:nth-child(3) .crcl_sngl {
    left: -330px;
    bottom: -28px;
    width: 260px;
  }
  section.our_values_sec .multi-graph .graph:nth-child(4) .crcl_sngl {
    left: -280px;
    bottom: -30px;
    width: 220px;
  }
  section.our_values_sec .multi-graph .graph:nth-child(5) .crcl_sngl {
    left: -290px;
    bottom: -40px;
  }
  section.our_values_sec .multi-graph .graph:hover {
    border-width: 340px;
  }
  section.our_values_sec .multi-graph:before {
    width: 1100px;
    height: 550px;
  }
  body section.large_sourses .our_courses_sngl .our_course_sngl_con {
    padding: 0px 20px 40px;
  }
  body section.large_sourses .our_courses_sngl strong {
    font-size: 14px;
    line-height: 17px;
  }
  section.related_courses .cmn_hdng {
    margin: 30px 0 150px !important;
  }
  section.related_courses .our_courses_btn {
    margin: -70px 0 0;
  }
  section.course_dtl_bnr {
    margin: 190px 0 0;
  }
  section.course_dtl_bnr strong {
    font-size: 20px !important;
    line-height: 25px;
    margin: 0 0 15px;
  }
  section.course_dtl_bnr .course_dtl_bnr_inr .course_dtl_bnr_con {
    padding-right: 50px;
  }
  section.course_dtl_bnr .course_dtl_bnr_inr .course_bnr_img {
    width: 35%;
  }
  section.course_dtl_bnr .course_dtl_bnr_inr .course_bnr_img img {
    max-height: 400px;
  }
  section.crsdtl_tb_sec {
    padding: 60px 0 30px;
  }
  section.crsdtl_tb_sec ul.nav {
    width: 330px;
  }
  section.crsdtl_tb_sec ul.nav li.nav-item .nav-link {
    font-size: 20px;
  }
  section.crsdtl_tb_sec ul.nav li.nav-item .nav-link.active {
    font-size: 24px;
  }
  section.crsdtl_tb_sec .tab-content {
    width: calc(100% - 330px);
  }
  section.crsdtl_tb_sec .crsdtl_tb_inr {
    padding: 0 0 0 30px;
  }
  section.crsdtl_tb_sec .crsdtl_tb_inr .cmn_hdng {
    margin: 0 0 30px;
  }
  section.crsdtl_tb_sec .crsdtl_sngl {
    width: 100%;
    padding: 0;
    margin: 20px 0;
  }
  section.crsdtl_tb_sec .crsdtl_sngl .crsdtl_sngl_img img {
    max-width: 80px;
  }
  section.crsdtl_tb_sec .crsdtl_sngl p strong {
    line-height: 20px;
  }
  section.crsdtl_tb_sec .crsdtl_tb_whyaroha .why_aroha_sngl img {
    max-width: 80px;
  }
  section.crsdtl_tb_sec .crsdtl_tb_whyaroha .why_aroha_sngl span {
    line-height: 20px;
  }
  section.crsdtl_tb_sec .crsdtl_tb_courseinfo ul.nav li.nav-item a.nav-link {
    font-size: 20px;
  }
  section.crsdtl_tb_sec .crsdtl_tb_courseinfo ul.nav li.nav-item a.nav-link.active {
    font-size: 20px;
  }
  section.crsdtl_tb_sec .course_inner_tb .course_inner_tb_ttl {
    font-size: 20px;
  }
  section.course_dtl_package .cmn_hdng {
    margin: 0 0 10px;
  }
  section.course_dtl_package .course_package_slider .course_pckg_sngl {
    padding: 20px 20px 7px;
    max-width: 450px;
  }
  section.course_dtl_package .course_package_slider .course_pckg_sngl .cmnbtn {
    margin: 10px 0 0;
  }
  section.course_dtl_package .course_package_slider .course_pckg_sngl .cmnbtn:hover {
    padding-right: 55px !important;
  }
  section.course_dtl_package .course_package_slider .course_pckg_sngl .cmnbtn:hover:before {
    font-size: 20px;
  }
  .swiper-pagination-clickable span.swiper-pagination-bullet {
    height: 13px;
    width: 13px;
  }
  section.our_courses_sec .our_courses_sngl .cmnbtn {
    max-width: 160px;
  }
  section.our_courses_sec .our_courses_sngl strong {
    font-size: 16px;
    line-height: 20px;
  }
  section.our_courses_sec .our_courses_sngl .course_sngl_img img {
    max-height: 150px;
  }
  section.our_services_sec .our_srvcs_tabs ul.nav-pills li.nav-item button.nav-link {
    padding: 10px 20px;
    max-width: 209px;
    font-size: 18px;
  }
  section.why_choose_aroha_sec .why_choose_sldr_sngl strong {
    font-size: 20px;
    margin: 60px 0 30px;
  }
  section.why_choose_aroha_sec .why_choose_sldr_sngl .why_choose_sldr_img img {
    max-width: 120px;
  }
  section.group_booking_tp_consec .group_booking_sngl {
    padding: 25px;
  }
  section.group_booking_tp_consec .group_booking_sngl .cmn_hdng {
    font-size: 20px;
    color: rgb(29, 29, 29);
    text-align: left;
    line-height: 26px;
    margin: 20px 0 20px;
  }
  section.phone_booking_sec {
    padding: 30px 0 15px;
  }
  section.employemnet_service_section .employement_service_sngl .employement_srvc_img img {
    max-width: 100px;
  }
  section.employemnet_service_section .employement_service_sngl .employement_srvc_con strong {
    font-size: 20px;
  }
  section.how_we_work_sec {
    padding: 30px 0 0;
  }
  section.how_we_work_sec .how_we_work_bxs ul li .how_wework_sngl {
    padding: 20px 20px 10px;
  }
  section.how_we_work_sec .how_we_work_bxs ul li .how_wework_sngl .how_wework_lft .cmn_hdng {
    font-size: 28px;
    margin: 0;
  }
  section.why_choose_sec {
    padding: 230px 0 50px;
  }
  section.provide_following_staff_sec .provide_staff_sngl {
    margin: 0 0 10px;
    padding: 15px;
  }
  section.provide_following_staff_sec .provide_staff_sngl strong {
    font-size: 18px;
  }
  section.provide_following_staff_sec .provide_staff_sngl .provide_staff_img {
    height: 80px;
    width: 80px;
  }
  section.current_opportunity_sec .oprtnty_form .oportnty_reslts ul li .oprtnty_rslt_sngl .oprtnty_rslt_ttl {
    font-size: 24px;
  }
  section.inr_page_bnr_con .container .cmn_hdng {
    text-align: left;
    font-size: 35px;
    line-height: 60px;
  }
  section.aroha_journey_tpcon:after {
    top: 440px;
  }
  section.aroha_journey_tpcon .aroha_jrny_otr_tb > ul.nav.nav-pills li.nav-item .nav-link {
    font-size: 18px;
    padding: 9px 30px;
  }
  .course_sidebar ul.nav {
    width: 270px;
    margin: 50px 0 0;
  }
  body section.large_sourses {
    padding: 30px 0px 0px 300px;
  }
  section.our_courses_sec .course_content {
    margin-bottom: -60px;
  }
  section.related_courses {
    margin-bottom: -60px !important;
  }
  body.page-template-course_category section.course_btm_sec {
    padding: 100px 0 0;
  }
  section.course_btm_sec {
    padding: 0;
  }
  section.affiliation_sec .affltn_sngl img {
    max-width: 170px;
    max-height: 100px;
  }
  section.enquiry_sec .enquiry_now_otr .enqry_img img {
    max-width: 190px;
  }
  section.enquiry_sec .enquiry_now_otr .enqry_form .cmn_hdng {
    font-size: 24px;
    margin: 0 0 15px;
  }
  section.enquiry_sec .enquiry_now_otr .enqry_form .form-group {
    margin-bottom: 10px;
  }
  section.enquiry_sec .enquiry_now_otr .enqry_form button.cmnbtn {
    margin: 0px 0 0;
  }
  section.enquiry_sec .enquiry_now_otr .enqry_form input.form-control, section.enquiry_sec .enquiry_now_otr .enqry_form .selectize-input {
    height: 43px;
    font-size: 15px;
  }
  section.enquiry_sec .enquiry_now_otr .enqry_form textarea.form-control {
    font-size: 15px;
  }
  section.policy_tbngs ul.nav {
    width: 400px;
  }
  section.policy_tbngs .tab-content {
    width: calc(100% - 400px);
  }
  section.policy_tbngs .policy_tb_slider {
    max-width: 85%;
  }
  section.policy_tbngs .policy_tb_slider .policy_sngl {
    padding: 20px;
    min-height: 370px;
  }
  section.policy_tbngs .policy_tb_slider .policy_sngl strong {
    font-size: 26px;
  }
  section.policy_tbngs .policy_tb_slider .policy_sngl .recruitment_btn {
    font-size: 20px;
    padding: 10px 30px;
  }
  section.policy_tbngs .policy_tb_slider .policy_sngl .recruitment_btn:before {
    font-size: 16px;
  }
  section.acccrediation_sec {
    padding: 40px 0 30px;
    border-radius: 200px 200px 0 0;
  }
  section.acccrediation_sec .accrediation_img img {
    max-width: 400px;
  }
  section.acccrediation_sec .accrediation_lft_con {
    padding-right: 150px;
  }
  .rt_crs_bx {
    width: 440px;
  }
  .domstc_mn_con {
    width: calc(100% - 440px);
  }
  section.health_advise_sec {
    padding: 60px 0 30px;
    border-radius: 150px 150px 0 0;
  }
  section.student_resources_tab .stdnt_rsrc_tb_con ul li a .stdnt_rsrc_img {
    width: 30px;
  }
  section.student_resources_tab .stdnt_rsrc_tb_con ul li a .stdnt_rsrc_con {
    width: calc(100% - 30px);
    padding-left: 15px;
  }
  .inr_bnr_con_inr {
    max-width: 550px;
  }
  .agent_hub_tb ul li {
    width: 33.33%;
  }
  .agent_hub_tb ul li a img {
    max-width: 70px;
  }
  section.course_dtl_pnts {
    padding: 40px 0 40px;
  }
  section.course_dtl_pnts .course_pnts_sngl {
    padding: 25px 20px 10px;
  }
  section.course_dtl_pnts .course_pnts_sngl strong {
    font-size: 18px;
    margin: 22px 0 8px;
  }
  section.course_dtl_pnts .course_pnts_sngl .course_pnts_img {
    height: 50px;
    width: 50px;
  }
  .why_choose_aroha_college .why_aroha_college_inr ul li .why_aroha_clg_img {
    height: 60px;
    width: 60px;
  }
  section.blog_dtl_sec .blog_dtl_sdbr.course_sidebar {
    width: 432px;
  }
  section.blog_dtl_sec .blog_dtl_con {
    width: calc(100% - 432px);
  }
  section.our_blog_sec .blog_viewall_artcles {
    font-size: 25px;
  }
  section.agent_hub_tab_sec .agnt_hub_dwnld_sngl a.agnt_hub_dwnld_ttl {
    margin: 15px 0;
    min-height: 50px;
    font-size: 16px;
  }
  section.hideleftsidebar .tab-content {
    width: 100%;
  }
  section.our_blog_sec .blog_sngl {
    min-height: 385px;
  }
  section.banner_section .banner_form {
    padding: 15px 40px;
    bottom: 30px;
  }
  .cmn_hdng {
    font-size: 28px;
    line-height: 40px;
  }
  section.banner_section .banner_form .banner_form_ttl {
    font-size: 22px;
  }
  section.banner_section .banner_slider .swiper-pagination-banner {
    bottom: 2px;
  }
  section.our_blog_sec .blog_sngl .blog_sngl_ttl {
    font-size: 16px;
  }
  section.contact_sec .contact_drctry_inr ul li a {
    font-size: 16px;
  }
  section.contact_sec .contact_drctry_inr span {
    font-size: 16px;
  }
  section.contact_sec .contact_drctry_inr ul li strong {
    font-size: 18px;
  }
  section.training_rooms_list .training_room_sngl strong {
    font-size: 13px;
    line-height: 17px;
  }
  section.training_rooms_list .training_room_sngl .cmnbtn {
    font-size: 12px;
    padding: 8px 10px;
  }
  section.training_rooms_list .training_room_sngl .cmnbtn:hover {
    padding-right: 10px !important;
    text-indent: 0;
  }
  section.training_rooms_list .training_room_sngl .cmnbtn:hover:before {
    display: none;
  }
}
@media (max-width: 1399px) {
  section.banner_section .banner_con {
    max-width: 80%;
  }
  section.our_values_sec {
    padding: 50px 0 0;
  }
  section.our_values_sec .multi-graph {
    width: 800px;
    height: 400px;
  }
  section.our_values_sec .multi-graph .crcl_sngl {
    width: 150px;
  }
  section.our_values_sec .multi-graph .crcl_sngl .crcl_sngl_aftr_hvr p {
    line-height: 16px;
    font-size: 12px;
  }
  section.our_values_sec .multi-graph .crcl_sngl strong {
    font-size: 60px;
    line-height: 55px;
  }
  section.our_values_sec .multi-graph .crcl_sngl span {
    font-size: 24px;
  }
  section.our_values_sec .multi-graph .graph {
    width: 800px;
    height: 400px;
    border-width: 230px;
    border-radius: 0 0 400px 400px;
  }
  section.our_values_sec .multi-graph .graph:nth-child(1) .crcl_sngl {
    left: -210px;
    bottom: 10px;
    width: 180px;
  }
  section.our_values_sec .multi-graph .graph:nth-child(1) .crcl_sngl .crcl_sngl_aftr_hvr p {
    line-height: 18px;
  }
  section.our_values_sec .multi-graph .graph:nth-child(2) .crcl_sngl {
    left: -190px;
    bottom: 0px;
    width: 150px;
  }
  section.our_values_sec .multi-graph .graph:nth-child(3) .crcl_sngl {
    left: -180px;
    bottom: -10px;
    width: 150px;
  }
  section.our_values_sec .multi-graph .graph:nth-child(4) .crcl_sngl {
    left: -180px;
    bottom: -10px;
    width: 150px;
  }
  section.our_values_sec .multi-graph .graph:nth-child(5) .crcl_sngl {
    left: -200px;
    bottom: -30px;
    width: 180px;
  }
  section.our_values_sec .multi-graph .graph:hover {
    border-width: 240px;
  }
  section.our_values_sec .multi-graph:before {
    width: 800px;
    height: 400px;
    border-radius: 400px 400px 0 0;
  }
  section.inr_page_bnr_con .container .cmn_hdng {
    font-size: 34px;
    line-height: 50px;
  }
  section.aroha_journey_tpcon:after {
    top: 400px;
  }
  section.aroha_journey_tpcon .aroha_jrny_otr_tb > ul.nav.nav-pills {
    margin-bottom: 100px;
  }
  section.aroha_journey_tpcon .aroha_jrny_otr_tb > ul.nav.nav-pills li.nav-item .nav-link {
    font-size: 14px;
    padding: 7px 25px;
  }
  section.aroha_journey_tpcon .aroha_jrny_otr_tb > ul.nav.nav-pills li.nav-item .nav-link img {
    max-height: 26px;
  }
  section.aroha_journey_tpcon .aroha_jrny_otr_tb .aroha_jrny_inrtb_slf ul.nav {
    width: 330px;
  }
  section.aroha_journey_tpcon .aroha_jrny_otr_tb .aroha_jrny_inrtb_slf ul.nav li.nav-item .nav-link {
    font-size: 18px;
  }
  section.aroha_journey_tpcon .aroha_jrny_otr_tb .aroha_jrny_inrtb_slf ul.nav li.nav-item .nav-link.active {
    font-size: 22px;
  }
  section.aroha_journey_tpcon .aroha_jrny_otr_tb .aroha_jrny_inrtb_slf .tab-content {
    width: calc(100% - 330px);
  }
  section.why_choose_aroha_staff ul li {
    margin: 0;
  }
  section.why_choose_aroha_staff ul li .why_staff_sngl strong {
    font-size: 16px;
    line-height: 20px;
  }
  section.why_choose_aroha_staff ul li .why_staff_sngl .why_staff_sngl_img {
    height: 80px;
    width: 80px;
  }
  section.provide_following_staff_sec .provide_staff_sngl .provide_staff_img {
    height: 60px;
    width: 60px;
  }
  section.provide_following_staff_sec .provide_staff_sngl strong {
    font-size: 14px;
  }
  section.current_opportunity_sec .oprtnty_form .oportnty_reslts ul li .oprtnty_rslt_sngl .oprtnty_rslt_ttl {
    font-size: 20px;
  }
  section.current_opportunity_sec .oprtnty_form .oportnty_reslts ul li .oprtnty_rslt_sngl p {
    margin: 0 0 5px;
  }
  section.service_area_sec {
    padding: 50px 0 50px;
  }
  section.course_btm_sec .course_btm_img img {
    max-width: 350px;
  }
  section.related_courses {
    margin-bottom: -90px !important;
  }
  footer .ftr_follow .footer_tribe img {
    max-width: 200px;
  }
  footer .ftr_follow .footer_logo a img {
    max-width: 150px;
  }
  section.thank_error_sec .error_txt {
    font-size: 35px;
  }
  section.thank_error_sec .error_txt span {
    font-size: 55px;
  }
  .formpopup .modal-dialog {
    max-width: 750px;
  }
  section.policy_tbngs {
    padding: 40px 0 40px;
  }
  section.policy_tbngs ul.nav {
    width: 320px;
  }
  section.policy_tbngs .tab-content {
    width: calc(100% - 320px);
  }
  section.policy_tbngs .policy_tb_slider .policy_sngl .cmnbtnblue {
    margin: 10px 0 0;
  }
  section.policy_tbngs .policy_tb_slider .policy_sngl strong {
    font-size: 24px;
  }
  section.policy_tbngs .swiper-navigation {
    bottom: auto;
    top: 180px;
  }
  section.policy_tbngs .swiper-navigation a {
    font-size: 30px;
  }
  section.international_stdnt_tab ul.nav {
    width: 370px;
  }
  section.international_stdnt_tab ul.nav li.nav-item a.nav-link {
    font-size: 18px;
  }
  section.international_stdnt_tab ul.nav li.nav-item a.nav-link.active {
    font-size: 22px;
  }
  section.international_stdnt_tab .tab-content {
    width: calc(100% - 370px);
  }
  section.acccrediation_sec {
    border-radius: 150px 150px 0 0;
    padding: 50px 0 30px;
  }
  section.acccrediation_sec .accrediation_lft_con {
    padding-right: 50px;
  }
  section.acccrediation_sec .accrediation_img img {
    max-width: 320px;
  }
  section.industry_partner_sec {
    border-radius: 150px 150px 0 0;
  }
  .rt_crs_bx {
    width: 330px;
  }
  .domstc_mn_con {
    width: calc(100% - 330px);
  }
  .rt_crs_bx .rt_crs_bx_con .cmn_hdng {
    font-size: 18px;
    line-height: 27px;
    margin: 20px 0 30px;
  }
  section.student_resources_tab ul.nav {
    width: 390px;
  }
  section.student_resources_tab .tab-content {
    width: calc(100% - 390px);
  }
  section.student_resources_tab .stdnt_rsrc_tb_con {
    padding-left: 40px;
  }
  section.training_rooms_list .training_room_sngl {
    padding: 15px 5px;
  }
  section.our_blog_sec .blog_viewall_artcles {
    font-size: 18px;
  }
  section.hideleftsidebar .tab-content {
    width: 100%;
  }
  section.hideleftsidebar .agent_hub_tb ul li .agnt_hub_dwnld_ttl {
    min-height: 74px;
  }
  section.why_aroha_new_sec .why_aroha_new_inr ul li .why_aroha_new_sngl strong {
    font-size: 16px;
  }
  section.agent_hub_tab_sec .agnt_hub_dwnld_sngl a.agnt_hub_dwnld_ttl {
    min-height: 85px;
    font-size: 14px;
  }
  section.agent_hub_tab_sec .gallery_sldr .swiper-navigation {
    bottom: 0;
    top: 0;
  }
  section.our_blog_sec .blog_sngl {
    min-height: 405px;
  }
  .rt_crs_bx .rt_crs_bx_con ul.rt_crs_bx_icns li {
    width: 100px;
    height: 100px;
  }
  body, p {
    font-size: 14px;
    line-height: 21px;
  }
  .cmn_hdng {
    font-size: 24px;
    line-height: 35px;
  }
  .accordion .accordion-item .accordion-collapse p {
    font-size: 14px;
  }
  .otherContactDetails__btmbox strong {
    font-size: 18px;
  }
  footer .ftr_cntct ul li a, footer .ftr_quicklnks ul li a {
    font-size: 12px;
  }
  footer .ftr_quicklnks ul li i {
    font-size: 16px;
  }
  footer .ftr_follow p {
    font-size: 12px;
  }
  footer .ftr_follow_hdr {
    font-size: 16px;
  }
  .ftr_nwsltr form .form-group .cmnbtn {
    font-size: 13px;
    margin: 7px 0 0;
  }
}
@media (max-width: 1199px) {
  header.main_header nav.navbar .hdr_logo {
    max-width: 150px;
  }
  header.main_header nav.navbar .hdr_mnu_rt_btn ul li {
    margin: 0;
  }
  header.main_header nav.navbar .hdr_mnu_rt .hdr_mnu_btm .navbar-nav li a {
    font-size: 13px;
    padding: 0 4px;
  }
  header.main_header .tp_hdr .tp_hdr_mn ul li a {
    font-size: 15px;
  }
  body.hdr_fxsd header.main_header nav.navbar .hdr_logo {
    max-width: 150px;
  }
  section.our_mission_vision .our_vsn_msn {
    padding: 150px 100px;
  }
  section.latest_blog_sec .latest_blog_sngl .ltst_blog_con, section.latest_blog_sec .latest_blog_sngl .ltst_blog_img {
    width: 100%;
  }
  section.latest_blog_sec .latest_blog_sngl .ltst_blog_con {
    padding: 0;
    margin: 30px 0 0;
  }
  section.latest_blog_sec .latest_blog_sngl .ltst_blog_con .blog_rdmr {
    text-align: left;
  }
  section.crsdtl_tb_sec ul.nav {
    width: 100%;
  }
  section.crsdtl_tb_sec ul.nav li.nav-item {
    width: auto;
  }
  section.crsdtl_tb_sec ul.nav li.nav-item .nav-link {
    white-space: nowrap;
    width: auto;
  }
  section.crsdtl_tb_sec ul.nav li.nav-item .nav-link.active {
    font-size: 20px;
  }
  section.crsdtl_tb_sec .tab-content {
    width: 100%;
  }
  section.course_dtl_bnr {
    margin: 200px 0 50px;
  }
  section.course_dtl_bnr .course_dtl_bnr_inr .course_dtl_bnr_con {
    padding-right: 20px;
  }
  section.our_services_sec .our_srvcs_tabs .tab-content {
    margin: -20px 0 0;
  }
  .why_choose_aroha_college .why_aroha_college_inr ul li {
    margin: 0 20px 30px;
  }
  section.hideleftsidebar .agent_hub_tb ul li {
    width: 33.33%;
  }
  section.hideleftsidebar .agent_hub_tb ul li a.agnt_hub_dwnld_ttl {
    min-height: 55px;
  }
}
@media (max-width: 1024px) {
  section.course_tab_sec .course_tb_inr ul.nav li.nav-item .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  header.main_header {
    position: fixed;
    width: 100%;
    z-index: 50;
    background: #fff;
    top: 0;
    padding: 0;
    box-shadow: 0px 0px 20px -1px #b4b4b4;
  }
  header.main_header .hdr_logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100% !important;
  }
  header.main_header .hdr_logo .navbar-brand {
    max-width: 150px;
  }
  header.main_header .hdr_logo .navbar-toggler {
    border: none;
    font-size: 28px;
  }
  header.main_header .hdr_logo .navbar-toggler:focus {
    box-shadow: none;
  }
  header.main_header .hdr_mnu_rt .hdr_mnu_btm, header.main_header .hdr_mnu_rt .collapsing {
    position: fixed;
    top: 85px;
    left: 0;
    width: 100%;
    height: 100% !important;
    background: #fff;
    padding-top: 20px;
  }
  header.main_header .hdr_mnu_rt .hdr_mnu_btm ul.navbar-nav li {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  header.main_header .hdr_mnu_rt .hdr_mnu_btm ul.navbar-nav li a {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    color: #333;
    font-size: 22px;
    width: calc(100% - 40px);
  }
  header.main_header .hdr_mnu_rt .hdr_mnu_btm ul.navbar-nav li ul.sub-menu {
    list-style: none;
    background: #f9f9f9;
    padding: 18px 5px 0px;
    margin: 15px 0 0;
    width: 100%;
    display: none;
  }
  header.main_header .hdr_mnu_rt .hdr_mnu_btm ul.navbar-nav li ul.sub-menu li {
    width: calc(100% - 40px);
  }
  header.main_header .hdr_mnu_rt .hdr_mnu_btm ul.navbar-nav li ul.sub-menu li a {
    color: #787878;
    width: 100%;
  }
  header.main_header .hdr_mnu_rt .hdr_mnu_btm ul.navbar-nav li button.sub-menu-toggle {
    font-size: 0;
    background: none;
    border: none;
    position: relative;
    height: 30px;
    width: 30px;
  }
  header.main_header .hdr_mnu_rt .hdr_mnu_btm ul.navbar-nav li button.sub-menu-toggle span {
    display: none;
  }
  header.main_header .hdr_mnu_rt .hdr_mnu_btm ul.navbar-nav li button.sub-menu-toggle:after {
    content: "\f282";
    font-family: "bootstrap-icons";
    font-size: 20px;
    vertical-align: middle;
    margin: 0 6px 0 0;
    border: none;
    height: 20px;
    width: 10px;
  }
  header.main_header .hdr_mnu_rt .hdr_mnu_btm ul.navbar-nav li.active ul.sub-menu {
    display: inline-block;
  }
  header.main_header .tp_hdr {
    background: #75A9B8;
  }
  header.main_header .tp_hdr .mbl_tp_hdr ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  header.main_header .tp_hdr .mbl_tp_hdr ul li {
    margin: 0;
    padding: 5px 0;
  }
  header.main_header .tp_hdr .mbl_tp_hdr ul li a {
    color: #fff;
    padding: 0 9px;
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  header.main_header .tp_hdr .mbl_tp_hdr ul li:last-child a {
    border-right: none;
  }
  header.main_header .tp_hdr .mbl_tp_hdr ul li.hdr_mbl_bknow a {
    background: #fff;
    padding: 3px 12px;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
  }
  header.main_header .hdr_mnu_rt_btn {
    display: none;
  }
  header.main_header .tp_hdr_mn {
    display: none;
  }
  header.main_header .header.btm_hdr {
    padding: 10px 0;
  }
  header.main_header .header.btm_hdr .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header.main_header .header.btm_hdr .logo .mbl_cntct {
    margin-right: 35px;
  }
  header.main_header .header.btm_hdr .logo .mbl_cntct ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header.main_header .header.btm_hdr .logo .mbl_cntct ul li {
    margin: 0 5px 0;
  }
  header.main_header .header.btm_hdr .logo .mbl_cntct ul li a {
    height: 35px;
    width: 35px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #75A9B8;
  }
  header.main_header .header.btm_hdr .logo .mbl_cntct ul li a img {
    max-width: 20px;
  }
  header.main_header .header.btm_hdr .logo a {
    max-width: 110px;
    display: inline-block;
  }
  header.main_header .new_main_menu {
    padding: 0;
  }
  header.main_header .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li.title .openmenu {
    padding-left: 0;
  }
  body.hdr_fxsd header.main_header {
    box-shadow: 0px 0px 20px -1px #b4b4b4;
  }
  section.banner_section {
    padding: 100px 0 30px;
  }
  section.banner_section .banner_con {
    max-width: 100%;
    margin: 0 0 30px;
  }
  section.banner_section .banner_img {
    text-align: center;
  }
  section.our_courses_sec .our_courses_sngl {
    margin-bottom: 150px;
  }
  section.welcome_sec {
    padding: 20px 0 0;
  }
  section.welcome_sec .wlcm_con_rt .cmn_hdng {
    margin: 30px 0 25px;
  }
  section.our_blog_sec .blog_sngl {
    margin: 0 0 30px;
    height: auto;
  }
  section.whats_next_sec ul {
    flex-wrap: wrap;
  }
  section.our_courses_sec .our_courses_sngl .our_course_sngl_con {
    padding: 0px 30px 65px;
  }
  section.why_choose_sec .why_choose_con ul li {
    width: 100%;
  }
  section.why_choose_sec .cmn_hdng {
    margin: 40px 0 40px;
  }
  section.why_choose_sec .why_choose_img {
    margin: 30px 0 0;
  }
  .cmn_hdng {
    margin: 50px 0 40px;
  }
  section.inr_page_bnr .inr_page_ttl_brdcrmb {
    padding-right: 0;
  }
  section.course_dtl_pnts .course_pnts_sngl {
    margin: 0 0 30px;
    height: auto;
  }
  section.plcs_pcdr_sec ul li {
    width: 33.33%;
  }
  section.oshc_con_img_sec .oshc_img {
    margin-top: 10px;
  }
  section.predeparture_sec .predeparture_img {
    margin: 0 0 30px;
    text-align: center;
  }
  .aparentFirst__boxes ul {
    flex-wrap: wrap;
  }
  .aparentFirst__boxes ul li {
    width: 100%;
    border-right: none;
  }
  .aparentFirst__boxes ul li:last-child .aparentFirst__bxsngl {
    margin-bottom: 0;
  }
  .aparentFirst__bxsngl {
    padding: 0;
    margin: 0 0 30px;
  }
  .newtabing ul.nav.nav-pills {
    flex-wrap: nowrap;
    overflow: auto;
    width: auto;
  }
  .newtabing ul.nav.nav-pills li.nav-item a.nav-link {
    white-space: nowrap;
    padding: 4px 10px;
    font-size: 14px;
  }
  .signupemployee__steps ul {
    flex-wrap: wrap;
  }
  .signupemployee__steps ul li {
    width: 100%;
  }
  .second_con__uls ul li {
    width: 100%;
  }
  .industries .newtabing ul.nav.nav-pills li.nav-item .nav-link {
    white-space: nowrap;
  }
  .lft_img_tab {
    margin-bottom: 30px;
  }
  .signupemployee__steps ul {
    padding: 0;
  }
  .signupemployee__steps ul:after {
    display: none;
  }
  .signupemployee__steps ul li {
    text-align: center !important;
  }
  .signupemployee__steps ul li span {
    margin: 0 auto 20px !important;
  }
  section.why_choose_sec .why_choose_con ul li {
    padding: 0;
  }
  section.why_choose_sec .why_choose_con ul li:nth-child(even) {
    margin-top: 0px;
  }
  .footerfixedlinks ul {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
  }
  .footerfixedlinks ul li {
    transform: rotate(0deg);
    position: initial;
    margin: 0 7px;
  }
  .feedback {
    padding: 10px 0 30px;
  }
  .second_con__uls ul li:nth-child(odd) {
    padding-right: 0;
  }
  .newtabing.fixed_tabing {
    top: 104px;
    left: 0;
    right: 0;
  }
  .newtabing.fixed_tabing .container {
    padding: 0;
  }
  section.client_logo_sec .clients_logos ul li {
    height: 100px;
    width: 100px;
  }
  section.our_courses_sec .our_courses_btn {
    margin: 0;
  }
  section.meet_drctr_sec .meet_drctr_con .cmn_hdng {
    margin-top: 0;
  }
  section.meet_drctr_sec .meet_drctr_img img {
    max-width: 300px;
  }
  .course_sidebar ul.nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    position: initial;
    width: 100%;
  }
  .course_sidebar ul.nav li.nav-item {
    width: auto;
    margin: 0 10px 0 0;
  }
  .course_sidebar ul.nav li.nav-item a.nav-link {
    white-space: nowrap;
    width: auto;
    margin: 0;
  }
  .course_sidebar ul.nav li.nav-item a.nav-link:hover {
    padding-left: 16px;
    width: 100%;
  }
  .course_sidebar ul.nav li.nav-item a.nav-link.active {
    font-size: 20px;
    padding-left: 15px;
  }
  body section.large_sourses {
    padding: 30px 0px 0px 0px;
  }
  section.course_btm_sec {
    margin-top: -70px;
  }
  section.course_btm_sec .course_btm_img {
    text-align: right;
  }
  section.course_btm_sec .course_btm_img img {
    max-width: 300px;
  }
  section.course_btm_sec .course_btm_con {
    padding: 80px 30px 70px;
    margin: 40px 0 10px;
  }
  section.meet_drctr_sec .meet_drctr_con {
    padding: 120px 130px;
    margin: 50px 0 0;
  }
  section.our_values_sec {
    display: none;
  }
  section.our_values_mobile {
    padding: 40px 0 0;
  }
  section.our_values_mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  section.our_values_mobile ul li {
    width: 100%;
  }
  section.our_values_mobile ul li .our_values_mb_sngl {
    padding: 20px;
    box-shadow: 1px 1px 10px 9px rgba(202, 202, 202, 0.4);
    margin: 0 0 40px;
    display: flex;
  }
  section.our_values_mobile ul li .our_values_mb_sngl .our_values_ttl {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    line-height: 50px;
    width: 60px;
  }
  section.our_values_mobile ul li .our_values_mb_sngl .our_values_ttl strong {
    font-size: 60px;
    color: #75A9B8;
    display: block;
    vertical-align: middle;
    margin-right: 15px;
  }
  section.our_values_mobile ul li .our_values_mb_sngl .our_values_rt_con {
    width: calc(100% - 60px);
    padding-left: 10px;
  }
  section.our_values_mobile ul li .our_values_mb_sngl .our_values_rt_con strong {
    font-size: 16px;
  }
  section.our_values_mobile ul li:nth-child(even) {
    margin-left: auto;
  }
  section.our_values_mobile ul li:nth-child(even) .our_values_mb_sngl {
    background: #75A9B8;
    color: #fff;
  }
  section.our_values_mobile ul li:nth-child(even) .our_values_mb_sngl .our_values_ttl strong {
    color: #fff;
  }
  section.our_courses_sec .course_content {
    margin: 130px 0 0;
  }
  .course_sidebar {
    width: 100%;
    background: #fff;
    padding: 10px 0 10px;
    top: 100px;
  }
  section.crsdtl_tb_sec .crsdtl_tb_inr {
    padding: 0;
  }
  section.our_services_sec .our_srvcs_tabs ul.nav-pills {
    max-width: 100%;
  }
  section.our_services_sec .our_srvcs_tabs ul.nav-pills li.nav-item button.nav-link {
    max-width: 100%;
  }
  section.our_services_sec .our_srvcs_tabs .tab-content {
    margin: 0;
  }
  section.our_services_sec .our_srvc_tb_inr .our_srvc_con {
    width: 100%;
    padding: 0 0 30px;
  }
  section.our_services_sec .our_srvc_tb_inr .our_srvc_tb_img {
    width: 100%;
  }
  section.why_choose_aroha_sec {
    padding: 10px 0 20px;
  }
  section.why_choose_aroha_sec .why_choose_sldr_sngl {
    margin: 40px 0 0;
  }
  section.why_choose_aroha_sec .why_choose_sldr_sngl strong {
    margin: 30px 0 10px;
  }
  section.group_booking_tp_consec .group_booking_sngl {
    margin-bottom: 30px;
    height: auto;
  }
  section.phone_booking_sec {
    padding: 0;
  }
  .qualification_img {
    margin-top: 50px;
  }
  section.how_we_work_sec .how_we_work_bxs ul li .how_wework_sngl {
    padding: 15px 20px 20px;
  }
  section.how_we_work_sec .how_we_work_bxs ul li .how_wework_sngl .how_wework_rt {
    width: 100%;
  }
  section.how_we_work_sec .how_we_work_bxs ul li .how_wework_sngl .how_wework_rt img {
    width: 100%;
  }
  section.how_we_work_sec .how_we_work_bxs ul li .how_wework_sngl .how_wework_lft {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
  }
  section.affiliation_sec ul {
    justify-content: center;
  }
  section.affiliation_sec ul li {
    width: 33.33%;
  }
  section.our_services_sec .our_srvc_tb_inr .our_srvc_tb_img {
    margin-top: 0;
  }
  section.aroha_journey_tpcon:after {
    height: 62%;
  }
  section.inr_page_bnr {
    margin-top: 105px;
  }
  section.inr_page_bnr_con .container .cmn_hdng {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px;
  }
  .formpopup section.enquiry_sec .enquiry_now_otr .enqry_img {
    display: none;
  }
  .formpopup section.enquiry_sec .enquiry_now_otr .enqry_form {
    padding: 20px;
    width: 100%;
  }
  section.policy_tbngs ul.nav {
    width: 100%;
  }
  section.policy_tbngs .tab-content {
    width: 100%;
    padding: 0;
  }
  section.domestic_stdnt_bnr {
    margin: 110px 0 0;
    padding: 0 0 30px;
  }
  .domestic_stdnt_bnr .row {
    flex-direction: column-reverse;
  }
  .domestic_stdnt_bnr .domestic_stdnt_img {
    text-align: center;
  }
  .domstc_mn_con {
    width: 100%;
    padding: 0;
  }
  .rt_crs_bx {
    width: 100%;
    margin-bottom: 30px;
  }
  .domstc_mn_con_bx .container {
    flex-direction: column-reverse;
  }
  section.health_advise_sec {
    padding: 50px 0 30px;
    border-radius: 100px 100px 0 0;
  }
  section.student_resources_tab .stdnt_rsrc_tb_con {
    padding: 15px 0 0;
  }
  section.international_stdnt_tab .tab-content .international_stdnts_tab_inr {
    padding: 20px 0 0;
  }
  section.related_courses_international.related_courses .our_courses_sngl {
    margin-bottom: 180px;
  }
  section.international_stdnt_tab ul.nav li.nav-item a.nav-link {
    font-size: 16px;
  }
  section.international_stdnt_tab ul.nav li.nav-item a.nav-link.active {
    font-size: 16px;
  }
  section.internation_stndnts_lnks ul {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
  }
  section.internation_stndnts_lnks ul li {
    width: auto;
    padding: 0 10px;
    margin: 5px 0;
  }
  section.internation_stndnts_lnks ul li a {
    width: 100%;
    padding: 10px 20px;
  }
  section.our_indstry_prtnrs_sec ul li {
    width: 33.33%;
  }
  section.professional_mmbrshp_sec .professional_mmbrshp_con .profsnl_mmbrshp_logos {
    max-width: 100%;
  }
  section.professional_mmbrshp_sec .professional_mmbrshp_con .profsnl_mmbrshp_logos ul li {
    width: 100%;
    padding: 0;
  }
  section.blog_dtl_sec .blog_dtl_sdbr.course_sidebar {
    width: 100%;
    top: 60px;
    z-index: 2;
  }
  section.blog_dtl_sec .blog_dtl_con {
    width: 100%;
  }
  section.training_rooms_list ul li {
    width: 33.33%;
    margin-bottom: 5px;
    flex: auto;
  }
  section.course_dtl_bnr_desktop {
    display: none;
  }
  section.course_dtl_bnr_new {
    margin: 105px 0 0;
  }
  section.course_dtl_bnr_new .container .course_dtl_bnr_btns {
    margin-bottom: 30px;
  }
  domestic_stdnt_bnr_desktop {
    display: none;
  }
  domestic_stdnt_bnr .container .domestci_stdnt_btns {
    margin-bottom: 25px;
  }
  section.domestic_stdnt_bnr_new {
    margin: 105px 0 0;
  }
  section.domestic_stdnt_bnr_desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .cmn_hdng {
    margin: 30px 0 40px;
  }
  .cmn_hdng, body.home .cmn_hdng {
    font-size: 22px;
    line-height: 30px;
  }
  ul.nav.nav-pills {
    margin-bottom: 30px;
  }
  ul.nav.nav-pills li.nav-item {
    font-size: 14px;
  }
  header.main_header nav.navbar .hdr_mnu_rt .hdr_mnu_btm .navbar-nav li a {
    font-size: 18px;
    padding: 0 8px;
  }
  section.our_blog_sec {
    padding: 0;
  }
  section.what_stdnt_say_sec {
    padding: 0 0 30px;
    min-height: 360px;
  }
  section.what_stdnt_say_sec .what_stdnt_say_tab {
    flex-wrap: wrap;
  }
  section.what_stdnt_say_sec .what_stdnt_say_tab ul.nav {
    width: 100%;
    padding: 20px;
    display: none;
  }
  section.what_stdnt_say_sec .what_stdnt_say_tab ul.nav li button {
    width: 100%;
  }
  section.what_stdnt_say_sec .cmn_hdng {
    text-align: center;
  }
  section.what_stdnt_say_sec .cmn_hdng:after {
    right: 0;
  }
  section.our_blog_sec .row .col-lg-4:after .blog_sngl {
    margin-bottom: 0;
  }
  section.what_stdnt_say_sec .what_stdnt_say_tab .tab-content {
    padding: 0;
    width: 100%;
  }
  footer .ftr_follow_hdr {
    font-size: 13px;
    margin: 15px 0 7px;
  }
  footer .ftr_follow ul li a {
    height: 30px;
    width: 30px;
  }
  footer .ftr_nwsltr button.cmnbtn {
    padding: 6px 15px;
  }
  footer .ftr_follow .footer_logo a img {
    max-width: 120px;
  }
  footer .ftr_follow .footer_tribe img {
    max-width: 120px;
  }
  section.cpyrt_sec p {
    margin: 0;
    font-size: 13px;
  }
  footer .ftr_cntct ul li {
    margin-bottom: 5px;
  }
  footer .ftr_cntct .ftr_contact_lnks ul {
    margin-top: 0;
  }
  footer .ftr_nwsltr .ftr_contact_lnks ul li {
    margin-bottom: 5px;
    font-size: 13px;
  }
  footer p {
    font-size: 12px;
    line-height: 18px;
  }
  footer .ftr_cntct ul li a strong, footer .ftr_quicklnks ul li a strong {
    font-size: 12px;
  }
  footer .ftr_cntct ul, footer .ftr_quicklnks ul {
    margin: 0;
  }
  section.banner_section .banner_con .cmn_hdng {
    margin: 20px 0 10px;
    font-size: 30px;
    line-height: 40px;
  }
  section.inr_page_bnr {
    margin: 105px 0 0;
  }
  section.inr_page_bnr .inr_page_ttl_brdcrmb {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.inr_page_bnr .inr_page_ttl_brdcrmb .inr_bnr_con {
    width: 100%;
    padding-right: 0;
  }
  section.inr_page_bnr .inr_page_ttl_brdcrmb .inr_bnr_con .cmn_hdng {
    font-size: 22px;
    margin: 30px 0 40px;
  }
  section.inr_page_bnr .inr_page_ttl_brdcrmb .inr_bnr_con .crs_dtl_btns {
    margin: 0 0 30px;
  }
  section.inr_page_bnr .inr_page_ttl_brdcrmb .inr_bnr_img {
    width: 100%;
    text-align: center;
  }
  section.what_stdnt_say_sec .tstmnl_hdr_prt {
    margin: 20px 0;
  }
  section.fnd_agnt_tbl {
    padding: 60px 0 0;
  }
  section.contact_sec .contact_drctry_inr ul li {
    width: 100%;
    border: none;
    padding: 0;
  }
  section.enquiry_sec {
    padding: 0;
  }
  section.enquiry_sec .enquiry_now_otr .enqry_img {
    width: 100%;
  }
  section.enquiry_sec .enquiry_now_otr .enqry_form {
    padding: 20px;
    width: 100%;
  }
  section.enquiry_sec {
    padding: 20px 0 0px;
  }
  section.course_tab_sec {
    padding: 30px 0 0;
    top: 82px;
  }
  section.course_tab_sec .course_tb_inr ul.nav {
    margin-bottom: 0 !important;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
    max-width: 100%;
  }
  section.course_tab_sec .course_tb_inr ul.nav li.nav-item .nav-link {
    padding: 5px 20px;
  }
  section.course_cntnt_sec .course_tab_img {
    margin: 0 0 30px;
  }
  body section.large_sourses {
    margin-bottom: 0px;
  }
  header.main_header .header.btm_hdr .logo a {
    max-width: 110px;
    display: inline-block;
  }
  footer .ftr_quicklnks ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer .ftr_quicklnks ul li {
    width: 50%;
  }
  footer .ftr_quicklnks ul li:nth-child(odd) {
    padding-right: 5px;
  }
  section.intntnl_cntnt_sec .intntn_pnts_rt {
    float: none;
    margin: 30px 0 0;
  }
  section.plcs_pcdr_sec {
    padding: 30px 0 0;
  }
  section.plcs_pcdr_sec ul li {
    width: 50%;
    padding: 0 5px;
  }
  section.plcs_pcdr_sec ul li a {
    line-height: 18px;
    font-size: 16px;
    padding: 8px 10px;
  }
  section.plcs_pcdr_sec ul li:nth-child(odd) {
    padding-left: 0;
  }
  section.plcs_pcdr_sec ul li:nth-child(even) {
    padding-right: 0;
  }
  section.stdnt_srvcs_tp_cntnt_sec {
    padding: 1px 0 1px;
  }
  section.stdnt_srvcs_tp_cntnt_sec .cmn_hdng_large {
    margin: 40px 0 25px;
  }
  section.stdnt_srvcs_tp_cntnt_sec ul li {
    width: 100%;
  }
  section.stdnt_srvcs_tp_cntnt_sec ul li:nth-child(odd) {
    padding-right: 0;
  }
  section.agnt_frm_sec .form-group {
    margin-bottom: 5px;
  }
  section.thank_error_sec .thnk_error_con img {
    max-width: 200px;
  }
  section.fnd_agnt_tbl {
    margin: 0 0 30px;
  }
  section.course_dtl_pnts {
    padding: 30px 0 5px;
  }
  section.our_blog_sec .blog_vw_more a.cmnbtn {
    margin: 15px 0 0;
  }
  .feedback__emoji ul li img {
    max-width: 40px;
  }
  .second_con .second_con_img {
    margin: 20px 0 0;
  }
  .footerfixedlinks ul li {
    padding: 0;
    border: none;
  }
  .footerfixedlinks ul li a {
    font-size: 13px;
    border: 1px solid #fff;
  }
  section.cpyrt_sec {
    padding: 10px 0 50px;
  }
  section.form_venture .form_venture {
    max-width: 100%;
  }
  .training_rooms_list {
    margin-bottom: 40px;
  }
  .training_rooms_list .cmn_hdng {
    font-size: 20px;
  }
  section.our_ethios_sec {
    padding: 15px 0 10px;
  }
  section.room_sec .roos_inr ul li .rooms_sldr {
    width: 100%;
  }
  section.room_sec .roos_inr ul li .rooms_con {
    width: 100%;
    padding: 0 0 20px;
  }
  section.room_sec .roos_inr ul li:nth-child(even) .rooms_con {
    padding: 0 0 20px;
  }
  section.our_ethios_sec .our_ethios_sngl {
    margin-bottom: 30px;
    height: auto;
  }
  section.our_ethios_sec .our_ethios_sngl {
    padding: 10px;
  }
  .clients_img {
    margin-bottom: 30px;
  }
  section.grop_booking_firstcon .group_booking_bx {
    max-width: 100%;
  }
  section.grop_booking_firstcon .group_booking_bx .group_booking_lft {
    width: 100%;
  }
  section.grop_booking_firstcon .group_booking_bx .group_booking_rt {
    width: 100%;
    padding: 0;
    border: none;
  }
  section.group_booking_sec {
    padding: 30px 0 0;
  }
  section.gallery_sec {
    padding: 0;
  }
  section.course_ovrvw_newsec .course_icon_part ul li {
    width: 100%;
  }
  section.enroll_now_sec {
    padding: 30px 0;
  }
  section.enroll_now_sec .enrol_now_inr {
    flex-wrap: wrap;
  }
  section.enroll_now_sec .enrol_now_inr .enrol_now_con {
    width: 100%;
    margin: 0 0 20px;
    font-size: 17px;
  }
  section.course_dtl_pnts .course_pnts_sngl {
    margin: 0 0 30px;
  }
  section.why_choose_sec {
    padding: 160px 0 20px;
    margin: -90px 0 0;
  }
  section.why_choose_sec .why_choose_con ul {
    flex-wrap: wrap;
  }
  section.why_choose_sec .why_choose_con ul li {
    width: 50%;
  }
  section.why_choose_sec .why_choose_con ul li .why_chs_sngl {
    padding: 0 5px 0;
  }
  section.why_choose_sec .why_choose_con ul li .why_chs_sngl .why_choose_snlg_img {
    min-height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.why_choose_sec .why_choose_con ul li .why_chs_sngl .why_choose_snlg_img img {
    max-height: 80px;
    max-width: 80px;
  }
  section.why_choose_sec .why_choose_con ul li .why_chs_sngl strong {
    font-size: 14px;
  }
  section.client_logo_sec .clients_logos ul {
    flex-wrap: wrap;
  }
  section.client_logo_sec .clients_logos ul li {
    width: 100px;
    height: 100px;
    margin: 0 20px 20px;
  }
  section.banner_section {
    padding: 105px 0 20px;
  }
  section.banner_section .banner_img img {
    max-width: 60%;
  }
  section.banner_section .banner_form {
    padding: 0;
    position: initial;
  }
  section.banner_section .banner_form .banner_form_ttl {
    font-size: 22px;
  }
  section.banner_section .banner_form form {
    flex-wrap: wrap;
  }
  section.banner_section .banner_form form .form-group {
    width: 100%;
    margin: 0 0 10px 0;
  }
  section.banner_section .banner_form form select.form-select {
    margin: 0 0 10px;
  }
  section.banner_section .banner_form form .bnr_sbmt_btn {
    height: auto;
    width: auto;
    font-size: 14px;
    padding: 10px 20px;
    line-height: 18px;
    font-weight: 600;
  }
  section.banner_section .banner_form form .bnr_sbmt_btn i {
    display: none;
  }
  section.banner_section .banner_form form .bnr_sbmt_btn span.mbl_btn_txt {
    display: inline-block;
  }
  section.banner_section .banner_slider .row {
    flex-direction: column-reverse;
  }
  section.banner_section .banner_slider .swiper-pagination-banner {
    position: initial;
    margin: 10px 0 0;
  }
  section.our_courses_sec {
    margin-top: 0;
  }
  section.our_courses_sec .our_courses_sngl {
    width: 100%;
  }
  section.course_btm_sec .course_btm_con {
    padding: 70px 10px 70px;
    margin: 0px 0 -20px;
  }
  section.banner_section .banner_form {
    width: 100%;
    margin: 30px 0 0;
    box-shadow: none;
  }
  section.what_stdnt_say_sec .what_stdnt_say_tab .tab-content {
    min-height: 500px;
  }
  section.what_stdnt_say_sec .what_stdnt_say_tab .tab-content .tstmnl_tb_inr strong {
    font-size: 18px;
  }
  section.meet_drctr_sec {
    padding: 0 0 30px;
  }
  section.meet_drctr_sec .row {
    flex-direction: column-reverse;
  }
  section.meet_drctr_sec .meet_drctr_con {
    padding: 15px 0 0 0;
    margin: 0;
  }
  section.meet_drctr_sec .cmn_hdng {
    margin: 0 0 50px;
  }
  section.affiliation_sec .affltn_sngl {
    margin-bottom: 20px;
  }
  section.ataroha_sec {
    padding-top: 0;
  }
  section.ataroha_sec .row {
    flex-direction: column-reverse;
  }
  section.ataroha_sec .ataroha_con {
    padding-top: 20px;
  }
  section.ataroha_sec .ataroha_con .cmn_hdng {
    margin: 0 0 10px;
    font-size: 26px;
  }
  section.ataroha_sec .ataroha_img {
    max-width: 200px;
    margin: auto;
  }
  section.ataroha_sec .ataroha_img img {
    max-width: 100%;
  }
  section.our_mission_vision {
    padding: 30px 0 0px;
  }
  section.our_mission_vision .our_vsn_msn {
    padding: 100px 50px;
  }
  section.inr_page_bnr .cmn_hdng {
    font-size: 24px;
  }
  .student-refer {
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    transform: none;
  }
  .refer-button {
    transform: none;
    position: initial;
    margin: 0 5px;
    padding: 0.6rem 0.6rem;
  }
  .refer-button:hover {
    transform: none;
    animation: none;
  }
  section.course_category_banner {
    margin-top: 130px;
    padding: 0;
  }
  section.course_category_banner .row {
    flex-direction: column-reverse;
  }
  section.course_category_banner .course_ctbnr_con {
    padding: 0;
  }
  section.course_category_banner .course_ctbnr_con .cmn_hdng {
    font-size: 22px;
    margin: 20px 0 20px;
  }
  section.course_category_banner .course_ctbnr_con p {
    font-size: 14px;
  }
  body.page-template-course_detail section.related_courses {
    margin-top: 0 !important;
    padding-bottom: 30px !important; /* margin-bottom: -190px !important;*/
  }
  body.page-template-course_detail section.related_courses .row .col-md-6:last-child .our_courses_sngl {
    margin-bottom: 30px;
  }
  section.our_courses_sec .our_courses_btn {
    margin: -80px 0 0;
  }
  section.course_btm_sec {
    margin-top: 0;
    padding-top: 140px;
  }
  section.course_dtl_bnr {
    margin: 130px 0 30px;
  }
  section.course_dtl_bnr .cmn_hdng {
    line-height: 34px;
    margin: 0 0 15px;
  }
  section.course_dtl_bnr .course_dtl_bnr_inr {
    flex-direction: column-reverse;
  }
  section.course_dtl_bnr .course_dtl_bnr_inr .course_dtl_bnr_con {
    padding: 0;
    width: 100%;
  }
  section.course_dtl_bnr .course_dtl_bnr_inr .course_bnr_img {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
  section.course_dtl_bnr .course_dtl_bnr_inr .course_bnr_img img {
    max-height: 250px;
  }
  section.crsdtl_tb_sec {
    padding: 30px 0 0;
  }
  section.crsdtl_tb_sec ul.nav {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  section.crsdtl_tb_sec .crsdtl_tb_whyaroha .why_aroha_sngl {
    margin: 0 0 30px;
  }
  section.crsdtl_tb_sec .flexible_convenient .flexible_convenient_sngl {
    padding: 30px 20px;
  }
  section.course_dtl_package {
    padding: 30px 0 0px;
  }
  section.course_dtl_package .swiper-button-prev {
    left: 5px;
    background: transparent;
  }
  section.course_dtl_package .swiper-button-next {
    right: 5px;
    background: transparent;
  }
  section.course_btm_sec .course_btm_img {
    text-align: center;
  }
  section.course_btm_sec .course_btm_img img {
    max-width: 300px;
    margin: -100px 0 0;
    max-height: 250px;
  }
  section.course_btm_sec .course_btm_con .cmn_hdng {
    line-height: 30px;
    font-size: 22px;
    margin: 20px 0 20px;
  }
  .accordion .accordion-item .accordion-button:not(.collapsed) {
    padding: 13px 13px 0;
    font-size: 16px;
  }
  .accordion .accordion-item .accordion-body {
    padding: 0px 13px 1px;
  }
  .accordion .accordion-item .accordion-button {
    padding: 13px;
    font-size: 16px;
  }
  section.our_services_sec {
    padding: 1px 0 30px;
  }
  section.our_services_sec .our_srvcs_tabs ul.nav-pills li.nav-item {
    margin: 0 5px;
  }
  section.our_services_sec .our_srvcs_tabs ul.nav-pills li.nav-item button.nav-link {
    max-width: 160px;
    padding: 7px 10px;
    line-height: 20px;
  }
  section.our_services_sec .our_srvc_tb_inr .our_srvc_con {
    padding: 0;
  }
  section.our_services_sec .cmn_hdng {
    text-align: center;
    margin: 30px 0 20px;
  }
  section.top_con_btn {
    padding: 30px 0 30px;
  }
  section.top_con_btn .tp_con_btn {
    text-align: center;
  }
  section.group_booking_tp_consec .group_booking_sngl {
    padding: 20px 20px 15px;
  }
  section.phone_booking_sec {
    margin: 0;
    padding: 0 0 20px;
  }
  section.phone_booking_sec .reschedule_mail_rt {
    margin: 10px 0 0;
  }
  section.phone_booking_sec .cmn_hdng {
    margin: 0 0 10px;
  }
  body.page-template-templatesgroup_booking-php section.client_logo_sec {
    padding: 30px 0 0;
  }
  section.group_booking_tp_consec .cmn_hdng {
    text-align: left;
    margin: 30px 0 20px;
  }
  section.employemnet_service_section .employement_service_sngl {
    padding: 0;
    margin: 0 0 30px;
  }
  section.how_we_work_sec {
    padding: 0;
  }
  section.how_we_work_sec .how_we_work_bxs {
    margin: 40px 0 0;
  }
  section.how_we_work_sec .how_we_work_bxs ul li {
    margin: 0 0 100px;
  }
  section.how_we_work_sec .how_we_work_bxs ul li .how_wework_sngl .how_wework_lft .cmn_hdng {
    margin: 0 0 15px;
    font-size: 26px;
  }
  section.how_we_work_sec .how_we_work_bxs ul li .how_wework_sngl:after {
    height: 60px;
    width: 60px;
    background-size: contain;
    bottom: -87px;
  }
  section.qualification_sec {
    padding: 0 0 30px;
  }
  section.crsdtl_tb_sec ul.nav li.nav-item .nav-link.active, section.crsdtl_tb_sec .crsdtl_tb_courseinfo ul.nav li.nav-item a.nav-link.active {
    font-size: 16px;
    padding-left: 16px !important;
  }
  section.crsdtl_tb_sec ul.nav li.nav-item, section.crsdtl_tb_sec .crsdtl_tb_courseinfo ul.nav li.nav-item {
    margin-right: 10px;
  }
  section.crsdtl_tb_sec ul.nav li.nav-item .nav-link, section.crsdtl_tb_sec .crsdtl_tb_courseinfo ul.nav li.nav-item .nav-link {
    font-size: 16px !important;
    padding: 8px 16px;
  }
  section.crsdtl_tb_sec ul.nav li.nav-item .nav-link:hover, section.crsdtl_tb_sec .crsdtl_tb_courseinfo ul.nav li.nav-item .nav-link:hover {
    padding-left: 16px !important;
    width: 100%;
  }
  section.crsdtl_tb_sec .crsdtl_tb_inr ul.nav li.nav-item a.nav-link.active, section.crsdtl_tb_sec .crsdtl_tb_inr ul.nav li.nav-item a.nav-link:hover {
    padding-left: 15px !important;
  }
  section.why_choose_aroha_sec .why_choose_sldr_sngl strong {
    font-size: 16px;
  }
  section.contact_sec .contact_drctry_inr span {
    font-size: 16px;
  }
  section.contact_sec .contact_drctry_inr ul li strong {
    font-size: 16px;
  }
  section.inr_page_bnr_new {
    background-size: cover;
  }
  section.aroha_journey_tpcon {
    padding: 15px 0 10px;
  }
  section.aroha_journey_tpcon:after {
    display: none;
  }
  section.aroha_journey_tpcon .aroha_jrny_otr_tb {
    margin: 20px 0 0;
  }
  section.aroha_journey_tpcon .aroha_jrny_otr_tb .aroha_jrny_inrtb_slf {
    flex-wrap: wrap;
  }
  section.aroha_journey_tpcon .aroha_jrny_otr_tb .aroha_jrny_inrtb_slf ul.nav {
    width: 100%;
  }
  section.aroha_journey_tpcon .aroha_jrny_otr_tb .aroha_jrny_inrtb_slf ul.nav li.nav-item button.nav-link {
    width: 100%;
    font-size: 16px;
  }
  section.aroha_journey_tpcon .aroha_jrny_otr_tb .aroha_jrny_inrtb_slf .tab-content {
    width: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  section.aroha_journey_tpcon .aroha_jrny_otr_tb > ul.nav.nav-pills {
    margin-bottom: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: center;
  }
  section.aroha_journey_tpcon .aroha_jrny_otr_tb > ul.nav.nav-pills li.nav-item {
    margin: 0 13px 0 0;
  }
  section.aroha_journey_tpcon .aroha_jrny_otr_tb > ul.nav.nav-pills li.nav-item button.nav-link {
    display: flex;
    padding: 5px 15px;
    white-space: nowrap;
    font-size: 11px;
    align-items: center;
  }
  section.aroha_journey_tpcon .aroha_jrny_otr_tb > ul.nav.nav-pills li.nav-item button.nav-link img {
    max-height: 18px;
    min-width: 8px;
  }
  section.aroha_journey_tpcon .aroha_jrny_otr_tb .aroha_jrny_inrtb_slf ul.nav {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  section.aroha_journey_tpcon .aroha_jrny_otr_tb .aroha_jrny_inrtb_slf ul.nav li.nav-item button.nav-link {
    white-space: nowrap;
    font-size: 16px;
  }
  section.aroha_journey_tpcon .aroha_jrny_otr_tb .aroha_jrny_inrtb_slf ul.nav li.nav-item button.nav-link.active {
    font-size: 16px;
    padding-left: 30px;
  }
  section.aroha_journey_tpcon .aroha_jrny_otr_tb .aroha_jrny_inr_tb .bnr_imb_inr_tb {
    margin-bottom: 30px;
  }
  section.inr_page_bnr_con {
    display: block;
  }
  section.inr_page_bnr_con .container {
    position: initial;
    display: block;
    padding: 30px 15px 5px;
  }
  section.inr_page_bnr_con .container .cmn_hdng {
    font-size: 24px;
    line-height: 22px;
  }
  section.inr_page_bnr_con .container .cmn_hdng br {
    display: none;
  }
  section.inr_page_bnr_con .container .bnr_btns {
    text-align: center;
  }
  section.inr_page_bnr_con .container .bnr_btns a {
    margin: 0;
    width: 100%;
    margin: 0 0 10px;
  }
  section.inr_page_bnr_con .container .inr_bnr_con_inr {
    text-align: center;
  }
  section.why_choose_aroha_staff .why_chs_btns a {
    width: 100%;
    margin: 0 0 10px;
  }
  section.why_choose_aroha_staff ul {
    justify-content: center;
  }
  section.why_choose_aroha_staff ul li {
    width: 50%;
  }
  section.service_area_sec {
    padding: 30px 0 30px;
  }
  section.service_area_sec .aervice_area_img {
    margin: 20px 0 0;
  }
  section.service_area_sec .service_area_con .service_areas_btns a {
    margin: 0 0 10px;
    width: 100%;
  }
  section.current_opportunity_sec {
    padding: 10px 0 1px;
  }
  section.current_opportunity_sec .current_oprtnty_otr {
    margin: 0;
    max-width: 100%;
  }
  section.current_opportunity_sec .oprtnty_form .oportnty_reslts {
    margin: 20px 0 0;
  }
  section.current_opportunity_sec .oprtnty_form form {
    flex-wrap: wrap;
  }
  section.current_opportunity_sec .oprtnty_form form .form-group {
    width: 100%;
    margin: 0 0 10px;
  }
  section.aroha_journey_tpcon .cmn_hdng {
    margin: 0 0 20px;
    text-align: left;
  }
  section.our_courses_sec .course_content {
    margin: 130px 0 -120px;
  }
  .course_sidebar ul.nav {
    margin: 10px 0 0;
  }
  .course_sidebar ul.nav li.nav-item a.nav-link {
    font-size: 16px;
  }
  .course_sidebar ul.nav li.nav-item a.nav-link.active {
    font-size: 16px;
  }
  .otherContactDetails__btmbox {
    padding: 20px 20px 10px;
  }
  .otherContactDetails__btmbox a {
    font-size: 14px;
  }
  section.thank_error_sec {
    padding: 140px 0 10px;
  }
  section.thank_error_sec .error_txt {
    padding: 40px 0 0;
    font-size: 32px;
  }
  section.thank_error_sec .error_txt span {
    font-size: 40px;
  }
  section.thank_error_sec .error_txt a {
    margin-top: 30px;
  }
  section.thank_error_sec {
    padding: 140px 0 20px;
  }
  section.course_bnr_sldr .swiper-pagination-clickable {
    position: initial;
    margin: 20px 0 0;
  }
  section.policy_tbngs .swiper-button-next, section.policy_tbngs .swiper-button-prev {
    background: #b6b6b6;
    color: #fff;
  }
  section.policy_tbngs .swiper-button-next i, section.policy_tbngs .swiper-button-prev i {
    font-size: 20px;
  }
  section.client_logo_sec {
    padding: 30px 0 30px;
  }
  section.client_logo_sec .clients_logos {
    max-width: 100%;
  }
  section.client_logo_sec .clients_logos .clients_slider_sngl {
    height: 90px;
    width: 90px;
    margin: 0 auto;
  }
  section.our_courses_sec .cmn_hdng {
    margin: 0 0 130px;
  }
  section.our_courses_sec .our_courses_sngl {
    width: 100%;
  }
  section.our_courses_sec .our_courses_sngl .our_course_sngl_con {
    padding: 0px 5px 5px;
    min-height: 100px;
  }
  section.our_courses_sec .our_courses_sngl .course_sngl_img {
    margin: -100px 0 10px;
  }
  section.our_courses_sec .our_courses_sngl .course_sngl_img img {
    max-height: 110px;
  }
  section.our_courses_sec .our_courses_sngl strong {
    font-size: 14px;
  }
  section.our_courses_sec .our_courses_sngl .cmnbtn {
    max-width: 100px;
    font-size: 11px;
    padding: 8px 13px;
  }
  section.our_courses_sec .our_courses_sngl:hover .cmnbtn {
    transform: none;
    padding-right: 20px !important;
    max-width: 110px;
  }
  section.our_courses_sec .our_courses_sngl:hover .cmnbtn:before {
    font-size: 12px;
    right: 1px;
  }
  body section.large_sourses {
    padding: 0;
  }
  body section.large_sourses > .container {
    padding: 0;
  }
  body section.large_sourses .our_courses_sngl {
    margin-bottom: 130px;
  }
  body section.large_sourses .our_courses_sngl .our_course_sngl_con {
    padding: 0px 10px 15px;
  }
  body section.large_sourses .our_courses_sngl .course_sngl_img {
    width: 130px;
    height: 120px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: -100px auto 10px;
  }
  body section.large_sourses .our_courses_sngl strong {
    font-size: 12px;
    line-height: 14px;
  }
  body section.large_sourses .our_courses_sngl:hover .cmnbtn {
    transform: none;
    padding-right: 20px !important;
    max-width: 110px;
  }
  body section.large_sourses .our_courses_sngl:hover .cmnbtn:before {
    font-size: 12px;
    right: 1px;
  }
  body section.related_courses {
    margin: 40px 0 0 !important;
    padding: 10px 0 120px !important;
  }
  body section.related_courses .cmn_hdng {
    margin: 20px 0 120px !important;
  }
  body section.related_courses > .container {
    padding: 0 12px;
  }
  section.whats_next_sec ul li {
    margin: 0 3px;
  }
  .ftr_nwsltr p span {
    display: block;
  }
  .ftr_nwsltr form {
    max-width: 80%;
  }
  section.about_us_con {
    margin: 0;
    text-align: left;
  }
  section.about_us_con .container .cmn_hdng {
    text-align: left;
  }
  section.affiliation_sec ul li {
    margin: 0;
    padding: 0 10px;
  }
  section.affiliation_sec .affltn_sngl {
    height: 65px;
    position: relative;
    overflow: hidden;
  }
  section.affiliation_sec .affltn_sngl img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body.page-template-course_category section.course_btm_sec {
    padding: 130px 0 0;
  }
  section.enquiry_sec .enquiry_now_otr .enqry_form .cmn_hdng {
    font-size: 26px;
  }
  .selectize-input {
    padding: 7px 26px 7px 12px;
  }
  .feedback .cmn_hdng {
    margin: 20px 0 20px;
  }
  section.stdnt_srvcs_tp_cntnt_sec .accordion {
    width: 100%;
  }
  section.whats_next_sec img {
    max-width: 100%;
  }
  section.why_choose_aroha_sec .why_choose_img {
    padding-right: 0;
  }
  section.policy_tbngs .policy_tb_slider .policy_sngl {
    min-height: auto;
  }
  section.policy_tbngs .policy_tb_slider .policy_sngl .recruitment_btn {
    font-size: 18px;
  }
  section.acccrediation_sec {
    border-radius: 0px;
    margin: 105px 0 0;
    padding: 30px 0 20px;
  }
  section.acccrediation_sec .row {
    flex-direction: column-reverse;
  }
  section.acccrediation_sec .accrediation_lft_con {
    padding-right: 0;
  }
  section.acccrediation_sec .accrediation_img {
    margin: 0 0 30px;
    text-align: center;
  }
  section.partner_sec {
    margin: 0 0 30px;
  }
  section.partner_sec .partner_sldr_inr {
    margin: 0 auto;
    max-width: 75%;
    padding: 0;
  }
  section.partner_sec .partner_sldr_inr .swiper-button-prev {
    left: -50px;
  }
  section.partner_sec .partner_sldr_inr .swiper-button-next {
    right: -50px;
  }
  section.partner_sec .partner_sldr_inr .partner_sngl img {
    max-width: 100%;
  }
  section.industry_partner_sec {
    border-radius: 0px;
    padding: 10px 0 10px;
  }
  section.industry_partner_sec .text-center {
    margin-bottom: 40px;
  }
  section.industry_partner_sec ul li {
    width: 100%;
  }
  section.industry_partner_sec ul li:nth-child(odd) {
    padding: 0;
  }
  section.industry_partner_sec ul li:nth-child(even) {
    padding: 0;
  }
  section.industry_partner_sec ul li strong {
    margin: 0 0 10px;
    font-size: 22px;
  }
  section.domestic_stdnt_bnr .domestic_stdnt_con .cmn_hdng {
    text-align: left;
    margin: 20px 0 20px;
  }
  .rt_crs_bx {
    padding: 15px;
  }
  .why_choose_aroha_college .why_aroha_college_inr .cmn_hdng {
    text-align: center;
  }
  .why_choose_aroha_college .why_aroha_college_inr ul {
    justify-content: center;
  }
  .why_choose_aroha_college .why_aroha_college_inr ul li {
    width: 50%;
    margin: 0 0 30px;
    padding: 0 5px;
  }
  .why_choose_aroha_college .why_aroha_college_inr .why_aroha_clg_acrdn {
    margin: 30px 0 0;
  }
  .domestci_stdnt_btns a {
    width: 100%;
  }
  section.course_dtl_pnts .course_pnts_sngl {
    margin: 0 0 30px;
    padding: 15px;
  }
  section.course_dtl_pnts .course_pnts_sngl strong {
    font-size: 18px;
    margin: 12px 0 10px;
    line-height: 23px;
  }
  .domstc_mn_con .intro_slf_inr .cmn_hdng {
    margin: 0 0 10px;
  }
  section.health_advise_sec {
    padding: 40px 0 30px;
    border-radius: 50px 50px 0 0;
  }
  section.health_advise_sec .cmn_hdng {
    margin: 0 0 20px;
  }
  section.covid_tp_con {
    padding: 0 0 20px;
  }
  section.international_stdnts_frst_con {
    padding: 30px 0 0px;
  }
  section.international_stdnt_tab {
    padding: 30px 0 0;
  }
  section.related_courses_international.related_courses {
    padding: 20px 0 0 !important;
  }
  section.related_courses_international.related_courses .our_courses_sngl {
    margin: 60px 0 60px;
  }
  section.related_courses_international.related_courses .cmn_hdng {
    margin: 20px 0 70px !important;
  }
  section.agent_hub_tab_sec {
    padding: 40px 0 0;
  }
  section.agent_hub_tab_sec .agent_hub_tb {
    padding: 0;
  }
  section.agent_hub_tab_sec .agent_hub_tb ul li {
    width: 50%;
    padding: 0 5px;
  }
  section.agent_hub_tab_sec .agent_hub_tb ul li a {
    padding: 20px;
  }
  section.agent_hub_tab_sec .agent_hub_tb ul li a .agnt_hub_img img {
    max-width: 40px;
  }
  section.agent_hub_tab_sec .agent_hub_tb ul li .agnt_hub_dwnld_sngl {
    padding: 7px;
  }
  section.find_agents_sec {
    padding: 10px 0 40px;
    border-radius: 80px 80px 0 0;
    margin: 20px 0 0;
  }
  body.page-template-domestic_student section.related_courses {
    margin: 0 !important;
  }
  section.stdyng_aroha_clg_sec {
    padding: 0;
  }
  section.stdyng_aroha_clg_sec .cmn_hdng {
    margin: 0 0 10px;
    font-size: 20px;
  }
  .stdyng_aroha_con {
    padding: 0 0 30px;
  }
  .stdyng_aroha_img {
    margin: 0 0 15px;
  }
  section.form_venture {
    padding: 1px 0 30px;
  }
  section.campus_home.campus_sec .swiper {
    padding: 0 0 10px;
  }
  section.our_brands_sec .cmn_hdng {
    margin-top: 0;
  }
  section.our_brands_sec ul li {
    margin: 0 0 30px;
  }
  section.our_brands_sec ul li .brnds_lgo {
    width: 100%;
    margin: 0 0 20px;
    max-width: 150px;
  }
  section.our_brands_sec ul li .brnds_txt {
    width: 100%;
    padding: 0;
  }
  section.our_indstry_prtnrs_sec {
    padding: 1px 0 15px;
  }
  section.our_indstry_prtnrs_sec ul li {
    width: 50%;
    padding: 0 10px;
  }
  section.our_indstry_prtnrs_sec ul li .indstry_prtnr_img {
    width: 80%;
  }
  section.rto_aroha_btm_pglnks {
    padding: 30px 0 20px;
  }
  section.rto_aroha_btm_pglnks ul li {
    flex: auto;
    width: 50%;
  }
  section.rto_aroha_btm_pglnks ul li:nth-child(even) a {
    border-right: 1px solid #6D6D6D;
  }
  section.quality_assrnc_sec .quality_assrnc_img_btn {
    margin: 10px 0 0;
  }
  section.professional_mmbrshp_sec .prfsnl_mmbrshp_sngl .prfsnl_mmbrshp_img {
    width: 80px;
  }
  section.professional_mmbrshp_sec .prfsnl_mmbrshp_sngl .prfsl_mmbrshp_txt {
    width: calc(100% - 80px);
    font-size: 14px;
  }
  section.quality_assrnc_sec .quality_assrnc_con .middlebuttons {
    margin: 20px 0 10px;
  }
  section.quality_assrnc_sec .quality_assrnc_con .middlebuttons a {
    margin: 0 10px 10px 0;
  }
  section.quality_assrnc_sec .quality_assrnc_con .pdfbuttonlinks ul li {
    margin: 0 0 30px 0;
    width: 100%;
  }
  section.quality_assrnc_sec .quality_assrnc_con .pdfbuttonlinks ul li a {
    padding: 0 5px;
    width: 100%;
  }
  section.quality_assrnc_sec .container > .cmn_hdng {
    margin-bottom: 30px;
  }
  section.professional_mmbrshp_sec .container > .cmn_hdng {
    margin-bottom: 30px;
  }
  section.rto_internation_stndnts_lnks {
    padding: 25px 0 0;
  }
  section.rto_internation_stndnts_lnks ul {
    justify-content: center;
  }
  section.rto_internation_stndnts_lnks ul li {
    margin: 0 5px 0 0;
  }
  section.rto_internation_stndnts_lnks ul li a {
    padding: 7px 20px;
    font-size: 14px;
  }
  section.rto_international_stdnts_frst_con {
    padding: 10px 0 0;
  }
  section.blog_dtl_sec .blog_dtl_sdbr.course_sidebar {
    top: 100px;
  }
  section.domstc_mn_con_bx {
    padding: 50px 0 0px;
  }
  section.training_rooms_list ul li {
    width: 50%;
    padding: 0 5px;
  }
  section.training_rooms_list .training_room_sngl {
    padding: 5px;
  }
  section.training_rooms_list .training_room_sngl strong {
    font-size: 12px;
    line-height: 16px;
  }
  section.training_rooms_list .room_enq_sngl.training_room_sngl {
    padding: 15px 15px 0px;
  }
  section.our_blog_sec .blog_viewall_artcles {
    font-size: 18px;
    margin: 0 0 30px;
  }
  body.page-template-templatesterms_condition-php section.agent_hub_tab_sec .agent_hub_tb h1, body.page-template-templatesterms_condition-php section.agent_hub_tab_sec .agent_hub_tb h2, body.page-template-templatesterms_condition-php section.agent_hub_tab_sec .agent_hub_tb h3, body.page-template-templatesterms_condition-php section.agent_hub_tab_sec .agent_hub_tb h4, body.page-template-templatesterms_condition-php section.agent_hub_tab_sec .agent_hub_tb h5 {
    font-size: 26px;
  }
  section.why_aroha_new_sec {
    padding: 0 0 15px;
    margin: 0;
  }
  section.why_aroha_new_sec .cmn_hdng {
    margin: 30px 0 10px;
  }
  section.why_aroha_new_sec .why_aroha_new_inr ul li {
    width: 100%;
  }
  section.agent_hub_tab_sec .agnt_hub_glry ul li {
    width: 50%;
  }
  section.our_services_sec .our_srvcs_tabs ul.nav-pills li.nav-item button.nav-link {
    font-size: 14px;
  }
  section.course_dtl_bnr strong {
    font-size: 16px !important;
    line-height: 22px;
  }
  footer .ftr_cntct ul li a, footer .ftr_quicklnks ul li a {
    font-size: 12px;
  }
  section.why_aroha_new_sec .why_aroha_new_inr ul li .why_aroha_new_sngl {
    margin-bottom: 0;
    padding: 20px 0 0;
  }
  section.aroha_journey_tpcon .contentbox em {
    font-size: 14px;
  }
  section.hideleftsidebar .agent_hub_tb ul li a.agnt_hub_dwnld_ttl {
    min-height: 64px;
  }
  section.agent_hub_tab_sec .agnt_hub_dwnld_sngl a.agnt_hub_dwnld_btn {
    padding: 7px 10px;
  }
  section.why_choose_sec {
    overflow: hidden;
    padding: 110px 0 15px;
  }
  section.why_choose_sec svg {
    width: 140%;
    height: 120%;
  }
  footer .ftr_follow p {
    font-size: 12px;
  }
  section.our_brands_sec ul {
    margin: 50px 0 0;
  }
  section.our_brands_sec ul li {
    margin: 0 0 30px;
    padding: 0 7px;
  }
  section.our_brands_sec {
    background: #eaeff1;
    padding: 30px 0 10px;
  }
  body.page-id-2775 section.quality_assrnc_sec .quality_assrnc_img img {
    max-width: 50%;
    margin: 0 auto 20px;
    display: block;
  }
  section.what_stdnt_say_sec .tab-pane {
    position: absolute;
  }
  section.what_stdnt_say_sec .tab-pane.active {
    position: initial;
  }
  section.what_stdnt_say_sec .what_stdnt_say_tab .tab-content {
    min-height: auto;
  }
  .inr_page_bnr.inr_page_bnr_con {
    display: none;
  }
  .inr_page_bnr.in_bnr_con_mobile {
    display: block;
  }
  section.banner_section .banner_slider .banner_sldr_sngl .container {
    top: auto;
    bottom: 5%;
  }
  section.banner_section .banner_slider .banner_sldr_sngl .container .bnr_sldr_sngl_con .bnr_sldr_sngl_btns {
    flex-wrap: wrap;
  }
  section.banner_section .banner_slider .banner_sldr_sngl .container .bnr_sldr_sngl_con .bnr_sldr_sngl_btns .cmnbtnblue {
    font-size: 12px;
    padding: 6px 12px;
    margin: 0 7px 7px 0;
  }
  .banner_slider.home_desktop_banner {
    display: none;
  }
  .banner_slider.home_mobile_banner {
    display: block;
  }
  .ftr_nwsltr form .form-group .cmnbtn {
    padding: 8px 15px;
  }
  .ftr_nwsltr form .form-group .cmnbtn:hover {
    padding: 8px 15px !important;
  }
  footer .ftr_nwsltr form .form-group {
    width: 50%;
  }
  .course_bnr_sldr_mobile.course_bnr_sldr {
    display: block;
  }
  .course_bnr_sldr_desktop.course_bnr_sldr {
    display: none;
  }
  section.domestic_stdnt_bnr_new .container .domestci_stdnt_btns .cmnbtnblue {
    width: auto;
    margin: 0 5px 5px 0;
  }
  section.domestic_stdnt_bnr_new .container .domestci_stdnt_btns {
    margin-bottom: 10px;
  }
  section.course_dtl_bnr_new .container .course_dtl_bnr_btns {
    margin-bottom: 10px;
  }
}
@media (max-width: 375px) {
  section.our_services_sec .our_srvcs_tabs ul.nav-pills li.nav-item button.nav-link {
    font-size: 14px;
    max-width: 135px;
  }
  section.banner_section {
    padding: 105px 0 30px;
  }
  section.banner_section .banner_form form select.form-select {
    margin: 0 0 10px;
    font-size: 13px;
    padding: 5px 24px 5px 5px;
  }
  section.banner_section .banner_form form .form-select.selectize-control .selectize-dropdown .selectize-dropdown-content {
    font-size: 13px;
  }
  section.whats_next_sec ul li {
    margin: 0 2px;
  }
  section.whats_next_sec ul li a.cmnbtn {
    font-size: 12px;
    padding: 7px 8px;
  }
  section.stdyng_aroha_clg_sec .cmnbtn {
    padding: 10px 14px;
    font-size: 13px;
  }
  section.domestic_stdnt_bnr_new .container .domestci_stdnt_btns {
    margin-bottom: 5px;
  }
  section.domestic_stdnt_bnr_new .container .domestci_stdnt_btns .cmnbtnblue {
    margin: 0 5px 0px 0;
  }
  section.course_dtl_bnr_new .container .course_dtl_bnr_btns {
    margin-bottom: 5px;
  }
}/*# sourceMappingURL=style.css.map */