/*!
 * Vitality v2.2.0 (http://themes.startbootstrap.com/vitality-v2.2.0)
 * Copyright 2013-2018 Start Bootstrap
 * Purchase a license to use this theme at (https://wrapbootstrap.com)
 */
html,
body {
	height: 100%;
}

hr {
	max-width: 100px;
	height: 2px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

hr.colored {
	border-color: #0A8FD5;
}

@media (min-width: 992px) {
	hr {
		max-width: 150px;
	}
}

section.page-section {
	padding: 100px 0;
}

@media (max-width: 767px) {
	section.page-section {
		padding: 75px 0;
	}
}

::-webkit-input-placeholder {
	font-weight: 300;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

:-moz-placeholder {
	font-weight: 300;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

::-moz-placeholder {
	font-weight: 300;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

:-ms-input-placeholder {
	font-weight: 300;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body {
	font-weight: 300;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a {
	color: inherit;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

a:hover,
a:focus {
	color: #075e8c;
	text-decoration: none;
}

p {
	font-size: 18px;
	line-height: 1.5;
}

p.lead {
	font-size: 24px;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 900;
	/*text-transform: uppercase;*/
}

@media (min-width: 768px) {
	h1 {
		font-size: 52px;
	}

	h2 {
		font-size: 48px;
	}
}

#mainNav {
	background-color: #222;
}

#mainNav .navbar-toggler {
	padding: 15px;
	color: white;
	font-size: 14px;
}

#mainNav .navbar-toggler:focus,
#mainNav .navbar-toggler:hover {
	color: #222;
	background-color: white;
}

#mainNav .navbar-brand {
	color: white;
	font-size: 24px;
	line-height: 44px;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

#mainNav .navbar-brand img {
	height: 40px;
}

#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link {
	padding-top: 15px;
	padding-bottom: 15px;
	color: white;
}

#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link:focus,
#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link:hover {
	color: rgba(255, 255, 255, 0.5);
}

#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active,
#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:focus,
#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:hover {
	color: #0A8FD5;
}

@media (min-width: 992px) {
	#mainNav {
		height: auto;
		padding: 30px 0;
		-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
		transition: padding-top 0.3s, padding-bottom 0.3s;
		background-color: transparent;
	}

	#mainNav.navbar-shrink {
		padding: 5px 0;
		background-color: #222;
	}

	#mainNav .navbar-brand {
		font-size: 26px;
		line-height: 50px;
	}

	#mainNav .navbar-brand img {
		height: 46px;
	}

	#mainNav .navbar-collapse .navbar-nav > .nav-item {
		margin-right: 5px;
	}

	#mainNav .navbar-collapse .navbar-nav > .nav-item:last-child {
		margin-right: 0;
	}

	#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link {
		padding: 15px;
	}

	#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active,
	#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:focus,
	#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:hover {
		color: #0A8FD5;
		border-radius: 0;
		border-radius: 5px;
		background-color: white;
	}
}

header.masthead {
	position: relative;
	padding-top: 150px;
	padding-bottom: 150px;
	background-color: #222;
	background-size: cover;
	background-attachment: scroll;
}

@media (min-width: 1024px) {
	header.masthead {
		background-attachment: fixed;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
	header.masthead {
		background-attachment: scroll;
	}
}

header.masthead .masthead-img {
	max-width: 150px;
	max-height: 150px;
}

header.masthead .masthead-title {
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 500;	
	text-transform: inherit;
}

header.masthead .masthead-subtitle {
	font-size: 2rem;
	line-height: 2rem;
}

header.masthead .scroll-down {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

header.masthead .scroll-down .btn {
	font-size: 30px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	padding: 0;
	letter-spacing: normal;
	color: white;
	border: 2px solid white;
	border-radius: 100% !important;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

header.masthead .scroll-down .btn:hover {
	color: rgba(255, 255, 255, 0.5) !important;
	border-color: rgba(255, 255, 255, 0.5);
	outline: none;
}

header.masthead .scroll-down .btn:active,
header.masthead .scroll-down .btn:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5) !important;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5) !important;
}

@media (min-width: 992px) {
	header.masthead {
		height: 100vh;
		min-height: 700px;
		padding-top: 0;
		padding-bottom: 0;
	}

	header.masthead .masthead-img {
		max-width: 250px;
		max-height: 250px;
	}

	header.masthead .masthead-title {
		font-size: 3rem;
		line-height: 5rem;
	}

	header.masthead .masthead-subtitle {
		font-size: 2rem;
		line-height: 2rem;
	}
}

header.video {
	background: #222;
	overflow: hidden;
}

header.video .overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background: black;
}

header.video .container {
	position: relative;
}

header.video .container,
header.video .scroll-down {
	z-index: 999;
}

header.video video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: auto;
	z-index: 0;
	/*-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);*/
}

@media all and (max-device-width: 1024px) {
	header.video {
		display: none
		background: url("../img/agency/backgrounds/bg-mobile-fallback.jpg") #222 no-repeat center center scroll;
	}

}

