/******************************************
 File Name: digital-marketing.css
 Item Name: Auli - Multipurpose Website Template
 Created By: Design Collection
 Version: 1.0
 *******************************************/


/** #     [Table of contents]

* Body Part
# 01  -  Top Navbar
# 02  -  Header Title
# 03  -  Header Paragraph
# 04  -  Header Image
# 05  -  Section
# 06  -   Footer


# [Color Codes]
Heading color: #24262c ( Dark shade of blue);
Text Primary color :  #377dff (Light Blue);
Button secondary color:  #377dff (Light Blue);
Button Primary color:   #ee5052 (light red);



**/


html {
	font-size: 62.5%;
}

body {
	font-family: 'Heebo', sans-serif;
	font-weight: 700 !important;
	overflow-x: hidden;
}


/*** 

====================================================================
	All Typography
====================================================================

***/


.h1 {
	color: #24262c;
}

.h2 {
	color: #24262c;
}

.h3 {
	color: #24262c;
}

.h4 {
	color: #24262c;
}

.h5 {
	color: #24262c;
}

.h6 {
	color: #24262c;
}

p {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2.5rem;
	word-spacing: 1.2px;
	color: #4a5074;
}

h6 {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3.366rem;
}

h4 span {
	font-weight: 300;
}

h4 {
	font-weight: 700;
	font-size: 5rem;
	margin-bottom: 20px;
	line-height: 6.95rem;
}

.fs-11 {
	font-size: 1.1rem !important;
	line-height: 2.1rem;
}

.fs-12 {
	color: #4a5074;
	font-size: 1.2rem !important;
	line-height: 2.2rem;
}

.fs-13 {
	font-size: 1.3rem !important;
	font-weight: 400;
	line-height: 2.622rem;
}


.fs-14 {
	font-size: 1.4rem !important;
	font-weight: 400;
	line-height: 2.6rem;
}

.fs-15 {
	font-size: 1.5rem;
	line-height: 2.5rem;
	font-weight: 300;
}

.fs-18 {
	font-size: 1.8rem !important;
	line-height: 2.6rem;
}

.fs-27 {
	font-size: 2.7rem !important;
	font-weight: 400;
	line-height: 5rem !important;
}

.fs-21 {
	font-size: 2.1rem !important;
	line-height: 3.9rem;
	margin-top: -6%;
	font-weight: 800;
}

.fs-24 {
	font-size: 2.483rem;
	line-height: 3.345rem;
	color: #24262c;
}


.fs-26 {
	font-size: 2.6rem !important;
	font-weight: 500;
	line-height: 3.502rem !important;
}


.fs-28 {
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 4.38rem;
	color: #24262c;
}

.fs-35 {
	font-size: 3.575rem;
	font-weight: 500;
	line-height: 5.5rem;
}

.fs-40 {
	font-size: 4rem;
}

.fs-50 {
	font-size: 5.12rem;
	line-height: 6.826rem;
}


.fs-74 {
	font-size: 7.4rem;
	line-height: 8.98rem;
}

.fw-600 {
	font-weight: 600 !important;
}


.fs-80 {
	font-size: 8rem !important;
	line-height: 9.833rem !important;
}

.fw-500 {
	font-weight: 500 !important;
}


/*** 

====================================================================
	All Width
====================================================================

***/

.w-60 {
	width: 60%;
}

.w-40 {
	width: 40%;
}

.w-35 {
	width: 35%;
}

/*** 

====================================================================
	Custom css
====================================================================

***/


.fit-630 {
	object-fit: cover;
	height: 630px;
}

.fit-575 {
	object-fit: cover;
	height: 594px;
	object-position: center;
}

.three-line {
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}


.btn .arrow {
	opacity: 0;
	transition: all 0.6s ease;
}

.btn:hover .arrow {
	opacity: 1;
}

.b-r-3 {
	border-radius: 20px;
}

.heading-secondary-txt {
	font-weight: 600;
	color: #377dff;
}


.bg-red {
	background: #ee5052;
}

.text-secondary {
	color: #387df6 !important;
}

.float-right {
	float: right !important;
}

.ruled {
	overflow: hidden;
	text-align: center;
	margin: 10px 0;
}

.ruled:after,
.ruled:before {
	background-color: #24262c;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.ruled:before {
	right: 0.5em;
	margin-left: -50%;
}

.ruled:after {
	left: 0.5em;
	margin-right: -50%;
}

/*** 

====================================================================
	GAp
====================================================================

***/

.gap_100 {
	margin-bottom: 100px;
}

.gap_130 {
	margin-bottom: 130px;
}

.gap_90 {
	margin-bottom: 90px;
}

.gap-14 {
	margin-top: -14px;
}

.fw-600 {
	font-weight: 600;
}

.gap-680 {
	margin-top: 680px;
}

.gap-10 {
	margin-top: -10px;
}

.py-70 {
	padding: 70px 0;
}


.gap-150 {
	margin-bottom: 150px;
}

.gap-143 {
	margin-bottom: 143px;
}

/*** 

====================================================================
	Margin and padding
====================================================================

***/

.mb-31 {
	margin-bottom: 31px;
}

.pr-30 {
	padding-right: 30px;
}

.pl-30 {
	padding-left: 30px;
}

.mt-20 {
	margin-top: 20%;
}

.py-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.pt-15 {
	padding-top: 15px;
}


.bg-modal {
	background: linear-gradient(104.73deg,
			#005eff 0.35%,
			#377dff 100.63%) !important;
}

a.activity p:hover {
	text-decoration: underline;
}

.standard-card.aos-init {
	box-shadow: #ccc 0 7px 29px 0;
}

.test-gap {
	margin-top: 25px;
	margin-bottom: 64px;
}


.bg-primary {
	background: #377dff !important;
}


.left-0 {
	left: 0;
}

.h_100 {
	height: 100vh;
}

.height-signin {
	height: 100vh;
}

.height-signup {
	height: 116vh;
}

.h_125 {
	height: 125vh;
}


.form-control.form-default {
	padding: 1.2rem 1rem !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x, 1.75rem);
	padding-left: var(--bs-gutter-x, 1.75rem);
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #4a5074 !important;
}


.bg-gray {
	background: #fcfcfc;
}

.border-20 {
	border: 20px solid #fff;
}

.border-2 {
	border: 2px solid #fff;
}

.border-1 {
	border-color: #efefef;
}

#success {
	font-size: 16px;
	margin-top: 15px;
	font-weight: 400;
}

.menu-button {
	cursor: pointer;
}

.my-close {
	position: absolute;
	right: 0;
	top: 20%;
}

.sugg {
	border: 1px solid #dfdfdf;
}

.header-wrapper {
	background-image: url("../../images/demo-digital-marketing/contour.html"),
		url("../../images/demo-digital-marketing/header-img.html");
	background-size: cover;
	background-position: center;
	position: relative;
	height: 90vh;
}

.modal-backdrop {
	z-index: 1 !important;
}

.form-center {
	margin-top: 25%;
}

.bdr-transparent {
	border: 1px solid transparent;
}

.sugg:before {
	background: red;
	position: absolute;
	top: -10px;
	left: 30px;
	background: #fff;
	width: 20px inherit;
	width: 20px;
	height: 20px;
	content: "";
	transform: rotate(-45deg);
	border: 1px solid #dfdfdf;
	border-left: 1px transparent;
	border-bottom: 1px transparent;
}

.fa-2x {
	font-size: 1.4em;
}

textarea#exampleFormControlTextarea1 {
	font-size: 1.6rem;
}

.header-wrapper::before {
	position: absolute;
	width: 100%;
	height: 228px;
	content: "";
	background: linear-gradient(180deg,
			rgba(7, 24, 40, 0.92) 26.54%,
			rgba(7, 24, 40, 0) 100%);
}

.text-black {
	color: #000;
}

.text-gray {
	color: gray;
}

.btn-gallery {
	color: #4a5074;
	text-align: center;
	background-color: #e7eefe;
	padding: 6px 13px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 20px;
}

.header-text {
	color: #fff;
	padding-top: 150px;
}

.grid-item {
	width: 25%;
}

.contour {
	position: absolute;
	top: 0;
}

.header-text h2 {
	font-size: 10.594rem;
	font-weight: 700 !important;
	line-height: 12.63rem;
}

.navbar-brand {
	font-weight: 600;
	font-size: 3rem;
	color: #fff !important;
}

.navbar-brand img {
	margin-bottom: 8px;
}

.transparent-btn {
	background: 0 0;
	border: transparent;
}

/*** 

====================================================================
	nav-link
====================================================================

***/

.nav-link {
	text-transform: capitalize;
	color: #fff !important;
	margin: 24px;
	font-size: 1.6rem;
	font-weight: 400;
	cursor: pointer;
	display: inline !important;
	padding: 40px 0;
}

a.dropdown-item {
	font-size: 1.4rem;
	padding: 10px 15px;
	text-transform: capitalize;
	font-weight: 400;
}

.nav-link:hover {
	color: #c7cfdd !important;
}

ul.dropdown-menu.big-menu {
	width: 30%;
}

.top-border-3 {
	border-top: 3px solid #377dff;
}

.navbar-nav li:hover>ul.dropdown-menu {
	display: block;
}

