.contact-info {
    padding-left: 0px;
    position: relative;
  }
  .vs-about-layout2 .shape2 {
    right: 0;
    bottom: 0px;
  }
  .vs-btn1.mask-style1
  {
    background-color: #fa8507;
  }
  .vs-btn1 {
    font-family: 'Cookie';
    display: inline-block;
    border: none;
    font-size: 42px;
    border-radius: 50px;
    /* font-weight: 700; */
    padding: 17px 0px;
    text-align: center;
    z-index: 1;
    position: relative;
    vertical-align: middle;
    margin-right: 15px;
    width: 45%;
}
.vs-btn1.mask-style1, .vs-btn1.style1 {
    color: var(--white-color);
}
.vs-btn1.mask-style1.active, .vs-btn1.mask-style1:hover, .vs-btn1.mask-style2.active, .vs-btn1.mask-style2:hover, .vs-btn1.style1.active, .vs-btn1.style1:hover {
    color: var(--body-color);
    background-color: var(--smoke-color);
}

.pt-10
{
    padding-top: 40px;
}
.hei
{
    height: 350px;
}
.about-text
{
  text-align: justify;
  font-family: nunito;

}
/* modal */

.mod-d
{
  background-color: #000000cf;
    padding: 10% 4%;
}

/*   This is the background overlay   */
.backgroundOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	z-index: 99999;
	display: none;
}
/*   This is the Popup Window   */
.delayedPopupWindow {
	display: none;
	position: fixed;
	width: auto;
	max-width: 50%;
	height: auto;
	top: 30%;
	left: 25%;
	/* margin-left: -260px;
	margin-top: -180px; */
	/* background-color: #efefef; */
  background-image: url(../images/about/banner-1.png);
	border: 2px solid #333;
	z-index: 99999;
	padding: 10px 20px;
}
/*   This is the closing button  */
#btnClose {
	width:100%;
	display: block;
	text-align: right;
	text-decoration: none;
	color: #BCBCBC;
  background-color: #000;
}
/*   This is the closing button hover state  */
#btnClose:hover {
	color: #FA8507;
}

/* end of modal */


.contact-info > i {
  width: 30px;
  position: relative;
  top: 4px;
  left: 0;
}

.sel-loc
{
  width: 100%;
  text-align: center;
}
.mel-sys
{
  font-size: 54px;
    display: inline;
    letter-spacing: 3px;
}

.hd-btn
{
  background-color: #fa8507;
    color: white !important;
    font-weight: 300 !important;
    font-size: 20px;
    padding: 4px 18px !important;
    border-radius: 20px;
    font-family: 'Cookie';
    width: 150px;
    text-align: center;
}

.menu-txt
{
  font-size: 19px;
}
.text-md {
  font-size: 16px;
}
.pb-lg-160 {
  padding-bottom: 50px;
}

.vs-testimonial-layout3 .vs-testimonial {
  position: relative;
    margin-bottom: 30px;
    height: 320px;
    /* height: auto; */
    background-color: #fff !important;
    border: 1px solid #fa8507;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-image: url(../images/about/about-bg-shape-2-1.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    background-blend-mode: hard-light;
}


/* for social  notch */

.icon-bar {
  position: fixed;
  left: 0;
  top: 92%;
 z-index: 9999;
 width: 35px;
 
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 0px 12px 12px 0px;
  
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 8px 2px;
  transition: all 0.3s ease;
  color: #fa8507;
  font-size: 16px;
  background-color: #fff;
  border-radius: 20px;
  width: 32px;
  margin-top: 8px;
  border: thin solid #fa8507;
}
.icon-bar a:hover {
  border: thin solid #fa8507;
  transition: all 0.3s ease;
  background-color: #fa8507;
  color: white;
}
.Meta{
  text-align: center;
  margin: 0 auto;
  width: 600px;
}

.Post{
  margin: 0 auto;
  padding: 24px 0px 0px 0px;
  width: 46px;
}

