.fix-background {
	background-attachment: fixed;
}

.revslider-remove-space {
	margin-bottom: 0px !important;
}

.slick-slide:focus {
	outline: none;
}

.vc_row.bg-overlay {
	position: relative;
}

i {
	font-style: initial;
}

.header-sidearea-body-style {
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	background-color: rgba(27, 27, 27, .6);
	-webkit-transition: opacity .2s ease-in-out, z-index .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, z-index .2s ease-in-out;
	transition: opacity .2s ease-in-out, z-index .2s ease-in-out;
}

.insignia-sidebar-body .header-sidearea-body-style {
	z-index: 99999;
	opacity: 1;
	position: fixed;
	cursor: url(../img/close.png), pointer;
}


/*instagram*/

.instagram-widget-padding {
	position: relative;
	overflow: hidden;
	display: inline-grid;
	padding: 3px;
}

.insignia_instagram_container a {
	position: relative;
	overflow: hidden;
}

.inv-instagram-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity .35s cubic-bezier(.61, .92, 0, .21);
	-moz-transition: opacity .35s cubic-bezier(.61, .92, 0, .21);
	transition: opacity .35s cubic-bezier(.61, .92, 0, .21);
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, .85);
}

.inv-instagram-overlay-inner {
	display: table;
	width: 100%;
	height: 100%;
}

.inv-instagram-overlay-inner2 {
	display: table-cell;
	vertical-align: middle;
}

.insignia_instagram_container a:hover .inv-instagram-overlay {
	opacity: 0.8;
}

.insignia_instagram_container a:before {
	content: "\e73d";
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	z-index: 333;
	opacity: 0;
	transition: all .35s cubic-bezier(.61, .92, 0, .21);
	-webkit-transform: translate3d(-50%, 50%, 0) scale(1);
	-moz-transform: translate3d(-50%, 50%, 0) scale(1);
	transform: translate3d(-50%, 50%, 0) scale(1);
}

.insignia_instagram_container a:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
	-moz-transform: translate3d(-50%, -50%, 0) scale(1);
	transform: translate3d(-50%, -50%, 0) scale(1);
}

/****** icon list style ******/

.list-icon-small .ins-icon-list-icon {
	font-size: 12px;
}

li.ins-list-style {
	font-weight: 400;
	font-size: 16px;
	line-height: 35px;
}

.list-icon-medium .ins-icon-list-icon {
	font-size: 20px;
	line-height: 30px;
}

.list-icon-large .ins-icon-list-icon {
	font-size: 24px;
	line-height: 30px;
}

.list-icon-small .ins-icon-list-icon,
.ins-icon-list-simple.list-icon-medium .ins-list-icon,
.ins-icon-list-simple.list-icon-large .ins-list-icon {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-top: 6px;
}

.ins-icon-list-circle.list-icon-medium .ins-icon-list-icon,
.ins-icon-list-outline.list-icon-medium .ins-icon-list-icon {
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	top: 6px;
}

.ins-icon-list-circle.list-icon-large .ins-icon-list-icon,
.ins-icon-list-outline.list-icon-large .ins-icon-list-icon {
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	top: 2px;
}

.ins-icon-list-circle i {
	background: #dedede;
	border-radius: 100%;
}

.ins-icon-list-outline i {
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, .15);
	border-radius: 100%;
}

.ins-icon-list-simple.list-icon-small .ins-list-style,
.ins-icon-list-circle.list-icon-small .ins-list-style,
.ins-icon-list-outline.list-icon-small .ins-list-style {
	padding-left: 30px;
}

.ins-icon-list-simple.list-icon-medium .ins-list-style,
.ins-icon-list-simple.list-icon-large .ins-list-style {
	padding-left: 30px !important;
}

.ins-icon-list-circle.list-icon-medium .ins-list-style,
.ins-icon-list-outline.list-icon-medium .ins-list-style {
	margin-bottom: 2px;
	padding: 15px 0;
	padding-left: 60px !important;
}

.ins-icon-list-circle.list-icon-large .ins-list-style,
.ins-icon-list-outline.list-icon-large .ins-list-style {
	margin-bottom: 2px;
	padding: 15px 0;
	padding-left: 66px;
	margin-bottom: 8px;
}

.list-icon-border .ins-list-style {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e7f2;
	padding-bottom: 10px;
}

.list-icon-border.ins-icon-list-outline.list-icon-medium .ins-list-style,
.list-icon-border.ins-icon-list-circle.list-icon-medium .ins-list-style {
	padding-bottom: 20px !important;
}

.list-icon-border.ins-icon-list-outline.list-icon-large .ins-list-style,
.list-icon-border.ins-icon-list-circle.list-icon-large .ins-list-style {
	padding-bottom: 25px !important;
}

.list-icon-border .ins-list-style:last-child {
	border-bottom: 0;
}


/*Button style*/

.ins-button-icon.arrow-pos-right {
	padding-left: 10px;
}

.ins-button-icon.arrow-pos-right {
	margin-right: 0;
}

.ins-button {
	display: inline-block;
	text-align: center;
	transition: none;
	background-position: center;
}

.box-shadow-none {
	box-shadow: none;
}

.ins-button-border {
	border-width: 2px;
	border-style: solid;
	border-radius: 4px;
	border-color: #E5E5E5;
}

.btn-large {
	font-size: 15px;
	padding: 15px 70px;
	line-height: 20px;
}

.btn-medium {
	font-size: 16px;
	padding: 12px 40px;
}

.btn-small {
	padding: 8px 25px;
	font-size: 13px;
}

.btn-extra-large {
	display: block;
	width: 100%;
	padding: 14px 30px;
	font-size: 18px;
}

.ins-button-wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
}

.insignia-pricing-box-wrapper {
	-webkit-transition: all .2s ease-in-out !important;
	-moz-transition: all .2s ease-in-out !important;
	transition: all .2s ease-in-out;
}

.insignia-pricing-box-wrapper {
	margin-top: 45px;
}

ul.pricing-list-inner li:first-child {
	border-top: 0;
}

@media (max-width: 767px) {
	.ins-button-wrapper.text-right {
		text-align: left;
	}
}

.ins-button:hover,
.ins-button:hover i {
	color: #fff;
}

.btn-large i {
	margin-right: 15px;
}

.btn-medium i {
	margin-right: 12px;
}

.btn-small i {
	margin-right: 12px;
}

.btn-extra-large i {
	margin-right: 15px;
}

.btn-radius-default {
	border-radius: 4px;
}

.btn-circle {
	border-radius: 50px;
}

.btn-square {
	border-radius: 0;
}

.icon-right-on-hover i {
	margin: 0;
	padding-left: 1px;
	position: absolute;
	-webkit-transform: translate3d(15px, 0, 0);
	transform: translate3d(15px, 0, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity .3s;
	transition: transform 0.3s, opacity .3s;
	opacity: 0;
	top: auto;
	margin-top: 3px;
}

a.ins-button.icon-right-on-hover i {
	line-height: 20px;
}

.icon-right-on-hover:hover i {
	-webkit-transform: translate3d(-2px, 0, 0);
	transform: translate3d(-2px, 0, 0);
	opacity: 1;
}

.icon-right-on-hover:hover span {
	-webkit-transform: translate3d(-11px, 0, 0);
	transform: translate3d(-11px, 0, 0);
}

.icon-right-on-hover:hover span {
	-webkit-transform: translate3d(-11px, 0, 0);
	transform: translate3d(-11px, 0, 0);
}

.icon-right-on-hover span {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	display: inline-block;
}

.icon-right-on-hover span {
	z-index: 4;
}

.icon-right-on-hover i:not(.fa) {
	line-height: 20px;
}


/****** social icons style ******/

.ins-social-icons a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #535353;
	text-align: center;
	margin-right: 12px;
	margin-bottom: 12px;
	background: rgba(0, 0, 0, 0.08);
	transition: color .3s, background-color .3s, border-color .3s;
	overflow: hidden;
	position: relative;
}

