/*
  Theme Name:   Platform 3 Solutions
  Theme URI:    http://routewp.com/
  Author:       DAYTA Marketing
  Author URI:   http://daytamarketing.com/
  Description:  Platform 3 Solutions WordPress Theme by DAYTA Marketing
  Version:      1.0
  License:      GNU General Public License v2 or later
  License URI:  http://www.gnu.org/licenses/gpl-2.0.html
  Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
  Text Domain:  route
  Template:     route
*/
@import url("../route/style.css");


/* General styles
========================= */

body {
	color: #4f4f4f;
}
h1, h2, h3, h4, h5, h6 {
	color: #181414;
	line-height: 1.4em;
}
h4 {
	line-height: 1.4em;
}
.cs-column-text a {
	color: #1B7FB9;
	font-weight:bold;
}


/* Button styles
========================= */

.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat, .vc_btn3.vc_btn3-color-peacoc {
    background-color: #fff !important;
	box-shadow: 0 1px 4px rgba(0,0,0,0.25);
	border-radius: 5px;
	color: #4B4B4B !important;
}
.vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-peacoc.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-peacoc:focus, .vc_btn3.vc_btn3-color-peacoc:hover {
    color: #fff !important;
    background-color: #3c76bb;
}

}
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat, .vc_btn3.vc_btn3-color-mulled-wine {
    background-color: #2a3f57 !important;
	box-shadow: 0 1px 4px rgba(0,0,0,0.25);	
}
.vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-mulled-wine:hover, .vc_btn3.vc_btn3-color-mulled-wine.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-mulled-wine:focus {
    color: #2a3f57 !important;
    background-color: #fff !important;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 35px !important;
}
.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty):hover, .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty):focus {
    padding-right: 40px !important;
}

.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat {
    color: #4b4b4b !important;
    background-color:#fff; !important;
}
.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-default:focus, .vc_btn3.vc_btn3-color-default:hover {
    color: #fff !important;
    background-color: #3c76bb !important;
} 


/* Header styles
========================= */

#masthead.is-compact {
    background-color: #fff !important;
}

#site-nav > ul > li > .cs-link {
/*	text-transform: uppercase; */
}


/* Drop down Menu styles
========================= */
#site-nav ul li ul li .cs-link {

}

#site-nav ul li ul li .cs-link:hover {
background-color: #F0F6FA;
}


/* Mega Menu styles
========================= */

#site-nav #menu-item-20.cs-mega-menu > ul > li .cs-title, 
#site-nav #menu-item-19.cs-mega-menu > ul > li .cs-title, 
#site-nav #menu-item-16.cs-mega-menu > ul > li .cs-title 
{
    color: #697e94;
}
#site-nav #menu-item-20.cs-mega-menu > ul > li .cs-title:hover, 
#site-nav #menu-item-19.cs-mega-menu > ul > li .cs-title:hover, 
#site-nav #menu-item-16.cs-mega-menu > ul > li .cs-title:hover 
{
    color: #5c91c9;
    background-color: #fff;
}
#site-nav .cs-mega-menu > ul > li .cs-title:hover, #site-nav .cs-mega-menu > ul > li .cs-title { 
	    color: #1f7bb3 !important;
}


/* Mobile menu styles
========================= */

#cs-mobile-icon i {
    background-color: #fff !important;
}
#navigation-mobile {
	background-color: #fff;
	border-bottom: 4px solid #ececec;
	background: linear-gradient(102.24deg, #1B7FB9 38.9%, #68CFFE 118.56%);
}
#navigation-mobile .container {
	padding-bottom: 0;
	background:#fff;
}
#navigation-mobile ul {
	padding: 0;
}
#navigation-mobile ul li, #navigation-mobile ul li:last-child {
	border: none;
	border-bottom: 1px solid #f1f1f1;
}
#navigation-mobile .menu-main-menu-right-container ul li:last-child {
  	border-bottom: none;
}
#navigation-mobile ul li a {
	color: #697e94;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
#navigation-mobile ul li a:hover {
	color: #5c91c9;
}
#navigation-mobile ul li.menu-item-has-children > a {
	border-right: none;
}
#navigation-mobile ul ul::before {
	display: none;
}
#navigation-mobile ul ul li a, #navigation-mobile ul ul li a:hover {
	font-size: 13px;
	text-transform: none;
}
#navigation-mobile .current-menu-ancestor > a, #navigation-mobile .current-menu-item > a {
	color: #5c91c9;
}
#navigation-mobile .cs-dropdown-plus, #navigation-mobile .cs-dropdown-plus:hover {
	background-color: inherit;
}
#navigation-mobile .cs-times .fa, #navigation-mobile .cs-dropdown-plus .fa {
	color: #697e94;
}


/* Footer styles
========================= */

#colophon {
    padding-top: 80px;
	padding-bottom: 80px;
}
#colophon img {
	width: 140px;
}
#colophon .route_widget .widget-title h4 {
    font-weight: 600;
}
#colophon .current-menu-item > a, #colophon a:hover {
    color: inherit;
}
#colophon .route_widget .social-icons span {
	margin-right: 10px;
	font-family: FontAwesome;
	font-size: 34px;
	color: #1B7FB9; 
}
#colophon .route_widget .social-icons span:hover, #colophon .route_widget .social-icons span:focus {
	color: #697e94; 
}
#colophon a:hover {
    color: #5c91c9 !important;
}
#copyright {
	border-top: 1px solid #ddd;
}

/* Home page styles
========================= */

.home-1 h1 {
	max-width: 800px;
    margin: 0 auto 20px;
}
.home-1 h4 {
	font-weight: 300;
	letter-spacing: 3px;
	text-align: center;
}
.home-1 h4 span {
	color: #51b69a;
}
#home-tunnels {
	background-color: #d3dde3;
	overflow: hidden;
}
#home-tunnels .col-md-3 {
	height: 360px;
	background-color: #3c76bb;
	padding: 80px 30px 0 50px;
	-webkit-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
