/*
Theme Name: Brandless
Theme URI: http:/www.brandless.pl
Author: Brandless
Author URI: http:/www.brandless.pl

*/


html {}
body {font-family: 'Poppins', Arial, sans-serif;font-size: 14px;line-height: 1.8em;}

.page-wrap {   background: #fff; }

.wpb_text_column {font-size: 16px;}


/* Generated by Fontie <http://fontie.pixelsvsbytes.com> */

@font-face {
    font-family:'B-Italic';
    src: url('fonts/B-Italic.eot');
	src: url('fonts/B-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/B-Italic.woff2') format('woff2'),
		url('fonts/B-Italic.woff') format('woff'),
		url('fonts/B-Italic.svg#B-Italic') format('svg');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-0219;
}


@font-face {
    font-family: 'B-Roman';
    src: url('fonts/B-Roman.eot');
    src: url('fonts/B-Roman.eot?#iefix') format('embedded-opentype'),
        url('fonts/B-Roman.woff2') format('woff2'),
        url('fonts/B-Roman.woff') format('woff'),
        url('fonts/B-Roman.ttf') format('truetype'),
        url('fonts/B-Roman.svg#B-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?16019969');
  src: url('fonts/fontello.eot?16019969#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff2?16019969') format('woff2'),
       url('fonts/fontello.woff?16019969') format('woff'),
       url('fonts/fontello.ttf?16019969') format('truetype'),
       url('fonts/fontello.svg?16019969#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?16019969#fontello') format('svg');
  }
}
*/
 
 .social-icon:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
b, strong {font-weight:600;}


.icon-fb:before { content: '\e801'; } .icon-gplus:before { content: '\e802'; } .icon-in:before { content: '\e803'; } .icon-tw:before { content: '\e804'; } 


