 @charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
body {
	font-family: "Outfit", sans-serif;
}
p {
	font-size: 15px;
	color: #000;
	line-height: 26px;
}
a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
li.menu-item-has-children.active a {
	color: #e72744;
}
::-webkit-scrollbar {
width:5px
}
::-webkit-scrollbar-track {
background:#e8e8e8
}
::-webkit-scrollbar-thumb:hover {
background:#fb5496
}
::-webkit-scrollbar-thumb {
background-image:-webkit-linear-gradient(45deg, #ffbd84, #ff1f8e);
background-image:-o-linear-gradient(45deg, #ffbd84, #ff1f8e);
background-image:linear-gradient(45deg, #ffbd84, #ff1f8e)
}
ul {
	padding: 0px;
	margin: 0px;
}
 @keyframes main-banner-img {
 0% {
 transform: scale(1.08, 1.08) rotate(0.02deg);
}
 100% {
 transform: scale(1, 1);
}
}
.swiper-slide-active .your-element-class {
	animation: main-banner-img 5.5s linear;
}
.swiper-button-next, .swiper-button-prev {
	color: #ff6600 !important;
}
li {
	list-style: none;
}
.container {
	max-width: 1300px;
}
.header-section .container {
	display: inline-block;
}
.navbar {
	transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
}
.header-btn {
	float: right;
	margin-top: 22px;
}
.header-btn a {
	background: #ff6600;
	padding: 7px 28px;
	font-size: 15px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.header-btn a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #ff6600 30%, #db3e57);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.header-btn a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #ff6600 30%, #db3e57);
}
.our-works-section .theme-btn-type2 {
	text-align: center;
	margin-top: 45px;
}
.theme-btn-type2 a {
	background: #fff;
	padding: 7px 28px;
	font-size: 15px;
	display: inline-block;
	color: #000;
	text-decoration: none;
	border-radius: 100px;
	border: solid 2px #f3b195;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.theme-btn-type2 a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #ff6600 30%, #db3e57);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.theme-btn-type2 a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #ff6600 30%, #db3e57);
}
.theme-btn-type2 a:hover {
	color: #fff;
}
.page-title {
	font-size: 45px;
	text-align: center;
	color: #000;
}
.section-title-2 {
	position: relative;
	width: 100%;
	margin-bottom: 77px;
}
.section-title-2:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #db3e56;
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0;
	z-index: -1;
}
.section-title-2 span {
	background: #fdfdfd;
	position: absolute;
	left: 0px;
	top: -21px;
	padding-right: 23px;
	font-size: 29px;
	color: #000;
}
/**********All Section padding **********/
.our-awards-section, .media-coverage-section, .videos-section, .clients-logo-section, .gallery-section-home, .compliments-section, .step-by-step-section, .step-by-step-section5, .facebook-section {
	padding: 60px 0px;
	float: left;
	width: 100%;
}
/**********All Section padding End **********/
.section-title-1 {
	text-align: center;
	position: relative;
	margin-bottom: 36px;
}
.section-title-1 span {
	font-size: 46px;
	color: #000;
	letter-spacing: 2px;
	position: relative;
}
.section-title-1 span:after {
	width: 97px;
	height: 3px;
	display: inline-block;
	background: #f2a586;
	position: absolute;
	content: "";
	top: 36px;
	left: -114px;
}
.section-title-1 span:before {
	width: 97px;
	height: 3px;
	display: inline-block;
	background: #f2a586;
	position: absolute;
	content: "";
	top: 36px;
	right: -114px;
}
/********** Menu css **********/
ul.menu {
	display: inline-block;
	width: 100%;
}
.wrapper-menu ul.navbar-nav li a {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-left: 4px;
}
.nav-item.buy-now a {
	background: #302018;
	border-radius: 10px;
	padding: 5px 22px !important;
}
.wrapper-menu.fixed ul.navbar-nav li.buy-now a {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-left: 23px;
	background: #ffa725;
}
.wrapper-menu ul.navbar-nav {
	margin-left: auto;
}
.add-banner-wr .col-md-3 {
	padding: 0px;
}
.add-banner-wr {
	background-size: cover;
}
 @media (max-width:991px) {
.container {
	max-width: 100%;
}
.menu-bar ul.menu {
	position: fixed;
	width: 261px;
	left: 0;
	text-align: left;
	background: #ffffff;
	z-index: 2;
	padding: 0px 0px;
	z-index: 9999;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
	transition: all .4s;
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 30%);
	box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
.nav_area ul li a img {
	padding-right: 10px;
	max-width: 41px;
	margin-top: -10px;
}
.menu-bar ul.menu.open {
	left: 0;
	overflow-y: scroll;
	padding-bottom: 30px;
}
.header .row {
	align-items: center;
}
.menu-view-div-row .toggle {
	color: #2c2c2c;
	cursor: pointer;
	font-size: 28px;
	margin: 0;
	text-align: center;
	position: relative;
}
.menu-side {
	position: initial;
}
.nav_area ul li a {
	line-height: 45px !important;
	font-size: 15px;
	color: #000000;
	padding: 0px 14px;
	display: inline-block;
	width: 100%;
	font-weight: 500;
	text-decoration: none;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #000000;
	top: 10px;
	width: 40px;
	text-align: center;
	height: 30px;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
}
nav.nav_area ul li {
	border-bottom: solid 1px #c9c9c9;
}
.menu-logo-mobile-view {
	padding: 12px;
}
.menu-logo-mobile-view a {
	display: inline-block;
	max-width: 95%;
}
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
}
ul li .sub-menu li a {
	line-height: 14px;
	font-size: 15px;
	letter-spacing: initial;
}
.header .container {
	position: initial;
}
ul.sub-menu span.arrow {
	right: 10px;
	text-align: right;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
ul.sub-menu li.menu-item-has-children span.arrow.close-icon i:before {
	content: "\f106";
}
.home-slider.owl-carousel .owl-item img {
	height: 300px;
}
.top-bar img {
	max-width: 25px;
	vertical-align: middle;
}
.select-drop {
	margin: 20px auto 0;
}
.menu-bar {
	position: initial;
	background: transparent;
}
.toggle {
	color: #ffffff;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 0;
	top: -52px;
	z-index: 9999;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
	background: #db3e57;
}
}
@media (min-width: 992px) {
label.toggle {
	display: none;
}
.menu-bar {
	width: 100%;
	text-align: right;
}
.nav_area > ul > li {
	display: inline-block;
	position: relative;
	padding-right: 29px;
	float: left;
}
li.menu-item-has-children.language::after {
	content: "";
	position: absolute;
	border-right: solid 1px #fff;
	right: -4px;
	height: 14px;
	top: 5px;
}
li.menu-item-has-children.language {
	position: relative;
}
li.menu-item-has-children.language-chan {
	padding-right: 0px;
}
.nav_area ul li a {
	color: #000000;
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 26px;
	margin-top: 27px;
	position: relative;
	font-weight: 400;
}
span.arrow {
	padding-left: 0px;
	color: #1A1A18;
	margin-left: 6px;
	position: absolute;
	top: 31px;
	font-size: 12px;
	font-weight: 300;
}
span.arrow i {
	font-weight: 500;
}
.nav_area > ul > li ul.sub-menu {
	display: block;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	display: none;
}
ul.sub-menu {
	min-width: 195px;
}
ul.sub-menu {
	position: absolute;
	background: #003681;
	z-index: 555;
	text-align: left;
}
.nav_area ul li:hover ul.sub-menu {
	display: block;
}
ul.sub-menu {
	position: absolute;
	background: #ffffff;
	z-index: 555;
	text-align: left;
	border-radius: 0px;
	-webkit-box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	box-shadow: -10px 6px 32px 0 rgb(26 41 66 / 4%);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {
	/* transform: scaleY(1) translateZ(0); */
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	overflow: visible;
	z-index: 20;
	padding-top: 5px;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
	-o-transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15);
	transition: opacity .2s ease-out, transform .25s cubic-bezier(.1, .47, .3, 1.15), -webkit-transform .25s cubic-bezier(.1, .47, .3, 1.15);
}
ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0px;
	width: 100%;
}
.nav_area > ul > li ul.sub-menu li a:hover {
	width: 100%;
	padding-left: 17px;
	background: #db3e57;
	color: #fff;
}
.nav_area > ul > li ul.sub-menu li a {
	color: #413834;
	position: relative;
	letter-spacing: 0px;
	font-weight: 500;
	margin-top: 0px;
	font-size: 13px;
}
ul.sub-menu li a {
	color: #000;
	line-height: 21px;
	padding: 9px 14px;
	font-size: 14px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: padding .2s ease-out;
	-o-transition: padding .2s ease-out;
	transition: padding .2s ease-out;
	width: 100%;
	border-bottom: solid 1px #f1f1f1;
}
ul.sub-menu li.menu-item-has-children .arrow {
	color: #fff;
	padding-left: 0;
}
}
.top-logo.logo-mobile {
	display: none;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu {
	background: #50418a;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0;
	margin-top: 0px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a {
	font-size: 15px;
	padding-left: 11px;
	padding-right: 7px;
	margin-left: 0px;
	line-height: 28px;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu a:hover {
	background: #3b2a7b;
}
.wrapper-menu ul.navbar-nav li ul.dropdown-menu .dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 14px;
}
.wrapper-menu nav#nav {
	padding-bottom: 0px;
}
.wrapper-menu ul.navbar-nav > li > a {
	padding-bottom: 12px;
}
.mobile-menu.wrapper-menu {
	padding-top: 28px;
}
.logo-div1 {
	max-width: initial;
	width: 12%;
	padding-right: 0px;
}
.menu-div {
	width: 88%;
}
/********** menu css End **********/
.videos-section {
	background-color: #ccc5fb;
	background-image: linear-gradient(302deg, #bbb1ff 0, #c1b8ff 21%, #cac3fb 21%, #ccc5fb 30%, #c6beff 30%, #bdb3ff 35%, #ccc5fb 35%, #ccc5fb 51%, #ccc5fb 51%, #ccc5fb 72%, #c9c1ff 72%, #d2cbfd 81%, #c8c0ff 81%, #ccc5fb 100%);
}
/******* Swiper Continuous Ticker *******/
.swiper {
	width: 100%;
}
.swiper-wrapper {
	transition-timing-function: linear !important;
}
.swiper-slide {
	height: auto !important;
}
.horizontal-ticker {
	margin: 0 -20px;
	display: flex;
	flex-direction: column;
	row-gap: 2.85vw;
}
 @media screen and (max-width: 767.9px) {
.horizontal-ticker {
	row-gap: 15px;
}
}
/**
 * Slider Slides
 */

.horizontal-ticker__slide {
	position: relative;
	width: 15.625vw !important;
	/*aspect-ratio: 300 / 205;*/
	aspect-ratio: 240 / 104;
	overflow: hidden;/*backdrop-filter: blur(50px);*/
}
 @media screen and (max-width: 767.9px) {
.horizontal-ticker__slide {
	width: 150px;
}
}
.horizontal-ticker__slide img {
	display: block;
	/*	width: 100%;
	height: 100%;*/
	object-fit: cover;
	transition: opacity 0.6s ease-out;
}
.horizontal-ticker__slide img:last-child {
	position: absolute;
	inset: 0;
}
 @media (hover: hover) and (pointer: fine) {
.horizontal-ticker__slide:hover img:last-child {
	opacity: 1;
}
}
.base-template__content {
	overflow: hidden;
}
.gallery-border {
	width: 100%;
	background: #ebedef url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 630 25.6' style='enableBackground:new 0 0 700 25.6' xml:space='preserve'%3E%3Cstyle%3E.st1{fill-rule:evenodd;clip-rule:evenodd;fill:%23fff}%3C/style%3E%3Ccircle class='st1' cx='3.6' cy='12.8' r='3.5'/%3E%3Ccircle class='st1' cx='16.6' cy='12.8' r='3.5'/%3E%3Ccircle class='st1' cx='29.6' cy='12.8' r='3.5'/%3E%3C/svg%3E") no-repeat 7px 0;
	height: 14px;
}
.video-iframe iframe {
	width: 100%;
	height: 334px;
}
.media-video-info .media-title1 {
	font-size: 49px;
	margin-bottom: 7px;
	font-weight: 500;
}
.media-video-info .media-title2 {
	font-size: 39px;
	color: #000099;
	margin-bottom: 20px;
}
.media-video-info p {
	margin-bottom: 28px;
	font-size: 29px;
}
.media-box .media-img img {
	height: 348px;
	width: 100%;
	object-fit: cover;
}
.media-box .media-name {
	text-align: center;
	margin-top: 18px;
}
.media-box .media-name a {
	font-size: 26px;
	color: #000;
	text-decoration: none;
}
.our-awards-card-row {
	display: flex;
	justify-content: space-around;
}
.our-awards-card-row .our-awards-div {
	width: 16.333%;
	padding: 0px 0px;
	position: relative;
}
.our-awards-div .our-awards-card-box {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius: 11px;
	position: relative;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.our-awards-card-box1 {
	padding: 10px;
	text-align: center;
}
.awards-card-titel {
	font-size: 16px;
	margin-bottom: 4px;
}
.our-awards-card-box .awards-card-img {
	position: relative;
	clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
}
.our-awards-card-box .awards-logo {
	min-height: 94px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.our-awards-card-box:After {
	content: "";
	width: 100%;
	height: 8px;
	display: inline-block;
	position: absolute;
	top: 0;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.awards-box1:After {
	background: #b73f79;
}
.awards-box2:After {
	background: #a1b34d;
}
.awards-box3:After {
	background: #b73f79;
}
.awards-box4:After {
	background: #67b1c7;
}
.awards-box5:After {
	background: #32579a;
}
.awards-box6:After {
	background: #dd7152;
}
.awards-logo-home .our-awards-div {
	width: 16.333%;
	padding: 0px 6px;
	position: relative;
}
.awards-logo-home {
	margin-top: 34px;
}
.awards-card-logo-box {
	text-align: center;
}
.awards-card-logo-box .award-img {
	aspect-ratio: 553 / 279;
	display: flex;
	justify-content: center;
	align-items: center;
}
.our-awards-section {
	padding-bottom: 18px;
}
.awards-card-logo-box p {
	font-size: 17px;
	line-height: 26px;
}
#gallery .owl-dots {
	display: none;
}
#gallery .owl-nav button.owl-prev {
	position: absolute;
	left: -24px;
	top: 35%;
}
#gallery .owl-nav button.owl-next {
	position: absolute;
	right: -24px;
	top: 35%;
}
#gallery .owl-nav button {
	font-size: 55px;
	color: #cccccc;
}
#gallery .owl-nav button i {
	font-weight: 200;
}
#side-menu-div {
	display: none;
	width: 300px;
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	box-shadow: rgb(0 0 0 / 20%) 0px 4px 50px 0px;
	padding: 24px;
	position: absolute;
	top: 78px;
	z-index: 1000;
	right: 0;
}
.mobile-menu {
	display: flex;
	align-items: center;
	position: relative;
}
.mobile-menu .menu-right-side-div {
	display: flex;
}
.menu-right-side-div .contact-btn {
	margin-right: 10px;
}
.menu-right-side-div .contact-btn a {
	background: #db3e56;
	padding: 7px 28px;
	font-size: 15px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.menu-right-side-div .contact-btn a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #f13552 30%, #fb667c);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.menu-right-side-div .contact-btn a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #f13552 30%, #fb667c);
}
#toggleBtn {
	background-color: transparent;
	border: none;
	color: #676879;
	border-radius: 3px;
	width: 39px;
	height: 39px;
	text-align: center;
	text-align: center;
}
.right-side-menu-list a {
	display: flex;
	gap: 8px;
	-webkit-box-align: center;
	align-items: center;
	font-size: 15px;
	font-weight: 400;
	color: #595a6b;
	padding: 8px;
	border-radius: 8px;
	text-decoration: none;
}
#side-menu-div .side-menu-title {
	margin-bottom: 10px;
}
.side-menu-bottom-row {
	display: flex;
	margin-top: 13px;
	align-items: center;
	align-content: center;
}
.side-menu-bottom-section .side-menu-bottom-title {
	border-top: solid 1px #cccccc;
	margin-top: 16px;
	padding-top: 16px;
	color: #595a6b;
	font-size: 16px;
}
.contact-now-section {
	background: #db3e56;
	padding: 30px 0px;
	float: left;
	width: 100%;
}
.contact-details-info {
	text-align: center;
}
.contact-details-info .contact-text {
	font-size: 26px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 18px;
}
.contact-details-info ul li {
	display: inline-block;
	margin: 0px 6px;
}
.contact-details-info ul li a {
	display: inline-block;
	text-decoration: none;
	min-width: 136px;
	line-height: 38px;
	background-color: #ffffff;
	color: #db3e56;
	font-size: 18px;
	border-radius: 6px;
	font-weight: 500;
}
.contact-details-info ul li a:hover {
	background-color: #323436;
	color: #ffffff;
}
.compliments-section {
	float: left;
	width: 100%;
}
.heading-text {
	font-size: 23px;
	color: #000000;
	position: relative;
	margin-bottom: 30px;
}
.heading-text::after {
	content: "";
	position: absolute;
	right: 0;
	top: 15px;
	width: 67%;
	border-bottom: solid 2px #db3e56;
}
.compliments-box-wrapper-row {
	margin-left: -8px;
	margin-right: -8px;
}
.compliments-box-wrapper-row .col-md-3 {
	padding: 0px 8px;
	margin-bottom: 14px;
}
.compliments-box-wrapper {
	box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px, rgb(209 213 219) 0px 0px 0px 1px inset;
	background-color: #ffffff;
	padding: 18px 15px;
	border-radius: 5px;
	position: relative;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	-webkit-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
	-o-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
	transition: 1.1s cubic-bezier(.16, .84, .442, .98);
}
.compliments-box-wrapper:hover {
	transform: translateY(-7.5px);
}
.compliments-box-wrapper .compliments-box-logo {
	padding-bottom: 3px;
}
.compliments-box-wrapper .compliments-box-title {
	font-size: 15px;
	color: #5c5c5c;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 5px;
}
.compliments-box-wrapper p {
	margin-bottom: 0px;
	font-size: 13px;
	line-height: 16px;
	color: #6a6a6a;
}
.testimonial-icon {
	position: absolute;
	right: 8px;
	top: 9px;
	max-width: 45px;
}
.footer-section {
	background-color: #f1f1f1;
	padding-top: 30px;
	border-top: solid 3px #db3e56;
	float: left;
	width: 100%;
}
.footer-logo-wrapper {
	margin-bottom: 26px;
	padding-bottom: 17px;
	border-bottom: solid 1px #d9d9d9;
}
.footer-logo-wrapper a {
	display: inline-block;
	max-width: 30%;
}
.footer-details-info .footer-details-title {
	font-size: 19px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 8px;
}
.footer-details-info ul li {
	line-height: 24px;
}
.footer-details-info ul li a {
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	margin-bottom: 7px;
}
.footer-details-info-row {
	margin-bottom: 25px;
}
.footer-details-wrapp ul li {
	position: relative;
	padding-left: 20px;
	font-size: 15px;
	color: #000000;
	font-weight: 600;
}
.footer-details-wrapp ul li i {
	position: absolute;
	top: 5px;
	left: -7px;
	color: #db3e56;
	font-size: 25px;
}
.footer-details-wrapp ul li i.fal.fa-envelope {
	left: -14px;
}
.footer-details-wrapp ul li a {
	text-decoration: none;
	display: inline-block;
	color: #000000;
}
.copyright-info {
	background: #272a34;
	padding: 8px 0px;
	margin-top: 24px;
}
.copyright-text {
	text-align: center;
	font-size: 15px;
	color: #ffffff;
}
.compliments-box-wrapper .compliments-box-logo {
	padding-bottom: 3px;
	width: 100%;
	height: 51px;
}
.compliments-box-logo img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
}
.footer-logo-row {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	border-bottom: solid 1px #d9d9d9;
	padding-bottom: 26px;
}
.footer-logo-row .footer-logo1 {
	margin-right: 66px;
}
/*Slider-Home*/


