@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);
/*========================================================
 *                       Main Styles
 *                       =========================================================*/
body {
  background: #226174;
  color: #226174;
  font: 400 14px/20px "Roboto Condensed", sans-serif;
}

main {
  display: block;
}

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

h2, h3, h4, h6 {
  font-weight: 500;
  text-transform: uppercase;
}

.medium-text {
  font-size: 24px;
  line-height: 24px;
  
}

h1 {
  font-size: 47px;
  line-height: 47px;
  font-weight: 700;
}

h2 {
  font-size: 47px;
  line-height: 47px;
  letter-spacing: 1.8px;
}

h3 {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 2.5px;
}
h3 span {
  font-size: 31px;
  letter-spacing: 1.7px;
}
@media (max-width: 479px) {
  h3 {
    font-size: 31px;
    line-height: 30px;
  }
  h3 span {
    font-size: 26px;
  }
}

h4 {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 2.8px;
}
h4 a:hover {
  color: #f4605c;
}

h5 {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}

h6 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
}
h6 a:hover {
  color: #f4605c;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}

time {
  display: block;
}

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

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.page {
  overflow: auto;
  min-height: 500px;
}

.lt-ie9 .page {
  min-width: 1200px;
}

@media(min-width: 768px) {
  .float-column-left {
    float: left;
    width: 45%;
  }
  
  .float-column-right {
    float: right;
    width: 45%;
  }
  .mobile-separator {
    display: none;
  }
}

@media(max-width:767px) {
  .float-column-right {
    margin-top: 20px;
  }
}

#services h4 {
  margin: 10px 0px;
}

.logo-image-caption {
  margin-top: 20px;
}
.brand {
  display: inline-block;
}
.brand_name {
  position: relative;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  margin-left: -3px;
}
.brand-name img {
  position: relative;
  top: 18px;
  left: -8px;
  max-height: 50%;
}
.brand_slogan {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3.3px;
}

/*==================  Backgrounds  ======================*/
.bg-default {
  background: #226174;
  color: #5f9db0;
}
.bg-default h2, .bg-default h3, .bg-default h4, .bg-default h5, .bg-default h6 {
  color: #fff;
}
.bg-default p {
  letter-spacing: 0.4px;
}
.bg-default .btn__lh {
  background: #f4605c;
}
.bg-default .btn__lh:hover {
  color: #226174;
  background: #e4e8e7;
}
.bg-default .btn__lh:before {
  border-color: transparent #226174 transparent transparent;
}
.bg-default .color1 {
  color: #f4605c;
}
.bg-default .color1 a:hover {
  color: #fff;
}

.bg-primary {
  background: #f4605c;
  color: #fff;
}
.bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6 {
  color: #fff;
}
.bg-primary .btn__lh {
  background: #226174;
}
.bg-primary .btn__lh:hover {
  color: #f4605c;
  background: #e4e8e7;
}
.bg-primary .btn__lh:before {
  border-color: transparent #f4605c transparent transparent;
}

.bg-secondary {
  background: #e4e8e7;
}
.bg-secondary .btn:before {
  border-color: transparent #e4e8e7 transparent transparent;
}
.bg-secondary .btn__sm:hover {
  color: #f4605c;
  background: #226174;
}

.bg-images {
  background: url("../images/bg.png") no-repeat 74% bottom #d0d6d8;
}
.bg-images .btn__sm:before {
  border-color: transparent #d0d6d8 transparent transparent;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .bg-images {
    background: url("../images/bg.png") no-repeat 240px bottom #d0d6d8;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .bg-images {
    background: url("../images/bg.png") no-repeat 6% bottom #d0d6d8;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .bg-images {
    background: url("../images/bg.png") no-repeat 48% bottom #d0d6d8;
  }
}
@media (max-width: 479px) {
  .bg-images {
    background: url("../images/bg.png") no-repeat 59% bottom #d0d6d8;
  }
}

@media (max-width: 767px) {
  .bg-media {
    position: relative;
  }
  .bg-media * {
    position: relative;
    z-index: 2;
  }
  .bg-media .owerlay {
    position: absolute;
    left: -10%;
    top: -5%;
    bottom: 0;
    right: 0;
    height: 110%;
    width: 120%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
  }
  .lt-ie9 .bg-media .owerlay {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#99FFFFFF', endColorstr='#99FFFFFF')";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99FFFFFF', endColorstr='#99FFFFFF');
    zoom: 1;
  }
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  max-width: 140px;
  display: inline-block;
  position: relative;
  padding: 31px 14px 30px 23px;
  background: #f4605c;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.3px;
}
.btn:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 10px 0;
  border-color: transparent #eff1f1 transparent transparent;
}
.btn:hover {
  color: white;
  background: #607D8B;
}
.btn:active {
}
@media (min-width: 768px) and (max-width: 979px) {
  .btn {
    padding: 31px 7px 30px 6px;
    margin-left: -5px;
  }
}

button {
  border: none;
}

