@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

:root {
 
  --clr-btn: #96c560;
  --clr-white: #fff;
--clr-grey-light: #f0f0f0;
--clr-green: #5f6f52;	
--clr-light-green: #a3cb74;
--clr-milky:#f5efe4;
	--clr-red2:#f0596a;
	--clr-grey-dark:#292a1c;
	
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
 font-family: "Open Sans", sans-serif;

}
h1, h2 {
  font-family: "Playfair Display", serif;	
}
ul {
  list-style: none;
}

a {
  text-decoration: none;
}
.navbar-default{
  transition:500ms ease;
  background:transparent;
}
.navbar-default.scrolled{
  background:#fff;
	box-shadow: 0px 1px 5px 0px rgba(111,111,111,0.75);
-webkit-box-shadow: 0px 1px 5px 0px rgba(111,111,111,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(111,111,111,0.75);
}
.maincontainer {
	width: 88%;
	margin: 0px auto;	
}
.banner {
/*	background: url("../images/banner_main.png");
	background-size: cover;
	background-position: center top;*/
	margin-top: -100px;
	min-height: 500px;
	background-color: var(--clr-milky);
}
.banner img {
	width: 100%;
	height: auto;
	position: relative
}

.bannertxt {
	padding-top:40%;
	
}
.bannertxt h5 {
	font-size: 16px;
	font-weight: 600;
	color: var(--clr-red2);
	  font-family: "Playfair Display", serif;
}

.bannertxt h1 {
	font-size: 50px;
	font-weight: 900;
	color: var(--clr-green);
	letter-spacing: 5px;
}


.subricbe {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 2.5px 4.33px 15px 0px rgba(250, 162, 146, 0.4);
  position: relative;
  padding: 10px 15px;
  margin-top: 40px;
}

.header-input {
  padding: 0 1rem;
  width: 100%;
  height: 3.4rem;
  border-radius: 5px;
  outline: none !important;
  border: solid 0;
  margin-bottom: 0;
}
.header-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border-radius: 10px;
  background-color:#f1737e;
  box-shadow: 2.5px 4.33px 15px 0px rgba(250, 162, 146, 0.4);
  color: #fff;
	font-weight: 600;
}

.btn-red {
	background-color: var(--clr-red2);
	color: var(--clr-white);
	border-radius: 6px;
	padding: 15px 30px;
	font-weight: 700;
	font-size: 14px;
	border:solid 0px;
	border-color: var(--clr-white);
	letter-spacing: 0.1em;
}
.btn-red:hover {
	background-color: var(--clr-green);
	color: var(--clr-white);
	border-radius: 6px;
	padding: 15px 30px;
	font-weight: 700;
	font-size: 14px;
	border:solid 0px;
	border-color: var(--clr-white);
}
.btn-green {
	background-color: var(--clr-green);
	color: var(--clr-white);
	border-radius: 6px;
	padding: 15px 30px;
	font-weight: 600;
	font-size: 14px;
	border:solid 0px;
	border-color: var(--clr-black);
	letter-spacing: 0.1em;
}
.btn-green:hover {
	background-color: var(--clr-red2);
	color: var(--clr-white);
	border-radius: 6px;
	padding: 15px 30px;
	font-weight: 600;
	font-size: 14px;
	border:solid 0px;
	border-color: var(--clr-white);
}
.welcome {
	background: url("../images/welcome_containerbg.png") no-repeat left top;
	padding: 30px 0px;
	
}
.welcome img {
	width: 100%;
	height: auto;
}
.w-flower img {
	width: auto;
	height: auto;
}
.welcome h3 {
		color: var(--clr-red);
	  font-family: "Playfair Display", serif;
	font-size: 30px;
	font-weight: 800;
}
.welcome h2 {
		color: var(--clr-green);
	font-size: 45px;
	font-weight: 800;
}
.welcome p {
		color: var(--clr-grey-dark);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5em;
}
.welcometxt {
		color: var(--clr-green)!important;
		font-weight: 700!important;
	padding-top: 20px;

}

