/*
Theme Name: Brooklyn Child
Theme URI: http://www.unitedthemes.com
Description: Creative Portfolio
Version: 4.9.5
Author: United Themes
Author URI: http://www.unitedthemes.com
Template: brooklyn
*/

.ut-loading-bar-style2 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	background-color: #000;
}

.ut-loading-bar-style2-ball-effect {
	position: relative;
	width: 100px !important;
	height: 100px !important;
	border-radius: 50% !important;
	margin: 20px !important;
	z-index: 1;
	background: linear-gradient(45deg, transparent 40%, #F5F5F5) !important;
	animation: spin 2s linear infinite !important;
}

.ut-loading-bar-style2-ball-effect:nth-child(2) {
	background: linear-gradient(45deg, transparent 40%, #989898) !important;
}

.ut-loading-bar-style2-ball-effect:nth-child(3) {
	background: linear-gradient(45deg, transparent 40%, #404040)!important;
}

.ut-loading-bar-style2-ball-effect::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 95px;
	height: 95px;
	background: #000;
	border-radius: 50%;
	z-index: 3;
	-webkit-transform: translate(1px, 5px);
	-ms-transform: translate(1px, 5px);
	-moz-transform: translate(1px, 5px);
	-o-transform: translate(1px, 5px);
	transform: translate(1px, 5px);
}

.ut-loading-bar-style2-ball-effect::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: linear-gradient(45deg, transparent 40%, #505050);
	z-index: 2;
	-webkit-filter: blur(40px);
	filter: blur(40px);
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		-webkit-filter: hue-rotate(0);
		filter: hue-rotate(0);
	}
	to {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-filter: hue-rotate(360deg);
		filter: hue-rotate(360deg);
	}
}

body * {
	-webkit-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

.hp-top-font h6 {
	font-size: 130px!important;
}

.section-top-padding {
	padding-top: 0px!important;
}

.home-line-height h6 {
	margin-bottom: 10px;
}

.about-top-section {
	padding-top: 75px!important;
}

.title-spacing {
	letter-spacing: 0.4em!important;
}

.browse-all-button a {
	padding: 25px!important;
}

.work-pg-title2 span {
	padding-left: 50px;
}

.abt-title1 span {
	padding-left: 220px;
}

.abt-title3 span {
	padding-left: 26vw;
}

.hp-title2 span {
	padding-left: 70px;
}

.hp-title3 span {
	padding-left: 250px;
}

.hp-title4 span {
	padding-left: 135px;
}

.location-outer-wrapper a,
.location-outer-wrapper p {
	text-decoration: none !important;
	padding-top: 8px;
	margin: 0px;
	display: inline-block;
}

.location-outer-wrapper a,
.location-outer-wrapper * {
	color: #ffffff !important;
	font-size: 18px;
	line-height: 27px;
}

input[type="text"],
input[type="email"],
select,
label,
.footer-cf-input,
.footer-cf-input textarea {
	font-size: 24px !important;
	font-family: NeueRegular;
	color: #ffffff;
	border-radius: 1px;
}

.footer-cf-input textarea {
	line-height: 30px;
}

.cf-with-light-bg input[type="text"],
.cf-with-light-bg input[type="email"],
.cf-with-light-bg select,
label {
	color: #000000;
}

.footer-cf-input input,
.footer-cf-input select,
.footer-cf-input textarea {
	border: 0px;
}

.cf-with-light-bg .footer-cf-input input,
.cf-with-light-bg .footer-cf-input select,
.footer-cf-input textarea {
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.cf-with-dark-bg .footer-cf-input input,
.cf-with-dark-bg .footer-cf-input select,
.footer-cf-input textarea {
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.wpcf7-form-control.wpcf7-submit.cf-submit {
	font-size: 15px !important;
	color: #000000;
	background-color: #ebebeb;
	font-family: NeueRegular;
	width: 256px;
	height: 64px;
	border-radius: 0;
}

.cf-with-light-bg .cf-submit:hover {
	background-color: #ebebeb !important;
	color: #000000 !important;
}

.submit.footer-cf-input {
	padding-top: 80px;
}

.footer-cf-file {
	padding-top: 16px;
}

.footer-cf-input label {
	padding: 0px 10px;
}

.wpcf7 .ild-button-holder {
	margin: inherit !important;
	width: auto;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wpcf7-not-valid-tip {
	padding: 0px 10px;
	font-size: 14px;
	line-height: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output {
	margin: 2em 0em 0em;
	padding: 0.5em 1em;
	line-height: 25px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

div.wpcf7 .ajax-loader {
	background-image: url("/wp-content/uploads/2020/07/cf-custom-ajax-loader.gif");
	width: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	margin: 0 0 0 20px;
}

.wpcf7-form .ajax-loader {
	display: inline !important;
}

.footer-address-text-big,
.footer-address-text-small {
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #fff;
	opacity: 0.6;
	font-family: "SMLi";
}

.footer-address-text-big {
	font-size: 14px;
	line-height: 21px;
}

.footer-address-text-small {
	font-size: 12px;
	line-height: 18px;
}

.office-location {
	padding-top: 32px;
}

.cf-with-dark-bg ::-webkit-input-placeholder {
	/* Edge */
	color: #ffffff !important;
}

.cf-with-dark-bg ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ffffff !important;
	opacity: 1;
}

.cf-with-dark-bg :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ffffff !important;
	opacity: 1;
}

.cf-with-dark-bg :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ffffff !important;
}

.cf-with-dark-bg ::placeholder {
	color: #ffffff !important;
}

.cf-with-light-bg ::-webkit-input-placeholder {
	/* Edge */
	color: #000000 !important;
}

.cf-with-light-bg ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #000000 !important;
	opacity: 1;
}

.cf-with-light-bg :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #000000 !important;
	opacity: 1;
}

.cf-with-light-bg :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000000 !important;
}

.cf-with-light-bg ::placeholder {
	color: #000000 !important;
}

input:focus,
textarea:focus,
select:focus,
.dark .wpcf7-form input:focus,
.dark .wpcf7-form textarea:focus,
.dark .wpcf7-form select:focus {
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

.ild-footer-container .vc_row {
	margin-top: 0px !important;
}

.mission-images {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.hp-img-anim .ut-fancy-image {
	background: none;
}

.hp-img-anim .ut-fancy-image img {
	opacity: 1;
}

.hp-img-anim .ut-fancy-image img:hover {
	opacity: 1;
	-webkit-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-webkit-transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);
	-ms-transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);
	-moz-transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);
	-o-transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);
	transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);
}

.hp-img-anim .ut-fancy-image figcaption::after {
	border-left: 0px;
	border-right: 0px;
}

.hp-img-anim .ut-fancy-image figcaption::before {
	border-top: 0px;
	border-bottom: 0px;
}

.hp-img-anim .ut-fancy-image figcaption h3 {
	-webkit-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	font-size: 15px;
	font-family: NeueRegular;
}

.hp-img-anim .ut-fancy-image figcaption {
	position: relative;
	padding: 0px;
	color: #000;
	flex-direction: row;
	justify-content: left;
	margin-top: 20px;
}

.hp-img-anim .ut-fancy-image:hover img {
	opacity: 1;
}

.hp-img-anim .ut-fancy-image figcaption h3::after {
	content: '\2192';
	position: absolute;
	left: 329px;
	font-size: 30px;
	color: #111;
}


/*custom css written by rahul*/

#header-section .grid-container {
	max-width: 90vw !important;
}

.ild-custom-single-page,
.page .vc_section {
	padding-top: 0px !important;
}

.ild-custom-single-page .wpb_content_element,
.page .vc_section .wpb_content_element {
	margin-bottom: 0px !important;
}

.ild-custom-single-page h1,
.ild-custom-single-page h2,
.ild-custom-single-page h3,
.ild-custom-single-page h4,
.ild-custom-single-page h5,
.ild-custom-single-page h6 {
	text-align: center !important;
	text-transform: uppercase !important;
}

.ild-custom-single-page p {
	text-align: center !important;
}

.ut-custom-heading-module {
	margin-bottom: 0px;
}


/*custom padding*/

.custom-padding-bottom-200 {
	padding-bottom: 200px;
}

.custom-padding-bottom-150 {
	padding-bottom: 150px;
}

.custom-padding-bottom-120 {
	padding-bottom: 120px;
}

.custom-padding-bottom-100 {
	padding-bottom: 100px;
}

.custom-padding-bottom-96 {
	padding-bottom: 96px;
}

.custom-padding-bottom-78 {
	padding-bottom: 78px;
}

.custom-padding-bottom-64 {
	padding-bottom: 64px;
}

.custom-padding-bottom-50 {
	padding-bottom: 50px;
}

.custom-padding-bottom-40 {
	padding-bottom: 40px;
}

.custom-padding-top-250 {
	padding-top: 250px;
}

.custom-padding-top-200 {
	padding-top: 200px;
}

.custom-padding-top-150 {
	padding-top: 150px;
}

.custom-padding-top-120 {
	padding-top: 120px;
}

.custom-padding-top-100 {
	padding-top: 100px;
}

.custom-padding-top-78 {
	padding-top: 78px;
}

.custom-padding-top-64 {
	padding-top: 64px;
}

.custom-padding-top-50 {
	padding-top: 50px;
}

.custom-padding-top-40 {
	padding-top: 40px;
}


/*custom margins*/

.custom-margin-bottom-96 {
	margin-bottom: 96px;
}

.custom-margin-bottom-40 {
	margin-bottom: 40px;
}

.custom-margin-bottom-32 {
	margin-bottom: 32px;
}

.ild-text-center {
	text-align: center;
}

.ild-text-left {
	text-align: left;
}

.ild-text-right {
	text-align: right;
}

.ild-custom-section-width-50 .wpb_column {
	width: 50vw;
	width: calc(50vw + 40px);
}

.ild-custom-section-width-88 .wpb_column {
	width: 88.69vw;
	width: calc(88.69vw + 40px);
}

.ild-products-list-container .wpb_wrapper {
	width: 50.89vw;
}

.ild-custom-section-width-50 .wpb_column,
.ild-custom-section-width-88 .wpb_column {
	margin: 0px auto;
	float: none;
}

.ild-products-list-right .wpb_wrapper {
	float: right;
}


/*change theme styles*/

