* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}
.screen-reader-response {
    display: none !important;
}
.assetOutsourcing ol{display:flex;flex-flow:column;justify-content:center;align-items:start !important; margin:auto !important; width:50% !important;}
body {
	font-family: 'Poppins', sans-serif !important;
	overflow-x: hidden;
}

.headerTop img {
	width: 100%;
}

.addresses {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    align-content: space-between;
    gap: 30px;
}

.flag {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 20px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.flag img {
    width: 55px;
}
.flag span {
	font-size: 16px;
	font-weight: 500;
}

.phone {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: 10px;
}

.phone img {
    width: 32px;
}
.phone span {
	font-size: 14px;
	font-weight: 300;
}
.address {
	font-size: 14px;
	font-weight: 300;
}



.headerTop img {
	width: 100%;
}


.flag {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 20px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.flag img {
    width: 55px;
}
.flag span {
	font-size: 16px;
	font-weight: 500;
}


.email {
    /* display: flex; */
    align-items: center;
    align-content: center;
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: 5px;
}

.email img {
    width: 32px;
}
.email span {
	font-size: 14px;
	font-weight: 300;
}

.phone {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: 3px;
}

.phone img {
    width: 32px;
}
.phone span {
	font-size: 14px;
	font-weight: 300;
}
.address {
	font-size: 13px;
	font-weight: 300;
}

.bgTran {
    width: 33%;
    background: rgba(255,255,255,.1);
    padding: 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-around !important;
    min-height: 292px !important;
}
.nav-tabs-outer li.active > a, .nav-tabs-outer li.active > a:hover, .nav-tabs-outer li.active > a:focus {
    color: #00c2e5 !important;
    cursor: default !important;
    /* background-color: #00c2e5 !important; */
    border: 0px solid #00c2e5 !important;
    border-bottom: 3px solid #00c2e5 !important;
}

.nav-tabs-outer li > a {
    margin-right: 2px !important;
    line-height: 1.42857143 !important;
    border: 0px solid transparent !important;
    border-radius: 4px 4px 0 0 !important;
}
.nav-tabs-outer .nav{
	margin: 0px !important;
	display: flex !important;
}
.nav-tabs-outer > ul > li{
  display: block;
  width: 33.33%;
} 

.tab-content {
  background: #eee;
}
.tab-content img {
  padding: 15px;
  float: left;
}
.tab-content p {
  height: 180px;
  font-size: 18px;
  letter-spacing: 2px;
  /* display: flex; */
  align-items: center;
}
.tab-pane:after {
  content: "";
  display: block;
  clear: both;
}

.nav-header .current-menu-ancestor > a,.nav-header .current-menu-item > a {
    background-color: #FFF !important;
    color: #000 !important;
}

.nav-header .current-menu-parent > a {
    background-color: #FFF !important;
    color: #000 !important;
}

.navbar {
	min-height: auto !important;
	margin-bottom: 0 !important;
	border: 0 !important;
}

/* .navbar {
	border-bottom: #262626 solid 1px !important;
} */

.navbar-nav>li a {
	border-left: #262626 solid 1px;
	border-right: #262626 solid 1px;
}

.navbar-nav>li {
	float: none;
	display: inline-block;
}

.navbar-default .navbar-nav>li>a {
	color: #fff !important;
	font-size: 14px;
	background: black;
	padding: 15px 28px;
}

.navbar-default {
	background-color: #000 !important;
	border-radius: 0 !important;
	margin: 0 !important;
}


.logo {
	padding: 10px 15px !important;
	height: auto !important;
	text-align: center;
}

.topBarLinks ul {
	background: #f7f7f7;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: #dddddd solid 1px;
	width: 80%;
	margin: 0 auto;
}

.topBarLinks ul li {
	display: inline-block;
	padding: 15px 36px;
	box-sizing: border-box;
	border-right: #dddddd solid 1px;
}

.topBarLinks ul li:last-child {
	border-right: 0;
}

.topBarLinks ul li a {
	/* text-decoration: none; */
	/* color: #4d4d4d; */
	/* font-size: 13px; */
}

.call {
	padding: 12px 0;
	position: relative;
}

.call::before {
	content: '';
	width: 20px;
	height: 35px;
	background: url(../images/phone.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 60px;
}

.call p {
	font-size: 16px;
	color: #00c2e5;
	font-weight: 500;
	margin: 0;
	padding-top: 7px;
	text-align: center;
}

.navbar-default .navbar-nav>li>a span {
	margin-left: 5px;
}

.banner {
	background-image: url("../images/background.jpg");
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.banner h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 110px;
	line-height: 56px;
	color: white;
}

span.linePara {
	font-size: 18px;
	line-height: 28px;
	display: block;
	margin-top: 25px;
	font-weight: 400;
}

.lineBreak {
	display: block;
}

.customBtn {
	text-align: center;
	margin: 330px 0 0;
}

.customBtn a {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none !important;
	border: 1px solid white;
	background-color: rgba(255, 255, 255, .1);
	padding: 15px 0;
	text-transform: uppercase;
	border-radius: 8px;
	display: block;
	width: 16%;
	margin: 0 auto;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.196);
}

.customBtn a:hover {
	color: #fff;
}

.customBtn a:focus {
	color: #fff;
}

.inovate {
	background-image: url("../images/innovate_background.jpg");
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 95px 0 150px 0;
	background-position: 100% 100%;
}

.outSource {
	position: relative;
}

.outSource::before {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -37px;
	left: 36.5%;
}

.outSource::after {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -37px;
	left: 37%;
}

.outSource_body h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #231f20;
}

.outSource_body h1 span {
	font-weight: 600;
}

.headingAf {
	text-align: center;
	margin-bottom: 30px;
}

.outSource_body p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #595959;
	text-align: center;
	line-height: 26px;
	margin-bottom: 70px;
}

.outSource_item {
	border-right: #ccc solid 1px;
}

.outSource_item:last-child {
	border-right: 0 !important;
}

.outSource_item h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #231f20;
	text-align: center;
	line-height: 21px;
	text-transform: uppercase;
}

.outSource_item p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #595959;
	text-align: center;
	line-height: 26px;
	width: 95%;
}

.inovate h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.inovate h1 span {
	font-weight: 600;
}

.inovate p {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 34px;
	width: 100%;
	margin: 0 auto;
	margin-top: 90px;
}

.outsourceServices {
	background-color: #f4f9fa;
	padding: 90px 0;
}

.outsourceServices_body h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #231f20;
	margin: 0;
}

.outsourceServices_body h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	color: #231f20;
	margin: 0;
}

.outsourceServices_body h6 {
	text-align: center;
}

.outsourceServices_body h6 img {
	margin-top: -10px;
}

.owl-carousel .owl-item img {
	display: block;
	width: 30% !important;
	margin: 0 auto;
}

.outsourceServices_body p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #231f20;
	text-align: center;
	line-height: 26px;
	width: 42%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.outsourceServicesItem {
	font-family: 'Poppins', sans-serif;
	color: #231f20;
	text-align: center;
	padding: 25px 25px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	transition-duration: .3s;
}

/*
.outsourceServicesItem:hover
{
	box-shadow:0px 0px 20px #ccc;
}	
*/

.outsourceServicesItem h3 {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	width: 75%;
	margin: 0 auto;
	padding: 25px 0px;
}

.outsourceServicesItem p {
	text-transform: capitalize;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	min-height: 250px;
	/*	padding-bottom: 50px;*/
}

.outsourceServicesBtn {
	font-family: 'Poppins', sans-serif;
	color: #889ea2;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #d9e8eb;
	padding: 10px 0;
	border-radius: 5px;
	transition-duration: .3s;
	display: block;
	margin: 0;
}

.outsourceServicesItem:hover {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	transition-duration: .3s;
	cursor: pointer;
}

.outsourceServicesItem:hover a, .outsourceServicesItem:focus a {
	color: #00c2e5;
	text-decoration: none;
	border: 1px solid #00c2e5;
}

.different {
	padding: 95px 0 0 0;
	min-height: 700px;
	position: relative;
}

.different::before {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -37px;
	left: 37%;
}

.different::after {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -37px;
	left: 37%;
}

.different h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #231f20;
}

.different h1 span {
	font-weight: 600;
}

.diffItemHold {
	margin-top: 50px;
}

.differentItem {
	text-align: center;
	background: #f2f2f2;
	padding: 60px 0 !important;
	transition-duration: .3s;
	min-height: 278px !important;
}

.differentItem:nth-child(2), .differentItem:nth-child(4), .differentItem:nth-child(6) {
	background: #d9d9d9;
}

.differentItem:hover, .differentItem:focus {
	transform: scale(1.1, 1.1);
	background: #00c2e5;
	position: relative;
	top: -27px;
	z-index: 99999;
	cursor: pointer;
	transition-duration: .3s;
}

.diffItemAfter {
	display: none;
}

.differentItem:hover .diffItemBefore {
	display: none;
}

.differentItem:hover .diffItemAfter {
	display: block;
}

.block {
	display: block;
}

.differentItem h3 {
	font-family: 'Poppins', sans-serif;
	color: #231f20;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
}

.diffItemAfter p {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	padding-top: 30px;
}

.testimonials {
	background-image: url("../images/testimonials_background.jpg");
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 90px 0 150px 0;
}

.testimonials h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}

.testimonials h1 span {
	font-weight: 600;
}

.testimonials h6 {
	text-align: center;
	padding-bottom: 80px;
}

.testimonials h6 img {
	margin-top: -10px;
}

.testimonialsMain {
	min-height: 300px;
	background: transparent;
}

.testimonialsBody img {
	display: block;
	width: 25% !important;
	margin: 0 auto;
	position: absolute;
	border: #fff solid 6px;
	left: 125px;
	border-radius: 50%;
	top: 5px;
}

.testimonialsBody {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: #595959;
	min-height: 225px;
	background-color: #FFFFFF;
	margin-top: 75px;
}

.testimonialsBody p {
	padding-top: 55px;
	text-align: center;
	margin: 0 auto;
	width: 75%;
	min-height: 170px;
}

.testimonialsBody h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	text-transform: capitalize;
	color: #231f20;
}

#testimonials .owl-nav button.owl-prev {
	float: left;
	margin-top: -12%;
	margin-left: -5%;
	font-size: 40px;
	color: #fff;
	opacity: .5;
	transition-duration: .3s;
}

#testimonials .owl-nav button.owl-prev:hover {
	opacity: 1;
	transition-duration: .3s;
}

#testimonials .owl-nav button.owl-next {
	float: right;
	margin-top: -12%;
	margin-right: -5%;
	font-size: 40px;
	color: #fff;
	opacity: .5;
	transition-duration: .3s;
}

#testimonials .owl-nav button.owl-next:hover {
	opacity: 1;
	transition-duration: .3s;
}

.together {
	background-image: url("../images/together_background.png");
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0 50px 0;
	position: relative;
}

.together::before {
	content: '';
	width: 465px;
	height: 37px;
	background: url(../images/blueTop.png) no-repeat;
	position: absolute;
	background-size: 100% 100%;
	top: -33px;
	left: 37.5%;
	z-index: 99;
}

.together h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}

.together h1 span {
	font-weight: 600;
}

.togetherForm input {
	height: 45px;
}

.togetherBody {
	margin-left: 115px;
}

.togetherBody p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 17px;
	line-height: 30px;
	color: #FFFFFF;
	width: 100%;
	margin: 35px 0px
}

.togetherBody p span {
	font-weight: 600;
	font-size: 27px;
}

.togetherBody h5 {
	border: 2px solid white;
	border-radius: 50%;
	background-color: transparent;
	padding: 32px 0;
	font-size: 48px;
	color: #fff;
	font-weight: 300;
	background: rgba(20, 123, 138, 0.5);
	text-align: center;
}

.togetherBody h5 span {
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	width: 70%;
	margin: 0 auto;
	display: block;
}

.outSource {
	padding: 90px 0;
}

.containerCustom {
	max-width: 1380px;
	width: 100%;
	margin: 0 auto;
}

.testi {
	margin-top: 100px;
}

.contactMain {
	margin-top: 40px;
}

.btnSubmit {
	border: transparent 1px !important;
	padding: 15px 0 !important;
	background: rgba(0, 194, 229, 1) !important;
	transition-duration: .5s;
}

.btnSubmit:focus {
	border: transparent 1px !important;
	background: rgba(0, 194, 229, 1) !important;
	transition-duration: .3s;
	cursor: pointer;
}

.btnSubmit:active {
	background: rgba(0, 194, 229, .9) !important;
	transition-duration: .3s;
	cursor: pointer;
}

.btnSubmit:hover {
	background: rgba(0, 194, 229, .5) !important;
	transition-duration: .3s;
	cursor: pointer;
}

footer {
	padding: 60px 0;
	background: #000;
}

