@import url(fonts.css);
@import url(responsive.css);
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: #0F2C7A;
}
::-webkit-scrollbar-track {
    background: #f8f8f8;
}
::selection {
    color: #fff;
    background: #0F2C7A;
}

* {
	margin: 0;
	padding: 0;
	font-family: inherit;
	outline: none!important;
	list-style: none!important
}

*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0
}

html,
body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	scroll-behavior: smooth;
	overflow-x: hidden
}

body {
	background-color: #FFF!important;
	color: #000;
	font-family: 'Montserrat', sans-serif!important;
	font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 16px;
	color: #000;
	font-family: 'Montserrat', sans-serif!important;
	font-weight: 400
}

p {
	color: #000;
	line-height: 28px;
	margin-bottom: 25px
}

a {
	color: #000;
	text-decoration: none!important;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
	outline: none!important;
	box-shadow: none!important
}

a:hover {
	color: #030349;
	text-decoration: none!important;
	transition: all 0.3s ease-in-out
}

a:focus {
	outline: none!important;
	box-shadow: none!important
}

img {
	max-width: 100%
}

button {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all .3s ease-in-out;
	outline: none!important
}

ul,
li,
ol {
	margin: 0;
	padding: 0
}

fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0
}

label {
	color: #000
}

input:focus,
textarea:focus {
	outline: none!important;
	box-shadow: none!important
}
.darkBlueBg{
  background: #1a275e;
}
.lightGrayBg{
  background:#F4F7FC;
}
.colorGreen{
  color: #61F7AC!important
}
.colorDarkBlue{
  color: #0A2373!important
}
.colorWhite{
  color: #FFFFFF!important
}
.colorWhite{
  color: #FFFFFF!important
}
.colorDarkGray{
  color:#2C3139!important;
}
.colorLightGray{
  color:#707070!important;
}

.fs-9{
  font-size: 9px!important
}
.fs-10{
  font-size: 10px!important
}
.fs-11{
  font-size: 11px!important
}
.fs-12{
  font-size: 12px!important
}
.fs-13{
  font-size: 13px!important
}
.fs-14{
  font-size: 14px!important
}
.fs-15{
  font-size: 15px!important
}
.fs-16{
  font-size: 16px!important
}
.fs-17{
  font-size: 17px!important
}
.fs-18{
  font-size: 18px!important
}
.fs-19{
  font-size: 19px!important
}
.fs-20{
  font-size: 20px!important
}
.fs-21{
  font-size: 21px!important
}
.fs-22{
  font-size: 22px!important
}
.fs-23{
  font-size: 23px!important
}
.fs-24{
  font-size: 24px!important
}
.fs-25{
  font-size: 25px!important
}
.fs-26{
  font-size: 26px!important
}
.fs-27{
  font-size: 27px!important
}
.fs-28{
  font-size: 28px!important
}
.fs-29{
  font-size: 29px!important
}
.fs-30{
  font-size: 30px!important
}
.fs-31{
  font-size: 31px!important
}
.fs-32{
  font-size: 32px!important
}
.fs-33{
  font-size: 33px!important
}
.fs-34{
  font-size: 34px!important
}
.fs-35{
  font-size: 35px!important
}
.fs-36{
  font-size: 36px!important
}
.fs-37{
  font-size: 37px!important
}
.fs-38{
  font-size: 38px!important
}
.fs-39{
  font-size: 39px!important
}
.fs-40{
  font-size: 40px!important
}

.fw-100{
  font-weight: 100!important
}
.fw-200{
  font-weight: 200!important
}
.fw-300{
  font-weight: 300!important
}
.fw-400{
  font-weight: 400!important
}
.fw-500{
  font-weight: 500!important
}
.fw-600{
  font-weight: 600!important
}
.fw-700{
  font-weight: 700!important
}
.fw-800{
  font-weight: 800!important
}
.fw-900{
  font-weight: 900!important
}


.m-6{
  margin:5rem!important;
}
.mt-6{
  margin-top:5rem!important;
}
.mb-6{
  margin-bottom:5rem!important;
}
.ml-6{
  margin-left:5rem!important;
}
.mr-6{
  margin-right:5rem!important;
}
.my-6{
  margin:5rem 0rem!important;
}
.mx-6{
  margin:0rem 5rem!important;
}

