body {
	font-family: 'Hind', sans-serif;
	font-size: 15px;
	line-height: 28px;
	margin: 0;
	text-align: left;
	font-weight: 400;
	color: #6a7695;
	overflow-x: hidden;
}

*, ::after, ::before {
	box-sizing: border-box;
}
img{border:none;}
LI {
	TEXT-ALIGN: left; LIST-STYLE-TYPE: none
}
div{
	margin: 0px;
	padding: 0px;
}
a {
	color:#5f6e7b;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	font-family: "Poppins", sans-serif;
}
a:hover {
	color: #fb6266;
	text-decoration: none
}
.banner {
	position: relative;
	height: 800px;
	background-image: url(/theme/2020/images/banner11.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	min-width: 1140px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.container {
	width: 1140px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-bottom: 10px;
}
.col-md-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-xl-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-lg-5 {
	padding-top: 20px;
	width: 472px;
	margin-right: 40px;
}
.col-lg-8 {
	width: 1140px;
}
.col-lg-6 {
	width: auto;
}
.col-lg-7 {
    flex: 0 0 50%;
    max-width: 50%;
  }
.col-md-12{
	position: relative;
	max-width: 560px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	margin-top: 50px;
}
.col-lg-10 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding-right: 5px;
	padding-left: 5px
}

.feature-col {
	cursor: pointer;
	text-align: left;
	background-color: #ffffff;
	border-radius: 12px;
	margin-bottom: 50px;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 35px;
	padding-left: 30px;
}
.feature-col h3 {
	margin-bottom: 15px;
	font-size: 16px;
}

.feature-col p {
    margin-bottom: 0;
}

.feature-col:hover {
    -webkit-box-shadow: 0 2px 13px 2px rgba(252, 87, 42, .4);
    -moz-box-shadow: 0 2px 13px 2px rgba(252, 87, 42, .4);
    box-shadow: 0 2px 13px 2px rgba(252, 87, 42, .4);
}
.services-box {
	cursor: pointer;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.06);
	width: 510px;
	float: left;
	margin: 20px;
	padding: 20px;
}
.services-box:hover {
    -webkit-box-shadow: 0 2px 13px 2px rgba(252, 87, 42, .4);
    -moz-box-shadow: 0 2px 13px 2px rgba(252, 87, 42, .4);
    box-shadow: 0 2px 13px 2px rgba(252, 87, 42, .4);
}
.services-box li{
	overflow: hidden;
}
.services-box li div{
	color: #999;
	font-size: 12px;
	line-height: 22px;
}
.services-box li img{
	float: left;
	margin-right: 16px;
	height: 100px;
	width: 100px;
}
.services-box li div a{
	font-size: 16px;
	color:#5f6e7b;
	line-height: 28px;
	font-weight: 700;
}
.services-box li div a:hover{color:#f30;}


.site-navigation {
  position: absolute;
  top: 20px;
  z-index: 9;
  width: 100%;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (max-width: 480px) {
  .site-navigation {
    padding: 20px 10px;
  }
}
.navbar {
  padding: 10px 20px;
}

.navbar-nav .nav-link {
  padding-right: 30px !important;
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  color: #37434d;
}

.navbar-nav .nav-link:hover {
	color: #F08100;
	text-decoration: none;
}
.menu_fixed {
	position: fixed;
	top: 0px;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	background-color: #FFF;
}


.navbar-collapse{
	margin-left:50px;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}
.navbar-expand-lg {
flex-flow: row nowrap;
justify-content: flex-start
}

.navbar-expand-lg .navbar-nav {
flex-direction: row
}
.col-lg-4 {
	flex: 0 0 32%;
	max-width: 32%;
	margin-right: 5px;
	margin-left: 5px;
}
.col-lg-9 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}
.col-lg-11 {
	-ms-flex: 0 0 30.333333%;
	flex: 0 0 30.333333%;
	max-width: 30.333333%;
}
.service-item {
	text-align: center;
	transition: 0.5s;
	position: relative;
	background: #fff;
	padding-top: 32px;
	padding-right: 32px;
	padding-bottom: 0px;
	padding-left: 32px;
}

.service-item h4 {
  transition: 0.5s;
}

.service-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.service-item:hover .read-more {
  color: #F08100;
  border-color: #F08100;
}

.service-item:hover h4 {
  color: #F08100;
}

.service-item p {
  margin: 15px 0px 35px;
}

.service-item .btn {
  margin-bottom: -30px;
}
.btn {
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	border-radius: 35px;
	font-size: 20px;
	font-family: "Poppins", sans-serif;
	border: 2px solid transparent;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	transition: all 0.3s ease-in-out;
	padding-top: 16px;
	padding-right: 63px;
	padding-bottom: 16px;
	padding-left: 63px;
}
.btn-main {
	background: #fd6c57;
	color: #fff;
	border-color: #fd6c57;
}

.btn-main:hover {
	color: #fff;
	border-color: #F08100;
	background: #F08100;
	text-decoration: none;
}

.btn-main2 {
  background: #fb6266;
  color: #fff;
  border-color: #fb6266;
}

.btn-main2:hover {
  background: #F08100;
  color: #fff;
  border-color: #F08100;
}

.ctas{
	background-size: cover;
	background-image: url(/theme/2020/images/cats.jpg);
	background-position: center center;
	height: 60px;
	background-repeat: repeat-x;
	margin-bottom: 0px;
	width: 100%;
	min-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
}
.cta{
	background-size: cover;
	margin-top: 80px;
	background-image: url(/theme/2020/images/cta.jpg);
	background-position: center center;
	height: 80px;
	padding-top: 30px;
	width: 100%;
	min-width:1140px;
	margin-right: auto;
	margin-left: auto;
}
.cta .cta-content {
	background: #fff;
	position: relative;
	border-left: 10px solid #408858;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	margin-bottom: -200px;
	border-radius: 8px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	max-width: 640px;
}

.cta .cta-content h2 {
	font-size: 42px;
	font-weight: 700;
	padding-right: 20px;
	padding-left: 20px;
}

.bg_foot{
	background-color: #e8e8e8;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
	min-width:1140px;
}
.footer {padding:60px 0;color:#fff;}
.footer .left{
	background: url(../images/bg_foot_line.gif) repeat-y left;
	float: left;
	min-height: 120px;
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 60px;
}
.footer .left dl{margin:0;padding:0;}
.footer .left dl dd{
	text-align: left;
	font-size: 16px;
	color: #666;
	font-family: "microsoft yahei";
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: 600;
}
.footer .left dl dt{
	text-align: left;
	font-size: 14px;
	color: #8F8F8F;
	font-family: "microsoft yahei";
	line-height: 30px;
	font-weight: normal;
}
.footer .left dl dt p{margin:0;padding:0;}
.footer a{color:#8F8F8F;}
.footer a:hover{
	color: #666;
	font-weight: 700;
}
.width{width:1190px;margin:0 auto;}
.widths{width:1140px;margin:0 auto;}
.footers {padding:60px 0;color:#fff;}
.footers .left{
	background: url(../images/bg_foot_line.gif) repeat-y left;
	float: left;
	min-height: 120px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}
.footers .left dl{margin:0;padding:0;}
.footers .left dl dd{
	text-align: left;
	font-size: 16px;
	color: #666;
	font-family: "microsoft yahei";
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: 600;
}
.footers .left dl dt{
	text-align: left;
	font-size: 14px;
	color: #8F8F8F;
	font-family: "microsoft yahei";
	line-height: 30px;
	font-weight: normal;
}
.footers .left dl dt p{margin:0;padding:0;}
.footers a{color:#8F8F8F;}
.footers a:hover{
	color: #666;
	font-weight: 700;
}
.clear{clear:both;}
.copyright{
	font-size: 15px;
	color: #fff;
	font-family: "microsoft yahei";
	line-height: 30px;
	text-align: center;
	background-color: #408858;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 16px;
	padding-left: 0;
}
.copyright a{color:#fff;}
.copyright a:hover{color:#fff;}


.process-wrap h5 {
  margin-bottom: 10px;
  font-size: 20px;
}

.rows {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 100px;
}
.rows p{
	font-weight: 500;
	line-height: 30px;
	font-size: 1.1rem;
}
.rows img{
	margin: 0px;
	padding: 0px;
}

.process-wrap  {
  max-width:570px;
}
.process-wrap p {
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	margin-top: 0px;
}
.process-wrap p img{
	padding-left: 30px;
	padding-top: 10px;
}
.ti-check:before {
	content: "\e64c";
}
.ti-angle-right:before {
	content: "\e64c";

}

.img-fluid {
    max-width: 100%;
    height: auto
}
.about-img {
  position: relative;
  margin-right: 50px;
  margin-top: 30px;
}

.about-img:after {
  position: absolute;
  top: -30px;
  width: 100%;
  height: 100%;
  right: -30px;
  border: 10px solid #ECF1DF;
  content: "";
  z-index: -1;
}

.about-img img {
  width: 100%;
}
.section-heading {
	margin-bottom: 20px;
	text-align: left;
	position: relative;
	padding: 20px;
}
.section-heading h2 {
	font-size: 30px;
	letter-spacing: -2px;
	line-height: 1.1;
	margin-bottom: 20px;
}

/*Pages*/
.pages {
	user-select: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pages ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
margin-left:.05rem;
}
.pages ul li {
	font-size: 0;
	list-style: none;
	display: inline-block;
	border: 1px solid #d9d9d9;
margin-left:-.05rem;
}
.pages ul li:first-child, .page ul li:first-child a {
border-radius:.1rem 0 0 .1rem;
}
.pages ul li:last-child, .page ul li:last-child a {
border-radius:0 .1rem .1rem 0;
}
.pages ul li a {
	display: block;
padding:0 .65rem;
	line-height: 1.75rem;
	color: #444;
	background: #fff;
	font-size: 14px;
}
.pages ul li a:not([href]) {
	color: #999;
	cursor: not-allowed;
}
.pages ul li.active {
	background-color: #FF3300;
}
.pages ul li.active a {
	color: #fff;
	background-color: #FF0000;
}
.pages ul li.active a:hover {
	background-color: #FF0000;
}
.pages ul li:hover a {
	background: #f9f9f9;
}
.page-mid ul li {
margin-right:.3rem;
}
.page-mid ul li {
border-radius:.1rem;
}
.page-mid ul li:first-child, .page-mid ul li:last-child {
border-radius:.1rem;
}
.page-center ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.blog-post {
	transition: .4s;
	background: #fff;
}
.blog-post img{
	width: 350px;
	height: 204px;
}
.blog-post:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.14);
  background: #fff;
}


.post-content {
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.post-content h2 {
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: -.5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
.post-content p {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
}
.pt-5 {
	padding-top: 3rem !important;
	width: 1060px;
	margin-left: 0px;
}
.mb-5{
  margin-bottom: 3rem !important;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
h3{
	font-weight: 500;
	font-size: 1.75rem;
	margin-top: 0px;
	margin-bottom: 0px;
}
.col-xl-4,.col-xl-7{
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
.col-xl-7 {
    -ms-flex: 0 0 63.333333%;
    flex: 0 0 63.333333%;
    max-width: 63.333333%;
  }
.ml-xl-4{
	margin-left: 1.5rem !important;
  }
.btns {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
  
  .btn-primary {
  color: #fff;
  background-color: #fb6266;
  border-color: #fb6266;
}

.btn-primary:hover {
  color: #fff;
  background-color: #c82224;
  border-color: #c82224;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 98, 102, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c82224;
  border-color: #c82224;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 98, 102, 0.5);
}
.padding-section {
	padding-top: 10px;
}
/* featured-post*/
.text-right {
	text-align: right !important;
	margin: 0px;
	padding-right: 30px;
}
.fp-box .text h5 {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin: 0px;
}
.fp-box .img {
	border-radius: 4px;
	overflow: hidden;
}
.fp-box .text {
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.04);
	padding: 10px;
	margin-top: 0px;
	position: relative;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

.pb-60 {
	padding-bottom: 60px;
}
.pt-90 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.w3l-bottom-grids-6 .area-box {
	padding: 40px;
	position: relative;
	z-index: 1;
	border-radius: 8px;
	box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.03);
	background-color: var(--bg-color);
	transition: .3s;
	margin-bottom: 20px;
}
.fa-pencil-square-o:before {
	content: "　　";
	background-image: url(/theme/2020/images/arrow3.png);
	background-repeat: no-repeat;
	width: 50px;
}
.w3l-bottom-grids-6 .area-box h4 a {
	font-size: 20px;
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 15px;
	display: block;
}

.w3l-bottom-grids-6 .area-box h4 a:hover {
  color: var(--primary-color);
}

.w3l-bottom-grids-6 h4 a.title-head {
  font-size: 24px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 15px;
  display: block;
  color: var(--heading-color);
}

.w3l-bottom-grids-6 .grids-feature span.fa {
  color: var(--primary-color);
  font-size: 30px;
}

.w3l-bottom-grids-6 h4 a.title-head:hover {
  color: var(--primary-color);
}

.w3l-bottom-grids-6 .area-box:hover {
  transition: .3s;
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
.hover-zoomin a {
      display: block;
      position: relative;
      overflow: hidden;
    }
.hover-zoomin img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
.hover-zoomin:hover img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }

/* top-Stories-post */
/*--Section Title--*/
.section-title {
	width: 100%;
	margin-bottom: 60px;
	text-align: center;
	margin-top: 60px;
}

.section-title .title {
  margin-top: -5px;
  margin-bottom: 0;
}

.section-title .title:not(:last-child) {
  margin-bottom: 10px;
}

.section-title p {
  font-size: 16px;
}

.section-title.text-white .title {
  color: #FFFFFF;
}

.section-title.text-white p {
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title {
    margin-bottom: 50px;
  }
  .section-title .title {
    font-size: 33px;
  }
  .section-title p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
  }
  .section-title .title {
    font-size: 28px;
  }
  .section-title p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title .title {
    font-size: 24px;
  }
}
/* Job List Wrapper */
.job-list-wrap {
	padding: 1px;
	margin-bottom: 60px;
}

/* Job List */
.job-list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -1px;
  padding: 23px 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #EDEDED transparent;
}

.job-list:hover {
  z-index: 9;
  border-color: transparent;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.job-list .salary-type {
  text-align: right;
}

.job-list .salary-type .salary-range {
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
  color: #6b6b6b;
}

.job-list .salary-type .badge {
  font-size: 13px;
  font-weight: 400;
  padding: 4px 10px 5px;
  border-radius: 0;
}

.job-list .content .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  color: #6b6b6b;
}

.job-list .content .meta li {
  margin-top: 0;
  margin-right: 20px;
}

.job-list .content .meta li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 575px) {
  .job-list .salary-type {
    margin-left: auto;
  }
  .job-list .content {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	margin-top: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .job-list {
    padding: 20px 5px;
  }
}

.col .col-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.order-sm-3 {
	-ms-flex-order: 3;
	order: 3
}
.badge-success {
	color: #fff;
	background-color: #fb6266
}
h6 {
	margin-top: 0;
	margin-bottom: 0;
}
h6 {
	font-weight: 600;
	line-height: 1;
	margin-top: 0;
	color: #333333;
	font-size: 16px;
}
.h6 {
  line-height: inherit;
  margin: 0;
}
.mb-n5{
	margin-bottom: 3rem!important
}
.job-list-details .job-details-head {
	position: relative;
	z-index: 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 20px;
}
.job-list-details .job-details-head h2{
	text-align: center;
}

.job-list-details .job-details-body ul {
  padding-left: 25px;
}
.job-list-details img {
display: block;
height: auto;
max-width: 100%;
margin:0 auto;
}

.pr-lg-5 {
	float: left;
	margin-right: 2rem;
}
.pr-lg-6 {
	float: right;
}
/* Sidebar Widget */
.sidebar-widget {
  margin-bottom: 35px;
}

.sidebar-widget > .inner {
  padding: 20px;
  border: 1px solid #EDEDED;
}
.sidebar-widget > .inner li{
	line-height: 2rem;
}
.list-unstyled {
	padding-left: 0;
	list-style: none
}

.info{
	border-left: 3px solid #2384D5;
	background: #f3f3f3;
	font-size: 14px;
	color: #666;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.service-block-one .inner-box {
	position: relative;
	background-color: #efefef;
	display: block;
	padding-top: 20px;
	padding-right: 24px;
	padding-bottom: 16px;
	padding-left: 24px;
}

.service-block-one .inner-box {
    position: relative;
    margin-bottom: 20px;
}

.service-block-one h5 {
	font-size: 12px;
	color: #001659;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 14px;
}

.service-block-one h2 {
	font-size: 18px;
	color: #001659;
	font-weight: 700;
	margin-bottom: 60px;
	margin-top: 0px;
}
.service-block-one h3 {
	font-size: 18px;
	color: #001659;
	font-weight: 700;
	margin-bottom: 0px;
	margin-top: 0px;
}

.service-block-one a {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.service-block-one .inner-box {
    border-bottom: 3px solid #ee0d09;
}
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}