@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');
@font-face {
	font-family: 'GreatSejagad';
	src: url('../fonts/GreatSejagad.eot');
	src: url('../fonts/GreatSejagad.eot') format('embedded-opentype'), url('../fonts/GreatSejagad.woff2') format('woff2'), url('../fonts/GreatSejagad.woff') format('woff'), url('../fonts/GreatSejagad.ttf') format('truetype'), url('../fonts/GreatSejagad.svg#GreatSejagad') format('svg');
}
* {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font: 400 15px/20px 'Montserrat', sans-serif;
	color: #5c5c5c;
	overflow-x: hidden;
	transition: all .3s ease-in-out;
	word-break: break-word;
}
ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none
}
ul li {
}
.no-padding {
	padding-left: 0;
	padding-right: 0
}
.no-margin {
	margin-left: 0;
	margin-right: 0
}
.flex-s {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-m {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-l {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.equal-height {
	align-items: initial!important;
}
.flex-re {
	flex-direction: row-reverse
}
.row.flex-re [class*="col-"] {
	margin-right: 2.5641%;
	margin-left: 0;
}
.row.flex-re [class*="col-"]:first-child {
	margin-right: 0;
}
a {
	text-decoration: none;
	color: #3344a3;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0px;
}
h1 {
	font: 400 55px/60px 'Tangerine', cursive;
	color: #172c63;
}
h2, h1.heading1 {
	font: 800 40px/45px 'Montserrat', sans-serif;
	color: #1b95c3;
	text-transform: uppercase;
}
h3 {
	font: 700 35px/40px 'Montserrat', sans-serif;
	color: #172c63;
}
h4 {
	font: 700 30px/35px 'Montserrat', sans-serif;
	color: #172c63;
}
h5 {
	font: 700 25px/30px 'Montserrat', sans-serif;
	color: #172c63;
}
h6 {
	font: 700 20px/25px 'Montserrat', sans-serif;
	color: #172c63;
}
p {
	font: 400 15px/20px 'Montserrat', sans-serif;
	color: #000;
	padding: 15px 0 0 0;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	outline: none;
}
.btn {
	background: #1b95c3 url(../images/bi.png) no-repeat 85% center;
	font: 500 15px/52px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 76px 0 40px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #1b95c3;
	border-radius: 0px;
	letter-spacing: 0px;
	transition: all .3s ease-in-out;
}
.btn:hover {
	background: #000 url(../images/bi.png) no-repeat 87.5% center;
	color: #fff;
	border: 1px solid #000;
	border-radius: 0 15px 0 15px;
}
.btn-pink {
	background: #e9378e url(../images/bi.png) no-repeat 85% center;
	color: #fff;
	border: 1px solid #e9378e;
}
.btn-pink:hover {
	background: #000 url(../images/bi.png) no-repeat 87.5% center;
	color: #fff;
	border: 1px solid #000;
	border-radius: 0 15px 0 15px;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline: none;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.margin-top {
	margin-top: 20px;
}
.margin-bottom {
	margin-bottom: 20px;
}
.margin {
	margin-top: 20px;
	margin-bottom: 20px;
}
.margin-small-top {
	margin-top: 10px;
}
.margin-small-bottom {
	margin-bottom: 10px;
}
.margin-small {
	margin-top: 10px;
	margin-bottom: 10px;
}
.gap {
	padding-bottom: 20px;
	padding-top: 20px;
}
.gap-bottom {
	padding-bottom: 20px;
}
.gap-top {
	padding-top: 20px;
}
.gap {
	padding-bottom: 20px;
	padding-top: 20px;
}
.gap-small-top {
	padding-top: 10px;
}
.gap-small {
	padding-bottom: 10px;
	padding-top: 10px;
}
.gap-small-bottom {
	padding-bottom: 10px;
}
.gap-big {
	padding-bottom: 40px;
	padding-top: 40px;
}
.space {
	padding: 3px;
}
.pos-r {
	position: relative;
}
.tt-u {
	text-transform: uppercase;
}
.tt-c {
	text-transform: capitalize;
}
.tt-l {
	text-transform: lowercase;
}
.small_gap {
	padding: 10px;
}
.blk-text {
	font-weight: 700;
}
.mid-text {
	font-weight: 500;
}
.lit-text {
	font-weight: 300;
}
/*--header start--*/
header {
}
.header_top {
	display: flex;
	align-items: center;
}
.logo {
	float: left;
	width: 30%;
	text-align: center;
}
.logo img {
	width: auto;
}
.logo_before {
	float: left;
	width: 35%;
	margin: 0;
}
.logo_before ul {
}
.logo_before ul li {
	float: left;
	font: 400 14px/20px 'Montserrat', sans-serif;
	color: #000;
	padding: 10px 15px 10px 45px;
}
.logo_before ul li span {
	display: block;
	font-weight: 700;
}
.logo_before ul li.phone {
	background: url(../images/hi-1.png) no-repeat left center;
}
.logo_before ul li.mail {
	background: url(../images/hi-2.png) no-repeat left center;
}
.logo_before ul li a {
	font: 400 14px/20px 'Montserrat', sans-serif;
	color: #000;
}
.logo_after {
	float: right;
	width: 35%;
	margin: 0;
}
.logo_after ul {
}
.logo_after ul li {
	float: right;
	font: 400 14px/20px 'Montserrat', sans-serif;
	color: #000;
	padding: 10px 45px 10px 15px;
	text-align: right;
}
.logo_after ul li span {
	display: block;
	font-weight: 700;
}
.logo_after ul li.web {
	background: url(../images/hi-3.png) no-repeat right center;
}
.logo_after ul li.location {
	background: url(../images/hi-4.png) no-repeat right center;
}
.logo_after ul li a {
	font: 400 14px/20px 'Montserrat', sans-serif;
	color: #000;
}
/*---navigation---*/
/*---navigation---*/
.menu_area {
	background: #ed3890;
}
#navbtn {
	display: none;
}
.nav-menu {
	display: table;
}
.nav-menu > li {
	position: relative;
	float: left;
}
.nav-menu li:last-child {
	border: none;
}
.nav-menu li .menuarrow {
	display: none;
}
.nav-menu li > a {
	font: 700 14px/55px 'Montserrat', sans-serif;
	color: #fff;
	white-space: nowrap;
	display: block;
	margin: 0 15px;
	text-transform: uppercase;
}
.nav-menu li:hover, .nav-menu li.active, .nav-menu li.current_page_item {
	background: rgba(0,0,0,0.15);/*border-bottom: 5px solid #d7a956;*/
}
.nav-menu li:hover > a, .nav-menu li.active > a, .nav-menu li.current_page_item > a, .nav-menu li > a:focus {
	color: #fff;
}
.nav-menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #ed3890;
	min-width: 220px;
	box-shadow: 0 0 5px #000;
	transition: all 300ms ease-out 0s;
	display: none;
	z-index: 999;
}
.nav-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.nav-menu li:hover > .sub-menu {
	display: block;
}
.nav-menu .sub-menu li {
	float: none;
}
.nav-menu .sub-menu li:hover, .nav-menu .sub-menu li.active {
	border-bottom: none;
}
.nav-menu .sub-menu a {
	font: 500 14px/53px 'Montserrat', sans-serif;
	color: #fff;
	padding: 0 10px;
	white-space: nowrap;
	margin: 0;
}
.nav-menu .sub-menu li+li {
	border-top: 1px solid #000;
}
 @media only screen and (max-width: 1198px) {
#navigation {
	width: 100%;
	margin: 0 auto;
}
.nav-menu li > a {
	margin: 0 5px;
}
}
@media only screen and (max-width: 990px) {
#navigation {
	width: 100%;
	position: relative;
	margin: 0;
	float: right;
	border: 1px solid #e9378e;
	background: #e9378e;
	margin: 0;
}
#navbtn {
	display: block;
	background: url(../images/navigation.png) no-repeat 100% 50%;
	width: 100%;
	text-align: left;
	height: 27px;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 27px;
	cursor: pointer;
	color: #fff;
}
.nav-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #e9378e;
	z-index: 99999;
	width: 260px;
	box-shadow: 0 0 6px #000;
}
.nav-menu li {
	float: none;
}
.nav-menu li+li {
	border-top: 1px solid #000;
}
.nav-menu li > a {
	font: 500 14px/42px 'Montserrat', sans-serif;
	color: #000;
	padding: 0 10px;
	margin: 0;
}
.nav-menu li .menuarrow {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 36px;
	height: 36px;
	z-index: 99;
	background: url(../images/nav-arrow.png) no-repeat 50% 50%;
	display: block;
	cursor: pointer;
	border-radius: 3px;
}
.nav-menu li:hover > .menuarrow, .nav-menu li.active > .menuarrow, .nav-menu li.current_page_item > .menuarrow {
	background: url(../images/nav-arrow.png) no-repeat 50% 50% #fff;
}
.nav-menu .sub-menu {
	position: relative;
	margin: 0 3px;
}
.nav-menu .sub-menu .sub-menu {
	left: 0;
	margin: 0 5px;
}
.nav-menu .sub-menu li {
	float: none;
}
.nav-menu li:hover > .sub-menu {
	display: none;
}
}
 @media only screen and (max-width: 740px) {
#navigation {
	margin: 0% 0 0 0;
}
}
@media only screen and (min-width: 1024px) {
.nav-menu {
	display: table !important;
}
}
@media only screen and (max-width: 450px) {
}
@media only screen and (min-width: 1025px) {
.nav-menu {
	display: table !important;
}
}
/*---navigation---*/
/*--header end--*/
/*--banner_wrap start--*/
.banner_wrap {
	width: 100%;
	position: relative;
	text-align: center;
}
.banner_wrap img {
	width: 100%;
}
.banner_wrap .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 19;
}
/*[class*="flexslider"] ul li{
	overflow: hidden;
	position: relative;
}*/
/*[class*="flexslider"] ul li > img {
	width: 100% !important;
	max-width: 100%;
	height: auto;
}*/
.banner_wrap .txt .ban_txt {
	width: 40%;
	float: left;
	text-align: center;
}
.banner_wrap .txt .ban_txt h1,  .banner_wrap .txt .ban_txt h4{
	font: 900 60px/65px 'Montserrat', sans-serif;
	color: #ed3890;
	text-transform: uppercase;
}
.banner_wrap .txt .ban_txt h2 {
	font: 300 35px/40px 'Montserrat', sans-serif;
	color: #1b99c7;
	text-transform: uppercase;
	background: url(../images/bb.png) no-repeat 50% 96%;
	padding: 0px 0 30px;
}
.banner_wrap .txt .ban_txt h3 {
	font-family: 'GreatSejagad';
	color: #1b99c7;
	font-weight: 400;
}
.banner_wrap .txt .ban_txt p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
}
.banner_wrap .txt .ban_txt a {
	transition: all .3s ease-in-out;
}
[class*="flexslider"] ul.flex-direction-nav {
	display: none;
}
/*--banner_wrap end--*/
/*--main_wrap start--*/
.main_wrap {
}
.content_wrapper {
	padding: 75px 0;
}
/*--advantage_wrap start--*/
.content_left {
	width: 50%;
	float: left;
}
.content_right {
	width: 50%;
	float: right;
}
.bg-black {
	background: #000;
}
.align-center.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 50% 90%;
	padding: 0px 0 30px;
}
.align-left.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 0% 90%;
	padding: 0px 0 30px;
}
.colorGray {
	color: #b7b7b7;
}
.colorGreen {
	color: #90ad11;
}
.colorBrown {
	color: #5f4956;
}
.img_full {
}
.img_full img {
	width: 100%;
}
.about_wrap {
	position: relative;
	padding: 0 0 90px;
}
.about_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: initial!important;
	position: relative;
	margin-top: -75px;
}
.about_img {
}
.about_img img {
	width: 100%;
	border-radius: 0 45px 0 0;
}
.about_txt {
	border-radius: 45px 0 0 0;
	background: #e9378e;
	padding: 32px 30px;
}
.about_txt {
}
.about_txt h2, .about_txt p {
	color: #fff;
}
.acti_box {
	text-align: center;
	margin: 15px 0;
	padding: 15px 5px 25px;
	border: 1px solid #1b95c3;
}
.acti_box h5 {
	color: #e9378e;
}
.ser_wrap {
	padding: 90px 0;
	position: relative;
}
.ser_area {
}
.ser_area > div:nth-child(odd) {
}
.ser_area > div:nth-child(even) {
}
.ser_area ul {
	display: flex;
	flex-flow: row wrap;
	align-items: initial;
	justify-content: center;
}
.ser_area ul li {
	width: 33.33%;
	display: inline-block;
	margin: 0;
	text-align: center;
	padding: 25px;
}
.ser_area ul li .ser_img {
	background: #e9378e;
	border-radius: 50%;
	width: 62px;
	height: 62px;
	display: inline-block
}
.ser_area ul li .ser_img img {
	line-height: 153px;
}
.ser_area ul li .ser_txt {
	padding: 15px 0 0;
	min-height: 110px;
}
.ser_area ul li .ser_txt p {
	color: #000;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
}
.ser_area ul li .ser_txt h6 {
	color: #000;
}
.ser_area ul li:nth-child(odd) {
	background: #fff;
}
.ser_area ul li:nth-child(even) {
	background: #fff;
}
.hc_wrap {
	background: #000 url(../images/hc_bg.jpg) no-repeat center;
}
.hc_txt {
}
.hc_txt h2, .hc_txt p {
	color: #fff;
}
#owl-one .item {
	margin: 0 15px;
}
#owl-one .item img {
	display: inline-block;
}
#owl-one .owl-nav [class*=owl-] {
	position: absolute;
	margin-top: -20px;
	outline: 0;
	width: 28px;
	height: 54px;
	text-indent: -9999px;
	z-index: 999;
}
#owl-one .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: -50px;
	top: 50%;
	background: url(../images/right.png) no-repeat !important;
}
#owl-one .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: -50px;
	top: 50%;
	background: url(../images/left.png) no-repeat !important;
}
#owl-one .owl-nav [class*=owl-] {
	display: block;
}
#owl-one .owl-dots {
	display: none;
}
.eq_wrap {
	background: url(../images/eq-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 132px 0 85px;
}
.mail_form {
	padding: 0;
	text-align: center;
}
.mail_form fieldset {
	padding: 2.5% 1% 1%;
	border: 1px solid #333;
	text-align: left;
	margin: 0 0 25px 0;
}
.mail_form fieldset legend {
	text-align: left;
	font-size: 25px;
	font-weight: 700;
}
.mail_form h2 {
	margin: 0 0 25px 0;
}
.mail_form p {
	padding: 0;
	margin: 0 0 25px 0;
}
.mail_form input[type="text"], .mail_form input[type="email"], .mail_form input[type="tel"], .mail_form input[type="date"], .mail_form input[type="time"], .mail_form select, .mail_form textarea {
	width: 100%;
	height: 61px;
	border: 1px solid #000;
	border-radius: 0;
	margin: 1% 0;
	padding: 0 5px;
	text-indent: 0px;
	font: 700 13px/61px 'Montserrat', sans-serif;
	color: #000;
	background: rgba(255,255,255,1);
}
.mail_form textarea {
	height: 108px;
	line-height: 25px;
	padding: 5px;
}
.mail_form label {
	margin: 8px 15px 8px 0;
	font-size: 20px;
	line-height: 20px;
	color: #000;
	display: inline-block;
	width: auto;
}
.mail_form input[type="checkbox"], .mail_form input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: 22px;
	height: 22px;
	float: left;
	margin: 0 7px 0 0;
}
.mail_form select {
	background: transparent url(../images/select_1.png) no-repeat 96% center;
}
.mail_form select option {
	display: none;
	background: #f2f2f2;
}
.mail_form select option+option {
	display: block;
	padding: 5px 0;
}
.mail_form input[type="submit"] {
	background: #1b95c3 url(../images/bi.png) no-repeat 85% center;
	font: 500 15px/52px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 76px 0 40px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #1b95c3;
	border-radius: 0px;
	letter-spacing: 0px;
	transition: all .3s ease-in-out;
}
.mail_form input[type="submit"]:hover {
	background: #000 url(../images/bi.png) no-repeat 87.5% center;
	color: #fff;
	border: 1px solid #000;
	border-radius: 0 15px 0 15px;
	transition: all .3s ease-in-out;
}
 .mail_form input[type="text"]::-webkit-input-placeholder, .mail_form input[type="email"]::-webkit-input-placeholder, .mail_form input[type="tel"]::-webkit-input-placeholder, .mail_form input[type="date"]::-webkit-input-placeholder, .mail_form input[type="time"]::-webkit-input-placeholder, .mail_form select::-webkit-input-placeholder {
 font: 700 13px/61px 'Montserrat', sans-serif;
 color: #333 !important;
 opacity:1;
}
.mail_form textarea::-webkit-input-placeholder {
 font: 700 13px/25px 'Montserrat', sans-serif;
 color: #333 !important;
 opacity:1;
}
.download_area {
}
.download_area h6 {
}
.download_area ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.download_area ul li {
	width: 49%;
	display: inline-block;
	margin: 15px 0.5% 0;
	border-radius: 50px;
	text-align: left;
	background: #e9378e;
	transition: all .3s ease-in-out;
}
.download_area ul li:nth-child(even) {
	background: #1c99c6;
}
.download_area ul li a {
	padding: 15px 25px 15px 75px;
	font: 700 16px/21px 'Montserrat', sans-serif;
	color: #fff;
	width: 100%;
	display: block;
	background: url(../images/db.png) no-repeat 5px center;
}
.download_area ul li a span {
	display: block;
}
.download_area ul li:hover, .download_area ul li.active {
	background: #000;
	border-radius: 12px 0;
}
.download_area ul li:hover a, .download_area ul li.active a {
	color: #fff;
	background: url(../images/db.png) no-repeat 5px center;
}
.testi_wrap {
	background: #e9378e;
}
.testi_box {
	background: #fff;
	border-radius: 15px;
	padding: 40px 70px 52px;
	position: relative;
	margin: 50px 15px 0;
}
.testi_box img {
	position: absolute;
	left: 70px;
	top: 0%;
	transform: translate(0%, -50%);
	z-index: 19;
}
.testi_box h5 {
	color: #e9378e;
	margin: 25px 0 0 0;
}
#owl-two .item {
}
#owl-two .item img {
	display: inline-block;
}
#owl-two .owl-nav [class*=owl-] {
	position: absolute;
	margin-top: -20px;
	outline: 0;
	width: 28px;
	height: 54px;
	text-indent: -9999px;
	z-index: 999;
}
#owl-two .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: -50px;
	top: 50%;
	background: url(../images/right_1.png) no-repeat !important;
}
#owl-two .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: -50px;
	top: 50%;
	background: url(../images/left_1.png) no-repeat !important;
}
#owl-two .owl-nav [class*=owl-] {
	display: block;
}
#owl-two .owl-dots {
	display: none;
}
/*--advantage_wrap end--*/
/*--main_wrap end--*/
/*--footer_wrap start--*/
footer {
	background: #000;
	padding: 52px 0 42px;
	text-align: center;
}
footer .footer_content {
}
.footer_logo {
	text-align: center;
}
.footer_links {
	width: 100%;
}
.footer_links ul {
	width: 100%;
	display: table;
}
.footer_links ul li {
	display: inline-block;
	padding: 0px 9px;
	text-align: center;
	border-right: 1px solid #fff;
	font: 700 14px/14px 'Montserrat', sans-serif;
	color: #fff;
}
.footer_links ul li:last-child {
	border: none;
}
.footer_links ul li a {
	font: 700 14px/14px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.footer_links ul li a:hover {
	color: #d7a956;
}
.footer_links ul li:hover a, .footer_links ul li.active a {
	color: #70c9d8;
	text-decoration: none;
}
.copyright_wrap {
	padding: 0;
	margin: 15px 0 0 0;
	background: #00;
}
.copyright_wrap p {
	font: 500 14px/20px 'Montserrat', sans-serif;
	color: #fff;
	padding: 0;
}
.copyright_wrap a {
	color: #fff;
	text-decoration: none;
}
.copyright_wrap a:hover {
	color: #000;
}
/*--footer_wrap end--*/

.align-center {
	text-align: center;
}
.colorwhite {
	color: #fff;
}
.colorgold {
	color: #dba846;
}
.colorblack {
	color: #000;
}
.colorblue {
	color: #25aae1;
}
.colorviolet {
	color: #794d9f;
}
.uppercase {
	text-transform: uppercase;
}
.bg-gray {
	background: #e9e9e9;
}
.bg-black {
	background: #000;
}
.bg-blue {
	background: #172c63;
}
.lit-txt {
	font-weight: 300;
}
.bgOrrange {
	background: #ff1d00;
}
.bgBrown {
	background: #4f465b;
}
.img {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.img img {
	width: 100%;
	height: auto;
	float: left;
	-webkit-transition: all 3.5s;
	-moz-transition: all 3.5s;
	-o-transition: all 3.5s;
	transition: all 3.5s;
}
.img:hover, .img:focus {
/*box-shadow: 0 0 3px #999;*/
}
.img:hover img, .img:focus img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.bdr-top {
	border-top: 1px solid #999;
}
.map {
}
.map iframe {
	float: left;
}
.shadow {
	box-shadow: 0 0 9px #666;
	padding: 1%;
}
.listing {
	margin: 25px 0 0 0;
}
.listing h6 {
	margin: 0 0 15px 0;
	font-weight: 700;
	color: #10499e;
}
.listing ul {
	width: 100%;
	list-style-position: outside;
	list-style-type: circle;
	color: #00a69c;
}
.listing ul li {
	width: 95%;
	padding: 5px;
	font: 400 16px/20px 'Montserrat', sans-serif;
	color: #000;
	margin: 0 0 0 5%;
}
.gal_box {
	position: relative;
	margin: 0;
}
.gal_box img {
	width: 100%;
}
.gal_box .gal_txt {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(254,211,46,0.6);
}
.gal_box:hover .gal_txt {
	opacity: 1;
}
.gal_box .gal_txt h4 {
	color: white;
	font: 600 30px/35px 'Poppins', sans-serif;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 96%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.gal_box .gal_txt h4 img {
	width: auto;
}
.news_letter {
	text-align: center;
	padding: 0 25px;
}
.news_letter h3 {
	color: #000;
	font-size: 50px;
	line-height: 50px;
	text-transform: uppercase;
}
.news_letter p {
	color: #000;
	font-family: 'Poppins', sans-serif;
}
.emaillist {
	position: relative;
}
.news_letter input[type="email"] {
	width: 100%;
	height: 69px;
	border: 1px solid #000;
	border-radius: 0px;
	margin: 0;
	padding: 0 25px;
	text-indent: 10px;
	font: 400 16px/69px 'Poppins', sans-serif;
	color: #000;
	background: #fff;
	border-radius: 50px;
}
.news_letter input[type="submit"] {
	width: 100%;
	background: #1b95c3;
	font: 400 20px/69px 'Poppins', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0px;
	margin: 0 0;
	display: inline-block;
	border: 1px solid #1b95c3;
	border-radius: 50px;
	letter-spacing: 0px;
}
.news_letter input[type="submit"]:hover {
	background: #000;
	color: #fff;
	border: 1px solid #fff;
	transition: all .3s ease-in-out;
}
.news_letter input::-webkit-input-placeholder {
 font: 400 16px/69px 'Poppins', sans-serif;
 color: #949494 !important;
 opacity:1;
}
.es_spinner_image {
	display: none;
	float: right;
}
.logo_area {
	text-align: center;
}
.logo_area ul {
	display: table;
}
.logo_area ul li {
	display: inline-block;
}
.footer_social {
	margin: 0 0 36px 0;
}
.footer_social ul {
	display: table;
}
.footer_social ul li {
	display: inline-block;
	width: 39px;
	height: 39px;
	border: 1px solid #fff;
	background: transparent;
	border-radius: 50%;
	text-align: center;
	margin: 0 5px;
}
.footer_social ul li a {
	font: 700 20px/39px 'Roboto', sans-serif;
	color: #fff;
	display: block;
}
.footer_social ul li:hover {
	background: #fff;
	border: 1px solid #25347A;
}
.footer_social ul li:hover a {
	color: #25347A;
}
.faci_area {
	border: 1px solid #dfdfdf;
	background: #f8f8f8;
	padding: 24px;
}
.faci_area ul {
	width: 100%;
	list-style-position: outside;
	list-style-type: circle;
	color: #00a69c;
	margin-top: 12px;
}
.faci_area ul li {
	width: 95%;
	padding: 5px;
	font: 400 16px/20px 'Montserrat', sans-serif;
	color: #000;
	margin: 0 0 0 5%;
}
.do_area {
}
.do_area ul {
	display: table;
}
.do_area ul li {
	width: 50%;
	float: left;
	border-radius: 50%;
	max-width: 560px;
	height: 540px;
	background: #ed3890;
}
.do_area ul li:last-child {
	margin-left: -25px;
	background: #1b95c3;
	position: relative;
}
.do_area ul li h6 {
	color: #fff;
}
.right_to {
	/*width:550px;
	height:550px;
	border-radius:50%;
	box-shadow:0 0 9px #ccc;*/
	padding: 100px;
	margin: 0 auto;
}
.right_to ul {
	width: 100%;
	list-style-position: outside;
	list-style-type: circle;
	color: #00a69c;
	margin-top: 12px;
}
.right_to ul li {
	width: 95%;
	max-width: auto;
	height: auto;
	padding: 5px;
	font: 400 16px/20px 'Montserrat', sans-serif;
	color: #fff;
	margin: 0 0 0 5%;
	background: none;
	border-radius: 0;
}
.right_to ul li:last-child {
	margin-left: 5%;
	background: none;
}
.grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid-wrapper > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}
.gal_area {
	position: relative;
	margin: 0;
	padding: 0;
	height: auto;
	background-color: #fff;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.imagesWrapper {
	position: relative;
	transform: translateX(-80px);
}
.imagesWrapper .imageWrapper {
	position: absolute;
	height: 150px;
	width: 150px;
	border: 5px solid white;
	background-color: white;
	box-shadow: 0 9px 9px #999;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(45deg);
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
body .imagesWrapper .imageWrapper:nth-child(1) {
	top: -470px;
}
.imagesWrapper .imageWrapper:nth-child(2) {
	top: -235px;
	right: -396px;
}
.imagesWrapper .imageWrapper:nth-child(3) {
	top: -235px;
	left: -117px;
}
.imagesWrapper .imageWrapper:nth-child(4) {
	left: -310px;
}
.imagesWrapper .imageWrapper:nth-child(6) {
	right: -633px;
}
.imagesWrapper .imageWrapper:nth-child(7) {
	top: 115px;
	right: -396px;
}
.imagesWrapper .imageWrapper:nth-child(8) {
	top: 125px;
	left: -117px;
}
.imagesWrapper .imageWrapper:nth-child(9) {
	top: 471px;
}
.imagesWrapper .imageWrapper:hover {
	transform: scale(1.1) rotate(45deg);
	box-shadow: 0 9px 9px #333;
	z-index: 3;
}
.imagesWrapper .imageWrapper:hover img {
	filter: blur(0) grayscale(0);
}
.imagesWrapper .imageWrapper img {
	width: 320px;
	height: auto;
	transform: rotate(-45deg);
	filter: blur(0) grayscale(0.75);
	transition: all 0.5s ease-in-out;
}



/*===========16-05-2023===========*/
/* The div holding the wooden table img tag */
#wooden-table {
	position: absolute;
	left: -5000px;
}
/* The light table itself */
#lighttable {
	position: relative;
	width: 100%;
	height: 790px;
	background: #fff;
	padding: 0px 0 100px 0;
	margin: 0 auto;
	border: none;
	padding:70px;
	display: none;
}
/* Photos on the light table */
#lighttable img {
	border: 10px solid #fff;
	box-shadow: 0 0 1em rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.9);
	position: absolute;
	left: -9999px;
	top: -9999px;
}
#lighttable img:hover {
	cursor: pointer;
}
/* The description at the top of the page */

#description {
	padding: 10px 10px 5px 10px;
	background: #111;
	color: #fff;
	width: 45em;
	margin: 0 auto -5px auto;
	text-align: center;
}
#description h1 {
	font-size: 14px;
	line-height: 1.3em;
}
#description a {
	color: #bbf;
}