@font-face {
  font-family: mainFont;
  src: url('fonts/LibertinusSans-Regular.ttf');
  /* src: url('fonts/MozillaText-VariableFont_wght.ttf'); */
}

body {
    line-height: 1.5;
    color: #555;
    font-family: 'mainFont' !important;
    /* font-family: 'Poppins', sans-serif; */
}

.sample-inform-div{
    z-index: 10000;
    position: relative;
}

.sticky-header-shrink #header-wrap #logo img{
    height: 80px !important;
}

.content-wrap{
  padding: 40px 0;
}

h1, h2, h3, h4, h5, h6, p{
  font-family: 'mainFont' !important;
}

#top-bar{
  z-index: 100;
  color: #eee; 
}

#top-bar #top-social li{
    align-content: center;
    padding: 10px;
}

#top-bar #top-social li a{
    font-weight: normal;
    color: #eee;
}

#top-bar #top-social li a i{
    margin-right:5px;
}

.heading-block > span:not(.before-heading) {
    margin-top: 0 !important;
    /* font-family: 'Lato', sans-serif; */
}

.heading-block{
  margin-bottom: 25px;
}

.button.button-tiny {
    padding: 6px;
    font-size: 10px;
    line-height: 15px;
}

.menu-item:hover>.menu-link, .menu-item.current>.menu-link{
    color: #ffffff !important;
    border-bottom: 1px solid;
    width: auto;
    background-color: #23232391 !important;
}

.slider-inner {
  position: relative;
  z-index: 2;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-container {
  height: 100%;
  display: flex;
  align-items: center;
}

.swiper-wrapper {
  width: 100%;
}

/* Background image directly on the slide */
.swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* Add dark overlay */
.swiper-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  /* background: rgba(0, 0, 0, 0.3); */
  z-index: 0;
}

/* Ensure content sits above overlay */
.slide-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  color: #fff;
  flex-wrap: wrap;
}

/* LEFT CONTENT */
.slide-left-content {
  flex: 1;
  max-width: 50%;
  padding-right:  0px;
}

.slide-left-content h2 {
  margin-bottom: 20px;
}

.slide-left-content p {
  line-height: 1.6;
}

/* RIGHT: CIRCULAR IMAGE */
/* .circle-slide {
  position: relative;
  width: 449px;
  height: 453px;
  border-radius: 58%;
  overflow: hidden;
  background: #ffffff6e;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  border: 5px solid transparent;
  flex-shrink: 0;
}

.slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.circle-slide {
  position: relative;
  width: 449px;
  height: 453px;
  border-radius: 58%;
  overflow: hidden;
  background: #ffffff6e;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5); 
  border: 5px solid transparent;
  flex-shrink: 0;
}


 
.slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Button on Circle */
.slide-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: #ff6f00;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}



 .sticky-header #header-wrap {
    background-color:#fffffff2 !important;
 }

 #header-wrap {    
    border-bottom: 1px solid #ffffff26;
 }
 
 .menu-link {
    font-size: 11px !important;
    color: #fff;
    font-weight: 700 !important;
 }
  .sticky-header #header-wrap .menu-item .menu-link {
 
    color: #000000;
    font-weight: 700 !important;
 }

 

/* ----------------------------------------------------------------
	Category
-----------------------------------------------------------------*/


.category,
.category-image { position: relative; }

.category-image > a,
.category-image img {
	display: block;
	width: 100%;
  /* border-top-left-radius: 20px; */
    /* border-top-right-radius: 20px; */
    border-radius: 5px;
    /* border-bottom-left-radius: 20px; */
    /* border-top-right-radius: 20px; */
}

.category-desc { text-align: center; }

.category-name{
  margin-top: 10px;
  color:#333 !important;
}

.category-name:hover{
  color:#000 !important;
}

.category-desc.category-desc-bg {
	background-color: #FFF;
	padding: 10px 0 30px;
}

.category .si-share {
	margin-top: 30px;
	text-align: left;
}

.category .si-share .social-icon {
	font-size: 0.875rem;
	width: 34px;
}

.category-title {
	position: relative;
	padding-top: 20px;
      font-size: 15px;
    line-height: 20px;
    min-height: 35px;
    color: black;
}

.category-title h4 {
	display: block;
  margin-bottom: 0;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 600;
    
}

.category-title span {
  display: block;
  color: #000000;
  font-weight: 300;
  /* font-family: 'Poppins', serif; */
  font-size: 14px;
  margin-top: 7px;
   
}

.category-content {
	margin-top: 1rem;
	color: #777;
}

.category-content p:last-child { margin-bottom: 0; }


/* Category Center
-----------------------------------------------------------------*/

.category.center .category-title::after {
	left: 50%;
	margin-left: -40px;
}


