﻿@charset "utf-8";
/*
Theme Name: YonaNew
Theme URI: http://www.yonaphotography.com
Author:  Designed by ahmed hasan | mobile-whatsapp: 00201004224742
Version: 6.1.1
License: www.yonaphotography.com
License URI: http://www.yonaphotography.com
Tags: Baby Photoshooting  , yonaphotography
*/

/* CSS Document */
@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&display=swap');

html{
	direction:ltr;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

body{
    background-color: #fff;
	margin: 0;
  font-family: "Poppins", sans-serif;
}     
*{margin:0;
  padding:0;
  }
img{border:none;}
ul{list-style: none outside none; }
a{text-decoration:none; color:#494949; }
a:hover{text-decoration:none; color:#3b3b3b;}
.right{float:right;}
.left{float:left;}
.clear{clear: both;}
.container{
	max-width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.header_top{
	background-color: #1BBBAD;
	min-height: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	padding: 0 50px;
}
@media only screen and (max-width:778px) {
	.header_top{
		flex-wrap: wrap;
		padding: 0 20px;
	}
	.header_top div{width: 100%; margin: 10px 0;}
}
.polylang-flags{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5px;
}
.polylang-flags a{
	color: #fff;
	background-color: #1cbaac;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	font-size: 21px;
	font-weight: bold;
}
@media only screen and (max-width:778px) {
	.polylang-flags {justify-content: inherit;}
}

.polylang-flags li{ padding: 0 5px;}
.head_email{
	background: transparent url('images/email.png') no-repeat scroll left;
	padding-left: 30px;
	background-size: 20px;
	font-size: 16px;
}
.head_mob{
	background: transparent url('images/mobile.png') no-repeat scroll left;
	padding-left: 25px;
	background-size: 19px;
	font-size: 16px;
}
@media only screen and (max-width:500px) {
	.head_email{font-size: 14px;}
	.head_mob{font-size: 14px;}
}

.social_head ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;	
}
@media only screen and (max-width:778px) {
	.social_head ul {justify-content: inherit;}
}
.social_head ul li{
	padding: 0 5px;
}
.social_head ul li img{
	width: 24px;
}
.header_mid_bg{
	position: absolute;
	z-index: 9;
	width: 100%;
 }
.header_mid_bg_pages{
	position: relative;
}
.header_mid_size{
	min-height: 90px;
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	margin-right: 15px;
	margin-left: 15px;
}
.logo{text-align: center; padding: 20px 0;}
.logo img{
	width: 150px;
}
.menu_and_logo{
	display: flex;
	align-items: center;
	column-gap: 40px;
}
ul#menu-header_menu_en {
	list-style: none outside none;
	display: table;
	margin: 0 auto;
}
@media only screen and (max-width:1050px) {
	ul#menu-header_menu_en{display: none;}
}

ul#menu-header_menu_en li {
	float: left;
	line-height: 34px;
	margin-left: 12px;
	margin-right: 12px;
	text-align: center;
	transition: 0.3s;
	overflow: hidden;
}
@media only screen and (max-width:1270px) {
	ul#menu-header_menu_en li {
  		margin-left: 0;
		margin-right: 0;
 	}

}
ul#menu-header_menu_en li a {
	color: #fff;
	font-size: 16px;
	margin: 0 13px;
	overflow: hidden;
	letter-spacing: 1px;
	font-weight: normal;
}
ul#menu-header_menu_en li a:hover{border-bottom: 1px solid #fff;}

ul#menu-header_menu_en li a:hover{ color: #fff;}
ul#menu-header_menu_en li a[aria-current] {
	border-bottom: 1px solid #fff;
}
.header_mid_bg_pages ul#menu-header_menu_en li a {
	color: #000;
}
.header_mid_bg_pages ul#menu-header_menu_en li a:hover{border-bottom: 1px solid #000;}

.header_mid_bg_pages ul#menu-header_menu_en li a:hover{ color: #000;}
.header_mid_bg_pages ul#menu-header_menu_en li a[aria-current] {
	border-bottom: 1px solid #000;
}
ul#menu-header_menu_en li ul li a {
	color: #fff !important;
}
ul#menu-header_menu_en li ul li a:hover{border-bottom: 2px solid #fff !important;}
.header_mid_bg_pages ul#menu-header_menu_en li ul li a[aria-current] {
	border-bottom: 2px solid #fff;
}

ul.menu li.highlight {
  background: #e9f5ff;
}
#menu-header_menu_en li ul {
  display: none;
}
#menu-header_menu_en li:hover ul {
	width: 250px;
	display: block;
	position: absolute;
	overflow: hidden;
	background-color: #1BBBAD;
	padding-bottom: 10px;
	padding-top: 15px;
	z-index: 99999;
	padding: 5px;
}
#menu-header_menu_en li ul li {
	float: none;
	margin-left: 0;
	margin-right: 0;	
	display: block;
	border: none;
   	text-align: left;
 }
#menu-header_menu_en li ul li a{ 
	color: #fff;
 	display: block;
}
#menu-header_menu_en li ul li a:hover{ color: #fff; }
.header_mid_bg .menu-item-has-children{
	background: transparent url('images/arrow_down_w.png') no-repeat scroll right;
	padding-right: 5px;
	background-size: 10px;

}
.header_mid_bg_pages .menu-item-has-children{
	background: transparent url('images/arrow_down.png') no-repeat scroll right;
	padding-right: 5px;
	background-size: 10px;

}