/* .carousel-common .item {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #222222;
  border-radius: 20px
} */

/* .carousel-common .item .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height:65.9%;
  opacity: .5;
  background-color: #222;
  display:none;
} */
.carousel-common.carousel-common-leadership .item .overlay {
	height: 67.9%;
}

.carousel-common .item .team-caption {
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: -103px;
	width: 100%;
	margin: auto;
	padding: 15px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: rgba(255, 255, 255, 0.7);
	/* height:185px; atul-change */
	height: 140px;
}

.carousel-common.carousel-common-leadership .item .team-caption {
	/* bottom:-115px atul-change */
	bottom: -115px
}

.carousel-common .item .team-caption i {
	color: #ffffff;
}

.carousel-common .item .team-caption h3 {
	margin: 0;
	color: #ffffff;
	font-size: 22px;
}

.carousel-common .item .team-caption a.btn {
	color: #0A8FD5;
	border-color: #0A8FD5;
}

.carousel-common .item .team-caption hr {
	max-width: 50px;
	margin: 5px auto;
}

.carousel-common .item .team-caption p {
	margin: 0;
	color: #ffffff;
}

.carousel-common .item .team-caption .list-team-social {
	margin: 8px 0;
	padding: 0;
}

.carousel-common .item .team-caption .list-team-social li a {
	color: rgba(255, 255, 255, 0.7);
}

.carousel-common .item .team-caption .list-team-social li a:hover,
.carousel-common .item .team-caption .list-team-social li a:focus {
	color: white;
}

/* TWO PERSON CAROUSEL */
.carousel-common-two .item {
	position: relative;
	margin-right: 15px;
	margin-left: 15px;
	height: 400px;
	width: 100%
}

.carousel-common-two .item .overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #FFF;
}

.carousel-common-two .item .team-caption {
	position: absolute;
	z-index: 2;
	top: 82%;
	left: 50%;
	width: 100%;
	margin: auto;
	padding: 15px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: rgba(255, 255, 255, 0.7);
}

.carousel-common-two .item .team-caption h3 {
	margin: 0;
}

.carousel-common-two .item .team-caption hr {
	max-width: 50px;
	margin: 5px auto;
}

.carousel-common-two .item .team-caption p {
	margin: 0;
}

.carousel-common-two .item .team-caption .list-team-social {
	margin-top: 5px;
}


.carousel-common-two .item .team-caption .list-team-social li a {
	color: rgba(255, 255, 255, 0.7);
}

.carousel-common-two .item .team-caption .list-team-social li a:hover,
.carousel-common .item .team-caption .list-team-social li a:focus {
	color: white;
}

/* */

.call-to-action {
	padding: 100px 0;
	text-align: center;
	color: white;
	background-color: #363740;
	background-size: cover;
	background-attachment: scroll;
}