.welcomepoints ul {
 columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.welcomepoints ul li{	
	color: #2c2c2c;
border-right: 5px solid #fff;
	padding-bottom: 8px!important;

	 
}
.welcomepoints ul li {
	 position: relative;
	 padding-left: 0.8em;
	list-style: none;
	
}
.welcomepoints ul li::before {
	 content: "";
	 display: inline-block;
	 position: absolute;
	 left: -0.8em;
	 top: 5px;
	 transform: rotate(45deg);
	 height: 1em;
	 width: 0.5em;
	 border-bottom: 0.15em solid;
	 border-right: 0.15em solid;
	color: var(--clr-red);
}

.welcomepoints ul li span{
	color: #000;
}

.whatweprovide {
	background-color: var(--clr-milky);
padding: 50px 0px;
 background-image:  url("../images/provide_bg01.png"),  url("../images/provide_bg02.png");
  background-position:left top, right bottom;
  background-repeat: no-repeat, no-repeat;
	
}


.services h2 {
	color: var(--clr-green);
	font-size: 38px;
	font-weight: 700;
	text-align: center;
}

.servicesmain .carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.servicesmain .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.servicesmain .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.card {
	background: none;
	border:1px solid;
	padding: 0px 0px;
	border-color: var(--clr-grey-light2)
}
.card-body {
	background: #fff;
}
.serttxtline::before {
  position: absolute;

  width: 10%;
  height: 2px;
  background: #000;
  content: "";
	margin-bottom: 20px;
}
.sertxt img{
	width: 100%; height: auto;
}
.sertxt h5 {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}
.sertxt p {
	font-size: 14px;
	color: #000;
	line-height: 26px;
	font-weight: 400;
}
.sertxt a {
	font-size: 13px;
	color: #000;

	font-weight: 600;
	padding:10px 20px;
}

.sertxt {
	height: 100%!important;
}
.serslide {
	margin-top: 0px!important;
}
.borderline {
	border:solid 1px rgba(253,210,91,0.5);
	padding: 6% 0px;
}
/*.arrow {
	border:solid 1px #2c2f30;
	background: var(--clr-white);
	padding:7px 5px 1px 5px;
	border-radius: 4px;
}*/
.arrow:hover {
	border:solid 1px #2c2f30;
	background: var(--clr-yellow2);
	padding:7px 5px 1px 5px;
	border-radius: 4px;
}
.m_auto {
	margin: 0px auto;
}
.post-slide {
  background-color: #fff;
  margin: 20px 15px 20px;
  border-radius: 0px;
  padding-top: 1px;
  box-shadow: 0px 14px 22px -9px #bbcbd8;
	background-image: url("../images/service_bg.png");
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
.post-slide .post-img {
margin: 30px auto;
  border-radius: 100%;
	width: 206px;
	height: 206px;
	border:solid 1px #000;
	padding: 4px;
 
}
.post-slide .post-img img {
  width: 100%;
  height: 100%;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
	text-align: center;
	 border-radius: 100%;
	object-fit: cover;
}
.post-slide:hover .post-img img {
  transform: scale(0.95, 0.95);
}
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(
    -45deg,
    rgba(6, 190, 244, 0.75) 0%,
    rgba(45, 112, 253, 0.6) 100%
  );
  transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}
.post-slide .post-title a {
  font-size: 26px;
  font-weight: bold;
  color: #474932;
  display: inline-block;
 
  transition: all 0.3s ease 0s;text-decoration: none;
	  font-family: "Playfair Display", serif;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: #f1737e;
}
.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
	font-size: 15px;
}
.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}
.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #f6cb62;
  color: #000;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}
.post-slide .read-more:hover {
  background: #000;
  text-decoration: none;
  color: #fff;
}
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  bottom: -10%;
  left: 45%;
  padding: 0 18px 0 15px;
  border-radius: 50px;

  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  bottom: -10%;
  right: 45%;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
.owl-carousel .owl-wrapper-outer {
	padding-bottom: 20px;
}