.amazingsliderbutton {
	background: #ff8c4d;
	color: #fff;
	cursor: pointer;
	text-align: center;
	padding: 18px 36px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 20px;
	border: 0;
}
@media only screen and (max-width:500px) {
	.amazingsliderbutton {
		padding: 14px 30px;
		font-size: 12px;
	}
}
.all_float{display: none;}
@media screen and (max-width:1050px) {
	.all_float{
		float: left;
		cursor:pointer;
		color: #383838;
		margin-left: 29px;
		display: block;
	}
}
@media screen and (max-width:400px) {
	.all_float{top: 50px;}
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #1C1C1C;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.36) inset;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.36) inset;
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.36) inset;
	overflow-x: hidden;
	transition: 0.1s;
	padding-top: 60px;
	z-index: 999;
}
.sidenav ul li ul li{
	padding-left: 40px;
}
.sidenav ul li ul li a{
	background: transparent url('images/arrow_mob_ar.png') no-repeat scroll left;
	padding-left: 20px;
	font-weight: normal;
}
.sidenav .menu-item-has-children{
 	background-image: none !important;
}
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
 	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
  color: #515151;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.about_home {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
@media only screen and (max-width:768px) {
	.about_home {flex-wrap: wrap;}
}
.about_text{
	max-width: 600px;
}
@media only screen and (max-width:768px) {
	.about_text{
		max-width: 100%;
	}
	.about_img{
		width: 350px;
		margin: auto;
		padding-top: 20px;
	}
}
@media only screen and (max-width:450px) {
	.about_img{
		width: 270px;
	}
	
}

.about_home span{
	font-size: 16px;
	color: #1BBBAD;
}
.about_home h1{
	font-size: 40px;
	color: #ff8c4d;
	font-weight: normal;
	line-height: 55px;
}
@media only screen and (max-width:500px) {
	.about_home h1{font-size: 20px;}
}
.about_home p{
	font-size: 16px;
	color: #5a5a5a;
	line-height: 30px;
	padding-top: 10px;
}
@media only screen and (max-width:500px) {
	.about_home p{font-size: 14px;}
}

.about_home img{
	width: 350px;
	height: 350px;
	border-radius: 50%;
}
@media only screen and (max-width:450px) {
	.about_home img{
		width: 270px;
		height: 270px;
	}
}
.wonderpluginslider-container{
	padding-left: 0px !important;
	padding-right: 0px !important;
	overflow: hidden;
}
.titlewhat{text-align: center; padding-top: 50px;}
.titlewhat h5{
	text-align: center;
	font-size: 20px;
	color: #555555;
	  font-weight: normal;
}
.titlewhat h1{
	text-align: center;
	font-size: 32px;
	color: #555555;
	font-weight: normal;
	padding: 20px 0;
}
.underline-end > span {
	color: #1bc4b5 !important;
 }
 

@media only screen and (max-width:500px) {
	.titlewhat h1{font-size: 18px;}

}
.tstline{
	background: transparent url("images/tst.png") no-repeat;
	height: 50px;
	width: 100%;
	background-size: 100%;
}

.titletst{text-align: center;}
.titletst h1{
	text-align: center;
	font-size: 32px;
	color: #555555;
	font-weight: normal;
	padding: 0;
}
@media only screen and (max-width:500px) {
	.titletst h1{font-size: 18px;}

}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}

.whatdo_flex{
	display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr) );
  list-style-type: none;
}
.whatdo {
	padding-top: 20px;
}
.whatdo ul{
	display: grid;
    gap:20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr) ) ;
	list-style-type: none;
}
@media only screen and (max-width:768px) {
	.whatdo ul{
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr) ) ;
	}

}
.whatdo ul li img {
	width: 100%;
 	animation: zoominoutsinglefeatured 20s infinite ;
}
.hover12 {
	background: #1abc9c;
}
.hover12 img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12:hover img {
	opacity: .5;
}
.effect11 h1 {
	background-image:none !important;
 	color: #000 !important;
	font-size: 20px !important;
 	text-align: center;
	height: auto;
	position: absolute;
	transition: 0.5s ease all;
	visibility: visible;
	opacity: 1;
	bottom: 20px;
 	padding: 20px 10px !important;
}	
.effect11:hover h1 {
	background-image:none !important;
 	visibility: visible;
	left: 0;
	height: auto;
	margin: 10px;
	padding: 20px 10px !important;
	padding: 0; 
	opacity: 1;
	bottom: 30px;
 }
 .details_text {
 	overflow: hidden;
	text-align: center;
	padding: 10px 0;
 	position: relative;
 }
.labany{
	color: #1bc4b5;
}
 .details_text h1{
	  background-color: inherit !important;
}
 .whatdo ul li div h1{
	color: #555555;
	font-size: 20px;
	font-weight: normal;
	background-color: #ffffff4d;
	width: 100%;
	text-align: center;
	margin: 5px 0;
}
.whatdo ul li div a{
display: block;
}
.cont_img {
	position: relative;
 	overflow: hidden;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #34366DBA;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.tans {
  background-image: url("images/tans.png");
  width: 35px;
  height: 35px;
  display: inline-block;
  left: 24px;
  position: absolute;
  top: 21px;
}
.cont_img:hover .overlay {
  height: 100%;
}
.welcome_all{
 	padding: 30px 0;
	display: flex;
	gap: 30px;
	align-items: center;
	margin-top: 50px;
}
.welcome_all img{
	width: 50%;
 }
.welcom_text{
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 50%;
}
.welcom_text h1{
	font-size:20px;
	color: #555555;
	font-weight: normal;
	margin: 0;
 }
