/* prefix css start */
* {
    padding: 0;
    margin: 0;
    outline: 0;
}

ol,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul li {
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
i,
button,
strong,
u,
sub,
sup,
span,
textarea,
table tr td,
select,
input {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
}

h1, h2 {
    font-size: 60px;
    line-height: 72px;
}

h3, h4 {
    font-size: 40px;
    line-height: 52px;
}

h5, h6 {
    font-size: 30px;
    line-height: 42px;
}

p {
    font-size: 16px;
    line-height: 23px;
}

body {
    background-color: #fff;

}

a,
a:hover {
    color: #000;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

.form-control:focus-within,
button:focus-within {
    box-shadow: none !important;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}


.main_color {
    color: #0083dd;
}

.secondary_color {
    color: #000000;
}

.font-family {
    font-family: 'Roboto', sans-serif;
    font-family: 'Ubuntu', sans-serif;
}

/* prefix css end */


/* header css start */

.header_section {
    padding-bottom: 5px;
    padding-top: 5px; 
    position: relative;
    z-index: 9999!important;
}


.header_section .navbar-nav .nav-item .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    margin: 0 20px;
    transition: all linear .2s;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-family: 'Ubuntu', sans-serif;
}

.header_section .navbar-nav .nav-item .nav-link:hover{
    color: rgba(255, 255, 255, 0.6);
}
 
.header_section .navbar-nav .nav-item .nav-link svg {
    margin-left: 5px;
    font-size: 12px;
}

.assurance_drop_dwn {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    padding: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999 !important;
    display: none;
    opacity: 0;
    min-width: 160px;
    width: 100%;
    transition: all linear .3s;
}

.header_section .navbar-nav .nav-item {
    position: relative;
}

.header_section .navbar-nav .nav-item:hover .assurance_drop_dwn {
    display: block !important;
    opacity: 1 !important;
    transition: all linear .3s;
    top: 35px;
}
.assurance_drop_dwn li a{
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    color: #1515159f;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px; 
    transition: all linear .3s;
}
.assurance_drop_dwn li:last-child a{
    margin-bottom: 0;
}

.assurance_drop_dwn li a:hover{
    color: #0083dd;
}

.assurance_drop_dwn li a svg{
    margin-right: 8px;
}

.header_section .d-flex .btn_dark {
    background: transparent;
    border-radius: 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 8px 20px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}
.header_section .d-flex .btn_dark svg{
    margin-right: 8px;
}

.header_section .d-flex .btn_dark:hover {
    background-color: #fff;
    color: #0083dd;
}
 
html{
    overflow-x: hidden;
}
/* header css end */

/* hero css start */ 
.hero_section {
    padding: 10px 0px;
    position: relative;
}

.hero_imgs {
	position: relative;
	z-index: 99;
    margin-top: 50px;
}
 
.hero_bgs{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: 79%;
    padding: 0;
}

.hero_bgs_item {
    position: absolute;
    display: block;
    min-width: 100%;
    min-height: 70%;
    padding-bottom: 55%;
}
.hero_bgs_item_1 {
    top: -5.5%;
    left: 1%;
    fill: #5eb6ff;
}
.hero_bgs_item_2 {
    top: -5.8%;
    left: 1.5%;
    fill: #1087eb;
}

.hero_bgs_item svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
.hero_txt {
    padding-top: 100px;
    position: relative;
    z-index: 99;
}

.hero_txt h1 {
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 56px;
    color: #151515;
    padding-bottom: 50px;
    font-family: 'Ubuntu', sans-serif;
}

.hero_txt p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #151515; 
    padding-top: 20px;
    font-family: 'Ubuntu', sans-serif;
}
.hero_txt h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #151515; 
    padding-top: 90px;
    font-family: 'Ubuntu', sans-serif;
}

.hero_txt h6{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    color: rgba(0, 0, 0, 0.623);
    font-family: 'Ubuntu', sans-serif;
}
.hero_txt h5 span,
.hero_txt p a{
    color: #0083dd;
}

