@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Oswald:wght@200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=PT+Sans&family=Roboto:wght@100;300;400;500;700;900&display=swap');

body { /*font-family: 'Lato', sans-serif;/*font-family: 'Oswald', sans-serif;*/font-family: 'Roboto', sans-serif !important;}
a, img, h1, h2, h3, h4, h5, h6, span, p, li, button { -webkit-transition: all 0.7s; -moz-transition: all 0.7s; -ms-transition: all 0.7s; -o-transition: all 0.7s; transition: all 0.7s; }
* { margin: 0; padding: 0; }
ul { margin: 0; padding: 0; list-style: none; }
a { text-decoration: none; color: #fff; }
a:hover {text-decoration: none;color: #f3352e;}
section, footer, header {float: left;width: 100%;}
img { max-width: 100%;}
.p-0 {padding: 0;}

.content_div.content_div_job h4 {
    margin-top: 20px;
    margin-bottom: 6px;
}
.top_bar {
    background: #000000;
    float: left;
    width: 100%;
    padding: 5px 0;
}
section.p-4.video_info.video-order.mobile-video {
	display:none;
}
.top_nav {
    margin: 0 auto;
    max-width: 800px;
}
.top_nav {
    margin: 0 auto;
    max-width: 750px;
}
.p-1 {
    padding: 0 3px;
}
.top_bar .top_nav .input-group .form-control {
    height: 28px;
    border-right: none;
}
.top_nav .input-group-addon {
    background: #fff;padding: 0 8px;
}
.top_nav .input-group-addon i {
    font-size: 16px;
    color: #8b8b8b;
}

.top_bar ul {
    margin-top: 5px;
}
.top_nav li {
    display: inline-block;
    font-size: 13px;
    padding: 0 7px;
    line-height: 10px;
}
.top_nav ul li {
    border-right: 1px solid #fff;
}
.top_nav ul li a{
    color:#fff;
}
.top_nav ul li:last-child {
    border: none;
}
.top_bar .sign_up ul {
    background: url("https://opsoestorage.blob.core.windows.net/cdn/images/topLoginBG-colabor.png");
    background-repeat: no-repeat;
    position: absolute;
    padding: 10px 30px;
    z-index: 999;
    margin: 0;
}
.top_bar .sign_up ul li {
    border-color: #000;
}
.top_bar .sign_up ul li a {
    color: #000;
}
.top_bar .sign_up ul li a:hover {
    color: #e32922;
}
.navigation {
    background-color: #fff;
    border: medium none;
    float: left;
    margin: 0;
    min-height: auto;
    width: 100%;
    z-index: 0;
    /*box-shadow: 1px 5px 7px 0px #ededed;*/
}
.navigation .navbar-brand { height: auto; padding: 20px 20px 20px 0; }
.navigation .navbar-nav > li { color: #242c42; font-family: oswald; font-size: 16px; text-transform: uppercase; border-right: 1px solid #e1e1e1; }
.navigation .navbar-nav > li a {color: #242c42;padding: 0px 15px;}
.navigation .navbar-nav > li a:hover {color: #f3352e;}
.navigation .navbar-right {margin-top: 32px;}
.navigation .navbar-nav > .active > a, .navigation .navbar-nav > .active > a:hover, .navigation .navbar-nav > .active > a:focus {
    background-color: transparent;color: #f3352e;}
.navigation .navbar-nav > li:last-child a { padding-right: 0; }
.navigation .navbar-nav > li:last-child {border: none;}

/*----------------------------- Section 2 Job Searchbar Css ---------------------*/
.job_searchbar {
    background: transparent;
    padding: 0px 0;
    position: relative;
}
.job_searchbar .main_div {
    margin: 0 auto;
    max-width: 750px;
}
.job_searchbar .main_div input {
    background: #fff;
    border-radius: 30px;
    font-size: 20px;
    height: 58px;
    padding: 0 45px;
}
.job_searchbar .videobg {
    width: 100% !important;
    height: 100% !important;
}
.main_searchbar {
    position: absolute;
    left: 0;
    right: 0;
    background: #cccccc5e;
    bottom: 5px;
    padding: 40px 0;
}

.scroll_btn {
    position: absolute;
    right: 5%;
    bottom: 40px;
}
.scroll_btn a i {
    border-radius: 50%;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px 0;
    font-size: 24px;
    background: #000;
}


/*--------------- Filter Checkbox End CSS----------------*/
.filter_job { padding: 50px 0;background: #fff;}
.jobs_div {
    float: left;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 25px;
    position: relative;
    border: 1px solid #ddd;
}
.jobs_div h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #000;cursor: pointer;
}
span.like_btn {
    background: #eeeeee;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    padding: 7px 0;
    text-align: center;
    color: #c0c0c0;
    cursor: pointer;
}
.jobs_div h5 {
    margin: -3px 0 10px;
    font-size: 16px;
    color: #595959;
}
.jobs_div ul li {
    padding: 3px 0 3px 20px;
    color: #717171;
    position: relative;
}
.jobs_div ul li:before {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #000;
    left: 0;
    top: 0;
}
.jobs_div ul li.location:before {
    content: "";
}
.jobs_div ul li.posted_date:before {
    content: "";
}
.jobs_div .apply_btn {
    margin-top: 60px;
    background: #f3352e;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
.jobs_div .apply_btn:hover {
    background: #f7706b;
}
.checkbox_filter {
    padding: 20px 0 0;
}
.filter_job .panel-body {
    border-top: none !important;
}
.filter_job .panel-group .panel {
    margin-bottom: 15px;
 }
.filter_search input.form-control::placeholder {
    font-size: 16px;
}
/*------------------------- -------------------*/


.job_searchbar .main_div .e1vptp6w0 {
    padding: 0 15px;
    font-size: 20px;
}
.job_searchbar .main_div svg.search-icon {
    transform: scale(1.8) !important;
    fill: #918e8e !important;
}
/*------------- ----------------*/

.filter_job .accordion {
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 25px;
}
.filter_job .card-header {
    display: block;
    padding: 10px 5px;
    outline: none;
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc;
    color: #000;
} 
.filter_job .card-header:before {
    position: absolute;
    width: 25%;
    height: 4px;
    background: #f3352e;
    left: 0;
    bottom: -3px;
    content: "";
}
.filter_job .custm-checkbox-filters input {
    border-radius: 4px;
    font-size: 18px;
}
.filter_job .custm-checkbox-filters ul {
    margin-top: 15px;
}
.filter_job .custm-checkbox-filters ul li {
    padding: 7px 0;
    border-bottom: 1px dashed #ccc;
}
.filter_job .custm-checkbox-filters ul li:last-child {
    border: none;
}
.filter_job .custm-checkbox-filters ul li  input[type="checkbox"] {
    margin-right: 10px;
}
.jobs_div button.apply_btn {
    margin-top: 40px;border: none;
}

.filter_job .custm-checkbox-filters ul li label.job-checkbox-title {
    width: 90%;
    font-weight: 400;
}
.filter_job .custm-checkbox-filters ul li label.job-checkbox-title {
    font-weight: 400;
    width: 90%;
}
.filter_job .card-header.active span.pull-right i {
    transform: rotate(180deg);
}
.filter_job .card-header span.pull-right {
    font-size: 24px;
}
/*------------------ --------------*/
.banner_div .outer-video-frame {
    width: 100% !important;
    height: 100% !important;
}

/*------------ Footer -------------*/
.footer {
    background: #eee;
    color: #000;
    padding: 30px 0;
}
.footer h4 {
    font-size: 14px;
    margin-bottom: 20px;
}
.footer ul li {
    float: left;
    width: 100%;
    padding-right: 5px;
}
.footer ul li a {
    color: #7a7a7a;
    padding: 3px 0;
    float: left;
    width: 100%;
    font-size: 13px;
}
.footer ul li a:hover {
    text-decoration: none;
    color: #f3352e;
}
.footer h4.proud_img {
    margin-top: -50px;
}
.copyright {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 8px 0;
}
.copyright p {
    margin: 0;
}

.border_div {
    height: 30px;
}
.jobs_div ul.inline_div li {
    display: inline-block;
    padding: 0px 15px 15px 0px;
}
.content_div h4 {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.react-responsive-modal-modal{ margin:50px 0 0 0!important; padding:0 !important; background:#f3352e !important;}
.cv_form form.cv_form_modal{ padding-top:50px;}
.react-responsive-modal-modal{ width:90%;}
.react-responsive-modal-closeButton svg {
    fill: #fff;
}
.jobs_div.jobs_div_custom .bottom_content-btn {
    margin-top: 15px;
    margin-bottom: 10px;
}
button.gm-control-active.gm-fullscreen-control {
    display: none !important;
}
.gmnoprint {
    display: none !important;
}
@media screen and (max-width: 767px) {
	
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; 
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -100%; 
  }
  .row-offcanvas-left  .sidebar-offcanvas.active {
    left: 0%;
  }

  .row-offcanvas-right.active {
    right: 50%; 
  }

  .row-offcanvas-left.active {
    left: 50%; 
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
	z-index:999;
    background-color: #ffffff;
	
	-webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }  
  .filter_btn {
    font-size: 20px;
	border-radius: 4px;
    background: #f3352e;
    color: #fff;width: 100%;
    padding: 4px 24px;
}
  .clear_btn {
    position: relative;
    bottom: 20px;
    z-index: 9;
    font-size: 20px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    padding: 2px 0;
    background: #f3352e;
    border: none;right: 15px;
    box-shadow: none;
}
}


.jobs_div button.apply_btn i {
    margin-left: 5px;
}
.job-detail-opportunities h3 {
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 18px;
    color: #000;text-align: center;
}
.job-detail-opportunities h4 {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
}
.job-detail-opportunities ul li {
    display: inline-block;
    width: auto;
    font-size: 13px;
    padding: 0 10px 0 0px;
}


.widget-box {
    position: relative;
}
.job-detail-opportunities .img_magnifier {
    transition: all 0.5s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.hoverr_magnifier.playhover_btn {
    background-color: #f3352e94 !important;
    opacity: 0.7 !important;
    width: 50px;
    height: 50px;
    border-radius: 550%;
    cursor: pointer;
}
.hoverr_magnifier.playhover_btn img {
    max-width: 30px;
    margin-top: 10px;
    margin-left: 5px;
}
.cola_bg {
    background: url("https://opsoestorage.blob.core.windows.net/companybackground/colabor-banner-image.jpg");
    padding: 160px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*---------------------------Pop up CSS--------------------*/
.react-responsive-modal-modal {
    border-radius: 6px; width: 100%;
}
.modal-inner-area {
    display: none;
}
.careerfy-modal-title-box h2 {
    float: left;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
}
.share-icon-video {
    display: inline-block;
    width: 100%;
}
.copy-video-url {
    float: right;
    width: 30%;
}
.copy-video-url input {
    width: 87%;
    max-width: 100%;
    padding: 0.5rem;
    border-radius: 2rem;
    background: #f3352e;
    color: #fff;
    text-align: center;
    margin-right: 1rem;
    border: none;cursor:pointer;

}
.careerfy-jobdetail-media li {
    float: left;
    list-style: none;
    margin-right: 12px;
    line-height: 2;
    padding-top: 5px;
}
.outer-video-frame {
    width: 100% !important;
}
.Video-actions {
    text-align: center;
    padding: 15px 0;
}
.Video-actions button {
    padding: 5px 25px;
    font-size: 12px;
    color: #fff;
    background-color: #f3352e;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    margin: 0 5px;
}
.outer-video-frame {
    width: 100% !important;
}
.copy-video-url i.fa.fa-clone {
    cursor: pointer;
}

.jobs_div  .top_apply {
    margin: 0 2px;
}
.jobs_div .top_apply i {
    margin: 0 3px;
}
.jobs_div .back_button:hover {
    background: #333;
}
.jobs_div .back_button {
    background: #000;
}

/*-------------------------- MAP PAGE CSS -------------------------*/

.banner_map {
    position: relative;
    padding: 0;
}
.fix_position {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
}
.carousel .item img {
    width: 100%;
}
.banner_map span.vior {
    padding: 35px;
    width: 100%;
    word-break: break-word;
    height: auto;
    display: block;
    font-size: 23px;
    border-radius: 10px;
    opacity: 0.75;text-align:center;
}
.banner_map .gray_op {
    background: #666;
    margin-bottom: 25px;
    color: #fff;
}
.banner_map .white_op {
    background: #eee;
    color: red;
}
.cola_offic .img-thumbnail {
    width: 100%;
}
.cola_offic .nav-tabs>li.active>a, .cola_offic .nav-tabs>li.active>a:hover, .cola_offic .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #f3352e;
    border: none;
    border-bottom-color: transparent;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #f3352e;
}
.cola_offic .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #f3352e;
    border: 1px solid #f3352e;
    border-radius: 4px;
}
.cola_offic .nav.nav-tabs {
    border: none;
    margin-bottom: 20px;
}
.slider_div .carousel-control {
    background-image: none !important;color: #000;
}
.slider_div .item img {
    margin: 0 auto;
}
.active_offer {
    background: #212529;
    border-radius: 10px;
    padding: 30px;
    color: #fff;margin-bottom:50px;
}
.btn_red {
    margin-bottom: 15px;
}
.active_offer .btn-outline-light {
    margin-right: 4px;
}
.banner_map .red_contact {
    background: #f3352e;
    color: #fff;
    padding: 20px 20px !important;
}

.slider_content h3 {
    font-weight: 600;
    margin-top: 40px;
}
.slider_content p {
    line-height: 33px;
    font-size: 16px;
}
.active_offer p {
    padding: 20px 0;
    font-size: 22px;
}

.red_box {
    position: absolute;
    right: 15px;
    bottom: 15px;
}


/*----------------------------- ----------------------------------------*/
.cola_new_bg {
    
	background: url("https://opsoestorage.blob.core.windows.net/usermediaimages/colabor1-min.jpg");
    color: #fff;
    padding: 165px 0;
    background-size: cover;
    position: relative;
	background-position: center;
    background-repeat: no-repeat;
}
.cola_new_bg:before {
    background: #000;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
}
.cola_new_bg button.btn.btn-lg.btn-success {
    background: #f3352e;
    border: none;
}
.cola_new_bg button.btn.btn-lg.btn-success:hover {
    background: #f3352e;
}
.cola_new_bg h1 {
    position: relative;
    font-size: 38px;
    font-weight: 600;
}
.cola_new_bg .input-group-addon {
    border: none;
    background: #fff;
}
.cola_new_bg .input-group-addon  i {
    font-size: 26px;
    color: #b1b1b1;
}
.cola_new_bg input.form-control {
    height: 61px;
    border: none;
}
.cola_new_bg p {
    font-size: 18px;
    padding: 10px 0 15px;
}
.cola_new_bg p big a {
    color: #b9ecff;
}


.divide_txt,.vacancy  {
    padding: 40px 0;
}
.common_heading {
    font-size: 32px;
    line-height: 45px;
    font-weight: 700;
    color: #f3352e;
    margin: 0;
}
.divide_txt p, .perks li {
	font-size: 18px;
    line-height: 32px;
    font-family: 'Roboto', sans-serif !important
}

.perks {
    padding: 40px 0;
   background: url("https://opsoestorage.blob.core.windows.net/companybackground/colabor-banner-edited.jpg");
    color: #fff;
    position: relative;background-size: cover;
    background-attachment: fixed;
}

.perks:before {
    background: #000;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
}
.perks .common_heading {
    color: #fff;
    font-size: 35px;
    margin-bottom: 10px;
}
.perks li {
    position: relative;
    padding: 10px 0 10px 40px;
    border-bottom: 1px dashed #ccc;
    font-size: 17px;
}
.perks li:last-child {
    border: none;
}
.perks li:before {
    content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}

.vacancy .job_thumb {
    border: 1px solid #dfdfdf;
    float: left;
    width: 100%;
    margin-bottom: 35px;
    padding: 15px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.vacancy .job_thumb h4 {
    font-size: 18px;
    font-weight: 800;
}
.vacancy .job_thumb p,.value_slider p {
    font-size: 18px;
}
.vacancy .common_heading,.value_slider .common_heading {
    margin-bottom: 40px;
}
.vacancy .job_thumb .apply_btn {
    color: #fff;
    background: #f3352e;
    font-size: 15px;
    font-weight: 600;
}

.value_slider,.p-4  {
    padding: 40px 0;
}
.value_slider .slick-prev:before, .value_slider .slick-next:before {
    opacity: 1;
    color: black;

}
.dyna_map .red_contact {
    width: 100%;
    word-break: break-word;
    height: auto;
    display: block;
    font-size: 23px;
    border-radius: 10px;
    opacity: 0.75;
    text-align: center;
    background: #ff0000bd;
    color: #fff;
    padding: 20px;
    margin-top: 65px;
}
.dyna_map .red_contact p {
    border-bottom: 1px dashed #fff;
    padding: 18px 0;
}
.dyna_map .red_contact p:last-child {
    border: none;
}

.header .container, .cola_new_bg .container, .divide_txt .container, .perks .container, .vacancy .container, .p-4 .container {
    width: 90% !important;  max-width: 1500px;
}

.p-4 p {
    font-size: 17px;
    line-height: 26px;
}

.cola_new_bg p big {
    margin-top: 10px;
    display: block;
}

.dyna_map .common_heading {
    text-align: center;
}


.cv_form .common_heading {
    margin-bottom: 40px;
}
.cv_form  p {
    font-size: 20px;
}
.cv_form form {
    background: #f3352e;
    display: table;
    padding: 35px;
    border-radius: 10px;
    color: #fff;
    margin: 0 auto;
    max-width: 800px;
}
.cv_form form label {
    font-size: 18px;
    font-weight: 500;
}
.cv_form form .input-group-addon {
    border: none;
    background: #fff;
    border-right: 1px solid #f3eeee;
}
.cv_form form .form-control {
    height: 40px;
    border: none;
}
.cv_form form .btn.btn-default {
    border: none;
    font-weight: 600;
    font-size: 18px;
    padding: 13px 40px;
}
.frompage_top  iframe {
    margin-bottom: 15px;
}
.frompage_top p {
    font-size: 18px;
    margin: 0;
}

.video-button {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    background: #f00;
    width: 55px;
    margin: 0 auto;
    border-radius: 6px;
    height: 37px;
    line-height: 37px;
    padding: 4px 9px;
}
.video-overlay {
    position: relative;
}
.video-button svg{
color: #fff;
    font-size: 20px;
    width: 17px;cursor: pointer;
}
.video-overlay img {
    width: 100%;
}
.video-frame-box .fa.fa-close {
    position: absolute;
    right: -31px;
    font-size: 30px;
    cursor: pointer;
}
.video-frame-box {
    position: relative;
}

.video-frame-box #player{max-width:100% !important;}
@media (min-width:1366px) and (max-width:9000px) {
	
.fix_position .container {
    max-width: 85%;
    width: auto;
}	
	
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.navbar-brand>img {
    display: block;
    max-width: 100%;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
    max-width: 164px;
}

.navigation .navbar-nav > li a {
    color: #242c42;
    padding: 0px 10px;
}
section.p-4.dyna_map h2.common_heading {
    margin-bottom: 30px;
}
	.navigation .navbar-right {
    margin-top: 25px;
}
.navigation .navbar-nav > li {
    color: #242c42;
    font-family: oswald;
    font-size: 13px;
    text-transform: uppercase;
    border-right: 1px solid #e1e1e1;
}
.navbar-brand>img {
    display: block;
    max-width: 70%;
}
.cola_new_bg p {
    font-size: 15px;
    padding: 10px 0 15px;
}
.cola_new_bg h1 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
}
.cola_new_bg {
   
    padding: 35px 0;
    
}

.common_heading {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #f3352e;
    margin: 0;
}
.divide_txt p, .perks li {
    font-size: 16px;
    line-height: 24px;
}

.perks .common_heading {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.vacancy.vacancy-custom .job_thumb .apply_btn {
    color: #fff;
    background: #f3352e;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    right: 0;
}
.vacancy.vacancy-custom .job_thumb h4{ font-size:18px;}
.vacancy.vacancy-custom  .job_thumb p {
    font-size: 15px;
}
 .vacancy.vacancy-custom , .p-4.mission.mission-custom{
    padding: 20px 0;
}
	
}

.file-upload.file-upload-custom {
    display: block;
    text-align: center;
    font-size: 12px;
}
.file-upload.file-upload-custom  .file-select {
    display: block;
    border: 2px solid #DCE4EC;
    color: #34495E;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.file-upload.file-upload-custom .file-select-button {background: #DCE4EC;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px}
	
.file-upload.file-upload-custom	.file-select-name {line-height: 40px;
    display: inline-block;
    padding: 0 10px;}
	
.file-upload.file-upload-custom	input#file {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}
.job-colabar-ui {
    border: 1px solid #ddd;
    border-radius: 10px;
    /* padding: 20px 15px; */
}
.job-colabar-ui .perksTab {
    display: flex;
	height: 100%;
    min-height:225px;
}
.job-colabar-ui .perksSidebar {
    max-width: 35%;
    flex: 0 0 35%;
}
.job-colabar-ui .perksContent {
    max-width: 65%;
    flex: 0 0 65%;
}
.job-colabar-ui .perksTab ul li {
    /* border-bottom: 1px #ccc solid; */
    font-size: 12px;
    height: 40px;
    padding: 5px;
    border-top: 1px #ccc solid;cursor: pointer;
}
.job-colabar-ui .perksTab ul li:first-child {
    border-top: 0;
}
.job-colabar-ui .perksTab ul li.perksTabactive.desc_text {
    background: #F3352E;
    color: #fff;
}
.job-colabar-ui .perksContent {
    padding: 0px 10px;
    border-left: 1px #ccc solid;
}
.job-colabar-ui  .perksContent h3 {
    font-size: 15px;
    font-weight: 500;
}
.colabar-partner-demo ul li i {
    width: 30px;
    text-align: center;
    padding: 6px 6px;
    color: #fff;
}
.colabar-partner-demo ul { display: flex; margin: 0 -5px;margin-bottom: 15px;
    margin-top: 20px;}
.colabar-partner-demo ul li .fa-facebook {
    background: #295ABC;
}
.colabar-partner-demo ul li .fa-twitter {
    background: #69B5EF;
}
.colabar-partner-demo ul li .fa-linkedin {
    background: #0477B5;
}
.colabar-partner-demo ul li .fa-envelope {
    background: #7D7D7D;
}
.colabar-partner-demo ul li {
    padding: 0 5px;
}
.colabar-partner-demo  , .colabar-partner-resume , .job-video{
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 20px;
}
.colabar-partner-resume { margin-top: 20px;}
.colabar-partner-resume  ul {
    display: flex; margin-top: 15px;
    flex-direction: column;
}
.resume-content h6 {
    margin: 0; color: #000; font-size: 18px;
}
.resume-content p{color:#ce030b;}
.icon-resume i {
    color: #CE030B;
    font-size: 19px;
}
.colabar-partner-resume ul li .icon-resume {
    max-width: 30px;
    flex: 0 0 30px;
}
.colabar-partner-resume ul li{ display: flex;
    flex-direction: row;}
	
.video-frame-box.video-cola iframe { height:200px !important;}
.job-colabar-ui .perksContent-text img {
    width: 15px !important;
    height: 15px !important;
    margin-right: 8px;
}
.job-colabar-ui .perksContent-text.old-text .desc_text {
    font-size: 12px !important;
    color: #000 !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    font-family: Lato, sans-serif !important;
    text-align: left !important; margin: 4px 0;
}
.job-colabar-ui .perksContent-text.old-text {
    display: flex;
    flex-direction: row;
    padding: 4px 0;
}
.jobs_div.jobs_div_custom ol {
    margin-left: 15px;
    margin-top: 10px;
}
.job-posting-section:nth-child(1) {
    display: none;
}
.job-posting-section:only-child {
    display: block !important;
}
.dropdown-menu-list {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #dfdbdb;
   
    border: 0;
    border-radius: 3px;
  
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

li.menu:hover .dropdown-menu-list{ display: block;}
nav.navbar.navbar-inverse.navbar-static-top.navigation.colarbor-nav {
    z-index: 1;
}
li.menu i.fa.fa-sort-desc {
    vertical-align: top;
}
.dropdown-menu-list ul li { padding: 5px 0; text-transform: capitalize;}
h2.text-center.common_heading.mb-3 {
    margin-bottom: 35px;
}
.job-colabar-ui .perksTab {
  
    min-height: 240px;
}

.content-btn.content-btn-space{ margin-top: 15px;}
.content-colar .job-posting-section p:empty{ display: none;}
.job-posting-section p br {
    display: none;
}

a.custom-btn {
    position: absolute;
    right: 50px;
    bottom: 50px;
    background: #F3352E;
    z-index: 9999999;
    border: 2px #F3352E solid;
    padding: 10px;
    color: #fff;
    border-radius: 6px;
    padding: 10px 25px;
    text-decoration: none;
    font-size: 16px;
}
a.custom-btn:hover {
    color: #fff;
    text-decoration: none;
}
h2.text-center.common_heading.mb-3.nos-devision {
    color: blue;
    font-size: 42px !important;
}
.form-group.jobs_div.job-detail-opportunities.team-picture img {
    max-width: 100%;
    width: 100%;
}
@media (min-width:1600px){
.video-frame-box.video-cola iframe { height:400px !important;}
}

/* New Job Layout css*/
.job_searchbar.job_searchbar_designs {
    background: #f3352e;
    padding: 0px 0;
    position: relative;
      text-align: center; color:#fff;
}
.job_searchbar.job_searchbar_designs .main_searchbar {
    position: static;
    left: 0;
    right: 0;
    background: #f3352e;
    bottom: 5px;
    padding: 40px 0;
}
/* .main_div_search{ display: none;} */
.space-top{ margin-top: 10px;}
.row.row-first-last {
    display: flex;
    margin-bottom: 20px;
    justify-content: flex-end;
}
.row.row-first-last .css-1k0hmue-IconWrapper svg.search-icon{ fill:#f3352e;}
.row.row-first-last input{ border-radius: 6px;
    background: #fff; font-size: 14px;}
.job_searchbar.job_searchbar_designs .main_div {
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.job_searchbar.job_searchbar_designs .main_div  .form-control{background-color: transparent;
    border: 1px #fff solid;
    color: #fff;
    font-size: 14px;
    width: 100%;}
.job_searchbar.job_searchbar_designs .main_div  .btn.btn-primary.seearch-filter{ background-color: #fff;
    border: 1px #fff solid;
    color: #f3352e;
    margin-top: 30px;
   
    padding: 7px 30px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.job_searchbar.job_searchbar_designs .main_div .row{width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;}
    .row-first { margin-top: 20px;}
    .filter_job .accordion {
        order: 1px solid #ccc;
        float: left;
        width: 100%;
        padding: 15px;
        border-radius: 6px;
        margin-bottom: 25px;
        /* background: #DCE4EC; */
        box-shadow: 0 4px 2px #00000026;
    }
    .search-table .table {
        box-shadow: 0 4px 2px #00000026;
    }
    .search-table table tr th {
        background: #000;      
        color: #fff; border:0;
 padding-top: 10px; padding-bottom: 10px;    }
    .search-table table tr th:last-child{ width:30%;    border-radius: 0px 5px 5px 0px;
    } 
    ul.pagination {
        margin-bottom: 15px;
        text-align: right;
    }
    .paging-list{ text-align: right;}
    .search-table .pagination>li>a, .search-table .pagination>li>span {
        position: relative;
        float: left;
        padding: 4px 10px;
        line-height: 1.42857143;
        font-size: 14px;
        text-decoration: none;
        color: #000;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-left: -1px;
    }
    .row.row-first-last .col-sm-2 {
        margin-top: 4px;
    }
    .row.row-first-last .col-sm-2 .btn.btn-primary.seearch-filter{background-color: #f3352e;
        border: 1px #fff solid;
       }
     .search-table table tr th:first-child{ width:50%;     border-radius: 5px 0px 0px 5px;}
    .search-table table tr td:last-child{ width:30%; }
    .search-table .table {
      
        border-radius: 5px;background: #fff;
    }
    .row.row-first-last {
        margin-bottom: 20px;
    }
    .search-table {
        background: rgba(0,0,0,0.04);
        padding: 50px 20px;
        box-shadow: 0 8px 5px #00000026;
        padding-bottom: 10px; padding-top: 30px;
        border-radius: 4px;
    }

    .row.row-first-last {
        display: flex;
        margin-bottom: 20px;
        justify-content: flex-start;
    }
    .table-list-column-head .row .col-4 {
        max-width: 33.3%;
        display: flex;
        flex: 0 0 33.3%;
        background: #000;
        padding: 10px 10px;
        font-weight: bold;
        color: #fff;text-transform: uppercase;
    }
    .table-list-column-head .row {
        display: flex;
        flex-direction: row;
    }
    .table-list-column .row .col-4 {
        max-width: 33.3%;
        display: flex;
        flex: 0 0 33.3%;
       
        padding: 10px 10px;

        color: #000;
    }
    .table-list-column .row{display: flex;
        flex-direction: row;
        background: #fff;
        border-bottom: 1px #ccc solid;}
        .table-wrapper {
            margin: 0 13px;
        }
        .pagination li.page-item.active a {
            background: #f3352e;
        }
		.copyright.copyright-colbar {
    text-align: left;
}
ul.ft-list li {
    padding: 0 5px;
    color: #424242;
}

ul.ft-list li a {
    color: #797979;
}
ul.ft-list li:hover a , ul.ft-list li a:hover{ text-decoration: none;} 
ul.ft-list {
    display: flex;
    justify-content: flex-end;
}
.ft-link {
    color: #424242;
}
h2.text-center.common_heading.mb-3.nos-devision.color-black {
    color: #000 !important;    font-size: 32px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
.navigation .navbar-right {
    margin-top: 17px;
}
.navigation .navbar-nav > li {
  
    font-size: 12px;
   
}
}
@media (max-width:767px){
	.sidebar-offcanvas {
    position: fixed;
    
    padding-top: 30px;
    overflow-y: auto;
    height: 100%;
}
	.row.row-first-last {
          
            justify-content: flex-start;
        }
        .row.row-first-last .col-sm-12.col-md-8 {
            width: 100%;
        }
        .search-table table tr th {
            background: #000;
            color: #fff;
            border: 0;
            padding-top: 10px;
            padding-bottom: 10px;
            font-size: 14px;
            white-space: nowrap;
        }
          .table-list-column .row {
            display: flex;
            flex-direction: row;
            background: #fff;
            border-bottom: 1px #ccc solid;
            margin: 0;
        }
        .table-list-column-head .row {
            display: flex;
            flex-direction: row;
            margin: 0;
        }
        .table-list-column-head .row .col-4 {
            max-width: 33.3%;
            display: flex;
            flex: 0 0 33.3%;
            background: #000;
            padding: 10px 4px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            font-size: 12px;
        }
        .table-list-column .row .col-4 {
            max-width: 33.3%;
            display: flex;
            flex: 0 0 33.3%;
            padding: 10px 5px;
            color: #000;
            font-size: 12px;
            word-break: break-word;
        }
        .row.row-first-last {
          
            justify-content: flex-start;
        }
        .row.row-first-last .col-sm-12.col-md-8 {
            width: 100%;
        }
        .search-table table tr th {
            background: #000;
            color: #fff;
            border: 0;
            padding-top: 10px;
            padding-bottom: 10px;
            font-size: 14px;
            white-space: nowrap;
        }
        .search-table table tr td{  white-space: nowrap;}
        .table-wrapper {
            overflow: auto;
            width: 100%;
            margin: 0;
        }
        section.filter_job.filt .container {
            padding: 0;
        
      }
      .job_searchbar.job_searchbar_designs .main_searchbar h2 {
        font-size: 20px;
        margin: 0 10px;
    }
	
	.video-frame-box.video-cola iframe { height:auto !important;}
	a.custom-btn {
    position: absolute;
    right: 40px;
    bottom: 25px;
    background: #F3352E;
    z-index: 9999999;
    border: 2px #F3352E solid;
    padding: 10px;
    color: #fff;
    border-radius: 6px;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
}

	.perks {background-position: center;}
	section.p-4.video_info.video-order.desktop-video {
    display: none;
}
section.p-4.video_info.video-order.mobile-video {
	display:block;
}
	.video-frame-box iframe {
    height: auto;
}
	.common_heading {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #f3352e;
    margin: 0;
    margin-top: 20px;
	    margin-bottom: 20px;
}

.cv_form form{ padding:15px;}

.form-group.input-group-choose .input-group{ display:block;}
.active_offer h2{ font-size:20px;}
div#navbar {
    
    background: #fff;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 6%);
}
.navigation .navbar-nav > li {
    color: #242c42;
    font-family: oswald;
    font-size: 14px;
    text-transform: uppercase;
    border-right: 0;
    padding: 5px 0;
}
.header .container, .cola_new_bg .container, .divide_txt .container, .perks .container, .vacancy .container, .p-4 .container {
    width: 96% !important;
    max-width: 1500px;
}
.cola_new_bg {
   
   
    padding: 25px 0;    
    height: 400px;
}
.cola_new_bg h1 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
}
.cola_new_bg p {
    font-size: 13px;
    padding: 10px 0 15px;
}
.cola_new_bg button.btn.btn-lg.btn-success {
    background: #f3352e;
    border: none;
    padding: 10px 14px;
    font-size: 12px;
}
.cola_new_bg .input-group-addon i {
    font-size: 18px;
    color: #b1b1b1;
}
.cola_new_bg .form-control {
  
    height: 34px;
    padding: 6px 3px;
    font-size: 14px;}
	
	.cola_new_bg .input-group-addon {
    padding: 6px 7px;
    font-size: 7px;}
	
	.divide_txt p, .perks li {
    font-size: 15px;
    line-height: 22px;
}

.perks .common_heading {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 30px;
}

.perks li {
    position: relative;
    padding: 10px 0 10px 30px;
    border-bottom: 1px dashed #ccc;
    font-size: 15px;
}
.vacancy.vacancy-custom .job_thumb .apply_btn {
    color: #fff;
    background: #f3352e;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    right: 0;
}
.vacancy.vacancy-custom .job_thumb h4{ font-size:18px;}
.vacancy.vacancy-custom  .job_thumb p {
    font-size: 15px;
}
 .vacancy.vacancy-custom , .p-4.mission.mission-custom{
    padding: 20px 0;
}
.cola_bg {
    padding: 40px 0;
}
.font-icon-custom li i {
    margin-right: 2px;
}
.top_nav li {
    padding: 0 4px;
    font-size: 12px;
}
/*---------------------------Pop up CSS--------------------*/
.copy-video-url {
    float: left;
    width: 100%;
}	
.react-responsive-modal-modal {
    margin: 50px 0 0 !important;
}
.outer-video-frame {
    width: 100% !important;
    height: 350px !important;
}
.Video-actions button {
     width: 100%;
}
.careerfy-modal-title-box h2 {
    visibility: hidden;
}
.content_div h4 span.pull-right {
    float: left !important;width: 100%;
}
.jobs_div  .top_apply {
    margin: 15px 2px;
}
.jobs_div .apply_btn {
    font-size: 12px;
}
.content_div h4 {
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.map_div iframe,.cola_map .cola_video iframe {
    height: 280px;
}
.active_offer .btn-outline-light {
    margin-bottom: 10px;
}
.cola_offic .nav-tabs>li>a {
    padding: 5px;
}

.fix_position {
    position: static;
    padding: 15px 0;
}
.banner_map .gray_op,.banner_map .white_op {
    margin-bottom: 15px;
}
.banner_map span.vior {
    font-size: 15px;
    opacity: 1;
}
.slider_content p {
    line-height: 1.428571429;
    font-size: 14px;
}                    
.red_box {
    position: static !important;
}
@media (max-width: 767px){
section.p-4.dyna_map h2.common_heading {
    margin-bottom: 30px;
}
.vacancy.vacancy-custom .job_thumb h4 {
    word-break: break-word !important;
}
.jobs_div.jobs_div_custom {
    margin-top: 20px;
}
.content_div.content-colar {
    display: block;
    clear: both;
}
section.vacancy.vacancy-custom .col-xs-9 {
    width: 57%;
}
section.vacancy.vacancy-custom .col-xs-3 {
    width: 40%;
}
section.vacancy.vacancy-custom h2 {
    margin-left: 15px;
}
.vacancy.vacancy-custom, .p-4.mission.mission-custom {
    padding: 20px 0;
    padding-bottom: 0;
}
.vacancy.vacancy-custom .job_thumb:last-child {
    margin-bottom: 0;
}
.value_slider, .p-4 {
    padding: 20px 0;
}
.vacancy.vacancy-custom .job_thumb .apply_btn{ position:static;}
.dropdown-menu-list {min-width: 100%;}
section.frompage_top h2.common_heading {
    margin-top: 35px;

}


}

@media (max-width: 767px)
{
.common_heading{ text-align:center;}
.cola_new_bg a.custom-btn {
    position: relative !important;
    display: block;
    margin: 0 17px !important;
    margin-left: 55px !important;
    margin-top: 20px !important;
    max-width: 180px;}
}