.swiper-container {
	width: 100%;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.gallery-top {
	height: 80%;
	width: 100%;
}
.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
	width: 96px !important;
	height: 100%;
	opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active, .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.gallery-thumbs .swiper-slide-active {
	background-color: orange;
}
.gallery-thumbs .swiper-slide-thumb-active {
	background-color: gold;
}
.container-row-slider {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.swiper-slider-info .swiper-slider-title1 {
	font-size: 58px;
	line-height: 69px;
	color: #000;
	font-weight: 600;
	margin-bottom: 12px;
}
.swiper-slider-info, .swiper-slider-img-div {
	width: 50%;
}
.swiper-slider-info p {
	font-size: 19px;
	line-height: 33px;
}
.theme-btn a {
	padding: 10px 24px;
	background-color: #db3e56;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.theme-btn a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #f13552 30%, #fb667c);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.theme-btn a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #f13552 30%, #fb667c);
}
.swiper-slider-wrappper .slider-thumbnail .swiper-slide {
	width: 85px !important;
	margin-right: 11px;
}
.slider-thumbnail .swiper-wrapper {
	max-width: 1600px !important;
	width: 1280px !important;
	margin: 0px auto !important;
}
.swiper-slider-wrappper .slider-thumbnail .swiper-slide {
	position: relative;
}
.swiper-slider-wrappper .slider-thumbnail .swiper-slide-thumb-active.swiper-slide:After {
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0px;
	border: solid 5px #aa0000;
}
.swiper-slider-wrappper .slider-thumbnail .swiper-slide img {
	width: 100%;
}
.girl-img-row-home {
	max-width: 349px;
	position: absolute;
	margin: 0px auto;
	bottom: -61px;
	left: 0;
	right: 0;
	z-index: 1;
}
.swiper-slider-wrappper .swiper-container {
	padding-top: 65px;
	padding-bottom: 63px;
}
.swiper-slider-wrappper .slider-thumbnail {
	padding-top: 0px;
	padding-bottom: 0px;
}
.slider-btn2 a {
	background: #fff;
	padding: 7px 23px;
	display: inline-block;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	border-radius: 100px;
	border: solid 2px #933b69;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.slider-btn2 a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #f13552 30%, #fb667c);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.slider-btn2 a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #f13552 30%, #fb667c);
}
.slider-btn2 a:hover {
	color: #fff;
	border: solid 2px #f13552;
}
.girl-img-row-home .slider-btn2 {
	right: -150px;
	bottom: 61px;
	position: absolute;
}
.swiper-button-next, .swiper-button-prev {
	width: 10px !important;
 --swiper-navigation-size: 23px;
}
.swiper-slide-active .swiper-slider-img-div .swiper-slider-img-box {
	webkit-animation: main-banner-img 5.5s linear;
	animation: main-banner-img 5.5s linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	will-change: transform;
}
.swiper-slider-img-box {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	-webkit-animation: main-banner-img-line 0s linear 1s;
	animation: main-banner-img-line 0s linear 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	will-change: transform;
}
.our-awards-mobile-view {
	display: none;
}
.contact-details-info ul {
	display: flex;
	justify-content: center;
}
#our-awards-mobile button {
	outline: 0;
	background-color: #db3e56;
	width: 30px;
	height: 30px;
	color: #fff;
	border-radius: 100px;
	font-size: 17px;
}
#our-awards-mobile button.owl-prev {
	position: absolute;
	left: 0px;
	top: 41%;
}
#our-awards-mobile button.owl-next {
	position: absolute;
	right: 0px;
	top: 41%;
}
.right-side-menu-list a:hover {
	color: #db3e56;
}
.footer-details-info ul li a:hover {
	color: #db3e56;
}
#gallery .owl-nav button:hover {
	color: #db3e56;
}



