body  {
    font-size: 14px;
}

p  {
    padding-bottom: 0;
    margin-bottom: 0;
}

ul, li  {
    padding-bottom: 0;
    margin-bottom: 0;
}

.about-section  {
    padding: 90px 0;
}

.about-right-content-strip  {
    margin-top: 100px;

}

.about-right-content-strip h3  {
    color: #f66c3b;
    font-size: 45px;
    font-weight: 700;
    padding-bottom: 0;
}

.about-right-content-strip h4  {
    color: #1e1e1e;
    font-size: 35px;
    font-weight:100;
    text-transform: uppercase;
}

.about-right-content-strip p  {
    font-size: 18px;
}

.job-list-section  {
    padding: 60px 0;
}

.title-strip  {
    text-align: center;
    margin-bottom: 60px;
}

.title-strip h3  {
    color: #f66c3b;
    font-size: 45px;
    font-weight: 100;
    padding-bottom: 0;
    text-transform: uppercase;
}

.title-strip h3 strong  {
    font-weight: 800;
}

.title-strip p  {
    font-size: 18px;
}

.joblist-strip  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    margin-bottom: 20px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 4px;
}

.joblist-strip:hover  {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1)
}

.job-details-div h4  {
    font-size: 18px;
    font-weight: 300;
    color: #000;
} 

.job-location-list li {
    font-size: 15px;
    font-weight: 100;
}

.job-location-list li a {
    font-size: 12px;
    font-weight: 500;
    color: #f66c3b;
}

.job-location-list li i.fa-map-marker {
    font-size: 14px;
    font-weight: 500;
    color: #16a8d8;
}

.job-location-list li i.fa-briefcase {
    font-size: 14px;
    font-weight: 500;
    color: #ef8c45;
}


.list-inline li {
    display: inline;
    margin-right: 15px;
}

.btn-applynow  {
    background: #28aa4a;
    color: #fff;
    border-color: #28aa4a;
    padding: 7px 25px;
}

.btn-applynow:hover  {
    background: #f66c3b;
    color: #fff;
    border-color: #f66c3b;
}

.footer-section  {
    padding: 25px 0;
    background: url(../images/footer-bg.jpg) no-repeat;
    background-size: cover;
    
}

.footer-strip  {
    padding: 60px 0;
}

.footer-logo  {
    width: 230px;
}

.footer-strip p  {
    font-size: 18px;
    color: #fff;
    padding: 10px 0;
}

.socialmedia-list li a  {
    color: #fff;
    font-size: 18px;
}

.socialmedia-list li a:hover  {
    color: #f66c3b;
    font-size: 18px;
    text-decoration: none;
}

.banner-section  {
    padding: 120px 0;
    background: url(../images/gv-banner-2.jpg) no-repeat;
    background-size: cover;
}

.bannet-title  {
    font-size: 45px;
    color: #fff;
    font-weight:400;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 2px;
}

.banner-pera  {
    font-size: 17px;
    line-height: 28px;
    color: #fff;
}

.job-description-div  {

}

.modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}

.descriptionpera  {
    font-size: 18px;
    line-height: 28px;
}

.banner-section-applynow  {
    padding: 120px 0;
    background: url(../images/applynow-bg.jpg) no-repeat;
    background-size: cover;
}

.form-strip  {
    background: #fff;
    box-shadow: 0px 20px 40px rgb(0 0 0 / 25%);
    border-radius: 8px;
    padding: 60px 40px 40px;
}

.custom-file-upload input[type="file"] {
    display: none;
}
.custom-file-upload .custom-file-upload1 {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: .25rem;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #f66c3b;
	color: #fff;
	width: 50px;
    font-size: 20px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

label.custom-file-upload1 + span.error {
    position: absolute;
    left: 0;
    /* bottom: -2px; */
    top: 35px;
}

.custom-file-upload {
    position: relative;
}