.m-7{
  margin:7rem!important;
}
.mt-7{
  margin-top:7rem!important;
}
.mb-7{
  margin-bottom:7rem!important;
}
.ml-7{
  margin-left:7rem!important;
}
.mr-7{
  margin-right:7rem!important;
}
.my-7{
  margin:7rem 0rem!important;
}
.mx-7{
  margin:0rem 7rem!important;
}

.p-6{
  padding:5rem!important;
}
.pt-6{
  padding-top:5rem!important;
}
.pb-6{
  padding-bottom:5rem!important;
}
.pl-6{
  padding-left:5rem!important;
}
.pr-6{
  padding-right:5rem!important;
}
.py-6{
  padding:5rem 0rem!important;
}
.px-6{
  padding:0rem 5rem!important;
}

.p-7{
  padding:7rem!important;
}
.pt-7{
  padding-top:7rem!important;
}
.pb-7{
  padding-bottom:7rem!important;
}
.pl-7{
  padding-left:7rem!important;
}
.pr-7{
  padding-right:7rem!important;
}
.py-7{
  padding:7rem 0rem!important;
}
.px-7{
  padding:0rem 7rem!important;
}

.text-height-0 {
  line-height: 1.2!important;
}
.text-height-1 {
  line-height: 1.5!important;
}
.text-height-2 {
  line-height: 2!important;
}
.text-height-3 {
  line-height: 2.5!important;
}
.text-height-4 {
  line-height: 3!important;
}
.text-height-5 {
  line-height: 3.5!important;
}

.mH300{
  min-height: 300px!important;
}

.font-weight-600{
  font-weight: 600!important
}

.shadowExtra{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px!important;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none!important;
	box-shadow: none!important;
	border: 0!important
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
	box-shadow: none!important;
	outline: none!important;
	border: 0!important
}

.btn.focus,
.btn:focus {
	outline: none!important;
	box-shadow: none!important
}

.btn:focus,
a:focus {
	outline: none!important
}

.navbar-toggler:focus {
	outline: none!important;
	box-shadow: none
}

iframe {
	border: 0;
	display: block
}

video {
	width: 100%
}

footer ul {
	align-items:center;
}

.logo{
	width: 150px;
}

.addBgRed{
  background: #C70504;
}
.addBgPurple{
  background: #5821D5;
}

.btn-light-blue{
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 600;
  font-size:12px;
  background: #00DCFF;
  color:#012975!important;
  line-height: 1.5;
  padding:10px 30px;
  border-radius: 25px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  margin:10px 0px;
}


.btn-outline-white{
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 600;
  font-size:14px;
  background:transparent;
  color:#FFF!important;
  border:1.5px solid #FFF!important;
  line-height: 1.5;
  padding:10px 30px;
  border-radius: 25px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  margin:10px 0px;
}
.btn-outline-white:hover{
  background: #FFF;
  text-decoration: none;
  border:1px solid #FFF!important;
  color:#03062C!important;
  z-index: 1;
  transform: scale(1.1);
}
.btn-outline-white:hover img:first-of-type{
  display: none;
}
.btn-outline-white:hover img:last-of-type{
  display: inherit;
}
.btn-outline-white span{
  z-index: 1;
  position: relative;
}
.btn-outline-white i{
  margin-left:10px;
  font-size:10px;
  z-index: 1;
  position: relative;
}
.btn-outline-white img{
  margin-right:10px;
  width: 25px;
  height: 25px;
  z-index: 1;
  position: relative;
}
.btn-outline-white img:first-of-type{}
.btn-outline-white img:last-of-type{
  display: none;
}


.btn-outline-green{
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 600;
  font-size:14px;
  background:transparent;
  color:#61F7AC!important;
  border:1.5px solid #61F7AC!important;
  line-height: 1.5;
  padding:10px 30px;
  border-radius: 25px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  margin:10px 0px;
}
.btn-outline-green:hover{
  background: #61F7AC;
  text-decoration: none;
  border:1px solid #61F7AC!important;
  color:#03062C!important;
  z-index: 1;
  transform: scale(1.1);
}
.btn-outline-green:hover img:first-of-type{
  display: none;
}
.btn-outline-green:hover img:last-of-type{
  display: inherit;
}
.btn-outline-green span{
  z-index: 1;
  position: relative;
}
.btn-outline-green i{
  margin-left:10px;
  font-size:10px;
  z-index: 1;
  position: relative;
}
.btn-outline-green img{
  margin-right:10px;
  width: 25px;
  height: 25px;
  z-index: 1;
  position: relative;
}
.btn-outline-green img:first-of-type{}
.btn-outline-green img:last-of-type{
  display: none;
}



