/*!
Theme Name: CEPH
Theme URI:
Author: Siddhartha Maharjan
Author URI:
Description: A semantic, HTML5, Custom jQuery, Minimal WordPress Theme Designed and Developed by Catch Square.
Version: 2.0.1
License:Copyright &copy; 2023 The CEPH Nepal.
License URI:
Text Domain: CEPH
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats, custom-post-type, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
}

.clearfix:before {
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*--------------------------------------------------------------
# Box Sizing
--------------------------------------------------------------*/
*,
*:after,
*:before {
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
  color: #000000;
  outline: 0;
}

a:hover {
  color: #000000;
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  height: auto;
}

img.alignleft {
  margin-right: 10px;
  margin-bottom: 10px;
}

img.alignright {
  margin-left: 10px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.pull-left,
.alignleft,
.floatleft {
  float: left;
}

.pull-right,
.alignright,
.floatright {
  float: right;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.625em;
}

h3 {
  font-size: 2.25em;
}

h4 {
  font-size: 1.875em;
}

h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 1.125em;
}

p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 400;
}

blockquote {
  font-style: italic;
  font-family: "Poppins", sans-serif;
  padding: 0 0 20px 40px;
}

sup,
sub {
  position: relative;
  font-size: 0.6rem;
}

sup {
  top: -7px;
}

