@charset "utf-8";
/* CSS Document */

* {
  padding: 0;
  margin: 0;
}

body {
  background: #eee;
  font-family: "Amiri", serif;
  line-height: 1.3em;
  font-weight: 400;
  overflow-x: hidden;
  user-select: none;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.sticky-footer,
.push {
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.google-maps {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
  box-shadow: 0 0 5px #999999;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

a {
  color: #666666;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #049804;
  text-decoration: underline;
}

a.active,
a:focus {
  text-decoration: none;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

p {
  margin: 0;
  padding-bottom: 15px;
  color: #666;
  font-size: 20px;
  line-height: 26px;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

/* FlexSlider Necessary Styles */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.flexslider .slides {
  width: 100%;
  float: left;
}
.flexslider .slides > li {
  display: none;
}
.flexslider .slides li {
  position: relative;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flex-direction-nav {
  /* *height: 0; */
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.flex-direction-nav a {
  width: 40px;
  height: 40px;
  margin: 0;
  display: block;
  background: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  margin-top: -20px;
}
.flex-direction-nav a:before {
  width: 40px;
  height: 40px;
  float: left;
  background: #555;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome";
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  text-indent: 0;
  transition: all 0.5s ease-in-out;
}
.flex-direction-nav a:hover:before {
  background: #6566a4;
}

.flex-direction-nav .flex-next {
  right: 0;
}
.flex-direction-nav .flex-next:before {
  content: "\f105";
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flex-direction-nav .flex-prev:before {
  content: "\f104";
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  display: none;
}

@media (max-width: 767px) {
  .flex-direction-nav {
    margin: -3px 0 0 0;
  }
}

.banner-home {
  width: 100%;
  float: left;
  position: relative;
  min-height: 350px;
}
.banner-home ul {
  width: 100%;
  float: left;
}
.banner-home ul li {
  width: 100%;
  float: left;
  position: relative !important;
}
.banner-home ul li .ban-txt {
  width: 100%;
  float: left;
  position: absolute;
  top: 45%;
  left: 0;
}
.banner-home ul li .ban-txt h5 {
  color: #fff;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
}
.banner-home ul li .ban-txt p {
  color: #fff;
  font-size: 28px;
  text-align: center;
  margin-top: 20px;
}
.banner-home ul li figure {
  width: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
}
.banner-home ul li figure img {
  width: 100%;
  max-width: 100%;
}
.banner-home article {
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-home aside {
  width: 200px;
  float: left;
}
.banner-home aside h2 {
  font-size: 26px;
  color: #fff;
}
.banner-home aside p {
  font-size: 16px;
  color: #fff;
}
.banner-home aside p a {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .banner-home ul li .ban-txt h5 {
    font-size: 22px !important;
    line-height: 26px;
  }
  .banner-home ul li .ban-txt p {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  .banner-home ul li .ban-txt h5 {
    font-size: 18px !important;
    line-height: 26px;
  }
  .banner-home ul li .ban-txt p {
    font-size: 16px !important;
  }
}
@media (max-width: 479px) {
  .banner-home ul li .ban-txt h5 {
    font-size: 9px !important;
    line-height: 26px;
  }
  .banner-home ul li .ban-txt p {
    font-size: 19px !important;
  }
}

.banner-home ul li.flex-active-slide .animated {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}
.banner-home ul li.flex-active-slide .animated.infinite {
  animation-iteration-count: infinite;
}
.banner-home ul li.flex-active-slide .animated.hinge {
  animation-duration: 2s;
}
.banner-home ul li.flex-active-slide .bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
.banner-home ul li.flex-active-slide .bounceInLeft {
  animation-name: bounceInLeft;
  animation-delay: 1.8s;
}
.banner-home ul li.flex-active-slide .bounceInRight {
  animation-name: bounceInRight;
  animation-delay: 1.8s;
}
.banner-home ul li.flex-active-slide .zoomIn {
  animation-name: zoomIn;
  animation-delay: 1.4s;
}
.banner-home ul li.flex-active-slide .rollIn {
  animation-name: rollIn;
}
.banner-home ul li.flex-active-slide .bounceIn {
  animation-name: bounceIn;
  animation-delay: 3s;
}

.banner-home .banner-txt {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-home .banner-txt .valignout {
  width: 100%;
  height: 100%;
  display: table;
}
.banner-home .banner-txt .valignin {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.banner-home .banner-txt .aside {
  width: 300px;
  float: left;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 20px 30px 20px;
}
.banner-home .banner-txt .aside h1 {
  font-size: 30px;
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.banner-home .banner-txt .aside h2 {
  font-size: 20px;
  color: #ed4b94;
  font-weight: 600;
  padding-bottom: 20px;
}
.banner-home .banner-txt .aside p {
  float: left;
  font-size: 18px;
  color: #fff;
}
.banner-home .banner-txt .aside p a {
  color: #fff;
}
.banner-home .banner-txt .aside .icon {
  float: right;
}
.banner-home .banner-txt .aside2 {
  float: right;
}

@media (max-width: 767px) {
  .banner-home ul li figure img {
    min-width: 800px;
    margin: 0 -400px;
  }

  .banner-home .banner-txt .aside {
    width: 100%;
    max-width: 230px;
    padding: 20px 20px 50px 20px;
  }
  .banner-home .banner-txt .aside h1 {
    font-size: 30px;
  }
  .banner-home .banner-txt .aside h2 {
    font-size: 20px;
  }
  .banner-home .banner-txt .aside p {
    font-size: 16px;
  }
  .banner-home .banner-txt .aside .icon {
    width: 30px;
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* === header === */
.top-bar {
  width: 100%;
  float: left;
  background-image: url(../images/header-main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0px 0;
  position: relative;
  z-index: 500;
}
.top-bar .container {
  max-width: 1100px;
}
.top-bar .top-logo {
  float: left;
  text-align: center;
  padding: 20px 0;
}
.top-bar .top-logo figure {
  float: left;
}
.top-bar .top-logo figure img {
  width: 220px;
}

/*Social*/
.top-bar aside {
  float: right;
}
.top-bar aside .media {
  float: left;
  text-align: center;
  padding: 40px 0 20px 0;
}
.top-bar aside .media a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  float: left;
  color: #fff;
  cursor: pointer;
  background-color: #3b5998;
  text-decoration: none;
  margin-left: 5px;
  font-size: 23px;
  box-shadow: 0 8px 6px -6px black;
  border: solid 1px #ffffff;
}
.top-bar aside .media a.fa-google-plus {
  background-color: #dc4a38;
}
.top-bar aside .media a:hover {
  background-color: #fff;
  color: #3b5998;
  border: solid 1px #000;
}
.top-bar aside .media a.fa-google-plus:hover {
  color: #dc4a38;
}
.top-bar aside .top-contact {
  float: right;
  padding: 20px 20px;
}
.top-bar aside .top-contact p {
  text-align: center;
  padding-top: 35px;
  font-size: 30px;
  line-height: 25px;
  color: #000;
  text-shadow: 1px 1px 1px #6566a4;
}
.top-bar aside .top-contact p a {
  color: #ed4b94;
  padding-left: 5px;
}

@media (min-width: 1024px) and (max-width: 1240px) {
  .top-bar .container {
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .top-bar .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .top-bar aside {
    padding-right: 20px;
  }
  .top-bar aside .media {
    padding: 30px 0 20px 0;
  }
  .top-bar .container {
    padding: 0 20px;
  }
  .top-bar .top-logo figure img {
    width: 150px;
  }
  .top-bar aside .media a {
    width: 35px;
    height: 35px;
    font-size: 19px;
    line-height: 35px;
  }
  .top-bar aside .top-contact p {
    padding-top: 15px;
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .top-bar .top-logo {
    width: 100%;
  }
  .top-bar .top-logo figure {
    width: 100%;
    float: left;
    text-align: center;
  }
  .top-bar .top-logo figure img {
    width: 150px;
    float: none;
    display: inline-block;
  }
  .top-bar aside {
    width: 100%;
    padding-right: 0px;
  }
  .top-bar aside .media {
    padding: 10px 0 0px 0;
  }
  .top-bar aside .top-contact {
    float: left;
    padding: 20px 5px;
  }
  .top-bar aside .top-contact p {
    padding-top: 0px;
    font-size: 20px;
  }
}

/*Header-Menu-Bar*/
header {
  width: 100%;
  float: left;
  background-color: #6566a4;
  transition: background 0.3s ease-in-out;
  position: relative;
  z-index: 500;
}
header .nav-bar {
  width: 100%;
  min-height: 40px;
  float: left;
  text-align: center;
  padding: 5px 0 3px 0;
}
header .nav-bar .collapse {
  display: block;
  overflow: visible;
}
header .nav-bar nav {
  height: 40px;
  width: 100%;
  float: left;
}
header .nav-bar nav ul {
  height: 40px;
  float: none;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
header .nav-bar nav ul li {
  height: 40px;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
}
header .nav-bar nav ul li a {
  height: 40px;
  font-size: 20px;
  color: #fff;
  padding: 0px 15px;
  float: left;
  line-height: 17px;
  position: relative;
  text-decoration: none;
}
header .nav-bar nav ul li a:after {
  width: 1px;
  height: 15px;
  background-color: #fff !important;
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
}
header .nav-bar nav ul li:nth-child(1) a:after {
  display: none;
}
header .nav-bar nav ul li a span {
  height: 40px;
  float: none;
  display: table-cell;
  vertical-align: middle;
}
header .nav-bar nav ul li a:hover {
  color: #000;
}
header .nav-bar nav ul li a.active {
  color: #000;
}
/*dropdown*/
header .nav-bar nav ul.dropdown {
  width: 200px;
  float: left;
  background-color: #6566a4 !important;
  color: #fff;
  position: absolute;
  top: 30px;
  left: 0;
  display: none;
  z-index: 200;
}
header .nav-bar nav ul.dropdown li {
  height: auto;
  width: 100%;
  float: left;
  list-style: none;
  background-color: #6566a4 !important;
  padding-bottom: 5px;
}
header .nav-bar nav ul.dropdown li a {
  height: auto;
  color: #fff;
  line-height: 22px;
  text-align: left;
  padding: 10px 15px 0 15px;
  margin: 0;
  font-size: 22px;
}
header .nav-bar nav ul.dropdown li a:after {
  display: none;
}
header .nav-bar nav ul.dropdown li a:hover {
  color: #000;
  background: none;
}
header .nav-bar nav ul li:hover ul.dropdown {
  display: block;
}

/*Header Sticky*/
header.sticky {
  height: 60px;
  background: #6566a4;
  box-shadow: 0 2px 2px #999999;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 1000;
}
header .nav-bar nav ul li a:after {
  width: 1px;
  height: 15px;
  background-color: #000;
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
}
header.sticky .nav-bar nav ul li a {
  color: #fff;
}
header.sticky .nav-bar nav ul li:hover a {
  color: #000;
}
header.sticky .nav-bar nav ul li a.active {
  color: #000 !important;
}
header.sticky .nav-bar nav ul.dropdown {
  background-color: #6566a4 !important;
  color: #fff !important;
}
header.sticky .nav-bar nav ul.dropdown li {
  background-color: #6566a4 !important;
  color: #fff !important;
}
header.sticky .nav-bar nav ul.dropdown li a {
  color: #fff !important;
}
header.sticky .nav-bar nav ul.dropdown li a:hover {
  color: #000 !important;
  background: none;
}

/*Menu bar*/
.menu-bar {
  width: 35px;
  height: 33px;
  float: right;
  border: 1px solid #000;
  border-radius: 2px;
  position: absolute;
  top: -70px;
  right: 15px;
  z-index: 100;
  display: none;
  cursor: pointer;
  background: #fff;
}
.menu-bar .icon-bar {
  width: 100%;
  float: right;
  text-decoration: none;
  position: relative;
  padding: 0 7px;
}
.menu-bar .icon-bar span {
  width: 100%;
  height: 3px;
  float: left;
  background: #000;
  border-radius: 1px;
  position: relative;
  transition: all 0.4s ease;
  margin: 14px 0 5px 0;
}
.menu-bar .icon-bar span:before {
  width: 100%;
  height: 3px;
  float: left;
  background: #000;
  border-radius: 1px;
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  transition: all 0.4s ease;
}
.menu-bar .icon-bar span:after {
  width: 100%;
  height: 3px;
  float: left;
  background: #000;
  border-radius: 1px;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  transition: all 0.4s ease;
}

.menu-bar.active {
  background: #0099ff;
  border-color: #ff6f24;
  box-shadow: 0 0 3px 3px #999999;
}
.menu-bar.active .icon-bar span {
  background: none;
}
.menu-bar.active .icon-bar span:before {
  height: 2.3px;
  background: #ffffff;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: 0;
}
.menu-bar.active .icon-bar span:after {
  height: 2.3px;
  background: #ffffff;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  top: 0;
}

@media (min-width: 1024px) and (max-width: 1180px) {
  header .nav-bar nav ul li a {
    font-size: 18px;
    padding: 0px 10px;
    line-height: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .menu-bar {
    top: -80px;
  }
  header .nav-bar {
    width: 100%;
    float: left;
    position: absolute;
    top: -8px;
    left: 0;
  }
  header .nav-bar nav {
    width: 100%;
    float: left;
  }
  header .nav-bar nav ul {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0;
  }
  header .nav-bar nav ul li {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 0;
    padding: 0;
  }
  header .nav-bar nav ul li a {
    width: 100%;
    height: auto;
    background: #f78a0b;
    float: left;
    line-height: normal;
    padding: 0px 20px;
  }
  header .nav-bar nav ul li a:after {
    display: none;
  }
  header .nav-bar .collapse {
    height: 0;
    overflow: hidden;
  }
  header .nav-bar .collapse.in {
    height: auto;
    overflow: visible;
  }
  header .nav-bar .collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  .top-bar aside {
    padding-right: 30px;
  }
  header.sticky .nav-bar {
    top: 50px;
  }
  header.sticky .menu-bar {
    top: 14px;
  }
  header .nav-bar nav ul.dropdown {
    width: 100%;
    float: left;
    background-color: #f78a0b !important;
    color: #fff;
    position: relative;
    top: 0px;
    left: 0;
    display: block;
    z-index: 200;
    padding: 0 0 0 20px;
  }
  header .nav-bar nav ul.dropdown li {
    background-color: #f78a0b !important;
  }
  header .nav-bar nav ul.dropdown li a {
    background-color: #f78a0b !important;
  }
  header.sticky .nav-bar nav ul.dropdown {
    width: 100%;
    float: left;
    background-color: #f78a0b !important;
    color: #fff;
    position: relative;
    top: 0px;
    left: 0;
    display: block;
    z-index: 200;
    padding: 0 0 0 20px;
  }
  header.sticky .nav-bar nav ul.dropdown li {
    background-color: #f78a0b !important;
  }
  header.sticky .nav-bar nav ul.dropdown li a {
    background-color: #f78a0b !important;
  }
}

@media (max-width: 767px) {
  header {
    top: 0;
    background: #ddd;
  }
  header .container {
    padding: 0;
  }
  header .logo {
    display: block;
  }
  header .nav-bar {
    width: 100%;
    float: left;
    position: absolute;
    top: -8px;
    left: 0;
  }
  header .nav-bar nav {
    width: 100%;
    float: left;
  }
  header .nav-bar nav ul {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0;
  }
  header .nav-bar nav ul li {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 0;
    padding: 0;
  }
  header .nav-bar nav ul li a {
    width: 100%;
    height: auto;
    background: #f78a0b;
    float: left;
    font-size: 14px;
    line-height: normal;
    padding: 0px 20px;
  }
  header.sticky .nav-bar {
    top: 50px;
  }
  header.sticky .menu-bar {
    top: 14px;
  }
  header .nav-bar .collapse {
    height: 0;
    overflow: hidden;
  }
  header .nav-bar .collapse.in {
    height: auto;
    overflow: visible;
  }
  header .nav-bar .collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  header .nav-bar nav ul li a:after {
    display: none;
  }
  header .nav-bar nav ul.dropdown {
    width: 100%;
    float: left;
    background-color: #f78a0b !important;
    color: #fff;
    position: relative;
    top: 0px;
    left: 0;
    display: block;
    z-index: 200;
    padding: 0 0 0 20px;
  }
  header .nav-bar nav ul.dropdown li {
    background-color: #f78a0b !important;
  }
  header .nav-bar nav ul.dropdown li a {
    font-size: 14px;
    line-height: normal;
    background-color: #f78a0b !important;
  }
  header.sticky .nav-bar nav ul.dropdown {
    width: 100%;
    float: left;
    background-color: #f78a0b !important;
    color: #fff;
    position: relative;
    top: 0px;
    left: 0;
    display: block;
    z-index: 200;
    padding: 0 0 0 20px;
  }
  header.sticky .nav-bar nav ul.dropdown li {
    background-color: #f78a0b !important;
  }
  header.sticky .nav-bar nav ul.dropdown li a {
    background-color: #f78a0b !important;
  }
}
@media (max-width: 1023px) {
  .menu-bar {
    display: block;
  }
}
@media (max-width: 479px) {
  header .logo {
    padding-left: 20px;
  }
  header .logo a img {
    width: 190px;
    padding-left: 0px;
    padding-top: 5px;
  }
  header .logo a img.logo-img {
    width: 40px;
    padding-top: 5px;
    padding-left: 0px;
  }
}

/*Home-page-main-content-Welcome*/
.home-about-content {
  width: 100%;
  float: left;
  padding: 20px 0 50px 0;
  cursor: default;
}
.home-about-content h2 {
  color: #000;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 15px;
}
.home-about-content .home-about-content1 {
  width: 60%;
  float: left;
  padding: 30px 30px 15px 30px;
}
.home-about-content .home-about-content1 p {
  float: left;
  text-align: justify;
}
.home-about-content .home-about-img {
  width: 20%;
  float: left;
  overflow: hidden;
}
.home-about-content .home-about-img figure {
  width: 100%;
}
.home-about-content .home-about-img figure img {
  width: 100%;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.home-about-content .home-about-img figure img:hover {
  border-radius: 20%;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .home-about-content h2 {
    font-size: 25px;
  }
  .home-about-content .home-about-img {
    display: none;
  }
  .home-about-content .home-about-content1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home-about-content h2 {
    font-size: 25px;
  }
  .home-about-content .home-about-img {
    display: none;
  }
  .home-about-content .home-about-content1 {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .home-about-content h2 {
    font-size: 25px;
  }
  .home-about-content .home-about-img {
    display: block;
    width: 90%;
    margin: 0 5%;
  }
  .home-about-content .home-about-content1 {
    width: 100%;
  }
}

/*home-page-what we do*/
#slide5 {
  width: 100%;
  float: left;
  background: url(../images/parala1.jpg) center center no-repeat fixed;
  height: auto;
  margin: 0;
  padding: 10px 0;
  background-size: cover;
}
.who {
  width: 100%;
  float: left;
  padding: 20px 0 50px 0;
  cursor: default;
}
.who h2 {
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 15px;
}
.who .sub-who {
  width: 100%;
  float: left;
  padding: 15px;
  margin-top: 20px;
}
.who .sub-who .grid-who {
  width: 29.3%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  background: url(../images/bc1.jpg) repeat center;
}
.who .sub-who .grid-who .white {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5%;
  margin-bottom: 5%;
  float: left;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
.who .sub-who .grid-who.hindu {
  background: url(../images/bc2.jpg) no-repeat center;
}
.who .sub-who .grid-who.chris {
  background: url(../images/bc1.jpg) no-repeat center;
}
.who .sub-who .grid-who h4 {
  color: #000;
  text-align: center;
  padding-bottom: 15px;
  font-size: 25px;
}
.who .sub-who .grid-who h4 a {
  color: #000;
  text-decoration: none;
}
.who .sub-who .grid-who p {
  padding: 0;
  text-align: justify;
  color: #000;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .who h2 {
    font-size: 25px;
  }
  .who .sub-who .grid-who {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .who h2 {
    font-size: 25px;
  }
  .who .sub-who .grid-who {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .who h2 {
    font-size: 25px;
  }
  .who .sub-who .grid-who {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
  }
}

/*Home-Page-Gallery*/
.our-gallery {
  width: 100%;
  float: left;
  padding: 20px 0 50px 0;
  text-align: center;
}
.our-gallery h2 {
  color: #000;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 15px;
}
.our-gallery .our-gallery1 {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.our-gallery .our-gallery1 .grid-gallery {
  width: 23%;
  margin: 15px 1% 15px 1%;
  float: left;
  overflow: hidden;
}
.our-gallery .our-gallery1 .grid-gallery figure {
  width: 100%;
  position: relative;
}
.our-gallery .our-gallery1 .grid-gallery figure img {
  width: 100%;
}
.our-gallery .our-gallery1 .grid-gallery figure img.display {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 3s ease all;
}
.our-gallery .our-gallery1 .grid-gallery figure:hover img.display {
  opacity: 0;
  cursor: pointer;
  -webkit-transform: rotate(30deg) scale(1.8);
}
.our-gallery .link {
  width: 10%;
  float: none;
  display: inline-block;
  background-color: #6566a4;
  padding: 10px 5px;
  margin-top: 20px;
}
.our-gallery .link a {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
}
.our-gallery .link:hover {
  background-color: #6566a4;
}
.our-gallery .link a.right {
  margin-left: 5px;
  margin-top: 5px;
}

.test .link {
  width: 10%;
  float: none;
  display: inline-block;
  background-color: #6566a4;
  padding: 10px 5px;
  margin-top: 20px;
}
.test .link a {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
}
.test.link:hover {
  background-color: #6566a4;
}
.test .link a.right {
  margin-left: 5px;
  margin-top: 5px;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .our-gallery .link {
    width: 20%;
  }
  .test .link {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .our-gallery h2 {
    font-size: 25px;
    padding-bottom: 0px;
  }
  .our-gallery .our-gallery1 .grid-gallery {
    width: 48%;
    margin: 15px 1% 15px 1%;
  }
  .our-gallery .link {
    width: 20%;
  }
  .test .link {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .our-gallery h2 {
    font-size: 30px;
    padding-bottom: 0px;
  }
  .our-gallery .our-gallery1 .grid-gallery {
    width: 48%;
    margin: 0px 1% 15px 1%;
  }
  .our-gallery .link {
    width: 20%;
  }
  .test .link {
    width: 20%;
  }
}
@media (max-width: 479px) {
  .our-gallery h2 {
    font-size: 25px;
  }
  .our-gallery .our-gallery1 .grid-gallery {
    width: 98%;
    margin: 15px 1% 15px 1%;
  }
  .our-gallery .link {
    width: 40%;
  }
  .test .link {
    width: 40%;
  }
}

/*home-page-hapiee-couples*/
#slide6 {
  width: 100%;
  float: left;
  background: url(../images/parala1.jpg) center center no-repeat fixed;
  height: auto;
  margin: 0;
  padding: 10px 0;
  background-size: cover;
  cursor: default;
}
.hapi {
  width: 100%;
  float: left;
  padding: 35px 0;
}
.hapi h2 {
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}
.hapi .sub-hapi {
  width: 31.3%;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}
.hapi .sub-hapi figure {
  width: 100%;
  text-align: center;
}
.hapi .sub-hapi figure img {
  width: 100%;
  float: none;
  display: inline-block;
}

.hapi .sub-hapi .grid-hapi {
  width: 33.3%;
  float: left;
}
.hapi .sub-hapi .grid-hapi h4 {
  color: #fff;
  padding-bottom: 40px;
  text-align: center;
  font-size: 40px;
}
.hapi .sub-hapi .grid-hapi i {
  width: 100%;
  font-size: 49px;
  text-align: center;
  float: left;
  color: #ed4b94;
  margin-bottom: 40px;
  transition: all 0.7s ease;
}
.hapi .sub-hapi .grid-hapi p {
  font-size: 45px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  padding-bottom: 0;
}
.hapi .sub-hapi .grid-hapi:hover i {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  color: #fff;
}
.hapi .sub-hapi .grid-hapi:hover h4 {
  color: #ed4b94;
}
.hapi .sub-hapi .grid-hapi:hover p {
  color: #ed4b94;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .hapi .sub-hapi .grid-hapi h4 {
    font-size: 38px;
  }
  .hapi .sub-hapi .grid-hapi i {
    font-size: 40px;
  }
  .hapi .sub-hapi .grid-hapi p {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hapi h2 {
    font-size: 25px;
  }
  .hapi .sub-hapi .grid-hapi h4 {
    font-size: 35px;
  }
  .hapi .sub-hapi .grid-hapi i {
    font-size: 40px;
  }
  .hapi .sub-hapi .grid-hapi p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .hapi h2 {
    font-size: 25px;
  }
  .hapi .sub-hapi figure {
    width: 90%;
    margin: 0 5%;
  }
  .hapi .sub-hapi .grid-hapi h4 {
    font-size: 30px;
  }
  .hapi .sub-hapi .grid-hapi i {
    font-size: 40px;
  }
  .hapi .sub-hapi .grid-hapi p {
    font-size: 25px;
  }
}
@media (max-width: 479px) {
  .hapi .sub-hapi {
    width: 98%;
    margin-bottom: 20px;
  }
  .hapi h2 {
    font-size: 25px;
  }
  .hapi .sub-hapi .grid-hapi {
    width: 100%;
    float: left;
    margin-bottom: 40px;
  }
  .hapi .sub-hapi .grid-hapi h4 {
    font-size: 30px;
    padding-bottom: 35px;
  }
  .hapi .sub-hapi .grid-hapi i {
    font-size: 40px;
    padding-bottom: 10px;
    line-height: 0px;
  }
  .hapi .sub-hapi .grid-hapi p {
    font-size: 25px;
    line-height: 0px;
  }
}

/*Pre Conception Class*/
.concept {
  width: 100%;
  float: left;
  padding: 20px 0 50px 0;
  background-repeat: repeat;
  background-size: cover;
}
.concept h2 {
  color: #000;
  text-align: center;
  padding-bottom: 15px;
}
.concept .main-concept-content {
  width: 70%;
  float: left;
  padding: 20px;
}
.concept .main-concept-content h4 {
  width: 100%;
  color: #2f2f31;
  padding-bottom: 10px;
  float: left;
  text-decoration: underline;
  padding-top: 20px;
  font-size: 30px;
}
.concept .main-concept-content p {
  font-size: 22px;
  line-height: 30px;
  float: left;
  text-align: justify;
  color: #000;
  padding-bottom: 10px;
}
.concept .main-concept-content p span {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}
.concept .main-concept {
  width: 30%;
  float: left;
  padding: 20px;
  border: 1px solid #000;
  box-shadow: 10px 10px 10px 0 #999;
}
.concept .main-concept.ad-page {
  margin-top: 10px;
  height: 350px;
}
.concept .main-concept.ad-page h3 {
  color: #000;
  text-align: center;
  padding-bottom: 15px;
  font-size: 30px;
}
.concept .main-concept p {
  font-size: 22px;
  line-height: 30px;
  float: left;
  text-align: justify;
  color: #000;
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.8;
    color: #ff0073;
  }
}

/*Prenatal Classes*/
.room-events {
  width: 100%;
  float: left;
  padding: 30px 0 50px 0;
}
.room-events h2 {
  width: 100%;
  float: left;
  text-align: center;
  color: #000;
  padding-bottom: 25px;
}
.room-events .main-article {
  width: 100%;
  float: left;
  padding-bottom: 15px;
}
.room-events article {
  width: 100%;
  float: left;
  margin-bottom: 45px;
  overflow: hidden;
}
.room-events article .main-room1-left {
  width: 50%;
  float: left;
  background: #1e96c0;
  transition: 0.7s all ease;
}
.room-events article .main-room1-left h3 {
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
}
.room-events article .main-room1-left p {
  width: 100%;
  float: left;
  text-align: center;
  color: #fff !important;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.room-events article .main-room1-left.main-room1-left1 p {
  padding-bottom: 15px;
}
.room-events article .main-room1-left.main-room1-left2 p {
  padding-bottom: 15px;
}

/*Background color fr left side div*/
/*Prenatal*/
.room-events article .main-room1-left.main-room1-left1 {
  background: #5da172;
}
.room-events article .main-room1-left.main-room1-left2 {
  background: #f6a506;
}
.room-events article .main-room1-left.main-room1-left4 {
  background: #1a2835;
}
.room-events article .main-room1-left.main-room1-left5 {
  background: #a2262d;
}
.room-events article .main-room1-left.main-room1-left6 {
  background: #ed4785;
}
.room-events article .main-room1-left.main-room1-left7 {
  background: #118197;
}
.room-events article .main-room1-left.main-room1-left8 {
  background: #9e7b77;
}
.room-events article .main-room1-left.main-room1-left9 {
  background: #015000;
}

/*Preconception*/
.room-events article .main-room1-left.color1 {
  background: #747877;
}
.room-events article .main-room1-left.color2 {
  background: #699562;
}
.room-events article .main-room1-left.color3 {
  background: #04032b;
}
.room-events article .main-room1-left.color4 {
  background: #30302e;
}
.room-events article .main-room1-left.color5 {
  background: #834935;
}

/*Infant*/
.room-events article .main-room1-left.colr1 {
  background: #262625;
}
.room-events article .main-room1-left.colr2 {
  background: #213b78;
}
.room-events article .main-room1-left.colr3 {
  background: #393f3d;
}
.room-events article .main-room1-left.colr4 {
  background: #1c201f;
}
.room-events article .main-room1-left.colr5 {
  background: #6c502c;
}
.room-events article .main-room1-left.colr6 {
  background: #a5947d;
}
.room-events article .main-room1-left.colr7 {
  background: #2c2d2f;
}

/*Rigt-Image-Div*/
.room-events article .main-room1-right {
  width: 50%;
  float: left;
  transition: 0.7s all ease;
}
.room-events article .main-room1-right figure {
  width: 100%;
  float: left;
}
.room-events article .main-room1-right figure img {
  width: 100%;
  float: left;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .room-events h2 {
    font-size: 25px;
  }
  .room-events article .main-room1-left h3 {
    font-size: 20px;
    padding: 10px 0;
  }
  .room-events article .main-room1-left p {
    font-size: 12px;
    line-height: 17px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .room-events h2 {
    font-size: 25px;
  }
  .room-events article .main-room1-left h3 {
    font-size: 20px;
    padding: 10px 0;
  }
  .room-events article .main-room1-left p {
    font-size: 12px;
    line-height: 17px;
    padding-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .room-events h2 {
    font-size: 25px;
  }
  .room-events article .main-room1-left {
    width: 100%;
    height: auto !important;
  }
  .room-events article .main-room1-right {
    width: 100%;
    height: auto !important;
  }
  .room-events article .main-room1-left h3 {
    font-size: 22px;
    padding: 15px 0;
  }
  .room-events article .main-room1-left p {
    font-size: 15px;
    line-height: 19px;
    padding-bottom: 10px;
  }
}

/*Infant-Class*/
.infant {
  width: 100%;
  float: left;
  padding: 20px 0 50px 0;
}
.infant h2 {
  width: 100%;
  float: left;
  text-align: center;
  color: #000;
  padding-bottom: 15px;
}
.infant .infant-content-1 {
  width: 70%;
  float: left;
  padding: 20px;
}
.infant .infant-content-1 h4 {
  width: 100%;
  color: #2f2f31;
  padding-bottom: 10px;
  float: left;
  text-decoration: underline;
  padding-top: 20px;
  font-size: 30px;
}
.infant .infant-content-1 p {
  float: left;
  text-align: justify;
  color: #000;
  padding-bottom: 10px;
}
.infant .infant-content-1 p span {
  font-weight: 700;
  color: #000;
}
.infant .infant-content-2 {
  width: 30%;
  float: left;
  padding: 20px;
  border: 1px solid #000;
  box-shadow: 10px 10px 10px 0 #999;
}
.infant .infant-content-2 h4 {
  width: 100%;
  color: #2f2f31;
  padding-bottom: 10px;
  float: left;
  text-decoration: underline;
  padding-top: 20px;
  font-size: 30px;
}
.infant .infant-content-2 p {
  float: left;
  text-align: justify;
  color: #000;
  padding-bottom: 10px;
}
.infant .infant-content-2 p span {
  font-weight: 700;
  color: #000;
}

/*Infant Classes-slider*/
.infant-slide {
  width: 100%;
  float: left;
  position: relative;
}
.sl-slider-wrapper {
  width: 100%;
  float: left;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
}

.sl-slider {
  position: absolute;
  top: 0;
  left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sl-slide {
  z-index: 0;
}

/* The duplicate parts/slices */

.sl-content-slice {
  overflow: hidden;
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
  width: 100%;
  height: 50%;
  left: -200px;
  -webkit-transform: translateY(0%) scale(1);
  -moz-transform: translateY(0%) scale(1);
  -o-transform: translateY(0%) scale(1);
  -ms-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
  top: -200px;
  padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
  top: 50%;
  padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
  width: 50%;
  height: 100%;
  top: -200px;
  -webkit-transform: translateX(0%) scale(1);
  -moz-transform: translateX(0%) scale(1);
  -o-transform: translateX(0%) scale(1);
  -ms-transform: translateX(0%) scale(1);
  transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
  left: -200px;
  padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
  left: 50%;
  padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
  position: absolute;
}

.sl-content {
  width: 100%;
  height: 100%;
}
/*Own Styles*/

/*Testimonials*/
.test {
  width: 100%;
  float: left;
  padding: 20px 0 50px 0;
  background-color: #fff;
  text-align: center;
}
#slide1 {
  width: 100%;
  float: left;
  background: url(../images/testimonials1.jpg) center center no-repeat fixed;
  color: #fff;
  height: auto;
  margin: 0;
  padding: 10px 0;
  background-size: cover;
}
#slide1 h2 {
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 15px;
}
.test.test-main {
  width: 100%;
  float: left;
  background: none;
  padding: 0;
  margin: 0;
}
.test.test-main h2 {
  color: #000;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 15px;
}
.test.test-main p {
  color: #000;
}
.test h2 {
  color: #000;
  text-align: center;
  padding-bottom: 0px;
}
.test .test1 {
  width: 100%;
  float: left;
  position: relative;
}
.test .test1 .flex-direction-nav {
  /* height: 0; */
  width: 100%;
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
}
.test3 {
  width: 100%;
  position: relative;
  float: left;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #slide1 h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  #slide1 h2 {
    font-size: 25px;
  }
}
@media (max-width: 479px) {
  #slide1 h2 {
    font-size: 25px;
  }
}

/*Video testmonials*/
.test .video-test {
  width: 100%;
  float: left;
  padding: 30px;
  background: #eee;
}
.test .video-test .test-grid {
  width: 31.3%;
  margin-left: 1%;
  margin-right: 1%;
  float: left;
}
.test .video-test .test-grid h4 {
  color: #000;
  text-align: center;
  padding-bottom: 15px;
  font-size: 25px;
}

@media (max-width: 479px) {
  .test .video-test .test-grid {
    width: 98%;
    margin: 20px 1%;
  }
}

/*Ul Li Div-test image and contents*/
.test .test1 .flexslider ul li .test-review {
  width: 100%;
  float: left;
  padding: 40px 0 50px 0;
  position: relative;
}
.test .test1 .flexslider ul li .test-review .test-image {
  width: 25%;
  float: left;
  text-align: center;
}
.test .test1 .flexslider ul li .test-review .test-image figure {
  width: 80%;
  float: none;
  display: inline-block;
}
.test .test1 .flexslider ul li .test-review .test-image figure img {
  width: 100%;
  border-radius: 50%;
}
.test .test1 .flexslider ul li .test-review .test-content {
  width: 75%;
  float: left;
}
.test .test1 .flexslider ul li .test-review .test-content p {
  float: left;
  text-align: justify;
  padding: 0 20px;
}
.test .test1 .flexslider ul li .test-review .test-content p.name-right {
  font-size: 20px;
  line-height: 22px;
  float: right;
  text-align: justify;
  padding-top: 00px;
  color: #000;
  padding-right: 50px;
}
.test .test1 .flexslider ul li .main-test-review {
  text-align: center;
}
.test .test1 .flexslider ul li .main-test-review .test-image figure img {
  border-radius: 0;
}
.test .test1 .flexslider ul li .main-test-review .test-content p {
  padding-top: 0px;
}
.test .test1 .flexslider ul li .main-test-review .test-image {
  float: none;
  display: inline-block;
  width: 30%;
}
.test .test1 .flexslider ul li .main-test-review .test-content {
  display: none;
}

/* Control Nav */
.test .test1 .flex-control-nav {
  width: 100%;
  height: auto !important;
  float: left;
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  display: block;
  padding: 0;
  margin: 0;
}
.test .test1 .flex-control-nav li {
  width: auto;
  height: auto !important;
  margin: 0 12px;
  display: inline-block;
  zoom: 1;
  display: inline;
  text-indent: -99999px;
  padding: 0;
}
.test .test1 .flex-control-nav li:before {
  display: none;
}
.test .test1 .flex-control-paging li a {
  width: 10px;
  height: 10px;
  float: left;
  display: block;
  background: #ff6289;
  border: none;
  border-radius: 50%;
  position: relative;
  text-indent: -99999px;
  z-index: 11;
}
.test .test1 .flex-control-paging li a.flex-active {
  width: 16px;
  height: 16px;
  background: #6566a4;
  margin: -3px !important;
}

/*Screnn-shot testimonials*/
.screen-shot {
  width: 100%;
  float: left;
  padding: 30px 0 50px 0;
}
.screen-shot .shot1 {
  width: 48%;
  float: left;
  margin: 15px 1%;
}
.screen-shot .shot1 figure {
  width: 100%;
}
.screen-shot .shot1 figure img {
  width: 100%;
}

/*Events-Gallery-pages*/
.sik-event {
  width: 100%;
  float: left;
  padding: 30px 0 50px 0;
}
.sik-event h2 {
  color: #000;
  text-align: center;
  padding-bottom: 15px;
}
.sik-event h2 span {
  color: #ed4b94;
}
.programs ul {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
  overflow: hidden;
  padding: 0;
  list-style: none;
}
.programs ul h3 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 25px;
  color: #30b5aa;
  padding-bottom: 20px;
}
.programs ul li {
  width: 23%;
  float: left;
  margin: 20px 1%;
}
.programs ul li h4 {
  text-align: center;
  color: #000;
  padding-bottom: 15px;
}
.programs ul li p {
  font-size: 18px;
  text-align: center;
  color: #000;
  padding-bottom: 15px;
  line-height: 22px;
}
.programs ul li figure {
  position: relative;
  overflow: hidden;
}
.programs ul li figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.programs ul li figure:hover::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

.activity-events .programs ul li figure {
  height: 250px;
}

.activity-events .programs ul li figure a {
  display: block;
  width: 100%;
  height: 100%;
}

.activity-events .programs ul li figure a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.programs ul li > a:hover {
  opacity: 0.9;
}
.programs ul li a img {
  width: 100%;
  display: block;
  box-shadow: 7px 7px 7px #ccc;
}
.programs ul li a img:hover {
}

@media (min-device-width: 1024px) and (max-device-width: 1280px) {
  .programs ul h3 {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .programs ul li h4 {
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
  }
  .banner {
    padding-top: 90px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .programs ul h3 {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .programs ul li h4 {
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .programs ul h3 {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .programs ul li h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
  .programs ul li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    padding: 0;
  }

  .activity-events .programs ul li figure {
    height: auto;
  }
}
@media (max-width: 479px) {
  .programs ul h3 {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .programs ul li h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
  .programs ul li {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    padding: 0;
  }
}

/*testmonials*/
.fb-comment1 {
  width: 100%;
  float: left;
  padding: 30px 0 50px 0;
  text-align: center;
}
.fb-comment1 h2 {
  color: #000;
  text-align: center;
  padding-bottom: 15px;
}
.fb-comment1 .main-comment {
  float: none;
  display: inline-block;
  width: 50%;
}

/*About us*/
.main-about {
  width: 100%;
  float: left;
  padding: 20px 0 50px 0;
}
.main-about h2 {
  text-align: center;
  color: #000;
  padding-bottom: 15px;
}
.main-about .main-about-content {
  width: 35%;
  float: left;
  padding: 30px;
}
.main-about .main-about-content h3 {
  color: #ed4b94;
  text-align: center;
  padding-bottom: 15px;
  font-size: 30px;
}
.main-about .main-about-content h5 {
  color: #6566a4;
  padding-bottom: 15px;
  text-align: center;
  font-size: 25px;
}
.main-about .main-about-content h4 {
  color: #2f2f31;
  padding-bottom: 10px;
  float: left;
  text-decoration: underline;
  padding-top: 20px;
  font-size: 30px;
}
.main-about .main-about-content p {
  float: left;
  color: #000;
  float: left;
  text-align: justify;
  padding-bottom: 10px;
}
.main-about .main-about-content p span {
  font-weight: 700;
  color: #000;
}

/*Right-Founder*/
.main-about .main-about-founder {
  width: 30%;
  float: left;
  padding: 30px 30px 10px 30px;
  background-color: #bdbdc3;
}
.main-about .main-about-founder h2 {
  text-align: center;
  color: #000;
  font-size: 25px;
}
.main-about .main-about-founder .about-img {
  width: 100%;
  float: left;
  padding: 15px;
  text-align: center;
}
.main-about .main-about-founder figure {
  width: 60%;
  float: left;
  float: none;
  display: inline-block;
  transition: 0.5s all ease;
  position: relative;
  overflow: hidden;
}
.main-about .main-about-founder figure img {
  width: 100%;
  transition: 0.5s all ease;
}
.main-about .main-about-founder figure img.display1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 3s ease all;
}
.main-about .main-about-founder figure:hover img.display1 {
  opacity: 0;
  cursor: pointer;
  -webkit-transform: rotate(30deg) scale(1.8);
}

.main-about .main-about-founder h3 {
  color: #000;
  text-align: center;
  padding-bottom: 10px;
  font-size: 25px;
  line-height: 22px;
}
.main-about .main-about-founder h4 {
  color: #000;
  text-align: center;
  padding-bottom: 15px;
  font-size: 19px;
  line-height: 20px;
}
.main-about .main-about-founder p {
  float: left;
  color: #000;
  float: left;
  text-align: justify;
  padding-bottom: 10px;
  font-size: 17px;
}
.main-about .main-about-founder p span {
  font-weight: 600;
}
.main-about .main-about-founder h6 {
  width: 100%;
  float: left;
  color: #000;
  font-size: 20px;
  line-height: 26px;
}
.main-about .main-about-founder h6 span {
  font-weight: 600;
}

/*About-us-down Content*/
.main-about .about-down {
  width: 100%;
  float: left;
  padding: 20px 0 30px 0;
  background-color: #fff;
}
.main-about .about-down h4 {
  color: #000;
  text-align: left;
  padding-bottom: 15px;
  font-size: 25px;
  text-decoration: underline;
}
.main-about .about-down p {
  float: left;
  color: #000;
  float: left;
  text-align: justify;
  padding-bottom: 10px;
}
.main-about .about-down p span {
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .main-about .main-about-founder {
    width: 98%;
    margin: 0 1%;
  }
  .main-about .main-about-content {
    width: 98%;
    margin: 0 1%;
  }
  .main-about .main-about-content p {
    font-size: 15px;
  }
  .main-about h2 {
    font-size: 25px;
  }
  .main-about .about-down {
    width: 92%;
    margin: 0 4%;
  }
  .main-about .about-down p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .main-about .main-about-founder {
    width: 98%;
    margin: 0 1%;
  }
  .main-about .main-about-content {
    width: 98%;
    margin: 0 1%;
  }
  .main-about .main-about-content p {
    font-size: 15px;
  }
  .main-about h2 {
    font-size: 25px;
  }
  .main-about .about-down {
    width: 92%;
    margin: 0 4%;
  }
  .main-about .about-down p {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  .main-about .main-about-founder {
    width: 98%;
    margin: 0 1%;
  }
  .main-about .main-about-content {
    width: 98%;
    margin: 0 1%;
  }
  .main-about .main-about-content p {
    font-size: 15px;
  }
  .main-about h2 {
    font-size: 25px;
  }
  .main-about .about-down {
    width: 92%;
    margin: 0 4%;
  }
  .main-about .about-down p {
    font-size: 15px;
  }
}

/*Contact-page*/
#slide2 {
  width: 100%;
  float: left;
  background: url(../images/con-bg.jpg) center center no-repeat fixed;
  color: #fff;
  height: auto;
  margin: 0;
  padding: 0px 0;
  background-size: cover;
}
.contact {
  width: 100%;
  float: left;
  padding: 20px 0 50px 0;
}
.contact h2 {
  color: #000;
  text-align: center;
  padding-bottom: 15px;
}
.contact .con-div {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.contact .con-div .con-map {
  width: 50%;
  float: left;
  padding: 10px 20px;
}
.contact .con-div .con-map .google-maps {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  box-shadow: 0 0 5px #999999;
}
.contact .con-div .con-map .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.contact .con-div .con-form {
  width: 50%;
  float: left;
  padding: 0 20px;
}

.contact .con-div .con-form h3 {
  text-align: left;
  color: #000;
  font-weight: 600;
}

.contact .con-div .con-form p {
  text-align: left;
  color: #000;
}

.contact .con-div .con-form p a {
  color: #000;
  text-decoration: none;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}

#contact {
  float: none;
  display: inline-block;
  width: 100%;
  background-color: transparent;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  color: #000;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 20%;
  border: none;
  background: #6566a4;
  color: #fff;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #ed4b94;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #999;
}
::-webkit-input-placeholder {
  color: #888;
}
:-moz-placeholder {
  color: #888;
}
::-moz-placeholder {
  color: #888;
}
:-ms-input-placeholder {
  color: #888;
}

.con-footer {
  width: 100%;
  float: left;
  margin: 20px 0 1px;
}
.con-footer .main-footer1 {
  width: 33.3%;
  float: left;
  padding: 20px 0 0 0;
  text-align: center;
}
.con-footer .main-footer1 h4 {
  color: #000 !important;
  text-align: center;
  font-size: 30px;
  padding-bottom: 15px;
}
.con-footer .main-footer1 p {
  color: #000 !important;
  float: none;
  display: inline-block;
  text-align: justify;
  opacity: 0;
}
.con-footer .main-footer1 p a {
  color: #000 !important;
  text-decoration: none;
}
.con-footer .main-footer1:hover {
  box-shadow: 10px 10px 10px 5px #cccccc;
}
.con-footer .main-footer1 p a:hover {
  color: #6566a4;
}
.con-footer .main-footer1:hover p {
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .contact .con-div .con-form {
    width: 90%;
    margin: 0 5%;
    padding: 0;
  }
  .contact h2 {
    font-size: 25px;
  }
  .con-footer .main-footer1 h4 {
    font-size: 20px;
  }
  .contact .con-div .con-map {
    width: 100%;
  }
  .con-footer .main-footer1 {
    width: 48%;
    margin: 0 1%;
  }
}
@media (max-width: 767px) {
  .contact .con-div .con-form {
    width: 90%;
    margin: 0 5%;
    padding: 0;
  }
  #contact button[type="submit"] {
    width: 20%;
  }
  .contact h2 {
    font-size: 25px;
  }
  .con-footer .main-footer1 h4 {
    font-size: 20px;
  }
  .contact .con-div .con-map {
    width: 100%;
  }
  .con-footer .main-footer1 {
    width: 48%;
    margin: 0 1%;
  }
}
@media (max-width: 479px) {
  #contact button[type="submit"] {
    width: 50%;
  }
  .contact h2 {
    font-size: 25px;
  }
  .con-footer .main-footer1 h4 {
    font-size: 20px;
  }
  .contact .con-div .con-map {
    width: 100%;
  }
  .con-footer .main-footer1 {
    width: 98%;
    margin: 0 1%;
  }
}

.more-testimonials {
  width: 100%;
  float: left;
  background-color: #eee;
  padding: 20px 0 50px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.more-testimonials .video-container {
  position: relative;
  width: 100%;
  max-width: 100%; /* optional max width */
  margin: 0 auto; /* center horizontally */
  padding-bottom: 55%; /* 16:9 aspect ratio (9/16 = 0.5625) */
  height: 0; /* set height to 0, use padding for ratio */
  overflow: hidden;
}

/* Make iframe fill its container */
.more-testimonials .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 767px) {
  .video-container {
    padding-bottom: 50%;
  }
}

.bottom-banner {
  width: 100%;
  float: left;
  background-color: #eee;
  padding-bottom: 30px;
}

.bottom-banner figure {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.bottom-banner figure img {
  width: 100%;
  display: block;
}

.section-online-calss {
  width: 100%;
  float: left;
  padding: 20px 0 50px 0;
  background-color: #fff;
  background-image: url(../images/background-online.png);
  background-position: center center;
  background-repeat: repeat;
}

.section-online-calss.bg-none {
  background: none;
  background-image: none;
  padding-top: 0;
  margin-top: -30px;
}

.section-online-calss .section-online-calss-inner {
  width: 100%;
  max-width: 1000px;
  float: none;
  padding: 20px;
  margin: auto;
  font-size: 20px;
}

.section-online-calss h2 {
  width: 100%;
  float: left;
  font-size: 30px;
  color: #333;
  padding-bottom: 15px;
}

.section-online-calss p {
  width: 100%;
  float: left;
  line-height: 1.4;
  color: #666666;
  padding-bottom: 20px;
  text-align: justify;
}

.section-online-calss .article-div {
  width: 100%;
  float: left;
  padding-bottom: 20px;
}

.section-online-calss ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-online-calss ul li {
  width: 48%;
  float: left;
  color: #333333;
  padding-left: 25px;
  padding-bottom: 10px;
  position: relative;
}

.section-online-calss ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 17px;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #ed4b94;
}

.section-online-calss article {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}

.section-online-calss article .quest_title {
  width: 100%;
  float: left;
  background-color: transparent;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  position: relative;
  padding: 10px 10px 10px 30px;
  cursor: pointer;
}

.section-online-calss article .quest_title::before {
  content: "\f067";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  left: 10px;
  top: 10px;
  color: #666;
}

.section-online-calss article .quest_title.active {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  color: #333333;
}

.section-online-calss article .quest_title.active::before {
  content: "\f068";
}

.section-online-calss article .quest_option {
  width: 100%;
  float: left;
  font-size: 17px;
  line-height: 1.5;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-top: none;
  color: #333333;
  display: none;
  padding: 10px 20px 20px 10px;
}

.section-online-calss .contact-box {
  width: 90%;
  float: left;
  background-color: #fffafc;
  box-shadow: 0 0 5px #ccc;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  padding: 10px 20px;
  margin: 0 5%;
}

.section-online-calss .contact-box h2 {
  font-size: 24px;
  color: #333;
}

.section-online-calss .contact-box p {
  color: #333;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  padding-bottom: 0px;
}

.section-online-calss .contact-box p a {
  color: #333;
  text-decoration: none;
}

.section-online-calss figure {
  width: 100%;
  float: left;
}

.section-online-calss figure img {
  width: 100%;
  display: block;
  box-shadow: 7px 7px 7px #ccc;
}

@media (max-width: 767px) {
  .section-online-calss {
    padding: 20px 0 20px 0;
  }

  .section-online-calss h2 {
    font-size: 26px;
  }

  .section-online-calss .contact-box {
    margin-bottom: 20px;
  }
}

.section-about-me {
  width: 100%;
  float: left;
  padding: 20px 0 50px 0;
  background-color: #fff;
}

.section-about-me h2 {
  width: 100%;
  float: left;
  font-size: 30px;
  color: #333;
  padding-bottom: 15px;
}

.section-about-me p {
  width: 100%;
  float: left;
  line-height: 1.4;
  color: #333;
  padding-bottom: 20px;
  text-align: justify;
}

.section-about-me .counseling-list {
  width: 100%;
  float: left;
  padding-bottom: 20px;
  margin-top: 20px;
}

.section-about-me .counseling-list ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-about-me .counseling-list ul li {
  width: 100%;
  float: left;
  font-size: 17px;
  color: #333;
  padding-left: 25px;
  padding-bottom: 15px;
  position: relative;
}

.section-about-me .counseling-list ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 17px;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #ed4b94;
}

.video-gallery {
  width: 100%;
  float: left;
  padding: 20px 0 50px 0;
  text-align: center;
}

.video-gallery .row {
  margin-left: 0;
  margin-right: 0;
}

.video-gallery h3 {
  font-size: 24px;
  color: #222;
  text-align: left;
  padding-bottom: 15px;
}

.video-gallery .video-container {
  position: relative;
  width: 100%;
  max-width: 100%; /* optional max width */
  margin: 0 auto; /* center horizontally */
  padding-bottom: 55%; /* 16:9 aspect ratio (9/16 = 0.5625) */
  height: 0; /* set height to 0, use padding for ratio */
  overflow: hidden;
  margin-bottom: 15px;
}

/* Make iframe fill its container */
.video-gallery .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-gallery .col-md-4 {
  margin-bottom: 15px;
}

.video-gallery .col-md-4 h3 {
  font-size: 20px;
}

@media (max-width: 989px) {
  .section-about-me {
    padding: 20px 4% 20px 4%;
  }

  .section-about-me h2 {
    font-size: 26px;
  }

  .section-about-me p {
    font-size: 16px;
    line-height: 1.4;
  }
}

/*Footer*/
.footer {
  width: 100%;
  float: left;
  margin-bottom: 1px;
}
.footer .main-footer {
  width: 50%;
  float: left;
  background-color: #cfd0e9;
  padding: 20px 0 0 20px;
  text-align: center;
}
.footer .main-footer.color {
  background-color: #bdbdc3;
}
.footer .main-footer h4 {
  color: #000 !important;
  text-align: left;
  font-size: 30px;
  padding-bottom: 15px;
}
.footer .main-footer p {
  color: #000 !important;
  text-align: left;
}
.footer .main-footer p a {
  color: #000 !important;
  text-decoration: none;
}
.footer .main-footer p a:hover {
  color: #6566a4;
}

.footer .footer-contact {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 10px 20px;
}

.footer .contact-box {
  width: 90%;
  float: left;
  text-align: center;
  padding: 10px 20px;
  margin: 0 5%;
}

.footer .contact-box h2 {
  font-size: 28px;
  color: #333;
  padding-bottom: 10px;
}

.footer .contact-box p {
  color: #333;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  padding-bottom: 0px;
}

.footer .contact-box p a {
  color: #333;
  text-decoration: none;
}

/*google maps*/
.footer .footer-right {
  width: 100%;
  float: left;
  margin-top: 1px;
}
.footer .footer-right h2 {
  font-size: 28px;
}

.footer .footer-right .google-maps {
  position: relative;
  padding-bottom: 15%;
  height: 0;
  overflow: hidden;
  box-shadow: 0 0 0px #999999;
}
.footer .footer-right .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*Footer-last-div*/
.footer-last-div {
  width: 100%;
  float: left;
  background: #000;
  padding: 5px 20px 5px 0;
}
.footer-last-div p {
  text-align: center;
  float: right;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  padding-bottom: 0;
}
.footer-last-div p a {
  color: #fff;
  text-decoration: none;
}
.footer-last-div p a:hover {
  color: #6566a4;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer .main-footer {
    width: 48%;
    margin: 10px 1%;
  }
}
@media (max-width: 767px) {
  .footer .main-footer h4 {
    font-size: 20px;
  }
  .contact .con-div {
    padding-bottom: 20px;
  }
  .contact .con-div .con-map {
    width: 100%;
    padding-bottom: 30px;
  }
  .contact .con-div p {
    width: 50%;
    float: left;
    font-size: 16px;
    color: #000;
    line-height: 24px;
  }
  .contact .add-div p {
    width: 50%;
    float: left;
    padding-bottom: 25px;
    text-align: left;
  }
  .footer .contact-box {
    border-bottom: 1px solid #ccc;
    padding: 10px 20px 20px 20px;
    margin: 0 5% 15px 5%;
  }

  .footer .contact-box h2 {
    font-size: 24px;
  }

  .footer .contact-box p {
    font-size: 20px;
    line-height: 26px;
  }

  .footer .contact-box.border-b-none {
    border-bottom: none;
  }

  .footer .footer-right h2 {
    font-size: 24px;
  }

  .footer .footer-right .google-maps {
    padding-bottom: 35%;
  }
}
@media (max-width: 479px) {
  .footer .main-footer {
    width: 98%;
    margin: 10px 1%;
  }
}

.scrollToTop {
  width: 45px;
  height: 45px;
  text-align: center;
  background: #000;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  z-index: 100;
}

.scrollToTop:before {
  width: 100%;
  height: 100%;
  float: left;
  font-size: 24px;
  color: #fff;
  font-family: FontAwesome;
  content: "\f0a6";
  box-shadow: inset #f78a0b 0 -3px 0;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 45px;
  transition: all 0.5s ease;
}
.scrollToTop:hover:before {
  box-shadow: inset #ccc 0 -45px 0;
}

.scrollToTop:hover {
  text-decoration: none;
}
