@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
/*========================================================
                        Includes
=========================================================*/
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #3671a7;
  color: #333;
  font: 400 14px/24px 'Roboto Condensed', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
p a:hover {
  text-decoration: underline;
}
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:active {
  background: transparent;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.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;
}
/*=======================================================
                       Main Layout
=========================================================*/
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  font-family: 'Audiowide', cursive;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 30px;
}
.sf-menu a {
  display: block;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sf-menu {
    font-size: 12px;
    padding: 0 !important;
  }
  .sf-menu > li + li {
    margin-left: 10px !important;
  }
  .sf-menu > li > a {
    color: #366fa5;
    padding: 25px 10px !important;
  }
  .sf-menu > li.sfHover > a,
  .sf-menu > li > a:hover {
    color: #FFFFFF;
    background: #366fa5;
  }
  .sf-menu > li.active > a {
    color: #FFFFFF;
    background: #366fa5;
  }
}
.sf-menu {
  padding: 0px 72px 0 0px;
}
.sf-menu > li > a {
  color: #366fa5;
  padding: 30px 18px;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #FFFFFF;
  background: #366fa5;
}
.sf-menu > li.active > a {
  color: #FFFFFF;
  background: #366fa5;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 105px;
  margin-top: 10px;
  padding: 10px 0 10px;
  background: #111111;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul {
  font-size: 12px;
  font-family: 'Arial';
  padding: 15px 15px;
  margin: -10px 0px;
}
.sf-menu ul > li > a {
  color: #FFF;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #FFF;
  font-weight: bold;
}
.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}
.sf-menu ul ul {
  position: absolute;
  padding: 15px 15px;
  background: #bf0000;
  margin: -65px 0 0 90px;
  width: 100%;
}
.sf-menu ul ul > li > a {
  color: #0f0e0e;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #FFF;
  font-weight: bold;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  color: #191919;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}
#stuck_container {
  background: none repeat scroll 0 0 #FFF;
  border-bottom: none;
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  padding-top: 15px;
  position: relative;
  display: none;
  margin: 0 auto;
  margin-bottom: 15px;
  width: 420px;
  background: #ee88ff 0f url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  cursor: pointer;
  border: 1px solid #366fa5;
  width: 420px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Roboto Condensed', sans-serif;
  line-height: 30px;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 270px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.19);
}
.isStuck {
  background: #444444;
  z-index: 999;
  border-bottom: 1px solid #333333;
}
.isStuck .sf-menu {
  padding: 0px 72px;
}
.isStuck .sf-menu > li > a {
  color: #366fa5;
  padding: 20px 15px;
}
.isStuck .sf-menu > li.sfHover > a,
.isStuck .sf-menu > li > a:hover {
  color: #FFFFFF;
  background: #366fa5;
}
.isStuck .sf-menu > li.active > a {
  color: #FFFFFF;
  background: #366fa5;
}
.isStuck .brand_name {
  padding: 20px 36px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}
