@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
body {
	font-size: 12px;
	font-family: 'Playfair Display', serif;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0px;
	padding: 0px;
}
a:hover{
	text-decoration: none;
	
}
a{
	 transition: all 0.8s ease 0s;
	text-decoration: none !important;
}

ul{
	padding: 0px;
	list-style: none;
}
.owl-carousel.owl-theme.banner_slider {
	display: block;
}
img {
  max-width: 100%;
}
.wow {
  visibility: hidden;
}
/*===============
      css_start
=====================*/

/*================
	banner_start
===================*/
.slider_main {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
	width: 100%;
	text-align: left;
}
.banner_mobile{
	display: none;
}
.welcome_text {
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	font-family: 'Playfair Display', serif;
	letter-spacing: 0.40px;
	line-height: normal;
}
.main_text {
	font-family: 'Poppins', sans-serif;
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	line-height: 66px;
	letter-spacing: 0.20px;
	margin: 20px 0px;
}
.banner_slide_text p {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.20px;
	line-height: 30px;
	margin-bottom: 30px;
}
.button_banner {
	display: flex;
}
.banner_btn a {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	line-height: 30px;
	letter-spacing: 0.20px;
	font-weight: 500;
	transition: all 0.8s ease;
}
.banner_btn {
	padding: 5px 21px;
	background: #e79d92;
	margin-right: 24px;
	border-radius: 30px;
	transform: all 0.8s ease;
}
.banner_btn:hover {
	background: #fff;
}
.banner_btn:hover a{
	color: #000;
}
.banner_btn:last-child {
	margin: 0px;
}
.banner_section .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: -40px;
	z-index: 999;
	position: sticky;
}
.banner_section .owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	background: transparent;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	border: 1px solid #fff;
}
.banner_section .owl-theme .owl-dots .owl-dot.active span,.banner_section .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff !important;
}