.blog-single-social-icon.ins-social-icons a {
    display: inline-block;
    font-size: 20px;
    color: #535353;
    text-align: center;
    margin-right: 6px;
    margin-bottom: 12px;
    transition: color .3s, background-color .3s, border-color .3s;
    overflow: hidden;
    position: relative;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.ins-social-icons.social-icons-small a {
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 14px;
}

.ins-social-icons.social-icons-round a {
	border-radius: 4px;
}

.social-icons-circle a {
	border-radius: 100%;
}

.ins-social-icons.social-icons-large a {
	height: 60px;
	width: 60px;
	line-height: 60px;
	font-size: 24px;
}

.ins-social-icons.icons-align-center {
	text-align: center;
}

.ins-social-icons.icons-align-right {
	text-align: right;
}

.social-icons-outline a {
	border: 1px solid #E0E0E0;
	background: none;
}

.social-icons-outline a {
	border: 1px solid #E0E0E0;
	background: none;
}

.social-icons-dark a {
	background: #152937;
	color: #fff;
}

.icon-hover-slideup:hover .icon-primary {
	-webkit-transform: translateY(-60px);
	transform: translateY(-60px);
	opacity: 0;
}

.social-icons-large .icon-hover-slideup:hover .icon-secondary {
	margin-top: 6px;
}

.icon-hover-slideup:hover .icon-secondary {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 1;
}

.icon-hover-slideup .icon-secondary {
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	position: absolute;
	left: 0;
	right: 0;
	color: #fff;
	opacity: 0;
}

.icon-hover-slideup i {
	transition: transform .5s, opacity .5s;
	opacity: .99;
}


/*social icons color*/

.icon-behance:hover,
.social-icons-colored .icon-behance {
	background: #053eff !important;
}

.icon-bitbucket:hover,
.social-icons-colored .icon-bitbucket {
	background: #205081 !important;
}

.icon-twitch:hover,
.social-icons-colored .icon-twitch {
	background: #6441A4 !important;
}

.icon-deviantart:hover,
.social-icons-colored .icon-deviantart {
	background: #475c4d !important;
}

.icon-reddit:hover,
.social-icons-colored .icon-reddit {
	background: #ff733f !important;
}

.icon-quora:hover,
.social-icons-colored .icon-quora {
	background: #b92b27 !important;
}

.icon-snapchat:hover,
.social-icons-colored .icon-snapchat {
	background: #fff100 !important;
}

.icon-codepen:hover,
.social-icons-colored .icon-codepen {
	background: #4E4E4E !important;
}

.icon-digg:hover,
.social-icons-colored .icon-digg {
	background: #000000 !important;
}

.icon-dribbble:hover,
.social-icons-colored .icon-dribbble {
	background: #ea4c89!important;
}

.icon-dropbox:hover,
.social-icons-colored .icon-dropbox {
	background: #007ee5 !important;
}

.icon-facebook:hover,
.social-icons-colored .icon-facebook {
	background: #3b5998 !important;
}

.icon-flickr:hover,
.social-icons-colored .icon-flickr {
	background: #ff0084 !important;
}

.icon-git:hover,
.social-icons-colored .icon-git {
	background: #f34c27 !important;
}

.icon-github:hover,
.social-icons-colored .icon-github,
.icon-github-alt:hover,
.social-icons-colored .icon-github-alt {
	background: #4183c4 !important;
}

.icon-google:hover,
.social-icons-colored .icon-google {
	background: #dd4b39 !important;
}

.icon-google-plus:hover,
.social-icons-colored .icon-google-plus {
	background: #dd4b39 !important;
}

.icon-instagram:hover,
.social-icons-colored .icon-instagram {
	background: #125688 !important;
}

.icon-linkedin:hover,
.social-icons-colored .icon-linkedin {
	background: #007bb5 !important;
}

.icon-pinterest:hover,
.social-icons-colored .icon-pinterest {
	background: #cb2027 !important;
}

.icon-skype:hover,
.social-icons-colored .icon-skype {
	background: #00aff0 !important;
}

.icon-soundcloud:hover,
.social-icons-colored .icon-soundcloud {
	background: #ff8800 !important;
}

.icon-spotify:hover,
.social-icons-colored .icon-spotify {
	background: #2ebd59 !important;
}

.icon-stack-exchange:hover,
.social-icons-colored .icon-stack-exchange {
	background: #232323!important;
}

.icon-stack-overflow:hover,
.social-icons-colored .icon-stack-overflow {
	background: #fe7a15 !important;
}

.icon-steam:hover,
.social-icons-colored .icon-steam {
	background: #171a21 !important;
}

.icon-stumbleupon:hover,
.social-icons-colored .icon-stumbleupon {
	background: #eb4924 !important;
}

.tencent-weibo:hover,
.social-icons-colored .icon-weibo {
	background: #ff5640 !important;
}

.icon-trello:hover,
.social-icons-colored .icon-trello {
	background: #0079bf !important;
}

.icon-tripadvisor:hover,
.social-icons-colored .icon-tripadvisor {
	background: #589442 !important;
}

.icon-tumblr:hover,
.social-icons-colored .icon-tumblr {
	background: #32506d !important;
}

.icon-twitter:hover,
.social-icons-colored .icon-twitter {
	background: #00aced !important;
}

.icon-viacoin:hover,
.social-icons-colored .icon-viacoin {
	background: #3F3A3A!important;
}

.icon-vimeo:hover,
.social-icons-colored .icon-vimeo {
	background: #aad450 !important;
}

.icon-vine:hover,
.social-icons-colored .icon-vine {
	background: #00b488 !important;
}

.icon-vk:hover,
.social-icons-colored .icon-vk {
	background: #232323 !important;
}

.icon-weixin:hover,
.social-icons-colored .icon-weixin {
	background: #2D415F !important;
}

.icon-whatsapp:hover,
.social-icons-colored .icon-whatsapp {
	background: #4dc247 !important;
}

.icon-wikipedia-w:hover,
.social-icons-colored .icon-wikipedia-w {
	background: #727272 !important;
}

.icon-windows:hover,
.social-icons-colored .icon-windows {
	background: #00bcf2 !important;
}

.icon-wordpress:hover,
.social-icons-colored .icon-wordpress {
	background: #21759b !important;
}

.icon-xing:hover,
.social-icons-colored .icon-xing {
	background: #026466 !important;
}

.icon-yahoo:hover,
.social-icons-colored .icon-yahoo {
	background: #400191 !important;
}

.icon-yelp:hover,
.social-icons-colored .icon-yelp {
	background: #cd201f !important;
}

.icon-youtube:hover,
.social-icons-colored .icon-youtube {
	background: #bb0000 !important;
}

.ins-social-icons a:hover {
	color: #fff !important;
	border-color: transparent;
}

.ins-social-icons.social-icons-colored a i {
	color: #fff;
}

.ins-social-icons.social-icons-colored a:hover {
	background-color: rgba(0, 0, 0, 0.18) !important;
}


/*Image box style*/



@-webkit-keyframes slide-down {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes slide-down {
	0% {
		opacity: 0;
		-moz-transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}

@keyframes spinAround {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

/*** reverse animation ***/

@-webkit-keyframes spinAroundreverse {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(-360deg);
	}
}

@-moz-keyframes spinAroundreverse {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(-360deg);
	}
}

@keyframes spinAroundreverse {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(-360deg);
	}
}

/*Section Heading*/


.enable-border .section-heading-subtitle:before, .enable-border .section-heading-subtitle:after {
	content: "";
	width: 150px;
	display: inline-block;
	height: 7px;
	background-image: url(../img/border.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	margin: 0 15px;
	background-size: 170%;
}

.enable-border .section-heading-subtitle {
	display: inline-flex;
	align-items: center;
}

.enable-border.ins-heading.text-left .section-heading-subtitle:before {
	display: none;
}

.enable-border.ins-heading.text-right .section-heading-subtitle:after {
	display: none;
}

.custom-heading-border .section-heading-title:before {
	content: "";
	width: 39px;
	display: block;
	position: absolute;
	top: 15px;
	left: -60px;
	border-radius: 50px;
	height: 6px;
}

.custom-heading-border:before {
	content: "";
	width: 7px;
	display: block;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	left: -15px;
}

.heading-below-border:after {
	content: "";
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #d0d0d0;
	height: 1px;
	width: 80px;
	display: inline-block;
}

.heading-below-border.ins-border-dashed:after {
	border-bottom-style: dashed;
}

.heading-inline-border .section-heading-title:before,
.heading-inline-border .section-heading-title:after {
	content: "";
	position: absolute;
	height: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ededed;
	width: 1200px;
	top: 50%;
}

.heading-inline-border.ins-border-dashed .section-heading-title:before,
.heading-inline-border.ins-border-dashed .section-heading-title:after {
	border-bottom-style: dashed;
}

.heading-inline-border .section-heading-title:before {
	right: 100%;
	margin-right: 18px;
}

.heading-inline-border .section-heading-title:after {
	left: 100%;
	margin-left: 18px;
}

.heading-inline-border .section-heading-title {
	position: relative;
	display: inline-block;
}

.heading-inline-border {
	overflow: hidden;
}

.text-left.heading-inline-border .section-heading-title:before,
.text-right.heading-inline-border .section-heading-title:after {
	display: none;
}

.heading-inline-double-border .section-heading-title:before,
.heading-inline-double-border .section-heading-title:after {
	content: "";
	position: absolute;
	height: 1px;
	border-bottom-width: 7px;
	border-bottom-style: double;
	border-bottom-color: #ededed;
	width: 1200px;
	top: 40%;
}

.heading-inline-double-border .section-heading-title:before {
	right: 100%;
	margin-right: 18px;
}

.heading-inline-double-border .section-heading-title:after {
	left: 100%;
	margin-left: 18px;
}

.heading-inline-double-border .section-heading-title {
	position: relative;
	display: inline-block;
}

.heading-inline-double-border {
	overflow: hidden;
}

.text-left.heading-inline-double-border .section-heading-title:before,
.text-right.heading-inline-double-border .section-heading-title:after {
	display: none;
}

@media screen and (max-width:768px) {
	.section-heading {
		margin-bottom: 30px;
	}
}


/*Highlighted text*/

.insignia-highlight {
	color: #fff;
	padding: 4px 7px;
	border-radius: 2px;
}

.dropcap {
	float: left;
	font-size: 50px;
	color: #000000;
	margin-left: -4px;
	line-height: 45px;
	margin-right: 12px;
	margin-top: 3px;
}

.dropcap-circle {
	border-radius: 100%;
	background: #000000;
	display: inline-block;
	width: 47px;
	height: 47px;
	color: #fff !important;
	text-align: center;
	margin-left: 0;
	font-size: 30px;
	line-height: 47px;
}

.dropcap-square {
	background: #000000;
	display: inline-block;
	width: 47px;
	height: 47px;
	color: #fff !important;
	text-align: center;
	margin-left: 0;
	font-size: 34px;
	line-height: 47px;
}


/*** clients logos ***/

.ins-logo-carousel-holder .slick-track {
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	flex-wrap: wrap;
}

.client-logos-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

a.ins-logo-border img {
	border-bottom: 1px solid transparent;
	padding-bottom: 25px;
}

.client-logo a img:hover {
	opacity: 1;
}

.client-logo a, .IT-solutions-clients-logo img {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.client-logo a:hover, .IT-solutions-clients-logo img:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	transition: transform 0.3s linear;
}

a.ins-logo-border img:hover {
	border-bottom: 1px solid;
}

.ins-clients-logo-grid {
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}

.ins-clients-logo-grid-4 .ins-clients-logo-grid-item {
	width: 25%;
}

.ins-client-logos {
	display: flex;
	width: 100%;
	overflow: hidden;
	clear: both;
	flex-wrap: wrap;
}

.ins-clients-logo-grid .ins-clients-logo-grid-item {
	display: flex;
	float: left;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	text-align: center;
}

.client-logo {
	width: 25%;
}

.client-logo a {
	display: block;
	text-align: center;
}

.ins-client-logos.ins-clients-logo-grid .client-logo a {
	padding: 8px 20px;
}

.client-logo img {
	vertical-align: middle;
	display: inline-block !important;
	height: auto;
	max-height: 200px;
}

.ins-client-logos .slick-slide {
	margin-right: 40px;
	padding: 30px 0px;
}

.ins-logos-carousel .slick-dots {
	position: relative;
	bottom: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
}

.client-logo img:focus,
.client-logo a:focus {
	outline: 0;
}

.ins-clients-logo-grid-6 .client-logo {
	width: 16.66666%;
	padding: 20px 5px;
}

.ins-clients-logo-grid-5 .client-logo {
	width: 20%;
}

.ins-clients-logo-grid-3 .client-logo {
	width: 33.33%;
}

.ins-clients-logo-grid-2 .client-logo {
	width: 50%;
}

@media screen and (max-width:768px) and (min-width:401px) {
	.ins-clients-logo-grid .client-logo {
		width: 50% !important;
	}
}

@media screen and (max-width:400px) {
	.ins-clients-logo-grid .client-logo {
		width: 100% !important;
	}
}

.behance i {
	color: #053eff;
}

.dribbble i {
	color: #ea4c89;
}

.twitter i {
	color: #00aced;
}

.facebook i {
	color: #3b5998;
}

.ins-team-layout-2-imgbox img {
	border-radius: 20px;
	min-height: 300px;
	object-fit: cover;
	width: 100%;
}

.inv-portfolio-carousel-slider,
.blog-carousel-element {
	margin-bottom: 50px;
}

.inv-portfolio-carousel-slider .slick-prev.slick-arrow,
.blog-carousel-element .slick-prev.slick-arrow {
	background: #e6e6e6;
	opacity: 1;
	height: 55px;
	bottom: -50px;
	top: auto;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(-50%, 0);
	left: 50%;
	margin: 0 -32px;
	line-height: 1;
	width: 55px;
}

.inv-portfolio-carousel-slider .slick-arrow:before,
.blog-carousel-element .slick-arrow:before {
	font-size: 22px;
}

.inv-portfolio-carousel-slider .slick-next.slick-arrow,
.blog-carousel-element .slick-next.slick-arrow {
	background: #e6e6e6;
	opacity: 1;
	height: 55px;
	bottom: -50px;
	top: auto;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(50%, 0);
	right: 50%;
	margin: 0 -32px;
	line-height: 1;
	width: 55px;
}

.inv-portfolio-carousel-slider .slick-arrow:hover,
.blog-carousel-element .slick-arrow:hover {
	color: #fff !important;
}

.ins-toggle, .ins-toggler {
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}

.ins-toggler {
	color: #ddd;
	transition: .2s;
	font-weight: bold;
}

.ins-toggler--is-active {
	color: #9D1726;
}

.ins-b {
	display: block;
}

.ins-toggle {
	position: relative;
	width: 80px;
	height: 35px;
	border-radius: 100px;
	background-color: #9D1726;
	overflow: hidden;
	box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

.ins-toggle input[type='checkbox'] {
	width: 100% !important;
}

.ins-check {
	position: absolute;
	display: block;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
	opacity: 0;
	z-index: 6;
}

.ins-check:checked ~ .ins-switch {
	right: 2px;
	left: 57.5%;
	transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition-property: left, right;
	transition-delay: .08s, 0s;
}

.ins-switch {
	position: absolute;
	left: 2px;
	top: 2px;
	bottom: 2px;
	right: 57.5%;
	background-color: #fff;
	border-radius: 36px;
	z-index: 1;
	transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition-property: left, right;
	transition-delay: 0s, .08s;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.ins-hide {
	display: none;
}

.pricing-price-box .pricing.margin-15px-top {
	margin-top: 18px !important;
	margin-bottom: 18px !important;
}




/*** Number Box ***/

.ins-number-box-number-near-title {
	position: relative;
	padding-left: 85px;
}

.number-box-num-upper {
	font-size: 105px;
	font-weight: bold;
	color: rgba(202, 200, 200, 0.17);
	line-height: 70px;
	margin: 0;
	position: relative;
	top: 15px;
	left: 30px;
}

.number-box-num {
	text-shadow: 3px 5px 5px #d5d5d5b0;
}

.ins-number-box-number-near-title .icon-large {
	line-height: 55px;
}

.ins-number-box-number-near-title .number-box-num {
	position: absolute;
	left: 0;
	vertical-align: middle;
	top: 50%;
	transform: translateY(-22px);
	margin: 0;
}

.ins-number-box-number-near-title .ins-icon-box-title {
	line-height: 18px;
}

.number-box-num.icon-medium:not(.ins-float-icon-inner) {
	line-height: inherit;
}

.number-box-num.icon-medium {
	font-size: 35px;
}

.number-box-num.icon-large {
	font-size: 50px;
}


/* list type */

.list-style-none {
	list-style: none;
}


/*** Flip box style ***/

.vc-hoverbox-block-inner {
	padding: 60px 40px !important;
}

.bg-overlay-dark10:before,
.hover-bg-overlay-dark10:before {
	background: rgba(0, 0, 0, 0.1);
}

.bg-overlay-dark20:before,
.hover-bg-overlay-dark20:before {
	background: rgba(0, 0, 0, 0.2);
}

.bg-overlay-dark30:before,
.hover-bg-overlay-dark30:before {
	background: rgba(0, 0, 0, 0.3);
}

.bg-overlay-dark40:before,
.hover-bg-overlay-dark40:before {
	background: rgba(0, 0, 0, 0.4);
}

.bg-overlay-dark50:before,
.hover-bg-overlay-dark50:before {
	background: rgba(0, 0, 0, 0.5);
}

.bg-overlay-dark60:before,
.hover-bg-overlay-dark60:before {
	background: rgba(0, 0, 0, 0.6);
}

.bg-overlay-dark70:before,
.hover-bg-overlay-dark70:before {
	background: rgba(0, 0, 0, 0.7);
}

.bg-overlay-dark80:before,
.hover-bg-overlay-dark80:before {
	background: rgba(0, 0, 0, 0.8);
}

.bg-overlay-dark90:before,
.hover-bg-overlay-dark90:before {
	background: rgba(0, 0, 0, 0.9);
}

.bg-overlay-light10:before,
.hover-bg-overlay-light10:before {
	background: rgba(255, 255, 255, 0.1);
}

.bg-overlay-light20:before,
.hover-bg-overlay-light20:before {
	background: rgba(255, 255, 255, 0.2);
}

.bg-overlay-light30:before,
.hover-bg-overlay-light30:before {
	background: rgba(255, 255, 255, 0.3);
}

.bg-overlay-light40:before,
.hover-bg-overlay-light40:before {
	background: rgba(255, 255, 255, 0.4);
}

.bg-overlay-light50:before,
.hover-bg-overlay-light50:before {
	background: rgba(255, 255, 255, 0.5);
}

.bg-overlay-light60:before,
.hover-bg-overlay-light60:before {
	background: rgba(255, 255, 255, 0.6);
}

.bg-overlay-light70:before,
.hover-bg-overlay-light70:before {
	background: rgba(255, 255, 255, 0.7);
}

.bg-overlay-light80:before,
.hover-bg-overlay-light80:before {
	background: rgba(255, 255, 255, 0.8);
}

.bg-overlay-light90:before,
.hover-bg-overlay-light90:before {
	background: rgba(255, 255, 255, 0.9);
}

.bg-overlay-accent-light:before {
	opacity: .6 !important;
}

.bg-overlay:before {
	position: absolute !important;
	display: block !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
}

.hover-bg-overlay:before {
	position: absolute !important;
	display: block !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
}

.vc-hoverbox-back {
	z-index: 1;
}

.ins-flipbox-front .vc-hoverbox-front-inner {
	z-index: 2;
}

.vc-hoverbox-front {
	z-index: 2 !important;
}

.vc-hoverbox-block-inner {
	z-index: 3 !important;
}

.color-scheme-white,
.color-scheme-white h1,
.color-scheme-white h2,
.color-scheme-white h3,
.color-scheme-white h4,
.color-scheme-white h5,
.color-scheme-white h6,
.color-scheme-white p,
.color-scheme-white i {
	color: #fff;
}

@media screen and (max-width:768px) {
	.ins-flipbox {
		margin-bottom: 30px;
	}
}


/*Blockquotes*/

blockquote.ins-blockquotes-style-1 {
	position: relative;
	padding-top: 0;
	font-style: normal;
	padding: 0;
	display: block;
	border: 0;
	margin: 0;
	width: auto;
}

blockquote.ins-blockquotes-style-2 {
	position: relative;
	padding-top: 0;
	font-style: normal;
	display: block;
	border: 0;
	margin: 0;
	width: auto;
}

blockquote.ins-blockquotes-style-3 {
	position: relative;
	font-style: normal;
	display: block;
	margin: 0;
	width: auto;
}

blockquote.ins-blockquotes-style-1:before,
blockquote.ins-blockquotes-style-3:before {
	display: none;
}

.ins-blockquotes.ins-blockquotes-style-2:before {
	content: "\"";
	font-size: 70px;
	left: 0px;
	position: absolute;
	top: 20px;
	font-family: 'Roboto Slab', serif;
	width: 70px;
	text-align: center;
}

.ins-blockquotes.ins-blockquotes-style-2 q:before {
	content: "";
}

.ins-blockquotes-style-3 {
	border-left: 4px solid;
}


/* Video Lightbox */

.btn-icon-ripple img {
	width: 30px;
	height: auto;
}

span.btn-icon-ripple.light-style {
	background: #000;
}

.inv-video-lightbox-element .btn-icon-ripple.light-style:before {
	border: 1px solid #000;
}

.color-scheme-white,
.color-scheme-white h1,
.color-scheme-white h2,
.color-scheme-white h3,
.color-scheme-white h4,
.color-scheme-white h5,
.color-scheme-white h6,
.color-scheme-white .vntd-counter .counter-title {
	color: #fff;
}

.color-scheme-white p,
.vc_row.color-scheme-white p,
#wrapper .color-scheme-white p.hero-subtitle,
#wrapper .color-scheme-white .inv-portfolio-filter-button-inner.inv-portfolio-filter-button_bordered,
#wrapper .color-scheme-white button.inv-portfolio-filter-button-inner.inv-portfolio-filter-button_simple,
#wrapper .color-scheme-white button.inv-portfolio-filter-button-inner.inv-portfolio-filter-button_simple:after,
#wrapper .color-scheme-white .inv-portfolio-filter-button-inner.inv-portfolio-filter-button_solid_bg.active-filter-button {
	color: rgba(255, 255, 255, .92);
}

#wrapper .color-scheme-white .inv-portfolio-filter-button-inner.inv-portfolio-filter-button_solid_bg {
	background: #f5f5f5;
	color: #353535;
}


/* Video Lightbox */

.video-lightbox {
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
}

.video-lightbox .video-link {
	display: inline-block;
	width: auto;
	border-radius: 100%;
	position: relative;
}

.video-lightbox-icon-wrp {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	z-index: 1;
}

.video-lightbox-shape1 {
	position: absolute;
	transform: rotate(85deg);
	z-index: -1;
	opacity: 0.3;
	animation: spinAround 8s infinite linear;
}

.video-lightbox-shape2 {
	position: absolute;
	transform: rotate(204deg);
	z-index: -1;
	opacity: 0.3;
	animation: spinAround 6s infinite linear;
}

.inv-video-lightbox-element .btn-icon-ripple {
	background-color: transparent;
	font-size: 40px;
	display: block;
	position: absolute;
}

.video-lightbox p {
	font-size: 18px;
}

.btn-icon-ripple .inv-video-lightbox-play-icon {
	color: #000;
}

@keyframes play_btn_shadow {
	0% {
		-webkit-box-shadow: 0 0 0 10px rgba(24, 33, 46, 0.1);
		-ms-box-shadow: 0 0 0 10px rgba(24, 33, 46, 0.1);
		-o-box-shadow: 0 0 0 10px rgba(24, 33, 46, 0.1);
		-moz-box-shadow: 0 0 0 10px rgba(24, 33, 46, 0.1);
		box-shadow: 0 0 0 10px rgba(24, 33, 46, 0.1);
	}

	50% {
		-webkit-box-shadow: 0 0 0 5px rgba(24, 33, 46, 0.1);
		-ms-box-shadow: 0 0 0 5px rgba(24, 33, 46, 0.1);
		-o-box-shadow: 0 0 0 5px rgba(24, 33, 46, 0.1);
		-moz-box-shadow: 0 0 0 5px rgba(24, 33, 46, 0.1);
		box-shadow: 0 0 0 5px rgba(24, 33, 46, 0.1);
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(24, 33, 46, 0.1);
		-ms-box-shadow: 0 0 0 10px rgba(24, 33, 46, 0.1);
		-o-box-shadow: 0 0 0 10px rgba(24, 33, 46, 0.1);
		-moz-box-shadow: 0 0 0 10px rgba(24, 33, 46, 0.1);
		box-shadow: 0 0 0 10px rgba(24, 33, 46, 0.1);
	}
}

.video-lightbox .video-lightbox-length {
	color: rgba(255, 255, 255, 0.8);
	font-size: 15px;
	display: inline-block;
	width: auto;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	padding: 0 6px;
}


/* Video lightbox with an image */

.video-lightbox.video-lightbox-img {
	max-width: 100%;
}

.video-lightbox-img a.video-link {
	display: block;
	width: 100%;
	margin: 0;
	border-radius: 0;
	background: none !important;
}

.video-lightbox-img .video-lightbox-image-holder {
	position: relative;
	height: 350px;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
	overflow: inherit;
	background-size: cover;
	background-repeat: no-repeat;
}

.video-lightbox-image-icon {
	position: absolute;
	top: calc(50% - 45px);
	width: 100%;
	text-align: center;
}

.video-lightbox-round .bg-overlay:before {
	border-radius: 8px;
}

.video-lightbox-round {
	border-radius: 8px;
}

.video-lightbox-img .video-lightbox-image-holder.video-lightbox-no-shadow {
	box-shadow: none;
}

.ins-video-lightbox-icon-style2-wrp p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 28px;
	margin: 0px;
}

.ins-video-lightbox-icon-style2-wrp i {
	font-size: 24px;
	line-height: 28px;
	display: inline-block;
	padding-bottom: 10px;
}

.ins-video-lightbox-icon-style2-wrp {
	position: absolute;
	right: -20px;
	top: 10px;
	z-index: 1;
}

.ins-video-lightbox-icon-style2-inner {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	padding: 30px 6px;
	border-radius: 4px 0px 0px 4px;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	position: relative;
}

.ins-video-lightbox-icon-style2-inner:before {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 10px;
	right: 0;
	z-index: -111 !important;
	top: -10px;
	clip-path: polygon(100% 100%, 0 0, 0 100%);
	border-radius: 4px 0px 0px 0px;
	filter: brightness(85%);
}

.ins-video-lightbox-icon-style2-inner:after {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 10px;
	right: 0;
	z-index: -111 !important;
	bottom: -10px;
	clip-path: polygon(100% 0, 0 0, 0 100%);
	border-radius: 0px 0px 0px 4px;
	filter: brightness(85%);
}


/****** table ******/

.ins-table-wrapper.ins-table-style-2 tr:nth-child(even) td {
	background: #f7f9fb;
}

.ins-table-wrapper.ins-table-style-3 thead tr th {
	color: #fff;
	border: none;
}

.ins-table-wrapper.ins-table-style-3 thead tr th h1,
.ins-table-wrapper.ins-table-style-3 thead tr th h2,
.ins-table-wrapper.ins-table-style-3 thead tr th h3,
.ins-table-wrapper.ins-table-style-3 thead tr th h4,
.ins-table-wrapper.ins-table-style-3 thead tr th h5,
.ins-table-wrapper.ins-table-style-3 thead tr th h6 {
	color: #fff;
	border: none;
	margin: 0;
}

.ins-table-wrapper tr th h6 {
	margin-bottom: 0;
}

@media screen and (max-width:600px) {
	.ins-table-wrapper {
		overflow-y: hidden;
		overflow-x: auto;
	}
}


/*slick dots*/

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 37px !important;
	line-height: 10px !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 8px !important;
	height: 8px !important;
	content: '•';
	text-align: center;
	opacity: 1 !important;
	color: transparent !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 20px;
	background: #A3A3A3;
}

