@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
	font-family: 'Verdana';
	src: url('../fonts/Verdana.eot');
	src: url('../fonts/Verdana.eot?#iefix') format('embedded-opentype'), url('../fonts/Verdana.woff2') format('woff2'), url('../fonts/Verdana.woff') format('woff'), url('../fonts/Verdana.ttf') format('truetype'), url('../fonts/Verdana.svg#Verdana') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
body {
	font-family: "Noto Sans TC", sans-serif;
	overflow-x: hidden;
}
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;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
.container {
	max-width: 1600px;
}

::-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)
}
.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;
}
/**********All Section padding **********/
.media-reports, .about-us-section, .our-works-section, .web-design-process-section, .guaranteed-section, .tabs-wrapper-section, .testimonial-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: 12px;
	top: 25px;
	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: 44px;
	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: 16px;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 26px;
	margin-top: 27px;
	position: relative;
}
.nav_area ul li a:after {
	content: "";
	border-left: solid 1px #cccccc;
	right: -25px;
	position: absolute;
	top: 6px;
	display: inline-block;
	width: 3px;
	height: 16px;
}
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;
}
/********** menu css End **********/
.media-reports {
	background-color: #fae9e1;
	position: relative;
}
.media-logo {
	float: left;
	width: 100%;
}
.media-logo ul {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.media-logo ul li {
	width: 20%;
	display: flex;
	justify-content: center;
}
.about-us-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%);
}
.web-design-process {
	text-align: center;
}
.web-design-process-title {
	margin-top: 16px;
}
.web-design-process-title a {
	font-size: 25px;
	color: #000;
	text-decoration: none;
}
.about-no-row .about-no-box {
	width: 50%;
	float: left;
	text-align: center;
	margin-bottom: 21px;
}
.counter-container .counter {
	font-size: 51px;
	color: #111580;
	font-weight: bold;
}
.counter-container p {
	font-size: 32px;
	color: #000;
}
.guaranteed-section {
	background: #ffa986;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-image: linear-gradient(45deg, #f2a586 0, #ff966c 21%, #ffa079 21%, #f2a586 30%, #f2a586 30%, #ffa986 35%, #f2a586 35%, #fba988 51%, #f2a586 51%, #ffa986 72%, #fdae8f 72%, #f2a586 81%, #ffa07a 81%, #ffab89 100%);
}
.guaranteed-box-text {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}
.guaranteed-div {
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
}
.guaranteed-box {
	padding: 15px;
}
.guaranteed-box .web-design-process-title a {
	color: #fff;
}
.guaranteed-box p {
	color: #fff;
	font-family: 'Verdana';
}
.guaranteed-div:nth-child(5), .guaranteed-div:nth-child(6), .guaranteed-div:nth-child(7), .guaranteed-div:nth-child(8) {
	border-bottom: 0;
}
.guaranteed-div:nth-child(4n) {
	border-right: none;
}
.guaranteed-section .section-title-1 span {
	color: #fff;
}
.guaranteed-section .section-title-1 span:before {
	background: #ffffff;
}
.guaranteed-section .section-title-1 span:after {
	background: #ffffff;
}
.section-with-sub-title {
	text-align: center;
}
.section-with-sub-title .section-title-1 {
	margin-bottom: 14px;
}
.section-with-sub-title p {
	color: #fff;
	font-size: 17px;
	line-height: 26px;
	font-family: 'Verdana';
}
.section-with-sub-title {
	margin-bottom: 30px;
}
.our-work-box-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;
}
.our-work-box-border img {
	height: 14px;
	width: 100%;
}
#our-works-home .owl-nav button.owl-prev {
	position: absolute;
	left: 14px;
	top: 35%;
}
#our-works-home .owl-nav button.owl-next {
	position: absolute;
	right: 14px;
	top: 35%;
}
#our-works-home .owl-nav button i {
	font-weight: 300;
}
#our-works-home .owl-nav button {
	font-size: 64px;
	color: #f2a586;
	font-weight: 300;
}
#our-works-home .owl-dots {
	display: none;
}
.our-works-section {
	background: #f4fbfb;
	background: linear-gradient(135deg, #f4fbfb, #fff9f2);
}
.web-design-process-section {
    background: #fdfdfd;
    padding-bottom: 78px;
}
/********** Home Tabs **********/
.entry-content > *:not(:last-child) {
	margin-bottom: 20px;
}
.article-container {
	padding: 2rem;
}
.article-block {
	text-align: center;
}
.article-block .entry-content > p {
	color: #666;
}
.tabs-block {
	display: flex;
	align-items: center;
	justify-content: center;
}
.tabs {
	display: flex;
}
.tabs > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 15%;
}
.tabs > ul li {
	display: block;
}
.tabs > ul li:not(:last-child) {
	border-bottom: 1px solid #262626;
}
.tabs > ul li a, .tabs > ul li a:visited {
	display: flex;
	border-bottom: none;
	text-decoration: none;
	background-color: #000;
	color: #fff;
	padding: 1rem 1.5rem;
	transition: all 0.2s ease-in-out;
	word-wrap: break-word;
}
.tabs > ul li a:hover, .tabs > ul li a:focus, .tabs > ul li a:active {
	border-bottom: none;
	outline: 0;
}
.tabs > ul li a.active {
	background-color: #fff;
	color: #0067b8;
}
.tabs > ul li a:hover:not(.active) {
	color: #0067b8;
}
.tabs > ul li a > span {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.tabs > ul li a > span.tab-label {
	display: none;
}
.tabs section {
	display: none;
	padding-top: 56px;
}
.tabs section > * {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.2s, transform 0.2s;
}
.tabs section > *:nth-child(1) {
	transition-delay: 0.2s;
}
.tabs section > *:nth-child(2) {
	transition-delay: 0.3s;
}
.tabs section > *:nth-child(3) {
	transition-delay: 0.4s;
}
.tabs section > *:nth-child(4) {
	transition-delay: 0.5s;
}
.tabs section > *:nth-child(5) {
	transition-delay: 0.6s;
}
.tabs section > *:nth-child(6) {
	transition-delay: 0.7s;
}
.tabs section.active {
	display: block;
}
.tabs section.active-content > * {
	opacity: 1;
	transform: translateY(0);
}
.tabs-wrapper .tabs-block-left {
	width: 40%;
	float: left;
	background: #f2a586;
	padding-left: 56px;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	background-image: linear-gradient(45deg, rgb(255 158 120) 0, rgb(255 169 134) 21%, rgb(255 175 143) 21%, hwb(17deg 64% 0%) 30%, rgb(255 185 157) 30%, #ffa986 35%, #ffa986 35%, #ffb99c 51%, rgb(255 180 149) 51%, #ffa986 72%, #ffa986 72%, #ffa986 81%, #ffa07a 81%, #ffab89 100%);
}
.tabs-container-right {
	width: 60%;
	float: left;
}
.tabs-block-left li {
	float: left;
	height: 104px;
	border-bottom: 1px #fa946c solid;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}
.tabs-block-left li a {
	display: inline-block;
}
.tabs-block-left li a span.tab-no {
	font-size: 54px;
	margin-right: 43px;
	font-weight: 200;
}
.tabs-block-left li a {
	display: flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
}
.tabs-block-left li a span.tab-label {
	font-size: 24px;
}
.tabs-block-left li a.active {
	color: #333333;
}
.tabs-block-left li:last-child {
	border-bottom: none;
}
.tabs-container-right {
	padding: 0px 45px;
}
ul.clients-logo-home {
	display: flex;
	justify-content: space-around;
}
.testimonial-box {
	border: solid 1px #cccccc;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.testimonial-box .testimonial-info {
	background: #f2a586;
	padding: 19px;
	background-image: linear-gradient(316deg, rgb(255 158 120) 0, rgb(255 169 134) 21%, rgb(255 175 143) 21%, hwb(17deg 64% 0%) 30%, rgb(255 185 157) 30%, #ffa986 35%, #ffa986 35%, #ffb99c 51%, rgb(255 180 149) 51%, #ffa986 72%, #ffa986 72%, #ffa986 81%, #ffa07a 81%, #ffab89 100%);
}
.testimonial-box .testimonial-logo {
	padding: 14px;
}
.testimonial-box .testimonial-logo img {
	max-width: max-content;
	min-width: 131px;
}
.testimonial-box .testimonial-info p {
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 29px;
	color: #fff;
	font-family: 'Verdana';
	font-weight: 200;
}
.footer-section {
	background-color: #fadacd;
	padding-top: 50px;
	padding-bottom: 50px;
	float: left;
	width: 100%;
	background-image: linear-gradient(158deg, #fadacd 0, #ffe2d6 21%, #ffd7c6 21%, #ffd6c5 30%, #fadacd 30%, #ffddcf 35%, #fadacd 35%, #fadacd 51%, #fadacd 51%, #fadacd 72%, #ffe7dd 72%, #fadacd 81%, #fadacd 81%, #fadacd 100%);
}
.footer-logo-1, .footer-logo-2 {
	display: inline-block;
}
.footer-logo-2 {
	margin-left: 20px;
}
/*Slider CSS*/
.slide--parent {
	overflow: hidden;
}
small {
	font-style: italic;
	font-weight: 700;
	margin-bottom: 0.5em;
	display: inline-block;
	color: #999;
	position: relative;
	padding-left: 3em;
}
small:after {
	content: "";
	position: absolute;
	left: 0em;
	top: 50%;
	height: 4px;
	width: 2.4em;
	background: red;
	transform: translateY(-50%);
}
.parent--el {
	width: 100%;
	height: 100%;
}
.parent--el .two--col {
	height: 100%;
	display: flex;
	align-items: center;
	max-width: 1600px;
	margin: 0px auto;
}
figure {
	margin: 0;
}
.is-item {
	width: 38%;
	position: relative;
}
.is-item.has--img {
	width: 66%;
}
.the-img {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.the-img img {
	width: 100%;
}
.is-item--inner {
	padding: 0em 3em;
}
hr {
	margin: 0.5em 0em;
	height: 4px;
	background: #eee;
	border: none;
}
.the-img {
	overflow: hidden;
}
.the-img img {
	position: relative;
	transform: translateX(100%);
	transition: all 600ms ease;
}
.is-item--inner p {
	transform: translateY(15px);
	position: relative;
	opacity: 0;
	transition: all 400ms ease;
}
h1 {
	overflow: hidden;
}
h1 span {
	transform: translateY(100%);
	position: relative;
	transition: all 500ms ease;
	display: inline-block;
}
hr {
	width: 0;
	max-width: 8em;
	transition: all 2500ms ease;
}
small {
	transform: translateY(10px);
	opacity: 0;
	transition: all 100ms ease;
}
small:after {
	width: 0;
	max-width: 2.4em;
	transition: all 1500ms ease;
}
.parent--el.is-selected .the-img {
	overflow: hidden;
}
.parent--el.is-selected .the-img img {
	position: relative;
	transform: translateX(0%);
	transition-delay: 500ms;
}
.parent--el.is-selected .is-item--inner p {
	transform: translateY(0px);
	transition-delay: 500ms;
	position: relative;
	opacity: 1;
}
.parent--el.is-selected .is-item--inner p:nth-of-type(2) {
	color: red;
	transition-delay: 700ms;
}
.parent--el.is-selected .is-item--inner p:nth-of-type(3) {
	transition-delay: 900ms;
}
.parent--el.is-selected .slider-title {
	transform: translateY(0%);
	position: relative;
	transition-delay: 400ms;
	display: inline-block;
}
.slider-title {
	font-size: 40px;
	color: #000;
	font-weight: bold;
	transform: translateY(100%);
	transition: all 500ms ease;
}
.parent--el.is-selected .small-title {
	transform: translateY(0px);
	opacity: 1;
	transition-delay: 500ms;
}
.small-title {
	font-size: 30px;
	margin-top: 15px;
	color: #000;
	transform: translateY(10px);
	opacity: 0;
	transition: all 400ms ease;
}
.slider-btn1 {
	transform: translateY(15px);
	position: relative;
	opacity: 0;
	transition: all 400ms ease;
	margin-top: 33px;
}
.parent--el.is-selected .slider-btn1 {
	transform: translateY(0px);
	transition-delay: 500ms;
	position: relative;
	opacity: 1;
}
.the-img1 {
	transform: translateY(100%);
	transition: all 500ms ease;
}
.parent--el.is-selected .the-img1 {
	transform: translateY(0%);
	transition-delay: 400ms;
	display: inline-block;
}
.slider-bg1 {
	background-color: #f7f4ed;
	background-image: linear-gradient(302deg, #fff8e8 0, #fff7e4 21%, #f7f4ed 21%, #fbf3e2 30%, #f7f4ed 30%, #fff7e6 35%, #f7f4ed 35%, #fff8e7 51%, #f7f4ed 51%, #f7f4ed 72%, #f7f4ed 72%, #f7f4ed 81%, #f7f1e4 81%, #f9f4e8 100%);
}
.slider-bg2 {
	background-color: #ff6600;
	background-image: linear-gradient(302deg, #ff6f10 0, #ff7112 21%, #ff6600 21%, #ff7920 30%, #ff6600 30%, #ff6600 35%, #ff6600 35%, #ff6600 51%, #ff6600 51%, #ff6f10 72%, #ff6600 72%, #ff6600 81%, #ff7011 81%, #ff6600 100%);
}
.img1 {
	max-width: 63%;
	position: relative;
	z-index: 2;
	right: -23px;
	margin-top: 42px;
}
.img2 {
	max-width: 60%;
	float: right;
}
.slider-home-page .container {
	max-width: 100%;
	padding: 0px;
}
.slider-btn1 a {
	background: #f2a586;
	padding: 7px 28px;
	font-size: 15px;
	display: inline-block;
	color: #000;
	text-decoration: none;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.slider-btn1 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;
}
.slider-btn1 a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #ff6600 30%, #db3e57);
}
.slider-btn1 a:hover {
	color: #fff;
}
.about-no-row .about-no-box:nth-child(2n) {
	border-left: solid 2px #fae9e1;
}
.slider-btn2 {
	position: absolute;
	right: -58px;
	z-index: 22;
}
.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 #f3b195;
	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, #ff6600 30%, #db3e57);
	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, #ff6600 30%, #db3e57);
}
.slider-btn2 a:hover {
	color: #fff;
}
.flickity-enabled {
	height: 650px;
}
.slider-type-img2 {
	max-width: 763px;
	right: 0px;
	float: right;
}
.slider-title span {
	color: #ff6600;
}
.slider-bg2 .slider-title {
	color: #fff;
}
.slider-bg2 .slider-title span {
	color: #000;
}
.navbar {
	padding-top: 0px;
	padding-bottom: 0;
}
.logo-div1 {
	max-width: initial;
	width: 12%;
	padding-right: 0px;
}
.menu-div {
	width: 88%;
}
.nav_area > ul > li ul.sub-menu li a::after {
	display: none;
}
.nav_area ul li.active-hover > a {
	color: #db3e57;
}
.nav_area ul li.active-hover > .arrow {
	color: #db3e57;
}
.footer-box-add {
	color: #333333;
	font-size: 18px;
	line-height: 27px;
	font-family: "Overpass", sans-serif;
}
.footer-box-title1 {
	font-size: 21px;
	color: #333;
	margin-bottom: 3px;
	text-transform: uppercase;
	font-family: "Overpass", sans-serif;
	font-weight: bold;
}
.footer-contact li {
	font-size: 18px;
	margin-bottom: 3px;
	color: #333;
	font-family: "Overpass", sans-serif;
}
.slider-home-page {
	float: left;
	width: 100%;
	position: relative;
}
.header-section {
	float: left;
	width: 100%;
}
.mobile-view {
	display: none;
}
.guaranteed-div:hover {
	background: #f99e78;
	border-bottom: solid 1px #ffac8a;
	border-right: solid 1px #ffac8a;
}
.web-design-process-section .web-design-process-title a:hover {
	color: #db3e57;
}
/******* 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;
}
.footer-row {
	border-left: solid 1px #666666;
	padding-left: 19px;
}
.overlay-box {
	width: 250px;
	height: 250px;
	background-color: #f9f586;
	border-radius: 100%;
	position: absolute;
	right: 5%;
	top: -118px;
}
.overlay-info {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}
.overlay-info .overlay-title {
	font-size: 56px;
	color: #000;
	font-weight: bold;
}
.overlay-info p {
	margin-bottom: 0px;
	font-size: 36px;
	margin-top: 6px;
}
#our-works-home .owl-item > div {
	cursor: pointer;
	margin: 6% 8%;
	transition: margin 0.4s ease;
}
#our-works-home .owl-item.center > div {
	cursor: auto;
	margin: 0;
}
#our-works-home .owl-item:not(.center) > div:hover {
	opacity: .75;
}
/********** contact-us Page CSS**********/
.contact-details-info-row {
	align-items: center;
	margin-bottom: 35px;
}
.contact-details-info {
	text-align: center;
}
.small-title-type1 {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Overpass", sans-serif;
}
.heading-title {
	font-size: 36px;
	color: #000000;
	font-weight: 600;
	padding-bottom: 6px;
	font-family: "Overpass", sans-serif;
}
.btn-wrapper a {
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	padding: 10px 24px;
	border: solid 1px #7b7b7b;
	font-family: "Overpass", sans-serif;
	line-height: 24px;
	padding-bottom: 5px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.btn-wrapper 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;
}
.btn-wrapper a:hover:after {
	transform: translate(-50%, -50%) scale(5);
	background-image: linear-gradient(to right, #ff6600 30%, #db3e57);
}
.btn-wrapper a:hover {
	color: #ffffff;
	border: solid 1px #ff6600;
}
.contact-details-row-bg {
	background: #e9e8e4;
	margin: auto;
	padding: 35px;
	align-items: center;
}
.contact-info-row {
	margin-right: 50px;
	margin-left: 56px;
	text-align: left;
}
.width-div1 {
	max-width: 1200px;
}
.contact-details-info p {
	font-size: 17px;
	line-height: 31px;
	color: #666666;
	font-family: "Overpass", sans-serif;
}
.contact-details-info .btn-wrapper {
	margin-top: 30px;
}
.contact-info-row ul li {
	font-size: 15px;
	color: #000000;
	line-height: 27px;
	font-family: "Overpass", sans-serif;
}
.contact-info-row ul li span {
	display: inline-block;
	width: 101px;
}
.contact-info-row ul li a {
	text-decoration: none;
	color: #000000;
}
.contact-info-row p {
	font-size: 16px;
	font-family: "Overpass", sans-serif;
}
.contact-section {
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 75px;
}
/********** job Templates Page CSS**********/
.templates-client-name {
	margin-top: 10px;
}
.templates-client-name a {
	color: #000;
	font-size: 18px;
	font-family: "Overpass", sans-serif;
	text-decoration: none;
}
.job-templates-section .container {
	max-width: 100%;
	padding-left: 72px;
	padding-right: 72px;
}
.page-title-section {
	width: 100%;
	float: left;
	padding-top: 90px;
	padding-bottom: 90px;
	position: relative;
}
.job-templates-section {
	float: left;
	width: 100%;
	background-color: #f5f7f7;
	padding-top: 50px;
	padding-bottom: 75px;
}
.job-templates-section .our-works-box {
	margin-bottom: 50px;
}
.job-templates-section .col-md-4 {
	padding: 0px 20px;
}
.pagination {
	text-align: center;
	width: 100%;
	display: inline-block;
	padding-right: 0;
}
.pagination li {
	display: inline-block;
	padding: 0px 10px;
	font-size: 22px;
}
.pagination li a {
	color: #000;
	text-decoration: none;
}
.pagination li a:hover {
	color: #ff6600
}
#testimonial-slider .owl-nav button {
	outline: 0;
	background: #ff6600;
	width: 32px;
	height: 31px;
	border-radius: 100px;
	color: #fff !important;
}
#testimonial-slider .owl-dots {
	display: none;
}
.graphic-img1 {
	position: absolute;
	bottom: -52px;
	left: 117px;
	max-width: 327px;
}
/******* Price Page CSS *******/
.price-section {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 75px;
}
.price-section .container {
	padding-left: 72px;
	padding-right: 72px;
	position: relative;
}
.row-web-package-box-wrapper {
	margin-top: 30px;
	margin-left: -8px;
	margin-right: -8px;
}
.web-package-box-wrapper {
	background: #f1f3f8;
	border-radius: 30px;
}
.web-package-box-text {
	padding: 17px 25px 22px;
}
.web-package-box-text .web-package-box-title {
	font-size: 20px;
	color: #000000;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 3px;
}
.web-package-box-text p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #000000;
	line-height: 21px;
	font-weight: 500;
}
.webimg {
	border-radius: 20px;
	padding: 20px;
}
.webimg {
	background: #587c7a;
}
.price-page-section-top {
	float: left;
	width: 100%;
	background-color: #f2a586;
	padding-top: 50px;
	padding-bottom: 50px;
}
.price-page-section-top .container {
	padding-left: 72px;
	padding-right: 72px;
}
.price-title-top {
	font-size: 53px;
	color: #fff;
	line-height: 74px;
	font-family: "Overpass", sans-serif;
}
.price-page-text p {
	color: #fff;
	margin-top: 20px;
	font-size: 25px;
	font-family: "Overpass", sans-serif;
	font-weight: 300;
}
.tab-nav-div button {
	width: 32.9%;
	background-color: #faebe4 !important;
	margin-right: 7px;
	border: none !important;
	font-size: 21px;
	padding: 9px 15px;
	color: #000;
	border-radius: 0px !important;
}
.tab-nav-div button:last-child {
	margin-right: 0;
}
.tab-nav-div #nav-tab {
	border-bottom: none !important;
	margin-bottom: 28px;
	display: flex;
}
.tab-nav-div button.active {
	background-color: #f2a586 !important;
	color: #fff !important;
	position: relative;
}
.tab-nav-div button.active:After {
	content: "";
	width: 100%;
	height: 1px;
	background: #ff6600;
	display: inline-block;
	position: absolute;
	left: 0px;
	bottom: -5px;
}
.tab-wrapper-div {
	float: left;
	width: 100%;
}
.package-title {
	font-size: 32px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	color: #000;
}
.package-title i {
	color: #f2a586;
}
.package-div-wrapper .package-price {
	font-size: 26px;
	color: #f2a586;
}
.package-div-wrapper .package-price span {
	font-size: 34px;
	color: #f2a586;
	font-weight: bold;
}
.package-div-wrapper {
	margin-bottom: 20px;
}
.package-title2 {
	position: relative;
	border-bottom: solid 1px #f2a586;
	margin-bottom: 30px;
	margin-top: 52px;
}
.package-title2 span {
	background: #fdfdfd;
	position: absolute;
	left: 0px;
	top: -21px;
	padding-right: 23px;
	font-size: 29px;
	color: #000;
}
.girl-overlays2 {
	position: absolute;
	right: 215px;
	bottom: -68px;
	max-width: 372px;
}
.girl-overlays2 .slider-btn2 {
	bottom: 29px;
	right: -136px;
}
.girl-img-row-home {
	max-width: 512px;
	position: absolute;
	margin: 0px auto;
	bottom: 0;
	left: 0;
	right: 0;
}
.girl-img-row-home .slider-btn2 {
	right: auto;
	bottom: 39px;
	left: -136px;
}
.img2 {
	max-width: 60%;
	float: right;
	margin-right: 47px;
}
.media-reports .container {
	max-width: 100%;
}
.guaranteed-div:hover {
	-moz-transition: all .8s;
	-o-transition: all .8s;
	-webkit-transition: all .8s;
	transition: all .8s;
}
.description-info {
	display: none;
}
.web-design-icon img {
	-moz-transition: width .5s, height .5s;
	-webkit-transition: width .5s, height .5s;
	transition: width .5s, height .5s;
	height: 80px;
	width: 83px;
}
.guaranteed-div:hover .description-info {
	-moz-transition: all .8s;
	-o-transition: all .8s;
	-webkit-transition: all .8s;
	transition: all .8s;
	display: block;
}
.guaranteed-div:hover .web-design-icon img {
	height: 0;
	width: 83px;
}
.guaranteed-div {
	height: 207px;
}
.process-row1 {
	padding: 0px 93px;
}
.web-design-process {
	text-align: center;
	-webkit-box-shadow: 0 15px 20px 0 rgb(0 10 70 / 10%);
	box-shadow: 0 15px 20px 0 rgb(0 10 70 / 10%);
	border-radius: 8px;
	overflow: hidden;
	height: 261px;
	display: flex;
	justify-content: center;
	flex-flow: column;
	-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);
}
.web-design-process:hover {
	transform: translateY(-7.5px);
}
.process-bg1 {
	background: #2c4bff;
	background-image: url(../images/line-bg-7.svg);
	background-size: 163px;
	background-repeat: no-repeat;
	background-position: right top;
}
.process-bg2 {
	background: #ffdec4;
	background-image: url(../images/line-bg-8.svg);
	background-size: 163px;
	background-repeat: no-repeat;
	background-position: right top;
}
.process-bg3 {
	background: #b3f1ff;
	background-image: url(../images/line-bg-9.svg);
	background-size: 163px;
	background-repeat: no-repeat;
	background-position: right top;
}
.process-bg4 {
	background: #d8c3ff;
	background-image: url(../images/line-bg-10.svg);
	background-size: 163px;
	background-repeat: no-repeat;
	background-position: right top;
}




/******* Mobile Layout *******/
@media only screen and (max-width: 767px) {
.process-row1 {
    padding: 0px 0px;
}	
	
	
	
.girl-img-row-home {
	display: none;
}
.overlay-box {
	display: none;
}
.girl-overlays2 {
	display: none;
}
.price-section .container {
	padding-left: 15px;
	padding-right: 15px;
}
.web-package-box-wrapper {
	margin-bottom: 30px;
}
.row-web-package-box-wrapper {
	margin-top: 0;
}
.tab-nav-div button {
	width: 32.333%;
	margin-right: 4px;
	font-size: 13px;
	padding: 9px 8px;
}
.package-title2 span {
	top: -17px;
	padding-right: 11px;
	font-size: 20px;
}
.package-title2 {
	margin-bottom: 14px;
	margin-top: 44px;
}
.web-package-box-text p {
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
}
.price-section {
	padding-bottom: 45px;
}
.price-page-section-top .container {
	padding-left: 15px;
	padding-right: 15px;
}
.price-page-text {
	text-align: center;
}
.price-title-top {
	font-size: 33px;
	line-height: 56px;
}
.price-page-text p {
	margin-top: 11px;
	font-size: 22px;
	line-height: 32px;
}
.overlay-box {
	width: 154px;
	height: 154px;
	right: 0;
	top: -102px;
	left: 0;
	margin: 0px auto;
}
.overlay-info .overlay-title {
	font-size: 36px;
}
.overlay-info p {
	font-size: 22px;
	margin-top: 6px;
}
.footer-row {
	padding-left: 0;
	border-left: none;
}
.is-item.has--content {
	order: 2;
	margin-top: 33px;
	text-align: center;
}
.is-item.has--img {
	order: 1;
}
.slider-btn2 {
	display: none;
}
.mobile-view {
	display: block;
}
.is-item {
	width: 100%;
}
.is-item.has--img {
	width: 100%;
}
.parent--el .two--col {
	display: flex;
	padding-top: 42px;
	flex-flow: column;
}
.tabs {
	display: inline-block;
}
.tabs-wrapper .tabs-block-left {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.tabs-container-right {
	width: 100%;
	padding: 0px 20px;
}
.tabs section {
	padding-top: 27px;
}
.section-title-1 span:after {
	display: none;
}
.section-title-1 span:before {
	display: none;
}
.is-item--inner {
	padding: 0px 18px;
}
.flickity-enabled {
	height: 750px;
}
.slider-title {
	font-size: 28px;
	line-height: 44px;
}
.small-title {
	font-size: 21px;
}
.counter-container .counter {
	font-size: 45px;
}
.counter-container p {
	font-size: 22px;
}
.desktop-view {
	display: none;
}
.testimonial-box .testimonial-logo img {
	max-width: max-content !important;
	margin: 0px auto;
}
ul.clients-logo-home li {
	width: 33.33%;
	padding: 0px 7px;
}
.guaranteed-div:nth-child(5), .guaranteed-div:nth-child(6), .guaranteed-div:nth-child(7) {
	border-bottom: solid 1px #fff;
}
.guaranteed-box {
	padding: 15px 0px;
}
.web-design-icon {
	max-width: 76px;
	margin-right: 12px;
}
.web-design-process-title {
	margin-top: 8px;
	width: 100%;
}
.footer-logo-row {
	display: flex;
	justify-content: center;
}
.footer-row {
	text-align: center;
}
.footer-box1 {
	margin-top: 33px;
}
.footer-section {
	padding-top: 45px;
	padding-bottom: 45px;
}
.testimonial-section {
	padding-top: 0px;
}
.section-title-1 span {
	font-size: 38px;
}
.logo-div1 {
	width: 100%;
}
.header-btn {
	float: right;
	margin-top: 17px;
	width: 100%;
	text-align: center;
}
.header-logo {
	padding-top: 9px;
	padding-bottom: 9px;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
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);
}
.media-logo ul {
	display: block;
	margin-top: 0;
	width: 100%;
}
.media-logo ul li {
	width: 33.333%;
	display: flex;
	justify-content: center;
	float: left;
	height: 61px;
	align-content: center;
	padding: 12px;
}
.web-design-process-section .col-md-3 {
	width: 50%;
}
.web-design-process-section .web-design-icon {
	max-width: 100%;
}
.web-design-process-section .web-design-process-title a {
	font-size: 14px;
}
.web-design-process-section .col-md-3 {
	width: 50%;
	border-bottom: solid 1px #d7d7d7;
	padding-bottom: 25px;
	padding-top: 25px;
}
#our-works-home .owl-nav button {
	height: 32px;
	font-size: 22px;
	background-color: #fff;
	width: 32px;
	line-height: 10px;
	border-radius: 100px !important;
}
#our-works-home .owl-nav button.owl-prev {
	left: 1px;
}
#our-works-home .owl-nav button.owl-next {
	right: 1px;
}
#our-works-home .owl-nav button i {
	font-weight: 6;
}
.web-design-process-section {
    padding-top: 53px;
    padding-bottom: 39px;
}
.web-design-process-section .col-md-3:nth-child(3), .web-design-process-section .col-md-3:nth-child(4) {
	border-bottom: none;
}
.web-design-icon {
	max-width: 76px;
	margin-right: 0px;
	margin: 0px auto;
}
.guaranteed-box-text {
	display: inline-block;
	width: 100%;
	margin-bottom: 6px;
	text-align: center;
}
.guaranteed-box {
	text-align: center;
}
.heading-title {
	font-size: 26px;
}
.contact-details-row-bg {
	padding: 17px 5px;
}
.contact-info-row {
	margin-right: 0;
	margin-left: 0;
	text-align: left;
	margin-top: 19px;
	margin-bottom: 20px;
}
.contact-info-row ul li {
	font-size: 13px;
	display: flex;
	justify-content: flex-start;
}
.contact-info-row ul li span {
	width: 38%;
}
.contact-details-info-row .contact-img-1 {
	margin-top: 44px;
}
.job-templates-section .container {
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.graphic-img1 {
	display: none;
}
.page-title-section {
	padding-top: 61px;
	padding-bottom: 61px;
}
.templates-client-name {
	text-align: center;
}
.templates-client-name a {
	font-size: 16px;
}
.job-templates-section .our-works-box {
	margin-bottom: 30px;
}
.pagination li {
	padding: 0px 7px;
	font-size: 17px;
}

.web-design-process {
    height: 199px;
}



}