/*================
	banner_end
===================*/
/*================
	home_section
=================*/
.home_section {
	padding: 60px 0px;
	background-color: #fff1f0;
	padding-top: 100px;
	position: relative;
}
.left_img {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.top_header {
    position: relative;
}
.sticky .top_header {
    position: relative;
}
.right_img {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.box {
	text-align: center;
}
.img_box{
	position: relative;
}

.img_box img {
	z-index: 1;
	position: sticky;
	margin: 0 auto;
}
/*
.img_box:hover{
	transform: skewx(20deg);
}
*/
.img_box::after {
	content: '';
	position: absolute;
	background: url("../images/box_bg.png");
	width: 120px;
	height: 120px;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
.title_box {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0.30px;
	text-align: center;
	margin: 20px 0px;
	margin-top: 44px;
}
.box p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.30px;
	text-align: center;
}
.box:hover img {
  transform: rotatey(365deg);
  transition: all 0.8s ease;
}

/*================
	home_section
=================*/
/*=================
    about_us_start
==================*/

.abou_title {
	font-family: 'FreestyleScriptPlain';
	font-size: 36px;
	font-weight: 400;
	color: #fe2421;
	line-height: 30px;
	letter-spacing: 0.20px;
}
.title_text {
	font-size: 44px;
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0.20px;
	margin: 25px 0px;
}
.title_text_box p {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 21px;
	line-height: 30px;
	letter-spacing: 0.30px;
}
.about_box {
	text-align: left;
	margin: 50px 0px;
}
.about_box li:first-child {
	margin-left: 0px;
}
.about_box p {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}
.body_text {
	font-size: 50px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	line-height: 30px;
	margin: 25px 0px;
}
.about_box li {
	margin: 0px 25px;
	text-align: center;
}
.about_box li {
	margin: 0px 20px;
	display: inline-table;
}
.about_us_section {
	margin: 50px 0px;
	position: relative;
}
.about_us_section::after {
	content: '';
	background: url("../images/about_img1.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 349px;
	position: absolute;
	height: 335px;
	bottom: -31px;
	right: 0;
	z-index: -1;
	animation: nudge 5s linear infinite alternate;
}
@keyframes nudge {
  0%, 100% {
    transform: translate(0, 0);
  }
  
  50% {
    transform: translate(10px, 0);
  }
  
  80% {
    transform: translate(-10px, 0);
  }
}
/*=================
    about_us_end
==================*/
/*=======================
	service_sec_start
========================*/
.service_sec {
	background: #fff1f0;
	padding: 60px 0px;
	padding-bottom: 50px;
	position: relative;
}
.service_sec::after {
	content: '';
	position: absolute;
	background: url("../images/flower_srvice_img.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 221px;
	height: 350px;
	top: 0px;
	bottom: 80px;
	margin: auto;
}
.service_sec .title_text_box p {
	font-weight: 400;
	text-align: center;
	font-size: 16px;
}
.service_sec .title_text {
	text-align: center;
}
.servi_img {
	position: relative;
	text-align: center;
}
.service_sec .abou_title {
	text-align: center;
}
.servi_img::after {
	content: '';
	position: absolute;
	background: url("../images/bg_service.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 170px;
	height: 148px;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: 0px;
	top: 0;
	animation: rotate1 8s infinite;
  animation-direction: normal;
animation-direction: alternate;
}
@keyframes rotate1 {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(359deg);
}
}
.servi_img img {
	z-index: 1;
	position: relative;
}
.service_box_text {
	padding: 70px 0px;
	padding-bottom: 0px;
}
.service_box {
	text-align: center;
}
.service_title {
	margin-top: 50px;
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0.30px;
	margin-bottom: 20px;
}
.service_box p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.30px;
	margin: 0px 10px;
}
.service_sec .title_text_box {
	margin: 0px;
}
/*==============================
	service_sec_end
=================================*/
/*==================================
			our_team_start
====================================*/
.team_sec {
	position: relative;
	/* overflow: hidden; */
	background: #fff9f6;
}
.team_img_1{
	display: none;
}
.banner_mobile_2{
	display: none;
}
.team_sec::after {
	position: absolute;
	content: '';
	background: url("../images/flower_img_team2.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 284px;
	height: 261px;
	bottom: 31px;
	left: 20px;
	animation: rotate1 5s infinite;
	animation-direction: normal;
	animation-direction: alternate;
}
@keyframes rotate1 {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(359deg);
}
}
.about_left_sec .title_text_box {
	margin-top: 30px;
}
.title_text_box {
	margin-top: 137px;
}
.team_img::after {
	content: '';
	position: absolute;
	background: url("../images/team_img.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 873px;
	height: 867px;
	right: 0px;
}
.team_box_slider .item {
	text-align: center;
}
.team_sec .title_text_box p {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	width: 70%;
}
.meamber_name {
	font-size: 24px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: 0.20px;
	color: #000;
}
.team_job {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #333;
	line-height: 30px;
	letter-spacing: 0.20px;
}
.team_meamber_text {
	margin-top: 30px;
}
.team_img_box{
	position: relative;
}
.team_box_slider .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	border: 1px solid #e79d92 !important;
	background: none;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.team_box_slider .owl-theme .owl-dots .owl-dot.active span, 
.team_box_slider .owl-theme .owl-dots .owl-dot:hover span {
	background: #e79d92 !important;
}
.team_box_slider {
	margin-top: 50px;
	padding-bottom: 154px;
}
.team_img_box {
	position: relative;
	margin: 0 20px;
	text-align: center;
}
.team_img_box::before {
	content: '';
	position: absolute;
	background: url("../images/flower_img_team.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 71px;
	height: 73px;
	right: -6px;
	bottom: -18px;
	animation: rotate1 8s infinite;
	animation-direction: normal;
	animation-direction: alternate;
}
@keyframes rotate1 {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(359deg);
}
}
/*==============================
		our_team_end
==========================*/
/*===========================
		price_table_sec_start
================================*/
.price_table_sec .title_text_box {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 40px;
}
.price_table_sec {
	padding: 50px 0px;
}
.price_table_sec{
	position: relative;
}
.price_table_sec::after {
	content: '';
	position: absolute;
	background: url("../images/our_team_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 994px;
	height: 544px;
	bottom: 0px;
	right: 0px;
	z-index: -1;
}
.price_table_sec .title_text_box p {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	width: 58%;
	text-align: center;
	margin: 0 auto;
}
.table_right {
	display: inline-block;
	float: right;
}
.table_left_box {
	display: inline-block;
}
.table_title {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0.30px;
}
.table_left {
	border-bottom: 1px dashed #333;
	padding: 25px 0px;
}
.left_box {
	padding-right: 30px;
}
.right_box {
	padding-right: 30px;
}
.table_left_box p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.30px;
}
.dollar {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0.30px;
	color: #333;
}

/*=============================
		price_table_sec_end
============================*/
/*================================
		blog_sec_start
==========================*/
.blog_sec {
	text-align: center;
	background: #fff1f0;
	padding: 50px 0px;
	padding-bottom: 50px;
}
.bolg_box {
	position: relative;
}
.bolg_text {
	background: #fff;
    padding: 35px 25px 56px 18px;
    margin-right: 0;
    position: absolute;
    bottom: -35px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.blog_sec .title_text_box {
	margin: 0px;
	margin-bottom: 35px;
}
.blog_sec .title_text_box p {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	width: 58%;
	text-align: center;
	margin: 0 auto;
}
.date {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	color: #666666;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.20px;
	text-align: left;
}
.bolg_title {
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	text-align: center;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0.20px;
	margin: 10px 0px;
}
.blog_btn a {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #e79d92;
	line-height: 30px;
	letter-spacing: 0.30px;
	border-bottom: 1px solid #e79d92;
}
.blog_btn a:hover {
	margin-left: 20px;
}
.blog_btn {
	text-align: left;
}

.blog_img img {
  height: auto;
  max-width: 100%;
}
.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -80%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.shine:hover::before, .shine:focus::before {
  animation: shine 0.85s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}


/*============================
			blog_sec_end
=============================*/
/*===========================
		contact_sec_start
==========================*/
.contact_sec {
	margin: 60px 0px;
	position: relative;
	
}
.contact_sec::after {
	content: '';

	position: absolute;
	background: url("../images/blog_bg_img.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 370px;
	height: 364px;
	top: -245px;
	right: 0px;
      animation-name: floating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 20px); }
    to   { transform: translate(0, -0px); }    
}
.contact_sec::before {
	content: '';
	position: absolute;
	background: url("../images/contact_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 290px;
	height: 178px;
	bottom: -74px;
	right: 80px;
	animation: nudge 8s linear infinite alternate;
}
@keyframes nudge {
  0%, 100% {
    transform: translate(0, 0);
  }
  
  50% {
    transform: translate(80px, 0);
  }
  
  80% {
    transform: translate(-80px, 0);
  }
}


.contact_sec .title_text_box {
	margin: 0px;
	text-align: center;
	margin-bottom: 45px;
}
.form-left,.form_sec{
	background: #fff;
	border: 2px solid #fe2421;
	padding: 30px 35px 0px 35px;
	box-shadow: 0px 0px 31.04px 0.96px rgba(0, 0, 0, 0.1);
}
.form_sec {
	padding-bottom: 30px;
}
.qui_cont {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0.20px;
	color: #000;
	margin-bottom: 15px;
}
.form-left p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.20px;
}
.cont_text p a {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.20px;
	color: #535353;
}
.title_contact {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0.20px;
}
.contact_icon p {
	color: #535353;
}
.con_img i {
	font-size: 24px;
	border: 0.5px solid #ededed;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
}
.form-left .contact_icon:last-child {
	padding-bottom: 16px;
	border-bottom: 0.5px solid #7e7e7e;
}
.form-left .contact_icon {
	position: relative;
	display: flex;
	padding: 19px 0px;
}
.con_img {
	margin-right: 20px;
}
.foll_title {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: 0.20px;
	color: #333;
}
.foll_icon ul li {
	display: inline-block;
	text-align: center;
	padding-right: 20px;
	padding-top: 20px;
}
.foll_icon {
	margin: 35px 0px;
}
.foll_icon ul li a {
	font-size: 20px;
	background: #e79d92;
	color: #fff;
	width: 35px;
	display: block;
	height: 35px;
	text-align: center;
	line-height: 36px;
}
.foll_icon ul li:hover  a i{
	transform: rotatey(365deg);
	transition: all 0.8s ease;
}
.form-control {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	border-radius: 0px;
	letter-spacing: 0.20px;
	text-transform: capitalize;
	margin-bottom: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.form-control:focus {
	box-shadow: none;
	border-color: #e79d92;
}
.form_btn a{
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0.20px;
	color: #fff;
	background: #e79d92;
	border: none;
	padding: 8px 34px;
	border-radius: 30px;
	display: inline-block;
	transform: all 0.8s ease;
}
.form_btn a:hover {
	background: #333;
}
.button01.from_btn {
	background: #fe2421;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.70px;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	padding: 9px 36px;
	display: inline-block;
	border-radius: 30px;
	transition: all 0.8s ease;
	border: none;
}
.send_btn {
	text-align: center;
}
.form-messege.error {
	background: #ff0000;
	margin-top: 10px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 25px;
}
.form-messege.success {
	background: #00a908;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	font-size: 17px;
	font-weight: 500;
	line-height: 25px;
}
.button01.from_btn:hover {
	background: #000;
	color: #FFF;
}
/*===========================
		contact_sec_end
==========================*/

/*===========================
      footer_start
============================*/
.footer {
	background: #333333;
	padding: 50px 0px;
	position: relative;
}
.footer_box p {
	color: #d3d3d3;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.30px;
}
.footer_3 p {
	margin-bottom: 15px;
	width: 65%;
}
.footr_btn a:hover {
	margin-left: 20px;
	border-bottom: 1px solid #e79d92;
}
.footer_1 p {
	margin: 20px 0px;
}
.footr_btn a {
	font-family: 'Poppins', sans-serif;
	color: #f2a498;
	font-weight: 600;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: 0.30px;
}
.footer_title {
	font-family: 'Playfair Display', serif;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0.50px;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.footer_box ul li a {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0.30px;
}
.footer_2 ul li a:hover {
	margin-left: 20px;
}

.footer_4 ul li:hover a i {
	transform: rotatey(365deg);
	transition: all 0.8s ease;
}
.footer_box ul li a img {
	padding-right: 10px;
}
.footer_box ul {
	display: inline-block;
}
.right_text {
	margin-left: 20px;
}
.footer_box.footer_2 {
	margin-left: 60px;
}
.footer_box.footer_3 {
	margin-left: -45px;
}
.footer_box ul li {
	color: #d3d3d3;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.50px;
	text-align: left;
}
.right_text li {
	text-align: right !important;
}
.footer_box .form-control {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.50px;
	padding-left: 12px !important;
	padding: 6px 0px;
	border: 1px solid #f4bebe;
	background: transparent;
	color: #9e9e9e;
}
.footer_btn {
	background: #e79d92;
	border: none;
	padding: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}
.input_teg{
	position: relative;
}
.footer_4 ul li {
	display: inline-block;
}
.footer_4 ul li a {
	background: #e79d92;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
}
.footer_4 ul li {
	margin-right: 10px;
}
.footer_4 p {
	margin-bottom: 25px;
}
.footer::after {
	content: '';
	position: absolute;
	background: url("../images/footer_flower.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 236px;
	height: 274px;
	bottom: 0px;
		
}
/*===========================
      footer_end
============================*/
/*===========================
	footer_sec_2_start
==========================*/
.footer_sec {
	background: #333;
	border-top: 1px solid #fff;
	padding: 7px 0px;
}
.footer_sec_1 p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	letter-spacing: 0.15px;
}
/*========================
	success/error
==========================*/
.section_top {
margin-top: -86px;
  padding-top: 86px;

}
.newsletter-messege.success, 
.form-messege.success {
  background: green;
  color: #fff;
  text-align: center;
  font-size: 13px;
}
.newsletter-messege.error, 
.form-messege.error {
  background: red;
  color: #fff;
  text-align: center;
  font-size: 13px;
}

/*===========================
	footer_sec_2_end
==========================*/

/*Preload Css Start*/
.preload {
	width: 100%;
	height: 100vh;
	background-color: #FFFFFF;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9999999;
}
.preload img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
/*Preload Css End*/


/*TOP ARROW CSS START*/
#return-to-top {
	position: fixed;
	background: #333;
	width: 50px;
	height: 50px;
	/* display: block; */
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 50%;
	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: 9999;
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
	bottom: 5%;
	right: 20px !important;
}
#return-to-top i {
	color: #E79D92;
	margin: 0;
	position: relative;
	left: 12px;
	top: 14px;
	font-size: 23px;
	-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: #000;
}
#return-to-top:hover i {
    color: #E79D92;
    top: 5px;
}
/*TOP ARROW CSS END*/

/*/ start count stats /*/

section#counter-stats {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.stats .fa {
  color: #008080;
  font-size: 60px;
}