.copyright {
	padding: 15px 0;
	background: linear-gradient(#363636, #3b3b3b);
}

.copyright p {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 0;
}

.copyright a {
	color: #fff;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: none;
	color: #fff;
}

.copyright a:active {
	color: #fff;
	text-decoration: none;
}

.copyright a:link {
	color: #fff;
	text-decoration: none;
}

.copyright a:visited {
	color: #fff;
	text-decoration: none;
}

.carousel-indicators {
	right: 1%!important;
	top: 40%;
	width: 1% !important;
	left: auto !important;
	box-sizing: border-box;
}

.carousel-indicators li {
	display: block;
	margin: 16px;
	background-color: #848b90;
	border: none;
}

.itemBg {
	padding: 180px 0 120px 0;
	width: 100%;
	background-position: 100% 30% !important;
}

.carousel-indicators .active {
	width: 16px !important;
	height: 16px !important;
	margin: 0;
	background-color: transparent !important;
	border: 0 !important;
	position: relative;
	background: url(../images/sldierActiveDot.png) no-repeat;
	background-size: 100% 100%;
}

.carousel-indicators .active::before {
	content: '';
	width: 110px;
	height: 5px;
	background: url(../images/sliderActive.png) no-repeat;
	position: absolute;
	right: 20px;
	top: 7px;
}

.carousel-indicators li {
	width: 11px !important;
	height: 11px !important;
	background-color: #fff !important;
	border-radius: 50% !important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #3a3a3a !important;
	border-left: #3a3a3a solid 1px;
	border-right: #3a3a3a solid 1px;
}

.dropdown-menu {
	border: 0 !important;
	min-width: 100% !important;
}

.dropdown-menu>li>a {
	border: 0 !important;
}

footer h3 {
	font-size: 18px;
	line-height: 27px;
	color: #00c2e5;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 15px;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul li a {
	font-size: 13px;
	line-height: 23px;
	color: #fff;
	font-weight: 400;
	transition-duration: .3s;
}

footer ul li a:hover {
	text-decoration: none;
	color: #ccc;
	transition-duration: .3s;
}

footer p {
	font-size: 13px;
	line-height: 23px;
	color: #fff;
	font-weight: 400;
}

.footerForm input {
	background: #262626;
	padding: 25px 17px;
	box-sizing: border-box;
	border: 0;
}

.footerForm button {
	background: #00c2e5;
	padding: 15px 0;
	color: #fff;
	text-transform: uppercase;
	box-sizing: border-box;
	border: 0;
	transition-duration: .3s;
}

.footerForm button:hover {
	background: #048ea7;
	transition-duration: .3s;
	color: #fff !important;
}

.socialLinks {
	list-style: none;
	margin: 0;
	padding: 0;
}

.socialLinks li {
	display: inline-block;
}

.socialLinks li a {
	font-size: 48px;
	margin-right: 5px;
}

.fa-facebook-square {
	color: #3b5998;
}

.fa-twitter-square {
	color: #00aced;
}

.fa-youtube {
	color: #bb0000;
}

#outsourcedServices .owl-nav .owl-prev {
	float: left;
	margin-top: -280px;
	margin-left: -70px;
	font-size: 40px;
	color: #00c2e5;
	background-color: #dfe7e978;
	position: relative;
	z-index: 99999999;
	width: 40px;
	opacity: .5;
	left: -20px;
}

#outsourcedServices .owl-nav .owl-next {
	float: right;
	margin-top: -280px;
	margin-right: -70px;
	font-size: 40px;
	transition-duration: .3s;
	color: #00c2e5;
	background-color: #dfe7e978;
	position: relative;
	z-index: 99999999;
	width: 40px;
	opacity: .3;
	right: -20px;
}

#outsourcedServices .owl-nav button:hover {
	color: #00c2e5;
	cursor: pointer;
	transition-duration: .3s;
	opacity: 1;
}

.aboutBanner {
	background-image: url("../images/AboutInovedia_background.jpg");
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding: 110px 0;
}

.aboutBanner h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 50px;
	line-height: 56px;
	color: white;
	text-align: center;
}

.aboutBanner h1 span {
	display: block;
	font-size: 80px;
	font-weight: 700;
}

.aboutInovidia {
	font-weight: 500;
	font-size: 14px;
	line-height: 26px;
	color: #595959;
	text-align: center;
	padding: 90px 0;
	position: relative;
}

.aboutInovidia::after {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -37px;
	left: 37%;
}

.aboutInovidia h1 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 40px;
	line-height: 45px;
	color: #231f20;
}

.aboutInovidia h1 span {
	font-weight: 700;
}

.aboutInovidia p {
	margin: 15px 0 !important;
}

.aboutMission {
	background-image: url("../images/mission.jpg");
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding: 105px 0;
	text-align: left;
	width: 100%;
}

.mission {
	margin-left: 65px;
	font-size: 18px;
	color: #FFFFFF;
}

.mission h4 {
	font-weight: 600;
	line-height: 45px;
	text-transform: uppercase;
}

.mission p {
	font-weight: 400;
	line-height: 31px;
	width: 49%;
}

.usDifferent {
	background-color: #f4f9fa;
	padding: 90px 0;
	text-align: center;
	text-transform: uppercase;
}
.usDifferent li {
	text-transform: initial;
}
.usDifferentInner img {
	width: 100%;
}

.usDifferentInner ul.icons {
	line-height: 54px;
	padding: 30px 25px;
}

.usDifferentInner .icons li {
	list-style-type: none;
	position: relative;
	text-align: left;
	margin-left: 40px;
	font-weight: 500;
	color: #231f20;
}

.usDifferentInner ul.icons li::before {
	background: transparent url("../images/ino-icon.png") scroll 0 0 no-repeat;
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: -30PX;
	top: 17px;
	background-size: 100% 100%;
}

/* icons.li
{ 
	list-style-image: url(../images/ino-icon.png);
	
} */

.outSourcing {
	background-image: url("../images/outsourcing.jpg");
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 200px 0;
	width: 100%;
	text-align: center;
	color: #fff;
	position: relative;
}

.outSourcing h1 {
	font-weight: 300;
	font-size: 75px;
}

.outSourcing p {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	width: 55%;
	margin: 0 auto;
}

.outSourcing::before {
	content: '';
	width: 505px;
	height: 75px;
	background: url(../images/usdiifferent.png) no-repeat;
	position: absolute;
	top: -37px;
	left: 37%;
	z-index: 99;
	background-size: 100% 100%;
}

.whyOutSource {
	background-image: url("../images/why-inovidia.jpg");
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 110px 0;
}

.whyOutSource h1 {
	text-align: center;
	font-weight: 500;
	font-size: 50px;
	line-height: 99px;
	color: #fff;
}

.whyOutSource h1 span {
	font-weight: 800;
	font-size: 80px;
}

.differnce {
	text-align: center;
	background-color: #fff;
	padding: 90px 0;
	position: relative;
}

.differnce h1 {
	font-size: 40px;
	line-height: 45px;
	color: #231f20;
	font-weight: 400;
	text-transform: uppercase;
}

.differnce h1 span {
	font-weight: 600;
}

.differnce p {
	font-size: 14px;
	font-weight: 400;
	color: #595959;
	line-height: 26px;
}

.differenceCol {
	text-align: left;
	margin-top: 80px;
}

.differenceCol h1 {
	font-size: 20px;
	line-height: 21.5px;
	font-weight: 600;
	color: #231f20;
	position: relative;
}

.differenceCol p {
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	width: 100%;
}

.differnce::before {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -37px;
	left: 37%;
}

.differenceCol h1::before {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/ino-icon.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: -5%;
}

.outsourcingBanner {
	/* background-image: url("../images/why-outsourcing.jpg"); */
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 110px 0;
}

.outsourcingBanner h1 {
	text-align: center;
	font-weight: 500;
	font-size: 50px;
	line-height: 73px;
	color: #fff;
}

.outsourcingBanner h1 span {
	font-weight: 800;
	font-size: 80px;
}

.outsourcingInner {
	background-color: #fff;
	text-align: center;
	color: #231f20;
	padding: 70px 0 90px 0;
}

.outsourcingInner h1 {
	font-weight: 300;
	font-size: 24px;
	line-height: 45px;
	text-transform: uppercase;
}

.outsourcingInner h1 span {
	font-size: 40px;
	font-weight: 600;
}

p.Inner {
	width: 104%;
}

.outsourcingCol {
	text-align: left;
	display: inline-block;
}

.outsourcingCol img {
	margin-top: 25px;
}

.contactUs {
	background-image: url(../images/contact-us.jpg);
	margin: 0 auto;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 120px 0;
}

.tableInner {
	background: rgba(255, 255, 255, 0.1);
	padding: 45px;
}

.contactUsTable {
	/* width: 100%; */
	/* float: right; */
}

.contactUsInner {
	color: #fff;
	margin: 0;
}

.contactUsTop h1 {
	font-weight: 500;
	font-size: 50px;
	line-height: 40px;
	margin: 0;
}

.contactUsTop p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin: 80px 0 100px 0;
}

.contactUsBottom h4 {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}

.contactUsBottom p {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
/* 	width: 55%; */
	margin-bottom: 5px;
}

.tableInnerBtn {
	background: #00c2e5 !important;
	border: 0 !important;
}

.qoute {
	text-align: center;
	background-color: #fff;
	padding: 70px 0 75px 0;
}

.qoute h1 {
	font-weight: 600;
	font-size: 40px;
	line-height: 45px;
	color: #231f20;
	text-transform: uppercase;
}

.qoute p {
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	color: #595959;
}

.quoteTable {
	background-color: #ededed;
	padding: 70px 150px;
}

.quoteTableInnerBtn {
	margin-top: 65px;
}

.quoteTableText input, .quoteTableText select, .quoteTableText textarea {
	padding: 5px;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.wpcf7 form.invalid .wpcf7-response-output{
	/* top:-50px !important; */
	background-color: #f2505f !important;
	border: 0px !important;
	border-radius: 5px !important;
	padding: 10px !important;
	color:#fff !important;
	/* width:100%; */
	text-align:center;
}
.wpcf7 form.sent .wpcf7-response-output{
	top:-50px !important;
	background-color: #46b450 !important;
	 border: 0px !important;
	border-radius: 5px !important;
	padding: 10px !important;
	color:#fff !important;
	width:100%;
	text-align:center;
}
.sb.form-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 !important;
}
.submitting .wpcf7-spinner {
    width: 29px !important;
}

/* ::-webkit-input-placeholder { Chrome
	color: #464646;
  }
:-ms-input-placeholder { IE 10+
	color: #464646;
  }
::-moz-placeholder { Firefox 19+
	color: #464646;
	opacity: 1;
  }
:-moz-placeholder { Firefox 4 - 18
	color: #464646;
	opacity: 1;
  } */

.quoteTable input::placeholder {
	/* Chrome */
	color: #464646;
}

.quoteTable select {
	/* Chrome */
	color: #464646;
}

.quoteTable textarea::placeholder {
	/* Chrome */
	color: #464646;
}

/* ---asset management css--- */

.assetManagement {
	background-image: url(../images/asset-management.jpg);
/* 	padding: 110px 0 155px 0; */
	margin: 0 auto;
	background-size: cover;
	background-position: 100% 100%;
	background-repeat: no-repeat;
}
.assetManagement .overlay{
	height: 100%;
    width: 100%;
	background: #0000007a;
    padding: 110px 0px;
}

