@import "animate.css";
@import url(//fonts.googleapis.com/css?family=Istok+Web:400,700|Roboto+Condensed:400,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
	color: #1111;
	-webkit-text-size-adjust: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
img {
	max-width: 100%;
}
h2 {
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
h3 {
	padding-top: 35px;
	padding-bottom: 35px;
	font-size: 48px;
	color: #111111;
	text-transform: uppercase;
	text-align: center;
	line-height: 40px;
}
@media (max-width: 767px) {
  h3 {
	font-size: 36px;
	line-height: 40px;
  }
}
.black {
	color: #1111;
}


h4 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 30px;
  color: #111111;
  text-transform: uppercase;
}
h5 {
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 24px;
	font-weight: 700;
	color: #181818;
}
h6 {
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	margin-top: 8px;
	color: #000;
}
h2 + h6 {
  color: #0a0a0a;
  padding-bottom: 10px;
}
h3 + h6 {
  padding-bottom: 0;
  margin-top: -10px;
  margin-bottom: 40px;
}
h3 + h6:after {
  content: '';
  display: block;
  width: 370px;
  height: 1px;
  background: #b5b5b5;
  margin: 30px auto 0;
}
@media (max-width: 767px) {
  h3 + h6:after {
    width: 170px;
  }
}
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #0aab8a;
  text-decoration: none;
}
p + h5 {
  margin-top: 25px;
}
p {
	font-size: 14px;
	color: #181818;
	line-height: 20px;
}

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 {
	color: #000;
	text-decoration: none;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-family: inherit;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}
