@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
:root {
	--hclr:#3d3d3f;
}
.studypage * {
	font-family: "Open Sans";
}
.studypage .fa {
    font-family:FontAwesome!important;
}
.post_study {
	background:#144877;
	padding:80px 0;
}
.sub_title {
	color:#fff227;
	font-size: 22px;
	margin-bottom:20px;
}
.post_study h2 {	
	color:#fff;
	font-weight:400;
	font-size:3rem;
}
.post_study p {
	color:#fff;
	margin:15px 0 30px;
	font-size:1.5rem;
}
.post_study h1 strong {
	font-weight:700;
}
.post_study h1 span {
	font-size:3rem;
	font-style:italic;
	
	color:#a19bc1;
	letter-spacing:2px;
	font-weight:300;
}
.study_btn {
    font-weight: 600 !important;
    border: 2px solid #fff227 !important;
    background:none;
    color: #ffffff;
    padding: 15px 30px !important;
    display: inline-block !important;
    text-align: center !important;
    margin-top:0;
    border-radius:0px;
    -webkit-transition: .9s;
    transition: .9s;
	letter-spacing:2px;
	min-width:340px;
}
.study_btn:hover {
    color: #ffffff;
    border-radius:50px;
}
.study_btn1 {
    font-weight: 600 !important;
    border: 2px solid #fff227 !important;
    background:none;
    color: #ffffff;
    padding: 15px 30px !important;
    display: inline-block !important;
    text-align: center !important;
    margin-top:0;
    border-radius:0px;
    -webkit-transition: .9s;
    transition: .9s;
	letter-spacing:2px;
}
.study_btn1:hover {
    color: #ffffff;
    border-radius:50px;
}
.study_btn2 {
    font-weight: 600 !important;
    border: 2px solid #ef554d !important;
    background:none;
    color: #000;
    padding: 15px 10px !important;
    display: block !important;
    text-align: center !important;
    margin-top:0;
    border-radius:0px;
    -webkit-transition: .9s;
    transition: .9s;
	letter-spacing:2px;
}
.study_btn2:hover {
    color: #000;
    border-radius:50px;
}
.study_btn_red {
    font-weight: 600 !important;
    border: 2px solid #ef554d !important;
    background:none;
    color: #ffffff;
    padding: 15px 30px !important;
    display: inline-block !important;
    text-align: center !important;
    margin-top:0;
    border-radius:0px;
    -webkit-transition: .9s;
    transition: .9s;
	letter-spacing:2px;
	min-width:340px;
}
.study_btn_red:hover {
    color: #ffffff;
    border-radius:50px;
}
.study_white {
    font-weight: 600 !important;
    border: 1px solid #fff !important;
    background:none;
    color: #fff;
    padding: 15px 30px !important;
    display: inline-block !important;
    text-align: center !important;
    margin-top:0;
    border-radius:0px;
    -webkit-transition: .9s;
    transition: .9s;
	letter-spacing:2px;
	min-width:250px;
}
.study_white:hover {
    color: #fff;
    border-radius:50px;
}	
.flex_row>* {
	flex: 0 0 100%;
	flex-wrap:wrap;
}
.we_got {
	background:#f9f9f9;
	padding:30px 0 0;
}
.range {
  position: relative;
}
.range input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  width: 100%;
  height: 22px;
  cursor: pointer;
  display: block;
}
.range input[type=range]:focus {
  outline: none;
}
.range input[type=range][disabled] {
  opacity: 0.3;
  cursor: default;
}
.range .rangeslider {
  position: relative;
  height: 22px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.range .rangeslider:before {
  box-sizing: border-box;
  width: 100%;
  height: 4px;
  background: #fff227;
  border-radius: 100px;
  content:'';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left:0;
}
.range input::-webkit-slider-runnable-track {
  box-sizing: border-box;
  width: 100%;
  height: 4px;
  background: #e6e6e6;
  border-radius: 100px;
  margin: 11px 0;
}
.range input::-moz-range-track {
  box-sizing: border-box;
  width: 100%;
  height: 4px;
  background: #e6e6e6;
  border-radius: 100px;
  margin: 11px 0;
}
.range input::-ms-track {
  box-sizing: border-box;
  width: 100%;
  height: 4px;
  background: #e6e6e6;
  border-radius: 100px;
  color: transparent;
  padding: 11px 0;
  background: transparent;
  border-color: transparent;
}
.range input::-ms-fill-lower,
.range input::-ms-fill-upper {
  box-sizing: border-box;
  width: 100%;
  height: 4px;
  background: #e6e6e6;
  border-radius: 100px;
}
.range input::-ms-fill-lower {
  background: #60cd18;
}
.range .rangeslider-fill-lower {
  background-color: #fff227;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  will-change: width;
}
.range input::-webkit-slider-thumb {
  box-sizing: border-box;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
  border: 6px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  background: #333940;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  transform: translateY(-50%);
  margin-top: 2px;
}
.range input::-moz-range-thumb {
  box-sizing: border-box;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
  border: 6px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  background: #333940;
  cursor: pointer;
}
.range input::-ms-thumb {
  box-sizing: border-box;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
  border: 6px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  background: #333940;
  cursor: pointer;
}
.range .rangeslider-thumb {
  box-sizing: border-box;
  box-shadow:none;
  border:0px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  background:none;
  cursor: pointer;
  position: absolute;
  touch-action: pan-x;
  top: 50%;
  transform: translateY(-50%);
  will-change: left;
}
.range .range-output {
  position: absolute;
  left: 6px;
  top: 6px;
  transform-origin: 0 0;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.range .range-output .output {
  display: block;
  position: absolute;
  height: 60px;
  line-height: 60px;
  min-width: 32px;
  padding:0px;
  top:0px;
  transform: translate(-50%, -100%);
  background:none;
  color: #fff;
  border-radius: 100px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}
.range .range-output .output:before {
  content: &quot;&quot;;
  position: absolute;
  bottom: -8px;
  left: 50%;
  border: 10px solid #383c42;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  transform: translateX(-50%);
}
.slider_range {
	position:absolute;
	width:100%;
	left:0;
	bottom:30px;
}
.icon_circle {
	padding:60px 0;
}
.icon_img {
	margin-bottom:30px;
}
.icon_title a {
	
	font-weight:700;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:1px;
	color:#000;
}
.h1_head h1 {
	
	font-size: 2.8rem;
	font-weight:300;
	color:var(--hclr);
}
.h1_head h1 strong {
	
	font-weight:700;
}
.help_list {
	display:flex;
	justify-content:space-between;
}
.help_box {
	padding:0 0 0 30px;
	position:relative;
	flex: 1;
}
.help_box:after {
	position:absolute;
	top:30px;
	right:-15px;
	content:'';
	background:url(../images/study/icon-arrow.jpg);
	background-size:25px 34px;
	width:25px;
	height:34px;
}
.help_box:last-child:after {
	display:none;
}
.help_img {
	display:block;
	text-align:center;
}
.help_img img {
	margin-left:0;
}
.help_title {
	font-size:20px;
	letter-spacing:1px;
	color:#000;
	margin:30px 0;
	min-height:60px;
	text-align: center;
}
.help_box p {
	max-width:80%;
	text-align: center;
	margin:0 auto;
}
.help_you {
	padding:60px 0;
}
.profile {
	background:#4d4d4d;
	padding:60px 0;
}
.profile h1 {
	color:#e1e1e1;
}
.mb-50 {
	margin-bottom:50px;
}
.mb-60 {
	margin-bottom:60px;
}
.p_formbox {
	display:flex;
	justify-content:center;
}
.p_formbox>div {
	margin:0 10px;
}
.p_formbox select {
	background:none;
	border:0;
	min-width:250px;
	padding:0 15px;
}
.p_formbox .p_select {
	position:relative;
	line-height:35px;
}
.p_formbox .p_select select {
	-webkit-appearance: none;
	background:url(../images/study/select.png);
	background-position:right 108%;
	background-size:16px;
	background-repeat:no-repeat;
	font-size: 30px;
    color: #fff;
    font-weight: 600;
}
.p_formbox .p_select.p-alt select {
	-webkit-appearance: none;
	background:url(../images/study/select.png);
	background-position:275px 108%;
	background-size:16px;
	background-repeat:no-repeat;
	font-size: 30px;
    color: #fff;
    font-weight: 600;
    width:300px;
}
.p_formbox .p_select select option {
	background:#4d4d4d;
}
.p_formbox .p_select:before {
	position:absolute;
	width:92%;
	height:4px;
	background:#ef554d;
	content:'';
	left:0;
	bottom:0;
}
.p_formbox .p_select.p-alt:before {
	position:absolute;
	width:90%;
	height:4px;
	background:#ef554d;
	content:'';
	left:0;
	bottom:0;
}
.p_title {
	
	color:#fff;
	font-size:35px;
	line-height:35px;
	font-weight:600;
}
.line-height-40 {
	line-height:40px;
}
.what_do_study {
	padding:60px 0;
	background:#0a6f51;
	position:relative;
}
.white-color * {
	color:#fff!important;
}
.mlr-same>div {
	margin:0 4px;
}
.funding {
	padding:60px 0;
	background:#f2f2f2;
}
.pl-30 {
	padding-left:30px;
}
.flex-2 {
	flex-wrap:wrap;
}
.flex-2>div {
	flex:0 0 50%;
	padding:0 25px;
	margin-top:30px;
}
.flex-2>div:nth-child(2) {
	margin-left:
}
.btn-four {
	margin:0 -25px;
}
.life {
	padding:60px 0;
	background:#fff;
}
.plr-30 {
	padding:0 30px;
}
.btn-two {
	margin:0 -5px;
}
.btn-two>div {
	padding:0 5px;
}
.mb-60 {
	margin-bottom:60px;
}
.accomodations {
	background:#0f4776;
	position:relative;
}
@media(min-width:1024px) {
.accomodations p {
	padding-right:15px;
}
}
.accomodations .read-more-arrow {
	position:absolute;
	right:30px;
	bottom:30px;
}
.blue-bg {
	background:#372b73;
}
.blue-cyan {
	background:#01aeb4;
}
.p40 {
	padding:40px;
}
pl-30 {
	padding-left:30px;
}
.mb0 * {
	margin-bottom:0;
}
.h1_line {
	position:relative;
}
/*.h1_line:after {*/
/*	position:absolute;*/
/*	right:50px;*/
/*	bottom:15px;*/
/*	height:1px;*/
/*	width:150px;*/
/*	background:#fff;*/
/*	content:'';*/
/*}*/
.working .read-more-arrow {
	position:absolute;
	right:60px;
	bottom:35px;
}
.featured_blogs {
	padding:60px 0;
	background: #f1f1f2;
}
.paper-plane {
	background:#0a6f51;
}
.ml-30 {
	margin-left:30px;
}
.featured_blogs .blog_box {
	margin-bottom:0;
}
.slider_text {
	color:#fff;
	letter-spacing:2px;
	font-size:20px;
}
.whystudynz {
	background:#f2f2f2 url(../images/study/arc-bg.png);
	position:relative;
	background-size: cover;
    background-position: center;
}
.author_desc {
	padding-left:35px;
	margin-top:40px;
	position:relative;
}
/*.author_desc:before {*/
/*	position:absolute;*/
/*	left:-80px;*/
/*	top:-20px;*/
/*	background:url(../images/study/arrow-curve.png);*/
/*	background-size:83px 34px;*/
/*	content:'';*/
/*	width:83px;*/
/*	height:34px;*/
/*}*/
.author_desc:after {
	position: absolute;
    left: 85px;
    top: 5px;
    background: url(../images/study/arrow-cruve-1.png);
    background-size: 163px 190px;
    content: '';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat!important;
    z-index: -1;
}
.author_desc .author_name {
	font-weight:400;
	color:#404041;
	margin-bottom:5px;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.author_desc p {
	line-height: 26px;
    color: #404041;
    font-size: 14px;
    margin:15px 0;
}
.ml-40 {
    margin-left:40px;
}
.t_destination {
    font-size: 13px;
}
.percentage {
	font-size:10rem;
	color:#0e4877;
}
.per_head {
	font-size:1.8rem;
	letter-spacing:2px;
	font-weight:600;
	padding-left:15px;
	margin-top:5px;
	line-height: 2.8rem;
}
.percentage {
	padding-left:60px;
}
.processline {
	width:8px;
	height:205px;
	border:1px solid #eb2b2a;
	position:relative;
}	
.process_line {
	position: relative;
}
.process_head {
	writing-mode: vertical-rl; 
	position:relative;
	left:-10px;
	top:0;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	font-size: 14px;
    color: #6f6f6f;
	text-transform:uppercase;
}
.processline:before {
	position:absolute;
	width:100%;
	background:#3c3f46;
	left:0;
	top:0;
	content:'';
}
.b_hei_10:before {
	height:10%;
}
.b_hei_20:before {
	height:20%;
}
.b_hei_30:before {
	height:30%;
}
.b_hei_40:before {
	height:40%;
}
.b_hei_50:before {
	height:50%;
}
.b_hei_60:before {
	height:60%;
}
.b_hei_70:before {
	height:70%;
}
.b_hei_80:before {
	height:80%;
}
.b_hei_90:before {
	height:90%;
}
.b_hei_100:before {
	height:10%;
}
.absolute_process {
	position:absolute;
	left:64px;
	top:35px;
}
section {
	position:relative;
}
.height_100 {
	height:100%;
}
.three_icon_section {
	padding:30px;
	background:#3d6d91;
}
.icon_ing {
	margin-bottom:25px;
}
.icon_text {
	color:#fff;
}
.clock-animation img {
	max-width:330px;
}
.clock-niddle img {
	height:110px;
}
.clock-niddle {
  height:125px;
  width:331px;
  background: url(../images/study/clock.png) 100% 100% no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 20px;
}
.clock-niddle:after {
  content: "";
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  margin:0 auto;
  width: 6.25em;
  height: .1875em;
  background: #00aeb4;
  -webkit-transform: translate(-50%, -50%) rotate(-55deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-animation: an-speed-arrow 5s ease-in-out infinite;
  -moz-animation: an-speed-arrow 5s ease-in-out infinite;
  -o-animation: an-speed-arrow 5s ease-in-out infinite;
  animation: an-speed-arrow 5s ease-in-out infinite;
}
@keyframes an-speed-arrow {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.hightlighttxt.active {
	color:#ef544b;
}
.dots {
	width:16px;
	height:16px;
	background:#00aeb4;
	margin:0 auto;
	border-radius:100%;
	position:absolute;
	left:-5px;
	right:0;
	bottom:-4px;
}
.text-1,.text-2,.text-3,.text-4,.text-5,.text-6 {
	position:absolute;
	font-size:14px;
}
.text-1 {
	left:0;
	bottom:15px;
}
.text-2 {
	left:45px;
	top:35px;
}
.text-3 {
	left:0;
	right:0;
	margin:0 auto;
	top: 15px;
    text-align: center;	
}
.text-4 {
	right:55px;
	top:35px;
}
.text-5 {
	right:15px;
	bottom:15px;
}
.placename {
    position: absolute;
    bottom: -25px;
    left: 60px;
    z-index: 1;
    color: #fff;
}
.placename>p{
    font-size:12px;
}
.placename>div {
	display:inline-block;
	font-size:15px;
}
.placename>div>i {
	color:#f15d55;
}
.lines {
	height:1px;
	background:#f15d55;
	width:60px;
}
.absolute_processs {
 	position: absolute;
    left: 60px;
    height: 100%;
	z-index:10;
}
/*.whystudynz:before {
	position:absolute;
	left:0;
	width:10%;
	height:100%;
	background:#f2f2f2;
	content:'';
	z-index: 9;
}*/
.whystudynz .owl-dots {
	position:absolute;
	bottom:30px;
	left:190px;
}
.whystudynz .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.whystudynz .owl-dots .owl-dot.active span {
    background: #464648;
}
.font-5x {
	font-size: 5rem;
    line-height: 5rem;
}
.font-5x small {
	font-size: 25px;
    display: block;
    line-height: normal;
    color: #464648;
    margin-top: 15px;
}
.sub_text {
	color:#fff;
	position: absolute;
    top: 10px;
    right: 20px;
}
.absolute_img img {
	position:absolute;
	bottom: 0;
	width:80%!important;
}
.sm_height {
	min-height:340px;
}
.blog_scroll .owl-nav {
    position: absolute;
    transform: translateY(46%);
    top: 46%;
    width: 100%;
}
.blog_scroll .owl-nav .owl-prev {
    position: absolute;
    left: -30px;
    font-size: 40px;
    top: -20px;
    color: #f0544d;
    opacity: 1;
}
.blog_scroll .owl-nav .owl-next {
    position: absolute;
    right: -30px;
    font-size: 40px;
    top: -20px;
    color: #f0544d;
    opacity: 1;
}
@media(min-width:767px) {
.justify p {
	text-align:justify;
}
}

.blog_logo .owl-nav .owl-prev{
    position: relative;
    top: -90px;
    left: -30px;
    font-size: 30px!important;
}
.blog_logo .owl-nav .owl-next{
    position: relative;
    top: -90px;
    left: 101%;
    font-size: 30px!important;
}

@media(max-width:767px) {
.accomodations .h1_head,.accomodations p {
    padding:0 15px;
} 
.plr-30 {
    padding: 0 10px;
}
.p_title input {
    width: 100%;
    font-size: 16px;
}
.help_title {
    min-height: inherit;
    text-align: center;
}
.help_box:after {
    display:none;
}
.help_box {
    margin-bottom:50px;
    padding: 0;
}
.help_box p {
    max-width: 100%;
    text-align: center;
}
.p_title {
    font-size:16px;
    display: block;
    text-align: center;
}
.p_formbox .p_select select {
    font-size:16px;
}
.width-class img {
    width: 100%!important;
    position: relative!important;
    top: inherit!important;
    right: inherit!important;
    z-index: 1;
    margin-top:30px;
}    
.whystudynz .owl-dots {
    position: relative;
    bottom: 0;
    left: 0;
}
.p_formbox .displayflex {
    display: block!important;
}  
.study_btn {
    min-width:100%;
}
iframe {
    width:100%;
    height:auto;
}
img {
    max-width:100%;
}
.absolute_process,.absolute_processs {
    display:none!important;
}
.p_formbox select {
    min-width:120px;
    width: 100%;
}
.study_btn_red {
    min-width: 100%;
    max-width: 340px;
    width: 100%;
}
.three_btn,.three_btn .study_btn1 {
    display:block!important;
}
.mlr-same>div {
    margin: 0 4px 15px;
}
.blog_logo .owl-nav .owl-prev {
    top: 0px;
    left: 0;
    position: absolute;
}
.blog_logo .owl-nav .owl-next {
    top:0px;
    right:0;
    left: inherit;
    position: absolute;
}
.blog_logo .owl-nav {
    position: relative;
}
.btn-four, .btn-two {
    display: block !important;
}
.flex-2>div {
    flex: 0;
    padding: 0;
}
.video_mt_15 {
    margin-top:15px;
}
.accomodations .read-more-arrow {
    position: relative;
    right:inherit;
    bottom:inherit;
    margin-left: 15px;
    padding-bottom: 15px;
}
.working .p40 {
    padding:20;
}
.pl-30 {
    padding-left:0px;
}
.read-more-arrow img {
    max-width: 20px;    
}
.working .read-more-arrow {
    bottom: 43px;
}
.blog_box img {
    margin-bottom: 15px;
    max-height: inherit;
    min-height: inherit;
}
.featured_blogs .blog_box {
    margin-bottom: 30px;
}
.mob_d_block {
    display:block!important;
}
.paper-plane {
    padding: 0 0 30px;
}
.btn-four {
    margin: 0px;
}
}
@media(min-width:300px) and (max-width:480px) {
.help_list,.p_formbox {
    display: block;
} 
.help_box {
    flex:inherit;
    width: 100%;
}
.h1_head h1 {
    font-size: 2.3rem;
}
}
@media(min-width:1024px) and (max-width:1280px) {
.absolute_process {
    left: 35px;
}
}
@media (max-width:1240px) {
img {
    max-width:100%;
}
}


