/*!
Theme Name: SMACC
Theme URI: http://www.smacc.com
Author: Muhammad Awais Iqbal
Author URI: http://twitter.com/cybentizen
Description: SMACC is an online accounting software for Small and Medium Enterprises to manage their businesses & boost productivity.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smacc
Tags: accounting software, smacc, cloud accounting software, online accounting software
*/

/*--------------------------------------------------------------
Fonts
--------------------------------------------------------------*/
@font-face {
	font-family: 'Cairo';
	src: 	url('fonts/cairo/Cairo-Light.eot?#iefix') format('embedded-opentype'),
			url('fonts/cairo/Cairo-Light.woff') format('woff'),
			url('fonts/cairo/Cairo-Light.ttf') format('truetype'),
			url('fonts/cairo/Cairo-Light.svg#Cairo-Bold') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cairo';
	src: 	url('fonts/cairo/Cairo-Regular.eot?#iefix') format('embedded-opentype'),
			url('fonts/cairo/Cairo-Regular.woff') format('woff'),
			url('fonts/cairo/Cairo-Regular.ttf') format('truetype'),
			url('fonts/cairo/Cairo-Regular.svg#Cairo-Bold') format('svg');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cairo';
	src: 	url('fonts/cairo/Cairo-SemiBold.eot?#iefix') format('embedded-opentype'),
			url('fonts/cairo/Cairo-SemiBold.woff') format('woff'),
			url('fonts/cairo/Cairo-SemiBold.ttf') format('truetype'),
			url('fonts/cairo/Cairo-SemiBold.svg#Cairo-Bold') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cairo';
	src: 	url('fonts/cairo/Cairo-Bold.eot?#iefix') format('embedded-opentype'),
			url('fonts/cairo/Cairo-Bold.woff') format('woff'),
			url('fonts/cairo/Cairo-Bold.ttf') format('truetype'),
			url('fonts/cairo/Cairo-Bold.svg#Cairo-Bold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/*--------------------------------------------------------------
Global
--------------------------------------------------------------*/
body {
	font-family: 'Cairo';
	font-weight: 400;
	margin:0;
	padding: 0;
}

body.overflow {
	margin: -1px 0 0 0;
	overflow: hidden;
}

a:focus,
a:hover,
button {
	outline:none;
}

a:link,
button,
button:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


/*--------------------------------------------------------------
Text
--------------------------------------------------------------*/
.text-white {
	color: #fff;
}

.text-black {
	color: #000;
}

.text-dark-gray {
	color: #333;
}

.text-gray {
	color: #666;
}

.text-light-gray {
	color: #999;
}

.text-blue {
	color: #1b67b3;
}

.text-light-blue {
	color: #95c5f4;
}

.text-danger,
.text-red {
	color: #e6312e;
}


/*--------------------------------------------------------------
Image
--------------------------------------------------------------*/
.img-center {
	margin: 0 auto;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header {
	background-color: rgba(255,255,255, 0.5);
	border-bottom: 1px solid #eee;
	float: left;
	padding: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
}

.header .navbar-header {
	padding: 20px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header a.navbar-brand {
	display: inline-block;
	height: auto;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header a.navbar-brand img {
	height: 63px;
	width: 63px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


/*--------------------------------------------------------------
Header Sticky
--------------------------------------------------------------*/
.header.sticky {
	background-color: rgba(255,255,255, 1);
	-webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header.sticky .navbar-header {
	padding: 10px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header.sticky .right-menu .right-menu-top {
	margin: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header.sticky a.navbar-brand img {
    height: 40px;
	width: 40px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header.sticky .nav-left {
	margin: 0 0 0 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header.sticky .right-menu .nav-right {
	margin-top: -20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header.sticky  .nav-right ul li.btn-free-trial a {
	display: inline-block;
}

.header.sticky .nav-right ul li.menu-smacc-5,
.header.sticky .nav-right ul li.menu-smacc-academy,
.header.sticky .nav-right ul li.menu-my-smacc {
	display: none;
	opacity: 0;
}

/*--------------------------------------------------------------
Nav Left
--------------------------------------------------------------*/
.header .nav-left {
	float: left;
	margin: 43px 0 0 25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	z-index: 9;
}

.header .nav-left ul {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
}

.header .nav-left ul li {
	float: left;
}

.header .nav-left ul li a {
	color: #000;
	float: left;
	font-size: 14px;
	padding: 20px 15px 20px 15px;
}

.header .nav-left ul li a:hover {
	color: #1b67b3;
	background-color: rgba(0,0,0,0);
}

.header .nav-left ul li a:focus {
	background-color: rgba(0,0,0,0);
}

.header .nav-left .nav .open > a {
	background-color: rgba(0, 0, 0, 0);
	color: #1b67b3;
}

.header .nav-left .link-disable a {
    pointer-events: none;
}

/*--------------------------------------------------------------
Nav Left Dropdown
--------------------------------------------------------------*/
.nav-left .dropdown-menu {
	border: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: fixed;
	left: 0;
	text-align: center;
	top: 102px;
	width: 100%;
}

.header.sticky .nav-left .dropdown-menu {
	top: 58px;
}

.nav-left > li.dropdown > .dropdown-menu {
	border-top: 1px solid #eee;
	-webkit-box-shadow: 0 15px 15px rgba(0,0,0,.15);
	-moz-box-shadow: 0 15px 15px rgba(0,0,0,.15);
	box-shadow: 0 15px 15px rgba(0,0,0,.15);
}

.nav-left .dropdown-menu .dropdown-inner {
	display: inline-block;
	padding: 40px 0 35px 0;
	margin: 0 auto;
	width: 1170px;
}

.nav-left .dropdown-menu .dropdown-inner li{
	text-align: left;
}
.nav-left .dropdown-menu .dropdown-inner li.dropdown-products {
	float: left;
}

.nav-left .dropdown-menu .dropdown-inner li.dropdown-products:first-child {
	margin-left: -15px;
}

.nav-left .dropdown-menu .dropdown-inner li.dropdown-products > a {
	color: #1b67b3;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 0px 0 0 0 !important;
	text-decoration: none;
	width: 100%;
}

.nav-left .dropdown-menu .dropdown-inner li.dropdown-products > a + span {
	border-bottom:1px solid #ddd;
	color: #999;
	float: left;
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	width: 100%;
}

.nav-left .dropdown-menu .dropdown-inner li.dropdown-products ul.dropdown-menu {
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	float: left;
	display: block;
	position: relative;
	top: 0;
}

.nav-left .dropdown-menu .dropdown-inner li.dropdown-products ul.dropdown-menu .dropdown-inner {
	background-color: #fff;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	display: inline-block;
	padding: 0;
	width: 100%;
}

.nav-left .dropdown-menu .dropdown-inner li.dropdown-products ul.dropdown-menu li {
	display: inline-block;
	margin-left: -15px;
	width: 100%;
}

.nav-left .dropdown-menu .dropdown-inner li.dropdown-products ul.dropdown-menu li a {
	color: #333;
	float: left;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0  15px 0;
	padding: 0;
	text-decoration: none;
	width: 100%;
}

.nav-left .dropdown-menu .dropdown-inner li.dropdown-products ul.dropdown-menu li a:hover {
	color: #1b67b3;
}

.nav-left .dropdown-menu .dropdown-inner li.dropdown-products ul.dropdown-menu li.dropdown-image {
	display: inline-block;
	margin: 0;
	width: 135px;
}

.nav-left .dropdown-menu .dropdown-inner li.dropdown-products ul.dropdown-menu li.dropdown-image a img {
	max-width: 130px;
	opacity: 0.6;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.nav-left .dropdown-menu .dropdown-inner li.dropdown-products ul.dropdown-menu li.dropdown-image a:hover img {
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.nav-left .dropdown-menu .dropdown-inner li.dropdown-products ul.dropdown-menu li.hide-menu {
	visibility: hidden;
}

.nav-left .dropdown-menu .dropdown-inner li.dropdown-resources {
	margin-left: -15px;
	margin-right: 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.nav-left .dropdown-menu .dropdown-inner li.dropdown-resources > a {
	border-bottom:1px solid #ddd;
	color: #1b67b3;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0 !important;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.nav-left .dropdown-menu .dropdown-inner li.dropdown-resources > a:before {
	content: "\e910";
	color: #ccc;
	display: block;
	font-family: 'SMACC-App' !important;
	font-size: 18px;
	opacity: 0;
	position: absolute;
	right: 10px;
	top: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.nav-left .dropdown-menu .dropdown-inner li.dropdown-resources:hover > a:before {
	opacity: 1;
	right: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.nav-left .dropdown-menu .dropdown-inner li.dropdown-resources > a[target="_blank"]:before {
	content: "\e911";
	right: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.nav-left .dropdown-menu .dropdown-inner li.dropdown-resources:hover span.sub {
	color: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.nav-left .dropdown-menu .dropdown-inner li.dropdown-resources.margin-bot-40 {
	margin-bottom: 20px;
}

.nav-left .dropdown-menu .dropdown-inner li.dropdown-resources > a + span {
	color: #666;
	float: left;
	font-size: 12px;
	font-weight: 500;
	margin: 0 0 0px 0;
	min-height: 65px;
	padding: 0 0 10px 0;
	width: 100%;
}


/*--------------------------------------------------------------
Nav Right
--------------------------------------------------------------*/
.header .right-menu {
	float: right;
}

.header .right-menu .nav-right {
	clear: both;
	float: right;
	width: 100%;
}

html[dir="rtl"] .header .right-menu .nav-right {
	float: left;
	width: auto;
}

.header .nav-right {
	float: right;
}

.header .nav-right ul {
	float: right;
	margin: 0;
	padding: 0;
}

.header .nav-right ul li {
	float: left;
}

.header .nav-right ul li a {
	color: #000;
	float: left;
	font-size: 14px;
	padding: 10px 15px 10px 15px;
}

.header .nav-right ul li:last-child a {
	padding: 10px 0px 10px 15px;
}

.header .nav-right ul li a:hover {
	color: #1b67b3;
	background-color: rgba(0,0,0,0);
}

.header .nav-right ul li a:focus {
	background-color: rgba(0,0,0,0);
}

.header .nav-right .nav .open > a {
	background-color: rgba(0, 0, 0, 0);
	color: #1b67b3;
}

.header .nav-right ul li.btn-free-trial a {
	background-color: #1b67b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	display: none;
	margin: 4px 0 0 10px;
	padding: 5px 25px;
}

.header .nav-right ul li.btn-free-trial a:hover {
	background-color: #0f5192;
}

/*--------------------------------------------------------------
Nav Right Top
--------------------------------------------------------------*/
.header .right-menu .right-menu-top {
	clear: both;
	float: right;
	list-style: none;
	margin: 20px 0 3px 0;
	padding: 0;
	text-align: right;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
}

.header .right-menu .right-menu-top li {
	display: inline-block;
}

.header .right-menu .right-menu-top li a {
	color: #000;
	text-decoration: none;
}

.header .right-menu .right-menu-top > li > a {
	display: inline-block;
	margin-left: 30px;
}

.header .right-menu .right-menu-top > li:first-child > a {
	margin-left: 0px;
}

.header .right-menu .right-menu-top > li > a.current-language span img {
	display: inline-block;
	margin: -1px 5px 0 0;
}

.header .right-menu .right-menu-top > li > a.current-language .lang-name {
	display: inline-block;
}

.header .right-menu .right-menu-top li a.btn-free-trial {
	background-color: #1b67b3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 5px 25px;
	margin-left: 10px;
}

.header .right-menu .right-menu-top li a.btn-free-trial:hover {
	background-color: #0f5192;
}

.header .right-menu .right-menu-top li a.btn-outline {
	background-color: #fff;
	border: 1px solid #1b67b3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #1b67b3;
	padding: 4px 25px;
	margin-left: 10px;
}

.header .right-menu .right-menu-top li a.btn-outline:hover {
	background-color: #1b67b3;
	color: #fff;
}

@media only screen and (min-width: 992px) {
	.header .container {
		position: relative;
	}
	.header .right-menu {
		position: absolute;
		right: 0;
		top: 0;
	}
	html[dir="rtl"] .header .right-menu {
		right: inherit;
		left: 0;
	}
}


/*--------------------------------------------------------------
Language
--------------------------------------------------------------*/
.language-chooser.dropdown-menu {
	border: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 30px rgba(0,0,0,.25);
	box-shadow: 0 1px 30px rgba(0,0,0,.25);
	display: none;
	padding: 0;
}

.language-chooser.dropdown-menu li {
	float: left;
	width: 100%;
}

.language-chooser.dropdown-menu li a {
	color: #666 !important;
	font-size: 13px;
	padding: 8px 5px 8px 35px;
	position: relative;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}

.language-chooser.dropdown-menu li:first-child a {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.language-chooser.dropdown-menu li:last-child a {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.language-chooser.dropdown-menu li a:hover {
	background-color: #fafafa;
	color: #000  !important;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}

.language-chooser.dropdown-menu li a:before {
	content: "\e90f";
    color: #999;
    display: block;
    font-family: 'SMACC-App';
	font-size: 12px;
	opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}

.language-chooser.dropdown-menu li a:hover:before {
	opacity: 1;
}

.language-chooser.dropdown-menu li.active a {
	background-color: rgba(0, 0, 0, 0);
	color: #000  !important;
}

.language-chooser.dropdown-menu li.active a:before {
	color:#1b67b3;
	opacity: 1;
}

.qtranxs_flag_and_text {
	background-position: left 10px center;
	background-repeat: no-repeat;
}

.qtranxs_flag_en {
	background-image: url(images/flags/en.png) !important; 
}

.qtranxs_flag_ar {
	background-image: url(images/flags/ar.png) !important;
}

.qtranxs_flag_fa {
	background-image: url(images/flags/fa.png) !important;
}

.qtranxs_flag_tr {
	background-image: url(images/flags/tr.png) !important;
}

.qtranxs_flag_de {
	background-image: url(images/flags/de.png) !important;
}

.qtranxs_flag_fr {
	background-image: url(images/flags/fr.png) !important;
}

.qtranxs_flag_pt {
	background-image: url(images/flags/pt.png) !important;
}

.qtranxs_flag_zh {
	background-image: url(images/flags/zh.png) !important;
}

.qtranxs_flag_hi {
	background-image: url(images/flags/hi.png) !important;
}

.qtranxs_flag_ur {
	background-image: url(images/flags/ur.png) !important;
}

.qtranxs_flag_ru {
	background-image: url(images/flags/ru.png) !important;
}

.qtranxs_flag_id {
	background-image: url(images/flags/id.png) !important;
}

.qtranxs_flag_es {
	background-image: url(images/flags/es.png) !important;
}


/*--------------------------------------------------------------
Mobile Menu
--------------------------------------------------------------*/
.mobile-toggle {
	float: right;
	height: 36px;
	margin: 20px -15px 0 0;
	width: 36px;
}

.right-menu .mobile-toggle .mobile-toggle-btn {
	background-color: #fff;
	border:0px;
	float: right;
	width: 100%;
}

.right-menu .mobile-toggle .mobile-toggle-btn .icon-bar {
	background-color: #999;
	height: 2px;
	float: left;
	margin-bottom: 6px;
	width: 100%;
}

.mobile-menu {
	background-color: #fff;
	-webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.30);
    box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.30);
	height: 100%;
	overflow: hidden;
    overflow-y: auto;
	position: fixed;
	left: -320px;
	top: 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 280px;
	z-index: 99999;
}

.mobile-menu.mobile-menu-open {
	left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.mobile-menu ul.nav-left {
	display: inline-block;
	width: 100%;
}

.mobile-menu ul.nav-left li {
	display: inline-block;
	width: 100%;
}

.mobile-menu ul.nav-left li a {
	border-bottom: 1px solid #eee;
	display: inline-block;
	width: 100%;
}

.mobile-menu .mobile-nav-heading {
	background: #f6f6f6;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #999;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
    width: 100%;
    padding: 5px 25px;
}

.mobile-menu .mobile-nav-heading .mobile-phone {
	color: #333;
}

.mobile-menu .mobile-details {
	background-color: #fafafa;
	float: left;
	padding: 20px 20px;
	width: 100%;
}

.mobile-menu .mobile-details .mobile-logo img {
	float: left;
	max-width: 60px;
}

.mobile-menu .mobile-details .mobile-back-btn {
	color: #999;
	float: right;
	font-size: 24px;
	text-decoration: none;
}

.mobile-menu .mobile-details .mobile-back-btn:hover {
	color: #000;
}

.mobile-menu .mobile-menu-bottom {
	float: left;
	padding: 15px;
	width: 100%;
}

.mobile-menu .mobile-menu-bottom ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.mobile-menu .mobile-menu-bottom ul li {
	display: inline-block;
	margin: 0 2px;
	width: 47%;
}

.mobile-menu .mobile-menu-bottom ul li a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	background-color: #1b67b3;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	width: 100%;
}


/*--------------------------------------------------------------
Buttons
--------------------------------------------------------------*/
.btn-custom {
	margin-right: 20px;
}

.btn-custom:last-of-type {
	margin-right: 0px;
}

.btn-white {
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
	color: #1b67b3;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 25px;
}

.btn-white:hover {
	color: #1b67b3;
	-webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.35);
}

.btn-white:focus {
	color: #1b67b3;
}

.btn-blue {
	background-color: #1b67b3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 25px;
}

.btn-blue:hover {
	color: #fff;
	-webkit-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.35);
}

.btn-blue:focus {
	color: #fff;
}


/*--------------------------------------------------------------
Page Wrapper
--------------------------------------------------------------*/
.page-wrapper {
	float: left;
	position: relative;
	width: 100%;
}

.home .page-wrapper {
	overflow: hidden;
}

.page-wrapper .page-overlay {
	background-color:rgba(0, 0, 0, 0.6);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.page-wrapper.menu-is-open .page-overlay {
	display: block;
}


/*--------------------------------------------------------------
Home Slider
--------------------------------------------------------------*/
.slider-section {
	background-color: #fff;
	background-image: url('images/accounting-software-background.png');
	-webkit-border-radius: 0px 0px 100% 100%;
	-moz-border-radius: 0px 0px 100% 100%;
	border-radius: 0px 0px 100% 100%;
	-webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
	display: inline-block;
	padding: 170px 0 50px 0;
	width: calc(100% + 800px);
    overflow: hidden;
    margin: 0 auto;
    position: relative;
	left: -400px;
	z-index: 1;
}

.slider-section:before {
	background-color: rgba(245,245,245, 0.3);
	content:'';
	display: block;
	position: absolute;
	top: 0;
	right:0;
	height: 100%;
	width: 100%;
}

.slider-section h1 {
	color: #1b67b3;
	display: inline-block;
	font-size: 54px;
	letter-spacing: 0px;
	margin: 0;
	text-transform: uppercase;
	width: 100%;
}

.slider-section h2 {
	color: #000;
	/* display: inline-block; */
	font-size: 32px;
	font-weight: 400;
	margin: 0px 0 0 0;
	width: 100%;
}

.slider-section h3 {
	color: #333;
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	margin: 20px 0 0 0;
	width: 100%;
}

.slider-section .slider-buttons {
	display: inline-block;
	margin: 35px 0;
}

.slider-section .slider-buttons a i {
	display: inline-block;
	margin: 0 2px;
}

.slider-section .slider-buttons a span {
	display: inline-block;
	margin: 0 2px;
}

.slider-section .slider-image img {
	float: right;
}

.slider-section .btn {
	font-weight: 500;
	margin-bottom: 10px;
}

.tricker {
	float: left;
	height: 50px;
	overflow: hidden;
	width: 100%;
}

.tricker h2 {
	height: 50px;
	position: relative;
	transition: margin-top .3s ease;
}

/*--------------------------------------------------------------
Heading & Sub Heading
--------------------------------------------------------------*/
.section-heading .heading-light {
	color: #fff;
	display: inline-block;
	font-size: 36px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

.section-heading .subheading-light {
	color: #95c5f4;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: center;
	width: 100%;
}


/*--------------------------------------------------------------
Details List
--------------------------------------------------------------*/
.details-list {
	float: left;
	list-style: none;
	padding: 0;
	width: 100%;
}

.details-list li {
	color: #000;
	font-size: 15px;
	line-height: 36px;
	padding: 0 0 0 25px;
	position: relative;
}

.details-list li:before {
	content: "\e90f";
    color: #1b67b3;
    display: block;
    font-family: 'SMACC-App';
	font-size: 14px;
    position: absolute;
    left: 0px;
    top: 1px;
}


/*--------------------------------------------------------------
Home Features
--------------------------------------------------------------*/
.home-features {
	background-color: #1b67b3;
	background-image: url('images/accounting-software-features.png');
	background-position: center;
	background-size: cover;
	color: #fff;
	float: left;
	padding: 210px 0 100px 0;
	position: relative;
	margin-top: -120px;
	width: 100%;
	z-index: 0;
}

.features-headings {
	display: inline-block;
	margin:70px 0;
	text-align: center;
	width: 100%;
}

.features-headings h3,
.features-headings h4,
.features-headings p {
	display: inline-block;
	margin: 0;
	width: 100%;
}

.features-headings .feature-heading-side h3 {
	display: inline-block;
	font-size: 28px;
	font-weight: 400;
	margin:15px 0 10px 0;
	width: 100%;
}

.features-headings .feature-heading-side p {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	width: 100%;
}

.features-headings .feature-heading-middle {
	border-left: 1px solid rgba(255,255,255, 0.3);
	border-right: 1px solid rgba(255,255,255, 0.3);
}

.features-headings .feature-heading-middle h3 {
	display: inline-block;
	font-size: 30px;
	font-weight: normal;
	margin:5px 0 20px 0;
	width: 100%;
}

.features-headings .feature-heading-middle p {
	color: #95c5f4;
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 5px 0;
	width: 100%;
}

/*--------------------------------------------------------------
Home Features List
--------------------------------------------------------------*/
.features-list {
	display: inline-block;
	margin: 20px 0 0 0;
	position: relative;
	width: 100%;
}

.features-list ul.features-list-items {
	position: relative;
    display: inline-block;
    margin: 0;
	padding: 60px 0 0 0;
	list-style: none;
    margin-bottom: 0px;
}

.features-list ul.features-list-items:after,
.features-list ul.features-list-items:before {
    content: " ";
	display: table;
	position: absolute;
    top: 12px;
	z-index: 1;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 24px;
    background-color: #1b67b3;
	text-decoration: none;
	left: 49.5%;
}

.features-list ul.features-list-items:before {
	top: 0;
}

.features-list ul.features-list-items:after {
	bottom: 0;
	top: inherit;
}

ul.features-list-items .features-list-line {
	display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #fff;
    /* -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); */
}

ul.features-list-items .features-list-line+li.features-list-item {
    margin-top: -30px;
}

ul.features-list-items li.features-list-item {
	position: relative;
    display: inline-block;
    width: 50%;
    padding: 0 30px 20px 30px;
}

ul.features-list-items > li.features-list-item {
	list-style: none;
    margin-bottom: 50px;
}

ul.features-list-items li.features-list-item:nth-child(even) {
	float: left;
	clear: left;
	text-align: right;
	padding: 0 70px 20px 30px;
}

ul.features-list-items li.features-list-item:nth-child(odd) {
	float: right;
	clear: right;
	margin: 50px 0 0 0;
	padding: 0 30px 20px 70px;
}

li.features-list-item .feature-badge {
	position: absolute;
    top: 12px;
	z-index: 1;
	display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 24px;
    background-color: #1b67b3;
    text-decoration: none;
	transition: all ease .3s;
}

li.features-list-item:nth-child(even)>.feature-badge {
    right: -6px;
}

li.features-list-item:nth-child(odd)>.feature-badge {
	left: -6px;
}

li.features-list-item .feature-badge:before {
	background-color: #fff;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	top: 3px;
	width: 50px;
}

li.features-list-item:nth-child(even)> .feature-badge:before {
	left: -50px;
}

li.features-list-item:nth-child(odd)> .feature-badge:before {
	right: -50px;
}

li.features-list-item .feature-details .feature-detail-heading i {
	display: inline-block;
	font-size: 30px;
}

li.features-list-item .feature-details .feature-detail-heading span {
	display: inline-block;
	font-size: 20px;
	margin: 1px 15px 0 15px;
}

ul.features-list-items li.features-list-item:nth-child(even) .feature-details .feature-detail-heading i {
	float: right;
}

ul.features-list-items li.features-list-item:nth-child(odd) .feature-details .feature-detail-heading i {
	float: left;
}

li.features-list-item .feature-details p {
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	margin: 20px 0 0 0;
	width: 100%;
}


/*--------------------------------------------------------------
Home Section POS
--------------------------------------------------------------*/
.section-pos {
	background-color: #1b67b3;
	background-image: url('images/point-of-sale-devices.png');
	background-position: center;
	float: left;
	min-height: 850px;
	padding: 100px 0;
	width: 100%;
}

.section-pos .section-heading h2 {
	text-align: right;
}

.section-pos .section-heading p {
	color: #fff;
	margin-bottom: 40px;
	text-align: right;
}


/*--------------------------------------------------------------
Home Section Devices
--------------------------------------------------------------*/
.section-devices {
	background-color: #fff;
	float: left;
	padding: 100px 0 500px 0;
	position: relative;
	width: 100%;
}

.section-devices .section-heading h2 {
	color: #1b67b3;
}

.section-devices .section-heading p {
	color: #666;
}

.section-devices-detail .devices-detail-circle {
	background-color: #1b67b3;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: inline-block;
	height: 380px;
	padding: 100px 40px 40px 40px;
	position: relative;
	width: 380px;
	z-index: 9;;
}

.section-devices-detail .devices-detail-circle:after {
	background-color: #f6f6f6;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	content:'';
	display: block;
	position: absolute;
	height: 100%;
	left: -10px;
	top: -10px;
	width: 100%;;
	z-index: -1;
}

.section-devices-detail .devices-detail-circle h3 {
	display: inline-block;
	font-size: 30px;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}

.section-devices-detail .devices-detail-circle h4 {
	display: inline-block;
	font-size: 22px;
	font-weight: 400;
	line-height: 36px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.section-devices .devices-image {
	display: inline-block;
	position: absolute;;
	left: 0;
	top: 50px;
	width: 100%;
	z-index: 9;
}


/*--------------------------------------------------------------
Home Section Multilingual
--------------------------------------------------------------*/
.section-multilingual {
	background-color: #1b67b3;
	float: left;
	padding: 100px 0 100px 0;
	position: relative;
	width: 100%;
}

.section-multilingual .multilingual-detail {
	float: left;
	margin: 40px 0 0 0;
	width: 100%;
}


/*--------------------------------------------------------------
Home Section Case Study
--------------------------------------------------------------*/
.section-case-studies {
	background-color: #f6f6f6;
	float: left;
	padding: 100px 0 100px 0;
	position: relative;
	width: 100%;
}

.section-case-studies .section-heading h2 {
	color: #1b67b3;
}

.section-case-studies .section-heading p {
	color: #666;
}

.case-studies-list {
	display: inline-block;
	margin: 70px 0 70px 0;
	width: 100%;
}

.case-studies-list .single-case-study {
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
	display: inline-block;
	padding: 40px 20px 10px 20px;
	width: 100%;
}

.case-studies-list .single-case-study:hover {
	-webkit-box-shadow: 0px 20px 55px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 20px 55px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 20px 55px rgba(0, 0, 0, 0.25);
}

.case-studies-list .single-case-study .case-study-image {
	display: inline-block;
	margin-bottom: 20px;
	min-height: 180px;
	text-align: center;
	width: 100%;
}

.case-studies-list .single-case-study .case-study-image img {
	margin: 0 auto;
}

.case-studies-list .single-case-study h4 {
	color: #1b67b3;
	display: inline-block;
	font-size: 18px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.case-studies-list .single-case-study h5 {
	color: #666;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0 0 0;
	min-height: 75px;
	padding: 0;
	width: 100%;
}


/*--------------------------------------------------------------
Home Section Customers
--------------------------------------------------------------*/
.section-customers {
	background-color: #fff;
	float: left;
	padding: 100px 0 100px 0;
	position: relative;
	width: 100%;
}

.section-customers .section-heading h2 {
	color: #1b67b3;
}

.section-customers .section-heading p {
	color: #666;
}

.section-customers .customers-logos {
	display: inline-block;
	margin: 70px 0 0 0;
	width: 100%;
}

.customers-logos .customers-logos-list .single-customer-logo {
	cursor: pointer;
	outline: none;
	position: relative;
	text-align: center;
}

.customers-logos .customers-logos-list .single-customer-logo img {
	border: 1px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
	padding: 20px;
}

.customers-logos .customers-logos-list .single-customer-logo .client-slide-info {
	background-color: rgba(27,103,179, 0.95);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
	color: #fff;
	display: inline-block;
	font-size: 12px;
	left: 0;
	margin: 0 auto;
	right: 0;
	opacity: 0;
	padding: 75px 15px 5px 15px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	height: 100%;
	vertical-align: middle;
	width: 90%;
	z-index: 999;;
}

.customers-logos .customers-logos-list .single-customer-logo:hover .client-slide-info {
	opacity: 1;
}

.customers-logos-list .slick-prev,
.customers-logos-list .slick-next {
	border: 1px solid #ddd !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ccc;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: #fff;
}

.customers-logos-list .slick-prev:before,
.customers-logos-list .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 1;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.customers-logos-list .slick-prev:before {
    content: '\f104';
}

.customers-logos-list .slick-next:before {
    content: '\f105';
}

.customers-logos-list .slick-prev {
    left: -45px;
}

.customers-logos-list .slick-next {
    right: -45px;
}


/*--------------------------------------------------------------
Home Section Server
--------------------------------------------------------------*/
.section-server {
	background-color: #f6f6f6;
	float: left;
	padding: 100px 0 100px 0;
	position: relative;
	width: 100%;
}

.section-server .section-heading h2 {
	color: #1b67b3;
}

.section-server .section-heading p {
	color: #666;
}

.section-server .server-details {
	display: inline-block;
	margin: 70px 0 0 0;
	width: 100%;
}

.section-server .server-details .testimonial-box {
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.10);
	display: inline-block;
	margin: 0 0 30px 0;
	padding: 25px 20px 25px 20px;
	width: 100%;
}

.section-server .server-details .testimonial-box:hover {
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

.section-server .server-details .testimonial-box h6 {
	color: #333;
	display: inline-block;
	font-size: 16px;
	font-style: italic;
	line-height: 30px;
	margin: 0 0 45px 0;
	width: 100%;
}

.section-server .server-details .testimonial-box img {
	max-height: 18px;
	max-width: 75px;
}

.section-server .server-details .head-message h6 {
	color: #333;
	display: inline-block;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 30px;
	margin: 30px 0 15px 0;
	width: 100%;
}

.section-server .server-details .head-message span {
	color: #666;
	display: inline-block;
	font-size: 14px;
}

.section-server .server-details .head-message span.head-name {
	border-right: 1px solid #ccc;
	margin-right: 15px;
	padding-right: 15px;
}

.section-server .server-details .head-message span.head-name:before {
	content: '-';
	display: inline-block;
	padding-right: 5px;
}


/*--------------------------------------------------------------
Home Section Divider
--------------------------------------------------------------*/
.section-divider {
	background-color: #f6f6f6;
	float: left;
	width: 100%;
}

.section-divider hr {
	background-color: #ddd;
	border:0;
	display: inline-block;
	height: 1px;
	margin:0;
	padding:0;
	width: 100%;
}


/*--------------------------------------------------------------
Home Section Customer Testimonials
--------------------------------------------------------------*/
.section-customers-testimonials {
	background-color: #f6f6f6;
	float: left;
	padding: 100px 0 0px 0;
	position: relative;
	width: 100%;
	z-index: 2;
}

.section-customers-testimonials .section-heading h2 {
	color: #1b67b3;
}

.section-customers-testimonials .section-heading p {
	color: #666;
}

.testimonials-section {
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
	display: inline-block;
	margin: -200px 0 0 0;
	position: relative;
	top: 270px;
	width: 100%;
}

.testimonials-section .single-testimonial {
	min-height: 265px;
}

.testimonials-section .single-testimonial:first-child {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.testimonials-section .single-testimonial:last-child {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-left: -1px;
	margin-top: -1px;
}

.single-testimonial .single-testimonial-inner {
	display: inline-block;
	padding: 40px 40px 40px 50px;
	width: 100%;
}

.single-testimonial .single-testimonial-inner .testimonial-details {
	display: inline-block;
	margin: 30px 0 0 0;
	width: 100%;
}

.single-testimonial .single-testimonial-inner p {
	color: #666;
	display: inline-block;
	font-size: 16px;
	font-style: italic;
	line-height: 30px;
	min-height: 90px;
	width: 100%;
}

.single-testimonial .single-testimonial-inner .testimonial-image {
	display: inline-block;
	max-height: 40px;
	max-width: 40px;
}

.single-testimonial .single-testimonial-inner .testimonial-name {
	display: inline-block;
	margin: 0 20px;
	text-align: left;
	width: calc(100% - 120px);
}

.single-testimonial .single-testimonial-inner .testimonial-name h5 {
	color: #000;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	width: 100%;
}

.single-testimonial .single-testimonial-inner .testimonial-name h6 {
	color: #999;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	margin: 5px 0 0 0;
	width: 100%;
}


/*--------------------------------------------------------------
Home Section Support
--------------------------------------------------------------*/
.section-support {
	background-color: #1b67b3;
	float: left;
	/* padding: 350px 0 100px 0; */
	padding: 100px 0 100px 0;
	position: relative;
	width: 100%;
	z-index: 0;
}

.support-details {
	display: inline-block;
	margin: 70px 0 0 0;
	width: 100%;
}

.support-details .single-support {
	border: 1px solid rgba(255,255,255, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	padding: 25px 30px 20px 30px;
	width: 100%;
}

.single-support .support-image {
	color: rgba(255,255,255, 0.2);
	display: inline-block;
	font-size: 48px;
	vertical-align: top;
}

.single-support .single-support-details {
	display: inline-block;
	padding: 0 20px;
	width: calc(100% - 80px);
}

.single-support .single-support-details h5 {
	color: rgba(255,255,255, 0.5);
	font-size: 24px;
	font-weight: 300;
	margin: 0;
}

.single-support .single-support-details h6 {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	margin: 8px 0 0 0;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.footer {
	background-color: #141b23;
	float: left;
	padding: 70px 0 0px 0;
	position: relative;
	width: 100%;
	z-index: 999;
}

.footer hr {
	border-top: 1px solid rgba(255,255,255, 0.1);
	margin: 60px 0;
}

.single-widget {
	display: inline-block;
	width: 100%;
}

.single-widget .widget-title {
	display: inline-block;
	margin: 0 0 30px 0;
	width: 100%;
}

.single-widget .widget-title h4 {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	width: 100%;
}

.single-widget .widget-title h5 {
	color: rgba(255,255,255, 0.2);
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	width: 100%;
}

.single-widget .widget-details {
	display: inline-block;
	width: 100%;
}

.single-widget .widget-details ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.single-widget .widget-details ul li {
	display: inline-block;
	width: 100%;
}

.single-widget .widget-details ul li a {
	color: rgba(255,255,255, 0.4);
	display: inline-block;
	margin: 0 0 10px 0;
	text-decoration: none;
	width: 100%;
}

.single-widget .widget-details ul li a:hover {
	color: rgba(255,255,255, 1);
}

.single-widget .widget-details p {
	color: rgba(255,255,255, 0.4);
	display: inline-block;
	margin: 0 0 10px 0;
	text-decoration: none;
	width: 100%;
}

.single-widget .widget-details ul.mobile-apps li a img {
	opacity: 0.3;
	max-height: 40px;
	max-width: 120px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.single-widget .widget-details ul.mobile-apps li a:hover img {
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.single-widget .widget-details ul.address li {
	display: inline-block;
	color: rgba(255,255,255, 0.4);
	margin: 0 0 15px 0;
	width: 100%;
}

.single-widget .widget-details ul.address li .address-icon {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 30px;
}

.single-widget .widget-details ul.address li span {
	display: inline-block;
	width: calc(100% - 40px);
}

.single-widget .widget-details ul.social-links li {
	display: inline-block;
	margin: 0 5px 15px 0;
	width: auto;
}

.single-widget .widget-details ul.social-links li a {
	border: 1px solid rgba(255,255,255, 0.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	font-size: 18px;
	height: 40px;
	padding: 7px 0 0 0;
	text-align: center;
	width: 40px;
}

.single-widget .widget-details ul.social-links li a:hover {
	
	border: 1px solid rgba(255,255,255, 1);
	color: #fff;
}

.single-widget .widget-details p {
	display: inline-block;
	line-height: 26px;
	margin-bottom: 20px;
	width: 100%;
}

.single-widget .widget-details .footer-newsletter input {
	background-color: rgba(0, 0, 0, 0);
	border-color: #5b6065;
	color: #fff;
}

.single-widget .widget-details .footer-newsletter input:focus {
	border-color: #fff;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.single-widget .widget-details .footer-newsletter button {
	background-color: #5b6065;
	border-color: #5b6065;
	color: #fff;
	outline: none !important;
}

.single-widget .widget-details .footer-newsletter button:hover {
	background-color: #fff;
	border-color: #fff;
	color: #141b23;
}

.single-widget .widget-details ul.partners li {
	display: inline-block;
	vertical-align: top;
	width: auto;
}

.single-widget .widget-details ul.partners li a {
	margin-right: 10px;
}

.single-widget .widget-details ul.partners li a img {
	max-height: 50px;
}

.footer .section-copyright {
	background-color: #0f151c;
	float: left;
	margin: 50px 0 0 0;
	padding: 40px 0 38px 0;
	position: relative;
	width: 100%;
}

.section-copyright .copyright-text {
	display: inline-block;
	width: 100%;
}

.section-copyright .copyright-text img {
	display: inline-block;
	max-height: 30px;
	max-width: 30px;
}

.section-copyright .copyright-text p {
	color: rgba(255,255,255, 0.4);
	display: inline-block;
	font-size: 12px;
	padding: 3px 15px 0 15px;
}

.section-copyright .copyright-text p a {
	color: rgba(255,255,255, 0.7);
	font-weight: 500;
}

.section-copyright .footer-links {
	display: inline-block;
	margin: 4px 0 0 0;
	width: 100%;
}

.section-copyright .footer-links ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.section-copyright .footer-links ul li {
	border-left: 1px solid rgba(255,255,255, 0.3);
	float: right;
	margin-left: 20px;
	padding-left: 20px;
}

.section-copyright .footer-links ul li:last-child {
	border-left: 1px solid rgba(255,255,255, 0);
	float: right;
}

.section-copyright .footer-links ul li a {
	color: rgba(255,255,255, 0.3);
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	text-decoration: none;
}

.section-copyright .footer-links ul li a:hover {
	color: rgba(255,255,255, 1);
}

/*--------------------------------------------------------------
Back to Top
--------------------------------------------------------------*/
.go-top {
	position: fixed;
	bottom: 0.5em;
	right: 0.5em;
	text-decoration: none;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 16px;
	padding: 9px 0 0 0;
	display: none;
	width: 40px;
	height: 40px;
	opacity: 1;
	text-align: center;
	font-weight: normal;
	z-index: 9999;
}

.go-top:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
}


/*--------------------------------------------------------------
Slide Nav
--------------------------------------------------------------*/
.side-nav-list {
	display: none;
	left: 10px;
	position: fixed;
	top: 20%;
	width: 150px;
	z-index: 99;
}

.side-nav-list ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
	width: 100%;
}

.side-nav-list ul li {
	display: inline-block;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
}

.side-nav-list ul li a {
	background-color: #fff;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 10px 10px;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.side-nav-list ul li a:before {
	content:'';
	display: block;
	height: 20px;
	position: absolute;
	left: 0;
	width: 20px;
}


/*--------------------------------------------------------------
Page Header
--------------------------------------------------------------*/
.page-parent .header,
.page-child .header,
.page-template .header,
.page-template-default .header,
.post-template-default .header,
body.archive .header,
body.error404 .header,
body .header {
	background-color: #fff;
}

.page-header {
	background-color: rgba(27, 103, 179, 1);
	background-image: url('images/accounting-software-background.png');
	background-position: center;
	background-size: cover;
	border: 0;
	float: left;
	margin: 0 0 -1px 0;
	padding: 130px 0 0px 0;
	width: 100%;
}

.page-header h1 {
	color: #fff;
	float: left;
	font-size: 32px;
	margin: 30px 0 0 0;
	padding: 0;
	width: 100%;
}

.page-header p {
	color: #fff;
	float: left;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin: 20px 0 20px 0;
	min-height: 90px;
	width: 100%;
}

.page-header small {
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	float: left;
	margin: 30px 0 10px 0;
	width: 100%;
}

.page-header .page-header-buttons a {
	font-weight: 500;
}

.page-header .page-header-image {
	display: inline-block;
	position: relative;
	top: 40px;
	width: 100%;
}

.page-header .tricker {
	height: 40px;
}

.page-header .tricker h2 {
	color: rgba(255,255,255, 0.8);
	font-size: 20px;
	font-weight: 400;
	height: 40px;
	margin: 0;
	padding: 10px 0 0 0;
}


/*--------------------------------------------------------------
Section Product Features
--------------------------------------------------------------*/
.section-product-features {
	background-color: #f9f9f9;
	float: left;
	padding: 100px 0 30px 0;
	width: 100%;
	display: inline-block;
	float: none;
	position: relative;
	z-index: -2;
}

.product-features-heading {
	float: left;
	margin: 0 0 60px 0;
	width: 100%;
}

.product-features-heading h3 {
	color: #000;
	float: left;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
	text-align: center;
	width: 100%;
}

.section-product-features .single-product-feature {
	float: left;
	margin: 0 0 40px 0;
	min-height: 220px;
	text-align: center;
	width: 100%;
}

.section-product-features .single-product-feature .product-feature-image {
	float: left;
	margin: 0 0 20px 0;
	width: 100%;
}

.section-product-features .single-product-feature .product-feature-image img {
	margin: 0 auto;
	max-height: 48px;
	max-width: 48px;
}

.section-product-features .single-product-feature h4 {
	color: #222;
	float: left;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
}

.section-product-features .single-product-feature p {
	color: #666;
	float: left;
	font-weight: 500;
	line-height: 26px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.page-template-template-product-smacc-5 .single-product-feature {
	min-height: 180px;
}

/*--------------------------------------------------------------
Section Product Details
--------------------------------------------------------------*/
.section-product-details {
	background-color: #fff;
	float: left;
	padding: 80px 0 40px 0;
	position: relative;
	width: 100%;
	z-index: 9;
	display: inline-block;
	float: none;
}

.section-product-details .single-product-detail:first-of-type {
	padding: 0px 0 50px 0;
}

.section-product-details .single-product-detail {
	border-bottom: 1px solid #ddd;
	padding: 50px 0 50px 0;
}

.section-product-details .single-product-detail:nth-of-type(even) {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row-reverse;
	flex-flow: row-reverse;
}

.section-product-details .single-product-detail:last-of-type {
	border-bottom: 0px solid #ddd;
	padding: 50px 0 0px 0;
}

.section-product-details .single-product-detail h4 {
	color: #333;
	float: left;
	font-size: 20px;
	margin: 50px 0 15px 0;
	width: 100%;
}

.section-product-details .single-product-detail p {
	color: #666;
	float: left;
	font-size: 15px;
	line-height: 28px;
	margin: 0;
	width: 100%;
}

.section-product-details .single-product-detail img {
	margin: 0 auto;
	max-height: 200px;
}


/*--------------------------------------------------------------
Section Free Trial
--------------------------------------------------------------*/
.section-free-trial {
	color: white;
	float: left;
	margin-top: 0px;
    padding: 170px 0 150px 0;
    background-image: url('images/free-trial-bg.svg');
    background-size: cover;
	position: relative;
	width: 100%;
	display: inline-block;
	float: none;
}

.section-free-trial:before {
	background: #fff;
	content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 150px;
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
    z-index: 0;
    top: -90px;
    left: 0;
    z-index: 0;
}

.section-free-trial:after {
	background: #141b23;
	content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 150px;
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
    z-index: 0;
    bottom: -90px;
    left: 0;
    z-index: 0;
}

.section-free-trial h2 {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}

.section-free-trial p {
	float: left;
	font-size: 18px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.section-free-trial a {
	background-color: #fff;
	color: #1b67b3;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin: 0px 0 0 0;
	padding: 10px 25px 10px 30px;
}

.section-free-trial a i {
	display: inline-block;
	margin: 0 5px;
}

.section-free-trial a:hover {
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
	color: #1b67b3;
}


/*--------------------------------------------------------------
Section Product Description
--------------------------------------------------------------*/
.section-product-description {
	background-color: #fff;
	float: left;
	padding: 80px 0 30px 0;
	position: relative;
	width: 100%;
	z-index: 9;
}

.section-product-description p {
	display: inline-block;
	font-size: 15px;
	line-height: 28px;
	width: 100%;
}

.section-product-description ul {
	display: inline-block;
	margin: 15px 0 15px 0;
	width: 100%;
}

.section-product-description ul li {
	font-size: 15px;
	line-height: 36px;
}


/*--------------------------------------------------------------
Section Product List
--------------------------------------------------------------*/
.section-products-list {
	float: left;
	padding: 100px 0 50px 0;
	text-align: center;
	width: 100%;
}

.section-products-list h2 {
	float: left;
	margin: 0 0 60px 0;
	width: 100%;
}

.section-products-list .col-lg-4 {
	display: inline-block;
	float: none !important;
	margin: 0 -2px;
	vertical-align: top;
}

.section-products-list .single-product-item {
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: 3px solid #ccc;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	float: left;
	margin: 0 0 50px 0;
	min-height: 400px;
	padding: 50px 30px;
	position: relative;
	top: 0;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	vertical-align: top;
	width: 100%;
}

.section-products-list .single-product-item:hover {
	border-top: 3px solid #1b67b3;
	-webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.25);
	top: -5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.section-products-list .single-product-item h3 {
	float: left;
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}

.section-products-list .single-product-item:hover h3 {
	color: #1b67b3;
}

.section-products-list .single-product-item p {
	color: #666;
	float: left;
	line-height: 24px;
	margin: 0 0 20px 0;
	min-height: 100px;
	padding: 0;
	width: 100%;
}

.section-products-list .single-product-item .single-product-image {
	float: left;
	margin: 0 0 30px 0;
	text-align: center;
	width: 100%;
}

.section-products-list .single-product-item .single-product-image img {
	margin: 0 auto;
	max-height: 60px;
	max-width: 60px;
}

.section-products-list .single-product-item .btn {
	padding: 10px 30px;
}


/*--------------------------------------------------------------
Product Parent Page
--------------------------------------------------------------*/
.page-template-template-product-parent .section-products-list {
	background-color: #f9f9f9;
}

.page-template-template-product-parent .section-product-features {
	background-color: #fff;
}

.page-template-template-product-parent .section-product-details {
	background-color: #f9f9f9;
}

.page-template-template-product-parent .section-free-trial:before {
	background-color: #f9f9f9;
}


/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/
.page-blog {
	float: left;
	width: 100%;
}

.page-blog .page-header {
	padding: 160px 0 0px 0;
	text-align: center;
}

.page-blog .page-header p {
	min-height: 45px;
}

.first-section-posts {
	background-color: #f9f9f9;
	float: left;
	padding: 80px 0;
	width: 100%;
}

.first-section-posts .blog-categories {
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	float: left;
	padding: 0px;
	width: 100%;
}

.first-section-posts .blog-categories h3 {
	border-bottom: 1px solid #eee;
	color: #999;
	float: left;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding: 17px 15px 15px 15px;
	text-transform: uppercase;
	width: 100%;
}

.first-section-posts .blog-categories ul {
	float: left;
	list-style: none;
	margin: 10px 0 10px 0;
	padding: 0;
	width: 100%;
}

.first-section-posts .blog-categories ul li {
	float: left;
	width: 100%;
}

.first-section-posts .blog-categories ul li a {
	background-color: #fff;
	border-left: 3px solid #fff;
	color: #333;
	float: left;
	font-weight: 500;
	margin: 0;
	padding: 12px 15px;
	text-decoration: none;
	width: 100%;
}

.first-section-posts .blog-categories ul li a:hover {
	border-left: 3px solid #1b67b3;
	color: #000;
}

.first-section-posts .blog-categories ul li.current-cat a {
	background-color: #fafafa;
	border-left: 3px solid #1b67b3;
	color: #000;
}

.page-blog .single-post {
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	float: left;
	margin: 0 0 40px 0;
	width: 100%;
}

.page-blog .single-post .post-image {
	border-bottom: 1px solid #eee;
	float: left;
	width: 100%;
}

.page-blog .single-post .post-image img {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	float: left;
	height: 250px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.page-blog .single-post .single-post-bar {
	float: left;
	padding: 0 15px;
	position: relative;
	top: -19px;
	width: 100%;
	z-index: 2;
}

.page-blog .single-post .post-category {
	background-color: #f9f9f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
	display: inline-block;
	padding: 7px 20px;
	width: auto;
}

.page-blog .single-post .post-details {
	float: left;
	padding: 15px 15px 15px 15px;
	width: 100%;
}

.page-blog .single-post .post-details h3 {
	float: left;
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	min-height: 85px;
	padding: 0;
	width: 100%;
}

.page-blog .single-post .post-date-link {
	border-top: 1px solid #eee;
	float: left;
	margin: 15px 0 0 -15px;
	padding: 20px 15px 10px 15px;
	width: calc(100% + 30px);
}

.page-blog .single-post .post-date-link .post-date {
	color: #999;
	float: left;
}

.page-blog .single-post .post-date-link a.btn {
	float: left;
	padding: 8px 25px;
}


/*--------------------------------------------------------------
Single Post
--------------------------------------------------------------*/
.single-post .single-post-content {
	float: left;
	padding: 150px 0 50px 0;
	width: 100%;
}

.single-post-content .post-title {
	border-bottom: 1px solid #eee;
	float: left;
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
	width: 100%;
}

.single-post-content .post-title h1 {
	float: left;
	font-size: 28px;
	font-weight: 400;
	line-height: 44px;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}

.single-post-content .post-title .post-details {
	float: left;
	width: 100%;
}

.single-post-content .post-title .post-details .post-date {
	border-right: 1px solid #eee;
	color: #999;
	float: left;
	font-size: 13px;
	font-weight: 500;
	margin-right: 12px;
	padding-right: 10px;
}

.single-post-content .post-title .post-details .post-categories {
	float: left;
	list-style: none;
	margin: -2px 0 0 0;
	padding: 0;
}

.single-post-content .post-title .post-details .post-categories a {
	color: #1b67b3;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	margin: 0px 2px;
}

.single-post-content .post-image {
	float: left;
	width: 100%;
}

.single-post-content .post-image img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
	float: left;
	/* height: 400px; */
	margin-bottom: 30px;
	/* object-fit: cover;
	object-position: center; */
	max-width: 100%;
}

.single-post-content .post-content p {
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin: 0 0 25px 0;
}

.single-post-content .post-content img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
	height: auto;
	max-width: 100%;
}

.single-post-content .post-content li {
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
}

.posts-pagination {
	float: left;
	text-align: center;
	width: 100%;
}

.posts-pagination .pagination {
	display: inline-block;
}

body.single .blog-categories {
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	float: left;
	padding: 0px;
	width: 100%;
}

body.single .blog-categories h3 {
	border-bottom: 1px solid #eee;
	color: #999;
	float: left;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding: 17px 15px 15px 15px;
	text-transform: uppercase;
	width: 100%;
}

body.single .blog-categories ul {
	float: left;
	list-style: none;
	margin: 10px 0 10px 0;
	padding: 0;
	width: 100%;
}

body.single .blog-categories ul li {
	float: left;
	width: 100%;
}

body.single .blog-categories ul li a {
	background-color: #fff;
	border-left: 3px solid #fff;
	color: #333;
	float: left;
	font-weight: 500;
	margin: 0;
	padding: 12px 15px;
	text-decoration: none;
	width: 100%;
}

body.single .blog-categories ul li a:hover {
	border-left: 3px solid #1b67b3;
	color: #000;
}

blockquote {
	background-color: #fafafa;
	border-left: 5px solid #1b67b3;
	padding: 35px 25px 15px 25px;
}

/*--------------------------------------------------------------
Archive
--------------------------------------------------------------*/
body.archive .posts-pagination .screen-reader-text {
	display: none;
}


/*--------------------------------------------------------------
Pagination
--------------------------------------------------------------*/
.posts-pagination ul li {
	display: inline-block;
	margin: 0 5px;
}

.posts-pagination ul li a,
.posts-pagination ul li span {
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
	color: #333;
	padding: 10px 17px;
}

.posts-pagination ul li a:hover {
	background-color: #1b67b3;
	color: #fff;
}

.posts-pagination ul li .current {
	background-color: #1b67b3;
	color: #fff;
}

/*--------------------------------------------------------------
Modal
--------------------------------------------------------------*/
.modal {

}

.modal .modal-dialog {

}

.modal .modal-dialog .modal-content {
	border: 0;
}

.modal .modal-dialog .modal-content {
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

.modal .modal-dialog .modal-body {
	padding: 0;
}

.modal .modal-dialog .close {
	background-color: rgba(255,0 ,0 ,0.9);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    color: #fff;
    position: absolute;
    text-shadow: none;
    top: 0;
    right: -35px;
    /* height: 25px; */
    width: 30px;
    opacity: 0.7 !important;
    padding: 3px 0 5px 0;
}

.modal .modal-dialog .close:hover {
	opacity: 0.9 !important;
}

.modal iframe {
	border: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: -5px;
}

.modal-backdrop {
	background-color: #1b67b3;
	opacity: 0.9 !important;
}

/*--------------------------------------------------------------
Listing
--------------------------------------------------------------*/
.listing-section {
	background-color: #f9f9f9;
	float: left;
	padding: 30px 0 80px 0;
	width: 100%;
}

.listing-section .listing-left-side {
	background-color: #fff;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
	float: left;
	width: 100%;
}

.listing-section .listing-left-side .listing-left-header {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	float: left;
	position: relative;
	width: 100%;
}

.listing-section .listing-left-side .listing-left-header .listing-left-top {
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	float: left;
	height: 50px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.listing-section .listing-left-side .listing-left-header .listing-left-icon {
	background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    display: block;
    height: 60px;
    margin: 20px auto 10px auto;
    position: relative;
	width: 60px;
	z-index: 9;
}

.listing-section .listing-left-side .listing-left-header .listing-left-icon i {
	color: #1968b3;
    font-size: 26px;
    padding-top: 18px;
}

.listing-section .listing-left-side .listing-left-header h3 {
	color: #999;
	float: left;
	font-size: 18px;
	margin: 15px 0 15px 0;
	padding: 0 15px;
	position: relative;
	text-transform: uppercase;
	width: 100%;
	z-index: 9;
}

.listing-section .listing-nav {
	float: left;
	width: 100%;
}

.listing-section .listing-nav .list-group {
	border: 0;
	float: left;
	margin: 0;
	max-height: 450px;
	overflow: hidden;
    overflow-y: auto;
	padding: 10px 0 10px 0px;
	width: 100%;
}

.listing-section .listing-nav .list-group > .list-group-item.collapsed {
	background: #ffffff;
    /* background: -moz-linear-gradient(top, #f9f9f9 0%, #dddddd 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 0%,#dddddd 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); */
	border: 0;
	border-left: 3px solid #fff;
	color: #333;
}

.listing-section .listing-nav .list-group > .list-group-item {
	background: #ffffff;
	/*background: #2480d6;
     background: -moz-linear-gradient(top, #2480d6 0%, #1968b3 100%);
    background: -webkit-linear-gradient(top, #2480d6 0%,#1968b3 100%);
    background: linear-gradient(to bottom, #2480d6 0%,#1968b3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2480d6', endColorstr='#1968b3',GradientType=0 ); */
	border: 0;
	border-left: 3px solid #1b67b3;
	color: #1b67b3;
	font-size: 14px;
	font-weight: 500;
	padding: 15px 15px;
}

.listing-section .listing-nav .list-group > .list-group-item > span {
	margin: 0 10px;
}

.listing-section .listing-nav .list-group > .list-group-item.collapsed > i {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.listing-section .listing-nav .list-group > .list-group-item > i {
	/* -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg); */
}

.listing-section .listing-nav .list-group .list-group-item {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.listing-section .listing-nav .list-group > .list-items-group:last-of-type > .list-group-item:last-of-type {
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

.listing-section .listing-nav .list-group > .list-items-group > .list-group-item {
	border: 0;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	padding: 15px 15px 15px 15px;
	width: 100%;
}

.listing-section .listing-nav .list-group > .list-items-group > .list-group-item.active {
	background-color: #eee;
	border-color: #ddd;
	color: #000;
	font-weight: 500;
}

.listing-section .listing-nav .list-group > .list-items-group > .list-group-item span {
	
}

.listing-section .listing-nav .list-group > .list-items-group > .list-group-item i {
	float: right;
}

.listing-section .listing-nav .list-group > .list-items-group .list-group-submenu {
	font-size: 13px;
}

.listing-section .listing-nav .list-group > .list-items-group .list-group-submenu a {
	border: 0;
	display: inline-block;
	padding: 10px 15px 10px 25px;
	width: 100%;
}

.listing-section .listing-nav .list-group > .list-items-group .list-group-submenu a span {
	text-align: left;
}

.listing-section .listing-nav .list-group > .list-items-group .list-group-submenu a i {
	float: right;
}

.listing-section .listing-nav .list-group > .list-items-group .list-group-submenu .list-group-submenu  a {
	padding: 10px 15px 10px 35px;
}

.listing-search {
	background-color: #f9f9f9;
	float: left;
	margin: 0px 0 0 0;
	padding: 0px 0 0px 0;
	position: relative;
	width: 100%;
	z-index: 9;
}

.listing-search .listing-search-filter {
	float: left;
	position: relative;
	top: -27px;
	width: 100%;
	z-index: 9;
}

.listing-search .listing-search-filter:before {
	color: #ccc;
	content: "\f002";
	display: block;
    font-family: 'Font Awesome 5 Free';
	font-size: 20px;
	font-weight: 900;
    position: absolute;
    left: 15px;
    top:12px;
}

.listing-search .listing-search-filter input {
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
	height: auto;
	padding: 15px 20px 15px 40px;
}



/*--------------------------------------------------------------
FAQ Panel
--------------------------------------------------------------*/
.faq-panel {
	float: left;
	width: 100%;
}

.faq-panel .panel {
	background-color: #fff;
	border: 1px solid #eee;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px !important;
	margin-top: 0px !important;
}

.faq-panel .panel.active {
	-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.faq-panel .panel > .panel-heading {
	background-color: #fff;
	padding: 15px 15px;
}

.faq-panel .panel > .panel-heading a {
	display: inline-block;
	text-decoration: none;
	width: 100%;
}

.faq-panel .panel.active > .panel-heading a {
	color: #1b67b3;
	font-weight: 500;
}

.faq-post-data {
	display: inline-block;
	width: 100%;
}

.faq-post-data h2.faq-post-title {
	border-bottom: 1px solid rgba(0,0,0, 0.1);
	color: #000;
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 40px;
    padding-bottom: 20px;
}

.faq-post-data .faq-post-content h2 {
    display: none;
}

.faq-post-data .faq-post-content h3.headingDescription {
    font-size: 18px;
    line-height: 30px;
    margin-top: 0px;
    border-bottom: 1px solid rgba(0,0,0, 0.2);
    padding-bottom: 30px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.faq-post-data .faq-post-content h3,
.faq-post-data .faq-post-content h4 {
    letter-spacing: 0.7px;
    line-height: 36px;
}

.faq-post-data .faq-post-content h3 {
	color: #000;
	display: inline-block;
	font-size: 24px;
	width: 100%;
}

.faq-post-data .faq-post-content p {
	font-size: 15px;
	font-weight: 500;
    line-height: 24px;
    word-spacing: 0.1em;
}

.faq-post-data .faq-post-content ul li {
	font-size: 15px;
	font-weight: 500;
    line-height: 24px;
    word-spacing: 0.1em;
}

.faq-post-data .faq-post-content p strong {
	color: #000;
	font-weight: 600;
}

.faq-post-data .faq-post-content p.emptyText {
    display: none;
}

.faq-post-data .faq-post-content img {
	max-width: 100%;
    height: auto;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.20);
	margin: 25px 0 25px 0;
}

.faq-post-data .faq-post-content .single-video {
	background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-bottom: 20px;
    padding: 15px 15px 10px 15px;
    width: 100%;
}

.faq-post-data .faq-post-content .single-video iframe {
    height: 550px;
    width: 100% !important;
}

.faq-post-data #faqPreloader {
	background-image: url('images/smacc-logo.png');
	background-size: 100%;
	height: 63px;
	width: 63px;
	transform: perspective(1000px) rotateY(0deg);
	margin: 0 auto;
	padding-bottom: 30px;
	display: block;
	outline: none !important;
}

.rotation-animation {
    animation: my-rotation 3s infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
@keyframes my-rotation {
    0% {
  transform:perspective(1000px)  rotateY(0deg);
    }
    25% {
  transform:perspective(1000px)  rotateY(360deg);
    }
 100% {
  transform:perspective(1000px)  rotateY(360deg);
    }
}

.image-modal .modal-header {
	border: 0;
}

.image-modal .modal-dialog .close {
	right: -10px;
}

.image-modal .modal-dialog {
    background: rgba(255,255,255, 0);
    width: 98%;
}

.image-modal .modal-content {
    background: rgba(255,255,255, 0);
    border: 0;
    box-shadow: none !important;
}

.image-modal .modal-body {
    background: rgba(255,255,255, 0);
    padding: 0;
}

.image-modal .modal-body img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.35);
}


/*--------------------------------------------------------------
Video Panel
--------------------------------------------------------------*/
.video-panel {
	float: left;
	width: 100%;
}

.video-panel .panel {
	padding: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.video-panel .panel:hover {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.video-panel .panel-group .faq {
	display: none;
}

.video-panel .panel-group .faq:nth-of-type(-n+15) {
	display: block;
}

.video-panel .single-training-video {
	float: left;
	margin-bottom: 25px;
	min-height: 145px;
	width: 100%;
}

.video-panel .single-training-video a {
	float: left;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.video-panel .single-training-video a:after {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	content: '';
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	float: left;
	display: block;
	height: 100%;
	position: absolute;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
	z-index: 9;
}

.video-panel .panel:hover a:after {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#e6000000',GradientType=0 );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.video-panel .single-training-video a i {
	color: #fff;
	float: left;
	font-size: 30px;
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 30%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
	z-index: 10;
}

.video-panel .panel:hover a i {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.video-panel .single-training-video a img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	object-fit: cover;
    height: 145px;
    object-position: center;
	width: 100%;
}

.video-panel .single-training-video a .video-title {
	float: left;
	position: absolute;
	bottom: 15px;
	padding: 0 15px;
	width: 100%;
	z-index: 10;
}

.video-panel .single-training-video a .video-title h3 {
	color: #fff;
	float: left;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	width: 100%;
}


/*--------------------------------------------------------------
Pricing
--------------------------------------------------------------*/
.pricing-plans {
	background-color: #f9f9f9;
	float: left;
	padding: 80px 0 80px 0;
	width: 100%;
}

.pricing-plans .single-pricing-table {
	background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    float: left;
    margin: 0 0 50px 0;
    min-height: 400px;
    padding: 0;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: top;
    width: 100%;
}

.pricing-plans .single-pricing-table:hover {
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.25);
    top: -5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing-plans .single-pricing-table .pricing-header {
	background: rgb(16,83,150);
	background: -moz-linear-gradient(top, rgba(16,83,150,1) 0%, rgba(27,103,179,1) 100%);
	background: -webkit-linear-gradient(top, rgba(16,83,150,1) 0%,rgba(27,103,179,1) 100%);
	background: linear-gradient(to bottom, rgba(16,83,150,1) 0%,rgba(27,103,179,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105396', endColorstr='#1b67b3',GradientType=0 );
	background-image: url(images/pricing-bg.svg);
	/* background-position: center; */
	/* background-size: 300%; */
	background-size: cover;
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	color: #fff;
	float: left;
	padding: 30px 30px 50px 30px;
	text-align: center;
	width: 100%;
}

/* .pricing-plans .col-md-4:nth-of-type(2) .single-pricing-table .pricing-header  {
	background: rgb(16,83,150);
	background: -moz-linear-gradient(top, rgba(16,83,150,1) 0%, rgba(27,103,179,1) 100%);
	background: -webkit-linear-gradient(top, rgba(16,83,150,1) 0%,rgba(27,103,179,1) 100%);
	background: linear-gradient(to bottom, rgba(16,83,150,1) 0%,rgba(27,103,179,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105396', endColorstr='#1b67b3',GradientType=0 );
} */

.pricing-plans .single-pricing-table .pricing-header h3 {
	float: left;
	font-size: 32px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}

.pricing-plans .single-pricing-table .pricing-header h4 {
	float: left;
	font-size: 44px;
	letter-spacing: 2px;
	letter-spacing: 0px;
	margin: 10px 0 10px 0;
	padding: 0;
	width: 100%;
}

.pricing-plans .single-pricing-table .pricing-header h5 {
	color: rgba(255,255,255, 0.7);
	float: none;
	display: inline-block;
	font-weight: 400;
	margin: 0;
	padding: 0;
	width: 100%;
}

.pricing-plans .single-pricing-table .pricing-header .cut-price {
    margin: 10px 0 -5px 0;
    font-weight: 400;
    display: inline-block;
    position: relative;
    font-size: 24px;
    left: 0;
    right: 0;
    top: 0;
    clear: both;
    color: rgba(255,255,255,0.5);
}

.pricing-plans .single-pricing-table .pricing-header .cut-price:before {
	content: '';
    display: block;
    width: calc(100% + 10px);
    height: 2px;
    position: absolute;
    background-color: #a50000;
    left: -5px;
    top: 16px;
    z-index: 99;
    transform: rotate(-6deg);
}

.pricing-plans .single-pricing-table .pricing-middle {
	float: left;
	padding: 30px 30px 20px 30px;
	position: relative;
	width: 100%;
}

.pricing-plans .single-pricing-table .pricing-middle:before {
	background-color: #fff;
	position: absolute;
    left: 0;
    top: -20px;
    height: 40px;
    width: 100%;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    content: "";
}

.pricing-plans .single-pricing-table .pricing-middle h4 {
	color: #999;
	float: left;
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 20px 0;
	position: relative;
	width: 100%;
}

.pricing-plans .single-pricing-table .pricing-middle ul {
	float: left;
	list-style: none;
	line-height: 32px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.pricing-plans .single-pricing-table .pricing-middle ul li {
	float: left;
	font-size: 15px;
	width: 100%;
}

.pricing-plans .single-pricing-table .modules-info {
	background: rgb(16,83,150);
	background: -moz-linear-gradient(top, rgba(16,83,150,1) 0%, rgba(27,103,179,1) 100%);
	background: -webkit-linear-gradient(top, rgba(16,83,150,1) 0%,rgba(27,103,179,1) 100%);
	background: linear-gradient(to bottom, rgba(16,83,150,1) 0%,rgba(27,103,179,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105396', endColorstr='#1b67b3',GradientType=0 );
	float: left;
	padding: 50px 0 50px 0;
	position: relative;
	width: 100%;
}

.pricing-plans .single-pricing-table .modules-info:before {
	background-color: #fff;
	position: absolute;
    left: 0;
    top: -20px;
    height: 40px;
    width: 100%;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    content: "";
}

.pricing-plans .single-pricing-table .modules-info:after {
	background-color: #fff;
	position: absolute;
    left: 0;
    bottom: -20px;
    height: 40px;
    width: 100%;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
    content: "";
}

.pricing-plans .single-pricing-table .modules-info ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.pricing-plans .single-pricing-table .modules-info ul li {
	color: #fff;
	float: left;
	text-align: center;
	width: 33.33%;
}

.pricing-plans .single-pricing-table .modules-info ul li i {
	color: rgba(255,255,255, 0.5);
	float: left;
	font-size:36px;
	text-align: center;
	width: 100%;
}

.pricing-plans .single-pricing-table .modules-info ul li span {
	float: left;
	font-size: 14px;
	margin: 10px 0 0 0;
	text-align: center;
	width: 100%;
}

.pricing-plans .single-pricing-table .pricing-footer {
	float: left;
	padding: 30px 30px 40px 30px;
	text-align: center;
	width: 100%;
}

.page-pricing .section-free-trial:before {
	background-color: #f9f9f9;
	top: -70px;
}

.pricing-switch {
	float: left;
	margin: 20px 0 50px 0;
	text-align: center;
	width: 100%;
}

.pricing-switch  .btn-switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.pricing-switch  .btn-switch:before {
	color: #1b67b3;
	content: 'SMACC 6';
	cursor: pointer;
	display: block;
	font-size: 20px;
	font-weight: 500;
	position: absolute;
	left: -100px;
	top: 4px;
}

.pricing-switch  .btn-switch.isChecked:before {
	color: #999;
}

.pricing-switch  .btn-switch:after {
	color: #999;
	content: 'SMACC 5';
	cursor: pointer;
	display: block;
	font-size: 20px;
	font-weight: 500;
	position: absolute;
	right: -100px;
	top: 4px;
}

.pricing-switch  .btn-switch.isChecked:after {
	color: #1b67b3;
}

.pricing-switch .btn-switch input.switch-control {
	display:none;
}

.pricing-switch .switch-slider {
	background: linear-gradient(rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0)), #ccc;
	-webkit-box-shadow: 0 0.07em 0.1em -0.1em rgba(0, 0, 0, 0.4) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7);
	-moz-box-shadow: 0 0.07em 0.1em -0.1em rgba(0, 0, 0, 0.4) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7);
	box-shadow: 0 0.07em 0.1em -0.1em rgba(0, 0, 0, 0.4) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7);
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: .4s;
	transition: .4s;
}

.pricing-switch .switch-slider:before {
	background: linear-gradient(#f5f5f5 10%, #eeeeee);
	-webkit-box-shadow: 0 0.1em 0.15em -0.05em rgba(255, 255, 255, 0.9) inset, 0 0.5em 0.3em -0.1em rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0.1em 0.15em -0.05em rgba(255, 255, 255, 0.9) inset, 0 0.5em 0.3em -0.1em rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.1em 0.15em -0.05em rgba(255, 255, 255, 0.9) inset, 0 0.5em 0.3em -0.1em rgba(0, 0, 0, 0.25);
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	-webkit-transition: .4s;
	transition: .4s;
}

.pricing-switch input.switch-control:checked + .switch-slider {
	background: linear-gradient(rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0)), #bbb;
}

.pricing-switch input:focus + .switch-slider {
	background: linear-gradient(rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0)), #bbb;
}

.pricing-switch input.switch-control:checked + .switch-slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.pricing-switch .switch-slider.round {
	border-radius: 34px;
}

.pricing-switch .switch-slider.round:before {
	border-radius: 50%;
}


/*--------------------------------------------------------------
Training Subscription
--------------------------------------------------------------*/
.training-subscriptions {
	background-color: #f9f9f9;
	float: left;
	padding: 80px 0 120px 0;
	width: 100%;
}

.training-subscriptions .panel {
	background-color: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px !important;
    margin-top: 0px !important;
}

.training-subscriptions h3 {
	font-weight: 400;
	margin: 0 0 20px 0;
}

.training-subscriptions .panel .panel-heading {
	background-color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 15px 15px;
}

.training-subscriptions .panel-danger .panel-heading {
	color: #e6312e;
	border-color: #f1bfbe;
}

.training-subscriptions .panel-primary .panel-heading {
	color: #1b67b3;
	border-color: #7fb2e6;
}

.training-subscriptions .panel .panel-body {
	max-height: 600px;
	overflow: hidden;
	overflow-y: auto;
	padding: 15px 0;
}

.training-subscriptions table {
	margin-bottom: 0px;
}

.training-subscriptions table th {
	
	font-weight: 500;
	font-size: 15px;
}

.training-subscriptions table td {
	color: #666;
	font-size: 13px;
	font-weight: 500;
}

.training-subscriptions table th,
.training-subscriptions table td {
	padding: 15px 15px !important;
}

.page-subscription .section-free-trial:before {
	background-color: #f9f9f9;
}

.training-subscriptions table td .btn {
	font-size: 13px;
    padding: 5px 20px;
}

.training-subscriptions table td .btn:hover {
	-webkit-box-shadow: 0px 5px 15px rgba(27,103,179,0.45);
    -moz-box-shadow: 0px 5px 15px rgba(27,103,179,0.45);
	box-shadow: 0px 5px 15px rgba(27,103,179,0.45);
}

/*--------------------------------------------------------------
Badge
--------------------------------------------------------------*/
.badge-success {
	background-color: #1b67b3;
	font-weight: 400;
}

.badge-danger {
	background-color: #e6312e;
	font-weight: 400;
}


/*--------------------------------------------------------------
Downloads
--------------------------------------------------------------*/
.download-software {
	background-color: #f9f9f9;
	float: left;
	padding: 80px 0 80px 0;
	width: 100%;
}

.download-software .single-download {
	background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top: 3px solid #ccc;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	color: #333;
    float: left;
	margin: 0 0 30px 0;
	min-height: 340px;
    padding: 50px 15px;
    position: relative;
    top: 0;
	text-align: center;
	text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: top;
    width: 100%;
}

.download-software .single-download:hover {
    border-top: 3px solid #1b67b3;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.25);
    top: -5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.download-software .single-download .download-icon {
	float: left;
	margin: 0 0 30px 0;
	text-align: center;
	width: 100%;
}

.download-software .single-download .download-icon img {
	margin: 0 auto;
	max-width: 60px;
}

.single-download .download-text {
	float: left;
	margin: 0 0  10px 0;
	min-height: 80px;
	width: 100%;
}

.single-download .download-text h3 {
	float: left;
	font-size: 18px;
	margin: 0 0  10px 0;
	width: 100%;
}

.download-modal .modal-dialog .modal-content {
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.download-modal .modal-body h4 {
	font-size: 16px;
}

.download-modal .download-description {
	display: inline-block;
	padding: 0 15px;
	width: 100%;
}

.download-modal span {
	display: inline-block;
}

.download-modal .download-info {
	display: inline-block;
	margin: 15px 0 10px 0;
	width: 100%;
}

.download-modal .download-info-date {
	display: inline-block;
	margin: 0 0 20px 0;
	width: 100%;
}

.download-modal .download-description {
	display: inline-block;
	margin: 0 0 20px 0;
	width: 100%;
}

.download-modal .sdm_count_string {
	margin: 0 3px 0 3px;
}

.download-modal .btn {
	margin: 0 5px;
	padding: 10px 25px;
}

.download-modal .sdm_count_number {
	color: #000;
	font-weight: 600;
}


/*--------------------------------------------------------------
Contact
--------------------------------------------------------------*/
.contact-section {
	background-color: #f9f9f9;
	float: left;
	padding: 80px 0 80px 0;
	width: 100%;
}

.contact-section .contact-tabs {
	float: left;
	width: 100%;
}

.contact-section .contact-tabs .nav-tabs {
	border: 0px;
	float: left;
	margin: 0 0 50px 0;
	width: 100%;
}

.contact-section .contact-tabs .nav-tabs li {
	display: inline-block;
	margin: 0 15px 0 0;
}

.contact-section .contact-tabs .nav-tabs li a {
	background-color: #f9f9f9;
	border: 2px solid #1b67b3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #1b67b3;
	display: inline-block;
	font-weight: 500;
	padding: 10px 35px;
	white-space: nowrap;
	width: 100%;
}

.contact-section .contact-tabs .nav-tabs li.active a {
	background-color: #1b67b3;
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.35);
	color: #fff;
}

.contact-section .contact-tabs .tab-content {
	float: left;
	width: 100%;
}

.contact-section .contact-tabs .tab-content .form-custom {
	background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top: 3px solid #ccc;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    float: left;
    margin: 0 0 50px 0;
    padding: 50px 30px 40px 30px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: top;
    width: 100%;
}

.contact-section .contact-tabs .form-heading {
	float: left;
	margin: 0 0 30px 0;
	width: 100%;
}

.contact-section .contact-tabs .form-heading h3 {
	font-size: 22px;
	font-weight: 500;
}

.contact-section .contact-tabs .form-heading h4 {
	color: #666;
	font-size: 16px;
	font-weight: 400;
}

.contact-section .contact-tabs .tab-content label {
	color: #666;
	display: inline-block;
	font-weight: 500;
	width: 100%;
}

.contact-section .contact-tabs .tab-content .form-control {
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 10px 0 rgba(0,0,0,0);
    -moz-box-shadow: 0px 3px 10px 0 rgba(0,0,0,0);
	box-shadow: 0px 3px 10px 0 rgba(0,0,0,0);
	color: #000;
	height: auto;
	font-weight: 500;
	padding: 10px 15px;
}

.contact-section .contact-tabs .tab-content .form-control:hover,
.contact-section .contact-tabs .tab-content .form-control:focus {
	border: 1px solid #999;
}

.contact-section .contact-tabs .tab-content .wpcf7-select {
	padding: 5px 15px;
}

.contact-section .contact-tabs .tab-content .form-control.wpcf7-not-valid {
	border: 1px solid #e6312e;
}

.contact-section .contact-tabs .tab-content .wpcf7-checkbox {
    line-height: 36px;
}

.contact-section .contact-tabs .tab-content .input-group-addon {
	background-color: #fff;
}

html[dir="rtl"] .contact-section .contact-tabs .tab-content .input-group-addon {
	border-right: 1px solid #ddd;
    border-radius: 0 4px 4px 0;
}

.contact-section .contact-tabs .tab-content .wpcf7-submit {
	margin-top: 30px;
	padding: 10px 30px;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
	display: none !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
	background: #e6312e;
	border: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	float: left;
    margin: 20px 0 0 0;
    padding: 10px 15px;
	width: 100%;
}

div.wpcf7-spam-blocked {
	background-color: #fff;
	border: 2px solid #ffa500;
	color: #000;
}

div.wpcf7-mail-sent-ok {
    background: #1b67b3 !important;
}

.office-single {
	float: left;
	margin: 0 0 40px 0;
	width: 100%;
}

.office-single h4 {
	color: #000;
	float: left;
	margin: 0 0 10px 0;
	width: 100%;
}

.office-single > p {
	float: left;
	font-weight: 500;
	width: 100%;
}

.office-single ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.office-single ul li {
	float: left;
	font-size: 14px;
	line-height: 36px;
	width: 100%;
}

.office-single ul li i {
	display: inline-block;
}

.office-single ul li p {
	display: inline-block;
	font-weight: 500;
	margin: 0 5px;
}

.office-single ul li p span {
	display: inline-block;
	direction: ltr;
}

.form-branches {
	padding: 50px 30px 10px 30px !important;
}

.form-branches .col-md-6:last-of-type .office-single {
	margin: 0 0 0px 0;
}

.form-branches .office-single {
	margin: 0 0 20px 0;
	min-height: 180px;
}

.form-branches .office-single ul li {
	line-height: 24px;
}

.form-branches .office-single:hover h4 {
	color: #1b67b3;
}

.form-branches .office-single ul li i  {
	color: #999;
	vertical-align: middle;
	width: 20px;
}

.form-branches .office-single ul li p {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 35px);
}

.branches-map {
	float: left;
    position: relative;
    width: 100%;
	z-index: 9;
	display: inline-block;
	float: none;
}

/* .branches-map:before {
	background: #f9f9f9;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 150px;
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
    z-index: 0;
    top: -90px;
    left: 0;
    z-index: 0;
} */

#smaccBranches {
	display: inline-block;
	float: left;
    height: 550px;
    margin-bottom: 0px;
    width: 100%;
}

.gm-style-iw * {
    display: block;
    overflow: hidden !important;
    width: 250px !important;
}


/*--------------------------------------------------------------
Small
--------------------------------------------------------------*/
.small-section {
	background-color: #fff;
	float: left;
	padding: 60px 0 60px 0;
	width: 100%;
}

.small-section p {
	font-size: 15px;
	line-height: 30px;
}

.small-section ul li {
	font-size: 15px;
	line-height: 26px;
	margin: 0 0 20px 0;
}

.small-section h2 {
	font-size: 28px;
	font-weight: 400;
}

.small-section h3 {
	font-size: 24px;
	font-weight: 400;
}


/*--------------------------------------------------------------
Ultimate Newsletter Widget
--------------------------------------------------------------*/
.ultimate-newsletter-widget-subscription-form {
	float: left;
	width: 100%;
}

.ultimate-newsletter-widget-subscription-form > h2,
.ultimate-newsletter-widget-subscription-form > p {
	display: none !important;
}

.ultimate-newsletter-widget-subscription-form label {
	display: none !important;
}

.ultimate-newsletter-widget-subscription-form form {
	float: left;
	position: relative;
	width: 100%;
}

.ultimate-newsletter-widget-subscription-form .un-email.un-required {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #5b6065;
	border-radius: 4px;
	color: #fff;
	float: left;
	outline: none !important;
	padding: 6px 12px;
	width: 100%;
}

.ultimate-newsletter-widget-subscription-form .un-email..un-field-error {
	border: 1px solid #FF0000;
}

.ultimate-newsletter-widget-subscription-form form input[type="submit"] {
	background: #5b6065;
	border: 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	color: #fff;
	outline: none !important;
    padding: 7px 15px;
	position: absolute;
    right: 0;
    top: 0px;
}

.ultimate-newsletter-widget-subscription-form form input[type="submit"]:hover {
	background: #fff;
	color: #5b6065;
}

.ultimate-newsletter-widget-subscription-form form .un-response {
	color: #fff;
	float: left;
	margin: 5px 0 0 0;
	width: 100%;
}

.ultimate-newsletter-widget-subscription-form form .un-spinner {
	display: none !important;
}


/*--------------------------------------------------------------
404
--------------------------------------------------------------*/
.error-404.not-found .page-header {
	padding: 230px 0 180px 0;
}


/*--------------------------------------------------------------
Available Language
--------------------------------------------------------------*/
.qtranxs-available-languages-message {
	display: none !important;
}


/*--------------------------------------------------------------
Customer Stories
--------------------------------------------------------------*/
.customer-stories {
	float: left;
	padding: 80px 0 80px 0;
	width: 100%;
}

.customer-stories .single-story {
	border-bottom: 1px solid #eee;
	float: left;
	margin: 0 0 50px 0;
	padding: 0 0  50px 0;
	width: 100%;
}

.customer-stories .single-story:nth-of-type(even) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.customer-stories .single-story:last-of-type {
	border-bottom: 0px solid #eee;
	margin: 0 0 0px 0;
	padding: 0 0  0px 0;
}

.customer-stories .single-story p {
	float: left;
	font-size: 15px;
	line-height: 26px;
	width: 100%;
}

.customer-stories .single-story blockquote {
	float: left;
	font-size: 15px;
	line-height: 26px;
	padding: 15px;
	width: 100%;
}

.customer-stories .single-story h3 {
	margin: 0 0 10px 0;
}


/*--------------------------------------------------------------
Stick Bar
--------------------------------------------------------------*/
.stick-bar {
	top: 140px;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    z-index: 9;
}


/*--------------------------------------------------------------
Get a Quote
--------------------------------------------------------------*/
.get-a-quote-btn {
	background-color: #1b67b3;
	border: 2px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
	height: auto;
	right: -50px;
	padding: 8px 30px;
	position: fixed;
	top: 50%;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg) translateX(0) translateZ(0);
	width: auto;
	word-spacing: 2px;
	z-index: 999;
}

.get-a-quote-btn:hover {
	background-color: #0f5192;
}

.get-a-quote-btn a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

@-webkit-keyframes swing
{
    5%
    {
        -webkit-transform: rotate(90deg) translateX(5px) translateZ(0);
        transform: translateX(5px) translateZ(0);
    }
    10%
    {
        -webkit-transform: rotate(90deg) translateX(-5px);
       transform: translateX(-5px);
    } 
    15%
    {
        -webkit-transform: rotate(90deg) translateX(3px);
        transform: translateX(3px);
    }
    20%
    {
        -webkit-transform: rotate(90deg) translateX(-3px);
        transform: rotate(90deg) translateX(-3px);
    }
    25%
    {
        -webkit-transform: rotate(90deg) translateX(2px);
        transform: rotate(90deg) translateX(2px);
    }
    30%
    {
        -webkit-transform: rotate(90deg) translateX(0);
        transform: rotate(90deg) translateX(0);
	}
	100%
    {
        -webkit-transform: rotate(90deg) translateX(0);
        transform: rotate(90deg) translateX(0);
    }
}
@keyframes swing
{
    5% {
        -webkit-transform: rotate(90deg) translateX(5px);
        transform: rotate(90deg) translateX(5px);
    }
    10%
    {
        -webkit-transform: rotate(90deg) translateX(-5px);
        transform: rotate(90deg) translateX(-5px);
    }
    15%
    {
        -webkit-transform: rotate(90deg) translateX(3px);
        transform: rotate(90deg) translateX(3px);
    }
    20%
    {
        -webkit-transform: rotate(90deg) translateX(-3px);
        transform: rotate(90deg) translateX(-3px);
    }
    25%
    {
        -webkit-transform: rotate(90deg) translateX(2px);
        transform: rotate(90deg) translateX(2px);
    }
    30%
    {
        -webkit-transform: rotate(90deg) translateX(0);
        transform: rotate(90deg) translateX(0);
	}
	100%
    {
        -webkit-transform: rotate(90deg) translateX(0) translateZ(0);
        transform: rotate(90deg) translateX(0) translateZ(0);
    }
}

.swing {
	animation: swing 3s infinite;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transform-origin: 50% 51%;
	transform-origin: 50% 51%;
}

/*--------------------------------------------------------------
Sticky Title
--------------------------------------------------------------*/
.sticky-title {
	background-color: rgba(27,103,179,0.95);
	-webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.3);
	color: #fff;
	float: left;
	opacity: 0;
	padding: 10px 0;
	position: fixed;
	top: 61px;
	-webkit-transform: translate(0px, -50px);
	-moz-transform: translate(0px, -50px);
	-o-transform: translate(0px, -50px);
	-ms-transform: translate(0px, -50px);
	transform: translate(0px, -50px);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 100%;
	z-index: 99;
}

.sticky-title h2 {
	display: inline-block;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	width: 100%;
}

.sticky-title.start-sticky {
	opacity: 1;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


/*--------------------------------------------------------------
Timeline Wrapper
--------------------------------------------------------------*/
.timeline-item {
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 3px;
    padding: 0px;
    margin: 0 auto;
	min-height: 200px;
	width: 100%;
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #fff 18%, #eeeeee 33%);
    background-size: 800px 104px;
	height: 96px;
	margin-bottom: 20px;
    position: relative;
}

.background-masker {
    background: #f9f9f9;
    position: absolute;
}

/* Every thing below this is just positioning */

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
    top: 0;
    left: 40px;
    right: 0;
    height: 10px;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
    top: 10px;
    left: 40px;
    height: 8px;
    width: 10px;
}

.background-masker.header-bottom {
    top: 18px;
    height: 6px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
    top: 24px;
    height: 6px;
}


.background-masker.header-right,
.background-masker.subheader-right {
    width: auto;
    left: 300px;
    right: 0;
}

.background-masker.subheader-right {
    left: 230px;
}

.background-masker.subheader-bottom {
    top: 30px;
    height: 10px;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px;
}

.background-masker.content-top {
    height:20px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end{
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px;
}

.background-masker.content-second-line  {
    top: 68px;
}

.background-masker.content-second-end {
    left: 420px;
    top: 74px;
}

.background-masker.content-third-line {
    top: 82px;
}

.background-masker.content-third-end {
    left: 300px;
    top: 88px;
}

/*--------------------------------------------------------------
Case Studies
--------------------------------------------------------------*/
.page-case-studies .single-post .post-details h3 {
	min-height: 60px;
}


/*--------------------------------------------------------------
Single Case Study
--------------------------------------------------------------*/
.single-case-study {
	background-color: #f9f9f9;
	float: left;
	padding: 80px 0 80px 0;
	width: 100%;
}

.case-study-left {
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	width: 100%;
}

.case-study-left h3 {
	border-bottom: 1px solid #eee;
    color: #999;
    float: left;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 25px 0;
    padding: 17px 15px 15px 15px;
    text-transform: uppercase;
    width: 100%;
}

.case-study-left .single-case-info {
	display: inline-block;
	margin: 0 0 20px 0;
	padding: 0 20px;
	width: 100%;
}

.case-study-left .single-case-info:last-of-type {
	margin: 0 0 20px 0;
}

.case-study-left .single-case-info i {
	color: #ccc;
	display: inline-block;
	font-size: 18px;
	margin: 2px 0 0 0;
	vertical-align: top;
	width: 30px;
}

.case-study-left .single-case-info .single-info-content {
	display: inline-block;
	width: calc(100% - 35px);
}

.case-study-left .single-case-info .single-info-content h4 {
	display: inline-block;
	margin: 0 0 5px 0;
	width: 100%;
}

.case-study-left .single-case-info .single-info-content p {
	font-weight: 400;
}

.single-case-study .post-content h3 {
	display: inline-block;
	margin: 0 0 10px 0;
	width: 100%;
}

.single-case-study .post-content p {
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin: 0 0 25px 0;
}

.single-case-study .post-content img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
	height: auto;
	max-width: 100%;
}

.single-case-study .post-content li {
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
}


/*--------------------------------------------------------------
Video FAQ
--------------------------------------------------------------*/
.video-faq {
	float: left;
	padding: 50px 0;
	width: 100%;
}

.video-faq .panel-group {

}

.video-faq .panel-white {
	border-radius: 0;
}

.video-faq .panel-white .panel-heading {
	background-color: #fafafa;
}

.video-faq .panel-white .panel-heading a {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	text-decoration: none;
	width: 100%;
}

.video-faq .panel-white .panel-heading:hover a {
	color: #1b67b3;
}

.video-faq .panel-white .panel-heading a:before {
	color: #999;
	display: block;
	content: "\f144";
    font-family: "FontAwesome", sans-serif;
	float: right;
}

.video-faq .panel-white.active .panel-heading a {
	color: #000;
}

.video-faq .panel-white.active .panel-heading a:before {
	content: "\f144";
}

.video-faq .masonry-grid {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	column-gap: 1em;
	margin: 0;
	padding: 0;
	-moz-column-gap: 1.5em;
	-webkit-column-gap: 1.5em;
	column-gap: 1.5em;
	font-size: .85em;
}

.video-faq .masonry-grid .masonry-item {
	display: inline-block;
	background: #fff;
	padding: 0;
	margin: 0;
	width: 100%;
	-webkit-transition:1s ease all;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.video-faq .masonry-grid .masonry-item img {
	max-width:100%;
}

@media only screen and (max-width: 360px) {
    .video-faq .masonry-grid {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 360px) and (max-width: 768px){
    .video-faq .masonry-grid {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .video-faq .masonry-grid {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 1201px) {
    .video-faq .masonry-grid {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}


/*--------------------------------------------------------------
Breadcrumbs
--------------------------------------------------------------*/
.site-breadcrumbs {
	background: #fff;
	color: #333;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    z-index: -1;
    padding: 10px;
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.15);
	font-weight: 500;
}

.site-breadcrumbs #crumbs {
	margin: 0 -15px;
}

.site-breadcrumbs a {
	color: #333;
}


/*--------------------------------------------------------------
General Modal
--------------------------------------------------------------*/
.modal-general .modal-dialog {
	margin-top: 150px;
}
.modal-general .modal-content {
	background-image: url('http://smacc.com/wp-content/themes/smacc/images/modal-bg.jpg');
	position: relative;
    color: #fff;
    text-align: center;
    border-radius: 10px !important;
    background-size: cover;
    background-position: bottom;
}
.modal-general .modal-content:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(27,103,179,0.95);
	border-radius: 10px;
}
.modal-general .modal-body {
	display: inline-block;
	width: 100%;
	padding: 100px 15px 50px 15px !important;
}
.modal-general .modal-body h4 {
	font-size: 24px;
	font-weight: 400;
	line-height: 48px;
}
.modal-general .modal-body h3 {
	font-size: 30px;
	margin-bottom: 40px;
}
.modal-general img.modal-logo {
	position: absolute;
    z-index: 99;
    width: 90px;
    height: 90px;
    border-radius: 5px;
    border: 2px solid #fff;
    top: -45px;
	left: 0;
    right: 0;
    margin: 0 auto;
}
.modal-ar .syotimer-cell__unit {
	font-family: 'Cairo';
    font-size: 14px;
    font-weight: 500;
}
.modal-general .modal-dialog .close {
	background-color: rgba(0, 0, 0, 0) !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	position: absolute;
	text-shadow: none;
	top: 0;
	right: 10px;
	width: 30px;
	opacity: 0.7 !important;
	padding: 3px 0 5px 0;
	font-weight: lighter;
	font-size: 36px;
	z-index: 99;
}
.modal-general .modal-dialog .close:hover {
	color: #fff;
	opacity: 1;
}
#generalModal.modal-backdrop {
	background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px){
	.modal-general .modal-dialog {
		width: 800px;
	}
}

html[dir="rtl"] .training-subscriptions .panel-upcoming .table-responsive table tr td:nth-child(5) {
	width: 170px;
    min-width: 170px;
    direction: rtl;
    text-align: right;
    display: flex;
    gap: 5px;
}


/*--------------------------------------------------------------
Newsletter
--------------------------------------------------------------*/
.arabsea-subscribe {
	position: relative;
    display: flex;
    width: 100%;
}
.arabsea-subscribe input[type="email"] {
	background-color: rgba(0, 0, 0, 0);
    border: 1px solid #5b6065;
    border-radius: 4px;
    color: #fff;
    float: left;
    outline: none !important;
    padding: 6px 12px;
    width: 100%;
}
.arabsea-subscribe input[type="submit"] {
    background: #5b6065;
    border: 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    color: #fff;
    outline: none !important;
    padding: 7px 15px;
    position: absolute;
    right: 0;
    top: 0px;
}
.arabsea-subscribe input[type="submit"]:hover {
	background-color: #fff;
	color: #000;
}
html[dir="rtl"] .arabsea-subscribe input[type="submit"] {
	right: unset;
	left: 0;
	-webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}
.mc4wp-form .mc4wp-response {
	margin-top: 20px;
}
.mc4wp-form .mc4wp-response p {
	margin-bottom: 0;
}