.owl-page {
	text-align: center;
	margin: 0px auto;
	  width: 15px;
  height: 10px;
	border-radius: 100px;
	display: inline-flex;
}
.owl-pagination {
	text-align: center;
}
.owl-page span {
	
  width: 10px;
  height: 10px;
  color: #000;
  background: #5f6f52;
	border-radius: 100px;
	float: left;
}
.active span{
	  background: #f1737e!important;
	  color: #f1737e;
}
.therapies {
	padding: 50px 0px;
}
.post-slide-therapies {
  background-color: #fff;
  margin: 20px 15px 20px;
  border-radius: 0px;
  padding-top: 1px;
border:solid 5px #e0d7c6;

}
.post-slide-therapies .post-img {
margin: 2%;
 
	width: 96%;
	height: 206px;
	border:solid 1px #e0d7c6;
	padding: 4px;
 
}
.post-slide-therapies .post-img img {
  width: 100%;
  height: 100%;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
	text-align: center;
	
	object-fit: cover;
}
.post-slide-therapies:hover .post-img img {
  transform: scale(0.95, 0.95);
}
.post-slide-therapies .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(
    -45deg,
    rgba(6, 190, 244, 0.75) 0%,
    rgba(45, 112, 253, 0.6) 100%
  );
  transition: all 0.5s linear;
}
.post-slide-therapies:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide-therapies .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.post-slide-therapies .post-content {
  background: #fff;
  padding: 2px 20px 10px;
  border-radius: 15px;
}
.post-slide-therapies .post-content h5{
  font-weight: bold;
  color: #f1737e;
	padding: 8px 0px;
}
.post-slide-therapies .post-content ul {
	margin: 0px;
	padding: 0px 20px 20px 20px;
}
.post-slide-therapies .post-content ul li {
	margin: 0px;
	padding: 0px 15px;
	font-weight: 700;
	color: #474932;
}
.post-slide-therapies .post-title  {
  font-size: 24px;
  font-weight: bold;
  color: #5f6f52;
  display: block;
   transition: all 0.3s ease 0s;text-decoration: none;
	  font-family: "Playfair Display", serif;
}
.post-slide-therapies .post-title2  {
  font-size: 20px;
  font-weight: bold;
  color: #5f6f52;
  display: block;
   transition: all 0.3s ease 0s;text-decoration: none;
	  font-family: "Playfair Display", serif;
}

.post-slide-therapies .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
	font-size: 15px;
}
.post-slide-therapies .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide-therapies .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}
.post-slide-therapies .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #f6cb62;
  color: #000;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}
.post-slide-therapies .read-more:hover {
  background: #000;
  text-decoration: none;
  color: #fff;
}

.therapies ul {
 columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
.therapies ul li{	
	color: #2c2c2c;
border-right: 5px solid #fff;
	padding-bottom: 8px!important;

	 
}
.therapies ul li {
	 position: relative;
	 padding-left: 0.8em;
	list-style: none;
	
}
.therapies ul li::before {
	 content: "";
	 display: inline-block;
	 position: absolute;
	 left: -0.8em;
	 top: 5px;
	 transform: rotate(45deg);
	 height: 1em;
	 width: 0.5em;
	 border-bottom: 0.15em solid;
	 border-right: 0.15em solid;
	color: var(--clr-red);
}
@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}
@media (min-width: 200px) and (max-width: 768px) {
	.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  bottom: -10%;
  left: 25%;
  padding: 0 18px 0 15px;
  border-radius: 50px;

  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  bottom: -10%;
  right: 25%;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  
  transition: background 0.5s ease 0s;
}
}


.carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
.carousel-inner {
  padding: 1em;
}

.testimonialmain {
	background-color: var(--clr-milky);
	padding: 50px 0px;
	 background-image:  url("../images/testi_bg_01.png"),  url("../images/testi_bg_02.png");
  background-position:left bottom, right top;
  background-repeat: no-repeat, no-repeat;
}


.testimonial {
	 width: 100%;
	 	height: 100%!important;
	 display: flex;
	 justify-content: center;
	 align-items: center;

	color: var(--clr-black);
	
}
.testimonial h3 {
	
 color: var(--clr-green);
  font-size: 38px;
  font-weight: 700;
  text-align: center;

	  font-family: "Playfair Display", serif;
}
.testimonial h5 {
	font-family: "Playfair Display", serif;
 color: var(--clr-red2);
  font-size: 20px;
  font-weight: 700;
  text-align: center;

}
 .testimonial-slide {
	 padding: 20px 20px;
	 display: table;


}
.testimonial_box-inner {




}
 .testimonial_box-top {
	
	 padding:0px 20px;
	 border-radius: 20px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 flex-direction: column;
	 text-align: center!important;

	height: 100%;
	 

}
 .testimonial_box-icon {
	 padding: 10px 0;
	 text-align: left;
	 
}
 .testimonial_box-icon i {
	 font-size: 15px;
	 color: #ffc833;
}
 .testimonial_box-text {
	 padding: 10px 0;
	 	height: 100%!important;
}
 .testimonial_box-text p {
	 color: #222;
	 font-size: 16px;
	 line-height: 26px;
	 margin-bottom: 0;
	 
}
.testimonial_box-text a {
	color: #ffb129;
}
 .testimonial_box-img {
	 padding: 20px 0 10px;
	 display: flex;
	 justify-content: center;
}
 .testimonial_box-img img {
	 width: 120px;
	 height: 120px;
	 border-radius: 100px;
	 border: 2px solid #e5e5e5;
}
 .testimonial_box-name {
	 padding-top: 10px;
}
 .testimonial_box-name h4 {
	 font-size: 20px;
	 line-height: 25px;
	 color: #293241;
	 margin-bottom: 0;
	 font-weight: 600;
}
 .testimonial_box-job p {
	 color: #f1737e;
	 font-size: 16px;
	 text-transform: normal;
	 letter-spacing: 2px;
	 line-height: 20px;
	 font-weight: 600;
	 margin-bottom: 0;
	 padding-top: 12px;
}
 