.ut-primary-custom-skin {
	box-shadow: initial;
}

.ha-header {
	z-index: 4;
	background: transparent !important;
	border-bottom: none;
}

.black-section {
	background-color: #000000;
	-webkit-transition: background-color 0.5s ease !important;
	-ms-transition: background-color 0.5s ease !important;
	-moz-transition: background-color 0.5s ease !important;
	-o-transition: background-color 0.5s ease !important;
	transition: background-color 0.5s ease !important;
}

#contact-section {
	background-image: url("/wp-content/uploads/2020/07/ild-logo-bg.png");
	background-repeat: no-repeat;
	background-position: 130% center;
	background-size: 54%;
}

.black-section-light-dark {
	background-color: #111111;
	-webkit-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}


/*page background styles*/

.grid-background-container {
	position: fixed;
	z-index: 100;
	/*Top Most layer*/
	pointer-events: none;
}

.grid-background-image {
	opacity: 0.02;
	max-width: max-content;
}

.grid-background-container-div {
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	left: 0px;
	top: 0px;
	position: fixed;
}

.grid {
	display: grid;
	grid-gap: 3.57vw;
}

.ild-grid-1 {
	grid-template-columns: repeat(1, 1fr);
}

.ild-grid-2 {
	grid-template-columns: repeat(2, 1fr);
}

.ild-grid-3 {
	grid-template-columns: repeat(3, 1fr);
}

.ild-grid-4 {
	grid-template-columns: repeat(4, 1fr);
}

.ild-item .ild-image {
	overflow: hidden;
}

.ild-item .ild-image img {
	-o-object-fit: contain!important;
	object-fit: contain!important;
	-o-object-position: center!important;
	object-position: center!important;
	/*height: 23.809524vw;*/
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: transform .4s cubic-bezier(.215, .61, .355, 1)!important;
	-ms-transition: transform .4s cubic-bezier(.215, .61, .355, 1)!important;
	-moz-transition: transform .4s cubic-bezier(.215, .61, .355, 1)!important;
	-o-transition: transform .4s cubic-bezier(.215, .61, .355, 1)!important;
	transition: transform .4s cubic-bezier(.215, .61, .355, 1)!important;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1)!important;
	-ms-transition-timing-function: cubic-bezier(.215, .61, .355, 1)!important;
	-moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1)!important;
	-o-transition-timing-function: cubic-bezier(.215, .61, .355, 1)!important;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)!important;
}
.ild-teams-item-container .ild-item .ild-image img{
   	height: 23.809524vw;
}
.ild-item a:hover .ild-image img,
.ut-blog-grid-article .ut-blog-grid-article-inner:hover img {
	-webkit-transform: scale(1.1)!important;
	-ms-transform: scale(1.1)!important;
	-moz-transform: scale(1.1)!important;
	-o-transform: scale(1.1)!important;
	transform: scale(1.1)!important;
}