.welcom_text h2{
	font-size: 36px;
	color: #555555;
 	font-weight: normal;
	margin: 0;
 }
.welcom_text h3{
	font-size: 16px;
	color: #555555;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
 }
.welcom_text a{
background: #ff8c4d;
  color: #fff;
  cursor: pointer;
  text-align: center;
  padding: 15px 36px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  width: fit-content;
  letter-spacing: 1px;
  border-radius: 10px;
}
@media only screen and (max-width:1000px) {
	.welcome_all{
		flex-direction: column;
	}
	.welcome_all img{
		width: 100%;
	}
	.welcom_text{
 		width: 100%;
	}

}
.client_op{
	margin-bottom: 30px;
 }
.client_op li{
background-color: #fff8f4;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #fdf2ec;
}
.owl-carousel2 .owl-item img{
	height: 100%;
 	cursor: pointer;
}
.ourwslide{
	display: flex;
	align-items: center;
	gap: 20px;
	flex-direction: column;
} 
.ourwslide img{
 	width: 100px !important;
	height: 100px !important;
	border-radius: 50%;
	border: 1px solid #fff;
	padding: 5px;
	object-fit: cover;
	background-color: #fff;
}
.text_slide {
	text-align: center;
}
.ourwslide h1{
	font-size: 14px;
	color: #1BBBAD;
	font-weight: normal;	
 }
.ourwslide p{
	font-size: 18px;
	color: #555;
	font-weight: normal;	
	line-height: 35px;
 }
.client_op .owl-prev span{
	font-size: 24px;
	background-color: #fff8f4;
	border-radius: 50%;
	color: #333;
	padding: 10px 20px;
	font-family: tahoma;
}
.client_op .owl-prev span:hover{
  background-color: #B9B9B9;
}

.client_op .owl-next span{
	font-size: 24px;
  background-color: #fff8f4;
  border-radius: 50%;
  color: #333;
  padding: 10px 20px;
	font-family: tahoma;
}
.client_op .owl-next span:hover{
  background-color: #B9B9B9;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background:none !important;
  color:#FFF;
  text-decoration:none
}
.videocontainer {
    display: table;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
}
.videohelper {
    display: table-cell;
    vertical-align: middle;
}
@media only screen and (max-width:1000px) {
	.videohelper {
		display: table-cell;
		vertical-align: bottom;
	}

}
.inline-video{
	position: relative;
 }
.inline-video video {object-fit: cover;}
.video_text{
	max-width: 1170px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 999;
  position: relative;
}
.video_text h1{
	font-size: 42px;
	color: #fff;
	text-shadow: 0 1px 0 #0f0c08;
	font-weight: bold;
	margin-bottom: 20px;
}
.video_text p{
	font-size: 22px;
	color: #fff;
	text-shadow: 0 1px 0 #0f0c08;
	font-weight: normal;
	padding-bottom: 20px;
	max-width:700px;
	margin: auto;
	line-height: 35px;
}
.video_text a{
	background-color: #fff;
	font-size: 16px;
	color: #555555;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 10px;
	transition: all .4s ease;
}
.video_text a:hover{
	background-color: #9f1721;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	transition: all .4s ease;
}

@media only screen and (max-width:768px) {
	.video_text h1{font-size: 18px;margin-bottom: 5px;}
	.video_text p{font-size: 14px;font-weight: normal;max-width:300px;line-height: 28px;}
	.video_text a{font-size: 13px;font-weight: normal;padding: 5px 15px;}
}
.head_video{
	width:100%;height:60vh;
}
@media screen and (max-width: 1000px) {
	.head_video{height:auto;}
}
.blog_home ul{
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr) );
	list-style-type: none;
}
.blog_home figure{
	overflow: hidden
}
.blog_home img {
	width: 100%;
	height: 100% !important;
	box-sizing: border-box;
 }
.blog_home h1{
	font-size: 16px;
	font-weight: normal;
	color: #555555;
	line-height: 30px;
	height: 57px;
  overflow: hidden;
}
.blog_home span{
	font-size: 16px;
	font-weight: normal;
	color: #B4B4B7;
	line-height: 30px;
	display: block;
}
@media screen and (max-width: 1000px) {
	.blog_home ul{
 		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr) );
 	}
	.blog_home h1{
 		height: auto;
	  overflow: hidden;
	}

}

.moment_all{
 	padding: 30px;
	display: flex;
	gap: 30px;
	align-items: center;
	margin-top: 50px;
}
.moment_all img{
	width: 50%;
 }
.moment_text{
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 50%;
	margin-left: 200px;
}
.moment_text h1{
	font-size:20px;
	color: #ff8c4d;
	font-weight: normal;
 }
.moment_text h2{
	font-size: 36px;
	color: #1bbbad;
	max-width: 400px;
 }
.moment_text h3{
	font-size: 16px;
	color: #5a5a5a;
	font-weight: normal;
	line-height: 30px;
 }
.moment_text a{
	background: #ff8c4d;
	color: #fff;
	cursor: pointer;
	text-align: center;
	padding: 18px 36px;
	font-size: 16px;
	font-weight: normal;
 	border: 0;
	width: fit-content;
 }
@media only screen and (max-width:1000px) {
	.moment_all{
		flex-direction: column;
	}
	.moment_all img{
		width: 100%;
	}
	.moment_text{
 		width: 100%;
		margin-left:0px;
	}
}
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.gall_img {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
	display: inline-block;
}