.btn-outline-dark{
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 600;
  font-size:14px;
  background:transparent;
  color:#2D323A!important;
  border:1.5px solid #2D323A!important;
  line-height: 1.5;
  padding:10px 30px;
  border-radius: 25px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  margin:10px 0px;
}
.btn-outline-dark:hover{
  background: #FFF!important;
  background-color: #FFF!important;
  text-decoration: none;
  border:1.5px solid #2D323A!important;
  color:#2D323A!important;
  z-index: 1;
  transform: scale(1.1);
}
.btn-outline-dark:hover img:first-of-type{
  display: none;
}
.btn-outline-dark:hover img:last-of-type{
  display: inherit;
}
.btn-outline-dark span{
  z-index: 1;
  position: relative;
}
.btn-outline-dark i{
  margin-left:10px;
  font-size:10px;
  z-index: 1;
  position: relative;
}
.btn-outline-dark img{
  margin-right:10px;
  width: 25px;
  height: 25px;
  z-index: 1;
  position: relative;
}
.btn-outline-dark img:first-of-type{}
.btn-outline-dark img:last-of-type{
  display: none;
}

.btn-outline-dark-green{
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 600;
  font-size:14px;
  background:transparent;
  color:#2D323A!important;
  border:1.5px solid #2D323A!important;
  line-height: 1.5;
  padding:10px 30px;
  border-radius: 25px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  margin:10px 0px;
}
.btn-outline-dark-green:hover{
  background-color: #61F7AC!important;
  text-decoration: none;
  border:1.5px solid #61F7AC!important;
  color:#03062C!important;
  z-index: 1;
  transform: scale(1.1);
}
.btn-outline-dark-green:hover img:first-of-type{
  display: none;
}
.btn-outline-dark-green:hover img:last-of-type{
  display: inherit;
}
.btn-outline-dark-green span{
  z-index: 1;
  position: relative;
}
.btn-outline-dark-green i{
  margin-left:10px;
  font-size:10px;
  z-index: 1;
  position: relative;
}
.btn-outline-dark-green img{
  margin-right:10px;
  width: 25px;
  height: 25px;
  z-index: 1;
  position: relative;
}
.btn-outline-dark-green img:first-of-type{}
.btn-outline-dark-green img:last-of-type{
  display: none;
}


.btn-outline-dark-blue{
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 600;
  font-size:12px;
  background:transparent;
  color:#FFF!important;
  border:1px solid #FFF!important;
  line-height: 1.5;
  padding:10px 30px;
  border-radius: 25px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  margin:10px 0px;
}
.btn-outline-dark-blue:hover{
  text-decoration: none;
  border:1px solid #023A98!important;
  color:#FFF!important;
  z-index: 1;
}
.btn-outline-dark-blue:before{
  content:" ";
  display:block;
  width:300px;
  height:80px;
  background:#023A98;
  position:absolute;
  top:-10px;
  right:-300px;
  transition:all .4s ease-in-out; 
  z-index:0
}
.btn-outline-dark-blue:hover:before{
  right:0px;
  z-index:0;
}
.btn-outline-dark-blue span{
  z-index: 1;
  position: relative;
}
.btn-outline-dark-blue i{
  margin-left:10px;
  font-size:10px;
  z-index: 1;
  position: relative;
}
.btn-outline-dark-blue img{
  margin-right:10px;
  width: 25px;
  height: 25px;
  z-index: 1;
  position: relative;
}


.btn-green{
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 600;
  font-size:15px;
  background:#61F7AC;
  color:#03062C!important;
  border:1px solid #61F7AC!important;
  line-height: 1.5;
  padding:10px 30px;
  border-radius: 25px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  margin:10px 0px;
}
.btn-green:hover{
  transform:scale(1.1);
  text-decoration: none;
  color:#03062C!important;
  z-index: 1;
}
.btn-green span{
  z-index: 1;
  position: relative;
}
.btn-green i{
  margin-left:10px;
  font-size:10px;
  z-index: 1;
  position: relative;
}