.navbar-brand {
	margin:0px;
    float: left;
    height: 91px;
    padding: 20px 25px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand>img {width:180px;}

img {max-width:100%;height:auto;}

.basic-text {line-height: 2em;}


.whitebg {background:#fff;}
.whitebg .vc_column-inner {padding:0px!important;}
.text-padder {padding:30px;}

.italic-style {font-family:'B-Italic', 'Georgia', 'Times New Roman', serif;  font-style: italic;}
.roman-style {font-family:'B-Roman', 'Georgia', 'Times New Roman', serif;  font-style: normal;}

.increase {padding-left: 62px;position:relative;}
.increase:before {content:"";background: url('svg/excl.svg') no-repeat;position:absolute;width: 50px;height: 51px;background-size: 100%;margin-left: -62px;top: -6px;}

h1, h2, h3, h4 {font-family: 'Poppins', Arial, sans-serif;}

a:hover {    text-decoration: none; }

h2 {color: #1d2a41; }

.text-center {text-align: center;}
.counter {font-size: 72px;  color:#aaaaaa;  font-family:'B-Roman', 'Georgia', 'Times New Roman', serif; }
.counter:before {content:"";background: url('svg/patient.svg') no-repeat;display: inline-block;width: 60px;height: 60px;background-size: 100%;vertical-align: middle;margin-right: 10px;}
.counter-text {font-size:16px; color:#1d2534;}

.ease, .ease:before, .ease:after, .ease a, .ease a:before , .ease a:after {
    -webkit-transition: all 0.500s cubic-bezier(.10, .10, .25, .90);
    -moz-transition: all 0.500s cubic-bezier(.10, .10, .25, .90);
    transition: all 0.500s cubic-bezier(.10, .10, .25, .90);
}

.graymail, .grayphone {color: #0b1119; font-size:20px;padding:5px; display:block;}
.graymail:hover, .grayphone:hover {text-decoration:none;}
.grayphone:before {content:"";  font-family: FontAwesome;   content: "\f095";color: #cfcfcf; margin-right:10px;}
.graymail:before {content:"";  font-family: FontAwesome;  content: "\f0e0"; color: #cfcfcf;  margin-right:10px;}


header {
	background: url('img/slider.jpg') no-repeat;
	background-size: cover;
	min-height: 600px;
	overflow: hidden;
}

.header-short {min-height:initial;}

.white-text {color:#fff;}


.button-rounded {font-size:0.9em;letter-spacing:2px;color: #fff;padding: 6px 15px;border: 2px solid #fff;text-transform: uppercase;border-radius:50px;line-height: 1.4em;}
.button-rounded:visited, button-rounded:focus {color: #fff; text-decoration:none!important;} 

.button-rounded:hover {color:#fff;background: #fb5989;border-color: #fb5989;text-decoration:none;}

.nav>li>a:focus, .nav>li>a:hover {background:transparent;}

.navbar {
	top: -100px;
	position: initial;
}


.navbar-nav  {
    padding: 0px 0px;
    list-style:  none;
}

.navbar-nav  li {
    padding: 22px 22px;
    /* float: right; */
}

.navbar-nav  li a {
	color: #fff;
	text-shadow: none;
	padding: 7px 0px;
}
.navbar-nav  li a:after {
	height:3px;
	width: 0%;
	position:absolute;
	content:"";
	background: transparent;
	left:0pc;
	bottom:-4px;
}

/*
.navbar-nav  li a:hover {
	color: #ffffff;
	text-decoration: none;
	background:transparent;
	border-bottom: 3px solid #0396ff;
}
*/
.navbar-nav  li a:hover:after {background:#0396ff;width:100%}

.navbar-nav ul li a:focus,.navbar-nav ul li a:active {background:transparent; border:0px; box-shadow:none;}

.navbar-nav .facebook-top, .navbar-nav .twitter-top {}
.navbar-nav .facebook-top a, .navbar-nav .twitter-top a {color: transparent; width:15px;}

.navbar-nav .facebook-top a:before {/* position:absolute; */font-family: "fontello";content: '\e801';width: 40px;height: 40px;/* margin-top: -2px; */font-size: 36px;top: 8px;left: 0px;z-index: 2;color: #20c8e4;}
.navbar-nav .facebook-top a:hover:before { color:#fff; } 
.navbar-nav .facebook-top a:hover {color:transparent; border:0;}
.navbar-nav .twitter-top a {text-indent: 0;/* position: relative; */color: transparent;}
.navbar-nav .twitter-top a:before {/* position:absolute; */font-family: "fontello";content: '\e804';width: 40px;height: 40px;/* margin-top: -2px; */font-size: 36px;top: 8px;left: 0px;z-index: 2;color: #f85d8b;}
.navbar-nav .twitter-top a:hover:before {color:#fff; } 
.navbar-nav .twitter-top a:hover {color:transparent;border:0; }


.slider {color:#fff;text-align:left;line-height: 2;position:relative;padding-top: 30px;}
.slider .intro {padding-top: 55px;text-transform: uppercase;font-size: 44px;}
.slider .intro-sub {
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 65px;
    font-weight:400;
    color: #fff;
}

.slider .arrow-big {}
.slider .arrow-big img {width:100%;margin-bottom: -36px;}

.slider .slider-buttons {
    margin: 0px;
    padding: 0px;
}
.slider .slider-buttons li {padding: 10px 0px;display: inline-block; margin-bottom:10px;}
.slider .slider-buttons li:first-child {margin-right:20px;}
.slider .slider-buttons li a {overflow: hidden;position:relative;height:60px;display: block;padding: 15px 90px 15px 30px;border: 2px solid #fff;color: #fff;}
.slider .slider-buttons li a:before {    
    background: url('svg/arrow.svg') #0698fc no-repeat;
    background-position: center;text-align:center;display:block;line-height:30px;font-size:50px;padding:20px;position:absolute;top:-2px;width:60px;content:"";height:60px;right:-2px;background-size: 22%;
}
.slider .slider-buttons li a:hover {background: #0698fc;color: #ffffff;text-decoration:none;border-color: #0698fc;padding: 15px 30px 15px 90px;}
.slider .slider-buttons li a:hover:before {right:-100%;  }
.slider .slider-buttons li a:after {    
    background: url('svg/arrow.svg') transparent no-repeat;
    background-position: center;text-align:center;display:block;line-height:30px;font-size:50px;padding:20px;position:absolute;top:-2px;width:60px;content:"";height:60px;left:-100%;background-size: 22%;
}
.slider .slider-buttons li a:hover:after {    
	left:-2px;
}

/* Burger Menu */

 
.burger {display:none;}

.burger {
    padding: 20px;
    font-size: 20px;
    margin-top: -50px;
    opacity:0;
    position: absolute;
    cursor: pointer;
    right: 10px;
}
.burger span {
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    position: absolute;
    left: 0;
}
.burger span > span {
    width: 23px;
    display: block;
    height: 3px;
    background: #ffffff;
    margin: 5px;
    border-radius: 1px;
    margin: 0px;
}

.burger span > span:nth-child(1) {
    top:-6px;

}

.burger span > span:nth-child(3) {
    top: 6px;
}

.burger span > span:nth-child(2) {


}


.burger:hover span > span:nth-child(1) {
    /* transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    -webkit-transform: rotate(43deg);
    -o-transform: rotate(43deg); */
    top:-8px;

}

.burger:hover span > span:nth-child(3) {
    /* transform: rotate(-43deg);
     -ms-transform: rotate(-43deg);
     -webkit-transform: rotate(-43deg);
     -o-transform: rotate(-43deg); */
    top:9px;


}


.cross span > span:nth-child(1) {
    transform: rotate(43deg)!important;
    -ms-transform: rotate(43deg)!important;
    -webkit-transform: rotate(43deg)!important;
    -o-transform: rotate(43deg)!important;
    top:0px!important;

}

.cross span > span:nth-child(3) {
    transform: rotate(-43deg)!important;
    -ms-transform: rotate(-43deg)!important;
    -webkit-transform: rotate(-43deg)!important;
    -o-transform: rotate(-43deg)!important;
    top:0px!important;


}

.cross span > span:nth-child(2) {
    width:0px!important;

}

.cross:hover span > span:nth-child(1) {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    top:-8px;

}

.cross:hover span > span:nth-child(3) {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    top:9px;


}

.cross:hover span > span:nth-child(2) {width:23px;}

.wpb_wrapper ul {padding-top: 15px;padding-left: 0px;padding-bottom: 20px;}
.wpb_wrapper ul li {list-style: none;position: relative;margin-bottom: 15px;/* width:  max-content; */padding-left: 32px;}
.wpb_wrapper ul li:before {
	content:"";
	width: 12px;
	height: 12px;
	margin-left: 4px;
	vertical-align: middle;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	border: solid #0396ff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	margin-right: 15px;
	position: absolute;
	left: 0px;
	top: 5px;
}



.professions ul {margin:0px; padding:0px;}

.professions ul li {list-style: none;position: relative;margin-bottom: 15px;width:  max-content;}
.professions ul li:before {display:none;}
.professions ul li:after, .mybutton:after {
	content:"";
	width: 12px;
	height: 12px;
	margin-left: 10px;
	vertical-align: middle;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	border: solid #0396ff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}

.professions ul li a {color:#484848; font-size:1.2em;}
.professions ul li:hover:after, .mybutton:hover:after {
    margin-left: 13px;
}


.SCseparator {width:60px!important; height:10px!important;}

.pink {color:#fb5989!important;}

.inframe {border:2px solid #fff; padding:15px;}
.inframe span {color:#20c8e4;}


.grayform label {max-width:100%;width: 100%;}

.grayform input, form textarea {font-size: 1.1em;font-weight:400;background:#f4f4f4;padding:10px;border: 1px solid #ccc;border-radius:2px;width: 100%;}
.grayform input {max-width:100%;/* width: 100%; */}
.grayform textarea {max-width:100%;min-height: 140px;}

.grayform input[type=submit] {font-size:0.9em;letter-spacing:2px;color: #1e2b41;padding: 9px 15px 8px;border: 2px solid #cccccc;text-transform: uppercase;border-radius:50px;line-height: 1.6em;background: transparent;font-weight: 600;margin-top: 15px;width: auto;}
.grayform input[type=submit]:visited, button-rounded:focus {color: #fff; text-decoration:none!important;} 
.grayform input[type=submit]:hover {color:#fff;background: #fb5989;border-color: #fb5989;text-decoration:none;}



footer {line-height:2em;bottom:0px;width:100%;z-index:-1;background: #e3e3e3;color:#23252c;background-size: cover;padding-top:60px;padding-bottom:10px;}
footer a {color: #23252c; text-decoration:none;}
footer .footer-block {padding-bottom: 60px;}
footer .footer-logo {display:block;padding-bottom:10px;margin-bottom: 10px;}
footer .footer-phone { color:#fff;}

footer h3 {
    font-size: 1.1em;
    font-weight: 600;
}

footer ul {margin:0px; padding:0px;}
footer ul li:after {
  -webkit-transition: all 0.500s cubic-bezier(.10, .10, .25, .90);
  -moz-transition: all 0.500s cubic-bezier(.10, .10, .25, .90);
transition: all 0.500s cubic-bezier(.10, .10, .25, .90);
}
footer ul li a {}
footer ul li {list-style: none;position: relative;margin-bottom: 10px;width:  max-content;}
footer ul  li:before {display:none;}
footer ul li:after {
	content:"";
	width: 12px;
	height: 12px;
	margin-left: 10px;
	vertical-align: middle;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	border: solid #b6b6b6;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}

footer ul li:hover:after {
    margin-left: 13px;
}


footer .footer-phone:hover { color:#aaa;}
footer .blue-mail {color:#20c8e4;}
footer .pink-mail {color:#fb5989;}

.social {float:right;}
.social li {display:inline-block;}
.social li:after {display:none;}
.footer-fb:before {/* position:absolute; */font-family: "fontello";content: '\E810';width: 40px;height: 40px;/* margin-top: -2px; */font-size: 36px;top: 8px;left: 0px;z-index: 2;color: #23252c;}
.footer-fb:hover:before { color:#fff; } 
.footer-fb:hover {color:transparent; border:0;}
.footer-fb, .footer-in {text-indent: 0;/* position: relative; */color: transparent;}
.footer-in:before {/* position:absolute; */font-family: "fontello";content: '\E80F';width: 40px;height: 40px;/* margin-top: -2px; */font-size: 36px;top: 8px;left: 0px;z-index: 2;color: #23252c;}
.footer-in:hover:before {color:#fff; } 
.footer-in:hover {color:transparent;border:0; }
.footer-fb:focus, .footer-in:focus {color:transparent;}

.copyright {text-align:center; width:100%; padding-top:10px;}

.fixed {position:fixed;width: 100%;background: #0e1521f7;z-index: 1000;top: 0px;}


.mybutton {}
.button-blue {color:#0697fb;} 

.bigbluetitle {margin-bottom:20px;}
.slimbluetitle {font-weight:300;}
.wpb_content_element {margin-bottom:20px;}

.white-text {color:#ffffff;}
.dark-text {color:#151023;}

.vc_gitem-animated-block {display:none;}
body .vc_gitem-zone {background: transparent!important;border:2px solid #e5e5e5;border-radius:4px;}
.vc_gitem-zone h4 {color:#fb5989;font-size: 22px;}
.vc_gitem-zone .mylink a {font-size:0.9em;letter-spacing: 1px;color: #20c8e4;padding: 7px 11px 5px;border: 2px solid #20c8e4;text-transform: uppercase;border-radius:50px;line-height: 1.6em;background: transparent;font-weight: 600;margin-top: 0px;width: auto;display: inline-block;}
.vc_gitem-zone .mylink a:hover {text-decoration: none;color: #fff;background: #20c8e4;}

.vc_gitem_row .vc_gitem-col {padding:20px 20px!important; border-radius:5px}
.vc_gitem-zone .vc_gitem-post-data-source-post_date {color:#b2b2b2;}
  
.single {/* padding-top:20px; */}  
.pagetitle {color:#0697fb; margin-bottom:20px;}

.menu-container {
    float: right;
    width: 70%;
    padding-top: 10px;
}
.primary-menu {border-bottom: 2px solid rgba(255, 255, 255, 0.24);width: 100%;display: flex;justify-content: right;}
.secondary-menu {
    display: flex;
    justify-content: right;
    width: 100%;
}

.language-switcher {
    /* display: inline-block; */
    float: right;
    margin-top: 26px;
    margin-bottom: 80px;
    /* display: none; */
}
.language-switcher ul {padding: 0px;margin-left: 40px;margin-bottom: 0px;display: inline-table;}
.language-switcher ul li {
    display: inline-block;
}
.language-switcher ul li a {
    padding: 5px 10px;
    background: #0396ff;
    color: #fff;
    text-decoration: none;
}

.language-switcher ul li a.current {
 
    background: #1677bc;
    color: #fff;
    text-decoration: none;
}


.language-switcher ul li a:hover {
 
    background: #1677bc;
    color: #ccc;
    text-decoration: none;
}



.grayform p {
    /* text-align:center; */
}

.grayform label {
    max-width: 100%;
    width: 100%;
}

.grayform input, form textarea {
    font-size: 15px;
    font-weight: 400;
    background: #fff;
    padding: 14px 20px;
    border: 0px;
    border-radius: 2px;
    width: 100%;
    border: 2px solid #e3e3e3;
}

.grayform input {
    max-width: 100%;
    /* width: 100%; */
    margin-bottom: 10px!important;
    /* background: #fff; */
}



input[type=file]::file-selector-button, input::-webkit-file-upload-button {
  border: 2px solid transparent;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: transparent;
  transition: 0.4s;
    color:#919191;
    font-weight:400;
}

input[type=file]::file-selector-button:hover {
  background-color: transparent;
    border: 2px solid transparent;

}
input[type=file]:hover {border-color:var(--primary-color);}

.grayform textarea {
    max-width: 100%;
    min-height: 140px;
}

.grayform input[type=submit] {
    font-size: 0.9em;
    letter-spacing: 2px;
    color: var(--primary-color);
    padding: 9px 45px 8px;
    border: 0px;
    text-transform: uppercase;
    border-radius: 0px;
    line-height: 1.6em;
    border: 3px solid #0497fb;
    font-weight: 600;
    margin-top: 15px;
    width: auto;
    display: inline-block;
    /* margin-left: 15px; */
    float: none;
    /* box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.16); */
    color: #0497fb;
}

.grayform input[type=submit]:visited, button-rounded:focus {
    color: #fff;
    text-decoration: none!important;
}

.grayform input[type=submit]:hover {
    color: #090e1a;
    background: var(--primary-color);
    border-color: var(--primary-color);
    text-decoration: none;
}
.grayform  .wpcf7-quiz { }
.grayform  .wpcf7-quiz-label {font-weight:400;}

.grayform .row {margin-bottom: 20px;}

strong {font-weight:500;}

.padder {padding: 0px 20px 20px 20px;}












.jobs-list {
    padding: 0px 0px 50px;
    /* background: rgb(252, 251, 251); */
    margin-bottom: 50px;
}

.job-box {
    width: 100%;
    /* padding: 20px; */
    margin-bottom: 30px;
}

.job-box-inner {
    background: rgb(255, 255, 255);
    padding: 30px;
    text-align: left;
    /* border: 1px solid #666; */
    position: relative;
    box-shadow: 1px 1px 30px #c8ccd4, 1px 1px 3px #c8ccd4;
    border-radius: 20px;
}

.job-box-inner h3 {
	margin-top:10px;
	max-width: 82%;
	line-height: 3.4rem;
}

.job-box-inner a {
    font-weight: 555;
    margin-right: 18px;
    color: #fff;
    font-weight: 400;
    border: 1px solid #ffffff00;
    padding: 10px 20px;
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 30px;
    transition:0.4s;
    background: #0497fb;
    border-radius: 50px;
    min-width: 100px;
    text-align: center;
}

.job-box-inner a:hover {
    transform:scale(1.05);
    color:#ccc
}

.job-box-inner h4 {
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 2.3rem;
    display: flex;
    align-items: center;
}

.job-box-inner .job-date {
    color: #7a7a7a;;
}

.job-box-inner .job-date span {
    color: #3c3c3c;
}


.job-city {
    position: relative;
    font-weight: 500;
    margin-top: 10px;
    font-size: 17px;
    vertical-align: middle;
    /* position: relative; */
    padding-left: 20px;
    color: #7a7a7a;
    font-weight: 300;
}
.job-city:before {
    background: url(svg/pin.svg) transparent no-repeat;
    background-position: center;
    text-align: center;
    display: block;
    line-height: 22px;
    font-size: 20px;
    padding: 0px;
    position: absolute;
    top: 0px;
    width: 19px;
    content: "";
    height: 24px;
    left: -5px;
    background-size: 100%;
}

.job-box-inner .number:after {
  position:absolute;
  content:"";
  width:1px;
  height: 140%;
  background:var(--secondary-color);
  top:60px;
  left:15px;
}

.job-box-data {padding-left: 51px;width: 70%;}

.job-box-inner .job-icon {
    padding-right: 20px;
}

.job-box-inner .job-icon img {
    min-width: 60px;
    width: 60px;
}

.jobs-grid {
    text-align: center;
    display: flex;
    /* margin: 0px -10px; */
    flex-wrap: wrap;
}

.jobs-title {
    text-transform: initial;
    margin-bottom: 20px;
    line-height: 2.4rem;
    font-size: 1.8rem;
    font-weight: 700;
}

.jobs-title span {
    font-weight: 700;
}

.job-spec {
    margin-bottom: 10px;
}

.job-field {
    display: flex;
    font-size: 0.95rem;
}

.job-field div {
    padding: 7px 0px;
}

.job-field div:first-child {
    width: 30%;
}

.job-field div:last-child {
    padding-left: 40px;
    width: 70%;
}

.job-field div:last-child span {
    font-weight: 600;
}

.job-box .check {
    right: 0px;
}   

.page-job h1 {font-size: 4rem;font-weight: 600;text-transform:inherit;line-height: 4.5rem;margin-bottom: 20px;}

.job-data {margin-bottom:50px;/* margin-top: 20px; */}
.job-data-inner {display:flex;}

.job-data-inner .job-data-left {width:60%;padding-right: 20px;}
.job-data-inner .job-data-right {width:40%;/* align-items: center; */justify-content: center;display: flex;}
.job-data-inner .job-data-right .job-data-right-frame {max-width:350px;height:400px;padding:50px;border: 1px solid #d2d1d1;}

.job-data-inner .job-data-right a {
    font-weight: 555;
    margin-right: 18px;
    color: #fff;
    font-weight: 400;
    border: 1px solid #ffffff00;
    padding: 10px 30px;
    display: inline-block;
    top: 60px;
    right: 30px;
    transition:0.4s;
	background:#0798fc;
}

.job-data-inner .job-data-right a:hover {
    transform:scale(1.05);
    	background:#0798fc;
	color:#ccc;
}
    
.job-data-inner .job-data-right .job-data-right-frame img {width:200px; margin-bottom:30px;}
.job-data-inner .job-data-right .job-data-right-frame span {font-weight:700}
.job-data-left-inner > div {margin-bottom:40px;}
.job-why {margin-bottom:70px;}

.job-icons {display:flex;flex-wrap: wrap;margin: 20px -10px;}
.job-icons > div {width: 239px;padding: 10px;height: 239px;justify-content: center;display: flex;align-items: center;}
.job-icons > div > div {
    border:1px solid var(--secondary-color);
    padding:10px;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.job-icons > div > div >div {/* padding: 10px; */text-align:center;}
.job-data-left h4 {margin-bottom: 16px;/* font-weight: 300; */font-size: 1.6rem;line-height: 2.2rem;}
.job-data-content {margin-bottom:40px;}

.job-data-inner .job-data-left ul {
    margin: 0px;
    padding: 0px;
}
.job-data-inner .job-data-left ul li {
    padding-bottom: 10px;
    padding-left:30px;
    position:relative;
}

.job-data-inner .job-data-left ul li::marker {display:none;visibility: hidden;font-size: 0;}

.job-data-inner .job-data-left ul li:before {
    content:"";
    width:10px;
    height:1px;
    background:#666;
    position:absolute;
    left:0px;
    top:11px;
}




.error-404  {padding: 100px 0px }
.page-job {padding-top:30px;}
.job-data-left-inner {margin-top:10px;}

.boxes-front {padding:10px!important;}
.boxes-front >div { min-height:300px;}