@charset "utf-8";

html, body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: 'Open Sans', arial, sans-serif;
	color: #181617;
	font-size: 16px;
}

section, .section {
	display: block;
	padding: 60px 0 70px;
}

.section-dark {
	background-color: #181617;
	color: #ffffff;
}

body section:last-of-type {
	padding-bottom: 100px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat', arial, sans-serif;
	line-height: 1.4;
}

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

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

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

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

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

.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark .h1, .section-dark .h2, .section-dark .h3, .section-dark .h4 {
	color: #FFFFFF;
}

p {
	margin-bottom: 1rem;
}

a, a:hover, a:focus {
	color: #e11f27;
}

b, strong {
	font-weight: 700;
}

h1 strong, h2 strong, h3 strong, h4 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong {
	font-weight: 700;
}

.fops {
	font-family: 'Open Sans', arial, sans-serif !important;
}

.fmon {
	font-family: 'Montserrat', arial, sans-serif !important;
}

.fs13 {
	font-size: 13px !important;
}

.fs14 {
	font-size: 14px !important;
}

.fs16 {
	font-size: 16px !important;
}

.fw400 {
	font-weight: 400 !important;
}

.fw600 {
	font-weight: 600 !important;
}

.grey-bg {
	background-color: #f3f3f3 !important;
}

.dark-bg {
	background-color: #eaeaea !important;
}

.red-bg {
	background-color: #e11f27 !important;
	color: #ffffff;
}

.blue-bg {
	background-color: #175c95;
	!important; color: #ffffff;
}

.slate-bg {
	background-color: #444444 !important;
	color: #ffffff;
}

.black-bg {
	background-color: #181617 !important;
	color: #ffffff;
}

.black-bg a {
	color: #ffffff;
}

.bg-lt {
	background-position: left top;
}

.bg-rt {
	background-position: right top;
}

.bg-center {
	background-position: center center;
}

.text-red {
	color: #e11f27 !important;
}

.text-black {
	color: #181617 !important;
}

.text-white {
	color: #ffffff !important;
}

.text-normal {
	text-transform: none !important;
}

.img-caption {
	font-size: 13px;
	line-height: 1.5;
	color: #333;
	margin: 5px;
}

.border-t-red {
	border-top: 6px solid #e11f27 !important;
}

.hover-shadow, .box-scale {
	transition: all 0.3s;
}

.box-shadow {
	-webkit-box-shadow: 0px 15px 50px -25px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 15px 50px -25px rgba(0,0,0,0.5);
	box-shadow: 0px 15px 50px -25px rgba(0,0,0,0.5);
	transition: all 0.3s;
}

.box-shadow:hover, .hover-shadow:hover {
	-webkit-box-shadow: 0px 15px 25px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 15px 25px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 15px 25px 5px rgba(0,0,0,0.3);
}

.box-scale:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.table-borderless td, .table-borderless th {
	border: 0;
	padding: 10px;
}
/*Main Nav Styling*/
.navbar-main.navbar {
	padding: .5rem 0;
	background-color: transparent !important;
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%;
}

.navbar-main .navbar-brand img {
	max-width: 150px;
}

.navbar-main #main-menu {
	margin-left: 6%;
}

.navbar-main #main-menu > li {
	padding: 0 20px;
}

.navbar-main #main-menu > li > a {
	background-color: transparent;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 600;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 0px 10px 0px;
	position: relative;
}

.navbar-main #main-menu > li > a.dropdown-toggle::after {
	display: none;
}

.navbar-main #main-menu > li > a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	top: 100%;
	left: 0;
	background-color: #e11f27;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	transition: all 0.3s ease-in-out 0s;
}

.navbar-main #main-menu > li > a:hover::before, .navbar-main #main-menu > li.dropdown.show > a::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.contact-ppc .desk-only {
	display: inline-block !important;
	color: #ffffff;
	font-size: 30px;
	float: left;
	margin-right: 10px;
	margin-top: 9px;
}

.contact-ppc a {
	border: medium none;
	border-radius: 3px;
	color: #fff;
	display: table-cell;
	height: 50px;
	line-height: 1.3 !important;
	text-transform: text-uppercase;
	vertical-align: middle !important;
	width: 95% !important;
	text-decoration: none;
	text-align: left;
}

.contact-ppc a strong {
	font-size: 18px;
}
/*Banner Styling*/
.banner-cont {
	background-color: #ebeff1;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: auto !important;
	margin-top: 0;
	padding: 10rem 0 5rem;
	min-height: 80vh;
}

.banner-small {
	min-height: 30vh;
}

.banner-carousel .banner-carousel-bg {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-carousel .carousel-item {
	height: 42rem;
	min-height: 80vh;
}

.banner-carousel .carousel-item .carousel-caption {
	width: 95%;
	left: auto;
	right: auto;
	bottom: initial;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.banner-carousel .carousel-indicators {
	bottom: 7%;
}

.banner-carousel .carousel-indicators li {
	height: 7px;
}

.banner-carousel .carousel-indicators .active {
	background-color: #e11f27;
}

.banner-carousel .carousel-control-next, .banner-carousel .carousel-control-prev {
	z-index: 1;
	width: 5%;
}

.banner-carousel .carousel-item .small-title, .banner-cont .small-title {
	font-size: 17px;
}

.banner-carousel .carousel-item h1, .banner-carousel .carousel-item .h1, .banner-cont h1, .banner-cont .h1 {
	font-size: 52px;
	font-weight: 700;
	line-height: 1.15;
}

.banner-carousel .carousel-item h1.small, .banner-cont h1.small {
	font-size: 40px;
	line-height: 1.1 !important;
	font-weight: 700 !important;
}

.banner-carousel .carousel-item i, .banner-cont i {
	font-style: normal;
}

.banner-carousel .carousel-item h2, .banner-carousel .carousel-item .h2, .banner-cont h2, .banner-cont .h2 {
	font-size: 28px;
	font-weight: 500;
	margin: 4% 0 6%;
}

.actions-bar {
	padding: 0;
	background-color: #f3f3f3;
	position: sticky;
	top: 0;
	z-index: 11;
}

.actions-bar.actionbar-fixed {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.actions-bar .btn + .btn {
	margin-left: 5px;
}

.actions_list {
	max-height: 75px;
	overflow: hidden;
}

.actions_list li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Montserrat', arial, sans-serif;
}

.actions_list li a {
	padding: 20px 15px 21px;
	color: #181617;
	position: relative;
	line-height: 2.5;
}

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

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

.actions_list li a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 1px;
	left: 0;
	background-color: #e11f27;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	transition: all 0.3s ease-in-out 0s;
}

.actions_list li a.active::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
/*Buttons Styling*/
.btn {
	font-family: 'Montserrat', arial, sans-serif;
	border-radius: 2px;
	padding: 15px 15px;
	font-weight: 600;
	border: none;
	transition-duration: 0.3s;
	transition-property: background, border;
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
	line-height: 1.4;
}

.btn:before, #goTop:before, .btn::before, #goTop::before, .vc-darkhoverbox-link a::before {
	transition: transform 0.35s cubic-bezier(0.162, 0.85, 0.45, 1);
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-transform: translate(-50%, -50%) scale(0);
	-moz-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	-o-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	border-radius: 50%;
	width: 110%;
	height: 0;
	padding-bottom: 110%;
}

.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus {
	box-shadow: none;
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
	color: none;
	background-color: none;
	border-color: none;
}