.slick-dots li {
	margin: 0 !important;
}

.slick-dots li.slick-active button:before {
	opacity: 1 !important;
	background: #00939c;
}


/* Progress Bars */

#wrapper .vc_progress_bar .vc_single_bar,
#wrapper .vc_progress_bar .vc_single_bar .vc_bar {
	box-shadow: none !important;
}

#wrapper .vc_progress_bar .vc_label {
	text-shadow: none !important;
}

#wrapper .insignia-progress-bar .vc_single_bar {
	margin-top: 28px;
	margin-bottom: 55px;
	background: #f3f3f3;
}

#wrapper .color-scheme-white .insignia-progress-bar .vc_single_bar {
	background: #3a3a3a;
}

#wrapper .color-scheme-white .insignia-progress-bar .progress-bar-value {
	color: #999;
}

#wrapper .insignia-progress-bar .progress-bar-value {
	position: absolute;
	top: -30px;
	font-size: 14px;
	font-weight: 600;
	color: #000000;
}

#wrapper .insignia-progress-bar .vc_label {
	padding: 0;
	height: 6px;
}

.insignia-progress-bar .progress-bar-value .vc_label_units {
	display: none;
}

.insignia-progress-bar small.vc_label {
	position: absolute;
	top: -30px;
	font-size: 15px;
}

.insignia-progress-bar span.vc_label_units {
	position: absolute;
	right: 0;
	font-size: 13px;
	-webkit-font-feature-settings: 'lnum';
	-moz-font-feature-settings: 'lnum';
	font-feature-settings: 'lnum';
}

.insignia-progress-bar .vc_bar .vc_label_units {
	position: absolute;
	right: 0;
	top: -30px;
	margin-right: -17px;
	color: #000000;
	font-weight: 600;
	font-size: 15px;
	-webkit-font-feature-settings: 'lnum';
	-moz-font-feature-settings: 'lnum';
	font-feature-settings: 'lnum';
}

#wrapper .insignia-progress-bar .vc_single_bar:last-child {
	margin-bottom: 0;
}


/**** tabs css ****/

.vc_tta-style-insignia_tab_layout1 {
	border-radius: 0;
	border: 0;
}

