@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Poppins', sans-serif;
}
::placeholder {
    font-weight: 300;
}
input, textarea, .gtRegister select.gt-form-control, .modal-content .form-control {
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #cccccc;
    padding: 5px 10px 5px 0;
    margin-bottom: 20px;
	font-size: 18px;
	background:transparent;
}
input:focus, textarea:focus, .gtRegister select.gt-form-control:focus, .modal-content .form-control:focus {
  outline: none;
  border-bottom: 2px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(315deg, rgb(236, 160, 255), rgb(170, 178, 255), rgb(132, 255, 201));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  animation: bg-hue 2s linear infinite;
  box-shadow:none;
}
input[type="checkbox"], input[type="radio"] {
    width: 1em;
	margin: 3px 5px 10px 0;
	height: 1em;
    float: left;
}

/* @keyframes for the gradient animation */
@keyframes bg-hue {
  100% {
    filter: hue-rotate(360deg);
  }
}
/** Header **/
.title-green {
	color: var(--bs-green);
}
.navbar {
  /*background-color: #fff5d7 !important;
  background-image: url(../img/hrl.jpg) !important;
  background-repeat: no-repeat;
  background-position: left center;*/
  transition: all 0.3s linear;
  box-shadow: none;
}
.padding-transition {
  padding: 0.5rem !important;
  /*position: sticky;*/
  top: 0px;
  margin-top: 0;
  background: rgb(0, 0, 0, 0.4) !important;
}
}
.navbar img {
  width: 248px;
  transition: all 0.3s linear;
}
.padding-transition img {
  width: 150px;
}
.navbar-brand {
  padding: 0;
}
.bannerSec{
  padding-top: 10rem;
  /*background-image: url(../img/banners/banner-1.jpg);
  background-size: cover;
  background-position: center center;*/
  background-image: linear-gradient(to right top, #5a2b00, #4d3000, #403300, #323500, #243600, #163510, #08331b, #003123, #002b2e, #002439, #001b3e, #000a37);
}
.hero-title span {
    color: #1e8e14;
    background: #fcc285;
    padding: 4px 20px;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
}
.bg-overlay {
	background-image: linear-gradient(to right top, #000000, #2f1717, #532b1a, #6d4711, #766b00);
}
.btn {
  background: linear-gradient(45deg, #138808, #6fba6b);
  border: none;
  border-radius: 0;
  color: #fff !important;
  padding: 10px 15px !important;
  font-size: 16px;
    font-weight: 500;
}

.btnyellow {
  background: #f0ad4e;
  border: none;
  border-radius: 0;
  color: #fff !important;
  padding: 10px 15px !important;
  font-size: 16px;
    font-weight: 500;
    width: 100%;
}
.btn:hover {
  background: linear-gradient(
    45deg,
    #138808 0%,
    #6fba6b 25%,
    #fcc285 50%,
    #ff9933 100%
  );
  background-size: 500%;
  animation-name: gradient;
  -webkit-animation-name: gradient;
  animation-duration: 1s;
  -webkit-animation-duration: s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100%;
  }
}
.navbar-light .navbar-nav .nav-link {
  color: var(--bs-white);
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: var(--bs-green);
}
.navbar .dropdown-divider {
  height: 50px;
  width: 1px;
  background: #fff;
  overflow: visible;
  display: block;
  margin: 0 20px 0 15px;
  max-height: 100%;
}
.padding-transition .dropdown-divider {
  height: 48px;
}
a.nav-link[aria-current="page"] {
  position: relative;
}
a.nav-link.active::after, #trust h4::after {
  content: "";
  width: calc(100% - 10px);
  height: 1px;
  display: block;
  background: var(--bs-green);
  box-shadow: 10px 0px 0px 0px var(--bs-red) inset;
  margin-left: 10px;
  position: relative;
  bottom: -5px;
  transition: all 0.5s ease-in-out 0s;
}
a.nav-link.active:hover::after {
  box-shadow: 200px 0px 0px 0px var(--bs-red) inset;
}
a.nav-link.active::before, #trust h4::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  border-left: 6px solid var(--bs-red);
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  
} /** Form Register **/
select:focus {
  outline: none;
}
form.register {
  display: flex;
  align-items: center;
  justify-content: center;
}
form.register > div {
  background: #ffffff;
  padding: 10px 20px;
    text-align: left;
}
form.register > div label {
  font-weight: 700 !important;
  margin-bottom: 0;
  display: block;
  color: var(--bs-black);
  font-size: 21px;
}
form.register > div select, .gtRegister select.gt-form-control {
  background: url(../img/select-down.png) no-repeat right center;
  border: none;
  padding: 0;
  appearance: none;
  font-size: 18px;
  color: #525252;
  width: 320px;
  max-width: 100%;
  padding-right: 20px;
}
form.register > div.continueBtn {
  padding: 0;
  align-self: stretch;
}
form.register > div.continueBtn .btn {
  height: 100%;
  font-size: 24px;
  padding: 12px 45px !important;
  background: linear-gradient(45deg, #ff9933, #fcc285);
}
form.register > div.continueBtn .btn:hover {
  background: linear-gradient(
    45deg,
    #ff9933 0%,
    #fcc285 25%,
    #6fba6b 50%,
    #138808 100%
  );
  background-size: 500%;
  animation-name: gradient;
  -webkit-animation-name: gradient;
  animation-duration: 1s;
  -webkit-animation-duration: s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
h3.question {
    background: #fff;
    border-radius: 20px 20px 4px 20px;
	position: relative;
}
h3.question::before {
    content: "Q. ";
    color: #6fba6b;
}
h3.question::after {
    content: "";
    border-right: 10px solid transparent;
    border-top: 20px solid #ffffff;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 100px;
}
p.answer {
    background: #256733;
	border-radius: 4px 20px 20px 20px;
	position: relative;
	margin-top: 20px;
	box-shadow: 0 0 0 2px #ffffff;
}
p.answer::before {
    content: "";
    border-right: 23px solid transparent;
    border-bottom: 23px solid #ffffff;
    border-left: 12px solid transparent;
    position: absolute;
    top: -23px;
    left: 54px;
}
p.answer::after {
    content: "";
    border-right: 20px solid transparent;
    border-bottom: 20px solid 256733;
    border-left: 10px solid transparent;
    position: absolute;
    top: -20px;
    left: 56px;
}
p.answer a {
    color: #ffffff;
}
svg.ionicon {
    position: absolute;
    width: 40px;
    bottom: -50px;
    left: 25px;
    fill: #fff;
    transform: rotate(180deg);
}
#service {
	background: url(../img/hwp.jpg) no-repeat center center / cover;
}
#trust {
	background: url(../img/hearts.png) no-repeat top right / auto;
}
#trust h4 {
	position:relative;
	color: var(--bs-gray-dark);
}
#trust h4::after {
    width: 80px;
    margin: 0 auto;
    bottom: 0;
    margin-top: 20px;
}
#trust h4::before {
    bottom: -5px;
    border-left: 10px solid var(--bs-red);
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    margin: 0 auto;
    width: 10px;
    left: -105px;
    right: 0;
}
/** Forms **/
.gtRegister {
    max-width: 480px;
    margin: 30px auto;
    padding: 15px 20px;
    background: #ffffff !important;
}
.chosen-container-multi .chosen-choices, .gt-form-control, .chosen-container-single .chosen-single, .gtRegister .gt-form-control {
	border-radius:0 !important;
	padding: 8px 12px !important;
	min-height: 45px !important;
    font-weight: 500;
}
.gtRegister .gt-form-control, .gtRegister select.gt-form-control {
    width: 100%;
}
.gtRegister .form-check-input {
    position: relative;
    margin-top: 0.3rem;
    margin-left: 0;
}
.gtRegister select.gt-form-control {
    border-bottom: 2px solid #cccccc;
}
.gtRegister label.gt-text-light-Grey b {
    font-weight: 400 !important;
}
.profileheader label {
    color: #525252;
    margin-bottom: 5px;
}
.profileheader .orange-gradient-btn {
	width: 100%;
}
.profileDet, .profileCom, .gt-profile-pic-panel, .gtRegister, .viewPro .card {
    border: 1px solid #f8f8f8;
    background: linear-gradient(0deg, #f8f8f8, #ffffff);
	box-shadow: 0 10px 10px 0px #efefef;
}
.proPic {
    position: relative;
    padding-top: 100%;
    height: 0;
}
.proPic img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;
    object-position: top center;
}
.proPic a.btn {
    background: rgb(0 0 0 / 50%);
    padding: 10px 10px !important;
    margin: 0 !important;
    position: absolute;
    top: 0;
    height: 100%;
    font-size: 12px;
    width: 100%;
    line-height: 14px;
    display: flex;
    align-items: center;
	opacity: 0;
}
.proPic:hover a.btn {
	opacity: 1;
}
.userbtns a {
    font-size: 12px;
    padding: 5px 10px !important;
    background: transparent;
    border: 1px solid var(--bs-green);
    color: var(--bs-gray-dark) !important;
}
.userbtns a:hover {
    border: 1px solid #fcc285;
    color: var(--bs-white) !important;
}
.userDet h6 {
    font-weight: 300;
    font-size: 13px;
}
.userDet i {
    width: 30px;
    text-align: center;
    color: #fcc285;
}
.userDet p.text-muted {
    font-size: 16px;
    font-weight: 500;
}
input.profilesearch {
    float: left;
	max-width: 360px;
	margin-bottom: 0;
}
input.profilesearch + .btn {
    padding: 10px 25px !important;
    line-height: 25px;
    margin-left: -1px;
}
h4.gtRegTitle {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 20px;
	margin-top: 20px;
	color: #fcc285;
}
h4.gtRegTitle i {
	margin-right:10px;
}
.gtRegister .form-group {
	margin-bottom:0;
}
.gtRegister select, .gtRegister .chosen-container-single {
	margin-bottom: 20px;
}
.btn-empty {
	border: none;
    background: transparent;
    text-decoration: underline;
}
.alert {
	border-radius: 0;
}
.alert-secondary button.close {
    position: absolute;
    right: 0;
    border: none;
    background: transparent;
    font-size: 42px;
    top: 0;
    bottom: 0;
	line-height: 36px;
	font-weight: 400;
    opacity: 1;
    padding: 0 5px;
}
.proGrid .thumbnail {
    padding: 0;
    border: 1px solid #f8f8f8;
    border-radius: 0;
	position: relative;
}
.proGrid .thumbnail a.thumbnail {
    border: none;
    border-radius: 0;
    margin: 0;
}
.proGrid h5 {
	color: var(--bs-black);
}
.proGrid h5 span {
    font-size: 14px;
    margin-left: 5px;
	color: var(--bs-gray-dark);
}
.proGrid .thumbnail button.btn {
    position: absolute;
    top: 0;
    z-index: 9;
    height: 100%;
    bottom: 0;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
	opacity:0;
	background: rgb(0, 0, 0, 0.5);
	transition: all 0.5s ease-in-out 0.5s;
}
.proGrid .thumbnail:hover button.btn {
	opacity:1
}
.gtFontSMXS12 {
    font-size: 12px;
    padding: 8px 10px !important;
}

