@charset "utf-8";
/**--------------------------------------------------------
 * CSS Information
 * File Name	:  style.css
 * Theme Name   :  Work Perks
 * Author       :  Shashikant
 * Description  :  June 2021
 -----------------------------------------------------------*/
@font-face {
	font-family: 'Montserrat';
  	src: url('fonts/Montserrat-Thin.woff') format('woff'),
		 url('fonts/Montserrat-Thin.woff2') format('woff2');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'Montserrat';
  	src: url('fonts/Montserrat-ThinItalic.woff') format('woff'),
		 url('fonts/Montserrat-ThinItalic.woff2') format('woff2');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
	}
	
@font-face {
	font-family: 'Montserrat';
  	src: url('fonts/Montserrat-ExtraLight.woff') format('woff'),
		 url('fonts/Montserrat-ExtraLight.woff2') format('woff2');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'Montserrat';
  	src: url('fonts/Montserrat-ExtraLightItalic.woff') format('woff'),
		 url('fonts/Montserrat-ExtraLightItalic.woff2') format('woff2');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
	}
	
@font-face {
	font-family: 'Montserrat';
  	src: url('fonts/Montserrat-Light.woff') format('woff'),
		 url('fonts/Montserrat-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'Montserrat';
  	src: url('fonts/Montserrat-LightItalic.woff') format('woff'),
		 url('fonts/Montserrat-LightItalic.woff2') format('woff2');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
	}

@font-face {
	font-family: 'Montserrat';
  	src: url('fonts/Montserrat-Regular.woff') format('woff'),
		 url('fonts/Montserrat-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'Montserrat';
  	src: url('fonts/Montserrat-Italic.woff') format('woff'),
		 url('fonts/Montserrat-Italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
	}
	
@font-face {
	font-family: 'Montserrat';
  	src: url('fonts/Montserrat-Medium.woff') format('woff'),
		 url('fonts/Montserrat-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'Montserrat';
  	src: url('fonts/Montserrat-MediumItalic.woff') format('woff'),
		 url('fonts/Montserrat-MediumItalic.woff2') format('woff2');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
	}
	
@font-face {
	font-family: 'Montserrat';
  	src: url('fonts/Montserrat-SemiBold.woff') format('woff'),
		 url('fonts/Montserrat-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'Montserrat';
  	src: url('fonts/Montserrat-SemiBoldItalic.woff') format('woff'),
		 url('fonts/Montserrat-SemiBoldItalic.woff2') format('woff2');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
	}
	
@font-face {
	font-family: 'Montserrat';
  	src: url('fonts/Montserrat-Bold.woff') format('woff'),
		 url('fonts/Montserrat-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'Montserrat';
  	src: url('fonts/Montserrat-BoldItalic.woff') format('woff'),
		 url('fonts/Montserrat-BoldItalic.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
	}
	
@font-face {
	font-family: 'Montserrat';
  	src: url('fonts/Montserrat-ExtraBold.woff') format('woff'),
		 url('fonts/Montserrat-ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'Montserrat';
  	src: url('fonts/Montserrat-ExtraBoldItalic.woff') format('woff'),
		 url('fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2');
	font-weight: 800;
	font-style: italic;
	font-display: swap;
	}
	
@font-face {
	font-family: 'Montserrat';
  	src: url('fonts/Montserrat-Black.woff') format('woff'),
		 url('fonts/Montserrat-Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'Montserrat';
  	src: url('fonts/Montserrat-BlackItalic.woff') format('woff'),
         url('fonts/Montserrat-BlackItalic.woff2') format('woff2');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
	}
		
/* Global Styles */

*, *:after, *:before {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

html {
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	}
	
html, body {
	height: 100%;
	}
	
body {
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #ffffff url(../images/ajax-loader.gif) center center no-repeat;
	overflow-x: hidden;
	}
	
::selection {
	background: #666666; /* Safari */
	color: #fff;
	}
	
::-moz-selection {
	background: #666666; /* Firefox */
	color: #fff;
	}
		
img {
    width: auto\9;
  	/*height: auto;*/
  	max-width: 100%;
  	vertical-align: middle;
  	-ms-interpolation-mode: bicubic;
	}
	
a, a:focus, a:hover {
	color: #41a4d4;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
	}
	
a:hover {
	color: #333333;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
	}

:focus, ::-moz-focus-inner {
	border: none;
	outline: none !important;
	}

fieldset, a img {
	border: none;
	}

ol, ul {
	margin: 0px auto;
	padding-left: 15px;
    list-style-position: outside;
    /*list-style-type: none;*/
	}
	
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
	}
	
/* ClearFix */
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	}

.container:after {
	display: block;
	content: " ";
	clear: both;
	}
	
.clearfix:after {
    display: block;
    content: ".";
    height: 0px;
    clear: both;
    visibility: hidden;
	}
	
.clearfix {
	display: inline-table;
	}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
/* Page Wrapper */
	
#pageWrapper {
    position: relative;
    height: auto !important;
    min-height: 100%;
    height: 100%;
    width: 100%;
	display: block;
	margin: 0 auto;
    overflow: hidden;
    max-width: 1920px;
	background: #ffffff;
	}
	
body, #pageWrapper, .footer-wrapper {
	opacity: 0;
	}
	
.container, .header-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	max-width: 1200px;
	padding: 0px 30px;
	}

/* Header Styles */

#headerWrapper {
	position: fixed;
	width: 100%;
	z-index: 100;
	display: block;
	margin: 0px auto;
	}

#headerContainer {
	position: relative;
	width: 100%;
	float: left;
	z-index: 101;
	display: block;
	margin: 0px auto;
	padding: 0px 0px;
	background: #ffffff;
	}

.headerTop {
	position: relative;
	width: 100%;
	float: left;
	z-index: 1002;
	display: block;
	margin: 0px auto;
	padding: 0px 0px;
	background: #ffffff;
	}

/* Logo */
	
.logo {
	position: relative;
	display: block;
	float: left;
	/*width: 187px;
	height: 36px;*/
	z-index: 1001;
	overflow: hidden;
	padding: 0px 0px 0px;
	/*margin: 16px auto 16px;*/
	}

.logo a {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	}

.logo img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	}
	
/* Header Right Container */
	
.headerRightContainer {
	position: relative;
	display: flex;
	margin: 0px auto;
    flex-direction: row-reverse;
    justify-content: space-between;
	}

/* Start Today Button */
	
.startTodayBtn {
	position: relative;
	float: left;
	padding: 0;
	display: block;
	font-size: 15px;
	line-height: 20px;
	margin: 8px 0px 8px;
	}
	
.startTodayBtn a {
	position: relative;
    display: block;
    width: 180px;
	color: #fff;
    overflow: hidden;
	line-height: 20px;
    text-align: center;
    padding: 15px 40px;
    border-radius: 5px;
    background: #41a4d4;
	}

.startTodayBtn a:hover, .startTodayBtn.selected a {
    color: #ffffff;
    background: #41a4d4;
	}

/* Nav */
	
.header-nav-wrapper {
    font-family: Montserrat;
	position: relative;
	display: block;
	float: left;
	margin: 0px 60px;
	}
	
.header-nav-container {
	position: relative;
	display: block;
	}
	
.nav {
	position: relative;
	width: 100%;
	display: block;
	margin: 0px auto;
	text-align: center;
	}
	
.nav ul {
	position: relative;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	display: block;
    text-transform: none;
	list-style-type: none;
	}
	
.nav>ul>li {
	position: relative;
	display: block;
	float: left;
    font-weight: 700;
    margin: 0px 60px 0px 0px;
	}
	
.nav>ul>li:last-child {
    margin-right: 0px;
	}
	
.nav>ul>li>a {
	position: relative;
	display: block;
	color: #333333;
	font-size: 15px;
    overflow: hidden;
	line-height: 20px;
	text-align: center;
	padding: 24px 20px 24px 0px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
	}

.nav>ul>li.menu-item-has-children>a:after {
    font-family: 'Font Awesome 5 Free';
	position: absolute;
	content: "\f078";
	font-size: 13px;
	right: 0px;
	top: 50%;
	height: 14px;
	font-weight: 900;
	margin-top: -7px;
	line-height: 14px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	}

.nav>ul>li span {
	position: relative;
	display: block;
	height: 100%;
	z-index: 2;
	}

.nav>ul>li:hover>a, .nav>ul>li.selected>a {
	color: #41a4d4;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
	}

.nav>ul ul, .nav>ul ul ul {
	position: absolute;
	font-size: 15px;
	left: -15px;
	top: 100%;
	opacity: 0;
	width: 100%;
    font-weight: 600;
	min-width: 220px;
	text-align: left;
	visibility: hidden;
	background: #ffffff;
    text-transform: none;
	margin: 30px 0px 0px 0px;
    border-top: 4px solid #41a4d4;
	transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	}
	
.nav>ul ul ul {
	left: 100%;
	top: auto;
	margin: 0px;
	padding: 0px;
	}
	
.nav>ul>li:hover>ul, .nav>ul ul>li:hover>ul {
	opacity: 1;
	top: auto;
	margin-top: 0px;
	padding: 0px 0px;
	visibility: visible;
	}
	
.nav>ul ul>li:hover>ul {
	margin-top: -44px;
	}
	
.nav>ul ul a, .nav>ul ul ul a {
	position: relative;
	display: block;
	color: #333333;
	line-height: 20px;
	padding: 10px 15px 10px;
    border-bottom: 1px solid #f2f2f2;
	}

.nav>ul ul li:last-child>a {
    border-bottom: none;
	}
	
.nav>ul ul li:first-child a {
	}
	
.nav>ul ul li:last-child>a:before {
	display: none;
	}
	
.nav>ul ul li:hover>a, .nav>ul ul li.selected>a, .nav>ul ul ul li:hover>a, .nav>ul ul ul li.selected>a {
	color: #41a4d4;
	background: #ffffff;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	}
	
/* Banner Styles */	

.bannerWrapper {
	position: relative;
	display: block;
	width: 100%;
	z-index: 2;
	height: 100%;
	margin: 0px auto 0px;
	}
	
.banner {
	position: relative;
	display: block;
    width: 100%;
	z-index: 0;
	margin: 0px auto;
	}
	
.homeBannerSlider {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	}
	
[data-animation-in] {
	opacity: 0;
	}
	
.banner-slide {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}
	
.banner-slide figure {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
	padding: 0px;
	margin: 0px auto;
	}

.banner-slide figure:before {
	position: absolute;
    content: '';
    z-index: 1;
	left: 0%;
	top: 0%;
	width: 100%;
    height: 100%;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 80%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 80%);
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 );
	}

.banner-slide.banner-slide3 figure:before {
    top: auto;
	bottom: 0%;
    height: 60%;
	}

.banner-slide.banner-slide2 figure:before, .banner-slide.banner-slide3 figure:before {
    /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );*/
    
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
	}
	