.vc_tta-style-insignia_tab_layout1 .vc_tta-panel-body {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.vc_tta-style-insignia_tab_layout1 ul.vc_tta-tabs-list {
	border: 0;
	border-bottom: 1px solid #d7d7d7;
}

.vc_tta-style-insignia_tab_layout1 ul.vc_tta-tabs-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.vc_tta-style-insignia_tab_layout1 ul li.vc_tta-tab {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.vc_tta-style-insignia_tab_layout1 .vc_tta-tabs-container {
	margin: 0 !important;
}

.vc_tta-style-insignia_tab_layout1 ul.vc_tta-tabs-list li a {
	letter-spacing: 0.3px;
	font-weight: 700;
	width: 100%;
	text-align: center;
	margin: 0 !important;
	border-radius: 0 !important;
	margin-right: 0;
	border: 0;
	position: initial !important;
	background: transparent;
	font-size: 18px;
	font-weight: 600;
	padding: 2px 18px !important;
	text-transform: uppercase;
}

.vc_tta-style-insignia_tab_layout1 li.vc_tta-tab.vc_active a span,
.vc_tta-style-insignia_tab_layout1 li.vc_tta-tab.vc_active a i {
	color: #fff !important;
}

.vc_tta-style-insignia_tab_layout1 li.vc_tta-tab {
	padding-right: 30px !important;
}

.vc_tta-style-insignia_tab_layout1 li.vc_tta-tab.vc_active:before,
li.vc_tta-tab.vc_active:after {
	display: none !important;
}


/*light scheme*/

.color-scheme-white .vc_tta-style-insignia_tab_layout1 ul.vc_tta-tabs-list li a {
	border-right: 1px solid #6d6d6d !important;
	border-bottom: 1px solid #6d6d6d !important;
}

.color-scheme-white .vc_tta-style-insignia_accordion_layout1 h4.vc_tta-panel-title {
	color: #a5a5a5;
}


/*dark scheme*/

.color-scheme-dark .vc_tta-style-insignia_tab_layout1 {
	border: 1px solid #6f6f6f;
}

.color-scheme-dark .vc_tta-style-insignia_tab_layout1 ul.vc_tta-tabs-list li a {
	border-right: 1px solid #6f6f6f !important;
	border-bottom: 1px solid #6f6f6f !important;
}

@media screen and (max-width:768px) {
	.vc_tta-style-insignia_tab_layout1 .vc_tta-panel-heading {
		border: 0 !important;
	}

	.vc_tta-style-insignia_tab_layout1 h4.vc_tta-panel-title {
		font-size: 16px;
		text-align: center;
		letter-spacing: 0.5px;
	}

	.vc_tta-style-insignia_tab_layout1 h4.vc_tta-panel-title a {
		border-bottom: 1px solid #f9f9f9 !important;
		/* background: #fff !important; */
		border-bottom-color: transparent !important;
		border-top: 1px solid #e5e5e5 !important;
	}

	.vc_tta-style-insignia_tab_layout1 .vc_tta-panel.vc_active h4 a:before {
		opacity: 1;
	}

	.vc_tta-style-insignia_tab_layout1 h4.vc_tta-panel-title a:before {
		content: '' !important;
		display: inline-block;
		height: 2px;
		opacity: 0;
		position: absolute;
		top: -1px;
		left: -1px;
		right: -1px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.vc_tta-style-insignia_tab_layout1 .vc_tta-panel.vc_active h4 a {
		border-top-color: transparent !important;
		border-bottom-color: #e5e5e5 !important;
		border-top: 0 !important;
	}
}


/* Tab layout 2 */

.vc_tta-style-insignia_tab_layout2 {
	border-radius: 0;
	border: 0;
}

.vc_tta-style-insignia_tab_layout2 .vc_tta-panel-body {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.vc_tta-style-insignia_tab_layout2 ul.vc_tta-tabs-list {
	border: 0;
	background: #000;
	border-radius: 12px;
}

.vc_tta-style-insignia_tab_layout2 ul.vc_tta-tabs-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.vc_tta-style-insignia_tab_layout2 ul li.vc_tta-tab {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.vc_tta-style-insignia_tab_layout2 .vc_tta-tabs-container {
	margin: 0 !important;
}

.vc_tta-style-insignia_tab_layout2 ul.vc_tta-tabs-list li a {
	letter-spacing: .5px;
	font-weight: 700;
	width: 100%;
	text-align: center;
	margin: 0 !important;
	border-radius: 0 !important;
	margin-right: 0;
	border: 0;
	position: initial !important;
	background: 0 0;
	font-size: 18px;
	font-weight: 500;
	padding: 25px 15px !important;
	border: 0 !important;
	color: #fff !important;
}

.vc_tta-style-insignia_tab_layout2 li.vc_tta-tab.vc_active a span,
.vc_tta-style-insignia_tab_layout2 li.vc_tta-tab.vc_active a i {
	color: #fff !important;
}

.vc_tta-style-insignia_tab_layout2 li.vc_tta-tab {
	padding: 0 !important;
	margin: 0 !important;
}

.vc_tta-style-insignia_tab_layout2 li.vc_tta-tab.vc_active:before,
li.vc_tta-tab.vc_active:after {
	display: none !important;
}


/*light scheme*/

.color-scheme-white .vc_tta-style-insignia_tab_layout2 ul.vc_tta-tabs-list li a {
	border-right: 1px solid #6d6d6d !important;
	border-bottom: 1px solid #6d6d6d !important;
}

.color-scheme-white .vc_tta-style-insignia_accordion_layout2 h4.vc_tta-panel-title {
	color: #a5a5a5;
}


/*dark scheme*/

.color-scheme-dark .vc_tta-style-insignia_tab_layout2 {
	border: 1px solid #6f6f6f;
}

.color-scheme-dark .vc_tta-style-insignia_tab_layout2 ul.vc_tta-tabs-list li a {
	border-right: 1px solid #6f6f6f !important;
	border-bottom: 1px solid #6f6f6f !important;
}

@media screen and (max-width:768px) {
	.vc_tta-style-insignia_tab_layout2 .vc_tta-panel-heading {
		border: 0 !important;
	}

	.vc_tta-style-insignia_tab_layout2 h4.vc_tta-panel-title {
		font-size: 16px;
		text-align: center;
		letter-spacing: 0.5px;
	}

	.vc_tta-style-insignia_tab_layout2 h4.vc_tta-panel-title a {
		border-bottom: 1px solid #f9f9f9 !important;
		/* background: #fff !important; */
		border-bottom-color: transparent !important;
		border-top: 1px solid #e5e5e5 !important;
	}

	.vc_tta-style-insignia_tab_layout2 .vc_tta-panel.vc_active h4 a:before {
		opacity: 1;
	}

	.vc_tta-style-insignia_tab_layout2 h4.vc_tta-panel-title a:before {
		content: '' !important;
		display: inline-block;
		height: 2px;
		opacity: 0;
		position: absolute;
		top: -1px;
		left: -1px;
		right: -1px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.vc_tta-style-insignia_tab_layout2 .vc_tta-panel.vc_active h4 a {
		border-top-color: transparent !important;
		border-bottom-color: #e5e5e5 !important;
		border-top: 0 !important;
	}
}


/**** tour css ****/


/*tour layout 1*/

.vc_tta-style-insignia_tour_layout1 ul li a {
	letter-spacing: 0.5px;
	width: 100%;
	border: 0 !important;
	margin: 0 !important;
	padding: 27px 12px !important;
	overflow: hidden;
	border-bottom: 1px solid #e0e0e073 !important;
	border-radius: 0 !important;
	font-size: 15px;
	text-align: left;
	vertical-align: middle;
	justify-content: space-between !important;
	display: flex !important;
	align-items: center;
}

.vc_tta-style-insignia_tour_layout1 ul.vc_tta-tabs-list li a i {
	width: 31%;
	border: 1px dotted #e0e0e085 !important;
	height: 60px;
	line-height: 60px !important;
	text-align: center;
	padding: 0 10px !important;
	font-size: 35px !important;
}

.vc_tta-style-insignia_tour_layout1 .vc_tta-panels-container {
	padding-left: 5%;
}

.color-scheme-white .vc_tta-style-insignia_tour_layout1 ul li a span {
	color: #fff;
}

.color-scheme-white .vc_tta-style-insignia_tour_layout1 ul li a {
	border-bottom: 1px solid #e0e0e017 !important;
}

.color-scheme-white .vc_tta-style-insignia_tour_layout1 ul.vc_tta-tabs-list li a i {
	border: 1px dashed rgba(224, 224, 224, 0.12) !important;
}

.vc_tta-style-insignia_tour_layout1 span.vc_tta-title-text {
	margin-left: 30px !important;
}

.vc_tta-style-insignia_tour_layout1 .vc_tta-tabs-container {
	margin-right: 30px !important;
	color: #000;
	text-align: left !important;
	width: 285px;
}

.vc_tta-style-insignia_tour_layout1 ul li:last-child a {
	border-bottom: 0 !important;
}

.vc_tta-style-insignia_tour_layout1 ul.vc_tta-tabs-list li {
	display: block;
	position: relative !important;
}

.vc_tta-style-insignia_tour_layout1 ul li:last-child {
	border: 0 !important;
}





/* Pie Charts */

.team-single-content .vc_pie_chart_value {
	font-size: 40px !important;
	font-weight: 600 !important;
	color: #679d98 !important;
	top: -9px !important;
}

.team-single-content h4.wpb_heading.wpb_pie_chart_heading {
	position: absolute;
	bottom: 39%;
	left: 0;
	right: 0;
	font-size: 16px !important;
	letter-spacing: 0;
}

.team-single-content .wpb_pie_chart_heading {
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	margin-top: 20px;
}


/* subscribe form */

.ins-subscribe-form-main input {
	width: 100%;
}

@media screen and (max-width:768px) {
	.ins-popup-image {
		margin-bottom: 20px;
	}

	.ins-popup-modal-content {
		display: block;
	}
}


/* ------------------------------------------------------------------------

  ANIMATIONS

 ------------------------------------------------------------------------*/

.ins-animated {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.ins-animated {
	opacity: 0;
	opacity: 1;
}

.ins-animated[data-animation-delay="200"] {
	animation-delay: 0.2s;
}

.ins-animated[data-animation-delay="300"] {
	animation-delay: 0.3s;
}

.ins-animated[data-animation-delay="400"] {
	animation-delay: 0.4s;
}

.ins-animated[data-animation-delay="500"] {
	animation-delay: 0.5s;
}

.ins-animated[data-animation-delay="600"] {
	animation-delay: 0.6s;
}

.ins-animated[data-animation-delay="700"] {
	animation-delay: 0.7s;
}

.ins-animated[data-animation-delay="800"] {
	animation-delay: 0.8s;
}

.ins-animated[data-animation-delay="1000"] {
	animation-delay: 1s;
}

.ins-animated {
	animation-delay: 0.2s;
}

@-webkit-keyframes ins-zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	to {
		opacity: 1;
	}
}

@keyframes ins-zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	to {
		opacity: 1;
	}
}

.zoomIn.ins-animate {
	-webkit-animation-name: ins-zoomIn;
	animation-name: ins-zoomIn;
}

.ins-animate.tt_button:hover {
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
}

@-webkit-keyframes ins-fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes ins-fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn.ins-animate {
	-webkit-animation-name: ins-fadeIn;
	animation-name: ins-fadeIn;
}

@-webkit-keyframes ins-fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100px, 0);
		transform: translate3d(0, -100px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes ins-fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100px, 0);
		transform: translate3d(0, -100px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown.ins-animate {
	-webkit-animation-name: ins-fadeInDown;
	animation-name: ins-fadeInDown;
}

@-webkit-keyframes ins-fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100px, 0, 0);
		transform: translate3d(-100px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes ins-fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100px, 0, 0);
		transform: translate3d(-100px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft.ins-animate {
	-webkit-animation-name: ins-fadeInLeft;
	animation-name: ins-fadeInLeft;
}

@-webkit-keyframes ins-fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes ins-fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight.ins-animate {
	-webkit-animation-name: ins-fadeInRight;
	animation-name: ins-fadeInRight;
}

@-webkit-keyframes ins-fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes ins-fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp.ins-animate {
	-webkit-animation-name: ins-fadeInUp;
	animation-name: ins-fadeInUp;
}

@media (max-width:960px) {
	.no-mobile-animation .ins-animated {
		animation-duration: 0s!important;
		animation-name: none!important;
		opacity: 1!important;
	}
}


/******** icon with image box ********/


/* layout 1 */

.icon-with-image-icon-box-layout1 {
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	bottom: -9px;
}

.icon-with-image-icon-layout1 {
	top: -50%;
	margin-top: -55px;
}

.icon-with-image-icon-layout1 .icon-with-image-icon {
	line-height: 80px;
	font-size: 35px;
}

.ins-icon-with-image-layout1 {
	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.06);
	transition: all 500ms ease;
}

.ins-icon-with-image-layout1:hover {
	transition: all 500ms ease;
	box-shadow: 0px 12px 26px 0px rgba(0, 0, 0, 0.1);
}

.icon-with-image-icon-box-layout1 i {
	color: #fff;
}


/* layout 2 */

.icon-with-image-wrapper.ins-icon-with-image-layout2 {
	margin-top: 50px;
}

.icon-with-image-layout2-title-holder {
	position: relative;
	display: block;
	border: 1px solid #f2f2f2;
}

.icon-with-image-layout2-icon {
	position: absolute;
	top: -43px;
	left: 0;
	right: 0;
	width: 75px;
	height: 75px;
	margin: 0 auto;
	display: block;
	z-index: 1;
	border: 1px solid #e4e4e4;
	border-radius: 50%;
	background: #fff;
}

.icon-with-image-layout2-icon-inner .icon-with-image-icon {
	font-size: 30px;
	line-height: 75px;
}

.icon-with-image-layout2-title {
	display: block;
	padding-top: 55px;
}

.icon-with-image-layout2-title h4 {
	margin-bottom: 20px;
}

.icon-with-image-layout2-text-holder {
	display: block;
	border: 1px solid #f2f2f2;
	border-top: none;
	padding: 20px 18px 18px;
}

.icon-with-image-layout2-img-holder {
	position: relative;
	display: block;
	overflow: hidden;
}

.icon-with-image-layout2-img-holder img {
	transition: all 500ms ease;
	width: 100%;
	transform: scale(1.1, 1.1);
}

.icon-with-image-layout2-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	transform: rotateX(150deg);
	transition: all 500ms ease;
	background-color: rgba(0, 0, 0, 0.70);
}

.icon-with-image-layout2-box {
	display: table;
	height: 100%;
	width: 100%;
}

.icon-with-image-layout2-button {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.icon-with-image-layout2-button a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 500ms ease;
}

.ins-icon-with-image-layout2:hover .icon-with-image-layout2-overlay {
	transform: rotateX(0deg);
	opacity: 1;
}

.ins-icon-with-image-layout2:hover .icon-with-image-layout2-img-holder img {
	transform: scale(1.2, 1.2);
}

.icon-with-image-layout2-button span {
	font-size: 22px;
	padding-left: 6px;
	vertical-align: middle;
	height: 25px !important;
	display: inline-block;
}


/* Layout 3 */

.ins-icon-with-image-layout3,
.icon-with-image-layout3-img-holder {
	position: relative;
}

.icon-with-image-inner-layout3 {
	position: relative;
	overflow: hidden;
}

.icon-with-image-layout3-icon {
	position: absolute;
	width: 120px;
	right: -32px;
	top: -16px;
	z-index: 99;
	line-height: 100px;
	color: #ffffff;
	text-align: center;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	transition: all 700ms ease;
}

.icon-with-image-layout3-icon:before {
	position: absolute;
	content: '';
	width: 150px;
	right: -15px;
	top: 0px;
	height: 70px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
	background: #212121;
}

.icon-with-image-layout3-icon-inner {
	position: relative;
	color: #ffffff;
	z-index: 1;
	font-size: 30px;
	line-height: 1em;
}

.icon-with-image-layout3-img-holder img {
	position: relative;
	width: 100%;
	display: block;
	height: auto;
}

.icon-with-image-layout3-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	text-align: center;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.icon-with-image-layout3-overlay-inner {
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	padding: 10px 0px;
	opacity: 0.9;
	background: #212121;
}

.icon-with-image-layout3-text-holder {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.icon-with-image-layout3-text-inner {
	position: relative;
	color: #ffffff;
	padding: 0px 20px;
}

.ins-icon-with-image-layout3:hover .icon-with-image-layout3-icon {
	opacity: 0;
}

.ins-icon-with-image-layout3:hover .icon-with-image-layout3-overlay {
	opacity: 1;
}

.icon-with-image-layout3-lower-box {
	position: relative;
	border: 1px solid #f0f0f0;
}

.icon-with-image-layout3-arrow-box {
	position: absolute;
	right: 20px;
	top: 22px;
	width: 33px;
	height: 33px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	transition: all 700ms ease;
}

.icon-with-image-layout3-arrow-box span {
	font-size: 17px;
	line-height: 33px;
	padding-left: 2px;
}

.icon-with-image-layout3-lower-title h4 {
	position: relative;
	text-align: left;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	transition: all 700ms ease;
}

.icon-with-image-layout3-lower-title {
	width: 100%;
	height: 100%;
	padding: 20px 20px;
	/* -webkit-transition: all 700ms ease; */
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	transition: all 700ms ease;
}


/* google map */

.business-info-wrapper {
	position: absolute;
	z-index: 10;
	width: 350px;
	left: 100px;
	padding: 40px;
	padding-bottom: 35px;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	border-left: 10px solid green;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 6px 12px rgba(162, 158, 158, 0.38);
	border-radius: 10px;
}

.business-info-wrapper h4 {
	font-size: 22px;
	font-weight: 700;
	vertical-align: middle;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 20px;
}

.business-info-header .business-email-row,
.business-info-header .business-phone-row,
.business-info-header .business-address-row {
	margin-bottom: 13px;
	display: flex;
	align-items: baseline;
}

.business-info-header i {
	margin-right: 10px;
	font-size: 16px;
	font-weight: 600;
	width: 16px;
	display: block;
	float: left;
	text-align: center;
	line-height: 1;
}

.business-info-wrapper .business-info-day {
	margin-bottom: 10px;
}

.business-info-day-hours {
	float: right;
}

.insignia-gmap.right_info_panel .business-info-wrapper {
	margin-left: 0;
	left: auto;
	right: 100px;
}

.insignia-gmap {
	position: relative;
}

@media screen and (max-width:950px) {
	.business-info-wrapper {
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		margin: 30px;
		width: calc(100% - 60px);
	}
}


/* imagebox carousel*/

.imagebox-carousel .ins-image-box-inner {
	margin: 0 15px;
}

.imagebox-carousel .ins-image-box-btn {
	color: #fff;
}

.ins-carousel-anything-content .slick-slide,
..product-video-slider .slick-slide {
	padding: 0 12px !important;
}

.ins-carousel-anything-content .slick-dots li.slick-active,
.product-video-slider .slick-dots li.slick-active {
	width: 35px !important;
}

.ins-carousel-anything-content .slick-dots li,
.product-video-slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 30px !important;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.ins-carousel-anything-content .slick-dots li.slick-active button:before,
.product-video-slider .slick-dots li.slick-active button:before {
	width: 30px !important;
}

.ins-carousel-anything-content .slick-dots li button:before,
.product-video-slider .slick-dots li button:before {
	font-family: 'slick';
	font-size: 37px !important;
	line-height: 10px !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px !important;
	height: 4px !important;
	content: 'â€¢';
	text-align: center;
	opacity: 1 !important;
	color: transparent !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 20px;
	background: #A3A3A3;
}


/* Custom-menu */

.ins-custom-menu-wrapper ul li a {
	position: relative;
	display: block;
	padding: 20px 15px 20px 18px;
	font-weight: 500;
	font-size: 16px;
	border: 1px solid #D7D7D7;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}

.ins-custom-menu-wrapper>ul {
	padding-left: 0;
}

.ins-custom-menu-wrapper ul li a:after {
	content: ">";
	position: absolute;
	right: 20px;
	font-size: 19px;
}

.ins-custom-menu-wrapper ul li {
	list-style: none;
	margin-bottom: 10px;
}

.ins-custom-menu-wrapper ul li a:hover, .ins-custom-menu-wrapper ul li.current-menu-item a {
	background-color: #00939c;
	color: #fff;
}


/*Footer widget column css*/

.insta-column-3 {
	width: 33.3333%;
	float: left;
	min-height: 1px;
	position: relative;
}

.insta-column-4 {
	width: 25%;
	float: left;
	min-height: 1px;
	position: relative;
}

.insta-column-5 {
	width: 20%;
	float: left;
	min-height: 1px;
	position: relative;
}

.insta-column-6 {
	width: 16.66666667%;
	float: left;
	min-height: 1px;
	position: relative;
}

@media(max-width:991px) {
	.insta-column-3,
	.insta-column-4,
	.insta-column-5,
	.insta-column-6 {
		width: 50%;
		float: left;
		min-height: 1px;
		position: relative;
	}
}


/* ------------------------------------------------------------------------

  29. PROCESS STEPS

 ------------------------------------------------------------------------*/

.ins-process-steps {
	display: block;
	position: relative;
	text-align: left;
	padding-bottom: 0;
	border-top-width: 2px;
	border-top-style: solid;
}

@media screen and (max-width:768px) {
	ul.ins-process-steps-main li.ins-process-item {
		margin-bottom: 80px !important;
	}
}

.ins-process-steps .ins-process-steps-main {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ins-process-steps .ins-process-steps-main .ins-process-item:last-child::after {
	display: none;
}

.ins-process-steps.process_three_elem .ins-process-item {
	width: calc(33.3333% - 10px);
}

.ins-process-steps.process_four_elem .ins-process-item {
	width: calc(25% - 10px);
}

.ins-process-steps.process_five_elem .ins-process-item {
	width: 20%;
	margin: 0px !important;
}

.ins-process-steps .ins-process-steps-main .ins-process-item {
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 0;
	border: 1px solid #e5e7f2;
	border-radius: 4px;
	margin-top: 0;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	padding-top: 25px;
	box-shadow: none!important;
	background: 0 0;
	border: 0;
	padding-bottom: 0;
}

.ins-process-item:before {
	content: '';
	width: 9px;
	height: 9px;
	background: #fff;
	border-width: 2px;
	border-style: solid;
	border-radius: 50%;
	position: absolute;
	top: -5px;
}

.process-icon {
	font-size: 50px;
	line-height: 1.5;
}

.ins-process-step-number {
	display: block;
	position: relative;
	margin-bottom: 23px;
	line-height: 1;
	font-weight: 700;
}

.ins-process-item-top .ins-process-step-number span:before {
	top: 100%;
	border-width: 8px 8px 0 0;
	border-color: #00939c transparent transparent transparent;
}

.ins-process-item-bottom .ins-process-step-number span:before {
	top: -8px;
	border-width: 8px 0 0 8px;
	border-color: transparent transparent transparent #00939c;
}

.ins-process-item-top .ins-process-step-number {
	margin-bottom: 10px;
}

.ins-process-item-bottom .ins-process-title {
	margin-bottom: 5px;
}

.ins-process-item-bottom {
	padding-top: 10px !important;
}

.ins-process-step-number span:before {
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
}

.ins-process-step-number span {
	position: relative;
	font-size: 15px;
	line-height: 1;
	display: block;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	display: inline-block;
	color: #fff;
	padding: 8px 16px;
	letter-spacing: 0.5px;
	font-weight: 500;
	background: #00939c;
}

.ins-process-steps-main .ins-process-item:last-of-type .ins-process-step-number:before {
	border: none;
	display: none;
}

.process-customimg img {
	max-height: 200px;
	width: auto;
}

.ins-process-container {
	position: absolute;
	left: 3px;
}

.ins-process-item-top .ins-process-text-area p {
	margin-bottom: 8px;
}

.ins-process-item-top .ins-process-container {
	bottom: 25px;
}

@media screen and (max-width:768px) {
	.ins-process-steps.process_three_elem .ins-process-item {
		width: 100%;
	}

	.ins-process-step-number:before {
		display: none;
	}
}

@media screen and (max-width:1000px) {
	.ins-process-steps.process_four_elem .ins-process-item,
	.ins-process-steps.process_five_elem .ins-process-item {
		width: 100%;
		margin-bottom: 50px;
	}

	.ins-process-steps.process_four_elem .ins-process-item .ins-process-step-number:before,
	.ins-process-steps.process_five_elem .ins-process-item .ins-process-step-number:before {
		display: none;
	}

	.ins-process-steps {
		border: none;
	}
}

.ins-subscribe-newsletter-info {
	margin-bottom: 5px !important;
	padding-left: 20px;
}

.ins-subscribe-newsletter-icon {
	margin: 0px -15px;
}

.innvoke-white-btn input[type="submit"] {
	background: transparent;
	color: #ffffff;
	border: 2px solid #fff;
	padding: 16px 20px 16px 20px;
}


/* ------------------------------------------------------------------------

  30. Contact Form

 ------------------------------------------------------------------------*/

.subscribe-form .col-md-10.col-sm-10.col-xs-10 {
	padding: 0 3px 0 0;
}

.digital-agency-subscribe-icon img {
	width: 54px;
}

.subscribe-digital-agency input {
	border-color: #F1F2F7;
	background: #F1F2F7;
	font-size: 14px;
}

.pharmacy-contact-form .ins-contact-form-input {
	background-color: #455a6a;
	border: none !important;
	border-radius: 0px !important;
	font-size: 15px !important;
	font-family: poppins !important;
	text-transform: capitalize;
	color: #ffffff;
	font-weight: 400 !important;
}

.pharmacy-contact-form .ins-contact-form-submit-btn {
	width: 100%;
	border-radius: 50px !important;
	background: #34c9b6 !important;
}

.pharmacy-contact-form .ins-contact-form-input::placeholder {
	color: #ffffff;
}

.ins-contact-form-checkbox .wpcf7-list-item-label {
	font-size: 14px;
	font-weight: 500;
}
/* Line & Bar Charts */

.vc_line-chart .vc_chart-with-legend {
	width: 100% !important;
}

ul.vc_chart-legend {
	margin-top: 30px !important;
	width: 100% !important;
	display: inline-flex !important;
}

ul.vc_chart-legend li span {
	border-radius: 0 !important;
	width: 12px !important;
	height: 12px !important;
	margin-top: -1px;
}

.ins-line-charts .vc_chart-with-legend canvas {
	height: 400px !important;
}


/****** digital agency footer******/

.footer-social li i {
	width: 35px;
	height: 35px;
	background: #272E36;
	text-align: center;
	border-radius: 10em;
	margin-right: 7px;
	line-height: 35px;
}

.ins-apoinment-input {
	padding: 8px 20px !important;
	line-height: 22px !important;
	border: 1px solid #ababab87 !important;
}

.digital-agency-footer-logo {
	text-align: center;
}

.digital-agency-footer-logo a:before {
	width: calc(50% - 78px);
	content: "";
	height: 2px;
	display: inline-block;
	background: rgba(235, 235, 235, 0.12);
}

.digital-agency-footer-logo a:after {
	width: calc(50% - 78px);
	content: "";
	height: 2px;
	display: inline-block;
	background: rgba(235, 235, 235, 0.12);
}

.footer-social li i:hover {
	background: #00939c;
}

.insurance-footer-social li a i:hover {
	background: #F2F2F2 !important;
	color: #000 !important;
}


/* white subscribe contact */

.subscribe-white-form .subscribr-form-set {
	border-radius: 25px;
	background: #39A4EC;
	border: 0;
	color: #fff;
	font-size: 13px;
}

.subscribe-white-form .subscrib-form-submit {
	border: 2px solid #fff;
	border-radius: 25px;
	padding: 16px 22px;
	font-size: 12px;
}

.subscribe-white-form .subscribr-form-set::-webkit-input-placeholder {
	color: #fff;
	font-size: 13px;
}

.eye-care-appointment-form .ins-contact-form-input {
	font-size: 14px;
	letter-spacing: 0px;
	padding: 12px 15px;
	border-radius: 0px;
	background: #324350;
	outline: none;
	border: none;
	color: #ffffff !important;
	font-weight: 400;
	margin-bottom: 16px;
}

.eye-care-appointment-form .col-md-6.col-sm-12 {
	padding: 0 8px;
}

.eye-care-appointment-form .ins-contact-form-input::placeholder {
	color: #fff;
	letter-spacing: 0;
	font-weight: 400;
}

.eye-care-appointment-form .ins-contact-form-submit-btn {
	border-radius: 50px;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: 500;
	margin-top: 12px;
	margin-bottom: 0px !important;
	margin-right: 0px !important;
}

/*before after*/

span.before-after-handle:before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 32px;
	position: absolute;
	top: 18px;
	left: 22%;
	font-weight: 900;
}

span.before-after-handle:after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 32px;
	position: absolute;
	top: 18px;
	right: 22%;
	font-weight: 900;
}

span.before-after-handle {
	background: #fff !important;
}

span.before-after-handle img {
	height: 63px;
}

.before-after-image-section {
	position: relative;
	width: 100%;
	max-width: 768px;
	margin: 0em auto;
}

.before-after-image-section img {
	display: block;
	width: 100%;
}

.image-label {
	line-height: 45px;
	height: 45px;
	width: 100px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
	-moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
	transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
	text-transform: capitalize;
}

.image-label.is-hidden {
	visibility: hidden;
}

.is-visible .image-label {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.resize-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.resize-img img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 100%;
	width: auto;
	max-width: none;
}

.resize-img .image-label {
	right: auto;
	left: 0;
}

.is-visible .resize-img {
	width: 50%;
	-webkit-animation: cd-bounce-in 0.7s;
	-moz-animation: cd-bounce-in 0.7s;
	animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
	0% {
		width: 0;
	}

	60% {
		width: 55%;
	}

	100% {
		width: 50%;
	}
}

@-moz-keyframes cd-bounce-in {
	0% {
		width: 0;
	}

	60% {
		width: 55%;
	}

	100% {
		width: 50%;
	}
}

@keyframes cd-bounce-in {
	0% {
		width: 0;
	}

	60% {
		width: 55%;
	}

	100% {
		width: 50%;
	}
}

.before-after-handle {
	position: absolute;
	height: 60px;
	width: 60px;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -22px;
	border-radius: 50%;
	cursor: move;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0) scale(0);
	-moz-transform: translate3d(0, 0, 0) scale(0);
	-ms-transform: translate3d(0, 0, 0) scale(0);
	-o-transform: translate3d(0, 0, 0) scale(0);
	transform: translate3d(0, 0, 0) scale(0);
}

.before-after-handle.draggable {
	background-color: #445b7c;
}

.is-visible .before-after-handle {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	-moz-transform: translate3d(0, 0, 0) scale(1);
	-ms-transform: translate3d(0, 0, 0) scale(1);
	-o-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
	-webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
	-moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
	transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

.team-single-content-inner {
	padding: 0 7%;
}

.team-single-image img {
	width: 100%;
}

.team-single-content {
	margin-top: 8%;
}

ul.team-single-info-inner {
	margin-bottom: 30px;
}

.single-team-title {
	color: #455d73;
	font-weight: 700;
	font-size: 20px;
}

.single-team-position {
	font-weight: 500;
	font-size: 15px;
	color: #798795;
}

.team-single-meta {
	display: flex;
	align-items: center;
}

.single-team section#main-content-wrapper {
	padding-bottom: 0;
}

ul.team-single-info-inner li {
	list-style: none;
	font-size: 16px;
	margin-bottom: 18px;
	display: flex;
	line-height: 25px;
	color: #455d73;
}

ul.team-single-info-inner li span {
	font-weight: 700;
	padding-right: 6px;
}

ul.team-single-info-inner {
	padding: 0;
}

ul.team-single-info-inner li i {
	font-weight: 800;
	position: absolute;
	left: 0;
	line-height: 26px;
}

.single-team-bottom-section {
	clear: both;
}

.single-team-button {
	display: inline-block;
	padding-right: 20px;
}

.ins-single-team-social-media a {
	background: #fff;
	margin-right: 8px;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	font-size: 19px;
	line-height: 40px;
	position: relative;
}

.ins-single-team-social-media a i {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	line-height: 40px;
	z-index: 1;
}

.single-team-button a {
	color: #fff !important;
}

.ins-single-team-social-media {
	display: inline-block;
}

.single-team-button a {
	padding: 15px 28px;
	border-radius: 30px;
	box-shadow: 0px 3px 3px rgba(90, 90, 90, 0.55);
}

.ins-single-team-social-media a:hover i {
	color: #ffffff;
}

/*******************Start-Hospital-footer-css **********************/


.upper-footer p {
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.3px;
	margin: 0;
}

.upper-footer h5 {
	font-size: 24px;
	line-height: 30px;
}

.hospital-footer-info p {
	margin-bottom: 15px !important;
	font-size: 14px;
	font-weight: 400;
	padding-left: 26px;
	position: relative;
}

.hospital-footer-info i {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 26px;
}

.footer-menu-style1 p a {
	color: #fff;
	font-weight: 400;
}

.footer-menu-style1 p {
	margin-bottom: 15px;
}

.footer-menu-style1 p a i {
	font-size: 11px;
	margin-right: 5px;
}

.footer-menu-style1 a:hover {
	border-bottom: 1px solid;
	margin-left: 10px;
}

.footer1-menu-text {
	display: inline-block;
}


/*******************End-Hospital-footer-css **********************/

/*******************Start-Dental-footer-css **********************/

.footer-social .footer-social-circal {
	width: 30px;
	height: 30px;
	background: #fff;
	display: inline-grid;
	text-align: center;
	border-radius: 50%;
	align-items: center;
	margin-right: 6px;
}



/*******************End-Dental-footer-css **********************/
/*contact-form*/
.ins-apoinment-input {
	margin-bottom: 15px;
	border-radius: 0px;
	border: 1px solid #cecece8a;
	padding: 8px 15px;
	color: #1d2f3c;
	font-family: poppins;
	font-weight: 500;
	font-size: 14px;
}

.dental-appoinment-form .ins-apoinment-submit {
	background: #1d2f3c !important;
	padding: 16px 25px !important;
	font-weight: 500 !important;
	letter-spacing: 0.2px !important;
}

.hospital-appoinment-form .ins-apoinment-input::placeholder {
	color: #3a505f !important;
}

.hospital-appoinment-form .ins-apoinment-input {
	background: #f0f4f7 !important;
	border: none !important;
	color: #3a505f !important;
	border-radius: 0 !important;
	padding: 11px 20px !important;
}

.hospital-appoinment-form .ins-apoinment-submit {
	width: 100%;
	border-radius: 50px;
	padding: 11px 0px;
	line-height: 26px;
	margin: 0 !important;
	box-shadow: 0px 2px 5px #00000047 !important;
}

/*end contact-form*/
.hospital-contact-form-box-shadow {
	box-shadow: 0px 3px 20px #13131359;
	z-index: 11111;
	position: relative;
	overflow: visible;
}

.width-100-image-inner, .width-100-image-inner figure, .width-100-image-inner img, .width-100-image-inner .vc_single_image-wrapper {
	width: 100% !important;
	height: 450px !important;
	object-fit: cover;
}

.sidebar-brochure-button {
	border: 1px solid #d7d7d7;
	color: #3a505f;
	padding: 9px 23px;
	display: flex;
	align-items: center;
}

.sidebar-brochure-button i {
	font-size: 21px;
}

.sidebar-brochure-button:hover {
	background: #00939c;
	color: #fff !important;
}

.sidebar-brochure-button:hover i {
	color: #fff !important;
}

.ins-footer-separatore-title h4 {
	line-height: 30px !important;
	letter-spacing: 1px;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	font-size: 21px !important;
	text-transform: capitalize;
	padding-right: 24px !important;
}

.dental-footer-form .ins-contact-form-input::placeholder {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}

.dental-footer-form .ins-contact-form-input {
	background: #e9eaee30;
	border: none;
	font-weight: 400;
	margin-bottom: 0px !important;
	font-size: 14px;
	border-radius: 0 !important;
	color: #fff;
	padding: 9px 20px !important;
	line-height: 26px;
}

.dental-footer-form .subscrib-form-submit {
	border: 0px !important;
	width: 100%;
	padding: 9px 0 !important;
	line-height: 26px;
	margin: 0px !important;
}

.dental-footer-form .subscrib-form-submit:hover {
	transform: none !important;
	box-shadow: none !important;
}

.dental-footer-form .wpcf7-not-valid-tip {
	font-size: 12px;
	padding-left: 10px !important;
	height: 44px;
	line-height: 44px;
}

.dental-footer-form {
	display: block;
	width: 100%;
	overflow: hidden;
	clear: both;
}

.wpcf7-mail-sent-ok {
	margin-top: 0px !important;
	font-size: 13px;
	width: 100%;
	margin-left: 0 !important;
	color: #fff;
}

.wpcf7-mail-sent-ok {
    overflow: hidden;
    text-align: center;
    line-height: 18px;
}

.ins-form-mail-sent-wrap .wpcf7-mail-sent-ok {
    color: #00939c !important;
}


/*** Social-icon-color ***/

.fa-facebook,.fa-facebook-f {
	color: #16599b;
}

.fa-pinterest {
	color: #c8232c;
}

.fa-twitter {
	color: #03A9F4;
}

.fa-linkedin, .fa-linkedin-in {
	color: #0073b0;
}

.fa-instagram {
	color: #C13584;
}

.fa-dribbble {
	color: #ea4c89;
}

.fa-foursquare {
	color: #e65778;
}

.fa-flickr {
	color: #be4bdb;
}

.fa-github {
	color: #222;
}

.fa-google-plus, .fa-google{
	color: #d34836;
}

.fa-pinterest, .fa-pinterest-p {
	color: #e60023;
}

.fa-skype {
	color: #00AFF0;
}

.fa-vimeo {
	color: #19b7ea;
}

.fa-youtube-play {
	color: #FF0000;
}

.fa-youtube {
	color: #ba202e;
}

.video-light-icon-position-absolute {
	display: inline-block;
	position: absolute;
	top: calc(50% - 40px);
	right: 0;
	bottom: 0;
}

li.ins-list-style {
	margin-bottom: 10px !important;
}

.video-light-icon-position-absolute {
	display: inline-block;
	position: absolute;
	top: calc(50% - 40px);
	right: 0;
	bottom: 0;
}

.ins-single-blog-blockquotes-wrapper {
	padding: 25px 40px !important;
	line-height: 25px !important;
}

.ins-single-blog-blockquotes-wrapper cite {
	margin: 0 !important;
	font-size: 14px !important;
	padding-top: 12px !important;
}

.pharmacy-icon-box-inner .ins-icon-box-text {
	font-size: 16px;
	line-height: 28px;
}

.light-text-shadow {
	text-shadow: 0px 3px 4px #00000060;
}

.extra-light-text-shadow {
	text-shadow: 0px 3px 4px #00000030;
}

.ins-number-box-wrapper .ins-icon-box-text {
	font-size: 16px;
	line-height: 26px;
}

.ins-number-box-wrapper:after {
	content: "";
	width: 150px;
	display: block;
	height: 7px;
	background-image: url(../img/border.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 170%;
	margin-top: 25px;
}

.ins-number-box-wrapper .number-box-num:after {
	content: ".";
	font-family: auto;
	font-size: 100px;
	line-height: 90px;
}

.contact-app-single-pg .ins-apoinment-input {
	background: transparent !important;
	padding: 8px 20px !important;
	line-height: 22px !important;
	border: 2px solid #ababab87 !important;
	color: #1d2f3c !important;
}

.contact-app-single-pg .ins-apoinment-input::place-holder {
	color: #1d2f3c !important;
}

.contact-app-single-pg .ins-apoinment-submit {
	width: auto !important;
	border-radius: 5px !important;
	line-height: initial !important;
	padding: 10px 20px 10px 20px !important;
	font-weight: 500;
	margin: 18px 0 !important;
}

.singal-contact-page .ins-float-icon-box-text.default p:first-child {
	display: none;
}

.singal-contact-page .ins-float-icon-box-text p {
	font-size: 16px;
	line-height: 26px;
}

.business-info-header span {
	font-size: 16px;
	line-height: 30px;
}

#footer caption {
	color: #c4c4c4;
}

#footer .wp-caption {
	background: transparent;
	border: none;
}

.ins-search-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.ins-search-not-found {
	margin: 0 auto;
}

.search-archive-custom-class li.ins-list-style {
	padding-left: 30px;
}

.search-archive-custom-class ul li i.ins-icon-list-icon {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-top: 6px;
}

.search-title:before {
	content: "";
	background: #00939c;
	position: absolute;
	width: 45px;
	height: 3px;
	bottom: -8px;
}

.search-title {
	position: relative;
}

.search-blog-title {
	padding: 0;
}

.custom-image-border-radius img {
	width: 100%;
	border-radius: 15px;
}

.search-archive-custom-class {
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,.1);
	box-shadow: 0px 0px 17px 0px rgba(0,0,0,.1);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	padding: 35px;
	margin-bottom: 45px;
}

.search-blog-content {
	font-size: 16px;
}

.search-main-left {
	padding-right: 25px;
}

.search-archive-custom-class .inv-post-grid-default-one-meta {
	border-top: 1px solid #e2e2e2;
	overflow: hidden;
}

.copyright-text {
	font-size: 14px;
}

.copyright-menu ul li {
    font-size: 14px;
}

.search-archive-custom-class .inv-post-grid-default-one-meta .default_post_meta_item {
	font-size: 16px;
}

.insignia-pagination-wrapper {
	clear: both;
	text-align: center;
	margin: 0 auto;
}

.insignia-pagination-wrapper a, .insignia-pagination-wrapper span {
	display: inline-block;
	margin: 2px 5px;
	line-height: 40px;
	text-align: center;
	background: #efefef;
	color: #3a505f;
	font-weight: 500;
	border-radius: 4%;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	padding: 0px 20px;
}

.insignia-pagination-wrapper span {
	background: #00939c;
	color: #fff;
}

.insignia-pagination-wrapper a:hover, .insignia-pagination-wrapper span:hover {
	background: #00939c;
	color: #fff;
}

/*** Start Footer page Css ***/
.home-1-footer-main-wrap p a {
	color: white !important;
}

.footer-social-media-wrap ul {
	display: flex;
}

.footer-social-media-wrap ul li a i {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #587E78;
	border-radius: 50%;
	margin-right: 15px;
}

.footer-social-media-wrap ul li a i:hover {
	background: #FF5B2E;
}

.techno-moon-footer-form-inner-wrap {
	position: relative;
}

.techno-moon-footer-form-btn-wrap .btn:focus {
	outline: none;
}

.techno-moon-footer-form-btn-wrap .btn {
	position: absolute;
	display: inline-block;
	right: 6px;
	width: 45px;
	height: 45px;
	top: calc(50% - 50.5px);
	margin: 0;
	padding: 0;
	line-height: 41px;
	text-align: center;
	background: #FF2D0D;
}

.wpcf7-response-output {
    margin-top: 10px !important;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-color: red !important;
    line-height: 20px;
    overflow: hidden;
    width: calc(100% - 15px);
}

.techno-moon-footer-form-btn-wrap {
    position: relative;
    clear: both;
}
.techno-moon-footer-form-btn-wrap  .ajax-loader {
    position: absolute;
    right: 0;
    top: 0;
}

.techno-moon-footer-form-inner-wrap .subscribe-email-wrap {
	background: #00000024;
	border: 1px solid #426A65;
	border-radius: 5px;
	font-size: 16px;
	color: #FFFFFF;
	padding: 15px 20px;
	margin-bottom: 0;
	font-weight: 400;
}

.techno-moon-footer-form-inner-wrap .subscribe-email-wrap::placeholder {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 300;
}

.copyright-menu ul li a {
	color: #fff !important;
}

.footer-social-media-wrap ul li a i {
	color: white;
	font-size: 15px;
}
.footer-padding-left-35px{
    padding-left:35px !important;
}

/*** End Footer Page Css ***/

/*** Start Team Member Style1  ***/

.ins-team-layout-1-imgbox {
	position: relative;
}

.ins-team-layout-1-social-media {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	top: 60%;
	opacity: 0;
	transition: all 0.5s linear;
}

.ins-team-layout-1-social-media a {
	width: 70px;
	height: 70px;
	display: inline-flex;
	background: #ff5b2e;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	clip-path: polygon(48% 10%, 54% 10%, 54% 0, 100% 0, 100% 100%, 0 100%, 0 0, 48% 0);
	margin: 0 5px;
}

.ins-team-layout-1-social-media a i {
	color: #fff;
	font-size: 26px;
	line-height: 70px;
	position: relative;
}

.ins-team-layout-1-social-media a:before {
	content: "";
	position: absolute;
	left: 25px;
	right: 0px;
	top: 10px;
	bottom: 0;
	opacity: 0.2;
	background: #ffffff;
	clip-path: polygon(150% 0%, 100% 100%, 100% 100%, 100% 100%, 0% 100%, 30% 50%);
}

.ins-team-layout-1-social-media a:after {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	background: #fff;
	right: 10px;
	bottom: 22px;
	border-radius: 50%;
}

.ins-team-layout-1-heading {
	margin-bottom: 0px;
}

.ins-team-layout-1-heading a {
	display: block;
	font-size: 24px;
	line-height: 34px;
	padding: 25px 0px 6px 0px;
}

.ins-team-layout-1-wrapper:hover .ins-team-layout-1-social-media {
	top: calc(50% - 35px);
	opacity: 1;
	transition: all 0.5s linear;
}
/*** End Team Member Style1  ***/

/*** Start Testimonial Style1 ***/
.insignia-testimonial-bg-inner {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.insignia-testimonial-style-1 {
	margin-left: -15px;
	margin-right: -15px;
}

.testimonial-layout-1-author-img {
	width: 150px;
	display: inline-flex;
	flex-wrap: wrap;
}

.testimonial-right-section {
	width: calc(100% - 150px);
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-left: 30px;
}

.testimonial-layout-1-author-img img {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	object-fit: cover;
}

.insignia-testimonial-text {
	font-size: 24px;
	line-height: 36px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid;
}

.testimonial-layout-1-author {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0;
	display: inline-flex;
	padding: 0 15px;
}

.testimonial-layout-1-rating-star-wrp {
	display: inline-flex;
	float: right;
	margin-left: auto;
}

.testimonial-layout-1-rating-star-wrp i {
	font-size: 20px;
	margin: 0;
	padding: 0;
	text-indent: 2px;
	color: #ff771f;
	font-weight:500;
}

.testimonial-slider-layout1-arrows-set {
	position: absolute;
	top: -100px;
	right: 30px;
}

.testimonial-slider-layout1-arrows-set .slick-prev1 {
	background: transparent;
	border: 2px solid #679d98;
	padding: 4px 20px 4px 0px;
	border-left: 0px;
	margin-left: 0;
	border-radius: 0px;
}

.testimonial-slider-layout1-arrows-set .slick-next1 {
	background: transparent;
	border: 2px solid #679d98;
	border-right: 0px;
	padding: 4px 0px 4px 20px;
	border-radius: 0px;
	margin-right: 0px;
}

.testimonial-slider-layout1-arrows-set .slick-prev1 i {
	color: #679d98;
	font-size: 22px;
	line-height: 26px;
	margin-left: -15px;
	transition: all 0.2s;
}

.testimonial-slider-layout1-arrows-set .slick-next1 i {
	color: #679d98;
	font-size: 22px;
	line-height: 26px;
	margin-right: -15px;
	transition: all 0.2s;
}

.ins-author-icon {
	width: 25px;
	display: inline-flex;
}

.ins-author-and-rating-wrp {
	display: flex;
	vertical-align: middle;
}
/*** End Testimonial Style1 ***/


/*** Start Service Box Style1  ***/

.ins-service-box-style1-img {
	position: relative;
}

.ins-service-box-style1-img img {
	border-radius: 10px;
}

.ins-service-box-style1-title {
	margin: 30px 0 20px 0;
	font-size: 18px;
	line-height: 28px;
}

.ins-service-box-style1-text {
	margin-bottom: 30px;
	margin-right: 30px;
}

.ins-service-box-btn1 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 16px;
	opacity: 0.6;
	font-weight: 600;
}

.ins-service-box-btn-icon {
	padding: 1px 0px 1px 20px;
	border: 2px solid;
	border-right: none;
	font-size: 22px;
	margin-right: 25px;
	line-height: 26px;
}

.ins-service-box-btn-icon:before {
	margin-right: -15px;
}

.ins-service-box-style1-img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000;
	opacity: 0;
	border-radius: 10px;
}