/******* Tablet Layout *******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.process-row1 {
    padding: 0px 12px;
}	
	
.girl-img-row-home {
	max-width: 224px;
}
.job-templates-section .container {
	padding-left: 42px;
	padding-right: 42px;
}
.price-page-section-top .container {
	padding-left: 42px;
	padding-right: 42px;
}
.price-section .container {
	padding-left: 42px;
	padding-right: 42px;
}
.girl-overlays2 {
	display: none;
}
.tab-nav-div button {
	width: 31.9%;
	font-size: 18px;
	padding: 9px 12px;
}
.price-title-top {
	font-size: 45px;
}
.graphic-img1 {
	position: absolute;
	bottom: -52px;
	left: 62px;
	max-width: 248px;
}
.overlay-box {
	width: 200px;
	height: 200px;
}
.overlay-info .overlay-title {
	font-size: 39px;
}
.overlay-info p {
	font-size: 26px;
}
.mobile-view {
	display: block;
}
body.open label.toggle i.fa::before {
	content: "\f00d";
}
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);
}
.desktop-view {
	display: none;
}
.testimonial-box .testimonial-logo img {
	max-width: max-content !important;
	margin: 0px auto;
}
.footer1 {
	width: 23%;
}
.footer2 {
	width: 76%;
}
.footer-logo-row {
	display: flex;
	padding-right: 0px;
}
.guaranteed-box-text {
	display: inline-block;
	margin-bottom: 20px;
	text-align: center;
}
.guaranteed-box .web-design-process-title a {
	font-size: 21px;
}
.guaranteed-box {
	padding: 15px 0px;
	text-align: center;
}
.logo-div1 {
	width: 100%;
}
.header-logo {
	padding-top: 9px;
	padding-bottom: 9px;
}
.header-btn {
	float: right;
	margin-top: 17px;
	width: 100%;
	text-align: center;
}
.media-logo ul li {
	padding: 21px;
}
.web-design-process-title a {
	font-size: 22px;
}
.is-item {
	width: 42%;
}
.is-item.has--img {
	width: 52%;
}
.slider-title {
	font-size: 28px;
}
.small-title {
	font-size: 25px;
}
.is-item--inner {
	padding: 0px 20px;
}
.parent--el .two--col {
	align-items: center;
	justify-content: center;
	align-content: center;
	height: 100%;
}
.flickity-enabled {
	height: 500px;
}
.flickity-viewport {
	height: 100% !important;
}
.tabs-wrapper .tabs-block-left {
	padding-left: 20px;
	padding-right: 20px;
}
.contact-info-row {
	margin-right: 0;
	margin-left: 0;
}
.heading-title {
	font-size: 31px;
}
.footer-row {
	padding-left: 1px;
}
}

/******** Medium Layout ********/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.girl-img-row-home {
	max-width: 414px;
}
.nav_area > ul > li {
	padding-right: 35px;
}
.slider-title {
	font-size: 27px;
}
.footer1 {
	width: 38%;
}
.footer2 {
	width: 61%;
}
.footer-logo-row {
	display: flex;
	padding-right: 45px;
}
.footer-box-add {
	font-size: 17px;
}
.footer-contact li {
	font-size: 17px;
}
.clients-logo-home li {
	padding: 8px 17px;
}
.web-design-icon {
    margin: 0px auto;
}
.guaranteed-box .web-design-process-title a {
	font-size: 20px;
}
.contact-info-row {
	margin-right: 31px;
	margin-left: 31px;
}
.tab-nav-div button {
	width: 31.9%;
}
.girl-overlays2 {
	right: 209px;
	bottom: -68px;
	max-width: 316px;
}
.price-page-text {
	width: 57%;
}
}
 @media only screen and (min-width: 1400px) and (max-width: 2500px) {
.slider-title {
	font-size: 48px;
}
}