.ild-item a:hover .ild-name .title-arrow img {
	opacity: 0.5;
	-webkit-transition: opacity 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: opacity 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-ms-transition: opacity 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: opacity 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: opacity 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-ms-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.ild-item a:hover .ild-name .title-arrow img {}

.ild-item .ild-name {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	line-height: 20px !important;
	text-transform: uppercase;
	padding-top: 1.25rem;
}

.ild-item .ild-name span.title {
	width: 80%;
}

.font-neue-regular {
	font-family: NeueRegular;
}

.ild-number,
.ild-location,
.ut_header .section-title,
.ild-project-type {
	text-transform: uppercase;
	text-align: center !important;
	letter-spacing: 2px;
}

.ild-number {
	font-size: 24px;
	line-height: 36px;
}

.ild-location,
.ild-project-type {
	font-size: 14px;
	line-height: 21px;
}

.section-header .section-title {
	font-size: 48px !important;
	line-height: 72px !important;
	letter-spacing: 15px !important;
	color: #111111 !important;
}

.section-header {
	margin-bottom: 40px !important;
}

.ild-partners .section-header,
.ild-featured-products-page .section-header,
.ild-featured-projects-page .section-header,
.ild-services-page .section-header,
.ild-des-dev-approach-page .section-header {
	margin-bottom: 96px !important;
}

.single-portfolio .ild_hide_services,
.single-portfolio .ild_hide_design,
.single-portfolio .ild_hide_team {
	display: none;
}

.ild-quotes-text {
	font-size: 30px !important;
	line-height: 42px;
	font-weight: 700;
}

.ild-paragraph-heading {
	font-size: 18px !important;
	line-height: 27px;
	letter-spacing: 4px !important;
}

.ild-paragraph-heading-big {
	font-size: 34px !important;
	line-height: 51px;
	letter-spacing: 15px !important;
}

.intro-paragraph-text {
	font-size: 30px;
	line-height: 42px
}

.paragraph-text {
	font-size: 20px;
	line-height: 30px;
}

p,
dd,
pre,
ul,
ol,
dl {
	margin-bottom: 24px;
}

.paragraph-text ul {
	margin: 0;
	text-align: center;
	list-style: none;
}

.ild-gray-text {
	color: #aaaaaa;
}

.ild-text-color-black-100 {
	color: #111111;
}

.ild-text-color-black-200 {
	color: #222222;
}

.ild-opacity-50 {
	opacity: 0.5;
}

.image-gallery-grid .wpb_wrapper {
	display: grid;
}

.image-gallery-grid-3 .wpb_wrapper {
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 4.17vw;
}

.image-gallery-grid-2 .wpb_wrapper {
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 3.57vw;
}

.image-gallery-grid-3 .wpb_wrapper .wpb_content_element:nth-child(2),
.image-gallery-grid-3 .wpb_wrapper .wpb_content_element:nth-child(5),
.image-gallery-grid-3 .wpb_wrapper .wpb_content_element:nth-child(8),
.image-gallery-grid-3 .wpb_wrapper .wpb_content_element:nth-child(11),
.image-gallery-grid-3 .wpb_wrapper .wpb_content_element:nth-child(14),
.image-gallery-grid-3 .wpb_wrapper .wpb_content_element:nth-child(17),
.image-gallery-grid-3 .wpb_wrapper .wpb_content_element:nth-child(20),
.image-gallery-grid-3 .wpb_wrapper .wpb_content_element:nth-child(23) {
	margin-top: 60px;
	margin-top: 3.57vw;
}


/*animated button*/

.ild-button-holder {
	width: 16rem;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ild-button p {
	margin-bottom: 0px;
}

.ild-button {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: .75rem;
	position: relative;
	overflow: hidden;
	line-height: 1;
	height: 4rem;
}

.button-background {
	width: 30rem;
	-webkit-transform: rotate(5deg) translate3d(-4rem, 2rem, 0);
	-ms-transform: rotate(5deg) translate3d(-4rem, 2rem, 0);
	-moz-transform: rotate(5deg) translate3d(-4rem, 2rem, 0);
	-o-transform: rotate(5deg) translate3d(-4rem, 2rem, 0);
	transform: rotate(5deg) translate3d(-4rem, 2rem, 0);
	z-index: 0;
	left: 0;
	bottom: 0;
	position: absolute;
}

.button-first-text-container,
.button-second-text-container {
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
	top: 1.5rem;
	width: 16rem;
	text-align: center;
	position: absolute;
	overflow: hidden;
	height: 1rem;
}

.button-first-text span,
.button-second-text span {
	display: inline-block;
	white-space: pre-wrap;
}

.button-second-text span {
	-webkit-transform: translateY(1rem);
	-ms-transform: translateY(1rem);
	-moz-transform: translateY(1rem);
	-o-transform: translateY(1rem);
	transform: translateY(1rem);
}

.btn-bg-black {
	background-color: #000;
}

.btn-bg-black .button-background {
	background-color: #efefef;
}

.btn-bg-black .button-text-white {
	color: #fff;
}

.btn-bg-black .button-text-black {
	color: #111;
}

.ild-button-holder button {
	width: 100%;
	border: 0px !important;
	cursor: pointer;
	padding: 0px;
}

.btn-bg-gray {
	background-color: #efefef;
}

.btn-bg-gray .button-background {
	background-color: #000;
}

.btn-bg-gray .button-text-white {
	color: #111;
}

.btn-bg-gray .button-text-black {
	color: #fff;
}

.ild-custom-button-group .wpb_wrapper {
	display: grid;
	grid-template-columns: -webkit-max-content -webkit-max-content;
	grid-template-columns: max-content max-content;
	grid-column-gap: 50px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ild-products-list-container .wpb_wrapper .ild-grid-2 {
	grid-column-gap: 3.27vw;
	grid-row-gap: 2.4vw;
}

.ild-products-list-container .wpb_wrapper .ild-grid-2 .ild-image img {
	background: transparent;
	padding: 0px;
	height: auto;
}


/*button end here*/


/*page hero section start here*/

.hero-section {
	z-index: 4;
	position: relative;
	width: 74.82vw;
	margin: 0px auto;
}

.title-heading--main-text {
	font-size: 10.5vw;
	font-family: SMLI;
	text-transform: uppercase;
	color: #111;
	line-height: 1;
	font-weight: 500;
}

.hero-heading-text {
	white-space: nowrap;
	float: none;
	margin-right: 0;
	cursor: default;
	overflow: hidden;
}

.title-heading-main-text {
	margin-top: -1rem;
}

.title-heading-main-text-0 {
	text-align: center;
	opacity: .5;
	margin-top: 0;
}

.title-heading-main-text-1 {
	opacity: .6;
}

.title-heading-main-text-2 {
	text-align: right;
	opacity: .7;
}

.title-heading-main-text-3 {
	margin-left: 9.28vw;
	opacity: .8;
}

.title-heading-main-text-4 {
	opacity: .9;
}

.title-heading-main-text {
	margin-bottom: 0px;
	-webkit-transform: translate(0px, 100%);
	-ms-transform: translate(0px, 100%);
	-moz-transform: translate(0px, 100%);
	-o-transform: translate(0px, 100%);
	transform: translate(0px, 100%);
}

.page-top-hero-section {
	margin-top: -84px;
	background-color: #ffffff;
	-webkit-transition: background-color 0.5s ease !important;
	-ms-transition: background-color 0.5s ease !important;
	-moz-transition: background-color 0.5s ease !important;
	-o-transition: background-color 0.5s ease !important;
	transition: background-color 0.5s ease !important;
}

.ild-hero-section-container {
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
}

.ut-owl-gallery-slider-wrap .owl-theme .owl-dots .owl-dot span {
	border: 1px solid #ffffff !important;
	background: transparent;
}

.owl-theme .owl-dots .owl-dot {
	display: block !important;
}

.ut-owl-gallery-slider-wrap .owl-theme .owl-dots .owl-dot.active span,
.ut-owl-gallery-slider-wrap .owl-theme .owl-dots .owl-dot:hover span {
	background: #ffffff !important;
}

.ut-owl-gallery-slider-wrap .owl-dots {
	top: 50% !important;
	width: 5% !important;
	bottom: inherit !important;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ild-custom-single-page .ut-owl-gallery-slider-wrap {
	padding-bottom: 100px;
}

.ild-custom-single-page.ild-no-padding-bottom .ut-owl-gallery-slider-wrap {
	padding-bottom: 0px;
}

.ild-projects .ut-owl-gallery-slider-wrap .ut-owl-gallery-slider.custom-padding-bottom-100 {
	padding-bottom: 0px;
}

.grid-container,
.ut-top-header-centered .ut-header-inner,
#ut-overlay-menu.ut-overlay-menu-centered .ut-overlay-menu-row {
	max-width: calc(78.57vw + 40px)!important;
}

#ut-portfolio-navigation-wrap,
#ut-portfolio-navigation-wrap .ut-prev-portfolio,
#ut-portfolio-navigation-wrap .ut-next-portfolio,
#ut-portfolio-navigation-wrap .ut-main-portfolio-link {
	text-transform: capitalize;
}


/*footer style*/

.ild-footer-container {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.ild-footer-container-contact .vc_row .vc_column_container.vc_col-sm-12 {
	width: 82.14vw;
	width: calc(82.14vw + 40px);
	margin: 0 auto;
	float: none;
	padding: 150px 0px 150px !important;
}

.ild-footer-container-contact-info {
	display: grid;
	grid-template-columns: -webkit-max-content 1fr;
	grid-template-columns: max-content 1fr;
	grid-column-gap: 20.833vw;
}

.ild-footer-map .wpb_gmaps_widget .wpb_wrapper {
	background-color: #F2F1F0;
	padding: 0px;
}

.ild-footer-map .wpb_map_wraper {
	height: 70.85vh;
}

.ild-footer-map .wpb_map_wraper iframe {
	height: 100%;
}

.ild-footer-container-contact-info .wpb_column {
	width: auto;
	float: none;
}

.ild-footer-container-contact-info:before,
.ild-footer-container-contact-info:after {
	content: none !important;
}

.ild-footer-container-contact-info .wpcf7 {
	width: 41.07vw;
}

.ild-footer-container-contact-info .vc_column-inner {
	padding: 0px !important;
}

footer .menu {
	display: flex;
	justify-content: center;
}

footer .menu .menu-item:first-child:before {
	content: "";
}

footer .widget_nav_menu li {
	padding-left: 15px;
	padding-right: 10px;
}

footer .widget_nav_menu li:last-child {
	padding-right: 15px;
}

footer .widget_nav_menu li::before {
	content: "/";
}

footer .widget-container {
	margin-bottom: 0px;
}

footer .widget-container:nth-child(2) {
	font-size: 14px;
	line-height: 24px;
}

footer .widget-container:nth-child(2) p {
	margin-bottom: 0px;
}

footer .menu-item {
	opacity: 1;
	margin-left: initial;
	margin-right: inherit;
}

footer {
	padding-top: 0px !important;
	text-align: center;
}

footer .ut-footer-area {
	padding: 60px 0px !important;
}

footer .menu-item {
	font-family: 'NeueRegular' !important;
}

footer .widget_text a:hover {
	text-decoration: underline;
}

footer .grid-container {
	max-width: calc(82.14vw + 40px) !important;
}

footer .grid-container,
footer .grid-container .grid-100 {
	padding: 0px !important;
}

.black-section .btn-bg-gray .button-background {
	background-color: #ffffff;
}

.black-section .btn-bg-gray .button-text-black {
	color: #111111;
}


/*about page css style*/

.image-gallery-with-overflow .image-gallery-grid-3 .wpb_wrapper {
	grid-template-columns: 29.75vw 29.75vw 29.75vw;
	grid-column-gap: 10.73vw;
}

.ild-stats-section-wrapper {}

.ild-stats-section-grid {
	overflow: hidden;
}

.ild-stats-section-grid .about-us-stats-section-container-grid {
	display: grid;
	grid-template-columns: 29.76vw 29.76vw 29.76vw 29.76vw 29.76vw 8.92vw;
	grid-column-gap: 2.38vw;
	padding-left: 8.92vw;
}

.ild-stats-section-grid .about-us-stats-section-container-grid .stats-item-container {
	text-align: center;
}

.ild-stats-section-grid .about-us-stats-section-container-grid .stats-number {
	font-size: 10.5vw;
	font-family: "SMLi";
	line-height: 1.5;
}

.ild-stats-section-grid .about-us-stats-section-container-grid .stats-info-container {
	font-size: 22px;
	padding-top: 40px;
}

.ild-stats-section-grid .stats-item-container:nth-child(2n) {
	margin-top: 3.57vw;
}

.about-us-logo-image {
	text-align: center;
}


/*header and overlay animation*/

.sidebar-fixed-section {
	z-index: 50;
	right: 0;
	position: fixed;
	width: 100vh;
	display: flex;
	justify-content: space-between;
	-webkit-transform: rotate(-270deg) translate(95px, 100%);
	-ms-transform: rotate(-270deg) translate(95px, 100%);
	-moz-transform: rotate(-270deg) translate(95px, 100%);
	-o-transform: rotate(-270deg) translate(95px, 100%);
	transform: rotate(-270deg) translate(95px, 100%);
	bottom: 95px;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	padding: 20px 40px;
	mix-blend-mode: difference;
}

.sidebar-fixed-section-grid--div {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	overflow-y: hidden;
}

.sidebar-fixed-section-grid--menu {
	text-transform: uppercase;
	font-size: .75rem;
	color: #bababa !important;
	text-align: right;
	display: block;
	padding: 10px 30px;
}

.sidebar-fixed-section-grid--dark-mode,
.sidebar-fixed-section-grid--email {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	text-transform: uppercase;
	font-size: .75rem;
	color: #bababa !important;
	margin: 0px;
	padding: 10px 30px;
	font-weight: 100;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	display: block;
}

.sidebar-fixed-section-grid--dark-mode {
	pointer-events: auto;
}

.menu-outer {
	z-index: 40;
	width: 100vw;
	width: calc(100vw - var(--scrollbar-width));
	position: fixed;
	height: 100vh;
}

.menu--container,
.menu-container--content {
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
}

.menu-background {
	width: 100%;
	height: 0;
	left: 0;
	top: 0;
	position: absolute;
	background-color: #111;
}

.menu-container--content {
	width: 90vw;
	height: 100vh;
	position: relative;
}

.menu-container-content--titles {
	z-index: 50;
	width: 100%;
	position: absolute;
}

.menu-container-content-titles--grid .custom-menu-class ul {
	display: grid;
	grid-template-columns: repeat(6, -webkit-max-content);
	grid-template-columns: repeat(6, max-content);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 3vw;
	margin: 0;
	overflow-y: hidden;
}

.menu-item {
	line-height: 1.5;
	font-family: "SMLi";
	text-transform: uppercase;
	color: #fff;
	opacity: .3;
	display: block;
	overflow-y: hidden;
}

.menu-item a {
	color: inherit;
	display: block;
}

.menu-item a:hover {
	color: inherit;
}

.menu-container-content--rotating-pictures {
	width: 25vw;
	height: 60vh;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
	position: absolute;
}

.animation-rotation {
	width: 12.5vw;
	height: 30vh;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
	position: absolute;
	opacity: 0;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 100%;
}

.hide-on-desktop {
	display: none !important;
}

.hidden {
	display: none;
}

.pointer-events-none {
	pointer-events: none;
}

.pointer-events-auto {
	pointer-events: auto;
}

.overflow-y-hidden {
	overflow-y: hidden;
}

.text-gray-900 {
	color: #111;
}

.text-white {
	color: #fff !important;
}

.opacity-30 {
	opacity: .3;
}

.ild-partners.ild-custom-single-page .ut-animated-image {
	width: 384px;
	background: #efefef;
}

.about-services-carousel .ut-react-carousel-titles-wrap {
	display: none;
}

.ild-teams-item-container .ild-item .ild-image img {
	-o-object-fit: cover !important;
	object-fit: cover !important;
	-o-object-position: top !important;
	object-position: top !important;
}

.vc_section-remove-padding {
	padding: 0px !important;
}


/* portfolio react slider styles*/

@media screen and (min-width: 1025px) {
	.ut-react-grid {
		grid-template-columns: repeat(3, calc((100%) / 3)) !important;
		grid-column-gap: 5.95vw !important;
	}
	.ut-vc-120.vc_section>.vc_row+.vc_row-full-width+.vc_row {
		margin-top: 0px !important;
	}
}

.ut-portfolio-wrap.ut-react-grid {
	padding-left: 75px;
}

.react-silder-with-light-bg .ut-portfolio-wrap.ut-react-grid {
	background: #ffffff;
	-webkit-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

.ut-react-carousel-img {
	width: calc(100%);
	padding: 0px 60px;
}

.ut-react-carousel-title p {
	font-size: 3.5vw;
	letter-spacing: 15px;
	font-family: "SMLI";
	text-transform: uppercase;
	text-align: center;
	line-height: 3.5vw;
	margin-bottom: 0px;
	mix-blend-mode: difference;
	color: #efefef;
}

.ut-react-carousel-numberr,
.ild-image-with-number-grid .ild-custom-number {
	font-size: 24px !important;
	line-height: 36px !important;
	letter-spacing: 2px;
	font-family: "SMLI";
	color: #111111;
	margin-bottom: 0px;
}

.ut-react-carousel-img {
	width: 100% !important;
}

.ut-react-carousel,
.ut-react-carousel-interaction {
	left: 0%;
	width: 100%;
}

.ut-react-carousel-titles-wrap {
	mix-blend-mode: difference;
	left: 75px;
}

.ild-ut-react-carousel-footer-title-wrap {
	display: grid;
	grid-template-columns: 7.14vw 1fr;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
	margin-top: 40px;
}

.ild-ut-react-carousel-footer-title-line {
	border-top: 1px solid #111111;
}

p.ild-ut-react-carousel-footer-title {
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #111111;
	line-height: 21px;
	font-size: 14px !important;
	margin: 0px;
}

.ut-react-carousel-container .ut-portfolio-wrap figure:nth-child(2n+1) {
	margin-top: 60px;
	margin-top: 3.57vw;
}

.black-section .ild-ut-react-carousel-footer-title,
.black-section .ut-react-carousel-numberr {
	color: #ffffff;
}

.black-section .ild-ut-react-carousel-footer-title-line {
	border-color: #ffffff;
}

.ild-image-with-number-grid .wpb_text_column .wpb_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5.57vw;
}

.ild-image-with-number-grid .wpb_text_column .wpb_wrapper .ild-image-with-number-item img {
	padding: 0px 60px;
	width: 100%;
	border-radius: 0px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: transform .4s cubic-bezier(.215, .61, .355, 1);
	-ms-transition: transform .4s cubic-bezier(.215, .61, .355, 1);
	-moz-transition: transform .4s cubic-bezier(.215, .61, .355, 1);
	-o-transition: transform .4s cubic-bezier(.215, .61, .355, 1);
	transition: transform .4s cubic-bezier(.215, .61, .355, 1);
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-ms-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.ild-image-with-number-grid .wpb_text_column .wpb_wrapper .ild-image-with-number-item img:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.ild-image-with-number-grid .wpb_text_column {
	width: 71.5vw;
	margin: 0px auto;
}

.ut-portfolio-item figure img {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	/*height: 23.809524vw;
	height: calc((78.57vw - 80px) / 3);
	background: #efefef;*/
	object-fit: cover;
	width: 100%;
}

/*.ut-portfolio-item figure {
	background: #efefef;
}*/

.ild-portfolio-gallery-grid-3 .ut-portfolio-article .portfolio-title {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	padding-top: 1.25rem;
	margin: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ild-portfolio-gallery-grid-3 .ut-portfolio-article .portfolio-title .title {
	width: 80%;
}

.ut-portfolio-menu.ut-portfolio-menu-40 li {
	margin: 0px !important;
}

.wp-night-mode-on .ut-portfolio-wrap .ut-portfolio-menu li a {
	color: rgba(239, 239, 239, 0.5) !important;
}


/*glossary page css styles*/

.lwpglsArchive-columns-2 .lwpglsArchive_column {
	width: 100%;
	margin-left: 0;
}

.lwpglsArchive_column {
	float: none;
	margin-bottom: 40px;
}

.lwpglsArchive_letter {
	font-size: 80px;
	line-height: 80px;
	font-family: "SMLi";
	margin-top: 40px;
}

.lwpglsArchive_term {
	border: 1px solid #EAEAEA;
	padding: 25px 20px;
	margin-top: 0px;
}

.lwpglsArchive_term_title {
	text-transform: uppercase;
	font-family: "SMLi";
	color: #000;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 2px;
	font-weight: 600;
}

.lwpglsArchive_terms_content {
	font-size: 16px;
	line-height: 20px;
	color: #a2a2a2;
	margin: 0px;
	margin-top: 10px;
}


/*archive page css styles*/

/*.entry-thumbnail img {
	height: 23.809524vw;
	object-fit: cover;
	background-color: #efefef!important;
}*/

.ut-blog-grid-article .entry-title {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	padding-top: 20px;
	font-family: 'NeueRegular';
	color: #111111 !important;
}

.ut-blog-grid-content-wrap {
	padding: 0;
}

.entry-header {
	margin-bottom: 0px;
}

.ut-blog-grid-article-inner,
.ut-blog-layout-list-article-inner,
.ut-blog-mixed-large-article-large {
	border-width: 0px;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	background: transparent;
}

.ut-blog-grid-article-inner,
.ut-blog-layout-list-article-inner,
.ut-blog-mixed-large-article-large,
.ut-blog-grid .entry-thumbnail figure {
	border-radius: 0 !important;
}

.ut-blog-grid-content-wrap {
	display: block;
}

.hero .parallax-scroll-container .parallax-image-container {
	background-image: none !important;
}

.hero-title {
	font-size: 48px !important;
	line-height: 72px !important;
	letter-spacing: 15px !important;
	text-transform: uppercase;
}


/* cursor css styles*/

.ut-hover-cursor {
	mix-blend-mode: difference;
}

.ut-hover-cursor[data-skin="dark"] svg ellipse.circle {
	stroke: transparent;
	fill: #fff;
}

.ut-hover-cursor svg ellipse.circle-animation {
	fill: #ffffff;
}

.ut-hover-cursor[data-skin="dark"] svg ellipse.circle-animation {
	stroke: transparent;
}

.ut-hover-cursor[data-skin="dark"] svg ellipse.circle-inner {
	fill: #ffffff;
}

.ut-hover-cursor[data-skin="dark"] svg .plus {
	fill: #ffffff;
}

.ut-hover-cursor[data-skin="dark"] svg .arrow {
	fill: #ffffff;
}

.ut-hover-cursor[data-skin="dark"] svg .cross-left,
.ut-hover-cursor[data-skin="dark"] svg .cross-right {
	fill: #ffffff;
}

.ut-hover-cursor[data-skin="dark"] svg .play {
	fill: #ffffff;
}


/* studio page settings*/

.ild-blog-menu li a {
	font-size: 14px;
	background: 0 0;
	padding: 10px;
	line-height: 100%;
	color: #777;
	display: inline-block;
	-webkit-transition: all .4s cubic-bezier(.215, .61, .355, 1);
	-ms-transition: all .4s cubic-bezier(.215, .61, .355, 1);
	-moz-transition: all .4s cubic-bezier(.215, .61, .355, 1);
	-o-transition: all .4s cubic-bezier(.215, .61, .355, 1);
	transition: all .4s cubic-bezier(.215, .61, .355, 1);
}

.ild-blog-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	display: block;
}

.ild-blog-menu-wrap {
	display: block;
	text-align: center;
	margin-bottom: 100px;
	text-align: left;
}

.ild-blog-menu li {
	display: inline-block;
	list-style: none;
	position: relative;
	margin-right: 10px;
}

.ild-blog-menu li:last-child {
	margin-right: 0px;
}

.ild-blog-menu li a {
	color: rgba(17, 17, 17, 0.3) !important;
	text-transform: uppercase !important;
	font-weight: 400 !important;
}

.ild-blog-menu li a:hover {
	color: rgba(17, 17, 17, 1) !important;
}

.ild-blog-menu li:first-child a {
	color: #ffffff !important;
	background: #111111 !important;
	border-color: #111111 !important;
}

.ild-blog-wrap .ild-item .ild-image img {
	-o-object-fit: cover !important;
	object-fit: cover !important;
	-o-object-position: top !important;
	object-position: top !important;
}

.ild-category-holder,
.ild-team-member-holder {
	font-size: 12px;
	line-height: 18px;
	color: rgba(17, 17, 17, .5);
	margin-top: 10px;
	text-transform: uppercase;
}

.ild-category-holder a,
.ild-team-member-holder span {
	color: rgba(17, 17, 17, .5) !important;
	text-transform: inherit;
}

.ild-category-holder a {
	display: inline !important;
}

.ild-category-holder a:hover {
	color: rgba(17, 17, 17, 1) !important;
}

.ild-blog-pagination {
	margin: 100px auto 0px auto;
	font-size: 12px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.ild-blog-pagination .page-numbers.current,
.ild-blog-pagination .page-numbers.current:hover {
	background: #151515;
	border-color: #151515;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
	padding: 8px 12px;
	line-height: initial;
	border: 1px solid;
}

.ild-blog-pagination a {
	margin-right: 10px;
	padding: 8px 12px;
	background: 0 0;
	color: #888;
	text-decoration: none !important;
	border: 1px solid #888;
	-webkit-transition: all .4s cubic-bezier(.215, .61, .355, 1);
	-ms-transition: all .4s cubic-bezier(.215, .61, .355, 1);
	-moz-transition: all .4s cubic-bezier(.215, .61, .355, 1);
	-o-transition: all .4s cubic-bezier(.215, .61, .355, 1);
	transition: all .4s cubic-bezier(.215, .61, .355, 1);
}

.ild-blog-pagination a:hover {
	color: #151515;
	border-color: #151515;
}

.single-post #ut-hero,
#ut-custom-hero {
	background: #ffffff !important;
}

.single-post #ut-hero {
	height: auto !important;
	min-height: auto !important;
	overflow: visible;
	padding-top: 84px;
}

.single-post #ut-hero .hero-title {
	color: #111111;
	width: 80%;
	margin: 0px auto 40px;
	display: block;
}

.single-post .ut-hero-meta-description-holder a {
	color: #aaaaaa;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	letter-spacing: 2px;
}

.single-post .ut-hero-meta-description-holder a:hover {
	color: rgba(17, 17, 17, 1);
}

.hdb {
	margin-bottom: 96px;
	margin-top: 0px;
}

.single-post .main-content-background {
	padding-top: 0px;
	padding-bottom: 0px;
}

.vc_icon_element,
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0px !important;
}

#primary>.post:last-child {
	margin-bottom: 0px !important;
}

