/*==================     Fonts     ======================*/
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Leckerli+One|Roboto:400,700);
/*========================================================
                     Main Styles
=========================================================*/
body {
  color: #313131;
  font: 400 14px/1.42857 "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h2 a, h3 a, h4 a, h5 a, h6 a {
  text-shadow: 1px 1px 1px transparent;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

h1 {
  font-size: 150px;
  line-height: 1;
}
@media (min-width: 480px) and (max-width: 767px) {
  h1 {
    font-size: 90px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 66px;
  }
}

h2 {
  font-size: 60px;
  line-height: 1.08333;
  font-family: "Leckerli One", cursive;
}
@media (max-width: 479px) {
  h2 {
    font-size: 50px;
  }
}

h3 {
  font-size: 40px;
  line-height: 1;
}

h4 {
  font-size: 30px;
  line-height: 1;
}

h5 {
  font-size: 20px;
  line-height: 1;
}

h6 {
  font-size: 14px;
  line-height: 1.42857;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

p {
  color: #d4d4d4;
}

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;
}

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;
}

.center {
  text-align: center;
}

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

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

@media (max-width: 991px) {
  .br_992 {
    display: none;
  }
}

.img_round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (min-width: 748px) and (max-width: 979px) {
  [class*="col-sm-4"]:nth-child(3n+4) {
    clear: both;
  }
}

@media (max-width: 767px) {
  [class*="col-md-4 col-sm-4 col-xs-12"] {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
  }
}

@media (max-width: 767px) {
  [class*="col-sm-6"]:nth-child(2n+3) {
    clear: both;
  }
}

/*=======================================================
                       Main Layout
=========================================================*/
* + .brand {
  margin-top: 70px;
}

* + h5 {
  margin-top: 33px;
}

* + h6 {
  margin-top: 26px;
}

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

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

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

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

* + img {
  margin-top: 29px;
}

* + .map {
  margin-top: 36px;
}

* + .terms-list {
  margin-top: 25px;
}

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

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

p + .list {
  margin-top: 27px;
}

[class*="fa"] + h5, .img_round + h5 {
  margin-top: 21px;
}

[class*="col-md-4"]:nth-child(n + 4) {
  margin-top: 53px;
}
@media (max-width: 747px) {
  [class*="col-md-4"]:nth-child(n + 4) {
    margin-top: 20px;
  }
}

* + .off {
  margin-top: 21px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  font-family: "Leckerli One", cursive;
}
.brand_slogan {
  display: inline-block;
  padding: 4px 43px 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  letter-spacing: 2.9px;
  background: #fff;
  color: #313131;
  font-size: 14px;
  line-height: 1.42857;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0;
}
@media (max-width: 767px) {
  .brand_slogan {
    font-size: 12px;
    letter-spacing: 1.9px;
    padding: 4px 10px 5px;
  }
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #313131;
}