a[href^="tel:"],
a[href^="callto:"] {
  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
=========================================================*/
/*==================     Brand     ======================*/
.brand {
	display: inline-block;
	margin-top: 20px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.brand_name a {
  display: block;
}
.brand_name a:before,
.brand_name a:after {
  content: " ";
  display: table;
}
.brand_name a:after {
  clear: both;
}
.brand_name img {
	float: left;
	margin-top: -10px;
}
.brand_name span {
  float: left;
  display: inline-block;
  vertical-align: top;
}
.brand_name .brand_main {
  font-size: 50px;
  line-height: 50px;
  color: #111111;
  font-weight: 700;
  padding: 0 5px;
}
.brand_name .brand_sec {
  margin-top: 14px;
  font-family: 'Istok Web', sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #373737;
}
/*==================  Backgrounds  ======================*/
.bg01 {
  background: #eeeeee;
}
.bg02 {
  background: #212121;
  color: #fff;
}
.bg02 h3,
.bg02 h4,
.bg02 h5 {
  color: #fff;
}
.bg03 {
  background: no-repeat url(../images/bg03.png) center 25px;
}
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  outline: none;
}
.btn01 {
	display: inline-block;
	outline: none;
	color: #242424;
	border: 1px solid #949494;
	font-size: 16px;
	line-height: 42px;
	height: 42px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
.btn01:hover {
  color: #0aab8a;
  border-color: #0aab8a;
}
* + .btn01 {
  margin-top: 25px;
}
.btn02 {
  padding: 0 50px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  background: #0aab8a;
  color: #fff;
}
.btn02:hover {
  background: #757474;
}
.btn02:active {
  background: #5b5b5b;
}
* + .btn02 {
  margin-top: 35px;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
.box01 {
	margin-bottom: 30px;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.box01 .circle {
  margin-bottom: 20px;
}
.box02 {
  margin-bottom: 45px;
  color: #909090;
  text-align: left;
  font-size: 12px;
  line-height: 22px;
}
.box02:before,
.box02:after {
  content: " ";
  display: table;
}
.box02:after {
  clear: both;
}
.box02_aside {
  float: left;
  margin-right: 15px;
}
.box02_cnt__no-flow {
  overflow: hidden;
}
.box02 img {
  margin-bottom: 20px;
  width: 100%;
}
.owl-item .box02_cnt__no-flow p {
  font-soize: 13px;
  line-height: 18px;
}
.box03 {
  padding: 45px 35px 35px;
  font-size: 12px;
  line-height: 18px;
  color: #111111;
}
.box03_bg01 {
  background: no-repeat url(../images/page1_img01.jpg);
  background-size: cover;
}
.box03_bg02 {
  background: no-repeat url(../images/page1_img02.jpg);
  background-size: cover;
  color: #fff;
}
.box03_bg02 h3 {
  color: #fff;
}
.box03_bg03 {
  background: no-repeat url(../images/page1_img03.jpg);
  background-size: cover;
  color: #fff;
}
.box03_bg03 h3 {
  color: #fff;
}
.box03 h3 {
  text-align: left;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 10px;
  padding: 0;
}
@media (max-width: 979px) {
  .box03 h3 {
    font-size: 36px;
  }
}
.box03 h3 span {
  display: block;
  font-size: 36px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .box03 h3 span {
    font-size: 26px;
    line-height: 28px;
  }
}
.box04 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  color: #909090;
}
.box04_cnt {
  padding: 20px 20px 15px;
  background: #eeeeee;
}
.box04_cnt2 {
  padding: 20px 0 15px;
  text-align: left;
}
.box04_cnt2 h5 {
  text-align: left;
}
.box04 img {
  width: 100%;
}
.quote:before,
.quote:after {
  content: " ";
  display: table;
}
.quote:after {
  clear: both;
}
.quote_aside {
  float: left;
  margin-right: 30px;
}
@media (max-width: 979px) {
  .quote_aside {
    float: none;
    text-align: center;
  }
}
.quote_cnt__no-flow {
  overflow: hidden;
  padding-top: 20px;
}
.img_circle {
  border-radius: 50%;
}


/*================  Portfolio Box  ====================*/
.portfolio-box {
  overflow: hidden;
  position: relative;
  display: block;
  color: #fff; }
  .portfolio-box .overlay {
    position: absolute;
    -moz-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0; }
  .portfolio-box_cnt {
    position: absolute;
    -moz-transition: 0.6s ease all;
    -o-transition: 0.6s ease all;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
    left: 0;
    bottom: -250px;
    padding: 33px 30px 33px 39px;
    z-index: 1; }
    .portfolio-box_cnt h4 {
      text-transform: none; }
  .portfolio-box * + p, .portfolio-box .terms-list * + dd, .terms-list .portfolio-box * + dd {
    margin-top: 0; }
  .portfolio-box:hover .overlay {
    background: rgba(173, 106, 131, 0.79); }
    .lt-ie9 .portfolio-box:hover .overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C9AD6A83', endColorstr='#C9AD6A83')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C9AD6A83', endColorstr='#C9AD6A83');
      zoom: 1; }
  .portfolio-box:hover .portfolio-box_cnt {
    bottom: 0; }



/*========================   Menu   ==========================*/
.sf-menu {
	margin-top: 30px;
	margin-bottom: 25px;
	display: inline-block;
	font-family: 'Istok Web', sans-serif;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
}
.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: 35px;
}
@media (max-width: 1199px) and (min-width: 980px) {
  .sf-menu > li + li {
    margin-left: 20px;
  }
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
	color: #000;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
	color: #333;
}
.sf-menu > li.active > a {
	color: #000;
}
.sf-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -15px;
	width: 250px;
	margin-top: 20px;
	line-height: 20px;
	z-index: 2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #CECECE;
}
.sf-menu ul > li {
  position: relative;
  margin-bottom: 10px;
}
.sf-menu ul > li > a {
	color: #000;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  font-weight: 700;
}
.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 100%;
  margin-left: 15px;
  width: auto;
  margin-top: 0;
  padding: 10px 15px 0;
  z-index: 4;
  background: #0aab8a;
}
.sf-menu ul ul > li > a {
	color: #000;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #111111;
  font-weight: 400;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}
