@charset "UTF-8";
@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Raleway:400,500,700);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
/*========================================================
                      Custom Styles
=========================================================*/
/*.dropdown-form:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 45%;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #3169bd;
}*/
@media screen and (max-width:768px){
	.bg-img .container{
		background:rgba(0,0,0,0.5);
	}
}
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #333;
  font: 400 16px/1.75 "Raleway", sans-serif;
  -webkit-text-size-adjust: none;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

/*================     Typography     ===================*/
h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font-family: "Montserrat", sans-serif;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .heading-1 a:hover, .heading-2 a:hover, .heading-3 a:hover, .heading-4 a:hover, .heading-5 a:hover, .heading-6 a:hover {
  color: #3169bd;
}

h1, .heading-1 {
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
}

h2, .heading-2 {
  font-size: 60px;
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 767px) {
  h2, .heading-2 {
    font-size: 50px;
  }
}
@media (max-width: 479px) {
  h2, .heading-2 {
    font-size: 32px;
  }
}

h3, .heading-3 {
  font-size: 40px;
  line-height: 1.25;
}
@media (max-width: 479px) {
  h3, .heading-3 {
    font-size: 30px;
  }
}

h4, .heading-4 {
  font-size: 30px;
  line-height: 1.33;
}
@media (max-width: 479px) {
  h4, .heading-4 {
    font-size: 25px;
  }
}

h5, .heading-5 {
  font-size: 20px;
  line-height: 1.65;
}

h6, .heading-6 {
  font-size: 16px;
  line-height: 1.75;
}

p {
  font-weight: 500;
}

p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

.marked-list, .list, cite, .contact-info, .nav {
  font-family: "Montserrat", sans-serif;
}

em {
  font-style: italic;
}

small, .small {
  font-size: .75em;
}