/****** HOME  SLIDER  Animation CSS ******/
@-webkit-keyframes fadeInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
opacity:0;
transform:translate3d(0, 100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @keyframes fadeInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
opacity:0;
transform:translate3d(0, 100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
 @-webkit-keyframes fadeInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
opacity:0;
transform:translate3d(0, -100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @keyframes fadeInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
opacity:0;
transform:translate3d(0, -100%, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
 @-webkit-keyframes fadeInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
opacity:0;
transform:translate3d(-100%, 0, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
@keyframes fadeInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
opacity:0;
transform:translate3d(-100%, 0, 0)
}
to {
	-webkit-transform: translateZ(0);
	opacity: 1;
	transform: translateZ(0)
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
.swiper-slider-wrappper .slider .swiper-slide-active .swiper-slider-title1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
.swiper-slider-wrappper .slider .swiper-slide-active .swiper-slider-info p {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
.swiper-slider-wrappper .slider .swiper-slide-active .theme-btn {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
/****** HOME  SLIDER  Animation CSS END ******/



.gallery-box .gallery-img {
	padding-top: 72%;
	background: no-repeat center center / cover;
}
.gallery-box-content .gallery-content-title {
	font-size: 15px;
	margin-bottom: 4px;
	color: #717171;
}
.gallery-box-content .gallery-content-small {
	font-size: 14px;
	color: #717171;
}
.gallery-box {
	box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
	margin-bottom: 15px;
	border-radius: 10px;
	margin-top: 13px;
	position: relative;
	overflow: hidden;
}
.gallery-box-content {
	padding: 9px 16px;
	padding-bottom: 20px;
}
.gallery-section-row .owl-dots {
	display: none;
}
.gallery-section-row .owl-nav button.owl-prev {
	position: absolute;
	left: 0px;
	top: 41%;
}
.gallery-section-row .owl-nav button.owl-next {
	position: absolute;
	right: 0px;
	top: 41%;
}
.gallery-section-row .owl-nav button {
	width: 30px;
	height: 30px;
	background: #ffffff !important;
	border-radius: 100px !important;
	color: #121212 !important;
	border: solid 2px #9787ff !important;
}
.gallery-section-row .owl-nav button:hover {
	background-color: #9787ff !important;
	color: #ffffff !important;
}
.gallery-section-row .gallery-section-title {
	margin-bottom: 6px;
	font-size: 23px;
	color: #000;
}
.gallery-section-row {
	margin-bottom: 35px;
}
.gallery-section-home {
	padding-bottom: 26px;
}
/******* online_shop_development *******/
.step-info-content .step-info-title {
	font-size: 29px;
	margin-bottom: 13px;
	color: #000;
}
.step-info-content ul li {
	font-size: 18px;
	margin-bottom: 7px;
	color: #5a5a5a;
	position: relative;
	padding-left: 31px;
}
.step-info-content ul li::after {
	content: "";
	position: absolute;
	width: 24px;
	height: 22px;
	background-image: url(../images/check-icon.png);
	left: 0px;
	background-repeat: no-repeat;
	top: 7px;
}
.step-by-step-section3 {
	padding-top: 50px;
	padding-bottom: 65px;
}
.step-by-step-section4 {
	background-image: url(../images/shop_dev/shoping-bg.jpg);
	background-size: cover;
	float: left;
	width: 100%;
	padding-bottom: 77px;
	background-position: bottom;
	padding-top: 90px;
}
.step-li ul li {
	margin-bottom: 15px;
	color: #5a5a5a;
	font-size: 17px;
	list-style: circle;
}
.step-logo {
	text-align: center;
	margin-bottom: 29px;
}
.online-recent-works {
	padding: 0px 92px;
}
.online-recent-works .online-recent-works-img {
	margin-bottom: 40px;
	border-radius: 17px;
	position: relative;
	overflow: hidden;
}
.step-by-step-section6 {
	padding-bottom: 30px;
}
.list2 ul {
	float: left;
	width: 50%;
}
.step-by-step-section01 {
	margin-top: 37px;
}
/******* facebook_ig_ad page CSS *******/
.other-bnnaer-top {
	position: relative;
	float: left;
	width: 100%;
}
.other-bnnaer-top-row {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #fff;
	font-size: 37px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
.Facebook-section-headding {
	text-align: center;
	margin-bottom: 43px;
}
.Facebook-section-headding .Facebook-headding1 {
	font-size: 33px;
	background: #60AEEC;
	background: -webkit-linear-gradient(to right, #60AEEC 0%, #6772EC 63%, #B48FD5 100%);
	background: -moz-linear-gradient(to right, #60AEEC 0%, #6772EC 63%, #B48FD5 100%);
	background: linear-gradient(to right, #60AEEC 0%, #6772EC 63%, #B48FD5 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: 6px;
	margin-bottom: 8px;
}
.Facebook-section-headding .Facebook-headding2 {
	font-size: 25px;
	color: #d774d7;
	letter-spacing: 20px;
}
.fb-info-content-list .fb-info-title {
	font-size: 29px;
	background: #60AEEC;
	background: -webkit-linear-gradient(to right, #60AEEC 0%, #6772EC 63%, #B48FD5 100%);
	background: -moz-linear-gradient(to right, #60AEEC 0%, #6772EC 63%, #B48FD5 100%);
	background: linear-gradient(to right, #60AEEC 0%, #6772EC 63%, #B48FD5 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0px;
	padding-bottom: 10px;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
}
.fb-info-content-list ul li {
	font-size: 18px;
	margin-bottom: 7px;
	color: #5a5a5a;
	position: relative;
	padding-left: 31px;
}
.fb-info-content-list ul li::after {
	content: "";
	position: absolute;
	width: 24px;
	height: 22px;
	background-image: url(../images/check-icon.png);
	left: 0px;
	background-repeat: no-repeat;
	top: 7px;
}
.instagram-content .instagram-logo1 {
	margin-bottom: 22px;
}
.instagram-info-content-list .instagram-info-title {
	margin-bottom: 23px;
	font-size: 28px;
	background: #60AEEC;
	background: -webkit-linear-gradient(to right, #60AEEC 0%, #6772EC 63%, #B48FD5 100%);
	background: -moz-linear-gradient(to right, #60AEEC 0%, #6772EC 63%, #B48FD5 100%);
	background: linear-gradient(to right, #60AEEC 0%, #6772EC 63%, #B48FD5 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: 4px;
	padding-top: 17px;
}
.instagram-info-content-list {
	border-top: solid 1px #9c84dc;
	margin-top: 44px;
}
.row-right-div {
	margin-bottom: 26px;
}
.google-ad-text-title .google-ad-text-title {
	letter-spacing: 14px;
	background: #60AEEC;
	background: -webkit-linear-gradient(to right, #60AEEC 0%, #6772EC 63%, #B48FD5 100%);
	background: -moz-linear-gradient(to right, #60AEEC 0%, #6772EC 63%, #B48FD5 100%);
	background: linear-gradient(to right, #60AEEC 0%, #6772EC 63%, #B48FD5 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 29px;
}
.google-ad-text-title .google-ad-text-title2 {
	letter-spacing: 14px;
	background: #60AEEC;
	background: -webkit-linear-gradient(to right, #60AEEC 0%, #6772EC 63%, #B48FD5 100%);
	background: -moz-linear-gradient(to right, #60AEEC 0%, #6772EC 63%, #B48FD5 100%);
	background: linear-gradient(to right, #60AEEC 0%, #6772EC 63%, #B48FD5 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 29px;
	padding-left: 92px;
}
/******* Seo page *******/
.seo-content-list .seo-info-title {
	font-size: 29px;
	background: #60AEEC;
	background: -webkit-linear-gradient(to right, #60AEEC 0%, #6772EC 63%, #B48FD5 100%);
	background: -moz-linear-gradient(to right, #60AEEC 0%, #6772EC 63%, #B48FD5 100%);
	background: linear-gradient(to right, #60AEEC 0%, #6772EC 63%, #B48FD5 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0px;
	padding-bottom: 10px;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
}
.seo-content-list ul li {
	font-size: 15px;
	margin-bottom: 15px;
	color: #5a5a5a;
	position: relative;
	padding-left: 22px;
	line-height: 29px;
}
.seo-content-list ul li:before {
	content: "";
	background: url(../images/seo/arrow-icon.svg);
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: top;
	margin-right: 6px;
	background-size: cover;
	position: absolute;
	left: 1px;
	margin-top: 3px;
	transform: rotate(224deg);
}
.seo-content-list {
	margin-bottom: 21px;
}
.seo-title-section {
	text-align: center;
	margin-bottom: 54px;
	font-size: 26px;
	color: #bb2bb9;
}
.girl-info-wrapper-s {
	background-image: url(../images/seo/background.png);
	background-size: cover;
	width: 85%;
	float: right;
	padding-bottom: 124px;
	margin-top: 65px;
}
.girl-info-wrapper-s .seo-bottom-box {
	display: flex;
	position: relative;
	width: 100%;
	float: left;
}
.girl-info-wrapper-s .seo-bottom-img {
	padding-left: 56px;
	width: 50%;
}
.girl-info-wrapper-s .seo-titli-r {
	width: 58%;
	float: left;
	padding-top: 50px;
}
.girl-info-wrapper-s .seo-bottom-img img {
	position: absolute;
	top: -40px;
}
.girl-info-wrapper-s .seo-titli-r h3 {
	margin-bottom: 0px;
	font-size: 25px;
	color: #be2e7b;
	font-weight: bold;
}
.girl-info-wrapper-s .seo-titli-r ul {
	padding: 0px;
	margin: 0px;
	padding-top: 9px;
}
.girl-info-wrapper-s .seo-titli-r ul li {
	font-size: 14px;
}
.girl-info-wrapper-s .seo-titli-r ul li:before {
	content: "";
	background: url(../images/seo/right-icon.png);
	display: inline-block;
	width: 31px;
	height: 31px;
	vertical-align: top;
	margin-right: 6px;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	margin-top: -1px;
}
.girl-info-wrapper-s .seo-titli-r ul li {
	position: relative;
	padding-left: 34px;
	font-size: 21px;
	margin-top: 10px;
	color: #333;
}
.seo-section {
	float: left;
	width: 100%;
	padding-top: 60px;
}
/*-------------------------------
       news_events Page Css  
---------------------------------*/

.news-events-img1 {
	text-align: center;
}
.grid-item img {
	max-width: 100%;
	height: auto;
}
.events-item-box {
	border: solid 1px #cccccc;
	padding: 10px;
}
.events-item-box .news-events-info {
	padding-top: 10px;
	padding-bottom: 10px;
}
.news-events-info .news-info {
	text-align: left;
}
.news-events-info .news-info .news-title, .news-events-info .news-info .news-desc {
	font-size: 12px;
	margin-bottom: 11px;
	color: #717171;
	line-height: 21px;
}
.news-events-masonry .grid {
	text-align: center;
}
.news-events-masonry .grid-item {
	padding: 7px;
	box-sizing: border-box;
	display: inline;
}
.title-area-wrapper {
	padding: 5px 14px;
	color: #000;
	border-radius: 5px;
	font-size: 17px;
	position: relative;
	background-color: #ccc5fb;
	background-image: linear-gradient(302deg, #bbb1ff 0, #c1b8ff 21%, #cac3fb 21%, #ccc5fb 30%, #c6beff 30%, #bdb3ff 35%, #ccc5fb 35%, #ccc5fb 51%, #ccc5fb 51%, #ccc5fb 72%, #c9c1ff 72%, #d2cbfd 81%, #c8c0ff 81%, #ccc5fb 100%);
}
.news-events-section {
	padding-top: 55px;
	float: left;
	width: 100%;
}
.news-masonry-section {
	padding-top: 55px;
	float: left;
	width: 100%;
	padding-bottom: 80px;
}
.left-side-menu .left-menu-img {
	float: left;
	width: 100%;
}
.left-side-menu .left-menu-img ul li {
	float: left;
	width: 100%;
}
.left-side-menu .left-menu-img ul li a {
	display: inline-block;
	width: 100%;
}
.left-side-menu .left-menu-img ul li a img {
	width: 100%;
}
.left-side-menu {
	border: solid 1px #d5d5d5;
	border-top: none;
	float: left;
	width: 100%;
}
.news-events-masonry {
	margin-top: 15px;
}
.left-menu-name {
	float: left;
	width: 100%;
}
.left-menu-name ul li {
	float: left;
	width: 100%;
}
.left-menu-name ul li a {
	display: inline-block;
	width: 100%;
	padding: 7px 14px;
	border-bottom: solid 1px #d5d5d5;
	font-size: 17px;
	color: #717171;
	text-decoration: none;
	position: relative;
}
.left-menu-name ul li a:hover {
	background-image: linear-gradient(to right, #f13552 30%, #fb667c);
	color: #ffffff
}
.left-side-menu .left-menu-img {
	margin-left: -15px;
}
/* Step 4: Add media queries (subjective) to make the whole grid resposive. */
@media (min-width: 500px) {
.news-events-masonry .grid-item {
	width: 50%;
}
}
 @media (min-width: 1000px) {
.news-events-masonry .grid-item {
	width: 33.333%;
}
}
 @media (min-width: 1700px) {
.news-events-masonry .grid-item {
	width: 25%;
}
}
 @media (min-width: 2100px) {
.news-events-masonry .grid-item {
	width: 20%;
}
}
/*-------------------------------
       portfolio Page Css  
---------------------------------*/
.messonry-button button {
	border: 0 none;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #6c6dd7;
	position: relative;
	height: 58px;
	z-index: 2;
	-webkit-perspective: 100px;
	perspective: 97px;
	padding: 0 21px;
	margin-right: 3px;
	margin-bottom: 5px;
}
.messonry-button button.is-checked {
	color: #fff;
	background-image: linear-gradient(to right, #f13552 30%, #fb667c);
}
.axil-portfolio-area {
	padding-top: 60px;
	float: left;
	width: 100%;
	padding-bottom: 60px;
}
.mesonry-list.grid-metro3 .portfolio-33-33 {
	width: 25%;
	padding: 10px;
}
/*.messonry-button button::before {
	width: 92%;
	height: 92%;
	left: -20px;
	bottom: -20px;
	background: rgba(0, 2, 72, 0.1);
	content: "";
	position: absolute;
	z-index: -1;
	transform-style: preserve-3d;
	transform: rotateY(-10deg);
	filter: blur(50px);
	opacity: 0;
	transition: 0.3s;
	visibility: hidden;
}*/
/*.messonry-button button::after {
	background: #ffffff;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: rotateY(8deg);
	opacity: 0;
}*/
.messonry-button button.is-checked::after {
	opacity: 1;
}
.messonry-button button.is-checked::before {
	opacity: 1;
	visibility: visible;
}
.portfolio .inner {
	border: solid 1px #cccccc;
	padding: 10px;
}
.portfolio-img-box {
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	transition: all 0.5s ease;
}
.portfolio-img-box .portfolio-image {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateX(0);
	transition: all 0.5s ease;
}
.web_demo_info {
	padding-top: 10px;
}
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 0;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	height: 44px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	border: solid 1px #C7C7D5;
}
.nice-select:hover {
	border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999;
}
.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 8px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 8px;
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	width: 100%;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	pointer-events: none;
}
.nice-select.disabled:after {
	border-color: #cccccc;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}
.nice-select.right {
	float: right;
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list {
	background-color: #fff;
	border-radius: 0px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.nice-select .option.selected {
	font-weight: bold;
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}
.no-csspointerevents .nice-select .list {
	display: none;
}
.no-csspointerevents .nice-select.open .list {
	display: block;
}
.filter-wrapper {
	width: 100%;
	float: left;
}
.mesonry-list.grid-metro3 {
	margin-top: 28px;
}
.web_demo_info .web_demo_industry, .web_demo_info .web_demo_name {
	font-size: 15px;
	color: #757589;
	margin-bottom: 3px;
}
.web_demo_info .web_demo_btn a {
	display: inline-block;
	vertical-align: top;
	min-width: 83px;
	height: 20px;
	padding-right: 5px;
	position: relative;
	box-sizing: border-box;
	margin-top: 8px;
	margin-right: 12px;
	text-align: center;
	line-height: 20px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	background-color: #ef2752;
	text-decoration: none;
}
.testimonial-section {
	float: left;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #ccc5fb;
	background-image: linear-gradient(302deg, #bbb1ff 0, #c1b8ff 21%, #cac3fb 21%, #ccc5fb 30%, #c6beff 30%, #bdb3ff 35%, #ccc5fb 35%, #ccc5fb 51%, #ccc5fb 51%, #ccc5fb 72%, #c9c1ff 72%, #d2cbfd 81%, #c8c0ff 81%, #ccc5fb 100%);
}
.testimonial-item {
	text-align: center;
}
.testimonial-item .testi-logo {
	background: #fff;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	margin: 15px auto;
	line-height: 135px;
	overflow: hidden;
	display: flex;
	justify-items: center;
	align-items: center;
	justify-content: space-around;
	align-content: center;
	padding: 24px;
}
.testimonial-item .test-text-info {
	font-size: 21px;
	color: #fff;
	font-style: italic;
}
.testimonial .owl-nav {
	display: none;
}
.customer-slider-section {
	padding-bottom: 60px;
	padding-top: 79px;
	float: left;
	width: 100%;
}
.customer-item {
	background: #f5f5f5;
	text-align: center;
	padding: 31px 26px;
	font-size: 17px;
}
.customer-item .client-img {
	width: 134px;
	height: 147px;
	margin: 0px auto;
	line-height: 135px;
	overflow: hidden;
	display: flex;
	justify-items: center;
	align-items: center;
	justify-content: space-around;
	align-content: center;
	margin-bottom: 12px !important;
}
.customer-item .client-text {
	font-size: 17px;
	line-height: 29px;
	margin-bottom: 15px;
	font-style: italic;
	color: #000;
}
.customer-item .star-icon i {
	color: #fec107;
	font-size: 18px;
}
.customer-slider .owl-nav {
	display: none;
}
.customer-slider .owl-dots {
	margin-top: 30px !important;
}
.client_reference_list .client_reference_item {
	float: left;
	width: 16.6666667%;
	padding: 6px;
	box-sizing: border-box;
}
.client-reference-logo {
	float: left;
	width: 100%;
}
.client_reference_list .client_reference {
	width: 100%;
	background-color: #ffffff;
	border-radius: 6px;
	position: relative;
	font-size: 0;
}
.client_reference_list .client_reference > img {
	width: 100%;
}
.client_reference_list .client_reference_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 12px;
	box-sizing: border-box;
}
.client_reference_list .client_reference_img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.client_reference_list .client_reference_img img:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.tab_area {
	width: 100%;
	padding-bottom: 28px;
	display: table;
	table-layout: fixed;
	font-size: 14px;
	letter-spacing: 3px;
}
.tab_area .tab {
	display: table-cell;
	vertical-align: middle;
	height: 26px;
	background-color: #db3e56;
	position: relative;
	color: #ffffff;
	text-align: center;
	line-height: 26px;
	transition: all 0.3s ease;
	text-decoration: none;
}
.tab_area .tab:nth-child(even) {
	background-color: #c3c3c3;
}
.tab_area .tab:before {
	position: absolute;
	left: 50%;
	bottom: -17px;
	content: "";
	width: 18px;
	height: 18px;
	background-color: inherit;
	border-radius: 50%;
	transform: translateX(-50%);
}
.client-reference-logo .tab_area {
	margin-top: 31px;
	margin-bottom: 43px;
}
/*-------------------------------
       Client_Testimonials Page Css  
---------------------------------*/
.client_testimonial_list .client_testimonial_item {
	float: left;
	width: 50%;
	padding: 7px;
	box-sizing: border-box;
}
.client_testimonial_list .client_testimonial {
	width: 100%;
	padding: 0 22px 0 0px;
	background-color: #ffffff;
	border-radius: 6px;
	position: relative;
	font-size: 0;
	box-sizing: border-box;
	display: flex;
}
.client_testimonial_photo img {
	max-width: 100%;
	height: auto;
}
.client_testimonial_list .client_testimonial .client_testimonial_photo {
	width: 103px;
	float: left;
	margin-right: 15px;
}
.client_testimonial_list .client_testimonial .client_testimonial_info {
	width: 80%;
}
.client_testimonial_list {
	display: flex;
	ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.google-ad-section {
	float: left;
	width: 100%;
	padding-top: 65px;
	padding-bottom: 60px;
}
.google-ad-section .row {
	margin-bottom: 25px;
}
.client_testimonial_list {
	padding-bottom: 30px;
}
.client_reference_list {
	padding-bottom: 30px;
}
.contact-info-list-div {
	float: left;
	width: 100%;
}
.contact-info-list {
	display: flex;
	margin-bottom: 18px;
}
.contact-info-list {
	display: flex;
	margin-bottom: 18px;
}
.contact-info-list .contact-div1 {
	width: 20%;
	color: #757589;
}
.contact-info-list .contact-div2 {
	color: #757589;
}
.contact-info-row .contact-title {
	font-size: 24px;
	color: #757589;
	margin-bottom: 20px;
}
.contact-info-row .contact-title2 {
	margin-bottom: 23px;
	color: #db3e56;
	font-size: 41px;
	line-height: 51px;
}
.cont-img-rightvideo {
	position: relative;
	overflow: hidden;
	margin-top: 14px;
}
.cont-img-rightvideo video {
	width: 100%;
	max-width: 100%;
	height: 312px;
	object-fit: cover;
}
.bg_black {
	width: 100%;
	height: 99%;
	position: absolute;
	z-index: 2;
	background: rgba(0, 0, 0, .3) !important;
	top: 0;
}
.mapoverlay-png img {
	position: absolute;
	width: 100%;
	bottom: 0px;
	overflow: hidden;
	z-index: 2;
	right: 8px;
}
.contact-map-section {
	float: left;
	width: 100%;
	margin-top: 51px;
}
.contact-map-section iframe {
	width: 100%;
	height: 300px;
}
.contact-us-section {
	float: left;
	width: 100%;
	padding-top: 52px;
}
.whatsapp-button {
	margin-top: 37px;
}
/*-------------------------------
       Domain Page CSS  
---------------------------------*/
.domain-search-section {
	background: url(../images/domain/domain-bg.jpg);
	background-size: 100% 100%;
	padding-bottom: 115px;
	padding-top: 54px;
}
.domain-search-box .domain-title {
	font-size: 33px;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 24px;
}
.domain-search-box .email-subscribe-foo {
	width: 100%;
}
.email-subscribe-foo .dropdown-row {
	display: flex;
}
.email-subscribe-foo .input-wrapper {
	height: 52px;
	padding: 0px 17px;
	font-size: 17px;
	width: 80%;
	border: none;
	border-radius: 8px;
	font-weight: 500;
	outline: 0;
	color: #000;
}
.email-subscribe-foo select#domain {
	background: url(../images/domain-select.png);
	background-repeat: no-repeat;
	background-position: 100%;
	padding-right: 52px !important;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: 0;
	background-color: #ffffff;
	margin-left: 16px;
	padding: 7px;
	border-radius: 8px;
	border: none;
	text-align: center;
}
.domain-search-box .email-subscribe-foo {
	width: 46%;
}
.email-subscribe-foo .nice-select {
	width: 120px;
	margin-left: 20px;
	height: 49px;
	border-radius: 8px;
	border: none;
	display: flex;
	align-items: center;
}
.button-searchdomain {
	margin-top: 24px;
	margin-bottom: 18px;
}
.button-searchdomain button {
	background: #ff4a65;
	padding: 11px 38px;
	font-size: 15px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
	border: none;
	text-transform: uppercase;
	font-weight: 500;
}
.domain-search-box p {
	color: #fff;
	font-size: 19px;
	font-weight: 500;
}
.domain-row {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-flow: column;
}
.graphic-design-section {
	float: left;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 65px;
}
.graphic-design-box .graphic-design-title {
	margin-top: 8px;
}
.graphic-design-box {
	margin-bottom: 35px;
	text-align: center;
}
/*-------------------------------
       Web Hosting Page CSS  
---------------------------------*/
.web-hosting-info .web-hosting-title {
	font-size: 37px;
	margin-bottom: 12px;
	color: #877ae3;
}
.web-hosting-info p {
	font-size: 16px;
	line-height: 27px;
}
.web-hosting-cont .row {
	margin-bottom: 41px;
}
.web-hosting-section {
	float: left;
	width: 100%;
	padding-top: 60px;
}
/*-------------------------------
     Private Policy Page CSS  
---------------------------------*/
.content-area-policy {
	padding-top: 25px;
}
.content-area-policy .company_profile_info {
	padding-bottom: 13px;
}
.company_profile_info .company_title {
	font-size: 18px;
	color: #282828;
}
.company_profile_info .company_info p {
	color: #757589;
	font-size: 16px;
}
.company_profile_info .company_info {
	margin-top: 4px;
}
.company_profile_title {
	font-size: 30px;
	border-bottom: solid 1px #757589;
	margin-bottom: 30px;
	padding-bottom: 5px;
}
/*-------------------------------
     Back to top button CSS  
---------------------------------*/
.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(0,0,0,0.1);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: "Font Awesome 6 Pro";
	content: "\f062";
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	color: #ff2344; /* --- Pijl kleur --- */
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	font-family: "Font Awesome 6 Pro";
	content: "\f062";
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	opacity: 0;
	background: #ff2344; /* --- Pijl hover kleur --- */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path {
	fill: none;
}
.progress-wrap svg.progress-circle path {
	stroke: #f23955; /* --- Lijn progres kleur --- */
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.testimonial .owl-dots button span {
	background: #fff !important;
}
.testimonial .owl-dots button.active span {
	background: #f23955 !important;
}
.contact-btn-mobile-view a {
	background: #db3e56;
	padding: 7px 28px;
	font-size: 15px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.contact-btn-mobile-view a:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: linear-gradient(to right, #f13552 30%, #fb667c);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s ease 0s;
}
.contact-btn-mobile-view a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #f13552 30%, #fb667c);
}
.contact-btn-mobile-view {
	display: none;
}
.menu .hide-desktop {
	display: none !important;
}
.media-coverage-mobile-view {
	display: none;
}
.media-coverage-mobile-view .owl-nav button {
	outline: 0;
	background-color: #db3e56 !important;
	width: 30px;
	height: 30px;
	color: #fff !important;
	border-radius: 100px !important;
	font-size: 17px !important;
}
.media-coverage-mobile-view .owl-dots {
	display: none;
}










/******* Mobile Layout *******/
@media only screen and (max-width: 767px) {
.contact-info-list {
	justify-content: flex-start;
}
.contact-info-list .contact-div1 {
	width: auto;
	margin-right: 9px;
}
.contact-info-list {
	font-size: 15px;
}
.web-hosting-cont .row:nth-child(2n) .col-md-6:first-child {
	order: 2;
}
.web-hosting-info .web-hosting-title {
	font-size: 29px;
	text-align: center;
}
.web-hosting-info p {
	text-align: center;
}
.contact-info-row .contact-title2 {
	margin-bottom: 23px;
	font-size: 32px;
	line-height: 51px;
}
.contact-img1 {
	margin-top: 26px;
}
.other-bnnaer-top-row {
	font-size: 20px;
}
.other-bnnaer-top .bnnaer-images img {
	height: 104px;
	object-fit: cover;
}
.horizontal-ticker__slide {
	aspect-ratio: 107 / 111;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.horizontal-ticker .swiper {
	margin-bottom: 13px;
}
.our-awards-section {
	padding-bottom: 27px;
}
.awards-card-logo-box .award-img img {
	width: 100%;
	height: 59px;
	object-fit: contain;
}
.awards-card-logo-box p br {
	display: none;
}
.awards-card-logo-box .award-img img {
	width: 100%;
	height: 59px;
	object-fit: contain;
}
.gallery-section-home {
	padding-top: 0 !important;
}
.navbar.navbar-default {
	position: relative;
}
.our-awards-card-box .awards-logo {
	margin: 0px auto;
	max-width: 143px;
	margin-bottom: 4px;
}
.swiper-slider-info {
	padding: 0px 19px;
	text-align: center;
}
.swiper-slider-title1 br {
	display: none;
}
.swiper-slider-info .swiper-slider-title1 {
	font-size: 33px;
	line-height: 46px;
	margin-bottom: 9px;
}
.swiper-slider-info p {
	font-size: 17px;
	line-height: 26px;
}
.theme-btn a {
	padding: 6px 17px;
	font-size: 15px;
}
.slider-home-section {
	padding-top: 27px;
}
#our-awards-mobile .item {
	border-radius: 11px;
	overflow: hidden;
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
#our-awards-mobile .owl-dots {
	display: none;
}
#gallery .owl-nav button.owl-prev {
	left: 0;
}
#gallery .owl-nav button.owl-next {
	right: 0px;
}
.compliments-box-wrapper .compliments-box-logo {
	padding-bottom: 9px;
}
.testimonial-icon {
	right: 13px;
	top: 20px;
	max-width: 39px;
}
.footer-logo-row .footer-logo1 {
	margin-right: 23px;
}
.footer-logo-row {
	justify-content: center;
}
.footer-details-wrapp ul li i.fal.fa-envelope {
	left: -7px;
}
.footer-details-wrapp {
	padding-left: 8px;
	margin-bottom: 12px;
}
.footer-details-wrapp ul li {
	padding-left: 28px;
}
.copyright-text {
	font-size: 13px;
	letter-spacing: 1px;
}
.footer-details-info-row .col-md-3 {
	max-width: 50%;
}
.footer-details-info-row .footer-details-info {
	margin-bottom: 20px;
}
.footer-details-info ul li a {
	font-size: 14px;
	margin-bottom: 7px;
}
.mobile-menu .menu-right-side-div {
	display: none;
}
.logo-div1 {
	width: 106px;
}
.swiper-slider-wrappper .swiper-container {
	padding-top: 7px;
}
.menu-div {
	width: 100%;
}
.girl-img-row-home {
	display: none;
}
.container-row-slider {
	display: inline-block;
}
.swiper-slider-info, .swiper-slider-img-div {
	width: 100%;
}
.row.our-awards-card-row {
	display: none;
}
.our-awards-mobile-view {
	display: block;
}
.section-title-2:after {
	display: none;
}
.section-title-2 {
	margin-bottom: 50px;
	float: left;
	text-align: center;
}
.section-title-2 span {
	position: relative;
	top: 0;
	padding-right: 0;
	font-size: 24px;
	font-weight: bold;
}
.our-awards-card-box .awards-logo img {
	width: auto !important;
}
.awards-logo-home .our-awards-div {
	width: 33.333%;
	padding: 0px 6px;
}
.our-awards-section, .media-coverage-section, .videos-section, .clients-logo-section, .gallery-section-home, .compliments-section {
	padding: 50px 0px;
}
.awards-card-logo-box p {
	font-size: 13px;
	line-height: 23px;
}
.media-coverage-section {
	padding-top: 0px;
}
.media-box .media-img img {
	height: 125px;
	object-fit: cover;
}
.media-box {
	margin-bottom: 30px;
}
.contact-details-info .contact-text {
	font-size: 22px;
}
.media-video-info p {
	margin-bottom: 27px;
	font-size: 18px;
	line-height: 10px;
}
.media-video-info .media-title2 {
	font-size: 28px;
	margin-bottom: 20px;
}
.media-video-info .media-title1 {
	font-size: 38px;
	margin-bottom: 7px;
}
.media-video-info {
	text-align: center;
	margin-bottom: 44px;
}
.video-iframe iframe {
	height: 221px;
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
.swiper-slider-wrappper .swiper-container {
	padding-bottom: 14px;
}
.swiper-slider-wrappper .slider-thumbnail {
	padding: 0px 18px;
}
.swiper-slider-wrappper .slider-thumbnail .swiper-slide {
	width: 44px !important;
}
.slider-thumbnail .swiper-wrapper {
	width: 100% !important;
	text-align: center;
	display: flex;
	justify-content: center;
}
.swiper-slider-wrappper .slider-thumbnail {
	padding: 0px 18px;
	text-align: center;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.online-recent-works {
	padding: 0px 0px;
	display: flex;
}
.online-recent-works .online-recent-works-img {
	margin-bottom: 0;
	border-radius: 10px;
	max-width: 50%;
	padding: 4px;
}
.step-by-step-section4 {
	padding-bottom: 27px;
	padding-top: 35px;
	background-position: center;
}
.step-li ul li {
	font-size: 16px;
}
.step-li {
	padding-left: 25px;
}
.our-awards-section, .media-coverage-section, .videos-section, .clients-logo-section, .gallery-section-home, .compliments-section, .step-by-step-section, .step-by-step-section5, .facebook-section {
	padding: 45px 0px;
}
.step-info-content .step-info-title {
	font-size: 26px;
	margin-bottom: 13px;
	text-align: center;
	line-height: 49px;
}
.step-info-content .step-info-title {
	font-size: 26px;
}
.step-right-img {
	margin-bottom: 28px;
}
.step-by-step-section3 {
	padding-top: 9px;
	padding-bottom: 32px;
}
.step-info-content.list1 {
	margin-bottom: 36px;
}
.step-by-step-section01 {
	margin-top: 0;
}
.girl-info-wrapper-s {
	width: 100%;
	background: #e1f2f3;
	padding-bottom: 0;
	margin-top: 0;
}
.seo-section {
	padding-top: 42px;
}
.girl-info-wrapper-s .seo-bottom-box {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: column;
}
.girl-info-wrapper-s .seo-titli-r {
	width: 100%;
	float: left;
	padding-top: 47px;
	order: 1;
}
.girl-info-wrapper-s .seo-bottom-img img {
	position: relative;
	top: 0;
}
.girl-info-wrapper-s .seo-bottom-img {
	padding-left: 0;
	width: 100%;
	margin-top: 5px;
	order: 2;
}
.girl-info-wrapper-s .seo-titli-r ul li {
	font-size: 19px;
	margin-top: 21px;
}
.seo-content-list .seo-info-title {
	font-size: 25px;
}
.seo-content-list {
	margin-bottom: 35px;
}
.seo-content-list ul li {
	font-size: 15px;
	line-height: 34px;
}
.seo-section .google-ad-img1 {
	margin-bottom: 35px;
}
.seo-title-section {
	font-size: 23px;
	line-height: 46px;
}
.seo-section .fb-img2 {
	margin-bottom: 49px;
}
.messonry-button {
	margin-bottom: 0;
	text-align: center !important;
}
.mesonry-list.grid-metro3 .portfolio-33-33 {
	width: 50%;
	padding: 10px;
}
.messonry-button button {
	margin-bottom: 12px;
	height: auto;
	padding: 7px 9px;
}
.customer-item {
	padding: 22px 19px;
}
.filter-wrapper {
	width: 100%;
	float: none;
	max-width: 283px;
	margin: 0px auto;
	text-align: center;
	margin-top: 21px;
}
.news-events-section {
	padding-top: 32px;
}
.news-masonry-section {
	padding-top: 33px;
	padding-bottom: 27px;
}
.left-side-menu .left-menu-img {
	margin-left: 0px;
}
.left-side-menu {
	margin-bottom: 30px;
}
.news-events-masonry .grid-item {
	width: 50%;
}
.client_testimonial_list {
	display: inline-block;
}
.client_testimonial_list .client_testimonial_item {
	width: 100%;
}
.tab_area .tab {
	font-size: 11px;
}
.client_testimonial_list .client_testimonial {
	padding: 0px;
}
.client_reference_list .client_reference_img {
	padding: 9px;
}
.client_reference_list .client_reference_item {
	width: 33.3333334%;
}
.fb-info-content-list {
	margin-top: 37px;
}
.facebook-section .fb-img1 {
	margin-bottom: 32px;
}
.Facebook-section-headding .Facebook-headding2 {
	font-size: 25px;
	letter-spacing: initial;
	margin-top: 19px;
}
.Facebook-section-headding .Facebook-headding1 {
	font-size: 31px;
	letter-spacing: initial;
	margin-bottom: 8px;
}
.fb-info-content-list ul li {
	font-size: 16px;
	margin-bottom: 7px;
	line-height: 34px;
}
.instagram-info-content-list .instagram-content {
	margin-top: 36px;
}
.order-container .order-div:nth-child(2n) .col-md-5 {
	order: 2;
}
.order-container .order-div:nth-child(2n) .col-md-7 {
	order: 1;
}
.google-ad-section .fb-info-content-list {
	margin-bottom: 50px;
}
.google-ad-text-title .google-ad-text-title {
	letter-spacing: 8px;
	font-size: 25px;
}
.google-ad-text-title .google-ad-text-title2 {
	letter-spacing: 8px;
	font-size: 25px;
	padding-left: 0;
}
.google-ad-top-title1 {
	text-align: center;
	margin-bottom: 40px;
}
.google-ad-section p {
	line-height: 32px;
}
.contact-btn-mobile-view {
	display: block;
	text-align: center;
	margin-top: 20px;
}
.mobile-menu .menu .hide-desktop {
	display: block !important;
}
.media-coverage-desktop {
	display: none;
}
.media-coverage-mobile-view {
	display: block;
}
.media-coverage-mobile-view .owl-nav button.owl-prev {
	position: absolute;
	left: 0px;
	top: 29%;
}
.media-coverage-mobile-view .owl-nav button.owl-next {
	position: absolute;
	right: 0px;
	top: 29%;
}
.media-box .media-name a {
	font-size: 18px;
}
}



	



/******* Tablet Layout *******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.messonry-button.text-start {
	text-align: center !important;
}
.contact-btn-mobile-view {
	display: block;
	text-align: center;
	margin-top: 20px;
}
.mobile-menu .menu .hide-desktop {
	display: block !important;
}
.contact-info-list .contact-div1 {
	width: 30%;
}
.google-ad-text-title .google-ad-text-title2 {
	padding-left: 28px;
}
.Facebook-section-headding .Facebook-headding2 {
	letter-spacing: initial;
}
.row-right-side .col-md-4 {
	max-width: 50%;
	flex: auto;
}
.row-right-side {
	margin-top: 50px;
	margin-bottom: 80px;
}
.left-side-menu .left-menu-img {
	margin-left: 0;
}
.client_reference_list .client_reference_item {
	width: 20%;
}
.filter-wrapper {
	width: 100%;
	float: none;
	max-width: 53%;
	margin-top: 49px !important;
	margin: 0px auto;
}
.navbar.navbar-default {
	position: relative;
}
.contact-details-info .contact-text {
	font-size: 23px;
}
.compliments-box-wrapper .compliments-box-logo {
	padding-bottom: 9px;
	margin-bottom: 10px;
}
.footer-logo-row {
	justify-content: center;
}
.footer-logo-row .footer-logo1 {
	margin-right: 48px;
}
.testimonial-icon {
	right: 15px;
	top: 17px;
	max-width: 37px;
}
.horizontal-ticker__slide {
	aspect-ratio: 290 / 217;
}
.media-video-info .media-title1 {
	font-size: 44px;
	margin-bottom: 10px;
}
.media-video-info .media-title2 {
	font-size: 35px;
	margin-bottom: 20px;
}
.media-video-info p {
	margin-bottom: 28px;
	font-size: 23px;
}
.media-box .media-img img {
	height: 228px;
}
.our-awards-card-row {
	display: none;
}
.our-awards-mobile-view {
	display: block;
}
#our-awards-mobile .item {
	border-radius: 17px;
	overflow: hidden;
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
.awards-card-logo-box .award-img img {
	object-fit: cover;
	height: 33px;
}
.awards-card-logo-box p {
	font-size: 13px;
	line-height: 26px;
}
.section-title-2 span {
	left: 0px;
	top: -13px;
	font-size: 23px;
}
.footer-div-1 {
	width: 44%;
}
.footer-div-2 {
	width: 28%;
}
#gallery .owl-nav button {
	background-color: #db3e56;
	width: 35px;
	height: 38px;
	border-radius: 100px;
}
#gallery .owl-nav button.owl-prev {
	left: 0px;
}
#gallery .owl-nav button.owl-next {
	right: 0px;
}
.swiper-slider-info .swiper-slider-title1 {
	font-size: 42px;
	line-height: 53px;
}
.swiper-slider-info .swiper-slider-title1 br {
	display: none;
}
.girl-img-row-home {
	max-width: 272px;
}
.swiper-slider-info {
	padding-right: 81px;
}
.logo-div1 {
	width: 35%;
}
.menu-div {
	width: 100%;
}
.mobile-menu .menu-right-side-div {
	display: none;
}
.slider-thumbnail .swiper-wrapper {
	padding: 0px 14px;
}
#our-awards-mobile .owl-dots {
	display: none;
}
body.open:after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	z-index: 33;
	display: inherit;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
.footer-div-1 {
	width: 54%;
}
}
	
	


/******** Medium Layout ********/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.logo-div1 {
    width: 10%;
}
.menu-div {
    width: 90%;
}	
.contact-btn-mobile-view {
    display: inline-block;
    margin-top: 11px;
}	
	
.mobile-menu {
	display: inline-block;
}
.mobile-menu .menu-right-side-div {
	display: none;
}
.nav_area ul li a {
	font-size: 13px;
}
.nav_area > ul > li {
	padding-right: 21px;
}
.mobile-menu {
	text-align: right;
	float: right;
}
.col-md-8.footer-div-1 {
	width: 59%;
}
.left-side-menu .left-menu-img {
	margin-left: 0;
}
.row-right-side .col-md-4 {
	max-width: 50%;
	flex: auto;
}
.row-right-side {
	margin-top: 55px;
	margin-bottom: 50px;
}

.swiper-slider-info .swiper-slider-title1 {
    font-size: 45px;
    line-height: 79px;
    margin-bottom: 5px;
}







}