.banner-slide figure img {
    position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.banner_caption {
    position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	color: #ffffff;
	display: block;
	margin: 0px auto;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	}
	
.banner_caption .captionWrapper {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
    max-width: 1200px;
    padding: 0px 30px 0px;
	}
	
.banner_caption .captionContainer {
	position: relative;
	color: #ffffff;
	padding: 0px;
	font-size: 20px;
	display: table-cell;
	vertical-align: middle;
	}
	
.banner_caption .captionContainerInner {
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	max-width: 700px;
    font-weight: 500;
	}

.banner-slide.banner-slide2 .banner_caption .captionContainerInner {
	max-width: 100%;
    text-align: center;
	}

.banner-slide.banner-slide2 .banner_caption .captionContainerInner .row, .banner-slide.banner-slide2 .banner_caption .captionContainerInner .form-row {
    justify-content: center;
	}

.banner_caption .captionContainer .bannerHeading1 {
	font-family: Montserrat;
	font-size: 50px;
	color: #ffffff;
	line-height: 1.1;
	font-weight: 700;
    max-width: 590px;
	padding-bottom: 15px;
	text-transform: none;
	}

.banner-slide.banner-slide2 .banner_caption .captionContainerInner .bannerHeading1, .banner-slide.banner-slide3 .banner_caption .captionContainerInner .bannerHeading1, .banner-slide.banner-slide4 .banner_caption .captionContainerInner .bannerHeading1 {
	max-width: 100%;
	}

.banner-slide.banner-slide4.slide4A .banner_caption .captionContainerInner .bannerHeading1 {
    max-width: 550px;
	}

.banner-slide.banner-slide4 .banner_caption .captionContainerInner .bannerHeading1 {
    font-size: 40px;
	}

/* Banner Link Button */

.banner-link-btn, .banner-link-btn2 {
	position: relative;
	font-size: 0px;
	font-size: 15px;
    font-weight: 700;
	vertical-align: top;
	margin: 0px auto 0px;
	display: inline-block;
	}
	
.banner-link-btn a, .banner-link-btn2 a {
	position: relative;
	color: #ffffff;
	overflow: hidden;
	margin: 0px auto;
    min-width: 250px;
	line-height: 25px;
    border-radius: 5px;
	text-align: center;
	vertical-align: top;
	display: inline-block;
    background: transparent;
	padding: 14px 40px 14px;
    border: 1px solid #41a4d4;
	}

.banner-link-btn a {
    background: #41a4d4;
	}
	
.banner-link-btn a:hover {
	color: #ffffff;
    background: #333333;
    border-color: #333333;
	}

.banner-link-btn2 a:hover {
	color: #ffffff;
    background: #41a4d4;
    border-color: #41a4d4;
	}

.homeBannerSlider .slick-prev, .homeBannerSlider .slick-next {
    width: 19px;
    height: 30px;
	}
	
.homeBannerSlider .slick-prev {
	left: 5px;
	padding: 0px 0px 0px 19px;
	background: url(../images/banner-slick-nav.png) left top no-repeat;
	}
	
.homeBannerSlider .slick-next {
	right: 5px;
	padding: 0px 19px 0px 0px;
	background: url(../images/banner-slick-nav.png) right top no-repeat;
	}
	
.homeBannerSlider .slick-prev:hover,
.homeBannerSlider .slick-prev:focus {
	background: url(../images/banner-slick-nav.png) left bottom no-repeat;
	}

.homeBannerSlider .slick-next:hover,
.homeBannerSlider .slick-next:focus {
	background: url(../images/banner-slick-nav.png) right bottom no-repeat;
	}

.homeBannerSlider .slick-dots {
	bottom: 30px;
	margin: 0px auto;
	}
	
/* Container Style */
	
.pt0 { padding-top: 0px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt100 { padding-top: 100px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb100 { padding-bottom: 100px !important; }

.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt100 { margin-top: 100px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb100 { margin-bottom: 100px !important; }

.mg5 { margin: 5px !important; }
.p15 { padding: 15px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.ml20 { margin-left: 20px !important; }
.mr20 { margin-right: 20px !important; }

/* Main Content Wrapper */

.main-content-wrapper {
	position: relative;
    width: 100%;
    z-index: 1;
	margin: 0px auto;
	padding: 0px 0px;
    max-width: 1920px;
	}

/* Section */

.section {
    position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 60px 0px;
    background: #ffffff;
	}

.section-content {
    position: relative;
    margin: 0px auto;
    }

/* Section 1 */

.section1 {
    text-align: center;
	}

.section-content1 .mainHeading {
    max-width: 500px;
    }

/* Grid Block 1 */

.gridBlock1 {
	position: relative;
	display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin: 0px auto;
    text-align: center;
    padding: 20px 50px;
	}

.gridBlock1 h4 {
    padding-bottom: 5px;
	}

.gridBlock1 figure {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px;
    height: 80px;
    text-align: center;
    margin: 0px auto 25px;
	}
	
.gridBlock1 figure:before {
    position: relative;
    height: 100%;
    clear: both;
    content: '';
    display: inline-block;
    vertical-align: middle;
	}
	
.gridBlock1 figure img {
	position: relative;
	max-height: 100%;
	max-width: 100%;
    display: inline-block;
    vertical-align: middle;
	}

/* Section 2 */

.section2 {
    background: #f7f7f7;
	}

.section-content2 {
    max-width: 800px;
    text-align: center;
    }

/* Services Slider */

.services-slider {
	position: relative;
	display: block;
    z-index: 2;
	font-size: 0px;
	padding: 0px 0px;
	margin: 0px auto -7px;
	}
	
.service-slidebox {
	position: relative;
	cursor: pointer;
	font-size: 0px;
	width: 16.6666%;
	margin: 0px auto;
	vertical-align: top;
	display: inline-block;
	padding: 0px 15px 25px;
	}
	
.service-slidebox:after {
	position: absolute;
	content: '';
	width: 0px;
	left: 50%;
	height: 0px;
	bottom: 0px;
	margin: 0px auto;
	overflow: hidden;
	text-align: center;
	margin-left: -12px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 18px solid transparent;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,.1));
	}
	
.slick-current .service-slidebox:after {
	border-bottom-color: #ffffff;
	}
	
.service-slidebox>a {
	position: relative;
	font-size: 15px;
	display: block;
	width: 100%;
	height: 100%;
	color: #333333;
	overflow: hidden;
	padding: 0px 0px 15px;
	}
	
.service-img-box {
	position: relative;
	display: block;
	width: 100%;
	height: 80px;
	overflow: hidden;
	text-align: center;
    margin: 0px auto 20px;
	}
	
.service-img-box figure {
	position: absolute;
	display: block;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	overflow: hidden;
	}
	
.service-img-box figure:before {
	position: relative;
	clear: both;
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	}
	
.service-img-box figure img {
	position: relative;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	}

.service-content {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 0px 0px 0px;
	}
	
.service-title {
	position: relative;
	display: block;
	color: #333333;
	font-size: 18px;
	line-height: 1.4;
    font-weight: 700;
	}

.services-slider .slick-prev {
	left: -50px;
	}

.services-slider .slick-next {
	right: -50px;
	}

/* Services Slider */

.service-info-slider {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px auto 0px;
	}
	
.service-info-slidebox {
	position: relative;
	display: block;
	padding: 6px;
    width: 100%;
	margin: 0px auto;
	}

.service-info-slidebox-inner {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 40px 25px;
    background: #ffffff;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
	}

.service-info-content {
	position: relative;
	display: block;
	width: 100%;
	text-align: justify;
	}
	
.service-info-imgbox {
	position: relative;
	display: block;
	width: 100%;
	height: 0px;
	overflow: hidden;
	text-align: center;
	padding-bottom: 67%;
	}
	
.service-info-imgbox figure {
	position: absolute;
	display: block;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	overflow: hidden;
	background: #e2e2e2;
    margin: 0px auto 0px;
	}
	
.service-info-imgbox figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

/* Section 3 */

.section3 {
	}

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

/* Solutions Slider Section */

.solutions-slider-container {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
	margin: 0px auto 0px;
	}

/* Solutions Slider */
	
.solutions-slider {
	position: relative;
	display: block;
	padding: 0px 0px;
    margin: 0px auto 60px !important;
	}

.solutions-slider .slick-slide {
	position: relative;
	margin: 0px auto;
    /*opacity: 0.3;*/
    padding: 10px 15px;
	transition: all 0.5s linear;
	}

.solutions-slider .slick-current {
	opacity: 1;
	}

@media (min-width: 992px) {
	.solutions-slider .slick-slide { width: 810px !important; }
	}

.solutions-slider .solution-block {
	position: relative;
	display: block;
	}

.solution-content-row {
    position: relative;
    }

.solutionThumbContainer {
	position: relative;
	display: block;
	height: 0px;
    z-index: 2;
    /*width: 100%;*/
	overflow: hidden;
    /*padding-bottom: 70.85%;*/
    padding-bottom: 86%;
	margin: 0px -70px 0px auto;
	}
	
.solutionThumbContainer figure {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	margin: 0px auto;
	}
	
.solutionThumbContainer figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.solution-text {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 40px 20px 40px 60px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
	text-align: justify;
    }

.solution-text h6 {
    font-size: 18px;
    padding-bottom: 5px;
    }

.solutions-slider .slick-dots {
    bottom: -60px;
	}

/* Section 4 */

.section4 {
    padding-top: 30px;
	}

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

/* Partners Slider */

.partners-slider, .partners-slider2 {
	position: relative;
	display: block;
	padding: 0px 0px;
	margin: 30px auto 0px;
	}
	
.partner-slidebox {
	position: relative;
	cursor: pointer;
	font-size: 0px;
	width: 33.3333%;
	margin: 0px auto;
	vertical-align: top;
	display: inline-block;
	padding: 0px 15px 0px;
	}
	
.partner-slidebox>a {
	position: relative;
	font-size: 15px;
	display: block;
	width: 100%;
	height: 100%;
	color: #333333;
	overflow: hidden;
	padding: 0px 0px;
	}
	
.partner-img-box {
	position: relative;
	display: block;
	width: 100%;
	height: 180px;
	overflow: hidden;
	text-align: center;
    margin: 0px auto 0px;
	}
	
.partner-img-box figure {
	position: absolute;
	display: block;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	overflow: hidden;
	}
	
.partner-img-box figure:before {
	position: relative;
	clear: both;
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	}
	
.partner-img-box figure img {
	position: relative;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	}

.partners-slider .slick-prev, .partners-slider2 .slick-prev {
	left: -50px;
	}

.partners-slider .slick-next, .partners-slider2 .slick-next {
	right: -50px;
	}

/* Partners Slider */

.partner-info-slider {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px auto 0px;
	}
	
.partner-info-slidebox {
	position: relative;
	display: block;
	padding: 0px;
    width: 100%;
	margin: 0px auto;
	}

.partner-info-slidebox-inner {
	position: relative;
	display: block;
    width: 100%;
	padding: 30px;
    font-size: 10px;
    font-weight: 300;
    max-width: 570px;
	margin: 0px auto;
    font-style: italic;
    text-align: center;
	}

/* Section 5 And 6 */

.section5 {
	padding: 30px 0px;
    background: #f7f7f7;
	margin: 60px auto 0px;
	}

.section6 {
	}

.section-content5, .section-content6 {
    max-width: 980px;
    text-align: center;
    }

.text-blue, .text-blue h1, .text-blue h2 {
    color: #41a4d4 !important;
    }

.text-blue h1 span, .section4-content .mainHeading h2 span {
    font-weight: 500;
    }

/* Grid Block 2 */

.gridBlock2 {
	position: relative;
	display: block;
    width: 100%;
    padding: 20px;
    max-width: 135px;
    margin: 0px auto;
    text-align: center;
	}

.gridBlock2 h6 {
    text-align: center;
    padding-bottom: 5px;
	    font-size: 15px;
	}

.gridBlock2 figure {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px;
    height: 70px;
    text-align: center;
    margin: 0px auto 25px;
	}
	
.gridBlock2 figure:before {
    position: relative;
    height: 100%;
    clear: both;
    content: '';
    display: inline-block;
    vertical-align: middle;
	}
	
.gridBlock2 figure img {
	position: relative;
	max-height: 100%;
	max-width: 100%;
    display: inline-block;
    vertical-align: middle;
	}

.extraTopPadding {
    padding-top: 60px !important;
    }

.stepsImg, .stepsImg img {
    position: relative;
    display: block;
    text-align: center;
    margin: 15px auto 40px;
    }

.stepsImg img {
    max-width: 100%;
    margin: 0px auto 0px;
    }

.section6-content .link-btn a {
    min-width: 250px;
    }

/* Section 7 */

.section7 {
    background: #f7f7f7;
	}

.section-content7 {
    max-width: 980px;
    text-align: center;
    }

.pricing-table-row, .pricing-table-row .row {
    margin-left: -10px;
    margin-right: -10px;
    }

.pricing-table-row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
	}

.pricing-card {
    position: relative;
    display: block;
    width: 100%;
    color: #333333;
    overflow: hidden;
    text-align: left;
    background: #ffffff;
    margin: 0px auto 30px;
    transition: .3s linear;
    }

.pricing-card.border {
    border: 1px solid #e0e0e0;
    }

.pricing-card strong {
    font-weight: 600;
    }

.pricing-card-header, .pricing-card-sub-header {
    position: relative;
    display: block;
    padding: 15px;
    transition: .4s linear;
    }

.starter-pricing-card-body {
    padding: 15px 10px;
    }

.starter-pricing-card-body, .pricing-card-sub-header {
    border-top: 1px solid #e0e0e0;
    }

.pricing-card-header h4 {
    padding: 0px;
    color: #41a4d4;
    font-size: 25px;
    font-weight: 700;
    }

.pricing-card h6, .pricing-card-sub-header h6 {
    padding: 0px;
    color: #0b5d85;
    font-size: 16px;
    font-weight: 600;
    }

.pricing-card-body, .pricing-card-footer {
    position: relative;
    display: block;
    padding: 15px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    transition: .4s linear;
    }

.pricing-card-footer {
    border: none;
    }

.pricing-card:hover .pricing-card-header {
    box-shadow: 0 0 0 50em #f1f1f1;
    }

/* Section 8, 9, 10, 11, 12 */

.section8, .section9, .section10, .section11, .section12, .section13, .section14 {
	}

.section9, .section11, .section13 {
    background: #f7f7f7;
	}

.section-content8, .section-content9, .section-content10, .section-content11, .section-content12, .section-content13, .section-content14 {
    max-width: 980px;
    text-align: center;
    }

.section-content10 .mainHeading h1, .section-content10 .mainHeading h2 {
    font-size: 40px;
    }

.section-content10 h4 {
    max-width: 830px;
    margin: 0px auto;
    }

.section-content12 .mainHeading {
    max-width: 750px;
    }

.section14 .mainHeading h1, .section14 .mainHeading h2 {
    font-size: 40px;
    }

.pricing-table-row2, .pricing-table-row2 .row {
    margin-left: -4px;
    margin-right: -4px;
    }

.pricing-table-row2 [class*="col-"] {
    padding-left: 4px;
    padding-right: 4px;
	}

/* Pricing Table Header Img */

.pricing-header-icon {
	background:url('../images/topbg.png');
	position: relative;
    display: block;
    width: 102%;
    margin: 0px auto;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 162px;
    z-index: 9;		
	}

.pricing-header-icon figure {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px;
    height: 85px;
    text-align: center;
    margin: 0px auto 20px;
	}
	
.pricing-header-icon figure:before {
    position: relative;
    height: 100%;
    clear: both;
    content: '';
    display: inline-block;
    vertical-align: middle;
	}
	
.pricing-header-icon figure img {
	position: relative;
	max-height: 100%;
	max-width: 100%;
    display: inline-block;
    vertical-align: middle;
	}

.pricing-card2 {
    position: relative;
    display: block;
    width: 102%;
    color: #333333;
    font-size: 11px;
    font-weight: 500;
    overflow: hidden;
    text-align: left;
    background: #f0f0f0;
    margin: 0px auto 10px;
    transition: .3s linear;
    border: 1px solid #e0e0e0;
    top: -30px;
    padding-top: 30px;
	border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;	
    }

.pricing-card2 strong {
    font-weight: 600;
    }

.price-block {
    position: relative;
    display: block;
    padding: 15px 12px;
    transition: .4s linear;
    }

.price-block {
    display: flex;
    flex: 1;
    padding: 20px;
    flex-flow: row;
    align-items: center;
    justify-content: center;
   /* border-top: 1px solid #e0e0e0;*/
    }

.nopadding {
    padding: 0px !important;
    }

.price-block h3 {
    padding: 0px;
    color: #41a4d4;
    font-size: 29px;
    font-weight: 500;
    }

.pricing-card-header2 h6 {
    padding: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    }

.pricing-small-heading {
    position: relative;
    display: block;
    padding: 0px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
	/*text-align:center;*/
    }

.pricing-card2 ul.ul-listing li, .pricing-card2 ul.ul-listing2 li {
	position: relative;
	line-height: 18px;
    margin-bottom: 0px;
	list-style-type: none;
	padding: 2px 0px 2px 12px;
	}
	
.pricing-card2 ul.ul-listing li:before {
	top: 8px;
	width: 5px;
	height: 5px;
	border-radius: 0%;
	margin-left: -12px;
	background: #999999;
	}
	
.pricing-card2 ul.ul-listing2 li {
	padding: 2px 20px 2px 0px;
	}
	
.pricing-card2 ul.ul-listing2 li:before {
    display: none;
	}

.pricing-card2 ul.ul-listing2 li:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 7px;
	width: 12px;
	height: 9px;
	overflow: hidden;
	background: url("../images/tick-icon2.png") center center no-repeat;
	}

.pricing-card-body2, .pricing-card-footer2, .pricing-card-footer-header2 {
    position: relative;
    display: block;
    padding: 15px 12px;
    border-top: 1px solid #e0e0e0;
    /*border-bottom: 1px solid #e0e0e0;*/
    transition: .4s linear;
    }

.pricing-card-footer2 {
    border-top: none;
    }

.pricing-card-footer-header2 {
    border: none;
    color: #41a4d4;
    text-align: center;
    }

.pricing-card-footer-header2 h4 {
    padding: 0px;
    color: #41a4d4;
    font-weight: 700;
    text-align: center;
    }

.collapse-header {    
    position: relative;
    display: block;
    padding: 0px;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
	line-height: 18px;
    text-transform: uppercase;
	}
	
.collapse-header a {
	position: relative;
	display: block;
    color: #000000;
	overflow: hidden;
	padding: 0px 20px 0px 0px;
	}
	
.collapse-header a[aria-expanded="true"] {
	}

.collapse-header a.collapsed {
	border-bottom: none;
	}

.collapse-header a:after {
	position: absolute;
	content: "";
	right: 0px;
	top: 50%;
	width: 14px;
	height: 8px;
	overflow: hidden;
	margin-top: -5px;
	background: url(../images/arrow-down.png) center center no-repeat;
    background-size: 14px 8px;
	}

.collapse-header > a[aria-expanded="true"]:after {
	background: url(../images/arrow-up.png) center center no-repeat;
    background-size: 14px 8px;
	}

.pricing-card2:hover .pricing-card-header2 {
    box-shadow: 0 0 0 150em #f1f1f1;
    }

.footnote {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 0px auto 30px;
    }
.footnote span{display:list-item}
.screening-price {
    position: relative;
    display: block;
    text-align: center;
    margin: 0px auto 0px;
    }

.screening-price h3 {
    padding: 0px;
    color: #41a4d4;
    font-size: 30px;
    }

.screening-price h2 {
    padding: 0px;
    color: #41a4d4;
    font-size: 40px;
    }

.screening-price h2 span {
    font-weight: 500;
    }

/* Grid Block 3 */

.gridBlock3 {
	position: relative;
	display: block;
    width: 100%;
    padding: 30px;
    text-align: center;
    margin: 0px auto 30px;
    border: 1px solid #d8d8d8;
	}

.gridBlock3 h4 {
    text-align: center;
    padding-bottom: 0px;
	}

.gridBlock3 figure {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px;
    height: 100px;
    text-align: center;
    margin: 0px auto 25px;
	}
	
.gridBlock3 figure:before {
    position: relative;
    height: 100%;
    clear: both;
    content: '';
    display: inline-block;
    vertical-align: middle;
	}
	
.gridBlock3 figure img {
	position: relative;
	max-height: 100%;
	max-width: 100%;
    display: inline-block;
    vertical-align: middle;
	}

/* Grid Block 4 */

.gridBlock4 {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
    text-align: center;
    margin: 0px auto 30px;
	}

.gridBlock4 h6 {
    text-align: center;
	}

.gridBlock4 figure {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px;
    height: 100px;
    text-align: center;
    margin: 0px auto 25px;
	}
	
.gridBlock4 figure:before {
    position: relative;
    height: 100%;
    clear: both;
    content: '';
    display: inline-block;
    vertical-align: middle;
	}
	
.gridBlock4 figure img {
	position: relative;
	max-height: 100%;
	max-width: 100%;
    display: inline-block;
    vertical-align: middle;
	}

/* Grid Block 5 */

.gridBlock5 {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
    max-width: 280px;
    text-align: center;
    margin: 0px auto 60px;
	}

.gridBlock5 h2 {
    font-size: 22px;
    text-align: center;
	}

.gridBlock5 figure {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px;
    height: 80px;
    text-align: center;
    margin: 0px auto 25px;
	}
	
.gridBlock5 figure:before {
    position: relative;
    height: 100%;
    clear: both;
    content: '';
    display: inline-block;
    vertical-align: middle;
	}
	
.gridBlock5 figure img {
	position: relative;
	max-height: 100%;
	max-width: 100%;
    display: inline-block;
    vertical-align: middle;
	}

/* Grid Block 6 */

.gridBlock6 {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
    text-align: center;
    margin: 0px auto 60px;
	}

hr {
	position: relative;
	display: block;
    width: 100%;
	margin: 30px auto;
    border-top: 1px solid #e0e0e0;
    }

/* Content Style */

.inner-banner {
	position: relative;
	width: 100%;
	display: block;
	margin: 0px auto 0px;
	}
	
.breadcrumb-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px 0px;
    background: #f2f2f2;
	}
	