.assetManagement h1 {
	font-size: 80px;
	line-height: 91px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.assetOutsourcing {
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 90px 0 70px 0;
	position: relative;
}

.assetOutsourcing::before {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -37px;
	left: 36.5%;
}

.assetOutsourcing::after {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -37px;
	left: 37%;
}

.assetOutsourcing h2 {
	font-size: 40px;
	line-height: 45px;
	color: #231f20;
	text-transform: uppercase;
	font-weight: 400;
}

.assetOutsourcing h2 span {
	font-weight: 600;
}

.assetOutsourcing p {
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 15px;
}

.assetOutsourcingInner {
	background-image: url(../images/asset-management-outsourcing.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
	padding: 85px 0;
	text-align: left;
	margin: 0 auto;
	color: #fff;
	padding-left: 65px;
}

.assetOutsourcingInner h5 {
	font-size: 18px;
	line-height: 45px;
	font-weight: 600;
	margin: 0 auto;
}

.assetOutsourcingInner p {
	padding: 0;
	color: #fff;
	width: 90%;
	text-align:center;
}

.assetBest {
	background-image: url(../images/asset-management-create-best.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 90px 0;
}

.assetBest h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	color: #231f20;
	text-transform: uppercase;
}

.assetBest h2 span {
	font-weight: 600;
}

/* .assetBest .nav-tabs>li {
	float: none;
	display: inline-block;
	zoom: 1;
} */

.assetBest .nav>li>a {
	padding: 15px 15px;
	color: #231f20;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	min-height: 125px;
	min-width: 125px;
	margin: 0;
}

.assetBest .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #231f20 !important;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.5);
	margin: 0 auto;
}

.assetBest .nav>li>a:hover, .assetBest .nav>li>a:focus {
	background: rgba(255, 255, 255, 0.5) !important;
}

.assetBest .nav>li>a>img {
	max-width: none;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.assetBest .nav-tabs>li {
	float: none;
	display: inline-flex;
}

.assetBest .nav-tabs {
	border-bottom: 10px solid #c3c3c3;
	padding-bottom: 5px;
	text-align: center;
	white-space: nowrap;
	flex-wrap: nowrap;
	max-width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
}

.assetBest .nav-tabs::-webkit-scrollbar {
	display: none;
}

.assetBest h3 {
	color: #a5bd34;
	font-size: 30px;
	line-height: 45px;
	font-weight: 400;
	text-transform: capitalize;
}

.assetBest p {
	color: #595959;
	font-size: 20px;
	line-height: 38px;
	font-weight: 300;
	width: 90%;
	margin: 0 auto;
	/* max-height: 115px; */
	overflow: hidden;
}

/* li.assetBestTabs span
{
	min-height: 60px;
	background-color: yellow;
} */

.bestInner {
	min-height: 285px;
}

.readMore {
	margin-top: 50px;
}

.readMore a {
	background-color: #a5bd34;
	color: #fff;
	text-decoration: none;
	padding: 15px 60px;
	border-radius: 10px;
	text-transform: uppercase;
}

.readMore a:hover {
	color: #fff;
	text-decoration: none;
}

.readMore a:focus {
	color: #fff;
	text-decoration: none;
}

.whyUs {
	text-align: center;
	padding: 70px 0 100px 0;
	background: rgba(255, 255, 255, 1);
}

.whyUs h2 {
	font-size: 40px;
	line-height: 45px;
	color: #231f20;
	text-transform: uppercase;
}

.whyUs h2 span {
	font-weight: 600;
}

.viewBox {
	float: left;
	width: 20%;
	margin: 0 auto;
	text-align: center;
}

.viewBox img {
	margin: 25px 0;
}


.viewBox p {
	margin: 0 auto;
	min-height: 90px;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	font-weight: 400;
}

.viewBox:nth-child(odd) {
	background-color: #f2f2f2;
}

.viewBox:nth-child(even) {
	background-color: #d9d9d9;
}

/* --hr outsourcing-- */

.hrServices {
	background-image: url(../images/hr_outsourcing.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 110px 0 155px 0;
}

.hrServices h1 {
	font-size: 80px;
	line-height: 91px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.hrServicesProvider {
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 90px 0 70px 0;
	position: relative;
}

.hrServicesProvider h2 {
	font-size: 40px;
	line-height: 45px;
	color: #231f20;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
}

.hrServicesProvider h2 span {
	font-weight: 600;
}

.hrServicesProvider p {
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 15px;
}

.hrServicesProviderInner {
	background-image: url(../images/hr-outsourcing-inner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
	padding: 85px 0;
	text-align: left;
	margin: 0 auto;
	color: #fff;
	padding-left: 65px;
}

.hrServicesProviderInner h5 {
	font-size: 18px;
	line-height: 45px;
	font-weight: 600;
	margin: 0 auto;
}

.hrServicesProviderInner p {
	padding: 0;
	color: #fff;
	width: 42%;
}

/* our services */

.ourServices {
	background-image: url(../images/our-services.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 110px 0 170px 0;
}

.ourServices h1 {
	font-size: 80px;
	line-height: 91px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.outsourcedServices {
	text-align: center;
	padding: 90px 0;
	color: #231f20;
	background-color: #f4f9fa;
	position: relative;
}

.outsourcedServices h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	text-transform: uppercase;
}

.outsourcedServices h2 span {
	font-weight: 600;
}

.outsourcedServices p {
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 90px;
}

.outsourcedServices::before {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/our-services-shape.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -37px;
	left: 36.5%;
}

.serviceItem {
	background-color: #fff;
	margin-bottom: 20px;
	text-align: center;
	padding: 20px 30px;
}

.serviceItem:hover {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	transition-duration: .3s;
	cursor: pointer;
}

.serviceItem img {
	margin: 5px 0;
}

.serviceItem h4 {
	font-weight: 600;
	color: #231f20;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	margin: 25px 0;
}

.serviceItem P {
	min-height: 210px;
	margin-bottom: 25px;
}

.serviceItemBtn {
	font-family: 'Poppins', sans-serif;
	color: #889ea2;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #d9e8eb;
	padding: 10px 0;
	border-radius: 5px;
	transition-duration: .3s;
	display: block;
	margin: 0;
}

.serviceItem:hover .serviceItemBtn, .serviceItem:focus .serviceItemBtn {
	color: #00c2e5;
	text-decoration: none;
	border: 1px solid #00c2e5;
	transition-duration: .3s;
}

.process {
	text-align: center;
	margin: 0 auto;
	background-color: #fff;
	padding: 80px 0;
	position: relative;
}

.process h2 {
	font-size: 40px;
	line-height: 45px;
	color: #231f20;
	font-weight: 400;
	text-transform: uppercase;
}

.process h2 span {
	font-weight: 600;
}

.process::before {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -37px;
	left: 36.5%;
}

.process::after {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -37px;
	left: 36.5%;
}

.processImg {
	width: 100%;
}

.processMd h4 {
	font-size: 70px;
	color: #e6ebed;
}

.processMd h5 {
	font-size: 18px;
	line-height: 24px;
	color: #231f20;
}

.processMd p {
	font-size: 14px;
	line-height: 26px;
	color: #595959;
}

.processMdInner {
	outline-style: solid;
	outline-color: rgba(8, 164, 192, 1);
	outline-width: 1px;
	margin-bottom: 15px;
	background-color: #f4f9fa;
}

/* support and maintance */

.supportMaintance {
	text-align: center;
	margin: 0 auto;
	color: #fff;
	padding: 90px 0;
	background: rgb(44, 152, 177);
	background: linear-gradient(90deg, rgba(44, 152, 177, 1) 10%, rgba(164, 186, 52, 1) 100%);
}

.supportMaintance h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	text-transform: uppercase;
}

.supportMaintance h2 span {
	font-weight: 600;
}

.maintenanceInner {
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
}

.maintenanceInner img {
	margin: 5px 0;
}

.maintenanceInner h2 {
	margin: 20px 0;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}

.maintenanceInner p {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	width: 90%;
	margin: 0 auto;
}

/* graphic design */

.graphicDesign {
	background-image: url(../images/graphic-design.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 150px 0 170px 0;
}

.designSolution::before {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/our-services-shape.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -37px;
	left: 36.5%;
}

.designSolution::after {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/our-services-shape.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -37px;
	left: 36.5%;
}

.graphicDesign h1 {
	font-size: 80px;
	line-height: 91px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.designSolution {
	text-align: center;
	padding: 90px 0;
	color: #231f20;
	background-color: #f4f9fa;
	position: relative;
}

.designSolution h2 {
	font-size: 24px;
	line-height: 35px;
	font-weight: 300;
	text-transform: uppercase;
}

.designSolution h2 span {
	font-size: 40px;
	font-weight: 600;
}

.designSolution p {
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 40px;
}

/* health */

.healthcareBanner {
	background-image: url(../images/health_background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 150px 0 170px 0;
}

.healthcareBanner h1 {
	font-size: 50px;
	line-height: 73px;
	color: #fff;
	font-weight: 500;
	text-align: center;
}

.inovediaHelp {
	text-align: center;
	padding: 90px 0;
	color: #231f20;
/* 	background-color: #f4f9fa; */
	position: relative;
}

.inovediaHelp h2 {
	font-size: 24px;
	line-height: 35px;
	font-weight: 300;
	text-transform: uppercase;
}

.inovediaHelp h2 span {
	font-size: 40px;
	font-weight: 600;
}

.inovediaHelp p {
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 40px;
}

.healthCare {
	text-align: center;
	color: #231f20;
	background-color: #fff;
	padding: 90px 0;
}

.healthCare h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	text-transform: uppercase;
}

.healthCare h2 span {
	font-weight: 600;
}

/* mortage services */

.mortgageBanner {
	background-image: url(../images/mortage-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 150px 0 170px 0;
}

.mortgageBanner h1 {
	font-size: 40px;
	line-height: 60px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

.supportServices {
	text-align: center;
	padding: 70px 0;
	color: #231f20;
	background-color: #f4f9fa;
	position: relative;
}

.supportServices h2 {
	font-size: 24px;
	line-height: 40px;
	font-weight: 300;
	text-transform: uppercase;
}

.supportServices h2 span {
	font-size: 40px;
	font-weight: 600;
}

.supportServices p {
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 25px;
}

.whyUsMortage {
	text-align: center;
	padding: 70px 0 100px 0;
	background: rgba(255, 255, 255, 1);
}

.whyUsMortage h2 {
	font-size: 24px;
	line-height: 45px;
	color: #231f20;
	text-transform: uppercase;
	font-weight: 300;
}

.whyUsMortage h2 span {
	font-size: 40px;
	line-height: 45px;
	color: #231f20;
	text-transform: uppercase;
	font-weight: 600;
}

/* Marketing Services */

.marketingBanner {
	background-image: url(../images/marketing-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 150px 0 170px 0;
}

.marketingBanner h1 {
	font-size: 80px;
	line-height: 90px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.onlineMarketing {
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 90px 0 70px 0;
	position: relative;
}

.onlineMarketing h2 {
	font-size: 40px;
	line-height: 45px;
	color: #231f20;
	text-transform: uppercase;
	font-weight: 400;
}

.onlineMarketing h2 span {
	font-weight: 600;
}

.onlineMarketing p {
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin: 0 0 15px 0;
}

.onlineMarketingInner {
	background-image: url(../images/online-marketing-inner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
	padding: 85px 0;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

.onlineMarketingInner h5 {
	font-size: 18px;
	line-height: 45px;
	font-weight: 600;
	margin: 0 auto;
}

.onlineMarketingInner p {
	font-size: 15px;
	line-height: 31px;
	font-weight: 400;
	padding: 0;
	color: #fff;
	width: 73%;
	margin: 0 auto;
}

/* seo marketing */

.seoBanner {
	background-image: url(../images/seo-banner.jpg);
	padding: 110px 0 155px 0;
	margin: 0 auto;
	background-size: cover;
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

.seoBanner h1 {
	font-size: 80px;
	line-height: 91px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.seoServices {
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 90px 0 70px 0;
	position: relative;
}

.seoServices h2 {
	font-size: 40px;
	line-height: 45px;
	color: #231f20;
	text-transform: uppercase;
	font-weight: 400;
}

.seoServices h2 span {
	font-weight: 600;
}

.seoServices p {
	margin: 0 0 15px 0;
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
}

.seoServicesInner {
	background-image: url(../images/seo-services-inner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
	padding: 85px 0;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

.seoServicesInner h5 {
	font-size: 18px;
	line-height: 45px;
	font-weight: 600;
	margin: 0 auto;
}

.seoServicesInner p {
	font-weight: 400;
	padding: 0;
	color: #fff;
	width: 73%;
	font-size: 14px;
	line-height: 26px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.seoYouGet {
	padding: 60px 0;
	background-color: #f4f9fa;
	text-align: center;
	color: #231f20;
}

.seoYouGet h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	text-transform: uppercase;
}

.seoYouGet h2 span {
	font-weight: 600;
}

.seoYouGetInner {
	margin-top: 70px;
	text-align: left;
}

.seoYouGetInner h4 {
	font-size: 20px;
	line-height: 21px;
	color: #231f20;
	font-weight: 600;
}

.seoYouGetInner p {
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	width: 77%;
}

/* video services */

.videoBanner {
	background-image: url(../images/video-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 150px 0 170px 0;
}

.videoBanner h1 {
	font-size: 80px;
	line-height: 91px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.videoProduction {
	text-align: center;
	padding: 45px 0;
	color: #231f20;
	background-color: #fff;
	position: relative;
}

.videoProduction h2 {
	font-size: 24px;
	line-height: 35px;
	font-weight: 300;
	text-transform: uppercase;
}

.videoProduction h2 span {
	font-size: 40px;
	font-weight: 600;
}

.videoProduction p {
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 40px;
}

.videoProduction::before {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -37px;
	left: 36.5%;
}

.videoProduction::after {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -37px;
	left: 36.5%;
}

/* video services starts here  */

.videoServices {
	background-image: url(../images/asset-management-create-best.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 90px 0;
}

.videoServices h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	color: #231f20;
	text-transform: uppercase;
}

.videoServices h2 span {
	font-weight: 600;
}

.videoServices .nav-tabs>li.active>a, .videoServices .nav-tabs>li.active>a:hover, .videoServices .nav-tabs>li.active>a:focus {
	color: #231f20 !important;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.5);
}

.videoServices .nav>li>a>img {
	max-width: none;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.videoServices p {
	color: #595959;
	font-size: 20px;
	line-height: 38px;
	font-weight: 300;
	width: 90%;
	margin: 0 auto;
	max-height: 115px;
	overflow: hidden;
}

.videoServices .nav-tabs>li {
	float: none;
	display: inline-flex;
}

.videoServices .nav-tabs {
	border-bottom: 10px solid #c3c3c3;
	padding-bottom: 5px;
	text-align: center;
	white-space: nowrap;
	flex-wrap: nowrap;
	max-width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	min-height: 135px;
}

.videoServices .nav>li>a {
	padding: 15px 15px;
	color: #231f20;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	margin: 0 auto;
	/* min-width: 190px; */
	min-height: 140px;
	/* add this in all services */
}

.videoServices .nav>li>a:hover, .videoServices .nav>li>a:focus {
	background: rgba(255, 255, 255, 0.5) !important;
}

.videoServices h3 {
	color: #a5bd34;
	font-size: 30px;
	line-height: 45px;
	font-weight: 400;
	text-transform: capitalize;
}

.videoServices .nav-tabs {
	text-align: center;
}

.videoInner {
	min-height: 225px;
}

/* .videoServices .nav-tabs>li {
	float: none;
	display: inline-block;
	zoom: 1;
}due to this piece of code tabs are falling */

/* .videoServicesTabs .nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
} */

/* .videoServicesTabs span {
	color: #231f20;
} */

/* Solutions Architect */

.solutionsArchitect {
	background-image: url(../images/architect-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 150px 0 170px 0;
}

.solutionsArchitect h1 {
	font-size: 80px;
	line-height: 91px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.architectSolution {
	text-align: center;
	padding: 45px 0;
	color: #231f20;
	background-color: #fff;
	position: relative;
}

.architectSolution h2 {
	font-size: 24px;
	line-height: 35px;
	font-weight: 300;
	text-transform: uppercase;
}

.architectSolution h2 span {
	font-size: 40px;
	font-weight: 600;
}

.architectSolution::before {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -37px;
	left: 36.5%;
}

.architectSolution::after {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -37px;
	left: 37%;
}

.architectSolution p {
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 40px;
}

.architectBest {
	background-image: url(../images/architect-best-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 90px 0;
}

.architectBest h2 {
	font-size: 24px;
	line-height: 35px;
	font-weight: 300;
	color: #231f20;
	text-transform: uppercase;
}

.architectBest h2 span {
	font-size: 40px;
	font-weight: 600;
	display: block;
}

.architectBest .nav-tabs>li.active>a, .architectBest .nav-tabs>li.active>a:hover, .architectBest .nav-tabs>li.active>a:focus {
	color: #231f20 !important;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.5);
}

.architectBest .nav>li>a>img {
	max-width: none;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.architectBest p {
	color: #595959;
	font-size: 20px;
	line-height: 38px;
	font-weight: 300;
	width: 90%;
	margin: 0 auto;
	max-height: 115px;
	overflow: hidden;
}

.architectBest .nav>li>a {
	padding: 15px 15px;
	color: #231f20;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	min-height: 125px;
}

.architectBest .nav>li>a:hover, .architectBest .nav>li>a:focus {
	background: rgba(255, 255, 255, 0.5) !important;
}

.architectBest h3 {
	color: #a5bd34;
	font-size: 30px;
	line-height: 45px;
	font-weight: 400;
	text-transform: capitalize;
}

.architectBest .nav-tabs {
	border-bottom: 10px solid #c3c3c3;
	padding-bottom: 5px;
	text-align: center;
	white-space: nowrap;
	flex-wrap: nowrap;
	max-width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
}

.architectBestInner {
	min-height: 285px;
}

/* back2top css */

#back2Top {
	width: 40px;
	line-height: 40px;
	overflow: hidden;
	z-index: 999;
	cursor: pointer;
	transform: rotate(270deg);
	position: fixed;
	bottom: 50px;
	right: 0;
	background-color: #DDD;
	color: #555;
	text-align: center;
	font-size: 30px;
	text-decoration: none;
	display: none;
}

#back2Top:hover {
	background-color: #DDF;
	color: #00c2e5;
}

textarea {
	resize: none;
}
#textarea {
    height: 80px !important;
}

.navbar-toggle {
	float: left !important;
	margin-left: 15px !important;
}

/* account & payroll */

.topBanner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 150px 0 170px 0;
}

.topBanner h1 {
	font-size: 80px;
	line-height: 91px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.outsourcingHeader {
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 90px 0 70px 0;
	position: relative;
}

.outsourcingHeader h2 {
	font-size: 40px;
	line-height: 45px;
	color: #231f20;
	text-transform: uppercase;
	font-weight: 400;
}

.outsourcingHeader h2 span {
	font-weight: 600;
}

.outsourcingHeader p {
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 15px;
}

.outsourcingHeaderInner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
	padding: 85px 0;
	text-align: left;
	margin: 0 auto;
	color: #fff;
	padding-left: 65px;
}

.outsourcingHeaderInner h5 {
	font-size: 18px;
	line-height: 45px;
	font-weight: 600;
	margin: 0 auto;
}

.outsourcingHeaderInner p {
	padding: 0;
	color: #fff;
	width: 95%;
}

.outsourcingHeader::before {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -37px;
	left: 36.5%;
}

.outsourcingHeader::after {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -37px;
	left: 37%;
}

.outsourcingBest {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 90px 0;
}

.outsourcingBest h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	color: #231f20;
	text-transform: uppercase;
}

.outsourcingBest h2 span {
	font-weight: 600;
}

.outsourcingBest .nav>li>a {
	padding: 15px 15px;
	color: #231f20;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	min-height: 125px;
	min-width: 125px;
	margin: 0;
}

.outsourcingBest .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #231f20 !important;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	background-color: #FFF !important;
	margin: 0 auto;
}

.outsourcingBest .nav>li>a:hover, .outsourcingBest .nav>li>a:focus {
	background: rgba(255, 255, 255, 0.5) !important;
}

.outsourcingBest .nav>li>a>img {
	max-width: none;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.outsourcingBest .nav-tabs>li {
	float: none;
	display: inline-flex;
}

.outsourcingBest .nav-tabs {
	border-bottom: 10px solid #c3c3c3;
	padding-bottom: 5px;
	text-align: center;
	white-space: nowrap;
	flex-wrap: nowrap;
	max-width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
}

.outsourcingBest .nav-tabs::-webkit-scrollbar {
	display: none;
}

.outsourcingBest h3 {
	color: #a5bd34;
	font-size: 30px;
	line-height: 45px;
	font-weight: 400;
	text-transform: capitalize;
}

.outsourcingBest p {
	color: #595959;
	font-size: 20px;
	line-height: 38px;
	font-weight: 300;
	width: 90%;
	margin: 0 auto;
	max-height: 115px;
	overflow: hidden;
}

/* header css */

nav {
	display: block;
	text-align: center;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-header a {
	display: block;
	background: #000;
	color: #fff;
	text-decoration: none;
	padding: 0.8em 1.8em;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 2px;
	text-shadow: 0 -1px 0 #000;
	position: relative;
}

.nav {
	vertical-align: top;
	display: inline-block;
	box-shadow: 1px -1px -1px 1px #000, -1px 1px -1px 1px #fff, 0 0 6px 3px #fff;
	border-radius: 6px;
}

.nav li {
	position: relative;
}

.nav>li {
	float: left;
	margin-right: 1px;
}

.nav>li>a {
	margin-bottom: 1px;
}

.nav li:hover>a {
	color: white;
}

.nav>li:first-child {
	border-radius: 4px 0 0 4px;
}

.nav>li:first-child>a {
	border-radius: 4px 0 0 0;
}

.nav>li:last-child {
	border-radius: 0 0 4px 0;
	margin-right: 0;
}

.nav>li:last-child>a {
	border-radius: 0 4px 0 0;
}

.nav li li a {
	margin-top: 0px;
	text-decoration: none;
}

.nav li a:first-child:nth-last-child(2):before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	top: 50%;
	right: 5px;
}

/* submenu positioning*/

.nav ul {
	position: absolute;
	white-space: nowrap;
	z-index: 1;
	left: -99999em;
}

.nav>li:hover>ul {
	left: auto;
	min-width: 100%;
}

.nav>li li:hover>ul {
	left: 100%;
	margin-left: 1px;
	top: -1px;
}

/* arrow hover styling */

.nav>li>a:first-child:nth-last-child(2):before {
	border-top-color: #000;
}

.nav>li:hover>a:first-child:nth-last-child(2):before {
	border: 5px solid transparent;
	border-top-color: black;
	margin-top: -5px
}

.nav li li>a:first-child:nth-last-child(2):before {
	border-left-color: #fff;
	margin-top: -5px
}

.nav li li:hover>a:first-child:nth-last-child(2):before {
	border: 5px solid transparent;
	border-left-color: black;
	right: 10px;
}

/* new header css  */

.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
}


.nav>li>a {
	padding: 18px 15px !important;
}

a:hover, a:focus {
	text-decoration: underline;
	color: black !important;
	background-color: white !important;
}
/* css by talha */
.togetherForm .wpcf7-response-output{
	position: absolute;
    top: -45px;
    margin: 0px !important;
	color: #ffffff !important; 
	font-size:14px !important;
}
.togetherForm .wpcf7-response-output{
	font-size: 16px;
	border:3px solid;
}
.footerForm input{
	color:#fff;
}
	.footerForm input::placeholder { 
  color: #fff;
  opacity: 1; 
}

.footerForm input:-ms-input-placeholder {
  color: #fff;
}

.footerForm input::-ms-input-placeholder {
  color: #fff;
}
.sec_title h3{
	color: #333;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
	margin-top:5px;
}
.sec_title span{
	font-weight: 600;
}
.assetBest .sec_title{
	margin-top:15px;
}
.sec_title p{
	color: #595959;
    font-size: 24px;

    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;

}
.assetOutsourcingInner p{
	color:#ffff;
}
.assetBest .sec_title{
	margin-top: 20px;
}



.inovediaHelp::after{
	left:32%;
	content: '';
    width: 508px;
    height: 75px;
    background: url(../images/whiteAf.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -37px;
}
.inovediaHelp::before{
	content: '';
    width: 508px;
    height: 75px;
    background: url(../images/whiteAf.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -37px;
    left:32%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	color:#dc3232;
	border-color: #dc3232 !important;}
/* stylings by talha */
.topBarLinks ul{
	width:100%;
}
.menu-top-menu-container{
		padding: 0px 10%;
	}
.topBarLinks ul li a:hover {
	background:transparent !important;
}
.outsourcingInner .container:after{
	content: '';
    width: 508px;
    height: 75px;
    background: url(../images/whiteAf.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -37px;
	left: 33%;
}
.outsourcingBanner{
    background-size: 100% 100% !important;
}
.outsourcingInner{
	position: relative;	
}
.whyOutSource{
	background-size: cover !important;
}
.different h1{
	text-transform: capitalize;
}
.usDifferentHeading{
	text-transform: capitalize;
}
.ourServices{
	background-size: cover !important;
}
.outsourcedServicesInner{
	display:flex;
	flex-wrap:wrap;
}
.assetOutsourcingInner{
	padding: 85px 65px;
}
.assetOutsourcingInner p{
	width:100%;
}
.whyUsInner{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: flex-end;
	padding:30px 0px;
}
.whyUsInner .viewBox{
	margin:0px;
}
.whyUsInner .viewBox:nth-child(1) {
	height: 220px;
	padding-top:20px
}
.whyUsInner .viewBox:nth-child(2){
	height: 240px;
	padding-top:40px
}
.whyUsInner .viewBox:nth-child(3){
	height: 260px;
	padding-top:60px
}
.whyUsInner .viewBox:nth-child(4){
	height: 240px;
	padding-top:40px
}
.whyUsInner .viewBox:nth-child(5) {
	height: 220px;
	padding-top:20px
}
.nav-header li a{
	text-align:left;
}
.assetManagement{
	background-repeat: no-repeat !important;
    background-size: cover !important;
}
.assetOutsourcingInner h5{
	font-size: 20px;
}
.assetOutsourcingInner p{
	font-size: 16px;
}
.assetBest .nav-tabs{
	border-bottom:0px !important;
}
.assetBest .nav-tabs:after{
	height: 7px;
    background: #c3c3c3;
    width: 100%;
    border-radius: 5px;
}
.assetBest .nav-tabs>li{
	padding-bottom:15px;
}
.diffItemHold{
	padding:0px;
}
.socialLinks ul li a:hover{
	background:transparent !important;
}
.topNavToggleBtn{
	display:none;
}
.topNavToggleBtn {
	position: absolute;
    right: 60px;
    top: 25px;
    background: transparent;
}
.topNavToggleBtn .fa-bars{
	font-size: 25px;
}
.header .row{
	display: flex;
}
.topBarLinks ul{/* 	width: fit-content !important; *//* 	width:auto !important; *//* display: flex; */}
.form-control{
	height:42px !important;	
}
.whyOutSource h1{
	text-align: center;
    font-weight: 500;
    font-size: 50px;
    line-height: 73px;
    color: #fff;
}
.aboutBanner h1{
	text-align: center;
    font-weight: 500;
    font-size: 50px;
    line-height: 73px;
    color: #fff;
}
.ourServices h1{
	line-height: 73px;
    color: #fff;
}
.mission p{
	font-size:16px;
}
.navbar-collapse.collapse{
	padding:0px !important;
}
.topBarLinks {
	padding:0px !important;
}
.outsourcedServicesInner{
	margin-right:0px !important;
	margin-left:0px !important
}
.button_form{
	margin-bottom: 0px !important;
    position: relative;
}
.button_form .ajax-loader{
	position: absolute;
	top: 55px;
}
.assetBest .nav>li>a{
	min-height: 120px;
    min-width: 165px;
}
.outsourcingCol .row{
	display:flex;
	flex-wrap:wrap;
}
.menu-top-menu-container .menu-top-menu{
	width: fit-content;
}
.itemBg{
	padding:25px 0px 120px 0px;
}
#myCarousel {
	position: relative;
}
#myCarousel .carousel-inner{
	height: 83vh;
}
#myCarousel .itemBg{
	position: relative;
    height: 100%;
	padding:0px !important
}
#myCarousel .bannerTxt{
	position: absolute;
    width: 100%;
    display: flex;
    flex-flow: column;
    height: 100%;
	justify-content: space-around;
}
#myCarousel .customBtn{
	margin:0px !important
}
.assetBest .nav>li>a{
	min-width: 125px !important;
}
.viewBox p{
	font-size: 12px;
    line-height: 18px;
}
.assetOutsourcing .container ol li{
	list-style:none;
}
.aboutBanner{
	background-size: 100% !important;
}
footer ul li a:hover{
	background: transparent !important;
    color: #00c2e5 !important;
}
.assetOutsourcing ul li{
	list-style:none
}
.assetOutsourcing ol{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.assetOutsourcing ol li{
	list-style:disc !important
}
.wpcf7-form-control.wpcf7-submit.btn.btn-block {
    padding: 15px;
	background-color: #00c2e5;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #fff !important;
}
.customClass404 {
    text-align: center;
    padding-bottom: 50px;
}
.search-field {
    padding: 10px;
    border: 1px solid #000;
}
.screen-reader-text {
    font-size: 14px;
    padding: 20px;
}
.search-submit.screen-reader-text {
    padding: 12px;
    margin-left: 16px;
    border-radius: 5px;
}
@media screen and (max-width: 1900px) and (min-width: 1400px) {
	.menu-item-814 .sub-menu{
		left: -247px;
		display:none;
	}
	.menu-item-814:hover .sub-menu{
		left: -247px;
		display:block;
	}
	.menu-item-816 .sub-menu{
		left: -285px;
		display:none;
	}
	.menu-item-816:hover .sub-menu{
		left: -285px;
		display:block;
	}
}
@media screen and (max-width: 1399px) and (min-width: 1250px) {
	.menu-item-814 .sub-menu{
		left: -247px;
		display:none;
	}
	.menu-item-814:hover .sub-menu{
		left: -247px;
		display:block;
	}
	.menu-item-816 .sub-menu{
		left: -285px;
		display:none;
	}
	.menu-item-816:hover .sub-menu{
		left: -235px;
		display:block;
	}
}
/*  @media screen and (max-width: 1500px) and (min-width: 1286px) {
	.menu-item-623 .sub-menu{
		left: -247px;
		display:none;
	}
	.menu-item-623:hover .sub-menu{
		left: -247px;
		display:block;
	}
	.menu-item-623 .sub-menu{
		left: -285px;
		display:none;
	}
	.menu-item-623:hover .sub-menu{
		left: -285px;
		display:block;
	}
}  */
@media screen and (max-width: 650px){
	.togetherBody h5{
		border-radius: 50% !important;
		font-size: 28px !important;
		line-height: 30px !important;
		height: 100% !important;
		padding: 22px 0px !important;
	}
}
/* @media (max-width: 768px) {
	.topNavToggleBtn{
		display:block !important;
	}
} */
@media (max-width: 600px) {
.addresses {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: space-between;
    gap: 30px;
}
.bgTran {
    width: 100%;
    background: rgba(255,255,255,.1);
    padding: 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

	.topNavToggleBtn{
		display:block !important;
	}
	.topbarlinksbox {
		width:100% !important;
		float: left;
	}
	#topNavbarToggle{
		padding:20px 0px;
	}
	.topBarLinks ul{
		width:100% !important;
	}
	.header .row {
		display: flex;
		flex-wrap: wrap;
	}

	.outsourcingInner .container:after{
		top: -37px;
		left: 15%;
		width: 74%;
	}
	.outsourcingBanner{
		background-size:cover !important
	}
}

@media screen and (max-width: 768px) and (min-width: 600px) {
	.collapse{
		display:block !important;
	}
	.topBarLinks ul{
		width:100%;
	}
}
    justify-content: space-between;
}
.nav-tabs-outer li.active > a, .nav-tabs-outer li.active > a:hover, .nav-tabs-outer li.active > a:focus {
    color: #00c2e5 !important;
    cursor: default !important;
    /* background-color: #00c2e5 !important; */
    border: 0px solid #00c2e5 !important;
    border-bottom: 3px solid #00c2e5 !important;
    font-size: 13px;
    font-weight: 600 !important;
    cursor: pointer !important;
}

.nav-tabs-outer li > a {
    margin-right: 2px !important;
    line-height: 1.42857143 !important;
    border: 0px solid transparent !important;
    border-radius: 4px 4px 0 0 !important;
    color: #00c2e5 !important;
}
.nav-tabs-outer .nav{
	margin: 0px !important;
	display: flex !important;
}
.nav-tabs-outer > ul > li{
  display: block;
  width: 33.33%;
} 

.tab-content {
  background: #eee;
}
.tab-content img {
  padding: 15px;
  float: left;
}
.tab-content p {
  /* height: 180px; */
  font-size: 18px;
  letter-spacing: 2px;
  /* display: flex; */
  align-items: center;
}
.tab-pane:after {
  content: "";
  display: block;
  clear: both;
}

.current-menu-ancestor > a,.current-menu-item > a {
    /* background-color: #FFF !important; */
    /* color: #000 !important; */
}

.current-menu-parent > a {
    background-color: #FFF !important;
    color: #000 !important;
}

.navbar {
	min-height: auto !important;
	margin-bottom: 0 !important;
	border: 0 !important;
}

/* .navbar {
	border-bottom: #262626 solid 1px !important;
} */

.navbar-nav>li a {
	border-left: #262626 solid 1px;
	border-right: #262626 solid 1px;
}

.navbar-nav>li {
	float: none;
	display: inline-block;
}

.navbar-default .navbar-nav>li>a {
	color: #fff !important;
	font-size: 14px;
	background: black;
	padding: 15px 28px;
}

.navbar-default {
	background-color: #000 !important;
	border-radius: 0 !important;
	margin: 0 !important;
}

.logo {
	padding: 10px 15px !important;
	height: auto !important;
	text-align: center;
}

.topBarLinks ul {
	background: #f7f7f7;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: #dddddd solid 1px;
	width: 80%;
	margin: 0 auto;
}

.topBarLinks ul li {
	/* display: inline-block; */
	padding: 15px 33px;
	/* box-sizing: border-box; */
	border-right: #dddddd solid 1px;
}

.topBarLinks ul li:last-child {
	border-right: 0;
}

.topBarLinks ul li a {
	/* text-decoration: none; */
	/* color: #4d4d4d; */
	/* font-size: 13px; */
}

.call {
	padding: 12px 0;
	position: relative;
}

.call::before {
	content: '';
	width: 20px;
	height: 35px;
	background: url(../images/phone.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 60px;
}

.call p {
	font-size: 16px;
	color: #00c2e5;
	font-weight: 500;
	margin: 0;
	padding-top: 7px;
	text-align: center;
}

.navbar-default .navbar-nav>li>a span {
	margin-left: 5px;
}

.banner {
	background-image: url("../images/background.jpg");
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.banner h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 110px;
	line-height: 56px;
	color: white;
}

span.linePara {
	font-size: 18px;
	line-height: 28px;
	display: block;
	margin-top: 25px;
	font-weight: 400;
}

.lineBreak {
	display: block;
}

.customBtn {
	text-align: center;
	margin: 330px 0 0;
}

.customBtn a {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none !important;
	border: 1px solid white;
	background-color: rgba(255, 255, 255, .1);
	padding: 15px 0;
	text-transform: uppercase;
	border-radius: 8px;
	display: block;
	width: 16%;
	margin: 0 auto;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.196);
}

.customBtn a:hover {
	color: #fff;
}

.customBtn a:focus {
	color: #fff;
}

.inovate {
	background-image: url("../images/innovate_background.jpg");
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 95px 0 150px 0;
	background-position: 100% 100%;
}

.outSource {
	position: relative;
}

.outSource::before {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -37px;
	left: 36.5%;
}

.outSource::after {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -37px;
	left: 37%;
}

.outSource_body h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #231f20;
}

.outSource_body h1 span {
	font-weight: 600;
}

.headingAf {
	text-align: center;
	margin-bottom: 30px;
}

.outSource_body p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #595959;
	text-align: center;
	line-height: 26px;
	margin-bottom: 70px;
}

.outSource_item {
	border-right: #ccc solid 1px;
}

.outSource_item:last-child {
	border-right: 0 !important;
}

.outSource_item h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #231f20;
	text-align: center;
	line-height: 21px;
	text-transform: uppercase;
}

.outSource_item p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #595959;
	text-align: center;
	line-height: 26px;
	width: 95%;
}

.inovate h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.inovate h1 span {
	font-weight: 600;
}

.inovate p {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 34px;
	width: 100%;
	margin: 0 auto;
	margin-top: 90px;
}

.outsourceServices {
	background-color: #f4f9fa;
	padding: 90px 0;
}

.outsourceServices_body h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #231f20;
	margin: 0;
}

.outsourceServices_body h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	color: #231f20;
	margin: 0;
}

.outsourceServices_body h6 {
	text-align: center;
}

.outsourceServices_body h6 img {
	margin-top: -10px;
}

.owl-carousel .owl-item img {
	display: block;
	width: 30% !important;
	margin: 0 auto;
}

.outsourceServices_body p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #231f20;
	text-align: center;
	line-height: 26px;
	width: 42%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.outsourceServicesItem {
	font-family: 'Poppins', sans-serif;
	color: #231f20;
	text-align: center;
	padding: 25px 25px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	transition-duration: .3s;
}

/*
.outsourceServicesItem:hover
{
	box-shadow:0px 0px 20px #ccc;
}	
*/

.outsourceServicesItem h3 {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	width: 75%;
	margin: 0 auto;
	padding: 25px 0px;
}

.outsourceServicesItem p {
	text-transform: capitalize;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	min-height: 250px;
	/*	padding-bottom: 50px;*/
}

.outsourceServicesBtn {
	font-family: 'Poppins', sans-serif;
	color: #889ea2;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #d9e8eb;
	padding: 10px 0;
	border-radius: 5px;
	transition-duration: .3s;
	display: block;
	margin: 0;
}

.outsourceServicesItem:hover {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	transition-duration: .3s;
	cursor: pointer;
}

.outsourceServicesItem:hover a, .outsourceServicesItem:focus a {
	color: #00c2e5;
	text-decoration: none;
	border: 1px solid #00c2e5;
}

.different {
	padding: 95px 0 0 0;
	min-height: 700px;
	position: relative;
}

.different::before {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -37px;
	left: 37%;
}

.different::after {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -37px;
	left: 37%;
}

.different h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #231f20;
}

.different h1 span {
	font-weight: 600;
}

.diffItemHold {
	margin-top: 50px;
}

.differentItem {
	text-align: center;
	background: #f2f2f2;
	padding: 60px 0 !important;
	transition-duration: .3s;
	min-height: 278px !important;
}

.differentItem:nth-child(2), .differentItem:nth-child(4), .differentItem:nth-child(6) {
	background: #d9d9d9;
}

.differentItem:hover, .differentItem:focus {
	transform: scale(1.1, 1.1);
	background: #00c2e5;
	position: relative;
	top: -27px;
	z-index: 99999;
	cursor: pointer;
	transition-duration: .3s;
}

.diffItemAfter {
	display: none;
}

.differentItem:hover .diffItemBefore {
	display: none;
}

.differentItem:hover .diffItemAfter {
	display: block;
}

.block {
	display: block;
}

.differentItem h3 {
	font-family: 'Poppins', sans-serif;
	color: #231f20;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
}

.diffItemAfter p {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	padding-top: 30px;
}

.testimonials {
	background-image: url("../images/testimonials_background.jpg");
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 90px 0 150px 0;
}

.testimonials h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}

.testimonials h1 span {
	font-weight: 600;
}

.testimonials h6 {
	text-align: center;
	padding-bottom: 80px;
}

.testimonials h6 img {
	margin-top: -10px;
}

.testimonialsMain {
	min-height: 300px;
	background: transparent;
}

.testimonialsBody img {
	display: block;
	width: 25% !important;
	margin: 0 auto;
	position: absolute;
	border: #fff solid 6px;
	left: 125px;
	border-radius: 50%;
	top: 5px;
}

.testimonialsBody {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: #595959;
	min-height: 225px;
	background-color: #FFFFFF;
	margin-top: 75px;
}

.testimonialsBody p {
	padding-top: 55px;
	text-align: center;
	margin: 0 auto;
	width: 75%;
	min-height: 170px;
}

.testimonialsBody h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	text-transform: capitalize;
	color: #231f20;
}

#testimonials .owl-nav button.owl-prev {
	float: left;
	margin-top: -12%;
	margin-left: -5%;
	font-size: 40px;
	color: #fff;
	opacity: .5;
	transition-duration: .3s;
}

#testimonials .owl-nav button.owl-prev:hover {
	opacity: 1;
	transition-duration: .3s;
}

#testimonials .owl-nav button.owl-next {
	float: right;
	margin-top: -12%;
	margin-right: -5%;
	font-size: 40px;
	color: #fff;
	opacity: .5;
	transition-duration: .3s;
}

#testimonials .owl-nav button.owl-next:hover {
	opacity: 1;
	transition-duration: .3s;
}

.together {
	background-image: url("../images/together_background.png");
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0 50px 0;
	position: relative;
}

.together::before {
	content: '';
	width: 465px;
	height: 37px;
	background: url(../images/blueTop.png) no-repeat;
	position: absolute;
	background-size: 100% 100%;
	top: -33px;
	left: 37.5%;
	z-index: 0;
}

.together h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}

.together h1 span {
	font-weight: 600;
}

.togetherForm input {
	height: 45px;
}

.togetherBody {
	margin-left: 115px;
}

.togetherBody p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 17px;
	line-height: 30px;
	color: #FFFFFF;
	width: 100%;
	margin: 35px 0px
}

.togetherBody p span {
	font-weight: 600;
	font-size: 27px;
}

.togetherBody h5 {
	border: 2px solid white;
	border-radius: 50%;
	background-color: transparent;
	padding: 32px 0;
	font-size: 48px;
	color: #fff;
	font-weight: 300;
	background: rgba(20, 123, 138, 0.5);
	text-align: center;
}

.togetherBody h5 span {
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	width: 70%;
	margin: 0 auto;
	display: block;
}

.outSource {
	padding: 90px 0;
}

.containerCustom {
	max-width: 1380px;
	width: 100%;
	margin: 0 auto;
}

.testi {
	margin-top: 100px;
}

.contactMain {
	margin-top: 40px;
}

.btnSubmit {
	border: transparent 1px !important;
	padding: 15px 0 !important;
	background: rgba(0, 194, 229, 1) !important;
	transition-duration: .5s;
}

.btnSubmit:focus {
	border: transparent 1px !important;
	background: rgba(0, 194, 229, 1) !important;
	transition-duration: .3s;
	cursor: pointer;
}

.btnSubmit:active {
	background: rgba(0, 194, 229, .9) !important;
	transition-duration: .3s;
	cursor: pointer;
}

.btnSubmit:hover {
	background: rgba(0, 194, 229, .5) !important;
	transition-duration: .3s;
	cursor: pointer;
}

footer {
	padding: 60px 0;
	background: #000;
}

.copyright {
	padding: 15px 0;
	background: linear-gradient(#363636, #3b3b3b);
}

.copyright p {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 0;
}

.copyright a {
	color: #fff;
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: none;
	color: #fff;
}

.copyright a:active {
	color: #fff;
	text-decoration: none;
}

.copyright a:link {
	color: #fff;
	text-decoration: none;
}

.copyright a:visited {
	color: #fff;
	text-decoration: none;
}

.carousel-indicators {
	right: 1%!important;
	top: 40%;
	width: 1% !important;
	left: auto !important;
	box-sizing: border-box;
}

.carousel-indicators li {
	display: block;
	margin: 16px;
	background-color: #848b90;
	border: none;
}

.itemBg {
	padding: 180px 0 120px 0;
	width: 100%;
	background-position: 100% 30% !important;
}

.carousel-indicators .active {
	width: 16px !important;
	height: 16px !important;
	margin: 0;
	background-color: transparent !important;
	border: 0 !important;
	position: relative;
	background: url(../images/sldierActiveDot.png) no-repeat;
	background-size: 100% 100%;
}

.carousel-indicators .active::before {
	content: '';
	width: 110px;
	height: 5px;
	background: url(../images/sliderActive.png) no-repeat;
	position: absolute;
	right: 20px;
	top: 7px;
}

.carousel-indicators li {
	width: 11px !important;
	height: 11px !important;
	background-color: #fff !important;
	border-radius: 50% !important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #3a3a3a !important;
	border-left: #3a3a3a solid 1px;
	border-right: #3a3a3a solid 1px;
}

.dropdown-menu {
	border: 0 !important;
	min-width: 100% !important;
}

.dropdown-menu>li>a {
	border: 0 !important;
}

footer h3 {
	font-size: 18px;
	line-height: 27px;
	color: #00c2e5;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 15px;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul li a {
	font-size: 13px;
	line-height: 23px;
	color: #fff;
	font-weight: 400;
	transition-duration: .3s;
}

footer ul li a:hover {
	text-decoration: none;
	color: #ccc;
	transition-duration: .3s;
}

footer p {
	font-size: 13px;
	line-height: 23px;
	color: #fff;
	font-weight: 400;
}

.footerForm input {
	background: #262626;
	padding: 25px 17px;
	box-sizing: border-box;
	border: 0;
}

.footerForm button {
	background: #00c2e5;
	padding: 15px 0;
	color: #fff;
	text-transform: uppercase;
	box-sizing: border-box;
	border: 0;
	transition-duration: .3s;
}

.footerForm button:hover {
	background: #048ea7;
	transition-duration: .3s;
	color: #fff !important;
}

.socialLinks {
	list-style: none;
	margin: 0;
	padding: 0;
}

.socialLinks li {
	display: inline-block;
}

.socialLinks li a {
	font-size: 48px;
	margin-right: 5px;
}

.fa-facebook-square {
	color: #3b5998;
}

.fa-twitter-square {
	color: #00aced;
}

.fa-youtube {
	color: #bb0000;
}

#outsourcedServices .owl-nav .owl-prev {
	float: left;
	margin-top: -280px;
	margin-left: -70px;
	font-size: 40px;
	color: #00c2e5;
	background-color: #dfe7e978;
	position: relative;
	z-index: 99999999;
	width: 40px;
	opacity: .5;
	left: -20px;
}

#outsourcedServices .owl-nav .owl-next {
	float: right;
	margin-top: -280px;
	margin-right: -70px;
	font-size: 40px;
	transition-duration: .3s;
	color: #00c2e5;
	background-color: #dfe7e978;
	position: relative;
	z-index: 99999999;
	width: 40px;
	opacity: .3;
	right: -20px;
}

#outsourcedServices .owl-nav button:hover {
	color: #00c2e5;
	cursor: pointer;
	transition-duration: .3s;
	opacity: 1;
}

