/* --- 1.0 - Normalize ---*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  color: #9ea9b5;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  transition: all .3s ease;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
select,
textarea {
  max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
  opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em;
}
fieldset > :last-child {
  margin-bottom: 0;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
optgroup {
  font-weight: bold;
}
/* --- 2.0 - Typography --- */
body,
button,
input,
select,
textarea {
  color: #1a1a1a;
  line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  clear: both;
  line-height: 1.5;
  font-weight: 400;
  color: #17324f;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 56px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
p {
  font-size: 16px;
  color: #53677d;
  line-height: 1.5;
  margin: 0 0 1.75em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  border: 1px solid #e9e9e9;
  color: #17324f;
  font-size: 17px;
  font-style: italic;
  line-height: 28px;
  font-weight: 700;
  padding: 30px 25px 25px 80px;
  position: relative;
}
blockquote > p {
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #17324f;
}
blockquote:after {
  content: "\f10d" !important;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  font: normal normal normal 48px/1 FontAwesome;
  color: #e9e9e9;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote p {
  margin-bottom: 1.4736842105em;
}
blockquote cite,
blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
  content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote strong,
blockquote b {
  font-weight: 400;
}
blockquote > :last-child {
  margin-bottom: 0;
}
address {
  color: #939595;
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 10px;
}
pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em;
}
abbr,
acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
mark,
ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* --- 3.0 - Elements --- */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #17324f;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
  margin-left: 1.5em;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
dl {
  margin: 0 0 1.75em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 1.75em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}
