.helpbox {
	padding-left: 4em;
	padding-top: 2em;
	padding-bottom: 2em;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.helpbox {
		padding-left: 4em;
		padding-top: 2em;
		padding-bottom: 2em;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.helpbox {
		padding-left: 4em;
		padding-top: 2em;
		padding-bottom: 2em;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.helpbox {
		padding-left: 4em;
		padding-top: 2em;
		padding-bottom: 2em;
	}
}
@media only screen and (max-width: 768px) {
	.helpbox {
		padding-left: 1em;
		padding-top: 2em;
		padding-bottom: 2em;
	}
}

.headerspace {
	padding-top: 75px;
}
@media only screen and (max-width: 992px) {
		.headerspace {
		padding-top: 0px;
	}
	.banner-style-3 {
		padding-top: 75px;
	}
}


.bg-soft {
	background-image: url(../images/gctherobgblue.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.bg-wave {
	background-image: url(../images/bodybgwave.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.bg-pattern {
	background-image: url(../images/bodybg3.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.bg-darkwave {
	background-image: url(../images/bgdarkwave.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.gct-counterup {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0,0,0,.06);
    padding: 50px 30px;
    text-align: center;
}
.frost {
/*      box-shadow: 0 0 15px 0 ;*/
	background-color: rgba(242, 242, 249, 0.3);
	border-radius: 20px;
}
.bg-frost-10 {
	backdrop-filter: blur(10px);
	padding: 30px;
	border-radius: 20px;
}
.bg-frost-15 {
	backdrop-filter: blur(15px);
	padding: 30px;
	border-radius: 20px;
}
.bg-frost-25 {
	backdrop-filter: blur(25px);
	padding: 30px;
	border-radius: 20px;
}
.bg-frost-50 {
	backdrop-filter: blur(50px);
	padding: 30px;
	border-radius: 20px;
}
.bg-frost-75 {
	backdrop-filter: blur(75px);
	padding: 30px;
	border-radius: 20px;
}
.bg-frost-100 {
	backdrop-filter: blur(100px);
	padding: 30px;
	border-radius: 20px;
}
a.nav-link {
	font-size: 1.6em !important;
}

.bottom-right {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.bottom {
	position: absolute;
	bottom: 30px;
}

a.anchor {
	display: block;
	position: relative;
	top: -70px;
	visibility: hidden;
}

@media (min-width: 992px) {
  .gct-header.header-transparent {
	background: rgba(242, 242, 249, 0.2);
	backdrop-filter: blur(25px);
  }
}

.gct-course-btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
	@media (prefers-reduced-motion: reduce) {
		.gct-course-btn {
			-webkit-transition: none;
			-o-transition: none;
			transition: none; } }
	.gct-course-btn:hover {
		color: #212529;
		text-decoration: none; }
	.gct-course-btn:focus, .gct-course-btn.focus {
		outline: 0;
		-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
		box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
	.gct-course-btn.disabled, .gct-course-btn:disabled {
		opacity: 0.65; }

a.gct-course-btn.disabled,
fieldset:disabled a.gct-course-btn {
	pointer-events: none; }

.gct-course-btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff; }
	.gct-course-btn-primary:hover {
		color: #fff;
		background-color: #0069d9;
		border-color: #0062cc; }
	.gct-course-btn-primary:focus, .gct-course-btn-primary.focus {
		-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
		box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
	.gct-course-btn-primary.disabled, .gct-course-btn-primary:disabled {
		color: #fff;
		background-color: #007bff;
		border-color: #007bff; }
	.gct-course-btn-primary:not(:disabled):not(.disabled):active, .gct-course-btn-primary:not(:disabled):not(.disabled).active,
	.show > .gct-course-btn-primary.dropdown-toggle {
		color: #fff;
		background-color: #0062cc;
		border-color: #005cbf; }
		.gct-course-btn-primary:not(:disabled):not(.disabled):active:focus, .gct-course-btn-primary:not(:disabled):not(.disabled).active:focus,
		.show > .gct-course-btn-primary.dropdown-toggle:focus {
			-webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
			box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.gct-course-btn.gct-course-btn-outline-primary {
	color: #000; }
.gct-course-btn-outline-primary {
	color: #000;
	border-color: #007bff; }
	.gct-course-btn-outline-primary:hover {
/*		color: #fff;*/
/*		background-color: #007bff;*/
		border-color: #007bff;
		cursor: default;
	}

	.gct-course-btn-outline-primary:focus, .gct-course-btn-outline-primary.focus {
		-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
		box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
		cursor: default;
	}


.gct-course-btn-block {
	display: block;
	width: 100%; }

	.gct-course-btn-block + .gct-course-btn-block {
		margin-top: 0.5rem; }

.gct-course-btn-group,
.gct-course-btn-group-vertical {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	cursor: default;
}
	.gct-course-btn-group > .gct-course-btn,
	.gct-course-btn-group-vertical > .gct-course-btn {
		position: relative;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto; }
		.gct-course-btn-group > .gct-course-btn:hover,
		.gct-course-btn-group-vertical > .gct-course-btn:hover {
			z-index: 1; }
		.gct-course-btn-group > .gct-course-btn:focus, .gct-course-btn-group > .gct-course-btn:active, .gct-course-btn-group > .gct-course-btn.active,
		.gct-course-btn-group-vertical > .gct-course-btn:focus,
		.gct-course-btn-group-vertical > .gct-course-btn:active,
		.gct-course-btn-group-vertical > .gct-course-btn.active {
			z-index: 1; }



.gct-course-btn-group > .gct-course-btn:not(:first-child),
.gct-course-btn-group > .gct-course-btn-group:not(:first-child) {
	margin-left: -1px; }

.gct-course-btn-group > .gct-course-btn:not(:last-child):not(.dropdown-toggle),
.gct-course-btn-group > .gct-course-btn-group:not(:last-child) > .gct-course-btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0; }

.gct-course-btn-group > .gct-course-btn:not(:first-child),
.gct-course-btn-group > .gct-course-btn-group:not(:first-child) > .gct-course-btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0; }

.gct-course-btn {
	padding: 12px 20px;
	cursor: pointer;
	border-width: 1px;
	border-radius: 0 40px 0 40px;
	font-size: 14px;
	font-weight: 500;
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12); }
		@media (prefers-reduced-motion: reduce) {
			.gct-course-btn .icon-effect {
				-webkit-transition: none;
				-o-transition: none;
				transition: none; } }
.gct-course-btn:hover, .gct-course-btn:active, .gct-course-btn:focus {
	outline: none !important;
	-webkit-box-shadow: 0px 12px 20px -6px rgba(0, 0, 0, 0.21);
	-moz-box-shadow: 0px 12px 20px -6px rgba(0, 0, 0, 0.21);
	box-shadow: 0px 12px 20px -6px rgba(0, 0, 0, 0.21); }
	.gct-course-btn:hover .icon-effect, .gct-course-btn:active .icon-effect, .gct-course-btn:focus .icon-effect {
		opacity: 1;
		margin-left: 10px; }
.gct-course-btn small {
	background: #e6e6e6;
	padding: 2px 8px;
	color: rgba(0, 0, 0, 0.3); }
.gct-course-btn.gct-course-btn-primary {
	background: #0F4E9E;
	border-color: #0F4E9E;
	color: #fff; }
	.gct-course-btn.gct-course-btn-primary:hover, .gct-course-btn.gct-course-btn-primary:focus {
		border-color: #231F40 !important;
		background: #231F40 !important; }
	.gct-course-btn.gct-course-btn-primary.gct-course-btn-link {
		background: transparent;
		color: #fff;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none; }

.subbtn {
	font-size: 18px;
    font-weight: 700;
	cursor: pointer;
	border-radius: 40px;
	padding: 20px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: #525FE1 !important;
	color: #fff !important;
	transition: 0.3s;
}
.subbtn:hover, .subbtn:active, .subbtn:focus {
	outline: none;
	background: #231F40;
}
.subbtn:hover {
	transition: 0.3s;
	background: #90a9f9 !important;
	color: #fff !important;
}

.modal-dialog {
	max-width: 900px;
}

.modal-content {
	border: none;
	border-radius: 20px;
	position: relative;
	padding: 50px !important;
	font-size: 14px;
	color: rgba(39, 37, 80, 0.8);
	background: #F6F8FA;
	background: -moz-linear-gradient(100deg, #F6F8FA 0%, #D9E4EC 100%);
/*		background: -webkit-gradient(left bottom, right top, color-stop(0%, #F6F8FA), color-stop(100%, #C0CDD7));*/
	background: -webkit-linear-gradient(100deg, #F6F8FA 0%, #D9E4EC 100%);
	background: -o-linear-gradient(100deg, #F6F8FA 0%, #D9E4EC 100%);
	background: -ms-linear-gradient(100deg, #F6F8FA 0%, #D9E4EC 100%);
	background: linear-gradient(100deg, #F6F8FA 0%, #D9E4EC 100%);
/*		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6F8FA', endColorstr='#C0CDD7', GradientType=1 );*/
	-webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}
.modal-content h3 {
	color: #232040;
	font-weight: 700;
}
.modal-content h4 {
	color: #232040;
	font-weight: 700;
}
.modal-content h5 {
	color: #232040;
	font-weight: 700;
}

.modal-content .modal-header {
	padding: 0;
	border: none;
}
.modal-content button.btn-close {
	position: absolute;
	top: 30px;
	right: 30px;
	padding: 0;
	margin: 0;
}
.modal-content .modal-body {
	border: none;
}
.modal-content .modal-footer {
	border: none;
	background: #f8f8f8;
}
.modal-content input.form-control {
	background: transparent;
	border: none;
	padding: 0;
	height: 40px;
	color: rgba(39, 37, 80, 0.8);
	border-bottom: 1px solid rgba(39, 37, 80, 0.2);
	border-radius: 0;
}
.modal-content select.form-control {
	background-color: transparent;
	font-size: 16px;
	font-weight: 700;
	cursor:pointer;
	border: none;
	padding: 0;
	height: 40px;
	color: rgba(39, 37, 80, 1);
	border-bottom: 1px solid rgba(39, 37, 80, 0.2);
	border-radius: 0;
}
.modal-content select.form-control:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.form-select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23232040' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	opacity: 0.8;
	background-size: 16px 12px;
}

.modal-content .form-control::-webkit-input-placeholder {

	color: rgba(39, 37, 80, 0.8) !important;
	font-weight: 700;
}
.modal-content .form-control::-moz-placeholder {

	color: rgba(39, 37, 80, 0.8) !important;
	font-weight: 700;
}
.modal-content .form-control:-ms-input-placeholder {

	color: rgba(39, 37, 80, 0.8) !important;
	font-weight: 700;
}
.modal-content .form-control:-moz-placeholder {

	color: rgba(39, 37, 80, 0.8) !important;
	font-weight: 700;
}

input[type="text"] {
	background-color: transparent;
	color: rgba(39, 37, 80, 0.8);
}


/*@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&family=Roboto:wght@300;400;500;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

main {
  position: relative;
  width: calc(min(90rem, 90%));
  margin: 0 auto;
  min-height: 100vh;
  column-gap: 48px;
  padding-block: min(20vh, 48px);
}

.bg {
  position: fixed;
  top: -4px;
  left: -12px;
  z-index: -1;
  opacity: 0;
}

.bg2 {
  position: fixed;
  bottom: -2px;
  right: -3px;
  z-index: -1;
  width: 9.375px;
  opacity: 0;
}

main > div span {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 16px;
  color: #717171;
}

main > div h1 {
  text-transform: capitalize;
  letter-spacing: 0.8px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: clamp(55px, calc(52px + 0.75vw), 64px);
  background-color: #005baa;
  background-image: linear-gradient(45deg, #005baa, #000000);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

main > div hr {
  display: block;
  background: #005baa;
  height: 6.25px;
  width: 100px;
  border: none;
  margin: 18px 0 30px 0;
}

main > div p {
  line-height: 1.6;
}

main a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #717171;
  font-weight: 500;
  background: #fff;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}

main > div > a {
  border: 2px solid #c2c2c2;
  margin-top: 35px;
  padding: 10px 30px;
}

main > div > a:hover {
  border: 1px solid #005baa;
  color: #005baa;
}

.swiper {
  width: 100%;
  padding-top: 50px;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination {
  bottom: 20px !important;
}

.swiper-slide {
  width: 300px;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.swiper-slide h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
  padding: 0 0 0 25px;
  text-transform: uppercase;
}

.swiper-slide p {
  color: #dadada;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 25px;
  line-height: 1.6;
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-slide a {
  margin: 20px 25px 55px 25px;
  padding: 4px 30px;
  font-size: 14px;
}

.swiper-slide a:hover {
  color: #005baa;
}

.swiper-slide div {
  display: none;
  opacity: 0;
  padding-bottom: 10px;
}

.swiper-slide-active div {
  display: block;
  opacity: 1;
}

.swiper-slide--one {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1628944682084-831f35256163?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80")
      no-repeat 50% 50% / cover;
}

.swiper-slide--two {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1515309025403-4b0184873cef?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=735&q=80")
      no-repeat 50% 50% / cover;
}

.swiper-slide--three {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1545671913-b89ac1b4ac10?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80")
      no-repeat 50% 50% / cover;
}

.swiper-slide--four {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1598977123118-4e30ba3c4f5b?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80")
      no-repeat 50% 50% / cover;
}

.swiper-slide--five {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1570481662006-a3a1374699e8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=765&q=80")
      no-repeat 50% 50% / cover;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

@media screen and (min-width: 768px) {
  main {
    display: flex;
    align-items: center;
  }
  .bg,
  .bg2 {
    opacity: 0.1;
  }
}

@media screen and (min-width: 1500px) {
  .swiper {
    width: 85%;
  }
}*/

















