/*------------------------------------------------*
* Theme            : Motion                       * 
* File Description : Main CSS file of the theme   * 
--------------------------------------------------*/

/*--------------------[Fonts] --------------------*
* 01) Nunito Sans;                                *
* 02) Inter;                                      *
* 03) Roboto;                                     *  
*-------------------------------------------------*/

/*--------------------[Pages]---------------------*
 * 01.Basic CSS                                   *
 * 02.Header                                      *
 * 03.Home                                        * 
 * 04.About Us                                    *
 * 05.Our Brands                                  *
 * 06.Our Team                                    *
 * 07.Advertising                                 *
 * 08.Adgency                                     *
 * 09.Advertising solutions by products           *
 * 10.Business Goals                              *
 * 11.Advertising/Agency/Main Page                *
 * 12.Work with us                                *
 * 13.Individual Job LIsting                      *
 * 14.News & Press                                *
 * 15.Article Page                                *
 * 16.Contact                                     *
 * 10.Footer                                      *
--------------------------------------------------*/

/******************* Basic CSS ********************/


@font-face {
	font-family: 'Haboro Soft Norm';
	src: url('../fonts/HaboroSoft-NorLig.eot');
	src: url('../fonts/HaboroSoft-NorLig.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HaboroSoft-NorLig.woff2') format('woff2'),
		url('../fonts/HaboroSoft-NorLig.woff') format('woff'),
		url('../fonts/HaboroSoft-NorLig.ttf') format('truetype'),
		url('../fonts/HaboroSoft-NorLig.svg#HaboroSoft-NorLig') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Haboro Soft Norm';
	src: url('../fonts/HaboroSoft-NorMed.eot');
	src: url('../fonts/HaboroSoft-NorMed.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HaboroSoft-NorMed.woff2') format('woff2'),
		url('../fonts/HaboroSoft-NorMed.woff') format('woff'),
		url('../fonts/HaboroSoft-NorMed.ttf') format('truetype'),
		url('../fonts/HaboroSoft-NorMed.svg#HaboroSoft-NorMed') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Haboro Soft Norm';
	src: url('../fonts/HaboroSoft-NorBol.eot');
	src: url('../fonts/HaboroSoft-NorBol.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HaboroSoft-NorBol.woff2') format('woff2'),
		url('../fonts/HaboroSoft-NorBol.woff') format('woff'),
		url('../fonts/HaboroSoft-NorBol.ttf') format('truetype'),
		url('../fonts/HaboroSoft-NorBol.svg#HaboroSoft-NorBol') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Haboro Soft Norm Book';
	src: url('../fonts/HaboroSoft-NorBoo.eot');
	src: url('../fonts/HaboroSoft-NorBoo.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HaboroSoft-NorBoo.woff2') format('woff2'),
		url('../fonts/HaboroSoft-NorBoo.woff') format('woff'),
		url('../fonts/HaboroSoft-NorBoo.ttf') format('truetype'),
		url('../fonts/HaboroSoft-NorBoo.svg#HaboroSoft-NorBoo') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	word-break: break-word;
}

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 25px;
	font-family: 'Nunito Sans', sans-serif;
}

.page {
	margin: 0 0 0 0;
}

h1,
.h1 {
	color: #FFF;
	font-family: 'Haboro Soft Norm';
	font-size: 80px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.05;
}