del {
  opacity: 0.8;
}
table,
th,
td {
  border: 1px solid #d1d1d1;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}
td {
  border-width: 0 1px 1px 0;
}
th,
td {
  padding: 0.4375em;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #9ea9b5;
}
:-moz-placeholder {
  color: #9ea9b5;
}
::-moz-placeholder {
  color: #9ea9b5;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: #53677d;
}
/* --- 4.0 - Forms --- */
input {
  line-height: normal;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  background: #17324f;
  border: 0;
  border-radius: 3px;
  color: #fff;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.889em 1.587em;
  outline: none;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.ncsjr4 {
  overflow: hidden;
}
.ncsjr4 li {
  list-style: none;
  display: inline-block;
  float: left;
  margin-right: 6px;
}
.ncsjr4 li a {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 2.5;
  color: #ffffff;
  height: 36px;
  width: 36px;
  border-radius: 3px;
  background-color: #17324f;
}
.ncsjr4 li a:hover,
.ncsjr4 li a:focus {
  opacity: .8;
}
.ncsjr4 li:nth-child(1) a {
  background-color: #3b5998;
}
.ncsjr4 li:nth-child(2) a {
  background-color: #55acee;
}
.ncsjr4 li:nth-child(3) a {
  background-color: #007bb5;
}
.ncsjr4 li:nth-child(4) a {
  background-color: #dd4b39;
}
.ncsjr4 li:nth-child(5) a {
  background-color: #ff6600;
}
.uupbus {
  padding: 120px 0px;
}
.ry4ou7 {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
}
.ry4ou7 h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ry4ou7 p {
  font-size: 18px;
}
.nggdkp {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(rgba(31, 38, 46, 0), rgba(31, 38, 46, 0.9));
  background: -moz-linear-gradient(rgba(31, 38, 46, 0), rgba(31, 38, 46, 0.9));
  background: -o-linear-gradient(rgba(31, 38, 46, 0), rgba(31, 38, 46, 0.9));
  background: linear-gradient(rgba(31, 38, 46, 0), rgba(31, 38, 46, 0.9));
}
.ic5nvr {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  background-color: #17324f;
  font-size: 16px;
  line-height: 26px;
  padding: 10px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.ic5nvr:hover,
.ic5nvr:focus {
  color: #ffffff;
  background-color: #ffb606;
  text-decoration: none;
}
.jjy2s9 {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  background-color: #fb6b47;
  font-size: 16px;
  line-height: 26px;
  padding: 13px 45px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.jjy2s9:hover,
.jjy2s9:focus {
  color: #ffffff;
  background-color: #ffb606;
  text-decoration: none;
}
.kdjf6b {
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .kdjf6b {
    margin-bottom: 50px;
  }
}
.kdjf6b li {
  margin: 3px;
}
.kdjf6b li a {
  float: inherit;
  margin: 0px;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  color: #53677d;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 15px;
}
.kdjf6b li:first-child {
  margin-right: 18px;
}
.kdjf6b li:first-child a {
  padding: 5px 27px;
}
.kdjf6b li:last-child {
  margin-left: 18px;
}
.kdjf6b li:last-child a {
  padding: 5px 38px;
}
.bcgn0a .ou2ts0 {
  position: relative;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.m587zu {
  overflow: hidden;
  height: 100vh;
}
.m587zu .ou2ts0 {
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
}
@media screen and (max-width: 480px) {
  .m587zu .ou2ts0 {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px);
  }
}
header .orcncd {
  background-color: #17324f;
  color: #ffffff;
  padding: 10px 0px;
  overflow: hidden;
}
header .orcncd li {
  display: inline-block;
  list-style: none;
}
header .orcncd li a {
  color: #ffffff;
  text-decoration: none;
}
header .orcncd .left {
  float: left;
}
header .orcncd .left li {
  margin-right: 15px;
}
header .orcncd .left li i {
  margin-right: 5px;
}
header .orcncd .left li a {
  background-color: #ffb606;
  padding: 0px 8px;
  border-radius: 3px;
}
header .orcncd .right {
  float: right;
}
header .orcncd .right li i {
  margin-right: 5px;
}
header .orcncd .right li span {
  color: #3e5c7d;
  padding: 0px 10px;
}
header .g9zen8 {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}
header .g9zen8 .hymhg8 {
  float: left;
}
@media screen and (max-width: 991px) {
  header .g9zen8 .hymhg8 {
    float: initial;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
header .g9zen8 .hymhg8 .gbubod {
  display: none;
}
@media screen and (max-width: 991px) {
  header .g9zen8 .hymhg8 .gbubod {
    display: block;
    float: right;
    background-color: transparent;
    padding: 0px;
    margin: 20px 0px;
    outline: none;
  }
  header .g9zen8 .hymhg8 .zrcegh {
    padding: 10px 0px !important;
  }
  header .g9zen8 .hymhg8 .gbubod .mst5wh {
    display: block;
    background-color: #17324f;
    height: 2px;
    width: 22px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    margin-left: auto !important;
  }
  header .g9zen8 .hymhg8 .gbubod.open .mst5wh {
    background-color: red;
  }
  header .g9zen8 .hymhg8 .gbubod .mst5wh:nth-child(3) {
    margin: 4px 0px;
  }
}
header .g9zen8 .hymhg8 .gbubod.open .mst5wh:nth-child(2) {
  -webkit-transform: translateY(6px) rotate(45deg);
  -moz-transform: translateY(6px) rotate(45deg);
  -o-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
header .g9zen8 .hymhg8 .gbubod .mst5wh:nth-child(1), header .g9zen8 .hymhg8 .gbubod.open .mst5wh:nth-child(3) {
  opacity: 0;
}
header .g9zen8 .hymhg8 .gbubod.open .mst5wh:nth-child(4) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -moz-transform: translateY(-6px) rotate(-45deg);
  -o-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}
header .g9zen8 .hymhg8 .zrcegh {
  display: inline-block;
  padding: 23px 0px;
}
@media screen and (max-width: 991px) {
  header .g9zen8 .e7cojf {
    display: none;
  }
}
header .g9zen8 .e7cojf ul {
  text-align: right;
}
header .g9zen8 .e7cojf ul li {
  list-style: none;
  display: inline-block;
  margin-left: 40px;
}
header .g9zen8 .e7cojf ul li:first-child {
  margin: 0px;
}
header .g9zen8 .e7cojf ul li a {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  color: #17324f;
  font-size: 16px;
  padding: 37px 0px;
  text-decoration: none;
}
header .g9zen8 .e7cojf ul li a:hover,
header .g9zen8 .e7cojf ul li a:focus {
  color: #ffb606;
}
header .g9zen8 .e7cojf ul li.active > a {
  color: #ffb606;
}
header .g9zen8 .e7cojf .dropdown {
  position: relative;
}
header .g9zen8 .e7cojf .dropdown > a {
  position: relative;
}
header .g9zen8 .e7cojf .dropdown > a:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: -15px;
}
header .g9zen8 .e7cojf .dropdown .ik3sg6 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 230px;
  background-color: #ffffff;
  text-align: left;
  border-top: 3px solid #17324f;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 9;
}
header .g9zen8 .e7cojf .dropdown .ik3sg6 li {
  display: block;
  margin: 0px;
  border-bottom: 1px solid #f1f3f5;
}
header .g9zen8 .e7cojf .dropdown .ik3sg6 li:last-child {
  border: none;
}
header .g9zen8 .e7cojf .dropdown .ik3sg6 li a {
  display: block;
  padding: 8px 15px;
}
header .g9zen8 .e7cojf .dropdown .ik3sg6 li a:hover,
header .g9zen8 .e7cojf .dropdown .ik3sg6 li a:focus {
  background-color: #ffb606;
  color: #ffffff;
}
header .g9zen8 .e7cojf .dropdown .ik3sg6 li.active > a {
  background-color: #ffb606;
  color: #ffffff;
}
header .g9zen8 .e7cojf .dropdown .ik3sg6 .dropdown .ik3sg6 {
  top: 0;
  left: 100%;
}
header .g9zen8 .e7cojf .dropdown:hover > .ik3sg6 {
  display: block;
}
header .g9zen8 .e7cojf .dropdown.open .ik3sg6 {
  display: block;
}
header .g9zen8 .e7cojf .ykj4f3 {
  float: right;
  display: inline-block;
  margin-left: 28px;
}
header .g9zen8 .e7cojf .ykj4f3 span {
  display: inline-block;
  font-size: 21px;
  cursor: pointer;
  color: #17324f;
  padding: 32px 0px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
header .g9zen8 .e7cojf .ykj4f3 span:hover,
header .g9zen8 .e7cojf .ykj4f3 span:focus {
  color: #ffb606;
}
header .g9zen8 .pu4g6c {
  position: fixed;
  top: 0;
  left: 100%;
  width: 300px;
  height: 100vh;
  overflow: auto;
  background: #17324f;
  padding: 47px 0px;
}
@media screen and (max-width: 480px) {
  header .g9zen8 .pu4g6c {
    width: 250px;
  }
}
header .g9zen8 .pu4g6c ul li {
  list-style: none;
}
header .g9zen8 .pu4g6c ul li a {
  display: block;
  color: #ffffff;
  padding: 8px 15px;
  text-decoration: none;
  border-bottom: 1px solid #f1f3f5;
}
header .g9zen8 .pu4g6c ul.zj7ufg li {
  padding-left: 0 !important;
}
header .g9zen8 .pu4g6c ul.zj7ufg li a {
  color: #17324f;
}
header .g9zen8 .pu4g6c ul li a:hover,
header .g9zen8 .pu4g6c ul li a:focus {
  color: #ffb606;
  border-bottom: 1px solid #ffb606;
}
header .g9zen8 .pu4g6c ul li:last-child a {
  border: none;
}
header .g9zen8 .pu4g6c ul li .ik3sg6 {
  display: none;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
header .g9zen8 .pu4g6c ul li .ik3sg6.show {
  display: block !important;
  position: static !important;
  transform: translate3d(0px, 0px, 0px) !important;
}
header .g9zen8 .pu4g6c ul li .ik3sg6 li {
  padding-left: 15px;
}
header .g9zen8 .pu4g6c ul li .ik3sg6 li:last-child {
  border: none;
}
header .g9zen8 .pu4g6c ul li .ik3sg6 li a {
  padding: 6px 15px;
}
header .g9zen8 .pu4g6c ul li.active > a {
  color: #ffb606;
  border-bottom: 1px solid #ffb606;
}
header .g9zen8 .pu4g6c .dropdown {
  position: relative;
}
header .g9zen8 .pu4g6c .dropdown > a {
  position: relative;
}
header .g9zen8 .pu4g6c .dropdown > a:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  transition: all .3s ease;
}
header .g9zen8 .pu4g6c .dropdown > a.show:before {
  transform: rotate(180deg);
}
header .g9zen8 .pu4g6c .dropdown.open .ik3sg6 {
  display: block;
}
header .g9zen8 .pu4g6c .ykj4f3 {
  display: inline-block;
}
header .g9zen8 .pu4g6c .ykj4f3 span {
  display: inline-block;
  font-size: 21px;
  cursor: pointer;
  color: #ffffff;
  padding: 8px 15px;
}
.kp1fza {
  position: fixed;
  background-color: #ffffff;
  height: auto;
  width: 100%;
  top: 0;
  z-index: 9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.f6myw3 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.m408ps {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.xlsx3y {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(23, 50, 79, 0.85);
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.xlsx3y form {
  max-width: 600px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.xlsx3y form input {
  width: calc(100% - 50px);
  background-color: #ffffff;
  color: #53677d;
  border: 1px solid #f1f3f5;
  outline: none;
  padding: 10px 15px;
  float: left;
}
.xlsx3y form button {
  width: 50px;
  font-size: 18px;
  padding: 14px 15px;
}
.xlsx3y.open {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  cursor: crosshair;
  opacity: 1;
}
.ssug2y {
  position: fixed;
  background-color: transparent;
  height: auto;
  width: 100%;
  z-index: 9;
}
.ssug2y .g9zen8 .hymhg8 .zrcegh {
  padding: 14px 0px;
}
.ssug2y .g9zen8 .e7cojf li {
  color: #56509f;
}
.ssug2y .g9zen8 .e7cojf li a {
  padding: 42px 0px;
  color: #56509f;
}
.ssug2y .g9zen8 .e7cojf li a:hover,
.ssug2y .g9zen8 .e7cojf li a:focus {
  color: #fb6b47;
}
.ssug2y .g9zen8 .e7cojf li.active a {
  color: #fb6b47;
}
.ssug2y .g9zen8 .e7cojf .dropdown .ik3sg6 li a:hover,
.ssug2y .g9zen8 .e7cojf .dropdown .ik3sg6 li a:focus {
  background-color: #fb6b47;
}
.ssug2y .g9zen8 .e7cojf .dropdown .ik3sg6 li.active a {
  background-color: #fb6b47;
}
.ssug2y .g9zen8 .e7cojf .ykj4f3 span {
  padding: 37px 0px;
  color: #56509f;
}
.ssug2y .g9zen8 .e7cojf .ykj4f3 span:hover,
.ssug2y .g9zen8 .e7cojf .ykj4f3 span:focus {
  color: #fb6b47;
}
.ssug2y .g9zen8 .pu4g6c li a:hover,
.ssug2y .g9zen8 .pu4g6c li a:focus {
  border-bottom: 1px solid #fb6b47;
  color: #fb6b47;
}
.ssug2y .g9zen8 .pu4g6c li.active > a {
  border-bottom: 1px solid #fb6b47;
  color: #fb6b47;
}
.ssug2y .g9zen8 .pu4g6c .dropdown .ik3sg6 li a:hover,
.ssug2y .g9zen8 .pu4g6c .dropdown .ik3sg6 li a:focus {
  border-bottom: 1px solid #fb6b47;
  color: #fb6b47;
}
.ssug2y .g9zen8 .pu4g6c .dropdown .ik3sg6 li.active a {
  color: #fb6b47;
}
.ssug2y .g9zen8 .pu4g6c .ykj4f3 span {
  color: #56509f;
}
.cqw4vr {
  z-index: 9;
}
.cqw4vr .orcncd {
  padding: 26px 0px;
}
@media screen and (max-width: 767px) {
  .cqw4vr .orcncd {
    display: none;
  }
}
.cqw4vr .orcncd .left {
  padding: 14px 0px;
}
.cqw4vr .orcncd .left span {
  font-size: 40px;
  color: #ffffff;
  float: left;
  margin-right: 10px;
}
.cqw4vr .orcncd .left .content {
  display: table;
}
.cqw4vr .orcncd .left .content a {
  font-size: 16px;
  line-height: 30px;
  color: #db3275;
  text-decoration: underline;
}
.cqw4vr .orcncd .left .content p {
  font-size: 22px;
  color: #ffffff;
  margin: 0px;
}
.cqw4vr .orcncd .post5o {
  text-align: center;
}
.cqw4vr .orcncd .post5o img {
  margin: 0 auto;
}
.cqw4vr .orcncd .right {
  padding: 14px 0px;
  max-width: 250px;
}
.cqw4vr .orcncd .right span {
  display: inline-block;
  font-size: 40px;
  color: #ffffff;
  float: left;
  margin-right: 10px;
}
.cqw4vr .orcncd .right p {
  display: table;
  font-size: 16px;
  color: #ffffff;
  margin: 10px 0px 0px;
}
.cqw4vr .g9zen8 {
  background-color: #db3275;
}
.cqw4vr .g9zen8 .hymhg8 {
  display: none;
}
@media screen and (max-width: 991px) {
  .cqw4vr .g9zen8 .hymhg8 {
    display: block;
  }
}
.cqw4vr .g9zen8 .hymhg8 .gbubod {
  margin: 51px 0px;
}
.cqw4vr .g9zen8 .hymhg8 .gbubod span {
  background-color: #ffffff;
}
.cqw4vr .g9zen8 .e7cojf ul {
  width: 100%;
  float: inherit;
  text-align: center;
}
.cqw4vr .g9zen8 .e7cojf ul li a {
  color: #ffffff;
  padding: 15px 0px;
}
.cqw4vr .g9zen8 .e7cojf ul li a:hover,
.cqw4vr .g9zen8 .e7cojf ul li a:focus {
  color: #17324f;
}
.cqw4vr .g9zen8 .e7cojf ul li ul li a {
  color: #17324f;
}
.cqw4vr .g9zen8 .e7cojf ul li ul li a:hover,
.cqw4vr .g9zen8 .e7cojf ul li ul li a:focus {
  color: #db3275;
}
.cqw4vr .g9zen8 .e7cojf ul li.active > a {
  color: #17324f;
}
.cqw4vr .g9zen8 .e7cojf .dropdown .ik3sg6 li a:hover,
.cqw4vr .g9zen8 .e7cojf .dropdown .ik3sg6 li a:focus {
  background-color: #db3275;
}
.cqw4vr .g9zen8 .e7cojf .dropdown .ik3sg6 li.active > a {
  background-color: #db3275;
}
.cqw4vr .g9zen8 .pu4g6c li a:hover,
.cqw4vr .g9zen8 .pu4g6c li a:focus {
  border-bottom: 1px solid #db3275;
  color: #db3275;
}
.cqw4vr .g9zen8 .pu4g6c li.active > a {
  border-bottom: 1px solid #db3275;
  color: #db3275;
}
.cqw4vr .g9zen8 .pu4g6c .dropdown .ik3sg6 li a:hover,
.cqw4vr .g9zen8 .pu4g6c .dropdown .ik3sg6 li a:focus {
  border-bottom: 1px solid #db3275;
  color: #db3275;
}
.cqw4vr .g9zen8 .pu4g6c .dropdown .ik3sg6 li.active a {
  color: #db3275;
}
.pch61c {
  position: fixed;
  background-color: transparent;
  height: auto;
  width: 100%;
  z-index: 9;
}
.pch61c .orcncd {
  background-color: transparent;
  padding: 24px 0px;
}
.pch61c .orcncd .left li img,
.pch61c .orcncd .left li i {
  display: inline-block;
  float: left;
  margin-right: 10px;
  font-size: 30px;
  color: #ffb606;
}
.pch61c .orcncd .left li p {
  /* color: #ffb606; */
  display: table;
  margin: 0px;
  line-height: 30px;
}
.pch61c .orcncd .left li p a {
  font-size: 16px;
  background-color: transparent;
  color: #53677d;
}
@media screen and (max-width: 991px) {
  .pch61c .orcncd .left li p a {
    display: none;
  }
}
.pch61c .orcncd .right a {
  background-color: #ffb606;
  padding: 8px 43px;
}
.pch61c .g9zen8 {
  box-shadow: none;
  background-color: transparent;
}
.pch61c .g9zen8 .hymhg8 {
  padding-left: 30px;
}
@media screen and (max-width: 1199px) {
  .pch61c .g9zen8 .hymhg8 {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .pch61c .g9zen8 .hymhg8 {
    width: 100%;
    background-color: #ffffff;
    padding: 10px 15px;
  }
  .psjjtc {
    /* height: 400px !important; */
  }
}
.pch61c .g9zen8 .hymhg8 .zrcegh {
  padding: 27px 0px;
}
@media screen and (max-width: 480px) {
  .pch61c .g9zen8 .hymhg8 .zrcegh {
    width: 80%;
  }
}
.pch61c .g9zen8 .e7cojf {
  background-color: #ffffff;
  padding: 0px 30px;
  border-bottom: 4px solid #d9e0e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pch61c .g9zen8 .e7cojf > ul > li > a {
  padding: 32px 0px;
  border-bottom: 4px solid #d9e0e2;
  margin-bottom: -4px;
}
.pch61c .g9zen8 .e7cojf > ul > li > a:hover,
.pch61c .g9zen8 .e7cojf > ul > li > a:focus {
  border-bottom: 4px solid #ffb606;
}
.pch61c .g9zen8 .e7cojf > ul > li > ul {
  margin-top: 4px;
}
.pch61c .g9zen8 .e7cojf > ul > li.active > a {
  border-bottom: 4px solid #ffb606;
}
.u366hq .orcncd {
  background-color: #ffffff;
  padding: 32px 0px;
}
@media screen and (max-width: 991px) {
  .u366hq .orcncd {
    display: none;
  }
}
.u366hq .orcncd .left {
  padding: 18px 0px;
}
.u366hq .orcncd .right {
  overflow: hidden;
}
.u366hq .orcncd .right li {
  list-style: none;
  display: inline-block;
}
.u366hq .orcncd .right li:first-child {
  margin-right: 40px;
}

.u366hq .orcncd .right li i {
  margin: 0px;
}
.u366hq .orcncd .right li .n1q0c9 {
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(73, 191, 143, 0.08);
  padding: 7px;
  float: left;
  margin-right: 10px;
  text-align: center;
}
.u366hq .orcncd .right li .n1q0c9 > span {
  background-color: rgba(73, 191, 143, 0.24);
  padding: 6px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.u366hq .orcncd .right li .n1q0c9 > span > span {
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #491d1d;
  font-size: 26px;
  line-height: 2.5;
  color: #ffffff;
}
.u366hq .orcncd .right li .content {
  display: table;
  padding: 15px 0px;
}
.u366hq .orcncd .right li .content a {
  font-size: 18px;
  color: #491d1d;
  text-decoration: underline;
}
.u366hq .orcncd .right li .content p {
  font-size: 26px;
  color: #17324f;
  margin: 0px;
}
.u366hq .hymhg8 {
  display: none;
}
@media screen and (max-width: 991px) {
  .u366hq .hymhg8 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .u366hq .hymhg8 .zrcegh {
    width: 80%;
  }
}
.u366hq .g9zen8 .e7cojf .flsmlx {
  border-top: 1px solid #f1f3f5;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .u366hq .g9zen8 .e7cojf .flsmlx {
    display: none;
  }
}
.u366hq .g9zen8 .e7cojf .flsmlx > li {
  margin-left: 64px;
}
.u366hq .g9zen8 .e7cojf .flsmlx > li a {
  padding: 15px 0px;
  position: relative;
}
.u366hq .g9zen8 .e7cojf .flsmlx > li a:hover,
.u366hq .g9zen8 .e7cojf .flsmlx > li a:focus {
  color: #491d1d;
}
.u366hq .g9zen8 .e7cojf .flsmlx > li a:after {
  content: "";
  position: absolute;
  height: 16px;
  width: 2px;
  background-color: #f1f3f5;
  right: -40px;
  top: 20px;
}
.u366hq .g9zen8 .e7cojf .flsmlx > li:last-child a:after {
  display: none;
}
.u366hq .g9zen8 .e7cojf .flsmlx > li.active > a {
  color: #491d1d;
}
.u366hq .g9zen8 .e7cojf .flsmlx .dropdown .ik3sg6 li a:hover,
.u366hq .g9zen8 .e7cojf .flsmlx .dropdown .ik3sg6 li a:focus {
  background-color: #491d1d;
}
.u366hq .g9zen8 .e7cojf .flsmlx .dropdown .ik3sg6 li.active a {
  background-color: #491d1d;
}
.u366hq .g9zen8 .e7cojf .ouyuta {
  float: right;
}
.u366hq .g9zen8 .e7cojf .ouyuta li {
  margin: 0px;
}
.u366hq .g9zen8 .e7cojf .ouyuta li a {
  padding: 0px;
  font-size: 18px;
  color: #53677d;
  line-height: 1;
  margin-left: 5px;
  padding: 19px 0px;
}
.u366hq .g9zen8 .e7cojf .ouyuta li a:hover,
.u366hq .g9zen8 .e7cojf .ouyuta li a:focus {
  color: #491d1d;
}
.u366hq .g9zen8 .pu4g6c .flsmlx li a:hover,
.u366hq .g9zen8 .pu4g6c .flsmlx li a:focus {
  border-bottom: 1px solid #491d1d;
  color: #491d1d;
}
.u366hq .g9zen8 .pu4g6c .flsmlx li.active > a {
  border-bottom: 1px solid #491d1d;
  color: #491d1d;
}
.u366hq .g9zen8 .pu4g6c .flsmlx .dropdown .ik3sg6 li a:hover,
.u366hq .g9zen8 .pu4g6c .flsmlx .dropdown .ik3sg6 li a:focus {
  border-bottom: 1px solid #491d1d;
  color: #491d1d;
}
.u366hq .g9zen8 .pu4g6c .flsmlx .dropdown .ik3sg6 li.active a {
  color: #491d1d;
}
.u366hq .g9zen8 .pu4g6c .ouyuta li {
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.u366hq .g9zen8 .pu4g6c .ouyuta li a {
  padding: 0px;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  margin-left: 5px;
  padding: 15px 0px;
  border: none;
}
.u366hq .g9zen8 .pu4g6c .ouyuta li a:hover,
.u366hq .g9zen8 .pu4g6c .ouyuta li a:focus {
  color: #491d1d;
}
.c2mcow {
  background-image: url(../images/background/page_header.jpg);
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;
  border: none;
}
.c2mcow .v5785v {
  background-color: rgba(23, 50, 79, 0.72);
  padding: 100px 0px;
}
.c2mcow h1 {
  font-size: 46px;
  line-height: 62px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .c2mcow h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.c2mcow ul li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  float: left;
}
.c2mcow ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
}
.c2mcow ul li i {
  margin: 0px 8px;
}
/* Banner start here
--------------------------------------*/
.xayqpx {
  background-image: url(../images/background/01.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 250px 0 0;
}
.xayqpx .oopb0q {
  max-width: 600px;
}
.xayqpx .kulbdj {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .xayqpx {
    padding-bottom: 250px;
  }
  .xayqpx .kulbdj {
    position: absolute;
    bottom: 0;
    margin-top: 0;
  }
}

.xayqpx .oopb0q h1 {
  font-size: 56px;
  line-height: 62px;
  margin-bottom: 15px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .xayqpx {
    background-position: left;
  }
  .xayqpx .oopb0q h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 480px) {
  .xayqpx .oopb0q h1 {
    font-size: 36px;
    line-height: 1.3;
  }
}
.xayqpx .oopb0q p {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #17324f;
}
@media screen and (max-width: 480px) {
  .xayqpx .oopb0q p {
    font-size: 16px;
  }
}
.xayqpx .oopb0q button {
  background-color: #ffb606;
  font-size: 18px;
}
.xayqpx .oopb0q button:hover,
.xayqpx .oopb0q button:focus {
  background-color: #17324f;
}
.hzjsnh {
  background-image: url(../images/background/banner_02.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.hzjsnh .v5785v {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(23, 50, 79, 0.65);
}
.hzjsnh .oopb0q {
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  padding: 0px 15px;
}
.hzjsnh .oopb0q h1 {
  font-size: 46px;
  line-height: 50px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 30px;
}
.hzjsnh .oopb0q h1 span {
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .hzjsnh .oopb0q h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.hzjsnh .oopb0q form {
  position: relative;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.12);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .hzjsnh .oopb0q form {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
  }
}
.hzjsnh .oopb0q form select {
  background-color: #ffffff;
  color: #53677d;
  padding: 21px 15px;
  outline: none;
  float: left;
  width: 200px;
  border: none;
}
@media screen and (max-width: 480px) {
  .hzjsnh .oopb0q form select {
    width: 100%;
  }
}
.hzjsnh .oopb0q form input {
  width: 100%;
  background-color: #ffffff;
  color: #9ea9b5;
  padding: 22px 50px 22px 15px;
  outline: none;
  float: right;
  border: none;
  width: calc(100% - 200px);
}
@media screen and (max-width: 480px) {
  .hzjsnh .oopb0q form input {
    width: 100%;
  }
}
.hzjsnh .oopb0q form button {
  background: transparent;
  padding: 0px;
  position: absolute;
  right: 20px;
  top: 26px;
  color: #9ea9b5;
}
@media screen and (max-width: 480px) {
  .hzjsnh .oopb0q form button {
    top: auto;
    bottom: 20px;
  }
}
.hzjsnh .oopb0q p {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .hzjsnh .oopb0q p {
    margin-bottom: 30px;
  }
}
.hzjsnh .oopb0q ul {
  overflow: hidden;
  margin: 0 auto;
}
.hzjsnh .oopb0q ul li {
  list-style: none;
  display: inline-table;
  color: #ffffff;
  font-size: 18px;
  background-color: rgba(255, 182, 6, 0.82);
  padding: 5px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-right: 7px;
  margin-bottom: 10px;
}
.hzjsnh .oopb0q ul li i {
  font-size: 22px;
}
.adztsb {
  background-image: url(../images/background/banner_03.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.adztsb .oopb0q {
  max-width: 720px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  background-color: #56509f;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.26);
}
.adztsb .oopb0q h1 {
  font-family: 'Love Ya Like A Sister', cursive;
  font-size: 42px;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 15px;
}
.adztsb .oopb0q p {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
}
.adztsb .oopb0q a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #ffffff;
  background-color: #fb6b47;
  padding: 9px 32px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.oa8t0q {
  background-image: url(../images/background/01.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 100px 0 0;
}
.oa8t0q .v5785v {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(23, 50, 79, 0.75);
}
.oa8t0q .kulbdj {
  animation: bounce-1 5s infinite linear;
}
.oa8t0q .oopb0q {
  max-width: 650px;
}

.oa8t0q .oopb0q h1 {
  font-size: 56px;
  line-height: 60px;
  color: #17324f;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.oa8t0q .oopb0q p {
  font-size: 28px;
  color: #17324f;
}
.oa8t0q .oopb0q a {
  padding: 13px 54px;
  background-color: #ffb606;
}
.oa8t0q .oopb0q a:hover {
  background-color: #17324f;
}
.s2lbfy {
  background-image: url(../images/background/02.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 100px 0 0;
}
.s2lbfy .kulbdj {
  padding-top: 30px;
}
@media screen and (min-width: 992px) {
  .s2lbfy {
    padding: 0;
  }
}
@media screen and (min-width: 1399px) {
  .s2lbfy .kulbdj {
    transform: translateX(-400px);
  }
  .s2lbfy .kulbdj img {
    max-width: none;
  }
}
.s2lbfy .oopb0q {
  max-width: 650px;
}
.s2lbfy .oopb0q h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 60px;
  color: #17324f;
  margin-bottom: 15px;
}
.s2lbfy .oopb0q p {
  font-size: 28px;
  color: #17324f;
}
.s2lbfy .oopb0q a {
  padding: 13px 54px;
  background-color: #db3275;
}
.s2lbfy .oopb0q a:hover {
  background-color: #17324f;
}
.psjjtc {
  background: url(../images/background/01.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 150px;
}

@media screen and (min-width: 1200px) {
  .psjjtc {
    padding-top: 240px;
  }
}
.psjjtc .oopb0q {
  max-width: 650px;
}
.psjjtc .kulbdj {
  padding-top: 50px;
}
.psjjtc .oopb0q h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .psjjtc .oopb0q h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
.psjjtc .oopb0q p {
  font-size: 28px;
  line-height: 1.5;
}
.psjjtc .oopb0q a {
  padding: 13px 54px;
  background-color: #ffb606;
}
.psjjtc .oopb0q a:hover {
  background-color: #17324f;
}

.ta8i9a {
  background-image: url(../images/background/02.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 100px;
}
.ta8i9a .kulbdj {
  padding-top: 30px;
}

@media screen and (min-width: 1399px) {
  .ta8i9a .kulbdj {
    transform: translateX(-250px);
  }
  .ta8i9a .kulbdj img {
    max-width: none;
  }
}


.ta8i9a .oopb0q {
  max-width: 650px;
}
.ta8i9a .oopb0q h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 60px;
  color: #17324f;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .ta8i9a .oopb0q h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
.ta8i9a .oopb0q p {
  font-size: 28px;
  color: #53677d;
}
.ta8i9a .oopb0q a {
  padding: 13px 54px;
  background-color: #491d1d;
}
.ta8i9a .oopb0q a:hover {
  background-color: #17324f;
}
.ta8i9a .eazbjm {
  position: absolute;
  width: 100%;
  max-width: 1170px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.86);
  padding: 10px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
/* Resource start here
--------------------------------------*/
.uwspkz {
  background-image: url(../images/background/counter.jpg);
  background-size: cover;
  background-position: center;
}
.uwspkz .v5785v {
  background-color: rgba(23, 50, 79, 0.65);
  padding: 120px 0px;
}
.uwspkz .gf2c3q {
  text-align: center;
}
.uwspkz .gf2c3q .n1q0c9 {
  background-color: rgba(255, 182, 6, 0.1);
  height: 116px;
  width: 116px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  padding: 7px;
  margin: 0 auto 30px;
}
.uwspkz .gf2c3q .n1q0c9 .zdoqc0 {
  background-color: rgba(255, 182, 6, 0.24);
  padding: 6px;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.uwspkz .gf2c3q .n1q0c9 .zdoqc0 .id9cve {
  background-color: #ffb606;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  line-height: 5;
}
.uwspkz .gf2c3q .content span {
  font-size: 62px;
  line-height: 1.5;
  color: #ffffff;
  animation-duration: 1s;
  animation-delay: 0s;
}
.uwspkz .gf2c3q .content p {
  font-size: 22px;
  color: #ffffff;
  margin: 0px;
}
.c2yepb {
  background: #56509f;
}
.c2yepb .gf2c3q {
  background-color: #ffffff;
  padding: 50px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.c2yepb .gf2c3q .n1q0c9 {
  margin: 0 auto 20px;
  background-color: rgba(86, 80, 159, 0.1);
}
.c2yepb .gf2c3q .n1q0c9 .zdoqc0 {
  background-color: rgba(86, 80, 159, 0.24);
}
.c2yepb .gf2c3q .n1q0c9 .zdoqc0 .id9cve {
  background-color: #56509f;
}
.c2yepb .gf2c3q .content span {
  color: #ffb606;
  line-height: 1.3;
}
.c2yepb .gf2c3q .content p {
  color: #56509f;
}
.zj6z1g .v5785v {
  background-color: rgba(23, 50, 79, 0.65);
}
.zj6z1g .gf2c3q .n1q0c9 {
  background-color: rgba(219, 50, 117, 0.1);
}
.zj6z1g .gf2c3q .n1q0c9 .zdoqc0 {
  background-color: rgba(219, 50, 117, 0.24);
}
.zj6z1g .gf2c3q .n1q0c9 .zdoqc0 .id9cve {
  background-color: #db3275;
}
/* Features start here
--------------------------------------*/
.ggs42b {
  padding: 120px 0px;
  background-color: #f1f3f5;
}
.ggs42b .nwnpke {
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
}

.ggs42b .nwnpke > img {
  width: 100%;
  transition: all .3s ease;
}
.ggs42b .nwnpke .v5785v {
  position: absolute;
  left: 10px;
  top: 10px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  background-color: rgba(241, 243, 245, 0.96);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  transition: all .3s ease;
}
.ggs42b .nwnpke:hover > img {
  transform: scale(1.5);
}
.ggs42b .nwnpke:hover .v5785v {
  background-color: rgba(241, 243, 245, 0.80);
}
.ggs42b .nwnpke .content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ggs42b .nwnpke .content i {
  font-size: 40px;
  color: #ffb606;
  margin-bottom: 20px;
}
.ggs42b .nwnpke .content img {
  margin-bottom: 20px;
}
.ggs42b .nwnpke .content p {
  font-size: 20px;
  color: #53677d;
  text-transform: uppercase;
  margin: 0px;
  transition: all .3s ease;
}
.vxbd73 {
  background-image: url(../images/background/features.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 0px;
}
.vxbd73 .ry4ou7 h2 {
  font-family: 'Love Ya Like A Sister', cursive;
  color: #56509f;
}
.vxbd73 .nwnpke {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .vxbd73 .nwnpke {
    margin-bottom: 50px;
  }
}
.vxbd73 .nwnpke .j48824 {
  height: 200px;
  width: 200px;
  border: 10px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #fb6b47;
  margin: 0 auto 22px;
  font-size: 80px;
  line-height: 2.3;
  color: #ffffff;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.24);
}
.vxbd73 .nwnpke h3 {
  font-size: 24px;
  color: #17324f;
}
.vxbd73 .nwnpke:hover .j48824 {
  box-shadow: none;
}
.vxbd73 .achx7j > div > div:nth-child(1) .j48824 {
  background-color: #fb6b47;
}
.vxbd73 .achx7j > div > div:nth-child(2) .j48824 {
  background-color: #2ecc71;
}
.vxbd73 .achx7j > div > div:nth-child(3) .j48824 {
  background-color: #e91e63;
}
.vxbd73 .achx7j > div > div:nth-child(4) .j48824 {
  background-color: #9b59b6;
}
.oer4eq {
  padding: 120px 0px;
}
.oer4eq .nwnpke {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .oer4eq .nwnpke {
    text-align: center;
  }
}
.oer4eq .nwnpke .n1q0c9 {
  display: inline-block;
  height: 80px;
  width: 80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 20px;
  float: left;
  font-size: 40px;
  line-height: 2;
  color: #ffffff;
  background-color: #ffb606;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .oer4eq .nwnpke .n1q0c9 {
    float: inherit;
    margin: 0 auto 20px;
  }
}
.oer4eq .nwnpke .content {
  display: table;
}
.oer4eq .nwnpke .content h4 {
  font-size: 22px;
  color: #17324f;
  margin-bottom: 15px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 480px) {
  .oer4eq .nwnpke .content {
    display: block;
  }
}
.oer4eq .nwnpke:hover .content h4,
.oer4eq .nwnpke:focus .content h4 {
  color: #ffb606;
}
/* Register start here
--------------------------------------*/
.jt6vrg {
  background-image: url(../images/background/register.jpg);
  background-size: cover;
  background-position: center;
}
.jt6vrg .v5785v {
  background-color: rgba(0, 0, 0, 0.75);
}
.jt6vrg .g4uv8q {
  position: relative;
  overflow: hidden;
}
.jt6vrg .gqftfs {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% - 370px);
  float: left;
}
.jt6vrg .gqftfs h2 {
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
  margin-bottom: 50px;
}
.jt6vrg .gqftfs .obsd27 {
  overflow: hidden;
}
.jt6vrg .gqftfs .obsd27 .zf5s97 {
  display: inline-block;
  height: 150px;
  width: 150px;
  background-color: #17324f;
  border: 4px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  float: left;
  margin-right: 20px;
  color: #ffffff;
  text-align: center;
  padding: 50px 0px;
}
.jt6vrg .gqftfs .obsd27 .zf5s97:last-child {
  margin: 0px;
}
@media screen and (max-width: 1199px) {
  .jt6vrg .gqftfs .obsd27 .zf5s97 {
    margin-right: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .jt6vrg .gqftfs .obsd27 .zf5s97 {
    margin-right: 20px;
    margin-bottom: 20px;
    float: inherit;
  }
}
.jt6vrg .gqftfs .obsd27 .zf5s97 span {
  font-size: 36px;
  line-height: 26px;
  color: #ffffff;
}
.jt6vrg .gqftfs .obsd27 .zf5s97 div {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .jt6vrg .gqftfs {
    text-align: center;
    position: static;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    width: 100%;
    padding: 120px 0px;
  }
}
.jt6vrg .gqftfs h2 {
  font-size: 44px;
  line-height: 48px;
  max-width: 500px;
  margin-bottom: 20px;
}
.jt6vrg .gqftfs p {
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .jt6vrg .gqftfs {
    padding: 60px 0px 0px;
  }
  .jt6vrg .gqftfs h2 {
    margin: 0 auto 20px;
    font-size: 36px;
  }
}
.jt6vrg .form {
  width: 370px;
  float: right;
  background-color: rgba(255, 255, 255, 0.92);
  padding: 120px 40px;
}
.jt6vrg .form h3 {
  font-size: 28px;
  line-height: 34px;
  color: #17324f;
  margin-bottom: 30px;
}
.jt6vrg .form .bqdhsb {
  width: 100%;
  padding: 9px 15px;
  background-color: #ffffff;
  color: #6a7887;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
  outline: none;
}
.jt6vrg .form .bqdhsb:focus {
  border: 1px solid #ffb606;
}
.jt6vrg .form input:last-child {
  margin-top: 20px;
  padding: 15px 40px;
}
.jt6vrg .form input:last-child:hover,
.jt6vrg .form input:last-child:focus {
  background-color: #ffb606;
}
@media screen and (max-width: 991px) {
  .jt6vrg .form {
    width: 100%;
    padding: 60px 40px;
  }
}
.la5hoz .form {
  margin: 60px 0px;
  padding: 60px 40px;
  text-align: center;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.la5hoz .form .bqdhsb {
  border: 1px solid #f1f3f5;
  background-color: #f1f3f5;
  color: #6a7887;
}
.la5hoz .form input:last-child {
  text-transform: uppercase;
  background-color: #ffb606;
}
.k2d815 {
  overflow: hidden;
  background-color: #56509f;
  padding: 80px 0px;
}
@media screen and (max-width: 1199px) {
  .k2d815 {
    text-align: center;
  }
}
.k2d815 h2 {
  font-family: 'Love Ya Like A Sister', cursive;
  font-size: 44px;
  line-height: 48px;
  color: #ffffff;
  text-transform: uppercase;
  float: left;
}
@media screen and (max-width: 1199px) {
  .k2d815 h2 {
    float: inherit;
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.k2d815 a {
  float: right;
}
@media screen and (max-width: 1199px) {
  .k2d815 a {
    float: inherit;
    display: inline-block;
  }
}
.rtlq3m {
  background: url(../images/background/register_02.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 15px;
}
.rtlq3m .g4uv8q {
  max-width: 850px;
  margin: 0 auto;
  padding: 60px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  background-color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rtlq3m .g4uv8q {
    padding: 50px 15px;
  }
}
.rtlq3m .g4uv8q h2 {
  font-family: 'Love Ya Like A Sister', cursive;
  font-size: 36px;
  color: #56509f;
  margin-bottom: 10px;
}
.rtlq3m .g4uv8q p {
  font-size: 20px;
  line-height: 28px;
  color: #53677d;
  margin-bottom: 40px;
}
.rtlq3m .g4uv8q a {
  text-transform: uppercase;
  padding: 10px 33px;
}
.ysyk8p {
  background-image: url(../images/background/register_05.jpg);
  background-size: cover;
  background-position: center;
}
.ysyk8p .v5785v {
  background-color: rgba(23, 50, 79, 0.92);
  padding: 60px 0px;
}
.ysyk8p h2 {
  font-size: 42px;
  line-height: 52px;
  color: #ffffff;
  text-align: center;
}
.ysyk8p .gqftfs {
  background-color: #eeeff1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  padding: 60px;
}
.ysyk8p .gqftfs h3 {
  font-size: 24px;
  color: #17324f;
  margin-bottom: 30px;
}
.ysyk8p .gqftfs .zf5s97 {
  display: inline-block;
  margin-right: 40px;
}
.ysyk8p .gqftfs .zf5s97:last-child {
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .ysyk8p .gqftfs .zf5s97 {
    display: block;
    margin: 0px;
  }
}
.ysyk8p .gqftfs .zf5s97 span {
  font-size: 36px;
  font-weight: 300;
  color: #491d1d;
  line-height: 26px;
}
.ysyk8p .gqftfs .zf5s97 .e0glmr {
  font-size: 16px;
  color: #9ea9b5;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.ysyk8p .gqftfs .zf5s97 a {
  padding: 11px 38px;
}
/* About start here
--------------------------------------*/
.ogfuaa {
  background-color: #f1f3f5;
  padding: 120px 0px;
}
.ogfuaa .kytlbd {
  margin: -7.5px;
  overflow: hidden;
}
.ogfuaa .kytlbd .ib19kv {
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: -o-calc(100% / 3);
  width: calc(100% / 3);
  float: left;
  padding: 7.5px;
}
@media screen and (max-width: 991px) {
  .ogfuaa .kytlbd .ib19kv {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: -o-calc(100% / 2);
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 767px) {
  .ogfuaa .kytlbd .ib19kv {
    width: -webkit-calc(100% / 1);
    width: -moz-calc(100% / 1);
    width: -o-calc(100% / 1);
    width: calc(100% / 1);
  }
}
.ogfuaa .kytlbd .ib19kv .ge1d60 {
  background-color: #ffffff;
  padding: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.ogfuaa .kytlbd .ib19kv .n1q0c9 {
  float: left;
  margin: 5px 15px 0px 0px;
}
.ogfuaa .kytlbd .ib19kv .content {
  display: table;
}
.ogfuaa .kytlbd .ib19kv .content h4 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ogfuaa .kytlbd .ib19kv .content a {
  font-size: 16px;
  text-decoration: none;
  color: #9ea9b5;
}
.ogfuaa .kytlbd .ib19kv .content a:hover,
.ogfuaa .kytlbd .ib19kv .content a:focus {
  color: #ffb606;
}
.ontdgl {
  padding: 120px 0px;
  overflow: hidden;
}
.ontdgl .l7l81z img {
  width: 100%;
  margin-bottom: 30px;
}
.ontdgl .l7l81z a {
  padding: 10px 20px;
  background-color: #ffb606;
}
.ontdgl .l7l81z a:hover,
.ontdgl .l7l81z a:focus {
  background-color: #17324f;
}
.ontdgl ul li {
  list-style: none;
  overflow: hidden;
}
.ontdgl ul li span {
  display: inline-block;
  float: left;
  margin-right: 20px;
  height: 50px;
  width: 50px;
  background-color: #ffb606;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.ontdgl ul li .content {
  display: table;
}
.ontdgl ul li .content h4 {
  font-size: 22px;
  margin-bottom: 5px;
}
.ontdgl .ld20as {
  border: 2px solid #ffb606;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 50px 30px;
  position: relative;
}
.ontdgl .ld20as .jfppta {
  text-align: center;
}
.ontdgl .ld20as .jfppta img {
  height: 100px;
  width: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto 40px;
}
.ontdgl .ld20as .jfppta p {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  color: #17324f;
}
.ontdgl .ld20as .jfppta h4 {
  font-size: 24px;
  line-height: 26px;
  color: #17324f;
}
.ontdgl .ld20as .jfppta span {
  font-size: 16px;
  color: #17324f;
}
.ontdgl .ld20as .qcg5jo {
  position: absolute;
  top: 13%;
  width: 100%;
}
.ontdgl .ld20as .qcg5jo > div {
  position: absolute;
  display: inline-block;
  margin-left: 2px;
  font-size: 16px;
  color: #ffffff;
  background-color: #ffb606;
  height: 70px;
  width: 30px;
  text-align: center;
  line-height: 4.5;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.ontdgl .ld20as .qcg5jo > div:hover,
.ontdgl .ld20as .qcg5jo > div:focus {
  background-color: #ffb606;
}
.ontdgl .ld20as .qcg5jo > div:first-child {
  left: -32px;
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  -o-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}
.ontdgl .ld20as .qcg5jo > div:last-child {
  right: 30px;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -o-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  z-index: 2;
}
.r77xmi {
  background-image: url(../images/background/about.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 0px 220px;
}
.r77xmi .gd6gah {
  border: 10px solid #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.24);
  margin-right: 30px;
}
.r77xmi .gd6gah img {
  width: 100%;
}
.r77xmi .v63qqk h2 {
  font-family: 'Love Ya Like A Sister', cursive;
  font-size: 36px;
  color: #56509f;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.r77xmi .v63qqk ul {
  margin-bottom: 30px;
}
.r77xmi .v63qqk ul li {
  list-style: none;
  font-size: 16px;
  line-height: 30px;
  color: #53677d;
}
.r77xmi .v63qqk ul li i {
  display: inline-block;
  height: 15px;
  width: 15px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  background-color: #56509f;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-right: 10px;
}
.r77xmi .v63qqk a {
  padding: 7px 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  background-color: #56509f;
  margin-right: 5px;
}
.r77xmi .v63qqk a:hover,
.r77xmi .v63qqk a:focus {
  background-color: #ffb606;
}
.hp5mqz {
  padding: 120px 0px;
  overflow: hidden;
}
.hp5mqz .kytlbd {
  margin: -30px;
}
.hp5mqz .ib19kv {
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: -o-calc(100% / 3);
  width: calc(100% / 3);
  padding: 30px;
  float: left;
}
@media screen and (max-width: 991px) {
  .hp5mqz .ib19kv {
    width: -webkit-calc(100% / 1);
    width: -moz-calc(100% / 1);
    width: -o-calc(100% / 1);
    width: calc(100% / 1);
  }
}
.hp5mqz .ib19kv .image {
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.hp5mqz .ib19kv .image img {
  width: 100%;
}
.hp5mqz .ib19kv > .content h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  color: #ffb606;
  line-height: 1;
}
.hp5mqz .ib19kv > .content > span {
  font-size: 22px;
  color: #17324f;
  margin-bottom: 10px;
  display: block;
}
.hp5mqz .ib19kv > .content .gqftfs {
  margin-bottom: 40px;
}
.hp5mqz .ib19kv > .content .gqftfs li {
  list-style: none;
  color: #9ea9b5;
}
.hp5mqz .ib19kv > .content .gqftfs li p {
  margin: 0px;
  font-size: 16px;
  color: #17324f;
  width: 100px;
  font-weight: 500;
  display: inline-block;
  margin-right: 30px;
}
.hp5mqz .ib19kv > .content .gqftfs li p span {
  float: right;
}
.hp5mqz .ib19kv .e7bbxz .gf2c3q {
  overflow: hidden;
  margin-bottom: 30px;
}
.hp5mqz .ib19kv .e7bbxz .gf2c3q .n1q0c9 {
  background-color: rgba(255, 182, 6, 0.1);
  height: 90px;
  width: 90px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  padding: 7px;
  margin-right: 30px;
  float: left;
  font-size: 30px;
  color: #ffffff;
  line-height: 2.3;
}
.hp5mqz .ib19kv .e7bbxz .gf2c3q .n1q0c9 .zdoqc0 {
  background-color: rgba(255, 182, 6, 0.24);
  padding: 6px;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.hp5mqz .ib19kv .e7bbxz .gf2c3q .n1q0c9 .zdoqc0 .id9cve {
  background-color: #ffb606;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.hp5mqz .ib19kv .e7bbxz .gf2c3q .content {
  display: table;
}
.hp5mqz .ib19kv .e7bbxz .gf2c3q .content span {
  font-size: 42px;
  line-height: 1.5;
  color: #17324f;
  animation-duration: 1s;
  animation-delay: 0s;
}
.hp5mqz .ib19kv .e7bbxz .gf2c3q .content p {
  font-size: 18px;
  color: #9ea9b5;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .hp5mqz .ib19kv .e7bbxz .gf2c3q {
    margin-bottom: 50px;
  }
}
.xzd2nm {
  background-image: url(../images/background/about_02.jpg);
  background-size: cover;
  background-position: center;
}
.xzd2nm .v5785v {
  background-color: rgba(23, 50, 79, 0.82);
  padding: 120px 0px;
}
.xzd2nm .image {
  margin-right: 10px;
}
.xzd2nm .image img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .xzd2nm .image {
    margin: 0px 0px 50px;
  }
}
.xzd2nm .content {
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .xzd2nm .content {
    margin: 0px;
  }
}
.xzd2nm .content h2 {
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.xzd2nm .content p {
  color: #ffffff;
}
.xzd2nm .content a {
  text-transform: uppercase;
  background-color: #db3275;
  color: #ffffff;
  padding: 10px 32px;
}
.xzd2nm .content a:hover,
.xzd2nm .content a:focus {
  background-color: #17324f;
}
.a94o5a {
  background-image: url(../images/background/about_06.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 0px 150px;
  position: relative;
  overflow: hidden;
}
.a94o5a:before {
  content: "";
  background-image: url(../images/about/about_cars.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -65px;
  left: 15%;
  width: 75%;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .a94o5a:before {
    display: none;
  }
}
.a94o5a .kytlbd {
  width: calc(100% - 370px);
  padding-right: 60px;
  float: left;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .a94o5a .kytlbd {
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .a94o5a .kytlbd {
    float: inherit;
    width: calc(100% - 0px);
    padding-right: 0px;
    margin-bottom: 50px;
  }
}
.a94o5a .ib19kv {
  width: calc(100% / 2);
  float: left;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .a94o5a .ib19kv {
    width: calc(100% / 1);
  }
}
.a94o5a .ib19kv .ge1d60 {
  padding: 30px;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.a94o5a .ib19kv img {
  margin-bottom: 20px;
}
.a94o5a .ib19kv h4 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #17324f;
}
.a94o5a .ib19kv p {
  margin-bottom: 20px;
}
.a94o5a .ib19kv a {
  font-size: 16px;
  color: #9ea9b5;
  text-decoration: none;
}
.a94o5a .wo0oqb {
  max-width: 370px;
  float: left;
  background-color: #ffb606;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 40px;
}
@media screen and (max-width: 991px) {
  .a94o5a .wo0oqb {
    float: inherit;
    margin: 0 auto;
  }
}
.a94o5a .wo0oqb h3 {
  font-size: 28px;
  text-align: center;
  color: #17324f;
  margin-bottom: 20px;
}
.a94o5a .wo0oqb form .bqdhsb {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  color: #6a7887;
  border: none;
  padding: 9px 15px;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.a94o5a .wo0oqb form input:last-child {
  font-size: 16px;
  text-transform: uppercase;
  padding: 16px 28px;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}
.lsa6fo {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .lsa6fo {
    padding: 120px 0px;
  }
}
.lsa6fo .left {
  width: 40%;
  min-height: 870px;
  position: relative;
  float: left;
}
.lsa6fo .left img {
  position: absolute;
  height: auto;
  width: auto;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1199px) {
  .lsa6fo .left {
    display: none;
  }
}
.lsa6fo .right {
  max-width: 800px;
  width: 60%;
  float: right;
  padding: 120px 0px;
}
.lsa6fo .right .ry4ou7 {
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .lsa6fo .right .ry4ou7 {
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .lsa6fo .right {
    width: 100%;
    padding: 0px 15px;
    float: inherit;
    margin: 0 auto;
  }
}
.lsa6fo .kytlbd {
  overflow: hidden;
}
.lsa6fo .kytlbd .ib19kv {
  width: -webkit-calc(100% / 2);
  width: -moz-calc(100% / 2);
  width: -o-calc(100% / 2);
  width: calc(100% / 2);
  float: left;
}
@media screen and (max-width: 767px) {
  .lsa6fo .kytlbd .ib19kv {
    width: -webkit-calc(100% / 1);
    width: -moz-calc(100% / 1);
    width: -o-calc(100% / 1);
    width: calc(100% / 1);
  }
}
.lsa6fo .kytlbd .ib19kv .n1q0c9 {
  display: inline-block;
  float: left;
  height: 80px;
  width: 80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 20px;
  background-color: #f1f3f5;
  text-align: center;
  color: #17324f;
  font-size: 40px;
  line-height: 2;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.lsa6fo .kytlbd .ib19kv .content {
  display: table;
}
.lsa6fo .kytlbd .ib19kv .content h4 {
  font-size: 22px;
  color: #17324f;
  margin-bottom: 15px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.lsa6fo .kytlbd .ib19kv .content p {
  font-size: 16px;
  line-height: 26px;
}
.lsa6fo .kytlbd .ib19kv:hover .n1q0c9,
.lsa6fo .kytlbd .ib19kv:focus .n1q0c9 {
  -webkit-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.24);
}
.lsa6fo .kytlbd .ib19kv:hover .content h4,
.lsa6fo .kytlbd .ib19kv:focus .content h4 {
  color: #ffb606;
}
.o0zalk {
  padding: 120px 0px;
}
.o0zalk .image {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.o0zalk .image img {
  width: 100%;
}
.o0zalk .content h3 {
  font-size: 28px;
  text-transform: uppercase;
  color: #17324f;
  margin-bottom: 10px;
}
.ik8cir {
  padding: 120px 0px;
  background-color: #f1f3f5;
}
.ik8cir h3 {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ik8cir .qidezh .xysdhd {
  margin-bottom: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.ik8cir .qidezh .xysdhd .f3tyyt {
  border: none;
  box-shadow: none;
  margin-bottom: 0px;
  background-color: #fff;
  margin-bottom: 5px;
}
.collapse:not(.show) {
  display: none;
}
.ik8cir .qidezh .xysdhd .f3tyyt .dhk8bt {
  background-color: #ffffff;
  padding: 17px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.ik8cir .qidezh .xysdhd .f3tyyt .dhk8bt h4 {
  font-size: 18px;
}
.ik8cir .qidezh .xysdhd .f3tyyt .dhk8bt h4 a.ihe4az {
  display: block;
  text-decoration: none;
  color: #000f3a;
}
.ik8cir .qidezh .xysdhd .f3tyyt .dhk8bt h4 a.ihe4az i {
  color: #9ea9b5;
  margin-right: 5px;
  display: inline-block;
}
.ik8cir .qidezh .xysdhd .f3tyyt .dhk8bt h4 a.ihe4az .vu4rh2 {
  display: none;
}
.ik8cir .qidezh .xysdhd .f3tyyt .dhk8bt h4 a {
  display: block;
  text-decoration: none;
  color: #ffb606;
}
.ik8cir .qidezh .xysdhd .f3tyyt .dhk8bt h4 a i {
  color: #ffb606;
  margin-right: 5px;
  display: inline-block;
}
.ik8cir .qidezh .xysdhd .f3tyyt .dhk8bt h4 a .b9qn8t {
  display: none;
}
.ik8cir .qidezh .xysdhd .vl1rql {
  border: none;
  padding: 0px 40px 30px;
}
.ik8cir .th5onn .image {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-right: 20px;
  position: relative;
}
.ik8cir .th5onn .image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ik8cir .th5onn .image {
    float: inherit;
    margin: 0px 0px 20px;
  }
}
.ik8cir .th5onn .image .v5785v {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(23, 50, 79, 0.36);
}
.ik8cir .th5onn .image .n1q0c9 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.ik8cir .th5onn .g2dy3o {
  display: table;
}
/* Courses start here
--------------------------------------*/
.xpjwbo {
  background-color: #f1f3f5;
  padding: 120px 0px;
}
.xpjwbo .ry4ou7 {
  text-align: left;
  max-width: 100%;
}
.xpjwbo .wqg9b8 {
  position: relative;
}
.xpjwbo .e2umcm .image {
  position: relative;
  text-align: center;
}
.xpjwbo .e2umcm .image > img {
  width: 100%;
}
.xpjwbo .e2umcm .image ul {
  position: absolute;
  overflow: hidden;
  display: inline-table;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
.xpjwbo .e2umcm .image ul li {
  display: inline-block;
  float: left;
  margin-right: 3px;
  padding: 0px 15px;
  font-size: 16px;
  line-height: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (max-width: 480px) {
  .xpjwbo .e2umcm .image ul li {
    padding: 0px 10px;
  }
}
.xpjwbo .e2umcm .image ul li:nth-child(1) {
  background-color: #ffffff;
}
.xpjwbo .e2umcm .image ul li:nth-child(2) {
  background-color: #56509f;
  color: #ffffff;
}
.xpjwbo .e2umcm .image ul li:nth-child(3) {
  background-color: #ffb606;
  color: #ffffff;
  font-size: 13px;
}
.xpjwbo .e2umcm .image .k95mtb {
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 54px;
  width: 54px;
  border: 3px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateY(50%) translateX(-50%);
  -moz-transform: translateY(50%) translateX(-50%);
  -o-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
}
.xpjwbo .e2umcm .content {
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #f1f3f5;
  border-bottom: none;
  padding: 40px 30px 25px;
}
.xpjwbo .e2umcm .content .rf0eaq {
  display: block;
  margin: 0 auto;
  padding: 8px 0px;
}
.xpjwbo .e2umcm .content a {
  text-decoration: none;
  display: block;
  color: #9ea9b5;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.xpjwbo .e2umcm .content h4 a {
  text-decoration: none;
  color: #000f3a;
  font-size: 20px;
  line-height: 26px;
}
.xpjwbo .e2umcm .content h4 a:hover,
.xpjwbo .e2umcm .content h4 a:focus {
  color: #ffb606;
}
.xpjwbo .e2umcm .th5onn {
  background-color: #ffffff;
  border: 1px solid #f1f3f5;
  overflow: hidden;
  padding: 14px 20px;
}
.xpjwbo .e2umcm .th5onn .left {
  float: left;
}
.xpjwbo .e2umcm .th5onn .left span {
  margin-right: 5px;
}
.xpjwbo .e2umcm .th5onn .ic5nvr {
  float: right;
  padding: 5px 15px;
}
.xpjwbo .fbguzy {
  position: absolute;
  right: 0px;
  top: -95px;
}

.xpjwbo .fbguzy > div {
  display: inline-block;
  margin-left: 2px;
  font-size: 16px;
  color: #ffffff;
  background-color: #17324f;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.xpjwbo .fbguzy > div:hover,
.xpjwbo .fbguzy > div:focus {
  background-color: #ffb606;
}
.jgrw94 {
  background-color: transparent;
}
.jgrw94 .swiper-slide {
  padding: 1px 0px;
}
.jgrw94 .e2umcm {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.jgrw94 .e2umcm .image {
  overflow: hidden;
}
.jgrw94 .e2umcm:hover img {
  transform: scale(1.2);
}
.jgrw94 .e2umcm img {
  width: 100%;
  transition: all .3s ease;
}
.jgrw94 .e2umcm .content {
  border: 1px solid #edeff1;
  text-align: left;
  padding: 25px 20px 15px;
}
.jgrw94 .e2umcm .content h4 {
  margin-bottom: 10px;
}
.jgrw94 .e2umcm .content .y1gvf3 {
  overflow: hidden;
  margin-bottom: 5px;
}
.jgrw94 .e2umcm .content .y1gvf3 li {
  color: #ffb606;
  list-style: none;
  display: inline-table;
}
.jgrw94 .e2umcm .content .y1gvf3 li:first-child {
  float: left;
}
.jgrw94 .e2umcm .content .y1gvf3 li:last-child {
  float: right;
  font-size: 16px;
}
.jgrw94 .e2umcm .content .y1gvf3 li:last-child i {
  margin-left: 2px;
}
.jgrw94 .e2umcm .content .p54i22 li {
  list-style: none;
  font-size: 16px;
  line-height: 28px;
  color: #9ea9b5;
}
.jgrw94 .e2umcm .content .p54i22 li p {
  display: inline-block;
  width: 90px;
  margin: 0px 20px 0px 0px;
  font-size: 16px;
  line-height: 28px;
  color: #17324f;
}
.jgrw94 .e2umcm .content .p54i22 li p span {
  float: right;
}
.jgrw94 .e2umcm .th5onn {
  border: 1px solid #edeff1;
  border-top: none;
  padding: 10px 20px;
}
.jgrw94 .e2umcm .th5onn img {
  height: 40px;
  width: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 8px;
}
.jgrw94 .e2umcm .th5onn a {
  font-size: 16px;
  color: #9ea9b5;
  text-decoration: none;
}
.jgrw94 .e2umcm .th5onn span {
  float: right;
  font-size: 18px;
  line-height: 40px;
  color: #ffb606;
}
.jgrw94 .fbguzy > div {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.gr9cvl {
  background-color: #ffb606;
  padding: 120px 0px;
}
.gr9cvl .ry4ou7 h2 {
  font-family: 'Love Ya Like A Sister', cursive;
  color: #ffffff;
}
.gr9cvl .e2umcm {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.gr9cvl .e2umcm .image {
  overflow: hidden;
}
.gr9cvl .e2umcm .image img {
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.gr9cvl .e2umcm .content {
  background-color: #ffffff;
  padding: 30px 20px;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .gr9cvl .e2umcm .content {
    text-align: center;
  }
}
.gr9cvl .e2umcm .content h4 {
  margin-bottom: 10px;
}
.gr9cvl .e2umcm .content h4 a {
  text-decoration: none;
  color: #56509f;
}
.gr9cvl .e2umcm .content h4 a:hover,
.gr9cvl .e2umcm .content h4 a:focus {
  color: #ffb606;
}
@media screen and (max-width: 767px) {
  .gr9cvl .e2umcm .content .lq28h4 {
    display: inline-block;
    margin: 0 auto;
  }
}
.gr9cvl .e2umcm .content .lq28h4 .v25dzx {
  display: inline-block;
  height: 42px;
  width: 42px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 10px;
  overflow: hidden;
  float: left;
}
.gr9cvl .e2umcm .content .lq28h4 .cyaasg {
  display: table;
}
.gr9cvl .e2umcm .content .lq28h4 .cyaasg h5 {
  font-size: 18px;
  line-height: 20px;
}
.gr9cvl .e2umcm .content .lq28h4 .cyaasg h5 a {
  color: #56509f;
  text-decoration: none;
}
.gr9cvl .e2umcm .content .lq28h4 .cyaasg h5 a:hover,
.gr9cvl .e2umcm .content .lq28h4 .cyaasg h5 a:focus {
  color: #ffb606;
}
.gr9cvl .e2umcm .content .lq28h4 .cyaasg > a {
  font-size: 14px;
  color: #53677d;
  text-decoration: none;
}
.gr9cvl .e2umcm .th5onn {
  background-color: #fffef1;
  border-top: 1px solid #e8ebed;
}
.gr9cvl .e2umcm .th5onn li {
  width: 32%;
  list-style: none;
  display: inline-block;
  border-right: 1px solid #e8ebed;
  padding: 17px 0px;
  text-align: center;
}
.gr9cvl .e2umcm .th5onn li:last-child {
  border: none;
}
.gr9cvl .e2umcm .th5onn li p {
  margin: 0px;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #56509f;
}
.gr9cvl .e2umcm .th5onn li span {
  font-size: 16px;
  color: #53677d;
}
.gr9cvl .e2umcm:hover .image img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.h4qfek .e2umcm .image ul li:nth-child(2) {
  background-color: #3b88d6;
}
.h4qfek .e2umcm .image ul li:nth-child(3) {
  background-color: #db3275;
}
.h4qfek .fbguzy > div:hover,
.h4qfek .fbguzy > div:focus {
  background-color: #db3275;
}
.dexsvf {
  background-color: transparent;
}
.dexsvf .swiper-slide {
  padding: 1px 0px;
}
.dexsvf .e2umcm {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.dexsvf .e2umcm img {
  width: 100%;
}
.dexsvf .e2umcm .content {
  border: 1px solid #edeff1;
  text-align: left;
  padding: 25px 20px 15px;
}
.dexsvf .e2umcm .content h4 {
  margin-bottom: 10px;
}
.dexsvf .e2umcm .content h4 a:hover {
  color: #491d1d;
}
.dexsvf .e2umcm .content .y1gvf3 {
  overflow: hidden;
  margin-bottom: 5px;
}
.dexsvf .e2umcm .content .y1gvf3 li {
  color: #491d1d;
  list-style: none;
  display: inline-block;
  font-size: 16px;
}
.dexsvf .e2umcm .content .y1gvf3 li i {
  margin-left: 2px;
}
.dexsvf .e2umcm .content .p54i22 li {
  list-style: none;
  font-size: 16px;
  line-height: 28px;
  color: #9ea9b5;
}
.dexsvf .e2umcm .content .p54i22 li p {
  display: inline-block;
  width: 90px;
  margin: 0px 20px 0px 0px;
  font-size: 16px;
  line-height: 28px;
  color: #17324f;
}
.dexsvf .e2umcm .content .p54i22 li p span {
  float: right;
}
.dexsvf .e2umcm .th5onn {
  border: 1px solid #edeff1;
  border-top: none;
  padding: 10px 20px;
}
.dexsvf .e2umcm .th5onn span:first-child {
  color: #491d1d;
  font-size: 18px;
  line-height: 38px;
}
.dexsvf .e2umcm .th5onn span:last-child {
  float: right;
  font-size: 18px;
  line-height: 40px;
  color: #491d1d;
}
.dexsvf .fbguzy > div {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.dexsvf .fbguzy > div:hover,
.dexsvf .fbguzy > div:focus {
  background-color: #491d1d;
}
.l3osv1 h4 {
  font-size: 22px;
  color: #000f3a;
  margin-bottom: 30px;
}
.l3osv1 .e2umcm {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.l3osv1 .e2umcm:hover .content h4 a {
  color: #e91e63;
}

.l3osv1 .e2umcm img {
  width: 100%;
}
.l3osv1 .e2umcm .content {
  border: 1px solid #edeff1;
  text-align: left;
  padding: 25px 20px 15px;
}
.l3osv1 .e2umcm .content h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.l3osv1 .e2umcm .content h4 a {
  color: #000f3a;
  text-decoration: none;
  transition: all .3s ease;
}
.l3osv1 .e2umcm .content span {
  color: #e91e63;
  list-style: none;
  display: inline-block;
  font-size: 16px;
}
.l3osv1 .e2umcm .content .p54i22 li {
  list-style: none;
  font-size: 16px;
  line-height: 28px;
  color: #9ea9b5;
}
.l3osv1 .e2umcm .content .p54i22 li p {
  display: inline-block;
  width: 90px;
  margin: 0px 20px 0px 0px;
  font-size: 16px;
  line-height: 28px;
  color: #17324f;
}
.l3osv1 .e2umcm .content .p54i22 li p span {
  float: right;
}
.l3osv1 .e2umcm .th5onn {
  border: 1px solid #edeff1;
  border-top: none;
  padding: 10px 20px;
}
.l3osv1 .e2umcm .th5onn span:first-child {
  color: #e91e63;
  font-size: 18px;
  line-height: 38px;
}
.l3osv1 .e2umcm .th5onn span:last-child {
  float: right;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  color: #e91e63;
}
.srgspq {
  padding: 120px 0px;
}
.srgspq .xpjwbo {
  padding: 0px;
}
.srgspq .mt9rfv {
  overflow: hidden;
  margin-bottom: 30px;
}
.srgspq .mt9rfv select {
  float: left;
  font-size: 16px;
  color: #53677d;
  background-color: #f1f3f5;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 6px 32px;
  outline: none;
}
.srgspq .mt9rfv .jhbl95 {
  float: right;
}
.srgspq .mt9rfv .jhbl95 p {
  font-size: 16px;
  color: #9ea9b5;
  margin: 0px;
  display: inline-block;
  margin-right: 30px;
  line-height: 40px;
}
.srgspq .mt9rfv .jhbl95 .d5wycx {
  float: right;
}
.srgspq .mt9rfv .jhbl95 .d5wycx span {
  display: inline-block;
  height: 42px;
  width: 42px;
  font-size: 16px;
  color: #9ea9b5;
  background-color: #f1f3f5;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  line-height: 2.7;
  cursor: pointer;
}
.srgspq .mt9rfv .jhbl95 .d5wycx .active {
  color: #53677d;
}
.srgspq .wqg9b8 {
  margin: -15px;
  overflow: hidden;
  margin-bottom: 68px;
}
.srgspq .askiyp {
  padding: 15px;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: -o-calc(100% / 3);
  width: calc(100% / 3);
  float: left;
}
@media screen and (max-width: 1199px) {
  .srgspq .askiyp {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: -o-calc(100% / 2);
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 767px) {
  .srgspq .askiyp {
    width: -webkit-calc(100% / 1);
    width: -moz-calc(100% / 1);
    width: -o-calc(100% / 1);
    width: calc(100% / 1);
  }
}
.srgspq .e2umcm {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.srgspq .e2umcm:hover img{
  transform: scale(1.2);
}
.srgspq .e2umcm:hover .content h4 a{
  color: #ffb606;
}
.srgspq .e2umcm .image {
  overflow: hidden;
}
.srgspq .e2umcm .image img {
  width: 100%;
}
.srgspq .e2umcm .content {
  border: 1px solid #edeff1;
  text-align: left;
}
.srgspq .e2umcm .content .k0pmwl {
  padding: 25px 20px 15px;
}
.srgspq .e2umcm .content h4 {
  margin-bottom: 10px;
  font-size: 20px;
}
.srgspq .e2umcm .content h4 a {
  text-decoration: none;
  color: #000f3a;
}
.srgspq .e2umcm .content .y1gvf3 {
  overflow: hidden;
  margin-bottom: 5px;
}
.srgspq .e2umcm .content .y1gvf3 li {
  color: #ffb606;
  list-style: none;
  display: inline-table;
}
.srgspq .e2umcm .content .y1gvf3 li:first-child {
  float: left;
}
.srgspq .e2umcm .content .y1gvf3 li:last-child {
  float: right;
  font-size: 16px;
}
.srgspq .e2umcm .content .y1gvf3 li:last-child i {
  margin-left: 2px;
}
.srgspq .e2umcm .content .p54i22 li {
  list-style: none;
  font-size: 16px;
  line-height: 28px;
  color: #9ea9b5;
}
.srgspq .e2umcm .content .p54i22 li p {
  display: inline-block;
  width: 90px;
  margin: 0px 20px 0px 0px;
  font-size: 16px;
  line-height: 28px;
  color: #17324f;
}
.srgspq .e2umcm .content .p54i22 li p span {
  float: right;
}
.srgspq .e2umcm .content p {
  display: none;
}
.srgspq .e2umcm .th5onn {
  border-top: 1px solid #edeff1;
  padding: 10px 20px;
}
.srgspq .e2umcm .th5onn img {
  height: 40px;
  width: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 8px;
}
.srgspq .e2umcm .th5onn a {
  font-size: 16px;
  color: #9ea9b5;
  text-decoration: none;
}
.srgspq .e2umcm .th5onn span {
  float: right;
  font-size: 18px;
  line-height: 40px;
  color: #ffb606;
}
.srgspq .f6bqp4 {
  padding: 15px;
}
.srgspq .f6bqp4 .e2umcm .image {
  float: left;
}
.srgspq .f6bqp4 .e2umcm .content {
  display: table;
}
.srgspq .f6bqp4 .e2umcm .content .k0pmwl {
  padding: 30px 30px 0px;
}
.srgspq .f6bqp4 .e2umcm .content h4 {
  font-size: 24px;
}
.srgspq .f6bqp4 .e2umcm .content .p54i22 {
  display: none;
}
.srgspq .f6bqp4 .e2umcm .content p {
  display: block;
  margin-bottom: 25px;
}
.h2hx4n {
  padding: 120px 0px;
}
.h2hx4n h2 {
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .h2hx4n h2 {
    font-size: 26px;
  }
}
.h2hx4n .y1gvf3 {
  background-color: #f1f3f5;
  border: 2px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 14px 18px;
  overflow: hidden;
  margin-bottom: 30px;
}
.h2hx4n .y1gvf3 ul {
  float: left;
}
.h2hx4n .y1gvf3 ul li {
  list-style: none;
  display: inline-block;
  float: left;
}
.h2hx4n .y1gvf3 ul .lq28h4 .image {
  height: 60px;
  width: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 10px;
  float: left;
  overflow: hidden;
}
.h2hx4n .y1gvf3 ul .lq28h4 .image img {
  width: 100%;
}
.h2hx4n .y1gvf3 ul .lq28h4 .content {
  display: table;
  padding: 7px 0px;
  margin: 0px;
}
.h2hx4n .y1gvf3 ul .lq28h4 .content h5 {
  font-size: 18px;
  line-height: 18px;
  color: #17324f;
}
.h2hx4n .y1gvf3 ul .lq28h4 .content a {
  font-size: 14px;
  text-decoration: none;
  line-height: 18px;
  color: #9ea9b5;
}
.h2hx4n .y1gvf3 ul .categories {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  margin: 7px 20px;
  padding: 0px 20px;
}
@media screen and (max-width: 1199px) {
  .h2hx4n .y1gvf3 ul .categories {
    border-left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .h2hx4n .y1gvf3 ul .categories {
    border: 0;
    margin-right: 0;
  }
}
.h2hx4n .y1gvf3 ul .categories span {
  font-size: 14px;
  line-height: 18px;
  color: #9ea9b5;
}
.h2hx4n .y1gvf3 ul .categories a {
  font-size: 18px;
  text-decoration: none;
  line-height: 18px;
  color: #17324f;
  display: block;
}
.h2hx4n .y1gvf3 ul .kg87ix span {
  font-size: 14px;
  line-height: 18px;
  color: #9ea9b5;
}
.h2hx4n .y1gvf3 ul .kg87ix p {
  margin: 0px;
  font-size: 16px;
  color: #17324f;
}
.h2hx4n .y1gvf3 ul .kg87ix i {
  font-size: 16px;
  color: #ffb606;
}
.h2hx4n .y1gvf3 .right {
  float: right;
}
.h2hx4n .y1gvf3 .right span {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  background-color: #3b88d6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 13px;
}
.h2hx4n .y1gvf3 .right a {
  background-color: #ffb606;
  padding: 13px 36px;
  margin: 4px 0px 0px 15px;
}
.h2hx4n .e2umcm > .image {
  margin-bottom: 60px;
}
.h2hx4n .dvvl8o h3 {
  margin-bottom: 10px;
}
.h2hx4n .dvvl8o h5 {
  margin-bottom: 10px;
}
.h2hx4n .dvvl8o ul li {
  font-size: 16px;
  margin-left: 15px;
  color: #53677d;
}
.h2hx4n .b8ei0d .h5kwx5 {
  overflow: hidden;
}
.h2hx4n .b8ei0d .h5kwx5 h3 {
  float: left;
  margin-bottom: 20px;
}
.h2hx4n .b8ei0d .h5kwx5 .x1d85e {
  float: right;
  margin-top: 15px;
  margin-right: 15px;
}
.h2hx4n .b8ei0d .h5kwx5 .x1d85e span {
  font-size: 16px;
  color: #53677d;
}
.h2hx4n .b8ei0d .h5kwx5 .x1d85e span:last-child {
  margin-left: 50px;
}
.h2hx4n .b8ei0d .xysdhd {
  margin-bottom: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.h2hx4n .b8ei0d .xysdhd .vl1rql {
  border: none!important;
}
.h2hx4n .b8ei0d .xysdhd .f3tyyt {
  border: none;
  box-shadow: none;
  margin-bottom: 6px;
}
.h2hx4n .b8ei0d .xysdhd .f3tyyt .dhk8bt {
  background-color: #f1f3f5;
  padding: 12px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.h2hx4n .b8ei0d .xysdhd .f3tyyt .dhk8bt h4 {
  font-size: 18px;
}
.h2hx4n .b8ei0d .xysdhd .f3tyyt .dhk8bt h4 a {
  display: block;
  text-decoration: none;
  color: #000f3a;
}
.h2hx4n .b8ei0d .xysdhd .f3tyyt .dhk8bt h4 a.ihe4az i {
  color: #9ea9b5;
  margin-right: 5px;
  display: inline-block;
}
.h2hx4n .b8ei0d .xysdhd .f3tyyt .dhk8bt h4 a.ihe4az .vu4rh2 {
  display: none;
}
.h2hx4n .b8ei0d .xysdhd .f3tyyt .dhk8bt h4 a.active {
  display: block;
  text-decoration: none;
  color: #ffb606;
}
.h2hx4n .b8ei0d .xysdhd .f3tyyt .dhk8bt h4 a i {
  color: #ffb606;
  margin-right: 5px;
  display: inline-block;
}
.h2hx4n .b8ei0d .xysdhd .f3tyyt .dhk8bt h4 a .b9qn8t {
  display: none;
}
.h2hx4n .b8ei0d .xysdhd .f3tyyt .dhk8bt h4 a span {
  float: right;
  font-size: 16px;
  color: #53677d;
}
.h2hx4n .b8ei0d .xysdhd .vl1rql {
  border: none;
  padding: 0px;
}
.h2hx4n .b8ei0d .xysdhd .vl1rql ul li {
  list-style: none;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 20px;
  border-bottom: 1px solid #f1f3f5;
  overflow: hidden;
}
.h2hx4n .b8ei0d .xysdhd .vl1rql ul li a {
  text-decoration: none;
  color: #ffb606;
}
.h2hx4n .b8ei0d .xysdhd .vl1rql ul li .left {
  float: left;
}
.h2hx4n .b8ei0d .xysdhd .vl1rql ul li .left i {
  color: #ffb606;
  margin-right: 10px;
}
.h2hx4n .b8ei0d .xysdhd .vl1rql ul li .right {
  float: right;
}
.h2hx4n .b8ei0d .xysdhd .vl1rql ul li .right span {
  margin-left: 60px;
  color: #53677d;
}
.h2hx4n .b8ei0d .xysdhd .vl1rql ul li p {
  font-size: 14px;
}
.h2hx4n .b8ei0d .xysdhd .vl1rql ul li:nth-child(2) .left {
  float: inherit;
}
.h2hx4n .b8ei0d .xysdhd .vl1rql ul li:nth-child(2) .right {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.h2hx4n .b8ei0d .xysdhd .vl1rql ul li:nth-child(2) i,
.h2hx4n .b8ei0d .xysdhd .vl1rql ul li:nth-child(2) a {
  color: #53677d;
}
.h2hx4n .b8ei0d .xysdhd .vl1rql ul li:last-child {
  border: none;
}
.h2hx4n .lq28h4 {
  overflow: hidden;
  margin-bottom: 15px;
}
.h2hx4n .lq28h4 .image {
  height: 230px;
  width: 230px;
  float: left;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-right: 20px;
}
.h2hx4n .lq28h4 .image img {
  width: 100%;
}
.h2hx4n .lq28h4 .content {
  display: table;
}
.h2hx4n .lq28h4 .content h3 {
  font-size: 22px;
}
.h2hx4n .lq28h4 .content h3 a {
  text-decoration: none;
  color: #000f3a;
}
.h2hx4n .lq28h4 .content span {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 16px;
  color: #9ea9b5;
}
.h2hx4n .lq28h4 .content ul {
  overflow: hidden;
  float: right;
  transform: translateY(-20px);
}
.h2hx4n .iu6xu4 {
  margin-bottom: 50px;
}
.h2hx4n .iu6xu4 .gwc76u {
  background-color: #f1f3f5;
  border-top: 4px solid #ffb606;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 13px 0px;
  margin-bottom: 46px;
}
@media screen and (max-width: 480px) {
  .h2hx4n .iu6xu4 .gwc76u {
    text-align: center;
  }
}
.h2hx4n .iu6xu4 .gwc76u li {
  list-style: none;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .h2hx4n .iu6xu4 .gwc76u li {
    margin-bottom: 20px;
  }
}
.h2hx4n .iu6xu4 .gwc76u li a {
  font-size: 18px;
  text-decoration: none;
  color: #17324f;
  border-right: 1px solid #dbdbdb;
  padding: 0px 30px;
  position: relative;
}
.h2hx4n .iu6xu4 .gwc76u li a.active:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 0px;
  background-color: #ffb606;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.h2hx4n .iu6xu4 .gwc76u li a:hover:before {
  width: 46px;
}
@media screen and (max-width: 767px) {
  .h2hx4n .iu6xu4 .gwc76u li a {
    padding: 0px 10px;
  }
}
.h2hx4n .iu6xu4 .gwc76u li:last-child a {
  border: none;
}
.h2hx4n .iu6xu4 .gwc76u li a.active:before {
  width: 46px;
}
.h2hx4n .iu6xu4 .i59dht {
  overflow: hidden;
  margin-bottom: 70px;
}
.h2hx4n .iu6xu4 .i59dht .q6coqc {
  height: 270px;
  width: 270px;
  border: 1px solid #dbdbdb;
  background-color: #f1f3f5;
  text-align: center;
  padding: 78px 0px;
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .h2hx4n .iu6xu4 .i59dht .q6coqc {
    width: 100%;
    margin-bottom: 20px;
  }
}
.h2hx4n .iu6xu4 .i59dht .q6coqc .hjwecj {
  font-size: 86px;
  line-height: 70px;
  font-weight: 500;
  color: #17324f;
  display: block;
}
.h2hx4n .iu6xu4 .i59dht .q6coqc .nuy1ao {
  font-size: 20px;
  color: #ffb606;
  display: block;
  line-height: 1;
}
.h2hx4n .iu6xu4 .i59dht .q6coqc .b3z081 {
  font-size: 16px;
  color: #9ea9b5;
  display: block;
}
.h2hx4n .iu6xu4 .i59dht .q46v0c {
  display: table;
  border: 1px solid #dbdbdb;
  background-color: #f1f3f5;
  padding: 40px;
  width: calc(100% - 300px);
}
@media screen and (max-width: 767px) {
  .h2hx4n .iu6xu4 .i59dht .q46v0c {
    width: calc(100% - 0px);
  }
}
.h2hx4n .iu6xu4 .i59dht .q46v0c .spfltz {
  font-size: 16px;
  line-height: 14px;
  color: #17324f;
  margin-bottom: 30px;
}
.h2hx4n .iu6xu4 .i59dht .q46v0c .spfltz:last-child {
  margin-bottom: 0px;
}
.h2hx4n .iu6xu4 .i59dht .q46v0c .spfltz .qif6ny {
  float: left;
  margin-right: 10px;
}
.h2hx4n .iu6xu4 .i59dht .q46v0c .spfltz .juli09 {
  display: inline-block;
  width: 84%;
  height: 12px;
  margin-right: 10px;
  background-color: #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .h2hx4n .iu6xu4 .i59dht .q46v0c .spfltz .juli09 {
    width: 78%;
  }
}
.h2hx4n .iu6xu4 .i59dht .q46v0c .spfltz .juli09 .homoui {
  background-color: #ffb606;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.h2hx4n .iu6xu4 .i59dht .q46v0c .spfltz .value {
  float: right;
}
.h2hx4n .iu6xu4 .t0p4de h4 {
  font-size: 22px;
  color: #000f3a;
}
.h2hx4n .iu6xu4 .t0p4de .m4gn8f {
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb;
  padding-top: 20px;
}
.h2hx4n .iu6xu4 .t0p4de .m4gn8f:last-child {
  border: none;
}
.h2hx4n .iu6xu4 .t0p4de .m4gn8f .knb33w {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-right: 20px;
  height: 90px;
  width: 90px;
}
.h2hx4n .iu6xu4 .t0p4de .m4gn8f .ywl6pc {
  display: table;
}
.h2hx4n .iu6xu4 .t0p4de .m4gn8f .ywl6pc .title {
  display: inline-block;
}
.h2hx4n .iu6xu4 .t0p4de .m4gn8f .ywl6pc h5 {
  font-size: 20px;
  color: #191919;
  line-height: 1;
}
.h2hx4n .iu6xu4 .t0p4de .m4gn8f .ywl6pc span {
  font-size: 16px;
  color: #9ea9b5;
  margin-bottom: 10px;
  display: inline-block;
}
.h2hx4n .iu6xu4 .t0p4de .m4gn8f .ywl6pc .tqc2re {
  float: right;
}
@media screen and (max-width: 767px) {
  .h2hx4n .iu6xu4 .t0p4de .m4gn8f .ywl6pc .tqc2re {
    float: inherit;
  }
}
.h2hx4n .iu6xu4 .t0p4de .m4gn8f .ywl6pc .tqc2re span {
  font-size: 16px;
  color: #9ea9b5;
}
.h2hx4n .iu6xu4 .t0p4de .m4gn8f .ywl6pc .tqc2re span:nth-child(2) {
  margin: 0px 10px;
}
.h2hx4n .iu6xu4 .t0p4de .m4gn8f .ywl6pc .tqc2re .td51hg {
  font-size: 18px;
  color: #ffb606;
}
.h2hx4n .iu6xu4 .t0p4de .m4gn8f .ywl6pc p {
  margin-bottom: 20px;
}
.h2hx4n .iu6xu4 .rf8wwc {
  margin-bottom: 60px;
}
.h2hx4n .iu6xu4 .rf8wwc h4 {
  font-size: 22px;
  color: #000f3a;
  margin-bottom: 20px;
}
.h2hx4n .iu6xu4 .rf8wwc form .rkhfv4 {
  border: 1px solid #dbdbdb;
  background-color: #f1f3f5;
  font-size: 16px;
  color: #9ea9b5;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.h2hx4n .iu6xu4 .rf8wwc form div {
  font-size: 16px;
  color: #9ea9b5;
  margin-bottom: 15px;
}
.h2hx4n .iu6xu4 .rf8wwc form div span {
  font-size: 18px;
  color: #ffb606;
  margin-right: 10px;
}
.h2hx4n .iu6xu4 .rf8wwc form input:nth-child(1) {
  width: 49%;
  float: left;
}
@media screen and (max-width: 767px) {
  .h2hx4n .iu6xu4 .rf8wwc form input:nth-child(1) {
    width: 100%;
    float: inherit;
  }
}
.h2hx4n .iu6xu4 .rf8wwc form input:nth-child(2) {
  width: 49%;
  float: right;
}
@media screen and (max-width: 767px) {
  .h2hx4n .iu6xu4 .rf8wwc form input:nth-child(2) {
    width: 100%;
    float: inherit;
  }
}
.h2hx4n .iu6xu4 .rf8wwc form input:last-child {
  margin-top: 10px;
  padding: 15px 35px;
  background-color: #ffb606;
}
.h2hx4n .iu6xu4 .rf8wwc form input:last-child:hover,
.h2hx4n .iu6xu4 .rf8wwc form input:last-child:focus {
  background-color: #17324f;
}
/* Testimonial start here
--------------------------------------*/
.ks1i2u {
  padding: 120px 0px;
  background-color: #17324f;
}
.ks1i2u .ry4ou7 h2 {
  color: #ffffff;
}
.ks1i2u .ld20as {
  position: relative;
}
.ks1i2u .jfppta {
  text-align: center;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 60px 40px;
}
.ks1i2u .jfppta img {
  height: 100px;
  width: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-bottom: 40px;
}
.ks1i2u .jfppta p {
  font-size: 18px;
  line-height: 30px;
  color: #17324f;
  font-style: italic;
}
.ks1i2u .jfppta h4 {
  color: #17324f;
  font-size: 24px;
  line-height: 26px;
}
.ks1i2u .jfppta span {
  font-size: 16px;
  color: #17324f;
  line-height: 26px;
}
.ks1i2u .qcg5jo {
  font-size: 24px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .ks1i2u .qcg5jo {
    display: none;
  }
}
.ks1i2u .qcg5jo .vbyr5f {
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.ks1i2u .qcg5jo .seg2b7 {
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.g6dy6t {
  background-image: url(../images/background/testimonial.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 0px;
}
.g6dy6t h2 {
  font-family: 'Love Ya Like A Sister', cursive;
  font-size: 46px;
  line-height: 60px;
  color: #56509f;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.g6dy6t .ld20as {
  border: 4px dotted #fb6b47;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  padding: 6px;
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .g6dy6t .ld20as {
    margin: 0px 0px 50px;
  }
}
.g6dy6t .ld20as .lj8dwt {
  background-color: #56509f;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  padding: 10px 70px 50px;
}
@media screen and (max-width: 1199px) {
  .g6dy6t .ld20as .lj8dwt {
    padding: 10px 20px 50px;
  }
}
@media screen and (max-width: 991px) {
  .g6dy6t .ld20as .lj8dwt {
    padding: 10px 70px 50px;
  }
}
@media screen and (max-width: 767px) {
  .g6dy6t .ld20as .lj8dwt {
    padding: 10px 15px 50px;
  }
}
.g6dy6t .ld20as .swiper-container {
  overflow: inherit;
}
.g6dy6t .ld20as .jfppta {
  text-align: center;
  margin-bottom: 15px;
}
.g6dy6t .ld20as .jfppta .image {
  position: relative;
  height: 100px;
  width: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}
.g6dy6t .ld20as .jfppta .image img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.g6dy6t .ld20as .jfppta .image i {
  display: inline-block;
  position: absolute;
  left: -21px;
  top: 2px;
  height: 42px;
  width: 42px;
  font-size: 20px;
  line-height: 2;
  color: #ffffff;
  background-color: #fb6b47;
  border: 3px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.g6dy6t .ld20as .jfppta p {
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.g6dy6t .ld20as .jfppta h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
.g6dy6t .ld20as .jfppta span {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.g6dy6t .ld20as .t7ep9b {
  text-align: center;
}
.g6dy6t .ld20as .t7ep9b span {
  background-color: #ffffff;
  height: 10px;
  width: 10px;
  margin-right: 4px;
}
.g6dy6t .s2u5ws {
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  .g6dy6t .s2u5ws {
    padding-left: 0px;
  }
}
.g6dy6t .s2u5ws ul li {
  list-style: none;
}
.g6dy6t .s2u5ws ul li .n1q0c9 {
  float: left;
  height: 92px;
  width: 92px;
  border: 4px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #ffb606;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  line-height: 2.5;
  margin-right: 30px;
  -webkit-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.24);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 480px) {
  .g6dy6t .s2u5ws ul li .n1q0c9 {
    float: inherit;
    margin: 0 auto 30px;
  }
}
.g6dy6t .s2u5ws ul li .content {
  display: table;
}
.g6dy6t .s2u5ws ul li .content h3 {
  font-size: 24px;
  color: #17324f;
  margin-bottom: 5px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.g6dy6t .s2u5ws ul li .content p {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 480px) {
  .g6dy6t .s2u5ws ul li .content {
    display: block;
    text-align: center;
  }
}
.g6dy6t .s2u5ws ul li:hover .n1q0c9 {
  box-shadow: none;
}
.g6dy6t .s2u5ws ul li:hover .content h3 {
  color: #ffb606;
}
.qjfq1x {
  background-image: url(../images/background/testimonial_03.jpg);
  background-size: cover;
  background-position: center;
}
.qjfq1x .v5785v {
  background-color: rgba(23, 50, 79, 0.84);
  padding: 120px 0px;
}
.qjfq1x h2 {
  color: #ffffff;
}
.qjfq1x .ld20as {
  position: relative;
}
.qjfq1x .jfppta {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.qjfq1x .jfppta .image {
  position: relative;
  height: 100px;
  width: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto;
}
.qjfq1x .jfppta .image img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.qjfq1x .jfppta .image i {
  display: inline-block;
  position: absolute;
  left: -21px;
  top: 2px;
  height: 42px;
  width: 42px;
  font-size: 20px;
  line-height: 2;
  color: #ffffff;
  background-color: #ffb606;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.qjfq1x .jfppta p {
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.qjfq1x .jfppta h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
.qjfq1x .jfppta span {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .qjfq1x .qcg5jo {
    display: none;
  }
}
.qjfq1x .qcg5jo > div {
  height: 30px;
  width: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 2.3;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 99;
}
.qjfq1x .qcg5jo > div:hover {
  background-color: #ffb606;
}
.qjfq1x .qcg5jo .vbyr5f {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.qjfq1x .qcg5jo .seg2b7 {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.cj9xrc {
  background-color: #db3275;
}
.fjlsdb {
  background-color: #ffb606;
}
.ai4jvp {
  background-color: #491d1d;
}
.srivwa {
  padding: 120px 0px;
  background-color: #ffb606;
}
.srivwa h2 {
  color: #ffffff;
}
.srivwa .vzps3s {
  max-width: 915px;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding-bottom: 80px;
  position: relative;
}
.srivwa .vzps3s .jfppta {
  overflow: hidden;
  padding: 40px 40px 0px;
}
.srivwa .vzps3s .jfppta .n1q0c9 {
  font-size: 50px;
  line-height: 1;
  color: #9ea9b5;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .srivwa .vzps3s .jfppta .n1q0c9 {
    display: none;
  }
}
.srivwa .vzps3s .jfppta .content {
  width: 75%;
  float: left;
}
.srivwa .vzps3s .jfppta .content h4 {
  font-size: 20px;
}
.srivwa .vzps3s .jfppta .content span {
  font-size: 16px;
  color: #9ea9b5;
}
@media screen and (max-width: 991px) {
  .srivwa .vzps3s .jfppta .content {
    width: 100%;
    text-align: center;
  }
}
.srivwa .vzps3s .jfppta .image {
  overflow: hidden;
  height: 130px;
  width: 130px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: 4px solid #491d1d;
  float: right;
}
.srivwa .vzps3s .jfppta .image img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .srivwa .vzps3s .jfppta .image {
    float: inherit;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.srivwa .qcg5jo {
  position: absolute;
  left: 100px;
  bottom: 50px;
}
@media screen and (max-width: 991px) {
  .srivwa .qcg5jo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.srivwa .qcg5jo > div {
  height: 30px;
  width: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 2.3;
  text-align: center;
  background-color: #17324f;
  color: #ffffff;
  cursor: pointer;
  z-index: 99;
  float: left;
  margin-right: 5px;
}
.srivwa .qcg5jo > div:hover {
  background-color: #ffb606;
}
/* Subscribe start here
--------------------------------------*/
.gt3o3b {
  background-image: url(../images/background/subscribe.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 0px;
}
.gt3o3b .k24b10 {
  background-color: #ffffff;
  max-width: 1024px;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 0px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.gt3o3b .k24b10:before {
  content: "";
  background-image: url(../images/subscribe/sub-border.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
}
.gt3o3b .k24b10 .content {
  width: 50%;
  float: left;
  text-align: center;
  padding: 50px;
}
@media screen and (max-width: 1199px) {
  .gt3o3b .k24b10 .content {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 991px) {
  .gt3o3b .k24b10 .content {
    width: 100%;
    float: inherit;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .gt3o3b .k24b10 .content {
    padding: 50px 15px;
  }
}
.gt3o3b .k24b10 .content img {
  margin-bottom: 40px;
}
.gt3o3b .k24b10 .content h3 {
  font-size: 30px;
  line-height: 46px;
  font-weight: 300;
  text-transform: uppercase;
  color: #491d1d;
  margin-bottom: 8px;
}
.gt3o3b .k24b10 .content p {
  font-size: 18px;
  color: #53677d;
  margin: 0px;
}
.gt3o3b .k24b10 .form {
  width: 50%;
  float: right;
  padding: 0px 50px;
  border-left: 1px solid #e8ebed;
}
@media screen and (max-width: 991px) {
  .gt3o3b .k24b10 .form {
    width: 100%;
    float: inherit;
  }
}
@media screen and (max-width: 767px) {
  .gt3o3b .k24b10 .form {
    padding: 0px 15px;
  }
}
.gt3o3b .k24b10 .form p {
  font-size: 24px;
  line-height: 30px;
  color: #53677d;
  margin-bottom: 30px;
}
.gt3o3b .k24b10 .form form input:nth-child(1),
.gt3o3b .k24b10 .form form input:nth-child(2) {
  font-size: 16px;
  color: #9ea9b5;
  background-color: #f1f3f5;
  border: 1px solid #f1f3f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 15px 20px;
  margin-bottom: 15px;
  width: 100%;
  outline: none;
}
.gt3o3b .k24b10 .form form input:nth-child(1):focus,
.gt3o3b .k24b10 .form form input:nth-child(2):focus {
  border: 1px solid #491d1d;
}
.gt3o3b .k24b10 .form form input:last-child {
  background-color: #491d1d;
  font-size: 16px;
  text-transform: uppercase;
  padding: 20px 36px;
  margin-top: 15px;
}
.gt3o3b .k24b10 .form form input:last-child:hover,
.gt3o3b .k24b10 .form form input:last-child:focus {
  background-color: #ffb606;
}
.jefnyu {
  background: url(../images/background/subscribe_02.jpg) rgba(0, 0, 0, 0.75);
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
}
.jefnyu .k24b10 {
  max-width: 720px;
  background-color: rgba(255, 255, 255, 0.92);
  padding: 40px;
  overflow: hidden;
}
.jefnyu .k24b10:before {
  display: none;
}
.jefnyu .k24b10 h2 {
  font-size: 32px;
  line-height: 56px;
  color: #17324f;
  float: left;
}
@media screen and (max-width: 767px) {
  .jefnyu .k24b10 h2 {
    float: inherit;
    margin-bottom: 10px;
  }
}
.jefnyu .k24b10 a {
  float: right;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 36px;
  background-color: #ffb606;
}
.jefnyu .k24b10 a:hover,
.jefnyu .k24b10 a:focus {
  background-color: #17324f;
}
@media screen and (max-width: 767px) {
  .jefnyu .k24b10 a {
    float: inherit;
  }
}
.lzvocf {
  background-color: #17324f;
  padding: 120px 0px;
  overflow: hidden;
}
.lzvocf h2 {
  color: #ffffff;
}
.lzvocf form {
  max-width: 700px;
  margin: 0 auto;
}
.lzvocf form input {
  float: left;
}
.lzvocf form input:first-child {
  width: calc(100% - 200px);
  background-color: #ffffff;
  border: none;
  box-shadow: none;
  padding: 20px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  outline: none;
}
@media screen and (max-width: 480px) {
  .lzvocf form input:first-child {
    width: calc(100% - 0px);
    margin-bottom: 10px;
  }
}
.lzvocf form input:last-child {
  width: 190px;
  margin-left: 10px;
  background-color: #ffb606;
  font-size: 16px;
  line-height: 18px;
  padding: 24px 15px;
  color: white;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .lzvocf form input:last-child {
    margin: 0px;
  }
}
/* Teachers start here
--------------------------------------*/
.afc4dy {
  background-color: #f1f3f5;
  padding: 120px 0px;
}
.afc4dy .eu04v1 .frsdm9 {
  margin: -10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.afc4dy .eu04v1 .frsdm9 > div {
  width: -webkit-calc(100% / 2);
  width: -moz-calc(100% / 2);
  width: -o-calc(100% / 2);
  width: calc(100% / 2);
  float: left;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .afc4dy .eu04v1 .frsdm9 > div {
    width: -webkit-calc(100% / 1);
    width: -moz-calc(100% / 1);
    width: -o-calc(100% / 1);
    width: calc(100% / 1);
  }
}
.afc4dy .eu04v1 .frsdm9 .dg03qf {
  overflow: hidden;
  background-color: #ffffff;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.afc4dy .eu04v1 .frsdm9 .dg03qf .image {
  height: 220px;
  width: 220px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 30px;
  float: left;
  overflow: hidden;
}
.afc4dy .eu04v1 .frsdm9 .dg03qf .image img {
  transition: all .3s ease;
}
.afc4dy .eu04v1 .frsdm9 .dg03qf:hover img{
  transform: scale(1.2);
}
.afc4dy .eu04v1 .frsdm9 .dg03qf:hover .content h3 a{
  color: #ffb606;
}
@media screen and (max-width: 1199px) {
  .afc4dy .eu04v1 .frsdm9 .dg03qf .image {
    float: inherit;
    margin: 0 auto;
  }
}
.afc4dy .eu04v1 .frsdm9 .dg03qf .content {
  display: table;
  padding: 20px 0px;
}
@media screen and (max-width: 1199px) {
  .afc4dy .eu04v1 .frsdm9 .dg03qf .content {
    display: block;
    text-align: center;
  }
}
.afc4dy .eu04v1 .frsdm9 .dg03qf .content h3 {
  font-size: 24px;
  line-height: 26px;
}
.afc4dy .eu04v1 .frsdm9 .dg03qf .content h3 a {
  text-decoration: none;
  color: #191919;
}
.afc4dy .eu04v1 .frsdm9 .dg03qf .content span {
  display: inline-block;
  color: #9ea9b5;
  font-size: 18px;
  margin-bottom: 10px;
}
.afc4dy .eu04v1 .frsdm9 .dg03qf .content p {
  margin: 0px;
  font-size: 16px;
  line-height: 28px;
  color: #53677d;
}
.afc4dy .eu04v1 .frsdm9 .dg03qf .content p i {
  color: #ffb606;
  margin-right: 5px;
}
.afc4dy .eu04v1 .frsdm9 .dg03qf .content ul {
  margin-top: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .afc4dy .eu04v1 .frsdm9 .dg03qf .content ul {
    margin: 20px auto 0px;
    display: inline-block;
  }
}
.afc4dy .eu04v1 .vbssba {
  background-color: #ffffff;
  padding: 30px 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.afc4dy .eu04v1 .vbssba .dg03qf {
  text-align: center;
}
.afc4dy .eu04v1 .vbssba .dg03qf:hover img {
  transform: scale(1.2);
}
.afc4dy .eu04v1 .vbssba .dg03qf:hover .content h5 a {
  color: #ffb606;
}
.afc4dy .eu04v1 .vbssba .dg03qf .image {
  overflow: hidden;
  height: 130px;
  width: 130px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto 30px;
  overflow: hidden;
}
.afc4dy .eu04v1 .vbssba .dg03qf .image img {
  width: 100%;
  transition: all .3s ease;
}
.afc4dy .eu04v1 .vbssba .dg03qf .content h5 {
  font-size: 18px;
  line-height: 24px;
  color: #191919;
}
.afc4dy .eu04v1 .vbssba .dg03qf .content h5 a {
  text-decoration: none;
  color: #191919;
}
.afc4dy .eu04v1 .vbssba .dg03qf .content span {
  font-size: 16px;
  color: #53677d;
}
.afc4dy .znzf56 {
  position: absolute;
  width: 100%;
  top: 45%;
}
.afc4dy .znzf56 > div {
  position: absolute;
  display: inline-block;
  margin-left: 2px;
  font-size: 20px;
  color: #53677d;
  background-color: #f1f3f5;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.afc4dy .znzf56 > div:hover,
.afc4dy .znzf56 > div:focus {
  background-color: #ffb606;
  color: #ffffff;
}
.afc4dy .znzf56 > div:first-child {
  left: -40px;
}
.afc4dy .znzf56 > div:last-child {
  right: 60px;
}
@media screen and (max-width: 767px) {
  .afc4dy .znzf56 {
    display: none;
  }
}
.pkjj1i li {
  list-style: none;
  display: inline-block;
  float: left;
  margin-right: 8px;
}
.pkjj1i li a {
  display: inline-block;
  text-decoration: none;
  height: 30px;
  width: 30px;
  color: #53677d;
  background-color: #f1f3f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 34px;
}
.pkjj1i li a:hover {
  background-color: #ffb606;
  color: #ffffff;
}
.s02im6 {
  background-image: url(../images/background/teacher.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 0px;
}
.s02im6 h2 {
  font-family: 'Love Ya Like A Sister', cursive;
  color: #56509f;
}
.s02im6 .dg03qf {
  text-align: center;
}
.s02im6 .dg03qf .image {
  height: 184px;
  width: 184px;
  border: 10px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto 50px;
  overflow: hidden;
  -webkit-box-shadow: 0px 9px 5px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 9px 5px 0px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0px 9px 5px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 9px 5px 0px rgba(0, 0, 0, 0.24);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.s02im6 .dg03qf .image img {
  width: 100%;
}
.s02im6 .dg03qf .content {
  text-align: center;
}
.s02im6 .dg03qf .content h5 {
  font-size: 24px;
  line-height: 26px;
}
.s02im6 .dg03qf .content h5 a {
  text-decoration: none;
  color: #56509f;
}
.s02im6 .dg03qf .content h5 a:hover,
.s02im6 .dg03qf .content h5 a:focus {
  color: #ffb606;
}
.s02im6 .dg03qf .content span {
  font-size: 16px;
  color: #9ea9b5;
  margin-bottom: 20px;
  display: inline-block;
}
.s02im6 .dg03qf .pkjj1i {
  overflow: hidden;
}
.s02im6 .dg03qf .pkjj1i li {
  float: inherit;
  margin-right: 2px;
}
.s02im6 .dg03qf .pkjj1i li a {
  background-color: #56509f;
  color: #ffffff;
}
.s02im6 .dg03qf .pkjj1i li a:hover,
.s02im6 .dg03qf .pkjj1i li a:focus {
  background-color: #ffb606;
}
.s02im6 .dg03qf:hover .image {
  height: 214px;
  width: 214px;
  margin-bottom: 20px;
}
.cegag2 {
  background-color: #17324f;
  padding: 120px 0px;
}
.cegag2 h2 {
  color: #ffffff;
}
.cegag2 .dg03qf {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .cegag2 .dg03qf {
    margin-bottom: 30px;
  }
}
.cegag2 .dg03qf .image img {
  width: 100%;
}
.cegag2 .dg03qf .content {
  background-color: #ffffff;
  text-align: center;
  padding: 24px 20px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.cegag2 .dg03qf .content h4 {
  font-size: 22px;
  line-height: 24px;
}
.cegag2 .dg03qf .content h4 a {
  text-decoration: none;
  color: #191919;
}
.cegag2 .dg03qf .content span {
  font-size: 16px;
  color: #191919;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.cegag2 .dg03qf:hover .content {
  background-color: #db3275;
}
.cegag2 .dg03qf:hover .content h4 a,
.cegag2 .dg03qf:hover .content span {
  color: #ffffff;
}
.tahn8d {
  padding: 120px 0px;
}
.tahn8d .dg03qf {
  text-align: center;
  margin-bottom: 15px;
}
.tahn8d .dg03qf .image {
  overflow: hidden;
  height: 130px;
  width: 130px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto 30px;
  position: relative;
}
.tahn8d .dg03qf .image .v5785v {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 182, 6, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.tahn8d .dg03qf .image img {
  width: 100%;
}
.tahn8d .dg03qf .content h3 {
  font-size: 24px;
}
.tahn8d .dg03qf .content h3 a {
  text-decoration: none;
  color: #191919;
}
.tahn8d .dg03qf .content span {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  color: #9ea9b5;
}
.tahn8d .dg03qf .content ul {
  display: inline-block;
  margin: 0 auto;
}
.tahn8d .dg03qf:hover .image .v5785v {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tahn8d .dg03qf:hover .content h3 a {
  color: #ffb606;
}
.wxyp0e {
  padding: 120px 0px;
}
.zsfa1k {
  padding: 120px 0px 70px;
}
.zsfa1k .dg03qf {
  background-color: #f1f3f5;
  padding: 30px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .zsfa1k .dg03qf {
    margin-bottom: 50px;
  }
}
.zsfa1k .dg03qf .image {
  overflow: hidden;
  height: 220px;
  width: 220px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto 30px;
}
.zsfa1k .dg03qf .image img {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .zsfa1k .dg03qf .image {
    height: 170px;
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .zsfa1k .dg03qf .image {
    height: 230px;
    width: 230px;
  }
}
.zsfa1k .dg03qf h3 {
  font-size: 24px;
  color: #17324f;
}
.zsfa1k .dg03qf span {
  font-size: 16px;
  color: #9ea9b5;
}
.zsfa1k .dg03qf p {
  font-size: 16px;
  line-height: 26px;
  color: #17324f;
}
.zsfa1k .dg03qf ul {
  overflow: hidden;
}
.zsfa1k .dg03qf ul li {
  float: inherit;
  margin-right: 3px;
}
.zsfa1k .dg03qf ul li a {
  background-color: #ffffff;
}
.zsfa1k .dg03qf ul li a:hover {
  color: #000000;
}
.zsfa1k .xpjwbo {
  padding: 0px;
}
.zsfa1k .xpjwbo h3 {
  font-size: 28px;
  color: #17324f;
  margin-bottom: 40px;
}
/* Blog start here
--------------------------------------*/
.z8by9a {
  padding: 120px 0px;
}
.e405l3 {
  margin-bottom: 25px;
}
.e405l3 .image {
  overflow: hidden;
  margin-bottom: 20px;
}
.e405l3 .image img {
  width: 100%;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.e405l3 .content h4 a {
  text-decoration: none;
  font-size: 22px;
  color: #000f3a;
  margin-bottom: 5px;
  display: inline-block;
}
.e405l3 .content h4 a:hover,
.e405l3 .content h4 a:focus {
  color: #ffb606;
}
.e405l3 .content ul {
  margin-bottom: 10px;
}
.e405l3 .content ul li {
  list-style: none;
  display: inline-block;
}
.e405l3 .content ul li:first-child {
  margin-right: 5px;
}
.e405l3 .content ul li a {
  font-size: 16px;
  color: #9ea9b5;
  text-decoration: none;
}
.e405l3 .content > a {
  padding: 5px 25px;
}
.e405l3:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.uhpyg2 h2 {
  font-family: 'Love Ya Like A Sister', cursive;
  color: #56509f;
}
.uhpyg2 .e405l3 .image {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.uhpyg2 .e405l3 .content > a {
  padding: 5px 25px;
  background-color: #56509f;
}
.uhpyg2 .e405l3 .content > a:hover,
.uhpyg2 .e405l3 .content > a:focus {
  background-color: #ffb606;
}
.y2rl6l {
  padding: 120px 0px;
  overflow: hidden;
}
.y2rl6l.bmpo0h .e405l3:hover img {
  transform: scale(1);
}
blockquote {
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  border: 1px solid #dbdbdb;
  border-left: 6px solid #ffb606;
}
blockquote:after {
  color: #ffb606;
  font-size: 30px;
  line-height: 1;
}
.p4khjb {
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 30px;
  margin-bottom: 80px;
}
.p4khjb .d2xqs3 {
  float: left;
}
@media screen and (max-width: 767px) {
  .p4khjb .d2xqs3 {
    float: inherit;
    margin-bottom: 10px;
  }
}
.p4khjb .d2xqs3 li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  color: #53677d;
}
.p4khjb .d2xqs3 li a {
  text-decoration: none;
  font-size: 16px;
  color: #ffb606;
}
.p4khjb .a812c1 {
  float: right;
}
@media screen and (max-width: 767px) {
  .p4khjb .a812c1 {
    float: inherit;
  }
}
.p4khjb .a812c1 li {
  font-size: 16px;
  color: #53677d;
  line-height: 2.3;
}
.p4khjb .a812c1 li:first-child {
  margin-right: 10px;
}
.qz72s5 {
  background-color: #f1f3f5;
  border: 1px solid #dbdbdb;
  padding: 30px 40px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 80px;
}
.qz72s5 .image {
  overflow: hidden;
  height: 130px;
  width: 130px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 20px;
  float: left;
}
@media screen and (max-width: 480px) {
  .qz72s5 .image {
    float: inherit;
    margin: 0 auto 20px;
  }
}
.qz72s5 .due76j {
  display: table;
}
@media screen and (max-width: 480px) {
  .qz72s5 .due76j {
    text-align: center;
  }
}
.qz72s5 .due76j .ez46eu {
  overflow: hidden;
  margin-bottom: 15px;
}
.qz72s5 .due76j .ez46eu .title {
  float: left;
}
@media screen and (max-width: 767px) {
  .qz72s5 .due76j .ez46eu .title {
    float: inherit;
    margin-bottom: 10px;
  }
}
.qz72s5 .due76j .ez46eu .title h5 {
  font-size: 20px;
}
.qz72s5 .due76j .ez46eu .title h5 a {
  text-decoration: none;
  color: #191919;
}
.qz72s5 .due76j .ez46eu .title > span {
  font-size: 16px;
  color: #9ea9b5;
}
.qz72s5 .due76j .ez46eu .xa9v94 {
  float: right;
}
@media screen and (max-width: 767px) {
  .qz72s5 .due76j .ez46eu .xa9v94 {
    float: inherit;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .qz72s5 .due76j .ez46eu .xa9v94 {
    margin: 0 auto;
    display: inline-block;
  }
}
.qz72s5 .due76j p {
  margin: 0px;
}
.ug4as8 {
  margin-bottom: 70px;
}
.ug4as8 h4 {
  font-size: 22px;
  color: #000f3a;
}
.ug4as8 ul li {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 0px;
}
.ug4as8 ul li:last-child {
  border: none;
  padding-bottom: 0px;
}
.ug4as8 ul li .uk76rm {
  height: 90px;
  width: 90px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
  float: left;
}
@media screen and (max-width: 767px) {
  .ug4as8 ul li .uk76rm {
    margin-right: 10px;
  }
}
.ug4as8 ul li .uk76rm img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .ug4as8 ul li .uk76rm {
    height: 60px;
    width: 60px;
  }
}
.ug4as8 ul li .pbcbjk {
  display: table;
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}
.ug4as8 ul li .pbcbjk:last-child {
  border: none;
  padding: 0px;
}
.ug4as8 ul li .pbcbjk .iclj3t {
  overflow: hidden;
  margin-bottom: 10px;
}
.ug4as8 ul li .pbcbjk .iclj3t h5 {
  font-size: 20px;
  color: #191919;
  float: left;
}
@media screen and (max-width: 767px) {
  .ug4as8 ul li .pbcbjk .iclj3t h5 {
    float: inherit;
  }
}
.ug4as8 ul li .pbcbjk .iclj3t span {
  font-size: 16px;
  color: #9ea9b5;
  line-height: 2;
}
.ug4as8 ul li .pbcbjk .iclj3t span:nth-child(2) {
  margin: 0px 10px;
}
@media screen and (max-width: 767px) {
  .ug4as8 ul li .pbcbjk .iclj3t span {
    display: block;
  }
  .ug4as8 ul li .pbcbjk .iclj3t span:nth-child(2) {
    display: none;
  }
}
.ug4as8 ul li .pbcbjk .iclj3t .rjdazi {
  float: right;
  text-decoration: none;
  color: #9ea9b5;
}
@media screen and (max-width: 767px) {
  .ug4as8 ul li .pbcbjk .iclj3t .rjdazi {
    float: inherit;
  }
}
.ug4as8 ul li .pbcbjk p {
  margin: 0px;
}
.ug4as8 ul li ul {
  margin-left: 90px;
}
@media screen and (max-width: 767px) {
  .ug4as8 ul li ul {
    margin-left: 50px;
  }
}
@media screen and (max-width: 480px) {
  .ug4as8 ul li ul {
    margin-left: 30px;
  }
}
.ljqpbn h4 {
  font-size: 22px;
  color: #000f3a;
  margin-bottom: 20px;
}
.ljqpbn form .p6mksv {
  border: 1px solid #dbdbdb;
  background-color: #f1f3f5;
  font-size: 16px;
  color: #9ea9b5;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.ljqpbn form input:nth-child(1) {
  width: 49%;
  float: left;
}
@media screen and (max-width: 767px) {
  .ljqpbn form input:nth-child(1) {
    width: 100%;
    float: inherit;
  }
}
.ljqpbn form input:nth-child(2) {
  width: 49%;
  float: right;
}
@media screen and (max-width: 767px) {
  .ljqpbn form input:nth-child(2) {
    width: 100%;
    float: inherit;
  }
}
.ljqpbn form input:last-child {
  margin-top: 10px;
  padding: 15px 35px;
  background-color: #ffb606;
}
.ljqpbn form input:last-child:hover,
.ljqpbn form input:last-child:focus {
  background-color: #17324f;
}
/* Events start here
--------------------------------------*/
.events {
  padding: 120px 0px;
}
@media screen and (max-width: 767px) {
  .events .yo9vjj {
    margin-bottom: 30px;
  }
}
.events .yo9vjj .image {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.events .yo9vjj .image img {
  width: 100%;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.events .yo9vjj .kfs0a2 .txoalk {
  float: left;
  margin-right: 30px;
  border: 2px solid #ffb606;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  padding: 10px 24px;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .events .yo9vjj .kfs0a2 .txoalk {
    margin-right: 10px;
    padding: 10px 15px;
  }
}
.events .yo9vjj .kfs0a2 .txoalk span {
  display: block;
}
.events .yo9vjj .kfs0a2 .txoalk span:first-child {
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
  color: #17324f;
}
.events .yo9vjj .kfs0a2 .txoalk span:nth-child(2) {
  font-size: 4px;
  color: #ffb606;
  margin: 7px 0px;
}
.events .yo9vjj .kfs0a2 .txoalk span:nth-child(2) i:nth-child(2) {
  margin: 0px 3px;
}
.events .yo9vjj .kfs0a2 .txoalk p {
  margin: 0px;
  font-size: 16px;
  color: #53677d;
}
.events .yo9vjj .kfs0a2 .content {
  display: table;
}
.events .yo9vjj .kfs0a2 .content h3 a {
  color: #17324f;
  text-decoration: none;
}
.events .yo9vjj .kfs0a2 .content h3 a:hover {
  color: #ffb606;
}
.events .yo9vjj .kfs0a2 .content ul li {
  list-style: none;
  color: #9ea9b5;
}
.events .yo9vjj .kfs0a2 .content ul li i {
  color: #ffb606;
  margin-right: 5px;
}
.events .yo9vjj:hover .image img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.dpujsm {
  background-color: #f1f3f5;
  padding: 120px 0px;
}
.dpujsm .zy3f77 {
  text-align: center;
  margin-top: 40px;
}
.dpujsm .zy3f77 a {
  padding: 12px 42px;
  margin: 0 auto;
  background-color: #ffb606;
}
.dpujsm .zy3f77 a:hover,
.dpujsm .zy3f77 a:focus {
  background-color: #17324f;
}
.dpujsm .yo9vjj {
  overflow: hidden;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.dpujsm .yo9vjj:hover img {
  transform: scale(1.2);
}
.dpujsm .yo9vjj:hover .content h3 a {
  color: #ffb606;
}
.dpujsm .yo9vjj .image {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  float: right;
}
.dpujsm .yo9vjj .image img {
  transition: all .3s ease;
}
@media screen and (max-width: 991px) {
  .dpujsm .yo9vjj .image {
    float: inherit;
  }
  .dpujsm .yo9vjj .image img {
    width: 100%;
  }
}
.dpujsm .yo9vjj .txoalk {
  border: 2px solid #ffb606;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  float: left;
  text-align: center;
  padding: 37px 23px;
  margin: 15px 20px;
}
@media screen and (max-width: 991px) {
  .dpujsm .yo9vjj .txoalk {
    margin-left: 0px;
  }
}
.dpujsm .yo9vjj .txoalk h2 {
  font-size: 34px;
  line-height: 24px;
  font-weight: 300;
  color: #17324f;
}
.dpujsm .yo9vjj .txoalk span {
  display: inline-block;
  color: #ffb606;
  font-size: 30px;
  line-height: 20px;
}
.dpujsm .yo9vjj .txoalk p {
  font-size: 16px;
  line-height: 20px;
  color: #53677d;
  margin: 0px;
}
.dpujsm .yo9vjj .content {
  display: inline-block;
  float: left;
  width: calc(100% - 450px);
}
@media screen and (max-width: 991px) {
  .dpujsm .yo9vjj .content {
    width: auto;
    display: table;
    float: inherit;
  }
}
.dpujsm .yo9vjj .content h3 {
  font-size: 24px;
  margin-top: 5px;
}
.dpujsm .yo9vjj .content h3 a {
  text-decoration: none;
  color: #000f3a;
}
.dpujsm .yo9vjj .content ul {
  margin-bottom: 15px;
}
.dpujsm .yo9vjj .content ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  color: #9ea9b5;
}
.dpujsm .yo9vjj .content ul li i {
  color: #ffb606;
  margin-right: 5px;
}
.f7upuu .yo9vjj .kfs0a2 .txoalk {
  border: 2px solid #db3275;
}
.f7upuu .yo9vjj .kfs0a2 .txoalk span:nth-child(2) {
  color: #db3275;
}
.f7upuu .yo9vjj .kfs0a2 .content h3 a:hover,
.f7upuu .yo9vjj .kfs0a2 .content h3 a:focus {
  color: #db3275;
}
.f7upuu .yo9vjj .kfs0a2 .content ul li i {
  color: #db3275;
}
.dhtzoa {
  display: block;
  text-align: center;
  margin-bottom: 60px;
  border: none;
}
.dhtzoa li {
  list-style: none;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
  padding: 7px 0px;
}
.dhtzoa li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  color: #17324f;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 23px;
}
.dhtzoa li:hover a {
  background-color: #ffb606;
  border: 1px solid #ffb606;
  color: #ffffff;
}
.dhtzoa a.active {
  background-color: #ffb606;
  border: 1px solid #ffb606;
  color: #ffffff;
}
.fahr0y {
  padding: 120px 0px;
}
.fahr0y .yo9vjj {
  margin-bottom: 30px;
}
.fahr0y .yo9vjj .image {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.fahr0y .yo9vjj .image img {
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.fahr0y .yo9vjj .image span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  background-color: #ffb606;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 12px;
}
.fahr0y .yo9vjj .image span time {
  font-size: 24px;
}
.fahr0y .yo9vjj .content {
  padding: 20px 0px;
}
.fahr0y .yo9vjj .content h4 {
  font-size: 22px;
}
.fahr0y .yo9vjj .content h4 a {
  text-decoration: none;
  color: #17324f;
}
.fahr0y .yo9vjj .content h4 a:hover,
.fahr0y .yo9vjj .content h4 a:focus {
  color: #ffb606;
}
.fahr0y .yo9vjj .content ul {
  margin-bottom: 10px;
}
.fahr0y .yo9vjj .content ul li {
  list-style: none;
  font-size: 16px;
  color: #9ea9b5;
}
.fahr0y .yo9vjj:hover .image img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.gjoztt {
  padding: 120px 0px;
}
.gjoztt .yo9vjj {
  border: 1px solid #dbdbdb;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.gjoztt .yo9vjj .image {
  overflow: hidden;
}
.gjoztt .yo9vjj:hover img {
  transform: scale(1.2);
}
.gjoztt .yo9vjj:hover .content h4 a {
  color: #ffb606;
}
@media screen and (max-width: 480px) {
  .gjoztt .yo9vjj {
    padding: 0px;
  }
}
.gjoztt .yo9vjj .txoalk {
  width: 250px;
  text-align: center;
  float: left;
  padding: 80px 0px;
}
@media screen and (max-width: 991px) {
  .gjoztt .yo9vjj .txoalk {
    float: inherit;
    width: 100%;
    padding: 20px 0px;
  }
}
.gjoztt .yo9vjj .txoalk time {
  font-size: 64px;
  line-height: 1;
  font-weight: 500;
  color: #ffb606;
  display: block;
}
.gjoztt .yo9vjj .txoalk span {
  font-size: 16px;
  line-height: 1;
  color: #17324f;
  display: block;
}
.gjoztt .yo9vjj .image {
  height: 200px;
  width: 250px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  float: left;
  margin: 20px 0px;
}
.gjoztt .yo9vjj .image img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .gjoztt .yo9vjj .image {
    float: inherit;
    width: 100%;
    margin-bottom: 20px;
  }
}
.gjoztt .yo9vjj .content {
  width: calc(100% - 500px);
  float: right;
  padding: 30px 30px;
}
@media screen and (max-width: 991px) {
  .gjoztt .yo9vjj .content {
    float: inherit;
    width: 100%;
    text-align: center;
    padding: 15px;
  }
}
.gjoztt .yo9vjj .content h4 {
  font-size: 22px;
}
.gjoztt .yo9vjj .content h4 a {
  text-decoration: none;
  color: #17324f;
}
.gjoztt .yo9vjj .content ul {
  margin-bottom: 10px;
}
.gjoztt .yo9vjj .content ul li {
  list-style: none;
  font-size: 16px;
  color: #9ea9b5;
  display: inline-block;
}
.gjoztt .yo9vjj .content ul li span {
  margin: 0px 5px;
}
.gjoztt .pcvs6g {
  margin-top: 60px;
}
.gjoztt .pcvs6g a {
  padding: 12px 53px;
}
.fwic4u {
  padding: 120px 0px;
}
.fwic4u .image {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 35px;
}
.fwic4u .image img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .fwic4u .content {
    margin-bottom: 50px;
  }
}
.fwic4u .content h2 {
  font-size: 30px;
  color: #000f3a;
  margin-bottom: 15px;
}
.fwic4u .content h4 {
  font-size: 22px;
  color: #000f3a;
  margin-bottom: 15px;
}
.fwic4u .content ul {
  margin-bottom: 35px;
}
.fwic4u .content ul li {
  list-style: none;
  font-size: 16px;
  line-height: 32px;
  color: #53677d;
}
.fwic4u .content ul li i {
  font-size: 10px;
  margin-right: 5px;
}
.fwic4u .content .yo6rgv h4 {
  margin-bottom: 30px;
}
.fwic4u .content .yo6rgv #p5mz8z {
  height: 400px;
  width: 100%;
  margin-bottom: 30px;
}
.fwic4u .content .yo6rgv #p5mz8z iframe {
  height: 100%;
  width: 100%;
  border: none;
}
.fwic4u .content .bab70p h4 {
  margin-bottom: 30px;
}
.fwic4u .content .bab70p .wvh0cz {
  text-align: center;
}
.fwic4u .content .bab70p .wvh0cz .image {
  height: 150px;
  width: 150px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto 15px;
}
.fwic4u .content .bab70p .wvh0cz .content h5 {
  font-size: 20px;
}
.fwic4u .content .bab70p .wvh0cz .content h5 a {
  text-decoration: none;
  color: #191919;
}
.fwic4u .content .bab70p .wvh0cz .content span {
  font-size: 16px;
  color: #9ea9b5;
}
.pcvs6g {
  text-align: center;
}
.pcvs6g a {
  padding: 8px 38px;
}
.video {
  position: relative;
  background-image: url(../images/background/video.jpg);
  background-size: cover;
  background-position: center;
}
.video .v5785v {
  background-color: rgba(74, 50, 219, 0.5);
  min-height: 800px;
}
.video .lua7sc {
  position: absolute;
  width: auto;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.video .lua7sc h2 {
  font-size: 36px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.qmw4nh {
  background-image: url(../images/background/video_02.jpg);
  background-size: cover;
  background-position: center;
}
.qmw4nh .v5785v {
  background-color: rgba(23, 50, 79, 0.65);
}
.pbjey4 {
  background-image: url(../images/background/video_03.jpg);
  background-size: cover;
  background-position: center;
}
.pbjey4 .v5785v {
  background-color: rgba(23, 50, 79, 0.36);
}
.pbjey4 .lua7sc h2 {
  text-transform: inherit;
}
.ftwzf1 .xib4wf {
  display: block;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  background-color: #db3275;
  text-align: center;
  padding: 25px 0px;
}
.fvs391 {
  padding: 120px 0px;
}
.fvs391 .knwnbw {
  margin-bottom: 50px;
  text-align: center;
}
.fvs391 .knwnbw li {
  position: relative;
  list-style: none;
  display: inline-block;
  font-size: 18px;
  /* color: #9ea9b5; */
  margin-right: 20px;
  cursor: pointer;
  font-weight: 500;
}
.fvs391 .knwnbw li:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 0;
  background-color: #ffb606;
  bottom: -5px;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.fvs391 .knwnbw li:hover {
  color: #ffb606;
}
.fvs391 .knwnbw li:hover:before {
  width: 100%;
}
.fvs391 .knwnbw li.active {
  color: #ffb606;
}
.fvs391 .knwnbw li.active:before {
  width: 100%;
}
.fvs391 .jyp46r {
  overflow: hidden;
  margin: -10px;
}
.fvs391 .jyp46r .zq2x2r {
  position: relative;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: -o-calc(100% / 3);
  width: calc(100% / 3);
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .fvs391 .jyp46r .zq2x2r {
    width: -webkit-calc(100% / 1);
    width: -moz-calc(100% / 1);
    width: -o-calc(100% / 1);
    width: calc(100% / 1);
  }
}
.fvs391 .jyp46r .zq2x2r img {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.fvs391 .jyp46r .zq2x2r .kiw6bv {
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding: 10px;
  opacity: 0;
}
.fvs391 .jyp46r .zq2x2r .kiw6bv .jzpocp {
  background-color: rgba(23, 50, 79, 0.84);
  height: 100%;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.fvs391 .jyp46r .zq2x2r .zr3c4q {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.fvs391 .jyp46r .zq2x2r .zr3c4q a {
  font-size: 26px;
  color: #ffffff;
}
.fvs391 .jyp46r .zq2x2r:hover .kiw6bv {
  opacity: 1;
}
.fvs391 .jyp46r .zq2x2r:hover .zr3c4q {
  opacity: 1;
}
.skob1q {
  background-color: #17324f;
  padding: 120px 0px;
}
.skob1q h2 {
  color: #ffffff;
}
.skob1q .r5xgr1 {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.skob1q .og301e {
  width: -webkit-calc(100% / 4);
  width: -moz-calc(100% / 4);
  width: -o-calc(100% / 4);
  width: calc(100% / 4);
  float: left;
}
@media screen and (max-width: 991px) {
  .skob1q .og301e {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: -o-calc(100% / 2);
    width: calc(100% / 2);
    border-bottom: 1px solid #edeff1;
  }
}
@media screen and (max-width: 767px) {
  .skob1q .og301e {
    width: -webkit-calc(100% / 1);
    width: -moz-calc(100% / 1);
    width: -o-calc(100% / 1);
    width: calc(100% / 1);
  }
}
.skob1q .og301e .image {
  position: relative;
  height: 140px;
  text-align: center;
  border-right: 1px solid #edeff1;
}
.skob1q .og301e .image img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.skob1q .og301e .title {
  background-color: #17324f;
  text-align: center;
}
.skob1q .og301e .title h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 0px;
}
.skob1q .og301e .content {
  text-align: center;
  padding: 40px 15px;
  border-right: 1px solid #edeff1;
}
.skob1q .og301e .content h2 {
  font-size: 46px;
  text-transform: uppercase;
  color: #ffb606;
}
.skob1q .og301e .content span {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #9ea9b5;
  margin-bottom: 20px;
}
.skob1q .og301e .content p {
  font-size: 16px;
  line-height: 36px;
  color: #53677d;
  margin: 0px;
}
.skob1q .og301e .content a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 34px;
  margin-top: 30px;
}
.skob1q .og301e:last-child .image,
.skob1q .og301e:last-child .content {
  border: none;
}
.pm3h4r {
  padding: 120px 0px;
}
.pm3h4r .q580hh {
  overflow: hidden;
  background-color: #f1f3f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
}
.pm3h4r .q580hh .rfz74l {
  width: 40%;
  float: left;
  margin-top: 191px;
}
.pm3h4r .q580hh .rfz74l p {
  background-color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  color: #53677d;
  border-bottom: 1px solid #f1f3f5;
  margin: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0px 20px;
}
.pm3h4r .q580hh .rfz74l p:last-child {
  border: none;
}
.pm3h4r .q580hh .km0emp {
  width: 60%;
  float: left;
}
.pm3h4r .q580hh .km0emp .og301e {
  background-color: #ffffff;
  text-align: center;
  border-left: 2px solid #f1f3f5;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: -o-calc(100% / 3);
  width: calc(100% / 3);
  float: left;
}
.pm3h4r .q580hh .km0emp .og301e .pj0sdp {
  background-color: #17324f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 25px 0px;
}
.pm3h4r .q580hh .km0emp .og301e .pj0sdp .name {
  display: block;
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
}
.pm3h4r .q580hh .km0emp .og301e .pj0sdp .hl9kru {
  display: block;
  font-size: 36px;
  line-height: 1;
  color: #ffb606;
}
.pm3h4r .q580hh .km0emp .og301e .pj0sdp .gbdclw {
  display: block;
  font-size: 16px;
  color: #ffffff;
}
.pm3h4r .q580hh .km0emp .og301e .content {
  padding-top: 41px;
}
.pm3h4r .q580hh .km0emp .og301e .content p {
  font-size: 16px;
  line-height: 1;
  margin: 0px;
  color: #17324f;
  text-align: center;
  border-bottom: 1px solid #f1f3f5;
  padding: 12px 15px;
}
.pm3h4r .q580hh .km0emp .og301e .content p .true {
  color: #ffb606;
  display: block;
}
.pm3h4r .q580hh .km0emp .og301e .content p .false {
  color: #9ea9b5;
  display: none;
}
.pm3h4r .q580hh .km0emp .og301e .content p.off .false {
  display: block;
}
.pm3h4r .q580hh .km0emp .og301e .content p.off .true {
  display: none;
}
.pm3h4r .q580hh .km0emp .og301e .z54js7 {
  text-align: center;
  padding: 30px 0px;
}
.pm3h4r .q580hh .km0emp .og301e .z54js7 a {
  padding: 10px 46px;
  background-color: #ffb606;
}
.pm3h4r .q580hh .km0emp .og301e .z54js7 a:hover,
.pm3h4r .q580hh .km0emp .og301e .z54js7 a:focus {
  background-color: #17324f;
}
.vx12j7 {
  background-image: url(../images/background/contact.jpg);
  background-size: cover;
  background-position: center;
}
.vx12j7 .v5785v {
  background-color: rgba(255, 255, 255, 0.24);
  padding: 120px 0px;
}
.vx12j7 .dzncki {
  text-align: center;
}
.vx12j7 .dzncki h2 {
  font-weight: 300;
  color: #ffb606;
  font-size: 42px;
  margin-bottom: 15px;
}
.vx12j7 .dzncki h2 span {
  font-size: 22px;
  font-weight: 500;
  color: #17324f;
  transform: translateY(-8px);
  display: inline-block;
}
.vx12j7 .dzncki .iicxxn {
  margin-bottom: 30px;
}
.vx12j7 .dzncki .iicxxn > span {
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(23, 50, 79, 0.08);
  padding: 7px;
}
.vx12j7 .dzncki .iicxxn > span > span {
  background-color: rgba(23, 50, 79, 0.24);
  padding: 6px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.vx12j7 .dzncki .iicxxn > span > span > span {
  display: inline-block;
  height: 51px;
  width: 51px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #17324f;
  font-size: 22px;
  line-height: 2.3;
  color: #ffffff;
}
.vx12j7 .dzncki a {
  padding: 13px 55px;
}
.t1boj0 {
  padding: 120px 0px;
}
.t1boj0 h4 {
  font-size: 22px;
  color: #000f3a;
  margin-bottom: 20px;
}
.t1boj0 .qhmkod form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.t1boj0 .qhmkod form .q8170b {
  width: calc(100% / 2 - 15px);
}
.t1boj0 .qhmkod form .q8170b input, .t1boj0 .qhmkod form .q8170b textarea {
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  border: 1px solid #ededed;
  padding: 15px;
}
.t1boj0 .qhmkod form .q8170b textarea {
  margin: 15px 0;
}
.t1boj0 .qhmkod form .rkhfv4 {
  border: 1px solid #dbdbdb;
  background-color: #f1f3f5;
  font-size: 16px;
  color: #9ea9b5;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .t1boj0 .qhmkod form .q8170b {
    width: calc(100%);
  }
}
.t1boj0 .qhmkod form input:last-child {
  margin-top: 10px;
}

.t1boj0 .na2ovy .a928tg {
  margin-bottom: 20px;
}
.t1boj0 .na2ovy .a928tg li {
  list-style: none;
  font-size: 16px;
  line-height: 36px;
  color: #53677d;
}
.t1boj0 .na2ovy .a928tg li i {
  font-size: 18px;
  margin-right: 10px;
  color: #ffb606;
}
.v874fb {
  width: 100%;
  height: 500px;
}
.v874fb iframe {
  width: 100%;
  height: 100%;
}
.mlq06f {
  padding: 120px 0px;
}

.mlq06f .lofzot .gtlpjt {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.mlq06f .lofzot .gtlpjt img {
  width: 100%;
}
.mlq06f .lofzot .gtlpjt .v5785v {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(23, 50, 79, 0.75);
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-align: center;
  padding: 118px 0px;
}
.mlq06f .lofzot .gtlpjt .v5785v button {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.mlq06f .lofzot .gtlpjt .v5785v button:hover,
.mlq06f .lofzot .gtlpjt .v5785v button:focus {
  background-color: #ffb606;
}
.mlq06f .lofzot .op61s9 {
  text-align: center;
  padding: 20px;
}
.mlq06f .lofzot .op61s9 h4 {
  font-size: 20px;
}
.mlq06f .lofzot .op61s9 h4 a {
  text-decoration: none;
  color: #17324f;
}
.mlq06f .lofzot .op61s9 span {
  font-size: 16px;
  color: #ffb606;
}
.mlq06f .lofzot .op61s9 .wov3d3 {
  color: #9ea9b5;
  text-decoration: line-through;
  margin-right: 5px;
}
.mlq06f .lofzot:hover .gtlpjt .v5785v {
  opacity: 1;
}
.mlq06f .lofzot:hover .gtlpjt .v5785v button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.jq3twq {
  padding: 120px 0px;
}
.jq3twq .wt8ec7 {
  overflow: hidden;
}
.jq3twq .wt8ec7 .left {
  overflow: hidden;
  width: 20%;
  float: left;
  max-height: 450px;
  position: relative;
  padding: 35px 0px;
}
.jq3twq .wt8ec7 .left .flexslider {
  position: static;
}
.jq3twq .wt8ec7 .left .flexslider .huwz32 > li {
  float: none!important;
  margin-bottom: 10px;
}
.jq3twq .wt8ec7 .left .flexslider .huwz32 .zy2qp0 {
  border: 3px solid #ffb606;
}
.jq3twq .wt8ec7 .right {
  width: 80%;
  float: right;
}
.jq3twq .wt8ec7 .right .weg3gb {
  display: none;
}
.jq3twq .ygtzmq {
  margin-bottom: 75px;
}
.jq3twq .ygtzmq h2 {
  font-size: 32px;
  color: #363636;
}
.jq3twq .ygtzmq .spfltz i {
  color: #ffb606;
}
.jq3twq .ygtzmq .spfltz span {
  font-size: 16px;
  color: #9ea9b5;
  margin-left: 20px;
}
.jq3twq .ygtzmq .spfltz a {
  text-decoration: none;
  font-size: 14px;
  color: #9ea9b5;
  background-color: #f1f3f5;
  border: 1px solid #dbdbdb;
  padding: 3px 14px;
  float: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.jq3twq .ygtzmq .spfltz a i {
  font-size: 16px;
  color: #9ea9b5;
}
.jq3twq .ygtzmq .vnyymg {
  font-size: 26px;
  color: #ffb606;
}
.jq3twq .ygtzmq hr {
  background-color: #9ea9b5;
}
.jq3twq .ygtzmq form input {
  font-size: 16px;
  color: #53677d;
  background-color: #f1f3f5;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 15px;
  margin-bottom: 20px;
  outline: none;
}
.jq3twq .ygtzmq form input:first-child {
  max-width: 100px;
  margin-right: 8px;
}
.jq3twq .ygtzmq form input:nth-child(2) {
  width: 290px;
}
.jq3twq .ygtzmq form button {
  font-size: 16px;
  color: #ffffff;
  background-color: #ffb606;
  padding: 11px 18px;
  margin-bottom: 30px;
  display: block;
}
.jq3twq .ygtzmq form button i {
  font-size: 18px;
  margin-right: 5px;
}
.jq3twq .ygtzmq .qw4okj {
  margin-bottom: 30px;
}
.jq3twq .ygtzmq .qw4okj li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  color: #9ea9b5;
}
.jq3twq .ygtzmq .qw4okj li a {
  text-decoration: none;
  color: #ffb606;
}
.jq3twq .ygtzmq .jlrxws li:first-child {
  color: #9ea9b5;
  margin-right: 20px;
}
.jq3twq .ygtzmq .jlrxws li a {
  background-color: #f1f3f5;
  color: #55575d;
}
.jq3twq .ygtzmq .jlrxws li a:hover {
  background-color: #ffb606;
  color: #171717;
}
.jq3twq .pochp6 .ub9b45 {
  background-color: #f1f3f5;
  border-top: 4px solid #ffb606;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 13px 0px;
  margin-bottom: 46px;
}
@media screen and (max-width: 480px) {
  .jq3twq .pochp6 .ub9b45 {
    text-align: center;
  }
}
.jq3twq .pochp6 .ub9b45 li {
  list-style: none;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .jq3twq .pochp6 .ub9b45 li {
    margin-bottom: 20px;
  }
}
.jq3twq .pochp6 .ub9b45 li a {
  font-size: 18px;
  text-decoration: none;
  color: #17324f;
  border-right: 1px solid #dbdbdb;
  padding: 0px 30px;
  position: relative;
}
.jq3twq .pochp6 .ub9b45 li a:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 0px;
  background-color: #ffb606;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.jq3twq .pochp6 .ub9b45 li:hover a:before, .jq3twq .pochp6 .ub9b45 li a.active:before {
  width: 46px;
}
@media screen and (max-width: 767px) {
  .jq3twq .pochp6 .ub9b45 li a {
    padding: 0px 10px;
  }
}
.jq3twq .pochp6 .ub9b45 li:last-child a {
  border: none;
}
.jq3twq .pochp6 .ub9b45 li.active a:before {
  width: 46px;
}
.jq3twq .pochp6 .yfcmxq {
  margin-bottom: 50px;
}
.jq3twq .pochp6 .yfcmxq h4 {
  font-size: 22px;
  color: #000f3a;
}
.jq3twq .pochp6 .yfcmxq .m4gn8f {
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb;
  padding-top: 20px;
}
.jq3twq .pochp6 .yfcmxq .m4gn8f:last-child {
  border: none;
}
.jq3twq .pochp6 .yfcmxq .m4gn8f .knb33w {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-right: 20px;
  height: 90px;
  width: 90px;
}
.jq3twq .pochp6 .yfcmxq .m4gn8f .ywl6pc {
  display: table;
}
.jq3twq .pochp6 .yfcmxq .m4gn8f .ywl6pc .title {
  display: inline-block;
}
.jq3twq .pochp6 .yfcmxq .m4gn8f .ywl6pc h5 {
  font-size: 20px;
  color: #191919;
  line-height: 1;
}
.jq3twq .pochp6 .yfcmxq .m4gn8f .ywl6pc span {
  font-size: 16px;
  color: #9ea9b5;
  margin-bottom: 10px;
  display: inline-block;
}
.jq3twq .pochp6 .yfcmxq .m4gn8f .ywl6pc .tqc2re {
  float: right;
}
@media screen and (max-width: 767px) {
  .jq3twq .pochp6 .yfcmxq .m4gn8f .ywl6pc .tqc2re {
    float: inherit;
  }
}
.jq3twq .pochp6 .yfcmxq .m4gn8f .ywl6pc .tqc2re span {
  font-size: 16px;
  color: #9ea9b5;
}
.jq3twq .pochp6 .yfcmxq .m4gn8f .ywl6pc .tqc2re span:nth-child(2) {
  margin: 0px 10px;
}
.jq3twq .pochp6 .yfcmxq .m4gn8f .ywl6pc .tqc2re .td51hg {
  font-size: 18px;
  color: #ffb606;
}
.jq3twq .pochp6 .yfcmxq .m4gn8f .ywl6pc p {
  margin-bottom: 20px;
}
.py6045 {
  padding: 120px 0px;
}
.py6045 .iu3tz3 {
  margin-bottom: 60px;
}
.py6045 .iu3tz3 table {
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  min-width: 1050px;
  overflow-X: auto;
}
.py6045 .iu3tz3 table thead {
  background-color: #f1f3f5;
}
.py6045 .iu3tz3 table thead tr th {
  font-weight: 400;
  padding: 19px 15px;
  text-align: center;
  font-size: 18px;
  color: #222732;
}
.dls9ve input, .update input {
  border-radius: 25px;
  padding: 10px 15px;
  margin: 5px;
}
.dls9ve input[type="submit"], .update input[type="submit"] {
  background-color: #ffb606;
}
.dls9ve input[type="submit"]:hover, .update input[type="submit"]:hover {
  background-color: #17324f;
}
.dls9ve input[type="text"] {
  padding: 4px 15px;
  outline: none;
  box-shadow: none;
  border: 1px solid #ededed;
}
@media (min-width: 768px) {
  .update {
    text-align: right;
  }
}

.py6045 .iu3tz3 table thead tr th.title {
  width: 40%;
}
.py6045 .iu3tz3 table tr td {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #53677d;
  border-color: #dbdbdb;
  padding: 20px;
}
.py6045 .iu3tz3 table tr td:last-child {
  border-right: none;
}
.py6045 .iu3tz3 table tr .y34ujq {
  text-align: left;
}
.py6045 .iu3tz3 table tr .y34ujq .image {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-right: 20px;
  float: left;
}
.py6045 .iu3tz3 table tr .y34ujq .content {
  display: table;
  padding: 26px 0px;
}
.py6045 .iu3tz3 table tr .y34ujq .content h5 {
  font-size: 18px;
}
.py6045 .iu3tz3 table tr .y34ujq .content h5 a {
  text-decoration: none;
  color: #17324f;
}
.py6045 .iu3tz3 table tr .cbq0xa .ngmklf {
  display: inline-block;
  color: #17324f;
  font-size: 13px;
  line-height: 2.7;
  height: 32px;
  width: 36px;
  background-color: #f1f3f5;
  border-radius: 2px;
  text-align: center;
  float: left;
  cursor: pointer;
}
.py6045 .iu3tz3 table tr .cbq0xa input {
  color: #17324f;
  text-align: center;
  width: 80px;
  float: left;
  margin: 0px -1px;
  border: none;
  background-color: #f1f3f5;
  padding: 1px 5px;
  margin: 0px 8px;
  outline: none;
  line-height: 30px;
}
.py6045 .iu3tz3 table tr:last-child td {
  border-bottom: none;
}
.py6045 .iu3tz3 table tr .dls9ve {
  float: left;
}
.py6045 .iu3tz3 table tr .dls9ve input:first-child {
  font-size: 16px;
  color: #9ea9b5;
  background-color: #f1f3f5;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 8px 15px;
  outline: none;
  margin-right: 7px;
}
.py6045 .iu3tz3 table tr .dls9ve input:last-child {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 12px 32px;
  font-size: 16px;
  line-height: 16px;
  background-color: #ffb606;
}
.py6045 .iu3tz3 table tr .dls9ve input:last-child:hover,
.py6045 .iu3tz3 table tr .dls9ve input:last-child:focus {
  background-color: #17324f;
}
.py6045 .iu3tz3 table tr .update {
  float: right;
}
.py6045 .iu3tz3 table tr .update input {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 12px 32px;
  font-size: 16px;
  line-height: 16px;
  background-color: #ffb606;
}
.py6045 .iu3tz3 table tr .update input:hover,
.py6045 .iu3tz3 table tr .update input:focus {
  background-color: #17324f;
}
.py6045 .iu3tz3 table tr .update input:last-child {
  margin-left: 7px;
}
.py6045 .a7n2fv {
  overflow: hidden;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
}

.py6045 .a7n2fv h5 {
  font-size: 18px;
  color: #2f2f2f;
  margin-bottom: 15px;
}
.py6045 .a7n2fv select {
  font-size: 16px;
  color: #9ea9b5;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  outline: none;
  width: 100%;
  margin-bottom: 20px;
  padding: 4px 15px;
}
.py6045 .a7n2fv select:nth-child(3) {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .py6045 .a7n2fv select:nth-child(3) {
    width: 100%;
  }
}
.py6045 .a7n2fv select:nth-child(4) {
  width: 49%;
  float: right;
}
@media screen and (max-width: 767px) {
  .py6045 .a7n2fv select:nth-child(4) {
    width: 100%;
  }
}
.py6045 .a7n2fv input {
  float: right;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 12px 32px;
  font-size: 16px;
  line-height: 16px;
  background-color: #ffb606;
  margin-bottom: 10px;
}
.py6045 .a7n2fv input:hover,
.py6045 .a7n2fv input:focus {
  background-color: #17324f;
}
.py6045 .e8n638 {
  overflow: hidden;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
}
.py6045 .e8n638 h5 {
  font-size: 18px;
  color: #2f2f2f;
  margin-bottom: 10px;
}
.py6045 .e8n638 p {
  font-size: 16px;
  line-height: 32px;
  margin: 0px;
}
.py6045 .e8n638 p span {
  float: right;
}
.ddyksm {
  margin-bottom: 50px;
}
.ddyksm .lqqswm {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  background-color: #17324f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  padding: 8px;
  margin-bottom: 25px;
}
.ddyksm .ic5nvr {
  font-size: 18px;
  padding: 10px 38px;
  background-color: #17324f;
}
.ddyksm .ic5nvr:hover,
.ddyksm .ic5nvr:focus {
  background-color: #ffb606;
}
.ddyksm .itzu66 p {
  line-height: 2.3;
  font-size: 16px;
  color: #ffb606;
  float: left;
}
.ddyksm .itzu66 p span:first-child {
  color: #9ea9b5;
}
.ddyksm .itzu66 input {
  margin-bottom: 50px;
  float: right;
  font-size: 16px;
  padding: 8px 20px;
  border-radius: 25px;
  background-color: #ffb606;
}
.ddyksm .itzu66 input:hover,
.ddyksm .itzu66 input:focus {
  background-color: #17324f;
}
.ddyksm .tmvmch li {
  list-style: none;
  margin-bottom: 20px;
}
.ddyksm .tmvmch li:last-child {
  margin-bottom: 0px;
}
.ddyksm .tmvmch li .image {
  float: left;
  margin-right: 5px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.ddyksm .tmvmch li .image img {
  width: 100%;
}
.ddyksm .tmvmch li .content {
  display: table;
}
.ddyksm .tmvmch li .content h5 {
  font-size: 17px;
}
.ddyksm .tmvmch li .content h5 a {
  text-decoration: none;
  color: #17324f;
}
.ddyksm .tmvmch li .content .spfltz {
  font-size: 16px;
  color: #ffb606;
}
.ddyksm .tmvmch li .content span {
  font-size: 16px;
  color: #ffb606;
}
.ddyksm .tmvmch li .content .wov3d3 {
  color: #9ea9b5;
  text-decoration: line-through;
  margin-right: 5px;
}
.ddyksm .cce78g {
  margin-bottom: 40px;
}
.ddyksm .cce78g li {
  list-style: none;
  font-size: 16px;
  color: #17324f;
  line-height: 36px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.ddyksm .cce78g li:hover {
  color: #ffb606;
}
.ddyksm .cce78g li p {
  margin: 0px;
  display: inline-block;
  width: 75px;
  margin-right: 15px;
  font-size: 16px;
}
.ddyksm .cce78g li p span {
  float: right;
}
.ddyksm .ayeov5 li {
  list-style: none;
  margin-bottom: 20px;
}
.ddyksm .ayeov5 li:last-child {
  margin-bottom: 0px;
}
.ddyksm .ayeov5 li .image {
  float: left;
  margin-right: 10px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.ddyksm .ayeov5 li .image img {
  width: 100%;
}
.ddyksm .ayeov5 li .content {
  display: table;
}
.ddyksm .ayeov5 li .content h5 {
  font-size: 16px;
  line-height: 20px;
}
.ddyksm .ayeov5 li .content h5 a {
  text-decoration: none;
  color: #53677d;
}
.ddyksm .ayeov5 li .content span {
  font-size: 16px;
  color: #ffb606;
}
.ddyksm .categories li {
  list-style: none;
}
.ddyksm .categories li a {
  font-size: 16px;
  line-height: 36px;
  text-decoration: none;
  color: #53677d;
}
.ddyksm .categories li a span {
  float: right;
  color: #ffb606;
}
.ddyksm .v3pwvm {
  overflow: hidden;
  margin: -5px;
}
.ddyksm .v3pwvm li {
  list-style: none;
  display: inline-block;
  float: left;
  margin: 5px;
}
.ddyksm .v3pwvm li a {
  font-size: 16px;
  display: inline-block;
  color: #17324f;
  background-color: #f1f3f5;
  text-decoration: none;
  padding: 4px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.ddyksm .v3pwvm li a:hover,
.ddyksm .v3pwvm li a:focus {
  background-color: #ffb606;
  color: #ffffff;
}
.ddyksm .kwiety {
  margin-bottom: 40px;
}
.ddyksm .kwiety li {
  list-style: none;
  font-size: 16px;
  color: #17324f;
  line-height: 36px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.ddyksm .kwiety li:hover {
  color: #ffb606;
}
.ddyksm .kwiety li p {
  margin: 0px;
  display: inline-block;
  width: 75px;
  margin-right: 15px;
  font-size: 16px;
}
.ddyksm .kwiety li p span {
  float: right;
}
.ddyksm .ml8mb3 {
  text-align: center;
}
.ddyksm .ml8mb3 img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.ddyksm .ml8mb3 p {
  font-size: 18px;
  margin: 0px;
  color: #17324f;
}
.ddyksm .ml8mb3 > span {
  display: block;
  font-size: 28px;
  line-height: 1;
  color: #ffb606;
  margin-bottom: 10px;
}
.ddyksm .ml8mb3 .iicxxn {
  margin-bottom: 30px;
}
.ddyksm .ml8mb3 .iicxxn > span {
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(23, 50, 79, 0.08);
  padding: 7px;
}
.ddyksm .ml8mb3 .iicxxn > span > span {
  background-color: rgba(23, 50, 79, 0.24);
  padding: 6px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.ddyksm .ml8mb3 .iicxxn > span > span > span {
  display: inline-block;
  height: 36px;
  width: 36px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #17324f;
  font-size: 16px;
  line-height: 2;
  color: #ffffff;
}
.ddyksm .ml8mb3 a {
  display: block;
  background-color: #ffb606;
}
.ddyksm .ml8mb3 a:hover,
.ddyksm .ml8mb3 a:focus {
  background-color: #17324f;
}
.udkwck {
  padding: 120px 0px;
  background-color: #f1f3f5;
}
.udkwck .xysdhd {
  margin-bottom: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.udkwck .xysdhd .vl1rql {
  border: none!important;
}
.udkwck .xysdhd .f3tyyt {
  border: none;
  box-shadow: none;
  margin-bottom: 6px;
  background-color: #fff;
}
.udkwck .xysdhd .f3tyyt .dhk8bt {
  background-color: #ffffff;
  padding: 17px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.udkwck .xysdhd .f3tyyt .dhk8bt h4 {
  font-size: 18px;
}
.udkwck .xysdhd .f3tyyt .dhk8bt h4 a.ihe4az {
  display: block;
  text-decoration: none;
  color: #000f3a;
}
.udkwck .xysdhd .f3tyyt .dhk8bt h4 a.ihe4az i {
  color: #9ea9b5;
  margin-right: 5px;
  display: inline-block;
}
.udkwck .xysdhd .f3tyyt .dhk8bt h4 a.ihe4az .vu4rh2 {
  display: none;
}
.udkwck .xysdhd .f3tyyt .dhk8bt h4 a {
  display: block;
  text-decoration: none;
  color: #ffb606;
}
.udkwck .xysdhd .f3tyyt .dhk8bt h4 a i {
  color: #ffb606;
  margin-right: 5px;
  display: inline-block;
}
.udkwck .xysdhd .f3tyyt .dhk8bt h4 a .b9qn8t {
  display: none;
}
.udkwck .xysdhd .vl1rql {
  border: none;
  padding: 0px 40px 30px;
}
@media screen and (max-width: 991px) {
  .udkwck {
    margin-bottom: 50px;
  }
}
.mrw7o2 {
  padding: 120px 0px;
  text-align: center;
}
.mrw7o2 .g0ivuj {
  max-width: 750px;
  margin: 0 auto;
}
.mrw7o2 .g0ivuj span {
  display: block;
  font-size: 130px;
  line-height: 100px;
  font-weight: 700;
  color: #ffb606;
}
.mrw7o2 .g0ivuj h2 {
  font-size: 32px;
  text-transform: uppercase;
  color: #17324f;
  margin-bottom: 10px;
}
.mrw7o2 .g0ivuj p {
  font-size: 18px;
}
.mrw7o2 .g0ivuj p a {
  text-decoration: none;
  color: #ffb606;
}
.mrw7o2 .g0ivuj form {
  position: relative;
  max-width: 370px;
  margin: 0 auto;
}
.mrw7o2 .g0ivuj form input {
  width: 100%;
  font-size: 16px;
  color: #9ea9b5;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 15px;
  outline: none;
}
.mrw7o2 .g0ivuj form button {
  position: absolute;
  right: 10px;
  top: 14px;
  padding: 0px;
  background-color: transparent;
  color: #9ea9b5;
}
footer .sz7h7o {
  background-color: #f1f3f5;
  padding: 100px 0px;
}
footer .sz7h7o img {
  margin-bottom: 30px;
}

footer .sz7h7o .ml8mb3 {
  margin-bottom: 40px;
}
footer .sz7h7o .ml8mb3 li {
  list-style: none;
  color: #53677d;
}
footer .sz7h7o .ml8mb3 li i {
  margin-right: 10px;
}
footer .sz7h7o .z1m0if {
  margin-bottom: 30px;
}
footer .sz7h7o .whbf19 li {
  list-style: none;
}
footer .sz7h7o .whbf19 li a {
  color: #53677d;
  line-height: 32px;
  text-decoration: none;
}
footer .sz7h7o .whbf19 li a:hover,
footer .sz7h7o .whbf19 li a:focus {
  color: #ffb606;
}
footer .sz7h7o .w6hga3 li {
  list-style: none;
}
footer .sz7h7o .w6hga3 li a {
  color: #53677d;
  line-height: 32px;
  text-decoration: none;
}
footer .sz7h7o .w6hga3 li a:hover,
footer .sz7h7o .w6hga3 li a:focus {
  color: #ffb606;
}
footer .sz7h7o .cmizou li {
  list-style: none;
}
footer .sz7h7o .cmizou li .n1q0c9 {
  float: left;
  margin-right: 9px;
}
footer .sz7h7o .cmizou li .n1q0c9 i {
  font-size: 30px;
  color: #55acee;
}
footer .sz7h7o .cmizou li .content {
  display: table;
}
footer .sz7h7o .cmizou li .content h5 {
  color: #17324f;
  margin-bottom: 10px;
}
footer .sz7h7o .cmizou li .content h5 span {
  color: #9ea9b5;
}
footer .sz7h7o .cmizou li .content a {
  text-decoration: none;
  color: #ffb606;
}
footer .xkkldz {
  padding: 31px 0px;
}
footer .xkkldz p {
  margin: 0px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  footer .xkkldz p {
    margin-bottom: 30px;
  }
}
footer .xkkldz p a {
  color: #17324f;
  text-decoration: none;
  font-weight: 500;
}
footer .xkkldz ul {
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer .xkkldz ul {
    text-align: left;
  }
}
footer .xkkldz ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
footer .xkkldz ul li:last-child {
  margin: 0px;
}
footer .xkkldz ul li a {
  text-decoration: none;
  color: #53677d;
}
footer .xkkldz ul li a:hover,
footer .xkkldz ul li a:focus {
  color: #ffb606;
}
.bjmi6r {
  background-image: url(../images/background/footer.jpg);
  background-size: cover;
  background-position: center;
}
.bjmi6r .v5785v {
  background-color: rgba(23, 50, 79, 0.56);
  padding: 120px 0px;
}
.bjmi6r p {
  color: #ffffff;
  font-size: 16px;
  line-height: 6;
  margin: 0px;
}
.bjmi6r p a {
  color: #ffffff;
}
.bjmi6r .post5o img {
  margin: 0 auto;
}
.bjmi6r ul {
  float: right;
  padding: 30px 0px;
}
p.etl9ah {
  margin: 15px 0 0;
  text-align: center;
}
p.etl9ah.error {
  color: red;
}
p.etl9ah.success {
  color: green;
}

/* Theme 507 migration pages */
header .g9zen8 .e7cojf ul li {
  margin-left: 22px;
}

header .g9zen8 .e7cojf ul li.om0s5t {
  margin-left: 12px;
}

header .g9zen8 .e7cojf ul li.om0s5t a {
  padding: 10px 16px;
  margin-top: 27px;
  background: #17324f;
  color: #ffffff !important;
  border: 1px solid #17324f;
  border-radius: 3px;
  line-height: 20px;
  white-space: nowrap;
}

header .g9zen8 .e7cojf ul li.i583vk a {
  background: #ffb606;
  border-color: #ffb606;
  color: #17324f !important;
}

header .g9zen8 .e7cojf ul li.om0s5t.active a,
header .g9zen8 .e7cojf ul li.om0s5t a:hover {
  background: #ffb606;
  border-color: #ffb606;
  color: #17324f !important;
}

.lu9jqn {
  padding: 100px 0;
}

.fl4nj3 {
  background: #f6f8fb;
}

.jop8r8 h1 {
  color: #ffffff;
  font-size: 42px;
  line-height: 1.25;
  margin: 0 0 12px;
}

.h1jt2m {
  color: #ffffff;
  font-size: 42px;
  line-height: 1.25;
  margin: 0 0 12px;
}

.l1e3ji {
  color: #17324f;
  font-size: 34px;
  line-height: 1.35;
  margin: 0 0 18px;
}

.vi0yjg {
  display: block;
  color: #ffb606;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.qd7ytk h2,
.izc3fj h2,
.qssmpi h2 {
  font-size: 34px;
  line-height: 1.3;
  margin: 0 0 18px;
}

.qd7ytk h2,
.qd7ytk h3,
.yap4bw h4,
.w14np2 h4,
.gpot7e h3,
.a9w9x2 h4 {
  color: #17324f;
}

.qd7ytk p,
.yap4bw p,
.w14np2 p,
.nvnmkr,
.a9w9x2 p {
  color: #53677d;
}

.izc3fj {
  min-height: 100%;
  padding: 42px 38px;
  background: #17324f;
  color: #ffffff;
}

.izc3fj h2,
.izc3fj p,
.izc3fj li {
  color: #ffffff;
}

.izc3fj ul {
  padding-left: 18px;
  margin: 20px 0 0;
}

.izc3fj li {
  margin-bottom: 10px;
}

.gpot7e,
.yap4bw,
.w14np2,
.a9w9x2 {
  background: #ffffff;
  border: 1px solid #e8ebed;
  border-radius: 3px;
  box-shadow: 0 8px 24px rgba(23, 50, 79, 0.08);
}

.gpot7e {
  padding: 38px 36px;
}

.gpot7e h3 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.n5cw9g,
.c3vkcl .bqdhsb {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  padding: 12px 15px;
  border: 1px solid #dbdbdb;
  background: #ffffff;
  color: #17324f;
  border-radius: 3px;
  outline: none;
}

.n5cw9g:focus,
.c3vkcl .bqdhsb:focus {
  border-color: #ffb606;
}

.n5cw9g::-webkit-input-placeholder,
.c3vkcl .bqdhsb::-webkit-input-placeholder {
  color: #6a7887;
}

.n5cw9g:-ms-input-placeholder,
.c3vkcl .bqdhsb:-ms-input-placeholder {
  color: #6a7887;
}

.nig986 {
  font-size: 0;
  margin-top: 10px;
}

.iux49w {
  display: inline-block;
  height: 52px;
  min-width: 132px;
  line-height: 52px;
  margin: 0 10px 10px 0;
  padding: 0 24px;
  border: 0;
  border-radius: 3px;
  background: #ffb606;
  color: #17324f !important;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  cursor: pointer;
}

.cie6ma,
.yekpt4 {
  background: #17324f !important;
  color: #ffffff !important;
}

.yap4bw {
  min-height: 100%;
  padding: 32px 24px;
  margin-bottom: 30px;
}

.yap4bw i {
  display: inline-block;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  line-height: 56px;
  border-radius: 50%;
  background: #ffb606;
  color: #17324f;
  font-size: 22px;
  text-align: center;
}

.yap4bw a {
  color: #17324f;
  font-weight: 700;
}

.dvk0zq {
  padding: 15px;
  background: #ffffff;
  border: 1px solid #e8ebed;
  box-shadow: 0 8px 24px rgba(23, 50, 79, 0.08);
}

.dvk0zq img,
.a9w9x2 img,
.o0sc83 img {
  display: block;
  width: 100%;
  height: auto;
}

.azj2ef .qd7ytk,
.o0sc83 .content {
  padding: 35px 0;
}

.zdx7gr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.zdx7gr > div {
  display: table-cell;
  padding: 28px 22px;
  border-right: 1px solid #e8ebed;
  background: #ffffff;
  vertical-align: top;
}

.zdx7gr > div:last-child {
  border-right: 0;
}

.zdx7gr b,
.w14np2 span {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  line-height: 46px;
  background: #17324f;
  color: #ffb606;
  text-align: center;
}

.w14np2 {
  padding: 28px 24px;
  margin-bottom: 30px;
}

.yay0n7 {
  background-image: url(../images/background/register.jpg);
  background-size: cover;
  background-position: center;
}

.yay0n7 .v5785v {
  background: rgba(23, 50, 79, 0.84);
  padding: 100px 0;
}

.jn17a0 h2,
.jn17a0 p,
.jn17a0 li {
  color: #ffffff;
}

.jn17a0 ul {
  padding-left: 18px;
  margin-top: 18px;
}

.c3vkcl {
  width: auto !important;
  float: none !important;
  padding: 38px 36px !important;
}

.c3vkcl h3 {
  color: #17324f !important;
}

.a9w9x2 {
  padding: 24px;
  text-align: center;
}

.xf9rbx {
  background: #f6f8fb;
}

.qssmpi {
  background: #17324f;
}

.qssmpi h2,
.qssmpi p {
  color: #ffffff;
}

.odfvla .k24b10 .form a.iux49w {
  color: #17324f !important;
}

.yo9vjj .image img,
.e405l3 .image img,
.b81fj8 .yeii5t img {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
}

@media screen and (max-width: 1199px) {
  header .g9zen8 .e7cojf ul li {
    margin-left: 13px;
  }

  header .g9zen8 .e7cojf ul li a {
    font-size: 14px;
  }

  header .g9zen8 .e7cojf ul li.om0s5t a {
    padding-left: 11px;
    padding-right: 11px;
  }
}

@media screen and (max-width: 991px) {
  .lu9jqn {
    padding: 70px 0;
  }

  .zdx7gr,
  .zdx7gr > div {
    display: block;
    width: 100%;
  }

  .zdx7gr > div {
    border-right: 0;
    border-bottom: 1px solid #e8ebed;
  }

  .yay0n7 .v5785v {
    padding: 70px 0;
  }
}

@media screen and (max-width: 767px) {
  .jop8r8 h1 {
    font-size: 30px;
  }

  .h1jt2m,
  .l1e3ji {
    font-size: 28px;
  }

  .qd7ytk h2,
  .izc3fj h2,
  .qssmpi h2 {
    font-size: 27px;
  }

  .gpot7e,
  .izc3fj,
  .c3vkcl {
    padding: 28px 22px !important;
  }

  .iux49w,
  .yekpt4 {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 1199px){
  .s2lbfy, .ta8i9a {
    background-position: right;
  }
}

@media (max-width: 991px){
  .xpjwbo .fbguzy, .qcg5jo {
    display: none;
  }
  .oa8t0q {
    background-position: right;
  }
  .oa8t0q .oopb0q h1 {
    font-size: 36px;
    line-height: 1.3;
  }
  .bjmi6r ul {
    float: none;
  }
  .pm3h4r .container {
    overflow-x: scroll;
  }
  .pm3h4r .q580hh {
    width: 950px;
    overflow: hidden;
  }
}
@media (max-width: 767px){
  header .orcncd .right {
    float: none;
  }
  header .orcncd {
    text-align: center;
  }
  .h2hx4n .y1gvf3 ul li, .h2hx4n .y1gvf3 .right {
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 575px){
  .srgspq .f6bqp4 .e2umcm .image {
    width: 100%;
  }
  .srgspq .mt9rfv .jhbl95 {
    width: 100%;
    margin-top: 20px;
  }
}


/* preloder */
.zx3um5 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #ffb606;
  overflow: hidden;
}
.lqnlgh {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.a1cb2i {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 0px;
}

.a1cb2i span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #fff;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.a1cb2i span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}


@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes price-ani {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0.1;
  }
}
@keyframes bounce-1 {
  0% {
      transform: translateY(0);
  }

  50% {
      transform: translateY(-25px);
  }

  100% {
      transform: translateY(0);
  }
}
.j76fj2 img {
  width: 100%;
}

@media screen and (min-width: 992px) {
  @media screen and (max-width: 1199px) {
    .oa8t0q .oopb0q h1 {
      font-size: 40px;
    }
    .u366hq .orcncd .right li:first-child {
      margin-right: 10px;
    }
    .u366hq .g9zen8 .e7cojf .flsmlx > li {
      margin-left: 50px;
    }
  }
}
/*新增加的css*/
.tqpe63 {
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kdjf6b {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}
.kdjf6b a,
.kdjf6b span {
  min-width: 38px;
  height: 38px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kdjf6b .uf0ccr {
  background-color: rgb(255 121 8);
  color: white;
  border-color: rgb(255 121 8);
}
.kdjf6b .disabled {
  color: #aaa;
  border-color: #eee;
}