.overlay_zoom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ff8c4d;
	opacity: 0.5;
  overflow: hidden;
  width: 100%;
  height: 100%;
    -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.gall_img:hover .overlay_zoom {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.photo_fix{
	
	background-attachment: fixed;
	background-position: top;
	min-height: 300px;
	margin: 90px 0;
	display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.titlecats{text-align: center; padding-top: 50px;}
.titlecats span{
	text-align: center;
	font-size: 16px;
	color: #555555;
}
.titlecats h1{
	text-align: center;
	font-size: 32px;
	color: #555555;
	font-weight: normal;
	padding: 20px 0;
}
@media only screen and (max-width:500px) {
	.titlecats h1{font-size: 24px;}
}
.titlecats h2{
	text-align: center;
	font-size: 42px;
	color: #3e3e3e;
	font-weight: normal;
	padding: 20px 0;
}
@media only screen and (max-width:500px) {
	.titlecats h2{font-size: 24px;}
}
.titlecats p{
	text-align: center;
	font-size: 16px;
	color: #5a5a5a;
	line-height: 30px;
}

.catbox {
	padding-top: 50px;
}
.catbox {
	display: grid;
    gap:40px;
    grid-template-columns: repeat(auto-fill, minmax(46%, 1fr) ) ;
	list-style-type: none;
}
.catbox figure img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
 }
.catbox_mobile{
	display: none;
 }
@media only screen and (max-width:600px) {
	.catbox {
		display: none;
 	}
	.catbox_mobile{
		display: block;
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr) ) ;
	}
	.catbox_mobile figure img {
		width: 100%;
		height: 100%;
		border-radius: 20px;
		margin: 10px 0;
	 }

}
.border_line{
	border-bottom: 1px solid #ffab4d;
	padding-top: 60px;
	max-width: 600px;
	margin: auto;
}
.footer_bg{
	background-color: #1BBBAD;
	margin-top:100px;
}
.footer_top svg{
	max-width: 100%;
	height: 100px;
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
@media only screen and (max-width:767px) {
	.footer_top svg{height: 60px;}
}
.footer-fill{
	fill: #FFF;
}
.footer_size {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.footer_item{
	margin: 10px 20px 5px 20px;
}
.footer_item h1 {
	font-size: 28px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 40px;
}
.footer_item p {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 25px;
}
.footer_item h2{
	background: transparent url('images/true.png') no-repeat scroll left;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 40px;
}
.footer_item h2 a {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
.all_rime{ margin-top:0px; padding:10px; overflow:hidden;}
.day_fo{
	color: #fff;
	padding:0px 0px 20px 0px;
}
.day_fo a{
	display: flex;
}
.day_fo img{width: 22px; height: 22px; margin-right: 10px;}
.social_foot ul {
	list-style: none;
}
.social_foot ul li{
	padding: 0 5px;
	float: left;
}
.social_foot ul li img{
	width: 34px;
}
.menu-footer_en-container ul li {
  background: transparent url("images/right-arrow.png") no-repeat scroll left;
  padding-left: 20px;
  margin-top: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
}
.menu-footer_en-container ul li a{
  color: #fff;
}
.fo_right{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	border-top: 1px solid #FFFFFF21;
	text-align: center;
	line-height: 41px;
	margin-top: 50px;
}
.fo_right a{color: #fff;}

.newborn_bg{
 	min-height: 75vh;
	position: relative;
}
@media only screen and (max-width:767px) {
	.newborn_bg{
		min-height: 45vh;
	}
}
.newborn_top {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	bottom: -1px;
}
.newborn_top svg{
	height: 100px;
	transform: translateX(-50%) rotateY(180deg);
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	
}
@media only screen and (max-width:767px) {
	.newborn_top svg{height: 60px;}
}
.newborn_cover{
	background-color: #06484352;
	opacity: 0.7;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
}
.page_title{
	color: #555555;
	line-height: 55px;
 	text-align: center;
	position: relative;
	font-size: 30px;
	font-weight: normal;
}
.page_title a{
	color: #555555;
}
.page_flex{
	display: flex;
	margin-top: 100px;
}
@media only screen and (max-width:768px) {
	.page_flex{
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
}
.small_con{
	width: 30%;
	min-height: 50px;
}
.big_con{
	width: 70%;
	min-height: 50px;
}
@media only screen and (max-width:768px) {
	.small_con{width: 100%;}
	.big_con{width: 100%;}
}
#menu-page_link_en li {
	background-color: #FFF3EB;
	border-radius: 20px;
	color: #555555;
	display: block;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
#menu-page_link_en .current_page_item {
	background-color: #1bc4b5;
}
#menu-page_link_en .current_page_item a{
	color: #fff;
}
#menu-page_link_en li a{
	z-index: 2;
	position: relative;
	padding: 20px 20px 20px 30px;
	display: block;
	color: #555555;
}
#menu-page_link_en li a:hover{
	color: #333;
}
.getin{
	background-color:#f9f9f9;
	width: 100%;
	border-radius: 20px;
	color: #000;
	padding-bottom: 10px;
}
.getin h1{
	font-size: 30px;
	font-weight: normal;
	padding: 30px 20px 10px 20px;
}
.getin h2{
	background: transparent url('images/maps.png') no-repeat scroll left;
	padding-left: 30px;
	font-size: 20px;
	font-weight: normal;
	margin: 0px 20px 10px 20px;
}
.getin p{
	font-size: 18px;
	font-weight: normal;
	margin: 0px 20px 30px 50px;
	color: #575757;
}
.getin h3{
	background: transparent url('images/clock.png') no-repeat scroll left;
	padding-left: 30px;
	font-size: 20px;
	font-weight: normal;
	margin: 0px 20px 10px 20px;
}
.getin h4{
	background: transparent url('images/call.png') no-repeat scroll left;
	padding-left: 30px;
	font-size: 20px;
	font-weight: normal;
	margin: 0px 20px 10px 20px;
}
.nb_img img{
 	display: inline-block;
	height: auto;
	max-width: 100%;
	border: none;
}
.text_page_cont{
	padding: 0 20px;
}
.min_tit{
	font-size: 20px;
	font-weight: normal;
	color: #555555;
	padding-top: 20px;
	text-align: center;
}
.min_tit h1{
	font-size: 28px;
	font-weight: normal;
	color: #575757;
	padding-top: 20px;	
}
.min_tit p{
	color: #5a5a5a;
	font-size: 15px;
	font-weight: normal;
	padding-top: 20px;
}
.min_tit a{
	color: #1BBBAD;
}
.list_ico ul {padding-top: 20px;}
.list_ico li{
 	font-size: 20px;
	font-weight: normal;
	color: #5a5a5a;
	margin: 15px 0;
	list-style: inside;
}
 .our_feat{padding-top: 50px;}
.our_feat h1{
	font-size: 20px;
	font-weight: bold;
	color: #555555;	
	margin-bottom: 20px;
}
.feat_flex{
	display: flex;
 	gap: 20px;
}
@media only screen and (max-width:850px) {
	.feat_flex{flex-wrap: wrap;}
}
.feat_cont_hidden{
	display: none;
	visibility: hidden;
}
.feat_cont{
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.feat_cont ul {padding-top: 20px;}
.feat_cont li{
	background: transparent url('images/checked.png') no-repeat scroll left;
	padding-left: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #5a5a5a;
	margin:20px 0;
	list-style: none;
}
.feat_cont li:hover{
	background: transparent url('images/checked_hov.png') no-repeat scroll left;
}
.feat_cont img{
	width: 100%;
	max-width: 350px;
  }
@media only screen and (max-width:850px) {
	.feat_cont img{max-width: 100%;}
}

.feat_cont img:hover{
	animation: zoominoutsinglefeatured 6s infinite ;
 }
.feat_cont h1{
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	background-color: #1bbbad;
	margin-top: -20px;
	width: fit-content;
	z-index: 999;
	position: relative;
	padding: 10px 20px;
}
.feat_img_flex{
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width:600px) {
	.feat_img_flex{flex-wrap: wrap;}
}
.feat_img_flex img{
	border-radius: 20px 20px 20px 20px;
	display: inline-block;
	height: auto;
	max-width: 100%;
	border: none;
	width: 100% !important;
	margin: 10px;
}
.price_whats{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
}
.price_whats h2{
	font-size: 24px;
  font-weight: normal;
  color: #555555;
	margin-top: 0;
}
.price_whats a {
  font-size: 18px;
  font-weight: normal;
  color: #555555;
  background-color: #ECECEC;
   padding: 10px 20px;
}
.sitter_bg{
	background-image: url("images/Sitter-08-scaled.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 75vh;
	position: relative;
}
@media only screen and (max-width:767px) {
	.sitter_bg{
		min-height: 45vh;
	}
}
.serv_bg{
  	position: relative;
}
.stat_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
@media only screen and (max-width:500px) {
	.stat_flex{
		justify-content: center;
		flex-direction: column;
	}
}
.item_stat{
	text-align: center;
}
@media only screen and (max-width:500px) {
	.item_stat{margin: 40px 0;}
}
.item_stat img{
	width: 60px;
	height: auto;
}
.item_stat div{
	color: #5a5a5a;
	font-size: 50px;
 }
.item_stat .numscroller{
	color: #ff8c4d;
}
.num_flex {
	display: flex;
	justify-content: center;
	margin: 7px 0;
}
.item_stat h1{
	font-size: 17px;
	font-weight: normal;
	color: #5a5a5a;	
	
}
.content-pages{
	line-height: 35px;
	color: #555555;
	font-size: 20px;
}
.content-pages h1, h2, h3, h4, h5, h6{
	margin-top: 30px;
	margin-bottom: 5px;
}
.content-pages p{
	line-height: 35px;
	margin-bottom: 40px;
}
.content-pages ol{margin: 0 30px;}
.content-pages li{  list-style: initial;}
.size_in_gall{
 	width: 100%;
}
.about_flex{
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width:768px) {
	.about_flex{flex-wrap: wrap;}
}
.circle_img{
 	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
@media only screen and (max-width:768px) {
	.circle_img{width: 100%;}
}
.circle_img img{
 }
.other_img{
	width: 50%;
}
@media only screen and (max-width:768px) {
	.other_img{width: 100%;}
}
.exp_nu_home_bg{
	display: flex;
}
.exp_nu_home{
	text-align: center;
 	padding: 15px 40px;
	border-radius: 20px;
	margin-right: 20px;
}
@media only screen and (max-width:550px) {
	.exp_nu_home{width: 100%;margin-right: 0px; padding: 0;}
}
.exp_nu_home div{
	color: #ff8c4d;
	font-size: 50px;
	margin: 0;
 }
.exp_nu_home .numscroller{
	color: #ff8c4d;
}
.exp_nu_home h1{
	font-size: 17px;
	font-weight: normal;
	color: #5a5a5a;	
	
}
@media only screen and (max-width:550px) {
	.exp_nu_home h1{
			font-size: 13px;
		}
	.exp_nu_home div{
 		font-size: 28px;
 	 }

}
.cat_about ul{
	display: grid;
    gap:40px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr) ) ;
	list-style-type: none;
}
@media only screen and (max-width:768px) {
	.cat_about ul{
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr) ) ;
	}
}
.cat_about ul li img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
}
.exp_nu{
	text-align: center;
	background-color: #f9f6f1;
	padding: 15px 40px;
	border-radius: 20px;
	margin-right: 20px;
}
@media only screen and (max-width:550px) {
	.exp_nu{width: 100%;margin-right: 0px;}
}
.exp_nu div{
	color: #ff8c4d;
	font-size: 50px;
	margin: 5px;
 }
