/* 

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-ExtraBold.woff2") format("woff2"), url("assets/fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  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-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: #677480;
}

.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: 13px;
}

.form-check label.error {
  display: block;
}

.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;
}

body .wp-pagenavi {
  margin: 30px 0;
  text-align: center;
}

body .wp-pagenavi a, body .wp-pagenavi span {
  padding: 6px 15px;
}

body .wp-pagenavi a:hover, body .wp-pagenavi span.current {
  background: #75A9B8;
  color: #fff;
  border-color: #75A9B8 !important;
}

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: #eaeff1;
}
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;
}
header.main_header .tp_hdr .tp_hdr_mn.wsmenu ul.wsmenu-list li a.cmnbtnwhite:hover {
  padding-right: 35px !important;
  text-indent: -15px;
}
header.main_header .tp_hdr .tp_hdr_mn.wsmenu ul.wsmenu-list li a.cmnbtnwhite:hover:before {
  right: 8px;
}
header.main_header .tp_hdr .tp_hdr_mn.wsmenu ul.wsmenu-list li a.cmnbtnwhite:before {
  content: "\f138";
  left: auto;
  bottom: auto;
  top: 1px;
  border: none;
  height: 100%;
  width: 30px;
  font-size: 15px;
}
header.main_header .tp_hdr .tp_hdr_mn.wsmenu ul.wsmenu-list li.for_employmnt_lnk {
  display: flex;
  align-items: center;
}
header.main_header .tp_hdr .tp_hdr_mn.wsmenu ul.wsmenu-list li.for_employmnt_lnk a.cmnbtnwhite {
  color: #75A9B8;
  font-size: 15px;
  padding: 2px 16px;
  display: block;
  width: auto;
  margin: 0 10px;
  text-indent: 0;
}
header.main_header .tp_hdr .tp_hdr_mn.wsmenu ul.wsmenu-list li.for_employmnt_lnk a.cmnbtnwhite:hover {
  color: #fff;
  padding-right: 16px !important;
}
header.main_header .tp_hdr .tp_hdr_mn.wsmenu ul.wsmenu-list li.for_employmnt_lnk a.cmnbtnwhite:before {
  display: none;
}
header.main_header .tp_hdr .tp_hdr_mn.wsmenu .aroha_sites_links > a {
  color: #fff;
  cursor: pointer;
}
header.main_header .tp_hdr .tp_hdr_mn.wsmenu .aroha_sites_links > a i {
  font-size: 12px;
  margin-left: 2px;
}
header.main_header .tp_hdr .tp_hdr_mn.wsmenu .aroha_sites_links ul {
  min-width: 265px;
}
header.main_header .tp_hdr .tp_hdr_mn.wsmenu .aroha_sites_links ul li.active {
  font-weight: 700;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.main_header .tp_hdr .tp_hdr_mn.wsmenu .aroha_sites_links ul li.active a.close_btn {
  font-size: 18px;
  width: auto;
  margin-left: 8px;
  vertical-align: middle;
}
header.main_header .tp_hdr .tp_hdr_mn.wsmenu .aroha_sites_links ul li {
  color: #677480;
  text-align: left;
  margin: 0;
}
header.main_header .tp_hdr .tp_hdr_mn.wsmenu .aroha_sites_links ul li:not(.active) a {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 13px;
  padding: 10px 20px;
  font-weight: 500;
}
header.main_header .tp_hdr .tp_hdr_mn.wsmenu .aroha_sites_links ul li:not(.active) a span {
  margin: 0 5px 0 0;
  display: inline-block;
  min-width: 75px;
}
header.main_header .tp_hdr .tp_hdr_mn.wsmenu .aroha_sites_links ul li:not(.active) a span img {
  max-height: 25px;
  max-width: 80px;
}
header.main_header .tp_hdr .tp_hdr_mn.wsmenu .aroha_sites_links ul li:not(.active) a i {
  margin-left: auto;
  font-size: 13px;
  vertical-align: middle;
}
header.main_header .tp_hdr .tp_hdr_mn.wsmenu .aroha_sites_links ul li:not(.active) a:hover {
  background: #eaeff1;
}

.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: 21px;
  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: 1699px) {
  .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: 40px !important;
  }
  .cmnbtn:hover:before {
    right: 6px;
  }
}
@media (max-width: 767px) {
  .cmnbtn {
    font-size: 11px;
    padding: 8px 13px;
  }
  .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: 21px;
  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: 1699px) {
  .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: 40px !important;
  }
  .cmnbtnblue:hover:before {
    right: 6px;
  }
}
@media (max-width: 767px) {
  .cmnbtnblue {
    font-size: 11px;
    padding: 8px 13px;
  }
  .cmnbtnblue:before {
    font-size: 10px;
  }
  .cmnbtnblue:hover {
    padding-right: 19px !important;
    text-indent: -7px;
  }
  .cmnbtnblue:hover:before {
    right: -3px;
  }
}

.cmnbtnwhitegrey {
  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: #fff;
  color: #677480;
}
.cmnbtnwhitegrey:before {
  content: "\f138";
  font-family: bootstrap-icons;
  font-weight: 600;
  font-size: 21px;
  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;
}
.cmnbtnwhitegrey:hover {
  color: #fff;
  padding-right: 55px !important;
  text-indent: -10px;
  background: rgb(117, 169, 184);
}
.cmnbtnwhitegrey:hover:before {
  right: 15px;
  text-indent: 0px;
}
@media (max-width: 1699px) {
  .cmnbtnwhitegrey {
    font-size: 16px;
    padding: 10px 30px;
  }
  .cmnbtnwhitegrey:before {
    font-size: 16px;
  }
  .cmnbtnwhitegrey:hover {
    padding-right: 43px !important;
  }
  .cmnbtnwhitegrey:hover:before {
    right: 8px;
  }
}
@media (max-width: 1399px) {
  .cmnbtnwhitegrey {
    font-size: 14px;
    padding: 8px 24px;
  }
  .cmnbtnwhitegrey:before {
    font-size: 14px;
  }
  .cmnbtnwhitegrey:hover {
    padding-right: 40px !important;
  }
  .cmnbtnwhitegrey:hover:before {
    right: 6px;
  }
}
@media (max-width: 767px) {
  .cmnbtnwhitegrey {
    font-size: 11px;
    padding: 8px 13px;
  }
  .cmnbtnwhitegrey:before {
    font-size: 10px;
  }
  .cmnbtnwhitegrey:hover {
    padding-right: 19px !important;
    text-indent: -7px;
  }
  .cmnbtnwhitegrey: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: 21px;
  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: 1699px) {
  .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: 40px !important;
  }
  .cmnbtngrey:hover:before {
    right: 6px;
  }
}
@media (max-width: 767px) {
  .cmnbtngrey {
    font-size: 11px;
    padding: 8px 13px;
  }
  .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: 1699px) {
  .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: 21px;
  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: 1699px) {
  .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: 40px !important;
  }
  .cmnbtnwhite:hover:before {
    right: 6px;
  }
}
@media (max-width: 767px) {
  .cmnbtnwhite {
    font-size: 11px;
    padding: 8px 13px;
  }
  .cmnbtnwhite:before {
    font-size: 10px;
  }
  .cmnbtnwhite:hover {
    padding-right: 19px !important;
    text-indent: -7px;
  }
  .cmnbtnwhite:hover:before {
    right: -3px;
  }
}

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

.swiper-button-next, .swiper-button-prev {
  height: 30px;
  width: 30px;
  background: transparent;
  font-size: 35px;
  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 .swiper-wrapper {
  align-items: flex-start;
}
section.banner_section .banner_bg_image .container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
}
section.banner_section .banner_bg_image .container .banner_con {
  margin: 100px 0 0;
  min-height: 270px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
section.banner_section .banner_bg_image .container .banner_con .cmn_hdng {
  font-family: "Playfair Display";
  color: #677480;
  margin: 0 0 30px;
  font-size: 45px;
  line-height: 55px;
}
section.banner_section .banner_bg_image .container .banner_con a {
  color: #677480;
  box-shadow: 0px 4px 10px 0px rgba(157, 157, 157, 0.031372549);
}
section.banner_section .banner_bg_image .container .banner_con a:hover {
  color: #fff;
}
section.banner_section .banner_bg_video {
  max-height: 735px;
  overflow: hidden;
}
section.banner_section .banner_bg_video video {
  width: 100%;
}
section.banner_section .banner_bg_video .container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
}
section.banner_section .banner_bg_video .container .banner_con {
  margin: 80px 0 0;
  background: rgba(117, 169, 184, 0.8980392157);
  padding: 25px;
  color: #fff;
  text-align: center;
  border-radius: 37px;
  max-width: 400px;
}
section.banner_section .banner_bg_video .container .banner_con .cmn_hdng {
  font-family: "Playfair Display";
  color: #fff;
  margin: 0 0 30px;
  text-align: center;
  font-size: 34px;
  line-height: 45px;
}
section.banner_section .banner_bg_video .container .banner_con a {
  color: #677480;
  box-shadow: 0px 4px 10px 0px rgba(157, 157, 157, 0.031372549);
}
section.banner_section .banner_bg_video .container .banner_con a:hover {
  color: #fff;
}
section.banner_section .tab_bnr_job {
  margin: -130px 0 30px;
}
section.banner_section .tab_bnr_job .nav-tabs .nav-link {
  background: #677480;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  padding: 17px 50px;
  border-radius: 22px 22px 0 0;
  border: 1px solid #677480;
  transition: all 0.4s;
  margin: 0 20px 0 0;
}
section.banner_section .tab_bnr_job .nav-tabs .nav-link:hover {
  border-color: #677480;
  opacity: 0.85;
}
section.banner_section .tab_bnr_job .nav-tabs {
  border: none;
}
section.banner_section .tab_bnr_job .nav-tabs .nav-link.active {
  background: #fff;
  color: #75A9B8;
  border: 1px solid #fff;
}
section.banner_section .tab_bnr_job .nav-tabs .nav-link.active:hover {
  border-color: #fff;
}
section.banner_section .tab_bnr_job .tab_bnr_mn {
  max-width: 85%;
  margin: auto;
}
section.banner_section .tab_bnr_job .tab-content {
  padding: 40px 50px;
  background: #fff;
}
section.banner_section .tab_bnr_job .tab_bnr_inr ul {
  list-style: none;
  padding: 0;
  display: flex;
  width: 100%;
  margin: 0;
  align-items: center;
}
section.banner_section .tab_bnr_job .tab_bnr_inr ul li {
  padding: 0 10px;
  margin: 0;
}
section.banner_section .tab_bnr_job .tab_bnr_inr ul li input.form-control {
  height: 55px;
}
section.banner_section .tab_bnr_job .tab_bnr_inr ul li:nth-child(1) {
  width: 35%;
}
section.banner_section .tab_bnr_job .tab_bnr_inr ul li:nth-child(2) {
  width: 35%;
}
section.banner_section .tab_bnr_job .tab_bnr_inr ul li:nth-child(3) {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.banner_section .tab_bnr_job .tab_bnr_inr ul li .bnr_sbmt_btn {
  height: 55px;
  width: 55px;
  background: #75A9B8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
  border: 1px solid #75A9B8;
  margin-right: 20px;
}
section.banner_section .tab_bnr_job .tab_bnr_inr ul li .bnr_sbmt_btn:hover {
  background: #677480;
}
section.banner_section .banner_slider {
  z-index: 0;
  padding: 0;
}
section.banner_section .banner_slider .swiper-pagination-banner {
  position: absolute;
  z-index: 10;
  right: -44px;
  max-width: 300px;
  left: auto;
  text-align: right;
  transform: rotate(90deg);
  bottom: 174px;
  margin: 0;
}
section.banner_section .banner_slider .swiper-pagination-banner .swiper-pagination-bullet {
  border-color: #677480;
  background: #fff;
}
section.banner_section .banner_slider .swiper-pagination-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #fff;
  background: #75A9B8;
}
section.banner_section .banner_slider .swiper-slide img {
  width: 100%;
}
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: 40px 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 .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.looking_staff_sec {
  background: #75A9B8;
  padding: 40px 0;
}
section.looking_staff_sec .looking_staff_inr {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
section.looking_staff_sec .looking_staff_inr p {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
section.looking_staff_sec .looking_staff_inr p {
  margin: 0;
}

section.client_logo_sec {
  padding: 15px 0 60px;
}
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: 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;
}
.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: 30px;
  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 14px 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: 16px;
  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: 85px;
}
section.why_choose_sec .why_choose_con ul li .why_chs_sngl .why_choose_snlg_img img {
  max-height: 80px;
  max-width: 80px;
  transition: all 0.4s;
}
section.why_choose_sec .why_choose_con ul li:before {
  display: none;
}

section.our_blog_sec {
  padding: 0 0 10px;
}
section.our_blog_sec .our_blog_full {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 80px;
}
section.our_blog_sec .our_blog_full .our_blog_full_img {
  width: 35%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
section.our_blog_sec .our_blog_full .our_blog_full_img img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.our_blog_sec .our_blog_full .our_blog_full_con {
  width: 65%;
  padding: 0 0 0 30px;
}
section.our_blog_sec .our_blog_full .our_blog_full_con .cmn_hdng {
  margin: 0 0 15px;
  line-height: 38px;
  display: inline-block;
  text-align: left;
  font-size: 32px;
}
section.our_blog_sec .our_blog_full .our_blog_full_con .cmnbtnwhitegrey {
  margin: 10px 0 0;
}
section.our_blog_sec .blog_sngl {
  position: relative;
  width: 100%;
  transition: all 0.4s;
  display: inline-block;
}
section.our_blog_sec .blog_sngl .blog_sngl_img {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  min-height: 210px;
}
section.our_blog_sec .blog_sngl .blog_sngl_img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
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: 20px 0 10px;
  color: #75A9B8;
  font-weight: 700;
  display: block;
}
section.our_blog_sec .blog_sngl .blog_sngl_ttl:hover {
  color: #3A3A3A;
}
section.our_blog_sec .blog_sngl .cmnbtn {
  margin: 20px 0 0;
  background: #fff;
  color: #75A9B8;
}
section.our_blog_sec .blog_sngl a.cmnbtn {
  padding: 8px 25px;
}
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 40px;
  border-radius: 20px;
  width: 300px;
}
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;
}
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% - 300px);
  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/lets_start.png") no-repeat;
  background-size: cover;
  background-position: top;
  padding: 1px 0 0;
}
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: #F6FAFB;
  padding: 30px 0;
  color: #677480;
  z-index: 11;
  position: relative;
}
footer p {
  font-size: 14px;
  line-height: 20px;
}
footer .ftr_follow_hdr {
  font-size: 20px;
  font-weight: 700;
  color: #677480;
  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 #677480;
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #677480;
  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 {
  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: #677480;
  margin-bottom: 5px;
}
footer .ftr_cntct ul li a, footer .ftr_quicklnks ul li a {
  color: #677480;
  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 button.cmnbtn {
  background: #fff;
  color: #75A9B8;
  font-size: 14px;
  padding: 4px 15px;
  margin: 3px 0 0;
}
footer .ftr_nwsltr button.cmnbtn:after {
  display: none;
}
footer .ftr_nwsltr form {
  max-width: 70%;
}
footer .ftr_nwsltr form .form-group {
  margin-bottom: 7px;
}
footer .ftr_nwsltr form .form-group input.form-control {
  border-radius: 25px;
  border-radius: 25px;
  height: 30px;
  font-size: 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: #677480;
  font-weight: 600;
}
footer .ftr_extra_lnks {
  margin: 20px 0 0;
}
footer .ftr_extra_lnks ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-position: inside;
  margin: 0;
}
footer .ftr_extra_lnks ul li {
  padding: 0 10px;
  margin: 0;
}
footer .ftr_extra_lnks ul li a {
  font-size: 16px;
  font-weight: 600;
}
footer .ftr_extra_lnks ul li:first-child {
  list-style: none;
}

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

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;
  bottom: 30px;
  right: 0;
  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: 60px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  text-shadow: 3px 3px 15px #000000;
  margin: 0 0 25px;
}
section.inr_page_bnr_con .container .bnr_btns a {
  margin-right: 10px;
}
section.inr_page_bnr_con .container .inr_bnr_btns .cmnbtnwhitegrey {
  margin: 0 10px 0 0;
}

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;
  bottom: 0%;
  right: 0;
  transform: translateY(-10%);
  z-index: 99999999;
}

.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: 33px 20px;
  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: 16px;
  font-weight: 700;
  display: block;
  margin: 15px 0 0;
  color: #333;
}
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 ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.training_rooms_list ul li {
  width: 20%;
  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 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.affiliation_sec .affltn_sngl {
  text-align: center;
}
section.affiliation_sec .affltn_sngl .affltn_img_slf {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
}
section.affiliation_sec .affltn_sngl .affltn_img_slf img {
  max-width: 250px;
  max-height: 180px;
}
section.affiliation_sec .affltn_sngl strong {
  display: block;
  margin: 20px 0 0;
  color: #677480;
}

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: 10px 0 10px;
}
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;
  min-height: 520px;
}
section.our_mission_vision .our_vsn_msn .cmn_hdng {
  color: rgb(103, 116, 128);
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 32px;
}
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 .contact_campus_sngl {
  width: 50%;
  margin: auto;
  display: block;
}
section.campus_sec .contact_campus_sngl img {
  display: block;
}
section.campus_sec .contact_campus_sngl:hover .cmn_hdng {
  color: #677480;
}

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 p {
  text-align: center;
}
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 30px;
}
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: 30px;
  border: none;
  padding: 17px 38px;
  background: #e9e9e9;
}
section.aroha_journey_tpcon .aroha_jrny_otr_tb > ul.nav.nav-pills li.nav-item .nav-link img {
  max-height: 45px;
  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 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: 100px;
  height: 100px;
  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;
}
section.related_courses_international.related_courses .our_courses_sngl {
  margin-bottom: 80px;
}

.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: 20%;
  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.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_brands_sec ul li .our_brand_sngl a {
  text-align: center;
  display: block;
}
section.our_brands_sec ul li .our_brand_sngl a .brand_logo_slf {
  min-height: 100px;
}
section.our_brands_sec ul li .our_brand_sngl a .brand_logo_slf img {
  max-width: 250px;
  max-height: 90px;
}
section.our_brands_sec ul li .our_brand_sngl a strong {
  display: block;
  margin: 30px 0 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: 25%;
  margin: 0;
}
section.our_indstry_prtnrs_sec ul li .indstry_prtnr_img {
  text-align: center;
  height: 100px;
  width: 140px;
  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.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 {
  margin: 0 10px 15px 10px;
}
section.quality_assrnc_sec .quality_assrnc_con .pdfbuttonlinks ul li a {
  color: #000;
  font-size: 14px;
  width: 100px;
  display: block;
  text-align: center;
}
section.quality_assrnc_sec .quality_assrnc_con .pdfbuttonlinks ul li a .agnt_hub_img {
  text-align: center;
}
section.quality_assrnc_sec .quality_assrnc_con .pdfbuttonlinks ul li a .agnt_hub_img img {
  max-width: 70px;
}
section.quality_assrnc_sec .quality_assrnc_con .pdfbuttonlinks ul li a span {
  display: inline-block;
  margin: 10px 0 0;
}
section.quality_assrnc_sec .quality_assrnc_con .pdfbuttonlinks ul li a:hover {
  color: #477683;
}
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;
}

.curtain-loader {
  position: fixed;
  inset: 0;
  z-index: 99999999;
  display: flex;
  overflow: hidden;
}

.curtain-panel {
  flex: 1;
  background: #0a0a0a; /* brand background */
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.77, 0, 0.18, 1);
}

