@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

body {
  color: #5c5c5c;
  font: 300 18px/28px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding-bottom: 100px;
}
.parallax:before {
  height: 64%;
  top: -1px;
  -webkit-transform: translateY(-54%);
  -ms-transform: translateY(-54%);
  transform: translateY(-54%);
}
.parallax:after {
  top: 100%;
  -webkit-transform: translateY(-27%);
  -ms-transform: translateY(-27%);
  transform: translateY(-27%);
}
.parallax--variant-1:before {
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
}
.parallax--variant-1:after {
  -webkit-transform: translateY(-42%);
  -ms-transform: translateY(-42%);
  transform: translateY(-42%);
}
.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
  z-index: 2;
}
.parallax_after {
  margin-top: 50px;
  position: relative;
  z-index: 99;
}
/*==================     Brand     ======================*/
.brand {
  z-index: 9;
}
.brand .logo {
  height: 60px;
}
.brand .logo-mobile {
  display: none;
}
.header-pic {
  margin-top: 240px;
}
.header-pic img {
  position: relative;
  z-index: 9;
  border-radius: 50%;
}
.rounded {
  border-radius: 50%;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background-color: #3497DB;
}
.blue {
  color: #1c4da1;
}
.bg-blue {
  background-color: #1c4da1;
}
.orange {
  color: #f7941d;
}
.bg-orange {
  background-color: #f7941d;
}
/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/

.btn {
  font-family: "BenchNine", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}