.btn-green{
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 600;
  font-size:15px;
  background:#61F7AC;
  color:#03062C!important;
  border:1px solid #61F7AC!important;
  line-height: 1.5;
  padding:10px 30px;
  border-radius: 25px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  margin:10px 0px;
}
.btn-green:hover{
  transform:scale(1.1);
  text-decoration: none;
  color:#03062C!important;
  z-index: 1;
}
.btn-green span{
  z-index: 1;
  position: relative;
}
.btn-green i{
  margin-left:10px;
  font-size:10px;
  z-index: 1;
  position: relative;
}


.btn-white{
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 600;
  font-size:15px;
  background:#FFF;
  color:#0F2C7A!important;
  border:1px solid #FFF!important;
  line-height: 1.5;
  padding:10px 30px;
  border-radius: 25px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  margin:10px 0px;
}
.btn-white:hover{
  transform:scale(1.1);
  text-decoration: none;
  color:#0F2C7A!important;
  z-index: 1;
}
.btn-white span{
  z-index: 1;
  position: relative;
}
.btn-white i{
  margin-left:10px;
  font-size:10px;
  z-index: 1;
  position: relative;
}


.btn-blue{
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 600;
  font-size:15px;
  background:#0F2C7A;
  color:#FFF!important;
  border:1px solid #0F2C7A!important;
  line-height: 1.5;
  padding:10px 30px;
  border-radius: 25px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
}
.btn-blue:hover{
  transform:scale(1.1);
  text-decoration: none;
  color:#FFF!important;
  z-index: 1;
}
.btn-blue span{
  z-index: 1;
  position: relative;
}
.btn-blue i{
  margin-left:10px;
  font-size:10px;
  z-index: 1;
  position: relative;
}
.btn-blue img{
  margin-right:10px;
  width: 25px;
  height: 25px;
  z-index: 1;
  position: relative;
}


.btn-blue-search{
  padding:10px;
  border-radius: 30px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#FFF;
  font-size:15px;
  width: 40px;
  height: 40px;
}
.btn-blue-search:hover{
  transform:scale(1.1);
  background: #FFF;
  border:1px solid #FFF;
  color:#03062C;
}

.btn-dark-search{
  padding:10px;
  border-radius: 30px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#2D323A;
  font-size:15px;
  width: 40px;
  height: 40px;
}
.btn-dark-search:hover{
  transform:scale(1.2);
  background: #FFF;
  color:#2D323A;
}