h2.entry-title:after {
	content: url("/wp-content/uploads/2020/06/right_small_arrow.svg");
	padding-left: 40px;
}

.blog .ut-blog-classic-article h2.entry-title a,
.blog .ut-blog-mixed-large-article-large h2.entry-title a,
.blog .ut-blog-layout-list h2.entry-title,
.blog .ut-blog-grid h2.entry-title,
.archive .ut-blog-grid h2.entry-title,
.search .ut-blog-grid h2.entry-title,
.comment-author h6 a {
	color: rgba(17, 17, 17, 1) !important;
	display: flex;
	justify-content: space-between;
}

.blog .main-content-background,
.archive .main-content-background,
.search-results .main-content-background {
	padding-top: 150px;
	padding-bottom: 200px;
}

.ut-blog-grid .post,
.ut-blog-grid .hentry {
	padding: 0px;
	margin-bottom: 0px;
	width: 100%;
	float: none;
}

.ut-blog-grid .post .ut-blog-grid-article-inner .ut-blog-link,
.ut-blog-grid .hentry ut-blog-grid-article-inner .ut-blog-link {
	-webkit-transition: opacity 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-ms-transition: opacity 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: opacity 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: opacity 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: opacity 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-ms-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.ut-blog-grid .post .ut-blog-grid-article-inner:hover .ut-blog-link,
.ut-blog-grid .hentry ut-blog-grid-article-inner:hover .ut-blog-link {
	opacity: 0.5;
}

.archive .grid-parent {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.ut-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 3.57vw;
	margin: 0px;
}

.ut-blog-grid:before,
.ut-blog-grid:after {
	display: none !important;
}

.ild-pagination {
	margin-bottom: 0px;
}

.single .grid-90 {
	float: none;
	width: 100%;
	margin: 0px;
}

.ut-portfolio-menu-wrap {
	margin-bottom: 100px !important;
}

.ut-portfolio-wrap .ut-portfolio-menu li a {
	font-style: initial !important;
	color: rgba(17, 17, 17, 0.3) !important;
	text-transform: uppercase;
	border: 0px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 14px;
}

.ut-portfolio-wrap .ut-portfolio-menu li a:hover {
	color: rgba(17, 17, 17, 1) !important;
}

.ut-portfolio-menu li a.selected,
.ut-portfolio-menu li a.selected:hover {
	color: #FFFFFF !important;
	background: #111111 !important;
	border-color: #111111 !important;
}

.ut-portfolio-item a {
	text-align: left !important;
}

.ut-portfolio-item:hover .title-arrow img {
	-webkit-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	transform: scale(1) !important;
}

.ut-portfolio-item .portfolio-title,
.ut-blog-grid-article .ut-blog-grid-article-inner .entry-header {
	-webkit-transition: opacity 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-ms-transition: opacity 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: opacity 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: opacity 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: opacity 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-ms-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.ut-portfolio-item:hover .portfolio-title,
.ut-blog-grid-article .ut-blog-grid-article-inner:hover .entry-header {
	opacity: 0.5;
}

.ut-portfolio-item a {
	width: 100% !important;
	height: 100% !important;
	left: 0px !important;
	top: 0px !important;
	display: block;
}

.single-post-category-links {
	text-align: center;
}

.single-post-category-links .single-post-category-links-heading h2 {
	text-align: center;
	font-family: "SMLi";
	text-transform: uppercase;
	margin-bottom: 64px;
}

.ild-teams .ut-image-gallery-item img {
	width: 400px;
	height: 450px;
	object-fit: cover;
	object-position: top center;
	background: #efefef;
}

.ild-partnets-item-container .ild-item .ild-image img {
	height: 15vw;
	background-color: #efefef!important;
}

.projects-carousel .item {
	text-align: center;
	background: #efefef;
	height: 150px;
	line-height: 26px;
	padding: 20px;
	display: grid;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.projects-carousel .item p {
	margin: 0px;
}

.archive .site-logo img {
	-webkit-filter: invert(1);
	filter: invert(1);
}

.ild-custom-single-page .lwpglsArchive_terms_content {
	text-align: left !important;
}

.ut-portfolio-pagination {
	margin: 60px auto 0px auto !important;
	line-height: 40px;
}

.single #main-content {
	padding-top: 84px;
	margin-top: -84px;
}

.single.has-hero #main-content {
	padding-top: 0px;
	margin-top: 0px;
}

.grid-background-container-div.dark-background.hidden_bg {
	display: none;
}

.about-top-section .title-heading-main-text-0 {
	margin-left: 7.26vw;
	text-align: left;
}

.ild-image-width-100 .ut-animated-image-item,
.ild-image-width-100 .ut-animated-image-item img {
	width: 100%;
}


/*preloader styles*/

.ut-tspan-2,
.ut-tspan-3 {
	font-size: 100% !important;
}

.ut-tspan-1 {
	opacity: 0.5;
}

.ut-tspan-2 {
	opacity: 0.6;
}

.ut-tspan-3 {
	opacity: 0.7;
}

#ut-overlay-animated-text-wrap .ut-tspann-2 {
	margin-left: 100px;
	display: inline-block;
}