.testimonialhead p {
	color: #2794d3;
	text-transform: uppercase;
}

.testimonialhead h3 {
	color: #000000;
	font-weight: 700;
  font-size: 26px;
}
.testimonialhead h3 span{
	color: #0094ea;
	font-weight: 700;
  font-size: 26px;
}

.testimonialhead p:before {
 display: inline-block;
    content: "";
    border-top: .2rem solid #0094ea;
    width: 4rem;
    margin: 12px 2px;
    transform: translateY(-1rem);
      }
.star {
	font-size: 12px;
}

.video {
	background: url("../images/video.png");
	padding: 250px 160px;
	text-align: center;
	background-size: cover;
		background-repeat: no-repeat;
}
.video h3 {
	
 color: var(--clr-white);
  font-size: 38px;
  font-weight: 700;
  text-align: center;

	  font-family: "Playfair Display", serif;
}

.ast-col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.center_item {
  position: absolute;
  top: -60%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.video p {
	
 color: var(--clr-white);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  background-color: rgba(0, 0, 0, .4);
  padding-left: 10%;
  padding-right: 10%
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0 20px 20px 20px;
  border: 1px solid #888;
  width: 80%;
	  text-align: right;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer
}
@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}
@media screen and (min-width: 768px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}
.carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: grey;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.blog {
  padding: 50px 0px;
}
.blog h2 {
  color: var(--clr-green);
  font-size: 38px;
  font-weight: 700;
  text-align: center;
}
.blogmaintxt {
	padding: 10px 50px;
	text-align: center;
}
.blog-area   {
  border: 5px solid #e0d7c6;
  border-radius: 0px;
	margin-bottom: 8px;
}
.blog-thumb2 img {
  width: 100%;
	height: 300px;
	object-fit: cover;
}
.blog-content2 {
  background: #fff;
  padding: 26px 26px 15px;
  position: relative;
  z-index: 1;
}
.blog-content2 h4 {
	color: #000;
	  font-family: "Playfair Display", serif;	
	font-size: 24px;
}
.blog-content2 a {
	color: var(--clr-red);
font-weight: 600;
	font-size: 16px;
	text-decoration: underline;
}
.blog-content2 a:hover {
	color: var(--clr-green);
font-weight: 600;
	font-size: 16px;
	text-decoration: underline;
}
@media (max-width: 920px) {

	.bannertxt {
	padding-top:10%;
		padding-bottom: 40px;
	}
	.banner img {
		padding-top: 60px;
	}
.bannertxt h1 {
	font-size: 30px;
	font-weight: 900;
	color: var(--clr-green);
	letter-spacing: 1px;
}	
	
	.welcome {
	background: url("../images/welcome_containerbg_m.png") no-repeat left top;
	padding: 0px 0px;
	
}
	.welcomepoints ul {
 columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}
.welcomepoints ul li{	
	color: #2c2c2c;
border-right: 5px solid #fff;
	padding-bottom: 8px!important; 
}
	.whatweprovide {
	background-color: var(--clr-milky);
padding: 50px 0px;
 background-image:  url("../images/provide_bg01_m.png"),  url("../images/provide_bg02_m.png");
  background-position:left top, right bottom;
  background-repeat: no-repeat, no-repeat;
	
}
	
	.video {
	background: url("../images/video.png");
	padding: 200px 20px;
	text-align: center;
	background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	
}
	.center_item {
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translate(-50%, -50%)
}
	.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 5px;
  border: 1px solid #888;
  width: 100%;
  text-align: right;
}
	.modal{
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.testimonialmain {
  background-color: var(--clr-milky);
  padding: 50px 0px;
  background-image: url("../images/testi_bg_01_m.png"), url("../images/testi_bg_02_m.png");
  background-position: left bottom, right top;
  background-repeat: no-repeat, no-repeat;
}
}
 