.breadcrumb-container ul {
	position: relative;
	display: block;
	color: #333333;
	font-size: 14px;
    font-weight: 300;
	margin: 0px auto;
	padding: 0px 0px;
    text-align: center;
	list-style-type: none;
	}
	
.breadcrumb-container ul li {
	position: relative;
	line-height: 20px;
	vertical-align: top;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.breadcrumb-container ul li a {
	position: relative;
	color: #333333;
	display: block;
	overflow: hidden;
	line-height: 20px;
	margin: 0px 3px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.breadcrumb-container ul li.home a {
	color: #41a4d4;
    font-weight: 500;
    text-transform: uppercase;
	}

.breadcrumb-container ul li.home a:hover, .breadcrumb-container ul li.home.selected a {
	color: #333333;
	}

.breadcrumb-container ul li a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    font-size: 12px;
    color: #333333;
	content: '\f054';
	vertical-align: top;
	display: inline-block;
	margin: 0px 5px 0px 7px;
	}
	
.breadcrumb-container ul li a:hover, .breadcrumb-container ul li.selected a {
	color: #41a4d4;
	}

.mainHeading {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 0px 0px 15px;
	}

.mainHeading h1, .mainHeading h2, .mainHeading h3, .mainHeading h4, .mainHeading h5, .mainHeading h6 {
	padding-bottom: 0px;
	}
	
.mainHeading h1, .mainHeading h2 {
	font-size: 40px;
    font-weight: 800;
	line-height: 1.4;
	}
	
.uppercase {
	text-transform: uppercase !important;
	}
	
.NoUppercase {
	text-transform: none !important;
	}
	
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Montserrat, "sans-serif";
	position: relative;
	font-size: 40px;
	color: #333333;
	line-height: 1.4;
	font-weight: 700;
	margin: 0px 0px 0px;
	text-transform: none;
	padding: 0px 0px 15px;
	}