#home-tunnels .col-md-3 .tunnel-container {
	padding-top: 60px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto 41px;
}
#home-tunnels .col-md-3 h3 {
	margin-bottom: 20px;
	text-align: left;
	font-family:Lato;
	font-weight:300;
}
#home-tunnels .col-md-3 a {
	color: #fff;
}
#home-tunnels .col-md-3:hover a {
/* 	color: #3c76bb !important; */
}
#home-tunnels .col-md-3:nth-child(4) a {
	color: #fff;
}
#home-tunnels .col-md-3 a:hover {
	text-decoration: none;
	border-bottom: 2px solid #3c76bb !important;
}
#home-tunnels .col-md-3:nth-child(1) .tunnel-container {
	background-image: url(/wp-content/uploads/2018/12/icon-1.png);
}
#home-tunnels .col-md-3:nth-child(1):hover .tunnel-container {
	background-image: url(/wp-content/uploads/2022/07/icon-1-1.png);
}
#home-tunnels .col-md-3:nth-child(2) {
	background-color: #3b88e3;
}
#home-tunnels .col-md-3:nth-child(2) .tunnel-container {
	background-image: url(/wp-content/uploads/2018/12/icon-2.png);
}
#home-tunnels .col-md-3:nth-child(2):hover .tunnel-container {
	background-image: url(/wp-content/uploads/2018/12/icon-2-1.png);
}
#home-tunnels .col-md-3:nth-child(3) {
	background-color: #3c76bb;
}
#home-tunnels .col-md-3:nth-child(3) .tunnel-container {
	background-image: url(/wp-content/uploads/2019/01/icon-8.png);
}
#home-tunnels .col-md-3:nth-child(3):hover .tunnel-container {
	background-image: url(/wp-content/uploads/2022/07/icon-8-1.png);
}
#home-tunnels .col-md-3:nth-child(4) {
	background-color: #3b88e3;
    margin-right: -22px;
}
#home-tunnels .col-md-3:nth-child(4) .tunnel-container {
	background-image: url(/wp-content/uploads/2018/12/icon-4.png);
}
#home-tunnels .col-md-3:nth-child(4):hover .tunnel-container {
	background-image: url(/wp-content/uploads/2022/07/icon-4-1.png);
}
#home-tunnels .col-md-3:hover {
	background-color: #fff;
}
#home-tunnels .col-md-3:nth-child(1):hover {
	color: #3c76bb !important;
}
#home-tunnels .col-md-3:nth-child(2):hover {
	color: #3b88e3 !important;
}
#home-tunnels .col-md-3:nth-child(3):hover {
	color: #3c76bb !important;
}
#home-tunnels .col-md-3:nth-child(4):hover {
	color: #3b88e3 !important;
}
.home-2 .wpb_single_image img {
	width: auto;
	height: 100px;
}
.home-3 .archon-logo {
	width: 400px;
	max-width: 70%;
	margin: 0 auto;
}
.home-3 .vc_general.vc_btn3 {
	box-shadow: 0 1px 4px rgba(0,0,0,0.25);
}
.home-4 .wpb_single_image img {
	width: auto;
	height: 105px;
}
.home-4 a {
	color: #3c76bb;
	font-weight: 600;
}
.home-4 a:hover {
	text-decoration: none;	
}
.home-5 {
	background-size: 100% auto;
}

/* Sub page styles
========================= */

.angled-banner-mask:before {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: " ";
    display: table;
	background-image: url(/wp-content/uploads/2018/12/angled-banner-mask.png);
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size: 100% auto;
	bottom: -1px;
    z-index: 10;
}
.angled-banner-mask-white:before {
	background-image: url(/wp-content/uploads/2018/12/angled-banner-mask-white.png);
}
.angled-banner-mask-white .container, .angled-banner-mask-white .container-fluid {
    z-index: 11;
}
.services-2 .col-md-6 {
	margin: 20px 0;
}
.services-2 .wpb_single_image img {
	height: 41px;
	width: auto;
}
.services-2 a {
	color: #51b69a;
}
.specialties-2 .col-md-3 {
	margin: 20px 0;
	font-size: 14px;
}
.specialties-2 .wpb_content_element {
	margin-bottom: 10px;
}
.specialties-2 img {
	width: 300px;
}
.specialties-2 h4 {
	font-size: 14px;
}
.specialties-2 .col-md-4 img, .specialties-2 .col-md-3 img {
	width: 200px;
}
.events-row .cs-column-text a {
	color: #51b69a;
}
.products-2 .col-md-6 section {
	height: 674px;
	text-align:center;
}
.products-2 .col-md-6 .infoarchive-section, .products-2 .col-md-6 .clinical-archive-section {
	height: 337px;
	padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.products-2 h3 {
	margin-bottom:20px;
	font-size: 18px;
}
.archon-1 .wpb_single_image .vc_figure {
	max-width: 75%;
}
.archon-1 .wpb_single_image img {
	width: 400px;
}
.archon-3 .row > div {
	margin-bottom: -100px;
	z-index: 2;
}
.archon-3 .wpb_content_element.archon-video-player {
	margin-bottom: 0;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25);
	overflow: hidden;
}
.archon-4 {
	text-align: center;
	z-index: 1;
}
.archon-4 .wpb_single_image img {
	width: 800px;
	height: auto;
}
.archon-5 ul {
	padding-left: 0;
}
.archon-5 ul li {
	margin-bottom: 20px;
	padding-left: 30px;
	list-style: none;
	background-image: url(/wp-content/uploads/2019/01/checkmark.png);
	background-position: 0 4px;
	background-repeat: no-repeat;
	background-size: 18px 18px;
}
.download-archon-white-paper {
	min-height: 450px;
	padding: 60px 60px 0;
	background-image: url(/wp-content/uploads/2019/01/archon-white-paper.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 450px auto;	
}
.download-archon-white-paper img {
	display: none;
}
.learn-more-tunnels .row > div {
	text-align: center;
}
.blog #page-header, .blog #page-header .page-title {
    color: #fff !important;
}
.government-2 img {
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.events-row .container, .case-study-row .container, .careers-row .container {
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #adadad;
}
.careers-row .container {
	border-bottom: none;
	border-top: 1px solid #adadad;
}
.events-row.events-row-last .container, .case-study-row.case-study-row-last .container {
	border-bottom: none;
}

/* Landing Page Styles */

.products-2b .col-md-6 section {
	height: 640px;
	text-align:center;
	padding-top: 80px;
	padding-bottom: 80px;
}

.products-2b h3 {
	margin-bottom:20px;
	font-size: 18px;
}

.wpb_content_element.lp-video-player {
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25);
	overflow: hidden;
}

/* Application grid page styles
========================= */

.application-logo-grid, .application-logo-grid-header {
    background: #f7f9fa;
}
.application-logo-grid-header {
padding-top: 80px !important;
}
.application-logo-grid {
	padding-left: 15px;
	padding-right: 15px;
}
.application-logo-grid .col-md-2 {
	flex-basis: calc(16.6666666667% - 4px);
	margin: 2px;
	padding: 20px;
	background: #fff;
	border:1px solid #f2f5f6;
}
.application-logo-grid .col-md-2.clickable {
	border: 2px solid #51b69a;
}
.application-logo-grid .wpb_content_element {
	margin-bottom: 0;
}
.application-logo-grid .wpb_single_image {
/*height: 100px;*/
}