.aboutBanner {
	background-image: url("../images/AboutInovedia_background.jpg");
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding: 110px 0;
}

.aboutBanner h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 50px;
	line-height: 56px;
	color: white;
	text-align: center;
}

.aboutBanner h1 span {
	display: block;
	font-size: 80px;
	font-weight: 700;
}

.aboutInovidia {
	font-weight: 500;
	font-size: 14px;
	line-height: 26px;
	color: #595959;
	text-align: center;
	padding: 90px 0;
	position: relative;
}

.aboutInovidia::after {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -37px;
	left: 37%;
}

.aboutInovidia h1 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 40px;
	line-height: 45px;
	color: #231f20;
}

.aboutInovidia h1 span {
	font-weight: 700;
}

.aboutInovidia p {
	margin: 15px 0 !important;
}

.aboutMission {
	background-image: url("../images/mission.jpg");
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding: 105px 0;
	text-align: left;
	width: 100%;
}

.mission {
	margin-left: 65px;
	font-size: 18px;
	color: #FFFFFF;
}

.mission h4 {
	font-weight: 600;
	line-height: 45px;
	text-transform: uppercase;
}

.mission p {
	font-weight: 400;
	line-height: 31px;
	width: 49%;
}

.usDifferent {
	background-color: #f4f9fa;
	padding: 90px 0;
	text-align: center;
	text-transform: uppercase;
}
.usDifferent li {
	text-transform: initial;
}
.usDifferentInner img {
	width: 100%;
}