#ut-overlay-animated-text,
#ut-overlay-animated-background-text {
	white-space: initial !important;
}

#ut-overlay-animated-background-text,
#ut-overlay-animated-text>div {
	font-family: SMLI !important;
}

.ut-inner-overlay,
#ut-overlay-animated-text,
#ut-overlay-animated-background-text {
	text-align: left;
}

#ut-overlay-animated-text-wrap {
	margin-left: 200px;
}


/*page 404 styles*/

.error404 #ut-hero .hero-title span {
	color: #111111;
	font-size: 9vw !important;
	line-height: 9vw !important;
	display: block;
}

.error404 #ut-hero {
	background-color: #ffffff;
	-webkit-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

.error404 .text-404 {
	opacity: 0.4;
}

.error404 .text-1 {
	opacity: 0.7;
}

.error404 #ut-hero .hero-description-bottom p {
	font-size: 22px;
	color: #111111;
	opacity: 0.6;
	font-family: 'NeueRegular';
}

.error404 .ild-button-holder p {
	font-size: 12px;
}

.error404 .hero-btn-holder {
	margin-top: 76px !important;
}

pre,
.wp-caption img,
img[class*="wp-image-"],
.ut-blog-layout-list-article-inner,
.ut-blog-grid-article-inner,
.ut-blog-classic-article .entry-thumbnail,
.ut-blog-classic-article .ut-gallery-slider,
.ut-blog-mixed-large-article-large,
.ut-blog-has-animation .post,
#commentform .comment-form-comment textarea,
#commentform .comment-form-author input,
#commentform .comment-form-email input,
#commentform .comment-form-url input,
.ut-format-link,
.format-link .entry-header a,
.comment-body,
.ut-quote-post,
.ut_widget_flickr li img {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

.hero {
	height: calc(50% - 0px) !important;
	min-height: calc(50% - 0px) !important;
	-webkit-transition: background 0.5s ease !important;
	-ms-transition: background 0.5s ease !important;
	-moz-transition: background 0.5s ease !important;
	-o-transition: background 0.5s ease !important;
	transition: background 0.5s ease !important;
}

.owl-carousel .owl-item img {
	width: 100%;
}

.error404 .hero {
	height: 100%!important;
	min-height: auto !important;
}

.ild-glossary-page .section-header {
	margin-bottom: 0px !important;
}

.ut-portfolio-wrap.ut-react-grid {
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}

.ut-react-carousel-titles-wrap .ut-react-carousel-titles .ut-react-carousel-title:nth-child(2n) p {
	margin-top: -3.57vw;
}

.ild-archive-back-to-main-page a {
	margin-bottom: 40px;
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.parallax-scroll-container {
	height: 100% !important;
	-webkit-transform: inherit !important;
	-ms-transform: inherit !important;
	-moz-transform: inherit !important;
	-o-transform: inherit !important;
	transform: inherit !important;
}

@keyframes TemplateShimmer__placeholderShimmer--3ABuG {
	0% {
		background-position: -100% 0
	}
	to {
		background-position: 100% 0
	}
}

.ut-owl-gallery-slider-wrap .owl-carousel .owl-stage-outer {
	background: #efefef;
	background-image: url(/wp-content/uploads/2020/07/cf-custom-ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	/* background:#f6f7f8;
 background-image:linear-gradient(90deg,#f6f7f8 0,#edeef1 20%,#f6f7f8 40%,#f6f7f8);
 background-repeat:no-repeat;
 background-size:200% 100%;
 animation-duration:1s;
 animation-fill-mode:forwards;
 animation-iteration-count:infinite;
 animation-name:TemplateShimmer__placeholderShimmer--3ABuG;
 animation-timing-function:linear */
}

.ild-footer-static-map .ild-footer-static-map-lg {
	display: block;
}

.ild-footer-static-map .ild-footer-static-map-xs {
	display: none;
}

.single-post .ut-hero-meta-description-holder .cat-links {
	font-size: 0px;
}

.ut-react-carousel-button {
	line-height: 68px;
}

.ut-react-carousel-navigation {
	display: none;
}
.ild-item a, .lead a, .logged-in-as a, .wpb_text_column a, .section-title a, .ut-twitter-rotator h2 a, .ut-vc-disabled .entry-content a:not(.checkout-button):not(.woocommerce-Button), .comment-content a:not(.more-link), .ut-accordion-module-inner.entry-content a, .type-post .entry-content :not(.tags-links) a:not(.more-link):not([class*="mashicon-"]):not(.ut-slider-maximize):not(.ut-prev-gallery-slide):not(.ut-next-gallery-slide):not(.ut-owl-video-play-icon):not(.owl-item-link):not(.flex-prev):not(.flex-next){
    text-decoration:none !important; 
}
.ild-social-follow-module a{
    color:#ffffff;
    margin-right:15px;
}
.ild-social-follow-module a:hover{
    color:#ffffff;
}


/*Dark mode style rules*/

.wp-night-mode-on,
.wp-night-mode-on #main-content,
.wp-night-mode-on .footer,
.wp-night-mode-on.error404 #ut-hero,
.wp-night-mode-on .react-silder-with-light-bg .ut-portfolio-wrap.ut-react-grid,
.wp-night-mode-on .page-top-hero-section,
.wp-night-mode-on.single-post #ut-hero,
.wp-night-mode-on.single-post #ut-custom-hero {
	background-color: #111111 !important;
	-webkit-transition: background-color 0.5s ease !important;
	-ms-transition: background-color 0.5s ease !important;
	-moz-transition: background-color 0.5s ease !important;
	-o-transition: background-color 0.5s ease !important;
	transition: background-color 0.5s ease !important;
}

.wp-night-mode-on * {
	color: #ffffff;
}

.wp-night-mode-on .ild-ut-react-carousel-footer-title-line {
	border-color: #efefef;
}

.wp-night-mode-on .btn-bg-black {
	background-color: #ffffff;
}

.wp-night-mode-on .btn-bg-black .button-text-black {
	color: #ffffff;
}

.wp-night-mode-on .btn-bg-black .button-background {
	background-color: #222222;
}

.wp-night-mode-on .btn-bg-black .button-text-white {
	color: #111111;
}

.wp-night-mode-on .btn-bg-gray {
	background-color: #222222;
}

.wp-night-mode-on .btn-bg-gray .button-background {
	background-color: #ffffff;
}

.wp-night-mode-on .btn-bg-gray .button-text-white {
	color: #ffffff !important;
}

.wp-night-mode-on .btn-bg-gray .button-text-black {
	color: #111111;
}

.wp-night-mode-on .wpcf7-form-control.wpcf7-submit.cf-submit .btn-bg-gray .button-text-black {
	color: #ffffff !important;
}

.wp-night-mode-on .wpcf7-submit .btn-bg-gray .button-background {
	background-color: #000000;
}

.wp-night-mode-on .grid-background-image {
	opacity: 0.02;
}

.wp-night-mode-on .black-section {
	background-color: #ffffff;
	-webkit-transition: background-color 0.5s ease !important;
	-ms-transition: background-color 0.5s ease !important;
	-moz-transition: background-color 0.5s ease !important;
	-o-transition: background-color 0.5s ease !important;
	transition: background-color 0.5s ease !important;
}

.wp-night-mode-on .black-section *,
.wp-night-mode-on .location-outer-wrapper a,
.wp-night-mode-on .location-outer-wrapper * {
	color: #111111 !important;
}

.wp-night-mode-on .cf-with-dark-bg ::-webkit-input-placeholder {
	/* Edge */
	color: #000000 !important;
}

.wp-night-mode-on .cf-with-dark-bg ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #000000 !important;
	opacity: 1;
}

.wp-night-mode-on .cf-with-dark-bg :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #000000 !important;
	opacity: 1;
}

