@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap");
body {
  font-family: Lato, sans-serif !important;
  font-weight: 300;
}

.mm-item {
  padding-top: 4px;
}

.form-group {
  margin-bottom: 0px !important;
}

.alert {
  padding: 2px !important;
}

.inner-content a:hover {
  text-decoration: none;
}

.input-text, .open-account-content .center-wrap .account-form input, .contact-us-page .page-title-center .contact-us-form input,
.contact-us-page .page-title-center .contact-us-form textarea, .log-in-wrapper .log-in-form input {
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: none;
  padding: 13px 15px 11px;
  font-size: 18px;
  margin-bottom: 20px;
  color: #4D4D4D;
  width: 100%;
}
.input-text::-webkit-input-placeholder, .open-account-content .center-wrap .account-form input::-webkit-input-placeholder, .contact-us-page .page-title-center .contact-us-form input::-webkit-input-placeholder,
.contact-us-page .page-title-center .contact-us-form textarea::-webkit-input-placeholder, .log-in-wrapper .log-in-form input::-webkit-input-placeholder {
  color: #B0B0B0;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
}
.input-text:-moz-placeholder, .open-account-content .center-wrap .account-form input:-moz-placeholder, .contact-us-page .page-title-center .contact-us-form input:-moz-placeholder,
.contact-us-page .page-title-center .contact-us-form textarea:-moz-placeholder, .log-in-wrapper .log-in-form input:-moz-placeholder {
  color: #B0B0B0;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
}
.input-text::-moz-placeholder, .open-account-content .center-wrap .account-form input::-moz-placeholder, .contact-us-page .page-title-center .contact-us-form input::-moz-placeholder,
.contact-us-page .page-title-center .contact-us-form textarea::-moz-placeholder, .log-in-wrapper .log-in-form input::-moz-placeholder {
  color: #B0B0B0;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
}
.input-text:-ms-input-placeholder, .open-account-content .center-wrap .account-form input:-ms-input-placeholder, .contact-us-page .page-title-center .contact-us-form input:-ms-input-placeholder,
.contact-us-page .page-title-center .contact-us-form textarea:-ms-input-placeholder, .log-in-wrapper .log-in-form input:-ms-input-placeholder {
  color: #B0B0B0;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
}
@media only screen and (max-width: 1150px) {
  .input-text, .open-account-content .center-wrap .account-form input, .contact-us-page .page-title-center .contact-us-form input,
  .contact-us-page .page-title-center .contact-us-form textarea, .log-in-wrapper .log-in-form input {
    padding: 11px 15px 9px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .input-text, .open-account-content .center-wrap .account-form input, .contact-us-page .page-title-center .contact-us-form input,
  .contact-us-page .page-title-center .contact-us-form textarea, .log-in-wrapper .log-in-form input {
    padding: 9px 15px;
  }
}

.login-buttons-container {
  width: max-content;
  margin: 0px auto;
  padding-top: 15px;
}
.login-buttons-container .btn-submit, .login-buttons-container .open-account-content .center-wrap .account-form .btn-submit, .open-account-content .center-wrap .account-form .login-buttons-container .btn-submit, .login-buttons-container .contact-us-page .page-title-center .contact-us-form .btn-submit, .contact-us-page .page-title-center .contact-us-form .login-buttons-container .btn-submit, .login-buttons-container .log-in-wrapper .log-in-form .btn-submit, .log-in-wrapper .log-in-form .login-buttons-container .btn-submit {
  display: table-cell;
}
.login-buttons-container #signupbtn {
  margin-left: 10px;
}

.btn-submit, .open-account-content .center-wrap .account-form .btn-submit, .contact-us-page .page-title-center .contact-us-form .btn-submit, .log-in-wrapper .log-in-form .btn-submit {
  background: #fff;
  color: #1B5054;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  border: none;
  padding: 10px 30px;
  margin: 15px auto 0;
  display: block;
  -webkit-transition: all, 0.4s, linear;
  -moz-transition: all, 0.4s, linear;
  -o-transition: all, 0.4s, linear;
  transition: all, 0.4s, linear;
  transition-duration: 0.4s;
}
.btn-submit:hover, .open-account-content .center-wrap .account-form .btn-submit:hover, .contact-us-page .page-title-center .contact-us-form .btn-submit:hover, .log-in-wrapper .log-in-form .btn-submit:hover {
  background: #4882CE;
  color: #fff;
}
@media only screen and (max-width: 1150px) {
  .btn-submit, .open-account-content .center-wrap .account-form .btn-submit, .contact-us-page .page-title-center .contact-us-form .btn-submit, .log-in-wrapper .log-in-form .btn-submit {
    font-size: 20px;
    padding: 7px 25px;
    margin-top: 10px;
  }
}

