@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900');
/*@import url("responsive.css");*/

* {
  padding: 0;
  margin: 0;
}

body {
  background: #fff;
  color: #222;
  font-size: 15px;
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased
}



@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

a {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
}

strong {
  font-weight: 500;
}

h1 {
  font-size: 36px;
  font-weight: 700;
  color: #222;
}

h2 {
  font-size: 26px;
  font-weight: 500;
}

p {
  line-height: 24px;
  margin: 10px 0 20px 0;
}

a {
  text-decoration: none;
  color: #2363af;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #ff9c00;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn {
  white-space: normal;
  cursor: pointer;
}

.btn:focus,
.btn:active {
  outline: inherit;
}

textarea:focus,
input:focus {
  color: #ffffff;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.theme-color {
  background: #468fe2;
}

/********************************************/

.top-bar {
  background: #016cbe;
  color: #fff;
  padding: 2px 0 2px 0;
  border-bottom: 1px solid #cb8214;
}

.top-bar ul li a {
  color: #fff;
}

.top-bar ul li a:hover {
  color: #ffc600;
}

.top-bar li:not(:first-child)::before {
  content: '|';
  position: absolute;
  margin-top: 7px;
}

.text-top-left {
  font-size: 14px;
  padding: 10px 5px;
}

.top-bar-2 {
  background: #fff;
  color: #000;
  font-weight: 600;
  padding: 6px 0 0 0;
}

.top-bar-2 ul li a {
  color: #000;
  font-weight: 400;
}

.top-bar-2 ul li a:hover {
  color: #f89f1f;
}

.top-bar-2 li:not(:first-child)::before {
  content: '|';
  position: absolute;
  margin-top: 7px;
  color: #000;
}

.top-bar-2-text-right {
  font-weight: 400;
  position: absolute;
  margin-top: 30px;
  color: #f89f1f;
}

.search-bar {
  background: #ededed url('/assets/images/staff/dropdown-bg-repeat.png') repeat-x;
  padding: 0 0 0 5px;
  border-bottom: 1px solid #e6e6e6;
}

.dropdown-toppage {
  margin-top: 10px;
}

.dropdown-toppage>form>select.form-control:not([size]):not([multiple]) {
  height: calc(2rem + 2px);
  font-size: 14px;
  font-weight: 600;
  max-width: 160px;
  margin: 10px 8px 0 0;
}

select.form-control:focus {
  outline: none;
}

.search-left {
  width: 17%;
  float: left;
  background: #fff;
  border-top: 5px solid #046bb9;
  padding: 12px 15px;
}

.search-middle {
  width: 74%;
  float: left;
  margin-left: 15px;
}

.search-right {
  width: 7%;
  float: right;
}

.btn-search {
  font-size: 12px;
  background: #016cbe;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
  padding: 6px 24px;
  margin: 22px 0 0 0;
  float: right;
  border-bottom: 1px solid #ffa200;
}

.btn-search a {
  color: #fff;
}

.btn-search a:hover {
  color: #a7fa83;
}

.hero-bg {
  background: #7ada50 url('/assets/images/staff/hero-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 380px;
}

.hero-container {
  margin-top: 45px;
}

.hero-container h1 {
  font-size: 61px;
}

.hero-container h1 span.hero-text-first {
  margin-left: 80px;
}

.hero-container h1 span.hero-text-lg {
  font-size: 89px;
}

.hero-container h1 span.hero-text-sm {
  font-size: 40px;
}

.hero-container h1:before {
  content: url(/assets/images/staff/img-zero.png);
  position: absolute;
  margin: 0;
}

.btn-hero a {
  font-size: 24px;
  background: #ffa200;
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  padding: 8px 80px;
  display: block;
  margin: 20px 0 0 60px;
  border-bottom: 2px solid #ae8503;
  text-shadow: 0 1px 0 #444;
}

/*--------Main Menu---------*/

.header-area {
  padding: 8px 0 6px 0;
}

.navbar-brand {
  padding: 0;
}

.main-menu li {
  display: inline-block;
}

.main-menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin: 0 29px;
  color: #000;
}

.main-menu li a:hover,
.main-menu li a:focus,
.main-menu li a:active,
.user li a:hover,
.user li a:focus {
  background: transparent;
  color: #016cbe;
  /*background: #fffeb1;*/
  border-radius: 4px;
}

.main-menu li:before {
  content: url(/assets/images/staff/main-menu-separetor.png);
  position: absolute;
  margin-top: 8px;
  /*margin-left: 100px;*/
}