@media screen and (prefers-reduced-motion: reduce) {
	.btn:before, #goTop:before, .btn::before, #goTop::before, .vc-darkhoverbox-link a::before {
		transition: none;
	}
}

.btn:hover:before, #goTop:hover:before, .btn:hover::before, #goTop:hover::before, .vc-darkhoverbox-link a:hover::before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.btn-default {
	background-color: #ffffff;
	color: #181617;
	border: 1px solid #ffffff;
	box-shadow: none;
}

.btn-default:hover, .btn-default:focus, .btn-default.active {
	background-color: #ffffff;
	color: #181617;
	border: 1px solid #ffffff;
	box-shadow: none;
}

.btn-primary, .btn-primary.disabled, .btn-primary[disabled], .btn-primary.disabled:hover, .btn-primary[disabled]:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active {
	background-color: #e11f27;
	color: #ffffff;
	border: 1px solid #e11f27;
	box-shadow: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
	background-color: #e11f27;
	color: #ffffff;
	border: 1px solid #e11f27;
	box-shadow: none;
}

.btn-info, .btn-info.disabled, .btn-info[disabled], .btn-info.disabled:hover, .btn-info[disabled]:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, .btn-info.disabled:active, .btn-info[disabled]:active {
	background-color: #181617;
	color: #ffffff;
	border: 1px solid #181617;
	box-shadow: none;
}

.btn-info:hover, .btn-info:focus, .btn-info.active, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
	background-color: #181617;
	color: #ffffff;
	border: 1px solid #181617;
	box-shadow: none;
}

.btn-download, .btn-download.disabled, .btn-download[disabled], .btn-download.disabled:hover, .btn-download[disabled]:hover, .btn-download.disabled:focus, .btn-download[disabled]:focus, .btn-download.disabled:active, .btn-download[disabled]:active {
	background-color: #099e44;
	color: #ffffff;
	border: 1px solid #099e44;
	box-shadow: none;
	padding: 8px 15px 16px 15px;
}

.btn-download:hover, .btn-download:focus, .btn-download.active {
	background-color: #099e44;
	color: #ffffff;
	border: 1px solid #099e44;
	box-shadow: none;
}

.btn-download span {
	font-size: 12px;
	font-weight: 500;
	display: block;
	position: absolute;
	left: 43px;
}

.btn-download > img {
	float: left;
	margin-top: 8px;
	margin-right: 12px;
}

.btn-green, .btn-green.disabled, .btn-green[disabled], .btn-green.disabled:hover, .btn-green[disabled]:hover, .btn-green.disabled:focus, .btn-green[disabled]:focus, .btn-green.disabled:active, .btn-green[disabled]:active {
	background-color: #099e44;
	color: #ffffff;
	border: 1px solid #099e44;
	box-shadow: none;
}

.btn-green:hover, .btn-green:focus, .btn-green.active {
	background-color: #099e44;
	color: #ffffff;
	border: 1px solid #099e44;
	box-shadow: none;
}

.btn-wire {
	border-width: 1px;
	border-style: solid;
	background-color: transparent;
}

.btn-wire.btn-default {
	border-color: #ffffff;
	color: #ffffff;
}

.btn-wire.btn-default:hover, .btn-wire.btn-default:focus {
	border-color: #ffffff;
	color: #181617;
}

.btn-wire.btn-primary {
	border-color: #e11f27;
	color: #e11f27;
}

.btn-wire.btn-primary:hover, .btn-wire.btn-primary:focus {
	border-color: #e11f27;
	color: #ffffff;
}

.btn-wire.btn-info {
	border-color: #181617;
	color: #181617;
}

.btn-wire.btn-info:hover, .btn-wire.btn-info:focus, .btn-wire.btn-info.active {
	border-color: #181617;
	color: #ffffff;
}

.btn-wire.btn-download {
	border-color: #099e44;
	color: #099e44;
}

.btn-wire.btn-download:hover, .btn-wire.btn-download:focus, .btn-wire.btn-download.active {
	border-color: #099e44;
	color: #ffffff;
}

.btn-wire.btn-green {
	border-color: #099e44;
	color: #099e44;
}

.btn-wire.btn-green:hover, .btn-wire.btn-green:focus, .btn-wire.btn-green.active {
	border-color: #099e44;
	color: #ffffff;
}

.btn-wire.btn-light {
	border-color: #ffffff;
	color: #ffffff;
}

.btn > img {
	display: inline-block !important;
	max-height: 20px;
	vertical-align: middle;
	margin-right: 7px;
}

.btn > svg {
	width: 20px;
	height: 20px;
	transition: all 0.35s;
}

.btn > svg, .btn.btn-right-icon > svg {
	margin-left: 5px;
	margin-right: 0;
}

.btn.btn-left-icon > svg {
	margin-right: 5px;
	margin-left: 0;
}

.btn:hover > svg, .btn.btn-right-icon:hover > svg {
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
}

.btn.btn-left-icon:hover > svg {
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	-o-transform: translateX(-5px);
	transform: translateX(-5px);
}

.btn.btn-round {
	border-radius: 50px !important;
}

.btn-sm, .btn-xs {
	border-width: 1px !important;
}

.btn.btn-lg > img {
	height: 20px;
}

.btn-lg, .btn-group-lg > .btn {
	padding: 20px 20px;
}

.btn-lg.btn-download, .btn-group-lg > .btn.btn-download {
	padding: 11px 20px 22px;
}

.btn-lg.btn-download span, .btn-group-lg > .btn.btn-download span {
	left: 53px;
}

.btn-lg.btn-download > img, .btn-group-lg > .btn.btn-download img {
	margin-top: 11px;
	height: 24px;
	max-height: 25px;
	margin-right: 10px;
}

.btn-big, .btn-group-big > .btn {
	padding: 25px 30px;
	font-size: 24px;
}

.btn.btn-big > img {
	height: 26px;
}

.btn-big.btn-download, .btn-group-big > .btn.btn-download {
	padding: 16px 20px 32px;
}

.btn-big.btn-download span, .btn-group-big > .btn.btn-download span {
	left: 55px;
}

.btn-big.btn-download > img, .btn-group-big > .btn.btn-download img {
	margin-top: 11px;
	height: 24px;
	max-height: 26px;
	margin-right: 10px;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 8px 10px 8px;
}

.btn.btn-sm > img {
	height: 16px;
	margin-right: 7px;
}

.btn-sm.btn-download, .btn-group-sm > .btn.btn-download {
	padding: 1px 10px 9px;
}

.btn-sm.btn-download span, .btn-group-sm > .btn.btn-download span {
	left: 33px;
	bottom: 1px;
	font-size: 10px;
}

.btn-xs, .btn-group-xs > .btn {
	padding: 2px 5px;
	font-size: 12px;
}

.btn.btn-xs > img {
	height: 13px;
	margin-right: 5px;
	margin-top: 1px;
}

.light-icon, .btn-primary:hover > img, .btn-primary:focus > img, .btn-primary.active > img, .btn-download:hover > img, .btn-download:focus > img, .btn-download.active > img, .btn-green:hover > img, .btn-green:focus > img, .btn-green.active > img, .btn-info:hover > img, .btn-info:focus > img, .btn-info.active > img {
	-webkit-filter: brightness(100);
	-moz-filter: brightness(100);
	-o-filter: brightness(100);
	-ms-filter: brightness(100);
	filter: brightness(100);
}
/*Contetn Styling*/
.section-title {
	font-weight: 500;
	padding-bottom: 20px;
}

.section-title span {
	color: #e11f27;
}

.small-title {
	font-size: 20px;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #e11f27;
	margin-bottom: 10px;
}