.wp-night-mode-on .cf-with-dark-bg :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000000 !important;
}

.wp-night-mode-on .cf-with-dark-bg ::placeholder {
	color: #000000 !important;
}

.wp-night-mode-on .cf-with-light-bg ::-webkit-input-placeholder {
	/* Edge */
	color: #ffffff !important;
}

.wp-night-mode-on .cf-with-light-bg ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ffffff !important;
	opacity: 1;
}

.wp-night-mode-on .cf-with-light-bg :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ffffff !important;
	opacity: 1;
}

.wp-night-mode-on .cf-with-light-bg :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ffffff !important;
}

.wp-night-mode-on .cf-with-light-bg ::placeholder {
	color: #ffffff !important;
}

.wp-night-mode-on .cf-with-dark-bg .footer-cf-input input,
.wp-night-mode-on .cf-with-dark-bg .footer-cf-input select,
.wp-night-mode-on .cf-with-dark-bg .footer-cf-input textarea {
	border-bottom-color: rgba(0, 0, 0, 0.2);
}

.wp-night-mode-on .footer a {
	color: #ffffff !important;
}

.wp-night-mode-on .widget_recent_comments li::before,
.wp-night-mode-on .widget_recent_comments li.recentcomments::before,
.wp-night-mode-on .widget_categories li::before,
.wp-night-mode-on .widget_pages li::before,
.wp-night-mode-on .widget_nav_menu li::before,
.wp-night-mode-on .widget_recent_entries li::before,
.wp-night-mode-on .widget_meta li::before,
.wp-night-mode-on .widget_archive li::before,
.wp-night-mode-on .tweet_list li::before {
	color: #efefef;
}

.wp-night-mode-on .ut-block-revealer-element {
	background-color: #ffffff !important;
}

.wp-night-mode-on .button-first-text span,
.wp-night-mode-on .button-second-text span {
	color: inherit !important;
}

.wp-night-mode-on .title-arrow img {
	-webkit-filter: invert(1);
	filter: invert(1);
}

.wp-night-mode-on p.ild-ut-react-carousel-footer-title {
	color: #ffffff;
}

.wp-night-mode-on .black-section-light-dark {
	background: #efefee;
	-webkit-transition: background-color 0.5s ease !important;
	-ms-transition: background-color 0.5s ease !important;
	-moz-transition: background-color 0.5s ease !important;
	-o-transition: background-color 0.5s ease !important;
	transition: background-color 0.5s ease !important;
}

.wp-night-mode-on .black-section-light-dark .ild-ut-react-carousel-footer-title-line {
	border-color: #111111;
}

.wp-night-mode-on .black-section .btn-bg-gray .button-background {
	background-color: #000000;
}

.wp-night-mode-on .black-section .btn-bg-gray .button-text-black {
	color: #ffffff !important;
}

.wp-night-mode-on .ut-portfolio-wrap .ut-portfolio-menu li a {
	color: rgba(239, 239, 239, 0.5019607843137255) !important;
}

.wp-night-mode-on .ut-portfolio-wrap .ut-portfolio-menu li a.selected {
	background: #efefef !important;
	color: #111111 !important;
}

.wp-night-mode-on .ut-portfolio-wrap .ut-portfolio-menu li a:hover {
	color: #ffffff !important;
}

.wp-night-mode-on .ut-portfolio-pagination a.selected,
.wp-night-mode-on .ut-portfolio-pagination a.selected:hover {
	background: #efefef;
	border-color: #efefef;
	color: #111111;
}

.wp-night-mode-on .ut-portfolio-pagination a:hover {
	color: #efefef;
	border-color: #efefef;
}

.wp-night-mode-on .cf-with-light-bg .footer-cf-input input,
.wp-night-mode-on .cf-with-light-bg .footer-cf-input select {
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.wp-night-mode-on .cf-with-light-bg .footer-cf-input input[type="file"] {
	color: #ffffff;
}

.wp-night-mode-on .cf-with-light-bg input[type="text"],
.wp-night-mode-on .cf-with-light-bg input[type="email"],
.wp-night-mode-on .cf-with-light-bg select,
.wp-night-mode-on label {
	color: #ffffff;
}

.wp-night-mode-on .cf-with-light-bg select option {
	color: #111111;
}

.wp-night-mode-on .wpcf7-not-valid-tip {
	color: #f00 !important;
}

.wp-night-mode-on .career-page a {
	color: #efefef;
}

.wp-night-mode-on .career-page a:hover {
	color: #ffffff;
}

.wp-night-mode-on .site-logo img,
.wp-night-mode-on .about-us-logo-image img {
	-webkit-filter: invert(1);
	filter: invert(1);
}

.wp-night-mode-on #ut-portfolio-navigation-wrap {
	background: #222222;
}

.wp-night-mode-on .ild-item a .title {
	-webkit-transition: color 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-ms-transition: color 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: color 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: color 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: color 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-ms-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.wp-night-mode-on .ild-item:hover a .title {
	color: rgba(255, 255, 255, 0.5);
}

.wp-night-mode-on .ut-footer-area .textwidget p {
	opacity: 0.5;
}

.wp-night-mode-on .black-section-light-dark .ut-react-carousel-item.ut-react-carousel-title,
.wp-night-mode-on .black-section-light-dark .ut-react-carousel-item.ut-react-carousel-title p {
	color: #ffffff !important;
}

.wp-night-mode-on .black-section-light-dark .ut-portfolio-wrap.ut-react-grid {
	background-color: #efefee;
	-webkit-transition: background-color 6s ease !important;
	-ms-transition: background-color 6s ease !important;
	-moz-transition: background-color 6s ease !important;
	-o-transition: background-color 6s ease !important;
	transition: background-color 6s ease !important;
}

.wp-night-mode-on #contact-section {
	background-image: url(/wp-content/uploads/2020/07/c.png);
}

.wp-night-mode-on .projects-carousel .item {
	background: #222222;
}

.wp-night-mode-on .ild-gray-text,
.wp-night-mode-on .ild-gray-text span {
	color: #aaaaaa;
}

.wp-night-mode-on .single-post-categories-name a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.wp-night-mode-on #ut-portfolio-navigation-wrap a {
	-webkit-transition: opacity 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-ms-transition: opacity 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: opacity 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: opacity 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: opacity 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-ms-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.wp-night-mode-on #ut-portfolio-navigation-wrap a:hover {
	opacity: 0.5;
}

.wp-night-mode-on #ut-hero,
.wp-night-mode-on #ut-custom-hero {
	background: #ffffff;
	-webkit-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.wp-night-mode-on #ut-hero .hero-title {
	color: #111111;
}

.archive.wp-night-mode-on .site-logo img {
	-webkit-filter: unset;
	filter: unset;
}

.archive.wp-night-mode-on .parallax-overlay-pattern.style_one {
	background-image: none !important;
}

.wp-night-mode-on .blog .ut-blog-classic-article h2.entry-title a,
.wp-night-mode-on .blog .ut-blog-mixed-large-article-large h2.entry-title a,
.wp-night-mode-on .blog .ut-blog-layout-list h2.entry-title,
.wp-night-mode-on .blog .ut-blog-grid h2.entry-title,
.wp-night-mode-on.archive .ut-blog-grid h2.entry-title,
.wp-night-mode-on .search .ut-blog-grid h2.entry-title,
.wp-night-mode-on .comment-author h6 a {
	color: rgba(255, 255, 255, 1) !important;
}

.archive.wp-night-mode-on h2.entry-title:after {
	-webkit-filter: invert(1);
	filter: invert(1);
}

.wp-night-mode-on .ild-category-holder a,
.wp-night-mode-on .ild-team-member-holder span {
	color: rgba(255, 255, 255, .5);
}

.wp-night-mode-on .ild-blog-pagination a:hover {
	color: #efefef;
	border-color: #efefef;
}

.wp-night-mode-on .ild-blog-pagination .page-numbers.current,
.wp-night-mode-on .ild-blog-pagination .page-numbers.current:hover {
	background: #efefef;
	border-color: #efefef;
	color: #111111;
}

.wp-night-mode-on .ild-blog-menu li a {
	color: rgba(239, 239, 239, 0.5019607843137255) !important;
}

.wp-night-mode-on .ild-blog-menu li:first-child a {
	background: #efefef !important;
	color: #111111 !important;
}

.wp-night-mode-on .ild-blog-menu li a:hover {
	color: #ffffff !important;
}

.wp-night-mode-on.single-post #ut-hero .hero-title {
	color: #ffffff;
}

.wp-night-mode-on.single-post .ut-hero-meta-description-holder a:hover {
	color: rgba(255, 255, 255, 1);
}