.hero_search_wrap{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.search_filtr,
.search_lft  {
    position: relative;
}

.search_filtr svg,
.search_lft svg {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
    font-size: 20px;
}

.search_filtr svg{
    left: 40px;
}
.hero_search_wrap input {
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #151515;
    background-color: #ffffff;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    font-family: 'Ubuntu', sans-serif;
    border: 1px solid #e0e0e0;
    padding-left: 50px;
    max-width: 240px;
}
.hero_search_wrap input:focus::placeholder {
    color: transparent;
} 
.has-error input{
    border-color: #eb6a6a;
}
.search_filtr select{
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #151515;
    background-color: #ffffff;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    font-family: 'Ubuntu', sans-serif;
    border: 1px solid #e0e0e0;
    padding-left: 50px;
    background-color: transparent;
    margin-left: 15px;
    margin-right: 15px;
}

 .search_icon{
     margin-left: 15px;
 }
.search_icon svg {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 24px;
    color: #fff;
    padding: 10px 20px;
    transition: all linear .2s;
    background: #0083dd;
    border-radius: 0px; 
    display: inline-block;
    transition: all linear .3s;
}
.search_icon svg:hover{
    background-color: #CA5217;
}
 
/* hero css end */

/* services css start */
.services_section{
    padding: 60px 0px; 
    padding-top: 120px;
}

.servies_text h2{
    font-size: 28px;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #151515;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.servies_text h2:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: #0083dd;
}
.servies_text p{
    font-size: 14px;
    line-height: 24px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    color: #9a9a9a;
}
.services_block_txt{
    margin-top: 15px;
}
.services_block_txt svg{
    color: #0083dd;
    font-size: 40px;
    display: block;
    margin-bottom: 15px;
}

.services_block_txt h6{
    font-size: 14px;
    line-height: 24px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    color: #151515;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.services_block_txt p{
    font-size: 13px;
    line-height: 24px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    color: #9a9a9a;
}
/* services css end */

/* category css start */
.categories_section{
    padding: 70px 0px;
}

.category_head{
    text-align: center;
    margin-bottom: 40px;
}
.category_head h2{
    font-size: 36px;
    line-height: 40px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    color: #151515;
}

.categories_wrap{ 
    display: flex;
    padding: 60px 15px;
    text-align: center;
    border: 1px solid #d6d6d6;
    transition: .2s ease-in-out;
    transform: translate3d(0, 0, 0);
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}

.categories_wrap::before, .categories_wrap::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border: 1px solid #0083dd;
    transition: .25s ease-out;
    will-change: transform; 
}

.categories_wrap::before {
    transform: scale3d(0, 1, 1);
    border-width: 1px 0 1px 0;
}

.categories_wrap::after {
    transform: scale3d(1, 0, 1);
    border-width: 0 1px 0 1px;
}

.categories_wrap:hover::before, .categories_wrap:hover::after {
    transform: scale3d(0.9999, 0.9999, 0.9999);
}
 
.categories_wrap:hover {
    border-color: rgba(214, 214, 214, 0);
    background: #FCFCFC;
}

.categories_wrap svg{
    font-size: 36px;
    color: #0083dd;
}

.categories_wrap h6{
    padding: 10px 0px;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #151515;
    padding-bottom: 5px;
}
.categories_wrap p{ 
    font-size: 14px;
    line-height: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #9a9a9a;
}
/* category css end */

/* recent job css start */
.recent_job_sec{
    padding: 60px 0px;
    background-color: #F3F4F9;
}
.recent_job_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #d6d6d6;
    padding: 18px 20px;
    transition: .35s ease-in-out; 
}

.recent_job_wrap:hover {
    background: #f3f4f9;
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.15);
    border-color: #f3f4f9;
}

.recent_job_time{
    position: relative;
}
.recent_job_time::before {
	position: absolute;
	content: "";
	right: -67px;
	top: -14px;
	width: 1px;
	height: 50px;
	background-color: #d6d6d6;
}

.recent_job_time span{
    font-size: 14px;
    line-height: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #151515;
    display: block;
}