/* animate outward */
.curtain-loader.hidden .left {
  transform: translateX(-100%);
}

.curtain-loader.hidden .right {
  transform: translateX(100%);
}

/* divider line */
.curtain-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #181818;
  z-index: 1000;
  transition: opacity 0.6s ease;
}

.curtain-loader.hidden .curtain-divider {
  opacity: 0;
}

/* Center logo */
.curtain-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 2px;
  opacity: 1;
  transition: opacity 0.6s ease;
  z-index: 10000;
}
.curtain-logo img {
  max-width: 270px;
  margin: auto;
}

.curtain-loader.hidden .curtain-logo {
  opacity: 0;
}

.curtain_loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 3px;
  background: radial-gradient(farthest-side, #75a9b8 95%, rgba(0, 0, 0, 0)) 50% 0/12px 12px no-repeat, radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 5px), #677480 calc(100% - 4px)) content-box;
  animation: l6 2s infinite;
  margin: 30px auto 0;
}

@keyframes l6 {
  to {
    transform: rotate(1turn);
  }
}
section.partner_staffing_sec .cmn_hdng {
  text-align: left;
  color: #677480;
  max-width: 450px;
  font-family: "Montserrat";
}
section.partner_staffing_sec .partner_slider_home {
  padding: 0;
}
section.partner_staffing_sec .partner_sldr_sngl {
  position: relative;
}
section.partner_staffing_sec .partner_sldr_sngl .partner_sldr_img {
  position: relative;
  overflow: hidden;
  height: 395px;
}
section.partner_staffing_sec .partner_sldr_sngl .partner_sldr_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}
section.partner_staffing_sec .partner_sldr_sngl .partner_sldr_con {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  background: rgba(117, 169, 184, 0.82);
  padding: 20px 25px;
  transition: all 0.4s;
}
section.partner_staffing_sec .partner_sldr_sngl .partner_sldr_con strong {
  color: #fff;
  font-size: 25px;
}
section.partner_staffing_sec .partner_sldr_sngl .partner_sldr_con p {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  color: #fff;
}
section.partner_staffing_sec .partner_sldr_sngl:hover .partner_sldr_con {
  background: #000;
  text-align: left;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
}
section.partner_staffing_sec .partner_sldr_sngl:hover .partner_sldr_con p {
  position: initial;
  opacity: 1;
  visibility: visible;
}
section.partner_staffing_sec .swiper-button-next, section.partner_staffing_sec .swiper-button-prev {
  color: #fff;
  background: #4b4b4b;
  border: 2px solid #fff;
}

section.industries_specialists_sec .industries_specialists_bxs ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
section.industries_specialists_sec .industries_specialists_bxs ul li {
  width: 20%;
  text-align: center;
  padding: 0 20px;
}
section.industries_specialists_sec .industries_specialists_bxs ul li strong {
  display: block;
  margin: 20px 0 0;
  color: #677480;
}

section.why_client_trust {
  padding: 0 0 50px;
}
section.why_client_trust .why_client_inr > ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
section.why_client_trust .why_client_inr > ul > li {
  width: 20%;
  padding: 0 10px;
}
section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_sngl_tp {
  min-height: 250px;
  margin: 0 0 90px;
}
section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_sngl_tp img {
  display: block;
}
section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_sngl_tp strong {
  display: block;
  color: #75A9B8;
  font-size: 20px;
  margin: 20px 0 20px;
}
section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_sngl_tp ul {
  list-style-type: disc;
  padding: 0 0 0 25px;
}
section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_sngl_tp ul li {
  font-size: 18px;
}
section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_trst_btm {
  margin: 50px 0 0;
  position: relative;
  padding: 10px 30px 10px;
  font-size: 18px;
  border-radius: 30px 30px 65px 65px;
  text-align: center;
  min-height: 330px;
}
section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_trst_btm:before {
  content: "";
  height: 200px;
  width: 100%;
  position: absolute;
  background-size: contain !important;
  left: 0;
  top: -70px;
  z-index: -1;
}
section.why_client_trust .why_client_inr > ul > li:nth-child(1) .why_slnt_trst_sngl .why_clnt_trst_btm {
  background: #E3EEF1;
}
section.why_client_trust .why_client_inr > ul > li:nth-child(1) .why_slnt_trst_sngl .why_clnt_trst_btm:before {
  background: url("./assets/images/why_client_shape1.svg") no-repeat;
}
section.why_client_trust .why_client_inr > ul > li:nth-child(2) .why_slnt_trst_sngl .why_clnt_trst_btm {
  background: #C8DDE3;
}
section.why_client_trust .why_client_inr > ul > li:nth-child(2) .why_slnt_trst_sngl .why_clnt_trst_btm:before {
  background: url("./assets/images/why_client_shape2.svg") no-repeat;
}
section.why_client_trust .why_client_inr > ul > li:nth-child(3) .why_slnt_trst_sngl .why_clnt_trst_btm {
  background: #ACCBD4;
}
section.why_client_trust .why_client_inr > ul > li:nth-child(3) .why_slnt_trst_sngl .why_clnt_trst_btm:before {
  background: url("./assets/images/why_client_shape3.svg") no-repeat;
}
section.why_client_trust .why_client_inr > ul > li:nth-child(4) .why_slnt_trst_sngl .why_clnt_trst_btm {
  background: #91BAC6;
}
section.why_client_trust .why_client_inr > ul > li:nth-child(4) .why_slnt_trst_sngl .why_clnt_trst_btm:before {
  background: url("./assets/images/why_client_shape4.svg") no-repeat;
}
section.why_client_trust .why_client_inr > ul > li:nth-child(5) .why_slnt_trst_sngl .why_clnt_trst_btm {
  background: #75A9B8;
}
section.why_client_trust .why_client_inr > ul > li:nth-child(5) .why_slnt_trst_sngl .why_clnt_trst_btm:before {
  background: url("./assets/images/why_client_shape5.svg") no-repeat;
}

body.home section.affiliation_sec {
  background: #eaeff1;
  padding: 10px 0 50px;
}
body.home section.affiliation_sec .cmn_hdng {
  margin: 40px 0 15px;
}
body.home section.affiliation_sec .cmn_hdng + p {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 70%;
}

body section.affiliation_sec.award_sec {
  background: #fff;
  padding: 10px 0 30px;
}
body section.affiliation_sec.award_sec .cmn_hdng {
  margin: 40px 0 40px;
}
body section.affiliation_sec.award_sec ul li {
  margin: 0 30px;
}
body section.affiliation_sec.award_sec .affltn_sngl img {
  max-width: 200px;
  max-height: 200px;
}

section.staff_testimonial_sec {
  background: url("./assets/images/staff_testimonial_bg.png") no-repeat center;
  background-size: cover;
  padding: 50px 0 50px;
}
section.staff_testimonial_sec .swiper {
  padding: 0;
}
section.staff_testimonial_sec .staff_tstmnl_sngl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 70%;
  margin: auto;
}
section.staff_testimonial_sec .staff_tstmnl_sngl .staff_tstmnl_img {
  width: 170px;
}
section.staff_testimonial_sec .staff_tstmnl_sngl .staff_tstmnl_con {
  padding-left: 50px;
  width: calc(100% - 220px);
  max-height: 200px;
  overflow-y: auto;
}
section.staff_testimonial_sec .staff_tstmnl_sngl .staff_tstmnl_con strong {
  display: block;
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 10px;
}

section.latest_news_sec {
  padding: 0 0 40px;
}
section.latest_news_sec .cmn_hdng {
  margin-top: 0;
}
section.latest_news_sec .latest_news_sngl {
  transition: all 0.4s;
  text-align: center;
  padding: 0 10px;
  display: block;
}
section.latest_news_sec .latest_news_sngl .latest_news_sngl_img {
  border-radius: 35px;
  overflow: hidden;
  transition: all 0.4s;
  border: 6px solid #fff;
}
section.latest_news_sec .latest_news_sngl .latest_news_sngl_con {
  margin: 25px 0 30px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 28px;
  color: #75A9B8;
}
section.latest_news_sec .latest_news_sngl:hover .latest_news_sngl_img {
  border-color: #677480;
}
section.latest_news_sec .latest_news_sngl:hover .latest_news_sngl_con {
  color: #677480;
}
section.latest_news_sec .viewall_news {
  text-align: center;
  margin: 15px 0 0;
}

section.access_schedule_sec {
  background: #eaeff1;
  padding: 20px 0 20px;
}
section.access_schedule_sec .row {
  align-items: center;
}
section.access_schedule_sec .cmn_hdng {
  text-align: left;
  margin: 0 0 30px;
}
section.access_schedule_sec ul {
  list-style: none;
  margin: 0 0 30px;
}
section.access_schedule_sec ul li {
  position: relative;
}
section.access_schedule_sec 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;
}
section.access_schedule_sec .access_schldl_btns a {
  margin: 0 20px 0 0;
}
section.access_schedule_sec .access_schdl_img {
  max-width: 75%;
  margin-left: auto;
}