.main-menu li:last-child:after {
  content: url(/assets/images/staff/main-menu-separetor.png);
  margin-top: 8px;
  /*margin-left: 100px;*/
}


.navbar-toggler:foucs {
  outline: none;
}

/*---------Service Area---------*/



.title-logo {
  width: 21%;
}

.title-text {
  position: absolute;
  margin: 7px 0 0 15px;
}

/*
.service-container{
  background: url('/assets/images/staff/service-bg.png');
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px;
  background-size: 100% 100%;
}
*/

.service-single {
  position: relative;
  box-shadow: 0 3px 4px #888888;
  margin-top: 30px;
}

.service-content img {
  position: absolute;
  height: auto;
}

.service-bg {
  width: 100%;
}

.service-content {
  position: absolute;
  top: 0;
  margin: 20px 20px;
  color: #fff;
}

.service-icon {
  margin-top: -5px;
}

.service-content h1 {
  font-size: 30px;
  margin-left: 60px;
  color: #fff;
}

.service-content p {
  font-size: 16px;
  margin-top: 30px;
}

.service-single .btn-service {
  position: absolute;
  padding: 5px 30px;
  font-weight: 600;
  color: #016cbe;
  right: 25px;
  bottom: 25px;
  border: 1px solid #1f8bcb;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 41%, #eeeeee 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 41%, #eeeeee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 41%, #eeeeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  /* IE6-9 */
  box-shadow: 0 3px 4px #888888;
}

/*---------Chart Area---------*/

.sub-title-area {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #bae2ff 12%, #9fd7ff 23%, #9fd7ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #bae2ff 12%, #9fd7ff 23%, #9fd7ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #bae2ff 12%, #9fd7ff 23%, #9fd7ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#9fd7ff', GradientType=1);
  /* IE6-9 */
}

.sub-title-img {
  margin-top: -10px;
}

.sub-title-area h3 {
  font-size: 18px;
  padding: 3px 0 10px 10px;
  color: #fff;
  text-shadow: 0 1px 0 #444;
}

.chart-area {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 20px;
}

.chart-area h3 {
  font-size: 20px;
}

.country-title {
  border: 1px solid #ccc;
  padding: 6px 0 12px 20px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 41%, #f1f1f1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 41%, #f1f1f1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 41%, #f1f1f1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
  /* IE6-9 */
}

.icon-flag {
  margin-top: 5px;
}

.country-area h3 {
  font-size: 20px;
  color: #016cbe;
  margin: 3px 0 0 10px;
  position: absolute;
}

.country-area h3:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 36px;
  margin: -4px 0 0 -68px;
  background: #4ea9ea;
}

.btn-country {
  position: absolute;
  right: 10px;
}

.usibility-content {
  border-left: 1px dotted #444;
}

.usibility-title h3 {
  color: #016cbe;
  font-size: 20px;
  margin-top: 10px;
}

/*---------Media Area---------*/

.media-icon {
  margin: 0 0 10px 0;
}

.media-area {
  background: #f5f5f5;
  border: 1px solid #ccc;
  padding: 20px 20px 0 20px;
  border-radius: 20px;
}

.media-area h2 {
  color: #016cbe;
}

.media-area p {
  margin-left: 15px;
}

.media-bottom {
  padding: 20px 0;
  border-top: 1px dotted #444;
}

.school-guide {
  font-size: 20px;
  color: #016cbe;
  margin-left: 10px;
}

/*---------News Area---------*/

.news-title {
  border-bottom: 1px dotted #444;
  padding-bottom: 20px;
}

.news-title h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 0 20px;
}

.news-title h2:before {
  content: url(/assets/images/staff/releted-service-before.png);
  position: absolute;
  margin: -6px 0 0 -20px;
}

.news-content {
  border-bottom: 1px dotted #444;
  padding: 15px 0;
}

.news-date {
  min-width: 130px;
}

.news-content a {
  font-size: 17px;
  font-weight: 500;
}

.question {
  background: #026cbe;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 50% 50%;
}

.q-text {
  margin-left: -20px;
}

.answer {
  background: #ff7800;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 50% 50%;
}

.col-container {
  display: table;
  width: 100%;
}

.col-ans {
  display: table-cell;
  text-align: left;
}

/*---------Related Services---------*/

.related-service-title h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 0 35px;
}

.related-service-title h2:before {
  content: url(/assets/images/staff/releted-service-before.png);
  position: absolute;
  margin: -6px 0 0 -20px;
}

.related-banners img {
  border: 1px solid #ccc;
  width: 100%;
}

.related-banners a {
  width: 20%;
  display: block;
  float: left;
  padding-right: 5px;
}