.h1, .h2, .h3, .h4, .h5, .h6 {
	}
	
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
	font-weight: 700;
	}
	
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
	font-weight: 400;
	}
	
h2, .h2 {
	font-size: 30px;
	}
	
h3, .h3 {
	font-size: 27px;
	}
	
h4, .h4 {
	font-size: 24px;
	}
	
h5, .h5 {
	font-size: 21px;
	}

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

p {
    margin: 0 0 25px;
	line-height: 1.6;
	}

ul.ul-listing, ul.ul-listing2, ol.ol-listing {
	margin: 0px 0px 20px;
	display: block;
	padding: 0px;
	width: 100%;
	text-align: left;
	list-style-position: inside;
	}
	
ul.ul-listing.text-center, ul.ul-listing2.text-center, ol.ol-listing.text-center {
	text-align: center;
	}
	
ul.ul-listing li, ul.ul-listing2 li {
	position: relative;
	line-height: 26px;
    margin-bottom: 10px;
	list-style-type: none;
	padding: 2px 0px 2px 20px;
	}
 ul.ul-listing2 li {
    position: relative;
    line-height: 25px;
    margin-bottom: 10px;
    list-style-type: none;
    padding: 7px 0px 10px 20px;
    background: #e0e0e0;
}
/*ul.ul-listing li:before, ul.ul-listing2 li:before {*/
ul.ul-listing li:before{
	position: absolute;
	content: '';
	left: auto;
	top: 11px;
	width: 7px;
	height: 7px;
	overflow: hidden;
	margin-left: -20px;
	background: #41a4d4;
	border-radius: 100%;
	}