.gtFontSMXS123 {
    width: 100%;
    background-color: #f0ad4e !important;
}
.cms-page .gt-panel-body {
    background: transparent !important;
    border: none !important;
    padding: 20px 0;
}
.cms-page .gt-panel-body span {
	font-size: 16px !important;
    font-family: 'Poppins' !important;
    color: #525252 !important;
}
.gt-upload-photo .gtImageUpload img {
    max-width: 220px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}
.collapse.in {
    display: block;
}
.modal.fade.in {
    opacity: 1;
}
.modal-backdrop.fade.in {
    opacity: 0.5;
}
.viewPro.card-columns {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.viewPro .card {
    width: 100%;
    float: none;
	border-radius: 0;
}
.viewPro .btn {
    padding: 0 !important;
    background: transparent !important;
    color: #6fba6b !important;
    font-size: 14px;
}
.viewPro h5 {
    margin-bottom: 0;
	    font-weight: 700;
    color: #fcc285;
}
.viewPro .gt-panel-head {
    background: transparent !important;
    border: none !important;
	border-bottom: 1px solid #f8f8f8 !important;
}
.viewPro .gt-panel .gt-panel-body {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.viewPro .card h5 i {
    margin-right: 8px;
}
.gt-left-exp .panel-default .panel-heading a {
	padding: 10px 0;
}
.gt-exp-main .tab-content .tab-pane {
    width: auto;
}
.gt-exp-main .nav-tabs > li > a {
	border-radius:0;
}
.gt-exp-main .nav-tabs > li.active > a, .gt-exp-main .nav-tabs > li.active > a:hover, .gt-exp-main .nav-tabs > li.active > a:focus {
	box-shadow: 0px -5px 0px 0px rgb(111 186 107);
	border-radius:0;
}
.gt-left-exp .panel-default a.gt-exp-opt {
	color: #6fba6b;
}
.nav-link span.badge {
    background: #df1f26;
}
.modal-content {
	border-radius: 0
}
.webapp {
	display:none;
}
@media (min-width: 768px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .hero-title {
    font-size: 72px;
  }
  .navbar > .container {
    max-width: 1360px;
  }
}
@media (max-width: 767px) {
.navbar>.container::after, .navbar>.container::before {
    display: none;
}
.bannerSec {
    padding-top: 6rem;
}
.hero-title span {
    margin-top: 15px;
    text-transform: capitalize;

}
.registerPage nav.navbar {
    padding: 10px 16px !important;
}
nav.navbar.bg-light {
    padding-bottom: 20px !important;
	background-color: rgb(0, 0, 0, 0.4) !important;
	    backdrop-filter: blur(4px);
}
.navbar-light .navbar-toggler {
    top: 0px !important;
	position: relative;
	right: 0;
}
.navbar-light .navbar-nav .nav-link.btn {
    margin-top: 20px;
}
.navbar .dropdown-divider {
	display:none;
}
	.bannerSec .col-sm-10 > .row {
    margin: 0;
}
.navbar .border-top {
    border-top: 0px solid #eee !important;
}
.bannerSec h1.hero-title {
    font-size: 27px !important;
}
h3.question {
    font-size: 16px !important;
}
p.answer {
    font-size: 12px !important;
}
.navbar-brand img {
	margin-left: 0px !important;
    width: 130px !important;
    padding: 0px !important;
}
.register{ 
    margin: 0 0 0 0px !important;
}
form.register > div.continueBtn .btn {
    height: 100%;
    font-size: 15px;
    padding: 0px 15px !important;
    width: 100%;
}
.padding-transition.navbar-light .navbar-nav .nav-link {
	color: var(--bs-white);
}
form.register > div select {
    width: 200px;
}
form.register > div label {
    font-size: 14px;
}
input, textarea, .gtRegister select.gt-form-control, .gt-form-control, .gtRegister .gt-form-control, .modal-content .form-control {
	font-size: 14px;
	padding: 5px 8px !important;
	min-height: auto !important;
}
.gtRegister .form-check-input {
    font-size: 18px;
    margin: 0 10px 0 0;
}
.bg-half {
    padding: 60px 0 20px;
}
.profileCom small.text-muted {
    display: block;
    margin: 0;
}
.profileCom h4.gt-margin-top-20 span {
    display: block;
}
input.profilesearch {
    max-width: 66%;
}
input.profilesearch + .btn {
	padding: 10px 15px !important;
    margin-left: -1px;
    max-width: 34%;
    font-size: 12px;
    margin-top: 0 !important;
}
.gtFontSMXS12 {
    width: 100%;
}
.viewPro.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.gt-exp-main ul.nav-tabs li {
    width: 100%;
}
.webapp {
	display: flex;
    position: fixed;
    background: #ffffff;
    bottom: 10px;
    text-align: center;
    z-index: 9;
    margin: 0 10px 10px;
    padding: 12px;
    align-items: center;
}
.webapp > img {
    margin-right: 10px;
}
.webapp p {
	margin-bottom:0;
}
.webapp::after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: -12px;
    background: #ffffff;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: auto;
}
}