section.job_results_sec {
  padding: 0 0 20px;
}
section.job_results_sec .job_results_inr {
  display: flex;
  flex-wrap: wrap;
}
section.job_results_sec .job_results_inr .job_results_sidebar {
  width: 350px;
  background: #F1F6F8;
  padding: 30px;
  border: 1px solid #cce0e8;
}
section.job_results_sec .job_results_inr .job_results_sidebar form {
  background: transparent;
}
section.job_results_sec .job_results_inr .job_results_sidebar form .form-group .collapse_link {
  display: flex;
  justify-content: space-between;
  color: #75A9B8;
  font-weight: 700;
  align-items: center;
  margin: 0 0 15px;
}
section.job_results_sec .job_results_inr .job_results_sidebar form .form-group .collapse_link span {
  height: 20px;
  width: 20px;
  border: 1px solid #677480;
  position: relative;
  border-radius: 100px;
}
section.job_results_sec .job_results_inr .job_results_sidebar form .form-group .collapse_link span:before {
  content: "\f2ea";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 19px;
}
section.job_results_sec .job_results_inr .job_results_sidebar form .form-group .collapse_link:hover {
  background: #f7f7f7;
}
section.job_results_sec .job_results_inr .job_results_sidebar form .form-group .collapse_link.collapsed span:before {
  content: "\f4fe";
}
section.job_results_sec .job_results_inr .job_results_sidebar form .form-group input.form-control, section.job_results_sec .job_results_inr .job_results_sidebar form .form-group select {
  height: 45px;
}
section.job_results_sec .job_results_inr .job_results_sidebar form .form-group .form-check-input:checked {
  background-color: #75A9B8;
  border-color: #75A9B8;
}
section.job_results_sec .job_results_inr .job_results_sidebar form .form-group .range-slider {
  position: relative;
}
section.job_results_sec .job_results_inr .job_results_sidebar form .form-group .range-slider input[type=range] {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; /* prevent interfering */
  width: 100%;
  height: 8px;
  background: none;
}
section.job_results_sec .job_results_inr .job_results_sidebar form .form-group .range-slider input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 2;
}
section.job_results_sec .job_results_inr .job_results_sidebar form .form-group .range-slider input[type=range]::-webkit-slider-thumb {
  background: #75A9B8; /* Bootstrap primary */
  border: 2px solid #fff;
}
section.job_results_sec .job_results_inr .job_results_sidebar form .form-group .range-slider input[type=range]::-moz-range-thumb {
  background: #75A9B8;
  border: 2px solid #fff;
}
section.job_results_sec .job_results_inr .job_results_sidebar form .form-group .form-check-label {
  display: block;
}
section.job_results_sec .job_results_inr .job_results_sidebar form .form-group input.form-check-input {
  width: 1em;
}
section.job_results_sec .job_results_inr .job_results_sidebar form .search_remote_position {
  width: 100%;
  padding: 0;
}
section.job_results_sec .job_results_inr .job_results_sidebar form .search_jobs {
  padding: 0;
}
section.job_results_sec .job_results_inr .job_results_sidebar .search_submit {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
section.job_results_sec .job_results_inr .job_results_sidebar .search_submit .cmnbtnwhitegrey, section.job_results_sec .job_results_inr .job_results_sidebar .search_submit .cmnbtnblue {
  font-size: 14px;
  padding: 8px 10px;
}
section.job_results_sec .job_results_inr .job_results_sidebar .search_submit .cmnbtnwhitegrey:before, section.job_results_sec .job_results_inr .job_results_sidebar .search_submit .cmnbtnblue:before {
  font-size: 14px;
}
section.job_results_sec .job_results_inr .job_results_sidebar .search_submit .cmnbtnblue {
  width: 57%;
}
section.job_results_sec .job_results_inr .job_results_sidebar .search_submit a.reset {
  width: 37%;
}
section.job_results_sec .job_results_inr .job_results_right {
  width: calc(100% - 350px);
  padding-left: 30px;
}
section.job_results_sec .job_results_inr .job_results_right .showing_rslts_txt {
  padding: 0 0 10px;
  border-bottom: 1px solid #75A9B8;
}
section.job_results_sec .job_results_inr .job_results_right .showing_rslts_txt .showing_jobs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.job_results_sec .job_results_inr .job_results_right .showing_rslts_txt .showing_jobs a.reset, section.job_results_sec .job_results_inr .job_results_right .showing_rslts_txt .showing_jobs a.rss_link {
  display: none;
}
section.job_results_sec .job_results_inr .job_results_right .job_rslts_sngl {
  border-bottom: 1px solid #75A9B8;
  padding: 35px 0;
  transition: all 0.4s;
}
section.job_results_sec .job_results_inr .job_results_right .job_rslts_sngl .job_rslts_ttl {
  color: #75A9B8;
  font-size: 26px;
  font-weight: 600;
}
section.job_results_sec .job_results_inr .job_results_right .job_rslts_sngl .job_rslts_con {
  display: flex;
}
section.job_results_sec .job_results_inr .job_results_right .job_rslts_sngl .job_rslts_con .job_srch_con_lft {
  padding-right: 30px;
  width: calc(100% - 150px);
}
section.job_results_sec .job_results_inr .job_results_right .job_rslts_sngl .job_rslts_con .job_srch_con_lft .job_rslts_sbttl {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  color: #2C2C2C;
  margin: 10px 0 25px;
}
section.job_results_sec .job_results_inr .job_results_right .job_rslts_sngl .job_rslts_con .job_srch_con_lft a {
  color: #2C2C2C;
  font-weight: 600;
  text-decoration: underline;
  text-underline-position: under;
}
section.job_results_sec .job_results_inr .job_results_right .job_rslts_sngl .job_rslts_con .job_srch_con_rt {
  width: 150px;
}
section.job_results_sec .job_results_inr .job_results_right .job_rslts_sngl .job_rslts_con .job_srch_con_rt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.job_results_sec .job_results_inr .job_results_right .job_rslts_sngl .job_rslts_con .job_srch_con_rt ul li {
  display: flex;
  margin: 35px 0;
  align-items: center;
}
section.job_results_sec .job_results_inr .job_results_right .job_rslts_sngl .job_rslts_con .job_srch_con_rt ul li span {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
section.job_results_sec .job_results_inr .job_results_right .job_rslts_sngl .job_rslts_con .job_srch_con_rt ul li img {
  max-width: 20px;
  max-height: 22px;
}
section.job_results_sec .job_results_inr .job_results_right .job_rslts_sngl:hover {
  background: #F1F6F8;
}

section.why_aroha_services_sec {
  padding: 20px 0 10px;
}
section.why_aroha_services_sec .why_aroha_srvcs_sngl {
  text-align: center;
  margin: 0 0 30px;
  padding: 20px;
}
section.why_aroha_services_sec .why_aroha_srvcs_sngl strong {
  font-size: 25px;
  font-weight: 700;
  color: #75A9B8;
  margin: 20px 0 15px;
  display: inline-block;
}
section.why_aroha_services_sec .why_aroha_srvcs_sngl .why_aroha_srvcs_sngl_img {
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.find_staff_form_con {
  padding: 50px 0 40px;
}
section.find_staff_form_con .find_staff_con {
  padding: 0 30px 0 0;
}
section.find_staff_form_con .find_staff_con .cmn_hdng {
  text-align: left;
  margin: 0 0 20px;
}
section.find_staff_form_con .find_staff_form_sbmt {
  margin: 15px 0 0;
}

section.why_client_trust_new {
  padding: 10px 0 90px;
}
section.why_client_trust_new .why_clnt_new > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.why_client_trust_new .why_clnt_new > ul > li {
  margin: 0;
}
section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl {
  background: #75A9B8;
  padding: 7px 0 0px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 85px;
  position: relative;
  height: 155px;
  text-transform: capitalize;
}
section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl .why_clnt_nw_lft {
  width: calc(100% - 200px);
  padding: 0px 50px 0px 240px;
}
section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl .why_clnt_nw_lft strong {
  font-size: 22px;
  font-weight: 800;
  display: inline-block;
  margin: 0 0 5px;
}
section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl .why_clnt_nw_lft p, section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl .why_clnt_nw_lft li {
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 8px;
}
section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl .why_clnt_nw_lft ul {
  padding-left: 20px;
}
section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl .why_clnt_nw_rt {
  width: 200px;
  padding: 5px 30px 5px 30px;
  text-align: center;
  border-left: 2px dotted #fff;
}
section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl a {
  color: #fff;
  text-decoration: underline;
  text-underline-position: under;
}
section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl a:hover {
  opacity: 0.7;
}
section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl:before {
  content: "";
  position: absolute;
  height: 210px;
  width: 202px;
  left: -90px;
  top: -1px;
  background: url("./assets/images/cubeblue.png") no-repeat;
  background-size: contain;
  z-index: 10;
}
section.why_client_trust_new .why_clnt_new > ul > li:nth-child(even) .why_clnt_nw_sngl {
  background: #677480;
}
section.why_client_trust_new .why_clnt_new > ul > li:nth-child(even) .why_clnt_nw_sngl:before {
  background: url("./assets/images/cubegrey.png") no-repeat;
  background-size: contain;
  left: -2px;
  top: 0px;
  z-index: 12;
}

section.workforce_banner {
  margin: 153px 0 0;
  background: #e3eef1;
  padding: 40px 0 40px;
}
section.workforce_banner .cmn_hdng {
  font-size: 46px;
  font-weight: 800;
  text-transform: uppercase;
  color: #677480;
  text-align: left;
  line-height: 65px;
  margin: 0 0 30px;
}
section.workforce_banner .cmnbtnwhitegrey {
  margin-right: 15px;
}
section.workforce_banner .row .workforce_bnr_img {
  max-width: 85%;
  margin: auto;
}
section.workforce_banner .workforce_bnr_con .inr_bnr_btns {
  margin: 35px 0 0;
}

section.trusted_prtnr_sec {
  padding: 50px 0 10px;
}
section.trusted_prtnr_sec .cmn_hdng {
  text-align: right;
  margin: 0 50px 30px 0;
}
section.trusted_prtnr_sec .cmn_hdng:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 50vw;
  background: #75A9B8;
  bottom: -20px;
  right: 0;
}
section.trusted_prtnr_sec .trusted_prtnr_con ul {
  padding-left: 33px;
  list-style: none;
}
section.trusted_prtnr_sec .trusted_prtnr_con ul li {
  position: relative;
}
section.trusted_prtnr_sec .trusted_prtnr_con 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: 5px;
}
section.trusted_prtnr_sec .trusted_prtnr_con .job_ortnty_btns {
  margin: 30px 0 0;
}
section.trusted_prtnr_sec .trusted_prtnr_con .job_ortnty_btns .cmnbtnwhitegrey {
  margin: 0 15px 0 0;
}

section.offer_solution_para_sec {
  padding: 70px 0 0;
}
section.offer_solution_para_sec .row {
  align-items: center;
}
section.offer_solution_para_sec .offer_solution_tp {
  text-align: center;
  padding: 50px 100px 35px;
  position: relative;
  background: #fff;
  box-shadow: -13px -13px 40px 0px rgba(147, 147, 147, 0.2);
  max-width: 85%;
  margin: 0 auto 20px;
}
section.offer_solution_para_sec .offer_solution_tp:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #75A9B8;
  top: 20px;
  left: 20px;
  z-index: -1;
  transition: all 0.4s;
}
section.offer_solution_para_sec .offer_solution_tp:hover:after {
  top: 10px;
  left: 10px;
}

section.offer_solution_sec {
  padding: 50px 0 20px;
}
section.offer_solution_sec .row {
  align-items: center;
}
section.offer_solution_sec .offer_solution_lft .cmn_hdng {
  text-align: left;
}
section.offer_solution_sec .offer_solution_rt ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.offer_solution_sec .offer_solution_rt ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 30px;
}
section.offer_solution_sec .offer_solution_rt ul li .offer_solution_icn {
  height: 120px;
  width: 120px;
  background: #75A9B8;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  transition: all 0.4s;
}
section.offer_solution_sec .offer_solution_rt ul li .offer_solution_con {
  padding-left: 30px;
  width: calc(100% - 120px);
}
section.offer_solution_sec .offer_solution_rt ul li .offer_solution_con strong {
  font-weight: 800;
  color: #677480;
  font-size: 24px;
  display: block;
  margin: 0 0 5px;
}
section.offer_solution_sec .offer_solution_rt ul li .offer_solution_con p {
  margin: 0;
}
section.offer_solution_sec .offer_solution_rt ul li:hover .offer_solution_icn {
  background: #677480;
}

body.page-template-workforcesolution section.affiliation_sec {
  background: #eaeff1;
  padding: 15px 0 60px;
}
body.page-template-workforcesolution section.affiliation_sec .cmn_hdng {
  margin: 40px 0 15px;
}
body.page-template-workforcesolution section.affiliation_sec .cmn_hdng + p {
  margin: 0 auto 40px;
  max-width: 70%;
  text-align: center;
}

section.workforce_footer_para {
  padding: 50px 0 35px;
  background: #75A9B8;
}
section.workforce_footer_para .workforce_para_inr {
  max-width: 75%;
  margin: auto;
}
section.workforce_footer_para .workforce_para_inr p {
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-family: "Playfair Display";
}

section.experience_power_sec {
  padding: 0 0 40px;
}
section.experience_power_sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 70%;
  margin: auto;
}
section.experience_power_sec ul li {
  width: 33.33%;
}
section.experience_power_sec ul li .experience_power_sngl {
  text-align: center;
}
section.experience_power_sec ul li .experience_power_sngl .experience_icn {
  max-width: 180px;
  margin: auto;
}
section.experience_power_sec ul li .experience_power_sngl strong {
  margin: 25px 0 0;
  font-weight: 500;
  color: #677480;
  display: block;
  font-size: 18px;
}

section.workforce_get_touch {
  background: #75A9B8;
  color: #fff;
  padding: 40px 0;
}
section.workforce_get_touch .row {
  align-items: center;
}
section.workforce_get_touch .workforce_get_tocuh_con p {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  margin: 0;
}
section.workforce_get_touch .workforce_get_touch_btns {
  text-align: right;
}
section.workforce_get_touch .workforce_get_touch_btns .cmnbtnwhitegrey {
  margin: 0 7px;
}
section.workforce_get_touch .workforce_get_touch_btns .cmnbtnwhitegrey:hover {
  border-color: #fff;
}

section.trusted_partner_sldr_sec {
  padding: 15px 0 40px;
}
section.trusted_partner_sldr_sec .trusted_partnr_sldr_slf {
  padding: 0;
  margin-right: 20px;
}
section.trusted_partner_sldr_sec .trusted_partnr_sldr_slf .trusted_partner_sldr_sngl {
  border-radius: 35px;
  overflow: hidden;
}
section.trusted_partner_sldr_sec .trusted_partnr_sldr_slf .trusted_partner_sldr_sngl img {
  width: 100%;
}
section.trusted_partner_sldr_sec .trusted_partner_sldr_rt_con {
  margin: 20px 0 0;
}
section.trusted_partner_sldr_sec .trusted_partner_sldr_rt_con .trusted_partner_sldr_rt_con_btns {
  margin: 30px 0 0;
}
section.trusted_partner_sldr_sec .trusted_partner_sldr_rt_con .trusted_partner_sldr_rt_con_btns .cmnbtnwhitegrey {
  margin: 0 15px 0 0;
}

body.page-template-foremployers .client_logo_sec {
  background: #75A9B8;
  padding: 15px 0 45px;
}
body.page-template-foremployers .client_logo_sec .cmn_hdng {
  color: #fff;
}
body.page-template-foremployers .client_logo_sec .disclaimerbox {
  color: #fff;
}

section.mission_map_sec {
  /* Top menu */
  /* Map */
  /* Info panel */
}
section.mission_map_sec .menu {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  justify-content: center;
}
section.mission_map_sec .menu button {
  padding: 8px 16px;
  border: none;
  background: none;
  cursor: pointer;
  color: #555;
  border-bottom: 2px solid transparent;
  font-size: 22px;
  font-weight: 500;
}
section.mission_map_sec .menu button.active {
  color: #75A9B8;
  border-bottom: 2px solid #75A9B8;
  font-weight: 700;
}
section.mission_map_sec svg {
  width: 100%;
  height: auto;
}
section.mission_map_sec svg .land.disablestate {
  pointer-events: none;
  opacity: 0.3;
  filter: grayscale(1);
}
section.mission_map_sec .land {
  fill: #abcfd8;
  stroke: #ffffff;
  stroke-width: 7px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
section.mission_map_sec .land:hover {
  fill: #677480;
}
section.mission_map_sec .land.active {
  fill: #677480;
}
section.mission_map_sec .land.active:after {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  background: url("./assets/images/map.png") no-repeat;
  background-size: contain;
}
section.mission_map_sec .info {
  flex: 1;
  padding: 30px 40px 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 10px 24px 36px 0px rgba(146, 146, 146, 0.1490196078);
}
section.mission_map_sec .info h3 {
  margin-top: 0;
  color: #75A9B8;
  font-weight: 700;
  font-size: 30px;
}
section.mission_map_sec .cmn_hdng {
  margin-top: 20px;
}
section.mission_map_sec .mission_map_row {
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0 0;
}
section.mission_map_sec .mission_map_row .mission_map_slf {
  width: 40%;
}
section.mission_map_sec .mission_map_row .info {
  width: 60%;
}
section.mission_map_sec .mission_map_row .info ul {
  margin: 0 0 20px;
  list-style: none;
}
section.mission_map_sec .mission_map_row .info ul li {
  position: relative;
}
section.mission_map_sec .mission_map_row .info 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;
}
section.mission_map_sec .mission_map_row .info .cmnbtnwhitegrey {
  margin: 15px 0 0;
}
section.mission_map_sec .mission_map_row .info .stateContent {
  display: none;
  transition: all 0.7s;
}
section.mission_map_sec .mission_map_row .info .stateContent.active {
  display: block;
}

body.page-template-foremployers section.offer_solution_para_sec {
  padding: 50px 0 30px;
}

section.mission_map_sec .menu {
  flex-wrap: wrap;
}

section.ndis_bnr_btm {
  background: #350D3B;
  text-align: center;
  color: #fff;
  padding: 30px 0;
}
section.ndis_bnr_btm .ndis_bnr_inr {
  max-width: 50%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  padding-right: 30px;
}
section.ndis_bnr_btm .ndis_bnr_inr strong {
  font-size: 30px;
  color: #fff;
  position: relative;
  width: calc(100% - 150px);
  margin: 0 0 35px;
  text-transform: uppercase;
  line-height: 40px;
}
section.ndis_bnr_btm .ndis_bnr_inr strong:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -30px;
  margin: auto;
  height: 16px;
  width: 260px;
  background: url("./assets/images/heading_img.png") no-repeat;
}
section.ndis_bnr_btm .ndis_bnr_inr span {
  display: inline-block;
  width: 150px;
}

section.tailored_columns_sec {
  padding: 50px 0 30px;
}
section.tailored_columns_sec ul {
  list-style: none;
}
section.tailored_columns_sec ul li {
  position: relative;
}
section.tailored_columns_sec 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;
}

section.what_you_need_sec {
  padding: 30px 0 60px;
}
section.what_you_need_sec .wht_you_need_con .cmn_hdng {
  margin: 0 0 20px;
  text-align: left;
}
section.what_you_need_sec .wht_you_need_con .cmnbtnwhitegrey {
  margin: 15px 0 0;
}

body.page-template-about_us section.client_logo_sec {
  padding: 40px 0;
}

section.trust_workforce_sec {
  padding: 30px 0;
}
section.trust_workforce_sec .trust_workforce_img img {
  max-width: 85%;
  margin: auto;
}
section.trust_workforce_sec .trust_workforce_con .cmn_hdng {
  text-align: left;
  margin: 0 0 20px;
}
section.trust_workforce_sec .trust_workforce_con .cmnbtnwhitegrey {
  margin: 15px 0 0;
}

section.our_brands_sec {
  background: #eaeff1;
  padding: 1px 0 50px;
}
section.our_brands_sec .cmn_hdng {
  color: #677480;
}
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 {
  margin: 0 30px;
}