.btn-md {
  border-radius: 5px;
  padding: 10px 32px;
  font-size: 20px;
  line-height: 24px;
}
.btn-primary {
  background: #3497DB;
  color: #FFF;
}
.btn-primary:focus {
  background: #ffb610;
}
.btn-primary:hover {
  background: #ffb610;
  color: #FFF;
}
.btn-primary:active {
  background: #217cbb;
}
.btn-primary-variant-1 {
  color: #FFF;
  background: #ffb610;
}
.btn-primary-variant-1:focus {
  background: #3497DB;
}
.btn-primary-variant-1:hover {
  color: #FFF;
  background: #3497DB;
}
.btn-primary-variant-1:active {
  background: #217cbb;
}
.btn_offset {
  margin-top: 57px;
}
.link {
  font-family: "BenchNine", sans-serif;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  font-weight: 400;
}
.link-sm {
  font-size: 20px;
  line-height: 24px;
}
.link-primary {
  color: #3497DB;
}
.link-primary:hover {
  color: #ffb610;
}
.link-primary:active {
  color: #dc9900;
}
.z-index {
  position: relative;
  z-index: 10;
}
.z-index-2 {
  position: relative;
  z-index: 100;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
  color: #ffb610;
  font-family: "BenchNine", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
}
.sf-menu > li + li {
  margin-left: 30px;
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
  color: #777;
  font-family: "BenchNine", sans-serif;
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #3497DB;
}
.sf-menu > li.active > a {
  color: #3497DB;
}
.sf-menu ul {
  display: none;
  left: -5px;
  position: absolute;
  top: 100%;
  width: 90px;
  text-align: center;
  margin-top: 30px;
  padding: 14px 20px;
  background: #ffb610;
  z-index: 23;
  box-sizing: border-box;
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  color: #FFF;
  font-size: 16px;
  line-height: 35px;
}
.sf-menu ul > li + li {
  border-top: 1px dashed #FFF;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #3497DB;
}
.sf-menu > li > ul:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #ffb610 transparent;
  content: '';
  position: absolute;
  bottom: 100%;
  right: 50%;
  -webkit-transform: translate(50%, 0%);
  -ms-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
}
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 26px 0 0 20px;
  background: #3497DB;
  z-index: 4;
}
.sf-menu ul ul > li > a {
  color: #FFF;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #ffb610;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}
.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -ms-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul li.active {
  background: #3497DB;
  color: #FFF;
}
.rd-mobilemenu_ul li.active a {
  color: #ffffff;
}
.rd-mobilemenu_ul .rd-mobilemenu_submenu a:hover {
  background-color: #ffb610;
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a:hover {
  background: #3497DB;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}
.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}
.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}
/*==================  Stuck menu  ======================*/
.isStuck {
  height: 60px;
  background: #1c4da1;
  border-bottom: 1px solid #1c4da1;
  z-index: 999;
}
.isStuck .brand_name {
  font-size: 70px;
  line-height: 70px;
  margin: 0;
}
.isStuck .brand_name:before {
  top: 10px;
  left: 103%;
}
.isStuck .brand_slogan {
  display: none;
}
.isStuck .sf-menu > li > a {
  color: #FFF;
}
.isStuck .sf-menu > li.active > a {
  color: #ffb610;
}
.isStuck .sf-menu ul > li > a:hover {
  color: #3497DB;
}
.isStuck .sf-menu ul ul > li > a:hover {
  color: #ffb610;
}
.isStuck .nav ul {
    margin: 0;
}
.isStuck .nav li.sfHover .sf-with-ul {
  color: #ffb610;
}
.isStuck .nav li.sfHover ul .sf-with-ul {
  color: #FFF;
}
.isStuck .nav li.sfHover ul .sfHover .sf-with-ul {
  color: #3497DB;
}
.isStuck .nav li.active a.sf-with-ul {
  color: #ffb610;
}
.isStuck .nav li.active ul a.sf-with-ul {
  color: #3497DB;
}
.isStuck .nav li a:hover {
  color: #ffb610;
}
/*==================     ToTop     ======================*/
.toTop {
  width: 42px;
  height: 42px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  background: #ffb610;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 100;
}
.toTop:focus {
  background: #3497DB;
}
.toTop:hover {
  color: #fff;
  background: #3497DB;
  text-decoration: none;
  border: 1px solid darker(#3497DB, 10%);
}
.mobile .toTop,
.tablet .toTop {
  display: none !important;
}
/*==================     Header     ======================*/
.header-left-decorator {
  position: absolute;
  min-height: 182px;
  padding-bottom: 26.1%;
  left: 0;
  top: 0;
  z-index: 1;
  width: 47.6%;
  overflow: hidden;
}
.header-left-decorator::before {
  content: '';
  position: absolute;
  left: -29%;
  top: 0;
  background: #1c4da1;
  width: 129%;
  height: 100%;
  border-radius: 0 0 0 100%;
}
.header-right-decorator {
  content: "";
  display: block;
  width: 54.6%;
  height: 283px;
  margin-top: 40px;
  position: relative;
  z-index: -1;
  overflow: hidden;
  float: right;
}
.header-right-decorator:before {
  background: transparent url("/static/images/page-2_img01.jpg") no-repeat scroll 0% 0%/cover;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 0 0 85% 0;
}
.main-container {
  margin-top: 50px;
}
.section {
  color: #5c5c5c;
  margin-bottom: 100px;
}
.section .title {
  font-family: "BenchNine", sans-serif;
  font-size: 50px;
  line-height: 50px;
  color: #1c4da1;
  margin-bottom: 20px;
}
.section .sub-title {
  font-size: 26px;
  font-weight: bold;
}
.section .content {
  font-size: 22px;
}
footer {
  position: relative;
  font-weight: 400;
  padding: 10% 0 7%;
}
footer .footer_figure_left {
  position: absolute;
  padding-top: 25.1%;
  left: 0;
  bottom: 0;
  top: 31%;
  z-index: 0;
  width: 54.6%;
  overflow: hidden;
}
footer .footer_figure_left:before {
  content: '';
  position: absolute;
  left: -29%;
  top: 0;
  background: #f7941d;
  width: 129%;
  height: 100%;
  border-radius: 100% 0 0 0;
}
footer .footer_figure_right {
  position: absolute;
  padding-top: 25.1%;
  right: 0;
  top: 4%;
  bottom: 0;
  z-index: 0;
  width: 46%;
  overflow: hidden;
}
footer .footer_figure_right:before {
  content: '';
  position: absolute;
  right: -29%;
  top: 0;
  background: #1c4da1;
  width: 129%;
  height: 100%;
  border-radius: 0 100% 0 0;
}
footer .footer-list li {
  float: left;
  margin-right: 5px;
}
footer .footer-list li a {
  height: 40px;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  font-size: 15px;
  line-height: 40px;
  background: #FFF;
  color: #3497DB;
}
footer .footer-list li a:hover {
  background: #3497DB;
  color: #FFF;
}
footer address {
  color: #FFF;
  font-family: "BenchNine", sans-serif;
  font-size: 22px;
  line-height: 30px;
  position: relative;
  text-transform: uppercase;
  z-index: 16;
}
.mail-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: white;
}
footer .envelope {
  font-size: 22px;
  line-height: 30px;
}
footer .email {
  color: white;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin: 0 5px;
  z-index: 1;
}
.privacy-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start
}
footer .copyright {
  color: #FFF;
  font-family: "BenchNine", sans-serif;
  font-size: 22px;
  line-height: 30px;
  position: relative;
  text-transform: uppercase;
  z-index: 16;
  display: inline-block;
  vertical-align: middle;
}
#copyright-year:after {
  content: '';
  height: 15px;
  border-right: 1px;
  border-style: solid;
  margin-left: 6px;
  border-left: none;
  margin-right: 3px;
}
footer .copyright a {
  color: #ffffff;
}
footer .envelope a:hover,
footer .copyright a:hover {
  color: #ffb610;
}
footer .envelope:hover {
  color: #ffb610;
}
a:hover {
  color: #f7941d;
  text-decoration: unset;
}
@media (min-width: 2400px) {
  .parallax {
    padding-bottom: 6%;
    overflow: hidden;
  }
  .parallax:after {
      -webkit-transform: translateY(-35%);
      -ms-transform: translateY(-35%);
      transform: translateY(-35%);
  }
  .parallax--variant-1:before {
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
  }
}
@media (min-width: 992px) {
  .parallax {
    overflow: none;
  }
  .parallax:before,
  .parallax:after {
      content: '';
      position: absolute;
      left: -150px;
      right: -150px;
      background: #FFF;
      height: 70%;
      border-radius: 50%;
      z-index: 1;
  }
  .parallax_after {
    margin-top: -105px;
  }
  .parallax_after--offset-1 {
    margin-top: -121px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sf-menu > li.active > a {
      color: #ffb610;
  }
  .sf-menu > li + li {
      margin-left: 15px;
  }
  .sf-menu > li > a {
      color: #777;
      font-family: "BenchNine", sans-serif;
      font-size: 26px;
      line-height: 1.2;
      text-transform: uppercase;
  }
  .sf-menu > li.sfHover > a,
  .sf-menu > li > a:hover {
      color: #ffb610;
  }
}
@media (max-width: 768px) {
  body {
      padding-top: 56px;
  }
  .isStuck {
    display: none !important;
  }
  .rd-mobilemenu,
  .rd-mobilepanel {
      display: block;
  }
  .sf-menu {
      display: none;
  }
  .brand .logo {
    display: none;
  }
  .header-left-decorator {
    display: none;
  }
  .header-pic {
    display: none;
  }
  .section {
    margin-bottom: 50px;
  }
  .section .title {
    font-size: 40px;
    line-height: 40px;
  }
  .section .sub-title {
    font-size: 24px;
  }
  .section .content {
    font-size: 20px;
  }
  .header-right-decorator {
    width: 100%;
  }
  .header-right-decorator:before {
    border-radius: 0;
  }
  .parallax {
    padding-bottom: 0;
  }
  .parallax_after {
    margin-bottom: 0;
  }
  footer .footer_figure_left {
    display: none;
  }
  footer .footer_figure_right {
    width: 100%;
  }
  footer .footer_figure_right:before {
    border-radius: 0;
  }
  .mail-container {
    justify-content: center;
    margin-bottom: 30px;
  }
  .privacy-wrapper {
    justify-content: center;
    margin-top: 30px;
  }
}
@media (max-width: 425px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