.exp_nu .numscroller{
	color: #ff8c4d;
}
.exp_nu h1{
	font-size: 17px;
	font-weight: normal;
	color: #5a5a5a;	
	
}
.exp_list li{
	background: transparent url('images/checked.png') no-repeat scroll left;
	padding-left: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #555555;
	margin:36px 0;
	list-style: none;
}
.exp_list li:first-child{
	margin-top: 8px !important;
}
.exp_list li:last-child{
	margin-bottom: 0px !important;
}

.exp_list li:hover{
	background: transparent url('images/checked_hov.png') no-repeat scroll left;
}
.about_stat{
	display: flex;
	margin-top: 40px;
}
@media only screen and (max-width:550px) {
	.about_stat{flex-wrap: wrap;}
}
.cont_butt{
	border-radius: 20px;
	padding: 20px 40px 20px 40px;
	background-color: #1bbbad;
	margin: 50px auto;
	display: table;
	color: #fff;
	font-weight: bold;
}
.cont_butt:hover{
	background-color: #ff8c4d;
	color: #fff;
}
.whats_butt{
border-radius: 10px;
  padding: 15px 40px 15px 40px;
  background-color: #1bbbad;
  margin: 10px 0;
  display: inline-block;
  color: #fff !important;
  font-weight: bold;
  font-size: 16px;
}
.whats_butt:hover{
	background-color: #ff8c4d;
	color: #fff;
}