.application-logo-grid .cs-column-text {
	text-align: center;
	line-height: 1.2em;
}
.application-logo-grid .cs-column-text a {
    background: #51b69a;
    border: 1px solid #51b69a;
    color: #fff;
    display: block;
    line-height: 36px;
    margin-bottom: -18px;
    margin-left: -18px;
    margin-right: -18px;
    font-size: 11px;
    margin-top: 10px;
	-webkit-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.application-logo-grid .cs-column-text a:hover {
    background: #fff;
    color: #51b69a;
    text-decoration: none;
}

/* Application page styles
========================= */

.applications-breadcrumbs {
    background-color: #f2f5f6;
    color: #697e94;
    font-size: 14px;
    font-weight: 400;
}
.applications-breadcrumbs a {
    color: #697e94;
    text-decoration: underline;
}
.applications-breadcrumbs a:hover {
    text-decoration: none;
}
.applications-1 .wpb_single_image {
	display: inline-block;
	width: 200px;
	height: 200px;
	background: #fff;
}
.applications-1 h1 {
	display: inline-block;
	font-size: 50px;
}
.applications-quick-nav-container .vc_btn3 {
	width: 250px;
}
ul.applications-quick-nav {
	list-style: none;
	margin-top: 10px;
	padding: 0;
}
ul.applications-quick-nav li {
	display: inline-block;
	padding: 0 20px;
	border-right: 1px solid #2a3f57;
	text-transform: uppercase;
letter-spacing: 1px;
}
ul.applications-quick-nav li:first-child {
	padding-left: 0;
}
ul.applications-quick-nav li:last-child {
	border-right: none;
}
ul.applications-quick-nav li a {
	color: #fff;
}
.application-process {
    margin-top: 60px;
}
.application-process h4.ps_timeline-title {
    font-size: 24px;
    text-transform: uppercase;
}
.application-process span.icon-placeholder-v {
    display: none;
}
.application-process #ps-timelinea921d3d806b112751e7c95f4b28ba070 .ps_timeline-marker:before {
    background: #5c91c9 !important;
}
.white-box > .container > .row > div.col-md-12 {
    box-shadow: 0px 40px 20px -20px rgba(0,0,0,0.2);
    padding: 0;
    background-color: #fff;
}
.white-box section {
    padding: 40px 80px;
}

/* Blog post feed styles
========================= */

.vc_grid.vc_row .vc_grid-item {
	margin-bottom: 10px;
	padding-top: 10px !important;
	border-top: 1px solid #dddddd;
}
.vc_grid .vc_gitem-animated-block {
	float: left;
	width: 20%;
	max-width: 50px;
}
.vc_grid .vc_gitem-zone {
	float: left;
	width: 80%;
	background-color: transparent !important;
	background-size: auto 50px;
	background-position: center center;
}
.vc_grid .vc_gitem_row .vc_gitem-col {
    padding: 0;
}
.vc_grid .vc_custom_heading {
	margin-bottom: 0;
}
.vc_grid .vc_custom_heading h4 {
	background: linear-gradient(102.13deg, #1B7FB9 37.42%, #68CFFE 117.17%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.vc_grid .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
	display: none;
}
.vc_grid .vc_btn3-container {
	margin-bottom: 0;
}
.vc_grid .vc_general.vc_btn3 {
	padding: 0;
	border: none !important;
	background: transparent !important;
	color: #3c76bb !important;
    font-size: 12px;
	text-transform: uppercase;
}
.vc_grid .vc_general.vc_btn3:hover {
	text-decoration: underline;
}

/* Blog page styles
========================= */

.blog .page-content {
	margin-top: 20px;
}
.comment-meta a, .entry-tags a, .entry-title a, .entry-meta a, .route_widget ul li a, .related-posts ul li a, .post-navigation a {
    color: #50485b;
}
.entry-read-more .cs-btn-rounded, .form-submit .cs-btn-rounded {
	border-radius: 0;
}
.entry-image {
    margin-bottom: 30px;
}

/* Block buttons styles
========================= */

.block-buttons a {
	display: block;
	height: 220px;
	margin: 15px auto;
	padding: 100px 20px;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff !important;
	text-align: center;
	background-color: rgba(42, 63, 87, 0.9);
	-webkit-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.block-buttons a:hover {
	text-decoration: none;
	background-color: rgba(42, 63, 87, 0.7);
}
.block-buttons .cs-column-text {
	background-position: 50% 50%;
	background-size: cover;
}
.block-buttons .events-button .cs-column-text {
	background-image: url(/wp-content/uploads/2018/12/hero-4.jpg);
}
.block-buttons .events-button a {
    background-color: rgba(81, 182, 154, 0.8);
}
.block-buttons .events-button a:hover {
    background-color: rgba(81, 182, 154, 0.6);
}
.block-buttons .partners-button .cs-column-text {
	background-image: url(/wp-content/uploads/2019/01/hero-5.jpg);
}
.block-buttons .archon-button .cs-column-text {
	background-image: url(/wp-content/uploads/2018/12/hero-2.jpg);
}
.block-buttons .archon-button a {
	background-color: rgba(91, 155, 223, 0.9);
	background-image: url(/wp-content/uploads/2018/12/archon-logo-white-large.png);
	background-size: 200px auto;
	background-position: center 50px;
	background-repeat: no-repeat;
	font-size: 0;
}
.block-buttons .archon-button a:hover {
	background-color: rgba(91, 155, 223, 0.7);
}

/* Gravity Forms styles
========================= */

.gform_wrapper#gform_wrapper_1 .top_label .gfield_label {
	text-transform: uppercase;
	color: #697e94;
	font-size: 14px;
}
section.cs-text-white .gform_wrapper#gform_wrapper_1 .top_label .gfield_label {
	color: #fff;
}
.gform_wrapper#gform_wrapper_1 ul li.gfield {
	clear: none !important;
	float: left;
    display: inline-block;
	width: 33%;
}
.gform_wrapper#gform_wrapper_1 ul li.gfield#field_1_5 {
	width: 100%
}
.gform_wrapper#gform_wrapper_1 ul li.gfield input, .gform_wrapper#gform_wrapper_1 ul li.gfield textarea {
	background: #eee;
	/*border: 2px solid #fff;*/
	box-shadow: none;
	border-radius: 2px;
	color: #2a3f57;
	-webkit-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.gform_wrapper#gform_wrapper_1 ul li.gfield input:focus, .gform_wrapper#gform_wrapper_1 ul li.gfield textarea:focus {
	border: 2px solid #2a3f57;
	border-color: #2a3f57;
}
.gform_wrapper#gform_wrapper_1 ul li.gfield#field_1_5 {
	margin-top: 30px;
}
.gform_wrapper#gform_wrapper_1 .gform_button {
	background: #2a3f57;
	width: 33%;
    /*float: right;*/
	margin-top: 20px;
    /*margin-right: 2.5%;*/
    border-radius: 0;
    padding: 20px;
}
.gform_wrapper#gform_wrapper_1 .gform_button:hover {
	background: #5c91c9;
}