.Post-header{
   /* border-bottom: 1px solid darken($turquoise, 7%); */
  margin-bottom: 2rem;
  h1{
    margin-bottom: 2rem;
  }
}

.Post-entry{
  padding: 0 0 1rem;
}

.Post-footer{
  /* border-top: 1px solid darken($turquoise, 7%); */
  position: relative;
}

.Share-icon{
  font-size: em(14);
  /* position: absolute; */
  position: relative;
  display: block;
  height: 28px;
  width: 28px;
  margin:auto;
  left: 0;
  right: 0;
  top: -15px;
  /* background: $turquoise; */
  color: #fff;
  
  line-height: 28px;
  text-align: center;
  cursor: pointer;

}

.Post-share{
  /* // display: block; */
  height: 0;
  overflow: hidden;
  background: darken($turquoise, 7%);
  text-align: center;
  @include transition(height 0.5s $ease-in-out-back);
  a{
    height: 12px;
    width: 12px;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    line-height: 12px;
    display: inline-block;
    margin: 0 4px;
    color: darken($turquoise, 7%);
    background: darken($turquoise, 14%);
    transition: 0.5s ease;
    @include border-top-radius(100%);
    @include border-bottom-radius(100%);
    @include transition(background 0.5s ease);
    
  }
}

/* .Share-buttons{
  padding: 15px 6px;
  margin-top: -250px;
} */
.Share-buttons {
  padding: 15px 4px;
  margin-top: -135px;
}

#share-icon{
  display: none;
  position: fixed;
}

#share-icon:checked ~ .Post-share{
  height: 185px;
  transition: 0.3s ease;
  /* margin-top: -220Px; */
  overflow: visible;
}
.free
{
  background-size: cover;
    background-color: #fa8507;
    height: 40px;
}
/* end of social notch */

.blc
{
  color: black;
}








/* responsive */

@media only screen and (max-width: 768px)
{
  .delayedPopupWindow {
    display: none;
    position: fixed;
    width: auto;
    max-width: 480px;
    height: 310px;
    top: 50%;
    left: 0;
    margin-left: 0px;
    margin-top: -180px;
    /* background-color: #efefef; */
    background-image: url(../images/about/banner-1.png);
    border: 2px solid #333;
    z-index: 99999;
    padding: 10px 20px;
}
.header-layout2 {
  position: fixed;
  z-index: 999;
  background-color: white;
  width: 100%;
  /* padding-bottom: 3%; */
}
.pad-sli
{
  padding-top: 24%;
}
.vs-btn1 {
  font-family: 'Cookie';
  display: inline-block;
  border: none;
  font-size: 28px;
  border-radius: 50px;
  /* font-weight: 700; */
  padding: 17px 0px;
  text-align: center;
  z-index: 1;
  position: relative;
  vertical-align: middle;
  margin-right: 15px;
  width: 70%;
  margin-bottom: 17px;
}
.hd-btn
{
  background-color: #fa8507;
    color: white !important;
    font-weight: 300 !important;
    font-size: 20px;
    padding: 4px 18px !important;
    border-radius: 20px;
    font-family: 'Cookie';
    width: 150px;
    text-align: center;
    margin-top: 10px;
}
.mel-sys {
    font-size: 40px;
    display: inline;
    letter-spacing: 0px;
}
.small-exp-box {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 22px 48.51px 0.49px rgba(250, 133, 7, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 90%;
  right: 25px;
  transform: translateY(-50%);
}
.vs-testimonial-layout3 .vs-testimonial {
  position: relative;
    margin-bottom: 30px;
    /* height: 320px; */
    height: auto;
    background-color: #fff !important;
    border: 1px solid #fa8507;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-image: url(../images/about/about-bg-shape-2-1.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    background-blend-mode: hard-light;
}
.Share-buttons {
  padding: 15px 4px;
  margin-top: -127px;
}

}