.ins-service-box-style-1:hover .ins-service-box-style1-img:before {
	opacity: 0.4;
	transition: all 0.3s linear;
}

.ins-service-box-style1-img:before {
}

.ins-service-box-hover-icon-wrp {
	position: absolute;
	text-align: center;
	left: calc(50% - 45px);
	top: 50%;
	opacity: 0;
	padding: 6px;
	border: 4px dashed;
	border-radius: 50%;
	animation: spinAround 8s infinite linear;
}

.ins-service-box-hover-icon-wrp a {
	width: 70px;
	height: 70px;
	display: inline-flex;
	background: #00939c;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	clip-path: polygon(48% 10%, 54% 10%, 54% 0, 100% 0, 100% 100%, 0 100%, 0 0, 48% 0);
	font-size: 32px;
	line-height: 70px;
	animation: spinAroundreverse 8s infinite linear;
}

.ins-service-box-hover-icon-wrp a:before {
	content: "";
	position: absolute;
	left: 25px;
	right: 0px;
	top: 10px;
	bottom: 0;
	opacity: 0.2%;
	background: #ffffff;
	clip-path: polygon(150% 0%, 100% 100%, 100% 100%, 100% 100%, 0% 100%, 30% 50%);
}

.ins-service-box-hover-icon-wrp a:after {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	background: #fff;
	right: 15px;
	bottom: 22px;
	border-radius: 50%;
}