/*ul.ul-listing2 li:before {
	top: 10px;
	width: 12px;
	height: 9px;
	border-radius: 0%;
	background: url("../images/tick-icon.png") center center no-repeat;
	}*/
	
ul.ul-listing ul, ul.ul-listing2 ul {
	margin: 10px 0px 0px;
	}
	
ol.ol-listing {
	padding: 0px 0px 0px 15px;
	list-style-position: outside;
	}
	
ol.ol-listing li {
	line-height: 26px;
    margin-bottom: 10px;
	list-style-type: decimal;
	padding: 2px 0px 2px 0px;
	}
	
ol.ol-listing li ul.ul-listing li {
	list-style-type: none;
	}
	
.imgLeft {
	position: relative;
	float: left;
	width: auto;
    height: auto;
	max-width: 100%;
	clear: left !important;
	margin: 5px 40px 40px 0px;
	}
	
.imgRight {
	position: relative;
	float: right;
	width: auto;
    height: auto;
	max-width: 100%;
	clear: right !important;
	margin: 5px 0px 40px 40px;
	}
	
/* Slick Slider */

.slick-dotted.slick-slider {
	margin-bottom: 0px;
	}
	
.slick-slide img {
	display: inline-block;
	}
	
.slick-prev, .slick-next {
	background: none;
	z-index: 5;
	width: 27px;
	height: 46px;
	font-size: 0px;
	-webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
	}
	