.book_bu{
	background: #ff8c4d;
  color: #fff;
  cursor: pointer;
  text-align: center;
  padding: 15px 36px;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  width: fit-content;
  letter-spacing: 1px;
  border-radius: 10px;
}
.contact_flex{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
@media only screen and (max-width:1000px) {
	.contact_flex{flex-wrap: wrap;}
}
.form_contact{
	box-shadow: 0px 12px 15px -15px rgba(0,0,0,0.5);
	padding: 50px;
	min-height: 50px;
	width: 100%;
	border: 1px solid #f9f6f1;
	border-radius: 20px;
	margin: 20px;
}
.form_contact h1{
	font-size: 20px;
	color: #555555;
	font-weight: bold;
}
.form_contact span{
	color: #1BBBAD;
}
.form_contact h2{
	font-size: 14px;
	color: #5a5a5a;
	font-weight: normal;
	line-height: 30px;
}
@media only screen and (max-width:600px) {
	.form_contact{
		padding: 20px 10px;
		margin: 10px;	
	}
}
.form_style {
	direction: ltr !important;
	text-align: left;
	font-size: 16px;
	color: #555555;
}
.form_style p{
	margin-top: 10px;
}
.form_style input{
	width: 100%;
	height: 50px;
	border-radius: 8px 8px 8px 8px;
	color: #555555;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	text-align: left;
}
.form_style textarea{
	width: 100%;
	height: 150px;
	border-radius: 8px 8px 8px 8px;
	color: #555555;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	text-align: left;
}
.wpcf7-submit{
	padding: 15px 40px 20px 40px !important;
	background-color: #1bbbad !important;
	color: #fff !important;
	text-align: center !important;
	width: 150px !important;
	display: block;
	cursor: pointer;
}
.info_contact{
	box-shadow: 0px 12px 15px -15px rgba(0,0,0,0.5);
	padding: 50px;
	min-height: 50px;
	width: 100%;
	border: 1px solid #f9f6f1;
	border-radius: 20px;
	margin: 20px;
}
@media only screen and (max-width:600px) {
	.info_contact{
		padding: 20px 10px;
		margin: 10px;
	}
}
.info_contact h1{
	font-size: 20px;
	color: #555555;
	font-weight: bold;
}
.info_contact span{
	color: #1BBBAD;
}
.list_con{
	box-shadow: 0px 12px 15px -15px rgba(0,0,0,0.5);
	padding: 25px;
	border: 1px solid #f9f6f1;
	border-radius: 20px;
	margin: 20px;	
	display: flex;
	align-items: center;
}
.list_con img{margin-right: 20px;}
.list_con h3{
	font-size: 20px;
	color: #555555;
	font-weight: normal;
	margin: 0;
}
.list_con p{
	font-size: 14px;
	color: #555555;
	font-weight: normal;
	margin-top: 10px;
}
@media only screen and (max-width:600px) {
	.list_con{
		padding: 15px 10px;
		margin: 20px 0px;
	}
	.list_con img{
		margin-right: 5px;
		width: 40px;
	}
	.list_con h3{
		font-size: 14px;
	}
	.list_con p{
		font-size: 13px;
		font-weight: normal;
	}

}
.blog_home_cont{
	display: grid;
    gap:20px;
    grid-template-columns: 2fr 1fr  ;
}
@media only screen and (max-width: 960px) {
	.blog_home_cont{
		display: grid;
		gap:20px;
		grid-template-columns:  1fr  ;
	}
}
.blog_right{
	overflow: hidden;
}
.blog_left{
	overflow: hidden;
	position: sticky;
	top: 0;
	height: min-content;
	display: flex;
	flex-direction: column;
	gap: 20px;
	border: 1px solid #e6e6e6;
	padding: 20px;
}
.blog_item ul li {
	overflow: hidden;
	margin-bottom: 70px;
}
.blog_item ul li a{
	display: block;
	overflow: hidden;
 }
.blog_item ul li img {
	width: 100%;
	object-fit: cover;
 	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	height: 100%;
}
img.hover02  {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 1;

}
img.hover02:hover {
	opacity: .8;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.blog_item ul li h1 {
     font-size: 24px;    
	font-weight:bold; 
 	overflow: hidden;
	color: #555555;
	margin: 5px 0;
}
.date_postblog{
	display: block;
	font-size: 14px;
	margin-top: 5px;
	color: #A4A4A8;
}
.view_postblog{
	display: block;
}

.blog_item p{
	font-size: 20px;
	font-weight: normal;
	overflow: hidden;
	display: block;
	line-height:31px;
	color: #555555;
	margin: 10px 0;}
#searchsubmit{
	    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	float:left!important;  
	background-color:#2e76c8;
	cursor:pointer;
	height:36px; 
    width:20%;
	border:1px solid #00717b;
	font: bold 12px tahoma;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 0 #000;
}
#s{
	 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
     border:1px solid #CCC;
    background:#FFF;
 	text-align:left;
	height:36px;
	width: 100%;
	text-indent: 10px;
	 outline: none;
	transition: 0.3s;
}
#s:focus{
	border:1px solid #6F6F6F;
	transition: 0.3s;
}
 