.ins-service-box-style-1:hover .ins-service-box-hover-icon-wrp {
	opacity: 1;
	transition: top 0.3s linear;
	top: calc(50% - 45px);
}

.ins-service-box-style-1:hover .ins-service-box-btn1 {
	opacity: 1;
}
/*** End Service Box Style1 ***/

/*** Start Service Box Style2  ***/

.ins-service-box-style-2 {
	margin-bottom: 35px;
}

.ins-service-box-style2-content {
	display: flex;
	align-items: center;
	vertical-align: middle;
	padding: 0 25px;
}

.ins-service-box-style2-img {
	position: relative;
}

.ins-service-box-style2-img img {
	border-radius: 10px;
}

.ins-service-box-style2-title {
	margin: 30px 30px 30px 0px;
	font-size: 18px;
	line-height: 28px;
	display: inline-block;
	width: calc(100% - 85px);
}

.ins-service-box-btn2-wrap {
	display: block;
	width: 55px;
	text-align: right;
}

.ins-service-box-btn2 {
	display: block;
	font-size: 16px;
	opacity: 0.5;
	font-weight: 600;
}

.ins-service-box-style2-img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000;
	opacity: 0;
	border-radius: 10px;
}

.ins-service-box-style-2:hover .ins-service-box-style2-img:before {
	opacity: 0.4;
	transition: all 0.3s linear;
}

