/*
Theme Name: edsbootstrap
Theme URI: https://edatastyle.com/product/edsbootstrap-free/
Author: proscriptsell 
Author URI: https://edatastyle.com
Description: edsBootstrap is a modern and elegant One-Page WordPress Theme with a bold look, perfect for creative people, suitable for any type of business, built for any needs. Every single detail is carefully designed and crafted, in order to create a seamless and wonderful user experience. edsBootstrap was built with awesome Twitter Bootstrap v3 and it huge features cool page builder elements, unlimited colour schemes, responsive, the layout will adapt to different screen sizes which will make your website be compatible with any device such as smart phones, tablets or desktop computers.  Check out Theme Support at https://edatastyle.com/dwqa-questions/ and Demo at https://edatastyle.com/demo/

Version: 10.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: edsbootstrap
Tags:two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, editor-style, custom-menu,custom-colors,featured-images,full-width-template,theme-options
*/

/*--------------------------------------------------------------------------------------------------------------------
 *  1. Imports
 *  2. Less [only]
 *        2.1  Variables
 *        2.1  xBrowser Rules
 *  3. General Styles
 *        3.1  Main Classes
 *        3.2  Buttons
 *        3.3  Inputs
 *        3.4  List
 *        3.5  Breadcrumbs
 *        3.6  Pagination
 *        3.7  Progress
 *        3.8  Panels
 *        3.9  Tags
 *        3.10 Social Inline
 *        3.11 Social Share
 *        3.12 Typography
 *        3.13 Iconography
 *        3.14 Backgrounds
 *        3.15 Text Colors & Effects
 *        3.16 Magnific
 *        3.17 Scroll To Top Element
 *        3.18 Preloader
 *        3.19 Form Validation
 *        3.10 Gallery Item
 *  4. Header
 *        4.1 Brand & Navigation (Default Style)
 *              4.1.1 Navigation Style: Fill
 *              4.1.2 Navigation Style: Underline
 *              4.1.3 Affixed Navigation
 *        4.2 No-Mobile
 *  5. Slider
 *        5.1 Main
 *        5.2 Slide Mask
 *        5.3 OWL.Carousel fadeUp
 *  6. Section: Features
 *  7. Section: More Features
 *  8. Section: Projects
 *  9. Section: Statistics
 * 10. Section: Testimonials
 * 11. Section: Contact
 * 12. Section: Clients
 * 13. Section: Skills
 * 14. Section: Our Team
 * 15. Section: Map
 * 16. Modal
 * 17. Footer
 * 18. Inner Pages
 * 19. Blog
 *       19.1  Post
 *       19.2  Widget
 *       19.3  Widget: Menu
 *       19.4  Widget: Latest Posts
 *       19.5  Widget: Search
 *       19.6  Widget: Advert
 *       19.7  Widget: Tags
 *       19.8  Widget: Recent Comments
 *       19.9  Widget: Comments
 * 20. Projects
 *       20.1  Project Carousel
 *       20.2  Project Information
 *       20.3  Projects Carousel
 *       20.4  Projects List
 * 21. 404 Page
 * 22. Animations
 *       22.1  ZoomIn animation
 *       22.2  SubMenu Animation
 * 23. Responsive
 *       23.1  max-width: 991px
 *       23.2  max-width: 767px
 *       23.3  max-width: 480px
 *
 *--------------------------------------------------------------------------------------------------------------------*/

/*
 * Main Classes
 *--------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i');


* {
  outline: none !important;
}
html {
  height: 100%;
  min-height: 100%;
}
body {
  height: 100%;
  min-height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #777;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  background: #fff;
        font-weight: 400;
}
.relative {
  position: relative !important;
}
.full-wh {
  display: table-cell;
  width: 1%;
  height: 100vh;
  vertical-align: middle;
}
.height-100p {
  height: 100%;
}
.vertical-middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-container {
  z-index: 2;
  overflow: hidden;
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-small {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-content {
  margin-top: 100px;
}
.section-title {
  margin-bottom: 10px;
}
.section-subtitle {
  margin-bottom: 0;
}
.rounded {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mt {
  margin-top: 50px;
}
.no-pb {
  padding-bottom: 0;
}

.imgGoldBorder{

    border: 10px solid #fff;
    box-shadow: 0 0 3px #c2a758;
    margin: 5px 0;
}

iframe {width:640px; height:360px;}

/*
 * Buttons
 *---------*/
.btn,
.btn:hover,
.btn.hover,
.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 9px 22px;
  font-family: inherit;
  color: #fff !important;
  border-color: #ff5555 !important;
  background-color: #ff5555 !important;
}
.btn:focus,
.btn.focus {
  color: #fff !important;
  border-color: #dd3333 !important;
  background-color: #dd3333 !important;
}
.btn:hover,
.btn.hover {
  color: #fff !important;
  border-color: #ff7777 !important;
  background-color: #ff7777 !important;
}
.btn:active,
.btn.active {
  color: #fff !important;
  border-color: #dd3333 !important;
  background-color: #dd3333 !important;
}
/*
 * Inputs
 *--------*/

/*
 * List
 *------*/
.list {
  list-style: none;
  margin: 1px 0 0 1px;
  padding: 20px 10px;
  overflow: hidden;
}
.list li {
  padding: 0 0 20px 30px;
  cursor: pointer;
  border-left: solid 1px #f3f3f3;
}
.list li .title {
  margin-bottom: 10px;
  font-weight: 500;
}
.list li:last-child {
  border-left: none;
}
.list li::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  content: '';
  position: absolute;
  left: 18px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: solid 1px #ff5555;
}
.list li:hover::before {
  background: #ff5555;
}
.list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-inline li {
  display: inline-block;
}
/*
 * Breadcrumbs
 *-------------*/
.breadcrumb {
  margin-top: 7px;
  margin-bottom: 0;
  background: transparent;
  text-align: right;
}
.breadcrumb a {
  color: #777;
}
.breadcrumb a:hover {
  color: #ff5555;
}

/*
 * Pagination
 *------------*/
.page-numbers {
  margin:0px;
  float:left;
  padding:0px;
  margin-top:-10px;
}
.page-numbers li {
  display: inline-block;
}
.page-numbers li a,
.page-numbers li span {
  cursor: pointer;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  color: #777;
  font-weight: 100;
  border: 1px solid #ddd;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
}
.page-numbers li a:hover,
.page-numbers li span:hover,
.page-numbers li a.hover,
.page-numbers li span.hover,
.page-numbers li a:focus,
.page-numbers li span:focus,
.page-numbers li a.focus,
.page-numbers li span.focus {
  color: #fff !important;
  background: #ff5555 !important;
  border-color: #ff5555 !important;
}
.page-numbers li a.current,
.page-numbers li span.current {
  color: #fff !important;
  background: #ff5555;
  border-color: #ff5555;
}
/*
 * Progress
 *----------*/
.progress {
  height: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.progress .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #ff5555;
}
/*
 * Panels
 *--------*/
.panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin-top: 0;
}
.panel + .panel {
  margin-top: 0 !important;
}
.panel .panel-heading {
  padding: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.panel .panel-heading .panel-title a {
  display: block;
  padding: 10px 15px;
}
.panel .panel-heading .panel-title a .collapse-icon {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  float: right;
}
.panel .panel-heading .panel-title a.collapsed .collapse-icon {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.panel.panel-theme {
  border: solid 1px #eee;
}
.panel.panel-theme + .panel-theme {
  border-top: none;
}
.panel.panel-theme .panel-heading {
  border: none;
}
.panel.panel-theme .panel-heading a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 300 !important;
}
.panel.panel-theme .panel-heading a:not(.collapsed) {
  color: #fff;
  background: #ff5555;
}
.panel.panel-theme .panel-body {
  border-top: solid 1px #eee !important;
}
.panel:last-child .panel-heading {
  border-bottom-width: 1px;
}
/*
 * Tags
 *------*/
.tagcloud a,
.tags a{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 7px;
  margin: 0 5px 5px 0;
  color: #777;
  border: solid 1px #eee;
  font-size:12px!important;
}
.tagcloud a:hover,
.tags a:hover{
  color: #fff;
  text-decoration: none;
  background: #ff5555;
  border: solid 1px #ff5555;
}
/*
 * Social Inline
 *---------------*/
.social-inline {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-inline li {
  display: inline-block;
}
.social-inline li a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 5px 5px 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #ff5555;
}
.social-inline li a:hover {
  text-decoration: none;
  color: #fff;
  background: #ff5555;
}
/*
 * Social Share
 *--------------*/
.social-share {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  display: table;
  width: 100%;
}
.social-share li {
  display: table-cell;
  text-align: center;
}
.social-share li a {
  display: block;
  line-height: 32px;
  padding: 0 5px;
  border: solid 1px #eee;
  border-right-width: 0;
}
.social-share li a:hover {
  color: #fff;
  background: #ff5555;
  border-color: #ff5555;
}
.social-share li:last-child a {
  border-right-width: 1px;
}
/*
 * Typography
 *------------*/
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  color: #333;
  font-weight: 400;
  margin: 0 0 30px;
}
.h3,
h3 {
  font-size: 22px;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
  color: #d3ba70;
}
a:hover,
a.hover,
a:focus,
a.focus {
  color: #777;
  text-decoration: none;
}
.strong,
strong {
  font-weight: 700;
}
blockquote {
  font-size: 15px;
  background: #fafafa;
  margin: 0 0 30px;
  border-left: solid 1px #ff5555;
}
p {
  margin: 0 0 18px;
}
/*
 * Iconography
 *------------*/
.fa-1dot5 {
  font-size: 1.5em;
}
/*
 * Backgrounds
 *-------------*/
.bg-light-gray {
  background: #f5f5f5;
}
.bg-tuna {
  background: #32323a url(../img/bg-tuna.jpg);
}
/*
 * Text Colors & Effects
 *-----------------------*/
.text-white {
  color: #fff;
}
.text-theme{
  color: #ff5555;
}
/*
 * Magnific
 *----------*/
.mfp-bg {
  background: rgba(0, 0, 0, 0.7) !important;
}
.mfp-figure::after {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: .0;
  -webkit-backface-visibility: hidden;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1.0;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: .9;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: .0;
}
/*
 * Scroll To Top Element
 *-----------------------*/
.scroll-to-top {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: .0;
  width: 32px;
  height: 32px;
  z-index: 1001;
  cursor: pointer;
  color: #fff;
  text-align: center;
  line-height: 34px;
  background: #d3ba70;
}
.scroll-to-top .icon {
  font-size: 18px;
}
.scroll-to-top.in {
  opacity: .9;
  -webkit-animation: 0.3s animationZoomIn;
  -o-animation: 0.3s animationZoomIn;
  animation: 0.3s animationZoomIn;
}
.scroll-to-top:hover {
  opacity: 1.0;
}
/*
 * Preloader
 *-----------*/