.border-radius-TB {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.border-radius-TB-3 {
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}

.w-20 {
	width: 300px !important;
}

.bottom-radius {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.dropdown-menu>li>a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}

.border-radius-50 {
	border-radius: 50px !important;
}

.s-img {
	width: 22%;
	position: absolute;
	top: -100px;
}

.search-wrapper {
	padding: 80px 0;
}

.multiply {
	mix-blend-mode: multiply;
}

figcaption {
	position: absolute;
	left: 0;
	top: 30.5%;
	width: 100%;
}

.head-bdr {
	background: #377dff;
}

.dotted-img {
	margin-top: -6%;
	opacity: 0.7;
}

.fa-10x {
	font-size: 10em;
}

.zn1 {
	z-index: 1;
}


.text-primary {
	color: #377dff !important;
}

.text-red {
	color: #ee5052 !important;
}

.box-shadow {
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}

.card-shadow {
	box-shadow: #b3ffe2, #b3ffe2;
}

.border-radius-5 {
	border-radius: 20px;
}

.border-0 {
	border: 0;
}

.icon-fsz i {
	font-size: 70px;
	color: #000;
	padding: 16px 0px;
	background: linear-gradient(to right, #ee50528f 0%, #367bfc 100%);
	-webkit-text-fill-color: transparent;
}

/*** 

====================================================================
	All Btn
====================================================================

***/

.btn {
	color: #4a5073;
	text-align: center;
	background-color: transparent;
	padding: 15px 40px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	border-radius: 50rem;
}

.btn-primary {
	color: #fff;
	background-color: #ee5052;
	border-color: #ee5052;
}

.btn-primary:hover {
	background: #db3131;
	border-color: #db3131;
}

.btn-facebook {
	color: #1877f3;
	background-color: transparent;
	border-color: #1877f3;
}

.btn-facebook:hover {
	background: rgba(24, 119, 242, 0.1);
	border-color: #1877f3;
	color: #1877f3;
}

.btn-google {
	margin: 10px 0;
	color: #303537;
	background-color: transparent;
	border-color: #303537;
}

.btn-google:hover {
	background: rgba(48, 53, 56, 0.1);
	border-color: #303537;
	color: #303537;
}

.btn-drible {
	color: #ea4c88;
	background-color: transparent;
	border-color: #ea4c88;
}

.btn-drible:hover {
	background: rgba(234, 76, 137, 0.1);
	border-color: #ea4c88;
	color: #ea4c88;
}

.btn-secondary {
	color: #fff;
	background-color: #377dff;
	border-color: #568df2;
}

.btn-secondary:hover {
	background: #73a4ff;
	border-color: #5f93f4;
}

.btn-primary-outline {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.btn-primary-outline:hover {
	background: #fff;
	border-color: #fff;
	color: #377dff;
}

.btn-light {
	color: #fff;
	background-color: #ee5052;
	border-color: #ee5052;
	border-radius: 20px;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
	padding: 12px 21px;
	text-transform: uppercase;
}

.btn-light:hover {
	background-color: #db3131;
	border-color: #db3131;
	color: #fff;
}

.btn-outline-light,
.btn-outline-primary {
	color: #fff;
	border-color: #377dff;
	background-color: #377dff;
	border-radius: 20px;
	font-size: 1.6rem;
	padding: 12px 21px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.btn-outline-secondary {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
	border-radius: 20px;
	font-size: 1.6rem;
	padding: 12px 21px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.btn-outline-secondary:hover {
	color: #377dff;
	border-color: #fff;
	background-color: #fff;
}

.btn-outline-primary {
	color: #252b42;
	border-color: #377dff;
}

.btn-outline-light:hover {
	color: #005eff;
	border-color: #fff;
}

.btn-outline-primary:hover {
	border-color: #377dff !important;
	color: #fff;
	background-color: #377dff;
}


.border-radius {
	border-radius: 20px;
	transition: all 0.6s ease;
}


.S-box {
	background: #377dff;
	padding: 18px 30px;
	color: #fff;
	border-radius: 20px;
}

.S-box img {
	margin-bottom: 19px;
}

.heading span {
	font-weight: 700;
	color: #24262c;
}

.small-text {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}

.heading-primary {
	font-weight: 700;
	color: #377dff;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.18rem;
	text-transform: uppercase;
}

.heading {
	font-weight: 300;
	color: #24262c;
	margin-bottom: 15px;
	font-size: 3.875rem;
	line-height: 5.4rem;
	margin-top: -10px;
}


.transform-0 {
	transform: translate(0, 0) !important;
}

.blue-box {
	background: #F5F5F7;
	background-size: auto;
	background-repeat: repeat;
	background-position: top;
	border-radius: 20px;
}

.box-left {
	position: absolute;
	width: 730px;
	z-index: 1;
	padding: 100px 50px !important;
	top: 15.5%;
	left: -7%;
	border-radius: 3px !important;
}

.gap-50 {
	margin-top: 50px;
}

.card-hover:hover {
	background: #377dff;
}

.card-hover:hover .sub-title,
.card-hover:hover p {
	color: #fff;
}

.card-hover:hover img {
	filter: invert(1);
}

h5.card-title {
	font-weight: 500;
	font-size: 2.6rem;
	line-height: 3.502rem;
}

.border {
	border: 1px solid #d1d1d1;
}

.link {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.21rem;
	text-decoration: none;
}

.card-footer {
	background: #fff;
	border-radius: 3px !important;
	padding: 15px;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
	margin: -11% 4% 0 4%;
}

span.number {
	font-size: 5.175rem;
	font-weight: 700;
	line-height: 10.438rem;
}

.bg-blue {
	background: linear-gradient(0deg, #005eff 0.35%, #387df6 100.63%);
	padding: 100px 0;
}

.sub-heading {
	font-weight: 700;
	font-size: 2.5rem;
	color: #fff;
	line-height: 3.368rem;
}

.text-margin {
	margin-top: -33px;
}

.sub-title {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3.368rem;
}

.q-img {
	position: absolute;
	left: 8px;
	top: 132px;
}

.py-7 {
	padding-top: 5rem !important;
}

.border-5 {
	border: 5px solid #fff;
}

.gap-150 {
	margin-bottom: 150px;
}

.gap-170 {
	margin-bottom: 170px;
}

.center-testiminial .owl-dots {
	margin-left: 43% !important;
}

.store-btn {
	opacity: 0.7;
	transition: all 0.6s ease;
}

.store-btn:hover {
	opacity: 1;
	box-shadow: 0 1px 18px rgba(222, 222, 222, 0.4);
}

footer {
	background: #377dff;
	padding: 100px 0;
}

.bg-soft {
	background: #F5F5F7;
}

.footer-heading {
	font-size: 1.6rem;
	line-height: 1.95rem;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	font-weight: 600;
}

.border-bottom {
	border-bottom: 1px solid #fff;
	opacity: 0.1;
}

.nav-border {
	border-bottom: 1px dashed #ffffff24;
}

.footer-link {
	font-size: 14px;
	line-height: 3.6rem;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
}

.bg-dark {
	background: linear-gradient(104.73deg, #005eff 0.35%, #377dff 100.63%);
}

.shape-blur-3 {
	left: 0;
	right: 0;
	top: 0;
}

.shape {
	pointer-events: none;
	position: absolute;
}

.middle-footer {
	padding-top: 50px;
}

.border-light {
	border: 1px solid #fff;
}


.client-say .blue-box {
	border-radius: 20px;
}

.img-box img {
	border-radius: 20px;
}

.blockquote-img {
	width: 8% !important;
}

.left-48 {
	left: -48% !important;
	top: -21% !important;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: left !important;
	-webkit-tap-highlight-color: transparent;
	margin-left: 0;
}

.top-5 {
	top: -5% !important;
}

.testimonial-wrapper .nonloop .owl-carousel .owl-dots.disabled {
	margin-left: 0;
	position: absolute;
	left: -27%;
	bottom: 7%;
}

.testimonial-wrapper .owl-theme .owl-nav [class*="owl-"] {
	color: #fff;
	display: inline-block;
	cursor: pointer;
	margin-left: -6rem;
	background: #ee5052;
	transition: all 0.3s ease;
	padding: 20px 30px !important;
	border-radius: 20px;
	font-size: 20px;
}

.testimonial-wrapper .owl-nav.disabled {
	border-radius: 20px;
	display: block !important;
}

.dotted-lt {
	position: absolute;
	top: 0;
}

.dotted-rb {
	position: absolute;
	bottom: 0;
	right: 0;
}

.transition {
	transition: all 0.5s ease-in;
}

.dotted-lb {
	position: absolute;
	left: 0;
	bottom: 0;
}

.fa-facebook-f:hover {
	color: #3b5998 !important;
}

.fa-twitter:hover {
	color: #1da1f2;
}

.fa-pinterest-p:hover {
	color: #e60023;
}

.fa-instagram:hover {
	color: #8a3ab9;
}

.pb-85 {
	padding-bottom: 85px;
}

.gap-200 {
	margin-bottom: 200px;
}

header.agency-header .owl-prev {
	left: 0;
	bottom: 41%;
}

section.testimonial-wrapper .owl-prev {
	position: absolute;
	top: 41%;
	left: -3%;
}

header.agency-header .owl-next {
	left: 72px !important;
	padding: 20px 40px !important;
}

.item.box-shadow.border-radius.border-gray {
	border: 1px solid rgba(222, 222, 222, 0.4);
}

.blue-box.blue-card {
	top: 8.5%;
	position: absolute;
	right: 0;
	width: 685px;
	padding: 85px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-100 {
	padding-bottom: 100px;
}

.agency-header {
	background: linear-gradient(104.73deg, #005eff 0.35%, #377dff 100.63%);
}

.testimonial-wrapper .owl-next {
	display: none !important;
}

.gradient-curcle {
	background: linear-gradient(104.73deg, #005eff 0.35%, #377dff 100.63%);
	height: 250px;
	width: 250px;
	position: absolute;
	top: -100px;
	right: -110px;
	border-radius: 3%;
}

.top-25 {
	top: -12% !important;
}

.bg-text-center {
	transform: translate(-41px, 277%) !important;
}

span.V_divider {
	background: #377dff;
	width: 6px;
	height: 101px;
	position: absolute;
	top: 9%;
	left: 0;
}

.dotted-left {
	position: absolute;
	bottom: 0;
	left: 0;
}

.dotted-right {
	position: absolute;
	top: 0;
	right: 0;
}

.center-div {
	align-items: center !important;
	margin: 50% 0;
}

.py-13 {
	padding-top: 13% !important;
	padding-bottom: 13% !important;
}

.agency-header header {
	padding: 80px 0;
}

.agency-header .agency-header .owl-nav {
	position: absolute;
	bottom: 0;
	left: -1px;
	display: flex;
	margin-left: 0 !important;
}

.agency-header .agency-header .owl-nav .owl-prev {
	background: #ee5052;
	border-radius: 5px 0 0 5px;
	margin-right: 0;
	transition: all 0.3s ease;
	padding: 20px 30px;
	color: #fff;
	font-size: 20px;
}

.agency-header .agency-header .owl-nav .owl-prev:hover {
	background: #db3131;
}

.agency-header .agency-header .owl-nav .owl-next {
	background: #ee5052;
	border-radius: 0 5px 5px 0;
	margin-left: 0;
	transition: all 0.3s ease;
	padding: 20px 30px;
	color: #fff;
	font-size: 20px;
}

.agency-header .agency-header .owl-nav .owl-next:hover {
	background: #db3131;
}

.overlay:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: #0000009e;
	border-radius: 20px;
}

.b-overlay:before {
	position: absolute;
	top: 0;
	background: rgba(9, 72, 180, 0.5);
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
	content: "";
}

.faq:before {
	border-radius: 20px;
}

.zn2 {
	z-index: 2;
}

.py-11 {
	padding: 12.1% 0 !important;
}

.single-latter h1 {
	font-size: 16.9rem;
	position: absolute;
	top: -8%;
	left: 0;
	color: #377dff;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	font-weight: 700;
}

.position {
	left: -89%;
	top: -7%;
}

.position-right {
	left: -5%;
}

.g-text {
	position: absolute;
	top: 39%;
	left: 4%;
}

.g-text p {
	font-size: 2.8rem;
	letter-spacing: 3px;
	line-height: 3.5rem;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
}

.section-center {
	margin: 98px 0;
}

.form-control-lg {
	padding: 1.5rem 1.5rem;
	border-radius: 50rem !important;
}

form.subcribe-frm {
	transform: translate(0, 32px);
}

.mt-15 {
	margin-top: 15%;
}

.subcribe-btn {
	transform: translate(1px, -60px);
	padding: 13px 20px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.subcribe-wrapper {
	transform: translate(0, 100px);
	padding: 30px 39px;
}

.pt-100 {
	padding-top: 100px;
}

.mb-40 {
	margin-bottom: 40px;
}

.testimonial {
	border: 1px solid #fff;
	box-sizing: border-box;
	border: 2px outset #377dff;
}

.pro-no {
	position: absolute;
	bottom: 21%;
	left: 7%;
	color: #377dff;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	font-size: 17.269rem;
}

.outline {
	outline-offset: -30px;
	outline: auto;
	outline-color: #fff;
}

.radius-top {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.dotted-left-bottom {
	position: absolute;
	top: 55%;
}

.border-W10 {
	border: 10px solid #fff !important;
}

.primary-bTL {
	border-top: 2px solid #377dff;
	border-left: 2px solid #377dff;
}

.card:hover .middle {
	opacity: 1;
}

.business-header {
	background-image: url("../../images/demo-digital-marketing/home-bussiness.html");
	z-index: 2;
	background-position: center;
	position: relative;
	background-size: cover;
}

h1 {
	font-size: 10.97rem;
	line-height: 13.278rem;
	font-weight: 800;
}

.fs-31 {
	font-size: 3.123rem !important;
	line-height: 4.9rem;
}

.border-TB {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.my-center {
	margin: 127px 15px;
}

.mt-30 {
	margin-top: 30%;
}

.mt-10 {
	margin-top: 10%;
}

.mycircle {
	background: #377dff;
	color: #fff #eee8aa;
	padding: 0;
	color: #fff;
	width: 36px !important;
	height: 36px;
	border-radius: 3%;
	padding: 10px;
}

.mt-45 {
	margin-top: 45%;
}

.S-box.pos-left {
	padding: 30px;
	width: 100%;
}

.S-box.pos-right {
	padding: 30px;
	width: 100%;
}

.sec-testimonials {
	position: relative;
}

.inner-testimonials .owl-dots {
	display: none;
}

.custome_slide.owl-carousel .owl-item.active.center .main-reviewimage {
	border: 3px solid #fff;
}

.border-r7 {
	border: 7px solid #fff;
}

.main-reviewimage img {
	opacity: 0.3;
}

#slide-testimonal .active.center .main-reviewimage img {
	opacity: 1;
}

.test_img {
	position: relative;
	opacity: 1;
	-webkit-transition: 0.4s ease all;
	transition: 0.4s ease all;
	margin: 0 -48px;
	margin-top: 40px;
}

#slide-testimonal .center .test_img:before {
	content: none;
	transition: 0.7s ease-in-out;
}

.test_img img {
	margin: 0 auto;
}

.custome_slide.owl-carousel .owl-item.active.center {
	transform: scale(1.3);
	margin-top: 0 !important;
	position: relative;
	z-index: 999;
	-webkit-transform: scale(1);
	transform: scale(1);
	margin: 100px 0 !important;
	margin-left: -40px !important;
}

.custome_slide.owl-carousel .owl-item {
	transform: scale(0.7);
	padding: 10px 0;
	transition: all 0.5s;
}

.testimonial_detail {
	position: absolute;
	bottom: 50px;
	left: 20%;
	right: 20%;
}

.testimonial_detail h4 {
	font-size: 38px;
	margin: 0;
}

.testimonial_detail p {
	color: #ccc;
	font-size: 26px;
}

.custome_slide.owl-carousel .active .testimonial_detail {
	display: none;
}

.custome_slide.owl-carousel .active.center .testimonial_detail {
	display: block !important;
}

.shadow-lg {
	box-shadow: -11px 2px 68px -9px rgba(0, 0, 0, 0.61) !important;
	-webkit-box-shadow: -11px 2px 68px -9px rgba(0, 0, 0, 0.61) !important;
	-moz-box-shadow: -11px 2px 68px -9px rgba(0, 0, 0, 0.61) !important;
}

.main-reviewimage:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 9;
}

.pause-icon {
	padding: 15px;
	background: red;
	position: absolute;
	width: 90px;
	height: 90px;
	top: 8%;
	left: 5%;
	border-radius: 3%;
	text-align: center;
	line-height: 60px;
}

.Xy-center {
	top: 50%;
	left: 50% !important;
	border-radius: 3%;
	text-align: center;
	line-height: 60px;
	transform: translate(-50px, -50px);
}

.secondry {
	color: #737373;
}

svg.svg-inline--fa.fa-check.fa-w-16.me-3.success-chek {
	background: #377dff;
	width: 30px;
	height: 30px;
	padding: 9px;
	border-radius: 50%;
	color: #fff;
}

svg.svg-inline--fa.fa-check.fa-w-16.me-3.dark-chek {
	background: #ee5052;
	width: 30px;
	height: 30px;
	padding: 9px;
	border-radius: 50%;
	color: #fff;
}

svg.svg-inline--fa.fa-check.fa-w-16.me-3.gray-chek {
	background: #bdbdbd;
	width: 30px;
	height: 30px;
	padding: 9px;
	border-radius: 50%;
	color: #fff;
}

span.doller {
	position: absolute;
	left: 57%;
	top: -20%;
	font-size: 1.6rem;
}

.tbl-wrapper {
	height: 655px;
}

.price-table {
	transform: translate(0, 5%);
}

.dotted-left-center {
	top: -32px !important;
}

.middle-tbl {
	padding: 45px 25px;
	z-index: 2;
	background-color: #F5F5F7;
	background-position: center;
	position: relative;
	background-size: cover;
	border: 1px solid #e5e7eb;
}

.circle-top-left {
	margin-top: 0rem;
	margin-left: -3rem;
}

.circle-bottom-right {
	margin-right: -3rem;
	margin-bottom: -3rem;
	z-index: -1;
}

.bottom-end {
	right: 0;
	bottom: 0;
}

.top-start {
	top: 0;
}

.top-right {
	top: 0;
	right: 0;
}

.circle-top-right {
	z-index: -1;
	margin-top: -3rem;
	margin-right: -3rem;
}

.gap-500 {
	margin-top: 392px;
}

.mt-323 {
	margin-top: 323px;
}

.border-R19 {
	border-radius: 20px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.contour-primary {
	background: url("../../images/demo-digital-marketing/contour-2.html") #F5F5F7;
	background-size: auto;
	background-repeat: repeat;
	background-position: top;
	padding: 66px 125px;
}

.left-align {
	left: -14% !important;
}

.p-10 {
	padding: 6rem;
}

.animate {
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

@keyframes slideIn {
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}

	100% {
		transform: translateY(0rem);
		opacity: 1;
	}

	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
}

@-webkit-keyframes slideIn {
	0% {
		-webkit-transform: transform;
		-webkit-opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		-webkit-opacity: 1;
	}

	0% {
		-webkit-transform: translateY(1rem);
		-webkit-opacity: 0;
	}
}

.slideIn {
	-webkit-animation-name: slideIn;
	animation-name: slideIn;
}

.marketing-header {
	background: -moz-linear-linear-gradient(180deg,
			rgba(7, 10, 40, 0.4508) 26.54%,
			rgba(7, 24, 40, 0) 100%),
		url("../../images/demo-digital-marketing/home-marketing.jpg") no-repeat;
	background: -webkit-linear-gradient(180deg,
			rgba(7, 10, 40, 0.4508) 26.54%,
			rgba(7, 24, 40, 0) 100%),
		url("../../images/demo-digital-marketing/home-marketing.jpg") no-repeat;
	background: -webkit-linear-gradient(180deg,
			rgba(7, 10, 40, 0.4508) 26.54%,
			rgba(7, 24, 40, 0) 100%),
		url("../../images/demo-digital-marketing/home-marketing.jpg") no-repeat;
	background: -o-linear-gradient(180deg,
			rgba(7, 10, 40, 0.4508) 26.54%,
			rgba(7, 24, 40, 0) 100%),
		url("../../images/demo-digital-marketing/home-marketing.jpg") no-repeat;
	background: -ms-linear-gradient(180deg,
			rgba(7, 10, 40, 0.4508) 26.54%,
			rgba(7, 24, 40, 0) 100%),
		url("../../images/demo-digital-marketing/home-marketing.jpg") no-repeat;
	background: linear-gradient(180deg, rgb(7 10 40 / 0%) 26.54%, rgba(7, 24, 40, 0) 100%), url("../../images/demo-digital-marketing/home-marketing.jpg") no-repeat;
	background-position: right;
	position: relative;
	background-size: contain;
}

.mt-160 {
	margin-top: 162px;
}

.shap-text {
	color: #fff;
	padding: 150px 0;
	position: absolute;
	top: 11%;
	left: 5%;
}

.nav-pad {
	padding-left: 50px;
	padding-right: 50px;
}

.shap-text h2 {
	font-size: 9.594rem;
	font-weight: 700 !important;
	line-height: 13.63rem;
}

.fs-60 {
	font-size: 6rem;
}

.fw-lighter {
	font-weight: 100 !important;
}

.white-outline {
	border: 7px solid #fff;
	box-sizing: border-box;
	filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.15));
	border-radius: 20px;
}

.admin {
	z-index: 2;
	background-position: left;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	height: 616px;
	background-color: #377dff;
}

.text-muted {
	color: #737373 !important;
}

.text-dark {
	color: #252b42 !important;
}

.py-12 {
	padding: 12.3% 0 !important;
}

.star-combo .star-wrpper:nth-child(1) {
	position: absolute;
	top: 42%;
	left: 22%;
	right: 0;
	display: inline-table;
	transition: all 0.6s ease;
	background: #fff;
}

.star-combo .star-wrpper:hover {
	transform: translate(10px, 10px);
}

.big-carousel .owl-prev {
	bottom: 50%;
}

.star-combo .star-wrpper:nth-child(2) {
	position: absolute;
	top: 82%;
	right: 6%;
	display: inline-table;
	transition: all 0.6s ease;
	background: #fff;
}

.star-combo .star-wrpper:nth-child(3) {
	position: absolute;
	top: 3%;
	right: 10%;
	display: inline-table;
	transition: all 0.6s ease;
	background: #fff;
}

.icon-circle svg {
	padding: 10px;
	height: 40px;
	width: 40px !important;
	border-radius: 50rem;
}

/*** 

====================================================================
	Social Icons
====================================================================

***/

.fa-facebook-f {
	background-color: #3b5998;
	border: 1px solid #3b5998;
	color: #fff;
}

.fa-facebook-f:hover {
	color: #3b5998;
	background-color: #fff;
	border: 1px solid #3b5998;
}

.fa-twitter {
	background-color: #1da1f2;
	border: 1px solid #1da1f2;
	color: #fff;
}

.fa-twitter:hover {
	color: #1da1f2;
	background-color: #fff;
	border: 1px solid #1da1f2;
}

.fa-pinterest-p {
	background-color: #e60023;
	border: 1px solid #e60023;
	color: #fff;
}

.fa-pinterest-p:hover {
	color: #e60023;
	background-color: #fff;
	border: 1px solid #e60023;
}

.fa-instagram {
	background-color: #8a3ab9;
	border: 1px solid #8a3ab9;
	color: #fff;
}

.fa-instagram:hover {
	color: #8a3ab9;
	background-color: #fff;
	border: 1px solid #8a3ab9;
}

.send-arrow {
	position: absolute;
	right: 0;
	top: 15px;
	right: 20px;
	cursor: pointer;
}

.transperent-input {
	background: #fff !important;
	border: #fff !important;
	border-right: 0;
}

/*** 

====================================================================
	Placeholder
====================================================================

***/

::-webkit-input-placeholder {
	font-size: 1.4rem;
}

::-moz-placeholder {
	font-size: 1.4rem;
}

:-ms-input-placeholder {
	font-size: 1.4rem;
}

:-moz-placeholder {
	font-size: 1.4rem;
}

::-webkit-input-placeholder {
	color: #fff;
}

::-moz-placeholder {
	color: #fff;
}

:-ms-input-placeholder {
	color: #fff;
}

:-moz-placeholder {
	color: #fff;
}

span#basic-addon2 {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.price-table-top {
	transform: translate(0, -38%);
}

.inner-q {
	position: absolute;
	top: 7%;
	left: 8%;
	border-radius: 3%;
	border: 26px solid #fff;
}

/*** 

====================================================================
	Owl Theme
====================================================================

***/

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #377dff !important;
}

.owl-theme .owl-dots .owl-dot span {
	width: 49px !important;
	height: 20px !important;
	border-radius: 28px !important;
}

.q-section .owl-dots {
	margin-left: 50% !important;
}

section.q-section .owl-nav {
	display: none;
}

.star-wrpper {
	display: inline-block;
	padding: 10px;
	border-radius: 50px;
}

.star-wrpper li {
	display: inline;
	vertical-align: middle;
}

.border-radius-LR {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.creative-idea .my-center {
	margin: 215px 15px;
}

.shap2 .owl-next {
	display: none !important;
}

.shap2 .owl-prev {
	position: absolute;
	left: -4%;
	top: 39.5%;
	background: 0 0 !important;
}

.shap2 svg {
	background: #fff;
	padding: 18px;
	height: 80px;
	width: 80px !important;
	font-size: 40px;
	border-radius: 20px;
	color: #111;
}

.shap3-carousel .owl-prev svg {
	background: #fff;
	padding: 18px;
	height: 80px;
	width: 80px !important;
	font-size: 40px;
	border-radius: 20px;
	color: #111;
	transform: translate(155%, -130%);
}

.app-header {
	background: linear-gradient(104.73deg, #005eff 0.35%, #377dff 100.63%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.py-90 {
	padding: 90px 0;
}

.drop-shadow {
	-webkit-filter: drop-shadow(10px 0 0 #377dff) drop-shadow(0 0 0 #377dff) drop-shadow(0 0 0 #377dff) drop-shadow(0 0 0 #377dff);
	filter: drop-shadow(10px 0 0 #377dff) drop-shadow(0 0 0 #377dff) drop-shadow(0 0 0 #377dff) drop-shadow(0 0 0 #377dff);
}

.q-section .owl-carousel .owl-item img,
.testimonial-wrapper .owl-carousel .owl-item img {
	display: block;
	width: auto !important;
}

.dashbord .owl-next,
.dashbord .owl-prev {
	display: none;
}

.orang {
	color: #ff7a00;
}

.text-success {
	color: #13dc7c !important;
}

.software-header {
	background: url("../../images/demo-digital-marketing/software-header.html") no-repeat;
	background-position: right;
	position: relative;
	background-size: cover;
	z-index: 0;
}

.dashbord-img img {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.border-d {
	border: 1px dashed #377dff;
}

.screen-outer {
	text-align: center;
	padding: 60px 100px 60px 150px;
	position: absolute;
	bottom: -60%;
	left: 0;
	background: #F5F5F7;
}

.small-img {
	float: left;
	margin-top: -15%;
	margin-left: -60%;
	z-index: 1;
	position: relative;
}

.switch {
	width: 100px;
	height: 40px;
	position: relative;
	display: inline-block;
}

.switch input {
	display: none;
}

.slider {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	cursor: pointer;
	background-color: #377dff;
	border-radius: 20px;
}

.slider:before {
	position: absolute;
	background-color: #fff;
	height: 34px;
	width: 34px;
	content: "";
	left: 4px;
	bottom: 3px;
	border-radius: 3%;
	transition: ease-in-out 0.5s;
}

.slider:after {
	content: "Yearly";
	color: #fff;
	display: block;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 70%;
	transition: all 0.5s;
	font-size: 10px;
}

input:checked+.slider:after {
	transition: all 0.5s;
	left: 30%;
	content: "Monthly";
}

input:checked+.slider {
	background-color: #377dff;
}

input:checked+.slider:before {
	transform: translateX(59px);
}

.form-switch {
	padding-left: 2.5em;
	justify-content: center;
	align-items: center;
	display: flex;
}

/*** 

====================================================================
#back2Top
====================================================================

***/

#back2Top {
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	overflow: hidden;
	z-index: 999;
	display: none;
	cursor: pointer;
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	position: fixed;
	bottom: 50px;
	right: 30px;
	background-color: #377dff;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 0 0;
	font-size: 30px;
	text-decoration: none;
	transition: all 0.6s ease-in-out;
}

#back2Top:hover {
	background-color: #377dff;
	color: #fff;
}

.big-carousel .owl-prev {
	background: #377dff;
	font-size: 21px;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 20px;
	color: #fff;
	position: absolute;
	left: -25px;
	bottom: 44.5%;
}

.inner-bg {
	background: linear-gradient(104.73deg, #005eff 0.35%, #377dff 100.63%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.big-carousel .owl-next {
	background: #377dff;
	font-size: 21px;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 20px;
	color: #fff;
	position: absolute;
	right: -25px;
	bottom: 44.5%;
}

.contour-primary {
	padding: 50px 0;
}

.device-combo {
	position: relative;
}

.bottom-devider {
	border-bottom: 1px solid #e6e6e6 !important;
}

/*** 

====================================================================
device-screen
====================================================================

***/

.device-screen {
	height: 82%;
	left: 15.9%;
	top: 7%;
	width: 67%;
	z-index: 6;
}

.mobile-fram {
	z-index: 15;
	position: relative;
	overflow: hidden;
	height: 555px;
}

.device-screen,
.i-phone:before {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
}

.device-screen2,
.i-phone-second:before {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
}

.i-phone-second {
	position: absolute;
	top: 0;
	right: 0;
}

.i-phone {
	position: absolute;
	right: 24%;
	top: 110px;
}

.mobile-fram2 {
	z-index: 5;
	position: relative;
	overflow: hidden;
	height: 650px;
}

.py-8 {
	padding-top: 8.3% !important;
	padding-bottom: 8.3% !important;
}

.device-screen2 {
	height: 526px;
	left: 5px;
	position: absolute;
	left: 55px;
	top: 50.2px;
	width: 69%;
	z-index: 4;
}

* {
	scrollbar-width: auto;
	scrollbar-color: #377dff #fff;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background-color: #377dff !important;
	border-radius: 20px;
	border: 2px solid #fff;
}

.my_gallery:hover {
	box-shadow: 0 1px 18px rgba(0, 0, 0, 0.2);
}

.gallery-wrapper {
	padding: 50px 0 !important;
}

.blog:hover {
	box-shadow: #ccc 0 7px 29px 0;
}

.blog {
	border: 1px solid #0000000d;
	box-shadow: rgba(0, 0, 0, 0.04) 0 3px 5px;
}

.border {
	border: 1px solid #dee2e66e !important;
}

.lable-item:hover {
	transform: translate(-10px);
	cursor: pointer;
}

.lable-item {
	background: #fff;
	width: 150px;
	height: 150px;
	border-radius: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 60%;
	left: 6px;
	transition: all 0.6s ease;
}

.lable-item p {
	margin-top: -10px;
}

.lable-group .lable-item:nth-child(2) {
	position: absolute;
	top: 38%;
	z-index: 1;
	left: 73%;
}

.lable-group .lable-item:nth-child(3) {
	position: absolute;
	top: 76%;
	z-index: 1;
	left: 65%;
}

.polygon-shap img:nth-child(3) {
	position: absolute;
	top: 32%;
	left: 81%;
}

.polygon-shap img:nth-child(4) {
	margin-top: 65%;
}

svg.polygon-svg {
	position: absolute;
	left: -95%;
	z-index: -1;
	top: -35%;
}

.light-shadow {
	filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.25));
}

.border-radius-7 {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.border-radius-0 {
	border-radius: 0 !important;
}

.map iframe {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

input,
textarea {
	border-radius: 3px !important;
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
	padding: 1rem 2rem !important;
}

textarea.form-control {
	padding: 1rem 2rem;
}

.my-skills .item {
	display: inline-block;
	padding: 27px;
}

.my-skills .item:nth-child(2) {
	margin-left: 93px;
}

.my-skills .item:nth-child(4) {
	position: absolute;
	top: 86%;
	left: 21%;
}

.my-skills .item:nth-child(5) {
	position: absolute;
	top: 85%;
	left: 58%;
}

.my-skills .item:nth-child(3) {
	margin-left: 93px;
}

.h-600 {
	height: 600px;
}

.portfolio-item .item {
	width: 33.3%;
	display: inline-block;
	margin-bottom: 10px;
	padding: 15px;
}

.pb-150 {
	padding-bottom: 150px;
}

.portfolio-menu li {
	cursor: pointer;
}

.app-btn {
	width: 45%;
	max-width: 160px;
	color: #fff;
	margin: 20px 10px;
	text-align: left;
	border-radius: 20px;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}

.app-btn.blu {
	background-color: #101010;
	transition: background-color 0.25s linear;
}

.app-btn.blu:hover {
	background-color: #454545;
}

.app-btn i {
	width: 20%;
	text-align: center;
	font-size: 28px;
	margin-right: 7px;
}

.app-btn .big-txt {
	font-size: 3px;
	text-transform: capitalize;
}

footer a:hover {
	color: #fff;
}

.data-center {
	background: url("../../images/demo-digital-marketing/map1.html") repeat #377dff;
	background-size: contain;
	background-position: center;
	padding: 100px 0;
	height: 916px;
	background-repeat: no-repeat;
}

.small-dot {
	color: #fff;
	background: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	margin: 0 auto;
	position: relative;
	border: 4px solid #d8d6d6;
}

.hosting-bg {
	background-color: #377dff;
}

.faq-text {
	position: absolute;
	bottom: 60%;
	left: 0;
	padding: 0 40px;
}

.space-1 {
	letter-spacing: 1px !important;
}

.h-support {
	background: linear-gradient(158deg, #005eff, #377dff),
		url("../../images/demo-digital-marketing/hosting-support.html");
	background-size: cover;
	background-position: center;
}

.table-top {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.accordion-button:not(.collapsed) {
	color: #377dff !important;
}

.accordion-button:focus {
	box-shadow: none;
	border: 1px solid #eee !important;
}

.map-wrapper .item-1 {
	position: absolute;
	top: 45%;
	left: 25%;
}

.map-wrapper .item-2 {
	position: absolute;
	top: 65%;
	left: 37%;
}

.map-wrapper .item-3 {
	position: absolute;
	top: 35%;
	left: 53%;
}

.map-wrapper .item-4 {
	position: absolute;
	top: 56%;
	right: 27%;
}

.map-wrapper .item-5 {
	position: absolute;
	top: 32%;
	right: 23%;
}

.bottom-server {
	bottom: 5%;
	position: absolute;
	right: 30%;
	mix-blend-mode: luminosity;
}

.blink {
	animation: blink 3s infinite;
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.5;
		transform: scale(1.2);
	}

	51% {
		opacity: 0.5;
		transform: scale(0);
	}

	100% {
		transform: scale(1.2);
		opacity: 0.5;
	}
}

.accordion-button:not(.collapsed) {
	background-color: transparent;
	box-shadow: none;
}

.accordion-button:focus {
	border: none !important;
}

.double:hover {
	background: #F5F5F7 !important;
}

.screen-outer img:hover {
	transform: translateY(-10px);
}

.middle {
	transition: 0.5s ease;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	height: auto !important;
	border-radius: 20px;
	width: 82%;
}

.htext {
	background-color: #fff;
	color: #333;
	font-size: 16px;
	padding: 16px 20px;
	height: auto !important;
	border-radius: 20px;
}

.job-header {
	background-size: cover;
	background-position: center;
	position: relative;
	background-repeat: no-repeat;
	height: 1000px;
	overflow: hidden;
}

.job-header:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: rgba(7, 24, 40, 0.7);
	overflow: hidden;
}

.outer {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 1000px;
}

.svg-light {
	mix-blend-mode: difference;
}

.bottom-pro {
	bottom: 6% !important;
	left: 55% !important;
	font-size: 8.269rem !important;
}

.gap-70 {
	margin-bottom: 70px;
}

.border-10 {
	border: 10px solid #377dff !important;
}

.top-500 {
	bottom: -470px;
}

.zn9 {
	z-index: 99;
}

.per-65 {
	width: 65%;
}

.per-80 {
	width: 80%;
}

.per-55 {
	width: 55%;
}

.double {
	border: double 2px;
	border-color: #377dff;
}

.consting-wrapper {
	background: linear-gradient(104.73deg, #005eff 0.35%, #377dff 100.63%);
}

.gray-bg {
	background: #F5F5F7;
}

.gray-light {
	background-color: #e6e6e6;
}

.border-radius-3 {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.green,
.red,
.yellow {
	width: 13px;
	height: 13px;
	background: #ee5052;
	border-radius: 50px;
}

.green {
	background: #31c742 !important;
}

.yellow {
	background: #f5c217 !important;
}

.primary-circle {
	background: #fff;
	border-radius: 3%;
	padding: 23px;
	width: 85px;
	height: 85px;
	border: 1px solid #fff;
	transition: all 0.5s ease-in;
}

.primar-hover:hover {
	background: #377dff;
	color: #fff;
	transition: all 0.5s ease-in;
}

.primar-hover:hover h5,
.primar-hover:hover p {
	color: #fff;
	transition: all 0.5s ease-in;
}


/*** 

====================================================================
nav-tabs
====================================================================

***/
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: transparent;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: transparent;
}

.counter-wrapper {
	transform: translate(-107px, 76px);
	width: 660px;
	margin-bottom: 85px;
}

.vr:before {
	position: absolute;
	top: 0;
	right: -90px;
	bottom: 0;
	content: "";
	background: #fff;
	width: 3px;
	height: 325px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #377dff !important;
	background-color: transparent;
	border-color: transparent;
	text-decoration: underline;
}

.consulting-slider .card:hover {
	box-shadow: 0 1px 18px rgba(0, 0, 0, 0.1);
}

.ex-slider .owl-nav .owl-prev {
	font-size: 15px;
	background: #ee5052 !important;
	width: 30px;
	height: 30px;
	border-radius: 3%;
	color: #fff;
	line-height: 30px;
	text-align: center;
	padding: 1px;
	margin-right: 25px;
}

.ex-slider .owl-nav .owl-next {
	font-size: 15px;
	background: #ee5052 !important;
	width: 30px;
	height: 30px;
	border-radius: 3%;
	color: #fff;
	line-height: 30px;
	text-align: center;
	padding: 1px;
}

.top-positon {
	position: absolute;
	top: -11%;
	left: 20%;
	transform: translateX(-50px);
}

hr:not([size]) {
	height: 1px;
}

.ex-slider .owl-nav {
	position: absolute;
	bottom: 5%;
	right: 33.6%;
	display: inline-flex;
}

.primary-circle-50 {
	background: #F5F5F7;
	border-radius: 3%;
	padding: 16px;
	width: 60px;
	height: 60px;
	color: #377dff;
}

.p-55 {
	padding: 57px;
}

.card-body.blog-text {
	position: absolute;
	top: 20%;
	padding: 50px 70px;
	background: -webkit-linear-gradient(top, transparent 10%, #000000a6 50%);
	border-radius: 20px;
	bottom: 0;
}

.card-badge {
	position: absolute;
	right: 7%;
	top: 7%;
	text-align: center;
	padding: 15px 20px;
	border-radius: 20px;
}

.primar-hover:hover .primary-circle {
	border: 1px solid #fff;
}

.clip {
	clip-path: polygon(50% 0,
			100% 0,
			100% 43%,
			100% 80%,
			99% 100%,
			32% 100%,
			0 100%,
			7% 60%,
			16% 0);
}

.gap-80 {
	margin-top: 82px;
}

.cli.d-lg-block {
	background-image: url("../../images/demo-digital-marketing/consulting.html");
	height: 500px;
}

.primary-divider::before {
	position: absolute;
	top: -8px;
	left: 52.5%;
	right: 0;
	width: 39px;
	bottom: 10px;
	background: #377dff;
	z-index: -1;
	content: "";
	transform: rotate(11deg);
}

.clip {
	clip-path: polygon(50% 0,
			100% 0,
			100% 43%,
			100% 80%,
			99% 100%,
			32% 100%,
			0.7% 100%,
			7% 60%,
			16.3% 0);
	position: absolute;
	top: 0;
	bottom: -1px;
	margin: 0;
	background-size: cover;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url("../../images/demo-digital-marketing/consulting.html");
	width: 52%;
}

#overlay {
	background: #377dff;
	color: #195bd4;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 5000;
	top: 0;
	left: 0;
	float: left;
	text-align: center;
	padding-top: 23%;
}

.R-bottom {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 17;
	border-top-right-radius: 17;
}

.mycard:hover img {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-menu {
	min-width: 25rem;
	margin-top: 25px;
	border-top: 3px solid #377dff;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #1e2125;
	background-color: transparent;
}

.border-R10 {
	border-radius: 10px;
}

.dropdown-toggle::after {
	display: none;
}

a.dropdown-item:hover svg {
	transform: rotate(90deg);
	transition: all 0.3s ease;
}

a.dropdown-item:hover {
	color: #377dff;
	transition: all 0.3s ease;
}

.right-0 {
	right: 0;
}

.login-shap {
	position: absolute;
	left: -11%;
	z-index: 1;
	top: -65%;
	opacity: 0.8;
}

.login-img.clip-path {
	clip-path: inherit !important;
}

.simple-forgot.clip-path {
	clip-path: inherit !important;
}

.py-50 {
	padding: 50px 0;
}

.login-img,
.simple-forgot,
.simple-login,
simple-signup {
	clip-path: polygon(50% 0,
			100% 0,
			100% 43%,
			100% 80%,
			99% 100%,
			32% 100%,
			0.7% 100%,
			7% 60%,
			16.3% 0);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 0;
	background-size: cover;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: linear-gradient(180deg,
			transparent 26.54%,
			transparent 100%),
		url("../../images/demo-digital-marketing/singin.html");
	width: 52%;
	background-position: top;
}

.signup {
	background-image: linear-gradient(180deg,
			transparent 26.54%,
			transparent 100%),
		url("../../images/demo-digital-marketing/singup.html");
}

.forgot-password {
	background-image: linear-gradient(180deg,
			transparent 26.54%,
			transparent 100%),
		url("../../images/demo-digital-marketing/forgot-password.html");
}

.simple-login {
	background-image: linear-gradient(180deg,
			transparent 26.54%,
			transparent 100%),
		url("../../images/demo-digital-marketing/simple-login.html") !important;
	background-color: #fff !important;
	background-position: center;
	background-size: auto;
}

.simple-forgot {
	background-image: linear-gradient(180deg,
			transparent 26.54%,
			transparent 100%),
		url("../../images/demo-digital-marketing/forgot-password-simple.html") !important;
	background-color: #fff !important;
	background-position: center;
	background-size: auto;
}

.simple-signup {
	background-image: linear-gradient(180deg,
			transparent 26.54%,
			transparent 100%),
		url("../../images/demo-digital-marketing/sign-up-simple.html") !important;
	background-color: #fff !important;
	background-position: center;
	background-size: auto;
}

.brtb-0 {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.brtl-0 {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.main-wrapper .primary-divider::before {
	position: absolute;
	top: -8px;
	left: 53%;
	right: -6px;
	width: 5px;
	bottom: -7px;
	background: #377dff;
	z-index: 1;
	content: "";
	transform: rotate(8deg);
}

h1.error {
	font-size: 35.5rem;
	text-align: center;
	text-shadow: 2px 20px 15px #387DF6;
	color: transparent !important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #387DF6;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-shadow: 0.03em 0.03em 0 #387DF6;
}

.myshadow {
	box-shadow: #387DF6 0 148px 83px -18px;
	width: 100%;
	height: 98px;
	position: absolute;
	top: 53%;
	border-radius: 3%;
	left: 5%;
}

.transform-100 {
	transform: translateX(100px);
}

.img-text {
	position: absolute;
	top: 13.7%;
	left: 25%;
	background-color: #fff;
	padding: 80px 50px;
}

.pause-primary {
	padding: 15px;
	background: #ee5052;
	position: absolute;
	width: 90px;
	height: 90px;
	left: 43%;
	bottom: -10%;
	border-radius: 3%;
	text-align: center;
	line-height: 60px;
}

.team-shap {
	position: absolute;
	bottom: 0;
	background: #fff;
	width: 100%;

	border-top-left-radius: 150%;
	border-bottom-left-radius: 3px;
	transition: all 0.8s ease;
	opacity: 1;
}

.team-box:hover .team-shap {
	opacity: 0.7;
}

.card:hover .linkedin-icon {
	opacity: 1;
}

.fa-linkedin-in {
	color: #006192;
}

.linkedin-icon {
	opacity: 0;
}

.card-circle {
	position: absolute;
	top: 0;
	left: 0;
}

.half-circle {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
}

.half-circle-bottom {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 0;
}

.service-2-img {
	position: absolute;
	right: -20%;
	top: 58%;
}

.b-shadow {
	box-shadow: rgba(0, 0, 0, 0.4) 0 30px 90px;
}

.circle {
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
	display: inline-block;
	position: relative;
	text-align: center;
}

.circle canvas {
	vertical-align: middle;
}

.circle div {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}

.circle strong i {
	font-style: normal;
	font-size: 0.6em;
	font-weight: 400;
}

.circle span {
	display: block;
	color: #aaa;
	margin-top: 12px;
}

.circle canvas {
	margin-bottom: 10px;
}

.primary-square {
	width: 122px;
	height: 122px;
	background: #377dff;
	position: absolute;
	bottom: -6%;
	left: -24%;
	z-index: -1;
}

.blue-square {
	width: 122px;
	height: 122px;
	background: #F5F5F7;
	position: absolute;
	bottom: -13%;
	left: -10%;
	z-index: -2;
}

.client-box {
	height: 475px;
	top: -12%;
}

.card-bottom {
	margin-top: 3rem;
}

.white-divider {
	background: linear-gradient(90deg,
			rgba(196, 196, 196, 0) 0,
			#c4c4c4 48.65%,
			rgba(196, 196, 196, 0) 100%);
	height: 1px;
}

.divider {
	background: linear-gradient(90deg,
			rgba(196, 196, 196, 0) 0,
			#cedaf1 48.65%,
			rgba(196, 196, 196, 0) 100%);
	height: 1px;
}

.pb-60 {
	padding-bottom: 60px;
}

a:hover {
	color: #377dff;
}

.pt-60 {
	padding-top: 6rem;
}

a {
	color: #212529;
	transition: all 0.6s ease;
	text-decoration: none;
}

.box-right {
	position: absolute;
	left: -100%;
	top: 20%;
	padding: 90px;
}

.right-bottom:before {
	position: absolute;
	top: 60%;
	left: -10px;
	background: #fff;
	width: 20px inherit;
	width: 20px;
	height: 20px;
	content: "";
	transform: rotate(45deg);
	border: 1px solid #dfdfdf;
	border-right: 1px transparent;
	border-top: 1px transparent;
}

.left-bottom:before {
	position: absolute;
	top: 60%;
	right: -10px;
	background: #fff;
	width: 20px inherit;
	width: 20px;
	height: 20px;
	content: "";
	transform: rotate(45deg);
	border: 1px solid #dfdfdf;
	border-left: 1px transparent;
	border-bottom: 1px transparent;
}

.candidate li:nth-child(1) {
	position: absolute;
	top: 28%;
	left: 9%;
}

.candidate li:nth-child(2) {
	position: absolute;
	top: 70%;
	left: 22%;
}

.candidate li:nth-child(3) {
	position: absolute;
	top: 21%;
	left: 40%;
}

.candidate li:nth-child(4) {
	position: absolute;
	top: -24%;
	right: -15%;
}

.candidate li:nth-child(5) {
	position: absolute;
	top: 19%;
	right: -33%;
}

.candidate li:nth-child(6) {
	position: absolute;
	bottom: -60%;
	right: 16%;
}

tbody,
td,
tfoot,
th,
thead,
tr {
	vertical-align: baseline;
}

.input-group>.form-control,
.input-group>.form-select {
	font-size: 1.6rem;
}

.team-member {
	background: url("../../images/demo-digital-marketing/team-member-2.html") no-repeat center left #377dff;
}

.primary-div:before {
	position: absolute;
	width: 35%;
	height: 2px;
	background: #ee5052;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.sub-header {
	height: 168px;
	background-color: #F5F5F7;
	border-bottom: 1px solid #e5e7eb;
}

#aa_cc .address-box span {
	font-size: 80%;
}

/*** 

====================================================================
clock
====================================================================

***/

#aa_cc .clock {
	position: relative;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 250px;
	border: 1px solid #111;
	background-color: #111;
	top: 39%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#aa_cc .gray-clock {
	border: 1px solid #d6d6d6;
	background-color: #f5f0ef;
}

#aa_cc .bottom-flag {
	position: absolute;
	bottom: 0;
	left: 40%;
}

#aa_cc .clock:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#aa_cc .gray-clock:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

#aa_cc .clock:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 3%;
}

#aa_cc .gray-clock:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 7px;
	height: 7px;
	background-color: #000;
	border-radius: 3%;
}

#aa_cc .hand {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#aa_cc .hand div {
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translateX(-50%);
}

#aa_cc .sec {
	width: 1px;
	height: 40%;
	background: red;
}

#aa_cc .min {
	height: 38%;
	width: 2px;
	border-radius: 2px;
	background: #fff;
}

#aa_cc .hour {
	height: 30%;
	width: 3px;
	border-radius: 4px;
	background: #fff;
}

#aa_cc .gray-clock .hour {
	background: #111;
}

#aa_cc .gray-clock .min {
	background: #111;
}

#aa_cc.gray-clock .min {
	background: #111;
}

#aa_cc .address-box {
	width: 100%;
	position: relative;
	text-align: center;
	margin-top: 135px;
}

#aa_cc h6.country {
	margin: 10px;
	position: relative;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	font-weight: 700;
}