.usDifferentInner ul.icons {
	line-height: 54px;
	padding: 30px 25px;
}

.usDifferentInner .icons li {
	list-style-type: none;
	position: relative;
	text-align: left;
	margin-left: 40px;
	font-weight: 500;
	color: #231f20;
}

.usDifferentInner ul.icons li::before {
	background: transparent url("../images/ino-icon.png") scroll 0 0 no-repeat;
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: -30PX;
	top: 17px;
	background-size: 100% 100%;
}

/* icons.li
{ 
	list-style-image: url(../images/ino-icon.png);
	
} */

.outSourcing {
	background-image: url("../images/outsourcing.jpg");
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 200px 0;
	width: 100%;
	text-align: center;
	color: #fff;
	position: relative;
}

.outSourcing h1 {
	font-weight: 300;
	font-size: 75px;
}

.outSourcing p {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	width: 55%;
	margin: 0 auto;
}

.outSourcing::before {
	content: '';
	width: 505px;
	height: 75px;
	background: url(../images/usdiifferent.png) no-repeat;
	position: absolute;
	top: -37px;
	left: 37%;
	z-index: 99;
	background-size: 100% 100%;
}

.whyOutSource {
	background-image: url("../images/why-inovidia.jpg");
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 110px 0;
}

.whyOutSource h1 {
	text-align: center;
	font-weight: 500;
	font-size: 50px;
	line-height: 99px;
	color: #fff;
}