.big {
  font-size: 1.5em;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"],
a[href^="mailto:"] {
  color: inherit;
  text-decoration: none;
  position: relative;
}
a[href^="tel:"]:after,
a[href^="callto:"]:after,
a[href^="mailto:"]:after {
  background: #333;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 1px;
  content: "";
  opacity: 0;
  transition: height 0.2s ease 0s, opacity 0.2s ease 0s, transform 0.2s ease 0s;
  transform: translateY(-10px);
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover,
a[href^="mailto:"]:hover {
  color: inherit;
}
a[href^="tel:"]:hover:after,
a[href^="callto:"]:hover:after,
a[href^="mailto:"]:hover:after {
  height: 2px;
  opacity: 1;
  transform: translateY(0px);
}
a[href^="tel:"].mod:after,
a[href^="callto:"].mod:after,
a[href^="mailto:"].mod:after {
  top: 110%;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

hr {
  display: inline-block;
  padding: 0;
  border: none;
  width: 62px;
  height: 5px;
  background: #3169bd;
}

/*=======================================================
                       Main Layout
=========================================================*/
/*==================    Offsets      ======================*/
* + h5 {
  margin-top: 37px;
}

* + p {
  margin-top: 43px;
}

h5 + p {
  margin-top: 23px;
}

* + hr {
  margin-top: 45px;
}

h3 + hr {
  margin-top: 50px;
}

* + .btn {
  margin-top: 22px;
}

* + .inline-list {
  margin-top: 32px;
}

.terms-list {
  margin-top: 57px;
}

* + .quote {
  margin-top: 40px;
}

* + .contact-info {
  margin-top: 28px;
}

* + .contact-info--skin-1 {
  margin-top: 60px;
}

* + .owl-carousel {
  margin-top: 40px;
}

* + .row {
  margin-top: 63px;
}

.row + .row {
  margin-top: 56px;
}

.row + .offset-1 {
  margin-top: 76px;
}
@media (max-width: 767px) {
  .row + .offset-1 {
    margin-top: 60px;
  }
}

.row + .offset-2 {
  margin-top: 99px;
}

.offset-1 {
  margin-top: 60px;
}
.offset-2 {
  margin-top: 55px;
}
.offset-3 {
  margin-top: 30px;
}

/*==================    Postfix      ======================*/
/*==================    Preffix      ======================*/
.preffix-1 {
  margin-left: -10px;
}
@media (max-width: 767px) {
  .preffix-1 {
    margin-left: 0;
  }
}

/*==================    Insets      ======================*/
.inset-1 {
  padding-top: 5px;
}
.inset-2 {
  padding-top: 23px;
}
@media (max-width: 479px) {
  .inset-3 {
    padding: 0 25px;
  }
}

/*==================      Well     ======================*/
.well {
  padding: 140px 0 220px;
}
@media (max-width: 767px) {
  .well {
    padding: 120px 0;
  }
}
.well--inset-1 {
  padding-bottom: 195px;
}
@media (max-width: 767px) {
  .well--inset-1 {
    padding-bottom: 120px;
  }
}

.well-2 {
  padding: 110px 0 140px;
}
.well-2--inset-1 {
  padding-bottom: 125px;
}

.well-3 {
  padding: 180px 0;
}
@media (max-width: 767px) {
  .well-3 {
    padding: 120px 0;
  }
}

.well-4 {
  padding: 100px 0 120px;
}

.well-5 {
  padding: 105px 0 15px;
}
.well-5--inset-1 {
  padding-bottom: 120px;
}
.well-5--inset-2 {
  padding-bottom: 110px;
}

/*=======================================================
                        Helpers
=========================================================*/
/*================    Basic Helpers    ==================*/
.round {
  border-radius: 50%;
}

.full {
  width: 100%;
}

@media (max-width: 991px) {
  .text-sm-shadow {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
  }
}

/*==================    Text Styling      ======================*/
.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.strike {
  text-decoration: line-through;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.normal {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.sbold {
  font-weight: 600;
}

strong, .bold {
  font-weight: 700;
}

.ubold {
  font-weight: 900;
}

/*==================     Text Align    ======================*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media (max-width: 1199px) {
  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: right;
  }

  .text-md-left {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }

  .text-sm-left {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }

  .text-xs-left {
    text-align: left;
  }
}
@media (max-width: 479px) {
  .text-xxs-center {
    text-align: center;
  }

  .text-xxs-right {
    text-align: right;
  }

  .text-xxs-left {
    text-align: left;
  }
}
/*================      Floating      =================*/
.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

@media (max-width: 1199px) {
  .pull-md-none {
    float: none;
  }

  .pull-md-right {
    float: right;
  }

  .pull-md-left {
    float: left;
  }
}
@media (max-width: 991px) {
  .pull-sm-none {
    float: none;
  }

  .pull-sm-right {
    float: right;
  }

  .pull-sm-left {
    float: left;
  }
}
@media (max-width: 767px) {
  .pull-xs-none {
    float: none;
  }

  .pull-xs-right {
    float: right;
  }

  .pull-xs-left {
    float: left;
  }
}
/*================       Colors       ==================*/
.text-default {
  color: #000;
}

.text-contrast {
  color: #fff;
}

.text-primary {
  color: #18335e;
}
.text-primary a:hover {
  color: #333;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #3169bd;
  color: #fff;
}
.bg-primary hr {
  background: #fff;
}
.bg-primary a[href^="tel:"]:after,
.bg-primary a[href^="callto:"]:after,
.bg-primary a[href^="mailto:"]:after {
  background: #fff;
}

.bg-primary-variant-1 {
  background: rgb(25, 34, 41); /*rgba(27, 206, 124, 0.1)*/
  color:#fff;
}

.bg-primary-variant-img {
  background: url('../images/bg-section.jpg');
  background-size: auto 100%;
  overflow:hidden;
  color:#fff;
}

.bg-contrast {
  background: #fff;
}

.bg-default {
  background: #000;
}

.bg-img {
  background-image: url(../images/page-1_img01.png);
  background-position: 70% bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1499px) {
  .bg-img {
    background-position: 90% bottom;
  }
}
@media (max-width: 1199px) {
  .bg-img {
    background-position: right bottom;
  }
}
@media (max-width: 767px) {
  .bg-img {
    background-position: center top;
  }
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
}
.brand_slogan {
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  vertical-align: bottom;
}
.brand_name + .brand_slogan {
  margin-top: 0;
  margin-left: 6px;
}

/*==================    Images     ======================*/
/*==================      Box      ======================*/
.box .box_left img, .box .box_right img {
  max-width: none;
}
.box .box_left,
.box .box_right,
.box .box_body {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}
.box .box_left {
  padding-right: 24px;
}
.box .box_right {
  padding-left: 24px;
}

.box .box--middle {
  vertical-align: middle;
}
.box .box--bottom {
  vertical-align: bottom;
}

@media (max-width: 479px) {
  .box-xxs-clear .box_left img, .box-xxs-clear .box_right img {
    max-width: 100%;
  }
  .box-xxs-clear .box_left,
  .box-xxs-clear .box_right,
  .box-xxs-clear .box_body {
    padding: 0;
    display: block;
    vertical-align: top;
  }
  .box-xxs-clear .box_left {
    padding-bottom: 24px;
  }
  .box-xxs-clear .box_right {
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_body {
    padding: 0;
    display: block;
    vertical-align: top;
  }
  .box-xs-clear .box_left {
    padding-bottom: 24px;
  }
  .box-xs-clear .box_right {
    padding-top: 24px;
  }
}
@media (max-width: 991px) {
  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_body {
    padding: 0;
    display: block;
    vertical-align: top;
  }
  .box-sm-clear .box_left {
    padding-bottom: 24px;
  }
  .box-sm-clear .box_right {
    padding-top: 24px;
  }
}
@media (max-width: 1199px) {
  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_body {
    padding: 0;
    display: block;
    vertical-align: top;
  }
  .box-md-clear .box_left {
    padding-bottom: 24px;
  }
  .box-md-clear .box_right {
    padding-top: 24px;
  }
}
/*==================     Icons     ======================*/
.icon {
  display: inline-block;
  text-align: center;
}

.icon-lg {
  width: 125px;
  height: 125px;
  font-size: 30px;
  line-height: 125px;
}

.icon-primary {
  background: transparent;
  border: 2px solid #3169bd;
  color: #3169bd;
    -webkit-transition: 0.25s; /* Safari */
    transition: 0.25s;
}

a.icon-primary:hover {
  background: #3169bd;
  color: #fff;
}

span.icon-primary:hover {
  background: #3169bd;
  color: #fff;
}

.icon.fa-facebook,
.icon.fa-twitter,
.icon.fa-google-plus,
.icon.fa-youtube,
.icon.fa-skype,
.icon.fa-instagram {
  font-size: 23px;
  line-height: 23px;
  color: #3169bd;
}
.icon.fa-facebook:hover,
.icon.fa-twitter:hover,
.icon.fa-google-plus:hover,
.icon.fa-youtube:hover,
.icon.fa-skype:hover,
.icon.fa-instagram:hover {
  color: #333;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  background: transparent;
  text-align: center;
  position: relative;
  font-family: "Montserrat", sans-serif;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn .insider {
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.btn .insider:after {
  content: "";
  background-color: #fff;
  width: 110%;
  height: 20px;
  position: absolute;
  left: -101%;
  top: 50%;
  margin-top: -10px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn:hover .insider:after {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 100%;
}

.btn-md {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 28px;
}

.btn-default {
  color: #FFFFFF;
  background: #18335e;
  width:100%;
  border-radius:25px/30px;
}
.btn-default:hover {
  background: #192229;
}
.btn-default:active {
  -webkit-box-shadow: 1px 1px 5px #3169bd;
  -moz-box-shadow: 1px 1px 5px #3169bd;
  box-shadow: 1px 1px 5px #3169bd;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 30px;
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 28px;
  font-size: 20px;
  line-height: 25px;
  color: #3169bd;
}
.marked-list li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
}
.marked-list li + li {
  margin-top: 19px;
}
.marked-list a:hover {
  color: #333;
}

/*==================  Terms List  ======================*/
.terms-list dt + dd {
  margin-top: 24px;
}
.terms-list dd + dt {
  margin-top: 63px;
}

/*==================  Contact-info   ======================*/
.contact-info dl dt, .contact-info dl dd {
  display: inline-block;
}
.contact-info dl + .heading-5 {
  margin-top: 25px;
}
.contact-info a[href^="mailto:"] {
  color: #3169bd;
}
.contact-info a[href^="mailto:"]:after {
  background: #3169bd;
}
.contact-info a[href^="mailto:"]:hover {
  color: #3169bd;
}
.contact-info--skin-1 * + p {
  margin-top: 11px;
}

/*==================  Quote   ======================*/
.quote * + cite {
  margin-top: 25px;
}
.quote cite {
  display: block;
}

/*=======================================================
                     Script Modules
=========================================================*/
/*========================   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;
}
.sf-menu > li + li {
  margin-left: 39px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  font-size: 18px;
  line-height: 30px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #3169bd;
}
.sf-menu > li.active > a {
  color: #09619e;
  font-weight:600;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -51px;
  width: 317px;
  margin-top: 40px;
  padding: 32px 0 46px 52px;
  background: #192229;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-align: left;
}

.sf-menu ul > li > a {
  color: #FFF;
  display: inline-block;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #3169bd;
}
.sf-menu ul > li + li {
  margin-top: 12px;
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 12px 0 0px 15px;
  z-index: 4;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 75%;
  margin-left: -6px;
  content: "";
  font: 400 12px/12px "FontAwesome";
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
.menu {
  text-align: left;
  z-index: 100;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 10px;
}

.menu__label {
  display: block !important;
  background: none;
  border: none;
  width: 100%;
  height: 70px;
  padding: 0 1.25em;
  font-size: 1.3em;
  color: #fff;
  position: relative;
  outline: none;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

.menu__inner li a span,
.menu__label span {
  font-size: 0.68em;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
  font-weight: 600;
}

.menu__inner {
  display: block !important;
  list-style: none;
  padding: 0 1.25em;
  font-size: 1.3em;
  margin: 0;
  position: absolute;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: height 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.menu.menu--open .menu__inner {
  height: 310px;
}

.menu__inner li a {
  display: block;
  padding: 0.53em 0;
  line-height: 1.2;
  opacity: 0;
  color: #727476;
  pointer-events: none;
  outline: none;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.menu__inner li a:hover {
  color: #45484A;
}

.menu--open .menu__inner li a {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.menu--open .menu__inner li:nth-child(2) a {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}

.menu--open .menu__inner li:nth-child(3) a {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}

.menu--open .menu__inner li:nth-child(4) a {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.menu--open .menu__inner li:nth-child(5) a {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}

.menu--open .menu__inner li:nth-child(6) a {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.morph-shape,
.morph-shape svg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.morph-shape {
  height: 0px;
  -webkit-transition: height 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: height 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.morph-shape svg {
  height: 100%;
}

.menu.menu--open .morph-shape {
  height: 400px;
}

.morph-shape svg path {
  fill: #C6CFCF;
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -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;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -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 {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul li.active > a {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a:hover {
  background: #3169bd;
  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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -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 {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-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;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  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;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -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;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -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;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  padding: 15px 0;
}

.isStuck {
  background: #192229;
  z-index: 999;
  border-bottom: 4px solid #3169bd;
}
.isStuck .sf-menu > li > ul {
  margin-top: 19px;
}

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
a.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #333;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
a.toTop:hover {
  color: #fff;
  background: #3169bd;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #192229;
  padding: 25px 0;
  color: #fff;
}
header .brand {
  float: left;
}
header .nav {
  float: right;
}
@media (max-width: 991px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
  header .brand + .nav {
    margin-top: 15px;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}
@media (max-width: 1199px) {
  main h2 br, main h3 br {
    display: none;
  }
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #fff;
  padding: 116px 0 180px;
}
footer.footer--inset-1 {
  padding-top: 90px;
}
footer .copyright .logo {
  font-size: 20px;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
footer .copyright a:hover {
  color: #3169bd;
}