/*** 
=============================================
    page_pagination style
=============================================
***/


 .page_pagination li {
  display: inline-block;
  margin:0 4px;
}
.page_pagination li a {
	line-height: 55px;
	border:1px solid rgba(229, 229, 229, 0.57);
	text-align: center;
	color: #252525;
	font-size: 18px;
	border-radius: 2px;
	padding: 0 20px;
}
.page_pagination li a.active,
.page_pagination li a:hover {
  color:#fff;
  background: #1bbbad;
}
.page_pagination .active {
  color:#fff;
  background: #1bbbad;
}
.catname_blog h1{
	font-weight: bold;
	font-size: 18px;
	color: #555555;
	margin-bottom: 10px;
}
.last_offers ul li{
	display: block;
	overflow: hidden;
 	margin-bottom: 15px;
 
}
.last_offers ul li img{ 
	width: 70px;
	height: 65px;
	float: left;
	margin-right: 10px;
 }
.last_offers ul li h1{ 
	font-weight: normal;
 	font-size: 16px;
	 color: #555555;
}
.last_offers ul li span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
  color: #A4A4A8;
} 
#menu-blog_sidebar_en li{
	padding: 10px 0;
}
#menu-blog_sidebar_en li a{
	color: #313131;
}
#menu-blog_sidebar_en li a:hover{
	color: #22bdb0;
}

.blog_list ul li {
	overflow: hidden;
	margin-bottom: 50px;
	display: flex;
	background-color: #fbfbfb;
 }
@media only screen and (max-width: 960px) {
	.blog_list ul li {
		display: flex;
		flex-direction: column;
	 }

}
.blog_list ul li a{
	display: flex;
	overflow: hidden;
	flex-basis: 59%;
	flex-direction: column;
	justify-content: center;
	margin: 10px;
 }