section.client_testimonial_sec {
  padding: 30px 0;
}
section.client_testimonial_sec .clnt_rtngs_hdr {
  text-align: center;
}
section.client_testimonial_sec .clnt_rtngs_hdr img {
  max-width: 170px;
}
section.client_testimonial_sec .cmn_hdng {
  margin: 30px 0 70px;
}
section.client_testimonial_sec .client_rtngs_slider {
  margin: auto;
  padding: 0;
}
section.client_testimonial_sec .client_rtngs_slider .swiper-button-prev {
  left: 50px;
}
section.client_testimonial_sec .client_rtngs_slider .swiper-button-next {
  right: 50px;
}
section.client_testimonial_sec .client_rtngs_slider .client_sldr_sngl {
  padding: 0 200px;
}
section.client_testimonial_sec .client_rtngs_slider .client_sldr_sngl .client_sldr_sngl_hdr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 20px;
  align-items: center;
}
section.client_testimonial_sec .client_rtngs_slider .client_sldr_sngl .client_sldr_sngl_hdr .client_sldr_sngl_lft .client_sldr_nm_img {
  display: flex;
}
section.client_testimonial_sec .client_rtngs_slider .client_sldr_sngl .client_sldr_sngl_hdr .client_sldr_sngl_lft .client_sldr_nm_img .clnt_sldr_img {
  height: 70px;
  width: 70px;
  border-radius: 100px;
  overflow: hidden;
}
section.client_testimonial_sec .client_rtngs_slider .client_sldr_sngl .client_sldr_sngl_hdr .client_sldr_sngl_lft .client_sldr_nm_img .client_sldr_name {
  color: #000;
  padding-left: 12px;
  font-size: 16px;
}
section.client_testimonial_sec .client_rtngs_slider .client_sldr_sngl .client_sldr_sngl_hdr .client_sldr_sngl_lft .client_sldr_nm_img .client_sldr_name strong {
  display: block;
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 20px;
}
section.client_testimonial_sec .client_rtngs_slider .client_sldr_sngl .client_sldr_sngl_hdr .client_sldr_sngl_lft .client_sldr_rvs_rtngs {
  display: flex;
  margin: 10px 0 0;
}
section.client_testimonial_sec .client_rtngs_slider .client_sldr_sngl .client_sldr_sngl_hdr .client_sldr_sngl_lft .client_sldr_rvs_rtngs ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0 10px 0 0;
}
section.client_testimonial_sec .client_rtngs_slider .client_sldr_sngl .client_sldr_sngl_hdr .client_sldr_sngl_lft .client_sldr_rvs_rtngs ul li {
  margin: 0 7px 0 0;
  color: #ffcb2b;
}
section.client_testimonial_sec .client_rtngs_slider .client_sldr_sngl .client_sldr_sngl_hdr .client_sldr_sngl_lft .client_sldr_rvs_rtngs span {
  color: #000;
}

body.page-template-ndis-ourservice-whoweare section.why_aroha_services_sec, body.page-template-ndis-how-we-can-help section.why_aroha_services_sec {
  background: #F6FAFB;
}
body.page-template-ndis-ourservice-whoweare section.why_aroha_services_sec .cmn_hdng, body.page-template-ndis-how-we-can-help section.why_aroha_services_sec .cmn_hdng {
  margin: 30px 0 25px;
}
body.page-template-ndis-ourservice-whoweare section.why_aroha_services_sec .cmn_hdng + p, body.page-template-ndis-how-we-can-help section.why_aroha_services_sec .cmn_hdng + p {
  margin: 0 0 50px;
  text-align: center;
}

body.page-template-about_us section.affiliation_sec .cmn_hdng {
  margin: 30px 0 25px;
}
body.page-template-about_us section.affiliation_sec .cmn_hdng + p {
  margin: 0 0 50px;
  text-align: center;
}
body.page-template-about_us section.our_mission_vision {
  padding: 40px 0 10px;
}
body.page-template-about_us section.our_mission_vision .our_vsn_msn {
  padding: 100px 40px 50px;
}
body.page-template-about_us section.affiliation_sec {
  padding: 10px 0 50px;
}
body.page-template-about_us section.award_sec .cmn_hdng {
  margin: 30px 0 60px;
}

section.our_requirement_sec {
  /* Circle Left */
  /* Right Steps */
}
section.our_requirement_sec .process-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  gap: 60px;
}
section.our_requirement_sec .circle {
  position: relative;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle at center, #fff 60%, #e9f2f4 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
}
section.our_requirement_sec .circle:before {
  content: "";
  position: absolute;
  height: 63%;
  width: 63%;
  background: #fff;
  border-radius: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  box-shadow: 9px 8px 16px 0px rgba(0, 0, 0, 0.1411764706);
}
section.our_requirement_sec .circle h2 {
  position: absolute;
  text-align: center;
  font-size: 18px;
  color: #3a7c8f;
  width: 140px;
}
section.our_requirement_sec .icons-list {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50.48%, #999999 100%);
  position: relative;
}
section.our_requirement_sec .icon {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e9f2f4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #3a7c8f;
  transform: translate(-50%, -50%);
}
section.our_requirement_sec .icon .permannent_requirement_icon {
  height: 80px;
  width: 80px;
  border-radius: 100px;
  border: 2px solid #75A9B8;
}
section.our_requirement_sec .steps {
  display: flex;
  flex-direction: column;
  gap: 25px;
  border-left: 2px dashed #9fbfc6;
  padding-left: 30px;
}
section.our_requirement_sec .step {
  max-width: 380px;
}
section.our_requirement_sec .step h3 {
  margin: 0;
  font-size: 16px;
  color: #3a7c8f;
}
section.our_requirement_sec .step p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #555;
}

section.ndis_faq_sngl .blog_sngl {
  margin: 0 0 35px;
}

section.left_right_con_img_sec {
  padding: 70px 0 5px;
}
section.left_right_con_img_sec .left_right_con_img_inr .left_right_con_sngl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px;
}
section.left_right_con_img_sec .left_right_con_img_inr .left_right_con_sngl .lft_img_format {
  width: 30%;
}
section.left_right_con_img_sec .left_right_con_img_inr .left_right_con_sngl .right_con_format {
  width: 70%;
  padding: 0 0 0 30px;
}
section.left_right_con_img_sec .left_right_con_img_inr .left_right_con_sngl .right_con_format .cmn_hdng {
  margin: 0 0 5px;
  font-size: 28px;
  text-align: left;
  color: #677480;
}
section.left_right_con_img_sec .left_right_con_img_inr .left_right_con_sngl .right_con_format .cmnbtnwhitegrey {
  margin: 10px 0 0;
}
section.left_right_con_img_sec .left_right_con_img_inr .left_right_con_sngl:nth-child(even) {
  flex-direction: row-reverse;
}
section.left_right_con_img_sec .left_right_con_img_inr .left_right_con_sngl:nth-child(even) .right_con_format {
  padding: 0 30px 0 0;
}

section.left_right_con_img_sec_multiple {
  padding: 10px 0 5px;
}
section.left_right_con_img_sec_multiple .cmn_hdng_category {
  text-align: left;
  margin: 90px 0 60px;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
}

section.leading_boxes_sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
section.leading_boxes_sec ul li {
  width: 50%;
  padding: 0 20px;
}
section.leading_boxes_sec ul li .leading_bxs_sngl {
  padding: 20px 20px 5px;
  border-left: 7px solid #75A9B8;
  margin: 0 0 30px;
  background: #deebf0;
  min-height: 200px;
}
section.leading_boxes_sec ul li .leading_bxs_sngl strong {
  font-size: 24px;
  display: block;
  margin: 0 0 7px;
}

section.registered_nrse_first_con {
  padding: 40px 0;
}

section.registered_nrse_img_con_sec {
  padding: 60px 0 30px;
}
section.registered_nrse_img_con_sec .registered_nrse_rt_con {
  padding-left: 20px;
}
section.registered_nrse_img_con_sec .registered_nrse_rt_con .cmn_hdng {
  margin: 0 0 30px;
  text-align: left;
}
section.registered_nrse_img_con_sec .registered_nrse_rt_con ul {
  list-style: none;
  border-left: 3px dashed #677480;
  margin-left: 15px;
}
section.registered_nrse_img_con_sec .registered_nrse_rt_con ul li {
  position: relative;
  margin: 0 0 20px;
}
section.registered_nrse_img_con_sec .registered_nrse_rt_con ul li:before {
  content: "";
  height: 13px;
  width: 13px;
  background: #fff;
  border-radius: 100px;
  outline: 8px solid #75A9B8;
  left: 0;
  position: absolute;
  left: -40px;
  top: 8px;
}

section.what_waiting_sec {
  padding: 0 0 60px;
  background: #F6FAFB;
}
section.what_waiting_sec .what_waiting_con .cmn_hdng {
  text-align: left;
  margin: 0 0 20px;
}
section.what_waiting_sec .what_waiting_con .cmnbtnwhitegrey {
  margin: 20px 0 0;
}

section.what_waiting_sec_revert .row {
  flex-direction: row-reverse;
}
section.what_waiting_sec_revert .what_waiting_con {
  padding-left: 30px;
}

section.registered_nurse_jd_ttl_btn {
  text-align: center;
  padding: 40px 0;
}
section.registered_nurse_jd_ttl_btn .cmn_hdng {
  margin: 0 0 20px;
}

section.registered_jd_con_sec {
  padding: 0 0 50px;
}
section.registered_jd_con_sec .registered_jd_lft_con {
  background: #EAF2F4;
  padding: 30px 30px 15px;
}
section.registered_jd_con_sec .registered_jd_lft_con ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.registered_jd_con_sec .registered_jd_lft_con ul li {
  margin: 0 0 20px;
  color: #000;
  font-weight: 600;
}
section.registered_jd_con_sec .registered_jd_lft_con ul li span {
  color: #75A9B8;
  display: block;
  width: 100%;
  margin: 0 0 5px;
  font-weight: 400;
}
section.registered_jd_con_sec .registered_jd_rt_con .registered_desc_ttl {
  color: #75A9B8;
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: 600;
}
section.registered_jd_con_sec .registered_jd_rt_con h2, section.registered_jd_con_sec .registered_jd_rt_con h3, section.registered_jd_con_sec .registered_jd_rt_con h4, section.registered_jd_con_sec .registered_jd_rt_con h5, section.registered_jd_con_sec .registered_jd_rt_con h6 {
  color: #000;
  font-size: 26px;
  margin: 35px 0 25px;
  font-weight: 600;
}
section.registered_jd_con_sec .registered_jd_rt_con ul {
  list-style: none;
}
section.registered_jd_con_sec .registered_jd_rt_con ul li {
  position: relative;
}
section.registered_jd_con_sec .registered_jd_rt_con 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;
}

.li_icon_design ul {
  list-style: none;
}
.li_icon_design ul li {
  position: relative;
}
.li_icon_design 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: 2px;
}

section.job_location_first_con {
  padding: 50px 0;
}
section.job_location_first_con .cmn_hdng {
  text-align: left;
  margin: 0 0 15px;
}
section.job_location_first_con .cmnbtnwhitegrey {
  margin: 15px 0 0;
}

section.job_location_img_con {
  background: #ecf1f3;
  padding: 60px 0;
}
section.job_location_img_con .job_location_con_rt .cmn_hdng {
  text-align: left;
  margin: 0 0 15px;
}
section.job_location_img_con .job_location_con_rt .cmnbtnwhitegrey {
  margin: 15px 0 0;
}

section.working_sec .working_lctn_sngl {
  text-align: center;
}
section.working_sec .working_lctn_sngl .working_lctn_icon {
  height: 80px;
  width: 80px;
  background: #75A9B8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 20px;
  position: relative;
  margin: auto;
}
section.working_sec .working_lctn_sngl .working_lctn_icon:after {
  content: "";
  height: 70px;
  width: 3px;
  background: #75A9B8;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -70px;
}
section.working_sec .working_lctn_sngl .working_lctn_con {
  background: #75A9B8;
  padding: 20px 20px 5px;
  border-radius: 15px;
  color: #fff;
  margin: 40px 0 0;
  min-height: 175px;
}

section.job_location_map_sec {
  text-align: left;
  padding: 0 0 40px;
}
section.job_location_map_sec .cmn_hdng {
  text-align: left;
  max-width: 70%;
}
section.job_location_map_sec .job_location_btns {
  margin: 40px 0 40px;
}
section.job_location_map_sec .job_location_btns a {
  margin: 0 15px 0 0;
}
section.job_location_map_sec iframe {
  height: 500px;
  width: 100%;
}

.home_find_staff_tbng {
  display: flex;
  flex-wrap: wrap;
}
.home_find_staff_tbng .find_staff_home_con {
  width: 42%;
  padding: 0 40px 0 0;
}
.home_find_staff_tbng .find_staff_home_con .cmn_hdng {
  text-align: left;
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 45px;
}
.home_find_staff_tbng .find_staff_form {
  width: 58%;
}

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

section.register_work_first_con {
  padding: 0 0 10px;
}
section.register_work_first_con .cmnbtnwhitegrey {
  margin: 15px 0 0;
}

section.register_work_second_con {
  padding: 40px 0;
  background: #eaf0f2;
}
section.register_work_second_con .register_wrk_scndcon_rt {
  text-align: left;
}
section.register_work_second_con .register_wrk_scndcon_rt .cmn_hdng {
  text-align: left;
  margin: 0 0 15px;
}

section.apply_now_sec {
  padding: 0 0 40px;
}
section.apply_now_sec .cmn_hdng {
  text-align: left;
}
section.apply_now_sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.apply_now_sec ul li {
  display: flex;
  align-items: center;
}
section.apply_now_sec ul li span {
  height: 30px;
  width: 30px;
  display: inline-block;
  margin: 0 15px 0 0;
}
section.apply_now_sec ul li span img {
  max-width: 22px;
}

.modal_register button.btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  opacity: 1;
  filter: invert(1);
  z-index: 10;
}
.modal_register button.btn-close:hover {
  transform: scale(1.1);
}
.modal_register .modal-content {
  background: #75A9B8;
}
.modal_register .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal_register .register_jobs_sngl {
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 30px;
}
.modal_register .register_jobs_sngl .register_jobs_sngl_img img {
  width: 100%;
}
.modal_register .register_jobs_sngl .register_jobs_con {
  background: #fff;
  padding: 15px 15px 10px;
  text-align: center;
}
.modal_register .register_jobs_sngl .register_jobs_con .register_jobs_ttl {
  font-family: "Playfair Display";
  display: block;
  font-size: 22px;
  margin: 0 0 10px;
  color: #75A9B8;
}
.modal_register .register_jobs_sngl .register_jobs_con .register_jobs_ttl:hover {
  color: #677480;
}
.modal_register .register_jobs_sngl .register_jobs_con .cmnbtn {
  background: #000;
  font-size: 16px;
}

.popupcommon button.btn-close {
  position: absolute;
  right: 0;
  top: -35px;
  color: #fff;
  opacity: 1;
  filter: invert(1);
  z-index: 10;
}
.popupcommon button.btn-close:hover {
  transform: scale(1.1);
}
.popupcommon .modal-content {
  background: transparent;
}
.popupcommon .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  padding: 20px;
}

section.location_slider_half_sec {
  padding: 0 0 40px;
}
section.location_slider_half_sec .location_slider_half {
  padding: 0 150px;
}
section.location_slider_half_sec .location_slider_half .location_slider_half_sngl {
  text-align: center;
}
section.location_slider_half_sec .location_slider_half .location_slider_half_sngl .location_slider_half_img img {
  width: 100%;
}
section.location_slider_half_sec .location_slider_half .location_slider_half_sngl strong {
  display: block;
  font-size: 20px;
  margin: 20px 0 0;
  color: #677480;
}
section.location_slider_half_sec .location_slider_half .location_slider_half_sngl:hover strong {
  color: #75A9B8;
}
section.location_slider_half_sec .location_slider_half .swiper-navigation a {
  height: 35px;
  width: 35px;
  background: #fff;
  border-radius: 100px;
  font-size: 20px;
  border: 1px solid #677480;
}

section.travel_nursing_frst_con .cmn_hdng {
  text-align: left;
}

section.travlenursing_quote_sec .workforce_get_tocuh_con {
  text-align: right;
}
section.travlenursing_quote_sec .workforce_get_tocuh_con p {
  text-transform: uppercase;
}
section.travlenursing_quote_sec .workforce_get_touch_btns {
  text-align: center;
}

section.our_location_left_right_sec .left_right_con_img_inr .left_right_con_sngl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
section.our_location_left_right_sec .left_right_con_img_inr .left_right_con_sngl:nth-child(odd) {
  flex-direction: row-reverse;
}
section.our_location_left_right_sec .left_right_con_img_inr .left_right_con_sngl:nth-child(odd) .right_con_format {
  padding-left: 0;
  padding-right: 30px;
}
section.our_location_left_right_sec .left_right_con_img_inr .left_right_con_sngl .lft_img_format {
  width: 45%;
}
section.our_location_left_right_sec .left_right_con_img_inr .left_right_con_sngl .right_con_format {
  width: 55%;
  text-align: left;
  padding-left: 30px;
}
section.our_location_left_right_sec .left_right_con_img_inr .left_right_con_sngl .right_con_format .cmn_hdng {
  margin: 0 0 20px;
  text-align: left;
}
section.our_location_left_right_sec .left_right_con_img_inr .left_right_con_sngl .right_con_format .cmnbtnwhitegrey {
  margin: 10px 0 0;
}