#aa_cc .Big-headding {
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.6px;
	font-size: 45px;
	text-transform: uppercase;
	text-shadow: 0 2px #fff, 0 3px #777;
}

#aa_cc .card .clock {
	width: 110px;
	height: 110px;
}

#aa_cc .card-bg:hover {
	transform: inherit;
}

#aa_cc .card {
	position: relative;
	float: left;
	width: 100%;
	transition: all 0.8s ease;
	height: 450px;
	border-radius: 20px;
}

#aa_cc .flag {
	position: absolute;
	left: 42%;
	top: 50px;
}

#aa_cc .address {
	font-size: 13px;
	line-height: 20px;
	color: #252b33;
	display: block;
	font-weight: 400;
	overflow: hidden;
	margin: 10px;
	height: 36px;
}

#aa_cc .num {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	padding: 3px;
}

#aa_cc .d-border {
	border: 1px dashed #171616;
	background-color: #f5f0ef;
}

#aa_cc .num6 div {
	transform: rotate(-180deg);
}

#aa_cc .num6 {
	transform: rotate(180deg);
}

#aa_cc .num3 {
	transform: rotate(90deg);
}

#aa_cc .num9 {
	transform: rotate(270deg);
}

#aa_cc .num9 div {
	transform: rotate(-270deg);
}