.recent_job_wrap .media{
    align-items: center;
}

.recent_job_wrap .media img{
    margin-right: 15px;
}
.recent_job_wrap .media h6 a{
    font-size: 18px;
    line-height: 28px;
    font-family: 'Ubuntu', sans-serif;  
    font-weight: 400;
    color: #151515;
    transition: all linear .3s;
}

.recent_job_wrap .media h6 a:hover{
    color: #0083dd;
}
.recent_job_wrap .media p{
    font-size: 14px;
    line-height: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #9a9a9a;
}

.per_hour p{
    font-size: 14px;
    line-height: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #151515; 
}
.per_hour p svg{
    color: #008CE3;
    font-size: 14px;
    margin-right: 8px;
}
.job_status span{
    display: inline-block;
    font-size: 12px;
    padding: 2px 10px;
    color: #fff;
    background-color: #008CE3;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;  
    text-transform: uppercase;
}

.show_more{
    text-align: center;
    margin-top: 30px;
}

.show_more a{
    display: inline-block;
    padding: 12px 30px;
    font-size: 14px;
    line-height: 28px;
    font-family: 'Ubuntu', sans-serif;  
    font-weight: 600;
    color: #008CE3;
    border: 2px solid #008CE3;
    text-transform: uppercase;
    transition: all linear .3s;
}

 
.show_more a:hover{
    background-color: #008CE3;
    color: #fff;
}
/* recent job css end */

/* hire css start */
.hire_section{
    padding: 0px 0px;
    background-color: #008CE3;
    margin-bottom: 10px;
    background-image: url(../images/hire.jpg);
    background-repeat: no-repeat;
    background-position: center right;

}
.hire_txt{
    padding: 37px 0px;
}

.hire_txt h6{
    font-size: 24px;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}

.hire_txt p{
    font-size: 14px;
    line-height: 22px;
    font-family: 'Ubuntu', sans-serif;  
    font-weight: 400;
    color: #fff;
    margin-bottom:20px;
}

.hire_txt a{
    background: #104394;
    border-radius: 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 12px 20px;
    border: 1px solid #104394;
    font-family: 'Ubuntu', sans-serif;  
    transition: all linear .3s;
}

.hire_txt a:hover {
    background-color: #fff;
    color: #008CE3;
    border-color: #fff;
}

.hire_img img{
    display: block;
    width: 100%;
}
/* hire css end */

/* companies css start */
.companies_section{
    background-image: url(../images/bg-img.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.company_ol{
    background-color: rgba(49, 135, 201, 0.9);
    padding: 70px 0px;
}

.companies_head_txt{
    text-align: center;
    margin-bottom: 40px;
}
.companies_head_txt h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    color: #fff; 
    font-family: 'Ubuntu', sans-serif;
}
 
.all_companies a {
    display: inline-block;
    padding: 30px 50px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.479);
    margin: 0 15px;
    transition: all linear .3s;
    
}
.all_companies a:hover{
    border-color: #fff;
}
.all_companies a img{
    margin: 0 auto;
    display: block;
}
/* companies css end */

/* people css start */
.people_say_section{
    padding: 60px 0px;
}

.people_say_head{
    text-align: center;
    margin-bottom: 40px;
}

.people_say_head h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
}

.people_say_wrap h6{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.567);
}
.people_say_wrap p{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.567);
    text-align: justify;
    width: 90%;
    margin-top: 5px;
}

.people_say_wrap .media svg{
    font-size: 25px;
    color: #0083dd;
    margin-right: 10px;
}
/* people css end */


/* footer css start */
.footer_section {
    background: #0083dd;
    padding-bottom: 25px;
    padding-top: 40px;
}

.ftr_link_top h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    color: #fff;
    padding-bottom: 15px; 
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.264);
}

.ftr_links ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 10px;
    display: block;
    font-family: 'Roboto', sans-serif;
    transition: all linear .3s;
}
 
.ftr_links ul li a:hover {
    color: #ffffff;
    text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.7);
}