footer.footer_new .footer_inr {
  display: flex;
  flex-wrap: wrap;
}
footer.footer_new .footer_inr .footer_logo_para_social {
  width: 400px;
}
footer.footer_new .footer_inr .footer_logo_para_social .footer_logo_socl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 35px;
  align-items: center;
}
footer.footer_new .footer_inr .footer_logo_para_social .footer_logo_socl .footer_logo {
  width: 180px;
}
footer.footer_new .footer_inr .footer_logo_para_social .footer_logo_socl .footer_social {
  width: calc(100% - 180px);
  padding-left: 20px;
}
footer.footer_new .footer_inr .footer_logo_para_social .footer_tribe_para {
  display: flex;
  flex-wrap: wrap;
}
footer.footer_new .footer_inr .footer_logo_para_social .footer_tribe_para .footer_tribe_img {
  width: 80px;
}
footer.footer_new .footer_inr .footer_logo_para_social .footer_tribe_para .footer_tribe_con {
  width: calc(100% - 80px);
  padding-left: 20px;
}
footer.footer_new .footer_inr .footer_logo_para_social .footer_tribe_para .footer_tribe_con p {
  line-height: 18px;
  font-size: 12px;
}
footer.footer_new .footer_inr .footer_logo_para_social .footer_social {
  margin: 15px 0 0;
}
footer.footer_new .footer_inr .footer_logo_para_social .footer_social ul {
  display: flex;
  padding: 0;
}
footer.footer_new .footer_inr .footer_logo_para_social .footer_social ul li {
  margin: 0 10px 0 0;
}
footer.footer_new .footer_inr .footer_logo_para_social .footer_social ul li a {
  height: 28px;
  width: 28px;
  background: #677480;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
}
footer.footer_new .footer_inr .footer_logo_para_social .footer_social ul li a i {
  line-height: 10px;
}
footer.footer_new .footer_inr .footer_logo_para_social .footer_social ul li a:hover {
  background: #75A9B8;
}
footer.footer_new .footer_inr .footer_logo_para_social .footer_logos_txt {
  margin: 15px 0 0;
}
footer.footer_new .footer_inr .footer_logo_para_social .footer_logos_txt ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
footer.footer_new .footer_inr .footer_logo_para_social .footer_logos_txt ul li {
  margin: 0 15px 0 0;
}
footer.footer_new .footer_inr .footer_logo_para_social .footer_logos_txt ul li a {
  display: inline-block;
}
footer.footer_new .footer_inr .footer_logo_para_social .footer_logos_txt ul li a img {
  max-width: 150px;
  max-height: 55px;
}
footer.footer_new .footer_inr .footer_logo_para_social .footer_logos_txt span {
  font-weight: 700;
  color: #677480;
  font-size: 16px;
  display: inline-block;
  margin: 15px 0 0;
}
footer.footer_new .footer_inr .footer_right_links {
  width: calc(100% - 400px);
  padding-left: 40px;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_ul_tp {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_ul_tp > li {
  flex: 1;
  padding-right: 20px;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_ul_tp > li .footer_rt_lnks_sngl .footer_lnks_ttl {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 4px;
  position: relative;
  padding-left: 25px;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_ul_tp > li .footer_rt_lnks_sngl .footer_lnks_ttl:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  background: url("./assets/images/footer_icon.png") no-repeat;
  background-size: contain;
  left: 0;
  top: 3px;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_ul_tp > li .footer_rt_lnks_sngl > ul {
  list-style: disc;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_ul_tp > li:last-child {
  padding-right: 0;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm > li {
  padding-right: 20px;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm > li .footer_lnks_ttl {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 4px;
  position: relative;
  padding-left: 25px;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm > li .footer_lnks_ttl:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  background: url("./assets/images/footer_icon.png") no-repeat;
  background-size: contain;
  left: -3px;
  top: 3px;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_rqrtmnt_srvc {
  flex: 1;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_rqrtmnt_srvc ul {
  list-style-type: disc;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_agnt_clnt_lnks {
  flex: 1;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_agnt_clnt_lnks ul li a {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_call_email_adrs {
  flex: 1.4;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_call_email_adrs a {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
  align-items: center;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_call_email_adrs a span.footer_call_eml_adrs_icn {
  height: 25px;
  width: 25px;
  background: #677480;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_call_email_adrs a span.footer_call_eml_adrs_icn i {
  line-height: initial;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_call_email_adrs a span.footer_call_eml_adrs_txt {
  width: calc(100% - 25px);
  padding-left: 10px;
  line-height: 20px;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_call_email_adrs a strong {
  font-size: 16px;
  display: block;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_call_email_adrs .faq_ftr_blank span.footer_call_eml_adrs_icn {
  background: transparent;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr {
  flex: 1.6;
  padding-right: 0;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr strong {
  display: block;
  margin: 0 0 7px;
  font-size: 16px;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr form input.form-control, footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr form select.form-select {
  height: 35px;
  font-size: 14px;
  border-radius: 25px;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr form input.form-control::-moz-placeholder, footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr form select.form-select::-moz-placeholder {
  font-size: 14px;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr form input.form-control::placeholder, footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr form select.form-select::placeholder {
  font-size: 14px;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr form .cmnbtnwhitegrey {
  font-size: 14px;
  padding: 7px 10px;
  width: 100%;
  line-height: initial;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr form .cmnbtnwhitegrey:hover {
  text-indent: 0;
  padding-right: 10px !important;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr form .cmnbtnwhitegrey:hover:before {
  display: none;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr form .row {
  margin: 0 -5px;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr form .form-group {
  padding: 0 5px;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr .mc4wp-error p {
  color: #F44336;
  font-weight: 600;
}
footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr .mc4wp-success p {
  color: #677480;
  font-weight: 600;
  padding: 10px;
  background: #d9ecf1;
}
footer.footer_new a, footer.footer_new p, footer.footer_new span {
  font-size: 14px;
  line-height: 18px;
}
footer.footer_new ul {
  padding-left: 20px;
  list-style: none;
}
footer.footer_new ul li {
  line-height: 24px;
  margin-bottom: 0;
}

span.form_required {
  color: #f11d0e;
  display: inline-block;
  vertical-align: sub;
}

@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.wsmenu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  header.main_header .tp_hdr .tp_hdr_mn ul.wsmenu-list li {
    margin: 0;
    position: relative;
  }
  header.main_header .tp_hdr .tp_hdr_mn ul.wsmenu-list li a {
    color: #fff;
    border-left: 1px solid #fff;
    padding: 0 15px;
    font-size: 15px;
  }
  header.main_header .tp_hdr .tp_hdr_mn ul.wsmenu-list li a img {
    max-width: 22px;
    max-height: 20px;
  }
  header.main_header .tp_hdr .tp_hdr_mn ul.wsmenu-list li a:hover {
    opacity: 0.7;
  }
  header.main_header .tp_hdr .tp_hdr_mn ul.wsmenu-list li:first-child a {
    border: none;
  }
  header.main_header .tp_hdr .tp_hdr_mn ul.wsmenu-list li ul.sub-menu, header.main_header .tp_hdr .tp_hdr_mn ul.wsmenu-list li .wsmegamenu {
    box-shadow: 0px 0px 16px 0px #dfdfdf;
    min-width: 180px;
  }
  header.main_header .tp_hdr .tp_hdr_mn ul.wsmenu-list li ul.sub-menu li ul.sub-menu {
    min-width: 300px;
  }
  header.main_header .tp_hdr .tp_hdr_mn 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 .tp_hdr .tp_hdr_mn ul.wsmenu-list: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:nth-last-child(-n+2) ul.sub-menu li ul.sub-menu {
    left: auto;
    right: 100%;
    min-width: 240px;
  }
  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.workforce_solution_header ul.sub-menu {
    min-width: 1050px;
    left: -210%;
    right: auto;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.workforce_solution_header ul.sub-menu .find_job_inr {
    display: flex;
    padding: 25px;
    flex-wrap: wrap;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.workforce_solution_header ul.sub-menu .find_job_inr ul {
    padding: 0;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.workforce_solution_header ul.sub-menu .find_job_inr .find_job_locations {
    flex: 1;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.workforce_solution_header ul.sub-menu .find_job_inr .find_job_locations .find_job_hdr_slf {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.workforce_solution_header ul.sub-menu .find_job_inr .find_job_locations .find_job_hdr_slf strong {
    color: #75A9B8;
    font-weight: 700;
    font-size: 17px;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.workforce_solution_header ul.sub-menu .find_job_inr .find_job_locations ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.workforce_solution_header ul.sub-menu .find_job_inr .find_job_locations ul li a {
    display: inline-block;
    text-align: center;
    padding: 0;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.workforce_solution_header ul.sub-menu .find_job_inr .find_job_locations ul li a .find_job_hdr_img {
    max-width: 185px;
    border-radius: 12px;
    overflow: hidden;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.workforce_solution_header ul.sub-menu .find_job_inr .find_job_locations ul li a .find_job_hdr_img img {
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.4s;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.workforce_solution_header ul.sub-menu .find_job_inr .find_job_locations ul li a span {
    font-weight: 600;
    color: #677480;
    display: inline-block;
    margin: 10px 0 0;
    font-size: 14px;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.workforce_solution_header ul.sub-menu .find_job_inr .find_job_locations ul li a:hover span {
    color: #75A9B8;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.workforce_solution_header ul.sub-menu .find_job_inr .find_job_locations ul li a:hover .find_job_hdr_img img {
    transform: scale(1.1);
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.findjob_megamenu ul.sub-menu {
    min-width: 1050px;
    left: auto;
    right: 10%;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.findjob_megamenu ul.sub-menu .find_job_inr {
    display: flex;
    padding: 25px;
    flex-wrap: wrap;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.findjob_megamenu ul.sub-menu .find_job_inr ul {
    padding: 0;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.findjob_megamenu ul.sub-menu .find_job_inr .find_job_locations {
    flex: 2.05;
    border-right: 1px solid #a9b3bb;
    padding-right: 15px;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.findjob_megamenu ul.sub-menu .find_job_inr .find_job_locations .find_job_hdr_slf {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.findjob_megamenu ul.sub-menu .find_job_inr .find_job_locations .find_job_hdr_slf strong {
    color: #75A9B8;
    font-weight: 700;
    font-size: 17px;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.findjob_megamenu ul.sub-menu .find_job_inr .find_job_locations ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.findjob_megamenu ul.sub-menu .find_job_inr .find_job_locations ul li a {
    display: inline-block;
    text-align: center;
    padding: 0;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.findjob_megamenu ul.sub-menu .find_job_inr .find_job_locations ul li a .find_job_hdr_img {
    max-width: 145px;
    border-radius: 12px;
    overflow: hidden;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.findjob_megamenu ul.sub-menu .find_job_inr .find_job_locations ul li a .find_job_hdr_img img {
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.4s;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.findjob_megamenu ul.sub-menu .find_job_inr .find_job_locations ul li a span {
    font-weight: 600;
    color: #677480;
    display: inline-block;
    margin: 10px 0 0;
    font-size: 14px;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.findjob_megamenu ul.sub-menu .find_job_inr .find_job_locations ul li a:hover span {
    color: #75A9B8;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.findjob_megamenu ul.sub-menu .find_job_inr .find_job_locations ul li a:hover .find_job_hdr_img img {
    transform: scale(1.1);
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.findjob_megamenu ul.sub-menu .find_job_inr .find_job_type {
    flex: 1;
    padding-left: 15px;
    margin: 36px 0 0;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.findjob_megamenu ul.sub-menu .find_job_inr .find_job_type ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.findjob_megamenu ul.sub-menu .find_job_inr .find_job_type ul li a {
    display: inline-block;
    text-align: center;
    padding: 0;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.findjob_megamenu ul.sub-menu .find_job_inr .find_job_type ul li a .find_job_type_img {
    max-width: 145px;
    border-radius: 12px;
    overflow: hidden;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.findjob_megamenu ul.sub-menu .find_job_inr .find_job_type ul li a .find_job_type_img img {
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.4s;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.findjob_megamenu ul.sub-menu .find_job_inr .find_job_type ul li a span {
    font-weight: 600;
    color: #677480;
    display: inline-block;
    margin: 10px 0 0;
    font-size: 13px;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.findjob_megamenu ul.sub-menu .find_job_inr .find_job_type ul li a:hover span {
    color: #75A9B8;
  }
  header.main_header .btm_hdr nav ul.wsmenu-list li.findjob_megamenu ul.sub-menu .find_job_inr .find_job_type ul li a:hover .find_job_type_img img {
    transform: scale(1.1);
  }
  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;
  }
}
@media (min-width: 1700px) {
  body {
    font-size: 18px;
  }
  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: 48%;
  }
  section.banner_section .banner_con .cmn_hdng {
    font-size: 70px;
    line-height: 90px;
  }
  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: 25px 10px 10px;
  }
  section.why_choose_sec .why_choose_con ul li .why_chs_sngl strong {
    font-size: 20px;
  }
  section.our_blog_sec .blog_sngl .blog_sngl_ttl {
    font-size: 24px;
    line-height: 33px;
  }
  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;
    font-size: 18px;
  }
  input.form-control::-moz-placeholder, select.form-select::-moz-placeholder {
    font-size: 18px;
  }
  input.form-control::placeholder, select.form-select::placeholder {
    font-size: 18px;
  }
  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: 16px;
    line-height: 26px;
  }
  footer .ftr_follow_hdr {
    font-size: 25px;
  }
  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: 16px;
  }
  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;
  }
  .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_bg_video .container .banner_con .cmn_hdng {
    font-size: 30px;
    line-height: 40px;
  }
  section.banner_section .banner_bg_image .container .banner_con {
    max-width: 50%;
    min-height: 210px;
  }
  section.banner_section .banner_bg_image .container .banner_con .cmn_hdng {
    font-size: 35px;
    line-height: 45px;
  }
  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;
    min-height: 470px;
  }
  section.our_mission_vision .our_vsn_msn .cmn_hdng {
    font-size: 26px;
  }
  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: 40px;
  }
  .course_sidebar ul.nav li.nav-item a.nav-link.active {
    font-size: 24px;
  }
  .course_sidebar ul.nav li.nav-item a.nav-link {
    font-size: 20px;
  }
  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: 24px;
    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: 180px 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: 34px;
    line-height: 43px;
  }
  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: 25px;
  }
  .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: 220px;
    max-height: 130px;
  }
  body section.affiliation_sec.award_sec .affltn_sngl img {
    max-width: 150px;
    max-height: 150px;
  }
  section.enquiry_sec .enquiry_now_otr .enqry_img img {
    max-width: 190px;
  }
  section.enquiry_sec .enquiry_now_otr .enqry_form .cmn_hdng {
    font-size: 28px;
    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: 25%;
  }
  .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: 20px;
    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.banner_section .banner_bg_video {
    max-height: 580px;
  }
  section.banner_section .tab_bnr_job .nav-tabs .nav-link {
    font-size: 20px;
    padding: 15px 40px;
    margin: 0 15px 0 0;
  }
  section.banner_section .tab_bnr_job .tab_bnr_inr ul li input.form-control {
    height: 47px;
  }
  section.looking_staff_sec {
    padding: 40px 0;
  }
  section.looking_staff_sec .looking_staff_inr p {
    font-size: 26px;
  }
  section.partner_staffing_sec .partner_sldr_sngl .partner_sldr_con {
    padding: 20px 10px;
  }
  section.partner_staffing_sec .partner_sldr_sngl .partner_sldr_con strong {
    font-size: 18px;
  }
  section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_sngl_tp {
    min-height: 270px;
  }
  section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_trst_btm {
    padding: 10px 15px 10px;
    min-height: 270px;
  }
  section.banner_section .tab_bnr_job .tab-content {
    padding: 30px;
  }
  section.banner_section .tab_bnr_job .tab_bnr_inr ul li:nth-child(1) {
    width: 33%;
  }
  section.banner_section .tab_bnr_job .tab_bnr_inr ul li:nth-child(2) {
    width: 33%;
  }
  section.banner_section .tab_bnr_job .tab_bnr_inr ul li:nth-child(3) {
    width: 34%;
  }
  section.banner_section .tab_bnr_job .tab_bnr_inr ul li .bnr_sbmt_btn {
    height: 48px;
    width: 48px;
    margin-right: 10px;
  }
  section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_sngl_tp {
    min-height: 240px;
    margin: 0 0 80px;
  }
  section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_sngl_tp strong {
    font-size: 16px;
  }
  section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_sngl_tp ul {
    padding: 0 0 18px;
  }
  section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_sngl_tp ul li {
    font-size: 14px;
  }
  footer .ftr_extra_lnks ul li a {
    font-size: 14px;
  }
  section.job_results_sec .job_results_inr .job_results_right .job_rslts_sngl .job_rslts_ttl {
    font-size: 22px;
  }
  section.job_results_sec .job_results_inr .job_results_right .job_rslts_sngl .job_rslts_con .job_srch_con_lft .job_rslts_sbttl {
    font-size: 18px;
    margin: 5px 0 15px;
  }
  section.job_results_sec .job_results_inr .job_results_right .job_rslts_sngl .job_rslts_con .job_srch_con_rt ul li span {
    font-size: 18px;
  }
  section.why_aroha_services_sec .why_aroha_srvcs_sngl strong {
    font-size: 18px;
  }
  section.why_client_trust_new {
    padding: 10px 0 80px;
  }
  section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl {
    height: 130px;
  }
  section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl .why_clnt_nw_lft {
    padding: 0px 30px 0px 200px;
    width: calc(100% - 150px);
  }
  section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl .why_clnt_nw_lft strong {
    font-size: 20px;
  }
  section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl .why_clnt_nw_lft p, section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl .why_clnt_nw_lft li {
    line-height: 22px;
    margin: 0 0 5px;
    font-size: 15px;
  }
  section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl .why_clnt_nw_rt {
    width: 150px;
  }
  section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl:before {
    height: 175px;
    width: 170px;
    left: -73px;
  }
  section.why_client_trust_new .why_clnt_new > ul > li:nth-child(even) .why_clnt_nw_sngl:before {
    left: 0px;
  }
  section.our_blog_sec .our_blog_full .our_blog_full_con .cmn_hdng {
    margin: 0 0 10px;
    font-size: 28px;
  }
  section.our_blog_sec .our_blog_full .our_blog_full_con .cmnbtnwhitegrey {
    margin: 0;
  }
  section.workforce_banner .cmn_hdng {
    font-size: 37px;
    line-height: 58px;
    margin: 0 0 10px;
  }
  section.workforce_banner .workforce_bnr_con .inr_bnr_btns {
    margin: 25px 0 0;
  }
  section.offer_solution_sec .offer_solution_rt ul li .offer_solution_icn {
    height: 90px;
    width: 90px;
    padding: 20px;
  }
  section.offer_solution_sec .offer_solution_rt ul li .offer_solution_con strong {
    font-size: 18px;
  }
  section.trusted_prtnr_sec .trusted_prtnr_con ul li:before {
    top: 2px;
  }
  section.mission_map_sec .menu button {
    font-size: 18px;
  }
  section.mission_map_sec .info h3 {
    font-size: 24px;
  }
  section.mission_map_sec .mission_map_row {
    margin: 30px 0 0;
  }
  section.mission_map_sec .mission_map_slf {
    text-align: right;
  }
  section.mission_map_sec .mission_map_slf svg {
    margin: auto;
    width: 80%;
  }
  section.mission_map_sec .mission_map_row .info ul li:before {
    top: 2px;
  }
  section.ndis_bnr_btm {
    padding: 20px 0;
  }
  section.ndis_bnr_btm .ndis_bnr_inr {
    max-width: 60%;
  }
  section.ndis_bnr_btm .ndis_bnr_inr strong {
    font-size: 22px;
    line-height: 34px;
  }
  section.tailored_columns_sec ul li:before {
    top: 2px;
  }
  section.client_testimonial_sec .clnt_rtngs_hdr img {
    max-width: 120px;
  }
  section.client_testimonial_sec .client_rtngs_slider .client_sldr_sngl .client_sldr_sngl_hdr .client_sldr_sngl_lft .client_sldr_nm_img .client_sldr_name strong {
    font-size: 18px;
  }
  section.client_testimonial_sec .client_rtngs_slider .client_sldr_sngl {
    padding: 0 120px;
  }
  section.our_brands_sec .our_brand_sngl img {
    max-width: 200px;
  }
  body.page-template-about_us section.our_mission_vision .our_vsn_msn {
    min-height: 510px;
  }
  section.left_right_con_img_sec .left_right_con_img_inr .left_right_con_sngl .right_con_format .cmn_hdng {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 15px;
    display: block;
  }
  section.left_right_con_img_sec_multiple .cmn_hdng_category {
    font-size: 30px;
    margin: 40px 0 60px;
  }
  .cmn_hdng {
    font-size: 28px;
    line-height: 40px;
  }
  section.staff_testimonial_sec .staff_tstmnl_sngl .staff_tstmnl_con span {
    font-size: 16px;
  }
  section.staff_testimonial_sec .staff_tstmnl_sngl .staff_tstmnl_con strong {
    font-size: 24px;
  }
  section.latest_news_sec .latest_news_sngl .latest_news_sngl_con {
    font-size: 20px;
    line-height: 26px;
  }
  section.offer_solution_para_sec .offer_solution_tp {
    padding: 30px 30px 20px;
  }
  section.workforce_get_touch .workforce_get_tocuh_con p {
    font-size: 26px;
    line-height: 37px;
  }
  section.access_schedule_sec ul li:before {
    top: 1px;
  }
  section.workforce_banner {
    margin: 150px 0 0;
    padding: 20px 0 30px;
  }
  section.workforce_banner .row .workforce_bnr_img {
    max-width: 75%;
  }
  section.leading_boxes_sec ul li .leading_bxs_sngl {
    min-height: 170px;
  }
  section.leading_boxes_sec ul li .leading_bxs_sngl strong {
    font-size: 20px;
    display: block;
    margin: 0 0 7px;
  }
  section.tailored_columns_sec {
    padding: 40px 0 20px;
  }
  .home_find_staff_tbng .find_staff_home_con .cmn_hdng {
    font-size: 24px;
    line-height: 32px;
  }
  .modal_register .register_jobs_sngl .register_jobs_con .cmnbtn {
    font-size: 14px;
  }
  .modal_register .register_jobs_sngl .register_jobs_con .register_jobs_ttl {
    font-size: 18px;
  }
  footer.footer_new .footer_inr .footer_logo_para_social {
    width: 300px;
  }
  footer.footer_new .footer_inr .footer_right_links {
    width: calc(100% - 300px);
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr {
    flex: 1.8;
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm > li .footer_lnks_ttl {
    line-height: 17px;
  }
  section.our_brands_sec ul li .our_brand_sngl a .brand_logo_slf {
    min-height: 70px;
  }
  section.our_brands_sec ul li .our_brand_sngl a .brand_logo_slf img {
    max-width: 220px;
    max-height: 70px;
  }
}
@media (max-width: 1399px) {
  section.banner_section .banner_con {
    max-width: 50%;
  }
  section.banner_section .banner_bg_video {
    max-height: 500px;
  }
  section.banner_section .banner_bg_video .container .banner_con {
    margin: 60px 0 0;
  }
  section.banner_section .banner_bg_video .container .banner_con .cmn_hdng {
    font-size: 24px;
    line-height: 36px;
  }
  section.banner_section .banner_bg_image .container .banner_con {
    margin: 60px 0 0;
    min-height: 190px;
  }
  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: 28px;
    line-height: 36px;
  }
  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: 20px;
    padding: 10px 35px;
  }
  section.aroha_journey_tpcon .aroha_jrny_otr_tb > ul.nav.nav-pills li.nav-item .nav-link img {
    max-height: 37px;
  }
  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;
  }
  section.our_blog_sec .blog_viewall_artcles {
    font-size: 18px;
  }
  .curtain-logo img {
    max-width: 200px;
  }
  section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_sngl_tp {
    min-height: 250px;
    margin: 0 0 60px;
  }
  section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_sngl_tp strong {
    font-size: 16px;
  }
  section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_sngl_tp ul {
    padding: 0 0 0 18px;
  }
  section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_sngl_tp ul li {
    font-size: 14px;
  }
  section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_trst_btm {
    padding: 10px;
    border-radius: 30px 30px 45px 45px;
    min-height: 220px;
  }
  section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_trst_btm:before {
    top: -50px;
  }
  section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_trst_btm p {
    font-size: 14px;
    margin: 0;
    line-height: 22px;
    font-weight: 500;
  }
  section.staff_testimonial_sec .staff_tstmnl_sngl .staff_tstmnl_img {
    width: 170px;
  }
  section.latest_news_sec .latest_news_sngl .latest_news_sngl_con {
    font-size: 18px;
    line-height: 24px;
  }
  section.access_schedule_sec .access_schldl_btns a {
    margin: 0 7px 7px 0;
  }
  section.job_results_sec .job_results_inr .job_results_sidebar {
    width: 300px;
    padding: 20px;
  }
  section.job_results_sec .job_results_inr .job_results_sidebar form .form-group select, section.job_results_sec .job_results_inr .job_results_sidebar form .form-group input.form-control {
    height: 37px;
    font-size: 14px;
  }
  section.job_results_sec .job_results_inr .job_results_sidebar form .form-group select::-moz-placeholder, section.job_results_sec .job_results_inr .job_results_sidebar form .form-group input.form-control::-moz-placeholder {
    font-size: 14px;
  }
  section.job_results_sec .job_results_inr .job_results_sidebar form .form-group select::placeholder, section.job_results_sec .job_results_inr .job_results_sidebar form .form-group input.form-control::placeholder {
    font-size: 14px;
  }
  section.job_results_sec .job_results_inr .job_results_sidebar form .form-group .collapse_link span {
    height: 15px;
    width: 15px;
  }
  section.job_results_sec .job_results_inr .job_results_sidebar form .form-group .collapse_link span:before {
    font-size: 13px;
    line-height: 14px;
  }
  section.job_results_sec .job_results_inr .job_results_sidebar form .form-group .job_rslts_sdbr_con label {
    font-size: 14px;
  }
  section.job_results_sec .job_results_inr .job_results_right {
    width: calc(100% - 300px);
  }
  section.job_results_sec .job_results_inr .job_results_right .job_rslts_sngl {
    padding: 20px 0;
  }
  section.job_results_sec .job_results_inr .job_results_right .job_rslts_sngl .job_rslts_ttl {
    font-size: 18px;
  }
  section.job_results_sec .job_results_inr .job_results_right .job_rslts_sngl .job_rslts_con .job_srch_con_lft .job_rslts_sbttl {
    font-size: 14px;
    margin: 5px 0 15px;
  }
  section.job_results_sec .job_results_inr .job_results_right .job_rslts_sngl .job_rslts_con .job_srch_con_lft p {
    font-size: 12px;
  }
  section.job_results_sec .job_results_inr .job_results_right .job_rslts_sngl .job_rslts_con .job_srch_con_rt ul li span {
    font-size: 14px;
  }
  section.why_aroha_services_sec {
    padding: 20px 0 0px;
  }
  section.our_blog_sec .our_blog_full .our_blog_full_con .cmn_hdng {
    font-size: 24px;
    line-height: 30px;
  }
  section.our_blog_sec .blog_sngl .cmnbtn {
    margin: 0;
  }
  section.our_blog_sec .our_blog_full .our_blog_full_con .cmnbtn {
    margin: 5px 0 0;
  }
  section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl {
    height: 115px;
    margin-left: 80px;
  }
  section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl .why_clnt_nw_lft {
    padding: 0px 20px 0px 170px;
    width: calc(100% - 120px);
  }
  section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl .why_clnt_nw_lft strong {
    font-size: 16px;
  }
  section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl .why_clnt_nw_lft p, section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl .why_clnt_nw_lft li {
    line-height: 20px;
    margin: 0 0 5px;
    font-size: 13px;
  }
  section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl .why_clnt_nw_rt {
    width: 120px;
  }
  section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl:before {
    height: 155px;
    width: 150px;
    left: -66px;
    top: 0;
  }
  section.why_client_trust_new .why_clnt_new > ul > li:nth-child(even) .why_clnt_nw_sngl:before {
    left: -1px;
  }
  section.workforce_banner .cmn_hdng {
    font-size: 30px;
    line-height: 43px;
  }
  section.workforce_footer_para {
    padding: 35px 0 15px;
  }
  section.workforce_footer_para .workforce_para_inr p {
    line-height: 26px;
    font-size: 16px;
  }
  section.experience_power_sec ul li .experience_power_sngl .experience_icn {
    max-width: 140px;
  }
  section.experience_power_sec ul li .experience_power_sngl strong {
    font-size: 16px;
  }
  section.offer_solution_para_sec {
    padding: 50px 0 0;
  }
  section.offer_solution_para_sec .offer_solution_tp {
    padding: 40px 80px 25px;
  }
  section.offer_solution_para_sec .offer_solution_tp:after {
    top: 15px;
    left: 15px;
  }
  section.offer_solution_sec {
    padding: 40px 0 20px;
  }
  section.workforce_get_touch .workforce_get_tocuh_con p {
    font-size: 24px;
    line-height: 34px;
  }
  section.mission_map_sec .menu button {
    font-size: 16px;
  }
  section.mission_map_sec .info h3 {
    font-size: 22px;
  }
  section.ndis_bnr_btm .ndis_bnr_inr strong {
    font-size: 22px;
    line-height: 30px;
    width: calc(100% - 120px);
  }
  section.ndis_bnr_btm .ndis_bnr_inr span {
    width: 120px;
  }
  section.our_mission_vision .our_vsn_msn {
    padding: 60px 110px;
    min-height: 310px;
  }
  section.our_mission_vision .our_vsn_msn .cmn_hdng {
    font-size: 20px;
    margin: 5px 0 0;
  }
  section.our_mission_vision .our_vsn_msn p {
    font-size: 14px;
  }
  section.our_mission_vision .our_vsn_msn .or_msn_vsn_ttl_img img {
    max-width: 60px;
    margin: auto;
  }
  section.partner_staffing_sec .partner_sldr_sngl .partner_sldr_con {
    min-height: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  section.partner_staffing_sec .partner_sldr_sngl .partner_sldr_con strong {
    display: block;
    line-height: 20px;
    font-size: 16px;
  }
  section.partner_staffing_sec .partner_sldr_sngl .partner_sldr_con p {
    font-size: 14px;
    line-height: 20px;
  }
  section.partner_staffing_sec .partner_sldr_sngl .partner_sldr_img {
    height: 345px;
  }
  section.partner_staffing_sec .partner_sldr_sngl:hover .partner_sldr_con strong {
    margin: 0 0 10px;
  }
  section.staff_testimonial_sec .staff_tstmnl_sngl .staff_tstmnl_con strong {
    font-size: 20px;
    margin: 0;
  }
  section.staff_testimonial_sec .staff_tstmnl_sngl .staff_tstmnl_con span {
    font-size: 14px;
  }
  section.why_client_trust_new {
    padding: 30px 0 70px;
  }
  .swiper-button-next, .swiper-button-prev {
    font-size: 20px;
  }
  .cmn_hdng {
    font-size: 24px;
    line-height: 35px;
    margin: 30px 0 30px;
  }
  body {
    font-size: 14px;
  }
  p {
    line-height: 21px;
  }
  section.looking_staff_sec {
    padding: 30px 0;
  }
  section.looking_staff_sec .looking_staff_inr p {
    font-size: 22px;
  }
  section.banner_section .tab_bnr_job .nav-tabs .nav-link {
    font-size: 16px;
  }
  section.banner_section .tab_bnr_job .tab_bnr_inr ul li input.form-control {
    height: 43px;
  }
  section.banner_section .tab_bnr_job .tab_bnr_inr ul li .bnr_sbmt_btn {
    height: 43px;
    width: 43px;
  }
  section.banner_section .tab_bnr_job .tab_bnr_inr ul li:nth-child(1) {
    width: 42%;
  }
  section.banner_section .tab_bnr_job .tab_bnr_inr ul li:nth-child(2) {
    width: 42%;
  }
  input.form-control, .form-select {
    height: 43px;
    font-size: 14px;
  }
  input.form-control::-moz-placeholder, .form-select::-moz-placeholder {
    font-size: 14px;
  }
  input.form-control::placeholder, .form-select::placeholder {
    font-size: 14px;
  }
  section.affiliation_sec .affltn_sngl img {
    max-width: 160px;
    max-height: 90px;
  }
  body section.affiliation_sec.award_sec .affltn_sngl img {
    max-width: 100px;
    max-height: 100px;
  }
  body.home section.affiliation_sec .cmn_hdng {
    margin: 30px 0 30px;
  }
  section.workforce_banner {
    margin: 150px 0 0;
    padding: 20px 0 30px;
  }
  section.workforce_banner .row .workforce_bnr_img {
    max-width: 80%;
    margin: auto;
  }
  section.workforce_banner .cmn_hdng {
    margin: 0 0 15px;
  }
  section.leading_boxes_sec ul li .leading_bxs_sngl {
    min-height: 150px;
  }
  section.leading_boxes_sec ul li .leading_bxs_sngl strong {
    font-size: 18px;
  }
  section.left_right_con_img_sec .left_right_con_img_inr .left_right_con_sngl .right_con_format .cmn_hdng {
    font-size: 18px;
    margin: 0 0 5px;
  }
  section.left_right_con_img_sec .left_right_con_img_inr .left_right_con_sngl .right_con_format .cmnbtnwhitegrey {
    margin: 0;
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_call_email_adrs {
    flex: 1.8;
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr {
    flex: 2.2;
  }
  footer.footer_new a, footer.footer_new p, footer.footer_new span {
    font-size: 12px;
  }
  footer.footer_new .footer_inr .footer_logo_para_social .footer_tribe_para .footer_tribe_con p {
    line-height: 16px;
    font-size: 11px;
  }
  footer.footer_new .footer_inr .footer_logo_para_social {
    width: 250px;
  }
  footer.footer_new .footer_inr .footer_right_links {
    width: calc(100% - 250px);
    padding-left: 20px;
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_ul_tp > li .footer_rt_lnks_sngl .footer_lnks_ttl, footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm > li .footer_lnks_ttl, footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_agnt_clnt_lnks ul li a, footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_call_email_adrs a strong, footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr strong {
    font-size: 14px;
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr form .cmnbtnwhitegrey {
    font-size: 13px;
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr form input.form-control, footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr form select.form-select {
    font-size: 13px;
    height: 32px;
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr form input.form-control::-moz-placeholder, footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr form select.form-select::-moz-placeholder {
    font-size: 13px;
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr form input.form-control::placeholder, footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr form select.form-select::placeholder {
    font-size: 13px;
  }
  footer.footer_new .footer_inr .footer_logo_para_social .footer_logo {
    max-width: 150px;
  }
  footer.footer_new .footer_inr .footer_logo_para_social .footer_tribe_para .footer_tribe_img {
    width: 60px;
  }
  footer.footer_new .footer_inr .footer_logo_para_social .footer_tribe_para .footer_tribe_con {
    padding-left: 10px;
    width: calc(100% - 60px);
  }
  footer.footer_new .footer_inr .footer_logo_para_social .footer_logos_txt span {
    font-size: 15px;
  }
  footer.footer_new .footer_inr .footer_logo_para_social .footer_logo_socl .footer_logo {
    width: 120px;
  }
  footer.footer_new .footer_inr .footer_logo_para_social .footer_social ul li a {
    height: 23px;
    width: 23px;
    font-size: 12px;
  }
  footer.footer_new .footer_inr .footer_logo_para_social .footer_logos_txt ul li a img {
    max-width: 130px;
    max-height: 50px;
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm {
    margin-top: 0;
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_ul_tp {
    margin-bottom: 10px;
  }
}
@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.banner_section .banner_bg_video {
    max-height: 380px;
  }
  section.banner_section .tab_bnr_job {
    margin: 40px 0 30px;
  }
  section.banner_section .tab_bnr_job .nav-tabs .nav-link {
    border-bottom: none;
  }
  section.banner_section .tab_bnr_job .nav-tabs .nav-link.active, section.banner_section .tab_bnr_job .nav-tabs .nav-link.active:focus {
    border: 1px solid #75A9B8;
    border-bottom: none;
  }
  section.banner_section .tab_bnr_job .tab-content {
    border: 1px solid #75A9B8;
    padding: 10px;
  }
  section.banner_section .tab_bnr_job .tab_bnr_inr ul li:nth-child(1), section.banner_section .tab_bnr_job .tab_bnr_inr ul li:nth-child(2) {
    width: 31%;
  }
  section.banner_section .tab_bnr_job .tab_bnr_inr ul li:nth-child(3) {
    width: 38%;
  }
  footer.footer_new .footer_inr .footer_logo_para_social {
    margin: 0 0 30px;
    width: 100%;
  }
  footer.footer_new .footer_inr .footer_right_links {
    width: 100%;
    padding: 0;
  }
}
@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_bg_image .container .banner_con {
    max-width: 60%;
    margin: 60px 0 0;
  }
  section.banner_section .banner_bg_image .container .banner_con .cmn_hdng {
    font-size: 24px;
    line-height: 34px;
  }
  section.banner_section .banner_bg_video {
    max-height: 290px;
  }
  section.banner_section .banner_bg_video .container .banner_con {
    max-width: 40%;
    margin: 30px 0 0;
  }
  section.banner_section .banner_bg_video .container .banner_con .cmn_hdng {
    font-size: 20px;
    line-height: 27px;
  }
  section.banner_section .banner_img {
    text-align: center;
  }
  section.banner_section .tab_bnr_job .tab_bnr_inr ul li:nth-child(1), section.banner_section .tab_bnr_job .tab_bnr_inr ul li:nth-child(2) {
    width: 29%;
  }
  section.banner_section .tab_bnr_job .tab_bnr_inr ul li:nth-child(3) {
    width: 42%;
  }
  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;
    justify-content: flex-start;
  }
  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;
  }
  section.our_values_mobile ul li .our_values_mb_sngl .our_values_ttl {
    font-size: 26px;
    margin: 0 0 10px;
    font-weight: 500;
  }
  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: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;
  }
  section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_sngl_tp strong {
    font-size: 12px;
  }
  section.access_schedule_sec .access_schdl_img {
    margin: 40px auto 0;
    max-width: 50%;
  }
  section.find_staff_form_con .find_staff_con {
    padding: 0;
  }
  .find_staff_form {
    margin: 20px 0 0;
  }
  .find_staff_form .form-check {
    padding-left: 35px;
  }
  section.why_client_trust_new {
    padding: 30px 0;
  }
  section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl {
    height: auto;
    margin-left: 0;
  }
  section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl .why_clnt_nw_lft {
    padding: 15px 30px 15px 15px;
  }
  section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl:before {
    display: none;
  }
  section.workforce_banner {
    margin: 108px 0 0;
  }
  section.workforce_banner .row {
    flex-direction: column-reverse;
  }
  section.workforce_banner .row .workforce_bnr_img {
    margin-bottom: 20px;
  }
  section.trusted_prtnr_sec .cmn_hdng {
    margin: 0 0 45px;
    text-align: left;
  }
  section.trusted_prtnr_sec .cmn_hdng:after {
    right: auto;
    left: 0;
    width: 100%;
  }
  section.offer_solution_para_sec {
    padding: 50px 0 0;
  }
  section.offer_solution_para_sec .offer_solution_tp {
    max-width: 100%;
    padding: 30px 30px 15px;
    margin: 0 auto 10px;
  }
  section.offer_solution_para_sec .offer_solution_tp:after {
    top: 10px;
    left: 10px;
  }
  section.offer_solution_sec {
    padding: 0px 0 20px;
  }
  section.looking_staff_sec .looking_staff_inr p {
    font-size: 20px;
    line-height: 30px;
  }
  section.workforce_get_touch {
    padding: 30px 0;
  }
  section.workforce_get_touch .workforce_get_tocuh_con {
    margin-bottom: 20px;
  }
  section.workforce_get_touch .workforce_get_tocuh_con p {
    text-align: center;
  }
  section.workforce_get_touch .workforce_get_touch_btns {
    text-align: center;
  }
  section.our_blog_sec .our_blog_full {
    margin: 0 0 30px;
  }
  section.our_blog_sec .our_blog_full .our_blog_full_img {
    width: 100%;
    margin: 0 0 20px;
  }
  section.our_blog_sec .our_blog_full .our_blog_full_img img {
    position: initial;
  }
  section.our_blog_sec .our_blog_full .our_blog_full_con {
    padding: 0;
    width: 100%;
  }
  section.what_you_need_sec {
    padding: 0 0 30px;
  }
  section.what_you_need_sec .wht_you_need_con {
    margin: 0 0 30px;
  }
  section.our_blog_sec .blog_sngl .blog_con_mn {
    min-height: auto;
  }
  section.ndis_bnr_btm .ndis_bnr_inr {
    max-width: 100%;
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_ul_tp > li, footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_call_email_adrs {
    flex: auto;
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_ul_tp > li {
    width: 50%;
    margin-bottom: 20px;
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_ul_tp > li:nth-child(even) {
    padding-right: 0;
  }
  .home_find_staff_tbng {
    padding: 10px;
  }
  .home_find_staff_tbng .find_staff_home_con {
    width: 100%;
    padding: 0;
  }
  .home_find_staff_tbng .find_staff_form {
    width: 100%;
  }
  section.banner_section .tab_bnr_job .tab_bnr_mn {
    max-width: 100%;
  }
  section.job_results_sec .job_results_inr .job_results_right .job_rslts_sngl .job_rslts_ttl {
    font-size: 16px;
    line-height: 22px;
  }
  section.job_results_sec .job_results_inr .job_results_right .job_rslts_sngl .job_rslts_con .job_srch_con_lft {
    padding-right: 10px;
    width: calc(100% - 100px);
  }
  section.job_results_sec .job_results_inr .job_results_right .job_rslts_sngl .job_rslts_con .job_srch_con_rt {
    width: 100px;
  }
  section.job_results_sec .job_results_inr .job_results_right .job_rslts_sngl .job_rslts_con .job_srch_con_rt ul li span {
    font-size: 12px;
    line-height: 14px;
  }
  section.job_results_sec .job_results_inr .job_results_sidebar {
    width: 100%;
  }
  section.job_results_sec .job_results_inr .job_results_right {
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
  }
  .find_job_inr .find_job_locations ul {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .find_job_inr .find_job_locations ul li {
    width: 25%;
    padding: 0 10px 20px;
  }
  .find_job_inr .find_job_locations ul li a {
    padding: 0;
  }
  .find_job_inr .find_job_locations ul li a img {
    width: 100%;
  }
  .find_job_inr .find_job_locations ul li a span {
    width: 100%;
    display: block;
    padding: 10px 10px;
  }
  section.location_slider_half_sec .location_slider_half {
    padding: 0 30px;
  }
  section.campus_sec .contact_campus_sngl {
    width: 100%;
  }
  section.campus_sec .contact_campus_sngl img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cmn_hdng {
    margin: 30px 0 40px;
    text-align: left;
  }
  .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 .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: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: 24px;
  }
  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;
    margin: 0 0 20px;
  }
  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%;
  }
  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;
    margin-top: 0;
  }
  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: 107px 0 0px;
  }
  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: 20px;
  }
  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: 45px;
    width: 45px;
    font-size: 20px;
  }
  section.banner_section .banner_slider .row {
    flex-direction: column-reverse;
  }
  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: 480px;
  }
  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: 0px;
  }
  section.our_mission_vision .our_vsn_msn {
    padding: 70px 0;
  }
  section.our_mission_vision .our_vsn_msn .cmn_hdng {
    text-align: center;
  }
  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: 26px;
    margin: 20px 0 20px;
  }
  section.course_category_banner .course_ctbnr_con p {
    font-size: 16px;
  }
  body.page-template-course_detail section.related_courses {
    margin-top: 0 !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: 32px;
    font-size: 26px;
    margin: 20px 0 20px;
    text-align: center;
  }
  .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 !important;
  }
  section.inr_page_bnr .inr_page_ttl_brdcrmb .inr_bnr_con .cmn_hdng {
    margin: 30px 0 15px;
  }
  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%;
  }
  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: flex-start;
  }
  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: 8px 20px;
    white-space: nowrap;
    font-size: 16px;
  }
  section.aroha_journey_tpcon .aroha_jrny_otr_tb > ul.nav.nav-pills li.nav-item button.nav-link img {
    max-height: 30px;
    min-width: 20px;
  }
  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: 22px;
    line-height: 22px;
    text-align: center;
    color: #000;
    margin: 0;
    text-shadow: none;
  }
  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;
  }
  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: 10px 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;
  }
  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: 12px;
    padding: 5px 10px;
  }
  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;
    text-align: center;
  }
  body section.related_courses > .container {
    padding: 0 12px;
  }
  section.whats_next_sec ul li {
    margin: 0 5px 5px;
  }
  .ftr_nwsltr p span {
    display: block;
  }
  .ftr_nwsltr form {
    max-width: 80%;
  }
  section.about_us_con {
    margin: 0;
  }
  section.affiliation_sec ul li {
    margin: 10px 0 0 !important;
    padding: 0 10px;
  }
  section.affiliation_sec .affltn_sngl {
    height: auto;
    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: 20px 0 0;
  }
  section.agent_hub_tab_sec .agent_hub_tb ul li {
    width: 33.33%;
  }
  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.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;
    padding: 0 7px;
  }
  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: 50%;
  }
  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: 100%;
  }
  section.our_blog_sec .blog_viewall_artcles {
    font-size: 18px;
    margin: 0 0 30px;
  }
  section.banner_section .banner_bg_image {
    height: 330px;
  }
  section.banner_section .banner_bg_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.banner_section .banner_bg_image .container {
    padding: 0;
    top: auto;
    bottom: 0;
  }
  section.banner_section .banner_bg_image .container .banner_con {
    max-width: 100%;
    padding: 60px 15px 20px;
    border-radius: 0px;
    margin: 0;
    text-align: center;
    min-height: auto;
    background: #75A9B8;
    background: linear-gradient(to bottom, rgba(117, 169, 184, 0), #75A9B8 50%, #75A9B8 100%);
  }
  section.banner_section .banner_bg_image .container .banner_con .cmn_hdng {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
    text-align: left;
    color: #fff;
  }
  section.banner_section .banner_bg_video {
    max-height: initial;
    height: 330px;
    overflow: visible;
  }
  section.banner_section .banner_bg_video video {
    display: block;
    max-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.banner_section .banner_bg_video .container {
    padding: 0;
    top: auto;
    bottom: 0;
  }
  section.banner_section .banner_bg_video .container .banner_con {
    max-width: 100%;
    padding: 60px 15px 15px;
    border-radius: 0px;
    margin: 0;
    text-align: left;
    background: #75A9B8;
    background: linear-gradient(to bottom, rgba(117, 169, 184, 0), #75A9B8 50%, #75A9B8 100%);
  }
  section.banner_section .banner_bg_video .container .banner_con .cmn_hdng {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
    text-align: left;
  }
  section.industries_specialists_sec .industries_specialists_bxs ul {
    justify-content: center;
  }
  section.industries_specialists_sec .industries_specialists_bxs ul li {
    width: 50%;
    padding: 0 10px;
  }
  section.why_client_trust .why_client_inr > ul > li {
    width: 100%;
  }
  section.looking_staff_sec .looking_staff_inr {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  section.looking_staff_sec .looking_staff_inr p {
    font-size: 20px;
    text-align: left;
    margin: 0 0 30px;
  }
  section.staff_testimonial_sec .staff_tstmnl_sngl .staff_tstmnl_con {
    padding-left: 0;
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
  }
  section.staff_testimonial_sec .staff_tstmnl_sngl .staff_tstmnl_con strong {
    font-size: 20px;
  }
  section.staff_testimonial_sec .staff_tstmnl_sngl .staff_tstmnl_con span {
    font-size: 16px;
  }
  body section.affiliation_sec.award_sec {
    padding: 10px 0 10px;
  }
  body.home section.affiliation_sec {
    padding: 10px 0 0;
  }
  section.banner_section .banner_slider .swiper-pagination-banner {
    margin: 20px 0 0;
    position: initial;
    transform: none;
    max-width: 100%;
    text-align: center;
  }
  section.banner_section .tab_bnr_job .nav-tabs .nav-link {
    font-size: 16px;
    padding: 10px 15px;
  }
  section.banner_section .tab_bnr_job .tab_bnr_mn {
    max-width: 100%;
  }
  section.banner_section .tab_bnr_job .tab_bnr_inr ul {
    flex-wrap: wrap;
  }
  section.banner_section .tab_bnr_job .tab_bnr_inr ul li {
    width: 100% !important;
    margin: 7px 0 0;
  }
  section.banner_section .tab_bnr_job .tab_bnr_inr ul li:nth-child(3) {
    justify-content: flex-start;
  }
  section.partner_staffing_sec .partner_sldr_sngl .partner_sldr_con {
    padding: 15px;
  }
  section.why_client_trust .why_client_inr > ul > li {
    margin-bottom: 30px;
  }
  section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_sngl_tp {
    min-height: initial;
    margin-bottom: 110px;
  }
  section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_sngl_tp strong {
    font-size: 18px;
  }
  section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_sngl_tp ul li {
    font-size: 16px;
  }
  section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_trst_btm {
    padding: 0 30px 30px;
    min-height: initial;
  }
  section.why_client_trust .why_client_inr > ul > li .why_slnt_trst_sngl .why_clnt_trst_btm::before {
    top: -90px;
  }
  section.staff_testimonial_sec .staff_tstmnl_sngl .staff_tstmnl_img {
    width: 120px;
  }
  footer .ftr_extra_lnks ul {
    padding: 0;
  }
  footer .ftr_extra_lnks ul li:nth-child(1) {
    list-style-type: disc;
  }
  section.access_schedule_sec {
    padding: 0 0 30px;
  }
  section.access_schedule_sec .row {
    flex-direction: column-reverse;
  }
  section.access_schedule_sec .access_schdl_img {
    margin: 20px auto 20px;
    max-width: 65%;
  }
  section.access_schedule_sec .access_schldl_btns a {
    margin: 0 5px 5px 0;
  }
  section.why_client_trust {
    padding: 0 0 10px;
  }
  section.looking_staff_sec {
    padding: 20px 0;
  }
  section.looking_staff_sec .looking_staff_inr p {
    margin: 0 0 20px;
  }
  section.job_results_sec .job_results_inr .job_rslts_sngl .job_rslts_ttl {
    font-size: 20px;
  }
  section.job_results_sec .job_results_inr .job_rslts_sngl {
    padding: 25px 0 10px;
  }
  section.job_results_sec .job_results_inr .job_rslts_sngl .job_rslts_con {
    flex-wrap: wrap;
  }
  section.job_results_sec .job_results_inr .job_rslts_sngl .job_rslts_con .job_srch_con_lft {
    width: 100%;
  }
  section.job_results_sec .job_results_inr .job_rslts_sngl .job_rslts_con .job_srch_con_rt {
    width: 100%;
  }
  section.job_results_sec .job_results_inr .job_rslts_sngl .job_rslts_con .job_srch_con_rt ul li {
    margin: 25px 0;
  }
  section.why_aroha_services_sec .why_aroha_srvcs_sngl {
    padding: 0;
    margin: 0 0 50px;
  }
  section.our_blog_sec .our_blog_full {
    margin: 0 0 40px;
  }
  section.our_blog_sec .our_blog_full .our_blog_full_img {
    width: 100%;
    margin: 0 0 20px;
  }
  section.our_blog_sec .our_blog_full .our_blog_full_con {
    width: 100%;
    padding: 0;
  }
  section.our_blog_sec .our_blog_full .our_blog_full_con .cmn_hdng {
    font-size: 20px;
    margin: 0 0 7px;
    line-height: 26px;
  }
  section.why_client_trust_new {
    padding: 30px 0;
  }
  section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl {
    padding: 20px;
    flex-direction: row-reverse;
  }
  section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl .why_clnt_nw_lft {
    padding: 0;
    width: calc(100% - 90px);
  }
  section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl .why_clnt_nw_lft ul {
    padding-left: 20px;
  }
  section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl .why_clnt_nw_lft p {
    word-break: break-word;
  }
  section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl .why_clnt_nw_rt {
    border-left: none;
    padding: 0 20px 0 0;
    width: 90px;
  }
  section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl .why_clnt_nw_rt img {
    max-width: 100%;
  }
  section.why_client_trust_new .why_clnt_new > ul > li .why_clnt_nw_sngl:before {
    display: none;
  }
  body.home section.affiliation_sec .cmn_hdng {
    margin: 30px 0 15px;
  }
  body.home section.affiliation_sec .cmn_hdng + p {
    max-width: 100%;
    text-align: left;
    margin: 0 auto 20px;
  }
  section.workforce_banner {
    padding: 20px 0;
  }
  section.workforce_banner .cmn_hdng {
    font-size: 20px;
    line-height: 26px;
    margin: 10px 0 10px;
  }
  section.workforce_banner .cmnbtnwhitegrey {
    font-size: 13px;
    margin: 0 5px 10px 0;
  }
  section.trusted_prtnr_sec {
    padding: 30px 0 0px;
  }
  section.offer_solution_para_sec {
    padding: 30px 0 10px;
  }
  section.offer_solution_sec .offer_solution_rt ul li .offer_solution_con {
    padding-left: 15px;
    width: calc(100% - 70px);
  }
  section.offer_solution_sec .offer_solution_rt ul li .offer_solution_con strong {
    font-size: 16px;
  }
  section.offer_solution_sec .offer_solution_rt ul li .offer_solution_icn {
    height: 70px;
    width: 70px;
  }
  body.page-template-workforcesolution section.affiliation_sec {
    padding: 5px 0 30px;
  }
  body.page-template-workforcesolution section.affiliation_sec .cmn_hdng + p {
    max-width: 100%;
    text-align: left;
  }
  section.workforce_footer_para .workforce_para_inr {
    max-width: 100%;
  }
  section.experience_power_sec {
    padding: 0 0 20px;
  }
  section.experience_power_sec ul {
    max-width: 100%;
  }
  section.experience_power_sec ul li .experience_power_sngl .experience_icn {
    max-width: 80px;
  }
  section.experience_power_sec ul li .experience_power_sngl strong {
    font-size: 14px;
    line-height: 20px;
  }
  section.workforce_get_touch {
    padding: 30px 0 20px;
  }
  section.workforce_get_touch .workforce_get_tocuh_con p {
    font-size: 20px;
    line-height: 28px;
  }
  section.workforce_get_touch .workforce_get_touch_btns .cmnbtnwhitegrey {
    margin: 0 7px 7px;
  }
  section.offer_solution_para_sec .offer_solution_tp {
    padding: 20px 20px 5px;
  }
  section.mission_map_sec .menu {
    gap: 0px;
  }
  section.mission_map_sec .menu button {
    width: 50%;
    padding: 10px 5px;
  }
  section.mission_map_sec .mission_map_row .mission_map_slf {
    width: 100%;
    text-align: center;
  }
  section.mission_map_sec .mission_map_row .mission_map_slf svg {
    width: 70%;
  }
  section.mission_map_sec .mission_map_row .info {
    width: 100%;
    padding: 0;
    box-shadow: none;
    margin: 20px 0 0;
  }
  section.trusted_partner_sldr_sec .trusted_partnr_sldr_slf {
    margin-right: 0px;
  }
  section.trusted_partner_sldr_sec .trusted_partner_sldr_rt_con .trusted_partner_sldr_rt_con_btns .cmnbtnwhitegrey {
    margin: 0 5px 0 0;
    font-size: 14px;
  }
  body.page-template-foremployers section.offer_solution_para_sec {
    padding: 10px 0 10px;
  }
  section.our_blog_sec .blog_sngl .blog_con_mn {
    min-height: auto;
  }
  section.ndis_bnr_btm {
    margin: 20px 0;
  }
  section.ndis_bnr_btm .ndis_bnr_inr strong {
    font-size: 16px;
    line-height: 20px;
    width: calc(100% - 90px);
  }
  section.ndis_bnr_btm .ndis_bnr_inr strong:after {
    background-size: contain;
    height: 12px;
  }
  section.ndis_bnr_btm .ndis_bnr_inr span {
    width: 90px;
  }
  section.what_you_need_sec .wht_you_need_con .cmn_hdng {
    margin: 0 0 10px;
  }
  section.client_testimonial_sec .client_rtngs_slider .client_sldr_sngl {
    padding: 80px 0 0;
  }
  section.client_testimonial_sec .cmn_hdng {
    margin: 10px 0 30px;
  }
  section.client_testimonial_sec .client_rtngs_slider .swiper-button-prev {
    left: 0;
    top: 30px;
    font-size: 30px;
  }
  section.client_testimonial_sec .client_rtngs_slider .swiper-button-next {
    right: 0;
    top: 30px;
    font-size: 30px;
  }
  section.our_brands_sec {
    padding: 40px 0 20px;
  }
  section.our_brands_sec .cmn_hdng {
    text-align: center;
  }
  section.partner_staffing_sec .partner_slider_home {
    padding: 0 40px;
  }
  section.partner_staffing_sec .swiper-button-prev {
    left: 40px;
    height: 35px;
    width: 35px;
  }
  section.partner_staffing_sec .swiper-button-next {
    right: 40px;
    height: 35px;
    width: 35px;
  }
  .find_job_inr .find_job_locations .find_job_hdr_slf strong {
    display: none;
  }
  .find_job_inr .find_job_locations .find_job_hdr_slf a {
    margin: 10px;
    display: block;
  }
  .find_job_inr .find_job_locations ul {
    padding: 0;
  }
  .find_job_inr .find_job_locations ul li {
    width: 100%;
    padding: 0;
  }
  .find_job_inr .find_job_locations ul li a {
    padding: 11px 0px 11px 30px;
  }
  .find_job_inr .find_job_locations ul li a img {
    display: none;
  }
  .find_job_inr .find_job_locations ul li a span {
    width: 100%;
    display: block;
    padding: 0;
  }
  .find_job_inr .find_job_type {
    border-top: 2px solid #75A9B8;
  }
  .find_job_inr .find_job_type ul {
    padding: 0;
  }
  .find_job_inr .find_job_type ul li {
    width: 100%;
    padding: 0;
  }
  .find_job_inr .find_job_type ul li a {
    padding: 11px 0px 11px 30px;
  }
  .find_job_inr .find_job_type ul li a img {
    display: none;
  }
  section.partner_staffing_sec .partner_sldr_sngl .partner_sldr_img {
    height: auto;
  }
  section.partner_staffing_sec .partner_sldr_sngl .partner_sldr_img img {
    position: initial;
  }
  section.left_right_con_img_sec .left_right_con_img_inr .left_right_con_sngl .lft_img_format {
    width: 100%;
  }
  section.left_right_con_img_sec .left_right_con_img_inr .left_right_con_sngl .right_con_format {
    width: 100%;
    padding: 0;
  }
  section.left_right_con_img_sec .left_right_con_img_inr .left_right_con_sngl .right_con_format .cmn_hdng {
    line-height: 25px;
    margin: 20px 0 15px;
  }
  section.left_right_con_img_sec {
    padding: 10px 0 5px;
  }
  body.page-template-ndis-ourservice-whoweare section.why_aroha_services_sec .cmn_hdng + p, body.page-template-ndis-how-we-can-help section.why_aroha_services_sec .cmn_hdng + p {
    text-align: left;
  }
  section.what_you_need_sec {
    padding: 30px 0 30px;
  }
  body.page-template-about_us section.our_mission_vision .our_vsn_msn {
    min-height: 370px;
    padding: 60px 30px 10px;
  }
  section.leading_boxes_sec .cmn_hdng {
    margin-top: 0;
  }
  section.leading_boxes_sec .cmn_hdng h4 {
    font-size: 16px;
    line-height: 24px;
  }
  section.leading_boxes_sec ul li {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  section.leading_boxes_sec ul li .leading_bxs_sngl {
    min-height: auto;
    margin: 0 0 20px;
  }
  section.leading_boxes_sec ul li .leading_bxs_sngl strong {
    font-size: 16px;
    margin: 0;
  }
  section.registered_nurse_jd_ttl_btn .cmn_hdng {
    text-align: center;
  }
  .registered_jd_rt_con {
    margin: 20px 0 0;
  }
  .register_wrk_frstcon_lft {
    margin: 0 0 20px;
  }
  section.location_slider_half_sec .location_slider_half .location_slider_half_sngl strong {
    font-size: 16px;
  }
  .course_sidebar {
    padding: 30px 0 50px;
  }
  section.our_location_left_right_sec .left_right_con_img_inr .left_right_con_sngl .lft_img_format {
    width: 100%;
  }
  section.our_location_left_right_sec .left_right_con_img_inr .left_right_con_sngl .right_con_format {
    width: 100%;
    padding: 0;
  }
  section.our_location_left_right_sec .left_right_con_img_inr .left_right_con_sngl:nth-child(odd) .right_con_format {
    padding-right: 0;
  }
  section.our_location_left_right_sec .left_right_con_img_inr .left_right_con_sngl .right_con_format .cmn_hdng {
    margin: 25px 0 20px;
  }
  .registered_nrse_lft_img {
    margin: 0 0 20px;
  }
  section.registered_nrse_img_con_sec .registered_nrse_rt_con {
    padding-left: 0;
  }
  section.contact_sec {
    padding: 50px 0 15px;
  }
  section.contact_map {
    display: none;
  }
  section.campus_sec .swiper {
    padding: 0 0 30px;
  }
  body.page-id-4174 section.inr_page_bnr > img {
    height: 250px;
  }
  body.page-id-4174 section.inr_page_bnr_con .container {
    background: linear-gradient(to bottom, rgba(125, 125, 173, 0), rgba(117, 169, 184, 0.8705882353), #75a9b8);
    position: absolute;
    bottom: 0;
    padding: 50px 15px 20px;
  }
  body.page-id-4174 section.inr_page_bnr_con .container .cmn_hdng {
    color: #ffffff;
  }
  .modal-fullscreen {
    height: auto;
  }
  .modal_register_jobs {
    padding: 30px 0 0;
  }
  .modal_register button.btn-close {
    top: 15px;
  }
  footer.footer_new .footer_agnt_clnt_lnks {
    padding-right: 0 !important;
  }
  footer.footer_new .footer_call_email_adrs {
    padding-right: 0;
    margin: 20px 0 0;
  }
  footer.footer_new .footer_call_email_adrs ul {
    padding-left: 0;
  }
  footer.footer_new ul li {
    line-height: 12px;
    margin-bottom: 5px;
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_ul_tp > li .footer_rt_lnks_sngl .footer_lnks_ttl {
    margin: 0 0 15px;
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_ul_tp > li .footer_rt_lnks_sngl .footer_lnks_ttl:before {
    top: -3px;
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm > li .footer_lnks_ttl {
    line-height: 17px;
    margin: 0 0 10px;
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_call_email_adrs a {
    margin: 0 0 5px;
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_call_email_adrs a span.footer_call_eml_adrs_txt {
    line-height: 16px;
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_call_email_adrs a span.footer_call_eml_adrs_txt strong {
    font-size: 12px;
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_ul_tp {
    margin-bottom: 0;
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr {
    margin: 20px 0 0;
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr form .form-group {
    width: 50%;
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr form .cmnbtnwhitegrey {
    width: auto;
  }
  footer .ftr_extra_lnks ul li:nth-child(1) {
    list-style: none;
  }
  footer .ftr_extra_lnks ul li a {
    font-size: 12px;
  }
  footer .ftr_extra_lnks {
    margin: 0;
  }
  footer.footer_new .footer_inr .footer_logo_para_social .footer_logo_socl .footer_logo {
    width: 100px;
  }
  footer.footer_new .footer_inr .footer_logo_para_social .footer_logos_txt ul li a img {
    max-width: 100px;
    max-height: 35px;
  }
  section.cpyrt_sec p {
    font-size: 12px;
  }
  footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_ul_tp > li .footer_rt_lnks_sngl .footer_lnks_ttl, footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm > li .footer_lnks_ttl, footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_agnt_clnt_lnks ul li a, footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_call_email_adrs a strong, footer.footer_new .footer_inr .footer_right_links ul.footer_rt_lnks_btm li.footer_nwsltr strong {
    font-size: 13px;
  }
  footer.footer_new .footer_inr .footer_logo_para_social .footer_tribe_para .footer_tribe_img {
    width: 40px;
  }
  footer.footer_new .footer_inr .footer_logo_para_social .footer_tribe_para .footer_tribe_con {
    width: calc(100% - 40px);
  }
  section.registered_nrse_img_con_sec {
    padding: 0px 0 20px;
  }
  section.registered_nrse_first_con {
    padding: 20px 0 20px;
  }
  section.what_waiting_sec .what_waiting_con {
    padding: 20px 0;
  }
  section.what_waiting_sec {
    padding: 0 0 30px;
  }
  section.job_listing_otr_sec {
    padding: 30px 0 5px;
  }
  section.contact_sec .contact_drctry_inr ul li a {
    font-size: 15px;
  }
  .otherContactDetails__btmbox strong {
    font-size: 18px;
  }
}
@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: 107px 0 0;
  }
  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.stdyng_aroha_clg_sec .cmnbtn {
    padding: 10px 14px;
    font-size: 13px;
  }
  section.banner_section .tab_bnr_job .tab_bnr_inr ul li .cmnbtnblue {
    font-size: 14px;
  }
  section.banner_section .tab_bnr_job .tab_bnr_inr ul li .bnr_sbmt_btn {
    height: 43px;
    width: 43px;
  }
  section.mission_map_sec .menu button {
    font-size: 13px;
  }
  section.our_mission_vision .our_vsn_msn {
    padding: 30px 0px 0px;
    min-height: 300px;
  }
}/*# sourceMappingURL=style.css.map */