.slick-prev:before, .slick-next:before {
	display: none;
	}
	
.slider-nav {
	margin-left: 0px;
	margin-right: 0px;
	}
	
.slick-prev {
	left: 0px;
	padding: 0px 0px 0px 27px;
	background: url(../images/slick-nav.png) left top no-repeat;
	}
	
.slick-next {
	right: 0px;
	padding: 0px 27px 0px 0px;
	background: url(../images/slick-nav.png) right top no-repeat;
	}
	
.slick-prev:hover,
.slick-prev:focus {
	background: url(../images/slick-nav.png) left bottom no-repeat;
	-webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
	}

.slick-next:hover,
.slick-next:focus {
	background: url(../images/slick-nav.png) right bottom no-repeat;
	-webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
	}

.slick-dots {
    width: 100%;
	z-index: 5;
	left: 0%;
	bottom: 0px;
	font-size: 0px;
	margin: 0px auto 0px;
	}
	
.slick-dots li {
    position: relative;
    border: none;
	width: 31px;
	height: 31px;
	margin: 0px 5px;
	overflow: hidden;
	border-radius: 100%;
	background: #dedede;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
	
.slick-dots li:hover, .slick-dots li.slick-active {
	background: #333333;
    border-color: #333333;
	}
	
.slick-dots li button {
	width: 100%;
	height: 100%;
	}

.slick-dots li button:before, .slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}

.slick-dots li button:before {
	line-height: 31px;
	font-size: 0px;
	top: 0px;
	left: 0px;
	width: 31px;
	height: 31px;
	overflow: hidden;
	border-radius: 100%;
	background: transparent;
	}
	
.slick-dots li:hover button:before, .slick-dots li.slick-active button:before {
	opacity: 1;
	background: #333333;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
	
/* Link Button */

.link-btn, .link-btn2 {
    font-family: Montserrat;
	position: relative;
	z-index: 1;
	display: block;
	font-size: 15px;
	font-weight: 700;
	margin: 0px auto 0px;
	}

.link-btn a, .link-btn2 a {
	position: relative;
	text-align: center;
	color: #ffffff;
	overflow: hidden;
	line-height: 25px;
    border-radius: 5px;
    background: #41a4d4;
	vertical-align: top;
	display: inline-block;
	padding: 15px 40px 15px;
	text-decoration: none !important;
	}
	
.link-btn a:hover, .link-btn a:focus {
	color: #ffffff;
    background: #333333;
	border-color: #333333;
	}

.link-btn2 a:hover, .link-btn2 a:focus {
	color: #ffffff;
    background: #41a4d4;
	border-color: #41a4d4;
	}
	
.photoContainer {
	position: relative;
	display: block;
	width: 100%;
    overflow: hidden;
	margin: 0px 0px 40px;
	}

.photoContainer img {
	position: relative;
	display: block;
	width: 100%;
	}

/* Table Style */

.table th, .table td {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    background: #ffffff;
    vertical-align: middle;
    border: 1px solid #e0e0e0;
	}

.table th {
    color: #41a4d4;
    font-size: 25px;
    font-weight: 700;
	}
	
/* Footer Styles */

.footer-wrapper {
    position: relative;
    display: block;
    width: 100%;
	color: #ffffff;
	font-size: 14px;
    font-weight: 500;
    margin: 0px auto;
    max-width: 1920px;
	background: #333333;
	}

/* Footer Top */

.footer-top {
    position: relative;
    display: block;
	color: #ffffff;
	font-size: 14px;
    font-weight: 500;
	overflow: hidden;
	line-height: 20px;
    padding: 45px 0px 25px;
	}
	
.footer {
	position: relative;
	}
	
.footer .row {
	position: relative;
	justify-content: space-between;
	}

.footer a {
    color: #41a4d4;
	}

.footer a:hover {
    color: #ffffff;
	}

.ftcol {
	position: relative;
	float: left;
	width: auto;
    max-width: 30%;
	padding: 0px 30px;
	}

.ftcol.ftcol1 {
    max-width: 50%;
	}

.footer .link-btn + .link-btn {
    margin-top: 10px;
	}

.footer .link-btn a {
    color: #ffffff;
    min-width: 250px;
	}

.footer .link-btn a:hover, .footer .link-btn a:focus {
    color: #ffffff;
    background: #161616;
	}

/* Footer Head */
	
.footer-head {
	position: relative;
	display: block;
    color: #41a4d4;
	font-size: 16px;
    font-weight: 700;
	margin: 0px 0px 15px;
	padding: 0px 0px 0px;
	}
	
/* Footer Nav */

ul.footer-nav {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px -15px;
	list-style-type: none;
	}
	
ul.footer-nav li {
    position: relative;
	display: block;
	padding: 0px 15px;
	margin: 0px auto 10px;
	}

ul.footer-nav li a {
	position: relative;
	color: #ffffff;
	display: block;
	overflow: hidden;
	}
	
ul.footer-nav li a:hover, ul.footer-nav li.selected a {
	color: #41a4d4;
	}

/* Footer Mid */

.footer-mid {
    position: relative;
    display: block;
    font-size: 14px;
	overflow: hidden;
    line-height: 20px;
	padding: 12px 0px;
    text-align: center;
    background: #2a2a2a;
    color: rgba(255,255,255,0.4);
	}
	
.footer-mid a {
    color: rgba(255,255,255,0.4);
	}

.footer-mid a:hover {
	color: #41a4d4;
	}

.footer-mid ul.footer-nav li {
    vertical-align: top;
	margin: 0px auto 0px;
    display: inline-block;
	}

.footer-mid ul.footer-nav li a {
    color: rgba(255,255,255,0.4);
	}
	
.footer-mid ul.footer-nav li a:hover, .footer-mid ul.footer-nav li.selected a {
	color: #41a4d4;
	}

/* Footer Bottom */

.footer-bottom {
    position: relative;
    display: block;
    font-size: 14px;
	overflow: hidden;
    line-height: 20px;
	padding: 12px 0px;
    background: #161616;
    color: rgba(255,255,255,0.4);
	}
	
.footer-bottom a {
    color: rgba(255,255,255,0.4);
	}

.footer-bottom a:hover {
	color: #41a4d4;
	}

/* Copyright */

.copyright {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
    line-height: 20px;
    text-align: center;
	}

/* Contact Form */
	
.contactForm {
	position: relative;
	display: block;
    width: 100%;
    margin: 0px auto;
	}
	
.control-label {
    font-family: Montserrat;
	display: block;
	color: #333333;
	font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	}

.google-recaptch {
	position: absolute;
	bottom: 200px;
	right: -9px;
	}

.required-field {
	color: #ff0000;
	}
	
.form-group, .form-check {
	margin-bottom: 20px;
	}
	
.form-control, .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .form-custom-select {
	font-family: Montserrat;
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	padding: 9px 20px;
	border-radius: 0px;
	background-image: none;
	background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.3);
	}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select, .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
	}
	