.phoneDraw {
  background-color: #f5f5f5;
  border-radius: 3.438em;
  box-shadow: inset 0 0 6px 0 #babeca;
  height: 45.5em;
  position: relative;
  width: 22.563em
}
.phoneDraw.phoneDraw-dark {
  background-color: #000
}
.phoneDraw.phoneDraw-dark .bezel {
  background: #000;
  border-color: #000!important
}
.phoneDraw.phoneDraw-dark .bezel:after {
  background: #000
}
.phoneDraw.phoneDraw-dark .divider {
  background: #3e3e3e
}
.phoneDraw.phoneDraw-dark .screen:after {
  background: #000
}
.phoneDraw.phoneDraw-dark .button {
  background-color: #000;
  border-color: #000!important
}
.phoneDraw.phoneDraw-dark .speaker {
  background-color: #3e3e3e;
  box-shadow: inset 0 1px 2px #3e3e3e
}
.phoneDraw.phoneDraw-dark .camera {
  background-color: #3e3e3e;
  box-shadow: inset 0 0 4px #3e3e3e
}
.phoneDraw:after {
  border-radius: 3.438em;
  box-shadow: 0 0 20px 0 #0142AF;
  content: "";
  height: 45.5em;
  left: 0;
  position: absolute;
  top: 0;
  width: 22.563em
}
.phoneDraw .divider {
  background: #ddd;
  height: .313em;
  position: absolute;
  width: 100%
}
.phoneDraw .divider:first-of-type {
  top: 9%
}
.phoneDraw .divider:last-of-type {
  bottom: 9%
}
.phoneDraw .bezel {
  background: #f5f5f5;
  border: 1px solid #e2e4e9;
  border-radius: 3em;
  height: calc(100% - 14px);
  left: 7px;
  position: relative;
  top: 7px;
  width: calc(100% - 14px);
  z-index: 2
}
.phoneDraw .bezel:after {
  background: #f5f5f5;
  border-radius: 2.5em;
  content: "";
  height: calc(100% - .875em);
  left: .438em;
  position: absolute;
  top: .438em;
  width: calc(100% - .875em)
}
.phoneDraw .screen {
  border-radius: 2.5em;
  height: 43.25em;
  left: 1.063em;
  overflow: hidden;
  position: absolute;
  top: 1.063em;
  width: 20.25em;
  z-index: 3
}
.phoneDraw .screen:after {
  background: #f5f5f5;
  border-radius: 0 0 1.25em 1.25em;
  content: "";
  height: 4%;
  top: 0;
  width: 56%
}
.phoneDraw .screen:after,
.phoneDraw .speaker {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0
}
.phoneDraw .speaker {
  background-color: #e2e4e9;
  border-radius: .188em;
  box-shadow: inset 0 1px 2px #c4c4c4;
  height: .375em;
  top: 3.75%;
  width: 3em;
  z-index: 4
}
.phoneDraw .camera {
  background-image: radial-gradient(center, #021a3c 0, #313e4f 8%, #1f3e6c 21%, #021a3c 56%, #021a3c 100%);
  border-radius: 50%;
  box-shadow: inset 0 0 4px #c4c4c4;
  height: .625em;
  right: 38%;
  top: 3.5%;
  width: .625em;
  z-index: 4
}
.phoneDraw .button,
.phoneDraw .camera {
  background-color: #e2e4e9;
  position: absolute
}
.phoneDraw .button {
  border-left: none;
  border-right: 1px solid #ddd;
  width: .188em;
  z-index: 5
}
.phoneDraw .button.mute {
  height: 1.75em;
  left: -.188em;
  top: 13%
}
.phoneDraw .button.vol-down,
.phoneDraw .button.vol-up {
  height: 3.313em;
  left: -.188em
}
.phoneDraw .button.vol-up {
  top: 21%
}
.phoneDraw .button.vol-down {
  top: 30%
}
.phoneDraw .button.btnRight {
  border-left: 1px solid #ddd;
  border-right: none;
  height: 84px;
  right: -3px;
  top: 23.5%
}
.phoneDraw .appWrap {
  background-color: #e2e4e9;
  height: 100%;
  position: relative;
  width: 100%
}

.datatableSearchBar{
  padding:10px 15px!important;
  background: #FFF!important;
  border-radius: 15px!important;
  border:1px solid #2D54BA!important;
  text-align: center!important;
  margin-bottom:10px!important;
}
.dataTables_wrapper .dataTables_paginate{
  margin-top:15px!important;
  width: 100%!important;
  float:none!important;
  text-align: center!important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dataTables_wrapper .dataTables_paginate span{
  display: flex;
  align-items: center;
  justify-content: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  padding: 10px!important;
  border-radius: 40px!important;
  height: 45px!important;
  width: 45px!important;
  background: #0F2C7A!important;
  color:#FFF!important;
  border:none!important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
  margin-left:10px!important;
  padding: 10px!important;
  border-radius: 40px!important;
  height: 45px!important;
  width: 45px!important;
  background: #FFF!important;
  color:#2D3239;
  border:none!important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next,.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover{
  margin-left:10px!important;
  padding: 10px!important;
  border-radius: 40px!important;
  height: 40px!important;
  width: 40px!important;
  background: #FFF!important;
  color:#C8CED5!important;
  border:none!important;
  display: flex;
  vertical-align: middle!important;
  align-items: center;
  justify-content: center;
}

.scrollTop{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px!important;
  font-size:25px;
  color: #0F2C7A;
}
.scrollTop:hover{
  background: #0F2C7A;
  color: #FFF;
}

.bg404{
  background: url('/static/images/main_404_bg.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#skype {
	position: fixed;
	height: 60px;
	width: 60px;
	top: 72%;
	right: 20px;
	z-index: 10000;
}

#wp-widget {
	position: fixed;
	height: 60px;
	width: 60px;
	top: 81%;
	right: 20px;
	z-index: 10000;
}

.post-thumb img {
    max-height: 400px;
    object-fit: cover;
}

.forex img {
    width: 100%;
    height: auto;
}

.related {
    border: 1px solid #ddd;
    background: #fff;
}

.related h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.65;
    border-bottom: 1px solid #ddd;
    padding: 0 1rem;
}

.related ul {
    list-style: none;
    padding: 0 1rem;
    margin: 0;
}

.related ul li {
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.42;
    border-bottom: 1px dashed #efefef;
}

.related ul li:last-child {
    border-bottom: none;
}

.related ul li a {
    color: #333333;
}