#aa_cc .num3 div {
	transform: rotate(-90deg);
}

#aa_cc .social-icon svg {
	margin: 0 5px;
	color: #9e9e9e;
	transition: all 1s ease;
}

#aa_cc .social-icon {
	text-align: center;
	margin: 10px;
}

#aa_cc small.clock_timeing {
	color: red;
}

.portfolio-menu li {
	font-size: 2.6rem;
}

section.join {
	padding: 60px 0;
}

section.online-business {
	padding-bottom: 200px;
}

.my-15 {
	margin: 15% 0;
}

.navbar-light .navbar-toggler-icon {
	background-image: none;
}

.navbar-toggler-icon {
	margin-top: 8px;
}

.navbar-toggler {
	padding: 0.25rem 1rem;
}

.navbar-light .navbar-toggler {
	color: rgba(255, 255, 255, 0.55);
	border-color: rgba(247, 247, 247, 0.89);
}

/*** 

====================================================================
@media screen and (min-width: 320px) and (max-width: 767px)
====================================================================

***/

@media screen and (min-width: 320px) and (max-width: 767px) {

	.q-section {
		padding-bottom: 0;
	}
	#overlay{
		padding-top: 65% !important;
	}

	.pro {
		transform: translate(0, 2%);
	}

	.height-signup {
		height: auto;
	}

	.height-signin {
		height: auto;
	}

	.skills-section {
		padding-bottom: 0;
	}

	.pt-sm-0 {
		padding-top: 0;
	}

	.my-15 {
		margin: 0;
	}

	.q-img {
		top: 104px;
	}

	.pb-150 {
		padding-bottom: 0;
	}

	.mt-45 {
		margin-top: 0;
	}

	.testimonial_detail {
		position: absolute;
		bottom: 0;
		left: 20%;
		right: 20%;
	}

	section.online-business {
		padding-bottom: 0;
	}

	section.join {
		padding: 0;
	}

	.portfolio-menu li {
		font-size: 1.5rem;
	}

	.img-text {
		padding: 55px 25px;
		position: relative;
		width: 100% !important;
		margin-top: -25%;
		left: 0;
	}

	section.inner-bg {
		height: auto;
	}

	.myshadow {
		left: 0;
	}

	.transform-100 {
		transform: translateX(0);
	}

	h1.error {
		font-size: 13.5rem;
	}

	h1.nerdy-pen__text.text-uppercase {
		font-size: 3rem;
		line-height: 5rem;
	}

	.my-skills .item {
		padding: 18px;
	}

	footer {
		padding: 50px 0;
	}

	.nav-tabs .nav-link {
		border: none;
	}

	.fit-575 {
		height: auto;
	}

	.btn-primary .btn-outline-primary {
		font-size: 1.1rem;
	}

	figcaption {
		bottom: 0;
		left: 0;
	}

	.nav-link {
		padding: 0;
	}

	ul.dropdown-menu.big-menu {
		width: 100%;
	}

	.nav-item {
		margin-top: 15px;
	}

	.Xy-center {
		top: 50% !important;
		left: 50% !important;
	}

	.counter-wrapper {
		transform: translate(0, 0);
		width: 100%;
	}

	.box-left {
		position: relative;
		width: 100%;
		z-index: 1;
		padding: 50px 25px !important;
		top: 0;
		left: 0;
	}

	.job-header {
		height: auto;
	}

	.outer {
		height: 412px;
	}

	.bottom-pro {
		bottom: 8% !important;
		left: 50% !important;
		font-size: 3.269rem !important;
	}

	.h-support {
		padding-top: 50px;
	}

	.fs-40 {
		font-size: 3rem;
		line-height: 4rem;
	}

	.map-wrapper .item-2 {
		top: 62%;
		left: 13%;
	}

	.bottom-server {
		right: 12%;
	}

	.map-wrapper .item-5 {
		top: 42%;
		right: 9%;
	}

	.map-wrapper .item-3 {
		top: 35%;
		left: 40%;
	}

	.map-wrapper .item-4 {
		position: absolute;
		top: 70%;
		right: 27%;
	}

	.map-wrapper .item-1 {
		top: 31%;
		left: 7%;
	}

	.float-sm-start {
		float: left !important;
	}

	.text-col-center {
		text-align: center;
	}

	.fs-74 {
		font-size: 4.4rem;
		line-height: 5.98rem;
	}

	.fs-80 {
		font-size: 5rem !important;
		line-height: 6.833rem !important;
	}

	.support-img {
		margin-top: 50px;
		margin-left: 0;
	}

	.blue-box.blue-card {
		padding: 50px 20px;
		width: 100%;
		margin-top: -82px;
		z-index: 9;
		border-radius: 20px;
		position: relative;
	}

	.big-carousel .owl-next {
		right: 0;
	}

	.big-carousel .owl-prev {
		left: 0;
	}

	svg.polygon-svg {
		display: none;
	}

	.portfolio-item .item {
		width: 100%;
	}

	.map iframe {
		border-top-right-radius: 3px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 0;
	}

	.s-heading {
		margin-top: 100px;
	}

	.my-skills .item:nth-child(3) {
		margin-left: 100px !important;
	}

	.my-skills .item:nth-child(2) {
		margin-left: 65px;
	}

	.my-skills .item:nth-child(5) {
		top: 100%;
		left: 58%;
	}

	.my-skills .item:nth-child(4) {
		top: 100%;
		left: 6%;
	}

	.polygon-shap img:nth-child(3) {
		position: relative;
		left: 0;
	}

	.h-600 {
		height: auto;
	}

	.polygon-shap img:nth-child(4) {
		margin-top: 0;
	}

	.portfolio .header-text {
		text-align: center;
	}

	.lable-item {
		background: #fff;
		width: 100px;
		height: 100px;
	}

	.screen-outer {
		padding: 30px 30px 30px 75px;
	}

	.owl-carousel .owl-item img {
		width: auto !important;
		margin: 0 auto;
	}

	.fs-50 {
		font-size: 3.12rem;
		line-height: 4.826rem;
	}

	.fs-24 {
		font-size: 1.9rem;
		line-height: 3rem;
	}

	.wrapper-shap3 {
		display: none;
	}

	.q-section .owl-dots {
		margin-left: 7% !important;
	}

	.creative-idea .my-center {
		margin: 50px 0;
	}

	.admin {
		height: auto;
	}

	.py-12 {
		padding: 0 !important;
	}

	.sm-white {
		color: #fff !important;
	}

	.inner-q {
		position: relative;
		top: 0;
		left: 0;
	}

	.marketing-header {
		background: #377dff;
		height: 600px;
	}

	.price-table-top {
		transform: translate(0, 0);
	}

	.price-table-top h3 {
		color: #fff !important;
	}

	.fs-60 {
		line-height: 42px;
		font-size: 3rem;
	}

	.S-box.pos-left {
		padding: 25px;
		width: 100%;
		margin-top: 25px;
	}

	.video-wrapper {
		margin-top: 100px;
	}

	.S-box.pos-right {
		padding: 25px;
		width: 100%;
		margin-top: 25px;
	}

	.pr-30 {
		padding-right: 0;
	}

	.pl-30 {
		padding-left: 0;
	}

	.center-sm {
		text-align: center;
	}

	.pause-icon {
		top: 37.5%;
		left: 42%;
	}

	.price-table {
		transform: translate(0, 0);
	}

	.header-text {
		color: #fff;
		padding: 78px 0;
	}

	.dotted-left,
	.dotted-right {
		display: none;
	}

	.mt-30 {
		margin-top: 0;
	}

	.mt-10 {
		margin-top: 0;
	}

	.my-center {
		margin: 0;
		text-align: center;
	}

	.tbl-wrapper {
		height: auto;
	}

	.gap-500 {
		margin-top: 100px;
	}

	.fs-31 {
		font-size: 2.123rem !important;
		line-height: 2.489rem;
	}

	h1 {
		font-size: 4.97rem;
		line-height: 6.278rem;
		font-weight: 700;
	}

	h1.bg-text {
		display: none;
	}

	h4 {
		font-size: 2rem;
		line-height: 3.95rem;
	}

	.fs-27 {
		font-size: 1.7rem !important;
		line-height: 3.13rem !important;
	}

	h6 {
		font-size: 2rem;
	}

	.header-text h2 {
		font-size: 4rem;
		line-height: 5.63rem;
	}

	.fs-28 {
		font-size: 1.8rem;
	}

	.fs-21 {
		font-size: 1.5rem !important;
		line-height: 3rem;
		margin-top: 0;
	}

	.fs-35 {
		font-size: 1.9rem;
		line-height: 2.9rem;
	}

	.heading {
		font-size: 2.875rem;
		line-height: 132%;
	}

	.single-latter h1 {
		top: 0;
	}

	h5.card-title {
		font-size: 2.2rem;
		line-height: 3.5rem;
	}

	.bg-text-center {
		display: none;
	}

	.social-list {
		display: none;
	}

	.subcribe-wrapper {
		transform: translate(0, 100px);
		padding: 50px 20px;
	}

	.subcribe-btn {
		transform: translate(0, 0);
		border-radius: 20px;
	}

	.agency-header .agency-header .owl-nav .owl-next {
		padding: 20px 33px;
		font-size: 14px;
	}

	.agency-header .agency-header .owl-nav .owl-prev {
		padding: 20px 33px;
		font-size: 14px;
	}

	.agency-header header {
		padding: 50px 0;
	}

	.header-wrapper::before {
		height: 100px;
	}

	.dotted-img,
	.dotted-lb,
	.dotted-lt,
	.dotted-rb {
		display: none;
	}

	.header-wrapper {
		height: 60vh;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.blue-box {
		width: 100%;
		border-radius: 0;
	}

	.mt-xs-0 {
		margin-top: 0;
	}

	.gap-100 {
		margin-bottom: 70px;
	}

	.fs-26 {
		font-size: 1.6rem !important;
		line-height: 2.502rem !important;
	}

	.navbar-brand {
		font-size: 2.684rem;
	}

	span.number {
		font-size: 3.175rem;
	}

	.client-say .blue-box {
		margin-top: 0;
		position: relative;
	}

	.owl-theme .owl-dots,
	.owl-theme .owl-nav {
		margin-left: 0;
	}

	.owl-carousel .owl-nav.disabled,
	.testimonial-wrapper .nonloop .owl-carousel .owl-dots.disabled {
		left: 0;
		bottom: 0;
	}

	.testimonial-wrapper .owl-theme .owl-nav [class*="owl-"] {
		padding: 5px 10px !important;
		font-size: 14px;
	}

	.section-center {
		margin-bottom: 50px;
		margin-top: 0;
	}

	.center-div {
		margin: 0;
	}

	.pro-no {
		bottom: 29%;
		left: 13%;
		font-size: 13.269rem;
	}

	.outline {
		outline-offset: -20px;
	}

	.owl-carousel .owl-dots.disabled,
	.owl-carousel .owl-nav.disabled {
		display: none !important;
	}

	.sub-title {
		font-size: 2rem;
		line-height: 3.368rem;
	}

	.primary-divider::before {
		display: none;
	}

	.border-radius-top {
		border-top-right-radius: 3px;
		border-bottom-left-radius: 0 !important;
	}

	.manager {
		position: relative;
		top: -38px;
	}

	.client-box {
		top: 8.5%;
		position: relative !important;
	}

	.service-2-img {
		position: relative !important;
		margin-top: 3rem;
		top: 0;
		left: 0;
	}

	.border-radius-sm {
		border-radius: 20px;
	}

	.py-sm-100 {
		padding: 100px 0 !important;
	}

	.box-right {
		position: relative;
		left: 0;
		top: 0;
	}

	.mobile-view .carousel-item img {
		height: 400px;
	}

	.mobile-view .header-text h2 {
		font-size: 3rem;
		line-height: 4.63rem;
	}

	.mobile-view .py-11 {
		padding: 21.1% 0 !important;
	}

	.gap-680 {
		margin-top: 286px;
	}

	.big-carousel .owl-prev {
		display: none;
	}

	.big-carousel .owl-next {
		display: none;
	}

	.screen-outer {
		display: none;
	}

	.manu-mobile-bg {
		background: linear-gradient(104.73deg, #005eff 0.35%, #377dff 100.63%);
		padding-bottom: 15px;
		border-radius: 10px;
	}
}

/*** 

====================================================================
@media screen and (min-width: 768px) and (max-width: 1024px)
====================================================================

***/

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.q-section {
		padding-bottom: 0;
	}

	.gap-680 {
		margin-top: 286px;
	}

	.mobile-view .header-text h2 {
		font-size: 3rem;
		line-height: 4.63rem;
	}

	.mobile-view .carousel-item img {
		height: 400px;
	}

	.skills-section {
		padding-bottom: 0;
	}

	.box-left {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		border-radius: 20px;
	}

	.testimonial_detail {
		bottom: 50px;
		left: 20%;
		right: 20%;
	}

	.pause-icon {
		left: 12%;
	}

	.nav-item {
		margin-top: 15px;
	}

	.my-15 {
		margin: 0;
	}

	.box-right {
		position: relative;
		top: 0;
		left: 0;
	}

	.py-sm-100 {
		padding: 100px 0 !important;
	}

	.login-shap {
		left: -19%;
	}

	.border-radius-sm {
		border-radius: 20px;
	}

	.service-2-img {
		position: absolute;
		right: 0;
		top: 58%;
	}

	.client-box {
		top: 8.5%;
		position: relative !important;
	}

	section.join {
		padding: 0;
	}

	.portfolio-menu li {
		font-size: 1.8rem;
	}

	.manager {
		position: relative;
		top: -18px;
	}

	.fs-50 {
		font-size: 40px;
	}

	.img-text {
		padding: 55px 25px;
		position: relative;
		width: 100% !important;
		margin-top: -25%;
		left: 0;
	}

	section.inner-bg {
		height: auto;
	}

	.myshadow {
		left: 0;
	}

	.transform-100 {
		transform: translateX(0);
	}

	h1.error {
		font-size: 23.5rem;
	}

	h1.nerdy-pen__text.text-uppercase {
		font-size: 4rem;
		line-height: 5.3rem;
	}

	figcaption {
		top: 41%;
		left: auto;
	}

	.nav-link {
		padding: 0;
	}

	ul.dropdown-menu.big-menu {
		width: 100%;
	}

	.counter-wrapper {
		transform: translate(0, 0);
		width: 100%;
		margin-top: 50px;
		margin-bottom: 0;
	}

	.single-latter h1 {
		top: 0;
	}

	.fs-80 {
		font-size: 6rem !important;
		line-height: 7.833rem !important;
	}

	.fs-74 {
		font-size: 5.4rem;
		line-height: 7.98rem;
	}

	.fs-35 {
		font-size: 2.575rem;
		line-height: 3.816rem;
	}

	img.img-fluid.hosting-screen {
		width: 79%;
		right: 10%;
	}

	.fs-40 {
		font-size: 2.5rem;
		line-height: 3.5rem;
	}

	.h-support {
		padding-top: 100px;
	}

	.support-img {
		margin-top: 50px;
		margin-left: 0;
	}

	.blue-box.blue-card {
		padding: 50px 20px;
		width: 100%;
		margin-top: -85px !important;
		z-index: 9;
		position: relative;
	}

	.portfolio-item .item {
		width: 50%;
	}

	.map iframe {
		border-top-right-radius: 3px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 0;
	}

	svg.polygon-svg {
		display: none;
	}

	.my-skills {
		margin-bottom: 200px;
	}

	.h-600 {
		height: auto;
	}

	.polygon-shap img:nth-child(3) {
		top: 32%;
		left: 44%;
	}

	.polygon-shap img:nth-child(4) {
		margin-top: 33%;
	}

	.screen-outer {
		padding: 100px 100px 190px 150px;
		position: relative;
		top: 40px;
	}

	.fs-24 {
		font-size: 1.5rem;
		line-height: 2.4rem;
	}

	.price-table-top h3 {
		color: #fff !important;
	}

	.q-section .owl-dots {
		margin-left: 3% !important;
	}

	.inner-q {
		position: relative;
		top: 0;
		left: 0;
	}

	.sm-white {
		color: #fff !important;
	}

	.price-table-top {
		transform: translate(0, 0);
	}

	.marketing-header {
		background: #071828;
		height: 570px;
	}

	.py-12 {
		padding: 0 !important;
	}

	.admin {
		height: auto;
	}

	.fs-60 {
		font-size: 4rem;
		line-height: 50px;
	}

	.tbl-wrapper {
		height: auto;
	}

	.gap-500 {
		margin-top: 100px;
	}

	.pr-30 {
		padding-right: 0;
	}

	.price-table {
		transform: translate(0, 0);
	}

	.pl-30 {
		padding-left: 0;
	}

	.my-center {
		margin: 0;
	}

	h1 {
		font-size: 3.97rem;
		line-height: 6.278rem;
		font-weight: 800;
	}

	.header-text h2 {
		font-size: 6.594rem;
		line-height: 8.63rem;
	}

	.heading {
		font-size: 3.875rem;
		line-height: 6.5rem;
	}

	.header-text h2 {
		font-size: 6.594rem;
		line-height: 8.63rem;
	}

	h4 {
		font-size: 4rem;
		line-height: 5.95rem;
	}

	.fs-27 {
		font-size: 2.2rem !important;
		line-height: 3.9rem !important;
	}

	.section-center {
		margin: 50px 0;
	}

	.pro-no {
		bottom: 32%;
		left: 13%;
		font-size: 13.269rem;
	}

	.fs-21 {
		margin-top: 0;
	}

	.bg-text-center {
		display: none;
	}

	h1.bg-text {
		line-height: 22.42rem;
		font-size: 16.26rem;
	}

	.header-wrapper::before {
		height: 120px;
	}

	.owl-carousel .owl-dots.disabled,
	.owl-carousel .owl-nav.disabled {
		display: none !important;
	}

	.fs-26 {
		font-size: 2rem !important;
		line-height: 3rem !important;
	}

	.sub-title {
		font-size: 1.9rem;
		line-height: 3rem;
	}

	.header-text {
		padding: 50px 0;
	}

	.navbar-brand {
		font-size: 2.684rem;
	}

	.blue-box {
		border-radius: 0 !important;
		background-position: center;
		margin-top: 0 !important;
	}

	.primary-divider::before {
		display: none;
	}

	.nav-link {
		margin: 15px;
	}

	.job-header {
		height: auto;
	}

	.brl-lg {
		border-top-left-radius: 0;
	}
}