.wp-night-mode-on .ut-portfolio-wrap .ut-portfolio-menu li a.selected:hover,
.wp-night-mode-on .ild-blog-menu li:first-child a:hover {
	color: #111111 !important;
}

.wp-night-mode-on .lwpglsArchive_terms_content {
	color: #a2a2a2;
}

.wp-night-mode-on .lwpglsArchive_term {
	border: 1px solid #393939 !important;
}

.wp-night-mode-on .sidebar-fixed-section-grid--menu span,
.wp-night-mode-on .sidebar-fixed-section-grid--dark-mode .wpnm-slider {
	color: #bababa !important;
}

.wp-night-mode-on .ut-react-carousel-numberr,
.wp-night-mode-on .ild-image-with-number-grid .ild-custom-number {
	color: #ffffff;
}

.wp-night-mode-on ::selection,
.wp-night-mode-on.single-post #ut-hero ::selection,
.wp-night-mode-on.single-post #ut-custom-hero ::selection {
	background: #ffffff;
}

.wp-night-mode-on .black-section ::selection,
.wp-night-mode-on #ut-hero ::selection,
.wp-night-mode-on #ut-custom-hero ::selection {
	background-color: #111111;
}

.wp-night-mode-on.error404 #ut-hero .hero-title span,
.wp-night-mode-on.error404 #ut-hero .hero-description-bottom p {
	color: #ffffff !important;
}

.wp-night-mode-on .ild-category-holder a:hover {
	color: rgba(255, 255, 255, 1);
}

.wp-night-mode-on .ut-react-carousel-button {
	border: 1px solid rgba(255, 255, 255, 0.3) !important;
	color: rgba(255, 255, 255, 0.3) !important;
}

.wp-night-mode-on .ut-react-carousel-button:hover,
.wp-night-mode-on .ut-react-carousel-button:active {
	border: 1px solid rgba(255, 255, 255, 1) !important;
	color: rgba(255, 255, 255, 1) !important;
}

.wp-night-mode-on .black-section-light-dark .ut-react-carousel-button {
	border: 1px solid rgba(17, 17, 17, 0.3) !important;
	color: rgba(17, 17, 17, 0.3) !important;
}

.wp-night-mode-on .black-section-light-dark .ut-react-carousel-button:hover,
.wp-night-mode-on .black-section-light-dark .ut-react-carousel-button:active {
	border: 1px solid rgba(17, 17, 17, 1) !important;
	color: rgba(17, 17, 17, 1) !important;
}

@media (min-width: 1025px) {
	#ut-portfolio-navigation-wrap.fullwidth .grid-container {
		padding-left: 0px;
		padding-right: 0px;
	}
}


@media only screen and (max-width:1024px) {
	.sidebar-fixed-section {
		right: 0;
		width: auto;
		justify-content: right;
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
		top: 0px;
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		padding: 5px 0px;
		bottom: initial;
	}
	.aside-header-email {
		display: none;
	}
	.wpnm-button.style-1 .wpnm-slider.round:after {
		content: "Dark mode";
	}
	.wpnm-button.style-1.active .wpnm-slider:after {
		content: "Light mode";
	}
	.wpnm-button.style-1 .wpnm-slider.round:before {
		margin-right: 10px;
	}
	.ild-footer-container-contact-info {
		grid-column-gap: 10.833vw;
	}
	.vc_section>.vc_row+.vc_row-full-width+.vc_row {
		margin-top: 0px;
	}
	.title-heading--main-text {
		line-height: 1.1;
	}
	footer .widget_nav_menu .menu-item {
		line-height: 2;
	}
	footer .widget_nav_menu .menu {
		flex-wrap: wrap;
	}
	.ild-custom-section-width-50 .wpb_column,
	.ild-products-list-container .wpb_wrapper {
		width: 76.73vw;
		width: calc(76.73vw + 40px);
	}
	.home-image-break-section .wpb_column {
		width: 100%;
	}
	.home-image-break-section .wpb_column .vc_column-inner {
		padding: 0px;
	}
	.home-image-break-section .image-gallery-grid-3 .wpb_wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	.home-image-break-section .image-gallery-grid-3 .wpb_wrapper .wpb_content_element:last-child {
		display: none;
	}
	.ut-react-carousel-img {
		width: calc(100%);
		padding: 0px 0px;
	}
	.ut-react-carousel {
		left: -20%;
		width: 140%;
	}
	.ut-react-carousel-titles-wrap {
		left: 0px;
	}
	.ut-portfolio-wrap.ut-react-grid {
		padding-left: 0px;
	}
	.ut-react-carousel-title p {
		font-size: 38px;
		line-height: 48px;
	}
	.image-gallery-with-overflow .image-gallery-grid-3 .wpb_wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 4.17vw;
	}
	.image-gallery-with-overflow .image-gallery-grid-3 .wpb_wrapper .wpb_content_element:last-child {
		display: none;
	}
	.ild-image-with-number-grid .wpb_text_column .wpb_wrapper .ild-image-with-number-item img {
		padding: 0px;
	}
	.ut-react-carousel-img img {
		width: 100%;
		max-width: 100%;
	}
	/*.ut-portfolio-item figure img,
	.ild-blog-wrap .ild-item .ild-image img,
	.entry-thumbnail img {
		height: calc(50vw - 40px);
	}*/
	.grid,
	.ut-blog-grid {
		grid-gap: 40px;
	}
	.ild-partnets-item-container .ild-item .ild-image img {
		height: 25vw;
	}
	.ild-grid-4 {
		grid-template-columns: repeat(3, 1fr);
	}
	.ild-teams-item-container .ild-item .ild-image img {
		height: 38vw;
	}
	.ild-grid-3,
	.ut-blog-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.hero-section {
		width: 88.69vw;
	}
	.title-heading--main-text {
		font-size: 12vw;
	}
	.grid-container,
	.ut-top-header-centered .ut-header-inner,
	#ut-overlay-menu.ut-overlay-menu-centered .ut-overlay-menu-row {
		max-width: none !important;
	}
	.blog .main-content-background,
	.archive .main-content-background,
	.search-results .main-content-background {
		padding-bottom: 150px;
	}
	.home-page .image-gallery-grid-3 .wpb_wrapper .wpb_content_element:nth-child(2),
	.about-page .image-gallery-grid-3 .wpb_wrapper .wpb_content_element:nth-child(2) {
		margin-top: 15.58vw;
	}
	#ut-sitebody .portfolio-title,
	#ut-sitebody .ut-portfolio-info-c h3 {
		font-size: 14px !important;
	}

/* dark light menu symbol remove*/

}



@media only screen and (max-width: 1024px){
/* dark light menu symbol remove*/
.sidebar-fixed-section {width:90%}
.wpnm-button.style-1{width: 8.5em; top: -15px; font-size: 13px; }
.wpnm-button.style-1 .wpnm-slider{ background-color: transparent;}
.wpnm-button.style-1.active .wpnm-slider {    background-color: transparent;}
}
@media only screen and (max-width:920px) {
	.ild-products-list-container .wpb_wrapper {
		width: 100%;
	}
}

@media (max-width: 840px) and (orientation: portrait) {
	.title-heading--main-text {
		font-size: 12.5vw;
	}
}

@media (max-width: 840px) and (orientation: landscape) {
	.archive .hero {
		height: auto !important;
		min-height: auto !important;
		padding: 84px 0px;
		overflow: initial;
	}
	.ild-hero-section-container {
		height: auto;
		padding: 84px 0px 0px;
	}
	.title-heading-main-text {
		margin-top: -0.5rem;
	}
}

@media only screen and (max-width:768px) {
	.ild-footer-container-contact-info .wpcf7 {
		width: 100%;
	}
	.ild-footer-container-contact-info {
		grid-template-columns: 1fr;
		grid-row-gap: 100px;
	}
	.ild-grid-4 {
		grid-template-columns: repeat(2, 1fr);
	}
	.ild-teams-item-container .ild-item .ild-image img {
		height: 51.11vw;
	}
	.blog .main-content-background,
	.archive .main-content-background,
	.search-results .main-content-background {
		padding-bottom: 100px;
	}
}

@media only screen and (max-width:767px) {
	/*.ut-portfolio-item figure img {
		height: calc(100vw - 40px);
	}*/
}

@media (max-width: 738px) {
	.ild-custom-button-group .wpb_wrapper {
		grid-template-columns: 1fr;
		grid-row-gap: 25px;
	}
}