.title-underline {
	position: relative;
	margin-bottom: 70px !important;
}

.title-underline::after {
	content: "";
	position: absolute;
	width: 100px;
	max-width: 20%;
	height: 1px;
	bottom: -10px;
	left: 0;
	border-bottom: 5px solid #e11f27;
}

.title-underline.text-center::after, .text-center > .title-underline::after, .title-underline[style*="text-align: center"]::after {
	left: 46%;
}

.bullet, .no-bullet {
	margin: 0;
	padding: 0 0 5px;
}

.bullet li {
	background-image: url("../images/bullet-colored.png");
	background-position: 0 7px;
	background-repeat: no-repeat;
	line-height: 1.5;
	list-style: outside none none;
	margin: 10px 0;
	padding: 0 0 0 20px;
	text-align: left;
}

.bullet-colored li {
	background-image: url("../images/bullet-white.png");
	background-position: 0 7px;
	padding-left: 25px;
}

.bullet-tick li {
	background-image: url("../images/bullet-tick.png");
	background-position: 0 5px;
	padding-left: 25px;
}

.bullet-green li {
	background-image: url("../images/check-icon.png");
	background-size: 19px;
	background-position: 18px 8px !important;
	padding-left: 52px;
}

.no-bullet li {
	line-height: 1.5;
	list-style: outside none none;
	margin: 10px 0;
	padding: 0px;
}

.columns-2 {
	height: auto;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	vertical-align: top;
	margin-top: 10px;
}

.columns-3 {
	height: auto;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
	vertical-align: top;
	margin-top: 10px;
}

.columns-2 li, .columns-3 li {
	margin-top: 0!important;
}
/*Service box*/
.servicebox {
	height: 100%;
	border-radius: 2px;
	border: none;
}

.servicebox.border {
	border: 1px solid #cccccc !important;
}

.servicebox.dark-box {
	background-color: #181617;
	color: #ffffff;
	min-height: 600px;
}

.servicebox.dark-box .btn-default, .servicebox.fluid-box .btn-default {
	color: #e11f27;
}

.servicebox.fluid-box {
	background-color: #000000;
	color: #ffffff;
	min-height: 480px;
	overflow: hidden;
	border-radius: 0px;
	border-right: 1px solid #fff;
}

.servicebox.fluid-box > img {
	width: 100%;
	border-radius: 0;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
}

.servicebox.fluid-box .card-img-overlay {
	padding: 3rem;
	z-index: 0;
	top: 30%;
	transition: all ease-in-out .5s;
}

.servicebox.fluid-box .card-img-overlay .h1 {
	font-size: 42px;
}

.servicebox.fluid-box .card-img-overlay .btn {
	opacity: 0;
	transition: all 0.3s ease .3s;
}

.servicebox.fluid-box:hover .card-img-overlay .btn {
	opacity: 1;
}

.servicebox.fluid-box:hover .card-img-overlay {
	z-index: 0;
	top: 15%;
}

.servicebox.padding-box {
	padding: 1rem;
}

.servicebox.padding-box .card-body, .servicebox.padding-box .card-footer {
	padding-left: 0;
	padding-right: 0;
}

.servicebox.icon-box {
	padding: 20px 16px 16px;
	-webkit-box-shadow: 0px 5px 15px -10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 15px -10px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 15px -10px rgba(0,0,0,0.5);
	transition: all 0.3s;
	overflow: hidden;
}

.servicebox.icon-box:hover {
	padding-top: 13px;
	border-top: 7px solid #e11f27 !important;
	-webkit-box-shadow: 0px 15px 50px -25px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 15px 50px -25px rgba(0,0,0,0.5);
	box-shadow: 0px 15px 50px -25px rgba(0,0,0,0.5);
}

.servicebox.icon-box .card-body {
	padding: 0;
	transition: all 0.3s;
}

.servicebox.icon-box .card-desc {
	font-size: 13px;
	margin-bottom: 2px;
	transition: all 0.3s;
}

.servicebox > img {
	transition: all ease-in-out .3s;
}

.servicebox > .hover-img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	transition: all ease-in-out .3s;
}

.servicebox.dark-box > .hover-img {
	top: auto;
}

.servicebox:hover > .hover-img {
	opacity: 1;
}

.servicebox .card-title span {
	display: block;
	clear: both;
	color: #e11f27;
}

.servicebox .card-footer {
	border: none;
	background: transparent;
}

.servicebox .card-footer .btn {
	margin-bottom: 15px;
}

.servicebox:hover .card-footer .btn-wire.btn-primary {
	background-color: #e11f27;
	color: #ffffff;
}