/*** 

====================================================================
@media screen and (min-width: 1025px) and (max-width: 1366px) 
====================================================================

***/

@media screen and (min-width: 1025px) and (max-width: 1366px) {
	.height-signin {
		height: 144vh;
	}

	.height-signup {
		height: 170vh;
	}

	.nerdy-pen__text {
		font-size: 5rem;
		line-height: 6rem;
	}

	.job-header {
		height: 750px;
	}

	.q-img {
		position: absolute;
		top: 118px;
	}

	.fs-21 {
		font-size: 1.7rem !important;
		line-height: 3rem;
	}

	.footer-link {
		font-weight: 300;
	}

	.fs-74 {
		font-size: 6.4rem !important;
		line-height: 7.98rem;
	}

	img.img-fluid.hosting-screen {
		height: 295px;
	}

	.btn-primary {
		font-size: 1.4rem;
	}

	.fs-35 {
		font-size: 2.575rem;
		line-height: 3.816rem;
	}

	.fs-80 {
		font-size: 6rem !important;
		line-height: 7.833rem !important;
	}

	.blue-box.blue-card {
		top: 7%;
		position: absolute;
		right: 0;
		width: 580px;
		padding: 76px;
	}

	svg.polygon-svg {
		position: absolute;
		left: -20%;
		z-index: -1;
		top: -26%;
		width: 100%;
	}

	.my-skills .item:nth-child(4) {
		top: 100%;
		left: 0;
	}

	.my-skills .item:nth-child(5) {
		top: 100%;
		left: 41%;
	}

	.my-skills .item:nth-child(3) {
		margin-left: 112px;
	}

	.fs-28 {
		font-size: 2rem;
		line-height: 4rem;
	}

	.my-skills .item {
		display: inline-block;
		padding: 20px;
	}

	p {
		font-size: 1.4rem;
		line-height: 2.6rem;
	}

	.marketing-header h2 {
		font-size: 5.594rem !important;
		line-height: 8.63rem !important;
	}

	.fs-60 {
		font-size: 3rem;
		line-height: 40px;
		margin-bottom: 0 !important;
	}

	.marketing-header h2 span {
		font-size: 5.594rem !important;
		line-height: 8.63rem !important;
	}

	.header-text {
		padding-top: 41px;
	}

	.fs-24 {
		font-size: 1.6rem;
		line-height: 2.6rem;
	}

	.fs-31 {
		font-size: 2.123rem !important;
		line-height: 2.489rem;
	}

	h1 {
		font-size: 6.97rem;
		line-height: 8.278rem;
	}

	.subcribe-btn {
		transform: translate(2px, -60px);
		padding: 14.7px 20px;
	}

	.screen-outer {
		bottom: -56%;
	}

	.fs-40 {
		font-size: 2.6rem;
		line-height: 3.8rem;
	}

	h6 {
		font-size: 2rem;
		font-weight: 700;
		line-height: 3rem;
	}

	.fs-14 {
		font-size: 1.2rem !important;
		line-height: 2rem;
	}

	.btn-light {
		font-size: 1.1rem;
	}

	h1.bg-text {
		line-height: 20.42rem;
		font-size: 15.26rem;
		margin-top: -35%;
		margin-left: -19%;
	}

	.bg-text-center {
		transform: translate(-37px, 430%) !important;
	}

	.pro-no {
		bottom: 30%;
		left: 11%;
		font-size: 15.269rem;
	}

	.navbar-brand {
		margin: 0px 50px;
		font-size: 2.684rem;
	}

	.header-text h2 {
		font-size: 7.594rem;
		line-height: 8.63rem;
	}

	.header-text h2 span {
		font-size: 7.594rem;
	}

	.fs-27 {
		font-size: 2.5rem !important;
		line-height: 4.2rem !important;
	}

	h5.card-title {
		font-size: 2.3rem;
		line-height: 3rem;
	}

	.heading {
		font-size: 3.875rem;
		line-height: 5.5rem;
	}

	.sub-title {
		font-size: 2rem;
		line-height: 3rem;
	}

	h4 {
		font-size: 4rem;
		line-height: 5.95rem;
	}

	.social-list {
		transform: translate(7%, -274%);
	}

	span.number {
		font-size: 3.175rem;
		font-weight: 700;
		line-height: 8.438rem;
	}

	.S-box {
		padding: 10px 30px;
	}

	.pad-30 {
		padding: 30px 60px;
	}

	.fs-50 {
		font-size: 3.12rem;
		line-height: 4.826rem;
	}

	.primary-divider::before {
		transform: rotate(8deg);
	}

	svg.logo {
		width: 50px;
	}

	.card-body.blog-text {
		padding: 30px 20px;
	}

	h1.nerdy-pen__text.text-uppercase {
		font-size: 5rem;
		line-height: 6rem;
	}

	.lable-group .lable-item:nth-child(3) {
		top: 75%;
	}

	.ex-slider .owl-nav {
		right: 31%;
	}

	.footer-heading {
		font-size: 1.5rem;
		line-height: 2.3rem;
		letter-spacing: 0.1rem;
	}

	.bottom-pro {
		bottom: 6% !important;
		left: 60% !important;
		font-size: 6.269rem !important;
	}

	.shap2 .owl-prev {
		left: -8%;
	}

	.candidate li:nth-child(1) {
		left: 0;
	}

	.candidate li:nth-child(4) {
		top: -22%;
		right: -33%;
	}

	.candidate li:nth-child(5) {
		top: 39%;
		right: -55%;
	}

	.candidate li:nth-child(2) {
		top: 89%;
		left: 12%;
	}

	.candidate li:nth-child(3) {
		top: 37%;
		left: 37%;
	}

	.candidate li:nth-child(6) {
		bottom: -85%;
		right: 7%;
	}

	.login-shap {
		left: -40%;
	}

	.main-wrapper .primary-divider::before {
		transform: rotate(7deg);
	}

	#aa_cc .flag {
		left: 42%;
	}

	.transform-100 {
		transform: translateX(67px);
	}

	h1.error {
		font-size: 23.5rem;
	}

	.box-left {
		width: 700px;
		top: 12%;
		left: 7%;
	}

	.gap-680 {
		margin-top: 460px;
	}

	ul.dropdown-menu.big-menu {
		width: 40%;
	}

	section.testimonial-wrapper .owl-prev {
		position: absolute;
		top: 41%;
		left: -6%;
	}

	.data-center {
		height: 750px;
	}

	.brl-lg {
		border-top-left-radius: 0;
	}
}