@media (min-width: 1024px) {
	.call-to-action {
		background-attachment: fixed;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
	.call-to-action {
		background-attachment: scroll;
	}
}

.call-to-action span.quote {
	font-size: 30px;
	font-weight: 300;
	line-height: 32px;
	display: block;
}

@media (min-width: 768px) {
	.call-to-action {
		padding: 100px 0;
	}

	.call-to-action span.quote {
		font-size: 36px;
		line-height: 38px;
	}
}

@media (min-width: 992px) {
	.call-to-action span.quote {
		font-size: 40px;
		line-height: 42px;
	}
}

.services .media {
	margin-bottom: 30px;
}

.services .media i.fa {
	font-size: 30px;
	line-height: 70px;
	width: 75px;
	height: 75px;
	text-align: center;
	border: 3px solid #222;
}

.services .media .media-body {
	min-width: none;
	padding-left: 15px;
}

.services .media .media-body h3 {
	margin-bottom: 15px;
}

.services .media .media-body ul {
	padding: 0;
	list-style: inside;
}

.services .media .media-body ul li {
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	.services .media {
		margin-bottom: 0;
	}
}

.portfolio-carousel {
	padding: 0;
	color: white;
	background-color: #222;
}

.portfolio-carousel .item {
	padding: 75px 30px;
	text-align: center;
	background-color: #222;
	background-size: cover;
}

.portfolio-carousel .item .project-details .project-name {
	font-size: 40px;
	line-height: 40px;
	display: block;
	margin-bottom: 5px;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 900;
	text-transform: inherit;
}

.portfolio-carousel .item .project-details .project-description {
	font-size: 18px;
	line-height: 18px;
	display: block;
}

.portfolio-carousel .item .device-container {
	padding: 25px;
}

@media (min-width: 768px) {
	.portfolio-carousel .item {
		padding: 155px 30px 50px 30px;
		text-align: left;
	}

	.portfolio-carousel .item .project-details img.client-logo {
		margin: 0 auto 25px 0;
	}

	.portfolio-carousel .item .project-details .project-name {
		font-size: 38px;
		line-height: 50px;
		display: block;
	}

	.portfolio-carousel .item .project-details .project-description {
		font-size: 20px;
		line-height: 20px;
	}

	.portfolio-carousel .item hr.colored {
		margin: 20px auto 20px 0;
	}
}

.portfolio-gallery .item {
	padding: 15px;
}

.portfolio-modal {
	background-size: cover;
	background-attachment: scroll;
}

@media (min-width: 1024px) {
	.portfolio-modal {
		background-attachment: fixed;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
	.portfolio-modal {
		background-attachment: scroll;
	}
}

.portfolio-modal .modal-backdrop {
	display: none;
}

.portfolio-modal .modal-dialog {
	max-width: none;
}

.portfolio-modal .modal-dialog .modal-content {
	min-height: 100%;
	padding: 100px 0;
	text-align: center;
	color: white;
	border: none;
	border-radius: 0;
	background: transparent;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.portfolio-modal .modal-dialog .modal-content h2 {
	font-size: 46px;
	margin: 0;
}

.portfolio-modal .modal-dialog .modal-content {
	margin: 0;
}

.portfolio-modal .modal-dialog .modal-content .item-details {
	margin: 30px 0;
}

.portfolio-modal .modal-dialog .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	cursor: pointer;
	background-color: transparent;
}

.portfolio-modal .modal-dialog .close-modal:hover {
	opacity: 0.3;
}

.portfolio-modal .modal-dialog .close-modal .lr {
	/* Safari and Chrome */
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	/* IE 9 */
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: white;
}

.portfolio-modal .modal-dialog .close-modal .lr .rl {
	/* Safari and Chrome */
	z-index: 1052;
	width: 1px;
	height: 75px;
	/* IE 9 */
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: white;
}

.mockup-carousel .item {
	margin: 0;
	padding: 0;
}

.mockup-carousel .item img {
	margin: 0;
}

.portfolio-grid .mix {
	float: left;
	overflow: hidden;
	width: 48%;
	margin: 1%;
}

.portfolio-grid .mix .portfolio-wrapper {
	position: relative !important;
	overflow: hidden;
	cursor: pointer;
	background: #222;
}

.portfolio-grid .mix .portfolio-wrapper img {
	position: relative;
	max-width: 100%;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.portfolio-grid .mix .portfolio-wrapper img:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.portfolio-grid .mix .portfolio-wrapper .caption {
	position: absolute;
	bottom: -75px;
	width: 100%;
	height: 75px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.portfolio-grid .mix .portfolio-wrapper .caption .caption-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0A8FD5;
}

.portfolio-grid .mix .portfolio-wrapper .caption .caption-text {
	position: relative;
	z-index: 500;
	padding: 15px 8px;
	color: white;
}

.portfolio-grid .mix .portfolio-wrapper .caption .caption-text a.text-title {
	color: white;
}

.portfolio-grid .mix .portfolio-wrapper .caption .caption-text .text-category {
	font-size: 12px;
	display: block;
}

.portfolio-grid .mix:hover .portfolio-wrapper .caption {
	bottom: 0;
}

@media (min-width: 768px) {
	.portfolio-grid .mix {
		width: 31%;
		margin: 1%;
	}
}

.testimonials {
	text-align: center;
}

.testimonials .testimonials-carousel .item .testimonial-img {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.testimonials .testimonials-carousel .item .testimonial-img img {
	vertical-align: baseline;
}

.testimonials .testimonials-carousel .item .testimonial-author {
	display: inline-block;
}

.testimonials .testimonials-carousel .item .testimonial-author .name {
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

.testimonials .testimonials-carousel .item .testimonial-author hr.colored {
	max-width: 50px;
	margin: 3px auto;
}

.testimonials .testimonials-carousel .item .testimonial-author p {
	margin: 0;
}

.testimonials .testimonials-carousel .item .testimonial-author .stars {
	color: #f1c40f;
}

@media (min-width: 992px) {
	.testimonials .testimonials-carousel .item {
		padding: 0 100px;
	}
}

.pricing {
	color: white;
	background-color: #222;
	background-size: cover;
	background-attachment: scroll;
}

@media (min-width: 1024px) {
	.pricing {
		background-attachment: fixed;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
	.pricing {
		background-attachment: scroll;
	}
}

.pricing .pricing-item {
	z-index: 1;
	margin-bottom: 30px;
	padding: 30px;
	text-align: left;
	color: #222;
	background: white;
	-webkit-box-shadow: 0 0 30px 5px rgba(34, 34, 34, 0.75);
	box-shadow: 0 0 30px 5px rgba(34, 34, 34, 0.75);
}

.pricing .pricing-item h3 {
	margin: 0;
}

.pricing .pricing-item hr {
	max-width: 100px;
}

.pricing .pricing-item .price {
	margin-bottom: 20px;
	text-align: center;
}

.pricing .pricing-item .price .number {
	font-size: 50px;
	font-weight: 900;
}

.pricing .pricing-item .price .number sup {
	font-size: 20px;
}

.pricing .pricing-item .list-group-item {
	border-radius: 0;
}

@media (min-width: 992px) {
	.pricing .pricing-item {
		margin-bottom: 0;
	}

	.pricing .pricing-item.featured-first {
		margin-top: 0px;
		margin-right: 0px;
	}

	.pricing .pricing-item.featured {
		/*    position: absolute;*/
		left: 0;
		width: 100%;
		margin: 0;
		padding: 45px 30px;
	}

	.pricing .pricing-item.featured-last {
		margin-top: 0px;
		margin-left: 0px;
	}
}

.signup-form .input-group .form-control {
	border: 0;
	border-color: white;
	border-radius: 0;
}

.signup-form .input-group .input-group-btn .btn {
	padding: 12px 18px;
}

.signup-form .input-group .input-group-btn .btn-primary {
	border: 0;
	border-radius: 0;
	background-color: #0A8FD5;
	font-size: 1rem;
}

.signup-form .input-group .input-group-btn .btn-primary:hover,
.signup-form .input-group .input-group-btn .btn-primary:focus {
	color: white;
	background-color: #086ea4;
}

.floating-label-form-group {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #e1e1e1;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
	z-index: 1;
	position: relative;
	padding-right: 0;
	padding-left: 0;
	border: none;
	border-radius: 0;
	font-size: 1.5em;
	background: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	resize: none;
}

.floating-label-form-group label {
	display: block;
	z-index: 0;
	position: relative;
	top: 2em;
	margin: 0;
	font-size: 0.85em;
	line-height: 1.764705882em;
	vertical-align: middle;
	vertical-align: baseline;
	opacity: 0;
	-webkit-transition: top 0.5s ease, opacity 0.5s ease;
	transition: top 0.5s ease, opacity 0.5s ease;
}

.floating-label-form-group:not(:first-child) {
	padding-left: 14px;
	border-left: 1px solid #e1e1e1;
}

.floating-label-form-group-with-value label {
	top: 0;
	opacity: 1;
}

.floating-label-form-group-with-focus label {
	color: #0A8FD5;
}

form .row:first-child .floating-label-form-group {
	border-top: 1px solid #e1e1e1;
}

footer.footer {
	padding: 50px 0 20px;
	color: rgba(255, 255, 255, 0.7);
	background-size: cover;
	background-attachment: scroll;
}

@media (min-width: 1024px) {
	footer.footer {
		background-attachment: fixed;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
	footer.footer {
		background-attachment: scroll;
	}
}

footer.footer a {
	color: rgba(255, 255, 255, 0.7);
}

footer.footer a:hover {
	color: white;
}

footer.footer p {
	font-size: 22px;
}

footer.footer .footer-contact-details {
	margin: 75px 0;
}

footer.footer .footer-social {
	margin-bottom: 75px;
}


footer.footer .copyright {
	font-size: 1rem;
}

.btn {
	font-weight: 900;
	padding: 12px 18px;
	letter-spacing: 1px;
	text-transform: inherit;
	border-radius: 0;
}

.btn-primary {
	border: 1px solid white;
	background-color: transparent;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	color: #0A8FD5 !important;
	border-color: white !important;
	background-color: white !important;
}

.btn-primary:active,
.btn-primary:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(10, 143, 213, 0.5) !important;
	box-shadow: 0 0 0 3px rgba(10, 143, 213, 0.5) !important;
}

.btn-secondary {
	border: 1px solid #222;
	background-color: transparent;
	color: #222;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
	color: white !important;
	border-color: #0A8FD5 !important;
	background-color: #0A8FD5 !important;
}

.btn-secondary:active,
.btn-secondary:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(10, 143, 213, 0.5) !important;
	box-shadow: 0 0 0 3px rgba(10, 143, 213, 0.5) !important;
}

button:hover {
	cursor: pointer;
}

.btn-full-width {
	font-size: 26px;
	font-weight: 200;
	padding: 50px 0;
	letter-spacing: normal;
	text-transform: none;
	color: white;
	border: 0;
	border-radius: 0;
	background-color: #222;
}

.btn-full-width:hover {
	color: white;
	background-color: #0A8FD5;
}

.btn-full-width:focus {
	color: white;
}

.text-primary {
	color: #0A8FD5 !important;
}

a.text-primary {
	color: #0A8FD5 !important;
}

a.text-primary:focus,
a.text-primary:hover {
	color: #075e8c !important;
}

.bg-inverse {
	background-color: #222 !important;
}

.owl-carousel.owl-theme .owl-controls {
	margin-top: 0;
}

.owl-carousel.owl-theme .owl-controls .owl-prev,
.owl-carousel.owl-theme .owl-controls .owl-next {
	font-size: 30px !important;
	line-height: 57px;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	height: 60px;
	margin: auto 0 !important;
	text-align: center;
	color: white !important;
	border-radius: 0 !important;
	background-color: #0A8FD5 !important;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.owl-carousel.owl-theme .owl-controls .owl-prev:hover,
.owl-carousel.owl-theme .owl-controls .owl-next:hover {
	opacity: 1;
}

.owl-carousel.owl-theme .owl-controls .owl-prev {
	left: 15px;
}

.owl-carousel.owl-theme .owl-controls .owl-next {
	right: 15px;
}

.owl-carousel.owl-theme .owl-controls .owl-page span {
	background: rgba(34, 34, 34, 0.5);
}

.owl-carousel.owl-theme.portfolio-carousel .owl-controls .owl-prev {
	left: 0;
}

.owl-carousel.owl-theme.portfolio-carousel .owl-controls .owl-next {
	right: 0;
}

table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

th {
	background: #F5F5F5;
}

td,
th {
	height: 53px
}

td,
th {
	border: 1px solid #DDD;
	padding: 10px;
	empty-cells: show;
}

td,
th {
	text-align: left;
}

/*td+td, th+th {
  text-align:center;
  display:none;
}*/
td.default {
	display: table-cell;
}

.bg-purple {
	border-top: 3px solid #A32362;
}

.bg-blue {
	border-top: 3px solid #0097CF;
}

.sep {
	background: #F5F5F5;
	font-weight: bold;
}

.txt-l {
	font-size: 28px;
	font-weight: bold;
}

.txt-top {
	position: relative;
	top: -9px;
	left: -2px;
}

.tick {
	font-size: 18px;
	color: #2CA01C;
}

.hide {
	border: 0;
	background: none;
}

@media (min-width: 640px) {

	td,
	th {
		display: table-cell !important;
	}

	td,
	th {
		width: 330px;

	}

	td + td,
	th + th {
		width: auto;
	}

}

/* The max width is dependant on the container (more info below) */
.popover {
	max-width: 100%;
	/* Max Width of the popover (depending on the container!) */
}

/* Button Divider */
.divider {
	width: 50px;
	height: auto;
	display: inline-block;
}

span-color {
	color: #1ba1f2;
}


/* ============================ New CSS ============================ */

.tagLine img {
	width: 55%;
}

.table-responsve.CompareAturianTable {
	width: 100%;
	overflow-x: auto;
}

.table-responsve.CompareAturianTable .table {
	margin: 0;
}

.owl-carousel.carousel-common-leadership .owl-item {
	float: none;
	display: inline-block;
}

/* .carousel-common .item { 
	/* height:500px atul-change
	height:450px
} */
.owl-carousel.carousel-common-leadership .owl-wrapper {
	width: 100% !important;
}

.text-center {
	text-align: center;
}

.portfolio-modal.profile-modal.modal {
	background: #363740;
}

.portfolio-modal.profile-modal.modal .profilePic {
	background: #ffffff;
	padding: 20px;
	margin: 10px 0 20px 0;
}

.carousel-common.team-carousel-two .item.first-block {
	margin: 0 0 0 160px;
}

.carousel-common.team-carousel-two .item.second-block {
	margin: 0 160px 0 0;
}

.carousel-common.team-carousel-two .item .overlay {
	height: 72%;
	width: 91.6%;
	left: 17px;
}

.carousel-common.team-carousel-two .first-block,
.carousel-common.team-carousel-two .second-block {
	width: 360px;
}

.carousel-common.team-carousel-two .item .team-caption {
	/* bottom:-125px; atul-change*/
	bottom: -125px;
}

.pricing .pricing-item .list-group-item ul li {
	margin: 0 0 6px 0;
}

.owl-carousel.bio-carousel {
	visibility: visible !important;
	display: block;
}

.carousel-common .list-inline-item {
	margin: 10px 0 0 0;
}

.carousel-common.team-carousel-two .list-inline-item {
	margin: 0;
}


@media only screen and (max-width: 768px) {
	footer.footer .footer-contact-details {
		margin: 75px auto;
	}

	/* .portfolio-carousel .col-md-9 {
	max-width:65%;
} */
	.portfolio-carousel .item {
		background-position: 0 0;
	}

	section.page-section {
		padding: 30px 0;
	}

	p.testimonial-text {
		padding: 0 80px;
	}

	.carousel-common.carousel-common-leadership .item .overlay {
		height: 62.9%;
	}

	#pricing .col-md-8 {
		max-width: 93%;
		flex: 0 0 93.666667%;
		margin: 0 auto;
	}

	/* .carousel-common .item .overlay {
	height:59.9%;	
} */
	.owl-carousel.owl-theme .owl-controls .owl-prev,
	.owl-carousel.owl-theme .owl-controls .owl-next {
		top: 23%;
	}

	.portfolio-carousel.owl-carousel.owl-theme .owl-controls .owl-prev,
	.portfolio-carousel.owl-carousel.owl-theme .owl-controls .owl-next {
		top: 37%;
	}

	/* .carousel-common .item .team-caption {
	bottom:-80px;
} */
	footer.footer .footer-contact-details {
		margin: 25px auto;
	}

	.carousel-common.team-carousel-two .item.first-block {
		margin: 0;
	}

	.carousel-common.team-carousel-two .item.second-block {
		margin: 0;
	}

	.carousel-common.team-carousel-two .first-block,
	.carousel-common.team-carousel-two .second-block {
		width: 315px;
	}
}


@media only screen and (min-width : 320px) and (max-width : 479px) {
	.tagLine img {
		width: 100%;
	}

	section.page-section {
		padding: 30px 0;
	}

	.CompareAturianTable table {
		table-layout: auto;
	}

	.btn-full-width.blackBtn {
		padding: 30px 20px;
		text-align: center;
		font-size: 20px;
	}

	.owl-carousel.carousel-common-two {
		margin: 0 !important;
	}

	.carousel-common-two .item {
		margin: 0;
	}

	.owl-carousel.carousel-common-two.owl-theme .owl-controls .owl-prev {
		left: 0;
		top: 0;
	}

	.owl-carousel.carousel-common-two.owl-theme .owl-controls .owl-next {
		right: 0;
		top: 0;
	}

	.owl-carousel.carousel-common.owl-theme .owl-controls .owl-prev {
		left: 0;
	}

	.owl-carousel.carousel-common.owl-theme .owl-controls .owl-next {
		right: 0;
	}

	.carousel-common-two .item .team-caption {
		top: 79%;
	}

	.carousel-common {
		margin: 0 !important;
	}

	.carousel-common .item {
		margin: 0;
	}

	.container.supplier-advisory-board {
		padding: 0;
	}

	.container.distributor-advisory-board {
		padding: 0;
	}

	.container.distributor-advisory-board h2 {
		margin: 15px 0 0 0;
	}

	.table-responsve.CompareAturianTable {
		border: solid 1px #dee2e6;
	}

	.table-responsve.CompareAturianTable table tr td:first-child,
	.table-responsve.CompareAturianTable table tr td:last-child,
	.table-responsve.CompareAturianTable table tr th:first-child,
	.table-responsve.CompareAturianTable table tr th:last-child {
		border-left: 0;
		border-right: 0;
	}

	.table-responsve.CompareAturianTable table tr:first-child td,
	.table-responsve.CompareAturianTable table tr:first-child th {
		border-top: 0;
	}

	.table-responsve.CompareAturianTable table tr:last-child td {
		border-bottom: 0;
	}

	header.masthead .masthead-subtitle {
		font-size: 1.2rem;
	}

	.h2,
	h2 {
		font-size: 1.6rem;
	}

	.h3,
	h3 {
		font-size: 1.3rem;
	}

	p {
		font-size: 16px;
	}

	.table-responsve.CompareAturianTable {
		font-size: 0.95rem;
	}

	.table-responsve.CompareAturianTable .fa-lg {
		font-size: 1em;
	}

	.carousel-common-two .item .overlay {
		background: #000000;
		opacity: 0.3;
		height: 96%;
	}

	.carousel-common-two .item .team-caption h3 {
		font-size: 1.3rem;
	}

	.carousel-common .item .team-caption {
		bottom: -80px;
	}

	.carousel-common.carousel-common-leadership .item .team-caption {
		bottom: -80px;
	}

	.carousel-common .item .overlay {
		height: 76.9%;
	}

	.carousel-common.carousel-common-leadership .item .overlay {
		height: 76.9%;
	}

	.call-to-action span.quote {
		font-size: 22px;
	}

	.portfolio-carousel .item .project-details .project-name {
		font-size: 30px;
	}

	p.lead {
		font-size: 21px;
	}

	.floating-label-form-group input,
	.floating-label-form-group textarea {
		font-size: 1em;
	}

	footer.footer p {
		font-size: 18px;
	}

	.table-responsve.CompareAturianTable td,
	.table-responsve.CompareAturianTable th {
		padding: .50rem;
	}

	/* .carousel-common .item {
	height:450px
} */
	.owl-carousel.carousel-common-leadership .owl-wrapper {
		width: 400px !important;
	}

	.call-to-action {
		padding: 50px 0;
		background-position: -36px center;
		background-image: none !important;
	}

	.portfolio-carousel .item {
		padding: 50px 30px;
	}

	.owl-carousel.owl-theme .owl-controls .owl-prev,
	.owl-carousel.owl-theme .owl-controls .owl-next {
		top: 5%;
	}

	.portfolio-carousel.owl-carousel.owl-theme .owl-controls .owl-prev,
	.portfolio-carousel.owl-carousel.owl-theme .owl-controls .owl-next {
		top: -8%;
	}

	.portfolio-modal .modal-dialog .modal-content h2 {
		font-size: 25px;
	}

	footer.footer .footer-contact-details {
		margin: 25px auto;
	}

	/* .carousel-common .item {
	height:550px;
} */
	.carousel-common.team-carousel-two .first-block,
	.carousel-common.team-carousel-two .second-block {
		width: 346px;
	}

	.carousel-common.team-carousel-two .item.first-block {
		margin: 0;
	}

	.carousel-common.team-carousel-two .item.second-block {
		margin: 0;
	}

	.carousel-common.team-carousel-two.owl-theme .owl-controls .owl-prev,
	.carousel-common.team-carousel-two.owl-theme .owl-controls .owl-next {
		top: 10%;
	}

	.carousel-common.team-carousel-two .item .team-caption {
		bottom: -90px;
	}

	.owl-carousel.owl-theme.bio-carousel .owl-controls .owl-prev {
		left: -28px;
	}

	.owl-carousel.owl-theme.bio-carousel .owl-controls .owl-next {
		right: -28px;
	}
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {

	/* .carousel-common .item {
	height:550px;
} */
	/* .carousel-common .item .team-caption {
	bottom:-110px;
}
.carousel-common.carousel-common-leadership .item .team-caption {
	bottom:-110px;
} */
	.carousel-common.team-carousel-two .first-block,
	.carousel-common.team-carousel-two .second-block {
		width: 385px;
	}

	.carousel-common.team-carousel-two .item.first-block {
		margin: 0;
	}

	.carousel-common.team-carousel-two .item.second-block {
		margin: 0;
	}

	.carousel-common.team-carousel-two.owl-theme .owl-controls .owl-prev,
	.carousel-common.team-carousel-two.owl-theme .owl-controls .owl-next {
		top: 5%;
	}

	.carousel-common.team-carousel-two .item .team-caption {
		bottom: -110px;
	}

	.owl-carousel.owl-theme.bio-carousel .owl-controls .owl-prev {
		left: -28px;
	}

	.owl-carousel.owl-theme.bio-carousel .owl-controls .owl-next {
		right: -28px;
	}
}

@media only screen and (max-width: 320px) {
	.tagLine img {
		width: 100%;
	}

	section.page-section {
		padding: 30px 0;
	}

	.CompareAturianTable table {
		table-layout: auto;
	}

	.btn-full-width.blackBtn {
		padding: 20px 20px;
		text-align: center;
		font-size: 16px;
	}

	.owl-carousel.carousel-common-two {
		margin: 0 !important;
	}

	.carousel-common-two .item {
		margin: 0;
	}

	.owl-carousel.carousel-common-two.owl-theme .owl-controls .owl-next {
		right: 0;
		top: -120px;
	}

	.owl-carousel.carousel-common-two.owl-theme .owl-controls .owl-prev {
		left: 0;
		top: -120px;
	}

	.owl-carousel.carousel-common.owl-theme .owl-controls .owl-prev {
		left: 0;

	}

	.owl-carousel.carousel-common.owl-theme .owl-controls .owl-prev {
		left: 0;
	}

	.owl-carousel.carousel-common.owl-theme .owl-controls .owl-next {
		right: 0;
	}

	.carousel-common .item .team-caption {
		bottom: -70px;
	}

	.carousel-common .item .overlay {
		height: 57.9%;
	}

	.carousel-common.carousel-common-leadership .item .overlay {
		height: 57.9%;
	}

	.carousel-common {
		margin: 0 !important;
	}

	.carousel-common .item {
		margin: 0;
	}

	.container.supplier-advisory-board {
		padding: 0;
		margin: -25px 0 0 0;
	}

	.container.distributor-advisory-board {
		padding: 0;
	}

	.container.distributor-advisory-board h2 {
		margin: 15px 0 0 0;
	}

	.table-responsve.CompareAturianTable {
		border: solid 1px #dee2e6;
	}

	.table-responsve.CompareAturianTable table tr td:first-child,
	.table-responsve.CompareAturianTable table tr td:last-child,
	.table-responsve.CompareAturianTable table tr th:first-child,
	.table-responsve.CompareAturianTable table tr th:last-child {
		border-left: 0;
		border-right: 0;
	}

	.table-responsve.CompareAturianTable table tr:first-child td,
	.table-responsve.CompareAturianTable table tr:first-child th {
		border-top: 0;
	}

	header.masthead .masthead-subtitle {
		font-size: 1.2rem;
	}

	.h2,
	h2 {
		font-size: 1.6rem;
	}

	.h3,
	h3 {
		font-size: 1.3rem;
	}

	p {
		font-size: 16px;
	}

	.table-responsve.CompareAturianTable {
		font-size: 0.95rem;
	}

	.table-responsve.CompareAturianTable .fa-lg {
		font-size: 1em;
	}

	.carousel-common-two .item .overlay {
		background: #000000;
		opacity: 0.3;
		height: 73%;
	}

	.carousel-common-two .item .team-caption h3 {
		font-size: 1rem;
	}

	.call-to-action span.quote {
		font-size: 22px;
	}

	.portfolio-carousel .item .project-details .project-name {
		font-size: 30px;
	}

	p.lead {
		font-size: 21px;
	}

	.floating-label-form-group input,
	.floating-label-form-group textarea {
		font-size: 1em;
	}

	footer.footer p {
		font-size: 18px;
	}

	.navbar-brand {
		margin: 0;
	}

	.table-responsve.CompareAturianTable td,
	.table-responsve.CompareAturianTable th {
		padding: .50rem;
	}

	.testimonial-text {
		padding: 0 50px;
	}

	.portfolio-modal.profile-modal .modal-dialog .modal-content h2 {
		font-size: 28px;
	}

	.portfolio-modal .modal-dialog .close-modal {
		top: 0;
		right: 0;
	}

	.portfolio-modal .modal-dialog .modal-content {
		padding: 50px 0;
	}

	.portfolio-modal.profile-modal.modal .profilePic {
		padding: 10px;
	}

	.pricing .pricing-item {
		padding: 20px;
	}

	.owl-carousel.owl-theme .owl-controls .owl-prev,
	.owl-carousel.owl-theme .owl-controls .owl-next {
		top: 10%;
	}

	.portfolio-carousel.owl-carousel.owl-theme .owl-controls .owl-prev,
	.portfolio-carousel.owl-carousel.owl-theme .owl-controls .owl-next {
		top: 37%;
	}

	footer.footer .footer-contact-details {
		margin: 15px auto;
	}

	/* .carousel-common .item {
		height: 500px;
	} */

	.carousel-common.team-carousel-two .first-block,
	.carousel-common.team-carousel-two .second-block {
		width: 290px;
	}

	.carousel-common.team-carousel-two .item.first-block {
		margin: 0;
	}

	.carousel-common.team-carousel-two .item.second-block {
		margin: 0;
	}

	.carousel-common.team-carousel-two.owl-theme .owl-controls .owl-prev,
	.carousel-common.team-carousel-two.owl-theme .owl-controls .owl-next {
		top: 10%;
	}

	.carousel-common.team-carousel-two .item .team-caption {
		bottom: -90px;
	}

	.owl-carousel.owl-theme.bio-carousel .owl-controls .owl-prev {
		left: -28px;
	}

	.owl-carousel.owl-theme.bio-carousel .owl-controls .owl-next {
		right: -28px;
	}
}



/*By sunlimetech*/
/* all teams carousel (Leadership,Supplier Advisory Board, and Distributor Advisory Board)classes anything else in the file is useless now. */

.owl-carousel.team-carousel.bg-grey {
	background-color: #ccc;
	border-radius: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/*center aligh items if less than three cards*/
@media (min-width:479px){
	.owl-carousel.centered-team-carousel .owl-wrapper-outer {
		overflow: hidden;
		position: relative;
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-content: stretch;
		align-items: center;
		height: 100%;
	}
	.owl-carousel.centered-team-carousel .owl-wrapper-outer .owl-wrapper {
		display: flex  !important;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-content: stretch;
		align-items: center;
		height: 100%;
	} 
} 
.carousel-common.owl-carousel .card a {
	outline: 0;
}

.carousel-common.owl-carousel .card {
	margin: 0 15px;
	border-radius: 20px;
}

.carousel-common.owl-carousel .card img.thumbnail {
	border-radius: 20px 20px 0 0;
}

.carousel-common.owl-carousel .card .card-body {
	background-color: #222222;
	border-radius: 0 0 20px 20px;
}

.carousel-common.owl-carousel .card .card-body h3 {
	color: #ffffff;
	font-size: 22px;
}

.carousel-common.owl-carousel .card .card-body .designation {
	color: #ffffff;
	margin-bottom: 0;
}

.carousel-common.owl-carousel .card .card-body a {
	color: #ffffff;
	outline: 0;
}

.carousel-common.owl-carousel hr.colored {
	border-color: #0A8FD5;
	max-width: 50px;
}

@media only screen and (min-width : 320px) and (max-width : 479px) {
	.owl-carousel.team-carousel.bg-grey {
		background-color: #f8f9fa;
	}

	.carousel-common.owl-carousel .card {
		margin: 0;
	}
}

/* Portfolio  classes after removing backgrounds */
.portfolio-carousel .item.bg1 {
	background: #1c1d21;
}

.portfolio-carousel .item.bg2 {
	background: #726f59;
}

.portfolio-carousel .item.bg3 {
	background: #6b787d;
}

.portfolio-carousel .item.bg4 {
	background: #726f59;
}

.portfolio-carousel .item.bg5 {
	background: #6e9174;
}

.portfolio-carousel .item.bg6 {
	background: #886e91;
}

.bg1 {
	background: #1c1d21;
}

.bg2 {
	background: #726f59;
}

.bg3 {
	background: #6b787d;
}

.bg4 {
	background: #726f59;
}

.bg5 {
	background: #6e9174;
}

.bg6 {
	background: #886e91;
}

/* Pricing */
.number span {
	margin: -11px;
}
/*   Header CSS */
.header-video {
  position: relative;
  overflow: hidden;
}

.header-video iframe,
.header-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.header-video iframe {
  height: 100%;
  width: 100%;
}

.header-video video {
  width: 100%;
}

.header-video__teaser-video {
  width: 100%;
  height: auto; 
}

.header-video__media {
  width: 100%;
  height: auto;
}