body {
    background-color: #fafafa;
}

.top_bar {
    width: 100%;
    /* float: left; */
    height: 30px;
    background-color: #3490dc;
    background-color: #e0007a;
}

.top_bar_menu {
    float: right;
    margin-bottom: 0px;
}

.top_bar_menu li {
    display: inline-block;
    margin: 0px 3px;
    padding-top: 3px;
}

.top_bar_menu li a {
    color: white;
    text-decoration: none;
}

.top_bar_menu li .dropdown-item {
    color: black !important;
}

.navbar {
    width: 100%;
    padding: 0px;
}

.navbar-nav.ml-auto{
    padding-left: 0.5em;
}

.nav-link {
    color: #595959 !important;
    text-transform: uppercase;
    text-shadow: 0.5px 0px 0px;
}

.masthead-heading {
    text-shadow: 1px 1px 1px black;
}

.logo_icon{
    max-height: 80px;
}

.footer_icon{
    width: 90%;
}

.slider {
    background-size: cover;
}

.slider_content_wrapper {
    padding: 20% 0px;
}

.slider_internal_page {
    padding: 8% 0;
    padding-top: 14%;
}

.slider_internal_page h1 {
    color: white;
    font-weight: 600;
    text-shadow: 1px 1px 1px black;
    font-size: 3em;
    text-transform: uppercase;
}

.btn-primary,
.btn-secondary {
    background-color: #e0007a !important;
    border-color: #e0007a !important;
    border-radius: 10px !important;
}

.search_employees {
    padding: 1%;
    background-color: #3490dca6;
    background-color: #e0007ab8;
}

.search_employees .comp {
    display: inline-block !important;
}

.search_employees label {
    margin: 7px 7px;
    color: white;
}

.search_employees button {
    margin-left: 15px;
}

.services_icon {
    max-width: 100px;
}

#top_employees_homepage,
#top_companies_homepage  {
    padding-top: 0px;
    padding-bottom: 30px;
}

.services_and_top {
    background-image: url("../../../../public/images/../../../../public/images/top-background.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
    background-position-y: 50%;
    background-size: 54%;
}

#testimonials_homepage {
    padding: 3% 0px;
    background-image: url("../../../../public/images/../../../../public/images/testimonials-background.jpg");
    background-image: none;
    background-color: #cc468f;
    background-size: contain;
    margin-bottom: 2em;
}

#testimonials_homepage h2,
#testimonials_homepage .testimonial,
#testimonials_homepage .overview {
    color: white;
}

#testimonials_homepage .overview b {
    color: #333333;
}

.testimonial a {
    color: white;
    font-weight: bold;
}

/* #top_companies_homepage {
    background-image: url(/laravel/public/storage/images/top-background1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 0%;
    background-size: 41%;
} */

.page-footer {
    margin-top: 0px !important;
    padding-top: 1%;
    background-color: #eeeef0;
    border-top: 1px solid darkorange;
}

.page-footer a {
    color: #e0007a;
}

.footer-copyright {
    color: white;
    background-color: #d6d5da;
    background-color: #e0007a;
}

/*************************
**** EMPLOYEE LYST *******
**************************/

.inner_page {
    padding: 0 0 6%;
}

#slider_employees_list {
    padding: 16% 0% 4% 0;
}

.top_employee, 
.employee {
    margin: 10px 0px;
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.top_employee {
    background-color: #f6f6cf;
}

.employee_profile_img img {
    padding: 4%;
    border-radius: 50%;
}

.employee_list_details  {
    padding: 2% 0 1%;
}

.top_employee h4, .employee h4 {
    font-size: 1.1em;
}

.employee_list_button .btn {
    width: 100%;
}

.employee_list_button {
    padding-top: 3%;
}

.privacy{
    text-align: center;
    margin-top: 1em;
}




/*************************
**** SINGLE EMPLOYEE *****
**************************/

.single_employee {
    padding: 1% 0;
}

.single_employee .title,
.employee_registration_form .title
 {
    margin-bottom: 20px;
    border-bottom: 1px solid;
    text-align: center;
}

.single_employee_bio {
    padding: 1%;
}

.single_employee_bio img {
    width: 150px;
    margin: 0 auto;
}

.single_employee_personal_info {
    padding: 7% 5%;
}

.single_employee h4
 {
    font-size: 1.15rem;
}

.single_employee_personal_info span {
    color: #03a9f4;
    font-weight: 500;
}

.single_employee_images img {
    max-width: 100%;
}

.single_employee_cta a {
    width: 100%;
    padding: 10px;
}


.single_company_details img {
    width: 100%;
}


.employee_registration_form .card {
    padding: 1%;
}

.employee_registration_form label {
   font-weight: bold;
}

.employee_registration_form button {
    width: 100%;
    padding: 10px;
}

.personal_info {
    background-color: #eaeaff;
}

.work_related_data {
    background-color: #fffff2;
}

.upload_media {
    background-color: #ffe4e4;
}

body {
	font-family: "Open Sans", sans-serif;
}
h2 {
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	position: relative;
	margin: 30px 0 60px;
}
h2::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #8fbc54;
	left: 0;
	right: 0;
	bottom: -10px;
}
.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