.bootstrap-select .dropdown-item.disabled, .bootstrap-select .dropdown-item:disabled {
	color: #999999;
	}
	
.bootstrap-select .dropdown-toggle:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f107";
    font-size: 16px;
    border: 0;
	}
	
.bootstrap-select .dropdown-toggle[aria-expanded="true"]:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f106";
    font-size: 16px;
    border: 0;
	}
	
.form-custom-select:hover {
	border-color: #333333;
	}
	
.form-horizontal .checkbox, .form-horizontal .radio {
    position: relative;
    min-height: 1px;
	font-weight: normal;
    display: inline-block;
    margin: 3px 5px 0px 0px;
	}

textarea.form-control {
	min-height: 130px;
	height: auto !important;
	}
	
textarea {
	resize: none;
	}
	
.form-control:focus, .form-control:hover {
	outline: 0;
	border: 1px solid #333333;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
	
.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity: 1;
	color: #999999;
	}

.form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	color: #999999;
	}

.form-control::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1;
	color: #999999;
	}

.form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 1;
	color: #999999;
	}
	
.form-control:focus::-webkit-input-placeholder { color: transparent !important; }
.form-control:focus:-moz-placeholder { color: transparent !important; }
.form-control:focus::-moz-placeholder { color: transparent !important; }
.form-control:focus:-ms-input-placeholder { color: transparent !important; }

.btn-primary, .btn-secondary {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	width: 100%;
	display: block;
    min-width: 150px;
	line-height: 20px;
	padding: 15px 40px;
    text-align: center;
    border-radius: 5px;
	border: none !important;
	text-transform: uppercase;
	}