/*---------Footer---------*/

.footer-upper {
  margin-top: 80px;
}

.footer-con {
  background: #016cbe;
  color: fff;
}

.footer-con .footer-bullet h2, .footer-con .footer-bullet-less h2 {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.footer-title-1 h2:before {
  content: url(/assets/images/staff/bullet-arrow.png);
  position: absolute;
  margin: -5px 0 0 -10px;
}

.footer-bullet ul li {
  /*list-style-type: circle;*/
  list-style-image: url('/assets/images/staff/bullet-arrow.png');
  list-style-position: inside;
}

.footer-bullet-less ul li {
  list-style-position: inside;
}

.footer-bullet ul li a, .footer-bullet-less ul li a {
  font-size: 12px;
  color: #fff;
}

.footer-bullet ul li a:hover, .footer-bullet-less ul li a:hover {
  color: #ff9c00;
  text-decoration: underline;
}



.copyright {
  font-size: 15px;
  font-weight: 200;
  background: #0d5c99;
  color: #fff;
}

.copyright a:hover {
  color: #dff76d;
}

/*Responsive*/

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {

  .top-bar ul li a {
    margin-top: 0;
    padding: 8px;
    font-size: 16px;
  }

  .main-menu li a {
    margin: 0 16px;
  }

  .hero-bg {
    background: #7ada50 url('/assets/images/staff/hero-bg-res-01.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 380px;
  }

  .hero-container {
    margin-top: 50px;
  }

  .hero-container h1 {
    font-size: 50px;
  }

  .hero-container h1 span.hero-text-lg {
    font-size: 80px;
  }

  .hero-container h1:before {
    content: url(/assets/images/staff/img-zero.png);
    position: absolute;
    margin: 0;
  }

  .btn-hero a {
    margin: 15px 0 0 30px;
  }

  .dropdown-toppage > form > select.form-control:not([size]):not([multiple]) {
    font-size: 14px;
    max-width: 130px;
    margin: 10px 8px 0 0;
  }

  .search-left {
    width: 20%;
    float: left;
    padding: 14px 15px;
  }

  .search-middle {
    width: 75%;
    float: left;
    margin-left: 10px;
    margin-top: 0;
  }

  .search-right {
    width: 8%;
    float: right;
  }

  .btn-search {
    padding: 6px 12px;
    margin: -30px 0 0 0;
  }

  .title-text {
    position: absolute;
    margin: 4px 0 0 15px;
  }

  .service-icon {
    margin-top: -10px;
  }

  .service-content h1 {
    color: #fff;
    font-size: 23px;
  }

  .service-content p {
    margin-top: 25px;
    font-size: 12px;
    line-height: 18px;
  }

  .sub-title-area h3 {
    padding: 5px 0 0 10px;
  }
}


/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {

  .header-area {
    padding: 15px 0 0 0;
  }

  .top-bar ul li a {
    margin-top: 10px;
    padding: 0 8px;
    font-size: 13px;
  }

  .text-top-right {
    margin: -14px 0 5px 0;
  }

  .top-bar-2 ul li a {
    margin-top: 15px;
    padding: 0 8px;
    font-size: 14px;
  }

  .top-bar-2 li:not(:first-child)::before {
    margin-top: 13px;
  }

  .top-bar-2-text-right {
    margin-top: 40px;
  }

  .main-menu li:before {
    content: none !important;
  }

  .main-menu li:last-child:after {
    content: none !important;
  }

  .main-menu li a {
    font-size: 14px;
    margin: 0 10px;
  }

  

  .navbar-toggler:focus {
    outline: none;
  }

  .hero-bg {
    background: #7ada50 url('/assets/images/staff/hero-bg-res-02.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 380px;
  }

  .hero-container {
    margin-top: 55px;
  }

  .hero-container h1 {
    font-size: 40px;
  }

  .hero-container h1 span.hero-text-lg {
    font-size: 80px;
  }

  .hero-container h1 span.hero-text-sm {
    font-size: 30px;
  }

  .hero-container h1:before {
    content: url(/assets/images/staff/img-zero.png);
    position: absolute;
    margin: 0;
  }

  .btn-hero a {
    margin: 20px 0 0 0;
    width: 340px;
  }

  .search-bar {
    background: #ededed;
    padding: 10px 0 10px 5px;
  }

  .search-left {
    width: 28%;
    float: left;
    padding: 14px 15px;
  }

  .search-middle {
    width: 55%;
    float: left;
    margin-left: 15px;
    margin-top: -19px;
  }

  .search-right {
    width: 12%;
    float: right;
  }

  .btn-search {
    padding: 6px 20px;
    margin: 40px 0 0 0;
  }

  .title-area {
    background: #fff url('/assets/images/staff/img-title-res-01.png');
    background-position: bottom right;
    background-repeat: no-repeat;
  }

  .title-logo {
    width: 22%;
  }

  .title-text {
    position: absolute;
    font-size: 20px;
    margin: 3px 0 0 10px;
  }

  .service-content h1 {
    font-size: 26px;
    margin-top: 0;
  }

  .service-content p {
    margin-top: 30px;
    font-size: 14px;
    line-height: 21px;
  }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
  .header-area {
    margin-top: 0;
    padding: 15px 0 0 0;
  }

  .text-top-left {
    font-size: 12px;
    padding: 10px 5px;
    width: 100%;
  }

  .text-top-right {
    margin: -10px 0 5px 0;
  }

  .top-bar ul li a {
    padding: 0 6px;
    font-size: 12px;
  }

  .top-bar li:not(:first-child)::before {
    margin-top: 7px;
  }

  .top-bar-2 ul li a {
    padding: 0 6px;
    font-size: 11px;
  }

  .top-bar-2 li:not(:first-child)::before {
    margin-top: 12px;
  }

  .top-bar-2-text-right {
    margin-right: -6px;
  }

  .main-menu li:before {
    content: none !important;
  }

  .main-menu li:last-child:after {
    content: none !important;
  }

  .main-menu li a {
    margin: 0;
  }

  .navbar-toggler {
    margin-left: -20px;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  .search-bar {
    background: #ededed;
    padding: 0 0 0 5px;
  }

  .search-left {
    width: 100%;
    float: left;
  }

  .search-middle {
    width: 100%;
    float: left;
    margin-left: 4px;
    margin-top: 0;
  }

  .search-right {
    width: 100%;
  }

  .btn-search {
    margin: -32px 5px 20px 0;
  }

  .dropdown-toppage > form > select.form-control:not([size]):not([multiple]) {
    max-width: none;
  }

  .title-area {
    background: #fff url('/assets/images/staff/img-title-res-02.png');
    background-position: bottom right;
    background-repeat: no-repeat;
  }

  .title-logo {
    width: 30%;
  }

  .title-text {
    position: absolute;
    font-size: 18px;
    margin: 3px 0 0 10px;
  }

  .service-icon {
    width: 30px;
  }

  .service-content h1 {
    margin-top: 0;
    margin-left: 40px;
    color: #fff;
    font-size: 18px;
  }

  .service-content p {
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .service-single .btn-service {
    right: 30px;
    bottom: -15px;
  }

  .sub-title-area h3 {
    font-size: 14px;
    padding: 10px 20px 10px 0;
  }

  .school-guide {
    font-size: 18px;
  }

  .media-title {
    font-size: 20px;
  }

  .related-banners a {
    width: auto;
    margin: 0 auto;
    display: inline-block;
    float: none;
  }
}


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {

  .top-bar-2-text-ul {
    margin: -10px 0 5px 0;
  }

  .top-bar-2 ul li a {
    margin-top: 3px;
  }

  .top-bar-2 li:not(:first-child)::before {
    margin-top: 0;
  }

  .top-bar-2-text-right {
    margin-top: 25px;
  }

  .hero-container {
    margin-top: 80px;
  }

  .hero-container h1 {
    font-size: 40px;
    line-height: 60px;
  }

  .hero-container h1 span.hero-text-first {
    margin-left: 85px;
  }

  .hero-container h1 span.hero-text-lg {
    font-size: 50px;
  }

  .hero-container h1 span.hero-text-sm {
    font-size: 20px;
  }

  .hero-container h1:before {
    margin: -20px 0 0 0;
    width: 60px;
  }

  .btn-hero a {
    font-size: 20px;
    padding: 8px 30px;
    margin: 30px 0 0 0;
    width: 300px;
  }

  .btn-search {
    margin: 15px 5px 15px 0;
  }

  .title-area {
    background: #fff url('/assets/images/staff/img-title-res-03.png');
    background-position: bottom right;
    background-repeat: no-repeat;
  }

  .sub-title-area h3 {
    margin-top: -4px;
  }

  .service-icon {
    margin-top: -10px;
    width: 50px;
    height: 50px;
  }

  .service-content h1 {
    margin-top: 0;
    margin-left: 60px;
    color: #fff;
    font-size: 26px;
  }

  .service-content p {
    margin-top: 28px;
    font-size: 16px;
    line-height: 26px;
  }

  .service-single .btn-service {
    padding: 5px 30px;
    right: 20px;
    bottom: 20px;
  }

  .school-guide {
    font-size: 14px;
  }

  .media-title {
    font-size: 18px;
  }

}



/* talent_search page CSS start */
.breadcrumb-area {

  background-size: cover;
  background-position: top center;
  padding-top: 145px;
}

.breadcrumb-nav {
  padding: 5px 0;
}

.breadcrumb-nav ul {
  list-style: none;
  color: #fff;
}

.breadcrumb-nav ul li {
  display: inline-block;
}

.breadcrumb-nav ul li a {
  color: #fff;
}

.breadcrumb-nav ul li a:hover {
  color: #016CBE;
}

.main-content-area {
  padding: 40px 0;
}

.left-sidebar {
  box-shadow: 1px 2px 2px #ddd;
  border-radius: 8px;
}

.sidebar-head {
  background: #016CBE;
  text-align: center;
  border-radius: 8px 8px 0 0;
}

.sidebar-head h5 {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 18px 15px;
}

.sidebar-body {
  border: 1px solid #ddd;
  padding: 10px 15px;
  border-radius: 0 0 8px 8px;
}

.sgl-sidebox h6 {
  font-size: 14px;
  background: #DDECF7;
  color: #016CBE;
  padding: 10px;
  font-weight: bold;
}

.login-info ul li {
  font-size: 14px;
  border-bottom: 1px dotted #555;
  margin-bottom: 3px;
  padding-bottom: 3px;
}

.sidebar-nav ul li a {
  font-size: 14px;
  position: relative;
  display: block;
  padding-left: 20px;
  padding: 4px 0;
  line-height: 16px;
  padding-left: 20px;
}

.sidebar-nav ul li a i.fas {
  position: absolute;
  top: 6px;
  left: 0;
}

.sgl-sidebox p {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 16px;
  margin-top: 0px;
}

.sgl-sidebox h6 span {
  font-weight: normal;
  color: #333;
}

.sgl-sidebox h6.heading2 {
  background: #F6F2C9;
}

.content-heading h2 {
  font-size: 20px;
  font-weight: 700;
  padding-left: 22px;
  position: relative;
}

.content-heading h2:before {
  content: url(/assets/images/staff/releted-service-before.png);
  position: absolute;
  margin: -6px 0 0 0px;
  top: 0;
  left: 0;
}

.cmn-tbl table {
  width: 100%;
  min-width: 600px;
}

.cmn-tbl table tr th, .cmn-tbl table tr td {
  padding: 5px;
}

.cmn-tbl table tr, .cmn-tbl table tr th, .cmn-tbl table tr td {
  border: 1px solid #ddd;
}

.cmn-tbl table tr th {
  background: #F7FBFE;
  font-weight: bold;
  color: #016CBE;
}

.profile-tbl table tr td:nth-child(1) {
  width: 21%;
  background: #F7FBFE;
  font-weight: bold;
  color: #016CBE;
}

.profile-tbl table tr td:nth-child(2) {
  width: 18%;
}

.profile-tbl table tr td:nth-child(3) {
  width: 18%;
  background: #F7FBFE;
  font-weight: bold;
  color: #016CBE;
}

.profile-tbl table tr td:nth-child(4) {
  width: 23%;
}

.profile-tbl table tr td:nth-child(5) {
  width: 20%;
  vertical-align: middle;
}

.profile-pic {
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-pic img {
  border: 1px solid #ddd;
}

.content-txt p {
  margin: 0;
}

.refer-tbl tr td:nth-child(1) {
  width: 32%;
  background: #F7FBFE;
  font-weight: bold;
  color: #016CBE;
}

.refer-tbl tr td:nth-child(2) {
  width: 68%;
}

.edu-tbl tr th {
  width: 25%;
  text-align: center;
  background: #F7FBFE;
  font-weight: bold;
  color: #016CBE;
}

.edu-tbl tr td {
  text-align: center;
}

.tec-tbl tr td:nth-child(1) {
  width: 20%;
  background: #F7FBFE;
  font-weight: bold;
  color: #016CBE;
}

.line-divider {
  border-bottom: 1px dotted #333;
}

.talent_pg_textarea textarea {
  width: 100%;
}

.btn-bottom a {
  background: #016CBE;
  color: #fff;
  padding: 5px 25px;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
  margin: 10px 0 10px 10px;
  box-shadow: 0px 1px #555;
}

.btn-bottom a:hover {
  background: #FFA200;
}

/* talent_search page CSS End */