.ftr_links ul li a svg{
    margin-right: 8px;
}

.ftr_date .media{
    align-items: center;
    margin-bottom: 25px;
}
.ftr_date .media h5{
    font-size: 30px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    line-height: 40px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.189);
}

.ftr_date .media h5 span{
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 19px;
}

.ftr_date .media p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    transition: all linear .3s;
} 
.ftr_date .media p:hover{
    color: #ffffff;
    text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.7);
}
.btm_ftr {
    background: #0076D1;
}
 
.ftr_copy_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 15px;
}
 
.ftr_copy_wrap p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px; 
    color: #ffffff62;
    font-family: 'Ubuntu', sans-serif;
}

.ftr_copy_wrap p a{
    color: #ffffff62;
}

/* footer css end */


/* job details css start */

.job_details_secc{
    padding: 60px 0px;
}
.job_hero_section{
    padding: 60px 0px;
    background-color: #0083dd;
    margin-top: 84px;
}

.job_details_hero h1{
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px; 
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
}

.breadcumb_wrap{
    padding: 20px 0px;
    background-color: #F4F5F9;
}
.breadcumb_wrap ul li{
    display: inline-block;
}
.breadcumb_wrap ul li span{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #9a9a9a;
}
.breadcumb_wrap ul li a{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #008CE3;
    border-right: 1px solid #9a9a9a59;
    padding-right: 15px;
    margin-right: 10px;
}

.job_details_header{
    margin-bottom: 30px;
}

.job_details_header .media span{
    display: inline-block;
    padding: 35px 35px;
    border: 1px solid #9a9a9a75;
    margin-right: 15px; 
}
.job_details_header .media img{
    border-radius: 50%;
}

.job_details_header .media h5{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    color: #151515;
    margin-bottom: 10px;
    margin-top: 10px;
}
.job_details_header .media p{
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #9a9a9a;
    margin-top: 5px;
    
}

.details_rgt p svg,
.job_details_header .media p svg{
    font-size: 14px;
    color: #0083dd;
    margin-right: 10px;
}

.details_rgt p a,
.details_rgt p{
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #9a9a9a;
    
}

.details_rgt{
    position: relative; 
}

.details_rgt::before {
	position: absolute;
	content: "";
	left: -33px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #d6d6d6;
}

.job_details_txt{
    border-top: 1px solid #d6d6d6;
    padding-top: 15px;
}
.job_details_txt p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #151515;
    padding-bottom: 50px;
    letter-spacing: .025em;
}

.job_details_txt h5{
    font-size: 22px;
    line-height: 31px;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    color: #151515;
    padding-bottom: 20px;
}
.job_details_txt ul{
    padding-left: 30px;
}
.job_details_txt ul li{
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #151515;
    padding-bottom: 20px;
    position: relative;
    letter-spacing: .025em;
}

.job_details_txt ul li::before {
	position: absolute;
	content: "";
	left: -35px;
	top: 9px;
	width: 30px;
	height: 3px;
	background-color: #0083dd;
}

.social_share_wrap{
    background-color: #F4F5F9;
    padding: 17px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
}

.social_share_wrap p{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #9a9a9a;
    font-family: 'Roboto', sans-serif;
}

.social_share_wrap ul li{
    display: inline-block;
}
.social_share_wrap ul li a{
    display: block;
    margin-left: 7px;
}
.social_share_wrap ul li a svg{
   font-size: 30px;
}

.related_jobss h6{
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
    color: #151515;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 30px;
}

.related_job_box{
    border: 1px solid #e0e0e0;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    transition: all linear .3s;
}

.related_job_box:hover {
    background: #f3f4f9; 
}

.related_job_box p{
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #9a9a9a;
    font-family: 'Ubuntu', sans-serif;
}
.related_job_box .media {
    align-items: center;
}
.related_job_box .media img{
    margin-right: 15px;
}