.whyOutSource h1 span {
	font-weight: 800;
	font-size: 80px;
}

.differnce {
	text-align: center;
	background-color: #fff;
	padding: 90px 0;
	position: relative;
}

.differnce h1 {
	font-size: 40px;
	line-height: 45px;
	color: #231f20;
	font-weight: 400;
	text-transform: uppercase;
}

.differnce h1 span {
	font-weight: 600;
}

.differnce p {
	font-size: 14px;
	font-weight: 400;
	color: #595959;
	line-height: 26px;
}

.differenceCol {
	text-align: left;
	margin-top: 80px;
}

.differenceCol h1 {
	font-size: 20px;
	line-height: 21.5px;
	font-weight: 600;
	color: #231f20;
	position: relative;
}

.differenceCol p {
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	width: 100%;
}

.differnce::before {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -37px;
	left: 37%;
}

.differenceCol h1::before {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/ino-icon.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: -5%;
}

.outsourcingBanner {
	/* background-image: url("../images/why-outsourcing.jpg"); */
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 110px 0;
}

.outsourcingBanner h1 {
	text-align: center;
	font-weight: 500;
	font-size: 50px;
	line-height: 73px;
	color: #fff;
}

.outsourcingBanner h1 span {
	font-weight: 800;
	font-size: 80px;
}

.outsourcingInner {
	background-color: #fff;
	text-align: center;
	color: #231f20;
	padding: 70px 0 90px 0;
}

.outsourcingInner h1 {
	font-weight: 300;
	font-size: 24px;
	line-height: 45px;
	text-transform: uppercase;
}

.outsourcingInner h1 span {
	font-size: 40px;
	font-weight: 600;
}

p.Inner {
	width: 104%;
}

.outsourcingCol {
	text-align: left;
	display: inline-block;
}

.outsourcingCol img {
	margin-top: 25px;
}

.contactUs {
	background-image: url(../images/contact-us.jpg);
	margin: 0 auto;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 100px 0;
}

.tableInner {
	background: rgba(255, 255, 255, 0.1);
	padding: 28px;
}

.contactUsTable {
	/* width: 100%; */
	/* float: right; */
}

.contactUsInner {
	color: #fff;
	margin: 0;
}

.contactUsTop h1 {
	font-weight: 500;
	font-size: 50px;
	line-height: 40px;
	margin: 0;
}

.contactUsTop p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin: 67px 0 67px 0;
}

.contactUsBottom h4 {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	margin: 0;
}

.contactUsBottom p {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
/* 	width: 55%; */
	margin-bottom: 5px;
}

.tableInnerBtn {
	background: #00c2e5 !important;
	border: 0 !important;
}

.qoute {
	text-align: center;
	background-color: #fff;
	padding: 70px 0 75px 0;
}

.qoute h1 {
	font-weight: 600;
	font-size: 40px;
	line-height: 45px;
	color: #231f20;
	text-transform: uppercase;
}

.qoute p {
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	color: #595959;
}

.quoteTable {
	background-color: #ededed;
	padding: 70px 150px;
}

.quoteTableInnerBtn {
	margin-top: 65px;
}