.section-bts {
	background-image: url('../images/banners/stellar-bts-banner.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 75vh;
	min-height: 500px;
}

.section-bts .h1 {
	line-height: 1.1;
}

.rainbow-bg {
	color: #fff;
	background: rgb(225,31,39);
	background: -moz-linear-gradient(left,  rgba(225,31,39,1) 0%, rgba(224,38,44,1) 27%, rgba(23,92,149,1) 75%, rgba(23,92,149,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(225,31,39,1) 0%,rgba(224,38,44,1) 27%,rgba(23,92,149,1) 75%,rgba(23,92,149,1) 100%);
	background: linear-gradient(to right, rgba(225,31,39,1) 0%,rgba(224,38,44,1) 27%,rgba(23,92,149,1) 75%,rgba(23,92,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e11f27', endColorstr='#175c95',GradientType=1 );
}

.counter_text {
	font-size: 60px;
	line-height: 1.3;
	padding: 0;
	margin: 0;
}

.counter_text sup {
	font-weight: normal;
	font-size: 65%;
}

.fixed_inline_list {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.fixed_inline_list li {
	display: inline-block;
	list-style: outside none none;
	margin: 0 15px 10px;
	padding: 0;
	min-height: 50px;
	vertical-align: middle;
	text-align: center;
}
/*Footer Styling*/
footer {
	background-color: #181617;
	color: #ffffff;
	padding: 60px 0 40px;
}

footer h4, footer .h4 {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

footer a {
	color: #a2a2a2;
}

footer .small, footer small {
	font-size: 13px;
	color: #a2a2a2 !important;
}

footer .ft-address {
	display: block;
	width: 100%;
	background-color: #e11f27;
	color: #ffffff;
	padding: 35px 30px 80px;
	margin-top: -110px;
	height: calc(100% + 110px);
	margin-right: 15px;
	font-size: 16px;
}

.other_links ul {
	margin: 0;
	padding: 0 0 15px;
}

.other_links li {
	list-style: none outside none;
	padding-left: 0;
	font-size: 14px;
	line-height: 1.87;
	margin-bottom: 0;
	background: none;
}

.other_links li a {
	text-decoration: none;
}

.other_links li a:hover {
	text-decoration: underline;
}

.branch-list ul {
	display: block;
	margin: 10px 0;
	padding: 0;
	text-align: left;
}

.branch-list li {
	display: inline-block;
	font-size: 13px;
	list-style: none;
	color: #a2a2a2;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	padding: 0px 6px 0px 2px;
	border-right: 1px solid #a2a2a2;
}

.branch-list li:first-child {
	padding-left: 0;
}

.branch-list li:last-child {
	border-right: none;
}

.branch-list li a {
	color: #a2a2a2;
}

.branch-list li a:hover {
	color: #e11f27;
}

.social_icons ul {
	margin: 0;
	padding: 0;
	display: table;
}

.social_icons li {
	border: none;
	display: inline-block;
	list-style: outside none none;
	margin: 0 5px 0 0;
	position: relative;
	float: left;
}

.social_icons li a {
	color: #32908f;
	padding: 10px 13px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 22px;
	transition: all 0.2s ease-in 0s;
	line-height: 1;
	width: 45px;
	border-radius: 3px;
}

.social_icons.colored li .fa {
	margin-right: auto;
	color: #fff;
	font-weight: 500;
}

.social_icons.colored .icon-facebook a {
	background-color: #3a599b;
}

.social_icons.colored .icon-twitter a {
	background-color: #14b6f1;
}

.social_icons.colored .icon-gplus a {
	background-color: #b9473a;
}

.social_icons.colored .icon-linkedin a {
	background-color: #1A7696;
}

.social_icons.colored .icon-rss a {
	background-color: #e29126;
}

.social_icons.colored .icon-youtube a {
	background-color: #b9473a;
}

.social_icons.colored .icon-green a {
	background-color: #099e44;
}
/*Review Slider*/
.dp-wrap {
	margin: 0 auto;
	position: relative;
	height: 100%;
	min-height: 500px;
}

.dp-wrap .dp-slider .dp-item:first-child {
	z-index: 5 !important;
	transform: rotateY(0deg) translate(0) scale(1) !important;
}

.dp-wrap .dp-item[data-position="2"] {
	z-index: 4;
	transform: rotateY(0deg) translateX(0%) scaleX(1.3) scaleY(.8);
	opacity: .7;
}

.dp-wrap .dp-item[data-position="3"] {
	z-index: 3;
	transform: rotateY(0deg) translateX(0%) scaleX(1.4) scaleY(.7);
	opacity: .6;
}

.dp-wrap .dp-item[data-position="4"] {
	z-index: 2;
	transform: rotateY(0deg) translateX(0%) scaleX(1.5) scaleY(.6);
	opacity: .3;
}

.dp-wrap .dp-item[data-position="5"] {
	z-index: 1;
	transform: rotateY(0deg) translateX(0%) scaleX(1.6) scaleY(.5);
	opacity: .2;
}

.dp-wrap .dp-next, .dp-wrap .dp-prev {
	position: absolute;
	top: 200px;
	right: 0;
	height: 33px;
	width: 33px;
	z-index: 10;
	cursor: pointer;
}

.dp-wrap .dp-prev {
	left: 0;
	transform: rotate(180deg);
}

.dp-wrap .dp-dots {
	position: absolute;
	top: 460px;
	z-index: 1;
	left: 0%;
	right: 0;
	cursor: default;
	text-align: center;
	padding-left: 0;
}

.dp-wrap .dp-dots li {
	display: inline-block;
	width: 30px;
	height: 7px;
	background: #e0e0e0;
}

.dp-wrap .dp-dots li:hover {
	cursor: pointer;
	background: #e11f27;
	transition: background .3s;
}

.dp-wrap .dp-dots li.active {
	background: #e11f27;
}

.dp-wrap .dp-item {
	position: absolute;
	cursor: pointer;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	transition: transform 1.2s;
	width: 40%;
	box-sizing: border-box;
	padding: 20px 45px 0;
	height: auto;
	min-height: 420px;
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 2px 2px 45px #ccc;
}

.dp-wrap .dp-content {
	margin: auto;
	text-align: center;
}

.dp-wrap .dp-content .profile {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
	width: 75px;
}

.carousel-multi-item .carousel-item {
	padding-top: 2rem;
	padding-bottom: 4rem;
}

.carousel-multi-item .carousel-control-next, .carousel-multi-item .carousel-control-prev {
	width: 30px;
}

.carousel-control-next.dark-arrow, .carousel-control-prev.dark-arrow {
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-o-filter: invert(100%);
	-ms-filter: invert(100%);
	filter: invert(100%);
}
/*Custom Tab*/
.custom_tab .tab-content {
	padding-top: 2rem;
}

.custom_tab .nav-tabs {
	margin-top: 1rem;
	border-bottom: 2px solid #ccc;
}

.custom_tab .nav-tabs > li a {
	position: relative;
	color: #181617 !important;
	font-weight: bold;
	font-family: 'Montserrat', arial, sans-serif;
	padding: 15px 5px;
}

.custom_tab .nav-tabs > li a.active, .custom_tab .nav-tabs > li a:hover, .custom_tab .nav-tabs > li a.active:focus {
	border-color: transparent;
	background-color: transparent;
}

.custom_tab .nav-tabs > li a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: -2px;
	left: 0;
	background-color: #e11f27;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	transition: all 0.3s ease-in-out 0s;
}

.custom_tab .nav-tabs > li a.active::before, .custom_tab .nav-tabs > li a:focus::before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

.circle-tab-group {
	max-width: 400px;
	border: none;
}

.circle-tab-group a {
	color: #707070;
	text-align: left;
	padding-bottom: 20px;
	display: block;
	min-height: 135px;
	position: relative;
	background: none;
	border: none;
	text-decoration: none;
}

.circle-tab-group a::before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 37px;
	top: 0;
	border-left: 1px dashed #9c9c9c;
	z-index: 0;
}

.circle-tab-group a.active::before {
	border-left: 1px dashed #e11f27;
}

.circle-tab-group a:last-child::before {
	height: 0;
	display: none;
}

.circle-tab-group .circle-tab-icon {
    float: left;
    font-size: 26px;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #707070;
    width: 75px;
    height: 75px;
    padding: 10px 0;
    border-radius: 50%;
    text-align: center;
    transition: all .3s;
    position: relative;
    z-index: 9;
}

.banner-side-image {
    position: absolute;
    left: 100%;
    top: 0;
}

.circle-tab-group .circle-tab-icon img {
	margin: 0 auto;
}

.circle-tab-group a.active {
	color: #181617;
}

.circle-tab-group a.active .circle-tab-icon {
	background-color: #e11f27;
	border: 1px solid #e11f27;
}

.circle-tab-group a.active .circle-tab-icon img {
	filter: brightness(0) invert(1);
}

.circle-tab-group .circle-tab-content {
	padding-left: 100px;
}

.circle-tab-group .circle-tab-content h4, .circle-tab-group .circle-tab-content .h4 {
	font-weight: 700;
}
/*Reviews Styling*/
.swiper-container-slider3 .swiper-slide {
	border-color: #cccccc !important;
	transition: all 0.3s ease-in-out 0s;
}

.swiper-container-slider3 .swiper-slide:hover {
	-webkit-box-shadow: 0px 15px 25px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 15px 25px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 15px 25px 5px rgba(0,0,0,0.3);
}

.swiper-container-slider3 .romw .romw-author-stars {
	font-family: 'Open Sans', arial, sans-serif !important;
}

.swiper-container-slider3 .romw .romw-stars {
	display: block !important;
}

.swiper-container-slider3 .romw .romw-date {
	font-family: 'Open Sans', arial, sans-serif !important;
	font-size: 13px;
}

.swiper-container-slider3 .romw .romw-text {
	font-family: 'Open Sans', arial, sans-serif !important;
	font-size: 15px;
	width: 100%;
}

.swiper-container-slider3 .romw-container .romw-container-wrapper {
	width: 100%;
}
/*Custom Table*/
table.custom-table th {
	padding: 17px 15px;
}

table.custom-table td {
	border: 1px solid #cccccc;
	padding: 15px;
}

table.custom-table .thead-dark th {
	background-color: #181617;
	color: #ffffff;
	border-top: 7px solid #e11f27;
	border-right: 1px solid #cccccc;
	border-bottom: none !important;
}

table.custom-table .cell-clean {
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
	border-collapse: collapse;
	background-color: transparent !important;
}

.table-bordered td, .table-bordered th {
	border: 1px solid #cccccc;
}

.table-align-middle td, .table-align-middle th {
	vertical-align: middle;
}

.sep-underline {
	position: relative;
	margin-bottom: 30px !important;
}

.sep-underline::after {
	content: url(../images/line-icon.png);
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -20px;
}
/**Accordion Toggle**/
.faq-wrapper .accordion-wrapper {
	margin-bottom: 15px;
	border: 1px solid rgba(0,0,0,.125);
	border-left: none;
}

.faq-wrapper .accordion {
	cursor: pointer;
	padding: 25px 50px 25px 80px;
	background-color: #eaeaea;
	color: #181617;
	font-weight: 700;
	border-left: solid 5px #e11f27;
	width: 100%;
	text-align: left;
	outline: none;
	transition: 0.4s;
	position: relative;
}

.faq-wrapper .accordion:before {
	content: 'Q.';
	color: #e11f27;
	font-weight: normal;
	line-height: 1.3;
	font-size: 52px;
	font-family: Montserrat;
	top: 3px;
	position: absolute;
	left: 15px;
}

.faq-wrapper .accordion-wrapper .panel:before {
	content: 'A.';
	color: #6c757d;
	font-weight: normal;
	line-height: 1.3;
	font-size: 52px;
	font-family: Montserrat;
	top: 3px;
	position: absolute;
	left: 15px;
}

.faq-wrapper .accordion:after {
	content: '+';
	color: #181617;
	font-weight: normal;
	line-height: 1;
	font-size: 40px;
	font-family: Montserrat;
	top: 15px;
	position: absolute;
	right: 15px;
}

.faq-wrapper .accordion.active:after {
	content: '-';
}

.faq-wrapper .accordion-wrapper .panel {
	padding: 20px 50px 15px 80px;
	color: #2b2b2b;
	background-color: #ffffff;
	border-radius: 0;
	overflow: hidden;
	border-left: solid 5px #6c757d;
	display: none;
	text-align: left;
	transition: max-height 0.2s ease-out;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: relative;
}

.process-steps > div::before {
	content: " ";
	background-image: url("../images/icon-process-next.png");
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 1;
	width: 45px;
	height: 45px;
	position: absolute;
	left: -22px;
	top: 40%;
	margin-top: -25px;
}

.process-steps > div:first-child::before {
	display: none;
}

.process-steps .h4, .process-steps .h5 {
	margin-top: 15px;
}

.steps-hover-wrap {
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.steps-hover-text {
	opacity: 0;
	text-align: center;
	background-color: #181617;
	color: #fff;
	font-size: 16px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 25px;
	border-radius: 50%;
	vertical-align: middle;
	transition: all 0.3s ease-in-out 0s;
}

.process-steps > div:hover .steps-hover-text {
	opacity: 1;
}

.prd_price {
	font-size: 36px;
	font-weight: 700;
}

.rupee {
	font-family: 'rupee_foradianregular';
	font-style: normal;
}

.prd_price_mrp {
	font-size: 20px;
	margin-bottom: 0px;
}

.prd_price_mrp del {
	text-decoration: none;
	position: relative;
	display: inline-block;
}

.prd_price_mrp del::before {
	content: '';
	border-bottom: 2px solid #e12027;
	width: 110%;
	position: absolute;
	right: -4px;
	top: 50%;
	-webkit-transform: skewY(-4deg);
	transform: skewY(-4deg);
}

.comparision_panel {
	margin-bottom: 15px;
}

.comparision_panel .ribbon-top-right {
	top: -1px;
	left: -2px;
}

.comparision_panel .ribbon {
	width: 80px;
	height: 80px;
	overflow: hidden;
	position: absolute;
}

.comparision_panel .ribbon span {
	position: absolute;
	display: block;
	width: 130px;
	padding: 5px 0;
	background-color: #e12027;
	box-shadow: 0 -5px 10px rgba(0,0,0,.1);
	color: #fff;
	font: 700 13px/1 'Montserrat', sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	text-align: center;
}

.comparision_panel .ribbon-top-right span {
	right: -15px;
	top: 20px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.comparision_panel .top_header {
	font-family: 'Montserrat', arial, sans-serif;
	font-size: 14px;
	background: #000;
	height: 25px;
	margin-top: -26px;
	color: #fff;
	border-radius: 4px 4px 0px 0px;
	text-transform: uppercase;
	padding: 1px 0;
}

.comparision_panel > .card {
	height: 100%;
	background-color: #f3f3f3;
}

.comparision_panel > .card > .card-header {
	background-color: transparent;
	padding: 20px 30px 0px;
	position: relative;
	border-radius: unset;
	min-height: 150px;
}

.comparision_panel > .card > .card-header .card-title {
	font-size: 28px;
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 700;
}

.comparision_panel > .card > .card-body {
	font-size: 14px;
}

.comparision_panel > .card.active {
	padding-bottom: 35px;
	border-radius: 0px 0px 4px 4px;
	background-color: #ffffff;
	transform: scaleX(1.01);
	-webkit-box-shadow: 0px 0px 35px -15px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 35px -15px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 35px -15px rgba(0,0,0,0.5);
	z-index: 1;
}

.comparision_panel > .card.active > .card-header {
	color: #fff;
	background: #165ca1 !important;
}

.comparision_panel > .card.active > .top_header {
	background: #181617 !important;
	height: 35px;
	margin-top: -36px;
	font-size: 1.05em;
	padding: 3px 0;
}
/*bitraser page*/
.certified > h5 {
	background: #939598;
	color: #fff;
	font-size: 18px;
	padding: 9px 0px 9px 18px;
	margin-bottom: 34px;
}

.repimg {
	padding: 15px;
	box-shadow: 0px 0px 20px #c9c9c9;
	cursor: pointer;
}

.capability .table tbody tr:nth-child(even) {
	background-color: rgba(0,0,0,.05);
	padding: 10px 10px 10px 20px;
}

.capability .table th {
	background: #939598;
	color: #fff;
	border-bottom: 0px;
	font-family: Montserrat;
	font-weight: 500;
	padding: 8px 10px 8px 20px;
}

.capability .table tbody tr td {
	padding: 13px 8px 13px 20px;
	border: 0px;
}

.section-bitraser {
	background-image: url(../images/banners/product-walkthought.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 75vh;
	min-height: 500px;
}

.consultant_partn {
	position: absolute;
	top: -60px;
}

.find-partner {
	background: rgb(255,255,255);
	background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(246,246,246,1));
}

.servicebox:hover a.btn-info.hover-btn-red {
	background: #e11f27;
	color: #fff;
	border: 1px solid #e11f27;
}
/*inlab page*/
.scrollbar-section {
	height: 370px;
	overflow: scroll;
	direction: ltr;
	overflow: auto;
	box-shadow: inset -65px -135px 40px -130px #ccc;
}

.scrollbar-section::-webkit-scrollbar {
	width: 10px;
}

.scrollbar-section::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #dbdbdb;
	border-radius: 10px;
}

.scrollbar-section::-webkit-scrollbar-thumb {
	background: #a1a1a1;
	border-radius: 10px;
}

.cleaner-hover-wrap {
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.cleaner-hover-wrap h4 {
	background: #e11f27;
	color: #fff;
}

.cleaner-hover-text {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	color: #fff;
	background: #e11f27;
	transform: translateY(280px);
	transition: ease-in-out .3s;
}

.security > div:hover .cleaner-hover-text {
	bottom: 50px;
	transform: translateY(0px);
}
/* waffle  start */
.wrapper-main .wrapper-item {
	position: fixed;
	top: 40%;
	transform: translateY(-40%);
	right: 0;
	z-index: 999;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}

.wrapper-main .wrapper-item .floating-inner .floatingIcon .icon-floating-menu {
	font-size: 25px;
	color: #fff;
}

.wrapper-main .wrapper-item .floating-inner .floatingIcon {
	display: block;
	background: #eaedf0;
	padding: 9px;
	text-decoration: none;
	font-size: 0;
	border: solid 1px #c4c6c8;
	border-right: none;
}

.wrapper-main .wrapper-item.active {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}

.wrapper-main .wrapper-item {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 999;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
}

.wrapper-main .wrapper-item .assistance a p {
	position: absolute;
	bottom: 10px;
	margin: 0;
	color: #181617;
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
}

.wrapper-main .wrapper-item .assistance a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	padding: 12px;
	height: 100%;
	text-decoration: none;
}

.wrapper-main .wrapper-item .assistance .rowta .rowitems a span {
	font-size: 25px;
	display: inline-block;
	float: right;
}

.wrapper-main .wrapper-item .assistance .rowta {
	clear: both;
	display: table;
	width: 100%;
	height: 140px;
	margin-right: 0px;
	margin-left: 0px;
}

.wrapper-main .wrapper-item .assistance .rowta .rowitems {
	border-right: solid 1px #c4c6c8;
	border-bottom: solid 1px #c4c6c8;
	display: table-cell;
	float: none;
	padding: 0;
	height: 100%;
	vertical-align: bottom;
	width: auto;
	transition: all 0.5s;
}

.wrapper-main .wrapper-item .assistance .rowta:last-child .rowitems {
	border-bottom: none;
}

.wrapper-main .wrapper-item .assistance .rowta .rowitems:last-child {
	border-right: none;
}

.wrapper-main .wrapper-item .assistance {
	opacity: 0;
	background: #e3e3e3;
	float: left;
	color: #fff;
	width: 344px;
	position: absolute;
	top: -113px;
	transform: scale(0);
	-webkit-transform: scale(0);
	right: -250px;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	border: solid 1px #c4c6c8;
}

.wrapper-main .wrapper-item.active .assistance {
	opacity: 1;
	transition-duration: .5s;
	transform: scale(1);
	-webkit-transform: scale(1);
	-webkit-transition-duration: .5s;
	background: #e3e3e3;
	right: 48px;
}

.wrapper-main .wrapper-item .assistance .rowta .rowitems:hover {
	background: #e11f27;
}

.wrapper-main .wrapper-item .assistance .rowta .rowitems:hover p {
	color: #fff;
}

.wrapper-main .wrapper-item .assistance .rowta .rowitems:hover span img {
	-webkit-filter: brightness(100);
	-moz-filter: brightness(100);
	-o-filter: brightness(100);
	-ms-filter: brightness(100);
	filter: brightness(100);
}

.wrapper-main .wrapper-item .floating-inner .floatingIcon img.cross {
	display: none;
}

.wrapper-main .wrapper-item.active .floating-inner .floatingIcon img.cross {
	display: block;
}

.wrapper-main .wrapper-item.active .floating-inner .floatingIcon img.dots {
	display: none;
}

.wrapper-main .wrapper-item .floating-inner .floatingIcon img.dots {
	display: block;
}
/* waffle  end */
.keditor-iframe-body {
	zoom: 90%;
}

.pdf {
	display: inline-block;
	margin-top: 15px;
}

.pdf a {
	display: inline-block;
	font-size: 11px;
	color: #000;
	padding-left: 5px;
	padding-right: 15px;
}
/* Model  start */
.loading {
	position: relative;
}

.loading::before {
	content: '';
	background-image: url("../images/loading.gif");
	background-repeat: no-repeat;
	background-position: 45% 50%;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 40%;
	left: 45%;
	background-color: transparent;
	z-index: 1;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.custom_modal .modal-header .close {
	color: #ffffff;
}

.custom_modal .modal-header {
	background-color: #181617;
	color: #ffffff;
	padding: 10px 1em 8px;
}

#modal_video.custom_modal .modal-body {
	padding: 3px;
}

#modal_video.custom_modal .modal-header {
	border-bottom: none;
}

#modal_video.custom_modal .modal-content {
	background-color: #181617;
	color: #ffffff;
}

.btn-square {
	display: block;
	padding: 20px 15px;
	border-radius: 3px;
	color: #181617;
	background-color: #f8f8f8;
	border: 1px solid #d9d9d9;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
	text-decoration: none;
}

.custom_modal .modal-body h3 {
	font-size: 24px;
	font-weight: 400;
	margin: 10px 0 20px;
	line-height: 1.3;
}

.custom_modal .modal-body p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
}

.custom_modal, .custom_modal p {
	color: #333;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.btn-square:hover, .btn-square:focus, .btn-square.active {
	border: 1px solid #e11f27;
	background-color: #eeeeee;
	color: #181617;
	text-decoration: none;
}

.custom_modal .modal-dialog {
	margin-top: 50px;
	line-height: 1.3;
	min-width: 600px;
}

.custom_modal .modal-content {
	border-radius: 0;
	padding: 0px;
}

.custom_modal .modal-body {
	padding: 10px 25px 20px;
}
/* Model  end */
@media screen and (orientation:portrait) {
	.banner-cont {
		height: auto;
		min-height: 30vh;
	}
}

@media (max-width: 575.98px) {
	.btn {
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding-right: 10px;
		padding-left: 10px;
		font-size: 80%;
	}

	.btn > svg {
		width: 15px;
		height: 15px;
	}

	.btn > img {
		height: 15px;
	}

	.btn-download span {
		left: 32px;
		font-size: 11px;
	}

	.banner-cont .btn {
		margin-right: 0px !important;
		margin-bottom: 10px;
	}

	.banner-carousel .carousel-item h2, .banner-carousel .carousel-item .h2, .banner-cont h2, .banner-cont .h2 {
		margin: 5% 0 7% !important;
	}

	.no-bg-xs {
		background-image: none !important;
	}

	.small-title {
		font-size: 16px;
	}

	.dp-wrap .dp-item {
		padding: 15px 15px 0;
	}

	.dp-wrap .dp-content {
		font-size: 14px;
	}

	.carousel-multi-item .carousel-item {
		padding-left: 0;
		padding-right: 0;
		padding-top: 1rem;
		padding-bottom: 2rem;
	}

	.custom_tab .nav-tabs > li a {
		padding: 10px 5px;
	}

	.custom_tab .tab-content {
		padding-top: 1rem;
	}

	.carousel-multi-item .carousel-control-next {
		right: -6px;
	}

	.carousel-multi-item .carousel-control-prev {
		left: -6px;
	}

	.servicebox.fluid-box {
		border-bottom: 1px solid #ffffff;
		border-right: none;
		min-height: auto !important;
	}

	.servicebox.fluid-box > img {
		display: none;
	}

	.columns-2, .columns-3 {
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}

	.comparision_panel .top_header, .comparision_panel > .card.active > .top_header {
		margin-top: 0px;
	}

	.circle-tab-group .circle-tab-icon {
		width: 60px;
		height: 60px;
		padding: 10px 5px;
	}

	.cleaner-hover-text {
		display: none;
	}
}

@media screen and (max-width: 767.98px) {
	.mob-nav-slide, .nav-toggle {
		display: block !important;
	}

	body {
		line-height: 1.5;
	}

	h1 br, .h1 br, h2 br, .h2 br, h3 br, .h3 br, h4 br, .h4 br {
		display: none;
	}

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

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

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

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

	h5, .h5 {
		font-size: 16px;
	}

	.btn-lg, .btn-group-lg > .btn {
		padding: 15px 15px;
		font-size: 14px;
	}

	.btn.btn-lg > img {
		height: 18px;
	}

	.btn-lg.btn-download, .btn-group-lg > .btn.btn-download {
		padding: 7px 20px 16px;
	}

	.btn-lg.btn-download > img, .btn-group-lg > .btn.btn-download img {
		margin-top: 8px;
	}

	.btn-lg.btn-download span, .btn-group-lg > .btn.btn-download span {
		left: 45px;
	}

	.btn-big, .btn-group-big > .btn {
		padding: 15px 15px;
		font-size: 14px;
	}

	.btn.btn-big > img {
		height: 18px;
	}

	.btn-big.btn-download, .btn-group-big > .btn.btn-download {
		padding: 8px 20px 16px;
	}

	.btn-big.btn-download > img, .btn-group-big > .btn.btn-download img {
		margin-top: 8px;
	}

	.btn-big.btn-download span, .btn-group-big > .btn.btn-download span {
		left: 47px;
	}

	.btn > svg, .btn.btn-right-icon > svg, .btn:hover > svg, .btn.btn-right-icon:hover > svg {
		margin-left: 3px;
		margin-right: 0;
	}

	.btn.btn-left-icon > svg, .btn.btn-left-icon:hover > svg {
		margin-right: 3px;
		margin-left: 0;
	}

	.actions-bar .btn {
		padding: 10px 10px;
		font-size: 14px;
	}

	.title-underline::after {
		bottom: 0;
	}

	.title-underline.text-center::after, .text-center > .title-underline::after, .title-underline[style*="text-align: center"]::after {
		left: 41%;
		bottom: 0;
	}

	.no-bg-sm, .no-bg-xs {
		background-image: none !important;
	}

	.box-scale:hover {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	.mob-small {
		font-size: 85%;
	}

	.container {
		max-width: 100%;
	}

	section, .section {
		display: block;
		padding: 30px 0 40px;
	}

	.banner-cont {
		height: auto;
		min-height: 30vh;
		background-image: none !important;
		padding: 8.5rem 0 4rem;
	}

	.banner-small {
		min-height: 10vh;
	}

	.banner-carousel .carousel-item {
		height: 35rem;
		min-height: auto;
	}

	.banner-carousel .carousel-item .carousel-caption {
		padding-left: 10px;
		top: 40%;
		-webkit-transform: translateY(-40%);
		-moz-transform: translateY(-40%);
		-ms-transform: translateY(-40%);
		-o-transform: translateY(-40%);
		transform: translateY(-40%);
	}

	.banner-carousel .carousel-item h1, .banner-carousel .carousel-item .h1, .banner-cont h1, .banner-cont .h1 {
		font-size: 28px;
	}

	.banner-carousel .carousel-item h1.small, .banner-cont h1.small {
		font-size: 22px;
	}

	.banner-carousel .carousel-item h2, .banner-carousel .carousel-item .h2, .banner-cont h2, .banner-cont .h2 {
		font-size: 20px !important;
		margin: 4% 0 5%;
		;
	}

	.banner-carousel .carousel-item p br, .banner-cont p br {
		display: none;
	}

	.title-underline {
		margin-bottom: 30px !important;
	}

	.bullet {
		padding-bottom: 5px !important;
	}

	columns-2,columns-3 {
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
	}

	.section-bts {
		height: 50vh;
		min-height: 300px;
	}

	.servicebox.dark-box {
		min-height: 500px;
	}

	.servicebox.fluid-box {
		min-height: 400px;
		border-bottom: 1px solid #ffffff;
		border-right: none;
	}

	.servicebox.fluid-box > img {
		top: 0;
	}

	.servicebox.fluid-box .card-img-overlay {
		padding: 2rem;
		position: relative;
		top: 0;
	}

	.servicebox.fluid-box:hover .card-img-overlay {
		top: 0;
	}

	.servicebox.fluid-box .card-img-overlay .btn {
		opacity: 1;
	}

	.servicebox.fluid-box .card-img-overlay .h1 {
		font-size: 28px;
	}

	.counter_text {
		font-size: 35px;
	}

	.dp-wrap .dp-item {
		width: 65%;
	}

	.faq-wrapper .accordion {
		padding: 15px 50px 15px 55px;
	}

	.faq-wrapper .accordion:before, .faq-wrapper .accordion-wrapper .panel:before {
		font-size: 35px;
		left: 10px;
	}

	.faq-wrapper .accordion-wrapper .panel {
		padding: 15px 30px 15px 55px;
	}

	.process-steps > div {
		margin-bottom: 10px !important;
		margin-top: 50px !important;
	}

	.process-steps > div::before {
		background-image: url("../images/icon-process-next-down.png");
		top: -60px;
		left: 50%;
		margin-top: auto;
		margin-left: -25px;
	}

	.circle-tab-group {
		text-align: center;
		margin: 0 auto 25px;
	}

	.circle-tab-group a {
		float: left;
		padding-bottom: 10px;
		min-height: auto;
		margin: 0 auto;
	}

	.circle-tab-group .circle-tab-content {
		display: none;
	}

	.circle-tab-group a::before {
		display: none;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.carousel-multi-item .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
		position: absolute;
		top: 0;
		right: -50%;
		z-index: -1;
		display: block;
		visibility: visible;
	}

	.carousel-multi-item .carousel-item {
		padding-top: 1rem;
		padding-bottom: 3rem;
	}

	.custom_tab .nav-tabs > li a {
		padding: 10px 15px;
	}

	.custom_tab .tab-content {
		padding-top: 2rem;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.container {
		max-width: 100%;
	}

	.no-bg-md {
		background-image: none !important;
	}

	.navbar-main #main-menu {
		margin-left: 3%;
	}

	.navbar-main #main-menu > li {
		padding: 0 10px;
	}

	.navbar-main #main-menu > li > a {
		font-size: 16px;
	}

	.title-underline.text-center::after, .text-center > .title-underline::after, .title-underline[style*="text-align: center"]::after {
		left: 43.5%;
	}

	.banner-cont {
		padding: 11rem 0 4rem;
	}

	.banner-carousel .carousel-item .carousel-caption {
		padding-left: 10px;
	}

	.banner-carousel .carousel-item h1, .banner-carousel .carousel-item .h1, .banner-cont h1, .banner-cont .h1 {
		font-size: 40px;
	}

	.actions-bar .btn {
		padding: 10px 10px;
		font-size: 14px;
	}

	.section-bts {
		height: 50vh;
	}

	.counter_text {
		font-size: 40px;
	}

	.dp-wrap .dp-item {
		width: 50%;
	}

	.carousel-multi-item .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
		position: absolute;
		top: 0;
		right: -33.3333%;
		z-index: -1;
		display: block;
		visibility: visible;
	}

	.custom_tab .nav-tabs > li a {
		padding: 15px 5px;
	}

	.custom_tab .tab-content {
		padding-top: 2rem;
	}

	.servicebox.fluid-box {
		min-height: auto;
	}

	.servicebox.fluid-box .card-img-overlay {
		padding: 2rem;
		position: relative;
		top: 0;
	}

	.servicebox.fluid-box:hover .card-img-overlay {
		top: 0;
	}

	.servicebox.fluid-box .card-img-overlay .btn {
		opacity: 1;
	}

	.servicebox.fluid-box .card-img-overlay .h1 {
		font-size: 28px;
	}

	.servicebox.fluid-box .card-img-overlay .h2 {
		font-size: 20px;
	}

	.servicebox.fluid-box > img {
		top: 0;
		bottom: auto;
	}

	.circle-tab-group a {
		padding-bottom: 10px;
		min-height: 100px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.container {
		max-width: 94%;
	}

	.navbar-main #main-menu {
		margin-left: 3%;
	}

	.navbar-main #main-menu > li {
		padding: 0 10px;
	}

	.navbar-main #main-menu > li > a {
		font-size: 16px;
	}

	.counter_text {
		font-size: 50px;
	}

	.title-underline.text-center::after, .text-center > .title-underline::after, .title-underline[style*="text-align: center"]::after {
		left: 45%;
	}

	.servicebox.fluid-box {
		min-height: 400px;
	}

	.servicebox.fluid-box .card-img-overlay {
		top: 5%;
	}

	.servicebox.fluid-box:hover .card-img-overlay {
		top: 0%;
	}

	.servicebox.fluid-box.columns-3 .card-img-overlay {
		top: 30%;
	}
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
	body {
		font-size: 18px;
		line-height: 1.6;
	}

	.container {
		width: 94%;
		max-width: 1400px;
	}

	.bullet li, .bullet-colored li {
		background-position: 0 8px;
	}

	.bullet-tick li {
		background-position: 0 7px;
	}

	.servicebox.fluid-box.columns-3 .card-img-overlay {
		top: 45%;
	}

	.servicebox.fluid-box.columns-3:hover .card-img-overlay {
		top: 20%;
	}
}