.related_job_box .media h5 a{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #151515;
    font-family: 'Ubuntu', sans-serif;
    transition: all linear .3s;
}
.related_job_box .media h5 a:hover{
    color: #0083dd;
}
.related_job_box .media p{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #9a9a9a;
    font-family: 'Ubuntu', sans-serif;
}

.related_job_box span{
    display: inline-block;
    padding: 2px 10px;
    background-color: #CC5115;
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
}

.contact_box_wrap{
    padding: 25px 40px;
    background-color: #F4F5F9; 
}

.contact_box_wrap h6{
    font-size: 24px;
    color: #151515;
    line-height: 19px;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 30px;
}

.contact_box_wrap input{
    border-radius: 0px;
    margin-bottom: 15px;
    height: 50px;
    font-size: 14px;
    color: #151515;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
}

.contact_box_wrap textarea{
    border-radius: 0px;
    margin-bottom: 15px;
    min-height: 120px; 
    font-size: 14px;
    color: #151515;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
}

.upload_file p{
    font-size: 15px;
    color: #151515;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 10px;
}

.upload_file p span{
    color: red;
}

.submit_bttn .btn-submit{
    display: block;
    width: 100%;
    text-align: center;
    background-color: #0083dd;
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    border-radius: 0px;
    padding-bottom: 9px;
    font-family: 'Ubuntu', sans-serif;
    border: 2px solid #0083dd;
    transition: all linear .3s;
}

.submit_bttn .btn-submit:hover{
    background-color: #CA5217; 
    border-color: #CA5217;
}

.google_map_wrap{
    margin-top: 20px;
}

.google_map_wrap p {
    position: relative;
    display: flex;
    padding: 10px 15px 10px;
    border: 1px solid #e0e0e0;
    border-top: 0;
    margin-top: 12px;
    letter-spacing: .025em;
    font-weight: 400;
    color: #151515;
    font-size: 14px;
    line-height: 23px;
    align-items: flex-start;
    margin-top: 15px;
}

.google_map_wrap p svg{
    color: #0083dd;
    margin-right: 10px;
    display: inline-block;
    margin-top: 7px;
}

.listing_search,
.listing_select  {
    position: relative;
}

.listing_search svg,
.listing_select svg {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
    font-size: 20px;
}
.listing_select svg{
    left: 35px;
}
.search_filtr svg{
    left: 40px;
}
.listing_search input {
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #151515;
    background-color: #ffffff;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    font-family: 'Ubuntu', sans-serif;
    border: 1px solid #e0e0e0;
    padding-left: 50px; 
}

.listing_select select{
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #151515;
    background-color: #ffffff;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    font-family: 'Ubuntu', sans-serif;
    border: 1px solid #e0e0e0;
    padding-left: 50px;
    background-color: transparent;
    margin-left: 15px;
    margin-right: 15px;
}
 
.job_listing_wrap .btn-search {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    padding: 14px 40px; 
    background: #0083dd;
    border-radius: 0px;
    border: 1px solid #0083dd;
    display: inline-block;
    transition: all linear .3s;
    text-transform: uppercase; 
    font-family: 'Ubuntu', sans-serif;
}
.job_listing_wrap .btn-search:hover{
    background-color: #CA5217;
    border-color: #CA5217;
}
.job_listing_section{
    padding: 60px 0px;
}
 
/* header overwrite css */
.job_header{
    background-color: #fff;
}

.header_section.job_header .navbar-nav .nav-item .nav-link {
    color: #000;
}

.header_section .d-flex .btn_dark{
    background-color: #0083dd;
}

.product_item_pagginaiton {
    margin-top: 50px;
}

.product_item_pagginaiton .pagination {
    justify-content: center;
}

.product_item_pagginaiton .pagination li a {
    font-style: normal;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 21px;
    color: #151515;
    border: 1px solid #e0e0e0;
    margin: 0 5px; 
    background-color: transparent;
    display: inline-block;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    border-radius: 0px!important;
}

.product_item_pagginaiton .pagination li a:hover,
.product_item_pagginaiton .pagination li.active a {
    background-color: #0083dd !important;
    border-color: #0083dd;
    color: #fff;
}