.form-inline{
    margin-left: 6em;
}

#area_of_employment{
    width: 65%;
}

.comp{
    margin-left: 5em;
}

#companybutton{
    margin-left: -6em;
}

/*************************
**** Hire Button *****
**************************/
#hirebutton{
    margin-left: 11em;
    margin-top: 2em;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

/*************************
**** Paymant *******
**************************/

.thankyout{
    margin-top: 1em;
    margin-bottom: 1em;
}

#annual {
    margin-top: 2em;
    background-color: #3490dc;
}

#infopayment{
    margin-top: 2em;
    background-color: #28a745;
}

#closebtnpayment {
    background-color: #3490dc;
}

/*************************
**** Terms *******
**************************/

.termsnaslov {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.cookiesnaslov {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.cookiesnaslov::after{
    background: none;
}

.persdata {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.persdata::after {
    background: none;
}


@media only screen and (max-width: 1024px){
    .slider_internal_page h1{
        font-size: 2em;
        text-align: center;
    }

    .comp{
        margin-left: 0em;
    }
    
    #companybutton{
        margin-left: -6em;
    }
} 

@media only screen and (max-width: 768px){
    
    #speciality{
        width: 80%;
    }

    .employee_list_button .btn{
        font-size: 11px;
    }

    .comp{
        margin-left: 0em;
    }

    #companybutton{
        margin-left: 7em;
    }

    #area_of_employment{
        width: 34%;
    }
    
    .search_employees {
        max-width: 500px;

    }

    .personal_info,.work_related_data,.upload_media  {
        font-size: 11px;
    }

    .upload_media{
        margin-left: -2em;
    }

    .upld{
        margin-left: -3em;
    }
    
}

@media only screen and (max-width: 500px) {

    
    .top_employee {
        background-color: #f6f6cf;
        text-align: center;
        padding-bottom: 1em;
    }

    .card-deck .card {
        margin-bottom: 15px;
        padding: 1em;
    }

    #emplbtn{
        margin-top: 2.5em;
    }

    .employee.row{
        text-align: center;
        padding: 1em;
    }

    .form-inline{
        margin-left: 2em;
    }

    #family_status{
        margin-left: 1em;
    }

    #languages{
        margin-left: 0.5em;
    }

    #employesubmit{
        margin-top: 3.5em;
    }

    .singleimage{
        margin-bottom: 1em;
    }

    .work_related_data,.personal_info,.upload_media  {
        margin-left: 2em;
    }

    .upld{
        margin-left: 0;
    }

    #addbtn{
        margin-left: 1em;
    }
}

@media only screen and (max-width: 414px){
    #employesubmit{
        margin-left: 8em;
    }

    .singleimage{
        margin-bottom: 1em;
    }

    #area_of_employment{
        width: 80%;
    }

    .comp{
        margin-left: 3em;
    }

    #companybutton{
        margin-left: 7em;
    }

    .search_employees {
        max-width: 600px;

    }

    #hirebutton{
        margin-left: 15em;
    }
}

@media only screen and (max-width: 375px){
    #employesubmit{
        margin-left: 7em;
    }

    .singleimage{
        margin-bottom: 1em;
    }

    #area_of_employment{
        width: 80%;
    }

    .comp{
        margin-left: 3em;
    }

    #companybutton{
        margin-left: 7em;
    }

    .search_employees {
        max-width: 600px;

    }

    #hirebutton{
        margin-left: 12em;
    }
    
}

@media only screen and (max-width: 320px){
    #family_status{
        margin-left: 0;
    }

    #employesubmit{
        margin-left: 3em;
    }

    .singleimage{
        margin-bottom: 1em;
    }

    #area_of_employment{
        width: 80%;
    }

    .comp{
        margin-left: 3em;
    }

    #companybutton{
        margin-left: 5em;
    }

    .search_employees {
        max-width: 600px;

    }

    #hirebutton{
        margin-left: 9em;
    }
}