.ins-service-box-style-2:hover .ins-service-box-hover-icon-wrp {
	opacity: 1;
	transition: top 0.3s linear;
	top: calc(50% - 45px);
}

.ins-service-box-style-2:hover .ins-service-box-btn2 {
	opacity: 1;
}

.ins-service-box-btn2 .ins-service-box-btn-icon {
	margin-right: 15px !important;
}

.ins-service-box-style2-inner {
	border: 2px solid #efefef;
	border-radius: 10px;
	background: #ffffff;
}

/*** End Service Box Style2 ***/

/*** Start Icon Box Style1 **/

.ins-icon-box-style1-wrp {
	margin-bottom: 35px;
}

.ins-icon-box-style1-wrp {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.ins-icon-box-style1-icon-wrp {
	width: 70px;
	height: 70px;
	display: inline-flex;
	position: relative;
}

.ins-icon-box-style1-content-wrp {
	width: calc(100% - 70px);
	flex-wrap: wrap;
	margin: 0px;
	padding-left: 20px;
	padding-right: 0px;
}

.ins-icon-box-style1-icon-wrp {
	width: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 32px;
	background: #ff5b2e;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	clip-path: polygon(48% 10%, 54% 10%, 54% 0, 100% 0, 100% 100%, 0 100%, 0 0, 48% 0);
}

.ins-icon-box-style1-icon-wrp:after {
	content: "";
	position: absolute;
	left: 25px;
	right: 0px;
	top: 10px;
	bottom: 0;
	opacity: 0.2;
	background: #ffffff;
	clip-path: polygon(150% 0%, 100% 100%, 100% 100%, 100% 100%, 0% 100%, 30% 50%);
}

.ins-icon-box-style1-icon-wrp:before {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	background: #fff;
	right: 10px;
	bottom: 20px;
	border-radius: 50%;
	z-index: 1;
}

.ins-icon-box-style1-title {
	margin-bottom: 5px;
}

.ins-icon-box-style1-text {
	margin-bottom: 0;
}

.ins-icon-box-style1-icon-wrp img {
	max-width: 35px;
	max-height: 35px;
	object-fit: cover;
}
/*** End Icon Box Style1 **/

/*** Start Icon Box Style2 **/

.ins-icon-box-style2-icon-wrp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	margin-bottom: 20px;
	position: relative;
	transition: transform 0.5s linear,background-color 0.6s linear;
}

.ins-icon-box-style2-icon-wrp svg {
	position: relative;
}

.ins-icon-box-style2-icon-wrp i {
	position: absolute;
	z-index: 2;
}

.ins-icon-box-style2-icon-wrp img {
	max-width: 40px;
	position: absolute;
	max-height: 40px;
	z-index: 2;
}

.ins-icon-box-style2-sub-title {
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 20px;
}

.ins-icon-box-style2-title {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0px;
}

.ins-icon-box-style2-wrp {
	z-index: 1;
	position: relative;
	padding-top: 30px;
	padding-left: 30px;
	margin: 0 10px;
}

.ins-icon-box-style2-inner-wrp {
	padding: 40px 20px;
	border: 1px solid #0000003b;
	border-radius: 6px;
	z-index: 1;
	background: #ffffff;
}

.ins-icon-box-style2-inner-wrp:after {
	content: "";
	position: absolute;
	left: 0;
	right: 30px;
	top: 0;
	bottom: 30px;
	border: 1px solid #0000003b;
	z-index: -1;
	background: #ffffff;
	border-radius: 6px;
	transition: left 0.5s linear,right 0.5s linear,top 0.5s linear,bottom 0.5s linear;
}