/*==================     Icons     ======================*/
.fa-arrow-circle-down,
.fa-download,
.fa-cloud-download {
  display: block;
  width: 140px;
  height: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #313131;
  font-size: 60px;
  line-height: 140px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  background: #313131;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 5px 31px 7px 33px;
  letter-spacing: 1.2px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn span {
  display: inline-block;
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
.btn:hover {
  background: #8a8a8a;
}
.btn:active {
  background: #b1b1b1;
}

/*==================      List      ======================*/
.list {
  text-align: center;
}
.list li {
  position: relative;
  font-size: 20px;
  line-height: 1;
}
.list li strong {
  margin-right: 5px;
}
.list li + li {
  margin-top: 16px;
}

/*==============       Blockquote      ==================*/
blockquote {
  text-align: center;
}
blockquote img {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
blockquote cite span {
  display: block;
  font-size: 14px;
  line-height: 1.9;
}
blockquote .bkt {
  font-family: "Leckerli One", cursive;
  font-size: 60px;
  line-height: 10px;
  display: block;
}
blockquote * + .bkt {
  margin-top: 40px;
}
blockquote p + .bkt {
  margin-top: 35px;
}
blockquote * + p {
  margin-top: 2px;
}
blockquote * + h5 {
  margin-top: 5px;
}

/*==================  Marked List  ======================*/
.marked-list {
  margin-top: 6px;
}
.marked-list li {
  position: relative;
}
.marked-list li + li {
  margin-top: 10px;
}

/*==================  Terms List  ======================*/
.terms-list dt {
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.terms-list dd {
  font-size: 14px;
  line-height: 20px;
  color: #d4d4d4;
}
.terms-list dt + dd {
  margin-top: 20px;
}
.terms-list dd + dt {
  margin-top: 46px;
}
.terms-list + a {
  margin-top: 20px;
  display: inline-block;
}
.terms-list + a:hover {
  text-decoration: underline;
}

/*==================      Img Wrap      ======================*/
.img_wrap {
  position: relative;
}
.img_wrap .block_link, .img_wrap .block_link2, .img_wrap .block_link3 {
  position: absolute;
  top: 42%;
  margin-top: -70px;
}
@media (max-width: 767px) {
  .img_wrap .block_link, .img_wrap .block_link2, .img_wrap .block_link3 {
    display: inline-block;
    position: static;
    margin-top: 0;
  }
}
@media (max-width: 479px) {
  .img_wrap .block_link, .img_wrap .block_link2, .img_wrap .block_link3 {
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 140px;
  }
}
.img_wrap .block_link a, .img_wrap .block_link2 a, .img_wrap .block_link3 a {
  padding-top: 45px;
  display: block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 1;
  font-family: "Leckerli One", cursive;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  color: #313131;
}
.img_wrap .block_link a:hover, .img_wrap .block_link2 a:hover, .img_wrap .block_link3 a:hover {
  background: #313131;
  color: #fff;
}
@media (max-width: 767px) {
  .img_wrap .block_link a, .img_wrap .block_link2 a, .img_wrap .block_link3 a {
    background: #313131;
    color: #fff;
  }
  .img_wrap .block_link a:hover, .img_wrap .block_link2 a:hover, .img_wrap .block_link3 a:hover {
    background: #8a8a8a;
    text-shadow: 4px 4px 3px #000;
    -webkit-box-shadow: inset 0 0 14px -5px #000;
    -moz-box-shadow: inset 0 0 14px -5px #000;
    box-shadow: inset 0 0 14px -5px #000;
  }
}
.img_wrap .block_link {
  left: 20.5%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .img_wrap .block_link {
    left: 15%;
  }
}
.img_wrap .block_link2 {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .img_wrap .block_link2 {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.img_wrap .block_link3 {
  right: 20.5%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .img_wrap .block_link3 {
    right: 15%;
  }
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 27px;
}
.sf-menu a {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.5px;
}

.sf-menu > li > a {
  font-size: 20px;
  line-height: 19px;
  padding: 3px 36px 6px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li > a {
    padding: 3px 19px 6px;
  }
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #313131;
  background: #fff;
}
.sf-menu > li.active > a {
  color: #313131;
  background: #fff;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 10px;
  padding: 10px 0 10px;
  background: #313131;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: rgba(255, 255, 255, 0.3) 3px 3px 10px -1px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.3) 3px 3px 10px -1px;
  -moz-box-shadow: rgba(255, 255, 255, 0.3) 3px 3px 10px -1px;
}

.sf-menu ul > li > a {
  color: #FFF;
  font-size: 18px;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #313131;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px -3px #fff;
  -moz-box-shadow: 0 2px 5px -3px #fff;
  box-shadow: 0 2px 5px -3px #fff;
}

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

.sf-menu ul ul > li > a {
  color: #FFF;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #313131;
}

@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: -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: #313131;
  color: #FFF;
}
.rd-mobilemenu_ul a:hover {
  background: #313131;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -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:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(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: #313131;
  z-index: 999;
  -webkit-box-shadow: 0 1px 10px -2px #000;
  -moz-box-shadow: 0 1px 10px -2px #000;
  box-shadow: 0 1px 10px -2px #000;
  left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

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

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  padding-top: 46px;
  text-align: center;
  color: #fff;
}
header > * {
  position: relative;
}
header:before {
  content: '';
  background: url("../images/header-bg1.jpg") no-repeat center #313131;
  -webkit-background-size: 2087px 1392px;
  background-size: 2087px 1392px;
  -webkit-border-radius: 0 0 100% 100%;
  -moz-border-radius: 0 0 100% 100%;
  border-radius: 0 0 100% 100%;
  height: 1232px;
  width: 2633px;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -796px;
}
@media (min-width: 2087px) {
  header:before {
    width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media (max-width: 1199px) {
  header:before {
    background-position: left center;
  }
}
@media (max-width: 767px) {
  header:before {
    display: none;
  }
}
header .brand {
  margin-bottom: 111px;
}
header.header_mod:before {
  top: -370px;
}
@media (max-width: 767px) {
  header.header_mod:before {
    top: -580px;
  }
}
@media (max-width: 767px) {
  header {
    background: url("../images/header-bg.jpg") no-repeat center #313131;
    -webkit-background-size: cover;
    background-size: cover;
  }
  header.header_mod {
    background: transparent;
  }
  header.header_mod:before {
    display: block;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
}

.mg_add {
  margin-top: 26px;
}

@media (max-width: 991px) {
  br.br-991-none {
    display: none;
  }
}

[class^="col-"]:hover .fa-arrow-circle-down,
[class^="col-"]:hover .fa-download,
[class^="col-"]:hover .cloud-download {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 10px 10px 16px -4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 10px 10px 16px -4px;
  box-shadow: rgba(0, 0, 0, 0.4) 10px 10px 16px -4px;
}
[class^="col-"]:hover .img_round {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 20px -4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 20px -4px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 20px -4px;
}

/*==================      Well     ======================*/
.well {
  padding-top: 50px;
  padding-bottom: 20px;
}

.well__ins {
  padding-top: 31px;
}

.well__ins2 {
  padding-bottom: 72px;
}

.well1 {
  padding-top: 15px;
  padding-bottom: 76px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  position: relative;
  padding-top: 63px;
  padding-bottom: 162px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
footer > * {
  position: relative;
}
footer:before {
  content: '';
  background: url("../images/footer-bg1.jpg") no-repeat center bottom #313131;
  -webkit-background-size: 2150px 1650px;
  background-size: 2150px 1650px;
  -webkit-border-radius: 100% 100% 0 0;
  -moz-border-radius: 100% 100% 0 0;
  border-radius: 100% 100% 0 0;
  height: 1232px;
  width: 2633px;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}
@media (min-width: 2150px) {
  footer:before {
    width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #fff;
}
footer blockquote q {
  color: #fff;
}
footer blockquote cite {
  color: #fff;
}
footer blockquote .bkt {
  color: #fff;
}
footer .brand_slogan.copyright {
  font-weight: 700;
  margin-top: 4px;
  padding: 3px 147px 5px;
  letter-spacing: 1.5px;
}
footer .brand_slogan.copyright a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  footer .brand_slogan.copyright {
    padding: 3px 35px 5px;
  }
}
footer * + .brand {
  margin-top: 105px;
}
footer.ins_footer {
  padding-top: 131px;
}