#return-to-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 10000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pt-70 {
  padding-top: 70px;
}
.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}
.footer-bg {
	background-color: var(--clr-milky);
}
.f-widget-title img {
	width: 100%;
}
.f-contact {
  display: flex;
  padding: 30px;
  background-color: #d8d3ca;
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}
.f-contact ul {
	margin: 0px;
	padding: 0px;
}
.f-contact li {
  float: left;
  margin-bottom: 20px !important;
  width: 100%;
}
.f-contact .icon {
  margin-right: 10px;
}
.f-contact i {
  width: 40px;
  height: 40px;
 
    background-color: rgb(55, 99, 235);
  line-height: 40px;
  color: #f5eee2 !important;
  text-align: center;
  border-radius: 50%;
  float: left;
  background-color: #5f6f52;
  box-shadow: 2.5px 4.33px 15px 0px rgba(250, 162, 146, 0.4);
}
.f-contact a {
  color: #000 !important;
}
.f-contact a:hover {
  color: #5f6f52 !important;
}
.footer-link ul li a {
  color: #565c3e;
  font-size: 16px;
  display: inline-block;
	line-height: 10px;
	padding: 5px 0px;
}
.footer-link ul li  {
padding: 3px 0px;
}
.footer-link ul {
  margin: 0px;
  padding: 0px;
}
.f-widget-title h2 {
  font-size: 22px;
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 5px;
	font-weight: 600;
	color: #5f6f52;
}


.mt-30 {
  margin-top: 30px;

}
.footer-social a {
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  height: 35px;
  width: 35px;
  background: #c6c3b1;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  color: #5f6f52 !important;
}

.footer-social a:hover {
  background: rgb(250, 162, 146);
  color: #fff !important;
}
.copyright-wrap {
  background: #5f6f52;
  padding: 20px 0;
  color: #f5eee2;
  font-size: 16px;
}

#parallax-world-of-ugg h2 { font-size:35px; letter-spacing:2px; text-align:center; color:#fff; font-weight:600; font-family: "Playfair Display", serif; z-index:10; opacity:.9; padding-bottom: 35px;}
#parallax-world-of-ugg h3 { font-size:16px; letter-spacing:0px; text-align:center; color:#fff; font-weight:500; z-index:10; opacity:.9;}

.first-character {font-weight:400; float: left; font-size: 84px; line-height: 64px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: 'Source Sans Pro', sans-serif;}
.icons img {
	width: 50%;
	height: auto;
	padding-bottom: 8px;
}
.sc {color: #3b8595;}
.ny {color: #3d3c3a;}
.atw {color: #c48660;}

/* Section - Title */
/**************************/
#parallax-world-of-ugg .title {background: white; padding: 60px; margin:0 auto; text-align:center;}
#parallax-world-of-ugg .title h1 {font-size:35px; letter-spacing:8px;}

/* Section - Block */
/**************************/
#parallax-world-of-ugg .block {background: white; padding: 60px; width:820px; margin:0 auto; text-align:justify;}
#parallax-world-of-ugg .block-gray {background: #f2f2f2;padding: 60px;}
#parallax-world-of-ugg .section-overlay-mask {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: black; opacity: 0.70;}

/* Section - Parallax */
/**************************/
#parallax-world-of-ugg .parallax-one {padding-top: 100px; padding-bottom: 100px; overflow: hidden; position: relative; width: 100%; background-image: url("../images/parellex_bg.png"); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: top center;}

/* Extras */
/**************************/
#parallax-world-of-ugg .line-break {border-bottom:1px solid black; width: 150px; margin:0 auto;}

/* Media Queries */
/**************************/
@media screen and (max-width: 959px) and (min-width: 768px) {
  #parallax-world-of-ugg .block {padding: 40px; width:620px;}
}
@media screen and (max-width: 767px) {
  #parallax-world-of-ugg .block {padding: 30px; width:420px;}
  #parallax-world-of-ugg h2 {font-size:30px;}
  #parallax-world-of-ugg .block {padding: 30px;}
  #parallax-world-of-ugg .parallax-one, #parallax-world-of-ugg .parallax-two, #parallax-world-of-ugg .parallax-three {padding-top:100px; padding-bottom:100px;}
}
@media screen and (max-width: 479px) {
  #parallax-world-of-ugg .block {padding: 30px 15px; width:290px;}

}
@media (max-width: 920px) {
.icons img {
	width: 30%;
	height: auto;
}	
	.icons {
		margin-bottom: 20px;
		padding-bottom: 8px;
	}	
}
