/* * 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=Nunito+Sans:300,400,600,700,800|Poppins:300,400,600,700&display=swap");
body {
  font-family: 'Nunito Sans', sans-serif;
  background-color: #efefef;
  font-size: 14px;
}

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

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

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

img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.header {
  background: #333333 url(http://www.vardaedu.org/wp-content/uploads/2017/04/Background.png);
}

.header .top-bar li {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}

.header .top-bar li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 7px 10px;
  font-size: 12px;
  transition: background .5s;
  -moz-transition: background .5s;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  text-align: center;
  font-weight: 400;
  display: block;
  position: relative;
  text-decoration: none;
}

.header .top-bar li a:hover {
  text-decoration: none;
  background: url(../img/20white.png);
  background: rgba(255, 255, 255, 0.2);
}

.header .logo-part {
  text-align: center;
  padding: 10px 0 20px;
}

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

.dropdown .top-dropdown-menu {
  background: #f5ae0e;
  position: absolute;
  width: 200px;
  z-index: 599;
  display: none;
  top: 100%;
  left: 0;
  border-bottom: 0;
  margin: 0;
  padding: 0;
  width: 200px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.dropdown .top-dropdown-menu li {
  width: 100%;
  padding: 0;
  text-align: left;
  font-size: 12px;
  border-bottom: 1px solid #f2f2f2;
}

.dropdown .top-dropdown-menu li a {
  text-decoration: none;
  display: block;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: relative;
  text-decoration: none;
  color: #555;
  text-align: left;
  font-size: 12px;
}

.menubar {
  background: #dd9933;
}

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

.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: 0;
}

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

.menubar .nav.navbar-nav {
  position: relative;
}

.menubar .navbar-default .navbar-nav > li > a {
  color: #444;
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 15px;
  text-transform: capitalize;
  padding-left: 25px;
  padding-right: 25px;
}

.menubar .navbar-default .navbar-nav > li:last-child > a {
  padding-right: 0;
}

.menubar .navbar-default .navbar-nav > li:last-child > a:before {
  display: none;
}

.menubar .navbar-default .navbar-nav > li > a:hover {
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

.menubar a.navbar-brand {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 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);
    width: 270px;
    padding: 0px;
    border-top: 3px solid transparent;
    -webkit-transition: .3s all;
    transition: .3s all;
    border: 0;
    padding: 0;
    background: #131313;
  }
  .menubar .dropdown .dropdown-menu li {
    position: relative;
    display: block;
    border-bottom: 1px solid #272727;
    width: 100%;
    padding: 0px 20px;
  }
  .menubar .dropdown .dropdown-menu li a {
    position: relative;
    display: block;
    padding: 13px 0px 13px;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
  }
  .menubar .dropdown .dropdown-menu li a:hover {
    color: #F89D35;
    padding-left: 20px;
    background-color: transparent;
  }
  .menubar .dropdown .dropdown-menu li a:hover::before {
    opacity: 1;
    visibility: visible;
  }
  .menubar .dropdown .dropdown-menu li a:before {
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    content: "\f105";
    color: #F89D35;
    font-size: 10px;
    line-height: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .menubar .dropdown .dropdown-menu a {
    padding: 5px 10px;
    color: #fff;
  }
  .menubar .dropdown .dropdown-menu a:hover {
    color: #2e567a;
  }
  .menubar .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.wrapper {
  overflow: hidden;
}

.wrapper .intro-carousel .owl-nav .owl-prev,
.wrapper .intro-carousel .owl-nav .owl-next {
  color: #000;
  font-size: 18px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  text-align: center;
  line-height: 1;
  opacity: 0;
  padding-top: 20px;
  line-height: 1;
  width: 35px;
  height: 75px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  padding-top: 30px;
}

.wrapper .intro-carousel .owl-nav .owl-prev {
  left: -10%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}

.wrapper .intro-carousel .owl-nav .owl-next {
  right: -10%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}

.wrapper .intro-carousel:hover .owl-nav .owl-next {
  right: 2%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  opacity: 1;
}

.wrapper .intro-carousel:hover .owl-nav .owl-prev {
  left: 2%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  opacity: 1;
}

.wrapper .intro-carousel:hover .owl-nav .owl-next:hover,
.wrapper .intro-carousel:hover .owl-nav .owl-prev:hover {
  color: #fff;
  background: #F89D35;
  border: 1px solid #F89D35;
}

.wrapper .intro-carousel .owl-item .layer-1-2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 0.3s;
  transition: all 1s ease-in-out 0.3s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wrapper .slider-content {
    margin-top: -90px;
  }
  .wrapper .layer-1-2 h1 {
    font-size: 26px;
    line-height: 32px;
    max-width: 550px;
  }
  .wrapper .layer-1-1 p {
    font-size: 17px;
    line-height: 24px;
    max-width: 570px;
  }
}

.slider-images::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: .5;
  z-index: 1;
  top: 0;
  left: 0;
}

.intro-carousel .owl-dots {
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 9999;
  text-align: center;
  width: 100%;
}

.intro-carousel .owl-dots .owl-dot {
  background: #ddd;
  border-radius: 0;
  height: 10px;
  margin: 0 7px;
  width: 10px;
  border-radius: 50%;
  -webkit-transition: .3s all;
  transition: .3s all;
  display: inline-block;
}

.intro-carousel .owl-dots .owl-dot.active,
.intro-carousel .owl-dots .owl-dot:hover {
  background-color: #F89D35;
}

.wrapper img {
  max-width: 100%;
}

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

.page-section .read-more {
  padding: 0.8rem 2.5rem;
  overflow: hidden;
  border-radius: 3rem;
  color: #212529;
  background-color: #f28508;
  border-color: #e57e08;
  color: #fff;
  -webkit-transition: .3s all;
  transition: .3s all;
  margin-bottom: 15px;
  display: inline-block;
}

.page-section .read-more:hover {
  color: #000;
  background-color: #f9af5a;
}

.section-title {
  color: #131313;
  font-weight: bold;
  padding-bottom: 20px;
}

.section-title span {
  color: #F89D35;
}

.overflow-hidden {
  overflow: hidden;
}

.news-container {
  position: relative;
  z-index: 0;
}

.news-section {
  position: relative;
  display: block;
  overflow: hidden;
  background: transparent;
  padding: 20px;
  margin-bottom: 40px;
  background-color: #131313;
  padding-left: 200px;
  color: #fff;
}

.news-section::before {
  content: "News Updates";
  color: #F89D35;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .news-section {
    padding-left: 50px;
  }
  .news-section::before {
    content: none;
  }
}

.news-section::after {
  content: "\f1ea";
  font-family: 'FontAwesome';
  color: #F89D35;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
}

.news-section a {
  text-decoration: none;
  color: #fff;
  margin-right: 20px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.news-section a:hover {
  color: #F89D35;
}

.news-section a i {
  margin-right: 10px;
}

.footer {
  background-color: #1a1a1a;
  color: #bbb;
  padding: 50px 0;
}

.footer .footer-widget {
  margin-bottom: 25px;
}

.footer .footer-widget .footer-title {
  color: #fff;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 25px;
}

.footer .footer-widget .footer-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 50px;
  background-color: #F89D35;
  border-radius: 10px;
}

.footer .footer-widget .read-more {
  color: #F89D35;
  text-decoration: underline;
}

.footer .footer-widget .useful-links-box {
  overflow: inherit;
}

.footer .footer-widget .usefull-links {
  position: relative;
  display: block;
  margin-top: -8px;
}

.footer .footer-widget .usefull-links ul {
  position: relative;
  display: block;
  z-index: 1;
}

.footer .footer-widget .usefull-links ul:before {
  position: absolute;
  top: 14px;
  left: 0;
  bottom: 15px;
  width: 1px;
  background: #272727;
  content: "";
  z-index: -1;
}

.footer .footer-widget .usefull-links ul li {
  position: relative;
  display: block;
  line-height: 40px;
}

.footer .footer-widget .usefull-links ul li:before {
  position: absolute;
  top: 16px;
  left: -3px;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #F89D35;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  z-index: 5;
}

.footer .footer-widget .usefull-links ul li:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.footer .footer-widget .usefull-links ul li a {
  position: relative;
  display: block;
  color: #848484;
  font-size: 16px;
  font-weight: 400;
  padding-left: 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer .footer-widget .usefull-links ul li a:hover {
  color: #F89D35;
}

.footer .address ul li {
  color: #fff;
  margin-bottom: 15px;
}

.footer .address ul li i {
  margin-right: 10px;
  font-size: 20px;
}

.footer .social {
  text-align: left;
  margin: 0;
  padding: 10px 0;
}

.footer .social li {
  display: inline-block;
  padding: 3px 0;
  margin-right: 20px;
}

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

.footer .social li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: .3s all;
  transition: .3s all;
}

.footer .social li a:hover {
  color: #F89D35;
}

.footer .social li a:hover::after {
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  border-color: #F89D35;
}

.copyright {
  position: relative;
  display: block;
  padding: 15px 0;
  background: #000000;
}

.copyright p {
  color: #848484;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.copyright a {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  padding: 0 15px;
  background: #F89D35;
  color: #131313;
  line-height: 20px;
  font-weight: 600;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.copyright a:hover {
  color: #ffffff;
  background: #131313;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 55px;
  height: 55px;
  border: 2px solid #e57e08;
  background: transparent;
  border-radius: 50%;
  color: #828282;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  display: none;
  cursor: pointer;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  font-family: 'Poppins', sans-serif;
  z-index: 999;
}

.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

@media (min-width: 992px) {
  .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 5px;
  }
}

.gallery-area {
  position: relative;
}

.gallery-area .container {
  position: relative;
}

.gallery-area .view-all {
  color: #e57e08;
  background: #131313;
  display: inline-block;
  padding: 8px 15px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.gallery-area .view-all:hover {
  background: #dbbb0a;
  color: #131313;
}

@media (max-width: 400px) {
  .gallery-area .view-all {
    position: relative;
    display: block;
    max-width: 150px;
    margin: 0 auto 15px;
  }
}

.gallery-area .owl-nav {
  position: relative;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  width: 150px;
  margin: 20px auto;
}

.gallery-area .owl-nav .owl-prev {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 10;
  display: inline-block;
  background: transparent;
  width: 55px;
  height: 55px;
  border: 2px solid #d9d9d9;
  line-height: 56px;
  margin: 0 7.5px;
  padding: 0;
  -webkit-transition: all 700ms ease 100ms;
  transition: all 700ms ease 100ms;
  border-radius: 0%;
  text-align: center;
}

.gallery-area .owl-nav .owl-prev:hover {
  background: #e57e08;
  border-color: #e57e08;
}

.gallery-area .owl-nav .owl-next {
  position: relative;
  right: 0;
  top: 0;
  margin: 0;
  z-index: 10;
  display: inline-block;
  background: transparent;
  width: 55px;
  height: 55px;
  border: 2px solid #d9d9d9;
  line-height: 56px;
  margin: 0 7.5px;
  padding: 0;
  -webkit-transition: all 700ms ease 100ms;
  transition: all 700ms ease 100ms;
  border-radius: 0%;
  text-align: center;
}

.gallery-area .owl-nav .owl-next:hover {
  background: #e57e08;
  border-color: #e57e08;
  color: #fff;
}

.gallery-area .single-gallery {
  overflow: hidden;
  position: relative;
  background: #fff;
}

.gallery-area .gallery-head {
  position: relative;
  z-index: 66;
  overflow: hidden;
}

.gallery-area .single-gallery img {
  display: block;
  width: 100%;
  z-index: 3;
}

.gallery-area .single-gallery:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.gallery-area .gallery-hover {
  position: absolute;
  z-index: 5;
  color: #fff;
  text-align: center;
  background: rgba(42, 45, 47, 0.65);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-area .single-gallery:hover .gallery-hover {
  opacity: 1;
  visibility: visible;
}

.p-title {
  margin: 103px 0;
}

.gallery-area .p-title h4 a:hover {
  color: #FC6761;
}

.gallery-area .p-title h4 span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  margin-top: 10px;
  -webkit-transition: .3s all;
  transition: .3s all;
  color: #fff;
}

.gallery-area .gallery-hover .button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-area .gallery-hover .btn {
  color: #FC6761;
  padding: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  margin-right: 5px;
  background: #fff;
  z-index: 333;
  position: relative;
  border: none;
  text-align: center;
  border: 1px solid transparent;
}

.gallery-area .gallery-hover .btn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.gallery-area .gallery-hover .btn:last-child {
  margin-right: 0px;
}

.gallery-area .gallery-hover .btn i {
  margin: 0;
}

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

.counter-section {
  background: #F89D35 url(../images/counter-bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 0;
  background-position: center 0;
  overflow: hidden;
  background-size: cover;
  text-align: center;
  background-attachment: fixed;
}

.counter-section .section-title {
  color: #fff;
}

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

.counter-section i {
  font-size: 40px;
  color: #fff;
  background-color: #000;
  height: 100px;
  width: 100px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  padding-top: 35px;
}

.counter-section .count-description span {
  font-size: 40px;
  font-weight: 800;
  color: white;
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
}

.counter-section .count-description {
  font-size: 34px;
  font-weight: 700;
  color: white;
}

.counter-section .count-description {
  margin-top: 10px;
  z-index: 10;
  position: relative;
}

.counter-section .counter_cntnt_box {
  width: 100%;
  min-height: 150px;
  margin-top: 30px;
}

.topper-section .topper {
  background-color: #fff;
}

.topper-section .topper-content {
  border-bottom: 5px solid #F89D35;
  text-align: center;
  padding: 20px 20px 22px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.topper-section .topper-content .name {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
}

.topper-section .topper-content .subject {
  color: #747070;
  font-size: 14px;
  font-weight: 500;
}

.topper-section .owl-dots {
  text-align: center;
  margin-top: 15px;
}

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

.topper-section .owl-dots .owl-dot.active, .topper-section .owl-dots .owl-dot:hover {
  background-color: #F89D35;
}

.testimonial-section {
  background: #F89D35 url(../images/counter-bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 0;
  background-position: center 0;
  overflow: hidden;
  background-size: cover;
  text-align: center;
  background-attachment: fixed;
}

.testimonial-section .section-title {
  color: #fff;
}

.testimonial-section .testimonial {
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
}

.testimonial-section .testimonial .author-text {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  font-style: normal;
  color: #818181;
}

.testimonial-section .testimonial .author-text:before {
  top: 0;
  content: "\f10e";
  font-family: fontawesome;
  font-size: 48px;
  opacity: 0.15;
  line-height: 1;
  position: absolute;
  left: 0;
}

.testimonial-section .testimonial-meta {
  padding: 10px 0;
  font-size: 16px;
}

.testimonial-section .testimonial-meta .name {
  color: #000;
  display: block;
}

.testimonial-section .testimonial-meta .job-position {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
}

.testimonial-section .owl-dots {
  text-align: center;
  margin-top: 15px;
}

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

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

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }
  .navbar-default .navbar-toggle {
    border-color: #000;
    background: #000;
  }
}
/*# sourceMappingURL=style.css.map */