#preloader {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.loaded #preloader {
  background: rgba(255, 255, 255, 0.3);
}
.loader::before {
  position: absolute;
  content: '';
}
.loader,
.loader::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 96px;
  height: 96px;
  border: solid 2px transparent;
}
.loader {
  border-top-color: #89b7f3;
  -webkit-animation: loaderAnimation 1s ease-in-out infinite;
  -o-animation: loaderAnimation 1s ease-in-out infinite;
  animation: loaderAnimation 1s ease-in-out infinite;
}
.loader::before {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-top-color: #f5817f;
  -webkit-animation: loaderAnimation 1.4s ease-in infinite;
  -o-animation: loaderAnimation 1.4s ease-in infinite;
  animation: loaderAnimation 1.4s ease-in infinite;
}

/*
 * Form Validation
 *-----------------*/
label.error {
  position: absolute;
  top: 20%;
  right: 0;
  padding: 5px 7px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  background: #ff5555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-animation: 0.3s animationZoomIn;
  -o-animation: 0.3s animationZoomIn;
  animation: 0.3s animationZoomIn;
}
/*
 * Gallery Item
 *--------------*/
.gallery-image {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
}
.gallery-image img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-width: 100%;
}
.gallery-image::before {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .0;
  background: rgba(255, 255, 255, 0.8);
}
.gallery-image::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  width: 64px;
  height: 64px;
  color: #fff;
  font-size: 24px;
  line-height: 66px;
  text-align: center;
  opacity: 0;
  background: #ff5555;
  font-family: 'FontAwesome', sans-serif;
}
.gallery-image:hover::before {
  opacity: .7;
}
.gallery-image:hover::after {
  -webkit-animation: 0.5s animationZoomIn;
  -o-animation: 0.5s animationZoomIn;
  animation: 0.5s animationZoomIn;
  opacity: 1.0;
}
.gallery-image:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/*--------------------------------------------------------------------------------------------------------------------
 * Header
 *--------------------------------------------------------------------------------------------------------------------*/
/*
 * Brand & Navigation
 *--------------------*/