.ins-icon-box-style2-wrp:hover .ins-icon-box-style2-inner-wrp:after {
	left: 30px;
	top: 30px;
	transition: all 0.6s linear;
	right: 0;
	bottom: 0;
}

.ins-icon-box-style2-wrp:hover .ins-icon-box-style2-icon-wrp {
	transform: translateY(-10px);
}

.ins-icon-box-style2-icon-wrp:before {
	content: "";
	position: absolute;
	left: 25px;
	right: 0px;
	top: 10px;
	bottom: 0;
	opacity: 0.2;
	background: #fff;
	clip-path: polygon(150% 0%, 100% 100%, 100% 100%, 100% 100%, 0% 100%, 30% 50%);
	z-index: 1;
}
/*** End Icon Box Style2 **/


/*** Start Icon Box Style3 **/

.ins-icon-box-style3-wrp {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px 30px;
	box-shadow: 0 7px 10px #00000014;
	border-radius: 6px;
	margin-bottom: 20px;
}

.ins-icon-box-style3-content-wrp {
	display: inline-flex;
	width: calc(100% - 55px);
	flex-wrap: wrap;
	margin: 0px;
	padding-left: 15px;
	padding-right: 0;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
}

.ins-icon-box-style3-icon-wrp {
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 20px;
	background: #ff5b2e;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	clip-path: polygon(48% 10%, 54% 10%, 54% 0, 100% 0, 100% 100%, 0 100%, 0 0, 48% 0);
	display: inline-flex;
	transition: all 0.5s linear;
}

.ins-icon-box-style3-icon-wrp:after {
	content: "";
	position: absolute;
	left: 28px;
	right: 0px;
	top: 12px;
	bottom: 0;
	opacity: 0.2;
	background: #ffffff;
	clip-path: polygon(150% 0%, 100% 100%, 100% 100%, 100% 100%, 0% 100%, 30% 50%);
}

.ins-icon-box-style3-icon-wrp:before {
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	background: #fff;
	right: 10px;
	bottom: 13px;
	border-radius: 50%;
	z-index: 1;
}

.ins-icon-box-style3-title {
	margin-bottom: 0px;
	float: right;
	width: calc(100% - 57px);
}

.ins-icon-box-style3-icon-wrp img {
	max-width: 35px;
	max-height: 35px;
	object-fit: cover;
}

.ins-icon-box-style3-button {
	padding: 0px 0px 0px 18px;
	border: 2px solid;
	border-right: none;
	font-size: 20px;
	line-height: 22px;
	display: block;
	margin-left: 20px;
	margin-right: 12px;
}

.ins-icon-box-style3-button-wrp {
	display: inline-block;
	margin-left: auto;
	opacity: 0;
	float: right;
	width: 57px;
	transition: all 0.5s linear;
}

.ins-icon-box-style3-wrp:hover .ins-icon-box-style3-button-wrp {
	opacity: 1;
	transition: all 0.5s linear;
}

.ins-icon-box-style3-button:before {
	margin-right: -15px;
}

.ins-icon-box-style3-wrp:hover .ins-icon-box-style3-icon-wrp:after {
	background: #ffffff !important;
}

/*** End Icon Box Style3 **/

/*** Start Icon Box Style4 **/

.ins-icon-box-style4-content-wrp {
	margin-bottom: 35px;
}

.ins-icon-box-style4-title {
	margin-bottom: 15px;
}

.ins-icon-box-style4-text {
	margin-bottom: 30px;
}

.ins-icon-box-style4-button-wrp {
	display: inline-block;
}

.ins-icon-box-style4-icon-wrp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	margin-bottom: 25px;
	position: relative;
	transition: transform 0.5s linear,background-color 0.6s linear;
}

.ins-icon-box-style4-icon-wrp:before {
	content: "";
	position: absolute;
	left: 25px;
	right: 0px;
	top: 10px;
	bottom: 0;
	opacity: 0.2;
	background: #fff;
	clip-path: polygon(150% 0%, 100% 100%, 100% 100%, 100% 100%, 0% 100%, 30% 50%);
	z-index: 1;
}

.ins-icon-box-style4-icon-wrp svg {
	position: relative;
}

.ins-icon-box-style4-icon-wrp svg g {
	transition: fill 0.6s cubic-bezier(0, 0.66, 1, 1);
}

.ins-icon-box-style4-icon-wrp i {
	position: absolute;
	z-index: 2;
}

.ins-icon-box-style4-icon-wrp img {
	max-width: 40px;
	position: absolute;
	max-height: 40px;
	z-index: 2;
}

.ins-icon-box-style4-button {
	padding: 0px 0px 0px 18px;
	border: 2px solid;
	border-right: none;
	font-size: 20px;
	line-height: 22px;
	display: inline-block;
	margin-left: 0px;
	margin-right: 15px;
}

.ins-icon-box-style4-button:before {
	margin-right: -15px;
}

.ins-icon-box-style4-wrp:hover .ins-icon-box-style4-icon-wrp {
	transform: translateY(-10px);
}

/*** End Icon Box Style4 **/

/*** Start Icon Box Style5 **/

.ins-icon-box-style5-wrp {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.ins-icon-box-style5-content-wrp {
	width: calc(100% - 90px);
	flex-wrap: wrap;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

.ins-icon-box-style5-title {
	margin-bottom: 5px;
}

.ins-icon-box-style5-text ,.ins-icon-box-style5-text p {
	margin-bottom: 0;
}

.ins-icon-box-style5-icon-wrp img {
	max-width: 35px;
	max-height: 35px;
	object-fit: cover;
}

.ins-icon-box-style5-icon-wrp {
	width: 90px;
	height: 90px;
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	z-index: 1;
}

.ins-icon-box-style5-icon-shape1 {
	position: absolute;
	transform: rotate(85deg);
	z-index: -1;
	opacity: 0.3;
	transition: transform 0.7s linear;
}

.ins-icon-box-style5-wrp:hover .ins-icon-box-style5-icon-shape1 {
	transform: rotate(0deg);
}

.ins-icon-box-style5-icon-shape2 {
	position: absolute;
	transform: rotate(204deg);
	z-index: -1;
	transition: transform 0.7s linear;
	opacity: 0.3;
}

.ins-icon-box-style5-wrp:hover .ins-icon-box-style5-icon-shape2 {
	transform: rotate(360deg);
}

.ins-icon-box-style5-icon-wrp svg g {
	transition: fill 0.5s linear;
}

.ins-icon-box-style5-icon-inner {
	background-color: transparent;
	font-size: 35px;
	display: block;
	position: absolute;
}

/*** End Icon Box Style5 **/

/*** Start Porfolio Style1 ***/

.ins-porfolio-width-20pr .ins-portfolio-layout1-category {
	padding: 0 15px;
}

.ins-porfolio-width-20pr .ins-portfolio-layout1-title {
	margin-bottom: 0;
	padding: 0 15px 20px 15px;
}

.ins-portfolio-hover-1-content {
	box-shadow: 0 8px 8px #00000015;
	margin-bottom: 15px;
}

.ins-portfolio-layout1-img img {
	width: 100%;
}

.ins-portfolio-inner-content {
	background: linear-gradient(0deg, rgba(181,181,181,0.4) 0%, rgba(255,255,255,0) 56%);
	padding: 0;
	margin-right: 0;
}

.ins-portfolio-layout1-title {
	margin-bottom: 0;
	padding: 0 30px 20px 30px;
}

.ins-portfolio-layout1:hover .ins-portfolio-layout1-category a span ,.ins-portfolio-layout1:hover .ins-portfolio-layout1-title a {
	color: #FFFFFF !important;
}

.ins-portfolio-layout1-category {
	margin-bottom: 0;
	padding: 0 30px;
	margin-top: -20px;
}

.ins-portfolio-upper-shape {
	width: 100%;
	overflow: hidden;
	margin-top: -60px;
}

.ins-portfolio-upper-shape svg {
	width: calc(100% + 0.5px);
	margin-left: -0.5px;
	opacity: 0.4;
}

.ins-portfolio-inner-shape {
	width: 100%;
	overflow: hidden;
	margin-top: -54px;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}

.ins-portfolio-inner-shape svg {
	width: calc(100% + 0.5px);
	margin-left: -0.5px;
}

.ins-portfolio-style1-icon-wrp {
	position: absolute;
	right: 30px;
	top: 0;
	display: inline-block;
}

.ins-portfolio-style1-icon {
	width: 66px;
	height: 66px;
	display: inline-flex;
	background: #ff5b2e;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	clip-path: polygon(48% 10%, 54% 10%, 54% 0, 100% 0, 100% 100%, 0 100%, 0 0, 48% 0);
	margin: 0px;
}

.ins-portfolio-style1-icon img {
    max-width: 25px;
}

.ins-portfolio-style1-icon:before {
	content: "";
	position: absolute;
	left: 30px;
	right: 0px;
	top: 10px;
	bottom: 0;
	opacity: 0.2;
	background: #ffffff;
	clip-path: polygon(150% 0%, 100% 100%, 100% 100%, 100% 100%, 0% 100%, 30% 50%);
}

.ins-portfolio-style1-icon:after {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	background: #fff;
	right: 10px;
	bottom: 16px;
	border-radius: 50%;
}

.ins-porfolio-width-20pr {
	width: 20%;
	display: inline-block;
	float: left;
}

/*** End Porfolio Style1 ***/

/*** Start Counter Box ***/

.ins-counter-lable {
	display: inline-block;
	margin-bottom: 12px;
	padding: 2px 20px;
	position: relative;
	border-radius: 4px;
}

.ins-counter-lable:before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 10px;
	width: 15px;
	height: 10px;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.ins-counter-box-text {
	margin-bottom: 0;
}
/*** End Counter Box ***/

/*** Start Appointment ***/
.booked-calendar-shortcode-wrap .booked-appt-list.shown h2 span ,.booked-calendar-shortcode-wrap .booked-appt-list.shown h2 strong {
	font-weight: 800;
	font-size: 24px;
}

.booked-calendar-wrap {
	padding: 20px;
	box-shadow: 0 5px 29px 7px rgba(19,40,125,.15);
	border-radius: 5px;
}
/*** End Appointment ***/

/*** Start Careers ***/
.techno-moon-careers-location ,.techno-moon-careers-type {
	text-align: center;
	font-weight: 500;
}

.technomoon-careers-title {
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 800;
}

.technomoon-careers-mobile-title-heading ,.technomoon-careers-mobile-location-heading,.technomoon-careers-mobile-type-heading {
	display: none;
}

.careers-list-box-shadow {
	box-shadow: 0px 1px 3px #0000004a;
}

.technomoon-careers-default-title {
	font-size: 26px;
	font-weight: 500;
}

@media screen and (max-width: 992px) {
	.technomoon-careers-mobile-title-heading, .technomoon-careers-mobile-location-heading, .technomoon-careers-mobile-type-heading {
		display: block;
		color: #5d5d5d;
		text-align: center;
		font-size: 26px !important;
	}

	.technomoon-careers-title {
		text-align: center;
	}

	.technomoon-careers-title {
		font-weight: 400;
	}
}
/*** End Careers ***/

/*** Start Button Css ***/

.ins-button-left-arrow-icon i {
    padding: 1px 0px 2px 24px;
    border: 2px solid;
    border-right: none;
    font-size: 22px;
    margin-right: 25px;
    line-height: 26px;
    display: inline-block;
}

.ins-button-left-arrow-icon i:before {
    margin-right: -15px;
}

.ins-button-right-arrow-icon i {
    padding: 1px 24px 2px 0px;
    border: 2px solid;
    border-left: none;
    font-size: 22px;
    margin-left: 25px;
    line-height: 26px;
    display: inline-block;
    margin-right: 0px;
}

.ins-button-right-arrow-icon i:before {
    margin-left: -15px;
}

.ins-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ins-button span {
    display: inline-flex;
}

.btn-small .ins-button-right-arrow-icon i {
    padding: 1px 20px 2px 0px;
    border: 1px solid;
    border-left: none;
    font-size: 18px;
    line-height: 20px;
    
}

.btn-small .ins-button-left-arrow-icon i {
    padding: 1px 0px 2px 20px;
    border: 1px solid;
    border-right: none;
    font-size: 18px;
    line-height: 20px;
}

/*** End Button Css ***/

/*** Start Sidearea Css ***/

.ins-sidearea-social-icons a:hover {
    background: #152937 !important;
    color: #fff important;
}

.fa:before, fas:before, fab:before {
    font-family: "fontawesome";
}

/*** End Sidearea Css ***/

/*** Start Subscribe  Form  Css ***/

.subscribe-form-main-wrap .ins-form-text::placeholder {
    font-size: 16px;
    color: #679d98;
    font-weight:300;
}
.subscribe-form-main-wrap .ins-form-text {
    font-size: 16px;
    color: #679d98;
    border: none;
    border-radius: 5px;
    padding: 15px 25px;
    font-weight: 400;
    background: #fff;
    margin-bottom: 15px !important;
}
.subscribe-form-main-wrap .ins-form-btn {
    background: #ff5b2e;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}
.subscribe-form-main-wrap .ajax-loader {
    position: absolute;
    right: 0;
    bottom:0;
}

/*** End Subscribe  Form  Css ***/

.footer-app-logo img {
    width: 190px;
    height: auto;
}