@media (min-width: 1600px) {
	body {
		font-size: 18px;
		line-height: 1.6;
	}

	.container {
		width: 94%;
		max-width: 1400px;
	}

	.bullet li, .bullet-colored li {
		background-position: 0 8px;
	}

	.bullet-tick li {
		background-position: 0 7px;
	}

	.servicebox.fluid-box {
		min-height: 600px;
	}

	.servicebox.fluid-box .card-img-overlay {
		top: 45%;
	}

	.servicebox.fluid-box:hover .card-img-overlay {
		top: 30%;
	}

	.servicebox.fluid-box.columns-3 .card-img-overlay {
		top: 60%;
	}

	.servicebox.fluid-box.columns-3:hover .card-img-overlay {
		top: 30%;
	}
}

@media (min-width: 576px) {
	.carousel-multi-item .carousel-item {
		margin-right: 0;
		z-index: 0 !important;
	}

	.carousel-multi-item .carousel-inner .active + .carousel-item {
		display: block;
	}

	.carousel-multi-item .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), .carousel-multi-item .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
		transition: none;
	}

	.carousel-multi-item .carousel-inner .carousel-item-next {
		position: relative;
		transform: translate3d(0, 0, 0);
	}

	.carousel-multi-item .active.carousel-item-left + .carousel-item-next.carousel-item-left, .carousel-multi-item .carousel-item-next.carousel-item-left + .carousel-item, .carousel-multi-item .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	.carousel-multi-item .carousel-inner .carousel-item-prev.carousel-item-right {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		display: block;
		visibility: visible;
	}

	.carousel-multi-item .active.carousel-item-right + .carousel-item-prev.carousel-item-right, .carousel-multi-item .carousel-item-prev.carousel-item-right + .carousel-item, .carousel-multi-item .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		display: block;
		visibility: visible;
	}

	.carousel-multi-item .carousel-control-next {
		right: -15px;
	}

	.carousel-multi-item .carousel-control-prev {
		left: -15px;
	}
}

