.hr-contact-section .hr-section-content {
	margin-bottom: 1rem
}

.hr-contact-section .hr-contact-info {
	margin-right: 30px
}

.hr-section .hr-contact {
	padding-bottom: 1.5rem;
	border-bottom: 1px solid var(--shadow-02)
}

.hr-section .hr-contact .hr-info {
	margin-bottom: 1.2rem;
	display: flex;
	align-items: center
}

.hr-section .hr-contact .hr-info .hr-icon {
	margin-right: 1rem;
	width: 65px;
	height: 60px;
	border-radius: .375rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-4)
}

.hr-section .hr-contact .hr-info .hr-icon span {
	color: var(--white);
	font-size: 25px
}

.hr-section .hr-contact .hr-info .hr-detail {
	width: calc(100% - calc(60px - 1rem))
}

.hr-section .hr-contact .hr-info .hr-detail h6 {
	font-size: 1rem;
	font-weight: 700;
	color: var(--color-2);
	margin-bottom: 5px
}

.hr-section .hr-contact .hr-info .hr-detail a,
.hr-section .hr-contact .hr-info .hr-detail address {
	font-size: 1rem;
	color: var(--color-1);
	margin-bottom: 0
}

.hr-section .hr-contact .hr-info .hr-detail a:hover {
	color: var(--color-4)
}

.hr-section .hr-social {
	margin-top: 2rem
}

.hr-section .hr-social .nav .nav-item {
	margin-right: 10px
}

.hr-section .hr-social .nav .nav-item:last-child {
	margin-right: 0
}

.hr-section .hr-social .nav .nav-item .nav-link {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	color: var(--color-1);
	border: 1px solid var(--color-1);
	border-radius: .2rem
}

.hr-section .hr-social .nav .nav-item .nav-link:hover {
	color: var(--white);
	border: 1px solid var(--color-4);
	background-color: var(--color-4)
}
.office-location .office-location-inner h2{
	font-size: 20px;
    line-height: 30px;
    margin-bottom: 26px;
    text-transform: uppercase;
    position: relative;
}
.office-location .office-location-inner h2:before{
	position: absolute;
    content: '';
    background: var(--color-6);
    width: 40px;
    height: 2px;
    left: 0px;
    bottom: -6px;
    transition: all 500ms ease;
}
.office-location .office-location-inner:hover h2:before{
	width: 50px;
}
.office-location .office-location-inner{
	padding: 0px 0px 0px 60px;
}
.office-location .office-location-inner .hr-info {
	display: flex;
}
.office-location .office-location-inner .hr-info .hr-icon{
	display: flex;
	align-items: center;
}
.office-location .office-location-inner .hr-info .hr-icon span{
	color: var(--color-7);
	margin-right: 8px;
	font-size: 14px;
}
.office-location .office-location-inner .hr-info .hr-detail{
	margin-bottom: 4px;
}
.office-location .office-location-inner .hr-info .hr-detail a{
	font-size: 15px;
	color: var(--color-2);
	font-weight: 600;
}
.office-location .office-location-inner .hr-info .hr-detail a:hover{
	color: var(--color-7);
}
.hr-company-detail{
	border-bottom: 1px solid #e5e5e5;
	padding: 47px 0px 48px 0px;
}
.hr-section-content .hr-title-one h2{
	position: relative;
    margin-bottom: 25px;
    font-size: 45px;
    line-height: 45px;
    font-weight: 500;
}
.hr-section-content .hr-title-one h2:before {
    position: absolute;
    content: '';
    background: var(--color-6);
    width: 50px;
    height: 2px;
    left: 25px;
    bottom: -15px;
}
.hr-form .form-control{
	border-radius: 4px;
}
.hr-form .form-control:focus{
	border-color: var(--color-2);
}
.hr-form-group label{
	font-weight: 400;
	margin-bottom: 5px;
}
.form-select{
	line-height: 1.2;
    background-color: #F8F8F8;
    color: #727272;
}
.toggle {
    width: 100%;
    margin: 0 0 0;
    box-sizing: border-box;
    font-size: 0;
    display: -webkit-box;
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.toggle input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}
.toggle input + label {
    margin: 0;
    /* padding: 0.75rem 2rem; */
    margin-right: 20px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: solid 1px #DDD;
    background-color: #FFF;
    font-size: 14px;
    width: 8%;
    padding: 8px;
    margin-bottom: 20px;
    text-align: center;
}
.toggle input:checked + label {
    background-color: #637937;
    color: #FFF;
    box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
    border-color: #637937;
    z-index: 1;
    text-align: center;
}
.toggle input + label:first-of-type {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 8%;
    padding: 5px;
}
.timeSlot label:hover {
    background: #0F223B;
    color: #FFFFFF;
    cursor: pointer;
}
.visibleaptmsg span {
    color: white !important;
}
.office-location1{
	top: 0;
    z-index: 0;
    padding: 60px 0px;
    position: relative;
    background-color: #fff;
    border: 2px solid #e4e4e4;
}
.contact-icontext {
    position: relative;
}
.contact-icontext .con-icon {
    line-height: 1;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
}
.contact-icontext .con-icon i {
    font-size: 100px;
    color: var(--color-1) !important;
}
.contact-icontext .con-icon span {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    right: -15px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    display: inline-block;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}
.contact-icontext .con-text {
    z-index: 1;
}
.contact-icontext .con-text h4 {
    font-size: 30px;
    padding-bottom: 20px;
    font-family: var(--font-02);
}
.contact-icontext .con-text span {
    font-size: 18px;
    max-width: 205px;
    margin: 0 auto;
    display: inline-block;
}
.contact-icontext .con-text span a{
	color: #343434;
}
.contact-icontext .con-bg {
    line-height: 1;
    bottom: -50px;
    z-index: -1;
    opacity: 0;
    left: 40px;
    position: absolute;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
.contact-icontext:hover .con-bg {
    opacity: 1;
    left: 10px;
}
.contact-icontext .con-bg i {
    font-size: 180px;
    color: rgba(237, 90, 176, .2) !important;
    opacity: .5;
}
.contact-icontext:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    right: 0;
    background-color: #e4e4e4;
}
.contact-icontext .con-icon span {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    right: -15px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background-color: #fff;
    display: inline-block;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}
.hr-form-group .icon-bg {
    position: absolute;
    top: 25px;
    left: 40px;
}
.hr-form-group .icon-bg i {
    color: var(--color-1) !important;
}
.hr-form .hr-form-group textarea{
	height: 240px;
    padding-top: 25px;
}
.con-text .office-address-content span {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}
@media screen and (max-width:992px) {
	.hr-contact-section .hr-contact-info {
		margin: 0;
		margin-bottom: 40px
	}
	.toggle input + label{
		width: 18%;
	}
	.toggle input + label:first-of-type{
		width: 18%;
	}
	.contact-icontext {
        margin-bottom: 30px;
    }
    .g-recaptcha{
	    transform: scale(0.8);
	    transform-origin: 0;
	}
    .office-location1 .row {
    justify-content: center;
}
   .contact-icontext::after {
    display: none;
}
}

@media(max-width:575px){
    .contact-icontext .con-icon {
    margin-bottom: 20px;
}
.contact-icontext .con-icon span {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.contact-icontext .con-text h4 {
    font-size: 24px;
    padding-bottom: 0px;
}
.contact-icontext .con-icon i {
    font-size: 70px;
    color: #b89b5e !important;
}
}