/* * Remove text-shadow in selection highlight: * https://twitter.com/miketaylr/status/12228805301 * * Vendor-prefixed and regular ::selection selectors cannot be combined: * https://stackoverflow.com/a/16982510/7133471 * * Customize the background color to match your design. */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Poppins:300,400,600,700&display=swap");
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  color: #666;
  font-size: 13px;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* * A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https://github.com/h5bp/html5-boilerplate/issues/440 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* * Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* * Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

p {
  font-size: 16px;
  line-height: 27px;
  color: #777777;
  font-weight: 400;
}

.mr10 {
  margin-right: 10px;
}

.font-14 {
  font-size: 14px !important;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #333;
}

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

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a.read-more {
  background: #00a9da;
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 15px;
}

.section-title {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 60px;
  margin-top: 0;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
}

@media (min-widht: 992px) {
  .section-title.text-right-lg {
    text-align: right;
  }
  .section-title.text-right-lg::after {
    left: unset;
    right: 0;
  }
}

.section-title::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -20px;
  width: 100px;
  height: 3px;
  background: #00a9da;
  left: 50%;
  margin-left: -50px;
}

.section-title .title-head {
  font-size: 36px;
  text-transform: capitalize;
  display: block;
  font-weight: 700;
  letter-spacing: 0;
}

.section-padding {
  padding: 50px 0;
}

.header-top {
  background-color: #00a9da;
  padding: 5px 0;
}

.header-top .social li {
  display: inline-block;
}

.header-top .social li a {
  display: block;
  color: #fff;
  -webkit-transition: .3s all;
  transition: .3s all;
  height: 30px;
  width: 30px;
  text-align: center;
  padding-top: 5px;
}

.header-top .social li a:hover {
  color: #000;
}

.header-top .right-menu {
  text-align: right;
}

@media (max-width: 767px) {
  .header-top .right-menu {
    text-align: center;
  }
}

.header-top .right-menu li {
  padding: 5px 10px;
  display: inline-block;
  position: relative;
  padding-right: 15px;
}

.header-top .right-menu li a {
  text-decoration: none;
  color: #fff;
}

.header-top .right-menu li a i {
  margin-right: 8px;
}

.header-top .right-menu li:not(:last-child):after {
  content: "|";
  position: absolute;
  color: #fff;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header {
  padding: 15px 0;
}

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

header .logo img {
  max-width: 100%;
}

header .widget i {
  color: #202C45;
  font-size: 42px;
}