.btn-primary { color: #ffffff; background: #41a4d4; border-color: transparent; }
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus { color: #ffffff; background: #333333; border-color: transparent; box-shadow: none !important; }
.btn-primary.disabled, .btn-primary:disabled { color: #ffffff; background-color: #41a4d4; border-color: transparent; opacity: 0.4; }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { color: #ffffff; background-color: #41a4d4; border-color: transparent; }
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus { box-shadow: none !important; }

.btn-secondary { color: #ffffff; background: #333333; border-color: transparent; }
.btn-secondary:hover, .btn-secondary.focus, .btn-secondary:focus { color: #ffffff; background: #41a4d4; border-color: transparent; box-shadow: none !important; }
.btn-secondary.disabled, .btn-secondary:disabled {color: #ffffff; background-color: #333333; border-color: transparent; opacity: 0.4; }
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle { color: #ffffff; background-color: #333333; border-color: transparent; }
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus { box-shadow: none !important; }

/* Scroll To Top */
	
#toTop {
	text-decoration: none;
	position: fixed;
	display: none;
	bottom: 50px;
	right: 10px;
	width: 50px;
	height: 50px;
	border: none;
	z-index: 1001;
	text-indent: 100%;
	background: url(../images/ui.totop.png) 0px 0px no-repeat;
	overflow: hidden;
	}

#toTopHover {
	background: url(../images/ui.totop.png) 0px -50px no-repeat;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	float: left;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	}

#toTop:active, #toTop:focus {
	outline: none;
	}
	
/* =Media Queries
-------------------------------------------------------------- */

@media (max-width: 1299.98px) {
    .services-slider .slick-prev, .partners-slider .slick-prev, .partners-slider2 .slick-prev { left: 0px; }
    .services-slider .slick-next, .partners-slider .slick-next, .partners-slider2 .slick-next { right: 0px; }
	}
	
@media (max-width: 1199.98px) {
    .header-nav-wrapper { margin: 0px 40px; }
    .banner_caption .captionContainer .bannerHeading1 { font-size: 50px; }
    .mainHeading h1, .mainHeading h2 { font-size: 40px; }
	.imgLeft, .imgRight { max-width: 40%; }
	.google-recaptch { display: none !important; }
	}

/* Portrait tablets and medium desktops */
@media (max-width: 991.98px) {
	.headerRightContainer { position: absolute; top: 0px; margin: 0px; display: block; clear: both; left: 0px; right: 0px; z-index: 5; float: none; }
    .header-nav-wrapper { float: none; margin: 15px auto; height: 40px; z-index: 1; position: absolute; left: 0px; right: 0px; }
    .header-nav-container { position: absolute; top: auto; margin: 0px; display: block; clear: both; left: 0px; right: 0px; }
    .header-nav-wrapper .nav { display: none !important; }
    .mean-container a.meanmenu-reveal { right: 15px !important; }
    .startTodayBtn { margin-right: 65px; z-index: 6; float: right; }
    .banner_caption .captionContainer { font-size: 15px; }
    .banner_caption .captionContainer .bannerHeading1, .section14 .mainHeading h1, .section14 .mainHeading h2, .section-content10 .mainHeading h1, .section-content10 .mainHeading h2, .banner-slide.banner-slide4 .banner_caption .captionContainerInner .bannerHeading1 { font-size: 45px; }
    .banner_caption .captionContainer .bannerHeading1 { padding-bottom: 10px; }
    .banner_caption .captionContainer p { letter-spacing: 0px; margin-bottom: 15px; }
    .banner_caption .captionContainerInner { max-width: 100%; }
    .ftcol { max-width: none; padding: 15px 30px; }
    
    /*.footer-top { padding: 40px 0px 25px; text-align: center; }
    .ftcol, .ftcol.ftcol3, .ftcol.ftcol4 { width: 100% !important; padding: 10px 15px; }
    .footer-location, .footer-phone, .footer-email { display: table; text-align: center; }
    ul.footer-nav li, ul.footer-social-nav li { display: inline-block; vertical-align: top; }*/
	}
	
@media (max-width: 800px) {
	}

/* Landscape phones and portrait tablets */
@media (max-width: 767.98px) {
	.container, .header-container { padding: 0px 15px; }
    .bannerWrapper { background: #333333; }
    .banner_caption { position: relative; top: auto; left: auto; padding: 0px; }
    .banner_caption .captionWrapper { padding: 40px 15px; }
    .banner_caption .captionContainerInner, .banner_caption .captionContainer .bannerHeading1 { max-width: 100% !important; text-align: center !important; }
    .banner_caption .captionContainerInner .row, .banner_caption .captionContainerInner .form-row { justify-content: center; }
    .homeBannerSlider .slick-dots { bottom: 15px; }
    .service-info-imgbox { margin-bottom: 30px; }
    .solutionThumbContainer { padding-bottom: 70.85%; margin: 0px auto; }
    .solution-text { padding: 40px 30px 15px; }
    
    .footer-top { padding: 40px 0px 25px; text-align: center; }
    .ftcol { width: 100% !important; max-width: 100% !important; padding: 10px 15px; }
	}


	

@media (max-width: 567px) {
	.logo {width: 139px;}
	.logo img { max-width: 140px; }
	}

@media (max-width: 480px) {
    .startTodayBtn a { width: 150px; padding: 15px 30px; }
    h1, .mainHeading h1, .mainHeading h2 { font-size: 30px !important; }
	h2 { font-size: 27px !important; }
	h3 { font-size: 24px !important; }
	h4 { font-size: 21px !important; }
	h5 { font-size: 18px !important; }
	h6 { font-size: 15px !important; }
	}
	


@-ms-viewport{ width: auto !important; }


.accounting-prof.table th {border: none;}
.accounting-prof.table tr:nth-child(even) {background: #ecf6fa;}
.accounting-prof.table tr:nth-child(odd) {background: #FFF}
.accounting-prof.table .thead-dark th {
    color: #fff;
    background-color: #41a3d2;
    /* border-color: #41a3d2; */
    height: 150px;
	font-size: 23px;
}
.accounting-prof.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
    border-right: solid 2px #fff;
}
.accounting-prof.table thead tr:first-child th:first-child { border-top-left-radius: 30px; }
.accounting-prof.table thead tr:first-child th:last-child { border-top-right-radius: 30px; }
.accounting-prof.table tfoot tr:first-child td:first-child { border-bottom-left-radius: 30px; }
.accounting-prof.table tfoot tr:first-child td:last-child { border-bottom-right-radius: 30px; }
span.badge {
    position: relative;
    top: -20px;
    left: -30px;
    z-index: 9;
}
label.textlabel {
    position: relative;
    top: -48px;
    left: 9%;
    vertical-align: middle;
}

.accounting-prof.table th{background: transparent;}
.accounting-prof.table td {background: transparent; text-align: center; font-weight:700;}
.accounting-prof.table tr {height: 55px;}
table { border-collapse: separate; border-spacing: 0; }
td {
    border: solid 1px #000;
    border-style: none solid solid none;
    padding: 10px;
}
tr:last-child td:first-child { border-bottom-left-radius: 10px; }
tr:last-child td:last-child { border-bottom-right-radius: 10px; }


.table.full-service thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    color: #fff;
    background-color: #41a3d2;
    height: 150px;
    font-size: 23px;
	text-align: center;
    vertical-align: middle;
}
.full-service.table thead tr:first-child th:first-child {border-top-left-radius: 30px;}
.full-service.table thead tr:first-child th:first-child { border-top-left-radius: 30px; }
.full-service.table thead tr:first-child th:last-child { border-top-right-radius: 30px; }
.full-service.table tfoot tr:first-child td:first-child { border-bottom-left-radius: 30px; }
.full-service.table tfoot tr:first-child td:last-child { border-bottom-right-radius: 30px; }

ul.ul-listing2 li:after {
    content: "";
    background: url(../images/accounting-check.png) center center no-repeat;
    width: 34px;
    height: 32px;
    background-size: 30px !important;
    position: absolute;
    right: 0;
}

.full-service.table tr:last-child td:first-child {border-bottom-left-radius: 20px;}
.full-service.table tr:last-child td:last-child {border-bottom-left-radius: 20px;}


.full-service.table td{vertical-align: top;}
.full-service.table tr:last-child td:last-child {border-bottom-left-radius: 0;}

.pricing-card-body2 {
    margin-top: 100px;
}

.collapse-header a {
    color: #42a3d4;
    font-size: 20px;
}
.pricing-table-row2 ul.ul-listing2 li{background:transparent;}
ul.ul-listing li:before{content:none;}
ul.ul-listing li:after {
	content: "";
    position: absolute;
    right: 0;
	background: url(../images/hr-tick.png) center center no-repeat;
	background-size: 14px !important;
	width: 14px;
    height: 25px;
	}
.pricing-card2 ul.ul-listing2 li:after {
    background: url(../images/hr-tick.png) center center no-repeat;
	background-size: 14px !important;
	width: 14px;
    height: 25px;
}
.pricing-small-heading.uppercase.mainhd {
    font-size: 16px;
    text-align: center;
    color: #42a3d4;
    font-weight: 700;
}
p.plusicon {
    font-size: 24px;
    color: #42a3d4;
}
.pricing-small-heading.uppercase.mainhd.text-center {
    font-size: 16px;
    color: #42a3d4;
    font-weight: 700;
}
.from {
    color: #000;
    font-size: 16px;
}
.pricing-card-footer-header2 {
    border-top: solid 1px #ded9d9fc;
}
.hrsupport .pricing-card-body2{margin-top:0}
.hrsupportsection{background:#fff;}
.hideformdata {
    display: none;
}
.stepform .form-group {
    text-align: left;
}
body.page-template-full-service-payroll .form-row ul li {
    /* text-align: left !important; */
    list-style: none;
}
.pum-theme-534 .pum-title, .pum-theme-lightbox .pum-title {
    font-weight: 700;
    text-align: center;
}

.dentsection{justify-content: center;} 

.pum-theme-533, .pum-theme-default-theme {
    background-color: rgb(255 255 255 / 63%);
}

.pum-theme-533 .pum-title, .pum-theme-default-theme .pum-title {
    text-align: center;
}
.wpcf7-form label {
    font-weight: 700;
}
span.spntittle {display: grid; font-weight:700;}
table.table.full-service li {
    font-size: 16px;
}
.mg-0 {margin: 5px 0!important;font-weight: 700;}
.pd-0{padding:0!important;}
.txt-justify{text-align:justify;}

/*---- 17-11-2021 ----*/

.steps {
    padding: 30px;
	position: relative;
}
.steps:after{
	content: "";
    width: 100%;
    height: 100%;
    background: url(../images/icon.png) center center no-repeat;
    top: 0;
    position: absolute;
    display: inline-block;
}
.countcircle {
    background: #41a4d4;
    height: 70px;
    width: 70px;
    margin: auto;
    color: #fff;
    font-size: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 10px;
}
.description {
    font-size: 14px;
    margin-bottom: 20px;
}
.col-last .steps:after {
    display: none;
}
.col-4:last-child .steps:after {
    display: none;
}

@media(max-width:767px) {
.steps:after{ display:none; }
}

form.wpcf7-form  textarea.form-control {
    height: 100px!important;
}