/* category List
-----------------------------------------------------------------*/

.category-list .category-desc {
	text-align: left;
}

.category-list .category-title { padding-top: 0; }

.category .category-desc > .social-icon { margin-top: 20px; }

.category .category-content ~ .social-icon { margin-top: 30px; }

.category:not(.category-list) .social-icon {
	display: inline-block !important;
	vertical-align: middle;
	float: none;
	margin-left: 4px;
	margin-right: 4px;
}

.category-section .owl-nav{
  display: none !important;
}

.category-section .owl-carousel .owl-dots .owl-dot.active  {
    opacity: 1;
    width: 20px;
    height: 8px;
    border-radius: 5px;
}

.category-section .owl-carousel .owl-dots .owl-dot:hover {
    opacity: 1;
    background-color: red;
}

.category-section .owl-carousel .owl-dots {
  position: absolute !important;
  right: 0;
}

.about-bg-image{
  border-radius: 10px;
}

#section-about-us::before{
  /* background-image: url('https://wisdomway.lakshop.lk/files/websites/product_bg/4674afb3-d8da-4634-bf55-f19419ac379a/large_product_bg.jpg'); */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.09;
  content: '1111';
  color: transparent !important;
}

#section-about-us{
  border-top: 8px solid #fbfbfb;
  position:relative;
  background: #f7f7f7;
}
 
.about-section .color {
  color: black !important;
}

.feature-img{
  width: 40px;
}

.feature-name{
  font-size: 18px;
}

.feature-desc{
  font-size: 14px;
}

/*  services  */
.service-img-wrapper {
    height: 100%;
    overflow: hidden;
}

.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.service:hover .service-img {
    transform: scale(1.05);
    cursor: pointer;
}

.service-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 140px;
    overflow: hidden;
    /* background: linear-gradient(to top, rgb(0 0 0), #00000000); */
    background: linear-gradient(to top, rgb(205 205 205 / 23%), #00000000);
    padding: 20px;
    transition: max-height 0.6s ease;
}

.service:hover .service-overlay {
    max-height: 200px; /* reveal full text on hover */
}

.service-text {
    transition: transform 0.4s ease;
    transform: translateY(0);
}

.service:hover .service-text {
    transition: transform 0.4s ease;
    transform: translateY(-10px); /* slight scroll upward */
}

.service-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px;
    color: white;
}

.service-desc {
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    margin: 0;
}

.read-more {
    display: inline-block;
    margin-top: 8px;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service:hover .read-more {
    opacity: 1;
        color: white;
    text-decoration: underline ! IMPORTANT;
}

.link-looks-like-text{
  color:#fff !important;
  letter-spacing: 2px;
}


/* end */

.bg-overlay {
  position: relative;
  z-index: 1;
}

.gallery .grid-item > img, .grid-item .grid-inner > img {
  border-radius: 10px;
}

.mfp-title{
  background-color: transparent !important;
}

.testimonial-image{
    width: 60px !important;
    height: 60px;
}

.clients-grid .grid-item::before, .testimonials-grid .grid-item::before {
  border-left: unset !important;
 }

 .clients-grid .grid-item::after, .testimonials-grid .grid-item::after {
    border-bottom: unset !important;
 }

 /* service carousel  */
 
.owl-carousel.fixed-nav:hover .owl-nav [class*=owl-],
.owl-carousel.fixed-nav .owl-nav [class*=owl-] {
	top: auto;
	margin-top: 0;
	left: auto;
	bottom: 10px;
	right: 30px;
	font-size: 14px;
	width: 26px;
	height: 26px;
	border-radius: 3px;
	line-height: 25px;
	opacity: 1;
}

.owl-carousel.fixed-nav:hover .owl-nav .owl-next,
.owl-carousel.fixed-nav .owl-nav .owl-next {
	left: auto;
	right: 0;
}

.owl-carousel.fixed-nav .owl-nav .disabled {
	opacity: .4 !important;
	display: block !important;
	cursor: auto;
}

.owl-carousel.fixed-nav.top-nav:hover .owl-nav [class*=owl-],
.owl-carousel.fixed-nav.top-nav .owl-nav [class*=owl-] {
	top: -44px;
	bottom: auto;
}

.owl-carousel.fixed-nav .owl-nav [class*=owl-]:hover {
	background-color: inherit !important;
	color: inherit !important;
}
/* Testimonial 
 */
 
/* Testimonials Carousel
-----------------------------------------------------------------*/
.testimonials-carousel .owl-stage { padding-top: 40px }

.testimonials-carousel .owl-item {
	opacity: .8;
	transition: transform .3s ease;
	transform: scale(0.8);
}

.testimonials-carousel .owl-item.active.center {
	opacity: 1;
	transform: scale(1);
  text-align: left;
}

 
/*  */
.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  /* font-family: 'Poppins', sans-serif; */
}

.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
}

.testimonial-header h4 {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
  text-align: left;
  color: black;
}

.quote-icon {
  position: absolute;
  top: 12px;
  left: 16px;
  font-size: 3rem;
}

.testimonial-text {
    text-align: left;
    line-height: 26px !important;
    font-size: 13px;
    color: #444;
    margin-top: 10px;
}

.testimonial-stars {
  text-align: center;
  font-size: 1.2rem;
  margin: 12px 0;
  color: #ffc107; /* or #f7b733 */
}

.testimonial-footer {
display: flex
;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    border-top: 1px solid #eee;
    padding-top: 16px;
    flex-direction: row;
}

.testimonial-avatar {
  width: 64px !important;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-name {
  font-weight: 700;
  font-size: 13px;
  color: #333;
}

.testimonial-position {
  font-size: 13px;
  color: #888;
}

.testimonial-section .owl-carousel .owl-dots .owl-dot.active  {
    opacity: 1;
    width: 20px;
    height: 8px;
    border-radius: 5px;
}
.testimonial-section .owl-carousel .owl-dots .owl-dot:hover {
    opacity: 1;
    
    background-color: red;
    }
.testimonial-section .owl-carousel .owl-dots {
  position: absolute !important;
  right: 0;
}
.partners-section .owl-carousel .owl-dots .owl-dot.active  {
    opacity: 1;
    width: 20px;
    height: 8px;
    border-radius: 5px;
}
.partners-section .owl-carousel .owl-dots .owl-dot:hover {
    opacity: 1;
    
    background-color: red;
    }
.partners-section .owl-carousel .owl-dots {
  position: absolute !important;
  right: 0;
}

.wad-headings h2{
  text-align: left !important;
}
/* .home_para_section_1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 78%); /* Adjust opacity here */
    /* z-index: 1; */
    /* pointer-events: none; */
/* } */

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

.home_para_section_1 h2, .home_para_section_1 p{
   color:#fff !important;
}

.contact-section {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 50%;
  padding: 60px 60px 60px 180px;
  z-index: 0;
}

#section-contact-us{
  margin-top: 50px;
}

.cu-form-section{
  background: #f7f7f7;
  padding-top: 20px;
}

.cu-form-section label{
  text-transform: capitalize;
}

.contact-image {
  position: relative;
  width: 60%;
  margin-top: 30px;
  z-index: 2;
  box-shadow: 0 0 40px rgba(0,0,0,.3);
}

.cu-form-section .sm-form-control{
    height: auto;
    border: 1px solid #ddd;
    background: transparent;
    border-right: none;
    border-top: navajowhite;
    border-left: navajowhite;
}

.cu-form-section .form-control:focus{
  background: transparent;
  border-color: #444
}

/* @media (max-width: 991px) {
  .contact-section {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px;
  }
  .contact-image {
    width: 100%;
    margin-top: 0;
  }
} */

/* Service categories 
  */
.service_description{
    min-height: 150px;
}

#section-services .card-text{
  min-height: 60px;
}

/* Teams */
.team-title {
  text-align: left;
}

.team-title span {
  color: black;
  font-family: inherit;
  font-style: normal;
  font-size: 1rem;
  margin-top: 5px;
}

.team-title h4 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 600;
  color: black;
}

.team .team-image img{
  border-radius: 15px;
}


footer .dark .heading-block::after{
  border-top-color: rgb(255 255 255 / 33%);
}


#footer .footer-widgets-wrap{
  padding: 40px 0;
}

#footer .footer-col{
  padding-bottom:10px;
}

footer .heading-block::after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 40px;
    border-top: 1px solid #444;
}

.contact-details i::before{
  margin-right:10px;
}

/* ----------------------------------------------------------------
	Properties
-----------------------------------------------------------------*/


#properties .owl-nav{
  display: none !important;
}

.product-custom-field-value{
  font-size: 13px;
}

.product-desc{
  font-size: 13px;
  margin-top: 10px;
  border-top: 1px solid #eeee;
  padding-top: 10px;
  line-height: 26px;
}

.product-custom-field-value label{
  text-transform: capitalize;
  font-weight: normal;
}

.owl-carousel .owl-nav [class*=owl-] {
	border-color: transparent;
	color: #FFF;
	background-color: #2C3E50;
}

.owl-carousel.real-estate .owl-nav [class*=owl-]:hover { background-color: #F0AD4E !important; }


.properties-item {
    position: relative;
    border-radius: 15px;
    background-color: #fff;
    border-radius: 12px;
    -o-box-shadow: 0 1px 4px rgba(24,26,32,.07);
    box-shadow: 0 1px 4px rgba(24, 26, 32, .07);
    margin-bottom: 30px;
    border-left: 1px solid #f9f9f9;
}

.properties-item-image {
	position: relative;
	width: 100%;
}

.properties-item-image::before {
	position: absolute;
	content: '';
	pointer-events: none;
	z-index: 1;
	opacity: 0.90;
	top: auto;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.properties-item-image > a,
.properties-item-image > img {
	display: block;
	width: 100%;
	height: auto;
}


.properties-item-image .badge {
	display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    font-size: 11px;
    padding: 5px 5px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: unset;
}


.properties-item-price {
	position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    color: black;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 28%);
    width: max-content;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
}

.properties-item-price span {
	display: block;
	margin-top: 3px;
	font-weight: 300;
	font-size: 12px;
	color: rgba(255,255,255,0.85);
	text-align: right;
}
 

.properties-item-desc span{
	font-size: 14px;
    font-weight: 400;
	
}
.properties-item-desc .property-location{
	font-size: 14px;
  font-weight: 400;
  color: #b0b0b0;
}


.properties-item-desc {
	position: relative;
	margin-top: 10px;
	padding: 10px 20px;
}

 

.properties-item-desc h3 a { color: #333; }

.properties-item-desc h3 a:hover { color: #555; }


.properties-item-features { margin-top: 15px; }

.properties-item-features [class^=col-] { margin-top: 5px; }

.properties-item-features i {
	position: relative;
	top: 1px;
	margin-left: 3px;
}


.properties-item-link {
	position: absolute;
	top: 2px;
	right: 20px;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #555;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #555;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.properties-item-link:hover {
	border-color: transparent;
	background-color: #2C3E50;
	color: #FFF;
}


.properties-item-image {
    position: relative;
    overflow: hidden;
}

.zoom-image {
    transition: transform 0.6s ease;
}

.zoom-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    transition: opacity 0.5s ease;
}

.properties-item:hover .zoom-image {
    transform: scale(1.2);
}

.properties-item:hover .zoom-badge {
    opacity: 0;
}

.properties-item:hover {
    cursor: pointer;
 
}


.all_property_icon {
  display: inline-block;
  transition: transform 0.3s ease;
    transform: rotate(308deg) translateY(3px);
    font-size: 20px;
}


/** progress circle**/
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap::before {
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    opacity: 0;
    background-image: linear-gradient(298deg, #da2c4d, #aa8453);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap::after {
    position: absolute;
    font-family: "font-icons";
    font-weight: 900;
    content:"\e7a6";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #ab8a62;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap svg.progress-circle path {
    stroke: #aa8453;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap svg path {
    fill: none;
}
/** end progress circle**/


#section-services .owl-carousel .owl-item img{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#section-services .card .rounded-bottom{
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

/* Responsive */
@media (min-width: 992px) {
    .sub-menu-container:not(.mega-menu-column) {
        background-color: #23232391 !important;
        border: none;
    }

    .sticky-header .sub-menu-container:not(.mega-menu-column){
        background-color: #fffdfdde !important;
        border: none;
    }

    .sub-menu-container .menu-item>.menu-link {
        color:#fff !important;
    }

    .sticky-header .sub-menu-container .menu-item>.menu-link {
        color:#0e0e0e !important; 
    }
}

@media screen and (max-width: 991px) {
    .circle-slide {
        width: 350px;
        height: 350px;
    }

    .contact-section {
      position: relative;
      display: block;
      width: 100%;
      padding: 20px;
    }

    .contact-image {
      width: 100%;
      margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
  .slide-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .slide-left-content {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .circle-slide {
    width: 250px;
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .cu-form-section{
    padding: 40px;
  }
}
 
@media screen and (max-width: 575px) {
  .container{
    width: 96%;
  }

  .main-section{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top:0 !important;
  }

  #section-middle-contact{
    margin: 20px 0 !important;
  }

  .team-title {
    text-align: center;
  }

  #section-services{
    padding-top:20px !important;
  }

  .swiper_wrapper .slider-caption p{
    font-size: 18px;
  }

  #slider{
    top:-100px;
  }

  .dark #header, #header.dark {
    background-color: transparent;
    z-index: 100;
  }

  .dark #header-wrap {
    background-color: #33333385;
  }

  .primary-menu-open .dark #header-wrap {
    background-color: #333;
  }

  section#content{
    margin-top:-100px !important
  }

  .menu-item.current>.menu-link{
    background-color: transparent !important;
    border-bottom-color: #E23340;
  }

  #top-bar{
    text-align: center;
  }

  #top-social{
      display: inline;
  }

  #top-bar #top-social li{
    display: inline-block;
  }

  .dark #top-social li {
    border-left-color: transparent;
    line-height: 12px;
  }
}
