@charset "UTF-8";
@import url(animate.css);
@import url(fl-bigmug-line.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900);
/*========================================================
						Main Styles
=========================================================*/
body {
  color: #19191b;
  font: 400 18px/25px "Raleway", sans-serif;
  -webkit-text-size-adjust: none;
  background: #19191b;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #0e2f64;
  font-weight: 700;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #25559f;
}

h2 {
  font-size: 64px;
  line-height: 70px;
  font-weight: 600;
  color: #1d1d1d;
}

@media (max-width: 991px) {
  h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}

h2.mod2 {
  line-height: 76px;
}

@media (max-width: 991px) {
  h2.mod2 {
    line-height: 1.2;
  }
}

h3 {
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 24px;
    line-height: 1.2;
  }
}
h3.mod2 {
  line-height: 36px;
}

h4 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  color: #0e2f64;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  color: #0e2f64;
}

h6 {
  font-size: 15px;
}

.big {
  color: #0e2f64;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
}
.small {
  color: #0e2f64;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
}
@media (max-width: 991px) {
  .big {
    font-size: 24px;
    line-height: 1.4;
  }
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

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:"] {
  color: inherit;
  text-decoration: none;
}

a[href^="callto:"]:hover {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

/*=======================================================
						 Main Layout
=========================================================*/
.fleft {
  float: left;
}

.fright {
  float: right;
}

.cntr {
  text-align: center;
}

.left {
  text-align: left;
}

.bold {
  font-weight: 700;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

hr {
  border: none;
  height: 1px;
  background: #19191b;
}

.link1 {
  color: #0e2f64;
}
.link1:hover {
  color: #19191b;
}

@media (max-width: 767px) {
  .mobile_cntr {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .mobile_cntr2 {
    text-align: center;
  }
}
* + h3, * + h4, * + h5, * + h6, * + p, * + img, * + .btn {
  margin-top: 20px;
}

h2 + h3 {
  margin-top: 36px;
  padding-bottom: 7px;
  max-width: 750px;
}
@media (max-width: 1199px) {
  h2 + h3 {
    max-width: 100%;
  }
}

h2 + p {
  margin-top: 30px;
}

img + h3 {
  margin-top: 23px;
}

h3 + p {
  margin-top: 11px;
}

img + h4 {
  margin-top: 27px;
}

h4 + p {
  margin-top: 25px;
}

img + h5 {
  margin-top: 32px;
}

h5 + p {
  margin-top: 25px;
}

h2 + .big {
  margin-top: 40px;
  padding-bottom: 22px;
}

p + .btn {
  margin-top: 25px;
}

.project-page .row + .row {
  margin-top: 0px;
}

h2 + blockquote {
  margin-top: 118px;
}
@media (max-width: 767px) {
  h2 + blockquote {
    margin-top: 30px;
  }
}

.marTop1 {
  margin-top: 34px;
}

.marTop2 {
  margin-top: 79px;
}

.marTop3 {
  margin-top: 34px;
}

.marTop4 {
  margin-top: 15px;
}

.marTop5 {
  margin-top: 6px;
}

/*=======================================================
						Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
  font-size: 40px;
  line-height: 40px;
  color: #19191b;
  font-weight: 900;
}
.brand_name a:hover {
  color: #19191b;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 62px;
}
@media (max-width: 1199px) {
  .inline-list li + li {
    margin-left: 20px;
  }
}
.inline-list a {
  display: inline-block;
  font-size: 20px;
  text-align: center;
  color: #19191b;
}
.inline-list a:hover {
  color: #fff;
}

/*==================    Quote     ======================*/
blockquote p {
  position: relative;
  padding: 68px 50px 10px 40px;
  font-size: 30px;
  line-height: 36px;
  color: #0e2f64;
}
blockquote q:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 18px;
  height: 19px;
  left: 27px;
  top: 0;
  background: url(images/quote_sign.png) no-repeat 0 0;
}
blockquote cite {
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  color: #19191b;
}
blockquote cite a:hover {
  color: #25559f;
}
blockquote p + cite {
  margin-top: 18px;
}

/*==================   Index List  ======================*/
.index-list {
  margin-top: 62px;
  counter-reset: li;
  font-size: 30px;
  font-weight: 700;
  color: #28272c;
}
@media (max-width: 479px) {
  .index-list {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .index-list {
    font-size: 20px;
  }
}
.index-list li {
  margin-top: 50px;
  padding-left: 117px;
  margin-bottom: 7px;
  position: relative;
}
@media (max-width: 991px) {
  .index-list li {
    padding-left: 50px;
  }
}
.index-list li:before {
  position: absolute;
  content: counter(li,decimal);
  counter-increment: li;
  font-weight: 500;
  font-size: 32px;
  color: #25559f;
  margin-right: 22px;
  top: -4px;
  left: 70px;
}
@media (max-width: 991px) {
  .index-list li:before {
    left: 20px;
    top: -2px;
  }
}
@media (max-width: 767px) {
  .index-list li:before {
    top: -4px;
  }
}
@media (min-width: 1199px) {
  .index-list li.col-lg-1:nth-child(12n + 13),
  .index-list li.col-lg-2:nth-child(6n + 7),
  .index-list li.col-lg-3:nth-child(4n + 5),
  .index-list li.col-lg-4:nth-child(3n + 4),
  .index-list li.col-lg-6:nth-child(2n + 3) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index-list li.col-md-1:nth-child(12n + 13),
  .index-list li.col-md-2:nth-child(6n + 7),
  .index-list li.col-md-3:nth-child(4n + 5),
  .index-list li.col-md-4:nth-child(3n + 4),
  .index-list li.col-md-6:nth-child(2n + 3) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .index-list li.col-sm-1:nth-child(12n + 13),
  .index-list li.col-sm-2:nth-child(6n + 7),
  .index-list li.col-sm-3:nth-child(4n + 5),
  .index-list li.col-sm-4:nth-child(3n + 4),
  .index-list li.col-sm-6:nth-child(2n + 3) {
    clear: left;
  }
}
@media (max-width: 479px) {
  .index-list li.col-xs-1:nth-child(12n + 13),
  .index-list li.col-xs-2:nth-child(6n + 7),
  .index-list li.col-xs-3:nth-child(4n + 5),
  .index-list li.col-xs-4:nth-child(3n + 4),
  .index-list li.col-xs-6:nth-child(2n + 3) {
    clear: left;
  }
}

/*==================  Marked List  ======================*/
.marked-list {
  margin-right: 36px;
}
@media (max-width: 1199px) {
  .marked-list {
    margin-right: 0;
  }
}
.marked-list li {
  position: relative;
  padding-left: 20px;
}
.marked-list li:before {
  content: '\f061';
  position: absolute;
  left: 0;
  top: 2px;
  font-weight: 400;
  font-size: px;
  font-family: "FontAwesome";
  color: #0e2f64;
}
.marked-list li + li {
  margin-top: 3px;
}
.marked-list a:hover {
  color: #0e2f64;
}

/*==================   Contact List   ======================*/
.contact-list {
  color: #0e2f64;
  font-weight: 700;
  font-size: 18px;
}
.contact-list address {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 53px;
}
@media (max-width: 991px) {
  .contact-list address {
    font-size: 24px;
  }
}
.contact-list a[href^="mailto:"]:hover {
  color: #25559f;
  text-decoration: underline;
}
.contact-list li dt {
  float: left;
  margin-right: 4px;
}
.contact-list li dd {
  /*float: right;*/
  /*margin-left: 5px; */
}
.contact-list li dl + dl {
  clear: both;
}
.contact-list li dl + dl dd, .contact-list li dl + dl dt {
  display: inline-block;
  float: none;
}
.contact-list li dt + dd {
  margin-top: 0;
}
.contact-list li dd + dt {
  clear: both;
  margin-top: 0;
}

/*==================     Privacy    =====================*/
.privacy {
  padding-top: 38px;
  padding-bottom: 62px;
}
.privacy dt {
  font-size: 30px;
  line-height: 30px;
  color: #0e2f64;
  font-weight: 700;
}
@media (max-width: 991px) {
  .privacy dt {
    font-size: 24px;
    line-height: 1.2;
  }
}
.privacy dt + dd {
  margin-top: 29px;
}
.privacy dd + dt {
  margin-top: 38px;
}
.privacy a {
  color: #0e2f64;
  font-weight: 700;
}
.privacy a:hover {
  color: #25559f;
}

/*==================  Backgrounds  ======================*/
.bg1 {
  background: #0e2f64;
}

.bg2 {
  background: #64646c;
}

.bg3 {
  background: #19191b;
}

.bg4 {
  background: #d9dadf;
}

.bg5 {
  background: #3d68ac;
}

.color1 {
  color: #0e2f64;
}

.color2 {
  color: #64646c;
}

.color3 {
  color: #19191b;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  color: #0e2f64;
  font-weight: 700;
}
.btn:hover {
  color: #25559f;
}
.btn:active {
  color: #2f6bc8;
}

.btn2 {
  display: inline-block;
  color: #0e2f64;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  padding: 20px 98px;
  background: #0e2f64;
  color: #fff;
}
@media (max-width: 1199px) {
  .btn2 {
    padding: 10px 48px;
  }
}
.btn2:hover {
  color: #5387d7;
  background: #01050b;
}
.btn2:active {
  color: #7ca4e1;
  background: #01050b;
}

/*==================      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 {
  font-family: "Raleway", sans-serif;
  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: 70px;
}
@media (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 35px;
  }
}
@media (max-width: 991px) {
  .sf-menu > li + li {
    margin-left: 15px;
  }
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.3px;
  padding: 5px 10px 2px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #25559f;
  background: #fff;
}
.sf-menu > li.active > a {
  color: #25559f;
  background: #fff;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -32px;
  margin-top: 12px;
  width: 150px;
  background: #fff;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.1);
}

.sf-menu > li > ul:before {
  position: absolute;
  display: inline-block;
  content: '';
  left: 47%;
  top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 5px 4.5px;
  border-color: transparent transparent #fff transparent;
}

.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  font-size: 14px;
  padding: 7px 0;
  text-align: center;
  color: #999;
}
.sf-menu ul > li + li {
  border-top: 1px solid #19191b;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #0e2f64;
}

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 150px;
  margin-top: 0;
  margin-left: 3px;
  z-index: 4;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  /*top: 65%;*/
  bottom: -10px;
  margin-left: -6px;
  content: "";
  font: 400 15px/15px "FontAwesome";
}

.sf-menu > li > ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > ul > li > .sf-with-ul:before {
  position: absolute;
  right: 9px;
  top: -5px;
  content: "";
  font: 400 16px/50px "FontAwesome";
  color: #0e2f64;
}

@media (max-width: 991px) {
  .sf-menu > li > a {
    /*font-size: 14px;*/
  }
}
@media (max-width: 767px) {
  .nav {
    padding: 5px 0;
  }

  .sf-menu {
    display: none;
  }
}
/*==================   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 a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #777;
  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 {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-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);
}

@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  ======================*/
.isStuck {
  background: #25559f;
  z-index: 999;
  border-bottom: 1px solid #333333;
}
.isStuck h2, .isStuck .wrapper {
  display: none;
}
.isStuck .nav {
  margin-top: 4px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 40px;
  line-height: 40px;
  color: #64646c;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #0e2f64;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.parallax h2 {
  color: #25559f;
  line-height: 76px;
}
@media (max-width: 991px) {
  .parallax h2 {
    line-height: 1.2;
  }
}
.parallax .btn {
  font-size: 30px;
  line-height: 1.2;
}
.parallax h2 + .btn {
  margin-top: 66px;
}
@media (max-width: 991px) {
  .parallax h2 + .btn {
    margin-top: 40px;
  }
}
.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;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*==================   Thumbnail    ======================*/
.gall1 .thumb {
  width: 25%;
  float: left;
}

.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*========================================================
					 HEADER  Section
=========================================================*/
header {
  background: #7e96c2;
  background: #1b4182;
  padding: 38px 0 72px;
}
header .container > .wrapper:first-child {
  padding-bottom: 43px;
}
header .container > .wrapper:first-child .inline-list {
  float: right;
}
header .brand {
  float: left;
}
header .nav {
  float: right;
  margin-top: 10px;
  margin-right: -10px;
}
@media (max-width: 1199px) {
  header .nav {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
  header .nav {
    margin-top: 30px;
  }
}
header h2 {
  color: #fff;
  margin-top: 70px;
  line-height: 78px;
}
@media (max-width: 991px) {
  header h2 {
    margin-top: 50px;
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  header h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
header.main-page {
  padding: 38px 0 346px;
  background: url(images/header_bg.jpg) 50% 0 no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  header.main-page {
    padding-bottom: 100px;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #f5f5f7;
}

/*==================      banner     ======================*/
.banner {
  background: #fff;
  text-align: center;
  padding: 102px 40px 55px;
  margin-top: -205px;
}
@media (max-width: 991px) {
  .banner {
    margin-top: 20px;
  }
}
.banner i {
  font-size: 80px;
  line-height: 80px;
  color: #0e2f64;
}
.banner i + h3 {
  margin-top: 44px;
  line-height: 36px;
}
.banner h3 + p {
  margin-top: 48px;
}

/*==================      article1     ======================*/
.article1 {
  margin-top: 29px;
}
.article1 time {
  float: left;
  margin-right: 33px;
  color: #8c8c94;
  line-height: 1.1;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .article1 time {
    margin-right: 20px;
  }
}
.article1 time .day {
  font-size: 64px;
  display: block;
}
.article1 time .month {
  font-size: 20px;
  display: block;
  margin-top: -2px;
}
.article1 time + h3 {
  margin-top: 10px;
}
.article1 .wrapper + p {
  margin-top: 47px;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .article1 .wrapper + p {
    padding-right: 0;
  }
}

/*==================      section1     ======================*/
.section1 {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.section1 .img-object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin-left: 115px;
  padding-top:350px;
}
@media (max-width: 991px) {
  .section1 .img-object {
    background-position: 27% 50%;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .section1 .img-object {
    background: none;
  }
}

/*==================      section3     ======================*/
.section3 {
  background: #3d68ac;
  position: relative;
  overflow: hidden;
  padding: 58px 0 118px;
}
@media (max-width: 767px) {
  .section3 {
    padding: 20px 0 50px;
  }
}
.section3 .txt1 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .section3 .txt1 {
    font-size: 30px;
    line-height: 1.2;
  }
}
.section3 .txt2 {
  margin-top: 20px;
  text-align: right;
  font-size: 64px;
  line-height: 70px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .section3 .txt2 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .section3 .txt2 {
    font-size: 30px;
    line-height: 1.2;
  }
}
.section3 * {
  color: #fff;
}

.img-holder1 {
  margin-bottom: 59px;
}
@media (min-width: 1199px) {
  .img-holder1.mod2 {
    margin-bottom: 129px;
  }
}

@media (min-width: 1199px) {
  .img-holder2 {
    padding: 0 49px;
  }
}
.img-holder2 img + h3 {
  margin-top: 30px;
}
.img-holder2 h3 + p {
  margin-top: 27px;
}

/*==================      Well     ======================*/
.well {
  padding-bottom: 10px;
}
@media (max-width: 479px) {
  .well {
    padding-top: 30px;
  }
}

.well2 {
  padding-top: 80px;
  padding-bottom: 63px;
}

.well3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.well4 {
  padding-top: 86px;
  padding-bottom: 110px;
}

.well5 {
  padding-top: 85px;
  padding-bottom: 194px;
}

.well6 {
  padding-top: 85px;
  padding-bottom: 111px;
}

.well7 {
  padding-top: 74px;
  padding-bottom: 81px;
}

.well8 {
  padding-top: 74px;
  padding-bottom: 122px;
}

.well9 {
  padding-top: 85px;
  padding-bottom: 51px;
}

.well10 {
  padding-top: 55px;
  padding-bottom: 89px;
}

.well11 {
  padding-top: 85px;
  padding-bottom: 19px;
}

.well12 {
  padding-top: 85px;
  padding-bottom: 96px;
}

.well13 {
  padding-top: 85px;
  padding-bottom: 51px;
}

.well14 {
  padding-top: 21px;
  padding-bottom: 105px;
}

.well15 {
  padding-top: 55px;
  padding-bottom: 51px;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  padding: 67px 0 50px;
  background: #19191b;
  color: #64646c;
}
footer a:hover {
  color: #25559f;
}
footer .section2 {
  padding-bottom: 4px;
}
footer .brand_name {
  color: #3f3e43;
}
footer .brand_name a:hover {
  color: #3f3e43;
}
footer h3 {
  color: #8c8c94;
  margin-top: 8px;
}
footer .list1 li + li {
  margin-top: 0px;
}
footer .list1 li.active, footer .list1 li a:hover {
  color: #25559f;
}
footer .list-tags {
  margin-left: -5px;
}
footer .list-tags:before, footer .list-tags:after {
  display: table;
  content: "";
  line-height: 0;
}
footer .list-tags:after {
  clear: both;
}
footer .list-tags li {
  margin: 5px;
  float: left;
}
footer .list-tags li a {
  padding: 3px 20px;
  color: #64646c;
  background: #3f3e43;
  overflow: hidden;
  display: block;
}
footer .list-tags li a:hover {
  color: #fff;
  background: #25559f;
}
footer .brand + .list1 {
  margin-top: 34px;
}
footer h3 + .list-tags {
  margin-top: 30px;
}
footer h3 + p {
  margin-top: 37px;
  padding-right: 45px;
}
@media (max-width: 1199px) {
  footer h3 + p {
    padding-right: 0;
  }
}