.btn__sm {
  padding: 13px 29px 13px 26px;
  letter-spacing: 2.1px;
}
.btn__sm:before {
  margin-top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #eff1f1 transparent transparent;
}
.btn__sm:hover {
  color: white;
  background: #607D8B;
}

.btn__lh {
  padding: 60px 31px 62px 33px;
  font-size: 25px;
  line-height: 30px;
  margin-left: 24px;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .btn__lh {
    margin-left: 0;
  }
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_aside .fa-certificate {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  margin-left: 5px;
}
.box_cnt__no-flow {
  overflow: auto;
  padding-left: 22px;
}

/*========================   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;
  border-left: 1px solid #e4e8e7;
}
.sf-menu a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.form-list a:hover {
  text-decoration: underline;
}

.sf-menu > li:last-child {
  border-right: 1px solid #e4e8e7;
}
.sf-menu > li > a {
  position: relative;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  width: 151px;
  padding: 27px 0 26px;
  text-align: center;
  color: #f4605c;
}
.sf-menu > li > a:before {
  content: '';
  width: 0;
  height: 8px;
  background: #226174;
  display: inline-block;
  position: absolute;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0;
  bottom: -8px;
  left: 0;
}
.lt-ie9 .sf-menu > li > a:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
  background: #f4605c;
}
.sf-menu > li.active > a {
  color: #fff;
  background: #f4605c;
}
.sf-menu > li.sfHover > a:before, .sf-menu > li > a:hover:before, .sf-menu > li.active > a:before {
  width: 100%;
  opacity: 1;
}
.lt-ie9 .sf-menu > li.sfHover > a:before, .lt-ie9 .sf-menu > li > a:hover:before, .lt-ie9 .sf-menu > li.active > a:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 193px;
  padding: 23px 0 29px;
  background: #226174;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li > a {
  color: #FFF;
  background: #226174;
  padding: 2px 0 4px 38px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
  background: #f4605c;
}

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

.sf-menu ul ul > li > a {
  color: #FFF;
  background: #226174;
  padding: 4px 0 4px 59px;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #f4605c;
  background: #ebeeed;
}

@media (max-width: 979px) {
  .sf-menu > li > a {
    width: 147px;
  }
}
@media (max-width: 767px) {
  .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: 0;
  width: 240px;
  padding: 20px 0;
  color: #226174;
  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: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: #f4605c;
  color: #FFF;
}
.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: #226174;
  -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: #226174;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.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: #226174;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -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.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
}

@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 {
  background: #f0f2f2;
}

.isStuck {
  z-index: 999;
  background: #f0f2f2;
  border-bottom: 1px solid #333333;
}
.isStuck .sf-menu > li > a:before {
  display: none;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 43px;
  height: 43px;
  font-size: 36px;
  line-height: 38px;
  color: #fff;
  background: #f4605c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #226174;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*=================       Tabs     ======================*/
.resp-tabs {
  padding-bottom: 17px;
  position: relative;
}

.resp-tabs-list {
  padding: 19px 0;
  position: relative;
}
.resp-tabs-list:before {
  content: '';
  background: #f4605c;
  position: absolute;
  width: 100000%;
  height: 100%;
  left: -10000%;
  top: 0;
}
.resp-tabs-list li {
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
}
.resp-tabs-list li p {
  letter-spacing: 2px;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
.resp-tabs-list li p:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #226174 transparent;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -12px;
  opacity: 0;
}
.lt-ie9 .resp-tabs-list li p:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.resp-tabs-list li p:hover {
  color: #226174;
}
.resp-tabs-list li p:hover:before {
  opacity: 1;
  bottom: -20px;
}
.lt-ie9 .resp-tabs-list li p:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
.resp-tabs-list li + li {
  margin-left: 47px;
}
.resp-tabs-list li + li:after {
  content: '';
  top: 5px;
  height: 11.5px;
  width: 2px;
  position: absolute;
  display: inline-block;
  background: #fff;
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
  left: -26px;
  cursor: default;
}
.resp-tabs-list li:last-child {
  margin-left: 53px;
}
.resp-tabs-list .resp-tab-active p {
  color: #226174;
}
.resp-tabs-list .resp-tab-active p:before {
  opacity: 1;
  bottom: -20px;
}
.lt-ie9 .resp-tabs-list .resp-tab-active p:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
@media (max-width: 979px) {
  .resp-tabs-list li + li {
    margin-left: 18px;
  }
  .resp-tabs-list li + li:after {
    left: -14px;
  }
  .resp-tabs-list li:last-child {
    margin-left: 18px;
  }
}

.resp-accordion {
  display: none;
  background: #f4605c;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
.resp-accordion p {
  padding: 7px 0;
}

.resp-accordion:hover, .resp-accordion.resp-tab-active {
  color: #f4605c;
  background: #eff1f1;
  cursor: pointer;
}

.resp-tab-content {
  opacity: 0;
  z-index: -999;
  position: absolute;
  left: 0;
  right: 0;
}

.resp-tab-content-active {
  position: relative;
  opacity: 1;
  z-index: 11;
  display: block;
}

@media (max-width: 767px) {
  .resp-accordion {
    display: block;
  }

  .resp-tabs-list {
    display: none;
  }
}
main, header .header_content {
  background: #e4e8e7;
  padding-top: 20px;
}

section:nth-child(odd) {
  background: #eff1f1;
}
main h4 {
  font-weight: 500;
  letter-spacing: 1.7px;
  line-height: 30px;
}
main h4 a {
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 1.5px;
}
main h4 a:hover {
  color: #226174;
}

/*========================================================
 *                      CONTENT  Section
 *                      =========================================================*/

.color1 {
  color: #f4605c;
}
.color1 a:hover {
  color: #226174;
}

.mg_add {
  margin-top: -11px;
}

.mg_add1 {
  margin-top: 20px;
}

.mg_add2 {
  margin-top: 12px;
}

.mg_add3 {
  margin-top: 5px;
}

.mg_add4 {
  margin-top: -5px;
}

.mod {
  font-weight: 700;
  letter-spacing: 2px;
}

.mod1 {
  max-width: 210px;
  display: inline-block;
  margin-left: 18px;
}
@media (max-width: 767px) {
  .mod1 {
    max-width: 78%;
  }
}
@media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
  .mod1 {
    max-width: 145px;
  }
}

.ins {
  padding-left: 15px;
}

.letter-spacing {
  letter-spacing: 2.8px;
}

.letter-spacing1 {
  letter-spacing: 0.7px;
}

.letter-spacing2 {
  letter-spacing: 3.5px;
}

.letter-spacing3 {
  letter-spacing: 2.2px;
}

.border-b {
  border-bottom: 1px solid #396f7f;
}

.contact-info {
  text-transform: uppercase;
  font-weight: 700;
}
.contact-info h4 {
  letter-spacing: 1.8px;
}
.contact-info address {
  letter-spacing: 1.4px;
}
.contact-info .timetable {
  letter-spacing: 0.8px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .contact-info h4 {
    letter-spacing: 0.8px;
  }
}

.time-list dt {
  display: inline-block;
  letter-spacing: 1.8px;
  font-weight: 700;
}
.time-list dd {
  display: inline-block;
  overflow: auto;
  max-width: 200px;
  margin-left: 30px;
  letter-spacing: 0.3px;
}
.time-list dt + dd, .time-list dd + dt {
  margin-top: 25px;
}
.time-list dt + .off {
  margin-top: 0;
}
@media (min-width: 780px) and (max-width: 979px) {
  .time-list dd {
    max-width: 170px;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .time-list dt {
    float: left;
  }
  .time-list dd {
    display: block;
    max-width: 70%;
    margin-left: 20%;
  }
}

.contact-list dt {
  letter-spacing: 1.3px;
  font-weight: 700;
  text-transform: uppercase;
}
.contact-list dd {
  letter-spacing: 0.3px;
}
.contact-list dt + dd {
  margin-top: 11px;
}
.contact-list dd + dt {
  margin-top: 26px;
}
.contact-list dt + .off {
  margin-top: 0;
}
.contact-list a:hover {
  color: #f4605c;
}

.terms-list dt {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.4px;
}
.terms-list dd {
  letter-spacing: 0.3px;
}
.terms-list dt + dd {
  margin-top: 15px;
}
.terms-list dd + dd {
  margin-top: 20px;
}
.terms-list dd + dt {
  margin-top: 26px;
}

blockquote h6, blockquote p {
  text-align: right;
}
blockquote cite {
  letter-spacing: 0.6px;
}

.img_media {
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mail {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #f4605c;
  display: inline-block;
}
.mail:hover {
  text-decoration: underline;
}

/*==================      Well     ======================*/
.well {
  padding-top: 51px;
  padding-bottom: 63px;
}

.well__ins1 {
  padding-bottom: 49px;
}

.well__ins2 {
  padding-top: 56px;
}

.well__ins3 {
  padding-top: 61px;
}

.well1 {
  padding-top: 56px;
  padding-bottom: 55px;
}

/*========================================================
 *                      FOOTER  Styles
 *                      =========================================================*/
footer {
  background: #226174;
  padding-top: 58px;
  padding-bottom: 96px;
}
footer .brand {
  color: #427f92;
}
footer .brand_name {
  display: inline-block;
  width: 53%;
  margin-left: -5px;
}
footer .brand_name img {
  top: 16px;
  margin-left: -3px;
}
footer .brand .copyright {
  position: relative;
  left: 23px;
  display: inline-block;
  color: #427f92;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 18px;
}
footer .brand .copyright a:hover {
  color: #f4605c;
}
@media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
  footer .brand_name {
    width: 100%;
  }
  footer .copyright {
    margin-top: 5px;
  }
}

.container .mg-left-center {
  margin-left: 150px;
}
.container .mg-center {
  margin-left: 75px;
  margin-right: 75px;
}