@media only screen and (max-width:480px) {
	.page-top-hero-section {
		margin-top: -61px;
	}
	.title-heading--main-text {
		line-height: 1;
	}
	.hero-section-contents {
		position: relative;
	}
	.title-heading--main-text {
		-webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
		-ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
		-moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
		-o-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
		transform: translateX(-50%) translateY(-50%) rotate(-90deg);
		position: absolute;
		top: 50%;
		left: 50%;
	}
	.title-heading--main-text {
		font-size: 20.28vw;
	}
	.title-heading-main-text {
		margin-top: -0.5rem;
	}
	.title-heading-main-text-0 {
		margin-top: 0;
	}
	.menu-container-content-titles--grid .custom-menu-class ul {
		grid-template-columns: 1fr;
		grid-row-gap: 25px;
	}
	.menu-container-content-titles--grid .custom-menu-class ul li a {
		font-size: calc(22px + 7vw);
		line-height: calc(22px + 10vw);
	}
	.menu-outer .menu-item {
		margin: inherit;
	}
	.ut-custom-heading-module,
	.vc_custom_heading {
		text-align: left !important;
	}
	.ild-text-center {
		text-align: left;
	}
	.ild-custom-single-page h1,
	.ild-custom-single-page h2,
	.ild-custom-single-page h3,
	.ild-custom-single-page h4,
	.ild-custom-single-page h5,
	.ild-custom-single-page h6 {
		text-align: left !important;
	}
	.ild-custom-single-page p {
		text-align: left !important;
	}
	.paragraph-text ul {
		text-align: left;
		list-style: circle;
		padding-left: 20px;
	}
	.image-gallery-grid-3 .wpb_wrapper {
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 30px;
	}
	.single .ut-first-section .page-header.header-mobile-center,
	.single .ut-first-section .section-header.header-mobile-center,
	.single .ut-first-section .parallax-header.header-mobile-center {
		text-align: center;
	}
	.single .ut-first-section.ild-custom-single-page h1,
	.single .ut-first-section.ild-custom-single-page h2,
	.single .ut-first-section.ild-custom-single-page h3,
	.single .ut-first-section.ild-custom-single-page h4,
	.single .ut-first-section.ild-custom-single-page h5,
	.single .ut-first-section.ild-custom-single-page h6 {
		text-align: center !important;
	}
	.single .ut-first-section .ut-custom-heading-module,
	.single .ut-first-section .vc_custom_heading {
		text-align: center !important;
	}
	.ild-custom-section-width-50 .wpb_column,
	.ild-products-list-container .wpb_wrapper {
		width: 100%;
	}
	footer .grid-container {
		max-width: 100% !important;
	}
	/*.ild-item .ild-image img,
	.ut-portfolio-item figure img,
	.ild-blog-wrap .ild-item .ild-image img,
	.entry-thumbnail img {
		height: calc(100vw - 40px);
	}*/
	.ut-react-carousel-title p {
		font-size: 30px;
		line-height: 40px;
	}
	.grid-container,
	.ut-top-header-centered .ut-header-inner,
	#ut-overlay-menu.ut-overlay-menu-centered .ut-overlay-menu-row {
		max-width: 100% !important;
	}
	.ild-paragraph-heading-big {
		font-size: 22px !important;
		line-height: 32px;
		letter-spacing: 10px !important;
	}
	.intro-paragraph-text {
		font-size: 26px;
		line-height: 35px;
	}
	footer .ut-footer-area {
		padding: 60px 20px !important;
	}
	.ild-footer-container-contact .vc_row .vc_column_container.vc_col-sm-12 {
		width: 100%;
		padding: 150px 0px 150px !important;
	}
	.vc_row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.ild-stats-section-grid .about-us-stats-section-container-grid {
		grid-template-columns: 45vw 45vw 45vw 45vw 45vw 8.92vw;
		padding-left: 0;
	}
	.about-us-logo-image {
		text-align: left;
	}
	.ild-image-with-number-grid .wpb_text_column {
		width: 100%;
	}
	.ild-image-with-number-grid .wpb_text_column .wpb_wrapper {
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}
	.projects-carousel .item p {
		text-align: center !important;
	}
	.ild-partnets-item-container .ild-item .ild-image img {
		height: auto;
	}
	.grid,
	.ut-blog-grid {
		grid-gap: 30px;
	}
	.ild-grid-4,
	.ild-grid-3,
	.ild-grid-2,
	.ut-blog-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.ild-teams-item-container .ild-item .ild-image img {
		height: 100vw;
	}
	.hero-title {
		letter-spacing: 10px !important;
		font-size: 32px !important;
		line-height: 38px !important;
	}
	#ut-portfolio-navigation-wrap a span {
		display: none;
	}
	.menu--container .animation-rotation {
		width: 30vw;
		height: 35vw;
	}
	.single #main-content {
		padding-top: 110px;
		margin-top: -61px;
	}
	.single.has-hero #main-content {
		padding-top: 0px;
		margin-top: 0px;
	}
	.section-header .section-title {
		letter-spacing: 10px !important;
		font-size: 32px !important;
		line-height: 38px !important;
	}
	.image-gallery-grid-3 .wpb_wrapper .wpb_content_element:nth-child(5),
	.image-gallery-grid-3 .wpb_wrapper .wpb_content_element:nth-child(8),
	.image-gallery-grid-3 .wpb_wrapper .wpb_content_element:nth-child(11),
	.image-gallery-grid-3 .wpb_wrapper .wpb_content_element:nth-child(14),
	.image-gallery-grid-3 .wpb_wrapper .wpb_content_element:nth-child(17),
	.image-gallery-grid-3 .wpb_wrapper .wpb_content_element:nth-child(20),
	.image-gallery-grid-3 .wpb_wrapper .wpb_content_element:nth-child(23) {
		margin-top: 0px;
		margin-top: 0px;
	}
	.ild-custom-single-page .section-header h1 {
		text-align: center !important;
	}
	.ild-products-list-container .wpb_wrapper .ild-grid-2 {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	.ild-custom-single-page .custom-padding-bottom-150 {
		padding-bottom: 100px;
	}
	.ild-custom-single-page .custom-padding-top-150 {
		padding-top: 100px;
	}
	.ild-custom-single-page .custom-padding-bottom-100 {
		padding-bottom: 70px;
	}
	.ild-custom-single-page .custom-padding-top-100 {
		padding-top: 70px;
	}
	.ild-custom-single-page .custom-padding-bottom-120 {
		padding-bottom: 90px;
	}
	.ild-custom-single-page .custom-padding-top-120 {
		padding-top: 90px;
	}
	.ild-custom-single-page .custom-padding-bottom-78 {
		padding-bottom: 50px;
	}
	.ild-custom-single-page .custom-padding-top-78 {
		padding-top: 50px;
	}
	.ild-custom-single-page .ut-owl-gallery-slider-wrap {
		padding-bottom: 70px;
	}
	.ild-custom-single-page .custom-margin-bottom-96 {
		margin-bottom: 66px;
	}
	.ild-custom-single-page .custom-margin-top-96 {
		margin-top: 66px;
	}
	.hdb {
		margin-bottom: 66px;
	}
	.ild-quotes-text {
		font-size: 26px !important;
		line-height: 35px;
	}
	.ild-partners .section-header,
	.ild-featured-products-page .section-header,
	.ild-featured-projects-page .section-header,
	.ild-services-page .section-header,
	.ild-des-dev-approach-page .section-header {
		margin-bottom: 66px !important;
	}
	.ut-owl-gallery-slider-wrap .ut-slider-maximize,
	.ut-owl-gallery-slider-wrap .ut-prev-gallery-slide,
	.ut-owl-gallery-slider-wrap .ut-next-gallery-slide,
	.ut-owl-gallery-slider-wrap .ut-owl-video-play-icon {
		top: 5px;
	}
	.ut-owl-gallery-slider-wrap .ut-slider-maximize {
		left: 5px;
	}
	.ut-owl-gallery-slider-wrap .ut-next-gallery-slide {
		right: 5px;
	}
	.ut-owl-gallery-slider-wrap .ut-prev-gallery-slide {
		right: 45px;
	}
	.single-post-category-links .single-post-category-links-heading h2 {
		text-align: left;
		padding: 0px 10px;
	}
	.single-post #ut-hero .hero-title {
		width: 100%;
	}
	.career-page .custom-padding-top-150 {
		padding-top: 100px;
	}
	.career-page .custom-padding-bottom-150 {
		padding-bottom: 100px;
	}
	.career-page .custom-padding-top-200 {
		padding-top: 150px;
	}
	.career-page .custom-padding-bottom-200 {
		padding-bottom: 150px;
	}
	.custom-sm-padding-top-110 {
		padding-top: 110px;
	}
	.custom-sm-padding-bottom-110 {
		padding-bottom: 110px;
	}
	.custom-sm-padding-top-100 {
		padding-top: 100px;
	}
	.custom-sm-padding-bottom-100 {
		padding-bottom: 100px;
	}
	.custom-sm-padding-top-80 {
		padding-top: 80px;
	}
	.custom-sm-padding-bottom-80 {
		padding-bottom: 80px;
	}
	.ut-portfolio-menu-wrap {
		margin-bottom: 70px !important;
	}
	.ut-portfolio-pagination {
		margin: 50px auto 0px auto !important;
	}
	.projects-page .custom-padding-top-100 {
		padding-top: 70px;
	}
	.projects-page .custom-padding-bottom-100 {
		padding-bottom: 70px;
	}
	.projects-page .custom-padding-bottom-78 {
		padding-bottom: 50px;
	}
	.projects-page .custom-padding-top-78 {
		padding-top: 50px;
	}
	.ut-portfolio-menu-wrap {
		margin-bottom: 70px !important;
	}
	.blog .main-content-background,
	.archive .main-content-background,
	.search-results .main-content-background {
		padding-top: 100px;
	}
	.ild-blog-pagination {
		margin: 70px auto 0px auto;
	}
	.ild-blog-menu-wrap {
		margin-bottom: 70px;
	}
	.lwpglsArchive_letter {
		font-size: 50px;
		line-height: 50px;
	}
	#contact-section {
		background-position: 100% 3%;
	}
	#header-section .grid-container {
		max-width: 100% !important;
	}
	input[type="text"],
	input[type="email"],
	select,
	label,
	.footer-cf-input,
	.footer-cf-input textarea {
		font-size: 20px !important;
	}
	.ut-react-carousel-container .ut-portfolio-wrap figure:nth-child(2n+1),
	.ut-react-carousel-titles-wrap .ut-react-carousel-titles .ut-react-carousel-title:nth-child(2n) p {
		margin-top: 0px;
	}
	.ild-custom-single-page .image-gallery-grid-3 .wpb_wrapper .wpb_content_element:nth-child(2) {
		margin-top: 0px;
	}
	.ut-loading-bar-style2-ball-effect {
		width: 60px !important;
		height: 60px !important;
	}
	.ut-loading-bar-style2-ball-effect::before {
		width: 55px !important;
		height: 55px !important;
	}
	.ild-footer-static-map .ild-footer-static-map-lg {
		display: none;
	}
	.ild-footer-static-map .ild-footer-static-map-xs {
		display: block;
	}
	.ut-react-carousel-navigation {
		display: flex;
	}
	.ut-owl-gallery-slider-wrap .ut-slider-maximize i,
	.ut-owl-gallery-slider-wrap .ut-owl-video-play-icon i,
	.ut-owl-gallery-slider-wrap .ut-prev-gallery-slide i,
	.ut-owl-gallery-slider-wrap .ut-next-gallery-slide i {
        line-height: 30px;
    }
    .ut-owl-gallery-slider-wrap .ut-slider-maximize,
    .ut-owl-gallery-slider-wrap .ut-prev-gallery-slide,
    .ut-owl-gallery-slider-wrap .ut-next-gallery-slide, 
    .ut-owl-gallery-slider-wrap .ut-owl-video-play-icon {
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }
}

@media only screen and (max-width:320px) {
    .hero-title {
        font-size: 24px !important;
        line-height: 34px !important;
    }
}