.header {
  padding: 35px 0;
}
.navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 10;
  width: 100%;
  margin-bottom: 0;
  min-height: 1px;
  font-size: 13px;
  background: #fff;
  border: none;
  /*
   * Navigation Style: Fill
   *-----------------------------*/
  /* /Navigation Style: Fill */
  /*
   * Navigation Style: Underline
   *-----------------------------*/
  /* /Navigation Style: Underline */
  /*
   * Affixed Navigation
   *-----------------------------*/
  /* /Affixed Navigation */
}
.navbar .information {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  height: 32px;
  font-weight: 100;
  line-height: 32px;
  border-bottom: solid 1px #eee;
}
.navbar .information i.fa {
  font-size: 12px;
}
.navbar .information a ,.navbar .information span{
  display: block;
  float: left;
  padding-left: 7px;
  padding-right: 12px;
  border-left: solid 1px #eee;
  color: #777;
  font-weight: 100 !important;
}
.navbar .information a .icon {
  display: inline-block;
  text-align: center;
  width: 24px;
}
.navbar .information a:hover {
  color: #fff;
  background: #ff5555;
  border-color: #ff5555;
}
.navbar .information .social {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar .information .social li {
  display: block;
  float: left;
}
.navbar .information .social li a {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 32px;
  line-height: 32px;
  vertical-align: middle;
  border-right: solid 1px #eee;
  border-left: none;
}
.navbar .information .social li a:hover {
  color: #fff;
  background: #ff5555;
  border-color: #ff5555;
}
.navbar .brand {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  line-height: 64px;
  vertical-align: middle;
}
.navbar .brand .logo-small {
  display: none;
}
.navbar .brand .logo-big {
  display: inline-block;
}
.navbar .nav {
  text-transform: uppercase;
}
.navbar .nav li a {
  margin:0 2px;
  padding:8px 19px;
  color:#555555;
  font-size: 15px;
  text-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  
  font-family: 'Roboto', sans-serif;
  border:2px solid transparent;
  
}
.navbar .nav li a:hover,
.navbar .nav li a.hover,
.navbar .nav li a:focus,
.navbar .nav li a.focus,
.navbar .nav li.active > a {
  color:#555555;
  border-color:#d3ba70;
  background-color: transparent;
}
.navbar .nav li.dropdown .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: capitalize;
  border-top: solid 1px #ff5555;
  left: 4px;
  right: auto;
}
.navbar .navbar-toggle {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 14px;
  border: solid 1px #777;
}
.navbar .navbar-toggle .icon-bar {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #777;
}
.navbar .navbar-toggle:hover {
  border-color: #ff5555;
}
.navbar .navbar-toggle:hover .icon-bar {
  background: #ff5555;
}
.navbar.navbar-fill .nav li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 22px;
  padding-bottom: 22px;
}
.navbar.navbar-fill .nav li.dropdown .dropdown-menu a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar.navbar-underline .nav li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 22px;
  padding-bottom: 20px;
  background: transparent;
  border-bottom: solid 2px transparent;
}
.navbar.navbar-underline .nav li a:hover,
.navbar.navbar-underline .nav li a.hover,
.navbar.navbar-underline .nav li a:focus,
.navbar.navbar-underline .nav li a.focus,
.navbar.navbar-underline .nav li.active > a {
  color: #ff5555;
  border-bottom-color: #ff5555;
}
.navbar.navbar-underline .nav li.active a {
  color: #ff5555;
  border-bottom-color: #ff5555;
}
.navbar.navbar-underline .nav li.dropdown .dropdown-menu {
  border-top: none;
}
.navbar.navbar-underline .nav li.dropdown .dropdown-menu a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar.affix-top {
  position: fixed;
}
.navbar.affix {
  position: fixed;
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
}
.navbar.affix .information {
  height: 0;
  border-bottom-width: 0;
}
.navbar.affix .brand {
  line-height: 55px;
}
.navbar.affix .nav li a {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar.affix .navbar-toggle {
  margin-top: 10px;
}
.navbar.affix.navbar-fill .nav li a {
  padding-top: 17px;
  padding-bottom: 17px;
}
.navbar.affix.navbar-underline .nav li a {
  padding-top: 17px;
  padding-bottom: 16px;
}
.no-mobile .dropdown:hover .dropdown-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation: 0.3s animationSubMenu;
  -o-animation: 0.3s animationSubMenu;
  animation: 0.3s animationSubMenu;
  display: block;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Slider
 *--------------------------------------------------------------------------------------------------------------------*/
/*
 * Main
 *------*/
.slider {
  width: 100%;
  max-width: 100%;
}
.slider .item {
  height: 500px;
  max-width: 100%;
  overflow: hidden;
}
.slider .item img {
  max-width: 100%;
}
.slider .owl-controls {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.slider .owl-controls .owl-pagination .owl-page {
  line-height: 24px;
  vertical-align: middle;
}
.slider .owl-controls .owl-pagination .owl-page span {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: .7;
  background: transparent;
  border: solid 1px #fff;
}
.slider .owl-controls .owl-pagination .owl-page.active span {
  background: #fff;
}
/*
 * Slide Mask
 *------------*/
.mask {
  position: relative;
  z-index: -1;
}
.mask::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
  background: #000;
}
/*
 * OWL.Carousel fadeUp
 *---------------------*/
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 1.2s ease both;
  -o-animation: scaleUpFrom 1.2s ease both;
  animation: scaleUpFrom 1.2s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 1.2s ease both;
  -o-animation: scaleUpTo 1.2s ease both;
  animation: scaleUpTo 1.2s ease both;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Section: Features
 *--------------------------------------------------------------------------------------------------------------------*/
.feature {
  margin-bottom: 30px;
  text-align: center;
}
.feature * {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature .icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 96px;
  height: 96px;
  line-height: 96px;
  font-size: 32px;
  margin: 0 auto 30px;
  color: #ff5555;
  border: solid 1px #ff5555;
}
.feature .title {
  margin-bottom: 30px;
}
.feature .description {
  margin-bottom: 30px;
}
.feature:hover .icon {
  color: #fff;
  background: #ff5555;
}
.feature:hover .title {
  color: #ff5555;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Section: More Features
 *--------------------------------------------------------------------------------------------------------------------*/
.more-feature {
  margin-bottom: 30px;
}
.more-feature .media-left {
  padding-top: 1px;
  padding-left: 1px;
}
.more-feature .icon {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 32px;
  margin-right: 15px;
}
.more-feature .title {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}
.more-feature .description {
  margin-bottom: 10px;
}
.more-feature:hover .icon,
.more-feature:hover .title {
  color: #ff5555;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Section: Projects
 *--------------------------------------------------------------------------------------------------------------------*/
.project-item {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  margin-bottom: 30px;
  background: #fff;
}
.project-item .gallery-image {
  margin-bottom: 10px;
}
.project-item .info {
  position: relative;
  padding: 5px 80px 5px 10px;
}
.project-item .info .title {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 5px;
}
.project-item .info .description {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #777;
  margin-bottom: 10px;
}
.project-item .info .social {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  right: 10px;
  bottom: 15px;
  color: #777;
}
.project-item:hover {
  background: #ff5555;
}
.project-item:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.project-item:hover .info .title,
.project-item:hover .info .description,
.project-item:hover .info .social {
  color: #fff;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Section: Statistics
 *--------------------------------------------------------------------------------------------------------------------*/
.stat {
  text-align: center;
}
.stat * {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.stat .icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 96px;
  height: 96px;
  color: #fff;
  font-size: 32px;
  line-height: 96px;
  margin: 0 auto 30px;
  border: solid 1px #fff;
}
.stat .number {
  color: #ff5555;
}
.stat .title {
  color: #fff;
  margin-bottom: 0;
}
.stat:hover .icon {
  color: #ff5555;
  border-color: #ff5555;
}
.stat:hover .number {
  color: #fff;
}
.stat:hover .title {
  color: #ff5555;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Section: Testimonials
 *--------------------------------------------------------------------------------------------------------------------*/
.testimonials-carousel .owl-controls {
  position: absolute;
  top: -100px;
  right: 5px;
  text-align: center;
}
.testimonials-carousel .owl-controls .owl-buttons div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 32px;
  height: 32px;
  line-height: 28px;
  opacity: .9;
  background: #ff5555;
}
.testimonials-carousel .owl-controls .owl-buttons div i.fa {
  font-size: 16px;
}
.testimonials-carousel .testimonial {
  margin: 0 10px 0 0;
}
.testimonials-carousel .testimonial .content {
  margin-bottom: 10px;
  background: #fff;
}
.testimonials-carousel .testimonial .content .text {
  margin: 0;
}
.testimonials-carousel .testimonial .author {
  margin-bottom: 5px;
}
.testimonials-carousel .testimonial .company {
  color: #ff5555;
}
.testimonials-carousel .testimonial:nth-child(3n) {
  margin-right: 0;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Section: Contact
 *--------------------------------------------------------------------------------------------------------------------*/
.contact-form {
  margin-bottom: 30px;
}
.contact-form textarea {
  min-height: 200px;
  resize: vertical;
}
.contact-information {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.contact-information li {
  padding: 10px 0;
  border-bottom: solid 1px #eee;
}
.contact-information li .icon {
  margin-right: 10px;
}
.contact-information li span {
  display: inline-block;
  width: 70px;
  font-weight: 500;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Section: Clients
 *--------------------------------------------------------------------------------------------------------------------*/
.clients-carousel {
  margin-bottom: 30px;
}
.clients-carousel .client {
  line-height: 70px;
  text-align: center;
  vertical-align: middle;
}
.clients-carousel .owl-controls {
  position: absolute;
  top: -75px;
  right: 5px;
  text-align: center;
}
.clients-carousel .owl-controls .owl-buttons div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 32px;
  height: 32px;
  line-height: 28px;
  opacity: .9;
  background: #ff5555;
}
.clients-carousel .owl-controls .owl-buttons div i.fa {
  font-size: 16px;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Section: Skills
 *--------------------------------------------------------------------------------------------------------------------*/
.skills .title {
  font-weight: 500;
  margin-bottom: 10px;
}
.skills .title span {
  float: right;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Section: Our Team
 *--------------------------------------------------------------------------------------------------------------------*/
.team-member {
  margin-bottom: 30px;
}
.team-member .image {
  margin-bottom: 10px;
  max-width: 100%;
  overflow: hidden;
}
.team-member .image img {
  width: 100%;
  max-width: 100%;
}
.team-member .name {
  margin-bottom: 10px;
}
.team-member .post {
  display: block;
  margin-bottom: 10px;
  color: #ff5555;
}
.team-member .text {
  margin-bottom: 10px;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Section: Map
 *--------------------------------------------------------------------------------------------------------------------*/
#map-canvas {
  width: 100%;
  height: 500px;
}
#map-canvas::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .0;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Modal
 *--------------------------------------------------------------------------------------------------------------------*/
.modal {
  text-align: center;
  white-space: nowrap;
}
.modal .modal-dialog {
  display: inline-block;
  margin: 0;
  width: 500px;
  max-width: 98%;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
}
.modal .modal-dialog .modal-content {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 20px 20px 0;
  border: none;
  opacity: .0;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  text-transform: uppercase;
}
.modal .close {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modal::before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.modal.fade.in .modal-content {
  opacity: 1.0;
}
.modal-result {
  margin-bottom: 30px;
}
.result-icon {
  position: relative;
  margin-bottom: 30px;
}
.result-icon .icon-border {
  position: relative;
  width: 128px;
  height: 128px;
  margin-left: auto;
  margin-right: auto;
}
.result-icon .icon-border .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 48px;
  line-height: 128px;
  text-align: center;
  color: #ff5555;
}
.result-icon .icon-border svg {
  z-index: 1;
  width: 100%;
  height: 100%;
}
.result-icon .icon-border svg circle {
/*  fill: none;
  stroke: #ff5555;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 39 39;
  stroke-dashoffset: -39;
  -webkit-transition: stroke-dashoffset 0.5s;
  -moz-transition: stroke-dashoffset 0.5s;
  -ms-transition: stroke-dashoffset 0.5s;
  -o-transition: stroke-dashoffset 0.5s;
  transition: stroke-dashoffset 0.5s;*/
}
.result-icon .icon-border::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 3px #eee;
}
.in .icon-border .icon {
  -webkit-animation: 0.5s bounceIn;
  -o-animation: 0.5s bounceIn;
  animation: 0.5s bounceIn;
}
.in .icon-border svg circle {
/*  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.5s linear 0.5s;
  -moz-transition: stroke-dashoffset 0.5s linear 0.5s;
  -ms-transition: stroke-dashoffset 0.5s linear 0.5s;
  -o-transition: stroke-dashoffset 0.5s linear 0.5s;
  transition: stroke-dashoffset 0.5s linear 0.5s;*/
}
/*--------------------------------------------------------------------------------------------------------------------
 * Footer
 *--------------------------------------------------------------------------------------------------------------------*/
.footer {
  border-top: solid 2px #ff5555;
  padding-bottom: 10px;
}
.footer p {
  margin-bottom: 10px;
}
.footer .logo {
  margin-bottom: 20px;
}
.footer .footer-col {
  margin-bottom: 30px;
}
.footer .subtitle {
  margin-bottom: 5px;
}
.footer .post {
  margin-bottom: 10px;
}
.footer .post .image {
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.footer .post .text {
  margin-bottom: 5px;
}
.footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .menu li {
  position: relative;
  padding-left: 15px;
}
.footer .menu li a {
  display: block;
  padding-bottom: 4px;
  font-weight: 500;
  color: #777;
}
.footer .menu li::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  display: block;
  content: '';
  position: absolute;
  top: 7px;
  left: 2px;
  width: 5px;
  height: 5px;
  background: #777;
}
.footer .menu li:hover a {
  color: #ff5555;
}
.footer .menu li:hover::before {
  background-color: #ff5555;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Inner Pages
 *--------------------------------------------------------------------------------------------------------------------*/
.section-page-header {
  margin-bottom: 0;
  padding: 30px 0;
  background: #f5f5f5;
  border-top: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea;
}
.section-page-header .title {
  color: #555;
  font-size: 24px;
  padding: 0;
  margin-bottom: 5px;
}
.section-page-header .blog-post{
  margin-bottom:0px;
  padding-bottom:0px; 
}
.section-page-header .blog-post .meta{
  margin-bottom:0px;
  padding-bottom:0px; 
}
/*--------------------------------------------------------------------------------------------------------------------
 * Blog
 *--------------------------------------------------------------------------------------------------------------------*/
/*
 * Post
 *------*/
.blog-post {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #eee;
}
.blog-post .image {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.blog-post .image img {
  width: 100%;
  max-width: 100%;
}
.blog-post .image iframe {
  width: 100%;
  max-width: 100%;
}
.blog-post .image .image-overlay {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .0;
  background: rgba(255, 255, 255, 0.8);
}
.blog-post .image .image-overlay .icon-wr {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 64px;
  height: 64px;
  font-size: 32px;
  line-height: 68px;
  text-align: center;
  color: #fff;
  background: #ff5555;
}
.blog-post .image .image-overlay .icon-wr .icon {
  display: inline-block;
}
.blog-post .image:hover .image-overlay {
  opacity: .9;
}
.blog-post .image:hover .image-overlay .icon-wr {
  -webkit-animation: 0.5s animationZoomIn;
  -o-animation: 0.5s animationZoomIn;
  animation: 0.5s animationZoomIn;
}
.blog-post .entry-title,
.blog-post .entry-title a {
  font-size: 24px;
  margin-bottom: 10px;
}
.blog-post .entry-title a{
  color: #333;
  font-weight: 400;
}
.blog-post .entry-title a:hover{
  color: #ff5555;
}
.blog-post .meta {
  margin-bottom: 30px;
}
.blog-post .meta li {
  padding-left: 0;
}
.blog-post .meta li time{
  color: #777;
}
.blog-post .meta li::after {
  display: inline-block;
  content: '/';
  margin-left: 10px;
  margin-right: 0;
}
.blog-post .meta li:last-child::after {
  display: none;
}
.blog-post .content {
  margin-bottom: 30px;
}
.blog-post .information .tags,
.blog-post .information .social-inline {
  line-height: 22px;
  vertical-align: middle;
}
.blog-post .information .social-inline {
  float: right;
}
/*
 * Widget
 *--------*/
.widget {
  margin-bottom: 30px;
}
.widget .widget-title,
h4.comments-title,
h3.comment-reply-title{
  text-transform: uppercase;
  margin-bottom: 20px;
}
.widget .widget-title::after,
h4.comments-title::after,
h3.comment-reply-title::after {
  display: block;
  content: '';
  margin-top: 5px;
  width: 15%;
  height: 1px;
  background: #ff5555;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget:hover .widget-title::after {
  width: 20%;
}
/*
 * Widget: Menu
 *--------------*/
#secondary .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#secondary .widget ul a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: normal;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #777;
  border-bottom: solid 1px #eee;
}
#secondary .widget ul a:hover {
  color: #ff5555;
  padding-left: 10px;
}
/*
 * Widget: Latest Posts
 *----------------------*/
.latest-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.latest-posts .post {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #eee;
}
.latest-posts .post .image {
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.latest-posts .post .text {
  margin-bottom: 5px;
}
/*
 * Widget: Search
 *----------------*/
/*
 * Widget: Advert
 *----------------*/
.advert {
  width: 100%;
  height: 250px;
  min-height: 250px;
}
/*
 * Widget: Tags
 *--------------*/
/*
 * Widget: Recent Comments
 *-------------------------*/
.recent-comments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recent-comments li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #eee;
}

/*
 * Widget: Comments
 *------------------*/
.comments {
  position: relative;
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
.comments .image {
  overflow: hidden;
}
.comments .image img {
  max-width: 60px;
}
.comments .author {
  margin-bottom: 10px;
}
.comments .date {
  display: block;
  margin-bottom: 10px;
}
.comments .text {
  margin-bottom: 10px;
}
.comments li {
  margin-bottom: 30px;
}
.comments ul {
  padding-left: 70px;
}
.send-comment textarea {
  min-height: 150px;
  resize: vertical;
}
h4.author a,
.comments .date a{
  color:#333; 
}
.comment-wrp{
  position:relative;  
}
.reply{
  position:absolute;
  right:0px;
  top:0px;
}
#comments li{
  list-style:none;  
}
h3.comment-reply-title{
  font-size:16px;
  display:inline-block;
}
#form-submit .btn-default{
  background:none;  
}
/*--------------------------------------------------------------------------------------------------------------------
 * Projects
 *--------------------------------------------------------------------------------------------------------------------*/
/*
 * Project Carousel
 *------------------*/
.project-carousel {
  margin-bottom: 130px;
}
.project-carousel .owl-wrapper-outer {
  z-index: 1;
}
.project-carousel .owl-controls {
  position: absolute;
  margin-top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.project-carousel .owl-controls .owl-pagination {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.project-carousel .owl-controls .owl-pagination .owl-page {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100px;
  width: 25%;
  vertical-align: middle;
  border: solid 0 #fff;
  border-top-width: 1px;
  border-right-width: 1px;
  opacity: .8;
}
.project-carousel .owl-controls .owl-pagination .owl-page span {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: .7;
  background: transparent;
  border: none;
}
.project-carousel .owl-controls .owl-pagination .owl-page.active {
  opacity: 1.0;
}
.project-carousel .owl-controls .owl-pagination .owl-page:hover {
  opacity: 1.0;
}
.project-carousel .owl-controls .owl-pagination .owl-page:nth-child(4n) {
  border-right-width: 0;
}
.project-carousel .owl-controls .owl-buttons {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.project-carousel .owl-controls .owl-buttons .owl-prev,
.project-carousel .owl-controls .owl-buttons .owl-next {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto 0;
  width: 48px;
  height: 48px;
  font-size: 32px;
  line-height: 44px;
  color: #777;
  background: rgba(255, 255, 255, 0.95);
}
.project-carousel .owl-controls .owl-buttons .owl-prev:hover,
.project-carousel .owl-controls .owl-buttons .owl-next:hover {
  background: #ffffff;
}
.project-carousel .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.project-carousel .owl-controls .owl-buttons .owl-next {
  right: 0;
}
/*
 * Project Information
 *---------------------*/
.project-information .title {
  position: relative;
  padding-bottom: 10px;
  border-bottom: solid 1px #eee;
}
.project-information .title::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 20%;
  height: 1px;
  background: #ff5555;
}
.project-information p {
  text-align: justify;
}
.project-information .details {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.project-information .details li {
  padding: 5px 0;
  border-bottom: solid 1px #eee;
}
.project-information .details li span {
  display: inline-block;
  width: 50px;
  font-weight: 500;
}
/*
 * Projects Carousel
 *-------------------*/
.projects-carousel .recent-project {
  margin-right: 10px;
}
.projects-carousel .recent-project .image-popup {
  display: block;
}
.projects-carousel .recent-project .info {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #777;
}
.projects-carousel .recent-project .info .title {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 10px;
}
.projects-carousel .recent-project .info .description {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 10px;
}
.projects-carousel .recent-project:hover .info {
  padding-left: 10px;
  color: #fff;
  background: #ff5555;
}
.projects-carousel .recent-project:hover .info .title {
  color: #fff;
}
.projects-carousel .recent-project:nth-child(4n) {
  margin-right: 0 !important;
}
.projects-carousel .owl-controls {
  position: absolute;
  top: -100px;
  right: 5px;
  text-align: center;
}
.projects-carousel .owl-controls .owl-buttons div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 32px;
  height: 32px;
  line-height: 28px;
  opacity: .9;
  background: #ff5555;
}
.projects-carousel .owl-controls .owl-buttons div i.fa {
  font-size: 16px;
}
/*
 * Projects List
 *---------------*/
.projects-list {
  margin-bottom: 30px;
  overflow: hidden;
}
.projects-list .project-image {
  margin-bottom: 30px;
}
/*--------------------------------------------------------------------------------------------------------------------
 * 404 Page
 *--------------------------------------------------------------------------------------------------------------------*/
.page-404 h1 {
  font-size: 80px;
  font-weight: 600;
}

/*--------------------------------------------------------------------------------------------------------------------
 * Responsive
 *--------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 991px) {

  .breadcrumb {
    float: none;
    text-align: left !important;
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .brand .logo-big {
    display: none !important;
  }
  .brand .logo-small {
    display: inline-block !important;
  }
  .slider {
    text-align: center;
  }
  .stat {
    margin-bottom: 30px;
  }
  .footer .signup-form .btn-theme {
    display: block;
    width: 100%;
  }
  .blog-post .social-inline {
    float: none !important;
  }
}
@media screen and (max-width: 480px) {
  .testimonials-carousel .owl-controls {
    position: static;
  }
  .footer .footer-col {
    float: none;
    width: 100%;
  }
  .footer hr {
    display: none;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.sticky header.entry-header .entry-title {
  position: relative;
}
.sticky header.entry-header .entry-title:before {
  content: "\f11d";
    font-family: FontAwesome;
    position: relative;
    margin: 0 10px;
}

.hentry {
  position: relative;
}

.hentry:after,
.site-main .post-navigation:after,
.site-main .posts-navigation:after,
.site-main .comment-navigation:after,
.site-main .navigation.pagination:after {
  
}
.edsbootstrap-bar {
  position: relative;
}
.edsbootstrap-bar:before {
  content: "";
    position: absolute;
    width: 6px;
    height: calc(100% + 6em);
    background: rgba(76,76,76,0.2);
    top: -3em;
    left: -3em;
  z-index: -1;
}

.edsbootstrap-bar:after {
  content: "";
    position: absolute;
    width: 6px;
    height: 0;
    background: #75b17d;
    top: -3em;
    left: -3em;
  z-index: -1;
  -o-transition: height .3s ease-in-out;
    -moz-transition: height .3s ease-in-out;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
}

.edsbootstrap-bar:hover:after {
  height: calc(100% + 6em);
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
  text-align: justify;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  text-align: right;
}

header.page-header {
  background: #f2f2f2;
  color: #7c7c7c;
    margin-left: -6em;
    margin-right: -6em;
    margin-top: -3em;
    margin-bottom: 3em;
    text-align: center;
    padding: 1.5em;
}
header.page-header h1 {
  margin: 0;
  letter-spacing: -1px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}
h1.logo_text{
  font-size:18px;
  margin-bottom:5px;
  margin-top:10px;  
}
#navigation p.site-description{
  font-size:13px;
  margin:0px;
  padding:0px;
  line-height:18px;
}

.affix-top img.custom-logo{
  max-height:60px;
  width:auto;
  margin-top:3px;
}
.affix img.custom-logo{
  max-height:45px;
  width:auto;
  margin-top:5px;
}
.text-align-center{
  text-align:center;  
}
.slider .owl-buttons{
  position:relative;  
}
.slider .owl-buttons .owl-prev,
.slider .owl-buttons .owl-next{
  background:none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    height: 40px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
  top:-250px;
  right:20px;
}
.slider .owl-buttons .owl-prev i,
.slider .owl-buttons .owl-next i{
  display:block;
  line-height:35px;
  font-size:25px; 
}
.slider .owl-buttons .owl-prev{
  right:auto;
  left:20px;
}
.slider .owl-controls .owl-buttons div{
  background:none;  
}
.caption-text{
  font-size:14px;
  line-height:20px;
  padding-bottom:25px;
  display:block;  
}
h2.screen-reader-text{
  display:none; 
}
.search-field{
  border: 1px solid #eaeaea;
  border-radius: 3px;
  box-shadow: none;
  font-family: inherit;
  height: auto;
  padding: 9px 10px;
  font-weight:normal;
}
.search-submit{
  background-color: #ff5555 !important;
    border-color: #ff5555 !important;
    border-radius: 3px;
    color: #fff !important;
    font-family: inherit;
    padding: 9px 10px;
    transition: all 0.3s ease-in-out 0s;
  border:none;
}
ul.instagram-pics{
  margin-left:0px;
  padding-left:0px;
  text-align:left;
}
.blog-post img{
  max-width:100%;
  height:auto;  
}








/* New added css  */

ul { list-style: none; margin: 0; padding: 0; }
ul li { list-style: none; margin:0; padding: 0; }
img {max-width: 100%;height:auto;}

.header-top-right{float:right; margin-bottom: 25px;}
.phone-no{color:#363636; font-size:25px; font-family: 'Roboto', sans-serif; font-weight: 600; display:inline-block; vertical-align:middle; margin-right: 45px;}
.phone-no:hover,
.phone-no:focus{color:#d3ba70;}
.rqst-appoment{border:2px solid #e9dcb6; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; padding:2px; display:inline-block; vertical-align:middle;}
.rqst-appoment span{font-size:15px; font-weight:600; color:#363636; text-transform: uppercase; font-family: 'Roboto', sans-serif; background:#d3ba70; border-radius:7px; display:block; padding:13px 29px;
-moz-border-radius:7px; -webkit-border-radius:7px; -webkit-transition: all 0.3s ease-in-out;  -moz-transition: all 0.3s ease-in-out;  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;  transition: all 0.3s ease-in-out;}
.rqst-appoment:hover,
.rqst-appoment:focus{border-color:#363636;}
.rqst-appoment:hover span,
.rqst-appoment:focus span{background:#363636; color:#fff;}
.nav li a.dd_toggle {position: absolute;right: -4px;top: 0;color: #d3ba70 !important;background: transparent !important; border:0px solid transparent !important;}
.nav li a.dd_toggle:hover, .nav li a.dd_toggle:focus{background: transparent !important;}
header .navbar .nav li ul li a{background: transparent !important;border:0px solid transparent !important;} 
.navbar .nav li.dropdown .dropdown-menu{border-top: 1px solid rgba(0, 0, 0, 0.15); padding: 0 !important; margin: 0 !important; height: auto !important;}


.navbar-collapse.collapse{padding:0px; clear: both;}
.navbar-right{margin-right: 0px; }
.navbar .nav li a.dropdown-toggle{padding: 8px 29px 8px 19px;}


h1{position:relative; margin:0 0 65px 0; padding: 0px; font-size:33px; color:#464646; font-weight:400; text-transform: uppercase; font-family: 'Montserrat', sans-serif;}
h1:before{content:""; width:92px; height:6px; background:#464646; position: absolute; bottom:-26px; left:0; display: block;}



.about-sec{/*background:url("./images/pattern-bg.jpg") repeat;*/ padding:90px 0; display: inline-block;width: 100%; float: left;}

.about-img-block{display: inline-block; vertical-align: middle; width: 30%;}
.about-text-block{display: inline-block; vertical-align: middle; width: 69%;}
.about-sec h3{margin:0px; padding: 0px; font-size:24px; color:#bb8b00; font-weight:400; text-transform: uppercase; font-family: 'Montserrat', sans-serif;}
.about-text-iiner{margin: 55px 0 0;}

.about-text-block strong{color:#252525; font-weight: 600; font-size:20px; display:block; margin-bottom:35px;}
.about-text-block p{color:#252525; font-weight: 400; font-size:16px; display:block; margin-bottom:30px; line-height: 36px;}
.about-text-block .about-btn{background:#ffffff; border:2px solid #ddd8cf; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; color:#bb8b00; font-size:15px; text-transform: uppercase; font-weight:500; padding:12px 27px; display:inline-block;}
.about-text-block .about-btn:hover,
.about-text-block .about-btn:focus{background:#bb8b00; color:#fff; border-color: #bb8b00;}


.priventive-care-sec{height:37.1vw; overflow: hidden; display: inline-block;width: 100%; float: left;}
.priventive-care-sec:after{content:""; clear:both; display: table;}

.priventive-care-sec .left-sec{width:50%; float:left; position: relative;}
.priventive-care-sec .left-sec img{width:100%;}

.priventive-care-text-block{position: absolute; left: 0; bottom:0; width:100%; text-align: center; 
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#73000000',GradientType=0 ); /* IE6-9 */}
.priventive-care-text-block span{background: rgba(211, 186, 112, 0.898); border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; display: block; margin: 0 auto; padding:13px 15px; width: 85%; color:#353535; font-size:30px;}
.priventive-care-text-block span strong{font-weight:600; color:#fff;}
.priventive-care-text-block p{font-size:18px; font-weight:500; color:#fff; width: 50%; margin:25px auto 65px;}


.priventive-care-sec .right-sec{width:50%; float:left;}
.priventive-care-sec .right-sec:after{content:""; clear:both; display:table;}
.priventive-care-sec .right-sec ul{margin:0px; padding:0px;}
.priventive-care-sec .right-sec ul li{list-style:none; width:50%; float:left; height:18.7vw; position: relative; text-align: center;}

.priventive-care-sec .right-sec ul li:nth-child(1){background:#454545;}
.priventive-care-sec .right-sec ul li:nth-child(2){background:#595959;}
.priventive-care-sec .right-sec ul li:nth-child(3){background:#666666;}
.priventive-care-sec .right-sec ul li:nth-child(4){background:#898989;}

.priventive-care-sec .right-sec ul li:nth-child(1) span{background:url("./images/icon-sprite.png") repeat left 1446px top -95px; width:92px; height:110px; display:block; margin:0 auto;}
.priventive-care-sec .right-sec ul li:nth-child(1):hover span{background-position:left 1446px top -395px;}
.priventive-care-sec .right-sec ul li:nth-child(2) span{background:url("./images/icon-sprite.png") repeat left -554px top -95px; width:95px; height:110px; display:block; margin:0 auto;}
.priventive-care-sec .right-sec ul li:nth-child(2):hover span{background-position:left -554px top -395px;}
.priventive-care-sec .right-sec ul li:nth-child(3) span{background:url("./images/icon-sprite.png") repeat left -962px top -99px; width:77px; height:106px; display:block; margin:0 auto;}
.priventive-care-sec .right-sec ul li:nth-child(3):hover span{background-position:left -962px top -397px;}
.priventive-care-sec .right-sec ul li:nth-child(4) span{background:url("./images/icon-sprite.png") repeat left 243px top -95px; width:86px; height:110px; display:block; margin:0 auto;}
.priventive-care-sec .right-sec ul li:nth-child(4):hover span{background-position:left 243px top -395px;}


.priventive-care-sec .right-sec ul li .priventive-care-box{position: absolute; top:50%; left:50%; width:100%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
.priventive-care-sec .right-sec ul li .priventive-care-box a{font-size:24px; color:#fff; font-weight:400; text-transform: uppercase; font-family: 'Montserrat', sans-serif; display:inline-block; margin-top:30px;}
.priventive-care-sec .right-sec ul li:hover .priventive-care-box a{color:#d3ba70;}


.tongue-tie-sec{/*background:url("./images/tongue-tie-bg.jpg") no-repeat center right;*/ min-height:650px; background-size:cover; display: inline-block;width: 100%; float: left; padding:160px 0 0 0;}
.tongue-tie-textblock{background: rgba(70, 70, 70, 0.898); color: #fff; max-width: 606px; padding: 40px; width: 100%;}
.tongue-tie-textblock h2{color: #d3ba70; font-size: 31px; font-weight: 600; margin: 0; padding: 0; position: relative;}
.tongue-tie-textblock h2:after{background: #d3ba70; content: ""; display: block; height: 5px; margin:17px 0 22px; width: 92px;}
.tongue-tie-textblock p{font-size: 18px; font-weight: 500; line-height: 34px; margin: 0 0 20px;}

.tongue-tie-textblock .bdrg-btn{border:2px solid #d3ba70; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; color:#d3ba70; font-size:15px; text-transform: uppercase; font-weight:500; padding:12px 26px; display:inline-block;}
.tongue-tie-textblock .bdrg-btn:hover,
.tongue-tie-textblock .bdrg-btn:focus{background:#d3ba70; color:#fff; border-color:#d3ba70;}


.bottom-sec{display:flex; flex-flow:row wrap; width: 100%; float: left;}
/*.bottom-sec .btm-img {background: rgba(0, 0, 0, 0) url("images/bottom-img.jpg") no-repeat scroll 0 0 / cover ;}*/
.c-col{width:33.33%;}
.bottom-sec .btm-img img{width:100%;}
.map iframe {border: 7px solid #d7d2cb;display: inline-block;height: 100%;width: 100%;}
.latest-news{background: #e6dfd2;padding: 48px 52px;}
h2.title{color: #52514e; font-size: 30px; font-weight: 400; margin: 0; padding: 0; position: relative;}
h2.title:after{background: #52514e; content: ""; display: block; height: 3px; margin:11px 0 22px; width: 37px;}
.latest-news ul{margin: 0; padding: 0; list-style: none; display: inline-block; width: 100%; float: left;}
.latest-news ul li {border-bottom: 1px dotted #9c9c9c;clear: both;display: inline-block;float: left;list-style: outside none none;padding: 30px 0 20px;width: auto;}
.latest-news .left .date {display: inline-block;  width: 42px; vertical-align: middle;}
.latest-news .left .date p {background: #9c9c9c none repeat scroll 0 0;border: 1px solid #9c9c9c;color: #ffffff; display: inline-block;font-size: 20px;text-align: center;width: 100%;margin: 0;}
.latest-news .left .date p span{display: block; float: left; width: 100%; background: #ebe8df; color: #52514e; font-size: 14px; text-transform:uppercase;}
.latest-news .right{display: inline-block; overflow: hidden; padding: 0 0 0 16px; vertical-align: middle;}
.latest-news .right h5{margin: 0 0 10px; display: inline-block;width: 100%; float: left; font-size: 18px; color: #52514e; font-weight: 300;}
.latest-news .right p{color: #939189; font-size: 12px; font-weight: 300; margin: 0;}
.home footer.footer {
    border-top: 0 none;
    margin-top: 0;
}




.footer-three {border-bottom: 1px solid #dedbd0;margin-bottom: 1px;padding-bottom: 70px;}
.footer {border-top: 0 solid rgba(0, 0, 0, 0);display: inline-block;float: left;padding-bottom: 0;padding-top: 70px;width: 100%;}
footer .enquiries, footer .our-office, footer .location-box, footer .connect {display: table;margin: 0;max-width: 285px; width: 100%;}
.center-logo{text-align: center;}
.footer .logo {clear: both;float: left;margin-bottom: 20px;text-align: center;width: 100%;}
footer .enquiries{margin: 0 0 70px;}
footer .bdrg-btn{border:2px solid #d3ba70; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; color:#d3ba70; font-size:16px; text-transform: uppercase; font-weight:500; padding:16px 30px; display:inline-block; width:100%;}
footer .bdrg-btn:last-child { margin:20px 0 0; }
footer .bdrg-btn:hover,footer .bdrg-btn:focus{background:#d3ba70; color:#fff; border-color:#d3ba70;}
footer .phone-no{font-size: 25px; color: #b28a2a; font-weight: 600; margin: 0;}
footer .phone-no img{margin: 0 10px 0 0;}
footer h2.title{font-size: 20px;}
.footer p{margin: 0; color: #52514e; font-size: 16px;}
footer .location-box{margin: 0 auto 70px;}
.connect ul li{display: inline-block; float: left; margin: 0 17px 0 0;}
.footer .logo{margin: 0 0 50px;}
.footer-bottom{text-align: center;display: inline-block;width: 100%; float: left; background: #eeebe0; padding: 20px 0;}
.footer-bottom p{ color: #534741; font-size: 14px; font-weight: 300; }
footer .connect {margin: 0 auto;}

/* Single Page */
.single-post .section-page-header {background: url(images/title-bg.png);background-repeat: no-repeat !important;background-size: cover;border: 0px solid transparent;padding: 100px 0 75px;margin: 0 0 60px;}
.single-post .section-page-header .title{font-size: 50px;color: #d3ba70;font-weight: bold;margin: 0;padding: 0 0 30px;text-transform: capitalize;}
.single-post .section-page-header .title:before{background: #d3ba70;bottom: 0;width: 92px;height: 5px;}


/*  about us  */
.section-page-header {/*background: url(images/title-bg.png);*/background-repeat: no-repeat;background-size: cover;border: 0px solid transparent;padding: 100px 0 75px;margin: 0 0 60px; background-position:right center !important;}
.section-page-header .title{font-size: 50px;color: #d3ba70;font-weight: bold;margin: 0;padding: 0 0 30px;text-transform: capitalize;}
.section-page-header .title:before{background: #d3ba70;bottom: 0;width: 92px;height: 5px;}

/* For Infants & Toddlers Page */
.page-id-198 .section-page-header { background-repeat: no-repeat !important; }

.breadcrumb{display: inline-block;width: 100%;float: left;text-align: left;padding: 0 0 80px;}
.breadcrumb ul li{display: inline-block;font-size: 12px;color:#555555;/*position: relative;padding: 0 12px*/}
.breadcrumb ul li:after{position: absolute;/*content: "\f101";*/font-family: FontAwesome;font-size: 12px;right: -3px;}
.breadcrumb ul li:first-child {padding-left: 0;}
.breadcrumb ul li:last-child {padding-right: 0;}
.breadcrumb ul li:last-child:after {content: none;}
.breadcrumb ul li a{color: #555555;text-decoration: none;font-weight: normal;}
.breadcrumb ul li span {
    padding: 0 5px;
}



.sidebar {display: inline-block;max-width: 325px;width: 100%;}
.class1 {display: none;}

.left-dropdown .clips > li{width: 100%; float: left;}
.left-dropdown .clips > li > a {display: inline-block;position: relative;width: 100%;line-height: 50px;color: #8d8d8d;border-top: 2px solid #d3ba70;font-size: 14px;padding:0 20px;}
.left-dropdown .clips > li:last-child > a{border-bottom: 2px solid #d3ba70;}
.left-dropdown .clips > li > a:after{position: absolute;content: "\f0da";right: 20px;top: 0;line-height: 50px;font-size: 18px;font-family: FontAwesome;color: #d3ba70;}
.left-dropdown .clips li ul li a{padding: 0 20px;font-size: 14px;line-height: 28px;color: #8d8d8d;}
.beautiful-life {background: #ecece9 none repeat scroll 0 0;display: inline-block;float: left;padding: 310px 25px 40px;position: relative;width: 100%;margin: 25px 0 ;}
.beautiful-life::after {background: rgba(0, 0, 0, 0) url("images/sidebar-images.png") repeat scroll 0 0;content: "";display: block;height: 277px;left: 0;position: absolute;top: 0; width: 111%; background-size: contain; background-repeat: no-repeat;}
.beautiful-life h3 {color: #534741;font-size: 26px;text-transform: uppercase;font-weight: 300;line-height: 34px;margin: 0 0 30px;}
.beautiful-life h3 span{color: #aa8332;}
.beautiful-life .rqst-appoment span {padding: 13px 25px;}




.about-contant-box {float: right;width: 69%;}
.sidebar {display: inline-block;float: left;max-width: 325px;width: 100%;}
.about-contant-box h2{font-size: 27px;font-weight: 300;color: #bb8b00;line-height: 46px;margin: 0;display: inline-block;width: 100%;float: left;}
.about-contant-box > img{border: 10px solid #fff;box-shadow: 0 0 3px #c2a758;margin: 50px 0;}
.about-contant-box p{font-size: 15px;color: #252525;font-weight: 400;line-height: 25px}

footer.footer{border-top: 6px solid #eae2cb;margin-top: 60px;}






/*  contact page  */
.sidebar .panel-group .panel {border: 0 solid rgba(0, 0, 0, 0);border-radius: 0;margin-bottom: 0;}
.sidebar .panel .panel-heading, .wpcf7-form .panel .panel-heading {background: #d3ba70 none repeat scroll 0 0;border: 0 solid rgba(0, 0, 0, 0);}
.sidebar .panel .panel-heading .panel-title a, .wpcf7-form .panel .panel-heading .panel-title a{color: #fff;  position: relative;padding: 0 20px;line-height: 50px;}
.sidebar .panel .panel-heading .panel-title a:after, .wpcf7-form .panel .panel-heading .panel-title a:after{position: absolute;content: "\f0da";top: 0;line-height: 50px;right: 20px;font-size: 24px;transform: rotate(90deg);font-family: FontAwesome;color: #fff;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.sidebar .panel .panel-heading .panel-title a.collapsed:after, .wpcf7-form .panel .panel-heading .panel-title a.collapsed:after{transform: rotate(-90deg);-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.sidebar .panel-body{padding: 0;}
.sidebar .panel-body ul li {border-bottom: 2px solid #d3ba70;display: inline-block;line-height: 50px;padding: 0 20px;width: 100%;}
.sidebar .panel-body ul li p {display: block;float: left;margin: 0;color: #8d8d8d;font-size: 16px;}
.sidebar .panel-body ul li a, .panel-body ul li span {display: block;color: #8d8d8d;font-size: 16px;overflow: hidden;padding: 0 0 0 10px;font-weight: normal;}
.sidebar .panel-body ul li span{line-height: 23px;margin-top: 15px;padding: 0 60px 10px 10px;}
.sidebar .map{display: inline-block;width: 100%;height: 400px;border: 3px solid #fff;box-shadow: 0 0 2px #d3ba70;}
.sidebar .map iframe{border: 0px solid transparent;}

.wpcf7-form .panel.panel-default{border: 0;}
.contact-page .wpcf7-form input, .contact-page .wpcf7-form select {height: 47px;}
.contact-page .wpcf7-form input, .contact-page .wpcf7-form select, .contact-page .wpcf7-form textarea {width: 100%;background: #f1eee7;color: #000;padding: 10px 15px;border: 0;border-radius: 0px;box-shadow: none;font-size: 17px;border-radius: 7px;box-sizing: border-box;}
.contact-page .wpcf7-form label {font-size: 16px;color: #000;font-weight: 400;/*margin: 20px 0 10px*/margin:7px 0;display: inline-block;width: 100%;float: left;}
.contact-page .wpcf7-form .panel .panel-heading#mainheadingTwo {margin-top: 13px;}
.contact-page .wpcf7-form div#maincollapseTwo h4 {font-size: 16px;font-weight: 600;color: #252525;/*margin: 20px 0 20px*/ margin:10px 0;}
.contact-page .wpcf7-form div#maincollapseTwo .mvup h4 { margin-top:5px; }
.contact-page .wpcf7-form span.wpcf7-list-item {width: 31%; margin:0 1em 0 0;}
.contact-page .wpcf7-form div#maincollapseTwo h4 + p {margin-bottom: 7px !important;}
.contact-page .wpcf7-form  p {color: #362200;}
.contact-page .wpcf7-form span.wpcf7-list-item input {
    width: 15px;
    height: 15px;
    margin: 0;
    margin-right: 10px;
}
.contact-page .wpcf7-form span.wpcf7-list-item label {
    font-size: 14px;
    color: #362200;
    line-height: 14px;
    margin: 0 0 5px;
}
.contact-page .wpcf7-form input[type="submit"] {
    width: 240px;
    background: #d3ba70;
    color: #f1eee7;
    border: 1px solid #a89867;
    margin-top: 20px;
    font-size: 15px;
}
.upload-box{
    display: flex;
    align-items: center;
  }
span#upload {
        width: auto;
    background: #f1eee7;
    color: #000;
    padding: 10px 25px;
    border: 1px solid #e2ded5;
    height: 40px;
    min-width: 280px;
    max-width: 280px;
        white-space: nowrap;
    box-sizing: border-box;
    display: inline-block;
        line-height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
}
.attached-file input {
    opacity: 0;width: 245px;
}
.attached-file:before {
    content: "Upload file";
    position: absolute;
    left: 20px;
    padding: 2px;
    background: #909090;
    color: #fff;
    width: 245px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 35px;
}
.row.ptb-4 {
    padding-top: 55px;
    padding-bottom: 40px;
}


.about-contant-box.contact-page p{margin: 0;}
.about-contant-box.contact-page p a{color: #d3ba70;border-bottom: 2px solid #eadec0;}
.contact-page textarea{height: 150px;margin-bottom: 0;}
.contact-page select {appearance:none;-moz-appearance:none; /* Firefox */-webkit-appearance:none; /* Safari and Chrome */z-index: 1; padding: 0 37px 0 17px;}
.contact-page select:focus{outline: none !important;}
.contact-page .asend-btn{width: auto; height: auto; box-shadow: none; float: right;background: #d3ba70;color: #fff;font-size: 18px;display: inline-block;padding: 13px 26px;border: 0px solid transparent;border-radius: 3px;}
.select-box{position: relative;}
.select-box .arrow {border-left: 10px solid rgba(0, 0, 0, 0);border-right: 10px solid rgba(0, 0, 0, 0);border-top: 10px solid #056a7c;bottom: 23px;height: 0;position: absolute;right: 10px;width: 0;z-index: 0;pointer-events: none;}
.contact-page {margin-bottom: 100px;}



/*  Dr. Marjan Jones   */
.Marjan-page .about-contant-box > img {margin-top: 0;}
.about-contant-box > ul:not(.toc_list) li{position: relative;padding: 0 0 0 22px;line-height: 30px;font-size: 14px; margin-bottom:10px;}
.about-contant-box > ul:not(.toc_list) li:after{position: absolute;content: "";line-height: 35px;left: 0;top: 15px;margin: -6px 0 0 0;background: url(images/dott.png);height: 12px;width: 12px;display: block;}
.about-contant-box h5 {font-size: 18px;font-weight: 600;line-height: 44px;margin: 0;}
.about-contant-box .testimonial p {color: #bb8b00;font-size: 22px;font-weight: 600;margin: 0;}
.testimonial {display: inline-block;width: 100%;float: left;border-top: 3px solid #d3ba70;border-bottom: 3px solid #d3ba70;padding: 35px 0;margin: 0 0 35px;}
.testimonial .left {display: block;float: left;}
.testimonial .right {display: block;overflow: hidden;padding: 0 0 0 30px;}
.about-contant-box .toc_list li ul li {padding: unset;position: unset;font-size: unset;line-height: unset;}
ul.normal {margin-bottom: 20px;list-style-type: none;padding-left: 20px;}
li.page_item.page-item-245 a {line-height: 1em;padding: 20px 20px;}
.left-dropdown .clips > li.page-item-245 > a:after {position: absolute;content: "\f0da";right: 20px;top: 50%;line-height: 50px;font-size: 18px;font-family: FontAwesome;color: #d3ba70;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
ul.children {display: none;}




/*  FAQS  */

.faq-page .panel .panel-heading .panel-title a{background: transparent;position: relative;padding:25px 55px 25px 15px;}
.faq-page  .panel .panel-heading .panel-title a:after{position: absolute;content: "\f107";top: 0;line-height: 76px;right: 20px;font-size: 24px;transform: rotate(180deg);font-family: FontAwesome;color: #000;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.faq-page .panel .panel-heading .panel-title a.collapsed:after{transform: rotate(-0deg);-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.faq-page .panel .panel-heading .panel-title a.collapsed{background: #f2eee8;}
.faq-page .panel .panel-heading {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: 0 solid rgba(0, 0, 0, 0);border-radius: 0;padding: 0;}
.faq-page .panel-group .panel {border: 2px solid #d7d2c9;border-radius: 0;box-shadow: none;margin-bottom: 22px;}
.faq-page .panel-default > .panel-heading + .panel-collapse > .panel-body{border:0px solid transparent;padding: 10px 35px 20px;font-size: 18px;font-weight: 300;line-height: 28px;}



/*  News & Media Detail */
.news-page .sidebar .panel-group .panel{margin-bottom: 50px;}
.news-page .sidebar .panel-body ul li a, .news-page .panel-body ul li span{padding: 10px 0 10px 10px;line-height: 26px;}
.news-page .about-contant-box.contact-page p{margin-bottom: 40px;}
.about-contant-box ul.title-breadcome li::after{content: none;}
.about-contant-box ul.title-breadcome{display: inline-block;width: 100%;float: left;padding: 15px 0 50px;}
.about-contant-box ul.title-breadcome li{display: inline-block;float: left;width: auto;padding:0 35px 0 0;line-height: normal;color: #8d8d8d;font-size: 16px;}
.about-contant-box ul.title-breadcome li img{margin: 0 5px 0 0;}
.news-page .about-contant-box h2{font-size: 28px; font-weight: 300; color: #bb8b00;}


/*  News & Media  */
.about-contant-box ul.news-media-page { margin-bottom: 30px; }
.about-contant-box ul.news-media-page li{line-height: normal;padding: 0; }
.about-contant-box ul.news-media-page li:after{content: none;}
.news-media-page .news-box .left{display: block; float: left; width: 300px;}
.news-media-page .news-box .left img{border: 10px solid #fff;box-shadow: 0 0 3px #c2a758;}
.news-media-page .news-box .right{display: block;position: relative; overflow: hidden;padding: 0 0 0 30px;}
.news-media-page .news-box .right ul.title-breadcome li{display: inline-block;float: left;width: auto;padding:0 35px 0 0;line-height: normal;color: #8d8d8d;font-size: 16px;}
.news-media-page .news-box .right ul.title-breadcome li img{margin: 0 5px 0 0;}
.news-media-page .news-box .right p{line-height: 28px;}
.about-contant-box  .news-media-page .news-box .right ul.title-breadcome{padding: 10px 0 30px;}
.read-more-btn {display: inline-block;float: right;text-align: right;color: #bb8b00;font-size: 14px;text-transform: uppercase;font-weight: 400;border-bottom: 4px solid #bb8b00;padding:  0 0 5px;}
.news-media-page > li {border-bottom: 1px solid #bb8b00;margin-bottom: 60px;}


.about-contant-box .pagineshan li::after {content: none;}
.about-contant-box .pagineshan li {display: inline-block;padding: 0;width: auto;}
.pagineshan span{margin: 0 10px 0 0;}
.pagineshan {display: inline-block;float: left;text-align: center;width: 100%;margin: 0 0 100px;}
.pagineshan > ul {display: inline-block;}
.pagineshan ul li a {border: 1px solid transparent;color: #777777;font-weight: 300;line-height: 30px;padding: 5px 15px;border-radius: 3px;}
.pagineshan ul li.active a, .pagineshan ul li a:hover, .pagineshan ul li a:focus{border: 1px solid #dadada;}



/*  Request Appointment  */
.input-group.date .input-group-addon {cursor: pointer;}
.input-group-addon:last-child {border-left: 0 none;}
.date-box span{position: relative;width: 100%;display: inline-block;float: left;}
.date-box span:after{position: absolute;content: "\f073";font-family: FontAwesome;font-size: 18px;color: #000;display: block;right: 15px;top: 0;line-height: 65px;pointer-events: none;}
.date-box span input {padding: 0 45px 0 15px;}
.request-appointment-page .contact-page {margin: 0;}
.request-appointment-page  .contact-page input, .request-appointment-page  .contact-page select, .request-appointment-page  .contact-page textarea{font-size: 14px;font-weight: 400;height:40px;}
.request-appointment-page  .contact-page textarea { height:110px; }
.request-appointment-page  .contact-page input[type="submit"] { height:47px; }




.main-slider{display: inline-block;width: 100%; float: left; background: #fff;}
.slider-dertail .slider-contant {position: absolute;top: 50%;left: auto;right: 54%;margin:  -128px 0 0;z-index: 999;width: 100%;max-width: 580px;}
.slider-dertail {left: 0;margin: 0 auto;position: absolute;right: 0;top: 0;bottom: 0;}
.slider-dertail::after {background:url(images/banner-text.png);bottom: 0;content: "";display: block;left: 0;position: absolute;right: 0;top: 0;background-size: 100% auto;z-index: 5;}
.main-slider .sliders .item{height: auto;}
.main-slider .sliders .item .mobile{display: none;}
.main-slider .title{display: inline-block;width: 100%;float: left; font-size: 42px; font-weight: 600; color: #534741;}
.main-slider .title:after{background:#534741;width: 92px;height: 5px;}

.main-slider p{font-size: 19px;color: #534741;line-height: 36px;}
.main-slider .about-btn {background: #ffffff none repeat scroll 0 0;border: 2px solid #ddd8cf;border-radius: 6px;color: #bb8b00;display: inline-block;font-size: 16px;font-weight: 600;padding: 17px 30px;text-transform: uppercase;}
.main-slider .slider .owl-controls{display: block !important; top: 0; bottom: 0; }
.owl-pagination{position: absolute; left: 0; right: 0; bottom: 0;}
.sliders .owl-buttons {position: absolute;top: 50%;left: 0;right: 0;}
.main-slider .sliders .owl-buttons .owl-prev, .main-slider  .sliders .owl-buttons .owl-next{top: 0;background: #000;border:0px solid transparent;color: #fff;border-radius: 0;margin: 0;}
.main-slider .sliders .owl-buttons .owl-prev{left: 0;}

.main-slider  .sliders .owl-buttons .owl-next{right: 0;}
.main-slider .owl-carousel{display: block;}
.owl-theme .owl-controls{margin: 0;}
.main-slider .sliders .owl-buttons .owl-prev{
  background: url(images/arrow-left.png);
  left: 0;
  font-size: 0;
  height: 60px;
  width: 44px;
  position: absolute;
}

.main-slider .sliders .owl-buttons .owl-next{
  background: url(images/arrow-right.png);
  right: 0;
  font-size: 0;
  height: 60px;
  width: 44px;
  position: absolute;
}
.owl-theme .owl-controls .owl-page span{
  background: #fff;
}

.about-contant-box .pagineshan li.active {
   border: 1px solid #dadada;
   color: #777777;
   font-weight: 300;
   line-height: 30px;
   padding: 5px 15px;
   border-radius: 3px;
}
.pagination a {
   border: 1px solid transparent;
   color: #777777;
   font-weight: 300;
   line-height: 30px;
   padding: 5px 15px;
   border-radius: 3px;
}
.facebook-sidebar iframe {
    width: 100% !important;
}



.about-contant-box ol li { margin-bottom:10px; }


@media screen and (max-width: 1450px){
  .latest-news .left .date{
    float: left;
  }
  .latest-news .right{display: block;}
}



@media screen and (max-width: 1390px){
	.section-page-header .title, .single-post .section-page-header .title	{text-shadow: 2px 2px 4px #ffffff;}
  .navbar .nav li a{
    padding: 8px 13px;
    font-size: 13px;
  }
  .slider-dertail .slider-contant{
    right: 50%;
    max-width: 480px;
  }
  .main-slider .title{
    font-size: 34px;
  }
  .main-slider p{
    font-size: 16px;
  }
  .testimonial{
    padding: 35px 0 35px 20px;
  }
  .main-slider .about-btn {
    font-size: 13px;
    padding: 12px 22px;
  }
    .navbar-collapse.collapse{
        float:right;
    }
    .news-media-page .news-box .left {
    display: block;
    float: unset;
    width: 100%;
    }
    .news-box .left a {
    display: block;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 20px;
    }
    .contact-page label {
        font-size:14px;
    }
    .contact-page input, .contact-page select{
        height: 40px;
    }
    .contact-page input, .contact-page select, .contact-page textarea {
        font-size: 13px;
    }
    .select-box .arrow {
        bottom: 8px;
    }
    
    .breadcrumb {
        padding: 0 0 40px;
    }
}





@media only screen and (min-width: 1200px) and (max-width: 1366px) {
.priventive-care-sec .right-sec ul li .priventive-care-box a{font-size:20px; margin-top:25px;}

}



@media screen and (max-width: 1200px){

  .about-contant-box {
      padding-left: 30px;
      width: 65%;
  }
  .sidebar {
      max-width: 100%;
      padding: 0 30px 0 0;
      width: 35%;
  }
  .section-page-header .title{
    font-size: 40px;
  }
  .sidebar .panel-body ul li span{
    padding: 0 0 10px 10px;margin: 0;
  }
  .sidebar .panel-body ul li{
    line-height: normal;
    padding: 10px;
  }
  .news-page .about-contant-box h2{
    font-size: 22px;
    line-height: normal;
  }
  .news-media-page .news-box .right p {
      font-size: 16px;
      line-height: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .contact-page .wpcf7-form span.wpcf7-list-item {width: 44%;}
  .attached-file:before{padding: 2px 20px;width: auto;}
}

@media screen and (max-width: 1024px){
  h1{font-size: 32px;}
  .about-sec h3, footer .phone-no, .phone-no{font-size: 18px;}
  .about-text-block strong{font-size: 20px;}
  .about-text-block p, .tongue-tie-textblock p, .footer p{font-size: 16px; line-height: 28px;}
  .priventive-care-text-block span, h2.title, footer h2.title{font-size: 24px;}
  .priventive-care-text-block p{font-size: 16px;}
  .tongue-tie-textblock h2{font-size: 40px;}
  .latest-news{padding: 15px 20px;}
  .map iframe{float: left; height: 480px;}
  .nav li a.dd_toggle{right: -0px;}
  
  .navbar-collapse.collapse > ul{display: inline-block !important;opacity: 1; width: 100%;}
  .navbar .nav li a{padding:6px 7px; font-size: 12px;}
  
  
  footer .c-col{padding: 0 15px;}
  .rqst-appoment span{font-size: 12px;}
  
  .slider-dertail .slider-contant {right: auto;margin: -138px 0 0;max-width: 400px;left: 60px;}
  .navbar .nav li a.dropdown-toggle {
      padding: 6px 19px 6px 7px;
  }
  .left-dropdown .clips > li > a{
    font-size: 14px;
  }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .priventive-care-sec .right-sec ul li .priventive-care-box a{font-size:16px; margin-top:15px;}
}

@media only screen and (max-width: 991px) {
  .priventive-care-sec{height: auto; overflow:inherit;}
  .priventive-care-sec .left-sec{float: left; width: 100%;}
  .priventive-care-sec .right-sec{float: left; width: 100%;}
  .priventive-care-sec .right-sec ul li{height:30vw;}
  .priventive-care-sec .right-sec ul li .priventive-care-box a{font-size:20px; margin-top:25px;}
  footer .bdrg-btn{font-size: 14px; padding: 16px 20px;}
  .latest-news .right h5{font-size: 14px;}
  .footer-bottom{padding: 15px 0;}
  .tongue-tie-sec{padding: 20% 5% 20%; min-height: inherit;}
  .about-contant-box h2{font-size: 26px; line-height: 36px;}
  .about-contant-box p{font-size: 14px; line-height: 28px;}
  .slider-dertail .slider-contant {
      max-width: 340px;
      padding: 0 15px;
  }
  .navbar .nav li a{
    font-size: 11px;
  }
  .main-slider .slider .item .full{display: none;}
  .main-slider .slider .item .mobile{display: block; height: 100%; width: 100%;}
  .main-slider .slider .item{height: 440px;}
  .slider-dertail::after{background-repeat: no-repeat; background-position: center; background-size: 100% 100%;}
  .main-slider .title{
    font-size: 38px; line-height: 40px;
  }
  .main-slider p{
    font-size: 14px;
    line-height: 26px;
  }
  .main-slider .about-btn{
    font-size: 12px;
  }
  .main-slider .slider .owl-controls{
    display: none !important;
  }
  .news-media-page .news-box .right{width: 100%; padding: 20px 0 0 0;}
  .beautiful-life::after{width: 245px; background-repeat: no-repeat; background-size:  100% auto;}
  .beautiful-life{padding: 230px 25px 40px;}
  .beautiful-life h3{font-size: 18px; line-height: normal;}
  .beautiful-life .rqst-appoment span {
      font-size: 9px;
      padding: 13px 15px;
  }
  .faq-page .panel-default > .panel-heading + .panel-collapse > .panel-body{
    font-size: 14px;
    line-height: 26px;
  }

}

@media only screen and (max-width: 767px) {

  footer .c-col {
      padding: 0 15px;
      width: 100%;
      margin: 0 0 50px;
  }
  .header-top-right {
      float: none;
      margin: 22px auto -10px;
      display: table;
  }
  .header {
      padding: 15px 0 0;
  }
  h1 {
      font-size: 22px;
      margin: 0 0 50px;
  }
  .about-text-iiner {
      margin: 25px 0 0;
  }
  .about-text-block strong {
      font-size: 18px;
      margin: 0 0 20px;
  }
  .about-text-block p, .tongue-tie-textblock p, .footer p {
      font-size: 14px;
      line-height: 26px;
      margin: 0 0 20px;
  }
  .about-text-block .about-btn{
    font-size: 14px;
    padding: 15px 44px;
  }
  .priventive-care-sec .right-sec ul li .priventive-care-box a{font-size: 16px;}
  .tongue-tie-textblock h2 {
      font-size: 28px;
  }
  header .phone-no{
    position: absolute;
    font-size: 0;
    top: -97px;
    right: 83px;
    background: url(images/mobile-phone-icon.png);
    height: 42px;
    width: 42px;
    background-repeat: no-repeat;
  }
  header .phone-no img{display: none;}
  header .rqst-appoment{display: none;}
  .navbar .navbar-toggle{position: absolute; right: 35px; width: 53px; padding: 0; height: 40px; top: 50%; margin: -24px 0 0; border: 0px solid transparent;}
  header a.logo {
      max-width: 273px;
      display: inline-block;
      width: 100%;
  }

  .navbar-toggle span {
    background-color: #464646;
    width: 100%;
    /*height: $bar-size;*/
    /*border-radius: $bar-size / 4;*/
    display: block;
    position: absolute;
    left: 0;
    content: '';
    /* transition time and time function */
    transition: .5s ease-in-out;
    height: 8px;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    border-radius: 0px;
    transition: all 0.5s ease-in-out;
  }

  .navbar-toggle.collapsed span:nth-child(1) {
    transform-origin: left center;
    transform: rotate(0);
    top: 0;
  }

  .navbar-toggle.collapsed span:nth-child(2) {
    
    transform-origin: left center;
    opacity: 1;
    transform: rotate(0);
    width: 100%;
    top: 50%;
    margin: -4px 0 0;
  }

  .navbar-toggle.collapsed span:nth-child(3) {
    
    transform-origin: left center;
    transform: rotate(0);
    bottom: 0;
  }

  .navbar-toggle span:nth-child(1) {
    transform: rotate(45deg);
    
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .navbar-toggle span:nth-child(2) {
    width: 0%;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .navbar-toggle span:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .navbar-collapse.collapse > ul.navbar-right{margin: 0; padding: 0; }
  #main-menu{
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    margin: 0;
    padding: 0 15px;
    overflow: inherit;
  }
  .navbar .nav li a.dropdown-toggle {
    padding: 6px 19px 6px 7px;
  }
  .contact-page label{
    margin: 30px 0 10px;
  }
  .breadcrumb{padding: 0 0 40px;}
  .section-page-header{margin: 0 0 30px;background-position: left center !important;}
  footer .our-office{margin: 0 auto;}
  footer .enquiries, footer .location-box{margin: 0 auto 50px;}
  .footer-three{margin: 0; padding: 0;}
  .slider-dertail .slider-contant {
    max-width: 280px;
    padding: 0 15px;
    right: auto;
    left: 50px;
    text-align: left;
}
.faq-page .panel .panel-heading .panel-title a::after{
  top: 0;line-height: 56px;
}
.main-slider .sliders .item{
  height: 480px;
}
.main-slider .sliders .item img{width: 100%;height: 100%;}
.owl-theme .owl-controls{display: none !important;}
.navbar .nav li a:hover, .navbar .nav li a.hover, .navbar .nav li a:focus, .navbar .nav li a.focus, .navbar .nav li.active > a, .navbar .nav li a{
  border: 0px solid transparent
}
.navbar .nav li.active a{
  background: #f5f5f5;
}
.navbar .nav li a{
  border-radius: 0px !important;
}
	.main-slider .sliders .item .full { object-fit:cover; }
	/*.main-slider .sliders .item .mobile { display:block;object-fit:cover; }*/
	.about-contant-box > ul:not(.toc_list) li { line-height:30px; margin-bottom: 5px; }


  .contact-page .wpcf7-form span.wpcf7-list-item {width: 100%;}
  .contact-page .wpcf7-form label{margin: 7px 0;}
  .contact-page .wpcf7-form div#maincollapseTwo h4{margin: 9px 0;}
  .upload-box {display: block;}
  span#upload{width: 100%;max-width: 100%;}
  .attached-file:before {position: relative;left: 0;width: 100%;display: inline-block;margin-top: 10px;}
  div.wpcf7 input[type="file"] {cursor: pointer;position: absolute;top: -12px;width: 100%;display: inline-block;left: 0;}
  .row.ptb-4 {padding-top: 10px;padding-bottom: 10px;}
  .sidebar .panel .panel-heading .panel-title a, .wpcf7-form .panel .panel-heading .panel-title a {padding: 15px 20px;line-height: 20px;}
}

@media screen and (max-width: 736px){
  .sidebar{
    display: none;
  }
  .about-contant-box{
    width: 100%;
    padding: 0;
  }
  .contact-page textarea {
      margin-bottom: 0px;
  }
}




@media screen and (max-width: 640px){
	
   iframe {width:330px!important; height:185px!important;}
  .priventive-care-sec .right-sec ul li{width: 100%; height: 210px;}
  .bottom-sec .c-col {
      width: 100%;
  }
  .bottom-sec .btm-img{height: 200px;}
  h1{font-size: 37px;margin: 0 0 50px 35px;}
  .about-sec h3, footer .phone-no, .phone-no{font-size: 24px;}
  h1:before{bottom: -50px;}
 
  .about-sec h3 {
      margin: 45px 0 45px 35px;
      display: inline-block;
      width: 100%;
      float: left;
  }
  .about-img-block {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      text-align: center;
  }
  .about-text-block {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      text-align: center;
      padding: 0 50px;
  }
  .priventive-care-text-block p {
      font-size: 16px;
      width: 100%;
      padding: 0 15px;
  }
  .section-page-header .title {
      font-size: 30px;
  }
  .section-page-header{
    padding: 50px  0;
  }
  .about-contant-box h2{
    font-size: 24px;
  }
  .contact-page label{
    font-size: 16px;
  }
  .about-contant-box ul li:after{
    top: 0;
    margin: 16px 0 0 ;
  }
  .about-contant-box .testimonial p{
    font-size: 18px;
  }
  .slider-dertail .slider-contant {
      left: 40px;
      max-width: 280px;
      padding: 0 15px;
      right: auto;
      text-align: left;
  }
  .slider-dertail::after{
    width: 790px;
  }
  .faq-page .panel .panel-heading .panel-title a {
      font-size: 14px;
      line-height: normal;
      padding: 15px 55px 15px 10px;
      position: relative;
  }
  .faq-page .panel-default > .panel-heading + .panel-collapse > .panel-body{
    padding: 10px 15px;
  }

}



@media screen and (max-width: 480px){
  h1 {
      font-size: 26px;
      margin: 0 0 30px 15px;
  }
  h1:before {
      bottom: -30px;
  }
  .about-sec h3 {
      margin: 35px 0 25px 15px;
  }
  .about-text-block{
    padding: 0 ;
  }
  header a.logo{
    max-width: 160px;
  }
  .navbar .navbar-toggle{
    right: 15px;
  }
  header .phone-no {
      top: -69px;
      right: 33px;
      height: 26px;
      width: 26px;
      background-size: cover;
  }
  .about-sec{
    padding: 50px 0;
  }
  .footer{
    padding-top: 50px;
  }
  footer .enquiries, footer .location-box {
      margin: 0 auto 30px;
  }
  footer .c-col{
    margin: 0 0 40px;
  }
  .footer-three{
    padding-bottom: 10px;
  }
  .tongue-tie-textblock{padding:15px;}
  .tongue-tie-textblock h2 {
      font-size: 24px;
  }
  .navbar .navbar-toggle{
    height: 27px;
    margin: -16px 0 0 0;
    width: 33px;
  }
  .navbar .navbar-toggle span{height: 5px;}
  .navbar-toggle.collapsed span:nth-child(2){margin: -3px 0 0 0;}
  .section-page-header .title {
      font-size: 26px;
  }
  .about-contant-box h2 {
      font-size: 20px;
      line-height: 28px;
  }
  .about-contant-box p {
      font-size: 14px;
      line-height: 24px;
  }
  .priventive-care-text-block span, h2.title, footer h2.title {
      font-size: 22px;
  }
  .about-sec h3, footer .phone-no, .phone-no {font-size: 20px;}
  .main-slider .title {font-size: 29px;line-height: 35px;}
  .slider-dertail .slider-contant{max-width: 240px;left: 15px;}
  .slider-dertail::after {width: 550px;}
  .testimonial .left{width: 25px;}
  .about-contant-box .testimonial p {font-size: 14px;}
  .testimonial .right{padding: 0 0 0 15px;}
  .about-contant-box ul li{font-size: 14px;line-height: normal;margin: 0  0 10px;}
  .about-contant-box ul li::after{margin: 6px 0 0 0;}
  .about-contant-box h5{font-size: 14px;}
  .main-slider .sliders .item {
      height: 270px;
  }
  .main-slider p{display: none;}
  .slider-dertail .slider-contant {
      margin: -70px 0 0 0;
  }
}

@media screen and (max-width: 360px){
  .main-slider .about-btn {font-size: 12px;padding: 17px 20px;}
  .main-slider .title {font-size: 22px;line-height: 25px;}
  .slider-dertail .slider-contant {max-width: 190px;}
  .slider-dertail::after {width: 420px;}
  .main-slider .slider .item {height: 370px;}
}





.page-template-News-media h2.widgettitle, .single-post h2.widgettitle{
    display: none;
}

.page-id-315 .beautiful-life {margin: 0;}
ul.ppList li {
    padding: 0!important;
    line-height: 2em!important;
}

ul.ppList li:after {
    display: none!important;
}

ul.ppList {
    margin-bottom: 20px;
    list-style-type: disc;
    padding-left: 40px;
}