.parallax1 {
  background-color: #FFF;
  background-image: url(../images/parallax01.jpg);
  padding: 50px 0;
}
.parallax2 {
  background-color: #FFF;
  background-image: url(../images/parallax02.jpg);
  padding: 50px 0;
}
.parallax3 {
  background-color: #FFF;
  background-image: url(../images/parallax03.jpg);
  padding: 50px 0;
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  border: 1px solid #3a6ba5;
  color: #fff;
  background: #7d99b5;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #bf0000;
  text-decoration: none;
  border: 1px solid #bf0000;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*=================       Tabs     ======================*/
.resp-tabs-list li {
  cursor: pointer;
  margin-right: 1px;
  float: left;
  display: inline-block;
  padding: 17px 28px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #366fa5;
}
.resp-tabs-list li.resp-tab-active {
  background: #366fa5;
  color: #FFFFFF;
}
.resp-tabs-list li:hover {
  background: #366fa5;
  color: #FFFFFF;
}
.resp-accordion {
  display: none;
}
.resp-tab-content {
  display: none;
}
.resp-tab-content-active {
  display: block;
  clear: both;
  color: red;
}
@media (max-width: 767px) {
  .resp-accordion {
    display: block;
    cursor: pointer;
    margin-right: 1px;
    padding: 7px 8px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #366fa5;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .resp-accordion.resp-tab-active {
    background: #366fa5;
    color: #FFFFFF;
  }
  .resp-accordion:hover {
    background: #366fa5;
    color: #FFFFFF;
  }
  .resp-tabs-list {
    display: none;
  }
}
/*==================   Tumbnail    ======================*/
.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: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: '\f065';
  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);
}
/*==================     Icons     ======================*/
.icon_1 {
  position: relative;
  width: 170px;
  height: 170px;
  background: #b2cbdc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}
.icon_1:hover {
  background: #bf0000;
}
.icon_1:before {
  content: url(../images/icon_6.png);
  width: 59px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -29.5px;
  margin-top: -30px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .icon_1 {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .icon_1 {
    text-align: center;
  }
}.icon_2 {
  position: relative;
  width: 170px;
  height: 170px;
  background: #b2cbdc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}
.icon_2:hover {
  background: #bf0000;
}
.icon_2:before {
  content: url(../images/icon_2.png);
  width: 85px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -42.5px;
  margin-top: -21px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .icon_2 {
    width: 100px;
    height: 100px;
  }
}
.icon_3 {
  position: relative;
  width: 170px;
  height: 170px;
  background: #b2cbdc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}
.icon_3:hover {
  background: #bf0000;
}
.icon_3:before {
  content: url(../images/icon_8.png);
  width: 73px;
  height: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -36.5px;
  margin-top: -27px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .icon_3 {
    width: 100px;
    height: 100px;
  }
}
.icon_4 {
  position: relative;
  width: 170px;
  height: 170px;
  background: #b2cbdc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}
.icon_4:hover {
  background: #bf0000;
}
.icon_4:before {
  content: url(../images/icon_4.png);
  width: 85px;
  height: 85px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -42.5px;
  margin-top: -42.5px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .icon_4 {
    width: 100px;
    height: 100px;
  }
}
/*==================    Buttons    ======================*/
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.19);
  position: relative;
  z-index: 10;
  background: #ffffff;
}
header .brand {
  float: left;
}
header .nav {
  float: right;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  header .brand {
    display: inline-block;
  }
  header .brand_name {
    overflow: hidden;
    color: #ffffff;
    font-family: 'Audiowide', cursive;
    text-transform: uppercase;
    font-size: 36px;
    /*background: #bf0000;*/
    padding: 10px 15px 5px 5px;
  }
}
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
  color: #ffffff;
  font-family: 'Audiowide', cursive;
  text-transform: uppercase;
  font-size: 48px;
  /*background: #bf0000;*/
  padding: 10px 15px 5px 5px;
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
/*==================      Well     ======================*/
.well_1 {
  padding: 134px 0px;
  background: url(../images/services-body.gif) top left repeat;
}
.well_1 h2 {
  padding-top: 12px;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}
.well_1 a {
  color: #366fa5;
}
.well_1 a:hover {
  color: #bf0000;
}
.well_1 span {
  display: inline-block;
  color: #7e9aae;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: 300;
}
.well_1 h2 + span {
  margin-top: 10px;
}
.well_1 p {
  color: #6e96b2;
  line-height: 24px;
  font-size: 14px;
}
.well_1 span + p {
  margin-top: 18px;
}
.well_1 .row + .row {
  margin-top: 41px;
}
@media (max-width: 767px) {
  .well_1 {
    text-align: center;
  }
}
.well_2 {
  position: relative;
  text-align: center;
}
.well_2 .owl-carousel-nav {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.well_2 .owl-carousel-nav li {
  float: left;
}
@media (max-width: 480px) {
  .well_2 .owl-carousel-nav li {
    width: 80px !important;
    height: 80px  !important;
  }
}
.well_2 .owl-carousel-nav li + li {
  margin-left: 20px;
}
@media (max-width: 480px) {
  .well_2 .owl-carousel-nav li + li {
    margin-left: 10px;
  }
}
.well_2 .container {
  padding-top: 221px;
}
.well_2 blockquote {
  margin-top: 93px;
  margin-bottom: 104px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  font-size: 30px;
  line-height: 48px;
  color: #ffffff;
}
.well_2 img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.well_3 h2 {
  color: #bf0000;
  font-family: 'Audiowide', cursive;
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  margin: 89px 0 79px 0;
  text-transform: uppercase;
}
.well_3 h3 {
  color: #366fa5;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  margin: 0px 0 38px 0;
  text-transform: uppercase;
}
.well_3 span {
  font-family: 'Roboto Condensed', sans-serif;
  color: #224055;
  font-size: 16px;
  line-height: 24px;
}
.well_3 p {
  font-family: 'Roboto Condensed', sans-serif;
  color: #7997ac;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  margin: 35px 0 67px 0;
}
.well_3 .service-block {
  padding: 0 67px 0 0px;
}
.well_3 .events li {
  background: url(../images/bullet.png) 0px 4px;
  background-repeat: no-repeat;
  padding-left: 26px;
  margin-bottom: 12px;
  color: #366fa5;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3em;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.well_3 .events li:hover {
  color: #bf0000;
  background: url(../images/bullet.png) 8px 4px;
  background-repeat: no-repeat;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.well_3 .events span {
  color: #bf0000;
  font-weight: 400;
  font-size: 20px;
}
.history {
  padding-bottom: 70px;
}
.history li {
  background: url(../images/bullet1.png) 0px 4px;
  background-repeat: no-repeat;
  padding-left: 26px;
  margin-bottom: 12px;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3em;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.history li:hover {
  background: url(../images/bullet1.png) 8px 4px;
  background-repeat: no-repeat;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.history span {
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
}
.text1 span {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.text1 p {
  padding-top: 21px;
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.text1 p + p {
  padding-top: 24px;
}
.well_5 {
  padding: 134px 0px;
  background: url(../images/services-body.gif) top left repeat;
}
.well_5 h2 {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #366fa5;
  line-height: 34px;
}
.well_5 .who-we-are {
  padding-top: 29px;
}
.well_5 .who-we-are span {
  color: #224055;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.well_5 .who-we-are img {
  float: right;
}
.well_5 .who-we-are p {
  padding-top: 21px;
  line-height: 24px;
  font-size: 14px;
  color: #6e96b2;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.well_5 .who-we-are p + p {
  padding-top: 24px;
}
.well_5 .who-we-are .btn {
  font-family: 'Roboto Condensed', sans-serif;
  color: #bf0000;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 30px;
}
.well_5 .who-we-are .btn:hover {
  color: #366fa5;
}
.well_5 .video iframe {
  width: 100%;
  height: 279px;
}
.well_6 h2 {
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 36px;
  padding-top: 85px;
  padding-bottom: 38px;
}
.well_6 .awards {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  color: #ffffff;
}
.well_6 .awards:before {
  right: 50%;
  top: 0%;
  font-size: 36px;
  margin-right: -13px;
  margin-top: 4px;
  position: absolute;
  content: '\f091';
  font-family: 'FontAwesome';
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.well_6 .awards h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  padding-top: 63px;
}
.well_6 .awards p {
  padding: 38px 17px 191px 17px;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}
.well_7 h2 {
  color: #366fa5;
  text-transform: uppercase;
  padding-top: 21px;
  line-height: 30px;
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
.well_7 .index-list {
  counter-reset: li-counter;
  list-style-type: none;
}
.well_7 .index-list li {
  position: relative;
}
.well_7 .index-list li:before {
  position: absolute;
  top: 35px;
  left: 0;
  content: counter(li-counter) ".";
  counter-increment: li-counter;
  font-size: 35px;
  color: #366fa5;
  font-family: 'Roboto Condensed', sans-serif;
}
.well_7 .index-list li h3 {
  color: #224055;
  font-size: 16px;
  padding-top: 25px;
  padding-bottom: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: -1px;
}
.well_7 .index-list li span {
  font-size: 14px;
}
.well_7 .index-list_item {
  padding-left: 46px;
  color: #7997ac;
}
.well_8 {
  padding-top: 78px;
  background: #ffffff;
}
.well_8 h2 {
  color: #366fa5;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}
.well_8 .photo {
  padding-top: 38px;
}
.well_8 .photo img {
  padding-bottom: 35px;
}
.well_8 .photo span {
  color: #224055;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}
.well_8 .photo a:hover {
  color: #366fa5;
}
.well_8 .photo p {
  color: #7997ac;
  padding-top: 35px;
  padding-bottom: 105px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .well_8 img {
    display: block;
    width: 100%;
  }
}
.well_9 h2 {
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  line-height: 30px;
  font-size: 36px;
  padding-top: 82px;
  padding-bottom: 33px;
}
.well_9 h3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  padding-top: 35px;
  text-align: center;
  padding-bottom: 39px;
}
.well_9 p {
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  padding-bottom: 86px;
  line-height: 24px;
}
.well_9 a:hover {
  color: #224055;
}
.banners .banner-1 {
  position: relative;
  background: url(../images/banner-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banners .banner-1 h2 {
  font-size: 36px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 69px 0px 6px 35px;
}
.banners .banner-1 h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 0 0 35px;
}
.banners .banner-1 p {
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  padding: 0 0 62px  35px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .banners .banner-1 h2 {
    font-size: 26px;
  }
  .banners .banner-1 h3 {
    font-size: 32px;
  }
  .banners .banner-1 p {
    font-size: 10px;
  }
  .banners .banner-1:before {
    font-size: 42px !important;
  }
}
@media (max-width: 767px) {
  .banners .banner-1 h2 {
    font-size: 26px;
  }
  .banners .banner-1 h3 {
    font-size: 32px;
  }
  .banners .banner-1 p {
    font-size: 10px;
  }
  .banners .banner-1:before {
    font-size: 42px !important;
  }
}
@media (max-width: 480px) {
  .banners .banner-1 h2 {
    font-size: 20px;
  }
  .banners .banner-1 h3 {
    font-size: 20px;
  }
  .banners .banner-1 p {
    font-size: 10px;
  }
  .banners .banner-1:before {
    display: none !important;
  }
}
.banners .banner-1:before {
  right: 28px;
  top: 50%;
  font-size: 72px;
  line-height: 72px;
  margin-top: -36px;
  position: absolute;
  color: #ffffff;
  content: '\f18e';
  font-family: 'FontAwesome';
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banners .banner-1:after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: inline-block;
  background: #000;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt-ie9 .banners .banner-1:after {
  filter: alpha(opacity=0);
}
.banners .banner-1:hover:after {
  opacity: 0.2;
}
.lt-ie9 .banners .banner-1:hover:after {
  filter: alpha(opacity=20);
}
.banners .banner-1:hover:before {
  right: 10px;
}
.banners .banner-2 {
  background: url(../images/banner-2.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banners .banner-2 h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 50px 0px 0px 35px;
}
.banners .banner-2 span {
  font-size: 60px;
  color: #bf0000;
  display: inline-block;
  vertical-align: top;
  margin-top: -4px;
}
.banners .banner-2 p {
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  padding: 3px 0 62px  35px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .banners .banner-2 h2 {
    font-size: 26px;
  }
  .banners .banner-2 h3 {
    font-size: 32px;
  }
  .banners .banner-2 p {
    font-size: 10px;
  }
  .banners .banner-2:before {
    font-size: 42px !important;
  }
}
@media (max-width: 767px) {
  .banners .banner-2 h2 {
    font-size: 26px;
  }
  .banners .banner-2 h3 {
    font-size: 32px;
  }
  .banners .banner-2 p {
    font-size: 10px;
  }
  .banners .banner-2:before {
    font-size: 42px !important;
  }
}
@media (max-width: 480px) {
  .banners .banner-2 h2 {
    font-size: 20px;
  }
  .banners .banner-2 h3 {
    font-size: 20px;
  }
  .banners .banner-2 p {
    font-size: 10px;
  }
  .banners .banner-2:before {
    display: none !important;
  }
}
.banners .banner-2:before {
  right: 28px;
  top: 50%;
  font-size: 72px;
  line-height: 72px;
  margin-top: -36px;
  position: absolute;
  color: #ffffff;
  content: '\f18e';
  font-family: 'FontAwesome';
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banners .banner-2:after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: inline-block;
  background: #000;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt-ie9 .banners .banner-2:after {
  filter: alpha(opacity=0);
}
.banners .banner-2:hover:after {
  opacity: 0.2;
}
.lt-ie9 .banners .banner-2:hover:after {
  filter: alpha(opacity=20);
}
.banners .banner-2:hover:before {
  right: 10px;
}
.plan {
  padding-top: 29px;
}
.plan h2 {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #366fa5;
  line-height: 34px;
  padding-bottom: 24px;
}
.plan span {
  color: #224055;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.plan p {
  padding-top: 21px;
  color: #7997ac;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.plan p + p {
  padding-top: 24px;
}
.plan li {
  color: #7997ac;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 20px;
  line-height: 32px;
  position: relative;
  padding-left: 21px;
  
}
.plan li:before {
  left: 0px;
  top: 36px;
  font-size: 14px;
  line-height: 32px;
  margin-top: -36px;
  position: absolute;
  color: #224055;
  content: '\f0a9';
  font-family: 'FontAwesome';
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.plan li a:hover {
  color: #bf0000;
}
.contact {
  padding-bottom: 78px;
}
.contact h2 {
  padding-bottom: 38px !important;
}
.contact-page h2 {
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #366fa5;
  line-height: 34px;
}
.contact-page span {
  color: #224055;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.contact-page p {
  padding-top: 21px;
  color: #7997ac;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.contact-page a {
  color: #bf0000;
  text-decoration: underline;
}
.contact-page a:hover {
  color: #224055;
  text-decoration: none;
}
.privacy h2 {
  padding-bottom: -12px !important;
}
.privacy-policy .title {
  color: #224055;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-top: 50px;
}
.privacy-policy .nopb {
  padding-top: 21px;
  color: #7997ac;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.privacy-policy a {
  color: #bf0000;
  text-decoration: underline;
}
.privacy-policy a:hover {
  color: #224055;
  text-decoration: none;
}
.partners {
  padding: 43px 0 33px 0;
}
.partners .partner-list {
  text-align: center;
}
.partners .partner-list li {
  float: left;
  width: 16.66%;
}
.partners .partner-list img {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.partners .partner-list img:hover {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .partners .partner-list li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .partners .partner-list li {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .partners .partner-list li {
    width: 100%;
  }
}
.banner {
  padding-top: 78px;
}
.banner .banner-3 {
  position: relative;
  background: url(../images/banner-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner .banner-3 h2 {
  font-size: 36px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 69px 0px 6px 35px;
}
.banner .banner-3 h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 0 0 35px;
}
.banner .banner-3 p {
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  padding: 0 0 62px  35px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .banner .banner-3 h2 {
    font-size: 26px;
  }
  .banner .banner-3 h3 {
    font-size: 32px;
  }
  .banner .banner-3 p {
    font-size: 10px;
  }
  .banner .banner-3:before {
    font-size: 42px !important;
  }
}
@media (max-width: 767px) {
  .banner .banner-3 h2 {
    font-size: 26px;
    padding: 39px 0px 6px 35px;
  }
  .banner .banner-3 h3 {
    font-size: 32px;
  }
  .banner .banner-3 p {
    font-size: 10px;
  }
  .banner .banner-3:before {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .banner .banner-3 h2 {
    font-size: 16px;
    padding: 19px 0px 6px 35px;
  }
  .banner .banner-3 h3 {
    font-size: 14px;
  }
  .banner .banner-3 p {
    font-size: 10px;
  }
  .banner .banner-3:before {
    display: none !important;
  }
}
.banner .banner-3:before {
  right: 28px;
  top: 50%;
  font-size: 72px;
  line-height: 72px;
  margin-top: -36px;
  position: absolute;
  color: #ffffff;
  content: '\f18e';
  font-family: 'FontAwesome';
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner .banner-3:after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: inline-block;
  background: #000;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt-ie9 .banner .banner-3:after {
  filter: alpha(opacity=0);
}
.banner .banner-3:hover:after {
  opacity: 0.2;
}
.lt-ie9 .banner .banner-3:hover:after {
  filter: alpha(opacity=20);
}
.banner .banner-3:hover:before {
  right: 10px;
}
.banner-page3 {
  background: #FFF;
  padding-bottom: 78px;
}
.banner-page3 .banner-4 {
  position: relative;
  background: url(../images/banner-4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner-page3 .banner-4 h2 {
  font-size: 36px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 69px 0px 6px 35px;
}
.banner-page3 .banner-4 h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 0 0 35px;
}
.banner-page3 .banner-4 p {
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  padding: 0 0 62px  35px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .banner-page3 .banner-4 h2 {
    font-size: 26px;
  }
  .banner-page3 .banner-4 h3 {
    font-size: 32px;
  }
  .banner-page3 .banner-4 p {
    font-size: 10px;
  }
  .banner-page3 .banner-4:before {
    font-size: 42px !important;
  }
}
@media (max-width: 767px) {
  .banner-page3 .banner-4 h2 {
    font-size: 26px;
    padding: 39px 0px 6px 35px;
  }
  .banner-page3 .banner-4 h3 {
    font-size: 32px;
  }
  .banner-page3 .banner-4 p {
    font-size: 10px;
  }
  .banner-page3 .banner-4:before {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .banner-page3 .banner-4 h2 {
    font-size: 16px;
    padding: 19px 0px 6px 35px;
  }
  .banner-page3 .banner-4 h3 {
    font-size: 14px;
  }
  .banner-page3 .banner-4 p {
    font-size: 10px;
  }
  .banner-page3 .banner-4:before {
    display: none !important;
  }
}
.banner-page3 .banner-4:before {
  right: 28px;
  top: 50%;
  font-size: 72px;
  line-height: 72px;
  margin-top: -36px;
  position: absolute;
  color: #ffffff;
  content: '\f18e';
  font-family: 'FontAwesome';
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner-page3 .banner-4:after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: inline-block;
  background: #000;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt-ie9 .banner-page3 .banner-4:after {
  filter: alpha(opacity=0);
}
.banner-page3 .banner-4:hover:after {
  opacity: 0.2;
}
.lt-ie9 .banner-page3 .banner-4:hover:after {
  filter: alpha(opacity=20);
}
.banner-page3 .banner-4:hover:before {
  right: 10px;
}
.banner-page3 .banner5 {
  padding-top: 88px;
}
.banner-page3 .banner-5 {
  position: relative;
  background: url(../images/students.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner-page3 .banner-5 h2 {
  font-size: 36px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 69px 0px 6px 35px;
}
.banner-page3 .banner-5 h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 0 0 35px;
}
.banner-page3 .banner-5 p {
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  padding: 0 0 62px  35px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .banner-page3 .banner-5 h2 {
    font-size: 26px;
  }
  .banner-page3 .banner-5 h3 {
    font-size: 32px;
  }
  .banner-page3 .banner-5 p {
    font-size: 10px;
  }
  .banner-page3 .banner-5:before {
    font-size: 42px !important;
  }
}
@media (max-width: 767px) {
  .banner-page3 .banner-5 h2 {
    font-size: 26px;
    padding: 39px 0px 6px 35px;
  }
  .banner-page3 .banner-5 h3 {
    font-size: 32px;
  }
  .banner-page3 .banner-5 p {
    font-size: 10px;
  }
  .banner-page3 .banner-5:before {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .banner-page3 .banner-5 h2 {
    font-size: 16px;
    padding: 19px 0px 6px 35px;
  }
  .banner-page3 .banner-5 h3 {
    font-size: 14px;
  }
  .banner-page3 .banner-5 p {
    font-size: 10px;
  }
  .banner-page3 .banner-5:before {
    display: none !important;
  }
}
.banner-page3 .banner-5:before {
  right: 28px;
  top: 50%;
  font-size: 72px;
  line-height: 72px;
  margin-top: -36px;
  position: absolute;
  color: #ffffff;
  content: '\f18e';
  font-family: 'FontAwesome';
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner-page3 .banner-5:after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: inline-block;
  background: #000;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt-ie9 .banner-page3 .banner-5:after {
  filter: alpha(opacity=0);
}
.banner-page3 .banner-5:hover:after {
  opacity: 0.2;
}
.lt-ie9 .banner-page3 .banner-5:hover:after {
  filter: alpha(opacity=20);
}
.banner-page3 .banner-5:hover:before {
  right: 10px;
}
.well_4 {
  padding: 79px 0 63px 0 ;
  background: url(../images/page1_bg.jpg) top left repeat;
}
.well_4 .phone {
  position: relative;
}
.well_4 .phone:before {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  color: #ffffff;
  content: '\f098';
  font-family: 'FontAwesome';
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.well_4 .phone h3 {
  color: #ffffff;
  font-family: 'Audiowide', cursive;
  padding: 3px 0 0 32px;
  text-transform: uppercase;
  font-size: 18px;
}
.well_4 .phone ul {
  padding-top: 22px;
}
.well_4 .phone ul li {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: #FFF;
}
.well_4 .e-mail {
  position: relative;
}
.well_4 .e-mail:before {
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  color: #ffffff;
  content: '\f0e0';
  font-family: 'FontAwesome';
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.well_4 .e-mail h3 {
  color: #ffffff;
  font-family: 'Audiowide', cursive;
  padding: 3px 0 0 42px;
  text-transform: uppercase;
  font-size: 18px;
}
.well_4 .e-mail ul {
  padding-top: 22px;
}
.well_4 .e-mail ul li {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: #FFF;
}
.well_4 .e-mail ul li a:hover {
  color: #bf0000;
}
.well_4 .social {
  position: relative;
}
.well_4 .social ul .tumblr a:before {
  margin-right: 7px;
  font-size: 14px;
  line-height: 30px;
  content: '\f174';
  font-family: 'FontAwesome';
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.well_4 .social ul .facebook a:before {
  margin-right: 7px;
  font-size: 14px;
  line-height: 30px;
  content: '\f082';
  font-family: 'FontAwesome';
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.well_4 .social ul .youtube a:before {
  margin-right: 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 30px;
  content: '\f167';
  font-family: 'FontAwesome';
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.well_4 .social ul a {
  padding: 0 0 26px 20px;
  line-height: 30px;
  color: #ffffff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.well_4 .social ul a:hover:before {
  color: #bf0000;
}
.well_4 .location {
  position: relative;
}
.well_4 .location:before {
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  color: #ffffff;
  content: '\f041';
  font-family: 'FontAwesome';
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.well_4 .location h3 {
  color: #ffffff;
  font-family: 'Audiowide', cursive;
  padding: 3px 0 0 32px;
  text-transform: uppercase;
  font-size: 18px;
}
.well_4 .location ul {
  padding-top: 22px;
}
.well_4 .location ul li {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: #FFF;
}
.well_4 .location ul li a:hover {
  color: #bf0000;
}
.text {
  padding-top: 78px;
}
.text h2 {
  color: #366fa5;
  text-transform: uppercase;
  padding-top: 21px;
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  padding-bottom: 30px;
}
.text span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  color: #224055;
  line-height: 24px;
}
.text p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  color: #7997ac;
  line-height: 24px;
  padding: 19px 0 0 0;
  font-weight: 300;
}
.text p + p {
  padding: 25px 0 78px 0;
}
.gallery {
  background: url(../images/services-body.gif) top left repeat;
}
.gallery h2 {
  padding: 45px 0 28px 0;
  color: #366fa5;
  font-size: 36px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.gallery .row {
  padding-top: 19px;
  padding-bottom: 11px;
}
.gallery .row + .row + .row {
  padding-bottom: 68px;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #25589a;
}
.bg2 {
  background: url(../images/page1_bg2.jpg) top left repeat;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding: 34px 0 189px 0;
  background: #3671a7;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
}
footer p {
  color: #ffffff;
  font-family: 'Audiowide', cursive;
  font-size: 48px;
  float: left;
  text-transform: uppercase;
}
footer a {
  font-family: 'Roboto Condensed', sans-serif;
}
footer a:hover {
  color: #bf0000;
}
footer .copyright {
  float: left;
  padding-top: 12px;
  padding-left: 2px;
}