@media (min-width: 768px) {
	.carousel-multi-item .carousel-inner .active + .carousel-item + .carousel-item {
		display: block;
	}

	.carousel-multi-item .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
		transition: none;
	}

	.carousel-multi-item .carousel-inner .carousel-item-next {
		position: relative;
		transform: translate3d(0, 0, 0);
	}

	.carousel-multi-item .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	.carousel-multi-item .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		display: block;
		visibility: visible;
	}

	.title-underline.text-md-left::after, .text-md-left > .title-underline::after {
		left: 0;
	}
}

@media (min-width: 992px) {
	.carousel-multi-item .carousel-inner .active + .col-lg-3.carousel-item + .col-lg-3.carousel-item + .col-lg-3.carousel-item {
		display: block;
	}

	.carousel-multi-item .carousel-inner .active + .col-lg-4.carousel-item + .col-lg-4.carousel-item {
		display: block;
	}

	.carousel-multi-item .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .col-lg-3.carousel-item + .col-lg-3.carousel-item + .col-lg-3.carousel-item {
		transition: none;
	}

	.carousel-multi-item .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .col-lg-4.carousel-item + .col-lg-4.carousel-item {
		transition: none;
	}

	.carousel-multi-item .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
		position: absolute;
		top: 0;
		right: -25%;
		z-index: -1;
		display: block;
		visibility: visible;
	}

	.carousel-multi-item .carousel-inner .active.col-lg-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
		position: absolute;
		top: 0;
		right: -33.3333%;
		z-index: -1;
		display: block;
		visibility: visible;
	}

	.carousel-multi-item .col-lg-3.carousel-item-next.carousel-item-left + .col-lg-3.carousel-item + .col-lg-3.carousel-item + .col-lg-3.carousel-item + .col-lg-3.carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	.carousel-multi-item .col-lg-4.carousel-item-next.carousel-item-left + .col-lg-4.carousel-item + .col-lg-4.carousel-item + .col-lg-4.carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	.carousel-multi-item .col-lg-3.carousel-item-prev.carousel-item-right + .col-lg-3.carousel-item + .col-lg-3.carousel-item + .col-lg-3.carousel-item + .col-lg-3.carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		display: block;
		visibility: visible;
	}

	.carousel-multi-item .col-lg-4.carousel-item-prev.carousel-item-right + .col-lg-4.carousel-item + .col-lg-4.carousel-item + .col-lg-4.carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		display: block;
		visibility: visible;
	}

	.carousel-multi-item .carousel-control-next {
		right: -30px;
	}

	.carousel-multi-item .carousel-control-prev {
		left: -30px;
	}

	.servicebox.icon-box {
		padding-bottom: 0px;
	}

	.servicebox.icon-box > img {
		margin-top: 30px;
		margin-bottom: 100px;
	}

	.servicebox.icon-box:hover > img {
		transform: scale(0.7);
		margin-top: 0;
	}

	.servicebox.icon-box .card-body {
		padding: 0;
		position: absolute;
		top: 100px;
		right: 10px;
		left: 10px;
	}

	.servicebox.icon-box .card-desc {
		opacity: 0;
		transform: translateY(100px);
	}

	.servicebox.icon-box:hover .card-body {
		top: 63px;
	}

	.servicebox.icon-box:hover .card-desc {
		opacity: 1;
		transform: translateY(0px);
	}

	.servicebox.icon-box .card-title {
		transition: all 0.3s;
		margin-bottom: 5px;
	}

	.servicebox.icon-box:hover .card-title {
		padding-top: 5px !important;
	}

	.title-underline.text-lg-left::after, .text-lg-left > .title-underline::after {
		left: 0;
	}
}

@media (min-width: 1200px) {
	.title-underline.text-xl-left::after, .text-xl-left > .title-underline::after {
		left: 0;
	}
}