/* Responsive styles
========================= */

/* ipad Mini Portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) { 
#problem-statement .cs-carousel-item {
    width: 375px !important;
}
.page-id-4481 #problem-statement .cs-iconbox.cs-iconbox-heading-left {
    height: 490px !important;
}
	.page-id-4345 #problem-statement .cs-iconbox.cs-iconbox-heading-left {
		height: 400px !important;
}
	.page-id-4345 #Related-services .cs-iconbox.cs-iconbox-heading-left {
    height: auto;
}
	.page-id-4481 #Related-services .cs-iconbox.cs-iconbox-heading-left {
    height: 481px;
}
	#Related-services .cs-iconbox-icon {
    display: table;
}
  .awsm-list-item .awsm-job-more-container {
    display: inline-block;
    vertical-align: middle;
    float: right;
    position: relative;
    bottom: 16px;
}
	.sap .cs-iconbox.cs-iconbox-center {
    height: 590px;
}
}

@media (min-width: 768px) {

.applications-post-grid .vc_grid.vc_row .vc_grid-item {
	padding-top: 20px !important;
}
.applications-post-grid .vc_grid .vc_gitem-animated-block {
	width: 100%;
	max-width: 100%;
	margin-bottom: 12px;
	border:1px solid #dddddd;
}
.applications-post-grid .vc_grid .vc_gitem-zone {
    width: 100%;
    background-size: auto;
    height: 140px;
}
	.overviewsec .col-md-4 {
    width: 33%;
    float: left;
}
		.home-4 .col-md-3, .col-md-4 {
    float: left;
    width: 33%;
}
}


@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
    .hover-boxes .col-md-3 {
    width: 50%;
    float: right;
}
	.sap .cs-iconbox.cs-iconbox-center {
    height: auto !important;
}
		.cs-iconbox-text p {
    font-size: 14px !important;
}
}


@media (min-width: 992px) {

	#home-tunnels .col-md-3 {
		transform: skew(-7deg, 0);
	}
	#home-tunnels .col-md-3 .tunnel-container {
		transform: skew(7deg, 0);
		max-width: 240px;
		margin: 0 auto;
	}
	#home-tunnels .col-md-3:nth-child(1) {
    	margin-left: -22px;
		padding-left: 52px;
	}
	.home-5 h3, .callout-section h3 {
		text-align: right !important;
	}
	.home-5 .vc_btn3-container.vc_btn3-center, .callout-section .vc_btn3-container.vc_btn3-center {
    	text-align: left;
	}
	.download-archon-white-paper {
		border-left: 4px solid #ebebeb;
	}
	.learn-more-tunnels .row > div:nth-child(2) {
		border-left: 4px solid #f2f5f6;
	}
	
}

@media (max-width: 991px) {

	#home-tunnels .col-md-3 {
		float: left;
		width: 50%;
		height: 300px;
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.golf-pad .col-md-4 {
      float: left;
      width: 33%;
}
	.home-2 .container {
		max-width: 600px;
	}
	.home-2 .col-md-4 {
		margin-bottom: 60px;
	}
	.home-4 .wpb_single_image {
		margin-bottom: 10px;
	}
	.home-1 {
		padding-top: 200px !important;
		padding-bottom: 200px !important;
	}
	.contact-2 .col-md-4 {
		margin-bottom: 60px;
	}
	.services-2 .container {
		max-width: 600px;
	}
	.services-2 > *, .services-2 .wpb_single_image.vc_align_right, .services-2 h3 {
		text-align: center !important;
	}
	.specialties-2 .col-md-3 {
		float: left;
		width: 50%;
	}
	.download-archon-white-paper {
		border-top: 4px solid #ebebeb;
	}
	.learn-more-tunnels .row > div:nth-child(2) {
		border-top: 4px solid #f2f5f6;
	}
	.application-logo-grid .cs-equal-height {
    	flex-direction: row;
    	flex-wrap: wrap;
	}
	.application-logo-grid .col-md-2 {
		flex-basis: calc(33% - 4px);
	}
	.anasection .container {
    width: 100% !important;
}
	button.menu-btn {
    display: none;
}
	.page #page-header .col-md-fluid.custom-padding {
    padding: 150px 15px !important;
}
	.blog .wp-post-image {
    width: 100% !important;
    height: auto !important;
    border-radius: 12px;
}
	
	.archive .wp-post-image {
  width: 100% !important;
    height: auto !important;
    border-radius: 12px;
}
	.single-post .wp-post-image {
		height:auto !important;
	}
	.wppsac-post-slider.design-2 .wppsac-post-image-bg {
    background: transparent;
    height: 130px !important;
}
	.blog #masthead {
    position: inherit !important;
    border-bottom: none;
    background: linear-gradient(102.13deg, #1B7FB9 37.42%, #1B7FB9 117.17%) !important;
}
	.recentblog .col-md-8 {
    width: 50%;
    float: left;
}
	.recentblog .col-md-4 {
		width: 50%;
    float: right;
  }
	.border.vc_btn3-right {
    padding-right: 0px !important;
}
	.vc_grid .vc_custom_heading h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

#Out-of-the-box {
    padding-top: 45px;
	}
#Out-of-the-box h1 {
   font-size:25px !important;
}
	.out-box-img2 img {
    position: relative;
    top: 40px;
}
	.contactsec .col-md-3 {
    padding: 30px 15px;
    border-bottom: 1px solid #adadad;
}
}

@media (max-width: 767px) {

	#site-logo .cs-sticky-item {
		line-height: 85px !important;
		height: 85px !important;
	}
	.home-1 {
		padding-top: 120px !important;
		padding-bottom: 120px !important;
	}
	.home-1 h1 {
    	font-size: 28px;
	}
	.gform_wrapper#gform_wrapper_1 ul li.gfield {
		clear: all !important;
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	.gform_wrapper#gform_wrapper_1 .gform_button {
		width: 100%;
		margin: 0;
	}
	.services-hero-banner .services-hero-banner-icon.wpb_single_image {
		margin-bottom: 15px;
	}
	.services-hero-banner .services-hero-banner-icon.wpb_single_image img {
		width: auto;
		height: 42px;
	}
		.applications-quick-nav-container {
		display: none;
	}
	.applications-1 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
		text-align: center;
	}
	.applications-1 h1 {
		text-align: center !important;
		font-size: 34px;
	}
	.applications-2 h2, .applications-3 h2, .applications-4 h2, .applications-6 h2, .applications-7 h2, .applications-10 h2 {
		font-size: 24px;
	}
	.application-process h4.ps_timeline-title {
		font-size: 18px;
	}
	.applications-2 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.applications-5 {
		padding-top: 0px !important;
		padding-bottom: 20px !important;
		padding-left: 40px;
		padding-right: 40px;
	}
	
	#page-header .header-content br {
    display: none !important;
}
	.golf-pad .col-md-4 {
    float: left;
    width: 100%
}
	
	#page-header .page-title {
    margin-bottom: 10px;
    font-size: 35px !important;
}
	h2 {
    font-size: 23px;
}
	h1 {
    font-size: 33px;
}
.cs-iconbox {
    height: auto !important;
}

.mcenter {
    text-align: center !important;
    padding-top: 7px;
}
	
	.related-posts-thumbnail ul li img {
    width: 100% !important;
	}
	.related-posts-thumbnail ul li {
    display: inline-block;
    vertical-align: top;
    width: 100% !important;
    padding: 19px !important;
}
	.cs-iconbox-heading-right .cs-iconbox-icon, .cs-iconbox-heading-right .cs-iconbox-title, .cs-iconbox-heading-left .cs-iconbox-icon, .cs-iconbox-heading-left .cs-iconbox-title {
    display: table-cell !important;
}
	
	.bggreybox {
        border-top-right-radius: 12px;
    border-bottom-left-radius: 0px !important;
	}
	.bggreyboxright {
    border-top-left-radius: 12px;
    border-bottom-right-radius: 0px !important;
	}
	.boxlarze h4 {
    text-align: center !important;
}
	.bggreyboxright img {
    width: 85px !important;
}
	.bggreybox img {
    width: 85px !important;
}
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 768px) {
 .mhead {
    display: block !important;
}
	.dhead  {
    display: none !important;
}
}
@media (max-width: 499px) {

	#home-tunnels .col-md-3, .specialties-2 .col-md-3 {
		float: none;
		width: 100%;
		height: auto;
	}
	.home-1 {
		padding-top: 120px !important;
		padding-bottom:120px !important;
	}
	.home-1 h1 {
    	font-size: 24px;
	}
	.home-1 h4 {
		font-size: 13px;
	}
	.application-logo-grid .col-md-2 {
		flex-basis: calc(50% - 4px);
	}
	.blist {
    padding-left: 25px !important;
}
	#key-capabilties .col-md-6 {
    margin-bottom: 35px;
}
	.home.is-transparent #masthead {
    position: inherit !important;
    background: linear-gradient(102.13deg, #1B7FB9 37.42%, #68CFFE 117.17%) !important;
}
	.home.cs-header-transparent #navigation-mobile {
    padding-top: 0px;
}
}

/*Guna css*/

.fbold {
    font-weight: bold;
	color: #3c3c3c;
    font-size: 20px;
}

.card-body ul {
    padding-left: 11px !important;
}

.card-body ul li {
    margin-bottom: 11px !important;
}

.cs-down-icon #site-nav .menu-item-has-children > a:after {
	font-weight:bold !important;
	
    font-size: 14px !important;
    opacity: 1!important;
}
  .archon-51 ul li {
    color: #385371;
    margin-bottom: 15px;
    list-style: none;
    display: flex;
    line-height: 24px;
	text-align:left;
}
}
.archon-51 ul h4 {
	color: #385371;
}
.archon-51 ul li:before {
    color: #1b7fb9;
    content: "\f058";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    margin-right: 10px;
	margin-top: 2px;
	
}

.cwhite, .cwhite h2 {
  color: #fff; 
}
.mhead {
    display: none;
}
span.mybold1 {
    display: contents;
    font-weight: bold;
}

.blog_grid .vc_grid.vc_row .vc_grid-item {
   border-top: none;
}
.blog_grid .vc_grid .vc_custom_heading h4 {
    color: #697e94;
    font-size: 15px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog_grid .vc_grid-item-mini {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 25px;
}

.blog_grid .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-bottom: 25px !important;
     margin-bottom: 0px !important;
}

.blog_grid .vc_grid .vc_gitem-zone {
    float: left;
    width: 50%;
    background-color: transparent !important;
    background-size: cover;
    background-position: center center;
    margin-right: 20px;
    border-radius: 5px;
}
.blog_grid .vc_grid .vc_gitem-animated-block {
    float: none;
    width: 50%;
    max-width: 100%;
}

h2.vc_custom_heading {
    font-weight: 700;
}

.blist {
    padding-left: 0px;
}
.cs-parallax .container, .cs-parallax .container-fluid {
    position: relative;
    z-index: 99 !important;
}
.blog_grid .vc_grid .vc_custom_heading h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.anasection .container {
    width: 80%;
}

/* Start SAP page CSS */

.sap-border {
    border-top: 10px solid #4174a9;
    border-radius: 10px;
    padding: 30px 0px;
    background-color: #f2f5f6 !important;
    margin: 0px 30px 30px 30px;
}
.sap-border ul {
    padding: 0px 25px !important
}
.sap-border .cs-iconbox-heading {
    font-size: 22px;
	margin-bottom: 25px;
}
.sap-top {
	background: #073e744a;
    padding: 25px 15px;
    border-radius: 10px;
	margin-top: 30px;
}
.sap-top ul li {
    color: #fff;
    margin-bottom: 15px;
    list-style: none;
    display: flex;
    line-height: 24px;
	font-size: 22px;
}
.sap-top ul li:before {
    content:url('https://platform3stage.wpengine.com/wp-content/uploads/2022/10/buller-point.png');
    font-size: 22px;
    margin-right: 10px;
    margin-top: 2px;
}
.sap-btn .vc_btn3 {
    background: #5796e2!important;
    font-weight: bold;
    border-radius: 5px !important;
}

.sap ul li:before {
    color: #5c91c9;
    content: "\f058";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    margin-right: 10px;
    margin-top: 5px;
	
}

/* End SAP page CSS */

/* Start Products & Solutions page css */
#myhead {
    background-position: inherit !important;
}
.soultion-51 ul li {
    color: #383535;
    margin-bottom: 8px;
    line-height: 65px;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
}

.pro-btn .vc_btn3-color-primary.vc_btn3-style-flat {
    color: #fff;
    background-color: #365b89 !important;
}
/* End Products & Solutions page css */

#site-nav .cs-link {
	font-size:18px !important;
}

#site-nav ul li ul li .cs-link {
     font-size: 15px !important;
}

/*career- new page css */

.career-btn a.vc_general.vc_btn3.vc_btn3-size-md {
    background: #B1D7FF !important;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    color: #022B56;
    font-size: 15px;
    font-weight: 600;
}
.review-sec {
    border-radius: 6px;
    background-color: #b1d7ff;
    color: #385371;
    padding: 10px;
}

.career-testi .cs-testimonial-content {
    color: #fff;
}
.career-testi .cs-testimonial-author small {
    opacity: 0.8;
    font-size: 15px;
}
.career-testi .cs-testimonial-author {
    margin-top: 5px;
    font-size: 15px;
}
.career-testi .cs-testimonial-text {
    font-size: 18px;
}
.career-testi {
    margin-top: 25px;
}

.awsm-selectric {
    border: 1px solid #5C91C9;
    border-radius: 5px;
}
.awsm-selectric .label {
	font-size:15px;
}
.awsm-selectric-items li, .awsm-selectric-items ul {
    font-size: 15px;
}
.awsm-lists {
    border: none !important;
}
.awsm-list-item .awsm-job-item {
    border: 1px solid #C9C9C9;
    border-radius: 12px;
	margin-top: 25px;
}

.awsm-job-specification-item.awsm-job-specification-job-location:before {
    content: "\f041";
    font-family: 'FontAwesome';
    font-size: 21px;
    padding-right: 6px;
}
.awsm-job-specification-item.awsm-job-specification-job-type:before {
    content: "\f017";
    font-family: 'FontAwesome';
    font-size: 21px;
    padding-right: 6px;
}
.awsm_job_openings-template-default .awsm-job-specification-item {
    padding-top: 15px;
}
.carrer-job-btn a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded {
    border: 2px solid #306297;
    color: #306297;
    font-size: 15px;
	background: #fff;
}
.carrer-job-btn a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded:hover {
    background: #306297;
    color: #fff;
}

a.awsm-job-more {
    border: 1px solid #1B7FB9;
    padding: 8px;
    border-radius: 8px;
    background-color: #fff;
/*     box-shadow: 0 1px 4px rgb(0 0 0 / 25%); */
    border-radius: 5px;
    color: #306297;
}

a.awsm-job-more:hover {
	background: #1B7FB9 !important;
    color: #fff;
	text-decoration:none;
}

.career-btn a.vc_general.vc_btn3.vc_btn3-size-md:hover {
    background: #3c76bb !important;
    color: #fff;
    border-color: #3c76bb;
}
.awsm-job-more-container .awsm-job-more span::before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    font-weight: 900;
    padding-left: 5px;
}

.awsm-job-entry-content.entry-content p {
    text-align: justify;
}
.awsm_job_openings-template-default .col-md-9 {
    width: 100%;
}
.awsm_job_openings-template-default .col-md-9 {
    width: 100%;
}
.awsm_job_openings-template-default .col-md-3.cs-sidebar-clear {
    display: none;
}
.awsm_job_openings-template-default .entry-footer {
    display: none;
}
.cs-breadcrumb {
    right: 0px;
    left: 0px;
}
/* #page-header .col-md-12.md-padding {
    padding-left: 0px;
} */
.testimonialSlider .rsBullet span {
    display: block;
    width: 12px;
	height: 12px;
}

input#awsm-application-submit-btn {
    padding: 5px 49px;
    border: 1px solid #1B7FB9;
     border-radius: 8px;
    background-color: #fff;
/*     box-shadow: 0 1px 4px rgb(0 0 0 / 25%); */
    border-radius: 5px;
    color: #306297;
}
input#awsm-application-submit-btn:hover {
	background-color: #1B7FB9above;
	color: #fff;
}
input[type=file]::file-selector-button {
	 padding: 8px 30px;
    border: 1px solid #1B7FB9;
     border-radius: 8px;
    background-color: #fff;
/*     box-shadow: 0 1px 4px rgb(0 0 0 / 25%); */
    border-radius: 5px;
    color: #306297;
}
input[type=file]::file-selector-button:hover {
	background-color: #1B7FB9;
	color: #fff;
}
.awsm-job-post-title a:hover {
    text-decoration: none;
    color: #4b4b4b !important;
}

.career-testi .cs-testimonial-avatar {
    width: 100px;
    height: 100px;
    margin: 5px auto 0 auto;
}

/*EDB page Css */

.cs-iconbox-title h4 {
    font-size: 18px !important;
    font-weight: bold;
}
.vc_btn3.vc_btn3-shape-round {
    border-radius: 2em !important;
}

.power .cs-iconbox-icon img {
	width: 115px;
}


.box-style .cs-iconbox {
    border-radius: 15px;
    box-shadow: 1px 2px 10px #11121229;
    background: #eceff1;
    padding: 35px;
}

.wheatimg img {
    border-radius: 7% !important;
    box-shadow: 1px 2px 10px #11121229 !important;
}

.box-style .cs-iconbox-text {
    color: #4b4b4b;
    font-size: 18px;
}
.bg-cover {
    background-size: cover;
}

/*Mega Menu Css*/

#site-nav .cs-mega-menu > ul > li a {
    border: none !important;
    background: #FFF;
}
li.btn a {
    background: #1f7bb3 !important;
    color: #fff !important;
    width: 133px;
    border-radius: 10px;
    margin: 10px 20px;
	text-align:center;
}
li.btn a:hover {
	background-color: #fff !important;
    box-shadow: 0 1px 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    color: #000 !important;
}

/* @font-face {
  font-family: Roboto;
  src: url(/wp-content/themes/route-child/font/Roboto-Regular.ttf);
} */



/*new design css common */

#page-header .page-title {
   margin-bottom: 10px;
   font-size:40px
}
.single-post .wp-post-image {
    width: 100%;
    border-radius: 27px;
    height: 470px;
}

.single-post .entry-meta {
    padding: 10px 0px;
    border-style: solid;
    border-image: linear-gradient(to right, #1B7FB9, #68CFFE ) 1;
    border-left: none;
    border-right: none;
}

.cs-search-form input[type="text"] {
    padding: 22px 0px;
    border-radius: 35px !important;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #1B7FB9, #68CFFE ) border-box;
    border-radius: 50em;
    border: 3px solid transparent;
    text-indent: 15px;
}

.cs-search-form button {
    top: 9px;
    right: 17px;
    padding: 5px;
    font-size: 20px;
}

.entry-author .author-avatar img {
border-radius: 100%;
}

.entry-author .author-title {
    color: #1B7FB9;
}
.blog .wp-post-image {
/*     width: 262px;
    height: 240px; */
    border-radius: 12px;
}
.archive .wp-post-image {
/*     width: 262px;
    height: 240px; */
    border-radius: 12px;
}
.blog #masthead {
    position: absolute;
    z-index: 999;
    background-image: none;
    background-color: transparent;
    border-bottom: none;
}
 #cs-mobile-icon, .blog .site-name a, .blog #site-nav > ul > li > .cs-link {
    color: #fff;
}
/* .blog #page-header, .blog #page-header .page-title {
    color: #fff;
    padding: 220px 0px;
    text-align: center;
} */
.blog #page-header .wp-post-image {
    display: none;
}
.entry-title a {
    color: #1B7FB9 !important;
    font-size: 27px;
}
.cs-btn-flat-accent {
    background: linear-gradient(102.13deg, #1B7FB9 37.42%, #68CFFE 117.17%);
    border-radius: 25px !important;
	border: 1px solid #1B7FB9;
}
.cs-btn-flat-accent:hover {
    background: none !important;
    border: 1px solid #1B7FB9;
    color: #1B7FB9 !important;
}

.bbp-pagination-links span.current, #bbp_user_edit_submit, .bbp-submit-wrapper .button, .cs-cart-count, .cs-tab .cs-tab-nav ul li.active a:after, .cs-progress-bar, .cs-pricing-column-accent .cs-pricing-price, .cs-icon-accent.cs-icon-bordered, .cs-icon-accent.cs-icon-bgcolor, .cs-highlight, .cs-fancybox-accent.cs-fancybox-bgcolor, .cs-cta-bgcolor, .cs-btn-outlined-accent:hover, .cs-btn-flat-accent, .page-pagination .current, .widget_calendar tbody a, #sidebar .widget_nav_menu ul li.current-menu-item > a:after, .ajax-pagination .cs-loader:after, .cs-accent-background {
    background-color: #1B7FB9 !important;
}


/* #site-header-shadow:after {
	box-shadow:none;
} */

#cs-mobile-icon, #site-nav > ul > li > .cs-link {
	color:#fff;
}
#masthead {
    background: linear-gradient(102.13deg, #1B7FB9 37.42%, #68CFFE 117.17%);
}
.call-to-action {
    background: linear-gradient(102.13deg, #1B7FB9 37.42%, #68CFFE 117.17%);
	padding-top: 35px;
    padding-bottom: 35px;
}
.call-to-action h2 {
    color: #fff;
}
.vc_btn3-container.vc_btn3-center {
    text-align: center;
}

a.vc_general.vc_btn3 {
    padding: 15px 37px !important;
}

.vc_btn3-container {
    display: block;
	margin-bottom: 21.73913043px;align-content
}

.related-posts-thumbnail ul li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 19px;
}

.related-posts-thumbnail ul li img {
    border: none;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
	width: 357px;
    height: 200px;
	padding: 0px; 
   margin-bottom: 0px;
}

.related-posts-thumbnail ul li h4 {
    text-transform: capitalize;
    font-size: 18px;
    background: linear-gradient(102.13deg, #1B7FB9 37.42%, #68CFFE 117.17%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.related-posts-thumbnail .bbox {
    background: #FFFFFF;
    box-shadow: 0px 20px 80px 10px rgb(60 60 60 / 10%);
    border-bottom-left-radius: 12px;
    padding: 10px;
    border-bottom-right-radius: 12px;
    line-height: 25.2px;
}

.related-posts .related-title {
    font-size: 30px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 44px;
}

.col-md-9 .related-posts {
    display: none;
}

/* .cs-header-default #site-nav {
    float: left  !important;
	    width: 70%;
	margin-left: 45px;

} */

button.menu-btn {
       font-size: 18px;
    background: transparent;
    border-radius: 25px;
    padding: 12px 21px;
    border: 1px solid #fff;
    color: #fff;
}
button.menu-btn:hover {
	background: #fff;
    Color: #4b4b4b;
    border: 1px solid #fff;
}

#masthead .cs-inner {
    display: flex;
    align-items: center;
	justify-content: space-between;
}

#site-nav ul li ul li .cs-link {
    color: #4b4b4b !important;
    background-color: #ffffff;
}

a.tag-cloud-link {
    border: 1px solid #c4c4c4;
    font-size: 13px !important;
    border-radius: 25px;
    padding: 4px 8px;
    display: inline-grid;
    margin: 5px 0px;
    color: #4b4b4b !important;
    text-transform: capitalize;
}
a.tag-cloud-link:hover {
    background: linear-gradient(102.13deg, #1B7FB9 37.42%, #68CFFE 117.17%);
	color:#fff !important;
	text-decoration:none;
}

.single-post .entry-tags {
    display: none;
}

.single-post .entry-author {
    border-top: none;
    padding: 20px 0;
    padding: 25px 0px;
    border-style: solid;
    border-image: linear-gradient(to right, #1B7FB9, #68CFFE ) 1;
    border-left: none;
    border-right: none;
    border-bottom: none;
}


@media only screen and (max-width: 1920px) and (min-width: 769px)  {
.out-box-img1 img {
    position: relative;
    top: 115px;
}

/* .out-box-img2 img {
    position: relative;
    top: 60px;
} */
	.repare {
    margin-top: 30px;
}
	.bt1 {
    position: relative;
    top: 184px;
}
	.btn2 {
    position: relative;
    top: 53px;
}
	.btn3 {
    position: relative;
    top: 52px;
}
	.myspare {
    font-size: 14px !important;
    font-weight: 400 !important;
	text-align: center !important;
		    margin-top: 15px;
}
}

.vc_gitem-post-data-source-post_excerpt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.related-posts p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.vc_btn3-style-outline {
	border:1px solid #fff !important;
}
.vc_btn3-style-outline:hover {
    color: #fff !important;
    background-color: transparent !important;
    border: 1px solid #fff !important;
}
.border .vc_btn3-shape-round:hover {
    background: #1b80b9 !important;
    color: #fff !important;
}
.header-content .vc_btn3-container {
    padding-top: 20px;
}

/*blog slider*/
.wppsac-post-slider.design-2 .wppsac-post-image-bg {
    background: transparent;
	height: 200px;
}

.wppsac-post-slider .wppsac-post-image-bg img {
 display: none;
}
.wppsac-post-slider.design-2 .wppsac-post-content-left {
   background: transparent;
    width: 100%;
}
.wppsac-post-slider .slick-dots {
    
    position: inherit !important;
}

.wppsac-post-slider.design-2 a.wppsac-readmorebtn {
	color: #4b4b4b;
    padding: 14px 41px;
    background: #fff;
    border-radius: 2em;
    font-size: 16px;
}
.wppsac-post-slider.design-2 a.wppsac-readmorebtn:hover {
	background:transparent;
}

.wppsac-post-slider.design-2 .wppsac-post-content-left {
    padding: 10px 20px;
}

.wppsac-post-slider .slick-dots li.slick-active button, .wppsac-post-carousel .slick-dots li.slick-active button {
    background: #1B7FB9 !important;
}
.wppsac-post-slider .slick-dots li button, .wppsac-post-carousel .slick-dots li button {
	border: 2px solid #fff !important;
}
.blogbtn {
    border: none;
    padding: 7px 14px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 12px;
}

.New-filled a.vc_general {
    background: linear-gradient(102.13deg, #1B7FB9 37.42%, #68CFFE 117.17%);
    border-radius: 500px;
}
.New-filled a.vc_general:hover {
    background: #fff !important;
    color: #1B7FB9!important;
}
.border .vc_btn3-style-classic {
    border: 1px solid #1B7FB9 !important;
}
.is-transparent #masthead {
    position: absolute;
    z-index: 999;
    background-image: none;
    background-color: transparent;
    border-bottom: none;
}

.awsm-job-item h2.awsm-job-post-title a {
    font-size: 18px;
    color: #1B7FB9;
}
.secnavi {
background: linear-gradient(102.13deg, #1B7FB9 37.42%, #68CFFE 117.17%);
}

.new-blog-grid .vc_grid .vc_gitem-animated-block {
    float: none;
    width: 100%;
    max-width: 100%;
}

.new-blog-grid .vc_grid .vc_gitem-zone {
    float: none !important;
    width: 100%;
    background-size: cover;
    box-shadow: 0px 20px 80px 10px rgba(60, 60, 60, 0.1);
}


.new-blog-grid .vc_grid .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
    display: block;
}

.new-blog-grid .vc_btn3-container.vc_btn3-left {
    display: none;
}
.new-blog-grid .vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link {
    height: 200px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.new-blog-grid .vc_gitem-zone-mini {
    background: #FFFFFF;
    box-shadow: 0px 20px 80px 10px rgb(60 60 60 / 10%);
    border-bottom-left-radius: 12px;
    padding: 10px;
    border-bottom-right-radius: 12px;
}

.new-blog-grid .vc_grid.vc_row .vc_grid-item {
        border: none;
    margin: 0 auto;
    padding-top: 0px !important;
}

.Background-round-tc .cs-column-inner {
    background: linear-gradient(101.67deg, #1B7FB9 0%, #68CFFE 99.15%);
    border-radius: 35px;
    padding: 15px;
}

.blog #masthead.is-sticky {
    background: linear-gradient(102.13deg, #1B7FB9 37.42%, #68CFFE 117.17%) !important;
}

/* #site-nav > ul > li a:hover {
    background: #fff;
    color: #1B7FB9 !important;
} */

.sfHover a {
    color: #1B7FB9 !important;
    background: #fff;
}



#site-nav > ul > li a {
	padding:10px;
}
.is-compact #site-nav > ul > li a {
    padding: 0px 10px;
}
a.unlink {
    pointer-events: none;
}

.bortrans .vc_btn3-style-outline {
    background: transparent !important;
    color: #fff !important;
}

.bortrans .vc_btn3-style-outline:hover {
    background: #fff !important;
    color: #4b4b4b !important;
	text-decoration:none !important;
}

.current-menu-item a {
    background: #fff !important;
}

.single-post .page-title {
    color: #4b4b4b !important;
    font-size: 35px !important;
}

.postid-4070 .wp-post-image {
  border: 2px solid #1b7fb9;
}
.blog #site-header-shadow {
    display: none;
}
span.entry-love {
    display: none;
}
a.btitle {
    font-size: 20px;
}

.border.vc_btn3-right {
    padding-right: 40px;
}

.overviewsec .cs-iconbox-text {
    display: none;
}

#Related-services .cs-iconbox.cs-iconbox-heading-left {
    margin-bottom: 35px;
    font-size: 15px;
}

.cs-iconbox.cs-iconbox-heading-left {
    background: #fff !important;
    padding: 25px 18px;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 1px 2px 10px #11121229 !important;
}
.vc_btn3-container {
	margin-bottom:0px !important;
}
.cs-iconbox-heading-left .cs-iconbox-title {
    width: 77%;
}

.contactsec h4.vc_custom_heading {
    color: #1B7FB9 !important;
}


#key-capabilties {
    background: linear-gradient(110.7deg, #1B7FB9 49.6%, #68CFFE 161.35%);
}

#key-capabilties:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    bottom: 0;
    transform-origin: left bottom;
    transform: skewY(5deg);
}
.myboxbg {
    background: #fff !important;
    border-radius: 12px;
    box-shadow: 1px 2px 10px #11121229 !important;
    font-size: 15px;
    margin-bottom: 25px;
}
.bggreybox {
    background: #f2f2f2;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
        padding: 20px;
}
.bggreyboxright {
    background: #f2f2f2;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
     padding: 20px;
}
.boxlarze .cs-column-inner {
    padding: 16px;
}
.myboxbg h4 {
    color: #1B7FB9;
    font-size: 20px;
}
.myboxbg .row {
    margin-left: 0px;
    margin-right: 0px;
}
.myboxbg p {
    font-size: 14px;
    line-height: 23px;
}
.bggreybox img {
    width: 135px;
}
.bggreyboxright img {
    width: 135px;
}
.cs-toggle-title {
    text-align: left !important;
}
.cs-accordion-title {
    text-align: left !important;
}

.topnav #cs-top {
    position: inherit;
    width: auto;
    height: auto;
    opacity: 1;
    background: none;
	text-align:left;
}
.webworkers .page-title {
    color: #1b7fb9 !important;
}
.awsm-job-content strong {
    font-weight: bold;
    font-size: 19px;
}
.myslider {
    font-family: 'AktivGrotesk-Bold';
}
.category-client-success-stories .wp-post-image {
    height: 204px !important;
}

.related-posts.related-posts-thumbnail {
    display: none;
}
.category-client-success-stories .cs-breadcrumb {
    display: none;
}
input#input_4_2 {
    width: 100% !important;
}
input#gform_submit_button_4 {
    background: #fff!important;
    color: #030303 !important;
    border: none;
    padding: 3px 14px;
    border-radius: 4px;
}