.job_list_filters_wrap{
    margin-bottom: 30px;
}
.job_list_filters_wrap h6{
    font-size: 14px;
    line-height: 23px;
    color: #151515;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
}

.listing_filtr_box{
    margin-top: 25px;
}

.filtr_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filtr_flex p{
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    color: #9a9a9a;
}
 
.job_list_filters_wrap select{
    background-color: transparent;
    display: block;
    width: 100%;
    border: none;
    padding: 14px 20px;
    background-color: #F3F4F9;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #151515;
    font-family: 'Ubuntu', sans-serif;
}
.cont {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: normal; 
     font-size: 16px;
     line-height: 19px;
     font-weight: 400;
     color: #151515;
    padding-left: 40px; 
    font-family: 'Ubuntu', sans-serif;
    margin-top: 15px;
  }
  
  /* Hide the browser's default checkbox */
  .cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .checkmark {
	position: absolute;
	top: -3px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: transparent;
	border-radius: 0px;
	border: 2px solid #ccc;
}
  
  /* On mouse-over, add a grey background color */
  .cont:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .cont input:checked ~ .checkmark {
    background-color: #0083dd;
    border-color: #0083dd;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .cont input:checked ~ .checkmark:after {
    display: block;
  }
  
  .cont .checkmark::after {
    left: 6px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
 }


 /* Back to top btn part Start */
.back-top-btn{
    position: fixed;
    bottom: 5px;
    right: 20px;
   display: none;
    padding: 10px 15px;
    background: #0083dd;
    border-radius: 0px;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    z-index: 9999;
}
.back-top-btn svg {
    color: #fff;
    font-size: 30px;
}
/* Back to top btn part End */

.job_header{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}


.company_slider .slick-dots,
.categories_slider .slick-dots{
    text-align: center;
    margin-top: 30px;
}
.company_slider .slick-dots li,
.categories_slider .slick-dots li {
	display: inline-block;
    width: 9px;
    z-index: 9999;
	height: 9px;
	border-radius: 10px;
	background: transparent;
	margin: 0px 6px!important; 
    border: 2px solid transparent;
    margin: 3px;
    outline: #9a9a9a solid 2px;
}
.company_slider .slick-dots li{
    outline: rgba(255, 255, 255, 0.4) solid 2px;
}
.company_slider .slick-dots li.slick-active,
.categories_slider .slick-dots li.slick-active{
    background: #0083dd;
    border: 2px solid #fff;
    outline: #0083dd solid 2px;
}
.company_slider .slick-dots li.slick-active{
    background-color: #fff;
    border: 2px solid #0083dd;
    outline: #fff solid 2px;
}
.company_slider .slick-dots li button,
.categories_slider .slick-dots li button{
    opacity: 0;
    font-size: 0;
}

.slidre_arrw{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    top: 30px;
    z-index: 9;
}

.slidre_arrw svg{
    font-size: 30px;
    line-height: 50px;
    color: #0083dd;
}


/* mobile menu css start */
.mobile_menu_wrap {
	background: #fff;
	width: 0%;
	min-height: 100%;
	margin-left: auto;
	position: fixed;
	z-index: 9999;
	right: 0;
	top: 58px;
	transition: 0.5s;
	border-left: 1px solid #e0e0e0;
}

.nav_close a img {
    width: 80px;
}

.nav_close {
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.nav_close svg {
    font-size: 22px;
    color: #181818;
}

.mobile_main_mnu ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #181818;
    display: block;
    padding: 10px 20px;
    font-family: 'Ubuntu', sans-serif;
    border-top: 1px solid rgba(224, 224, 224, 0.603);
}
.mobile_main_mnu ul li ul li a{
    font-size: 10px;
    margin-left: 15px;
}

.mobile_submenu_txt {
    padding: 20px;
}

.mobile_submenu_txt p,
.mobile_submenu_txt h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #181818;
    margin: 7px 0px;
}

.mobile_submenu_txt p {
    font-weight: 400;
    margin: 0;
}

/* mobile menu css end */