sub {
  bottom: -7px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

big {
  font-size: 150%;
}

.bold,
strong, h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Keyframe Animations
--------------------------------------------------------------*/
@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide-down {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes slide-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html,
body {
  width: 100%;
}

.post,
.page {
  margin: 0;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #4f4f4f;
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

input,
select,
textarea {
  color: #000000;
}

textarea {
  min-height: 200px;
}

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

a {
  color: #4f4f4f;
  text-decoration: none;
  outline: none;
}

a:visited, a:focus {
  color: #4f4f4f;
  outline: none;
}

a:hover {
  color: #00bab0;
  text-decoration: none;
  outline: none;
}

.basePadding {
  padding-top: 200px;
  padding-bottom: 200px;
}

.basePadding.low {
  padding-top: 100px;
  padding-bottom: 100px;
}

.basePaddingBottom {
  padding-bottom: 200px;
}

.basePaddingTop {
  padding-top: 200px;
}

.btn {
  border-radius: 0;
  font-size: 21px;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid #00bab0;
  color: #00bab0;
  padding: 8px 20px;
}

.btn.dark, .btn:hover {
  background: #00bab0;
  color: white;
}

.btn.dark:hover {
  background: #ffffff;
  color: #00bab0;
}

.btn.white {
  background: white;
  color: #00bab0;
  border-color: white;
}

.btn.white:hover {
  background-color: #00bab0;
  color: white;
  border-color: #00bab0;
}

.sectionTitle {
  color: #00bab0;
  font-size: 50px;
}

.sectionTitle.allCap {
  text-transform: uppercase;
}

.sectionLabel {
  position: relative;
  display: inline-block;
  line-height: 20px;
}

.sectionLabel:before {
  background: rgba(0, 0, 0, 0.05);
  width: 104%;
  height: 10px;
  position: absolute;
  bottom: -0px;
  left: -2%;
  z-index: 0;
  display: block;
  content: "";
}

.sectionLabel span {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  color: #00bab0;
  font-size: 16px;
  letter-spacing: 2px;
}

form input,
form textarea,
form select {
  font-family: "Poppins", sans-serif;
  background: none;
  border: 1px solid #d1d1d1 !important;
  border-radius: 0 !important;
  padding: 10px 15px;
  margin-bottom: 15px;
  width: 100%;
  /*font-style: italic;
    color: $white;*/
}

form textarea {
  resize: none;
  height: 120px;
}

form select {
  padding: 13px 15px;
}

form input.submit-btn,
form input[type="submit"] {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-style: normal;
}

input[type="submit"] {
  background: #00bab0;
  border: none !important;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 20px !important;
  width: auto;
}

.owl-theme .owl-controls .owl-buttons div {
  background: white;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  padding: 0;
  position: absolute;
  top: 45%;
  opacity: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -18px;
  -webkit-animation: bounceLeft 2s infinite;
          animation: bounceLeft 2s infinite;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -18px;
  -webkit-animation: bounceRight 2s infinite;
          animation: bounceRight 2s infinite;
}

.owl-theme .owl-controls .owl-buttons div i {
  color: #000000;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #efff42;
}

.entry-content blockquote {
  border-left: 7px solid #e1e1e1;
  padding-left: 20px;
  padding-bottom: 0;
  max-width: 80%;
  text-align: justify;
  margin-bottom: 15px;
}

.entry-content blockquote p {
  font-weight: 700;
  margin: 0;
}

.entry-content ul,
.entry-content ol {
  padding: 0 0 10px 35px;
}

.entry-content ul li,
.entry-content ol li {
  list-style: circle;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Bootstrap Resets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.infoBar {
  background-color: #00bab0;
  color: white;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 5px 0;
}

.infoBar p {
  margin-bottom: 0;
}

.site-branding {
  background: white;
  -webkit-box-shadow: 0 0px 20px #e1e1e1;
          box-shadow: 0 0px 20px #e1e1e1;
  position: relative;
  z-index: 1;
}

.logo {
  padding: 10px 0;
}

.logo img {
  max-height: 75px;
  width: auto;
}

.main-navigation {
  text-align: right;
}

.main-navigation .nav-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.main-navigation .nav-menu li a {
  padding: 30px 15px;
  font-weight: 300;
}

.main-navigation .nav-menu li a:hover {
  background: #00bab0;
  color: #ffffff;
}

.main-navigation .nav-menu li.current_page_item a {
  background: #00bab0;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.followus {
  background-color: #fbfbfb;
}

.followus h2 {
  margin: 0;
  text-align: right;
  font-size: 40px;
  text-transform: uppercase;
  padding: 15px 0;
}

.followus .socialmedia {
  background: #00bab0;
  color: white;
  height: 100%;
  padding: 20px;
  text-align: center;
}

.site-info {
  -webkit-box-shadow: 0 0 1px 2px #e1e1e1;
          box-shadow: 0 0 1px 2px #e1e1e1;
  padding: 15px 0;
  font-size: 15px;
  font-weight: 400;
}

.site-info .site-menu li {
  display: inline-block;
}

.site-info .copyright a {
  font-weight: 700;
  text-transform: uppercase;
}

.site-info .site-menu li {
  position: relative;
}

.site-info .site-menu li::before {
  content: "|";
  display: inline-block;
  margin: 0 8px 0 3px;
}

.site-info .site-menu li:first-child:before {
  display: none;
}

.contactDetails {
  margin-top: 15px;
  width: 70%;
}

.contactDetails li {
  font-weight: 400;
  position: relative;
  padding-left: 85px;
  margin-bottom: 10px;
}

.contactDetails li span {
  display: inline-block;
  position: absolute;
  font-weight: 700;
  left: 0;
  margin-right: 15px;
}

.upperfooter {
  padding: 50px;
}

.footerMenu {
  padding-top: 30px;
}

.footerMenu h5 {
  font-size: 28px;
  font-weight: 400;
}

.footerMenu li {
  margin-bottom: 10px;
  font-weight: 400;
}

.socialmedia li {
  display: inline-block;
  margin: 0 2px;
}

.socialmedia svg {
  max-width: 22px;
  height: auto;
  color: white;
  fill: white;
  -webkit-filter: invert(92%) sepia(98%) saturate(31%) hue-rotate(257deg) brightness(106%) contrast(100%);
          filter: invert(92%) sepia(98%) saturate(31%) hue-rotate(257deg) brightness(106%) contrast(100%);
}

/*--------------------------------------------------------------
# pages
--------------------------------------------------------------*/
.mainBanner .bannerSlider {
  position: relative;
}

.mainBanner .bannerSlider .owl-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.mainBanner .bannerSlider .owl-controls .owl-page {
  margin: 0 5px;
}

.mainBanner .bannerSlider .owl-controls .owl-page span {
  width: 40px;
  height: 7px;
  margin: 0;
  background: white;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 5, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 5, 0.1);
}

.aboutSection {
  background: url(../img/dots-big.png) no-repeat 95% 10%;
}

.aboutSection figure {
  background: #eeeeee;
  text-align: center;
  padding: 50px;
}

.aboutSection h4 {
  font-size: 16px;
  line-height: 26px;
}

.approach {
  position: relative;
}

.approach ul {
  counter-reset: section;
  list-style-type: none;
  max-width: 400px;
}

.approach ul li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  margin-bottom: 18px;
  padding-left: 28px;
}

.approach ul li:before {
  counter-increment: section;
  content: counters(section, "") ".";
  display: inline-block;
  position: absolute;
  left: 0;
  font-weight: 700;
  font-size: 25px;
}

.approach figure {
  position: absolute;
  left: 5%;
  background-repeat: no-repeat;
  bottom: 0;
  height: 100%;
  width: 50%;
}

.slogan {
  background: #00bab0;
  text-align: center;
}

.slogan p {
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  color: white;
  margin: 0;
}

.ourTeam .content {
  padding: 60px 40px;
  text-align: center;
  color: #4f4f4f;
  background-position: center;
  background-size: 40%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.ourTeam .content h3 {
  font-weight: 700;
  font-size: 21px;
  margin: 0;
}

.ourTeam .content .designation {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 4px;
  font-weight: 300;
}

.ourTeam .content .btn {
  border-color: white;
  color: white;
}

.ourTeam .listing {
  background-color: #ccf1ef;
  border: 3px solid white;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: inset 0px 0px 1px 2px transparent;
          box-shadow: inset 0px 0px 1px 2px transparent;
}

.ourTeam .listing:nth-child(3n + 4), .ourTeam .listing:first-child {
  background-color: #b2eae7;
}

.ourTeam .listing:nth-child(3n) {
  background-color: #e5f8f7;
}

.ourTeam .listing:hover {
  -webkit-box-shadow: inset 0px 0px 1px 2px #00bab0;
          box-shadow: inset 0px 0px 1px 2px #00bab0;
}

.ourTeam .listing .popper {
  position: fixed;
  padding: 200px 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: block;
  color: white;
  top: 0;
  display: none;
  left: 0;
}

.ourTeam .listing .popper .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border: 2px solid white;
  text-align: center;
  color: white;
  z-index: 2;
  line-height: 44px;
  cursor: pointer;
}

.ourTeam .listing .popper:before {
  display: inline-block;
  content: "";
  background: #00bab0;
  width: 100%;
  height: 100vh;
  opacity: 0.85;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.ourTeam .listing .popper .container {
  position: relative;
  z-index: 2;
}

.ourTeam .listing .popper .sectionTitle {
  color: white;
  margin: 0;
}

.ourTeam .listing .popper .content {
  padding: 0;
  text-align: left;
}

.ourTeam .listing .popper .designation {
  margin-bottom: 20px;
}

.ourTeam .listing .popper hr {
  height: 6px;
  border-radius: 10px;
  background: white;
  width: 100px;
  float: left;
}

.ourTeam .listing .popper h3,
.ourTeam .listing .popper .designation {
  color: white;
}

.ourTeam .listing .popper .inner {
  background: white;
  border-radius: 10px;
  padding: 40px;
  color: #4f4f4f;
}

.ourTeam .listing .popper .inner p {
  margin: 0;
}

.listing .popper.show {
  display: block;
}

.upperContent h2 {
  margin: 0;
}

.upperContent h3 {
  font-weight: 700;
  font-size: 21px;
  margin: 0;
  color: #00bab0;
}

.upperContent .designation {
  text-transform: uppercase;
  font-size: 16px;
  color: #00bab0;
  letter-spacing: 4px;
  font-weight: 300;
  margin-bottom: 20px;
}

.upperContent hr {
  height: 6px;
  border-radius: 10px;
  background: #00bab0;
  width: 100px;
  float: left;
}

.lowerContent {
  background: rgba(0, 0, 0, 0.025);
}

.contactPage input {
  padding: 15px;
}

.discover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  color: white;
  text-align: center;
}

.discover:before {
  background: #00bab0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  display: block;
  opacity: 0.8;
}

.discover label {
  text-transform: uppercase;
}

.discover .container {
  position: relative;
  z-index: 2;
}

.missionVision {
  background: #00bab0;
  color: white;
}

.missionVision p {
  font-size: 21px;
  line-height: 35px;
}

.missionVision .righter,
.missionVision .lefter {
  padding-left: 15%;
  background-position: left top;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# Responsive css
--------------------------------------------------------------*/
/*$laptop:"screen and (max-width: 1200px)";
$desktop:"screen and (max-width: 991px)";
$tablet:"screen and (max-width: 768px)";
$mobile:"screen and (max-width: 575px)";
$midmobile:"screen and (max-width: 479px)";
$smallmobile:"screen and (max-width: 400px)";
$minimobile:"screen and (max-width: 300px)";*/
@media screen and (max-width: 1200px) {
  .mainBanner .slider-Wrapper .content {
    left: 6%;
  }
  .services .content h4 {
    font-size: 24px;
  }
  .videoSection iframe {
    height: 290px;
  }
  .videoSection .bordering {
    border-width: 25px;
    top: 50px;
    right: -44px;
  }
  .videoSection figure {
    max-width: 210px;
    margin: 0 auto;
  }
  .videoSection .more {
    padding: 24px 0;
  }
  .videoSection .more span {
    font-size: 70px;
  }
  .appointmentBar form input, .appointmentBar form textarea {
    font-size: 30px;
  }
  .figuring iframe {
    height: 290px;
  }
  .figuring .bordering {
    border-width: 25px;
    top: 50px;
    right: -44px;
  }
}

@media screen and (max-width: 991px) {
  .basePadding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .basePaddingBottom {
    padding-bottom: 70px;
  }
  .basePaddingTop {
    padding-top: 70px;
  }
  #PageBanner {
    min-height: 400px;
  }
  header#masthead .responsiveView .menu-responsive-menu-container {
    display: block;
  }
  header#masthead .responsiveView .appointments {
    display: none;
  }
  header#masthead .desktopView .leftMenu, header#masthead .desktopView .rightMenu {
    display: none;
  }
  header#masthead .responsiveView {
    display: none;
    position: absolute;
    background: white;
    width: 100%;
    left: 0;
    top: 204px;
    z-index: 99998;
    border-bottom: 1px solid #e1e1e1;
  }
  header#masthead .responsiveView .menu {
    width: 100%;
  }
  header#masthead .responsiveView li {
    padding: 8px 0;
    border-top: 1px dashed #e1e1e1;
    width: 100%;
  }
  header#masthead .responsiveView li:first-child {
    border: none;
  }
  .videoSection {
    padding-bottom: 150px;
  }
  #nav-icon2, #nav-icon3 {
    display: block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .services .content label {
    font-size: 12px;
    color: white;
    margin-top: 30px;
  }
  .services .content label:before {
    height: 50px;
    top: -60px;
  }
  .services .content h4 {
    font-size: 16px;
  }
  .services .seemore {
    text-align: center;
    width: 100%;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .foto-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sectionTitle {
    font-size: 25px;
  }
  label.label span {
    font-size: 12px;
  }
  header#masthead .custom-logo {
    max-height: 110px;
    width: auto;
  }
  header#masthead .responsiveView {
    top: 120px;
  }
  .mainBanner .slide {
    height: 400px;
  }
  .mainBanner .slider-Wrapper .content {
    background: rgba(255, 255, 255, 0.95);
    padding: 15px;
    left: 50%;
    top: 100%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mainBanner .slider-Wrapper .content img {
    max-width: 150px;
  }
  header#masthead .responsiveView .appointments {
    display: block;
  }
  .appointmentBtn button {
    display: none;
  }
  .services .inner {
    margin-top: 30px;
  }
  .services .content label::before {
    display: none;
  }
  .portfolioWorks .col-lg-3 {
    margin-top: 20px;
  }
  .portfolioWorks .col-lg-3:first-child {
    margin-top: 0;
  }
  .sidesticker {
    display: none;
  }
  .videoSection .bordering {
    display: none;
  }
  .figuring .bordering {
    display: none;
  }
  .textContainer {
    padding-top: 50px;
  }
  .videoSection {
    padding-bottom: 70px;
  }
  .site-info .col-md-6 {
    text-align: center !important;
  }
  .services .content label {
    margin-top: 30px;
  }
  .appointmentBar {
    height: 100%;
  }
  .appointmentBar .topBar {
    padding: 50px 0 20px;
  }
  .appointmentBar .topBar h2 {
    font-size: 23px;
  }
  .appointmentBar form input, .appointmentBar form textarea {
    margin-bottom: 0;
  }
  #nav-icon2, #nav-icon3 {
    top: 40px;
  }
  .work-single .col-md-6.offset-1 {
    margin-left: 0;
  }
  .foto-container {
    margin-bottom: 0 !important;
  }
  .videosection {
    padding-top: 0;
  }
  .videosection .container {
    max-width: 100%;
    padding: 0 30px;
  }
  .videosection iframe {
    min-height: 290px;
  }
  .ngg-gallery-thumbnail-box.ngg-4-columns {
    width: 50% !important;
  }
  #PageBanner {
    min-height: 200px;
  }
  .services .serviceListing li {
    width: 100%;
  }
  .services .serviceListing li:nth-child(2) {
    border-top: 1px dashed #cecece;
  }
  .services .serviceListing li:first-child {
    border: none;
  }
  .aboutTestimonials .inner {
    padding-top: 0;
  }
  .aboutTestimonials .sliderWrapper {
    max-width: 100%;
  }
  .aboutTestimonials .sliderWrapper .content h4 {
    letter-spacing: 0;
    text-transform: none;
  }
  .contentInner {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .entry-content h2 {
    font-size: 22px;
  }
  .entry-content h3 {
    font-size: 20px;
  }
  .form_wrapper {
    margin-top: 50px;
    padding: 30px;
    margin-bottom: 50px;
  }
  .contact-form-area .col-lg-5.pl-5 {
    padding-left: 15px !important;
    margin-bottom: 50px;
  }
  .work-single .content {
    margin: 30px 0 0 0;
  }
}