@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: #666666;
  background: #ffffff;
  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: #0aab8a;
  color: #ffffff;
}
.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: #ffffff;
  color: #666666;
  -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: #000000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.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;
  color: #000000;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-mobilepanel_toggle:before {
  content: '\f0c9';
  font-family: 'FontAwesome';
}
.rd-mobilepanel_toggle.active:before {
  content: '\f00d';
}
@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
	z-index: 999;
	border-bottom: 1px solid #111111;
	background-color: #FFF;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 42px;
  height: 42px;
  font-size: 40px;
  line-height: 38px;
  color: #8f8f90;
  background: #3c3c3d;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #0aab8a;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
	-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);
}
.video:after {
  content: "\f01d";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -20px;
  font-family: 'FontAwesome';
  font-size: 48px;
  line-height: 50px;
  color: rgba(0, 0, 0, 0.55);
}
.video .thumb_overlay:before {
  display: none;
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6,
.parallax p,
.parallax div {
	color: #000;
}
.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;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {

}
header .brand {
  float: left;
}
header .nav {
  float: left;
  margin-left: 70px;
}
@media (max-width: 1199px) and (min-width: 980px) {
  header .nav {
    margin-left: 25px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  header .nav {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
main p + p {
  margin-top: 13px;
}
.list01 li {
	padding-left: 28px;
	position: relative;
	line-height: 30px;
	color: #000;
}
.list01 li:before {
  content: "\f144";
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #0aab8a;
}
.list01 a {
	color: #000;
}
.list01 a:hover {
  text-decoration: none;
  color: #0aab8a;
}
p + .list01 {
  margin-top: 13px;
}
.line {
  display: block;
  width: 370px;
  height: 1px;
  background: #b5b5b5;
  margin: 35px auto 60px;
}
.mt01 {
  margin-top: 40px;
}
.pad01 {
  padding-top: 240px;
  padding-bottom: 105px;
}
.circle {
	display: inline-block;
	border-radius: 50%;
	width: 62px;
	height: 62px;
	line-height: 62px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	background-color: #0061C1;
}
.circle .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-top: 13px;
}
.circle .icon01 {
  background: no-repeat url(../images/page1_icon01.png);
}
.circle .icon02 {
  background: no-repeat url(../images/page1_icon02.png);
}
.circle .icon03 {
  background: no-repeat url(../images/page1_icon03.png);
}
.circle .icon04 {
  background: no-repeat url(../images/page1_icon04.png);
}
a.circle:hover {
  background: #181818;
}
.addr01 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.addr01 dl {
  display: table;
}
.addr01 dt,
.addr01 dd {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 979px) and (min-width: 768px) {
  .addr01 dt,
  .addr01 dd {
    display: block;
    text-align: center;
  }
}
.addr01 dd {
  padding-left: 20px;
}
.addr01 dd span {
  font-size: 24px;
}
@media (max-width: 979px) and (min-width: 768px) {
  .addr01 dd {
    margin-top: 30px;
    padding: 0;
  }
}
.addr01 .fa {
  color: #fff;
  font-size: 36px;
  line-height: 70px;
}
.addr01 a:hover {
  text-decoration: none;
  color: #0aab8a;
}
.addr01 .circle {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.addr02 {
  margin-top: 25px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
}
.addr02 dl {
  margin-bottom: 18px;
  display: table;
}
.addr02 dt,
.addr02 dd {
  display: table-cell;
  vertical-align: middle;
}
.addr02 dd {
  padding-left: 15px;
}
.addr02 .fa {
  color: #fff;
  font-size: 18px;
  line-height: 43px;
}
.addr02 a:hover {
  text-decoration: none;
  color: #0aab8a;
}
.addr02 .circle {
  width: 43px;
  height: 43px;
  line-height: 43px;
}
.social-list {
  margin-top: 10px;
}
.social-list li {
  display: inline-block;
}
.social-list li + li {
  margin-left: 20px;
}
@media (max-width: 479px) {
  .social-list li + li {
    margin-left: 15px;
  }
}
.social-list li a {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}
.social-list li a:hover {
  color: #0aab8a;
}
.date {
  font-size: 60px;
  line-height: 48px;
  font-weight: 700;
  color: #0aab8a;
}
.link01 {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
}
.link01:hover {
  color: #0aab8a;
}
p + .link01 {
  margin-top: 10px;
}
.text01 {
  background: rgba(17, 17, 17, 0.72);
  padding: 10px 30px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .text01 {
    font-size: 30px;
    line-height: 32px;
  }
}
.primary {
  color: #0aab8a;
}
.terms {
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}
.terms p + h5 {
  margin-top: 75px;
}
.sm {
  font-size: 12px;
  line-height: 22px;
}

/*==================      Well  gallery   ======================*/

.well {
  padding-bottom: 466px; }

.well2 {
  padding-top: 110px;
  padding-bottom: 20px; }

.well3 {
  padding-top: 60px;
  padding-bottom: 105px; }

.well4 {
  padding-top: 70px; }

.well5 {
  padding-top: 142px;
  padding-bottom: 65px; }

.well6 {
  padding-top: 90px;
  padding-bottom: 75px; }

.well2__ins1 {
  padding-bottom: 112px; }

.well2__ins2 {
  padding-bottom: 76px; }

.well3__ins1 {
  padding-bottom: 60px; }

.well3__ins2 {
  padding-bottom: 75px; }

.well3__ins3 {
  padding-bottom: 125px; }

.well4__ins1 {
  padding-bottom: 81px; }
/*==================      Well     ======================*/

.well01 {

}
.well02 {
  padding-bottom: 100px;
  padding-top: 125px;
}
.well03 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.well04 {
  padding-bottom: 85px;
}
.well05 {
  padding-bottom: 25px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #111111;
  padding-top: 40px;
  padding-bottom: 35px;
  color: #fff;
}
footer .brand_name {
  display: inline-block;
  font-size: 36px;
  line-height: 30px;
  font-weight: 700;
}
.copy {
  display: inline-block;
  font-size: 14px;
  line-height: 42px;
  color: #fff;
}
dd a {
	color: #FFF;
}