.wrapper,
.wrapper-inner {
  position: relative;
}
.wrapper header,
.wrapper-inner header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding-top: 16px;
}
@media only screen and (max-width: 1150px) {
  .wrapper header,
  .wrapper-inner header {
    padding-top: 0;
  }
}
.wrapper header .header-center,
.wrapper-inner header .header-center {
  width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1150px) {
  .wrapper header .header-center,
  .wrapper-inner header .header-center {
    width: 100%;
    padding: 16px 15px 0;
  }
}
.wrapper header .header-center .logo,
.wrapper-inner header .header-center .logo {
  width: 271px;
  margin-top: 45px;
}
.wrapper header .header-center .logo img,
.wrapper-inner header .header-center .logo img {
  width: 100%;
}
.wrapper header .header-center .right,
.wrapper-inner header .header-center .right {
  display: flex;
  position: relative;
}
.wrapper header .header-center .right nav,
.wrapper-inner header .header-center .right nav {
  margin-right: 30px;
  margin-top: -3px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .wrapper header .header-center .right nav,
  .wrapper-inner header .header-center .right nav {
    margin-top: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper header .header-center .right nav ul,
  .wrapper-inner header .header-center .right nav ul {
    display: none;
  }
}
.wrapper header .header-center .right nav ul li,
.wrapper-inner header .header-center .right nav ul li {
  display: inline-block;
  margin-right: 44px;
}
.wrapper header .header-center .right nav ul li:last-child,
.wrapper-inner header .header-center .right nav ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 992px) {
  .wrapper header .header-center .right nav ul li,
  .wrapper-inner header .header-center .right nav ul li {
    margin-right: 30px;
  }
}
.wrapper header .header-center .right nav ul li a,
.wrapper-inner header .header-center .right nav ul li a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.03em;
  padding: 0px;
  padding-bottom: 2px;
}
.wrapper header .header-center .right nav ul li a:hover,
.wrapper-inner header .header-center .right nav ul li a:hover {
  background: none;
  border-bottom: 1px solid #fff;
}
.wrapper header .header-center .right nav ul li .active,
.wrapper-inner header .header-center .right nav ul li .active {
  border-bottom: 1px solid #fff;
}
.wrapper header .header-center .right nav .open,
.wrapper-inner header .header-center .right nav .open {
  display: none;
}
@media only screen and (max-width: 768px) {
  .wrapper header .header-center .right nav .open,
  .wrapper-inner header .header-center .right nav .open {
    background: #fff;
    position: absolute;
    top: calc(100% + 3px);
    width: 150px;
    right: 0;
    z-index: 4;
    padding-left: 0;
  }
  .wrapper header .header-center .right nav .open li,
  .wrapper-inner header .header-center .right nav .open li {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
    display: block;
  }
  .wrapper header .header-center .right nav .open li:last-child,
  .wrapper-inner header .header-center .right nav .open li:last-child {
    border-bottom: 0;
  }
  .wrapper header .header-center .right nav .open li:hover a,
  .wrapper-inner header .header-center .right nav .open li:hover a {
    background: #0E3531;
    color: #fff;
  }
  .wrapper header .header-center .right nav .open li a,
  .wrapper-inner header .header-center .right nav .open li a {
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 13px;
    border: none;
    display: block;
    color: #0E3531;
    font-weight: 400;
  }
  .wrapper header .header-center .right nav .open li .active,
  .wrapper-inner header .header-center .right nav .open li .active {
    background: #0E3531;
    color: #fff;
  }
}
.wrapper header .header-center .right nav .nav-open,
.wrapper-inner header .header-center .right nav .nav-open {
  display: none;
}
@media only screen and (max-width: 768px) {
  .wrapper header .header-center .right nav .nav-open,
  .wrapper-inner header .header-center .right nav .nav-open {
    display: block;
    text-align: center;
    height: 30px;
  }
}
.wrapper header .header-center .right nav .nav-open:hover,
.wrapper-inner header .header-center .right nav .nav-open:hover {
  cursor: pointer;
}
.wrapper header .header-center .right nav .nav-open i,
.wrapper-inner header .header-center .right nav .nav-open i {
  color: #fff;
  font-size: 24px;
  padding: 2px 6px;
  border: 1px solid #fff;
  -webkit-transition: all, 0.4s, ease;
  -moz-transition: all, 0.4s, ease;
  -o-transition: all, 0.4s, ease;
  transition: all, 0.4s, ease;
  transition-duration: 0.4s;
}
.wrapper header .header-center .right nav .nav-open i:hover,
.wrapper-inner header .header-center .right nav .nav-open i:hover {
  color: #fff;
  background: #0E3531;
}
.wrapper header .header-center .right .no-script-menu,
.wrapper-inner header .header-center .right .no-script-menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .wrapper header .header-center .right .no-script-menu,
  .wrapper-inner header .header-center .right .no-script-menu {
    display: block;
    margin-right: 20px;
  }
  .wrapper header .header-center .right .no-script-menu ul,
  .wrapper-inner header .header-center .right .no-script-menu ul {
    display: block;
  }
  .wrapper header .header-center .right .no-script-menu ul li,
  .wrapper-inner header .header-center .right .no-script-menu ul li {
    margin-right: 10px;
  }
  .wrapper header .header-center .right .no-script-menu ul li a,
  .wrapper-inner header .header-center .right .no-script-menu ul li a {
    font-size: 12px;
  }
}
.wrapper header .header-center .right .log-in-btn a,
.wrapper-inner header .header-center .right .log-in-btn a {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  background: #669771;
  padding: 4px 19px 3px;
  -webkit-transition: all, 0.4s, linear;
  -moz-transition: all, 0.4s, linear;
  -o-transition: all, 0.4s, linear;
  transition: all, 0.4s, linear;
  transition-duration: 0.4s;
  text-decoration: none;
  font-weight: 500;
}
.wrapper header .header-center .right .log-in-btn a:hover,
.wrapper-inner header .header-center .right .log-in-btn a:hover {
  background: #fff;
  color: #1B5054;
  border: 0px;
}
.wrapper .info-center,
.wrapper-inner .info-center {
  width: 1170px;
  margin: 0 auto;
  position: relative;
  padding-top: 200px;
}
@media only screen and (max-width: 1150px) {
  .wrapper .info-center,
  .wrapper-inner .info-center {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .wrapper .info-center,
  .wrapper-inner .info-center {
    padding-top: 190px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .info-center,
  .wrapper-inner .info-center {
    padding-top: 165px;
  }
}
@media only screen and (max-width: 500px) {
  .wrapper .info-center,
  .wrapper-inner .info-center {
    padding-top: 190px;
  }
}
.wrapper .info-center .info-wrap,
.wrapper-inner .info-center .info-wrap {
  width: 70%;
}
@media only screen and (max-width: 992px) {
  .wrapper .info-center .info-wrap,
  .wrapper-inner .info-center .info-wrap {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .info-center .info-wrap,
  .wrapper-inner .info-center .info-wrap {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 500px) {
  .wrapper .info-center .info-wrap,
  .wrapper-inner .info-center .info-wrap {
    width: 100%;
  }
}
.wrapper .info-center .info-wrap > .title,
.wrapper-inner .info-center .info-wrap > .title {
  font-size: 48px;
  line-height: 61px;
  color: #fff;
  font-weight: 300;
  max-height: 122px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .wrapper .info-center .info-wrap > .title,
  .wrapper-inner .info-center .info-wrap > .title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .wrapper .info-center .info-wrap > .title,
  .wrapper-inner .info-center .info-wrap > .title {
    font-size: 30px;
  }
}
.wrapper .info-center .info-wrap .descr-wrap,
.wrapper-inner .info-center .info-wrap .descr-wrap {
  margin-top: 30px;
  max-height: 134px;
  overflow: hidden;
}
@media only screen and (max-width: 500px) {
  .wrapper .info-center .info-wrap .descr-wrap,
  .wrapper-inner .info-center .info-wrap .descr-wrap {
    margin-top: 20px;
    max-height: 274px;
  }
}
.wrapper .info-center .info-wrap .descr-wrap p,
.wrapper-inner .info-center .info-wrap .descr-wrap p {
  font-size: 19px;
  line-height: 22px;
  color: #fff;
  font-weight: 300;
}
.wrapper .info-center .info-wrap .descr-wrap p span,
.wrapper-inner .info-center .info-wrap .descr-wrap p span {
  font-weight: 400;
}
.wrapper .info-center .info-wrap .descr-wrap p + p,
.wrapper-inner .info-center .info-wrap .descr-wrap p + p {
  margin-top: 24px;
}
@media only screen and (max-width: 500px) {
  .wrapper .info-center .info-wrap .descr-wrap p + p,
  .wrapper-inner .info-center .info-wrap .descr-wrap p + p {
    margin-top: 10px;
  }
}
.wrapper .info-center .info-wrap .link-more,
.wrapper-inner .info-center .info-wrap .link-more {
  font-size: 25px;
  text-transform: uppercase;
  background: #669771;
  color: #fff;
  padding: 6px 33px 7px;
  display: inline-block;
  margin-top: 32px;
  -webkit-transition: all, 0.4s, linear;
  -moz-transition: all, 0.4s, linear;
  -o-transition: all, 0.4s, linear;
  transition: all, 0.4s, linear;
  transition-duration: 0.4s;
}
.wrapper .info-center .info-wrap .link-more:hover,
.wrapper-inner .info-center .info-wrap .link-more:hover {
  color: #1B5054;
  background: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .wrapper .info-center .info-wrap .link-more,
  .wrapper-inner .info-center .info-wrap .link-more {
    font-size: 20px;
  }
}
.wrapper .top-slider,
.wrapper-inner .top-slider {
  position: relative;
}
.wrapper .top-slider .slide,
.wrapper-inner .top-slider .slide {
  height: 600px;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .wrapper .top-slider .slide,
  .wrapper-inner .top-slider .slide {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 500px) {
  .wrapper .top-slider .slide,
  .wrapper-inner .top-slider .slide {
    height: 660px;
  }
}
.wrapper .top-slider .slide:before,
.wrapper-inner .top-slider .slide:before {
  content: "";
  background: rgba(49, 48, 56, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.wrapper .top-slider .item-1,
.wrapper-inner .top-slider .item-1 {
  background: url("../images/slide-11.jpg") 50% 0 no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.wrapper .top-slider .item-2,
.wrapper-inner .top-slider .item-2 {
  background: url("../images/slide-12.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.wrapper .top-slider .item-3,
.wrapper-inner .top-slider .item-3 {
  background: url("../images/slide-13.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.wrapper .top-slider .owl-dots,
.wrapper-inner .top-slider .owl-dots {
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  text-align: center;
}
.wrapper .top-slider .owl-dots .owl-dot,
.wrapper-inner .top-slider .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.5);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
}
.wrapper .top-slider .owl-dots .active,
.wrapper-inner .top-slider .owl-dots .active {
  background: #fff;
}
.wrapper .no-slider-img,
.wrapper-inner .no-slider-img {
  background: url("../images/slide-1.jpg") no-repeat 50% 0;
  background-size: cover;
  height: 600px;
  position: relative;
  top: 0;
}
@media only screen and (max-width: 1150px) {
  .wrapper .no-slider-img,
  .wrapper-inner .no-slider-img {
    padding: 0 15px;
  }
}
.wrapper .no-slider-img:before,
.wrapper-inner .no-slider-img:before {
  content: "";
  background: rgba(36, 77, 154, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.services {
  padding: 60px 0 35px;
}
@media only screen and (max-width: 1150px) {
  .services {
    padding: 45px 15px 35px;
  }
}
@media only screen and (max-width: 500px) {
  .services {
    padding: 25px 15px;
  }
}
.services .services-center {
  width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1150px) {
  .services .services-center {
    width: 100%;
  }
}
.services .services-center ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .services .services-center ul {
    flex-direction: column;
    align-items: center;
  }
}
.services .services-center ul li {
  padding: 0 20px;
  position: relative;
  width: 32%;
  display: flex;
  flex-direction: column;
  -webkit-transition: all, 0.4s, linear;
  -moz-transition: all, 0.4s, linear;
  -o-transition: all, 0.4s, linear;
  transition: all, 0.4s, linear;
  transition-duration: 0.4s;
}
@media only screen and (max-width: 768px) {
  .services .services-center ul li {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 500px) {
  .services .services-center ul li {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .services .services-center ul li:last-child {
    margin-bottom: 0;
  }
}
.services .services-center ul li p {
  font-size: 14px;
  color: #000;
  margin: 0;
}
.services .services-center ul li p + p {
  margin: 10px 0 0 0;
  font-weight: 400;
  text-transform: none;
}
.services .services-center ul li div.heading {
  width: 100%;
}
.services .services-center ul li div.heading img {
  width: 100%;
}
.services .services-center ul li a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 10px;
}
.services .services-center ul li a.link {
  font-weight: 400;
}
.services .services-center ul li a.more {
  font-size: 14px;
  text-decoration: underline;
  color: #0E3531;
}

.access-global-markets {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/global-markets-bg.jpg");
  height: 492px;
  background-size: cover;
}
@media only screen and (max-width: 1150px) {
  .access-global-markets {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .access-global-markets {
    background-position: 63% 0;
  }
}
.access-global-markets .access-global-markets-center {
  width: 1170px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 1150px) {
  .access-global-markets .access-global-markets-center {
    width: 100%;
  }
}
.access-global-markets .access-global-markets-center .text-wrap {
  width: 41%;
}
@media only screen and (max-width: 768px) {
  .access-global-markets .access-global-markets-center .text-wrap {
    width: 63%;
  }
}
@media only screen and (max-width: 500px) {
  .access-global-markets .access-global-markets-center .text-wrap {
    width: 100%;
    text-align: center;
  }
}
.access-global-markets .access-global-markets-center .text-wrap .title {
  font-size: 33px;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .access-global-markets .access-global-markets-center .text-wrap .title {
    font-size: 30px;
    line-height: 30px;
  }
}
.access-global-markets .access-global-markets-center .text-wrap p + p {
  margin-top: 30px;
  font-size: 19px;
  line-height: 23px;
  font-weight: 300;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .access-global-markets .access-global-markets-center .text-wrap p + p {
    margin-top: 20px;
  }
}
.access-global-markets .access-global-markets-center .text-wrap .discover-more {
  display: inline-block;
  margin-top: 23px;
  font-size: 25px;
  text-transform: uppercase;
  background: #669771;
  color: #fff;
  padding: 6px 22px 7px;
  -webkit-transition: all, 0.4s, linear;
  -moz-transition: all, 0.4s, linear;
  -o-transition: all, 0.4s, linear;
  transition: all, 0.4s, linear;
  transition-duration: 0.4s;
}
.access-global-markets .access-global-markets-center .text-wrap .discover-more:hover {
  color: #0E3531;
  background: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .access-global-markets .access-global-markets-center .text-wrap .discover-more {
    font-size: 20px;
  }
}

.services-discover,
.investment-management {
  padding: 60px 0 30px;
}
@media only screen and (max-width: 1150px) {
  .services-discover,
  .investment-management {
    padding: 38px 0 30px 15px;
  }
}
@media only screen and (max-width: 500px) {
  .services-discover,
  .investment-management {
    padding: 30px 15px;
  }
}
.services-discover .services-discover-center,
.services-discover .investment-management-center,
.investment-management .services-discover-center,
.investment-management .investment-management-center {
  width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1150px) {
  .services-discover .services-discover-center,
  .services-discover .investment-management-center,
  .investment-management .services-discover-center,
  .investment-management .investment-management-center {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .services-discover .services-discover-center,
  .services-discover .investment-management-center,
  .investment-management .services-discover-center,
  .investment-management .investment-management-center {
    flex-direction: column;
  }
}
.services-discover .services-discover-center .left-text,
.services-discover .services-discover-center .right-text,
.services-discover .investment-management-center .left-text,
.services-discover .investment-management-center .right-text,
.investment-management .services-discover-center .left-text,
.investment-management .services-discover-center .right-text,
.investment-management .investment-management-center .left-text,
.investment-management .investment-management-center .right-text {
  width: 470px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 500px) {
  .services-discover .services-discover-center .left-text,
  .services-discover .services-discover-center .right-text,
  .services-discover .investment-management-center .left-text,
  .services-discover .investment-management-center .right-text,
  .investment-management .services-discover-center .left-text,
  .investment-management .services-discover-center .right-text,
  .investment-management .investment-management-center .left-text,
  .investment-management .investment-management-center .right-text {
    width: 100%;
    text-align: center;
    align-items: center;
  }
}
.services-discover .services-discover-center .left-text .title,
.services-discover .services-discover-center .right-text .title,
.services-discover .investment-management-center .left-text .title,
.services-discover .investment-management-center .right-text .title,
.investment-management .services-discover-center .left-text .title,
.investment-management .services-discover-center .right-text .title,
.investment-management .investment-management-center .left-text .title,
.investment-management .investment-management-center .right-text .title {
  font-size: 34px;
  color: #0E3531;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .services-discover .services-discover-center .left-text .title,
  .services-discover .services-discover-center .right-text .title,
  .services-discover .investment-management-center .left-text .title,
  .services-discover .investment-management-center .right-text .title,
  .investment-management .services-discover-center .left-text .title,
  .investment-management .services-discover-center .right-text .title,
  .investment-management .investment-management-center .left-text .title,
  .investment-management .investment-management-center .right-text .title {
    line-height: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .services-discover .services-discover-center .left-text .title,
  .services-discover .services-discover-center .right-text .title,
  .services-discover .investment-management-center .left-text .title,
  .services-discover .investment-management-center .right-text .title,
  .investment-management .services-discover-center .left-text .title,
  .investment-management .services-discover-center .right-text .title,
  .investment-management .investment-management-center .left-text .title,
  .investment-management .investment-management-center .right-text .title {
    font-size: 28px;
    line-height: 30px;
  }
}
.services-discover .services-discover-center .left-text p + p,
.services-discover .services-discover-center .right-text p + p,
.services-discover .investment-management-center .left-text p + p,
.services-discover .investment-management-center .right-text p + p,
.investment-management .services-discover-center .left-text p + p,
.investment-management .services-discover-center .right-text p + p,
.investment-management .investment-management-center .left-text p + p,
.investment-management .investment-management-center .right-text p + p {
  margin-top: 29px;
  font-size: 16px;
  line-height: 26px;
  color: #4D4D4D;
  text-transform: none;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .services-discover .services-discover-center .left-text p + p,
  .services-discover .services-discover-center .right-text p + p,
  .services-discover .investment-management-center .left-text p + p,
  .services-discover .investment-management-center .right-text p + p,
  .investment-management .services-discover-center .left-text p + p,
  .investment-management .services-discover-center .right-text p + p,
  .investment-management .investment-management-center .left-text p + p,
  .investment-management .investment-management-center .right-text p + p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }
}
.services-discover .services-discover-center .left-text .more,
.services-discover .services-discover-center .right-text .more,
.services-discover .investment-management-center .left-text .more,
.services-discover .investment-management-center .right-text .more,
.investment-management .services-discover-center .left-text .more,
.investment-management .services-discover-center .right-text .more,
.investment-management .investment-management-center .left-text .more,
.investment-management .investment-management-center .right-text .more {
  display: inline-block;
  margin-top: 54px;
  font-size: 25px;
  color: #fff;
  background: #669771;
  text-transform: uppercase;
  padding: 6px 22px 7px;
  -webkit-transition: all, 0.5s, linear;
  -moz-transition: all, 0.5s, linear;
  -o-transition: all, 0.5s, linear;
  transition: all, 0.5s, linear;
  transition-duration: 0.5s;
}
.services-discover .services-discover-center .left-text .more:hover,
.services-discover .services-discover-center .right-text .more:hover,
.services-discover .investment-management-center .left-text .more:hover,
.services-discover .investment-management-center .right-text .more:hover,
.investment-management .services-discover-center .left-text .more:hover,
.investment-management .services-discover-center .right-text .more:hover,
.investment-management .investment-management-center .left-text .more:hover,
.investment-management .investment-management-center .right-text .more:hover {
  background: rgb(81.4387351779, 120.5612648221, 90.2213438735);
}
@media only screen and (max-width: 992px) {
  .services-discover .services-discover-center .left-text .more,
  .services-discover .services-discover-center .right-text .more,
  .services-discover .investment-management-center .left-text .more,
  .services-discover .investment-management-center .right-text .more,
  .investment-management .services-discover-center .left-text .more,
  .investment-management .services-discover-center .right-text .more,
  .investment-management .investment-management-center .left-text .more,
  .investment-management .investment-management-center .right-text .more {
    font-size: 20px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .services-discover .services-discover-center .left-text .more,
  .services-discover .services-discover-center .right-text .more,
  .services-discover .investment-management-center .left-text .more,
  .services-discover .investment-management-center .right-text .more,
  .investment-management .services-discover-center .left-text .more,
  .investment-management .services-discover-center .right-text .more,
  .investment-management .investment-management-center .left-text .more,
  .investment-management .investment-management-center .right-text .more {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .services-discover .services-discover-center .right-text,
  .services-discover .investment-management-center .right-text,
  .investment-management .services-discover-center .right-text,
  .investment-management .investment-management-center .right-text {
    width: 100%;
    order: 1;
  }
}
.services-discover .services-discover-center .right-text .title,
.services-discover .investment-management-center .right-text .title,
.investment-management .services-discover-center .right-text .title,
.investment-management .investment-management-center .right-text .title {
  letter-spacing: -0.01em;
}
.services-discover .services-discover-center .right-img,
.services-discover .services-discover-center .left-img,
.services-discover .investment-management-center .right-img,
.services-discover .investment-management-center .left-img,
.investment-management .services-discover-center .right-img,
.investment-management .services-discover-center .left-img,
.investment-management .investment-management-center .right-img,
.investment-management .investment-management-center .left-img {
  background: url("../images/out-services-bg.png");
  width: 50%;
  height: 350px;
}
@media only screen and (max-width: 1150px) {
  .services-discover .services-discover-center .right-img,
  .services-discover .services-discover-center .left-img,
  .services-discover .investment-management-center .right-img,
  .services-discover .investment-management-center .left-img,
  .investment-management .services-discover-center .right-img,
  .investment-management .services-discover-center .left-img,
  .investment-management .investment-management-center .right-img,
  .investment-management .investment-management-center .left-img {
    width: 53%;
  }
}
@media only screen and (max-width: 768px) {
  .services-discover .services-discover-center .right-img,
  .services-discover .services-discover-center .left-img,
  .services-discover .investment-management-center .right-img,
  .services-discover .investment-management-center .left-img,
  .investment-management .services-discover-center .right-img,
  .investment-management .services-discover-center .left-img,
  .investment-management .investment-management-center .right-img,
  .investment-management .investment-management-center .left-img {
    background-position: 57% 0;
  }
}
@media only screen and (max-width: 500px) {
  .services-discover .services-discover-center .right-img,
  .services-discover .services-discover-center .left-img,
  .services-discover .investment-management-center .right-img,
  .services-discover .investment-management-center .left-img,
  .investment-management .services-discover-center .right-img,
  .investment-management .services-discover-center .left-img,
  .investment-management .investment-management-center .right-img,
  .investment-management .investment-management-center .left-img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .services-discover .services-discover-center .right-img,
  .services-discover .investment-management-center .right-img,
  .investment-management .services-discover-center .right-img,
  .investment-management .investment-management-center .right-img {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .services-discover .services-discover-center .right-img,
  .services-discover .investment-management-center .right-img,
  .investment-management .services-discover-center .right-img,
  .investment-management .investment-management-center .right-img {
    margin-left: 0;
    margin-top: 15px;
  }
}
.services-discover .services-discover-center .left-img,
.services-discover .investment-management-center .left-img,
.investment-management .services-discover-center .left-img,
.investment-management .investment-management-center .left-img {
  background: url("../images/investment-bg.png");
}
@media only screen and (max-width: 1150px) {
  .services-discover .services-discover-center .left-img,
  .services-discover .investment-management-center .left-img,
  .investment-management .services-discover-center .left-img,
  .investment-management .investment-management-center .left-img {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .services-discover .services-discover-center .left-img,
  .services-discover .investment-management-center .left-img,
  .investment-management .services-discover-center .left-img,
  .investment-management .investment-management-center .left-img {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .services-discover .services-discover-center .left-img,
  .services-discover .investment-management-center .left-img,
  .investment-management .services-discover-center .left-img,
  .investment-management .investment-management-center .left-img {
    background-position: 36% 0;
  }
}
@media only screen and (max-width: 500px) {
  .services-discover .services-discover-center .left-img,
  .services-discover .investment-management-center .left-img,
  .investment-management .services-discover-center .left-img,
  .investment-management .investment-management-center .left-img {
    margin-top: 15px;
    margin-right: 0;
    width: 100%;
    order: 2;
  }
}

.investment-management {
  padding: 27px 0 60px;
}
@media only screen and (max-width: 1150px) {
  .investment-management {
    padding: 27px 15px 30px 0;
  }
}
@media only screen and (max-width: 500px) {
  .investment-management {
    padding: 0 15px 30px;
  }
}

.company-description {
  padding: 60px 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/company-bg.png");
  background-size: cover;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1150px) {
  .company-description {
    padding: 60px 15px;
  }
}
@media only screen and (max-width: 992px) {
  .company-description {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 500px) {
  .company-description {
    padding: 10px 15px;
  }
}
.company-description .company-description-center {
  width: 1124px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1150px) {
  .company-description .company-description-center {
    width: 90%;
  }
}
@media only screen and (max-width: 500px) {
  .company-description .company-description-center {
    width: 100%;
  }
}
.company-description .company-description-center h1 {
  font-size: 36px;
  line-height: 43px;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  .company-description .company-description-center h1 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .company-description .company-description-center h1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 14px;
  }
}
.company-description .company-description-center ul.why-choose {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  justify-content: center;
  gap: 40px;
  list-style: none;
  flex-wrap: wrap;
}
.company-description .company-description-center ul.why-choose li {
  font-size: 16px;
  width: 30%;
  margin-top: 30px;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .company-description .company-description-center ul.why-choose li {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .company-description .company-description-center ul.why-choose li {
    width: 100%;
  }
}
.company-description .company-description-center ul.why-choose li b {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .company-description .company-description-center ul.why-choose {
    flex-wrap: wrap;
    padding-left: 0;
  }
}
.company-description .company-description-center p {
  font-size: 20px;
  line-height: 25px;
  color: #000;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .company-description .company-description-center p {
    font-size: 18px;
    line-height: 24px;
  }
}
.company-description .company-description-center p + p {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .company-description .company-description-center p + p {
    margin-top: 18px;
  }
}

.about-us {
  padding: 30px 0 48px;
}
@media only screen and (max-width: 1150px) {
  .about-us {
    padding: 30px 15px 48px;
  }
}
@media only screen and (max-width: 768px) {
  .about-us {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .about-us {
    padding-bottom: 0;
  }
}
.about-us .about-us-center {
  width: 515px;
  margin: 0 auto;
}
@media only screen and (max-width: 1150px) {
  .about-us .about-us-center {
    width: 100%;
    text-align: center;
  }
}
.about-us .about-us-center .title {
  font-size: 34px;
  font-weight: 700;
  color: #0E3531;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .about-us .about-us-center .title {
    font-size: 28px;
  }
}
.about-us .about-us-center p + p {
  margin-top: 24px;
  width: 60%;
  color: #4D4D4D;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 1150px) {
  .about-us .about-us-center p + p {
    margin: 24px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .about-us .about-us-center p + p {
    width: 90%;
    margin-top: 20px;
  }
}
.about-us .about-us-center ul {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .about-us .about-us-center ul {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 500px) {
  .about-us .about-us-center ul {
    margin-top: 25px;
  }
}
.about-us .about-us-center ul li {
  width: 100%;
  height: 370px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.about-us .about-us-center ul li:before {
  content: "";
  background: rgba(49, 48, 56, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.about-us .about-us-center ul li:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
@media only screen and (max-width: 992px) {
  .about-us .about-us-center ul li {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .about-us .about-us-center ul li {
    width: 400px;
    height: 300px;
  }
  .about-us .about-us-center ul li:first-child {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .about-us .about-us-center ul li {
    width: 100%;
    height: 250px;
    align-items: initial;
  }
}
.about-us .about-us-center ul li .link {
  z-index: 3;
}
.about-us .about-us-center ul li .wrap {
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 500px) {
  .about-us .about-us-center ul li .wrap {
    align-self: center;
  }
}
.about-us .about-us-center ul li .wrap span {
  display: block;
  font-size: 25px;
  font-weight: 300;
  color: #fff;
}
.about-us .about-us-center ul li .wrap h2 {
  font-size: 61px;
  text-transform: uppercase;
  color: #fff;
  margin-top: -3px;
}
@media only screen and (max-width: 992px) {
  .about-us .about-us-center ul li .wrap h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 500px) {
  .about-us .about-us-center ul li .wrap h2 {
    font-size: 32px;
  }
}
.about-us .about-us-center ul li img {
  -webkit-transition: all, 0.6s, linear;
  -moz-transition: all, 0.6s, linear;
  -o-transition: all, 0.6s, linear;
  transition: all, 0.6s, linear;
  transition-duration: 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  padding: 20px 0 0;
}
footer .footer-center {
  width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1150px) {
  footer .footer-center {
    width: 100%;
    padding: 0 15px 20px;
  }
}
footer .footer-center .footer-logo {
  width: 200px;
  margin-top: 53px;
  display: block;
}
@media only screen and (max-width: 768px) {
  footer .footer-center .footer-logo {
    display: none;
  }
}
footer .footer-center .footer-logo img {
  width: 100%;
}
footer .footer-center ul {
  display: flex;
  justify-content: space-between;
  width: 77%;
  margin-top: -5px;
}
@media only screen and (max-width: 992px) {
  footer .footer-center ul {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-center ul {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
}
@media only screen and (max-width: 500px) {
  footer .footer-center ul {
    display: block;
    padding-left: 0;
  }
}
footer .footer-center ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  footer .footer-center ul li {
    align-items: center;
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  footer .footer-center ul li {
    width: 50%;
    float: left;
    height: 200px;
  }
}
footer .footer-center ul li > .title {
  font-size: 15px;
  line-height: 15px;
  color: #0E3531;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  height: 30px;
}
@media only screen and (max-width: 500px) {
  footer .footer-center ul li > .title {
    height: auto;
  }
}
footer .footer-center ul li > a,
footer .footer-center ul li p {
  font-size: 11px;
  color: #333;
  margin-bottom: 10px;
}
footer .footer-center ul li > a a,
footer .footer-center ul li p a {
  display: inline-block;
  margin-left: 3px;
  font-size: 11px;
  color: #333;
}
footer .footer-center ul li > a a:hover,
footer .footer-center ul li p a:hover {
  color: #0E3531;
}
footer .footer-center ul li a:hover {
  color: #0E3531;
}
footer .footer-center .footer-sign-up span {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 20px;
}
footer .footer-center .footer-sign-up input {
  margin-right: 5px;
}
footer .footer-center .footer-sign-up .signup-success {
  color: #0d7d6c;
}
footer .footer-bottom-line {
  background: #0E3531;
}
footer .footer-bottom-line span {
  color: #fff;
  font-size: 12px;
  padding: 10px 15%;
  text-align: center;
  display: block;
}

.about-us-page,
.news-page,
.services-page,
.contact-us-page,
.open-account-page {
  height: 300px;
  background-size: cover;
  background: url("../images/about-top-bg.jpg") no-repeat center;
  background-size: cover;
}
.about-us-page:before,
.news-page:before,
.services-page:before,
.contact-us-page:before,
.open-account-page:before {
  content: "";
  background: rgba(49, 48, 56, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.about-us-page .page-title-center,
.news-page .page-title-center,
.services-page .page-title-center,
.contact-us-page .page-title-center,
.open-account-page .page-title-center {
  width: 1170px;
  position: absolute;
  bottom: 46px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1150px) {
  .about-us-page .page-title-center,
  .news-page .page-title-center,
  .services-page .page-title-center,
  .contact-us-page .page-title-center,
  .open-account-page .page-title-center {
    width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .about-us-page .page-title-center,
  .news-page .page-title-center,
  .services-page .page-title-center,
  .contact-us-page .page-title-center,
  .open-account-page .page-title-center {
    text-align: center;
    bottom: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .about-us-page .page-title-center,
  .news-page .page-title-center,
  .services-page .page-title-center,
  .contact-us-page .page-title-center,
  .open-account-page .page-title-center {
    bottom: 20px;
  }
}
.about-us-page .page-title-center h1,
.news-page .page-title-center h1,
.services-page .page-title-center h1,
.contact-us-page .page-title-center h1,
.open-account-page .page-title-center h1 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 992px) {
  .about-us-page .page-title-center h1,
  .news-page .page-title-center h1,
  .services-page .page-title-center h1,
  .contact-us-page .page-title-center h1,
  .open-account-page .page-title-center h1 {
    font-weight: 400;
  }
}
@media only screen and (max-width: 768px) {
  .about-us-page .page-title-center h1,
  .news-page .page-title-center h1,
  .services-page .page-title-center h1,
  .contact-us-page .page-title-center h1,
  .open-account-page .page-title-center h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .about-us-page .page-title-center h1,
  .news-page .page-title-center h1,
  .services-page .page-title-center h1,
  .contact-us-page .page-title-center h1,
  .open-account-page .page-title-center h1 {
    font-size: 26px;
    line-height: 26px;
  }
}

.inner-content {
  padding: 48px 0;
}
@media only screen and (max-width: 1150px) {
  .inner-content {
    padding: 48px 15px 20px;
  }
}
@media only screen and (max-width: 992px) {
  .inner-content {
    padding: 30px 15px 20px;
  }
}
@media only screen and (max-width: 500px) {
  .inner-content {
    padding: 20px 15px 0;
  }
}
.inner-content .title {
  font-size: 34px;
  line-height: 34px;
  color: #0E3531;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: 0;
}
@media only screen and (max-width: 992px) {
  .inner-content .title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .inner-content .title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.inner-content .sub-title {
  font-size: 27px;
  line-height: 32px;
  color: #0E3531;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .inner-content .sub-title {
    line-height: 27px;
  }
}
@media only screen and (max-width: 500px) {
  .inner-content .sub-title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.inner-content p,
.inner-content li {
  margin-bottom: 29px;
  font-size: 16px;
  line-height: 29px;
  color: #4D4D4D;
  letter-spacing: 0.025em;
}
.inner-content p:last-child,
.inner-content li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .inner-content p,
  .inner-content li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .inner-content p,
  .inner-content li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.inner-content .center-wrap {
  width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1150px) {
  .inner-content .center-wrap {
    width: 100%;
  }
}
.inner-content .center-wrap .our-services,
.inner-content .center-wrap .news-full {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .inner-content .center-wrap .our-services,
  .inner-content .center-wrap .news-full {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.inner-content .center-wrap .our-services .left-text,
.inner-content .center-wrap .news-full .left-text {
  width: 46%;
}
@media only screen and (max-width: 1150px) {
  .inner-content .center-wrap .our-services .left-text,
  .inner-content .center-wrap .news-full .left-text {
    width: 52%;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .inner-content .center-wrap .our-services .left-text,
  .inner-content .center-wrap .news-full .left-text {
    width: 65%;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .inner-content .center-wrap .our-services .left-text,
  .inner-content .center-wrap .news-full .left-text {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
.inner-content .center-wrap .our-services .right-img,
.inner-content .center-wrap .news-full .right-img {
  background: url("../images/about-services.png");
  width: 480px;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .inner-content .center-wrap .our-services .right-img,
  .inner-content .center-wrap .news-full .right-img {
    height: 250px;
    margin-top: 15px;
    background-position: 0 70%;
  }
}
.inner-content .center-wrap .our-approach {
  padding: 113px 0 71px;
  text-align: center;
}
@media only screen and (max-width: 1150px) {
  .inner-content .center-wrap .our-approach {
    padding: 70px 15px;
  }
}
@media only screen and (max-width: 992px) {
  .inner-content .center-wrap .our-approach {
    padding: 40px 15px;
  }
}
@media only screen and (max-width: 500px) {
  .inner-content .center-wrap .our-approach {
    padding: 20px 15px;
  }
}
.inner-content .core-principles {
  background: url("../images/core-principles-bg.jpg");
  padding: 69px 0 52px;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .inner-content .core-principles {
    padding: 50px 15px;
  }
}
@media only screen and (max-width: 992px) {
  .inner-content .core-principles {
    padding: 40px 15px;
  }
}
@media only screen and (max-width: 500px) {
  .inner-content .core-principles {
    padding: 20px 15px;
  }
}
.inner-content .core-principles:before {
  content: "";
  background: rgba(49, 48, 56, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.inner-content .core-principles .core-principles-center {
  width: 1170px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .inner-content .core-principles .core-principles-center {
    width: 90%;
  }
}
.inner-content .core-principles .core-principles-center p {
  color: #fff;
}
.inner-content .vantages {
  padding: 64px 0 0;
}
@media only screen and (max-width: 1150px) {
  .inner-content .vantages {
    padding: 50px 15px 0;
  }
}
@media only screen and (max-width: 992px) {
  .inner-content .vantages {
    padding: 40px 15px 0;
  }
}
@media only screen and (max-width: 500px) {
  .inner-content .vantages {
    padding: 20px 15px 0;
  }
}
.inner-content .vantages .vantages-center {
  width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
}
@media only screen and (max-width: 1150px) {
  .inner-content .vantages .vantages-center {
    width: 100%;
  }
}
.inner-content .vantages .vantages-center li {
  width: 300px;
  margin: 0 20px 47px;
}
@media only screen and (max-width: 1150px) {
  .inner-content .vantages .vantages-center li {
    margin: 0 20px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .inner-content .vantages .vantages-center li {
    width: 400px;
  }
}
@media only screen and (max-width: 500px) {
  .inner-content .vantages .vantages-center li {
    margin: 0 0 20px;
    width: 100%;
  }
}
.inner-content .vantages .vantages-center li > .vant-title {
  font-size: 24px;
  line-height: 29px;
  color: #0E3531;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  .inner-content .vantages .vantages-center li > .vant-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.inner-content .vantages .vantages-center li p {
  font-size: 18px;
  line-height: 26px;
  color: #4D4D4D;
}
@media only screen and (max-width: 500px) {
  .inner-content .vantages .vantages-center li p {
    font-size: 16px;
    line-height: 24px;
  }
}

.news-page {
  background: url("../images/news-top-bg.jpg") no-repeat 50% 0;
  background-size: cover;
}

.news-slider-item, .news-list li {
  position: relative;
  width: 330px;
  height: 253px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 1150px) {
  .news-slider-item, .news-list li {
    width: 280px;
  }
}
@media only screen and (max-width: 992px) {
  .news-slider-item, .news-list li {
    width: 310px;
  }
}
@media only screen and (max-width: 500px) {
  .news-slider-item, .news-list li {
    width: 290px;
  }
}
.news-slider-item:hover img, .news-list li:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.news-slider-item .link, .news-list li .link, .news-slider-item .services .services-center ul li .link, .news-list li .services .services-center ul li .link, .services .services-center ul li .news-slider-item .link, .services .services-center ul li .news-list li .link, .news-list .services .services-center ul li li .link, .news-slider-item .about-us .about-us-center ul li .link, .news-list li .about-us .about-us-center ul li .link, .about-us .about-us-center ul li .news-slider-item .link, .about-us .about-us-center ul li .news-list li .link, .news-list .about-us .about-us-center ul li li .link {
  z-index: 3;
}
.news-slider-item .text, .news-list li .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 30px;
}
.news-slider-item .text p, .news-list li .text p {
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (max-width: 1150px) {
  .news-slider-item .text p, .news-list li .text p {
    font-size: 30px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 500px) {
  .news-slider-item .text p, .news-list li .text p {
    font-size: 24px;
    line-height: 28px;
  }
}
.news-slider-item .text p + p, .news-list li .text p + p {
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 15px;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
}
.news-slider-item .bg, .news-list li .bg {
  background: rgba(36, 77, 154, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.news-slider-item img, .news-list li img {
  -webkit-transition: all, 0.6s, linear;
  -moz-transition: all, 0.6s, linear;
  -o-transition: all, 0.6s, linear;
  transition: all, 0.6s, linear;
  transition-duration: 0.6s;
  position: relative;
  height: 100%;
  width: auto;
}

.inner-content {
  overflow: hidden;
}
.inner-content .center-wrap .news-full .left-text > .title {
  line-height: 41px;
  text-transform: none;
}
@media only screen and (max-width: 992px) {
  .inner-content .center-wrap .news-full .left-text > .title {
    line-height: 34px;
  }
}
@media only screen and (max-width: 500px) {
  .inner-content .center-wrap .news-full .left-text > .title {
    line-height: 26px;
  }
}
.inner-content .center-wrap .news-full .right-img {
  background: url("../images/news-text-img.jpg") no-repeat 100% 0;
  background-size: cover;
}
.inner-content .center-wrap .slider-wrap {
  margin-top: 52px;
}
@media only screen and (max-width: 768px) {
  .inner-content .center-wrap .slider-wrap {
    margin-top: 30px;
  }
}
.inner-content .center-wrap .slider-wrap > .title {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .inner-content .center-wrap .slider-wrap > .title {
    text-align: center;
  }
}
.inner-content .center-wrap .slider-wrap .news-slider {
  position: relative;
  margin-top: 33px;
}
@media only screen and (max-width: 1150px) {
  .inner-content .center-wrap .slider-wrap .news-slider {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 500px) {
  .inner-content .center-wrap .slider-wrap .news-slider {
    padding: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .inner-content .center-wrap .slider-wrap .news-slider .owl-nav {
    display: none;
  }
}
.inner-content .center-wrap .slider-wrap .news-slider .owl-nav .owl-prev,
.inner-content .center-wrap .slider-wrap .news-slider .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transition: all, 0.3s, linear;
  -moz-transition: all, 0.3s, linear;
  -o-transition: all, 0.3s, linear;
  transition: all, 0.3s, linear;
  transition-duration: 0.3s;
}
.inner-content .center-wrap .slider-wrap .news-slider .owl-nav .owl-prev:hover,
.inner-content .center-wrap .slider-wrap .news-slider .owl-nav .owl-next:hover {
  border-color: transparent black transparent transparent;
}
.inner-content .center-wrap .slider-wrap .news-slider .owl-nav .owl-prev span,
.inner-content .center-wrap .slider-wrap .news-slider .owl-nav .owl-next span {
  display: none;
}
.inner-content .center-wrap .slider-wrap .news-slider .owl-nav .owl-prev {
  left: -46px;
  border-width: 27.5px 28px 27.5px 0;
  border-color: transparent #0E3531 transparent transparent;
}
@media only screen and (max-width: 1150px) {
  .inner-content .center-wrap .slider-wrap .news-slider .owl-nav .owl-prev {
    left: 0;
  }
}
.inner-content .center-wrap .slider-wrap .news-slider .owl-nav .owl-next {
  right: -46px;
  border-width: 27.5px 0 27.5px 28px;
  border-color: transparent transparent transparent #0E3531;
}
@media only screen and (max-width: 1150px) {
  .inner-content .center-wrap .slider-wrap .news-slider .owl-nav .owl-next {
    right: 0;
  }
}
.inner-content .center-wrap .slider-wrap .news-slider .owl-nav .owl-next:hover {
  border-color: transparent transparent transparent black;
}

.news-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1150px) {
  .news-list {
    justify-content: center;
  }
}
.news-list li {
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 1150px) {
  .news-list li {
    margin: 0 10px 15px;
    width: 300px;
  }
}
@media only screen and (max-width: 992px) {
  .news-list li {
    width: 31.5%;
    margin: 0 5px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .news-list li {
    width: 330px;
  }
}
@media only screen and (max-width: 500px) {
  .news-list li {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 992px) {
  .news-list li .text p {
    font-size: 23px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 992px) {
  .news-list li .text p + p {
    font-size: 15px;
    line-height: 16px;
  }
}
.news-list .bigger-news-1 {
  width: 550px;
  height: 350px;
}
@media only screen and (max-width: 1150px) {
  .news-list .bigger-news-1 {
    width: 505px;
  }
}
@media only screen and (max-width: 992px) {
  .news-list .bigger-news-1 {
    width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .news-list .bigger-news-1 {
    width: 330px;
    height: 253px;
  }
}
.news-list .bigger-news-2 {
  width: 460px;
  height: 350px;
}
@media only screen and (max-width: 1150px) {
  .news-list .bigger-news-2 {
    width: 415px;
  }
}
@media only screen and (max-width: 992px) {
  .news-list .bigger-news-2 {
    width: 41%;
  }
}
@media only screen and (max-width: 768px) {
  .news-list .bigger-news-2 {
    width: 330px;
    height: 253px;
  }
}

.services-page {
  background: url("../images/services-bg.jpg") no-repeat 50% 0;
  background-size: cover;
}

.serv-list-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .serv-list-wrap {
    flex-direction: column;
    position: relative;
    margin-bottom: 0;
    text-align: center;
  }
}
.serv-list-wrap ul {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .serv-list-wrap ul {
    text-align: left;
  }
}
.serv-list-wrap ul li {
  list-style: disc;
  margin-left: 21px;
  margin-bottom: 0;
}
.serv-list-wrap .left-text {
  width: 58%;
  z-index: 1;
  background: #fff;
  padding: 0 20px 20px;
  height: max-content;
}
@media only screen and (max-width: 992px) {
  .serv-list-wrap .left-text {
    width: 54%;
  }
}
@media only screen and (max-width: 768px) {
  .serv-list-wrap .left-text {
    width: 100%;
    order: 2;
    text-align: center;
    margin-top: 25px;
  }
}
.serv-list-wrap .left-text .mark-list-title {
  font-size: 27px;
  color: #0E3531;
  font-weight: 700;
  margin-bottom: 32px;
}
.serv-list-wrap .left-text img {
  width: 100%;
}
.serv-list-wrap .right-menu {
  z-index: 1;
  align-self: flex-start;
  width: 40%;
}
.serv-list-wrap .right-menu img {
  width: calc(100% - 20px);
  margin: 30px 0 0 20px;
}
.serv-list-wrap .right-menu .inline {
  margin-left: 20px;
  background: #0E3531;
  padding: 40px 30px 40px 41px;
}
@media only screen and (max-width: 992px) {
  .serv-list-wrap .right-menu {
    padding: 20px;
    width: 42%;
  }
}
@media only screen and (max-width: 768px) {
  .serv-list-wrap .right-menu {
    width: 100%;
    order: 1;
    margin-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .serv-list-wrap .right-menu {
    display: none;
  }
}
.serv-list-wrap .right-menu .wrap {
  margin-bottom: 58px;
}
.serv-list-wrap .right-menu .wrap:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .serv-list-wrap .right-menu .wrap {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .serv-list-wrap .right-menu .wrap {
    margin-bottom: 10px;
  }
}
.serv-list-wrap .right-menu .wrap .menu-title {
  font-size: 29px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 992px) {
  .serv-list-wrap .right-menu .wrap .menu-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .serv-list-wrap .right-menu .wrap .menu-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
.serv-list-wrap .right-menu .wrap a {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: 300;
  padding: 6px;
  background: transparent;
  -webkit-transition: all, 0.4s, linear;
  -moz-transition: all, 0.4s, linear;
  -o-transition: all, 0.4s, linear;
  transition: all, 0.4s, linear;
  transition-duration: 0.4s;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.serv-list-wrap .right-menu .wrap a:last-child {
  margin-bottom: 0;
}
.serv-list-wrap .right-menu .wrap a:hover {
  background: rgb(132.0513833992, 171.9486166008, 141.0079051383);
}
@media only screen and (max-width: 992px) {
  .serv-list-wrap .right-menu .wrap a {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
    padding: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .serv-list-wrap .right-menu .wrap a {
    font-size: 14px;
    line-height: 18px;
    padding: 3px;
    letter-spacing: 0.01em;
    margin: 0 5px 5px;
  }
}
.serv-list-wrap .right-menu .wrap .active-link {
  background: #669771;
}
.serv-list-wrap .open-menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .serv-list-wrap .open-menu {
    background: #0E3531;
    position: absolute;
    top: 38px;
    width: 100%;
    left: 0;
    z-index: 4;
  }
}
.serv-list-wrap .services-menu-open {
  display: none;
}
@media only screen and (max-width: 768px) {
  .serv-list-wrap .services-menu-open {
    display: block;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #0E3531;
    padding-left: 7px;
    height: 34px;
    -webkit-transition: all, 0.4s, ease;
    -moz-transition: all, 0.4s, ease;
    -o-transition: all, 0.4s, ease;
    transition: all, 0.4s, ease;
    transition-duration: 0.4s;
  }
  .serv-list-wrap .services-menu-open:hover {
    cursor: pointer;
    background: #0E3531;
  }
  .serv-list-wrap .services-menu-open:hover span,
  .serv-list-wrap .services-menu-open:hover i {
    color: #fff;
  }
  .serv-list-wrap .services-menu-open span {
    color: #0E3531;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0;
  }
  .serv-list-wrap .services-menu-open i {
    color: #0E3531;
    font-size: 24px;
    padding: 4px 8px;
    background: transparent;
  }
}
.serv-list-wrap .left-img {
  background: url("../images/services-img-1.jpg");
  background-size: cover;
  width: 48%;
  margin-right: 20px;
}
.serv-list-wrap .right-text {
  width: 48%;
  z-index: 1;
  background: #fff;
  padding: 20px 10px;
}
@media only screen and (max-width: 768px) {
  .serv-list-wrap .right-text {
    width: 100%;
  }
}

.align-right {
  justify-content: flex-end;
}

.service-margin {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .service-margin {
    margin-bottom: 0;
  }
}

.log-in-wrapper {
  background: url("../images/log-in-bg.jpg") no-repeat 50% 0;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.log-in-wrapper .logo {
  width: 200px;
  position: absolute;
  top: 30px;
  left: 30px;
}
@media only screen and (max-width: 1150px) {
  .log-in-wrapper .logo {
    width: 150px;
    height: 66px;
    top: 20px;
    left: 20px;
  }
}
.log-in-wrapper .logo img {
  width: 100%;
}
.log-in-wrapper .log-in-form {
  background: #669771;
  padding: 30px 30px;
}
@media only screen and (max-width: 500px) {
  .log-in-wrapper .log-in-form {
    width: 290px;
    padding: 20px;
  }
}
.log-in-wrapper .log-in-form .title {
  font-size: 33px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 70px;
  position: relative;
}
.log-in-wrapper .log-in-form .title:after {
  content: "";
  background: #fff;
  width: 134px;
  height: 4px;
  position: absolute;
  bottom: -34px;
  left: 0;
}
@media only screen and (max-width: 1150px) {
  .log-in-wrapper .log-in-form .title {
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 40px;
  }
  .log-in-wrapper .log-in-form .title:after {
    bottom: -18px;
    height: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .log-in-wrapper .log-in-form .title {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }
  .log-in-wrapper .log-in-form .title:after {
    height: 1px;
    right: 0;
    margin: 0 auto;
  }
}
.log-in-wrapper .log-in-form .title span {
  font-weight: 700;
  display: block;
}
.log-in-wrapper .log-in-form .pass-wrap {
  position: relative;
}
@media only screen and (max-width: 500px) {
  .log-in-wrapper .log-in-form .pass-wrap {
    text-align: center;
  }
}
.log-in-wrapper .log-in-form .pass-wrap .show-pass {
  position: absolute;
  top: 10px;
  right: 16px;
}
@media only screen and (max-width: 1150px) {
  .log-in-wrapper .log-in-form .pass-wrap .show-pass {
    top: 9px;
  }
}
@media only screen and (max-width: 500px) {
  .log-in-wrapper .log-in-form .pass-wrap .show-pass {
    top: 7px;
  }
}
.log-in-wrapper .log-in-form .pass-wrap .show-pass:hover i {
  color: #7d7d7d;
}
.log-in-wrapper .log-in-form .pass-wrap .show-pass i {
  color: #B0B0B0;
  font-size: 28px;
}
@media only screen and (max-width: 1150px) {
  .log-in-wrapper .log-in-form .pass-wrap .show-pass i {
    font-size: 25px;
  }
}
.log-in-wrapper .log-in-form .pass-wrap input {
  margin-bottom: 0;
  padding-right: 50px;
}
@media only screen and (max-width: 500px) {
  .log-in-wrapper .log-in-form .pass-wrap input {
    padding: 9px 50px 9px 15px;
  }
}
.log-in-wrapper .log-in-form .pass-wrap .forgot {
  float: right;
  font-size: 16px;
  color: #fff;
  font-style: italic;
  margin-top: 17px;
}
.log-in-wrapper .log-in-form .pass-wrap .forgot:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1150px) {
  .log-in-wrapper .log-in-form .pass-wrap .forgot {
    margin-top: 11px;
  }
}
@media only screen and (max-width: 500px) {
  .log-in-wrapper .log-in-form .pass-wrap .forgot {
    float: none;
    margin-top: 8px;
    display: inline-block;
  }
}
.log-in-wrapper .log-in-form .remember {
  margin-top: 15px;
}
@media only screen and (max-width: 1150px) {
  .log-in-wrapper .log-in-form .remember {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .log-in-wrapper .log-in-form .remember {
    text-align: center;
  }
}
.log-in-wrapper .log-in-form .remember input[type=checkbox] {
  display: none;
}
.log-in-wrapper .log-in-form .remember input[type=checkbox] .label {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
@media only screen and (max-width: 1150px) {
  .log-in-wrapper .log-in-form .remember input[type=checkbox] .label {
    font-size: 18px;
  }
}
.log-in-wrapper .log-in-form .remember input[type=checkbox] .label:before {
  content: "";
  border: 1px solid #fff;
  background: transparent;
  display: inline-block;
  vertical-align: top;
  margin: 3px 10px 0 0;
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 1150px) {
  .log-in-wrapper .log-in-form .remember input[type=checkbox] .label:before {
    margin-top: 2px;
  }
}
.log-in-wrapper .log-in-form .remember input[type=checkbox]:checked + label::before {
  border-color: #fff;
  content: "\f00c";
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding-top: 3px;
  height: 15px;
  font-weight: 700;
  font-family: Font Awesome\ 5 Free;
}
.contact-us-page {
  background: url("../images/contact-us-bg.jpg") no-repeat 50% 0;
  background-size: cover;
  height: 750px;
}
@media only screen and (max-width: 992px) {
  .contact-us-page {
    height: 680px;
  }
}
@media only screen and (max-width: 1150px) {
  .contact-us-page .page-title-center {
    text-align: center;
  }
}
.contact-us-page .page-title-center p.top {
  color: #fff;
  font-size: 19px;
  line-height: 23px;
  font-weight: 300;
  width: 50%;
  margin-top: 30px;
}
@media only screen and (max-width: 1150px) {
  .contact-us-page .page-title-center p.top {
    width: 70%;
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .contact-us-page .page-title-center p.top {
    width: 470px;
    font-size: 16px;
    line-height: 18px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .contact-us-page .page-title-center p.top {
    width: 100%;
  }
}
.contact-us-page .page-title-center p.top a {
  text-decoration: underline;
  font-weight: 700;
  color: #fff;
}
.contact-us-page .page-title-center p.top a:hover {
  text-decoration: none;
}
.contact-us-page .page-title-center .contact-us-form {
  margin-top: 40px;
}
@media only screen and (max-width: 1150px) {
  .contact-us-page .page-title-center .contact-us-form {
    width: 740px;
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .contact-us-page .page-title-center .contact-us-form {
    width: 470px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .contact-us-page .page-title-center .contact-us-form {
    width: 100%;
  }
}
.contact-us-page .page-title-center .contact-us-form .wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .contact-us-page .page-title-center .contact-us-form .wrap {
    flex-direction: column;
  }
}
.contact-us-page .page-title-center .contact-us-form .wrap .field-contactform-name {
  width: 60% !important;
}
@media only screen and (max-width: 768px) {
  .contact-us-page .page-title-center .contact-us-form .wrap .field-contactform-name {
    width: 100%;
  }
}
.contact-us-page .page-title-center .contact-us-form .wrap .field-contactform-name input {
  margin-bottom: 0px;
}
.contact-us-page .page-title-center .contact-us-form .wrap .field-contactform-phone {
  width: 38% !important;
}
@media only screen and (max-width: 768px) {
  .contact-us-page .page-title-center .contact-us-form .wrap .field-contactform-phone {
    width: 100%;
  }
}
.contact-us-page .page-title-center .contact-us-form .wrap .field-contactform-phone input {
  margin-bottom: 0px;
}
.contact-us-page .page-title-center .contact-us-form p {
  height: 18px;
  overflow: hidden;
  color: yellow;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}
.contact-us-page .field-contactform-email {
  width: 100%;
}
.contact-us-page .field-contactform-email input {
  margin-bottom: 0px !important;
}

.open-account-page {
  background: url("../images/open-account-bg.jpg") no-repeat 50% 0;
  background-size: cover;
}

@media only screen and (max-width: 500px) {
  .open-account-content .center-wrap {
    text-align: center;
  }
}
.open-account-content .center-wrap li {
  list-style: disc;
  margin-left: 21px;
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .open-account-content .center-wrap li {
    text-align: left;
  }
}
.open-account-content .center-wrap p {
  margin-bottom: 10px;
}
.open-account-content .center-wrap p .italic {
  font-style: italic;
  display: block;
}
.open-account-content .center-wrap > .title {
  margin-bottom: 25px;
}
.open-account-content .center-wrap .info-text {
  text-align: center;
}
.open-account-content .center-wrap .info-text > .title {
  font-size: 36px;
  line-height: 43px;
  color: #0E3531;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1150px) {
  .open-account-content .center-wrap .info-text > .title {
    font-size: 34px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 500px) {
  .open-account-content .center-wrap .info-text > .title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.open-account-content .center-wrap .info-text p {
  font-size: 21px;
  line-height: 25px;
  color: #0E3531;
  width: 80%;
  margin: 0 auto 10px;
}
.open-account-content .center-wrap .info-text p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .open-account-content .center-wrap .info-text p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 500px) {
  .open-account-content .center-wrap .info-text p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}
.open-account-content .center-wrap .account-form {
  margin: 70px 0 25px;
  background: #0E3531;
  padding: 50px 70px 30px;
}
@media only screen and (max-width: 992px) {
  .open-account-content .center-wrap .account-form {
    padding: 50px 30px 30px;
  }
}
@media only screen and (max-width: 500px) {
  .open-account-content .center-wrap .account-form {
    margin-top: 20px;
    padding: 20px 15px;
    text-align: left;
  }
}
.open-account-content .center-wrap .account-form > .title {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .open-account-content .center-wrap .account-form > .title {
    font-size: 26px;
    line-height: 26px;
  }
}
.open-account-content .center-wrap .account-form p.bank_note {
  color: #FFF;
  font-size: 14px;
}
.open-account-content .center-wrap .account-form input {
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 400;
}
.open-account-content .center-wrap .account-form label {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  display: block;
  font-weight: 700;
}
@media only screen and (max-width: 500px) {
  .open-account-content .center-wrap .account-form label {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.open-account-content .center-wrap .account-form .wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  .open-account-content .center-wrap .account-form .wrap {
    margin-bottom: 10px;
  }
}
.open-account-content .center-wrap .account-form .wrap label {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .open-account-content .center-wrap .account-form .wrap label {
    margin-bottom: 20px;
  }
  .open-account-content .center-wrap .account-form .wrap label:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  .open-account-content .center-wrap .account-form .wrap label {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .open-account-content .center-wrap .account-form .wrap {
    flex-direction: column;
  }
}
.open-account-content .center-wrap .account-form .wrap .input-name {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .open-account-content .center-wrap .account-form .wrap .input-name {
    width: 100%;
  }
}
.open-account-content .center-wrap .account-form .wrap .input-phone {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .open-account-content .center-wrap .account-form .wrap .input-phone {
    width: 100%;
  }
}
.open-account-content .center-wrap .account-form .select-wrapper {
  display: block;
  width: 100%;
  position: relative;
  height: 46px;
  color: #4D4D4D;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: none;
  margin-top: 5px;
}
.open-account-content .center-wrap .account-form .select-wrapper > select {
  width: 100%;
  height: 46px;
  background: transparent;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding-left: 15px;
  border: 0;
  appearance: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #B0B0B0;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
}
.open-account-content .center-wrap .account-form .select-wrapper > select::-ms-expand {
  display: none;
}
.open-account-content .center-wrap .account-form .select-wrapper > select option {
  color: #4D4D4D;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
.open-account-content .center-wrap .account-form .select-wrapper .select-arrow {
  position: absolute;
  top: 45%;
  right: 15px;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #b0b0b0 transparent transparent transparent;
}
.open-account-content .center-wrap .account-form .checkbox-list-wrap {
  margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  .open-account-content .center-wrap .account-form .checkbox-list-wrap {
    margin-bottom: 10px;
  }
}
.open-account-content .center-wrap .account-form .checkbox-list-wrap .checkbox-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
}
@media only screen and (max-width: 500px) {
  .open-account-content .center-wrap .account-form .checkbox-list-wrap .checkbox-title {
    font-size: 16px;
    line-height: 16px;
  }
}
.open-account-content .center-wrap .account-form .checkbox-list-wrap .checkbox-wrap {
  margin-bottom: 10px;
}
.open-account-content .center-wrap .account-form .checkbox-list-wrap .checkbox-wrap:last-child {
  margin-bottom: 0;
}
.open-account-content .center-wrap .account-form .checkbox-list-wrap .checkbox-wrap input[type=checkbox] {
  display: none;
}
.open-account-content .center-wrap .account-form .checkbox-list-wrap .checkbox-wrap input[type=checkbox] .label {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0;
}
@media only screen and (max-width: 1150px) {
  .open-account-content .center-wrap .account-form .checkbox-list-wrap .checkbox-wrap input[type=checkbox] .label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 500px) {
  .open-account-content .center-wrap .account-form .checkbox-list-wrap .checkbox-wrap input[type=checkbox] .label {
    font-size: 16px;
    line-height: 19px;
  }
}
.open-account-content .center-wrap .account-form .checkbox-list-wrap .checkbox-wrap input[type=checkbox] .label:before {
  content: "";
  border: 1px solid #fff;
  background: transparent;
  display: inline-block;
  vertical-align: top;
  margin: 2px 10px 0 0;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 500px) {
  .open-account-content .center-wrap .account-form .checkbox-list-wrap .checkbox-wrap input[type=checkbox] .label:before {
    margin-top: 0;
  }
}
.open-account-content .center-wrap .account-form .checkbox-list-wrap .checkbox-wrap input[type=checkbox]:checked + label::before {
  border-color: #fff;
  content: "\f00c";
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding-top: 3px;
  height: 15px;
  font-weight: 700;
  font-family: Font Awesome\ 5 Free;
}
@media only screen and (max-width: 500px) {
  .open-account-content .center-wrap .account-form .checkbox-list-wrap .checkbox-wrap input[type=checkbox]:checked + label::before {
    padding-top: 0;
    height: 16px;
  }
}
.open-account-content .center-wrap .account-form .other-info {
  margin-bottom: 25px;
}
.open-account-content .center-wrap .account-form .other-info > .title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: none;
}
@media only screen and (max-width: 500px) {
  .open-account-content .center-wrap .account-form .other-info > .title {
    font-size: 16px;
    line-height: 16px;
  }
}
.open-account-content .center-wrap .account-form .other-info p + p {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
}
@media only screen and (max-width: 500px) {
  .open-account-content .center-wrap .account-form .other-info p + p {
    font-size: 16px;
    line-height: 19px;
  }
}
.open-account-content .center-wrap .account-info {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
@media only screen and (max-width: 500px) {
  .open-account-content .center-wrap .account-info {
    flex-wrap: wrap;
    margin: 20px 0;
  }
}
.open-account-content .center-wrap .account-info ul {
  width: 48%;
}
@media only screen and (max-width: 500px) {
  .open-account-content .center-wrap .account-info ul {
    width: 100%;
  }
}
.open-account-content .center-wrap .account-info ul .title {
  list-style: none;
  margin-left: 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 500px) {
  .open-account-content .center-wrap .account-info ul .title {
    text-align: center;
  }
}
.open-account-content .center-wrap .account-info ul li {
  margin-bottom: 0;
}
.open-account-content .center-wrap .account-info .open-account-img {
  background: url("../images/open-account-img.jpg") no-repeat;
  background-size: cover;
  width: 48%;
  margin-left: 20px;
}
@media only screen and (max-width: 500px) {
  .open-account-content .center-wrap .account-info .open-account-img {
    width: 100%;
    height: 250px;
    margin-left: 0;
    margin-top: 15px;
  }
}

.account-form .form-group input[type=text],
.account-form .form-group input[type=password],
.account-form .form-group select {
  padding: 13px 15px 11px;
  height: 42px;
}
.account-form .form-group .help-block {
  font-size: 12px;
  color: yellow;
  padding: 0;
  height: 10px;
  margin-bottom: 0px;
  line-height: 12px !important;
}
.account-form .form-group .help-block p {
  padding: 0;
}

.account-form h2 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
.account-form .field-username,
.account-form .field-password {
  width: 100%;
}
.account-form .input-username,
.account-form .input-password {
  width: 49%;
}
.account-form .input-first_name,
.account-form .input-mobile_phone {
  width: 45%;
}

#dynamicmodel-title {
  margin-top: 5px;
  border-radius: 15px !important;
  line-height: 12px !important;
}

.open-account-content .center-wrap .account-form .wrap {
  margin-bottom: 0px;
}

.open-account-content .center-wrap .account-form label {
  margin-bottom: 0px;
}

.home-login-button {
  margin-right: 15px !important;
}

#dynamicmodel-bank_name {
  list-style-type: none;
}

#isa_form {
  min-width: 990px;
  padding: 30px 50px;
}
#isa_form h2 {
  color: #0E3531;
  margin-bottom: 30px;
}

.isa_form input[type=text],
.isa_form input[type=password],
.isa_form select {
  padding: 6px 15px 5px;
  height: 33px;
  border: 1px solid #0E3531;
  margin-bottom: 15px;
  border-radius: 6px;
}
.isa_form input[type=radio] {
  margin-left: 5px;
  margin-right: 20px;
}
.isa_form .fancybox-skin {
  background: #FFF;
}
.isa_form label {
  font-family: Lato, sans-serif !important;
  font-size: 14px;
  font-weight: 700;
}
.isa_form label.left {
  width: 120px;
}
.isa_form label.left2 {
  width: 220px;
}
.isa_form input.long1 {
  width: calc(100% - 120px);
}
.isa_form input.long2 {
  width: calc(100% - 220px);
}
.isa_form .blue {
  color: #0E3531;
  font-weight: bold;
}
.isa_form .pad {
  margin-bottom: 20px;
}
.isa_form .pad div.body {
  padding-left: 15px;
}
.isa_form .subm {
  margin-top: 40px;
  margin-left: calc(50% - 200px);
  display: block;
  width: 400px;
  font-size: 20px;
  text-decoration: underline;
}

.forgot-password .btn-submit, .forgot-password .log-in-wrapper .log-in-form .btn-submit, .log-in-wrapper .log-in-form .forgot-password .btn-submit, .forgot-password .contact-us-page .page-title-center .contact-us-form .btn-submit, .contact-us-page .page-title-center .contact-us-form .forgot-password .btn-submit, .forgot-password .open-account-content .center-wrap .account-form .btn-submit, .open-account-content .center-wrap .account-form .forgot-password .btn-submit {
  background: #0E3531;
  color: #fff;
  transition: all, 0.4s, linear;
  transition-duration: 0.4s;
}
.forgot-password .btn-submit:hover, .forgot-password .contact-us-page .page-title-center .contact-us-form .btn-submit:hover, .contact-us-page .page-title-center .contact-us-form .forgot-password .btn-submit:hover, .forgot-password .open-account-content .center-wrap .account-form .btn-submit:hover, .open-account-content .center-wrap .account-form .forgot-password .btn-submit:hover {
  background: rgb(3.3432835821, 12.6567164179, 11.7014925373);
}
.forgot-password input[type=text], .forgot-password input[type=password] {
  border: 1px solid #0E3531;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
  height: 50px;
}
.forgot-password .field-passwordresetrequestform-email,
.forgot-password .field-resetpasswordform-password {
  width: 40%;
  margin: 0px auto;
}

.alert {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

.serv-bg,
.serv-bg-2,
.serv-bg-3 {
  background: url("../images/services-bottom.jpg") no-repeat 50% 0;
  background-size: cover;
  background-position: center;
  height: 300px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1150px) {
  .serv-bg,
  .serv-bg-2,
  .serv-bg-3 {
    height: 850px;
  }
}
@media only screen and (max-width: 992px) {
  .serv-bg,
  .serv-bg-2,
  .serv-bg-3 {
    height: 1100px;
  }
}
@media only screen and (max-width: 768px) {
  .serv-bg,
  .serv-bg-2,
  .serv-bg-3 {
    display: none;
  }
}

.serv-bg-2 {
  background: url("../images/services-img-2.jpg");
  background-size: cover;
  bottom: auto;
  top: 0;
}

.serv-bg-3 {
  background: url("../images/services-img-4.jpg");
  background-size: cover;
  bottom: -500px;
}
@media only screen and (max-width: 992px) {
  .serv-bg-3 {
    bottom: -130px;
    height: 500px;
  }
}

.about-bottom {
  background: #000;
  color: #FFF;
  font-size: 16px;
  padding-bottom: 40px;
}
.about-bottom img {
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .about-us-page, .news-page, .services-page, .open-account-page {
    height: 200px;
  }
  .wrapper header .header-center .logo, .wrapper-inner header .header-center .logo {
    margin: 15px 0 0 15px;
    width: 200px;
  }
  .footer-sign-up input {
    width: 80%;
  }
  .footer-sign-up #signup {
    margin-top: 10px;
  }
  .about-bottom .center-wrap {
    padding: 0 15px;
  }
}

/*# sourceMappingURL=main.css.map */