@media screen and (max-width: 575px) {
  .mainBanner .slide {
    height: 260px;
  }
  .appointmentBar form label {
    font-weight: normal;
    font-size: 14px;
    bottom: -8px;
  }
  .appointmentBar form input, .appointmentBar form textarea {
    font-size: 19px;
  }
  .appointmentBar form textarea {
    height: 60px;
    min-height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .mainBanner .slider-Wrapper .content {
    width: 90%;
  }
  .appointmentBar form label {
    text-transform: none;
    letter-spacing: 0;
  }
  .sectionTitle {
    font-size: 20px;
  }
  label.label span {
    letter-spacing: 2px;
  }
  p {
    font-size: 15px;
    line-height: 26px;
  }
  .featuredWorks .content {
    margin: 15px 0 30px 0;
  }
  .featuredWorks h4 {
    font-size: 18px;
  }
  .featuredWorks .meta {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .socialMediaBar li {
    display: block;
    border-top: 1px dashed #e1e1e1;
  }
  .socialMediaBar li:first-child {
    border-top: none;
  }
  .socialMediaBar li:before {
    display: none;
  }
  .serviceListing li a {
    font-size: 17px;
  }
  .serviceListing li:before {
    font-size: 30px;
    width: 60px;
    line-height: 40px;
    top: 5px;
  }
  footer#colophon p, footer#colophon li {
    font-size: 15px;
    line-height: 26px;
  }
  .featuredWorks figure a {
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
  }
  .foto-container .pr-5 {
    padding-right: 15px !important;
  }
  footer#colophon h3 span {
    font-size: 18px;
    letter-spacing: 2px;
  }
  footer#colophon li {
    padding-left: 0;
    margin-bottom: 0;
  }
  footer#colophon li span {
    position: static;
    display: block;
  }
  .breadcumbWrapper {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */