@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
  margin: 0;
  font-family: 'Roboto', sans-serif !important;	
}
.wpmenucart-contents
{
	color:#fff !important;
}
.sect {
    display: inline-flex;
    border: 2px solid black;
    align-items: center;
    width: 100%;
    height: 150px;
    padding: 10px;
}
.sect1
{
padding-left: 50px;	
position:relative;	
}
.sect1:after{
	position:absolute;
	content:'';
	top:50%;
	transform:translateY(-50%);
	left:0px;
	background:black;
	width:50px;
	height:4px;
}
#headinner
{
background:url(http://192.168.1.4/darasani/wp-content/uploads/2020/08/banner.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
text-align: center;
min-height:150px;
position:relative;	
}
#headinner:after
{
position:absolute;
content:'';
top:0px;
background:rgba(0,0,0,0.5);
left:0px;
width:100%;
height:100%;	
}
#headinner h1
{
	line-height:150px;
	color:white;
	position:relative;
	z-index:1;
}
.entry-header
{
display:none;
}
.nav-links
{
	display:none !important;
}
.comments-area
{
	display:none !important;
}
.glyphicon-chevron-left:before {
    content: "\f053" !important;
	display:none !important;
}
.glyphicon-chevron-right:before {
    content: "\f053" !important;
	display:none !important;
}
.tfree-client-testimonial {
    color: #333333;
    padding: 0px 20px !important;
}
#sp-testimonial-free-wrapper-9 .sp-testimonial-free-section .tfree-client-rating {
    color: #f3bb00;
    display:none !important;
}
#testimonial h3
{
	padding:0px 50px;
	font-size:30px;
	font-weight:900;
}
#testimonial span
{
	color:#87c23a;
	font-size:17px !important;
	font-weight:400;
}
.sp-testimonial-free-section .sp-tfree-client-image {
    margin: 0px 0px 22px 0px;
    position: relative;
    z-index: 1;
}
.sp-testimonial-free
{
 position:relative;	
}
.sp-testimonial-free:after
{
 position:absolute;
 content:'';
 top:50px;
 left:0px !important;	
 background:black;
 width:100%;
 height:2px;	
}

.sp-testimonial-free:before
{
 position:absolute;
 content:'';
 bottom:0px;
 left:0px !important;	
 background:black;
 width:100%;
 height:2px;	
}
.sp-testimonial-free-item
{
	position:relative;
}
.sp-testimonial-free-item:after
{
 position:absolute;
 content:'';
 bottom:0px;
 left:0px !important;	
 background:black;
 width:2px;
 height: 85.5%;
}
.sp-testimonial-free-item:before
{
 position:absolute;
 content:'';
 bottom:0px;
 right:24px !important;	
 background:black;
 width:2px;
 height: 85.5%;
}
.tfree-client-designation
{
	padding-bottom:10px !important;
}
#resources
{
  text-align: center;
}

#resources .btn
{
  border-radius: 10px !important;
  background-color: transparent !important;
  border:1px solid #343a40;	
  color: #343a40;
}
#resources img {-webkit-filter: grayscale(100%);}
#resources img:hover {-webkit-filter: grayscale(0%);}
#resources img:hover h3{color:#7cbd1e !important;}
#top
{
  background-color: #343a40;
  padding: 25px 0px !important;
}
.flot
{
  float:right;
}
.flot .btn-info
{
  background:#7cbd1e !important;
  border:1px solid #7cbd1e !important;
  border-radius:0px !important;
  padding:10px 16px;	
}
.flot .btn-primary
{
  background:transparent !important;
  border-radius:0px !important;	
  border:1px solid #7cbd1e !important;
  padding:10px 16px;	
}
#menu
{
  background-color: #343a40 !important;
}
#menu 
{
  padding:20px 0px !important;
  border-top:2px solid #555a5f;	
}
.navbar-brand
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
}
.navbar-brand img
{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 120px;
    top: 0;
    text-align: center;
    margin: auto;
}

.header-text {
    position: absolute;
    left: 1.8%;
    line-height: 323px;
    right: auto;
    width: 96.66666666666666%;
    color: #000;
    font-size:20px; letter-spacing:1px;
}

.green {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border: 1px solid #7cbd1e !important;
  border-radius:0px !important;
  background-color: #7cbd1e !important;
    color: white !important;
}
.border-green {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius:0px !important;
    border: 1px solid #7cbd1e !important;
    background-color: transparent !important;
    color: white !important;
}
#banner
{
 min-height:150px !important; 
}
.header-text h2 {font-size: 50px; color:#000; font-weight:600;}
.header-text h2 span {padding: 10px;color:#000;}
.header-text h3 span {padding: 15px;}


#navbar-icon {
  overflow: hidden;
  width: 100%;
  height: 9%;
  display: grid;
  grid-template-columns: 1fr;
}

.navbar-open-icon {
  display: block;
  margin:0 auto;
  height: 45px;
  width: 45px;
  position: relative;
  cursor: pointer;
  &:hover {
    .line {
      background: #CCB3D8;
    }
  }
}

.line {
  position: absolute;
  left: 10px;
  height: 3.5px;
  width: 38px;
  border-radius: 3px;
  background: #000;
}
.top {
  top: 10px;
}
.middle {
  top: 22px;
}
.bottom {
  top: 34px;
}

.nav-main {
  position: fixed;
  background: #A7CBF2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 1;
  z-index: 4;
  transition: all .4s ease;
}

.close {
  opacity: 0;
  z-index: -10;
  position: absolute;
}
.nodisplay {
  display: none;
}

.nav {
  margin-top: 40px;
}
.nav-close-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  width: 45px;
  height: 45px;

}
    .icon-line:hover  {
      background: #FFFFFF;
    }

.icon-line {
  position: absolute;
  top: 1em;
  width: 30px;
  height: 4px;
  border-radius: 5px;
  background: #000;
  transform: rotate(45deg);
}
.transform {
  transform: rotate(-45deg);
}

.nav-links {
  height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  overflow-y: scroll;

}
 .nav-links a {
    font-family: $serif;
    font-size: 3em;
    letter-spacing: -1px;
    font-weight: 300;
    text-decoration: none;
    color: black;
    padding: 0.3em 0;
 
  }
/*navlink hover effect*/
.slide-out {
  display: inline-block;
  position: relative;
  text-decoration: none;
  &::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    border-bottom: 7px solid $white;
    transition: 0.4s;
    &:hover {
      width: 100%;
    }
  }
}
.slide-out:hover:after {
  width: 100%;
}

.nav-title {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.8em;
  font-family: $sans;
  font-weight: 700;
  margin-bottom: 4em;
  span {
    padding-bottom: 15px;
    border-bottom: 3px solid $white;
  }
}
.nav-social {
  height: 100px;
  padding-top: 25px;
  margin-bottom: 70px;
  color: #FFFFFF;
  i {
    padding: 30px;
    color: $white;
    transition: $ease;
    font-size: 18px;
    &:hover {
      color: $white;
      transition: $ease;
      transform: scale(1.3);
    }
  }
}



#menu
{
  background-color:white; 
}
/* #top
{
  position: absolute;
  top: 0px;
  width: 100%;
  z-index:3;
} */
.social ul
{
 text-align: center;
 color: #fff;
}
.social ul li a
{
 
 color: #fff;
}

.social ul li
{
 display: inline-block;
 color: #fff;
 text-align: center;
}
.social
{
background-color: #3a5cd5;
padding: 10px 10px;
}
#call 
{
text-align: center;
}
#call ul li
{
  display: inline-block;
  color: #fff;
  padding: 30px;
  font-size: 22px;
}

#foota
{
  background-image: url('../images/footer.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}


/*This is the topbar style Sooooo*/

.active, .rah:hover {
  background-color: #666;
  color: white;
}
.rah {
  border: none;
  outline: none;
  padding: 10px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 18px;
}
#topbar
{
  background-color: #0b59a4;
  min-height:50px;
}

.number:before {    
    content: "\f879";
    font-family: FontAwesome;
    font-size: 25px;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}
.sabati:before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 25px;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}
#icon1 li
{
  display: inline-block;
  padding:0px  20px  0px !important;
  font-size:17px;
  color: white;
  float:left !!important;
}

#icon2 li
{
  display: inline-block;
   padding:10px  10px  0px !important;
  font-size:17px;
  color: white;
  float:right !important;
}

ul
{
  padding: 0 !important;
}

#icon
{
  padding: 5px 0px;
}

@media only screen and (max-width: 991px) 
{
#icon2 li
{
  display: inline-block;
  padding:10px  10px  0px 0px !important;
  font-size:17px;
  color: white;
  float:left !important;
}
.flot {
    float: left !important;
	padding-top:20px;
}
#bottom li {
    float: left !important;
}	
}

/*This is the End of topbar style Sooooo*/


.navbar-nav {
    float: left;
}

.navbar-brand {
    float: left;
    height: 120px !important;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.nav>li>a {
   
    font-size: 17px !important;
    padding: 10px 10px !important;
    font-weight: bolder;
    color: black;
}
.na-vbar
{
  background-color: #fff;
  box-shadow: 0px 3px 4px -6px;
}



/*.container { margin:150px auto;}*/
#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width:25%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
  border-top: 1px solid #000;
border-bottom:0px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  display: none;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  /*text-indent: 15px;*/
}
#mixedSlider .MS-content .item a {
  /*float: right;*/
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: normal;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}
.text {
background-color:#fff;
position: relative;
border-top: 0px solid #000;
border-bottom:1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;
}
.text :after {
  content: " ";
  position: absolute;
  right: 30px;
  top: -15px;
  z-index: 999999;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
/*.text:after {
  content: " ";
  position: absolute;
  right: 30px;
  top: -15px;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid black;
}*/

#bottom p
{
  font-size: 17px;
  color: #fff;
  margin:0px;
}
#bottom li
{
  font-size: 17px;
  float: right;
  color: #fff;
}
#Pregnantclothes
{
  position: relative;
  min-height: 500px;
}
/*#Pregnantclothes .col-md-4 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}*/
#Pregnantclothes h3
{
  font-weight: 900;
  font-size: 30px;
}
#Pregnantclothes p
{
  font-size: 17px;
}
#Pregnantclothes a
{
  font-size: 17px;
  color: #000;
  background-color: #05a2e3;
  padding: 10px 30px;
}
#africandresses .col-md-4 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
#africandresses h3
{
  font-weight: 900;
  font-size: 50px;
  color: #fff;
}
#africandresses p
{
  font-size: 17px;
  color: #fff;
}
#africandresses a
{
  font-size: 17px;
  color: #fff;
  border: 1px solid #7cbd1e !important;
  background-color: transparent;
  padding: 10px 30px;
}
#africandresses
{
  background: url('../images/hero_bg_3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;	
  background-position: center;
  min-height: 500px;
  position: relative;

}
#africandresses::after
{
  position: absolute;
  content: '';
  top: 0px;
  width: 100%;
  height:100%;
  background:rgba(0,0,0,0.4);
}
#black
{
  background-color: #7cbd1e;
}
#black section
{
  background-color: #fff;
  min-height: 350px;
 text-align: center;
 margin: 10px;
 padding: 20px;
}
#black img
{
  margin: 0 auto;
}

#black .col-md-4{
	padding: 0px !important;
}
#black h2{
	text-align:center;
	font-weight:bolder;
}


#footer
{
  background-color: #343a40;
}
#colblack
{
  background-color: #343a40;
  border-top:1px solid #636363;
  padding: 5px 0px !important;	
}

#footer h2
{
  text-align: center;
  color: #000;
}
#footer h3 {
    margin-top: 0px !important;}
.contact
{
  margin:20px ;
  color: black;
  font-size: 17px;
  padding:10px 20px;
  background-color: #feb42f;
}

#footer h3
{
color: #7cbd1e;

}
#footer p
{
  font-size: 17px;
  color: #fff;
}
#footer ul li
{
  font-size: 17px;
  color: #fff;
  list-style: none;
}
#footer .container
{
padding-top: 50px;
}

.overlay
{
  margin-bottom: 20px;
}
.below
{
  width: 100px;
  height: 30px;
  background-color:#fff;
  position: relative;
  top: 10px;
  right:20px;
}
.topa
{
  width: 100px;
  position: relative;
  height: 30px;
  background-color:#cee9fc;
}

.googleMap {
    position: relative;
    min-height: 0;
    padding-bottom: 0%;
}
.container-fluid
{
  padding: 0 !important
}


.googleMap iframe {
    width: 100%;
    min-height: 250px;
}
.overitem
{
  position: relative;
}
.overitem:after 
{

  content:'';
  
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
background: linear-gradient(90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 15%, rgba(0,0,0,0.4) 57%, rgba(0,0,0,0.8) 100%);
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 5% !important;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align:left !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-caption h2 {
 /* text-align: center;*/
}
@media screen and (min-width: 768px){
.carousel-caption {
    right: 10% !important;
    left: 10% !important;
    padding-bottom: 30px;
}
}



#myCarousel{
  width:400px;
}
.caption-animate .item.active .carousel-caption {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.caption-animate  .item.active .carousel-caption.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.caption-animate  .item.active .carousel-caption.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.caption-animate .item.active .carousel-caption.flipOutX,
.caption-animate .item.active .carousel-caption.flipOutY,
.caption-animate .item.active .carousel-caption.bounceIn,
.caption-animate .item.active .carousel-caption.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.caption-animate .item .carousel-caption.fadeIn,
.caption-animate .item .carousel-caption.fadeInDown,
.caption-animate .item .carousel-caption.fadeInDownBig,
.caption-animate .item .carousel-caption.fadeInLeft,
.caption-animate .item .carousel-caption.fadeInLeftBig,
.caption-animate .item .carousel-caption.fadeInRight,
.caption-animate .item .carousel-caption.fadeInRightBig,
.caption-animate .item .carousel-caption.fadeInUp,
.caption-animate .item .carousel-caption.fadeInUpBig{
  opacity:0;




}























.slider {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 25%;
  height: 100vh;
  font-size: 22px;
  line-height: 32px;
  text-shadow: 0 0 10px #000;
  transition: all 0.3s;
    
}

.slider__item:hover {
  flex-basis: 50%;
}

.item-1 {
  background: url('../images/pregnant1.jpg') center center no-repeat;
  background-size: cover;
}

.item-2 {
  background: url('../images/pregnant2.jpg') center center no-repeat;
  background-size: cover;
}

.item-3 {
  background: url('../images/pregnant3.jpg') center center no-repeat;
  background-size: cover;
}

.item-4 {
  background: url('../images/pregnant4.jpg') center center no-repeat;
  background-size: cover;
}

.artist {
  color: #fff;
  text-decoration: none;
}