.blog_list ul li img {
	width: 100%;
	height: 100%;
  	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.blog_list ul li h1 {
     font-size: 24px;    
	font-weight:bold; 
 	overflow: hidden;
	color: #100F17;
	margin: 5px 0;
}
.blog_list p{
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	display: block;
	line-height: 24px;
	color: #7D7D84;
	margin: 10px 0;}

.blog_grid ul{
	display: flex;
	flex-wrap: wrap;
 }
.blog_grid ul li {
	overflow: hidden;
	margin-bottom: 70px;
	display: flex;
	flex-direction: column;
	flex-basis: 32%;
  }
@media only screen and (max-width: 960px) {
	.blog_grid ul li {
		flex-basis:100%;
	  }
}
.blog_grid ul li a{
	display: flex;
	overflow: hidden;
	flex-direction: column;
	margin: 5px;
 }
.blog_grid ul li img {
	width: 100%;
 	height: 100%;
 	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.blog_grid ul li h1 {
     font-size: 24px;    
	font-weight:bold; 
 	overflow: hidden;
	color: #100F17;
	margin: 5px 0;
}
.blog_grid p{
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	display: block;
	line-height: 24px;
	color: #7D7D84;
	margin: 10px 0;}
.h1title-pages h1{
	border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.tilteofpost{
	color: #555555;
}
.dateofpost{
	color: #555555;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 20px;
}
.single_content h2{
 	color:#555555;
	font-size: 34px;
	font-weight: normal;
	line-height: 45px;
	margin: 10px 0 0 0;
}
.single_content h3{
 	color:#555555;
	font-size: 28px;
	font-weight: normal;
	line-height: 50px;
	margin:0;
}
.single_content h4{
 	color:#555555;
	font-size: 24px;
	font-weight: normal;
	line-height: 55px;
	margin: 1.6em 0;
	
}
.single_content h5{
 	color:#555555;
	font-size: 20px;
	font-weight: normal;
	line-height: 55px;
	margin: 1.8em 0;
}
.single_content p{
   color: #555555;
  font-size: 20px;
  font-weight: normal;
  line-height: 31px;
  margin: 0px 0px 20px 0px;
}
.single_content p:first-of-type:first-letter  {
	color: #555555;
	border-radius: 2px;
	font-size: 279%;
	padding: 11px 6px;
	margin-right: 8px;
	float: left;
}
.single_content a{
 	color:#0066cc;
 	text-decoration: underline;
 }
.single_content a:hover{
 	color:#004c99;
 }
.single_content ul li{
 	color:#333333;
	font-size: 16px ;
	font-weight: normal;
 	line-height: 31px;
	margin:1.5em 0;
	list-style: inside;
}
.single_content blockquote{
 	color:#555555;
	font-size: 18px ;
	font-weight: normal;
 	line-height: 31px;
	margin:1.5em 0;
	font-style: italic;
 }
.wp-block-list{
	color: #555555;
  font-size: 20px;
  font-weight: normal;
  line-height: 36px;
	margin: 10px 20px;
}
.about_icon{
	display: flex;
	 flex-wrap: wrap;
	gap:20px;
	justify-content: space-between;
}
.icon_item{
	text-align: center;
	  flex-grow: 1;
  width: 30%;
}
.icon_item img {
   width: 30px;
	padding: 6px 0;
 }
.icon_item h1 {
	text-align: center;
	font-size: 15px;
	color: #5a5a5a;
	margin-top: 5px;
	font-weight: normal;
}
.pswp__img{
	height: auto !important;
}
@media only screen and (max-width:600px) {
	.pswp__zoom-wrap{
		transform: translate3d(0px, 50px, 0px) scale(1) !important;
	}
	.pswp__item{
		left: 10px !important;
		right: 10px !important;
	}
}
.lang-item img{
	width: 28px !important;
  height: 28px !important;
}
.helpie-faq.accordions .accordion .accordion__item .accordion__body p{
	line-height: 35px;
	font-size: 15px;
}
.helpie-faq.accordions .accordion .accordion__item .accordion__header div.accordion__title {
  font-size: 14px !important;
 }
.helpie-faq.accordions .accordion__header.active{
   border-radius: 15px !important;
  padding: 15px 10px !important;
	font-size: 14px !important;
 }
.accordion__header{
	background: #f4f4f4 !important;
	padding: 15px 10px  !important;
	border-radius: 15px !important;
	margin-top: 5px;
	font-size: 14px !important;
}
.helpie-faq.accordions .accordion .accordion__item{
	border: 0 !important;
	background: #f4f4f4 !important;
  border-radius: 15px;
}
.about_bann{
	max-width: 1170px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 999;
  position: relative;
}
.about_bann h1{
	font-size: 42px;
	color: #fff;
 	font-weight: normal;
	margin-bottom: 20px;
}
 .about_bann a{
	background-color: #fff;
	font-size: 16px;
	color: #1bbbad;
 	font-weight: bold;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 10px;
	transition: all .4s ease;
}
.about_bann a:hover{
	background-color: #1bbbad;
	color: #fff;
 	transition: all .4s ease;
}

@media only screen and (max-width:768px) {
	.about_bann h1{font-size: 18px;margin-bottom: 5px;}
	.about_bann p{font-size: 14px;font-weight: normal;max-width:300px;line-height: 28px;}
	.about_bann a{font-size: 13px;font-weight: normal;padding: 5px 15px;}
}
.labn_color{
	font-size: 42px;color: #1bc4b5 !important;
}
.helpie-faq.accordions .accordion__header::before{
	background-image: url('data:image/svg+xml,\00003csvg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\00003cpath fill="%23747878" d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z">\00003c/path>\00003c/svg>');
  display: inline-block !important;
  height: 24px !important;
  width: 24px !important;
	background-color: inherit !important;
	transform: rotate(0deg) !important;
	top: 28% !important;
	margin-right: 20px !important;
}
.helpie-faq.accordions .accordion__header::after{
	height: 0 !important;
 }
.helpie-faq.accordions .accordion__header.active::before {
  transform: rotate(180deg) !important;
}
 
 .parent ul{
   display: grid;
  grid-gap:10px;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow:dense;
  counter-reset: albumList;
}

.general {
  width: 100%;
  height: 100%;
}
.parent ul li{
   display: flex;
	overflow: hidden;
 }
.parent ul li:nth-child(10n + 1),
.parent ul li:nth-child(10n + 10){
    grid-area: span 2/span 2;
  }
.parent ul li:nth-child(10n + 8) {
    grid-column: 1;
  }
.parent ul li:nth-child(10n + 9) {
    grid-column: 2;
  }
 .parent ul li img{
	width: 100%;
  	animation: zoominoutsinglefeatured 20s infinite ;
}

.error_404 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 300px;
	margin: 20px 0;
}
@media only screen and (max-width:768px) {
	.error_404 {flex-direction: column;}
}
.error_404 img{
	width: 100%;
	max-width: 600px;
	margin-top: 5px;
 }
.error_404 h1{
	font-size: 16px;
	color: #333232;
 }
.error_404 p{
	max-width: 500px;
	font-size: 14px;
	font-weight: normal;
	line-height: 35px;
	color: #333232;
 }
.error_but {
	border-radius: 5px;
	background-color: #1bbbad;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	font-size: 14px;
	display: inline-block;
}