header .widget .text-gray {
  color: #808080;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

header .widget h5 {
  color: #000;
  font-weight: normal;
  font-size: 12px;
}

.menubar {
  background: #202C45;
  border-bottom: 1px solid #00a9da;
  padding: 20px 0px 0px 0px;
}

.menubar .navbar-brand {
  min-height: auto;
  height: auto;
}

.menubar .navbar-right a {
  position: relative;
  z-index: 0;
}

@media (min-width: 991px) {
  .menubar .navbar-right a::before {
    content: "";
    background-color: #00a9da;
    height: 200%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    top: 20px;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.menubar .navbar {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  background-color: transparent;
}

.menubar .navbar-default {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
}

.menubar a.navbar-brand span {
  color: black;
}

.menubar .nav.navbar-nav {
  position: relative;
  color: white;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.menubar .navbar-default .navbar-nav > li > a {
  color: white;
  letter-spacing: 2px;
  border-radius: 50px;
  text-transform: uppercase;
  -webkit-transition: color .3s linear, background .3s linear;
  transition: color .3s linear, background .3s linear;
  padding: 10px 15px;
  margin-right: 10px;
}

.menubar .navbar-default .navbar-nav > li > a:hover {
  background: #fff;
  color: #202C45;
}

.menubar .navbar-default .navbar-nav > li:hover:last-child > a {
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
}

.menubar a.navbar-brand {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.menubar .navbar-default .navbar-nav > .active > a {
  background: #3a3e4a;
}

.menubar .navbar-brand > img {
  width: 200px;
}

.menubar .navbar > .container .navbar-brand {
  margin-left: 0px;
}

@media (max-width: 767px) {
  .menubar .navbar > .container .navbar-brand {
    padding: 10px;
    margin: 0;
  }
}

.menubar .navbar-brand {
  padding: 0px;
}

@media (min-width: 768px) {
  .menubar .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    background-color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all;
    border: 0;
    padding: 0;
    min-width: 200px;
    border-top: 20px solid transparent;
  }
  .menubar .dropdown .dropdown-menu a {
    padding: 7px 25px 7px 22px;
    color: #888;
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  .menubar .dropdown .dropdown-menu a:hover {
    color: #000;
    padding-left: 30px;
    background-color: transparent;
  }
  .menubar .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.footer-top {
  background-color: #00a9da;
  color: #fff;
}

.footer-top .top-box {
  padding: 20px 0;
}

.footer-top h4 {
  font-size: 16px;
  font-weight: 600;
}

.footer-top h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.42857143;
  text-transform: none;
}

.footer-top i {
  margin-right: 20px;
  font-size: 36px;
}

.footer {
  position: relative;
  z-index: 0;
  background-size: cover;
  padding: 40px 0;
}

.footer:before {
  content: "";
  background-color: rgb(17 17 17 / 59%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.footer .footer-box {
  margin: 30px 0;
  min-height: 240px;
}

.footer .footer-box p {
  font-size: 14px;
  color:#FFF;
}

.footer .footer-box .footer-logo {
  margin-bottom: 15px;
}

.footer .footer-box .footer-logo img {
  max-width: 100%;
}

.footer .footer-box .list-inline li {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer .footer-box .list-inline li a {
  color: #fff;
}

.footer .footer-box .list-inline i {
  color: #00a9da;
  margin-right: 10px;
}

.footer .footer-box .social {
  margin-top: 10px;
}

.footer .footer-box .social li {
  display: inline-block;
  margin-right: 10px;
}

.footer .footer-box .social li a {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #000;
  background-color: #fff;
  text-align: center;
  display: inline-block;
  padding-top:8px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.footer .footer-box .social li a:hover {
  background-color: #202C45;
  color: #fff;
}

.footer .footer-box .footer-title {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 20px;
}

.footer .footer-box .quick-links li {
  margin-bottom: 5px;
}

.footer .footer-box .quick-links li a {
  text-decoration: none;
  padding: 5px 0 5px 15px;
  display: block;
  border-bottom: 1px dashed #404040;
  color: gray;
  -webkit-transition: .3s all;
  transition: .3s all;
  font-size: 14px;
}

.footer .footer-box .quick-links li a:hover {
  color: #fff;
  border-bottom: 1px dashed #fff;
}

.footer .list-border li {
  border-bottom: 1px dashed #404040;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.footer .list-border li span.text-highlight {
  background: #00a9da !important;
  padding: 0 5px 3px;
  border-radius: 4px;
}

.text-white {
  color: #fff !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.footer-bottom {
  padding: 10px;
  background-color: #333;
  padding: 20px 0;
}

.footer-bottom a {
  color: gray;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.footer-bottom a:hover {
  color: #fff;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.m-0 {
  margin: 0 !important;
}

.banners {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.banners .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.banners .owl-dot {
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.banners .owl-dot.active {
  background-color: #fff;
}

.banners .owl-carousel .owl-item img {
  max-width: none;
  width: 100%;
}

.main-slider .owl-nav {
  width: 80px;
  height: 42px;
  right: 0;
  bottom: 2px;
  position: absolute;
  z-index: 999;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.main-slider .owl-nav .owl-prev {
  background: #2e567a;
  color: #fff;
  line-height: 22px;
  font-size: 22px;
  padding: 10px 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  left: 0px;
  position: absolute;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.main-slider .owl-nav .owl-next {
  background: #2e567a;
  color: #fff;
  line-height: 22px;
  font-size: 22px;
  padding: 10px 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  right: 0px;
  position: absolute;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.banners:hover .owl-prev {
  left: 0;
  opacity: 1;
  visibility: visible;
  background-color: #122230;
}

.banners:hover .owl-next {
  right: 0;
  opacity: 1;
  visibility: visible;
  background-color: #122230;
}

a.view-all {
  background: #00a9da;
  text-decoration: none;
  color: #fff;
  padding: 5px;
  display: block;
  max-width: 100px;
  text-align: center;
  margin: 15px auto 0;
}

.about-section {
  position: relative;
}

.about-section .page-pic {
  padding-right: 40px;
  margin-bottom: 15px;
}

.about-section .page-pic img {
  max-width: 100%;
  width: 100%;
}

.about-section .page-pic .about-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 16px 20px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50px;
  right: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  background: #fff;
}

.about-section .page-pic .about-video span {
  margin-right: 10px;
}

.about-section .page-pic .about-video .av-icon {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 50%;
  background: #ff7555;
  color: #fff;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0px 8px 24px 0px rgba(255, 117, 85, 0.99);
          box-shadow: 0px 8px 24px 0px rgba(255, 117, 85, 0.99);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about-section .page-pic .about-video .pulse1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-section .page-pic .about-video i {
  font-size: 12px;
  margin-left: 2px;
  padding:15px;
}

.about-section::after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about-bg.png) no-repeat;
  z-index: -1;
  background-position: bottom left;
  position: absolute;
}

.navigation-section {
  background-color: #f1f1f1;
}

.navigation-section .facility-box {
  padding: 25px;
  border: 5px solid #f7f7f7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
  margin: 15px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.navigation-section .facility-box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.navigation-section .facility-box i {
  color: #00bffe;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 50px;
}

.navigation-section .facility-box .title {
  margin-bottom: 15px !important;
  font-size: 22px !important;
}

.navigation-section .facility-box p {
  line-height: 1.5;
  font-size: 16px;
}

.navigation-section .owl-dots {
  text-align: center;
  margin-top: 25px;
  position: relative;
  z-index: 1;
}

.navigation-section .owl-dot {
  height: 10px;
  width: 10px;
  background-color: #ccc;
  -webkit-transition: .3s all;
  transition: .3s all;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
}

.navigation-section .owl-dot:hover, .navigation-section .owl-dot.active {
  background-color: #00a9da;
}

.notification-box {
  background-color: #fff;
  padding: 20px;
  margin: 15px auto;
  border-top: 15px solid #00bffe;
}

.notification-box .noti-title {
  color: #282a2c;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  padding-bottom: 15px;
}

.notification-box .noti-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 20px;
  background-color: #000;
}

.notification-box .contents {
  padding-top: 10px;
  overflow: hidden;
  max-height: 280px;
  border-bottom: 1px solid #ccc;
}

.notification-box .contents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.notification-box .contents ul li {
  display: table;
  padding: 15px 0;
  border-bottom: 1px dashed #c2c2c2;
  width: 100%;
}

.notification-box .contents ul li .calander-box {
  width: 65px;
  display: table-cell;
  background-color: #f3f3f3;
}

.notification-box .contents ul li .month {
  display: block;
  width: 65px;
  height: 22px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  color: white;
  background-color: #00bffe;
}

.notification-box .contents ul li .date {
  font-size: 16px;
  font-weight: 700;
  width: 65px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  display: block;
  color: #282a2c;
}

.notification-box .contents ul .content {
  display: table-cell;
  padding-left: 10px;
}

.notification-box .contents ul .content .event-title a {
  line-height: 22px;
  font-weight: 700;
  font-size: 14px;
  color: #4782b2;
}

.counter-section {
  text-align: center;
}

.counter-section .count-timer {
  margin: 15px;
  padding: 48px 0px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.counter-section .timer {
  font-size: 2.3077em;
  font-weight: bold;
  color: #002c42;
  display: inline-block;
  position: relative;
}

.counter-section .timer::before {
  background: #da2d29;
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  z-index: -1;
  border-radius: 50%;
  left: -24px;
  top: -16px;
}

.counter-section .timer.yellow:before {
  background-color: #fcc63f;
}

.counter-section .timer.green:before {
  background-color: #4cc083;
}

.counter-section .timer.blue:before {
  background-color: #3d84c6;
}

.counter-section p {
  margin-top: 20px;
  color: #002c42;
  font-weight: 600;
}

.testimonial-section .testimonial-box {
  padding: 30px 40px;
  margin: 0 10px;
  background-color: #eeeeee;
  border-radius: 3px;
  position: relative;
  margin: 60px 0 30px;
}

.testimonial-section .testimonial-box:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50px;
  border-width: 16px 0 0 16px;
  border-style: solid;
  border-color: #eeeeee transparent;
  display: block;
  width: 0;
}

.testimonial-section .testimonial-box .quote-text {
  margin: 10px 0;
  display: inline-block;
}

.testimonial-section .testimonial-box img {
  position: absolute;
  top: -50px;
  width: 80px;
  height: 80px;
  margin: 0;
  border-radius: 100%;
  border: 5px solid #eeeeee;
}

.testimonial-section .testimonial-box .quotes-author {
  font-size: 1.1em;
  font-weight: 700;
}

.testimonial-section .testimonial-box .quotes-subtext {
  font-style: italic;
}

.testimonial-section .owl-dots {
  text-align: center;
  margin-top: 25px;
  position: relative;
  z-index: 1;
}

.testimonial-section .owl-dot {
  height: 10px;
  width: 10px;
  background-color: #ccc;
  -webkit-transition: .3s all;
  transition: .3s all;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
}

.testimonial-section .owl-dot:hover, .testimonial-section .owl-dot.active {
  background-color: #00a9da;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #00a9da;
    background-color: transparent;
  }
  footer h4 {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .header-top {
    text-align: center;
  }
  .header-top .text-right {
    text-align: center !important;
  }
}

.gallery-section {
  background-color: #f1f1f1;
}

.gallery-section .owl-dots {
  position: relative;
  bottom: 0;
  text-align: center;
  margin: 15px auto 0;
}

.gallery-section .owl-dots .owl-dot {
  border-color: #2098D1;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
  background-color: #456d64;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.gallery-section .owl-dots .owl-dot.active, .gallery-section .owl-dots .owl-dot:hover {
  background-color: #2098D1;
}

.gallery-section .image-slider .video .overlay i {
  font-size: 30px;
}

.gallery-section .video {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  border: 5px solid #ccc;
}

.gallery-section .video img {
  width: 100%;
}

.gallery-section .video:hover .overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.gallery-section .video .overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: .3s all;
  transition: .3s all;
}

.gallery-section .video .overlay a {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery-section .video .overlay i {
  color: #fff;
  background-color: #2098D1;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

.contact-section {
  padding: 60px 0;
  background: url(../images/contact-bg.png) no-repeat;
  background-color: #00a9da;
  background-repeat: none;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  -o-background-size: cover;
}

.contact-section .form-control {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 22px;
  background-color: transparent;
  background-image: none;
  border-top: none;
  border: 1px dashed rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  margin-top: 5px;
  height: 48px;
}

.contact-section .form-control::-webkit-input-placeholder {
  color: #fff;
}

.contact-section .form-control:-ms-input-placeholder {
  color: #fff;
}

.contact-section .form-control::-ms-input-placeholder {
  color: #fff;
}

.contact-section .form-control::placeholder {
  color: #fff;
}

.contact-section textarea.form-control {
  height: 100px;
}

.contact-section .btn-send {
  display: inline-block;
  border: 2px solid #fff;
  padding: 10px 30px;
  background: #fff;
  color: #00A9DA;
  font-size: 18px;
  text-shadow: none;
  text-decoration: none;
  -webkit-transition: all .6s ease 0;
  transition: all .6s ease 0;
  text-transform: uppercase;
  border-radius: 6px;
  max-width: 100;
  width: 220px;
}

.contact-section .btn-send:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.contact-section .map {
  border: 5px solid #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}

.pulse1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.advice-persons .section-wrapper .post-item .post-inner .post-thumb:after,
.advice-persons .section-wrapper .post-item .post-inner .post-thumb:before,
.testimonial-section .swiper-pagination-bullet-active:after,
.testimonial-section .swiper-pagination-bullet-active:before,
.pulse1:before,
.pulse1:after {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid rgba(255, 117, 85, 0.18);
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 991px) {
  .testimonial-section .swiper-pagination-bullet-active:after,
  .testimonial-section .swiper-pagination-bullet-active:before {
    display: none;
  }
}

.pulse1:after {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.pulse1:before,
.pulse1:after {
  -webkit-animation: animate 1.5s linear infinite;
          animation: animate 1.5s linear infinite;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes animate {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@-webkit-keyframes animate1 {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes animate1 {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@-webkit-keyframes animate2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@keyframes animate2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@-webkit-keyframes animate3 {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  50% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

@keyframes animate3 {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  50% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

.pulse3 {
  -webkit-animation: pulse3 1s infinite;
          animation: pulse3 1s infinite;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.scroll-top {
  display: none;
  position: fixed;
  bottom: 2px;
  text-align: center;
  right: 2%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  background-color: #00a9da;
  text-decoration: none;
  border-radius: 4px;
  z-index: 9999;
  border: 2px solid #fff;
  padding-top:5px;
}

.topper-section .topper-slider {
  padding: 0 40px;
  position: relative;
}

.topper-section .topper-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}

.topper-section .topper-slider .owl-nav .owl-prev,
.topper-section .topper-slider .owl-nav .owl-next {
  height: 30px;
  width: 30px;
  background-color: #00A9DA;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  padding-top: 5px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.topper-section .topper-slider .owl-nav .owl-prev:hover,
.topper-section .topper-slider .owl-nav .owl-next:hover {
  background-color: #047ea0;
}

.topper-section .topper-slider .owl-nav .owl-prev {
  left: 0;
}

.topper-section .topper-slider .owl-nav .owl-next {
  right: 0;
}

.topper-section .topper .featured-image {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 20px;
}

.topper-section .topper .info {
  padding: 25px;
  position: relative;
  background-color: #272727;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.topper-section .topper .info:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #272727;
  top: -5px;
  left: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.topper-section .topper .info h6 {
  font-size: 18px;
  font-weight: 600;
  color: #2098D1;
  margin: 0 0 5px;
}

.topper-section .topper .info span {
  font-size: 13px;
  display: inline-block;
  color: #ccc;
  opacity: 0.7;
}

@media (max-width: 991px) {
  .navbar .container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  header .pull-right {
    float: none !important;
    margin-top: 15px;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .list-inline {
    text-align: center;
  }
}

@media (max-width: 550px) {
  header .col-xs-6 {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */