* {
	border: 0;
	outline: 0;
}
body {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: static !important;
	background: #fff;
	font-family: "Montserrat", sans-serif;
}
body.home {
	background: #fff;
}
.vc_row {
	margin-left: auto !important;
	margin-right: auto !important;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	text-indent: -3000px;
	color: #ffffff;
}
hr, .greyline {
	width: 100%;
	clear: both;
	border: none;
	background: #d4d4d4;
	margin: 25px 0 25px 0;
	height: 1px;
	line-height: 1px;
	font-size: 0;
}
.greyline-small {
	max-width: 280px;
	width: 100%;
	clear: both;
	border: none;
	background: #d4d4d4;
	margin: 60px auto;
	height: 5px;
	line-height: 5px;
	font-size: 0;
}
p {
	font-size: 16px;
	line-height: 26px;
	color: #222223;
}
p strong {
	color: #000;
}
p a {
	color: #cd132d;
	text-decoration: none;
	font-weight: 600;
}
p a:hover {
	text-decoration: underline;
}
p.sub-title {
	font-size: 22px;
	line-height: 30px;
	padding: 5px 0 10px 0;
	margin: 0;
	font-weight: 400;
}
h1 {
	font-size: 55px;
	line-height: 55px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
}
h1 strong {
	display:block;
	font-weight: 900;
}
h1 span {
	font-weight: 300;
}
h2, .htwo {
	font-size: 28px;
	line-height: 34px;
	font-weight: 900;
	color: #131313;
	margin-bottom: 0;
	text-transform: uppercase;
}
.htwo {
	font-size: 25px;
	line-height: 30px;
}
.terms-area h2 {
	margin-top: 50px;
}
.wpb_text_column h2 {
	margin-top: 0;
}
h2.sml-title {
	font-size: 22px;
	line-height: 30px;
	color: #000;
}
h3 {
	color: #131313;
	font-weight: 900;
	font-size: 22px;
	line-height: 26px;
	margin: 0;
	text-transform: uppercase;
}
.case-study-box h3 {
	font-size: 18px;
	line-height: 24px;
}
.drk-blue-text {
	color: #021d43;
}
h4 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
}
.inner-title {
	font-size: 32px;
	line-height: 36px;
	color: #232324;
}
.wrapper, .container {
	width: 1400px;
	max-width: 90%;
	margin: 0 auto !important;
	text-align: left;
	position: relative;
}
.wrapper-features {
	max-width: 92% !important;
}
.wrapper-sml {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto !important;
	text-align: left;
	position: relative;
}
.narrow-content {
	width: 1060px;
	max-width: 90%;
	margin: 0 auto !important;
	text-align: left;
	position: relative;
}
.sml-content {
	width: 700px;
	max-width: 90%;
	margin: 0 auto !important;
	text-align: center;
	position: relative;
}
#navbar {
}
#logo {
	float: left;
	width: 35%;
	max-width: 230px;
}
#logo img {
	display: block;
	width: 134px;
	height: 100px;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}
#right-header {
	float: right;
	width: 65%;
	text-align: right;
}
#right-header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}









#right-header ul li {
	float: right;
	margin-left: 25px;
	position: relative;
	padding-bottom: 0;
}
#right-header li.menu-item-has-children {
	cursor: default;
}
#right-header ul li a {
	color: #fff !important;
	overflow: hidden;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	padding-bottom: 10px;
	position: relative;
	display: block;
	text-decoration: none;
}
#right-header ul li a:hover, #right-header ul li.current_page_item a {
	color: #4cc3c3 !important;
}
#right-header ul li.current_page_item ul li a {
	color: #fff !important;
}
#right-header ul li.current_page_item ul li a:hover {
	color: #4cc3c3 !important;
}
#right-header ul li a::after {
	content: "";
	width: 0;
	height: 3px;
	background: #4cc3c3;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}
#right-header li.menu-item-has-children a::after {
	display: none;
}
#right-header ul li:hover a::after, #right-header ul li.current-menu-item a::after , #right-header ul li.current-menu-parent a::after {
	width: 100%;
	display: block;
}



#main-nav {
	height: 100px;
}
ul#main-menu {
	padding-right: 130px;
	margin-left: auto;
	max-width: 900px;
}
#main-nav .navbar-nav>li {
	display: block;
	float: left;
	padding: 42px 0 42px 16px;
}
#main-nav .dropdown-menu li a{
	padding: 0 15px !important;
}
#main-nav .navbar-nav>li a.nav-link {
	border: none !important;
}
#main-nav .navbar-nav>li a {
	font-weight: 800;
	font-size: 15px;
	text-transform: uppercase;
	padding: 0;
	display: block !important;
}
#main-nav .navbar-nav>li a:hover, #main-nav .navbar-nav>li:hover {
	background: none !important;
	color: #cd132d !important;
	opacity: 1 !important;
}
#main-nav .navbar-nav>li:hover a.nav-link {
	color: #cd132d !important;
}
#main-nav .navbar-nav {
	display: block;
	flex: none;
}











#right-header p {
	color: #fff;
	float: right;
	font-size: 18px;
	margin: 0;
}
#mobile-menu p {
	color: #fff;
	font-size: 16px;
	margin: 0;
}
#right-header p a, #mobile-menu p a {
	color: #fff;
}
#right-header p a:hover, #mobile-menu p a:hover {
	text-decoration: none;
	color: #cd132d;
}
#right-header p.top-phone, #mobile-menu p.top-phone {
	background: url(images/misc/phone.svg) left center no-repeat;
	background-size: auto 16px;
	padding-left: 26px;
}
#mobile-menu p.top-phone {
	margin-bottom: 4px;
}
#right-header p.top-email, #mobile-menu p.top-email {
	background: url(images/misc/mail.svg) left center no-repeat;
	background-size: auto 16px;
	padding-left: 26px;
	margin-left: 25px;
}
#mobile-menu p.top-email {
	margin-left: 0;
}
.top-contacts {
	padding: 3px 0 0 0;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}
#right-header li.menu-item-has-children {
	overflow: visible;
}
#right-header .sub-menu {
	position: absolute;
	top: 29px;
	left: -15px;
	padding: 25px 25px 15px 25px;
	background: rgba(0,0,0,0.3);
	z-index: 999998;
	display: none;
	text-align: left;
	min-width: 320px;
}
#navbar.smaller #right-header .sub-menu {
	background: rgba(0,0,0,0.8);
}
#right-header .sub-menu li {
	padding: 0 !important;
	float: none;
	margin: 0 0 5px 0 !important;
	display: block;
}
#right-header .sub-menu li a, #right-header .sub-menu li a {
	border: 0;
	padding: 0 !important;
	cursor: pointer;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	color: #fff !important;
	display: inline-block;
}
#right-header .sub-menu li a::after {
	display: none !important;
}
#right-header .sub-menu li a:hover, #right-header .sub-menu li.current-menu-item a {
	padding: 0 !important;
	border: 0 !important;
	color: #4cc3c3 !important;
}
.page-id-10 #right-header .sub-menu li.current-menu-item a {
	color: #fff !important;
}
.page-id-10 #right-header .sub-menu li.current-menu-item a:hover {
	color: #4cc3c3 !important;
}
.page-id-203 #right-header .sub-menu li.current-menu-item a {
	color: #fff !important;
}
.page-id-203 #right-header .sub-menu li.current-menu-item a:hover {
	color: #4cc3c3 !important;
}

#top-menu {
	padding-right: 145px;
	padding-top: 30px;
	position: relative;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}


#navbar.smaller {
	padding-top: 10px;
	background: rgba(0,0,0,0.95);
}
#navbar.smaller #top-menu {
	padding-top: 20px;
}
#navbar.smaller #logo img {
	width: 96px;
	height: 72px;
}

.home-header {
	height: 620px;
	width: 100%;
	background: #000;
	position: relative;
	z-index: 2;
}

.home-header video {
	margin: 0 auto;
	overflow: hidden;
	z-index: 1;
	object-fit: cover;
	position: absolute;
	z-index: 7;
    left: 50%;
    top: 50%;
	width: 100%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    height: auto;
    opacity: 0.5;
	height: 100%;
}
.entry-header {
	display: none !important;
}

#main-nav .dropdown-menu, #main-nav .dropdown-item {
	background: #000 !important;
}

.home-header-text {
	position: absolute;
	text-align: left;
	top: 180px;
	left: 0;
	z-index: 8;
}
.home-header-text h1 {
	margin: 0;
}
.home-header-text p {
	max-width: 800px;
	margin: 15px 0 25px 0;
	color: #fff;
	font-size: 20px;
	line-height: 28px;
}

.main-but {
	display: inline-block;
	padding: 0 26px;
	height: 40px;
	line-height: 38px;
	background: #cd132d;
	border: 1px solid #cd132d;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
	color: #fff;
	border-radius: 30px;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}

.top-but {
	position: absolute;
	top: 30px;
	right: 0;
	color: #fff;
	padding: 0 20px;
	background: #cd132d;
	border: none !important;
	font-size: 15px;
	height: 36px;
	line-height: 36px;
}
.mob-but {
	padding: 0 15px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	margin-top: 15px !important;
}
.home-header-text .main-but {
	height: 50px;
	line-height: 48px;
	font-size: 18px;
	margin: 0 10px 10px 0;
	background: #cd132d;
	border: 1px solid #cd132d;
	color: #fff;
	padding: 0 30px;
}
.hollow-but, .home-header-text .hollow-but {
	border: 1px solid #fff;
	background: none;
	color: #fff;
}
.main-but:hover {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.rounded-img img {
	border-radius: 30px;
}
.floating-shape-area {
	position: relative;
}
.padded-text {
	padding-left: 40px;
}
.padded-text-right {
	padding-right: 40px;
}
.floating-shape-area .wpb_single_image {
	position: relative;
	z-index: 2;
}
.floating-shape-area .vc_column-inner {
	padding: 0 !important;
}
.floating-shape {
	font-size: 0;
	background: #fff;
	border-radius: 30px;
	width: 420px;
	height: 280px;
	max-width: 80%;
	box-shadow: 0 0 50px rgba(0,0,0,0.2);
	position: absolute;
	left: -25px;
	top: -25px;
	z-index: 1;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
  animation: moveup 1s linear infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);
}
.floating-shape-right {
	left: auto;
	right: -30px;
	top: auto;
	bottom: -35px;
	height: 340px;
	width:500px;
  animation: moveupright 1s linear infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1s);
}

#top-bar form.woocommerce-product-search {
	position: relative;
	width: 240px;
}
#top-bar form.woocommerce-product-search input.search-field {
	width: 100%;
	max-width: 100%;
	border-radius: 30px;
	border-radius: 12px !important;
	padding-left: 32px !important;
	font-size: 14px !important;
	color: #000 !important;
	height: 26px !important;
	line-height: 26px !important;
}
#top-bar form.woocommerce-product-search button[type=submit] {
	width: 15px;
	height: 15px;
	background: url(images/new-site/search-icon.svg) no-repeat;
	position: absolute;
	border: none !important;
	font-size: 0;
	left: 10px;
	top:6px;
}

.top-links {
	float: right;
	padding: 2px 16px 0 0;
}
.top-links a:hover {
	opacity: 0.8;
}
.top-search {
	float: right;
	width: 240px;
}

#solutions-slider .n2-ss-slide {
	border-radius: 15px !important;
}
#solutions-slider .n2-section-smartslider {
	padding-top: 20px !important;
}
#solutions-slider .n2-ss-layer, #solutions-slider .n2-ss-layer-with-background {
	padding: 0 !important;
	background: none !important;
}
#solutions-slider .n2-ss-slide-inner {
	height: auto !important;
	background: #fff !important;
	padding: 20px !important;
	border-radius: 0 0 15px 15px !important;
}
#solutions-slider .n2-ss-slide-inner:hover {
	background: #cd132d !important;
}
#solutions-slider .n2-ss-slide-background, #solutions-slider .n2-ss-slide-background-image {
	height: 170px !important;
	position: relative !important;
}
#solutions-slider .slider-text-area .n2-ss-text {
	font-size: 16px !important;
	line-height: 21px !important;
	color: #000 !important;
}
#solutions-slider .n2-ss-slide-inner:hover .n2-ss-text {
	color: #fff !important;
}
#solutions-slider .slider-text-area .n2-ss-text:after {
	content: "";
	color: #cd132d;
	font-weight: 900;
	display: inline-block;
	font-size: 24px;
	width: 16px;
	height: 14px;
	background: url(images/new-site/arrow-left.svg) left center no-repeat;
	background-size: auto 14px;
	transform: rotate(180deg);
}
#solutions-slider .n2-ss-slide-inner:hover .n2-ss-text:after {
	filter: brightness(0) invert(1);
}


#reviews-box {
	padding-top: 30px;
}
#reviews-box .n2-ss-slide {
	border-radius: 15px !important;
	border: 1px solid #ccc !important;
	background: #fff !important;
}
#reviews-box .n2-section-smartslider {
	padding-top: 20px !important;
}
#reviews-box .n2-ss-layer, #reviews-box .n2-ss-layer-with-background {
	padding: 0 !important;
	background: none !important;
}
#reviews-box .n2-ss-slide-inner {
	height: auto !important;
	background: #fff !important;
	padding: 20px !important;
	border-radius: 0 0 15px 15px !important;
}
#reviews-box .n2-ss-slide-background, #reviews-box .n2-ss-slide-background-image {
	height: 170px !important;
	position: relative !important;
}
#reviews-box .slider-text-area .n2-ss-text {
	font-size: 16px !important;
	line-height: 21px !important;
	color: #000 !important;
}
#reviews-box .n2-ss-slide-inner:hover .n2-ss-text {
	color: #cd132d !important;
}
#reviews-box .slider-text-area .n2-ss-text:after {
	content: "";
	color: #cd132d;
	font-weight: 900;
	display: inline-block;
	font-size: 24px;
	width: 16px;
	height: 14px;
	background: url(images/new-site/arrow-left.svg) left center no-repeat;
	background-size: auto 14px;
	transform: rotate(180deg);
}

#wrapper-footer {
	width: 100%;
	max-width: 100%;
	background: #000 !important;
	padding: 20px 0;
	border: 0 !important;
}
#wrapper-footer h4 {
	display: none !important;
}
#wrapper-footer footer {
	max-width: 90%;
	width: 1200px;
	background: none;
	margin: 0 auto;
}
#wrapper-footer footer p, #wrapper-footer footer li a {
	color: #fff;
}



.advanced_recent_posts_widget ul li {
	border: none !important;
}
.news-feature .widget-title {
	display: none;
}
.news-feature .recent-post-item img {
	margin-right: 40px;
	margin-bottom: 10px;
}
.recent-post-item {
	 clear: both;
}
.news-feature .post-entry p {
	max-width: 550px;
}
.news-feature .post-entry p a {
	font-family:"DIN W01 Bold";
	color: #264a66;
}
.news-feature a.post-title {
	text-decoration: none;
	color: #ea2127;
	font-size: 22px;
	font-family:"DIN W01 Bold";
	line-height: 24px;
	display: block;
	margin: 20px 0;
	text-transform: uppercase;
}
.news-feature a.post-title:hover {
	color: #264a66;
}
.news-feature p.post-date, .featured-news-item p.post-date {
	margin-top: 20px !important;
	font-style: normal !important;
	font-size: 14px;
	display: inline-block;
}
.news-feature ul.post-categories, .entry-footer ul.post-categories, .featured-news-item ul.post-categories {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.news-feature ul.post-categories li, .entry-footer ul.post-categories li, .featured-news-item ul.post-categories li {
	display: inline;
}
.news-feature ul.post-categories li a, .entry-footer ul.post-categories li a, .featured-news-item ul.post-categories li a {
	color: #ea2127;
	text-decoration: none;
	font-family:"DIN W01 Bold";
	font-size: 14px;
}
.news-feature ul.post-categories li a:hover, .entry-footer ul.post-categories li a:hover, .featured-news-item ul.post-categories li a:hover {
	text-decoration: underline;
}


.pad-area-top {
	padding-top: 60px !important;
}
.big-pad-area-top {
	padding-top: 120px !important;
}
.big-pad-area-btm {
	padding-bottom: 160px !important;
}

.blue-box {
	background: #cd132d url(images/new-site/logo-bg.png) no-repeat;
	background-size: 720px auto;
	background-position: right -100px top -160px;
	padding: 80px;
	border-radius: 30px;
	position: relative;
	z-index:2;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.blue-box-tight {
	background-size: 310px auto;
	background-position: right -30px top -110px;
	padding: 45px;
	box-shadow: 0 0 100px rgba(0,0,0,0.5);
}
.blue-box-tight img {
	max-height: 80px;
	width: auto;
}
.big-margin-up {
	margin-top: -280px !important;
}
.margin-up {
	margin-top: -80px !important;
}
.blue-box h3 {
	color: #fff;
	margin-top: 16px;
}
.blue-box p {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	margin: 5px 0 0 0;
	max-width: 200px;
	opacity: 0.7;
}
.blue-box-column {
	padding: 0 30px !important;
}
.blue-box-tight .blue-box-column {
	padding: 0 15px !important;
}
.blue-box-tight .wpb_single_image {
	max-width: 50%;
	width: 100px;
	float: left;
}
.blue-box-tight .wpb_text_column {
	width: 50%;
	float: left;
}

.home-feature-area .home-features-wrapper {
	padding: 25px;
	margin-top: -85px !important;
	background: #fff;
	border-radius: 20px;
	position: relative;
	z-index: 3;
}
.home-feature-area .vc_col-sm-3 {
	float: left !important;
}
.services-boxes p {
	margin: 0 !important;
}
.services-boxes .vc_column-inner {
	padding: 0 8px !important;
}
.services-boxes a {
	display: block;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	height: 350px;
	overflow: hidden;
	margin-bottom: 20px !important;
	position: relative;
	border-radius: 18px;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}
.services-boxes a img {
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
	width: 101%;
	height: auto;
}
.services-boxes a .text-area {
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
	top: 250px;
	z-index: 2;
	display: block;
	padding: 20px 35px;
	border-radius: 16px;
	min-height: 400px;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.services-boxes a .gradient-overlay {
	background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(255,255,255,0) 77%);
	width: 100%;
	height: 150px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	font-size: 0;
}
.services-boxes a:hover .text-area {
	padding-top: 60px;
	padding-bottom: 60px;
	top:0;
	background: #cd132d !important;
}
.services-boxes span.overlay-title {
	color: #ffffff;
	margin: 0;
	font-size: 22px;
	line-height: 25px;
	display: block;
	font-weight: 800;
	display: block;
	text-transform: uppercase;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.services-boxes span.overlay-subtitle {
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	color: #ffffff;
	display: block;
	padding: 5px 0;
	text-transform: none;
	opacity: 0;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}
.services-boxes a:hover span.overlay-subtitle {
	padding: 15px 0;
}

.services-boxes span.overlay-link {
	background: #fff;
	padding: 4px 18px;
	font-size: 14px;
	font-weight: 800;
	display: inline-block;
	color: #cd132d;
	border-radius: 30px;
	margin-top: 10px;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}
.services-boxes span.overlay-link:hover {
	background: #000;
	color: #fff;
}



.services-boxes a:hover img {
	width: 118%;
	max-width: 118% !important;
	height: auto;
	margin-left: -9%;
}
.services-boxes a:hover span.overlay-title::after {
	opacity: 0;
}
.services-boxes a:hover span.overlay-subtitle {
	opacity: 1;
}
.services-boxes a:hover span.overlay-link {
	opacity: 1;
}


.logo-area {
	padding: 0 25px 40px 25px;
}
.logo-area p {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
}
.logo-area img {
	display: inline-block;
	margin: 20px;
}


/* ------------------- Mobile Menu --------------------- */

#mobile-menu {
	display: none;
	position: absolute;
	top: 28px;
	right: 0;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}
#mobile-menu .sub-menu {
	display: none !important;
}
#navbar.smaller #mobile-menu {
	top: 24px;
}
input#burger {
	display: none;
}
#mobile-menu input + label {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 32px;
  z-index: 99995;
}
#mobile-menu input + label span {
  position: absolute;
  width: 100%;
  height: 3px;
  top: 9px;
  margin-top: -1px;
  left: 0;
  display: block;
  border-radius: 20px;
  background: #fff;
  transition: .5s;
}
#mobile-menu input + label:hover span {
  background: #187bd0;
}
#mobile-menu input + label span:first-child { top: 0; }
#mobile-menu input + label span:last-child { top: 18px; }
#mobile-menu label:hover { cursor: pointer; }
#mobile-menu input:checked + label span {
  opacity: 0;
  top: 50%;
  background: #ffffff;
}
#mobile-menu input:checked + label span:first-child {
  opacity: 1;
  transform: rotate(45deg);
}
#mobile-menu input:checked + label span:last-child {
  opacity: 1;
  transform: rotate(-45deg);
}
#mobile-menu input ~ nav {
	background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 0;
  text-align: center;
  z-index: 99994;
  transition: .5s;
  transition-delay: .5s;
  overflow: hidden;
}
#mobile-menu input ~ nav .mobile-links {
  opacity: 0;
  transition: .5s;
  transition-delay: 0s;
}
#mobile-menu input:checked ~ nav .mobile-links {
  opacity: 1;
  transition-delay: .5s;
}
#mobile-menu input ~ nav ul#menu-mobile {
  list-style: none;
  margin: 0 auto;
  padding: 50px 0 15px 0;
}
#mobile-menu input ~ nav ul#menu-mobile li {
  opacity: 0;
  transition: .5s;
  transition-delay: 0s;
  display: block;
  padding: 0 0 6px 0;
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
#mobile-menu input ~ nav ul#menu-mobile li a {
  text-decoration: none;
  color: #ffffff;
}

#mobile-menu input ~ nav ul#menu-mobile li a:hover, #mobile-menu input ~ nav ul#menu-mobile li.current-menu-item a, #mobile-menu input ~ nav ul#menu-mobile li.current_page_parent a {
	color: #187bd0;
}
#mobile-menu input:checked ~ nav {
  height: 100%;
  transition-delay: 0s;
}
#mobile-menu input:checked ~ nav ul#menu-mobile li {
  opacity: 1;
  transition-delay: .5s;
}

.two-column-wide {
    float: left;
    width: 50%;
    padding: 50px 50px 40px 50px;
    min-height: 340px;
    background-color: #ffffff;
    background-size: cover;
    background-position: center center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.blue-bar {
	background: #cd132d;
}
.blue-bar .wrapper-sml {
	background: url(images/new-site/logo-bg.png) no-repeat;
	background-size: 720px auto;
	background-position: left top -160px;
	padding: 120px 50px;
	width: 1280px;
}
.blue-bar p {
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	margin: 10px 0 0 0;
	max-width: 550px;
}
.blue-bar .two-column p {
	margin: 0 0 12px 0;
}
.blue-bar p.feature-text {
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	max-width: 100%;
	margin-bottom: 0;
}
.blue-bar p.feature-text-big {
	font-size: 40px;
	line-height: 50px;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 900;
}
.blue-bar .main-but {
	border: 1px solid #000;
	background: #000;
	margin-margin: 8px;
	margin-bottom: 8px;
}
.blue-bar .main-but:hover {
	border: 1px solid #1b1b1b;
	background: #1b1b1b;
}
.blue-bar .hollow-but {
	border: 1px solid #fff;
	background: none;
	margin-left: 10px;
}
.blue-bar .hollow-but:hover {
	border: 1px solid #000;
	background: #000;
}

.grey-area-curve:before {
	content: "";
	background: url(images/new-site/grey-circle-bg.svg) center top no-repeat;
	width: 100%;
	height: 140px;
	background-size: 100% auto;
	display: block;
}
.grey-area-curve:after {
	content: "";
	background: url(images/new-site/grey-circle-bg.svg) center top no-repeat;
	width: 100%;
	height: 300px;
	background-size: 100% auto;
	display: block;
	transform: rotate(180deg);
}
.grey-area-curve {
	background: #eeeeee;
}

.feature-boxes {
	padding: 20px 20px 0 20px;
	margin-top: -60px;
	background: #eff2f7;
}
a.feature-box {
	float: left;
	width: 15.41666%;
	margin-right: 1.5%;
	background: #fff;
	display: block;
	min-height: 260px;
	text-decoration: none;
	position: relative;
	color: #021d43;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}
a.feature-box:after {
	content: "";
	display: block;
	background: url(images/misc/arrow-right.svg) no-repeat;
	background-size: 25px auto;
	width: 25px;
	height: 15px;
	position: absolute;
	bottom: 12px;
	right: 15px;
}
.btm-logo {
	filter: brightness(0) invert(1);
}
a.feature-box:hover:after {
	filter: brightness(0) invert(1);
	right: 10px;
}
a.feature-box:hover {
	background: #29abe2;
	color: #fff;
}
a.feature-box span {
	padding: 20px 20px 40px 20px;
	font-size: 16px;
	line-height: 22px;
	display: block;
	font-weight: 600;
}
a.feature-box-tall span {
	padding-bottom: 22px;
}
a.feature-box img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
a.feature-box-last {
	float: right;
	margin-right: 0;
}


.circle-big {
	position: absolute;
	left: -60px;
	bottom: -140px;
	background: url(images/misc/circles-big.png) no-repeat;
	background-size: 100% 100%;
	width: 300px;
	height: 300px;
	z-index: -1;
	font-size: 0;
}
.circle-big-right {
	left: auto;
	top: -60px;
	right: -50px;
}
.circle-sml {
	position: absolute;
	right: 20px;
	top: -40px;
	background: url(images/misc/circles-sml.png) no-repeat;
	background-size: 100% 100%;
	width: 180px;
	height: 180px;
	z-index: -1;
	font-size: 0;
}
.circle-sml-left {
	right: auto;
	left: -50px;
	top: -50px;
}
.circle-sml-btm {
	right: auto;
	left: -40px;
	top: auto;
	bottom: -40px;
}
.border-img img {
	border: 22px solid #f3f5f7;
	max-width: 100%;
	height: auto;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}

.content-area {
	padding: 80px 0;
}
.white-area {
	background: #fff;
	padding: 80px 0;
}
.vc_col-sm-6 ul {
	margin: 0;
	padding: 20px 0 0 5px;
	list-style: none;
}
.vc_col-sm-6 ul li {
	list-style: none;
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 15px;
	padding-left: 25px;
	position: relative;
	color: #222223;
}
.vc_col-sm-6 ul li::before {
	position: absolute;
	left: 0;
	top: 0;
  content: "\2022"; 
  color: #29abe2;
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
  width: 30px;
}
.vc_col-sm-6 .wpb_text_column {
	max-width: 520px;
}
.vc_col-sm-6 .wpb_text_column h2 {
	max-width: 440px;
}
.wpb_content_element {
	margin-bottom: 0 !important;
}

.choose-icon {
	text-align: center;
	float: left;
	width: 25%;
	margin: 0 auto !important;
}
.choose-icon-six .choose-icon {
	width: 16.6666%;
}
.choose-icon-eight .choose-icon {
	margin: 15px auto !important;
}
.choose-icon p {
	text-align: center;
	color: #29abe2;
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
}
.choose-icon img {
	margin-bottom: 6px;
}

.non-padded-area .vc_column-inner {
	padding: 0 !important;
}
.padded-text {
	padding-right: 15px !important;
}

.case-study-boxes img {
	margin-top: 25px;
	border-radius: 5px;
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}
.case-study-boxes img:hover {
	opacity: 0.85;
}
.case-study-boxes p {
	font-size: 16px;
	line-height: 26px;
	margin: 10px 0 0 0;
}
.case-study-boxes p.title-text {
	font-size: 22px;
	line-height: 32px;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 850px;
	text-align: center;
}
.case-study-boxes h3 {
	margin-bottom: 0;
}
.case-study-box {
	float: left;
	width: 32%;
	padding-right: 2%;
}
.case-study-date {
	color: #29abe2;
	font-weight: 700;
	float: left;
	padding-right: 20px;
	font-size: 20px;
	line-height: 22px;
}
.more-link {
	position: absolute;
	right: 0;
	top: -5px;
}
.more-link a {
	border-bottom: 1px solid #002252;
	padding-bottom: 2px;
}
.more-link a:hover {
	text-decoration: none;
	color: #29abe2;
	border-bottom: 1px solid #29abe2;
}

.blue-feature-box {
	background: #29abe2;
	padding: 60px;
}
.blue-feature-box p.feature-text {
	margin: 0;
	color: #fff;
	font-weight: 900;
	font-size: 28px;
	line-height: 45px;
}
.blue-feature-box p a {
	color: #fff;
}

.inner-header {
	background: url(/wp-content/themes/paspective/images/features/it-management-services.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.inner-header .main-but {
	margin-top: 15px !important;
}
.blog-header {
	background-image: url(/wp-content/themes/paspective/images/features/blog-header.jpg);
}
.inner-header-wrapper {
	width: 100%;
	overflow: hidden;
	height: 550px;
	position: relative;
	background: rgba(6,10,42,0.5);
}
.inner-header-text {
	padding-top: 270px;
}
.blog-header .inner-header-wrapper {
	height: 340px;
}
.blog-header .inner-header-text {
	padding-top: 230px;
}
.inner-header h1 {
	max-width: 800px;
	margin: 0 0 8px 0;
}
.inner-header p {
	color:#fff;
	font-size: 20px;
	line-height: 25px;
	font-weight: 300;
	margin: 0;
	width: 480px;
	max-width: 84%;
}
.parent-pageid-25 .border-img a {
	position: relative;
}
.parent-pageid-25 .border-img a:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff url(images/misc/search.svg) center center no-repeat;
	background-size: 30px auto;
	width: 75px;
	height: 75px;
	border-radius: 100px;
}
.parent-pageid-25 .border-img a:hover {
	opacity: 0.9;
}


.float-icon {
	border: 20px solid #f3f5f7;
	text-align: center;
	padding-top: 6px;
	background: #f3f5f7 !important;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	width: 140px;
	height: 140px;
	position: absolute;
	border-radius: 100px;
	right: -20px;
	bottom: -40px;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.float-icon-left {
	right: 20px;
}

.two-column {
	float: left;
	width: 47%;
	text-align: left;
}

.reviews-area {
	margin-bottom: 40px;
	position: relative;
	z-index:2;
}
.home .reviews-area {
	padding: 0 1%;
	margin-bottom: 100px;
}
.htwo-float {
	float: left;
	width: 70%;
}
.reviews-box {
	background: #fff;
	margin-top: 20px;
	padding: 15px 0 5px 0;
	min-height: 230px;
}
.grey-area-tight .reviews-box {
	background: #eee;
}

.offer-boxes {
	padding: 20px 5px;
	background: #fff;
	position: relative;
	z-index: 2;
}
.offer-box {
	background: #e9f6fc;
	padding: 50px;
	border-radius: 10px;
}
.offer-box-green {
	background: #edf9f9;
}
.offer-box-purple {
	background: #e7ecf7;
}

#footer {
	background: #000;
	padding: 60px 0;
	text-align: center;
}
#footer p {
	color: #b8b8b8;
	font-size: 14px;
	line-height: 18px;
	margin: 15px 0 0 0;
}
#footer p a, #footer p strong {
	color: #b8b8b8;
}
#footer p a:hover {
	color: #fff;
	text-decoration: none;
}
#footer .footer-btm {
	margin: 60px 0 0 0;
	padding: 0 2%;
}
#footer .footer-btm p {
	font-size: 14px;
	float: left;
	padding: 12px 0 0 10px;
	margin: 0;
	width: 90%;
}
.footer-title {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 900;
	padding: 35px 0 15px 0;
}
.footer-column {
	float: left;
	width: 16%;
	padding: 0 2%;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.footer-column-mid {
	width: 20%;
}
.footer-logos {
	padding-top: 40px;
}
.footer-logos img {
	margin-bottom: 15px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-links ul li {
	padding-bottom: 6px;
	font-size: 14px;
	line-height: 18px;
}
.footer-links ul li a {
	color: #b8b8b8;
	text-decoration: none;
}
.footer-links ul li a:hover {
	color: #ffffff;
}
ul.social-links {
	display: block;
	float: left;
}
ul.social-links li a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	padding-top: 7px;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
	border-radius: 100px;
	background: #cd132d;
}
ul.social-links li a img {
	filter: grayscale(1) brightness(0) invert(1);
	width: 20px;
}
ul.social-links li a:hover {
	background: #fff;
}
ul.social-links li a:hover img {
	filter: none;
}

/* ------------------- Blog --------------------- */

#blog-content {
	padding: 40px 0 40px 0;
	text-align: left;
}
#blog-content #sfsi_holder {
	height: 60px !important;
}
#blog-content a.sficn {
	position: relative;
	text-align: center;
}
#blog-content a.sficn img {
	filter: grayscale(1) brightness(0) !important;
}
#blog-content .sfsi_plus_wicons {
	margin-left: 0 !important;
	margin-right: 6px !important;
}

.no-padding-sides .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

h1.blog-title {
	margin: 10px 0;
}

.post-block .post-date-area {
	color: #cd132d;
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 3px;
	font-weight:bold;
	float: left;
	width: 18%;
	max-width: 80px;
}
.post-block h3 {
	float: right;
	width: 78%;
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}
.post-block h3 a {
	text-decoration: none;
	color: #000;
	font-weight: 800;
}
.post-block h3 a:hover {
	color: #cd132d;
}
.edit-link {
	display: none !important;
}
#blog-content ul.post-meta {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
#blog-content ul.post-meta li {
	font-size: 20px;
	font-weight: bold;
}
#blog-content ul.post-meta li a {
	color: #54a99a !important;
	text-decoration: none;
}
#blog-content ul.post-meta li a:hover {
	color: #fff !important;
	text-decoration: underline;
}
.screen-reader-text, .meta-icon {
	display: none;
}
.pagination-single, .post-author, .entry-categories-inner {
	display: none;
}
.author-info {
	background: rgba(0,0,0,0.6);
	padding: 30px;
	margin-top: 20px;
}
article footer {
	display: none !important;
}
#wrapper-footer, #head-old {
	display: none;
}
.post-block {
	float: left;
	width: 31.3333%;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
	 margin: 30px 1% 0 1%;
	text-align: left;
	overflow: hidden;
}
.fixed-cta a {
	font-weight: 900 !important;
	font-size: 14px !important;
	padding-top: 10px;
	padding-bottom: 8px;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}
.fixed-cta a:hover {
	opacity: 0.85;
}
.latest-posts-area {
	padding: 80px 0 50px 0;
}
.latest-posts-area .htwo {
	float: left;
	padding-left: 1%;
}
.latest-posts-area p {
	float: right;
	margin: 12px 1% 0 0;
}
.latest-posts-area p a {
	text-decoration: underline;
}
.latest-posts-area p a:hover {
	text-decoration: none;
}
#blog-content .post-block:nth-of-type(3n+1){
	clear: left;
}
.post-block .inner-but {
	padding: 12px 20px;
	font-size: 17px;
	line-height: 18px;
}
.post-block h2 {
	margin: 0;
	color: #0a0b23;
	font-size: 17px;
	line-height: 22px;
	min-height: 44px;
	font-weight: 700;
	text-decoration: none;
	text-transform: none;
}
a.article-title:hover {
	color: #cd132d;
}

.blog-excerpt-content {
	padding: 30px 20px;
}
.blog-excerpt-content .main-but {
	font-size: 12px;
	line-height: 12px;
	padding: 10px 16px;
	min-width: 10px;
}

.white-padding {
	height: 30px;
	font-size: 0;
}

.blog-excerpt-img-bg {
	overflow: hidden;
	border-radius: 12px;
	height: 200px;
}
.blog-excerpt-img {
	display: block;
	text-decoration: none;
	width: 100%;
	background: url(/wp-content/uploads/2025/02/bis-blog.png) no-repeat;
	background-size: cover;
	background-position: center center;
	display: block;
	height: 200px;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
	overflow: hidden;
}
.blog-excerpt-img:hover {
	transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1);
}

#news-feature {
	padding: 80px 1% 0 1%;
}
#news-feature .article-block {
	width: 49%;
	float: left;
}
#news-feature .article-block:nth-of-type(2n) {
	float: right;
}
.article-block-text {
	float:left;
	width:45%;
	height:350px;
	padding: 30px;
	background: #ededed;
	border-radius: 35px 0 0 35px;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.article-block-text h3 {
	margin-bottom: 15px;
	text-transform: none;
	font-weight: 700;
}
.blog-excerpt-img-news {
	float:right;
	width:55%;
	height:350px;
	border-radius: 0 35px 35px 0;
	background-image: url(images/newsite/red7-blog.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
}
p.news-title strong {
	color: #cd132d;
}

#blog-content ul, #blog-content ol {
	padding: 0 0 0 30px;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	font-weight: 300;
}
#blog-content ul li, #blog-content ol li {
	padding-bottom: 10px;
}
a.more-link, #blog-content span.author {
	display: none;
}
.post-navigation, .post-edit-link {
	display: none;
}
.entry-footer {
	min-height: 35px;
	font-size: 13px;
	color: #ffffff;
}
.entry-footer a {
	color: #54a99a;
	text-decoration: none;
	text-transform: none;
}
.cat-links, .tags-links {
	padding-left: 8px;
}
.entry-footer a:hover {
	text-decoration: underline;
}
.entry-footer span {
	display: inline-block;
	padding-right: 4px;
}
.comments-link {
	float: right;
	width: 200px;
	text-align: right;
}
.updated {
	display: none;
}
.published {
	display: inline;
}
#blog-content .post-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}
.blog-excerpt p {
	font-size: 16px;
	line-height: 24px;
}
.ajax-loader {
	position: absolute;
	right: 20px;
	bottom: 20px;
}


.inner-entry-footer {
	background: rgba(0,0,0,0.6);
	padding: 20px;
	min-height: 10px;
}
.author-avatar {
	width: 55px;
	float: left;
}


.navigation .screen-reader-text {
	display: none;
}

.pagination-wrapper .next, .pagination-wrapper hr {
	display: none !important;
}
.pagination-wrapper .prev {
	display: none !important;
}
.page-numbers {
	background: #e5e5e5;
	padding: 8px 10px;
	margin-right: 3px;
	font-weight: bold;
	font-size: 17px;
	display: inline-block;
}
.current {
	background: #4cc3c3;
	color: #fff;
}
a.page-numbers {
	color: #000;
	text-decoration: none;
}
a.prev::before {
	content: "< ";
}
a.next::after {
	content: " >";
}
a.page-numbers:hover {
	color: #fff;
	background: #000;
}


/* ---------------------------------------------- */

/* ---------------------------------------------- */
/* ------------------- Contact Form --------------------- */
.form-left {
	float:left;
	width:48%
}
.form-right {
	float:right;
	width:48%
}
.wide-form label.blank-field {
	font-size:1px;
	height:1px;
	color:#fff
}
.wide-form {
	padding: 60px;
}

.wide-form p {
	max-width: 100%;
	margin-bottom: 16px !important;
	line-height: 26px;
	font-size: 20px;
}
.wide-form p.no-margin {
	margin: 0 !important;
}
iframe {
	border: none !important;
	margin: 0 !important;
	display: block !important;
}
.wide-form input,.wide-form textarea,.wide-form select {
	border:none;
	font-family: "Montserrat", sans-serif;
	font-size:16px;
	color:#282828;
	width:100%;
	height:42px;
	line-height:42px;
	border-radius: 5px;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
	margin-bottom:0 !important;
	padding: 0 0 0 10px;
	border: none;
}
.wide-form input::placeholder,.wide-form textarea::placeholder,.wide-form select::placeholder {
	opacity: 1;
	color:#282828;
}
.wpcf7-spinner {
	position: absolute;
}
.wide-form input.wpcf7-not-valid,.wide-form textarea.wpcf7-not-valid,.wide-form select.wpcf7-not-valid {
	background: #f47979;
}
.wide-form input:focus, .wide-form textarea:focus, .wide-form select:focus {
    background-color: #ebebeb;
}
.wide-form select {
	width:auto;
}
.wide-form textarea {
	height:160px;
	line-height:26px;
	width:100%;
	padding: 5px 10px;
}
.wide-form span.wpcf7-not-valid-tip {
	position:absolute;
	top:-25px;
	right:0;
	width:19px;
	height:19px;
	z-index:100;
	background:url(images/misc/not-valid.png) no-repeat;
	font-size:1px;
	line-height:1px;
	text-indent:-3000px;
	color:#ececec
}
.wide-form div.wpcf7-response-output {
	border:2px solid #d15353!important;
	padding: 12px !important;
	font-size:16px!important;
	font-weight: 600 !important;
	color:#d15353!important;
	text-align: center!important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	border-radius: 12px;
}
.wide-form .sent div.wpcf7-response-output {
	border:2px solid #3fbb65!important;
	color:#3fbb65!important;
}
.wide-form input.wpcf7-submit {
	background: #4cc3c3;
	border: none;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	text-indent: 0;
	width: 180px;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	padding: 0;
	border-radius: 30px;
	margin-top: 0;
	-webkit-appearance: none !important;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}
.wide-form input.wpcf7-submit:hover {
	background: #000;
}
.wide-form .red-text {
	color:#ea4141
}
.required {
	color:#b91919
}
/* ---------------------------------------------- */

/* ------------------------- Sitemap --------------------- */

.sitemap li {
	list-style: none;
}
.sitemap br {
	display: none;
}
.sitemap ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
.sitemap ul li ul {
	padding: 0 ;
}
.sitemap ul li {
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px solid #c3c3c3;
}
.sitemap ul li ul li {
	line-height: 22px;
	border-top: 1px solid #c3c3c3;
	border-bottom: none;
}
.sitemap ul li a {
	color: #141414;
	display: block;
	padding: 20px 0;
	text-decoration: none;
}
.sitemap ul li a:hover {
	background: #eaeaea;
}

/* ---------------------------------------------- */
.float-right {
	float: right !important;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-padding-btm {
	padding-bottom: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.no-margin-btm {
	margin-bottom: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
.display-none {
	display: none !important;
}
.align-right {
	text-align: right !important;
}
.align-center {
	text-align: center !important;
}
.align-left {
	text-align: left !important;
}
.no-border {
	border: none !important;
}
.mobile-only {
    display: none;
}
.non-desktop {
    display: none;
}
	.navbar {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

@media only screen and (max-width: 1420px) {

img {
	max-width: 100%;
	height: auto;
}
a.feature-box span {
	padding: 15px 15px 40px 15px;
	font-size: 14px;
	line-height: 18px;
}
a.feature-box-tall span {
	padding-bottom: 22px;
}
a.feature-box {
	min-height: 220px;
}
.services-boxes a {
	height: 260px;
}
.services-boxes a .text-area {
	top: 160px;
	min-height: 300px;
	padding: 20px 25px;
}
.services-boxes a:hover .text-area {
	padding-top: 30px;
}
.services-boxes span.overlay-link {
	margin-top: 0;
	padding: 3px 14px;
	font-size: 13px;
}
.services-boxes span.overlay-subtitle {
	padding: 8px 0 12px 0 !important;
	font-size: 14px;
	line-height: 18px;
}
	.top-but {
		display: none !important;
	}
	ul#main-menu {
	padding-right: 0;
		max-width: 750px;
}
	
}


@media only screen and (max-width: 1220px) {

.blue-box-tight h3 {
	font-size: 18px;
	line-height: 22px;
	padding-left: 5px;
}
	.blue-box-tight {
		padding: 30px 20px;
	}
.blue-box-tight img {
	max-height: 70px;
}
	
}

@media only screen and (max-width: 1095px) {

	.services-boxes a:hover .text-area {
		background: rgba(205,19,45,0.7) !important;
	}
	
.blue-box-tight .wpb_text_column {
	text-align: center !important;
	float: none;
	width: 100%;
}
.blue-box-tight .wpb_single_image {
	text-align: center !important;
	float: none;
	width: 100%;
	margin: 0 auto !important;
}
	.blue-box-tight .blue-box-column {
		margin-bottom: 0 !important;
	}
	.blue-box-tight h3 {
		margin-top:8px;
	}
	
#right-header ul li {
	margin-left: 20px;
}
a.feature-box span {
	font-size: 13px;
}
.blue-feature-box {
	padding: 50px 50px 60px 50px;
}
.blue-feature-box p.feature-text {
	font-size: 26px;
	line-height: 38px;
}
.services-boxes span.overlay-subtitle {
	display: none !important;
}
.services-boxes span.overlay-link {
	display: none !important;
}
.services-boxes a {
	height: 200px;
}
.services-boxes a .text-area {
	top: 100px;
	min-height: 300px;
	padding: 20px 25px;
}
.services-boxes a:hover .text-area {
	padding-top: 100px;
}
.blue-box {
	padding: 60px 40px;
	background-position: center center;
}
	.blue-box-tight {
		padding: 30px 20px;
	}
	.blue-box-column {
		padding: 0 20px !important;
	}
	
@keyframes moveup {
  to {
	width:450px;
	height:380px;
	left:-30px;
	top:-30px;
  }
}
@keyframes moveupbig {
  to {
	width:450px;
	height:300px;
	left:-30px;
	top:-30px;
  }
}
	.home-header-text p {
		display: none;
	}
	.home-header-text h1 {
		font-size: 45px;
    	line-height: 50px;
		margin-bottom: 20px;
	}
	
}
@media only screen and (max-width: 992px) {
	#main-nav {
		padding: 12px 0;
		height: auto;
		min-height: 80px;
}
	#main-nav #navbarNavDropdown {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
#main-nav .navbar-nav>li {
	display: block;
	float: none;
	padding: 5px 0;
}
#main-nav .dropdown-menu li a{
	padding: 0 !important;
}
#main-nav .navbar-nav>li a {
	font-size: 14px;
}

	.fixed-cta a {
		font-size: 12px !important;
		font-weight: 600;
		padding-top: 6px !important;
		margin-left: 0 !important;
	}
	#wrapper-navbar .mobile-nav-icons {
		display: none !important;
	}
	
	#footer .footer-btm p {
		padding-top: 0;
		width: 80%;
	}

#footer .footer-btm {
	margin-top: 10px;
}
	.blue-box h3 {
		font-size: 18px;
		line-height: 22px;
		margin-top: 5px;
	}
	.blue-box-tight h3 {
		margin: 6px auto 0 auto;
		padding-left: 0;
		text-align: center !important;
	}
	.blue-box-tight img {
		margin: 0 auto;
		text-align: center !important;
	}
	.blue-box-column {
		text-align: center;
		margin-bottom: 25px;
	}
	.wide-form .blue-box-column {
		margin-bottom: 0;
	}
	.blue-box-column img {
		text-align: center;
		margin: 0 auto;
	}
	.blue-box-column .wpb_single_image.vc_align_left {
		text-align: center;
		margin: 0 auto;
	}
.blue-box p {
	margin: 5px auto 0 auto;
	max-width: 100%;
}
.services-boxes a {
	height: 180px;
}
.services-boxes a:hover .text-area {
	padding-top: 90px;
}
	.services-boxes span.overlay-title {
		font-size: 18px;
		line-height: 22px;
	}
.services-boxes a .text-area {
	padding: 20px 20px;
}
#logo img {
	width: 100px;
	height: 75px;
}
#navbar.smaller #logo img {
	width: 80px;
	height: 60px;
}
.float-icon-left {
	right: 0;
}
#navbar {
	padding: 15px 0;
}
#mobile-menu {
	display: block;
}
#right-header {
	display: none;
}
a.feature-box {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
a.feature-box-three, a.feature-box-last {
	float: right;
	margin-right: 0;
}
.non-desktop {
    display: block;
}
.choose-icon p {
	font-size: 13px;
	line-height: 18px;
}
.offer-box {
	padding: 40px;
}

	
}
@media only screen and (max-width: 767px) {
	.float-right {
		float: none !important;
	}
	.top-search, #top-bar form.woocommerce-product-search {
		width: 180px;
	}
	.htwo-float, .latest-posts-area .htwo {
		float: none;
		width: 100%;
	}
	p.align-right {
		float: none;
		text-align: left !important;
	}
	#reviews-box {
		padding-top: 15px;
	}
	#news-feature .article-block {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	
	#news-feature {
		padding: 20px 0 0 0;
	}
	
.home-header {
	height: 550px;
}	
	.home-header-text {
		top: 100px;
	}
.home-header-text h1 {
	font-size: 35px;
	line-height: 38px;
	margin-bottom: 15px;
}
.floating-shape {
	top:-30px;
	height: 220px;
}
.floating-shape-right {
	width:400px;
	height:260px;
}


	
.blue-box {
	padding: 30px 30px 10px 30px;
}
	.wide-form {
		padding: 30px;
		background-size: 400px auto;
		background-position: 140px -60px;
	}
	.blue-box p {
		line-height: 20px;
	}
	
.blue-box-tight .blue-box-column {
	width: 50% !important;
	float: left !important;
	margin-bottom: 25px !important;
}
	
.services-boxes a .text-area {
	padding-top: 110px;
}
.services-boxes a:hover .text-area {
	padding-top: 180px;
}
.services-boxes a {
	height: 280px;
}
.vc_column_container>.vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.case-study-boxes .vc_col-sm-4 {
	margin-bottom: 20px !important;
	max-width: 400px;
}
.more-link {
	position: static;
	margin-top: 8px;
}
.non-desktop {
    display: none;
}
a.feature-box {
	width: 48%;
	margin-right: 0;
	float: left;
	min-height: 180px;
}
a.feature-box:after {
	bottom: 8px;
}
a.feature-box:nth-of-type(2n) {
	float: right;
}
a.feature-box:nth-of-type(2n+1) {
	clear: left;
}

#footer p.footer-btm {
	margin: 0;
}
#footer {
	padding: 40px 0;
}

.blue-bar p.feature-text {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 10px;
}
.blue-bar p.feature-text-big {
	font-size: 38px;
	line-height: 46px;
}
.main-but, .home-header-text .main-but {
	height: 38px;
	line-height: 38px;
	font-size: 15px;
	padding: 0 18px;
}
.mob-but {
	padding: 0 15px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}

.vc_col-sm-6 ul li {
	padding-bottom: 12px;
	font-size: 16px;
	line-height: 24px;
}

	.grey-area-curve:before {
		height: 90px;
	}
	
p {
	font-size: 16px;
	line-height: 24px;
}
h1 {
	font-size: 35px;
	line-height: 38px;
}
h2 {
	font-size: 22px;
	line-height: 30px;
}
h2.sml-title {
	font-size: 18px;
	line-height: 26px;
}
h3 {
	font-size: 18px;
	line-height: 24px;
}
.post-block {
	float: none;
	width: 100%;
	margin: 0;
	margin-top: 20px;
}
.post-block h2 {
	min-height: 10px;
}
.wrapper, .narrow-content, .wrapper-sml {
	max-width: 84%;
}
.two-column {
	float: none;
	width: 100%;
}
.footer-title {
	padding: 0 0 5px 0;
}
#logo {
	float: none;
	width: 100%;
	text-align: center;
}
#right-header {
	float: none;
	width: 100%;
	text-align: center;
}
.footer-column {
	float: none;
	width: 100%;
	padding: 0 0 15px 0;
}
.footer-links ul li {
	line-height: 17px;
	float: none;
	padding: 0 0 3px 0;
}

.vc_empty_space {
	height: 40px !important;
}
.vc_col-sm-6 {
	float: none !important;
}
.vc_col-sm-6 .wpb_text_column {
	margin-bottom: 15px !important;
}
.vc_col-sm-6 .no-margin-btm {
	margin-bottom: 0 !important;
}
.main-but {
	margin-top: 0;
}
.content-area {
	padding: 50px 0;
}
.white-area {
	padding: 50px 0;
}
.circle-big {
	left: -7%;
}
.circle-big-right {
	right: -7%;
}
.circle-sml-left {
	left: -7%;
}
.circle-sml-btm {
	left: -7%;
}

p.sub-title {
	font-size: 20px;
	line-height: 26px;
	padding: 2px 0 8px 0;
}
.wpb_text_column h2 {
	margin-top: 30px !important;
}
.vc_col-sm-6 .wpb_text_column {
	max-width: 920px;
}
.inner-header-wrapper {
	height: 380px;
}
.blog-header .inner-header-wrapper {
	height: 320px;
}
.blog-header .inner-header-text {
	padding-top: 180px;
}
	.inner-header-text {
		padding-top: 150px;
	}
.inner-header p {
	font-size: 17px;
	line-height: 21px;
}

.float-icon {
	padding-top: 0;
	width: 120px;
	height: 120px;
}
.float-icon img {
	height: 74px !important;
	width: auto !important;
}
.blue-feature-box {
	padding: 45px 45px 55px 45px;
}
.blue-feature-box p.feature-text {
	font-size: 24px;
	line-height: 38px;
}
.terms-area h2 {
	margin-top: 30px;
}

.non-mobile {
	display: none !important;
}

.case-study-box {
	float: none !important;
	width: 100%;
	padding-right: 0;
	margin-bottom: 35px;
}
.form-left {
	float:none;
	width:100%
}
.form-right {
	float:none;
	width:100%
}
.two-column-wide {
    float: none;
    width: 100%;
    padding: 40px 40px 30px 40px;
    min-height: 30px;
}
.choose-icon-six .choose-icon {
	width: 33.3333%;
}
.case-study-boxes p.title-text {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 30px;
}
.case-study-boxes img {
	margin-top: 20px;
}

.padded-text {
	padding: 0 !important;
}
	
.blog-excerpt-content {
	padding: 20px 15px;
}

	.blog-excerpt-content {
		padding: 15px 5px;
	}
.post-block .post-date-area {
	font-size: 17px;
	width: 20%;
}
	.post-block h3 {
		width: 80%;
	}
	
.grey-area {
	padding: 60px 0;
}
.grey-area-tight {
	padding: 80px 0;
}
	
.vc_col-sm-6 .vc_empty_space {
	height: 40px !important;
}
	


.blue-bar .wrapper-sml {
	padding: 60px 7%;
	max-width: 100%;
}
.blue-bar p {
	font-size: 18px;
	line-height: 26px;
}
.blue-bar p.feature-text {
	font-size: 26px;
	line-height: 30px;
}
	
h2, .htwo {
	font-size: 24px;
	line-height: 30px;
}
h3 {
	font-size: 20px;
	line-height: 25px;
}
	
.offer-boxes {
	padding: 0 0 0 15px;
}
.offer-box {
	padding: 30px;
	margin-bottom: 20px !important;
}
	
.wide-form input,.wide-form select {
	height:38px;
	line-height:38px;
}
	.wide-form textarea {
		height: 100px;
	}
	.wide-form .blue-box-column {
		padding:0 !important;
	}
	.wide-form p {
		margin-bottom: 12px !important;
	}
	
	
.reviews-box {
	margin-top: 40px;
	padding-bottom:0;
	padding-top:10px;
}
	.reviews-box .ti-widget.ti-goog .ti-review-item>.ti-inner {
		padding-bottom: 0 !important;
	}
	.reviews-box .ti-reviews-container {
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	.reviews-box .ti-widget-container {
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	.floating-shape-reviews {
		top: auto !important;
		bottom:-30px !important;
		height: 445px !important;
	}
	.align-center-mob {
		text-align: center !important;
	}
	
	.blog-excerpt-img-news {
		float: none;
		width:100%;
		height: 250px;
		border-radius: 12px 12px 0 0;
	}
	.article-block-text {
		height: auto;
		width: 100%;
		border-radius: 0 0 12px 12px;
	}
	p.news-title {
		margin-bottom: 6px;
	}
	.article-block-text {
		padding: 25px;
	}
	.article-block-text h3 {
		font-size: 18px;
		line-height: 22px;
	}
	.latest-posts-area {
		padding: 50px 0;
	}
#reviews-box .n2-section-smartslider {
	padding-top: 0 !important;
}
	.reviews-area .htwo {
		margin-top: 25px;
	}
	.fixed-cta {
		width: 350px !important;
	}
}


@media only screen and (max-width: 580px) {

.choose-icon-eight .choose-icon {
	width: 50%;
	margin: 15px 0 !important;
}
.choose-icon-eight .choose-icon:nth-of-type(3n), .choose-icon-eight .choose-icon:nth-of-type(7n) {
	clear: left;
}
	
	
.home-header {
	height: 500px;
}	
.home-header-text h1 {
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 12px;
}
	
}

@media only screen and (max-width: 480px) {

.choose-icon {
	width: 50%;
	margin-bottom: 15px !important;
}
.choose-icon-six .choose-icon {
	width: 50%;
}
.choose-icon-six .choose-icon:nth-of-type(4n), .choose-icon-six .choose-icon:nth-of-type(6n) {
	clear: left;
}
.home .choose-icon:nth-of-type(3n), .home .choose-icon:nth-of-type(7n) {
	clear: left;
}
.choose-icon p {
	font-size: 14px;
	line-height: 20px;
}

}