@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Raleway:400,300,500,600,800,700);
@import "animate.css";
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #777777;
  font: 500 13px/25px "Raleway", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: none;
}
.badge {
  background: none;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .clearboth {
    clear: both;
  }
}
.fz17 {
  font-size: 17px;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
  color: inherit;
  font-size: 20px;
}
.clr-primary {
  color: #38a99c;
}
.clr-secondary {
  color: #1c1c1c;
}
.ttu {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .ins767 {
    padding-left: 8%;
    padding-right: 8%;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 35px;
}
.row + * {
  margin-top: 40px;
}
.row + .row {
  margin-top: 30px;
}
* + .offs {
  margin-top: 59px;
}
h3 + img {
  margin-top: 60px;
}
h3 + img + h4 {
  margin-top: 28px;
}
h4 + p {
  margin-top: 5px;
}
h3 + h4 {
  margin-top: 48px;
}
.list-2 + p {
  margin-top: 16px;
}
h3 + blockquote {
  margin-top: 58px;
}
* + .btn-wr {
  margin-top: 45px;
}
* + .btn-wr__mod {
  margin-top: 40px;
}
* + table {
  margin-top: 19px;
}
* + .offs2 {
  margin-top: 50px;
}
.row + .offs2 {
  margin-top: 45px;
}
h3 + p {
  margin-top: 50px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================   Block-icon     ===================*/
.block-icon .block_caption {
  display: inline-block;
  width: 270px;
  margin-top: -5px;
}
.block-icon .block_caption span {
  font-size: 17px;
  display: inline-block;
}
.block-icon .block_caption * + p {
  margin-top: 8px;
}
@media (max-width: 1199px) {
  .block-icon .block_caption {
    margin-top: 30px;
  }
}
.block-icon .icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 270px;
  height: 270px;
  line-height: 270px;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  position: relative;
}
.block-icon .icon span {
  position: absolute;
  top: 161px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-size: 29px;
  line-height: 33px;
  font-weight: 800;
  text-transform: uppercase;
  width: 100%;
}
.block-icon .icon .fa {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 28px;
}
.block-icon .icon .fa:before {
  display: inline-block;
  font: 400 130px/139px 'FontAwesome';
  color: #fff;
}
.block-icon .icon1 {
  background: #4884f2;
}
.block-icon .icon2 {
  background: #d24f4f;
}
.block-icon__skin {
  position: relative;
  padding-left: 103px;
}
.block-icon__skin .icon {
  position: absolute;
  display: inline-block;
  width: 84px;
  height: 84px;
  line-height: 84px;
  left: 0px;
  top: 12px;
  text-align: center;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.block-icon__skin .icon .fa:before {
  font: 400 36px/84px 'FontAwesome';
  color: #fff;
}
.block-icon__skin .bg1 {
  background: #43d2e3;
}
.block-icon__skin .bg2 {
  background: #47cd3d;
}
.block-icon__skin .bg3 {
  background: #e31836;
}
.block-icon__skin + .block-icon__skin {
  margin-top: 20px;
}
h3 + .block-icon__skin {
  margin-top: 51px;
}
/*==================     Table       ====================*/
table {
  background: #1c1c1c;
  color: #fff;
  width: 100%;
}
@media (max-width: 991px) {
  table {
    margin: 20px auto;
  }
}
table th + th {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
table th {
  font-size: 14px;
  font-weight: 400;
  padding: 15px 0px 7px;
}
table td,
table th {
  width: 15.7894%;
  text-align: center;
}
table .lg {
  width: 51%;
  text-align: left;
  padding-left: 8px;
  padding-right: 38px;
}
table td {
  font-size: 13px;
  line-height: 30px;
}
table td a.fa {
  color: #fff;
}
table td a.fa:before {
  font-size: 13px;
}
table td a.fa:hover {
  color: #e31836;
}
table td a.fa + a.fa {
  margin-left: -3px;
}
table td a.act {
  color: #e31836;
}
table .pd-add {
  padding: 23px 0px 5px;
}
table .bg1 {
  background: #e31836;
}
table .bg2 {
  background: #745d93;
}
table .bg3 {
  background: #37bcb4;
}
table .bg4 {
  background: #e76f00;
}
table .bg5 {
  background: #43d2e3;
}
@media only screen and (max-width: 767px) {
  table {
    display: none;
  }
}
.stacktable.small-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .stacktable.small-only {
    display: block;
  }
  .stacktable.small-only tbody {
    width: 100%;
  }
  .stacktable.small-only td,
  .stacktable.small-only th {
    width: 25%;
    text-align: center;
  }
}
/*==================     Panels      ====================*/
.panels {
  background: #f3f3f3;
}
.panels .inline-list {
  float: left;
  margin-bottom: 16px;
}
.panels .btn-wr-header {
  float: right;
  margin-top: -43px;
}
.panels .btn-wr-header a + a {
  margin-left: 6px;
}
@media (max-width: 767px) {
  .panels {
    text-align: center;
  }
  .panels .inline-list,
  .panels .btn-wr-header {
    float: none;
  }
  .panels .inline-list {
    margin-top: 20px;
  }
  .panels .btn-wr-header {
    margin-bottom: 20px;
  }
}
/*==================  Banner  ====================*/
.cont-wr {
  position: relative;
}
.banner {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  z-index: 1;
}
.banner .cnt {
  color: #fff;
}
.banner .cnt p {
  font-size: 110px;
  line-height: 139px;
}
.banner .cnt * + h2 {
  margin-top: 9px;
}
@media (max-width: 479px) {
  .banner .cnt p {
    font-size: 80px;
    line-height: 100px;
  }
}
.banner__mod {
  top: 12%;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  margin-right: 30px;
}
.box_cnt {
  text-align: left;
  margin-top: 17px;
}
.box_cnt a {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
.box_cnt a:hover {
  color: #38a99c;
}
.box_cnt .badge {
  display: inline-block;
  color: #888888;
  font-weight: 500;
  font-size: 30px;
  padding-left: 0px;
  margin-top: 2px;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 767px) {
  .box_aside {
    float: none;
    text-align: center;
    margin-right: 0;
  }
  .box_cnt {
    text-align: center;
  }
}
.box__mod .box_aside {
  width: 270px;
}
@media (max-width: 767px) {
  .box__mod .box_aside {
    margin: 0 auto;
  }
}
/*==================  404    ======================*/
.p404 h2 {
  font-size: 215px;
  font-weight: 800;
  line-height: 160px;
}
.p404 h2 small {
  font-size: 160px;
  font-weight: 800;
  margin-top: 70px;
}
.p404 h3 {
  font-size: 54px;
  line-height: 54px;
  color: #d73f0f;
}
.p404 .mg-add {
  margin-top: 40px;
}
.p404 * + p {
  margin-top: 26px;
}
@media (max-width: 991px) {
  .p404 h2 {
    font-size: 100px;
    line-height: 120px;
  }
  .p404 h2 small {
    font-size: 80px;
    margin-top: 20px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  padding: 10px 0 25px;
}
.isStuck {
  padding: 0;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 1px 2px #bbb;
  background: rgba(0, 0, 0, 0.9);
}
.isStuck .navbar-brand {
  font-size: 44px;
}
.isStuck .navbar-brand:before {
  top: 0px;
}
.isStuck .navbar-nav {
  margin-top: 10px;
}
@media only screen and (max-width: 992px) {
  .isStuck {
    display: none !important;
  }
}
.isStuck .sf-menu ul {
  top: 27px;
}
.isStuck .sf-menu ul ul {
  top: 0;
}
/*==================     ToTop     ======================*/
.toTop {
    width: 47px;
    height: 47px;
    font-size: 24px;
    line-height: 47px !important;
    font-weight: 700;
    color: #fff !important;
    background: #83bf41;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-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: #1c1c1c;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: scale(1.2);
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-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;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: '\f065';
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 20px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.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='#ff000000', endColorstr='#ff000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000');
  zoom: 1;
}
.thumb:hover .thumb_overlay:before {
  opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
  z-index: 0;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
  color: #ffffff;
  padding-top: 90px;
  padding-bottom: 119px;
}
.parallax_cnt * + h2 {
  margin-top: 9px;
}
.parallax_cnt * + h4 {
  margin-top: 23px;
}
.parallax_cnt * + .btn {
  margin-top: 31px;
}
.parallax a.link {
  text-decoration: underline;
}
.parallax2 .parallax_cnt {
  padding-top: 147px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .parallax2 .parallax_cnt {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.parallax3 .parallax_cnt {
  padding-top: 75px;
  padding-bottom: 64px;
}
.parallax3 .parallax_cnt .search-form {
  margin-top: 0;
}
/*==================   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;
  -webkit-transition: 0.3s all ease;
  -o-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: #a5bfd2;
  background: rgba(43, 54, 67, 0.97);
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-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;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.lt-ie9 .rd-mobilemenu_ul {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b3643', endColorstr='#ff2b3643');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b3643', endColorstr='#ff2b3643');
  zoom: 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: #313e4e;
  color: #ffffff;
}
.rd-mobilemenu_ul a:hover {
  background: #38a99c;
  color: #ffffff;
}
.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%;
  border: 1px solid #ffffff;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-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: #2b3643;
  color: #a5bfd2;
}
.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;
  border: none;
  padding-top: 14px;
  padding-bottom: 16px;
}
.rd-mobilemenu_ul ul ul {
  border: none;
  box-shadow: none;
  background: transparent;
}
.rd-mobilemenu_ul ul ul li {
  border: none;
  box-shadow: none;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
  color: inherit;
  padding-top: 14px;
  padding-bottom: 16px;
  border: none;
  box-shadow: none;
}
.rd-mobilemenu_ul ul ul a.active {
  background: #313e4e;
  color: #ffffff;
}
.rd-mobilemenu_ul ul ul a:hover {
  background: #38a99c;
  color: #ffffff;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}
.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #2b3643;
  color: #ffffff;
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-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;
  padding-left: 10px;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #ffffff;
  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;
  background-color: #252e3a;
  border-color: transparent;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-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;
  -webkit-transition: all 0.3s ease;
  -o-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: #ffffff;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*=================       Tabs     ======================*/
.resp-tabs-list {
  text-align: center;
}
.resp-tabs-list li {
  display: inline-block;
  cursor: pointer;
  font-size: 17px;
  padding-bottom: 4px;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.resp-tabs-list li:hover {
  border-bottom: 4px solid #1c1c1c;
}
.resp-tabs-list li + li {
  margin-left: 23px;
}
.resp-tabs-list .resp-tab-active {
  border-bottom: 4px solid #1c1c1c;
}
* + .resp-tabs-container {
  margin-top: 27px;
}
.resp-accordion {
  display: none;
}
.resp-tab-content {
  display: none;
}
.resp-tab-content-active {
  display: block;
}
@media (max-width: 767px) {
  .resp-tabs-container {
    text-align: center;
  }
  .resp-accordion {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 5px 0px 5px;
    background: #38a99c;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 80%;
    margin: 15px auto;
  }
  .resp-accordion:hover {
    background: #d73f0f;
  }
  .resp-tabs-list {
    display: none;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
}
@media (max-width: 991px) {
  header {
    text-align: center;
  }
  header .navbar-header,
  header .navbar-nav {
    float: none;
  }
}
main {
  background: #ffffff;
}
footer {
  padding-top: 38px;
  padding-bottom: 20px;
  background: #1c1c1c;
}
footer .navbar-brand {
  padding-bottom: 23px;
  color: #fff;
  font-size: 50px;
}
footer .navbar-brand:before {
  top: -6px;
}
footer .navbar-brand .brand-slogan {
  margin-top: 0;
}
footer hr {
  border: none;
  height: 1px;
  width: 100%;
  background: #333333;
}
footer * + ul {
  margin-top: 10px;
}
footer ul li {
  line-height: 35px;
}
footer .fb-plug-wr {
  min-height: 244px;
}
footer .copyright {
  padding-top: 10px;
  font-size: 11px;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}
/*========================================================
                     MEDIA QUERIES
=========================================================*/
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}
@media (max-width: 560px) {
  .row .col-xs-6 {
    clear: both;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .row .col-xs-12 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .row .col-sm-12 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .row .col-sm-6 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .row .col-xs-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
address {
    font-style: normal;
}
.wow {
    visibility: hidden;
}