h2,
.h2 {
	font-family: 'Haboro Soft Norm';
	font-size: 50px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.1;
	color: var(--primary-navy-500, #070435);
	margin-bottom: 24px;
}

h3,
.h3 {
	font-family: 'Haboro Soft Norm';
	font-size: 35px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
	color: var(--primary-navy-500, #070435);
	margin-bottom: 15px;
}

h4,
.h4 {
	font-family: 'Haboro Soft Norm';
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--primary-navy-500, #070435);
}

h5,
.h5 {
	color: #09003F;
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
}

h6,
.h6 {
	color: #312D58;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

p {
	color: var(--primary-navy-500, #070435);
	font-family: 'Nunito Sans', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 24px;
}

p:last-child {
	margin-bottom: 0;
}

p:nth-last-child(1) {
	margin-bottom: 0;
}

ul,
li,
ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: unset;
}

a {
	text-decoration: none;
	display: inline-block;
	color: #070435;
	outline: none !important;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

a:hover {
	color: #0052F5
}

.bg-white {
	--bs-bg-opacity: 0 !important;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.mt-60 {
	margin-top: 60px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

.gradient-text {
	background: -o-linear-gradient(top, #070435 0%, #0071F6 100%);
	background: linear-gradient(180deg, #070435 0%, #0071F6 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

a.btn,
.btn,
input[type="submit"] {
	padding: 18.5px 32px;
	border-radius: 30px;
	border: 1px solid #FFF;
	color: #FFF;
	text-align: center;
	font-family: Haboro Soft;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	background: transparent;
	font-family: 'Haboro Soft Norm';
}

a.btn:hover {
	color: #070435;
	background: #ffffff;
}

a.btn.btn-style-2 {
	background: transparent;
	color: #070435;
	border: 1px solid #070435;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}

.btn.btn-style-2:hover {
	background: -o-linear-gradient(top, #070435 0%, #00408C 100%);
	background: linear-gradient(180deg, #070435 0%, #00408C 100%);
	color: #ffffff;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 82, 245, 0.12), 0px 0px 0px 1px #C9DBFF;
	box-shadow: 0px 2px 8px 0px rgba(0, 82, 245, 0.12), 0px 0px 0px 1px #C9DBFF;
}

a.btn.btn-style-3 {
	background-color: #89F4E4;
	color: #070435;
}

a.btn.btn-style-3:hover {
	background-color: #ffffff;
	color: #070435;
}

a.btn.btn-style-4,
input[type="submit"] {
	background: -o-linear-gradient(top, #0052F5 0%, #0071F6 100%);
	background: linear-gradient(180deg, #0052F5 0%, #0071F6 100%);
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 82, 245, 0.12), 0px 0px 0px 1px #C9DBFF;
	box-shadow: 0px 2px 8px 0px rgba(0, 82, 245, 0.12), 0px 0px 0px 1px #C9DBFF;
	border: 1px solid transparent;
}

a.btn.btn-style-4:hover,
input[type="submit"]:hover {
	background: -o-linear-gradient(top, #070435 0%, #00408C 100%);
	background: linear-gradient(180deg, #070435 0%, #00408C 100%);
	-webkit-box-shadow: 0px 2px 12px 0px rgba(0, 82, 245, 0.24), 0px 0px 0px 1px #C9DBFF;
	box-shadow: 0px 2px 12px 0px rgba(0, 82, 245, 0.24), 0px 0px 0px 1px #C9DBFF;
	color: #ffffff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="week"],
input[type="time"],
textarea,
select {
	color: #212930;
	font-size: 16px;
	outline: none;
	padding: 14px 12px;
	width: 100%;
	border-radius: 8px;
	border: 1px solid #928EA7;
	background: #FFF;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #928EA7;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #928EA7;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #928EA7;
}

input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
input[type="time"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #928EA7;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #928EA7;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #928EA7;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #928EA7;
}

input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
input[type="time"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #928EA7;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #928EA7;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #928EA7;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #928EA7;
}

input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
input[type="time"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #928EA7;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="date"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
textarea::placeholder {
	color: #928EA7;
}

.site-header .main-header-cover {
	padding: 24px 0;
}

.site-header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 11;
	background: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-box-shadow: 0px 2px 15px 0px rgba(96, 132, 186, 0.08);
	box-shadow: 0px 2px 15px 0px rgba(96, 132, 186, 0.08);
}

body {
	padding-top: 85px;
}

body.home,
body.page-template-about-us {
	padding: 0;
}

body.home .site-header,
body.page-template-about-us .site-header {
	background-color: transparent;
}


.header-down {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.header-up {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	background: #fff !important;
}

.home .site-branding,
.home-logo,
body.page-template-about-us .site-branding {
	display: none;
}

.home .home-logo,
body.page-template-about-us .home-logo {
	display: block;
}

.main-menu ul li {
	display: inline-block;
	margin-left: 32px;
	position: relative;
}

.main-menu ul li:first-child {
	margin-left: 0;
}

.menu-item-has-children {
	padding-right: 16px;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #070435;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	padding: 10px 0;
	font-family: 'Haboro Soft Norm';
	outline: none;
}

.home .main-navigation a,
body.page-template-about-us .main-navigation a {
	color: #fff;
}

.header-up .main-navigation a,
body.page-template-about-us .header-up .main-navigation a {
	color: #070435;
}

.header-up .home-logo,
body.page-template-about-us .header-up .home-logo {
	display: none;
}

.header-up .site-branding,
body.page-template-about-us .header-up .site-branding {
	display: block;
}

.header-up .main-navigation ul .sub-menu a,
body.page-template-about-us .header-up .main-navigation ul .sub-menu a {
	color: #fff;
}

.main-navigation ul ul a {
	width: auto;
}

.main-navigation ul .sub-menu {
	position: absolute;
	margin: 0;
	min-width: 200px;
	width: 100%;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	top: 100%;
	left: 0;
	z-index: 2;
	display: inline-block;
	background: -o-linear-gradient(top, #0052F5 0%, #0071F6 100%);
	background: linear-gradient(180deg, #0052F5 0%, #0071F6 100%);
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.main-menu ul li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

.main-menu ul li .sub-menu li {
	display: block;
	margin: 0;
	line-height: 25.6px;
}

.main-menu ul li .sub-menu li a {
	padding: 8px 15px;
	color: #fff;
}

li.current-menu-item>a,
.menu-item a:hover,
.main-menu ul li:hover a:not(.sub-menu li a),
.footer_nav ul li.current-menu-item a,
.footer_social_link ul li a:hover,
.main-menu ul li.current_page_ancestor>a,
body.page-template-about-us .main-navigation li.current-menu-item>a,
.main-menu ul li.current-menu-ancestor> a {
	color: rgba(0, 225, 188, 1);
}

.current_page_ancestor .footer_social_link ul li a:hover,
.footer_bottom_link ul li a:hover {
	color: rgba(0, 225, 188, 1) !important;
}

.header-up li.current-menu-item>a,
body.page-template-about-us .header-up li.current-menu-item>a {
	color: rgba(0, 225, 188, 1);
}

.main-menu ul li .sub-menu li:hover,
.main-menu ul li .sub-menu li.current-menu-item {
	background: -o-linear-gradient(top, #070435 0%, #00408C 100%);
	background: linear-gradient(180deg, #070435 0%, #00408C 100%);
}

.arrow {
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	background-image: url(../images/arrow-down.svg);
	height: 13px;
	width: 13px;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 16px;
	right: 0;
}

.home .arrow,
body.page-template-about-us .arrow,
.home .navbar-toggle img,
body.page-template-about-us .navbar-toggle img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.header_btn a.btn {
	border: 0;
}

/* Nirmal CSS Start */

/* slick arrow */
.slick-arrow {
	z-index: 1;
	width: 82px;
	height: 82px;
}

.slick-prev,
.slick-next {
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.slick-next {
	right: -71px;
}

.slick-prev {
	left: -71px;
}

.slick-prev:before {
	content: '';
	background-image: url(../images/left-arrow.png);
	background-size: cover;
	position: absolute;
	bottom: 32px;
	left: 28px;
	max-width: 20px;
	height: 16px;
	width: 100%;
	background-position: center;
}

.slick-next:before {
	content: '';
	background-image: url(../images/right-arrow.png);
	position: absolute;
	bottom: 32px;
	left: 28px;
	max-width: 20px;
	height: 16px;
	width: 100%;
	background-position: center;
	background-size: cover;
}

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	top: 50%;
	width: 82px;
	height: 82px;
	margin-top: -10px\9;
	position: absolute;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: 1px solid #00E1BC;
	outline: 0;
	background: 0 0;
	background-color: #00E1BC;
	border-radius: 100%;
}

.slick-next:hover,
.slick-prev:hover,
.slick-next:focus,
.slick-prev:focus {
	background-color: #00E1BC;
	border-color: #00E1BC;
}

.slick-prev:hover:before,
.slick-next:hover:before {
	-webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(15%) saturate(7494%) hue-rotate(170deg) brightness(114%) contrast(122%);
	filter: brightness(0) saturate(100%) invert(100%) sepia(15%) saturate(7494%) hue-rotate(170deg) brightness(114%) contrast(122%);
}

ul.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}

ul.slick-dots li button {
	font-size: 0;
	width: 15px;
	height: 16px;
	border-radius: 10px;
	background-color: transparent;
}

ul.slick-dots li.slick-active button {
	background-color: #070435;
	border-color: #070435;
}

.pt-112 {
	padding-top: 112px;
}

.pb-112 {
	padding-bottom: 112px;
}

.main-banner {
	min-height: 1216px;
	position: relative;
	padding: 419px 0 100px;
}

.bg-video-wrap video {
	-o-object-fit: cover;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	z-index: -1;
}

.main-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background: -o-radial-gradient(50% 32.32%, 119.79% 67.68%, rgba(7, 4, 53, 0.00) 36.98%, #070435 100%), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
	background: radial-gradient(119.79% 67.68% at 50% 32.32%, rgba(7, 4, 53, 0.00) 36.98%, #070435 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);

}

.banner-text {
	z-index: 1;
	max-width: 808px;
}

.banner-text p {
	max-width: 626px;
	font-size: 22px;
	line-height: 140%;
	color: rgba(255, 255, 255, 0.90);
	margin-top: 32px;
}

a.default-btn,
.default-btn {
	border-radius: 30px;
	padding: 16px 32px;
	color: #fff;
	font-family: 'Haboro Soft Norm';
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	background: -o-linear-gradient(top, #0052F5 0%, #0071F6 100%);
	background: linear-gradient(180deg, #0052F5 0%, #0071F6 100%);
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 82, 245, 0.12), 0px 0px 0px 1px #C9DBFF;
	box-shadow: 0px 2px 8px 0px rgba(0, 82, 245, 0.12), 0px 0px 0px 1px #C9DBFF;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

a.default-btn.border-btn-white {
	background: transparent;
	border: 1px solid #FFF;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.default-btn.border-btn-dark {
	border: 1px solid #070435;
	background: transparent;
	color: #070435;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.default-btn.border-btn-white:hover {
	background: #FFF;
	color: #070435;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 82, 245, 0.12), 0px 0px 0px 1px #C9DBFF;
	box-shadow: 0px 2px 8px 0px rgba(0, 82, 245, 0.12), 0px 0px 0px 1px #C9DBFF;
}

a.default-btn:hover {
	background: -o-linear-gradient(top, #070435 0%, #00408C 100%);
	background: linear-gradient(180deg, #070435 0%, #00408C 100%);
	-webkit-box-shadow: 0px 2px 12px 0px rgba(0, 82, 245, 0.24), 0px 0px 0px 1px #C9DBFF;
	box-shadow: 0px 2px 12px 0px rgba(0, 82, 245, 0.24), 0px 0px 0px 1px #C9DBFF;
	color: #fff;
}

.banner-text .btn-wrap {
	margin-top: 56px;
}

/* accordion with animation*/

.back-effect-main {
	background: #070435;
	position: relative;
	z-index: 1;
	margin-top: -1px;
	overflow: hidden;
}

.accordian {
	position: relative;
	z-index: 1;
}

.back-effect-main::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/pattern-main.png);
	background-size: cover;
	opacity: 0.1;
	z-index: -1;
}

.back-effect-main::before {
	content: "";
	position: absolute;
	right: 0;
	top: 2%;
	background: url(../images/gradient-001.png);
	width: 469px;
	height: 100%;

}

.accordion-box h2 {
	color: rgba(255, 255, 255, 0.50);
	margin-bottom: 32px;
	padding-bottom: 32px;
	position: relative;
}

.accordion-box.active h2 {
	color: #00E1BC;
}

.accordion-box p {
	color: rgba(255, 255, 255, 0.90);
}

.accordion-box:not(:first-child) .accordion-answer {
	display: none;
}

.accordion-question h5 {
	font-family: 'Lexend', sans-serif;
	margin: 0;
	opacity: .5;
	text-transform: none;
}

.accordion-question {
	cursor: pointer;
}

.accordion-answer {
	padding-bottom: 30px;
}

.accordion-box .accordion-question h2 {
	border-bottom: 1px solid #928EA7;
	position: relative;
}

.accordion-box:first-child {
	border: none;
}

.accordion-box.active .accordion-question h2:before {
	content: '';
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	background: #00E1BC;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-animation: biglight 8s linear;
	animation: biglight 8s linear;
	bottom: -1px;
	z-index: 1;
}

@-webkit-keyframes biglight {
	from {
		width: 0
	}

	to {
		width: 100%
	}
}

@keyframes biglight {
	from {
		width: 0
	}

	to {
		width: 100%
	}
}

.accordion-box.pause.active::before {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.accordion-box.active.stop-animation .accordion-question h2:before {
	-webkit-animation: unset;
	animation: unset;
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;
}

.accordion-answer p:last-child {
	margin-bottom: 0;
}

.accordion .accordion-box:first-child {
	border-top: 0 !important;
}

.built-industries-img {
	-webkit-mask-image: url(../images/shap-main.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-image: url(../images/shap-main.svg);
	mask-size: 100% 100%;
	mask-repeat: no-repeat;
	position: relative;
	height: 658px;
	z-index: 1;
}

.built-industries-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

/* accordion with animation End*/

/* motion-sec*/

.motion-sec {
	padding: 154px 0 80px;
	position: relative;
	z-index: 1;
}

.motion-sec::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/lines.png);
	background-size: cover;
	opacity: 0.5;
	z-index: -1;
	background-position: center;
}

.animated-text p,
.animated-text p span {
	color: #A2A2A2;
	font-family: 'Nunito Sans';
	line-height: 140%;
	font-weight: 300;
	font-size: 45px;
}

.animated-text p {
	color: #A2A2A2;
	background: -o-linear-gradient(bottom, rgba(162, 162, 162, 0) 0%, rgba(0, 0, 0, 1) 50%);
	background: linear-gradient(0deg, rgba(162, 162, 162, 0) 0%, rgba(0, 0, 0, 1) 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-attachment: fixed;
	font-weight: 300;

}

.img_wrap {
	position: relative;
	padding-top: 19.6%;
}

.motion-sec .img_wrap {
	padding-top: 0;
}

.motion-sec .img_wrap img {
	position: static;
}

.img_wrap img,
.img_wrap .json-file {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.motion-sec .col-lg-8 {
	padding-top: 130px;
}

/* job content */
.job_sec {
	padding: 152px 0 88px 0;
}

.job_sec>.container>.row:nth-child(2) {
	padding-top: 64px;
	padding-bottom: 64px;
}

.job-card-default {
	padding: 26px 60px 38px 26px;
	background: #070435;
	height: 100%;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}

.job_sec>.container>.row:nth-child(2)>div {
	margin-bottom: 32px;
}

.see_all_btn {
	margin-bottom: 0 !important;
	margin-top: 32px;
}

.job-card-default .job-content-box h3 {
	color: #fff;
}

a.link-btn {
	margin-top: 105px;
	color: #C7C5D2;
	font-family: 'Haboro Soft Norm';
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.job-card-default a.link-btn {
	margin-top: 105px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.job-card-default a.link-btn:hover {
	color: #C7C5D2;
}

.job-card-default:hover a.link-btn {
    text-decoration: underline;
}

.job-card-default .job-content-box p,
.job-card-default ul li {
	color: #C6CFD1;
}

.job-card-default ul {
	margin-bottom: 46px;
}

.job-card-default ul li {
	font-family: 'Roboto';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}

.job-card-default:after {
	background: url(../images/side-radius.svg);
	content: "";
	position: absolute;
	top: -2px;
	right: -2px;
	height: 76px;
	background-repeat: no-repeat;
	width: 155px;
	background-size: contain;
	z-index: -1;
}

.job-card-default::before {
	background: url(../images/job-shap-01.png);
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.job-date {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.job-date span {
	font-family: 'Haboro Soft Norm';
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	background: #C7C5D2;
	display: inline-block;
	width: 118px;
	height: 32px;
	line-height: 26px;
	padding: 4px 8px;
	text-align: center;
	border-radius: 5px;
}

.job_sec .border-btn-dark{
	font-weight: 500;
	
}

.job_sec .border-btn-dark:hover{
	background: #fff;
    border-color: #fff;
    color: #070435;
}

.no-job-msg {
	border-radius: 30px;
	border: 1px solid #979797;
	padding: 28px 32px;
}

.no-job-msg p {
	color: #979797;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	font-family: 'Haboro Soft Norm';
}


/* gree effect */

.job-card-default.green-effect,
.job-card-default.green-effect .job-date span {
	background: #89E3D3;
}

.job-card-default.green-effect::before {
	background: url(../images/job-shap-02.png);
	background-size: cover;
}

.job-card-default.green-effect .job-content-box h3,
.job-card-default.green-effect ul li,
.job-card-default.green-effect a.link-btn,
.job-card-default.green-effect a.link-btn:hover {
	color: #070435;
}

.job-card-default.green-effect .job-content-box p {
	color: #5F5B7F;
}

.job-card-default.green-effect ul li img {
	-webkit-filter: brightness(0) saturate(100%) invert(5%) sepia(38%) saturate(4514%) hue-rotate(236deg) brightness(108%) contrast(111%);
	filter: brightness(0) saturate(100%) invert(5%) sepia(38%) saturate(4514%) hue-rotate(236deg) brightness(108%) contrast(111%);
}

.job-card-default.green-effect a.link-btn svg path,
.job-card-default.green-effect a.link-btn svg line {
	stroke: #070435;
}

/* blue effect */
.job-card-default.blue-effect {
	background: #0052F5;
}

.job-card-default.blue-effect .job-content-box p,
.job-card-default.blue-effect ul li,
.job-card-default.blue-effect a.link-btn {
	color: #C2DAFC;
}

.job-card-default.blue-effect a.link-btn svg path,
.job-card-default.blue-effect a.link-btn svg line {
	stroke: #C2DAFC;
}

.job-card-default.blue-effect .job-date span {
	background: #C2DAFC;
}

/* images with content */
.image-content {
	position: relative;
	padding-top: 152px;
	overflow: hidden;
}

.content-box-main {
	position: absolute;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 435px;
	padding: 48px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 24px;
	border-radius: 22px;
	background: #070435;
	z-index: 1;
}

.clip-img {
	-webkit-mask-image: url(../images/image-clip.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-image: url(../images/image-clip.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	mask-repeat: no-repeat;
	position: relative;
	height: 658px;
	z-index: 1;
}

.clip-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.wrap-image-slider {
	padding-left: 22.5%;
}

.wrap-image-slider button.slick-prev.slick-arrow {
	top: inherit;
	bottom: 0;
	right: 128px;
	left: inherit;
}

.wrap-image-slider button.slick-next.slick-arrow {
	top: inherit;
	bottom: 0;
	right: 30px;
	left: inherit;
}

.wrap-image-slider ul.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
	position: absolute;
	right: 240px;
	bottom: 70px;
}

.wrap-image-slider .slick-slide {
	padding-left: 22px;
}

.content-box-main h3 {
	color: #00E1BC;
	margin: 0;
}

.content-box-main p {
	color: #E2E7EE;
	margin: 0;
	font-weight: 400;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

.wrap-image-slider ul.slick-dots li.slick-active button {
	background-color: #fff;
	border-color: #fff;
}

.wrap-image-slider ul.slick-dots li button {
	border: 2px solid #fff;
}


/*hero banner sec */
/* .hero-banner-main {
    position: relative;
    padding: 60px 0;
}
.banner-wrap-img{
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    right: 0;
    height: 100%;
}
.banner-wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-banner-main h1{
    margin: 0;
}
.banner-des-text p{
    color: rgba(255, 255, 255, 0.90);
}
.wrap-main-des-banner {
    padding: 80px 70px 60px;
    margin: 0 -70px;
}
.wrap-main-des-banner > .row{
    min-height: 440px;
}
*/


/* Reponsive */
@media (max-width:1399px) {
	.main-banner {
		padding: 250px 0 100px;
		min-height: 900px;
	}

	.bg-video-wrap video {
		height: 100%;
	}

	.wrap-image-slider {
		padding-left: 9.5%;
	}
}

@media (max-width:1199px) {
	.main-banner {
		min-height: 700px;
	}

	.clip-img {
		height: 448px;
	}

	.wrap-image-slider {
		padding-left: 26.5%;
	}

	.slick-next,
	.slick-prev {
		width: 50px;
		height: 50px;
	}

	.slick-prev:before,
	.slick-next:before {
		bottom: 17px;
		left: 16px;
		max-width: 15px;
		height: 14px;
	}

	.wrap-image-slider button.slick-prev.slick-arrow {
		right: 98px;
	}

	.wrap-image-slider ul.slick-dots {
		right: 180px;
		bottom: 32px;
	}

	.wrap-image-slider ul.slick-dots li button {
		border: 1px solid #fff;
	}

	ul.slick-dots li button {
		width: 12px;
		height: 12px;
	}

	.image-content {
		padding-top: 0;
	}


	.job-card-default {
		padding: 26px;
	}

	.job-card-default a.link-btn {
		margin-top: 35px;
	}
}

@media (max-width:991px) {
	.job-card-default {
		margin-bottom: 0;
		height: auto;
	}

	.job-card-default a.link-btn {
		margin-top: 70px;
	}

	.animated-text p,
	.animated-text p span {
		font-size: 32px;
	}

	.mission-sec .row.align-items-center {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.built-industries-img {
		margin-bottom: 32px;
		height: 450px;
	}

	.content-box-main {
		position: static;
		margin: 32px auto 0;
		width: 100%;
	}

	.wrap-image-slider .slick-slide {
		padding-left: 0;
		padding-right: 30px;
	}

	.wrap-image-slider {
		padding-left: 0;
	}

	.clip-img {
		height: auto;
		-webkit-mask-image: none;
		mask-image: none;
		border-radius: 20px;
		overflow: hidden;
	}

	.wrap-image-slider .slick-list {
		overflow: visible;
	}

	.wrap-image-slider {
		-webkit-clip-path: inset(-100vw -100vw -100vw 0);
		clip-path: inset(-100vw -100vw -100vw 0);
	}

	.wrap-image-slider .slick-next,
	.wrap-image-slider .slick-prev {
		display: none !important;
	}

	.wrap-image-slider ul.slick-dots {
		position: static;
		margin-top: 32px;
	}

	.wrap-image-slider ul.slick-dots li.slick-active button {
		background-color: #070435;
		border-color: #070435;
	}

	.wrap-image-slider ul.slick-dots li button {
		border: 1px solid #070435;
	}

	.job_sec {
		padding-top: 64px;
	}
}

@media (max-width:767px) {

	.animated-text p,
	.animated-text p span {
		font-size: 24px;
	}

	.pt-112 {
		padding-top: 80px;
	}

	.pb-112 {
		padding-bottom: 80px;
	}

	.back-effect-main::before {
		opacity: 0.3;
	}

	.built-industries-img {
		height: auto;
	}

	.built-industries-img {
		-webkit-mask-image: url(../images/mobile-clip.svg);
		mask-image: url(../images/mobile-clip.svg);
		margin-bottom: 32px;
	}

	.main-banner {
		min-height: auto;
		height: auto;
		padding: 112px 0 80px;
		background: #070435;
		z-index: 1;
	}

	.page-template-about-us .main-banner {
		padding-bottom: 25px;
	}

	.banner-text p {
		font-size: 16px;
		margin-top: 16px;
	}

	.bg-video-wrap video {
		position: relative;
		height: auto;
		border-radius: 12px;
		margin-bottom: 32px;
		z-index: 1;
	}

	a.default-btn,
	.default-btn {
		padding: 16px 24px;
	}

	.accordion-box h2:after {
		content: "";
		position: absolute;
		right: 0;
		top: 12px;
		background: url(../images/plus-icon.png);
		width: 14px;
		height: 14px;
		background-repeat: no-repeat;
	}

	.accordion-box.active h2:after {
		background: url(../images/minus-icon.png);
		width: 14px;
		height: 14px;
		background-repeat: no-repeat;
		background-position: center;
	}

	.content-box-main {
		padding: 24px;
	}

	.job_sec {
		padding: 64px 0 40px;
	}

	.job_sec>.container>.row:nth-child(2) {
		padding-bottom: 0;
		padding-top: 32px
	}

	.motion-sec {
		padding: 80px 0 80px;
	}

	.motion-sec::before {
		opacity: 1;
		background: url(../images/mostin-lines-mbl.png);
		background-position: top;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.our-team-slider .clip-img {
		height: 185px;
	}

	.wrap-image-slider .slick-slide {
		padding-right: 10px;
	}

	ul.slick-dots li button {
		width: 9px;
		height: 9px;
	}

	.motion-sec .col-lg-8 {
		padding-top: 80px;
	}

	.page-template-about-us .main-banner:before {
		background: #070435;

	}

	.page-template-about-us .back-effect-main {
		background-color: transparent;
		background-image: url(../images/about-mission-bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		margin-top: -1px;
		width: 100%;
		padding-top: 0;
	}

	.page-template-about-us .back-effect-main::before,
	.page-template-about-us .back-effect-main::after {
		display: none;
	}

	.job-card-default {
		padding: 16px 25px 29px 18px;
	}

	.job-card-default ul {
		margin-bottom: 16px;
	}

	.job-card-default.green-effect,
	.job-card-default.green-effect .job-date span {
		background: #00E3C2;
	}

	.see_all_btn {
		margin-top: 0;
	}
}

/* Nirmal CSS Close */


/* Nitin CSS Start */

/********************************************************
                      home page  CSS
*********************************************************/

.home .videoplay {
	position: relative;
	padding-bottom: 55%;
	border-radius: 40px;
	overflow: hidden;
}

video {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.videoplay video,
.videoplay iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
}

.videoplay iframe {
	z-index: 0;
}

.play_icon {
	height: 152px;
	width: 152px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.advertising_link {
	margin-top: 128px;
}

.advertising_wrap {
	border-radius: 40px;
	background-image: url(../images/advertise-bg-img.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 80px 64px;
}

.advertising_link ul li a {
	border-radius: 60px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.01);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.25), 0px 0px 4px 0px rgba(255, 255, 255, 0.00);
	box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.25), 0px 0px 4px 0px rgba(255, 255, 255, 0.00);
	display: block;
	font-size: 30px;
	color: #FFF;
	padding: 24px 70px 24px 70px;
	font-family: 'Haboro Soft Norm';
	text-align: center;
	position: relative;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 1;
	font-weight: 400;
}

.advertising_link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
}

.advertising_link ul li {
	width: 100%;
}

.advertising_link ul li a:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 4px 0px #FFF, 0px 0px 12px 0px #FFF;
	box-shadow: 0px 0px 4px 0px #FFF, 0px 0px 12px 0px #FFF;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	background-image: url(../images/adv-arrow-hover.png);
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-size: 20px;
}

.advertising_link ul li a:after {
	content: "";
	display: block;
	background-image: url(../images/adv-arrow.png);
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 44px;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	background-size: cover;
}

.advertising_link ul li a:hover:before {
	opacity: 1;
	background-position: center right 44px;
}

.advertising_link ul li a:hover {
	color: #070435;
}

.advertising_link ul li a:hover:after {
	left: 20px;
}

.advertising_link ul li a:hover span {
	color: #00E3C2;
}


/********************************************************
                      Footer CSS
*********************************************************/


.contact_us_sec {
	background-color: #070435;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.contact_us_sec:before {
	content: "";
	display: block;
	width: 888.436px;
	height: 563.739px;
	-webkit-transform: rotate(-144.506deg);
	-ms-transform: rotate(-144.506deg);
	transform: rotate(-144.506deg);
	position: absolute;
	background: #9068F3;
	mix-blend-mode: color-dodge;
	-webkit-filter: blur(125px);
	filter: blur(125px);
	z-index: 1;
	top: -540px;
	left: 150px;
}

.contact_us_sec .content_block h2 {
	font-weight: 500;
}

.social_link ul li a {
	border-radius: 60px;
	border: 1px solid var(--primary-blue-100, #C2DAFC);
	background: rgba(255, 255, 255, 0.01);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.25), 0px 0px 4px 0px rgba(255, 255, 255, 0.00);
	box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.25), 0px 0px 4px 0px rgba(255, 255, 255, 0.00);
	display: block;
	padding: 24px 70px 24px 44px;
	font-size: 30px;
	line-height: 1.25;
	color: #FFF;
	font-family: 'Haboro Soft Norm';
	position: relative;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.social_link ul li a:hover {
	background: #FFF;
	color: #070435;
}

.social_link ul li a:before {
	content: "";
	display: block;
	height: 24px;
	width: 24px;
	background-image: url(../images/list-arrow.svg);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 44px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.social_link ul li {
	margin-bottom: 30px;
}

.social_link ul li:last-child {
	margin-bottom: 0;
}

footer {
	background-color: #070435;
	background-image: url(../images/footer_gradient.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}

.home footer {
	padding-top: 34px;
}

.footer_social_link ul li a {
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
	font-family: 'Haboro Soft Norm';
	outline: none;
}

.footer_social_link ul li {
	display: inline-block;
	margin-left: 40px;
}

.footer_social_link ul li:first-child {
	margin-left: 0;
}

.footer_social_link ul {
	text-align: end;
}

.footer_nav ul li a {
	color: #FFF;
	font-family: 'Haboro Soft Norm';
}

.footer_nav ul {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	line-height: 28px;
}

.footer_bottom_link ul li a,
.footer_bottom_link ul li {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	font-family: 'Haboro Soft Norm';
	outline: none;
}

.footer_bottom_link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.footer_bottom_link ul li {
	margin-left: 32px;
}

.footer_bottom_link ul li:first-child {
	margin-left: 0;
}

.footer_nav ul li .sub-menu {
	display: none;
}

/********************************************************
                    brands Page CSS
*********************************************************/

.two_line_title h2 {
	display: inline-block;
	position: relative;
	padding: 0 70px;
	margin-bottom: 0;
}

.two_line_title:before {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background: -o-linear-gradient(left, #00E1BC 0%, #9747FF 100%);
	background: linear-gradient(90deg, #00E1BC 0%, #9747FF 100%);
	max-width: 200px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.two_line_title {
	position: relative;
}

.two_line_title:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	background: -o-linear-gradient(left, #00E1BC 0%, #9747FF 100%);
	background: linear-gradient(90deg, #00E1BC 0%, #9747FF 100%);
	max-width: 200px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.Benefits_blog ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 70px 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 70px;
	grid-row-gap: 90px;
}

.Benefits_blog ul li {
	position: relative;
	padding-left: 72px;
}

.Benefits-icon {
	display: block;
	height: 48px;
	width: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 12px;
	/* border: 1px solid #070435;
	box-shadow: 0px 0px 0px 1px rgba(0, 225, 188, 0.25); */
	position: absolute;
	left: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	background-color: #ffffff;
}

.Benefits-icon:before {
	content: "";
	display: block;	
	background: linear-gradient(315.74deg, #070435 5.28%, #0052F5 85.5%);
	height: calc(100% + 2px);
	width: calc(100% + 2px);
	position: absolute;
	z-index: -1;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: 12px;
}

.Benefits_blog ul li h3 {
	padding-bottom: 15px;
	border-bottom: 1px solid #C7C5D2;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.fullwidth_img_sec {
	position: relative;
	padding-bottom: 40%;
}

.fullwidth_img_sec .fullwidth-img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.website_and_app_sec {
	background-image: url(../images/website-banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
	min-height: 900px;
	position: relative;
	overflow: hidden;
	background-position: center;
}

.website_and_app_sec h2,
.website_and_app_sec p {
	color: #ffffff;
}

a.website-btn {
	background: #FFF;
	padding: 11px 24px;
	border-radius: 999px;
	outline: none;
	overflow: hidden;
	margin: 0 8px;
}

a.website-btn img {
	height: 33px;
}

.mobile_img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -62%;
	-webkit-transition: all 0.6s ease-in-out !important;
	-o-transition: all 0.6s ease-in-out !important;
	transition: all 0.6s ease-in-out !important;
}

.mobile_img img {
    width: 100%;
    max-width: 400px;
}

.mobile_img.aos-animate {
	bottom: -40%;
}

.hero-sec {
	position: relative;
	min-height: 900px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
}

.banner_video {
	position: absolute;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
}

.herobanner_content img {
	max-width: 504px;
}

.hero-sec.banner_video_mask .banner_video video{
-webkit-mask-image: url(../images/m_mask_mbl.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-image: url(../images/m_mask_mbl.svg);
	mask-size: 100% 100%;
	mask-repeat: no-repeat;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1);
	-o-transition: transform 1.2s cubic-bezier(.165, .84, .44, 1);
	transition: transform 1.2s cubic-bezier(.165, .84, .44, 1);
	transition: transform 1.2s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1);
}

.hero-sec .banner_video video{
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1);
	-o-transition: transform 1.2s cubic-bezier(.165, .84, .44, 1);
	transition: transform 1.2s cubic-bezier(.165, .84, .44, 1);
	transition: transform 1.2s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	will-change: transform;
}


.herobanner_content img {
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.banner_video_mask .herobanner_content img {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
}


.filter_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.filter_list ul li a {
	border-radius: 12px;
	border: 1px solid var(--primary-navy-100, #C7C5D2);
	background: #FFF;
	padding: 8px 16px;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	color: #5F5B7F;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
}

.filter_list ul li {
	margin-right: 8px;
}

.filter_list ul li:last-child {
	margin-right: 0;
}

.filter_list ul li a:hover {
	color: #070435;
}


.filter_list ul li {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.filter_list ul::-webkit-scrollbar {
	display: none;
}

/********************************************************
                    Our team Page CSS
*********************************************************/
.filter_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	row-gap: 8px
}

.filter_list ul li a {
	border-radius: 12px;
	border: 1px solid var(--primary-navy-100, #C7C5D2);
	background: #FFF;
	padding: 8px 16px;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	color: #5F5B7F;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	outline: none;
}

.filter_list ul li.active a {
	border-color: #E2ECFB;
	background: #0052F5;
	color: #FFF !important;
}

.filter_list ul li {
	margin-right: 8px;
}

.filter_list ul li:last-child {
	margin-right: 0;
}

.filter_list ul li a:hover {
	color: #070435;
	border-color: #E2ECFB;
}

.author_img {
	background: #00E1BC;
	border-radius: 22px 22px 100px 22px;
	position: relative;
	min-height: 356px;
	overflow: hidden;
	margin-bottom: 13px;
	padding-top: 20px;
}

.author_img img {
	position: absolute;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	-o-object-position: top;
	object-position: top;
}

.team-member:hover .author_img img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.author_img:before {
	content: "";
	display: block;
	background-image: url(../images/teamline.png);
	background-repeat: no-repeat;
	width: 537px;
	height: 217px;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: 100% 100%;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	mix-blend-mode: overlay;
	background-size: cover;
}

.author_content h6 {
	margin: 0;
}

.team-member:hover .author_img:before {
	-webkit-transform: translateX(-20%);
	-ms-transform: translateX(-20%);
	transform: translateX(-20%);
}

.ourteam_member .row>div {
	margin-bottom: 30px;
}

.ourteam_member .row {
	margin-bottom: -30px;
}

.About_Motion {
	position: relative;
	min-height: 900px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #0052F5;
	overflow: hidden;
}

.Motion_video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.post-hover .motion_mask {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.motion_mask {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.About_Motion .content_block h2,
.About_Motion .content_block p {
	color: #ffffff;
}

.About_Motion .container {
	z-index: 1;
}

.post-hover .Motion_video {
	-webkit-mask-image: url(../images/motion-mask.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-image: url(../images/motion-mask.svg);
	mask-size: cover;
	mask-repeat: no-repeat;
	z-index: 0;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.post-hover img {
	opacity: 0;
}

.wrap-main-des-banner .banner-des-text {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.hero-banner-main_sec {
	position: relative;
	min-height: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 60px 0 0 0;
	overflow: hidden;
}

.hero-banner-main_sec.darkHeader {
    padding: 180px 0 0 0;
}

.banner-wrap-img {
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
	-o-transition: transform .8s cubic-bezier(.165, .84, .44, 1);
	transition: transform .8s cubic-bezier(.165, .84, .44, 1);
	transition: transform .8s cubic-bezier(.165, .84, .44, 1), -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
	width: 100%;
	will-change: transform;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.darkHeader .banner-wrap-img {
	-webkit-mask-image: url(../images/banner-mask.png);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-image: url(../images/banner-mask.png);
	mask-size: 100% 100%;
	mask-repeat: no-repeat;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1);
	transition: -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1);
	-o-transition: transform 1.2s cubic-bezier(.165, .84, .44, 1);
	transition: transform 1.2s cubic-bezier(.165, .84, .44, 1);
	transition: transform 1.2s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1.2s cubic-bezier(.165, .84, .44, 1);
}

.wrap-main-des-banner {
	width: 100%;
	z-index: 1;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	padding: 70px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-wrap-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero-main {
	height: 100%;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	position: relative;
}

.wrap-main-des-banner .row {
	height: 100%;
}

.banner-des-text p {
	color: rgba(255, 255, 255, 0.90);
}

.hero-banner-main_sec.darkHeader .hero-main {
	position: relative;
}

/********************************************************
                    agency Page css
*********************************************************/
.adv-agency-inner {
	padding: 48px;
	border-radius: 20px;
	border: 1px solid var(--primary-navy-500, #070435);
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.agency-arrow {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	right: 48px;
	top: 48px;
	overflow: hidden;
	z-index: 1;
	height: 22px;
	width: 22px;
}

.agency-arrow img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.agency-arrow:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.agency-icon {
	border-radius: 12px;
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 15px;
	padding: 5px;
	background-color: #ffffff;
	position: relative;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
}

.agency-icon:before {
	content: "";
	display: block;
	position: absolute;
	height: calc(100% + 2px);
	width: calc(100% + 2px);
	border-radius: 12px;
	z-index: -1;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
}

.agency_title h3 {
	max-width: 270px;
}

.agency_content p {
	color: var(--primary-navy-300, #5F5B7F);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

a.rade-more {
	font-size: 16px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.adv-agency-inner a.rade-more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}

.adv-agency-inner .agency_title {
	margin-bottom: 75px;
	margin-top: 1px;
}

.adv-agency-inner:before {
	content: "";
	display: block;
	height: 320px;
	width: calc(100% + 80px);
	position: absolute;
	right: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	background-repeat: no-repeat;
	background-size: cover;
	top: 50px;
	background-position: center;
}

.adv-agency-inner:hover:before {
	-webkit-transform: translateX(-80px);
	-ms-transform: translateX(-80px);
	transform: translateX(-80px);
	mix-blend-mode: multiply;
	-webkit-filter: invert(9%) sepia(28%) saturate(4739%) hue-rotate(231deg) brightness(82%) contrast(114%);
	filter: invert(9%) sepia(28%) saturate(4739%) hue-rotate(231deg) brightness(82%) contrast(114%);
}

.overlay {
	content: "";
	display: block;
	position: absolute;
	height: 141px;
	width: 141px;
	top: 0;
	border-radius: 50%;
	right: -17px;
	top: -17px;
	z-index: -2;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.adv-agency-inner:hover .overlay {
	-webkit-transform: scale(1.6);
	-ms-transform: scale(1.6);
	transform: scale(1.6);
	height: 100%;
	width: 100%;
}


.blue-box::before {
	background-image: url(../images/blue-lines.png);
}

.cyan-box::before {
	background-image: url(../images/cyan-lines.png);
}

.purple-box::before {
	background-image: url(../images/purple-lines.png);
}

.blue-box .overlay {
	background: #0052F5;
}

.purple-box .overlay {
	background: #762C86;
}

.cyan-box .overlay {
	background: #00E1BC;
}

.cyan-box .agency-arrow img {
	-webkit-filter: invert(1) brightness(1);
	filter: invert(1) brightness(1);
}

.blue-box .agency-icon:before {
	background: -o-linear-gradient(134.26deg, #070435 5.28%, #0052F5 85.5%);
	background: linear-gradient(315.74deg, #070435 5.28%, #0052F5 85.5%);
}

.purple-box .agency-icon:before {
	background: -o-linear-gradient(top, #762C86 0%, #070435 100%);
	background: linear-gradient(180deg, #762C86 0%, #070435 100%);
}

.cyan-box .agency-icon:before {
	background: -o-linear-gradient(top, #00E1BC 0%, #002B3C 100%);
	background: linear-gradient(180deg, #00E1BC 0%, #002B3C 100%);
}


.blue-box:hover .agency-icon img,
.purple-box:hover .agency-icon img {
	-webkit-filter: invert(1) brightness(10);
	filter: invert(1) brightness(10);
}

.blue-box:hover .agency-icon,
.purple-box:hover .agency-icon {
	border: 1px solid #FFF;
}

.blue-box:hover .agency-icon {
	background: #0052F5;
}

.purple-box:hover .agency-icon {
	background: #762C86;
}

.cyan-box:hover .agency-icon {
	border: 1px solid var(--primary-navy-500, #070435);
	background: #00E1BC;
}

.cyan-box:hover .agency-icon img {
	-webkit-filter: invert(1) brightness(0);
	filter: invert(1) brightness(0);
}

.blue-box:hover h3,
.blue-box:hover p,
.purple-box:hover h3,
.purple-box:hover p {
	color: #ffffff;
}

.blue-box:hover a.rade-more,
.purple-box:hover a.rade-more,
.blue-box a.rade-more:hover {
	color: #ffffff;
}

.cyan-box a.rade-more:hover {
	color: #070435;
}

.adv-agency .row>div {
	margin-bottom: 80px;
}

.adv-agency .row {
	margin-bottom: -80px;
}

/********************************************************
                    Business-Goals Page css
*********************************************************/


.business-goals .Benefits_blog ul {
	grid-template-columns: repeat(1, 1fr);
	grid-row-gap: 60px;
}

.redmore-btn {
	font-size: 16px;
	color: var(--primary-navy-200, #928EA7);
	line-height: 1.3;
	font-weight: 700;
	padding-right: 30px;
	position: relative;
	font-family: 'Haboro Soft Norm';
}

.redmore-btn:before {
	content: "";
	display: block;
	background-image: url(../images/readmore-arrow-1.svg);
	height: 15px;
	width: 15px;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.bg-white .Benefits_blog ul li:hover .Benefits-icon {
	border: 1px solid var(--primary-blue-500, #0052F5);
	background: var(--primary-blue-500, #0052F5);
}

.bg-white .Benefits_blog ul li:hover .Benefits-icon img {
	-webkit-filter: invert(1) brightness(20);
	filter: invert(1) brightness(20);
}

.bg-white .Benefits_blog ul li:hover h3 {
	color: var(--primary-blue-500, #0052F5);
}

.bg-white .Benefits_blog ul li:hover .redmore-btn {
	color: var(--primary-blue-500, #0052F5);
}

.bg-white .Benefits_blog ul li:hover .redmore-btn:before {
	background-image: url(../images/readmore-arrow.svg);
}

.bg-darkgreen {
	background-color: rgba(0, 39, 50, 1);
	background-image: url(../images/bg-with-line.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg-darkgreen h2 {
	color: #ffffff;
}

.bg-darkgreen h3,
.bg-darkgreen p {
	color: #eeeeee;
}

.bg-darkgreen .Benefits_blog ul li:hover .Benefits-icon {
	border-radius: 12px;
	background: var(--primary-turquoise-500, #00E1BC);
}

.bg-darkgreen .Benefits_blog ul li:hover .Benefits-icon img {
	-webkit-filter: invert(0) brightness(0);
	filter: invert(0) brightness(0);
}

.bg-darkgreen .Benefits_blog ul li:hover h3 {
	color: var(--primary-turquoise-500, #00E1BC);
}

.bg-darkgreen .Benefits_blog ul li:hover .redmore-btn {
	color: var(--primary-turquoise-500, #00E1BC);
}

.bg-darkgreen .Benefits_blog ul li:hover .redmore-btn:before {
	background-image: url(../images/adv-arrow-hover.png);
}

.bg-darkgreen .Benefits-icon img {
	-webkit-filter: invert(70%) sepia(87%) saturate(1545%) hue-rotate(116deg) brightness(92%) contrast(103%);
	filter: invert(70%) sepia(87%) saturate(1545%) hue-rotate(116deg) brightness(92%) contrast(103%);
}
.bg-white .Benefits-icon{
	background-color: #ffffff;
}
.bg-darkgreen  .Benefits-icon:before {
    border: 1px solid #00E1BC;
    background: unset;
	z-index: 1;
}
.bg-darkgreen .Benefits-icon {
    background-color: transparent;
}
.title-with-content {
	position: sticky;
	top: 100px;
}

/********************************************************
                 Main Page  css
*********************************************************/
.simple_content_sec h1 {
	color: var(--primary-blue-500, #0052F5);
	margin-bottom: 40px;
}

.simple_content_sec .content_block p {
	max-width: 616px;
	margin-left: auto;
	margin-right: auto;
}

.simple_content_sec .content_block a.btn {
    transition: all .3s;
}

/********************************************************
                 Job Listing  css
*********************************************************/
.post_content ul li {
	margin-bottom: 15px;
	list-style-type: unset;
	position: relative;
	padding-left: 35px;
}

.post_content ul li:before {
	content: "";
	display: block;
	height: 6px;
	width: 6px;
	background: #000000;
	border-radius: 50%;
	position: absolute;
	left: 15px;
	top: 9px;
}

.post_content h3 {
	margin-bottom: 30px;
	margin-top: 30px;
}

.post_content h3:first-child {
	margin-top: 0;
}

.post_content p {
	margin-bottom: 30px;
	margin-top: 30px;
}

.post_content .btn {
	display: table;
	margin: 0 auto;
}

/********************************************************
                 Article Page  css
*********************************************************/

.title-gradient {
	background: -o-linear-gradient(359deg, #070435 29.96%, #0071F6 68.57%);
	background: linear-gradient(91deg, #070435 29.96%, #0071F6 68.57%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.page-template-terms-services .post_content h1.h2 {
    background: var(--Blue-G, linear-gradient(124deg, #0052F5 38.62%, #070435 102.49%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.post_content .row>div>div {
	margin-bottom: 40px;
}

.post_content .row>div {
	margin-bottom: -40px;
}

.post_content .content_block p a {
	color: #0052F5;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	font-weight: 600;
}

.post-thumbnail,
.videoplay {
	position: relative;
	padding-bottom: 58.75%;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 15px;
}

.post-thumbnail img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.description {
	color: var(--primary-blue-500, #0052F5);
	font-size: 14px;
	line-height: 1.3;
}

.post_content .content_block h6 {
	color: var(--primary-navy-500, #070435);
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	text-transform: unset;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 24px;
	letter-spacing: normal;
}

blockquote {
	border-radius: 16px;
	background: #C2DAFC;
	padding: 32px;
}

.quote-text p {
	margin: 0;
	font-size: 22px;
	font-style: italic;
	font-weight: 600;
	color: var(--primary-blue-500, #0052F5);
	line-height: 1.3;
}

.quote-text {
	padding-left: 24px;
	border-left: 2px solid #0052F5;
	margin-bottom: 24px;
}

blockquote h5 {
	color: var(--primary-blue-500, #0052F5);
	font-family: 'Nunito Sans', sans-serif;
	margin-bottom: 0;
}

/*Pagination Design*/

.pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination .page-numbers {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	border: 1px solid var(--primary-navy-200, #928EA7);
	background: #FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--primary-navy-200, #928EA7);
	font-size: 18px;
	font-weight: 500;
	margin: 0 5px;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background-repeat: no-repeat;
	background-position: center;
	font-family: 'Haboro Soft Norm';
}

.pagination .page-numbers.current {
	border: 1px solid var(--primary-blue-400, #0071F6);
	background: var(--primary-blue-500, #0052F5);
	color: #FFF !important;
	-webkit-box-shadow: 0px 2px 12px 0px rgba(0, 82, 245, 0.16);
	box-shadow: 0px 2px 12px 0px rgba(0, 82, 245, 0.16);
	pointer-events: none;
}

.pagination .page-numbers:hover {
	color: #070435;
	border-color: #E2ECFB;
}

.pagination .next {
	background-image: url(../images/pagination-right-arrow.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.pagination .prev {
	background-image: url(../images/pagination-left-arrow.png);
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.post-type-news div#postdivrich {
    display: none !important;
}

/********************************************************
                   Responsive Design  css
*********************************************************/


@media only screen and (min-width:2000px) {
	.banner-wrap-img {
		-webkit-transform: scale(2);
		-ms-transform: scale(2);
		transform: scale(2);
	}
}

@media only screen and (max-width:1399px) {
	.advertising_wrap {
		padding: 60px 40px;
	}

	.advertising_link ul li a {
		font-size: 24px;
	}

	h1,
	.h1 {
		font-size: 60px;
	}

	h2,
	.h2 {
		font-size: 40px;
	}

	h3,
	.h3 {
		font-size: 32px;
	}

	h4,
	.h4 {
		font-size: 26px;
	}

	.hero-sec {
		min-height: 720px;
	}

	.herobanner_content img {
		max-width: 400px;
	}
}

@media only screen and (max-width:1199px) {
	.pt-100 {
		padding-top: 80px;
	}

	.pb-100 {
		padding-bottom: 80px;
	}

	.mt-100 {
		margin-top: 80px;
	}

	.mb-100 {
		margin-bottom: 80px;
	}

	h1,
	.h1 {
		font-size: 48px;
	}

	h2,
	.h2 {
		font-size: 36px;
	}

	h3,
	.h3 {
		font-size: 28px;
	}

	h4,
	.h4 {
		font-size: 22px;
	}

	.social_link ul li a {
		font-size: 22px;
	}

	/********************************************************
                    brands Page CSS
      *********************************************************/
	.hero-banner-main_sec {
		min-height: 540px;
	}

	/**Advertising sec css **/
	.advertising_link {
		margin-top: 80px;
	}

	.advertising_link ul li a {
		font-size: 22px;
		padding: 16px 40px 16px 40px;
	}

	.advertising_link ul li a:before {
		background-position: center right 14px;
		background-size: 15px;
	}

	.advertising_link ul li a:hover:before {
		background-position: center right 15px;
	}

	.advertising_link ul li a:after {
		height: 15px;
		width: 15px;
		left: 15px;
	}

	.advertising_link ul li a:hover:after {
		left: 20px;
	}

	.hero-sec {
		min-height: 640px;
	}

	.herobanner_content img {
		max-width: 350px;
	}

	.About_Motion {
		min-height: 720px;
	}

	/********************************************************
                agancy Page CSS
    *********************************************************/
	.adv-agency-inner {
		padding: 30px 20px;
	}

	.overlay {
		height: 83px;
		width: 83px;
		right: -18px;
		top: -15px;
	}

	.adv-agency-inner .agency_title {
		margin-bottom: 65px;
	}

	.agency-icon {
		width: 42px;
		height: 42px;
	}

	.agency-arrow {
		right: 20px;
		top: 20px;
		height: 20px;
		width: 18px;
	}

	.adv-agency-inner:before {
		top: -30px;
	}

	.adv-agency .row>div {
		margin-bottom: 60px;
	}

	.adv-agency .row {
		margin-bottom: -60px;
	}

}

@media only screen and (min-width:768px) {
	.footer_nav ul li .arrow {
		display: none;
	}


}

@media only screen and (min-width:992px) {
	.About_Motion video {
		-webkit-mask-image: url(../images/motion-mask.svg);
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-size: cover;
		mask-image: url(../images/motion-mask.svg);
		mask-size: cover;
		mask-repeat: no-repeat;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@media only screen and (max-width:991px) {
	.pt-100 {
		padding-top: 60px;
	}

	.pb-100 {
		padding-bottom: 60px;
	}

	.pt-80 {
		padding-top: 60px;
	}

	.pb-80 {
		padding-bottom: 60px;
	}

	.mt-80 {
		margin-top: 60px;
	}

	.mb-80 {
		margin-bottom: 60px;
	}

	.mt-100 {
		margin-top: 60px;
	}

	.mb-100 {
		margin-bottom: 60px;
	}

	h1,
	.h1 {
		font-size: 40px;
	}

	h2,
	.h2 {
		font-size: 32px;
	}

	h3,
	.h3 {
		font-size: 24px;
	}

	h4,
	.h4 {
		font-size: 18px;
	}

	p {
		font-size: 16px;
	}

	.wrap-main-des-banner h1 {
		font-size: 32px;
		margin-bottom: 65px;
	}

	.menu li a {
		color: #FFF;
		font-family: 'Haboro Soft Norm';
	}

	.menu li.current-menu-item>a {
		color: rgba(0, 225, 188, 1);
	}

	.footer_logo {
		max-width: 218px;
	}

	.social_link ul li a {
		padding: 15px 44px 15px 24px;
		font-size: 18px;
	}

	.social_link ul li a:before {
		height: 16px;
		width: 18px;
		right: 24px;
	}

	.footer_social_link ul li {
		margin-left: 20px;
	}

	.footer_bottom_link ul li {
		margin-left: 15px;
	}

	.footer_social_link ul li a {
		font-size: 16px;
	}

	.footer_bottom_link ul li a,
	.footer_bottom_link ul li {

		font-size: 13px;
	}

	/** video sec css**/
	.play_icon {
		height: 100px;
		width: 100px;
	}

	/********************************************************
                    brands Page CSS
    *********************************************************/
	/**Advertising sec css **/

	.advertising_wrap {
		padding: 40px 20px;
		border-radius: 20px;
	}

	.advertising_link {
		margin-top: 60px;
	}

	.advertising_link ul li a {
		font-size: 18px;
	}

	.Benefits_blog ul {
		grid-column-gap: 50px;
		grid-row-gap: 55px;
	}

	.two_line_title:before,
	.two_line_title:after {
		max-width: 170px;
	}

	.website_and_app_sec {
		padding: 60px 0;
		min-height: 710px;
	}

	.mobile_img.aos-animate {
		bottom: -13%;
	}

	.mobile_img {
		bottom: -62%;
		max-width: 200px;
		margin: 0 auto;
	}

	.herobanner_content img {
		max-width: 210px;
	}

	.hero-sec {
		min-height: 570px;
	}


	.About_Motion {
		min-height: 560px;
	}

	.About_Motion {
		display: block;
		padding: 56px 0;
	}

	.motion_mask {
		display: none;
	}

	.Motion_video {
		position: static;
		-webkit-mask-image: url(../images/mobile-mask.png);
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-size: cover;
		mask-image: url(../images/mobile-mask.png);
		mask-size: cover;
		mask-repeat: no-repeat;
		z-index: 0;
		max-width: 400px;
		margin: 0 auto 40px;
	}

	.hero-banner-main_sec {
		min-height: 480px;
	}

	/********************************************************
                agancy Page CSS
    *********************************************************/
	.adv-agency .row>div {
		margin-bottom: 40px;
	}

	.adv-agency .row {
		margin-bottom: -40px;
	}

}

@media only screen and (max-width:767px) {

	a.btn,
	.btn,
	input[type="submit"] {
		padding: 13.5px 24px;
	}

	.title-gradient {
		background: var(--Blue-G, linear-gradient(124deg, #0052F5 38.62%, #070435 102.49%));
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.pagination .page-numbers {
		width: 35px;
		height: 35px;
		border-radius: 8px;
		font-size: 12px;
		background-size: 20px;
		margin: 0 2.5px;
	}

	.pt-100 {
		padding-top: 40px;
	}

	.pb-100 {
		padding-bottom: 40px;
	}

	.pt-80 {
		padding-top: 40px;
	}

	.pb-80 {
		padding-bottom: 40px;
	}

	.mt-60 {
		margin-top: 40px;
	}

	.mb-60 {
		margin-bottom: 40px;
	}

	.mt-80 {
		margin-top: 40px;
	}

	.mb-80 {
		margin-bottom: 40px;
	}

	.mt-100 {
		margin-top: 40px;
	}

	.mb-100 {
		margin-bottom: 40px;
	}

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.row {
		margin-left: -20px;
		margin-right: -20px;
	}

	.row>div {
		padding-left: 20px;
		padding-right: 20px;
	}

	.contact_us_sec .social_link {
		margin-top: 32px;
	}

	.contact_us_sec:before {
		top: -300px;
	}

	footer {
		background-size: 130% 130px;
	}

	.footer_logo {
		margin-bottom: 32px;
	}

	.footer_nav ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.menu li a {
		font-weight: 500;
		font-size: 16px;
	}

	.menu li {
		padding-top: 12px;
		padding-bottom: 12px;
		border-bottom: 1px solid #312D58;
	}

	.footer_social_link ul {
		text-align: left;
		margin-top: 32px;
	}

	.footer_social_link ul li {
		display: block;
		margin-bottom: 15px;
		margin-left: 0;
	}

	.footer_social_link ul li:last-child {
		margin-bottom: 0;
	}

	.footer_bottom_link ul {
		display: block;
	}

	.footer_bottom_link ul li a,
	.footer_bottom_link ul li {
		color: #C7C5D2;
	}

	.footer_bottom_link ul li {
		margin-left: 0;
		margin-bottom: 15px;
	}

	.menu li .sub-menu {
		display: none;
		margin-left: 8px;
	}

	.menu li .sub-menu li a {
		font-weight: 400;
	}

	.menu li .sub-menu li {
		padding-bottom: 0;
		border: 0;
	}

	.menu li.active a:not(.sub-menu a) {
		color: #00E1BC;
	}

	.menu li.active .arrow {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	/** video sec css**/
	.home .videoplay {
		padding-bottom: 62.25%;
		border-radius: 12px;
	}

	.play_icon {
		height: 70px;
		width: 70px;
	}

	/********************************************************
                    brands Page CSS
    *********************************************************/
	/**Advertising sec css **/
	.hero-sec.banner_video_mask .banner_video video {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
	
	.advertising_link ul li {
		margin-bottom: 15px;
	}

	.advertising_link ul li:last-child {
		margin-bottom: 0;
	}

	.advertising_link ul {
		display: block;
	}

	.advertising_wrap {
		padding: 40px 16px;
	}

	.advertising_link {
		margin-top: 32px;
	}

	.advertising_link ul li a:before {
		background-position: center right 24px;
		opacity: 1;
	}

	.advertising_link ul li a {
		font-size: 18px;
		padding: 16px 40px 16px 24px;
		text-align: left;
		background: #FFF;
		color: #070435;
	}

	.advertising_link ul li a:after {
		display: none;
	}

	.advertising_link ul li a:hover span {
		color: #070435;
	}

	.Benefits_blog ul {
		-ms-grid-columns: 1fr;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 0;
		grid-row-gap: 50px;
	}

	.Benefits_blog ul li {
		padding-left: 0;
	}

	.Benefits-icon {
		position: relative;
		margin-bottom: 24px;
	}

	.two_line_title:before {
		display: none;
	}

	.two_line_title h2 {
		padding: 0;
		max-width: 183px;
	}
	.two_line_title {
		overflow: hidden;
	}
	.two_line_title:after {
		max-width: 100%;
		left: 190px;
		height: 2px;
	}

	.fullwidth_img_sec {
		padding-bottom: 73%;
	}

	a.website-btn {
		width: 100%;
		margin: 8px 0;
	}

	.website_and_app_sec {
		padding: 40px 0;
		background-image: url(../images/website-banner-mobile.png);
	}

	.mobile_img {
		max-width: 170px;
	}

	.mobile_img.aos-animate {
		bottom: -20%;
	}

	.filter_list ul {
		margin-right: calc(-100vw / 2 + 505px / 2);
	}

	.filter_list ul {
		overflow: auto;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.hero-main {
		position: relative;
	}

	.hero-banner-main_sec {
		min-height: 230px;
		padding-top: 15px;
		padding-bottom: 0;
		margin-bottom: 20px;
	}

	.wrap-main-des-banner {
		padding: 30px 25px 30px;
	}

	.banner-wrap-img {
		background-repeat: no-repeat;
		background-size: 100% 100%;
		padding: 40px 25px;
		-webkit-mask-image: url(../images/mobile-gradient.png);
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-size: 100% 100%;
		mask-image: url(../images/mobile-gradient.png);
		mask-size: 100% 100%;
		border-radius: 20px;
	}

	.adv-agency .row>div {
		margin-bottom: 30px;
	}

	.adv-agency .row {
		margin-bottom: -30px;
	}

	.wrap-main-des-banner {
		position: static;
	}

	.wrap-main-des-banner .banner-des-text {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.banner-wrap-img {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.agency_content p {
		font-size: 14px;
	}

	/********************************************************
                     Business-Goals Page css
    *********************************************************/
	.title-with-content {
		margin-bottom: 30px;
	}
	.redmore-btn {
		color: var(--primary-dark-green-100, #C6CFD1);
	}
	.business-goals .Benefits_blog ul {
		grid-row-gap: 50px;
	}

	.bg-darkgreen {
		background-image: unset;
	}

	.img_blog img {
		height: 155px;
		width: 140px;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.post_content ul li:before {
		background: rgba(0, 82, 245, 1);
	}

	blockquote {
		padding: 24px 20px;
	}

	.quote-text {
		padding-left: 16px;
	}

	.post_content .content_block p a {
		-webkit-text-decoration-line: none;
		text-decoration: none;
	}

	.hero-sec{
		height: auto;
	}
}

@media only screen and (max-width:575px) {
	.filter_list ul {
		margin-right: -20px;
	}

	.blog-post-sec .filter_list ul {
		display: inline-block;
		margin: 0;
		overflow-x: scroll;
		white-space: nowrap;
		width: 100vw;
		padding: 0 20px;
	}

	.blog-post-sec .filter_list ul li {
		display: inline-block;
	}

	.blog-post-sec .filter_list ul li:first-child {
		margin-right: 3px;
	}

	.blog-post-sec .container {
		padding: 0;
	}

	.blog-post-sec .blog-post-grid {
		padding-left: 20px;
		padding-right: 20px;
	}


	.team-member {
		max-width: 308px;
		margin: auto;
	}

	.Motion_video {
		max-width: 250px;
	}
}

/* Nitin CSS Close */


/* Tejas CSS Start */

footer {
	margin-top: -1px;
}

.our-brands-sec {
	background-color: #070435;
	background-image: url(../images/brand-bottom-overlay.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom left;
	margin-top: -1px;
}

.our-brands-sec::after {
	opacity: 0.2;
}

.our-brands-sec::before {
	mix-blend-mode: plus-lighter;
}

.our-brands-main .row {
	margin: 0 -35px;
	margin-bottom: -35px;
}

.our-brands-main .row>div {
	padding: 0 35px;
	margin-bottom: 35px;
}

.brands-col {
	position: relative;
}

.brands-logo {
	border-radius: 22px;
	text-align: center;
	background-color: #070435;
	overflow: hidden;
	position: relative;
}

.brands-col:before {
	content: '';
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	background: -o-linear-gradient(top, rgba(114, 109, 190, 1) 0%, rgba(25, 20, 95, 1) 100%);
	background: linear-gradient(180deg, rgba(114, 109, 190, 1) 0%, rgba(25, 20, 95, 1) 100%);
	z-index: -1;
	border-radius: 22px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.brands-logo:after {
	content: '';
	-webkit-transform: rotate(16.475deg);
	-ms-transform: rotate(16.475deg);
	transform: rotate(16.475deg);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: absolute;
	right: 0px;
	top: 0;
	background: #0025CE;
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: -90%;
	right: -50%;
}

.brands-logo:hover::after {
	-webkit-filter: blur(109px);
	filter: blur(109px);
	top: -40%;
	right: -10%;
	background: #0025CE;
	width: 80%;
	height: 100%;
	opacity: 1;
}

.brands-logo a {
	padding: 120px 30px;
	z-index: 1;
	position: relative;
}

.brands-logo img {
	mix-blend-mode: color-dodge;
	opacity: 0.55;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	min-height: 52px;
	-o-object-fit: contain;
	object-fit: contain;
}

.brands-logo:hover img {
	opacity: 2;
}

.heading-title p {
	color: #fff;
}

.number-matter-sec .title {
	margin-bottom: 56px;
}

.number-matter-sec .title h4 {
	font-weight: 500;
}

.number-matter-sec .row {
	margin: 0 -16px;
}

.number-matter-sec .row>div {
	padding: 0 16px;
}

.number-matter-col {
	padding: 30px 30px 30px 0;
	position: relative;
	border-top: solid 2px #928EA7;
	opacity: 0.2;
	cursor: pointer;
}

.number-matter-col.active {
	opacity: 1;
}

.number-matter-col.active:before {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	background: #00E1BC;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-animation: biglight 4s linear;
	animation: biglight 4s linear;
	top: -2px;
	z-index: 1;
}

.number-matter-col h2 {
	margin-bottom: 16px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
}

.number-matter-col p {
	line-height: 25.2px;
}

.no-animation {
	border-top: solid 2px #00E1BC;
}

.no-animation::before {
	-webkit-animation-play-state: paused !important;
	animation-play-state: paused !important;
}

.home .image-content.image-content-right {
	padding-top: 80px;
}

.image-content-right .content-box-main {
	top: 0;
	bottom: auto;
	right: 0;
	left: auto;
}

.wrap-image-content {
	position: relative;
}

.image-content-right .wrap-image-slider {
	padding-right: 22.5%;
	padding-left: 0;
}

.image-content-right .clip-img {
	-webkit-mask-image: url(../images/image-clip-right.svg);
	mask-image: url(../images/image-clip-right.svg);
}

.image-content-right .wrap-image-slider ul.slick-dots {
	right: auto;
	left: 240px;
}

.image-content-right .wrap-image-slider button.slick-next.slick-arrow {
	right: auto;
	left: 135px;
}

.image-content-right .wrap-image-slider button.slick-prev.slick-arrow {
	right: auto;
	left: 40px;
}

.home .About_Motion {
	background-color: #070435;
}

.contact_us_sec:after {
	background-image: url('../images/fooer_line.png');
	background-position: center;
	content: '';
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 180px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}

.contact-form-main {
	margin-top: 50px;
}

.contact-form-main h2 {
	margin-bottom: 32px;
}

.contact-sec .row:not(form .row) {
	margin: 0 -40px;
}

.contact-sec .row>div:not(form .row > div) {
	padding: 0 40px;
}

.contact-form .row {
	margin: 0 -18px;
}

.contact-form .row>div {
	padding: 0 18px;
}

.contact-sec .built-industries-img {
	height: 682px;
}

.page-template-work-with-us .business-goals .title-with-content {
	padding-right: 8px;
}

.gallery-img-wrap {
	position: relative;
	padding-bottom: 53%;
}

.gallery-img-wrap img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.arrow-dots {
	position: absolute;
	right: calc((100% - 1300px)/2);
	bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 32px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.single-gallery-sec {
	position: relative;
	overflow: hidden;
}

.arrow-dots ul.slick-dots li.slick-active button {
	background-color: #fff;
	border-color: #fff;
}

.arrow-dots ul.slick-dots li button {
	border: 2px solid #fff;
}

.arrows-cover button {
	position: relative;
	-webkit-transform: unset;
	-ms-transform: unset;
	transform: unset;
	top: 0;
	right: 0;
	left: 0;
}

.arrows-cover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}

.form-field {
	margin-bottom: 24px;
}

.form-field textarea {
	height: 110px;
}

.form-field.check-box {
	margin-bottom: 32px;
}

.form-field label {
	margin-bottom: 8px;
}

.wpcf7-acceptance a {
	color: #0052F5;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	text-decoration: underline;
}

.wpcf7-acceptance a:hover {
	color: #070435;
}

.check-box input[type="checkbox"] {
	width: 18px;
	height: 18px;
	border: 1px solid #212930;
}

.check-box span.wpcf7-list-item {
	margin: 0;
}

.check-box .wpcf7-list-item label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}

.wpcf7-not-valid-tip {
	font-size: 16px;
}

.contact-submit-btn p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.text-gradient {
	background: -o-linear-gradient(left, #0052F5 0%, #00E1BC 44.71%);
	background: linear-gradient(90deg, #0052F5 0%, #00E1BC 44.71%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.slick-dots>li:only-child {
	display: none;
}

.home .contact_us_sec {
	display: none;
}

.why-motion-sec {
	background-image: url(../images/why-motion.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 130px 0;
	min-height: 812px;
	position: relative;
	overflow: hidden;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.why-motion-sec .heading-title h2,
.why-motion-sec .heading-title p {
	color: #ffffff;
}

.why-motion-sec .heading-title h2 {
	margin-bottom: 16px;
}

.mission-vision-wrap {
	margin-top: 96px;
}

.mission-vision-wrap .row>div {
	padding: 0 30px;
	margin-bottom: 20px;
}

.mission-vision-wrap .row {
	margin: 0 -30px -20px -30px;
}

.mission-vision-box {
	border-radius: 32px;
	border: 3px solid #FFF;
	background: #F5F5F5;
	-webkit-box-shadow: 0px 6px 32px 0px rgba(7, 4, 53, 0.08), 0px 0px 0px 1px #88B6FA;
	box-shadow: 0px 6px 32px 0px rgba(7, 4, 53, 0.08), 0px 0px 0px 1px #88B6FA;
	padding: 32px;
	height: 100%;
}

.mission-vision-box .icon {
	border-radius: 12px;
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 24px;
	padding: 8px;
	border: 1.5px solid var(--primary-blue-200, #88B6FA);
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 225, 188, 0.25);
	box-shadow: 0px 0px 0px 1px rgba(0, 225, 188, 0.25);
}


.mission-vision-box .text-content h3 {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #C7C5D2;
}

.blog-post-sec {
	padding: 40px 0 100px;
}

.blog-post-sec .filter_list ul {
	row-gap: 8px;
}

.select-dropdown a:after {
	content: '';
	width: 24px;
	height: 25px;
	background-image: url('../images/select-arrow.svg');
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.select-dropdown {
	border-radius: 12px;
	border: 1px solid #C7C5D2;
	background: #FFF;
	position: relative;
}

.select-dropdown a {
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	color: #5F5B7F;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	padding: 11px 30px 7px 84px;
	min-width: 230px;
	position: relative;
	z-index: 1;
	height: 100%;
}

.select-dropdown label {
	position: absolute;
	left: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #5F5B7F;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
}

.select-dropdown__button:focus {
	outline: none;
}

.select-dropdown__button .zmdi-chevron-down {
	position: absolute;
	right: 10px;
	top: 12px;
}

.select-dropdown__list {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	max-height: 300px;
	overflow: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	opacity: 0;
	pointer-events: none;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	z-index: 2;
	top: calc(100% + 10px);
	border-radius: 12px;
	border: 1px solid #C7C5D2;
	background: #FFF;
}

.select-dropdown__list.active {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.select-dropdown__list-item {
	display: block;
	list-style-type: none;
	padding: 10px 15px;
	background: #fff;
	border-top: 1px solid #C7C5D2;
	cursor: pointer;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	color: #5F5B7F;
	font-size: 18px;
	font-weight: 500;
}

.select-dropdown__list-item:first-child {
	border-top: 0;
}

.post-filter-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.blog-post-col {
	position: relative;
}

.blog-post-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 12px;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.blog-post-img {
	position: relative;
	padding-bottom: 74%;
	overflow: hidden;
	border-radius: 12px;
}

.blog-post-col span.post-cate {
	position: absolute;
	top: 18px;
	right: 16px;
	border-radius: 12px;
	border: 1px solid #E2ECFB;
	background: #FFF;
	-webkit-box-shadow: 0px 2px 12px 0px rgba(0, 82, 245, 0.16);
	box-shadow: 0px 2px 12px 0px rgba(0, 82, 245, 0.16);
	overflow: hidden;
	color: #070435;
	font-size: 16px;
	line-height: 24.4px;
	padding: 8px;
	font-weight: 600;
	left: 16px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
}

.filter_list ul li a,
.filter-label label {
	font-family: 'Haboro Soft Norm';
}

.filter-label label {
	color: #5F5B7F;
	font-weight: 500;
	margin-bottom: 8px;
}

.blog-post-content h3 {
	font-size: 18px;
	line-height: 25.2px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 5px;
	min-height: 50px;
}


.blog-post-grid>.row>div {
	margin-bottom: 50px;
}

.blog-post-grid>.row {
	margin-bottom: -50px;
}

.read_more {
	color: #928EA7;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 20.8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	font-family: 'Haboro Soft Norm';
}

.read_more img {
	opacity: 0;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}


.blog-post-col:hover .blog-post-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.blog-post-col:hover a.read_more {
	color: #0052F5;
}

.blog-post-col:hover a.read_more img {
	opacity: 1;
}

.blog-post-inner {
	position: relative;
	margin-bottom: 30px;
}

.blog-post-inner:before {
	content: "";
	display: block;
	background: -o-linear-gradient(top, #0052F5 0%, #00E1BC 100%);
	background: linear-gradient(180deg, #0052F5 0%, #00E1BC 100%);
	position: absolute;
	height: calc(100% + 4px);
	width: calc(100% + 4px);
	top: -2px;
	z-index: 0;
	left: -2px;
	right: -2px;
	bottom: -2px;
	border-radius: 12px;
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.blog-post-col:hover .blog-post-inner:before {
	opacity: 1;
}


@media only screen and (min-width: 991px) {

	.home .header-up .arrow,
	body.page-template-about-us .header-up .arrow {
		-webkit-filter: unset !important;
		filter: unset !important;
	}

	.home .header-up .menu-item-has-children:hover .arrow,
	body.page-template-about-us .menu-item-has-children:hover .arrow {
		-webkit-filter: invert(63%) sepia(33%) saturate(3947%) hue-rotate(127deg) brightness(105%) contrast(101%) !important;
		filter: invert(63%) sepia(33%) saturate(3947%) hue-rotate(127deg) brightness(105%) contrast(101%) !important;
	}

	.menu-item-has-children:hover .arrow {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
		-webkit-filter: invert(63%) sepia(33%) saturate(3947%) hue-rotate(127deg) brightness(105%) contrast(101%);
		filter: invert(63%) sepia(33%) saturate(3947%) hue-rotate(127deg) brightness(105%) contrast(101%);
	}

	li.current-menu-item .arrow,
	li.current-menu-ancestor .arrow {
		-webkit-filter: invert(63%) sepia(33%) saturate(3947%) hue-rotate(127deg) brightness(105%) contrast(101%);
		filter: invert(63%) sepia(33%) saturate(3947%) hue-rotate(127deg) brightness(105%) contrast(101%);
	}
}

@media only screen and (min-width: 768px) {
	.single-gallery-sec .container {
		max-width: 100%;
		padding: 0;
	}
}

@media only screen and (max-width: 1399px) {
	.arrow-dots {
		right: calc((100% - 1100px)/2);
	}

	.blog-filter-listing .row {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.page-template-work-with-us .business-goals .title-with-content {
		padding-right: 0;
	}
}


@media only screen and (max-width: 1199px) {
	.site-header .main-header-cover {
		padding: 16px 0;
	}

	.main-menu ul li {
		margin-left: 20px;
	}

	.our-brands-main .row {
		margin: 0 -10px;
		margin-bottom: -30px;
	}

	.our-brands-main .row>div {
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.brands-logo a {
		padding: 90px 20px;
	}

	.image-content-right .content-box-main {
		top: 0;
		bottom: auto;
		right: 0;
		left: auto;
		width: 360px;
		padding: 24px;
	}

	.image-content-right .wrap-image-slider button.slick-next.slick-arrow {
		left: 100px;

	}

	.contact-form-main {
		margin-top: 0;
	}

	.contact-sec .row:not(form .row) {
		margin: 0 -15px;
	}

	.contact-sec .row>div:not(form .row > div) {
		padding: 0 15px;
	}

	.contact-form .row {
		margin: 0 -5px;
	}

	.contact-form .row>div {
		padding: 0 5px;
	}

	.contact-sec .built-industries-img {
		height: 500px;
	}

	.why-motion-sec {
		padding: 80px 0;
		min-height: 700px;
	}

	.arrow-dots {
		right: calc((100% - 920px)/2);
	}

	.mission-vision-wrap {
		margin-top: 50px;
	}

	.mission-vision-wrap .row>div {
		padding: 0 10px;
	}

	.mission-vision-wrap .row {
		margin: 0 -10px;
	}

	.mission-vision-box {
		padding: 24px 20px;
	}

	.image-content-left {
		padding-top: 80px;
	}

}

@media only screen and (max-width: 991px) {
	body {
		padding-top: 65px;
	}

	.sidebar_container .site-branding {
		display: block !important;
	}

	.sidebar {
		position: fixed;
		right: 0;
		top: 0;
		height: 100vh;
		width: 100%;
		overflow: hidden;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		z-index: 12;
		background-color: #070435;
		padding: 20px 20px 100px 20px;
		-webkit-transition: opacity 6s ease, -webkit-transform 0.8s ease;
		transition: opacity 6s ease, -webkit-transform 0.8s ease;
		-o-transition: transform 0.8s ease, opacity 6s ease;
		transition: transform 0.8s ease, opacity 6s ease;
		transition: transform 0.8s ease, opacity 6s ease, -webkit-transform 0.8s ease;
	}

	.sidebar.is-open {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-transition: -webkit-transform 0.8s ease, opacity 0.3s ease;
		-webkit-transition: opacity 0.3s ease, -webkit-transform 0.8s ease;
		transition: opacity 0.3s ease, -webkit-transform 0.8s ease;
		-o-transition: transform 0.8s ease, opacity 0.3s ease;
		transition: transform 0.8s ease, opacity 0.3s ease;
		transition: transform 0.8s ease, opacity 0.3s ease, -webkit-transform 0.8s ease;
	}

	.is-hidden {
		overflow-y: hidden;
	}

	.sidebar_container .main-header {
		margin-bottom: 32px;
	}

	.home .header-up .navbar-toggle img,
	body.page-template-about-us .header-up .navbar-toggle img {
		-webkit-filter: unset;
		filter: unset;
	}

	.mobile_nav .menu li a {
		font-size: 16px;
		font-weight: 500;
	}

	.mobile_nav .menu li {
		padding-top: 12px;
		padding-bottom: 12px;
		border-bottom: 1px solid #312D58;
	}

	.mobile_nav .menu li .sub-menu li {
		padding-bottom: 0;
		border: 0;
	}

	.mobile_nav .menu li .sub-menu {
		display: none;
	}

	.mobile_nav .arrow {
		height: 24px;
		width: 24px;
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
	}

	.sidebar_container {
		height: 100%;
	}

	.mobile_nav_main {
		height: 100%;
		overflow-y: auto;
	}

	.mobile_nav_main::-webkit-scrollbar {
		display: none;
	}

	.sidebar_container .menu li.active .arrow {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(-180deg);
	}

	.sidebar_container .footer_bottom_link {
		margin-top: 25px;
	}

	.sidebar_container .footer_social_link ul li,
	.sidebar_container .footer_bottom_link ul li {
		display: block;
		margin-bottom: 15px;
		margin-left: 0;
	}

	.sidebar_container .footer_social_link ul {
		text-align: left;
		margin-top: 12px;
	}

	.sidebar_container .footer_social_link ul li:first-child {
		margin-top: 12px;
	}

	.sidebar_container .footer_bottom_link ul {
		display: block;
	}

	.number-matter-sec .title {
		margin-bottom: 32px;
	}

	.number-matter-sec .title h4 {
		font-size: 22px;
	}

	.number-matter-col h2 {
		font-size: 40px;
	}

	.our-brands-sec {
		overflow: hidden;
		padding: 60px 0;
	}

	.brands-logo a {
		padding: 80px 20px;
	}

	.home section.main-banner {
		min-height: 680px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.home section.main-banner video {
		position: absolute;
		height: 100%;
		margin: 0;
		border-radius: 0;
		z-index: -1;
	}

	.image-content-right .wrap-image-slider,
	.image-content-left .wrap-image-slider {
		padding-right: 0;
		padding-left: 0;
	}

	.image-content-right .content-box-main,
	.image-content-left .content-box-main {
		width: 100%;
		border-radius: 0 0 20px 20px;
		position: relative;
		margin: -5px 0 0 0;
	}

	.image-content-right .clip-img,
	.image-content-left .clip-img {
		-webkit-mask-image: url(../images/image-clip-moblie-right.svg);
		mask-image: url(../images/image-clip-moblie-right.svg);
		border-radius: 0;
	}

	.image-content [data-aos=fade-in],
	.image-content [data-aos=fade-right],
	.image-content [data-aos=fade-left],
	.image-content {
		opacity: 1 !important;
		-webkit-transform: unset !important;
		-ms-transform: unset !important;
		transform: unset !important;
		-webkit-transition-duration: unset !important;
		-o-transition-duration: unset !important;
		transition-duration: unset !important;
		-webkit-transition-timing-function: unset !important;
		-o-transition-timing-function: unset !important;
		transition-timing-function: unset !important;
	}

	.contact-sec .built-industries-img {
		height: 380px;
	}

	.arrow-dots {
		right: calc((100% - 700px)/2);
	}

	.post-filter-select {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: 24px;
	}

	.blog-post-sec {
		padding: 40px 0 60px;
	}

	.home .image-content.image-content-right,
	.image-content-left {
		padding-top: 60px;
	}

}

@media only screen and (max-width: 767px) {

	a.btn,
	.btn {
		padding: 13.5px 24px;
	}

	.menu-item-has-children:hover .arrow {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	.arrow {
		height: 24px;
		width: 24px;
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
	}

	.home .banner-text {
		max-width: 330px;
	}

	.home .banner-text h1 br {
		display: none;
	}

	.our-brands-sec {
		background: url(../images/brand-mobile-shape.png);
		padding-top: 110px;
	}

	.our-brands-sec::after {
		display: none;
	}

	.our-brands-sec .heading-title p {
		color: rgba(255, 255, 255, 0.9);
	}

	.our-brands-main {
		padding: 40px 40px 0 40px;
	}

	.our-brands-main .row>div {
		margin-bottom: 10px;
		padding: 0;
	}

	.our-brands-main .row>div:last-child {
		margin-bottom: 0;
	}

	.our-brands-main .row {
		margin: 0 0 -10px 0;
	}

	.brands-logo a {
		padding: 77px 20px;
	}

	.brands-logo,
	.brands-col:before {
		border-radius: 14px;
	}

	.brands-col:before {
		background: -o-linear-gradient(top, rgba(114, 109, 190, 0.64) 0%, rgba(25, 20, 95, .64) 100%);
		background: linear-gradient(180deg, rgba(114, 109, 190, 0.64) 0%, rgba(25, 20, 95, .64) 100%);
	}

	.video_sec {
		margin-top: 0;
		padding-bottom: 0;
	}

	.video_sec .videoplay {
		margin: 0;
	}

	.menu-item-has-children {
		padding-right: 24px;
	}

	.number-matter-sec .title h4 {
		font-size: 18px;
	}

	.contact_us_sec:after {
		background-image: url('../images/footer-line-mbl.png');
		height: 60px;
	}

	.image-content-right.mb-80 {
		margin-bottom: 0;
	}

	.wpcf7 form .wpcf7-response-output {
		font-size: 16px;
	}

	.contact-sec {
		padding-top: 48px;
	}

	.single-gallery-slider {
		-webkit-clip-path: inset(-100vw -100vw -100vw 0);
		clip-path: inset(-100vw -100vw -100vw 0);
	}

	.gallery-img {
		margin-right: 12px;
	}

	.gallery-img-wrap img {
		border-radius: 12.533px;
	}

	.single-gallery-slider .slick-list {
		overflow: visible;
	}

	.mission-vision-wrap .row {
		margin: 0 0 -16px 0;
	}

	.mission-vision-wrap .row>div {
		padding: 0;
		margin-bottom: 16px;
	}

	.arrow-dots {
		position: static;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.arrow-dots ul.slick-dots li button {
		border: 2px solid #070435;
	}

	.arrow-dots ul.slick-dots li.slick-active button {
		background-color: #070435;
		border-color: #070435;
	}

	.wpcf7-not-valid-tip {
		font-size: 14px;
	}

	.blog-filter-listing {
		margin-bottom: 24px;
	}

	.blog-post-col span.post-cate {
		font-size: 12px;
		line-height: 16.8px;
	}

	.blog-post-sec {
		padding: 40px 0 40px;
		overflow: hidden;
	}


	.home .image-content.image-content-right,
	.image-content-left {
		padding-top: 40px;
	}

	.brands-logo img {
		min-height: unset;
	}

	.filter-label {
		display: none;
	}

	.gallery-img-wrap {
		padding-bottom: 72%;
	}

	.blog-post-img {
		padding-bottom: 77.5%;
	}
	.contact_us_sec  .content_block .btn {
		display: none;
	}
	.single-brand .fullwidth_img_sec {
		margin: 0;
	}
}

.benefits-description ul {
    display: block;
}
.benefits-description ul li {
    padding-left: 0px;
    list-style: disc;
    margin-left: 15px;
}

.page-id-1048 .built-industries-img {
    mask-image: none !important;
    mask-size: no;
    mask-repeat: no-repeat;
    position: relative;
    height: auto !important;
}