.mt-100 {
	margin-top: 100px;
}

.mb-60 {
	margin-bottom: 60px !important;
}

hr,
.hr {
	height: 0;
	margin-top: 2.25em;
	margin-bottom: 2.25em;
	background-color: transparent;
	border-top: 1px solid #B1B1B4;
	opacity: 0.3;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 50% 50%;
	background-color: #fff;
}

.carousel-control-prev-icon {
	background-image: url("../../images/demo-digital-marketing/left-arrow.svg");
}

.carousel-control-next-icon {
	background-image: url("../../images/demo-digital-marketing/right-arrow.svg");
}

.circle-icon {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.bg-accent-1 {
	background-color: #377dff;
}

.client-testimonial {
	padding: 50px 40px;
}

.ms-20 {
	margin-left: 20px;
}

.team.owl-theme .owl-dots .owl-dot span {
	width: 25px !important;
	height: 25px !important;
	border-radius: 50% !important;
}

.team.owl-theme .owl-dots .owl-dot span {
	width: 25px;
	height: 25px;
	margin: 5px 5px;
	background: #d6d6d6;
	display: block;
	transition: opacity .2s ease;
	border-radius: 50%
}

.team .owl-dots {
	margin-top: 40px !important;
}

.dollar {
	font-size: 34px;
	margin: 0px;
	padding: 0px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: capitalize;
	color: #212529;
}

h1.large-heading,
.h1.large-heading {
	font-size: 80px;
	padding: 0px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: capitalize;
}

.month {
	font-size: 20px;
	font-weight: 300;
}

.border-primary-1 {
	border: 1px solid #377dff;
}

.process-step {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.process-number {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.process-body .process-title {
	margin-bottom: 15px;
}

.process-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-decoration: none;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3.368rem;
}

.process-title svg {
	-webkit-transition: -webkit-transform 150ms linear;
	transition: -webkit-transform 150ms linear;
	transition: transform 150ms linear;
	transition: transform 150ms linear, -webkit-transform 150ms linear;
	will-change: transform;
}

.ms-30 {
	margin-left: 30px !important;
}

.fs-30 {
	font-size: 30px;
}

.fill-white {
	fill: #fff !important;
}

.rounded-start {
	border-bottom-left-radius: 50rem !important;
	border-top-left-radius: 50rem !important;
}

.opacity-4 {
	opacity: 40%;
}

.form-control-default {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-radius: 0px !important;

}

.form-control-default:focus {
	background: transparent;
	border-color: inherit;
	box-shadow: none;
}

.avatar {
	height: 3rem;
	width: 3rem;
	position: relative;
	display: inline-block !important;
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 8px 10px !important;
	font-size: 10px !important;
	border-radius: 50rem;
}

.b-t-r-0 {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.b-t-l-0 {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.w-1 {
	width: 1px !important;
}

.fill-white {
	fill: #fff !important;
}

.ms-40 {
	margin-left: 40px !important;
}

.bg-gray-light {
	background-color: #F5F5F7;
}

.border-default {
	border: 1px solid #e5e7eb;
}

@media only screen and (min-width: 1400px) {
	.vh_100 {
		height: 100vh;
	}
}

@media only screen and (max-width: 1400px) {
	.vh_100 {
		height: none;
	}
}
.border-white{
	border-top:1px solid #fff;
}
.one .owl-dots{
	display:none;
}