.quoteTableText input, .quoteTableText select, .quoteTableText textarea {
	padding: 5px;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

/* ::-webkit-input-placeholder { Chrome
	color: #464646;
  }
:-ms-input-placeholder { IE 10+
	color: #464646;
  }
::-moz-placeholder { Firefox 19+
	color: #464646;
	opacity: 1;
  }
:-moz-placeholder { Firefox 4 - 18
	color: #464646;
	opacity: 1;
  } */

.quoteTable input::placeholder {
	/* Chrome */
	color: #464646;
}

.quoteTable select {
	/* Chrome */
	color: #464646;
}

.quoteTable textarea::placeholder {
	/* Chrome */
	color: #464646;
}

/* ---asset management css--- */

.assetManagement {
	background-image: url(../images/asset-management.jpg);
/* 	padding: 110px 0 155px 0; */
	margin: 0 auto;
	background-size: cover;
	background-position: 100% 100%;
	background-repeat: no-repeat;
}
.assetManagement .overlay{
	height: 100%;
    width: 100%;
	background: #0000007a;
    padding: 110px 0px;
}

.assetManagement h1 {
	font-size: 80px;
	line-height: 91px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.assetOutsourcing {
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 90px 0 70px 0;
	position: relative;
}

.assetOutsourcing::before {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -37px;
	left: 36.5%;
}

.assetOutsourcing::after {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -37px;
	left: 37%;
}

.assetOutsourcing h2 {
	font-size: 40px;
	line-height: 45px;
	color: #231f20;
	text-transform: uppercase;
	font-weight: 400;
}

.assetOutsourcing h2 span {
	font-weight: 600;
}

.assetOutsourcing p {
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 15px;
}

.assetOutsourcingInner {
	background-image: url(../images/asset-management-outsourcing.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
	padding: 85px 0;
	text-align: left;
	margin: 0 auto;
	color: #fff;
	padding-left: 65px;
}

.assetOutsourcingInner h5 {
	font-size: 18px;
	line-height: 45px;
	font-weight: 600;
	margin: 0 auto;
}

.assetOutsourcingInner p {
	padding: 0;
	color: #fff;
	width: 90%;
	text-align:center;
}

.assetBest {
	background-image: url(../images/asset-management-create-best.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 90px 0;
}

.assetBest h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	color: #231f20;
	text-transform: uppercase;
}

.assetBest h2 span {
	font-weight: 600;
}

/* .assetBest .nav-tabs>li {
	float: none;
	display: inline-block;
	zoom: 1;
} */

.assetBest .nav>li>a {
	padding: 15px 15px;
	color: #231f20;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	min-height: 125px;
	min-width: 125px;
	margin: 0;
}

.assetBest .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #00c2e5 !important;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.5);
	margin: 0 auto;
}

.assetBest .nav>li>a:hover, .assetBest .nav>li>a:focus {
	background: rgba(255, 255, 255, 0.5) !important;
}

.assetBest .nav>li>a>img {
	max-width: none;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.assetBest .nav-tabs>li {
	float: none;
	display: inline-flex;
}

.assetBest .nav-tabs {
	border-bottom: 10px solid #c3c3c3;
	padding-bottom: 5px;
	text-align: center;
	white-space: nowrap;
	flex-wrap: nowrap;
	max-width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
}

.assetBest .nav-tabs::-webkit-scrollbar {
	display: none;
}

.assetBest h3 {
	color: #a5bd34;
	font-size: 30px;
	line-height: 45px;
	font-weight: 400;
	text-transform: capitalize;
}

.assetBest p {
	color: #595959;
	font-size: 20px;
	line-height: 38px;
	font-weight: 300;
	width: 90%;
	margin: 0 auto;
	/* max-height: 115px; */
	overflow: hidden;
}

/* li.assetBestTabs span
{
	min-height: 60px;
	background-color: yellow;
} */

.bestInner {
	min-height: 285px;
}

.readMore {
	margin-top: 50px;
}

.readMore a {
	background-color: #a5bd34;
	color: #fff;
	text-decoration: none;
	padding: 15px 60px;
	border-radius: 10px;
	text-transform: uppercase;
}

.readMore a:hover {
	color: #fff;
	text-decoration: none;
}

.readMore a:focus {
	color: #fff;
	text-decoration: none;
}

.whyUs {
	text-align: center;
	padding: 70px 0 100px 0;
	background: rgba(255, 255, 255, 1);
}

.whyUs h2 {
	font-size: 40px;
	line-height: 45px;
	color: #231f20;
	text-transform: uppercase;
}

.whyUs h2 span {
	font-weight: 600;
}

.viewBox {
	float: left;
	width: 20%;
	margin: 0 auto;
	text-align: center;
}

.viewBox img {
	margin: 25px 0;
}


.viewBox p {
	margin: 0 auto;
	min-height: 90px;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	font-weight: 400;
}

.viewBox:nth-child(odd) {
	background-color: #f2f2f2;
}

.viewBox:nth-child(even) {
	background-color: #d9d9d9;
}

/* --hr outsourcing-- */

.hrServices {
	background-image: url(../images/hr_outsourcing.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 110px 0 155px 0;
}

.hrServices h1 {
	font-size: 80px;
	line-height: 91px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.hrServicesProvider {
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 90px 0 70px 0;
	position: relative;
}

.hrServicesProvider h2 {
	font-size: 40px;
	line-height: 45px;
	color: #231f20;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
}

.hrServicesProvider h2 span {
	font-weight: 600;
}

.hrServicesProvider p {
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 15px;
}

.hrServicesProviderInner {
	background-image: url(../images/hr-outsourcing-inner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
	padding: 85px 0;
	text-align: left;
	margin: 0 auto;
	color: #fff;
	padding-left: 65px;
}

.hrServicesProviderInner h5 {
	font-size: 18px;
	line-height: 45px;
	font-weight: 600;
	margin: 0 auto;
}

.hrServicesProviderInner p {
	padding: 0;
	color: #fff;
	width: 42%;
}

/* our services */

.ourServices {
	background-image: url(../images/our-services.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 110px 0 170px 0;
}

.ourServices h1 {
	font-size: 80px;
	line-height: 91px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.outsourcedServices {
	text-align: center;
	padding: 90px 0;
	color: #231f20;
	background-color: #f4f9fa;
	position: relative;
}

.outsourcedServices h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	text-transform: uppercase;
}

.outsourcedServices h2 span {
	font-weight: 600;
}

.outsourcedServices p {
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 90px;
}

.outsourcedServices::before {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/our-services-shape.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -37px;
	left: 36.5%;
}

.serviceItem {
	background-color: #fff;
	margin-bottom: 20px;
	text-align: center;
	padding: 20px 30px;
}

.serviceItem:hover {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	transition-duration: .3s;
	cursor: pointer;
}

.serviceItem img {
	margin: 5px 0;
}

.serviceItem h4 {
	font-weight: 600;
	color: #231f20;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	margin: 25px 0;
}

.serviceItem P {
	min-height: 210px;
	margin-bottom: 25px;
}

.serviceItemBtn {
	font-family: 'Poppins', sans-serif;
	color: #889ea2;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #d9e8eb;
	padding: 10px 0;
	border-radius: 5px;
	transition-duration: .3s;
	display: block;
	margin: 0;
}

.serviceItem:hover .serviceItemBtn, .serviceItem:focus .serviceItemBtn {
	color: #00c2e5;
	text-decoration: none;
	border: 1px solid #00c2e5;
	transition-duration: .3s;
}

.process {
	text-align: center;
	margin: 0 auto;
	background-color: #fff;
	padding: 80px 0;
	position: relative;
}

.process h2 {
	font-size: 40px;
	line-height: 45px;
	color: #231f20;
	font-weight: 400;
	text-transform: uppercase;

}

.process h2 span {
	font-weight: 600;
}

.process::before {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -37px;
	left: 36.5%;
}

.process::after {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -37px;
	left: 36.5%;
}

.processImg {
	width: 100%;
}

.processMd h4 {
	font-size: 70px;
	color: #e6ebed;
}

.processMd h5 {
	font-size: 18px;
	line-height: 24px;
	color: #231f20;
}

.processMd p {
	font-size: 14px;
	line-height: 26px;
	color: #595959;
}

.processMdInner {
	outline-style: solid;
	outline-color: rgba(8, 164, 192, 1);
	outline-width: 1px;
	margin-bottom: 15px;
	background-color: #f4f9fa;
}

/* support and maintance */

.supportMaintance {
	text-align: center;
	margin: 0 auto;
	color: #fff;
	padding: 90px 0;
	background: rgb(44, 152, 177);
	background: linear-gradient(90deg, rgba(44, 152, 177, 1) 10%, rgba(164, 186, 52, 1) 100%);
}

.supportMaintance h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	text-transform: uppercase;
}

.supportMaintance h2 span {
	font-weight: 600;
}

.maintenanceInner {
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
}

.maintenanceInner img {
	margin: 5px 0;
}

.maintenanceInner h2 {
	margin: 20px 0;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}

.maintenanceInner p {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	width: 90%;
	margin: 0 auto;
}

/* graphic design */

.graphicDesign {
	background-image: url(../images/graphic-design.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 150px 0 170px 0;
}

.designSolution::before {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/our-services-shape.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -37px;
	left: 36.5%;
}

.designSolution::after {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/our-services-shape.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -37px;
	left: 36.5%;
}

.graphicDesign h1 {
	font-size: 80px;
	line-height: 91px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.designSolution {
	text-align: center;
	padding: 90px 0;
	color: #231f20;
	background-color: #f4f9fa;
	position: relative;
}

.designSolution h2 {
	font-size: 24px;
	line-height: 35px;
	font-weight: 300;
	text-transform: uppercase;
}

.designSolution h2 span {
	font-size: 40px;
	font-weight: 600;
}

.designSolution p {
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 40px;
}

/* health */

.healthcareBanner {
	background-image: url(../images/health_background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 150px 0 170px 0;
}

.healthcareBanner h1 {
	font-size: 50px;
	line-height: 73px;
	color: #fff;
	font-weight: 500;
	text-align: center;
}

.inovediaHelp {
	text-align: center;
	padding: 90px 0;
	color: #231f20;
/* 	background-color: #f4f9fa; */
	position: relative;
}

.inovediaHelp h2 {
	font-size: 24px;
	line-height: 35px;
	font-weight: 300;
	text-transform: uppercase;
}

.inovediaHelp h2 span {
	font-size: 40px;
	font-weight: 600;
}

.inovediaHelp p {
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 40px;
}

.healthCare {
	text-align: center;
	color: #231f20;
	background-color: #fff;
	padding: 90px 0;
}

.healthCare h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	text-transform: uppercase;
}

.healthCare h2 span {
	font-weight: 600;
}

/* mortage services */

.mortgageBanner {
	background-image: url(../images/mortage-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 150px 0 170px 0;
}

.mortgageBanner h1 {
	font-size: 40px;
	line-height: 60px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

.supportServices {
	text-align: center;
	padding: 70px 0;
	color: #231f20;
	background-color: #f4f9fa;
	position: relative;
}

.supportServices h2 {
	font-size: 24px;
	line-height: 40px;
	font-weight: 300;
	text-transform: uppercase;
}

.supportServices h2 span {
	font-size: 40px;
	font-weight: 600;
}

.supportServices p {
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 25px;
}

.whyUsMortage {
	text-align: center;
	padding: 70px 0 100px 0;
	background: rgba(255, 255, 255, 1);
}

.whyUsMortage h2 {
	font-size: 24px;
	line-height: 45px;
	color: #231f20;
	text-transform: uppercase;
	font-weight: 300;
}

.whyUsMortage h2 span {
	font-size: 40px;
	line-height: 45px;
	color: #231f20;
	text-transform: uppercase;
	font-weight: 600;
}

/* Marketing Services */

.marketingBanner {
	background-image: url(../images/marketing-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 150px 0 170px 0;
}

.marketingBanner h1 {
	font-size: 80px;
	line-height: 90px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.onlineMarketing {
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 90px 0 70px 0;
	position: relative;
}

.onlineMarketing h2 {
	font-size: 40px;
	line-height: 45px;
	color: #231f20;
	text-transform: uppercase;
	font-weight: 400;
}

.onlineMarketing h2 span {
	font-weight: 600;
}

.onlineMarketing p {
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin: 0 0 15px 0;
}

.onlineMarketingInner {
	background-image: url(../images/online-marketing-inner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
	padding: 85px 0;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

.onlineMarketingInner h5 {
	font-size: 18px;
	line-height: 45px;
	font-weight: 600;
	margin: 0 auto;
}

.onlineMarketingInner p {
	font-size: 15px;
	line-height: 31px;
	font-weight: 400;
	padding: 0;
	color: #fff;
	width: 73%;
	margin: 0 auto;
}

/* seo marketing */

.seoBanner {
	background-image: url(../images/seo-banner.jpg);
	padding: 110px 0 155px 0;
	margin: 0 auto;
	background-size: cover;
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

.seoBanner h1 {
	font-size: 80px;
	line-height: 91px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.seoServices {
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 90px 0 70px 0;
	position: relative;
}

.seoServices h2 {
	font-size: 40px;
	line-height: 45px;
	color: #231f20;
	text-transform: uppercase;
	font-weight: 400;
}

.seoServices h2 span {
	font-weight: 600;
}

.seoServices p {
	margin: 0 0 15px 0;
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
}

.seoServicesInner {
	background-image: url(../images/seo-services-inner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
	padding: 85px 0;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

.seoServicesInner h5 {
	font-size: 18px;
	line-height: 45px;
	font-weight: 600;
	margin: 0 auto;
}

.seoServicesInner p {
	font-weight: 400;
	padding: 0;
	color: #fff;
	width: 73%;
	font-size: 14px;
	line-height: 26px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.seoYouGet {
	padding: 60px 0;
	background-color: #f4f9fa;
	text-align: center;
	color: #231f20;
}

.seoYouGet h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	text-transform: uppercase;
}

.seoYouGet h2 span {
	font-weight: 600;
}

.seoYouGetInner {
	margin-top: 70px;
	text-align: left;
}

.seoYouGetInner h4 {
	font-size: 20px;
	line-height: 21px;
	color: #231f20;
	font-weight: 600;
}

.seoYouGetInner p {
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	width: 77%;
}

/* video services */

.videoBanner {
	background-image: url(../images/video-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 150px 0 170px 0;
}

.videoBanner h1 {
	font-size: 80px;
	line-height: 91px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.videoProduction {
	text-align: center;
	padding: 45px 0;
	color: #231f20;
	background-color: #fff;
	position: relative;
}

.videoProduction h2 {
	font-size: 24px;
	line-height: 35px;
	font-weight: 300;
	text-transform: uppercase;
}

.videoProduction h2 span {
	font-size: 40px;
	font-weight: 600;
}

.videoProduction p {
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 40px;
}

.videoProduction::before {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -37px;
	left: 36.5%;
}

.videoProduction::after {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -37px;
	left: 36.5%;
}

/* video services starts here  */

.videoServices {
	background-image: url(../images/asset-management-create-best.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 90px 0;
}

.videoServices h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	color: #231f20;
	text-transform: uppercase;
}

.videoServices h2 span {
	font-weight: 600;
}

.videoServices .nav-tabs>li.active>a, .videoServices .nav-tabs>li.active>a:hover, .videoServices .nav-tabs>li.active>a:focus {
	color: #231f20 !important;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.5);
}

.videoServices .nav>li>a>img {
	max-width: none;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.videoServices p {
	color: #595959;
	font-size: 20px;
	line-height: 38px;
	font-weight: 300;
	width: 90%;
	margin: 0 auto;
	max-height: 115px;
	overflow: hidden;
}

.videoServices .nav-tabs>li {
	float: none;
	display: inline-flex;
}

.videoServices .nav-tabs {
	border-bottom: 10px solid #c3c3c3;
	padding-bottom: 5px;
	text-align: center;
	white-space: nowrap;
	flex-wrap: nowrap;
	max-width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	min-height: 135px;
}

.videoServices .nav>li>a {
	padding: 15px 15px;
	color: #231f20;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	margin: 0 auto;
	/* min-width: 190px; */
	min-height: 140px;
	/* add this in all services */
}

.videoServices .nav>li>a:hover, .videoServices .nav>li>a:focus {
	background: rgba(255, 255, 255, 0.5) !important;
}

.videoServices h3 {
	color: #a5bd34;
	font-size: 30px;
	line-height: 45px;
	font-weight: 400;
	text-transform: capitalize;
}

.videoServices .nav-tabs {
	text-align: center;
}

.videoInner {
	min-height: 225px;
}

/* .videoServices .nav-tabs>li {
	float: none;
	display: inline-block;
	zoom: 1;
}due to this piece of code tabs are falling */

/* .videoServicesTabs .nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
} */

/* .videoServicesTabs span {
	color: #231f20;
} */

/* Solutions Architect */

.solutionsArchitect {
	background-image: url(../images/architect-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 150px 0 170px 0;
}

.solutionsArchitect h1 {
	font-size: 80px;
	line-height: 91px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.architectSolution {
	text-align: center;
	padding: 45px 0;
	color: #231f20;
	background-color: #fff;
	position: relative;
}

.architectSolution h2 {
	font-size: 24px;
	line-height: 35px;
	font-weight: 300;
	text-transform: uppercase;
}

.architectSolution h2 span {
	font-size: 40px;
	font-weight: 600;
}

.architectSolution::before {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -37px;
	left: 36.5%;
}

.architectSolution::after {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -37px;
	left: 37%;
}

.architectSolution p {
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 40px;
}

.architectBest {
	background-image: url(../images/architect-best-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 90px 0;
}

.architectBest h2 {
	font-size: 24px;
	line-height: 35px;
	font-weight: 300;
	color: #231f20;
	text-transform: uppercase;
}

.architectBest h2 span {
	font-size: 40px;
	font-weight: 600;
	display: block;
}

.architectBest .nav-tabs>li.active>a, .architectBest .nav-tabs>li.active>a:hover, .architectBest .nav-tabs>li.active>a:focus {
	color: #231f20 !important;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.5);
}

.architectBest .nav>li>a>img {
	max-width: none;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.architectBest p {
	color: #595959;
	font-size: 20px;
	line-height: 38px;
	font-weight: 300;
	width: 90%;
	margin: 0 auto;
	max-height: 115px;
	overflow: hidden;
}

.architectBest .nav>li>a {
	padding: 15px 15px;
	color: #231f20;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	min-height: 125px;
}

.architectBest .nav>li>a:hover, .architectBest .nav>li>a:focus {
	background: rgba(255, 255, 255, 0.5) !important;
}

.architectBest h3 {
	color: #a5bd34;
	font-size: 30px;
	line-height: 45px;
	font-weight: 400;
	text-transform: capitalize;
}

.architectBest .nav-tabs {
	border-bottom: 10px solid #c3c3c3;
	padding-bottom: 5px;
	text-align: center;
	white-space: nowrap;
	flex-wrap: nowrap;
	max-width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
}

.architectBestInner {
	min-height: 285px;
}

/* back2top css */

#back2Top {
	width: 40px;
	line-height: 40px;
	overflow: hidden;
	z-index: 999;
	cursor: pointer;
	transform: rotate(270deg);
	position: fixed;
	bottom: 50px;
	right: 0;
	background-color: #DDD;
	color: #555;
	text-align: center;
	font-size: 30px;
	text-decoration: none;
	display: none;
}

#back2Top:hover {
	background-color: #DDF;
	color: #00c2e5;
}

textarea {
	resize: none;
}

.navbar-toggle {
	float: left !important;
	margin-left: 15px !important;
}

/* account & payroll */

.topBanner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 150px 0 170px 0;
}

.topBanner h1 {
	font-size: 80px;
	line-height: 91px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.outsourcingHeader {
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 90px 0 70px 0;
	position: relative;
}

.outsourcingHeader h2 {
	font-size: 40px;
	line-height: 45px;
	color: #231f20;
	text-transform: uppercase;
	font-weight: 400;
}

.outsourcingHeader h2 span {
	font-weight: 600;
}

.outsourcingHeader p {
	color: #595959;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 15px;
}

.outsourcingHeaderInner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 100%;
	padding: 85px 0;
	text-align: left;
	margin: 0 auto;
	color: #fff;
	padding-left: 65px;
}

.outsourcingHeaderInner h5 {
	font-size: 18px;
	line-height: 45px;
	font-weight: 600;
	margin: 0 auto;
}

.outsourcingHeaderInner p {
	padding: 0;
	color: #fff;
	width: 95%;
}

.outsourcingHeader::before {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -37px;
	left: 36.5%;
}

.outsourcingHeader::after {
	content: '';
	width: 508px;
	height: 75px;
	background: url(../images/whiteAf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -37px;
	left: 37%;
}

.outsourcingBest {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	text-align: center;
	padding: 90px 0;
}

.outsourcingBest h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 400;
	color: #231f20;
	text-transform: uppercase;
}

.outsourcingBest h2 span {
	font-weight: 600;
}

.outsourcingBest .nav>li>a {
	padding: 15px 15px;
	color: #231f20;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	min-height: 125px;
	min-width: 125px;
	margin: 0;
}

.outsourcingBest .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #00c2e5 !important;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	background-color: #FFF !important;
	margin: 0 auto;
}

.outsourcingBest .nav>li>a:hover, .outsourcingBest .nav>li>a:focus {
	background: rgba(255, 255, 255, 0.5) !important;
}

.outsourcingBest .nav>li>a>img {
	max-width: none;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.outsourcingBest .nav-tabs>li {
	float: none;
	display: inline-flex;
}

.outsourcingBest .nav-tabs {
	border-bottom: 10px solid #c3c3c3;
	padding-bottom: 5px;
	text-align: center;
	white-space: nowrap;
	flex-wrap: nowrap;
	max-width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
}

.outsourcingBest .nav-tabs::-webkit-scrollbar {
	display: none;
}

.outsourcingBest h3 {
	color: #a5bd34;
	font-size: 30px;
	line-height: 45px;
	font-weight: 400;
	text-transform: capitalize;
}

.outsourcingBest p {
	color: #595959;
	font-size: 20px;
	line-height: 38px;
	font-weight: 300;
	width: 90%;
	margin: 0 auto;
	max-height: 115px;
	overflow: hidden;
}

/* header css */

nav {
	display: block;
	text-align: center;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-header a {
	display: block;
	background: #000;
	color: #fff;
	text-decoration: none;
	padding: 0.8em 1.8em;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 2px;
	text-shadow: 0 -1px 0 #000;
	position: relative;
}

.nav {
	vertical-align: top;
	display: inline-block;
	box-shadow: 1px -1px -1px 1px #000, -1px 1px -1px 1px #fff, 0 0 6px 3px #fff;
	border-radius: 6px;
}

.nav li {
	position: relative;
}

.nav>li {
	float: left;
	margin-right: 1px;
}

.nav>li>a {
	margin-bottom: 1px;
}

.nav li:hover>a {
	color: white;
}

.nav>li:first-child {
	border-radius: 4px 0 0 4px;
}

.nav>li:first-child>a {
	border-radius: 4px 0 0 0;
}

.nav>li:last-child {
	border-radius: 0 0 4px 0;
	margin-right: 0;
}

.nav>li:last-child>a {
	border-radius: 0 4px 0 0;
}

.nav li li a {
	margin-top: 0px;
	text-decoration: none;
}

.nav li a:first-child:nth-last-child(2):before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	top: 50%;
	right: 5px;
}

/* submenu positioning*/

.nav ul {
	position: absolute;
	white-space: nowrap;
	z-index: 1;
	left: -99999em;
}

.nav>li:hover>ul {
	left: auto;
	min-width: 100%;
}

.nav>li li:hover>ul {
	left: 100%;
	margin-left: 1px;
	top: -1px;
}

/* arrow hover styling */

.nav>li>a:first-child:nth-last-child(2):before {
	border-top-color: #000;
}

.nav>li:hover>a:first-child:nth-last-child(2):before {
	border: 5px solid transparent;
	border-top-color: black;
	margin-top: -5px
}

.nav li li>a:first-child:nth-last-child(2):before {
	border-left-color: #fff;
	margin-top: -5px
}

.nav li li:hover>a:first-child:nth-last-child(2):before {
	border: 5px solid transparent;
	border-left-color: black;
	right: 10px;
}

/* new header css  */

.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
}


.nav>li>a {
	padding: 18px 15px !important;
}

a:hover, a:focus {
	text-decoration: underline;
	color: black !important;
	background-color: white !important;
}
/* css by talha */
.togetherForm .wpcf7-response-output{
	position: absolute;
    top: -45px;
    margin: 0px !important;
	color: #ffffff !important; 
	font-size:14px !important;
}
.togetherForm .wpcf7-response-output{
	font-size: 16px;
	border:3px solid;
}
.footerForm input{
	color:#fff;
}
	.footerForm input::placeholder { 
  color: #fff;
  opacity: 1; 
}

.footerForm input:-ms-input-placeholder {
  color: #fff;
}

.footerForm input::-ms-input-placeholder {
  color: #fff;
}
.sec_title h3{
	color: #333;
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
	margin-top:5px;
}
.sec_title span{
	font-weight: 600;
}
.assetBest .sec_title{
	margin-top:15px;
}
.sec_title p{
	color: #595959;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;

}
.assetOutsourcingInner p{
	color:#ffff;
}
.assetBest .sec_title{
	margin-top: 20px;
}



.inovediaHelp::after{
	left:32%;
	content: '';
    width: 508px;
    height: 75px;
    background: url(../images/whiteAf.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -37px;
}
.inovediaHelp::before{
	content: '';
    width: 508px;
    height: 75px;
    background: url(../images/whiteAf.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -37px;
    left:32%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	color:#dc3232;
	border-color: #dc3232 !important;}
/* stylings by talha */
.topBarLinks ul{
	width:100%;
}
.menu-top-menu-container{
		padding: 0px 10%;
	}
.topBarLinks ul li a:hover {
	background:transparent !important;
}
.outsourcingInner .container:after{
	content: '';
    width: 508px;
    height: 75px;
    background: url(../images/whiteAf.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -37px;
	left: 33%;
}
.outsourcingBanner{
    background-size: 100% 100% !important;
}
.outsourcingInner{
	position: relative;	
}
.whyOutSource{
	background-size: cover !important;
}
.different h1{
	text-transform: capitalize;
}
.usDifferentHeading{
	text-transform: capitalize;
}
.ourServices{
	background-size: cover !important;
}
.outsourcedServicesInner{
	display:flex;
	flex-wrap:wrap;
}
.assetOutsourcingInner{
	padding: 85px 65px;
}
.assetOutsourcingInner p{
	width:100%;
}
.whyUsInner{
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: flex-end;
	padding:30px 0px;
}
.whyUsInner .viewBox{
	margin:0px;
}
.whyUsInner .viewBox:nth-child(1) {
	height: 220px;
	padding-top:20px
}
.whyUsInner .viewBox:nth-child(2){
	height: 240px;
	padding-top:40px
}
.whyUsInner .viewBox:nth-child(3){
	height: 260px;
	padding-top:60px
}
.whyUsInner .viewBox:nth-child(4){
	height: 240px;
	padding-top:40px
}
.whyUsInner .viewBox:nth-child(5) {
	height: 220px;
	padding-top:20px
}
.nav-header li a{
	text-align:left;
}
.assetManagement{
	background-repeat: no-repeat !important;
    background-size: cover !important;
}
.assetOutsourcingInner h5{
	font-size: 20px;
}
.assetOutsourcingInner p{
	font-size: 16px;
}
.assetBest .nav-tabs{
	border-bottom:0px !important;
}
.assetBest .nav-tabs:after{
	height: 7px;
    background: #c3c3c3;
    width: 100%;
    border-radius: 5px;
}
.assetBest .nav-tabs>li{
	padding-bottom:15px;
}
.diffItemHold{
	padding:0px;
}
.socialLinks ul li a:hover{
	background:transparent !important;
}
.topNavToggleBtn{
	display:none;
}
.topNavToggleBtn {
	position: absolute;
    right: 60px;
    top: 25px;
    background: transparent;
}
.topNavToggleBtn .fa-bars{
	font-size: 25px;
}
.header .row{
	display: flex;
}
.topBarLinks ul{/* 	width: fit-content !important; *//* 	width:auto !important; *//* display: flex; */}
.form-control{
	height:42px !important;	
}
.whyOutSource h1{
	text-align: center;
    font-weight: 500;
    font-size: 50px;
    line-height: 73px;
    color: #fff;
}
.aboutBanner h1{
	text-align: center;
    font-weight: 500;
    font-size: 50px;
    line-height: 73px;
    color: #fff;
}
.ourServices h1{
	line-height: 73px;
    color: #fff;
}
.mission p{
	font-size:16px;
}
.navbar-collapse.collapse{
	padding:0px !important;
}
.topBarLinks {
	padding:0px !important;
}
.outsourcedServicesInner{
	margin-right:0px !important;
	margin-left:0px !important
}
.button_form{
	margin-bottom: 0px !important;
    position: relative;
}
.button_form .ajax-loader{
	position: absolute;
	top: 55px;
}
.assetBest .nav>li>a{
	min-height: 120px;
    min-width: 165px;
}
.outsourcingCol .row{
	display:flex;
	flex-wrap:wrap;
}
.menu-top-menu-container .menu-top-menu{
	width: fit-content;
}
.itemBg{
	padding:25px 0px 120px 0px;
}
#myCarousel {
	position: relative;
}
#myCarousel .carousel-inner{
	height: 83vh;
}
#myCarousel .itemBg{
	position: relative;
    height: 100%;
	padding:0px !important
}
#myCarousel .bannerTxt{
	position: absolute;
    width: 100%;
    display: flex;
    flex-flow: column;
    height: 100%;
	justify-content: space-around;
}
#myCarousel .customBtn{
	margin:0px !important
}
.assetBest .nav>li>a{
	min-width: 125px !important;
}
.viewBox p{
	font-size: 12px;
    line-height: 18px;
}
.assetOutsourcing .container ol li{
	list-style:none;
}
.aboutBanner{
	background-size: 100% !important;
}
footer ul li a:hover{
	background: transparent !important;
	color: #00c2e5 !important;
}
.assetOutsourcing ul li{
	list-style:none
}
.assetOutsourcing ol{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.assetOutsourcing ol li{
	list-style:disc !important
}
.wpcf7-form-control.wpcf7-submit.btn.btn-block {
    padding: 15px;
	background-color: #00c2e5;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #fff !important;
}
.customClass404 {
    text-align: center;
    padding-bottom: 50px;
}
.search-field {
    padding: 10px;
    border: 1px solid #000;
}
.screen-reader-text {
    font-size: 14px;
    padding: 20px;
}
.search-submit.screen-reader-text {
    padding: 12px;
    margin-left: 16px;
    border-radius: 5px;
}
@media screen and (max-width: 1900px) and (min-width: 1400px) {
	.menu-item-814 .sub-menu{
		left: -247px;
		display:none;
	}
	.menu-item-814:hover .sub-menu{
		left: -247px;
		display:block;
	}
	.menu-item-816 .sub-menu{
		left: -285px;
		display:none;
	}
	.menu-item-816:hover .sub-menu{
		left: -285px;
		display:block;
	}
}
@media screen and (max-width: 1399px) and (min-width: 1250px) {
	.menu-item-814 .sub-menu{
		left: -247px;
		display:none;
	}
	.menu-item-814:hover .sub-menu{
		left: -247px;
		display:block;
	}
	.menu-item-816 .sub-menu{
		left: -285px;
		display:none;
	}
	.menu-item-816:hover .sub-menu{
		left: -235px;
		display:block;
	}
}
/*  @media screen and (max-width: 1500px) and (min-width: 1286px) {
	.menu-item-623 .sub-menu{
		left: -247px;
		display:none;
	}
	.menu-item-623:hover .sub-menu{
		left: -247px;
		display:block;
	}
	.menu-item-623 .sub-menu{
		left: -285px;
		display:none;
	}
	.menu-item-623:hover .sub-menu{
		left: -285px;
		display:block;
	}
}  */
@media screen and (max-width: 650px){
	.togetherBody h5{
		border-radius: 50% !important;
		font-size: 28px !important;
		line-height: 30px !important;
		height: 100% !important;
		padding: 22px 0px !important;
	}
}
/* @media (max-width: 768px) {
	.topNavToggleBtn{
		display:block !important;
	}
} */
@media (max-width: 600px) {
	.topNavToggleBtn{
		display:block !important;
	}
	.topbarlinksbox {
		width:100% !important;
		float: left;
	}
	#topNavbarToggle{
		padding:20px 0px;
	}
	.topBarLinks ul{
		width:100% !important;
	}
	.header .row {
		display: flex;
		flex-wrap: wrap;
	}

	.outsourcingInner .container:after{
		top: -37px;
		left: 15%;
		width: 74%;
	}
	.outsourcingBanner{
		background-size:cover !important
	}
}

@media screen and (max-width: 768px) and (min-width: 600px) {
	.collapse{
		display:block !important;
	}
	.topBarLinks ul{
		width:100%;
	}
}