.content-page {
	margin-top: 152px;
}
@media (max-width: 992px) {
	.content-page {
		margin-top: 0;
	}
}
.content-page h3, 
.content-page h4, 
.content-page p, 
.content-page ul, 
.content-page li,
.cp-header ul, 
.cp-header li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cp-header {
	background-color: #fff;
	position: relative;
    background-position: center center;
}
.cp-header:after {
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	background-color: rgba(238,238,238,.6);
}

.cp-header .container {
	position: relative;
    z-index: 1;
}

.cp-title {
    font-weight: 700;
    letter-spacing: 0em;
    color: #111;
    font-size: 48px;
	padding: 90px 0 60px;
	text-transform: uppercase;
}

.cp-breadcrumb {
    overflow: hidden;
}
.content-page .top-spacing {
    margin-top: 70px;
}

.cp-header .tm_bread_crumb {
    margin: 0 -15px;
    padding: 15px 20px;
    display: inline-block;
    position: relative;
	-webkit-transition: all .5s cubic-bezier(.215,.61,.355,1);
    -moz-transition: all .5s cubic-bezier(.215,.61,.355,1);
    -o-transition: all .5s cubic-bezier(.215,.61,.355,1);
    transition: all .5s cubic-bezier(.215,.61,.355,1);
	background-color: #0068A7;
}
.tm_bread_crumb:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 0 40px;
    border-color: transparent;
    position: absolute;
    top: 0;
    right: -40px;
	border-left-color: #0068A7;
}
.tm_bread_crumb, .tm_bread_crumb a:hover {
    color: #fff;
}
.tm_bread_crumb a {
    color: #0CB4EA;
}
.cp-header .tm_bread_crumb li {
    display: inline-block;
    margin-right: 6px;
}
.tm_bread_crumb li a:after {
    content: "\f061";
    margin-left: 10px;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
.tm_bread_crumb li:last-child {
    margin: 0;
}

.content-page .img-box img {
	width: 100%;
	border-radius: 15px;
}
.content-page h3, .content-page h4 {
  color: #172245;
  font-family: "Titillium Web";
  font-weight: 600;
  text-align: left;
}
.content-page h3 {
  font-size: 34px;
}
.content-page h4 {
  font-size: 24px;
}
.content-page ul.check-list li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #182345;
}
.content-page ul.check-list li + li {
  margin-top: 5px;
}
.content-page ul.check-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #0068A7;
  transition: all 0.4s ease;
  border-radius: 50%;
}

.full-width-content  .row {
	 margin-right: 0;
     margin-left: 0;
}