/*!
Theme Name: PRIME
Theme URI: https://them.es/starter
Author: PRIME BPM
Author URI: https://www.primebpm.com/
Description: PRIME BPM Software: Business Process Management System & Tool
Version: 3.3.5
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: prime
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */
body, p {
    font-size: 16px;
}
:root{
	--font-family: "Rubik",sans-serif;
	--primary-color: #183555;
	--Secondary-color: #f6fcff;
}
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto 
}
.wp-caption {
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}
.gallery-item a, .gallery-item a:hover, .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}
.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.gallery-item a:hover img, .gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}
.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}
.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 16px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
   /* Above WP toolbar. */
}
#main {
	margin-top: 0px !important;
}

/*Common CSS - Start*/
body {
	font-family: "Rubik",Sans-serif;
	font-smooth: antialiased;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: antialiased; 
}
body ol, body ul, body a, body p, body div, body span, body strong, 
body h1, body h2, body h3, body h4, body h5, body h6, body section, body u,
body button, body input, body textarea  {
	font-family: "Rubik",sans-serif;
}
body a {
    color: #0170b9;
}
body a u {
	text-decoration: none;
}
body .btn-primary, 
body .wp-block-button .wp-block-button__link {
	cursor: pointer;
	font-family: "Rubik", Sans-serif;
	font-weight: 600;
	fill: #FFFFFF;
	color: #FFFFFF;
	background-color: #F4A65C;
	border-color: #F4A65C;
	padding: 8px 15px;
    border-radius: 30px;
}
body .btn-check:checked+.btn, body .btn.active, body .btn.show, body .btn:first-child:active,
body .wp-block-button .active.wp-block-button__link,
body .wp-block-button .btn-check:checked+.wp-block-button__link,
body .wp-block-button .show.wp-block-button__link,
body .wp-block-button .wp-block-button__link:first-child:active,
body .wp-block-button :not(.btn-check)+.wp-block-button__link:active,
body :not(.btn-check)+.btn:active {
	background-color: transparent;
	border-color: #F4A65C;
	color: #F4A65C;
}
body .btn-primary:hover, 
body .wp-block-button .wp-block-button__link:hover {
	background: #e8913a;
	border-color: #F4A65C;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(246, 160, 77, 0.3);
    color: #fff;
}
body ol,
body ul {
	padding-left: 20px;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 18px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, strong, span, ul, ol, li {
	font-family: "Rubik",Sans-serif;
	font-smooth: antialiased;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: antialiased;
}
.container-main {
	padding-top: 96px;
}
.container-fluid {
	max-width: 1600px;
}
/* @media only screen and (min-width: 1400px) {
	.blog-listing .container,
	.container-main .container {
		max-width: 1140px;
	}
} */
@media only screen and (max-width: 1240px) {
	.container-main {
		padding-top: 73px;
	}
}
@media only screen and (max-width: 1199px) {
	.container, .container-sm {
	  	max-width: unset !important;
	}
}
@media only screen and (max-width: 767px) {
	body .btn-primary, body .wp-block-button .wp-block-button__link {
		font-size: 16px;
	}
}
/*Common CSS - End*/
/*-------------------------------------------------------------- 
# Header 
--------------------------------------------------------------*/
.header {
	transition: all 0.5s;
	z-index: 997;
	padding: 10px 0;
	background-color: #fff;
}
.header {
	border-bottom: 1px solid #f2f2f2;
}
.header.header-scrolled {
	background: #fff;
	padding: 5px 0px;
	box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.header .logo {
	line-height: 0;
}
.header .logo img {
	margin-right: 6px;
	height: 75px;
	transition: all 1s ease !important;
}
.header.header-scrolled .logo img {
	/* width: 150px; */
	height: 65px;
}
.header .logo span {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #183555;
	font-family: "Rubik",Sans-serif;
	margin-top: 3px;
}
ol li, 
ul li {
	margin-bottom: 10px;
}
.header .getstarted a, .header .getstarted a:focus {
	background-color: #183555;
	padding: 8px 20px;
	margin-left: 30px;
	border-radius: 4px;
	color: #fff;
	border: 1px solid #183555;
	cursor: pointer;
}
.header .getstarted a:hover, .header .getstarted a:focus:hover {
	color: #183555;
    background-color: transparent;
}
/*-------------------------------------------------------------- 
# Navigation Menu 
--------------------------------------------------------------*/
/** * Desktop Navigation */
.navbar {
	padding: 0;
}
.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}
.navbar li {
	position: relative;
	margin-bottom: 0px;
}
.navbar a, .navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
	font-family: "Rubik",sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	white-space: nowrap;
	transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
	color: #183555;
}
.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #203156;
	transition: 0.3s;
	border-radius: 0;
	border: 0;
}
.navbar .dropdown ul li {
	min-width: 200px;
	margin-bottom: 0px;
}
.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 12px;
	text-transform: none;
	font-weight: 600;
	color: #fff;
}
.navbar .dropdown ul a i {
	font-size: 12px;
}
.navbar .dropdown ul a:hover, 
.navbar .dropdown ul .active,
.navbar .dropdown ul li.current_page_parent > a, 
.navbar .dropdown ul li:hover>a {
	background-color: #f2f2f2;
	color: #183555;
}
.navbar .dropdown:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}
.navbar .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}
.navbar .dropdown ul li.menu-item-has-children > a::after {
	border-bottom: 0;
	border-left: .3em solid transparent;
	border-right: .3em solid transparent;
	border-top: .3em solid;
	content: "";
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	transform: rotate(-90deg);
}

@media (max-width: 1480px) {
	.navbar a, .navbar a:focus {
		padding: 10px 0 10px 20px;
	} 
}
@media (max-width: 1366px) {
	.navbar a, .navbar a:focus {
		padding: 10px 0 10px 15px;
		font-size: 13px;
	} 
	.navbar .dropdown .dropdown ul {
		left: -90%;
   }
	.navbar .dropdown .dropdown:hover>ul {
		left: -100%;
   }
}


/** * Mobile Navigation */
.mobile-nav-toggle {
	display: none;
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	line-height: 0;
	transition: 0.5s;
	background-color: #183555;
	padding: 4px 6px;
	border-radius: 4px;
}
.mobile-nav-toggle.bi-x {
	color: #fff;
}
@media (max-width: 1240px) {
	.mobile-nav-toggle {
		display: block;
    }
	.navbar ul {
		display: none;
    }
	.header {
		padding: 5px 0;
    }
	.header .logo img,
	.header.header-scrolled .logo img {
		height: 60px;
    }
	.navbar .getstarted a, .navbar .getstarted a:focus {
		background: #f2f2f2;
		color: #183555;
    }
	.navbar .dropdown ul li.menu-item-has-children > a::after {
		transform: rotate(0deg);
    }
	.header .menu-part {
		width: 140px;
		justify-content: right;
	}
	.header .menu-part .navbar {
		order: 2;
	}
	.header .menu-part .getstarted a, .header .menu-part .getstarted a:focus {
		margin-left: 0px;
		margin-right: 20px;
		padding: 8px 12px; 
		font-size: 12px;
	}
}
.navbar-mobile {
	position: fixed !important;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 16px;
	right: 14px;
}
.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 70px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	padding: 10px 0px;
	border-radius: 0px;
	background-color: #183555;
	overflow-y: auto;
	transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 13px;
	color: #fff;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover>a {
	color: #fff;
}
.navbar-mobile .getstarted a, .navbar-mobile .getstarted a:focus {
	margin: 15px;
}
.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible !important;
	background: #183555;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
	min-width: 200px;
}
.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover>a {
	color: #183555;
}
.navbar-mobile .dropdown>.dropdown-active {
	display: block;
}
.navbar-mobile .dropdown-item, .navbar-mobile .dropdown-item:focus, .navbar-mobile .dropdown-item:hover {
	background-color: #183555 !important;
	color: #fff !important;
}
.navbar-mobile a::after {
	font-size: 20px;
}
.navbar ul li.menu-item-has-children > a::before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 50px;
	height: 38px;
	right: 0;
	z-index: 9999; 
}

@media (max-width: 1240px) {
	body .rmp-slide-right {
		background-color: #183555 !important;
		background-image: unset !important;
	}
	body button.rmp_menu_trigger {
		width: 45px !important;
		height: 38px !important;
		top: 16px !important;
		border-radius: 3px !important;
		right: 15px !important;
		background: #183555 !important;
		text-align: center;
		padding: 8px 12px;
	}
	body button.rmp_menu_trigger .responsive-menu-pro-inner, 
	body button.rmp_menu_trigger .responsive-menu-pro-inner::before, 
	body button.rmp_menu_trigger .responsive-menu-pro-inner::after {
		width: 20px !important;
		height: 3px !important;
		background-color: #fff !important;
		border-radius: 4px !important;
		position: absolute !important;
		margin-top: -2px !important;
	}
	body button.rmp_menu_trigger .responsive-menu-pro-inner::before {
		top: 10px;
	}
	body button.rmp_menu_trigger .responsive-menu-pro-inner::after {
		bottom: 8px;
	}
	body .rmp-slide-right .rmp-menu-item ul {
		border-top: 1px solid #22456c !important;
		border-bottom: 1px solid #22456c !important;
	}
	body .rmp-slide-right .rmp-menu-item ul li {
		border-bottom: 1px solid #22456c !important;
	}
	body .rmp-slide-right .rmp-menu-item ul li:last-child {
		border-bottom: 0px !important;
	}
	body .rmp-slide-right .rmp-menu-item.current-menu-parent > a,
    body .rmp-slide-right li.current-menu-ancestor > a,
	body .rmp-slide-right li:hover > a {
		background-color: #f2f2f2 !important;
		color: #183555 !important;
	}
	body .rmp-slide-right .rmp-menu-subarrow .rmp-font-icon {
		color: #fff;
	}
	body .rmp-slide-right li.current-menu-item > a span.rmp-font-icon,
	body .rmp-slide-right li:hover > a span.rmp-font-icon {
		color: #183555 !important;
	}
	body .rmp-slide-right .rmp-submenu-depth-2 .rmp-menu-item-link {
	  	padding-left: 15% !important;
	}
	body .rmp-slide-right .rmp-menu {
		border-top: 1px solid #22456c !important;
	}
	body .rmp-slide-right li.current-menu-item a.rmp-menu-item-link:focus {
		border-bottom: 1px solid #22456c;
	}
}

/*-------------------------------------------------------------- 
# Footer 
--------------------------------------------------------------*/
.footer {
	background: #fff;
	font-size: 13px;
}
.footer .footer-top {  
	background-size: contain;
	border-top: 1px solid #f2f2f2;
	padding: 60px 0px 0px 0px;
}
.footer .footer-top .footer-info {
	margin-bottom: 30px;
}
.footer .footer-top .footer-info .logo {
	line-height: 0;
	margin-bottom: 15px;
}
.footer .footer-top .footer-info .logo img {
	margin-right: 6px;
	max-width: 232px;
	width: 100%;
}
.footer .footer-top .footer-info .logo span {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #183555;
	font-family: "Rubik",sans-serif;
	margin-top: 3px;
}
.footer .footer-top .footer-info p {
	font-size: 12px;
	line-height: 1.2;
	font-family: "Rubik",sans-serif;
	font-weight: 400;
}
.social-links a {
	font-size: 16px;
	display: inline-block;
	margin-right: 5px;
	transition: 0.3s;
	background-color: #183555;
	color: #fff;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	line-height: 32px;
	text-align: center;
	border-radius: 50px;
}
.social-links a.facebook {
	background-color: #3b5998;
}
.social-links a.instagram {
	background-color: #262626;
}
.social-links a.linkedin {
	background-color: #0077b5;
}
.social-links a.youtube {
	background-color: #cd201f;
}
.social-links a:hover {
	color: #fff;
}
.footer .footer-top h4 {
	font-size: 15px;
	font-weight: 600;
	color: #183555;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
}
.footer .footer-top .footer-links {
	margin-bottom: 10px;
}
.footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #183555;
	font-size: 12px;
	line-height: 0;
}
.footer .footer-top .footer-links ul li {
	padding: 3px 0;
	display: flex;
	align-items: center;
	width: 33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}
.footer .footer-top .footer-links ul a {
	color: #868686;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
	font-family: "Rubik", Sans-serif;
	font-size: 12px;
	font-weight: 400;
}
.footer .footer-top .footer-links ul a:hover {
	color: #183555;
}
.footer .footer-top .footer-contact p {
	line-height: 26px;
}
.footer .copyright {
	text-align: center;
	padding-top: 30px;
	color: #183555;
}
.footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #183555;
}
.footer-privacy a {
	font-family: "Rubik", Sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #203156;
	text-transform: uppercase;
}
.footer-privacy a:hover {
	color: #183555;
}
.footer-privacy ul {
	max-width: 250px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 0px;
	margin: 0px;
}
.footer-copyright {
	border-top: 1px solid #f2f2f2;
} 
.footer-copyright p {
	color: #000;
	text-transform: capitalize;
	margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.footer .footer-top .office-list h4 {
	padding-bottom: 5px;
}
.footer .footer-top .footer-links .office-item h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.footer .footer-top .footer-links .office-item p, .footer .footer-top .footer-links .office-item a {
	font-size: 12px;
	color: #868686;
	margin-bottom: 0px;
}
.footer .footer-top .footer-links .office-item p i {
	vertical-align: top;
}
.footer .footer-top .footer-links .office-item p span {
	display: inline-block;
	width: calc(100% - 20px);
}
.footer .footer-top .footer-links .office-item a:hover {
	color: #183555;
}
.footer .footer-top .mobile-office-list {
	margin-top: 15px;
}
.footer .footer-top .mobile-copyright {
	text-align: center;
}
.footer .footer-top .footer-links ul a {
	width: 100%;
}
.footer #office_list {
	margin-top: 20px;
}
.footer #footer_menu_list {
	justify-content: right;
}
.footer #footer_menu_list.row-cols-5>* {
    width: 100%;
}
@media (max-width: 992px) {
	.footer .footer-top {
		background-position: center bottom;
    }
    .office-list .office-item {
		margin-bottom: 15px;
    }
    .office-list .office-item:last-child {
		margin-bottom: 0px;
	}
}
@media (max-width: 991px) {
	.footer .footer-top {
		padding-bottom: 0px;
	}
	.footer .footer-top .desktop-office-list,
	.footer .footer-top .desktop-copyright {
		display: none;
	}
	.footer .footer-top .mobile-office-list {
		display: block;
	}
	.footer .footer-top .mobile-copyright {
		display: block;
		text-align: center;
	}
	.footer .footer-top .footer-info {
		text-align: center;
	}
	.footer .footer-top .footer-info .logo img {
		margin: 0px auto;
	}
	.footer .footer-top .footer-privacy hr {
		margin: 30px auto !important;
	}
	.footer .footer-top .footer-privacy ul {
		margin: 0px auto;
	}
	.footer .footer-top .footer-links .footer-menu-item {
		width: 33.33%;
		margin: 10px auto;
		text-align: center;
	}
	.footer .footer-top .footer-links {
		margin-bottom: 0px;
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.footer .footer-top .footer-links #footer_menu_list {
		flex-wrap: wrap;
   }
	.footer .footer-top .footer-links .footer-menu-item {
		margin-bottom: 10px;
		width: 100%;
   }
}
/*-------------------------------------------------------------- 
# Home Hero Section 
--------------------------------------------------------------*/
.home-hero {
	width: 100%;
	background-size: cover;
	padding: 0px;
}
.home-hero .container,
.header .container,
.footer .container,
.challenges_we_address .container,
.solutions_we_deliver .container,
.industries_we_serve .container,
.title_video_bg .container {
	max-width: 1600px;
}

/*-------------------------------------------------------------- 
# Hero Inner Page Section 
--------------------------------------------------------------*/
.hero {
	width: 100%;
	background-size: cover;
	padding: 30px 0px 30px;
}
.hero .row {
	align-items: center;
}
.hero h1 {
	margin: 0;
	color: #0693C9;
	font-family: "Rubik", Sans-serif;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 30px;
	padding-top: 0px;
	line-height: 1.4;
}
.hero h1.bottom-line:after {
    content: '';
    height: 1px;
    width: 75px;
    background-color: #325370;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hero h3 {
	display: inline-block;
	color: #325370;
	font-family: "Rubik", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.hero h3:after {
	content: '';
	height: 1px;
	width: 75px;
	background-color: #325370;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.hero .hero-text {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	color: #000;
    font-family: "Rubik",Sans-serif;
    font-weight: 400;
    line-height: 1.6;
    font-size: 15px;
}
.hero .hero-text p {
	color: #000;
    font-family: "Rubik",Sans-serif;
    font-weight: 400;
    line-height: 1.6;
    font-size: 15px;
}
.hero .btn-get-started {
	margin-top: 30px;
	line-height: 0;
	padding: 15px 40px;
	border-radius: 4px;
	transition: 0.5s;
	color: #fff;
	background: #183555;
	box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}
.hero .btn-get-started span {
	font-family: "Rubik",Sans-serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
}
.hero .btn-get-started i {
	margin-left: 5px;
	font-size: 18px;
	transition: 0.3s;
}
.hero .btn-get-started:hover i {
	transform: translateX(5px);
}
.hero .hero-img {
	text-align: center;
}
.hero .hero-img img {
	max-width: 640px;
	width: 100%;
	margin-bottom: 20px;
}
body.page-id-359 .hero .hero-img img {
	width: auto;
}
.hero .hero-img lottie-player {
	max-width: 640px;
	width: 100%;
	margin-bottom: 20px;
}
.hero .container-fluid ottie-player {
	width: 90%;
}
.hero .btn-part .btn:first-child:active {
	background-color: transparent;
	border-color: #F4A65C;
	color: #F4A65C;
}
body.page-id-335 .hero h1,
body.page-id-27399 .hero h1,
body.page-id-27403 .hero h1,
body.page-id-27352 .hero h1 {
	font-size: 30px;
	font-style: italic;
}

@media only screen and (min-width: 1280px) {
	.hero .container-fluid .hero-text-part {
		padding-left: 80px;
	} 
	.hero .hero-img lottie-player {
		float: right;
	}
	body .hero {
		min-height: calc(100vh - 86px);
	}
	body.page-id-28203 .hero,
	body.page-id-306 .hero,
	body.page-id-320 .hero,
	body.page-id-27044 .hero,
	body.page-id-27048 .hero,
	body.page-id-27051 .hero,
	body.page-id-27054 .hero,
	body.page-id-27057 .hero,
	body.page-id-27060 .hero,
	body.page-id-27064 .hero {
		min-height: unset;
	}
	body.page-id-359 .hero {
		min-height: 70vh;
	}
	.hero .hero-text-part-inner {
		max-width: 680px;
	}
	body.page-id-374 .hero .hero-img lottie-player {
		max-width: unset;
	}
	body.page-id-272 .hero {
		min-height: auto;
	}
}
@media only screen and (max-width: 1240px) {
	.hero {
		background-attachment: fixed;
		min-height: unset;
	}
	.hero h1 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 991px) {
	.hero .hero-img {
		text-align: center;
    }
}
@media only screen and (max-width: 768px) {
	.hero {
		min-height: unset;
	}
	.hero .row {
		align-items: center;
		flex-direction: column-reverse;
	}
	.hero h1 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	body.page-id-335 .hero h1,
	body.page-id-27399 .hero h1,
	body.page-id-27403 .hero h1,
	body.page-id-27352 .hero h1 {
		font-size: 26px;
	}
	.hero h2 {
		font-size: 24px;
    }
	.hero h3 {
		margin-bottom: 10px;
	}
	.hero .hero-text {
		margin-bottom: 10px;
	}
}

/*-------------------------------------------------------------- 
# Inner Page Banner With Form Section 
--------------------------------------------------------------*/
.inner_page_banner_with_form {
	width: 100%;
	background-size: cover;
	padding: 30px 0px 30px;
	min-height: 80vh;
}
.inner_page_banner_with_form .row {
	align-items: center;
}
.inner_page_banner_with_form h1 {
	margin: 0;
	color: #183555;
	font-family: "Rubik", Sans-serif;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding-top: 0px;
}
.inner_page_banner_with_form h1.bottom-line:after {
    content: '';
    height: 1px;
    width: 75px;
    background-color: #325370;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.inner_page_banner_with_form h3 {
	display: inline-block;
	color: #325370;
	font-family: "Rubik", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.inner_page_banner_with_form h3:after {
	content: '';
	height: 1px;
	width: 75px;
	background-color: #325370;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.inner_page_banner_with_form .bwithform-text {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	color: #000;
    font-family: "Rubik",Sans-serif;
    font-weight: 400;
    line-height: 1.6;
    font-size: 18px;
}
.inner_page_banner_with_form .bwithform-text p {
	color: #000;
    font-family: "Rubik",Sans-serif;
    font-weight: 400;
    line-height: 1.6;
    font-size: 18px;
}
.inner_page_banner_with_form .bwithform-text ul li {
	color: #000;
    font-family: "Rubik",Sans-serif;
    font-weight: 400;
    line-height: 1.6;
    font-size: 18px;
}
.inner_page_banner_with_form .btn-get-started {
	margin-top: 30px;
	line-height: 0;
	padding: 15px 40px;
	border-radius: 4px;
	transition: 0.5s;
	color: #fff;
	background: #183555;
	box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}
.inner_page_banner_with_form .btn-get-started span {
	font-family: "Rubik",Sans-serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
}
.inner_page_banner_with_form .btn-get-started i {
	margin-left: 5px;
	font-size: 18px;
	transition: 0.3s;
}
.inner_page_banner_with_form .btn-get-started:hover i {
	transform: translateX(5px);
}
.inner_page_banner_with_form .banner-form {
	text-align: center;
}
.inner_page_banner_with_form .banner-form .inner-banner-form {
    background-color: #f4f4f4;
    max-width: 480px;
    margin: 0px auto;
    border-radius: 30px;
}
.inner_page_banner_with_form .banner-form .inner-banner-form .form-header {
    padding: 15px 40px 15px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    background-color: #183555;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.inner_page_banner_with_form .banner-form .inner-banner-form .inner-banner-form-inner {
	padding: 0px 40px 30px;
}
.inner_page_banner_with_form .banner-form .inner-banner-form .form-header h2 {
    font-family: "Rubik", Sans-serif;
    color: #203156;
    font-weight: 500;
    margin: 0;
    padding: 0;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
}
.inner_page_banner_with_form .banner-form .inner-banner-form .form-header p {
	font-family: "Rubik",Sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.inner_page_banner_with_form .hero-img img {
	max-width: 640px;
	width: 100%;
	margin-bottom: 20px;
}
.inner_page_banner_with_form .btn-part .btn:first-child:active {
	    background-color: transparent;
		border-color: #F4A65C;
		color: #F4A65C;
}
.inner_page_banner_with_form .header-bottom-line {
    height: 6px;
    background-color: #f49c5b;
    border: none !important;
    margin-bottom: 24px !important;
    width: 80px !important;
}

@media only screen and (min-width: 1280px) {
	.inner_page_banner_with_form .container-fluid .bwithform-text-part {
		padding-left: 50px;
	} 
}
@media only screen and (max-width: 1240px) {
	.inner_page_banner_with_form {
		background-attachment: fixed;
		min-height: unset;
	}
	.inner_page_banner_with_form h1 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 768px) {
	.inner_page_banner_with_form {
		min-height: unset;
	}
	.inner_page_banner_with_form h1 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.inner_page_banner_with_form h2 {
		font-size: 24px;
    }
	.inner_page_banner_with_form h3 {
		margin-bottom: 10px;
	}
	.inner_page_banner_with_form .bwithform-text {
		margin-bottom: 10px;
	}
}

.inner_page_banner_with_form.webinar_from {
    min-height: unset;
}

.inner_page_banner_with_form.webinar_from .banner-form .inner-banner-form {
	background: #fff;
    padding: 0px;
    position: relative;
    border-radius: 15px;
    border: 1px solid #203156;
}
.inner_page_banner_with_form.webinar_from .banner-form .inner-banner-form .form-header {
	padding: 15px 20px 15px;
    background-color: #203156;
    color: #fff;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.inner_page_banner_with_form.webinar_from .banner-form .inner-banner-form .form-header h2 {
    font-size: 20px;
    text-transform: unset;
    color: #fff;
}
.inner_page_banner_with_form.webinar_from .banner-form .inner-banner-form .inner-banner-form-inner {
    padding: 0px 30px 30px;
}
.inner_page_banner_with_form.webinar_from .phubfrom .hs-form-field input[type=text],
.inner_page_banner_with_form.webinar_from .phubfrom .hs-form-field input[type=email],
.inner_page_banner_with_form.webinar_from .phubfrom .hs-form-field input[type=phone],
.inner_page_banner_with_form.webinar_from .phubfrom .hs-form-field input[type=number],
.inner_page_banner_with_form.webinar_from .phubfrom .hs-form-field input[type=tel],
.inner_page_banner_with_form.webinar_from .phubfrom .hs-form-field input[type=date],
.inner_page_banner_with_form.webinar_from .phubfrom .hs-form-field select,
.inner_page_banner_with_form.webinar_from .phubfrom .hs-form-field textarea {
    border: 1px solid #e0e0e0;
}
.inner_page_banner_with_form.webinar_from .hs-submit {
	margin-top: 15px;
}
.inner_page_banner_with_form.webinar_from .row {
	align-items: unset;
}
/* .inner_page_banner_with_form.webinar_from .phubfrom .actions .hs-button {
    background-color: #203156;
    border: 1px solid #203156;
}
.inner_page_banner_with_form.webinar_from .phubfrom .actions .hs-button:hover {
	background-color: transparent;
    border-color: #203156;
    color: #203156;
} */
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
	padding: 60px 0;
	overflow: hidden;
}
.section-header {
	padding-bottom: 40px;
}
.section-header h2 {
	font-size: 40px;
	font-weight: 600;
	color: #183555;
}
@media only screen and (max-width: 1240px) {
	.section-header h2 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.section-header h2 {
		font-size: 26px;
	}
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
section.clients {
	padding: 20px 0;
	text-align: center;
}
section.clients .section-header {
	padding-bottom: 10px;
}
section.clients .section-header h2 {
	color: #000;
	font-size: 20px;
}
.clients .clients-slider {
	text-align: center;
}
.clients .clients-slider .swiper-slide img {
	opacity: 0.9;
	transition: 0.3s;
}
.clients .clients-slider .swiper-slide img:hover {
	opacity: 1;
}
.clients .clients-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #183555;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #183555;
}

/*--------------------------------------------------------------
# trusted_by_primebpm
--------------------------------------------------------------*/
section.trusted_by_primebpm {
	padding: 60px 0px 45px 0px;
}
section.trusted_by_primebpm .section-header {
	padding-bottom: 10px;
}
.trusted_by_primebpm .clients-list {
	text-align: center;
}
.trusted_by_primebpm .clients-list .client-log-box {
	text-align: center;
	margin-bottom: 10px;
}
.trusted_by_primebpm .clients-list .client-log-box-inner {
	box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
    background-color: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center; 	
}
.trusted_by_primebpm .clients-list .client-log-box-inner img {
    max-height: 65px;
}
.trusted_by_primebpm .section-header h2 {
    font-size: 36px;
	margin-bottom: 20px;
}
.trusted_by_primebpm .section-header h2::after {
    content: '';
    width: 80px;
    height: 5px;
    background-color: #f4a65c;
    display: block;
    margin: 10px 0px;
}
/*--------------------------------------------------------------
# Partners Sections
--------------------------------------------------------------*/
section.partners {
	padding: 60px 0;
}
section.partners .section-header {
	padding-bottom: 10px;
}
section.partners .section-header h2 {
	text-align: center;
	font-size: 40px;
}
section.partners .section-text {
	text-align: center;
}
.partners .partners-slider {
	text-align: center;
}
.partners .partners-slider .swiper-slide img {
	opacity: 0.9;
	transition: 0.3s;
}
.partners .partners-slider .swiper-slide img:hover {
	opacity: 1;
}
.partners .partners-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
}
.partners .partners-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #183555;
}
.partners .partners-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #183555;
}

/*--------------------------------------------------------------
# 10 Min Tour Package
--------------------------------------------------------------*/
.prime-modal .modal-title {
    color: #203156;
    font-weight: 600;
    margin: 0;
    padding: 0; 
    font-size: 22px;
    text-transform: uppercase;
	font-family: "Rubik",sans-serif;
}
.prime-modal .modal-title .subtitle {
	font-size: 16px;
	text-transform: none;
	font-weight: 400;
	display: block;
	color: #000;
}
.prime-modal .modal-content {
	background-color: #e8ebee;
}
.prime-modal .prime-form ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.prime-modal .prime-form ul li {
	margin-bottom: 5px;
	text-align: left;
}
.prime-modal .prime-form .zf-fmFooter {
    margin: 0;
    padding: 0px;
    text-align: center;
    margin-top: 10px;
}
.prime-modal .prime-form .zf-fmFooter button {
	width: 100%;
    padding: 6px 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #f99f3e;
    border: 1px solid #f99f3e;
    border-radius: 6px;
    font-weight: 600;
}
.prime-modal .prime-form .zf-fmFooter button:hover {
    border-color: #f99f3e;
    color: #f99f3e;
	background-color: transparent;
}
.prime-modal .prime-form .zf-tempContDiv span {
	display: inline-block;
	width: 100%;
}
.prime-modal .prime-form .zf-tempContDiv input[type="text"], 
.prime-modal .prime-form .zf-tempContDiv input[type="email"], 
.prime-modal .prime-form .zf-tempContDiv input[type="tel"],
.prime-modal .prime-form .zf-tempContDiv select,
.prime-modal .prime-form .zf-tempContDiv textarea {
	background: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 6px;
	padding: 8px 15px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 5px;
	line-height: 1.5;
	outline: 0px;
}
.prime-modal .prime-form .zf-tempContDiv .zf-note {
	font-size: 16px;
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.prime-modal .prime-form .zf-note label {
	font-size: 12px;
}
@media only screen and (min-width: 1080px) {
	.prime-modal .modal-dialog {
		max-width: 600px;
	}
	.prime-modal .modal-dialog .modal-header {
		padding: 30px 50px 15px;
		border: 0px;
	}
	.prime-modal .modal-dialog .modal-body {
		padding: 15px 50px 30px;
	}
	.prime-modal .modal-dialog .modal-header .modal-title {
		width: 100%;
	}
	.prime-modal .modal-dialog .modal-header button.btn-close {
		position: absolute;
		right: 12px;
		top: 15px;
		box-shadow: none; 
	}
	.prime-modal .modal-title .subtitle {
		font-size: 12px;
	}
}
@media only screen and (max-width: 1080px) {
    .prime-modal .prime-form .zf-fmFooter button {
        font-size:14px;
        padding: 10px 20px !important;
    }
}
@media only screen and (max-width: 767px) {
    .prime-modal .modal-title {
		font-size: 18px;
	}
}

/*--------------------------------------------------------------
# Exit Modal - Start
--------------------------------------------------------------*/
.pexitModal .modal-content {
	background-color: #fafafa;
	border-radius: 0;
}
.pexitModal .modal-content .modal-body {
	padding: 0px;
}
.pexitModal .modal-content .modal-body .btn-close {
	position: absolute;
	right: 10px;
	top: 10px;
}
.pexitModal .modal-content .modal-body img {
	width: 100%;
	border-radius: 0px;
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .section-header {
	padding-bottom: 20px;
	text-align: center;
}
.values .box_list_item {
	margin-bottom: 20px; 
}
.values .row {
	justify-content: center;
}
.values .box {
	padding: 30px 30px 60px 30px;
	box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
	transition: 0.3s;
	height: 100%;
	border-radius: 20px;
	cursor: pointer;
	transition: 0.5s;
    transform: scale(1);
	background-color: #fff;
}  
.values .box h3 {
	font-size: 22px;
	color: #183555;
	font-weight: 600;
	margin-bottom: 18px;
}
.values .box a {
	color: #000;
}
.values .box h3::after {
	content: '';
	height: 1px;
	width: 100%;
	background-color: #000;
	display: block;
	margin: 20px 0px;
}
.values .box p {
	font-size: 16px;
	font-weight: 300;
}
.values .box .box-icon {
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 30px;
}
.values .box .box-icon i {
	font-size: 28px;
}
.values .row .box_list_item.dark-gb .box {
	background-color: #183555;
	color: #fff;
} 
.values .row .box_list_item.dark-gb .box a {
	color: #fff;
}
.values .row .box_list_item.dark-gb .box h3 {
	color: #fff;
}
.values .row .box_list_item.dark-gb .box h3::after {
	background-color: #fff;
}
.values .box:hover {
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	background-color: #183555;
	transform: scale(1.02);
}
.values .box:hover h3 {
	color: #fff;
}
.values .box:hover h3::after {
	background-color: #fff;
}
.values .box:hover p {
	color: #fff;
}
.values .box:hover .box-icon i {
	color: #fff;
}
@media only screen and (max-width: 1240px) {
	.values .box h3 {
		font-size: 18px;
	}
}

/*--------------------------------------------------------------
# Why Join
--------------------------------------------------------------*/
.why-join .section-header {
	padding-bottom: 20px;
	text-align: left;
}
.why-join .section-header h2::after {
    content: '';
    width: 80px;
    height: 5px;
    background-color: #f4a65c;
    display: block;
    margin: 10px 0px;
}
.why-join .box_list_item {
	margin-bottom: 20px; 
}
.why-join .row {
	justify-content: center;
}
.why-join .box {
	padding: 20px 20px 40px 20px;
	box-shadow: 0px 5px 10px rgba(1, 41, 112, 0.2);
	transition: 0.3s;
	min-height: 260px;
	cursor: pointer;
	transition: 0.5s;
    transform: scale(1);
	background-color: #fff;
	text-align: center;
}
.why-join .box:after {
    content: '';
    width: 80px;
    height: 3px;
    background-color: #000;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    margin: 0px auto 0px -40px;
}
.why-join .box h3 {
	font-size: 18px;
    color: #183555;
    font-weight: 600;
    margin-bottom: 10px;
}
.why-join .box a {
	color: #000;
}
.why-join .box p {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0px;
}
.why-join .box .box-icon {
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 30px;
}
.why-join .box .box-icon i {
	font-size: 28px;
}
.why-join .box .icon-part {
	background-color: #183555;
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
	margin: 0px auto 15px;
}
.why-join .box_list_item.dark .box {
    background-color: #183555;
	margin-top: 60px;
}
.why-join .box_list_item.dark .box {
    background-color: #183555;
}
.why-join .box_list_item.dark .box .icon-part {
    background-color: #fff;
}
.why-join .box_list_item.dark .box .icon-part img {
	max-height: 40px;
    max-width: 40px;
}
.why-join .box_list_item.dark .box h3 {
    color: #fff;
}
.why-join .box_list_item.dark .box p {
    color: #fff;
}
.why-join .box_list_item.dark .box:after {
    background-color: #fff;
}
@media only screen and (max-width: 1240px) {
	.why-join .box h3 {
		font-size: 18px;
	}
}
@media only screen and (max-width: 768px) {
	.why-join .box_list_item.dark .box {
		margin-top: 0px;
	}
}

/*--------------------------------------------------------------
# Upcoming Events
--------------------------------------------------------------*/
.upcoming-events {
	background-color: #f5f5f5;
}
.upcoming-events .section-header {
	padding-bottom: 20px;
	text-align: left;
}
.section-header h2 span {
	font-size: 26px;
    display: block;
}
.upcoming-events .section-header h2::after {
    content: '';
    width: 80px;
    height: 5px;
    background-color: #f4a65c;
    display: block;
    margin: 10px 0px;
}
.upcoming-events .box_list_item {
	margin-bottom: 20px; 
}
.upcoming-events .row {
	justify-content: center;
}
.event-list ul {
    list-style: none;
    padding-left: 0;
}
.event-list ul li {
    display: flex;
}
.event-list ul li .event-date {
	font-size: 12px;
}
.event-list ul li .event-date span {
	font-size: 18px;
	display: block;
}
.event-list ul li .event-img {
	padding: 5px 10px;
}
.event-list ul li .event-img img {
    max-width: 60px;
}
.event-list ul li .event-text {
	font-size: 16px;
}
.event-list ul li .event-text span {
	font-size: 12px;
	display: block;
}
.event-list .viewmore-btn {
	font-weight: 600;
	color: #2089a5;
}
/*--------------------------------------------------------------
# Ask Question
--------------------------------------------------------------*/
.ask-question {
	background-color: #011d41;
}
.ask-question .section-header {
	padding-bottom: 20px;
	text-align: left;
}
.ask-question .section-header h2 {
    color: #fff;
}
.ask-question .section-header p {
	color: #fff;
}
.ask-question .section-header ul {
	margin-top: 30px;
	list-style: none;
    padding-left: 0;
}
.ask-question .section-header ul li {
	display: flex;
	color: #fff;
}
.ask-question .section-header ul li:before {
    content: url(img/bpm-community/check-icon.png);
    align-items: center;
    vertical-align: middle;
    padding-right: 10px;
}
.ask-question .section-header h2::after {
    content: '';
    width: 80px;
    height: 5px;
    background-color: #f4a65c;
    display: block;
    margin: 10px 0px;
}
.ask-question .section-header h2::after {
    content: '';
    width: 80px;
    height: 5px;
    background-color: #f4a65c;
    display: block;
    margin: 10px 0px;
}
.ask-question .box_list_item {
	margin-bottom: 20px; 
}
.ask-question .box_list_item.right-part {
	text-align: right;
}
.ask-question .row {
	justify-content: center;
	align-items: center;
}


/*--------------------------------------------------------------
# Title with 3 col same Row
--------------------------------------------------------------*/
.title_with_3_col_same_row .section-header {
	padding-bottom: 20px;
}
.title_with_3_col_same_row .section-header h3 {
	color: #325370;
    font-family: "Rubik",Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.title_with_3_col_same_row .section-header h3:after {
	content: '';
    height: 1px;
    width: 100px;
    background-color: #325370;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.title_with_3_col_same_row .section-header h2 {
	color: #183555;
	font-family: "Rubik",Sans-serif;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
}
.title_with_3_col_same_row .section-header .heading-text:before {
    content: '';
    height: 1px;
    width: 100px;
    background-color: #325370;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.title_with_3_col_same_row .section-header .heading-text,
.title_with_3_col_same_row .section-header .heading-text p {
	color: #0d0d0d;
	font-family: "Rubik",Sans-serif;
	font-weight: 400;
	line-height: 22px;
	font-size: 16px;
}
.title_with_3_col_same_row .section-header .heading-text p:last-child {
	margin-bottom: 0px;
}
.title_with_3_col_same_row .section-header .btn-part {
	margin-top: 10px;
}
.title_with_3_col_same_row .section-header .btn-part a {
	display: inline-block;
	color: #183555;
}
.title_with_3_col_same_row .section-header .btn-part a i {
    font-size: 32px;
}
.title_with_3_col_same_row .box_list_item {
	margin-bottom: 20px; 
}
.title_with_3_col_same_row .row.inner-sec {
	align-items: center;
}
.title_with_3_col_same_row .col-list-part {
    padding: 20px 20px 0px 20px;
}
.title_with_3_col_same_row .box-list {
	position: relative;
	justify-content: right;
	z-index: 1;
}
.title_with_3_col_same_row .box {
	padding: 30px 30px 30px 30px;
	box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
	transition: 0.3s;
	height: 100%;
	border-radius: 0px;
	transition: 0.5s;
	background-color: #fff;
}
.title_with_3_col_same_row .box img {
	max-width: 70px;
}
.title_with_3_col_same_row .box .box-text p:last-child {
	margin-bottom: 0px;
}
.title_with_3_col_same_row .box h3 {
	font-size: 18px;
	color: #183555;
	font-weight: 600; 
	margin-top: 10px;
	margin-bottom: 18px;
}
.title_with_3_col_same_row .box h3 span {
	min-height: 44px;
    align-items: center;
    display: flex;
}
.title_with_3_col_same_row .box h3::after {
	content: '';
	height: 1px;
	width: 100%;
	background-color: #000;
	display: block;
	margin: 10px 0px 15px;
}
.title_with_3_col_same_row .box .box-text {
	color: #183555;
}
.title_with_3_col_same_row .box p {
	font-size: 16px;
	font-weight: 300;
}
@media only screen and (min-width: 1240px) {
	.title_with_3_col_same_row .section-header {
		padding: 20px;
	}
}
@media only screen and (max-width: 1240px) {
	.title_with_3_col_same_row .box h3 {
		font-size: 18px;
	}
	.title_with_3_col_same_row .section-header h2 {
		font-size: 30px;
	}
	.title_with_3_col_same_row .box {
		padding: 10px;
	}
}
@media only screen and (max-width: 991px) {
	.title_with_3_col_same_row .row.inner-sec {
		padding: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.title_with_3_col_same_row .section-header h2 {
		font-size: 26px;
	}
	.title_with_3_col_same_row .col-list-part .row {
		justify-content: center;
	}
	.title_with_3_col_same_row .inner-sec .text-part {
		padding: 0px;
	}
}

/*--------------------------------------------------------------
# Awards and Recognition
--------------------------------------------------------------*/
.awards_and_recognition .section-header {
	text-align: center;
	padding-bottom: 20px;
}
.awards_and_recognition .section-header .heading-text  {
	font-size: 15px;
	color: #183555;
	font-family: "Rubik",Sans-serif;
	font-weight: 400;
	text-align: center;
}
.awards_and_recognition .box_list_item {
	margin-bottom: 20px; 
}
.awards_and_recognition .box {
	height: 100%;
	padding: 10px;
	text-align: center;
}
.awards_and_recognition .box img {
	width: 100%;
	max-width: 200px;
	margin: 0px auto;
}
.awards_and_recognition .box .awards-text {
	color: #183555;
	font-family: "Rubik",Sans-serif;
	font-size: 15px;
	font-weight: 600;
	font-style: normal;
	line-height: 17px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
    .awards_and_recognition .section-header h2 {
		font-size: 26px;
	}
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.title_with_column_with_counter {
	padding: 70px 0 60px;
}
.title_with_column_with_counter .section-header h2 {
	text-align: center;
	margin-bottom: 20px;
}
.title_with_column_with_counter .count-list {
	justify-content: center;
}
.title_with_column_with_counter .section-text {
	text-align: center;
}
.title_with_column_with_counter .count-box {
	display: flex;
	align-items: center;
	width: 100%;
}
.title_with_column_with_counter .count-box img {
	width: 80px;
	line-height: 0;
	margin-right: 20px;
	color: #183555;
}
.title_with_column_with_counter .count-box span {
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
    color: #0693c9;
    font-family: "Rubik",Sans-serif;
    font-size: 54px;
    font-weight: 600;
}
.title_with_column_with_counter .count-box p {
	color: #7d7d7d;
    font-family: "Rubik",Sans-serif;
    font-size: 16px;
    font-weight: 600;
	margin-bottom: 0px;
}
.title_with_column_with_counter .section-bottom {
    text-align: center;
    padding-top: 40px;
}
body.page-id-324 .title_with_column_with_counter {
	padding-top: 0px;
}
@media only screen and (max-width: 1280px) {
	.title_with_column_with_counter .count-box img {
		width: 65px;
		margin-right: 10px;
	}
    .title_with_column_with_counter .count-box span {
		font-size: 40px;
	}
	.title_with_column_with_counter .count-box p {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.title_with_column_with_counter .count-list {
		justify-content: center;
	}
	.title_with_column_with_counter .count-list .count-item {
		max-width: 300px;
	}
}
/*--------------------------------------------------------------
# Case Study Page Section
--------------------------------------------------------------*/
.case_study_page {
	padding: 30px 0px 0px;
}
.case_study_page .section-header {
	padding-bottom: 30px;
}
.case_study_page .section-header h2 {
	text-transform: none;
	text-align: center;
	margin-bottom: 0px;
}
.case_study_page .case-study-banner img {
	width: 100%;
	margin-bottom: 20px;
}
.case-study-inner-sec {
	background-color: #fff;
	padding: 30px 0px;
} 
.case-study-inner-sec .case-study-text,
.case-study-inner-sec .case-study-text p {
	font-family: "Rubik",Sans-serif;
	font-size: 20px;
	color: #000;
    font-weight: 400;
    line-height: 1.6;
}
.case-study-inner-sec .case-study-box-list {
    border-top: 3px solid #25b796;
    padding-top: 30px;
}
.case-study-inner-sec .case-study-inner-box {
	padding: 0px;
    border-right: 3px solid #25b796;
}
.case-study-inner-sec .case-study-inner-box h3 {
	color: #25b796;
    font-family: "Rubik",Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.case-study-inner-sec .case-study-inner-box:nth-child(1n) {
	padding-right: 30px;
}
.case-study-inner-sec .case-study-inner-box:nth-child(2n) {
	border-right: 0px;
	padding-left: 30px;
	padding-right: 0px;
}
@media only screen and (max-width: 1280px) {
    .case_study_page .section-header h2 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 767px) {
    .case_study_page .section-header h2 {
		font-size: 26px;
	}
	.case-study-inner-sec .case-study-inner-box {
		border-right: 0px;
	}
	.case-study-inner-sec .case-study-inner-box:nth-child(1n) {
		padding-right: 0px;
	}
	.case-study-inner-sec .case-study-inner-box:nth-child(2n) {
		padding-left: 0px;
	}
}

/*--------------------------------------------------------------
# Case Study Section
--------------------------------------------------------------*/
.case_study_section {
	padding: 60px 0px 30px;
}
.case_study_section .section-header {
	padding-bottom: 30px;
}
.case_study_section .section-header h2 {
	text-align: center;
}
.case_study_section .section-header .header-text,
.case_study_section .section-header .header-text p {
	text-align: center;
	color: #000;
	font-family: "Rubik",Sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
}
.case_study_section .case_study_item {
	margin-bottom: 30px; 
}
.case_study_section .box {
	box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
	transition: 0.3s;
	height: 100%;
	cursor: pointer;
	transition: 0.5s;
    transform: scale(1);
	background-color: #fff;
}
.case_study_section .box .img-sec img {
	width: 100%;
}  
.case_study_section .box .text-sec {
	padding: 20px 20px 50px 20px;
}
.case_study_section .box h3 {
	font-size: 20px;
	color: #183555;
	font-weight: 600;
	margin-bottom: 18px;
}
.case_study_section .box a {
	color: #000;
}
.case_study_section .box h3::after {
	content: '';
	height: 1px;
	width: 100%;
	background-color: #000;
	display: block;
	margin: 15px 0px;
}
.case_study_section .box div.box-text,
.case_study_section .box div.box-text p {
	font-size: 16px;
	font-weight: 300;
}
.case_study_section .box:hover {
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.case_study_section .box:hover {
	transform: scale(1.02);
}
.case_study_section .box .box-icon {
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 20px;
}
.case_study_section .box .box-icon i {
	font-size: 28px;
}
.case_study_section .row .box_list_item.dark-gb .box {
	background-color: #183555;
	color: #fff;
} 
.case_study_section .row .box_list_item.dark-gb .box a {
	color: #fff;
}
.case_study_section .row .box_list_item.dark-gb .box h3 {
	color: #fff;
}
.case_study_section .row .box_list_item.dark-gb .box h3::after {
	background-color: #fff;
}
@media only screen and (max-width: 1240px) {
    .section-header h2 {
		font-size: 26px;
	}
	.case_study_section .box h3 {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px) {
    .section-header h2 {
		font-size: 26px;
	}
}

/*--------------------------------------------------------------
# Office Location
--------------------------------------------------------------*/
.contactus-sec .section-header {
	padding-bottom: 20px;
	text-align: left;
}
.contactus-sec .section-header p {
	font-size: 16px;
}
.contactus-sec .box_form_part {
	background-color: #f2f2f2;
}
.contactus-sec .box_form_part_inner {
	padding: 30px;
}
.contactus-sec .box_list_part {
	align-items: center;
	display: flex;
}
.contactus-sec .box {
	margin-bottom: 30px;
}
.contactus-sec .box .office-address,
.contactus-sec .box .office-address a {
	font-weight: 600;
	color: #183555;
}
.contactus-sec .box h3 {
	font-size: 25px;
	color: #183555;
	font-weight: 600;
	margin-bottom: 20px;
}
.contactus-sec .box h3::after {
	content: '';
	height: 1px;
	width: 100px;
	background-color: #000;
	display: block;
	margin: 10px 0px;
}
.contactus-sec .box p {
	font-size: 16px;
	font-weight: 300;
}
.contactus-sec .box .box-icon {
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 30px;
}
.contactus-sec .box .box-icon i {
	font-size: 28px;
}
.contactus-sec .box .map-part {
	margin-top: 10px;
}
.contactus-sec .box .map-part iframe {
	width: 100%;
	height: 300px;
}
@media only screen and (max-width: 1080px) {
	.contactus-sec .box h3 {
		font-size: 18px;
	}
}
/*--------------------------------------------------------------
# Office Location
--------------------------------------------------------------*/
.office-location .section-header {
	padding-bottom: 20px;
}
.office-location .box_list_item {
	margin-bottom: 20px; 
}
.office-location .box {
	padding: 10px 10px 10px 10px;
}  
.office-location .box h3 {
	font-size: 30px;
	color: #183555;
	font-weight: 600;
	margin-bottom: 10px;
}
.office-location .box h3::after {
	content: '';
	height: 1px;
	width: 100%;
	background-color: #000;
	display: block;
	margin: 10px 0px;
}
.office-location .box .office-address,
.office-location .box p {
	font-family: "Rubik",Sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #183555;
}
.office-location .box .box-icon {
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 30px;
}
.office-location .box .box-icon i {
	font-size: 28px;
}
.office-location .box .map-part {
	margin-top: 10px;
}
.office-location .box .map-part iframe {
	width: 100%;
	height: 300px;
}
@media only screen and (max-width: 1080px) {
	.office-location .box h3 {
		font-size: 18px;
	}
}
/*--------------------------------------------------------------
# icon_list_section
--------------------------------------------------------------*/
.icon_list_section .section-header {
	text-align: center;
	padding-bottom: 30px;
}
.icon_list_section .container {
	max-width: 1100px;
}
.icon_list_section .row-cols-5 {
	justify-content: center;
}
.icon_list_section .box_list_item {
	margin-bottom: 20px; 
}
.icon_list_section .box {
	padding: 15px;
	box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
	transition: 0.3s;
	height: 100%;
	border-radius: 20px;
	transition: 0.5s;
    transform: scale(1);
	text-align: center;
	position: relative;
	min-height: 145px;
}
.icon_list_section .box:before {
	content: '';
    background-color: #FFFFFF;
    opacity: 0.53;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
	border-radius: 20px;
}
.icon_list_section .box img {
	max-width: 42px;
}
.icon_list_section .box h3 {
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	margin-top: 10px;
}
@media only screen and (max-width: 1240px) {
    .icon_list_section .section-header h2 {
		font-size: 30px;
	}
	.icon_list_section .box {
		padding: 10px;
	}
}
@media only screen and (max-width: 767px) {
    .icon_list_section .section-header h2 {
		font-size: 26px;
	}
	.icon_list_section .box_list_item {
		width: 33.33%;
	}
}
@media only screen and (max-width: 540px) {
	.icon_list_section .box_list_item {
		width: 50%;
	}
}
/*--------------------------------------------------------------
# Button Only
--------------------------------------------------------------*/
.button_only {
	text-align: center;
}
.button_only .section-header {
	padding-bottom: 0px;
}
.button_only .section-header h2 {
	margin-bottom: 20px;
}
.button_only .section-header .section-text,
.button_only .section-header .section-text p {
	text-align: justify;
	color: #000;
	font-family: "Rubik",Sans-serif;
	font-weight: 400;
	line-height: 22px;
	font-size: 16px;
}
.button_only .section-header .section-text p:last-child {
	margin-bottom: 0;
}
body.page-id-324 .button_only .section-header .section-text {
	text-align: center;
}
@media only screen and (max-width: 1240px) {
	.button_only .section-header h2 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.button_only .section-header h2 {
		font-size: 26px;
	}
}
/*--------------------------------------------------------------
# Title and Text With CTA
--------------------------------------------------------------*/
.title_and_text_with_cta {
	text-align: center;
}
.title_and_text_with_cta .section-header {
	padding-bottom: 0px;
}
.title_and_text_with_cta .section-header h2 {
	margin-bottom: 20px;
}
.title_and_text_with_cta .section-header .section-text {
	text-align: justify;
	color: #000;
	font-family: "Rubik",Sans-serif;
	font-weight: 400;
	line-height: 1.6;
	font-size: 15px;
}
.title_and_text_with_cta .section-header .section-text p {
	color: #000;
	font-family: "Rubik",Sans-serif;
	font-weight: 400;
	line-height: 1.6;
	font-size: 15px;
}
.title_and_text_with_cta .section-header .section-text p:last-child {
	margin-bottom: 0;
}
.title_and_text_with_cta .section-header .btn-part {
	margin-top: 30px;
}
body.page-id-385 .title_and_text_with_cta .section-header h2 {
	text-align: left;
}
body.page-id-324 .title_and_text_with_cta .section-header .section-text,
body.page-id-353 .title_and_text_with_cta .section-header .section-text,
body.page-id-27509 .title_and_text_with_cta .section-header .section-text {
	text-align: center;
}

.title_and_text_with_cta.ttc-text-light .section-header h2,
.title_and_text_with_cta.ttc-text-light .section-header .section-text,
.title_and_text_with_cta.ttc-text-light .section-header .section-text p {
	color: #fff;
}
body.page-id-385 .title_and_text_with_cta.ttc-text-light .section-header h2,
body.page-id-385 .title_and_text_with_cta.ttc-text-light .section-header .section-text {
	text-align: center;
}
#bpmn-tool.title_and_text_with_cta .section-header .btn-part {
	text-align: left;
}
#lean-six-sigma.title_and_text_with_cta .section-header h2::after,
#combined-power.title_and_text_with_cta .section-header h2::after,
#lss-bpm.title_and_text_with_cta .section-header h2::after,
#value-stream-mapping.title_and_text_with_cta .section-header h2::after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background-color: #183555;
    margin-top: 10px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 1240px) {
    .title_and_text_with_cta .container-fluid {
        padding: 0px 60px;
    }
}
@media only screen and (max-width: 1240px) {
	.title_and_text_with_cta .section-header h2 {
		font-size: 30px;
	}
	.title_and_text_with_cta .section-header .section-text p {
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.title_and_text_with_cta .section-header h2 {
		font-size: 26px;
	}
}
/*--------------------------------------------------------------
# Title and Text With CTA
--------------------------------------------------------------*/
.thank_you_page_section {
	text-align: center;
}
.thank_you_page_section .section-header {
	padding-bottom: 0px;
}
.thank_you_page_section .section-header .section-text p:last-child {
	margin-bottom: 0;
}
.thank_you_page_section .section-header h2 {
    font-size: 32px;
    font-weight: 600;
    color: #183555;
	text-transform: none;
}

/*--------------------------------------------------------------
# Title List With CTA
--------------------------------------------------------------*/
.title_list_with_cta {
	padding: 40px 0px;
	background-position: center;
}
.title_list_with_cta h2 {
	color: #183555;
	font-family: "Rubik",Sans-serif;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.title_list_with_cta ul {
	color: #fff;
	margin-bottom: 0px;
}
.title_list_with_cta ul li {
	margin-bottom: 2px;
}
.title_list_with_cta.text-dark h2 {
	color: #183555;
}
.title_list_with_cta.text-dark ul {
	color: #000;
}
.title_list_with_cta.text-light ul {
	color: #fff;
}
.title_list_with_cta.text-light h2 {
	color: #fff;
}
.title_list_with_cta .btn-part {
	margin-top: 30px;
}
.title_list_with_cta .btn-part .btn-primary:active,
.title_list_with_cta .btn-part .btn-primary:focus-visible,
.title_list_with_cta .btn-part .btn-primary:hover {
	background-color: #fff;
}
@media only screen and (max-width: 1240px) {
	.title_list_with_cta h2 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.title_list_with_cta h2 {
		font-size: 26px;
	}
	.case-study-inner-sec .case-study-text, .case-study-inner-sec .case-study-text p {
		font-size: 18px;
	}
}
/*--------------------------------------------------------------
# Title Text CTA with BG
--------------------------------------------------------------*/
.title_text_cta_with_bg {
	text-align: center;
	padding: 150px 0px;
	background-size: cover;
	background-position: center;
}
.title_text_cta_with_bg .section-header {
	padding-bottom: 0px;
}
.title_text_cta_with_bg .section-header h2 {
	margin-bottom: 20px;
	font-weight: 600;
	color: #fff;
}
.title_text_cta_with_bg .section-text p:last-child {
	margin-bottom: 0;
}
.title_text_cta_with_bg .section-text {
	text-align: center;
	color: #fff;
	font-family: "Rubik",Sans-serif;
	font-weight: 300;
	line-height: 22px;
	font-size: 16px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 1240px) {
	.title_text_cta_with_bg .section-header h2 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.title_text_cta_with_bg .section-header h2 {
		font-size: 26px;
	}
}

.title_text_cta_with_bg.webinar_header {
    text-align: left;
    padding: 30px 0px 0px !important;
}
.title_text_cta_with_bg.webinar_header .section-header h2 {
	text-align: left;
	font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
}
.title_text_cta_with_bg.webinar_header .section-header h2 span {
	font-size: 40px;
    color: #203156;
}
.title_text_cta_with_bg.webinar_header .section-text {
	text-align: left;
    color: #203156;
    font-family: "Rubik", Sans-serif;
    font-weight: 500;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
	.title_text_cta_with_bg.webinar_header .section-header h2 span {
		font-size: 30px;
	}
	.title_text_cta_with_bg.webinar_header .section-header h2 {
		font-size: 26px;
	}
}
/*--------------------------------------------------------------
# box_list_image_title
--------------------------------------------------------------*/
.box_list_image_title {
	text-align: center;
	padding: 60px 0px 30px;
}
.box_list_image_title .section-header {
	padding-bottom: 0px;
}
.box_list_image_title .section-header h2 {
	margin-bottom: 20px;
}
.box_list_image_title .box-list {
	justify-content: center;
}
.box_list_image_title .box-list .box {
	padding: 0px 00px 0px 0px;
	border: 1px solid #F2F2F2;
	margin-bottom: 30px;
}
.box_list_image_title .box-list .box img {
	width: 100%;
}
.box_list_image_title .box-list .box h4 {
	color: #183555;
	font-family: "Rubik", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 10px;
	margin-bottom: 0px;
	line-height: 1.4;
}
@media only screen and (max-width: 1240px) {
	.box_list_image_title .section-header h2 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.box_list_image_title .section-header h2 {
		font-size: 26px;
	}
}

/*--------------------------------------------------------------
# Mission and Vision
--------------------------------------------------------------*/
.mission_and_vision .section-header {
	padding-bottom: 0px;
	text-align: left;
}
.mission_and_vision .section-header h2 {
	color: #fff;
	margin-bottom: 30px;
}
.mission_and_vision .box {
	margin-bottom: 20px;
}
.mission_and_vision .box:last-child {
	margin-bottom: 0px;
}
.mission_and_vision .box .box-inner {
    border-left: 1px solid #fff;
    padding: 15px;
    margin-bottom: 20px;
}
.mission_and_vision .box .box-inner h3 {
    color: #fff;
}
.mission_and_vision .box .box-inner .text,
.mission_and_vision .box .box-inner .text p {
    color: #fff;
}

/*--------------------------------------------------------------
# Bottom Contact Section
--------------------------------------------------------------*/
.bottom_contact_section {
	padding: 30px 0px;
	background: rgb(221,239,253);
	background: -moz-linear-gradient(180deg, rgba(221,239,253,1) 0%, rgba(221,239,253,1) 50%, rgba(244,246,250,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(221,239,253,1) 0%, rgba(221,239,253,1) 50%, rgba(244,246,250,1) 100%);
	background: linear-gradient(180deg, rgba(221,239,253,1) 0%, rgba(221,239,253,1) 50%, rgba(244,246,250,1) 100%);
}
.bottom_contact_section .section-header {
	margin-bottom: 0px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    height: 100%;
	flex-wrap: wrap;
}
.bottom_contact_section .section-header h2 {
	color: #183555;
    font-family: "Rubik",Sans-serif;
    font-size: 26px;
    font-weight: 600;
    max-width: 205px;
    text-align: left;
} 
.bottom_contact_section .box .box-inner h3 {
    color: #183555;
    font-family: "Rubik",Sans-serif;
    font-weight: 800;
    font-size: 20px; 
}
.bottom_contact_section .box .box-inner p,
.bottom_contact_section .box .box-inner a {
	font-family: "Rubik",Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #183555;
}
.bottom_contact_section .box .box-inner p i, 
.bottom_contact_section .box .box-inner a i {
    color: #06ad87;
}
.bottom_contact_section .box .box-inner p {
	margin-bottom: 5px;
}
.bottom_contact_section .section-header .btn-primary {
    transition: 0.5s;
    color: #fff;
    background-color: #183555;
    border: 1px solid #183555;
}
.bottom_contact_section .section-header .btn.btn-primary:hover {
    transition: 0.5s;
    color: #183555;
    background-color: #fff;
    border-color: #183555;
}
@media only screen and (max-width: 767px) {
    .bottom_contact_section  {
		text-align: center;
	}
	.bottom_contact_section .section-header h2 {
		max-width: unset;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.bottom_contact_section .box {
		margin-bottom: 20px;
	}
	.bottom_contact_section .box:last-child {
		margin-bottom: 0px;
	}
}
/*--------------------------------------------------------------
# Title and Text With CTA
--------------------------------------------------------------*/
section.title_and_text {
	background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.title_and_text .section-header {
	padding-bottom: 0px;
	text-align: left;
}
.title_and_text .section-header .section-text p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Title and Form
--------------------------------------------------------------*/
section.title_and_form {
	background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.title_and_form .section-header {
	padding-bottom: 0px;
	text-align: left;
}
.title_and_form .section-header .section-text p:last-child {
	margin-bottom: 0;
}
.title_and_form .banner-form {
	text-align: center;
}
.title_and_form .banner-form .inner-banner-form {
    background-color: #f4f4f4;
}
.title_and_form .banner-form .inner-banner-form .form-header {
	padding: 30px 40px 15px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
}
.title_and_form .banner-form .inner-banner-form .inner-banner-form-inner {
	padding: 0px 40px 30px;
}
.title_and_form .banner-form .inner-banner-form .form-header h2 {
	font-family: "Rubik",Sans-serif;
	color: #203156;
	font-weight: 500;
	margin: 0;
	padding: 0;
	font-size: 2em;
	text-transform: uppercase;
}
.title_and_form .banner-form .inner-banner-form .form-header p {
	font-family: "Rubik",Sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------
# Title and Shortcode
--------------------------------------------------------------*/
section.title_and_shortcode {
	background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
	background-color: #f2f2f2;
}
.title_and_shortcode .section-header {
	padding-bottom: 10px;
}
.title_and_shortcode .section-header h2 {
    font-size: 36px;
    margin-bottom: 20px;
}
.title_and_shortcode .section-header h2::after {
    content: '';
    width: 80px;
    height: 5px;
    background-color: #f4a65c;
    display: block;
    margin: 10px 0px;
} 
/*--------------------------------------------------------------
# Title and Text With Video
--------------------------------------------------------------*/
.title_and_text_with_video {
	text-align: center;
}
.title_and_text_with_video .section-header {
	padding-bottom: 0px;
}
.title_and_text_with_video .section-header .section-text,
.title_and_text_with_video .section-header .section-text p {
	text-align: center;
    color: #000;
    font-family: "Rubik",Sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
	margin-bottom: 10px;
}

.title_and_text_with_video .section-header .section-text p:last-child {
	margin-bottom: 0;
}
.title_and_text_with_video .container {
	max-width: 1000px;
}
.title_and_text_with_video .box .video-part {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.title_and_text_with_video .box .video-part iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.title_and_text_with_video .box .images-part {
	margin-bottom: 20px;
}
body.page-id-29259 .title_and_text_with_video .section-header h2,
body.page-id-29420 .title_and_text_with_video .section-header h2 {
    font-size: 30px;
}
/*--------------------------------------------------------------
# Title and Video
--------------------------------------------------------------*/
.title_video .section-header {
	padding-bottom: 0px;
}
.title_video .row {
	align-items: center;
}
.title_video .text-part h2 {
    color: #183555;
    font-family: "Rubik",Sans-serif;
    font-size: 40px;
    font-weight: 600;
}
.title_video .text-part h2::after {
    content: '';
    height: 1px;
    width: 100px;
    background-color: #325370;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.title_video .text-part .section-text,
.title_video .text-part .section-text p {
    font-size: 15px;
    color: #0d0d0d;
    font-family: "Rubik",Sans-serif;
    font-weight: 400;
    line-height: 22px;
}
.title_video .video-part .video-part-inner {
    max-width: 480px;
    float: right;
}
.title_video .card-body {
	padding: 0px;
	border: 0px;
}
.moretext {
	display: none;
}
.title_video .btn.active, .title_video .btn:first-child:active {
	background-color: transparent;
	border-color: #F4A65C;
	color: #F4A65C;
}
body.page-id-385 .title_video .video-part .video-part-inner {
    border: 10px solid #183555;
    border-radius: 2px;
}

@media only screen and (max-width: 1080px) {
    .title_video .text-part h2 {
		font-size: 26px;
	}
}
@media only screen and (max-width: 767px) {
	.title_video .text-part h2::after {
		margin: 10px auto;
	}
	.title_video .text-part {
		margin-bottom: 20px;
	}
    .title_video .text-part h2 {
		display: inline-block;
		font-size: 22px;
	}
	.title_video .video-part .video-part-inner {
		float: none;
		margin: 0px auto;
	}
}
/*--------------------------------------------------------------
# Meet the Founders Section
--------------------------------------------------------------*/
section.meet_the_founders {
	padding-top: 0px;
}
.meet_the_founders .section-header {
	padding-bottom: 0px;
}
.meet_the_founders .section-header h2 {
    line-height: 1;
	margin-bottom: 20px;
	text-align: center;
}
.meet_the_founders .section-header h2 span {
	width: 100%;
    display: inline-block;
    line-height: 1;
}
.meet_the_founders .section-header h2:after {
    content: '';
    height: 1px;
    width: 100px;
    background-color: #325370;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 1;
}
.meet_the_founders .row {
	align-items: center;
}
.meet_the_founders .text-part h2 {
    color: #183555;
    font-family: "Rubik",Sans-serif;
    font-size: 40px;
    font-weight: 600;
}
.meet_the_founders .text-part h2::after {
    content: '';
    height: 1px;
    width: 100px;
    background-color: #325370;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.meet_the_founders .text-part .section-text,
.meet_the_founders .text-part .section-text p {
    font-size: 15px;
    color: #0d0d0d;
    font-family: "Rubik",Sans-serif;
    font-weight: 400;
    line-height: 22px;
}
.meet_the_founders .video-part .video-part-inner {
    max-width: 480px;
    float: right;
}

.meet_the_founders .founder-list .founder-img img {
	width: 100%;
}
.meet_the_founders .founder-list .row {
    margin-bottom: 30px;
}
.meet_the_founders .founder-list .row:last-child {
    margin-bottom: 0px;
}
.meet_the_founders .founder-list .founder-title {
	color: #183555;
	font-family: "Rubik",Sans-serif;
	font-size: 35px;
	font-weight: bold;
}
.meet_the_founders .founder-list .founder-subtitle {
	color: #183555;
	font-family: "Rubik",Sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
.meet_the_founders .founder-list .founder-linkedin i {
	font-size: 30px;
}
@media only screen and (max-width: 767px) {
	.meet_the_founders .founder-list .founder-img img {
 		max-width: 300px;
		margin-bottom: 10px;
	}
	.meet_the_founders .founder-list .founder-title {
		font-size: 20px;
	}
	.meet_the_founders .founder-list .founder-subtitle {
		font-size: 17px;
	}
}
/*--------------------------------------------------------------
# Title and Text With Job Listing
--------------------------------------------------------------*/
section.join_team_section {
	padding-top: 0px;
}
.join_team_section .section-header {
	padding-bottom: 0px;
	text-align: center;
}
.join_team_section .section-header .section-text,
.join_team_section .section-header .section-text p {
	text-align: center;
    color: #000;
    font-family: "Rubik",Sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
}
.join_team_section .section-header .section-text p:last-child {
	margin-bottom: 0;
}
.join_team_section .container {
	max-width: 1000px;
}
.join_team_section .awsm-filter-item-search .awsm-job-form-control {
    padding-right: 48px;
    min-height: 48px;
    padding: 10px;
    border: 1px solid #dddfe3;
    outline: 0;
}
.join_team_section .awsm-load-more-classic a.page-numbers, .awsm-load-more-main a.awsm-load-more {
	background: #183555;
	padding: 8px 20px;
	margin-left: 30px;
	border-radius: 4px;
	color: #fff;
	max-width: 150px;
	margin: 0px auto !important;
	border-radius: 5px;
}
.join_team_section .awsm-load-more-classic a.page-numbers, .awsm-load-more-main a.awsm-load-more {
	background: #183555;
	padding: 8px 20px;
	margin-left: 30px;
	border-radius: 4px;
	color: #fff;
	max-width: 150px;
	margin: 0px auto !important;
	border-radius: 5px;
}
.join_team_section .awsm-load-more-classic a.page-numbers, .awsm-load-more-main a.awsm-load-more:hover {
	background: #F4A65C;
}
.join_team_section .awsm-job-item h2.awsm-job-post-title a {
	font-size:14px;
	color:black;
	font-weight: 400;
	font-family: "Rubik",sans-serif;
}
.join_team_section a.awsm-job-more {
	color:#000;
}
/*--------------------------------------------------------------
# Service Challenges
--------------------------------------------------------------*/
section.service_challenges {
	padding: 60px 0px;
}
.service_challenges .section-header {
	padding-bottom: 20px;
}
.service_challenges .box-bg {
	position: absolute;
	width: 100%;
	max-width: 450px;
}
.service_challenges .box-bg .box_list_item_bg {
	margin-left: -100px;
}
.service_challenges .box_list_item_first {
	align-items: center;
    display: flex;
}
.service_challenges .box-first h2 {
    color: #183555;
    font-family: "Rubik",Sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}
.service_challenges .box_list_item {
	margin-bottom: 60px; 
}
.service_challenges .box-first h2::after {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background-color: #183555;
	margin-top: 30px;
    margin-bottom: 40px;
}
.service_challenges .box-list {
	position: relative;
	z-index: 1;
}
.service_challenges .box {
	padding: 30px 30px 30px 30px;
	box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
	transition: 0.3s;
	height: 100%;
	border-radius: 20px;
	transition: 0.5s;
	background-color: #fff;
}
.service_challenges .box img {
	max-width: 70px;
}
.service_challenges .box .box-text p:last-child {
	margin-bottom: 0px;
}
.service_challenges .box h3 {
	font-size: 18px;
	color: #183555;
	font-weight: 600; 
	margin-top: 10px;
	margin-bottom: 18px;
}
.service_challenges .box h3 span {
	min-height: 44px;
    align-items: center;
    display: flex;
}
.service_challenges .box h3::after {
	content: '';
	height: 1px;
	width: 100%;
	background-color: #000;
	display: block;
	margin: 10px 0px 15px;
}
.service_challenges .box .box-text {
	color: #183555;
    font-family: "Rubik", Sans-serif;
    font-weight: 400;
    line-height: 22px;
	font-size: 16px;
}
.service_challenges .box p {
    font-family: "Rubik", Sans-serif;
    font-weight: 400;
    line-height: 22px; 
	font-size: 16px;
}
.service_challenges .box:hover {
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	background-color: #183555;
}
.service_challenges .box:hover h3 {
	color: #fff; 
}
.service_challenges .box:hover h3::after {
	background-color: #fff;
}
.service_challenges .box:hover .box-text {
	color: #fff;
}
body.page-id-27514 .service_challenges .box-list,
body.page-id-27488 .service_challenges .box-list {
	justify-content: center;
}
body.page-id-27514 .service_challenges .box_list_item,
body.page-id-27488 .service_challenges .box_list_item {
    margin-bottom: 30px;
}
@media only screen and (max-width: 1240px) {
	.service_challenges .box-first h2 {
		font-size: 26px;
	}
	.service_challenges .box_list_item {
		margin-bottom: 20px;
	}
	.service_challenges .box {
		padding: 20px 20px 20px 20px;
	}
	.service_challenges .box img {
		max-width: 60px;
	}
}
@media only screen and (max-width: 991px) {
    .service_challenges .box-first {
		margin-bottom: 40px;
	}
}

/*--------------------------------------------------------------
# Methodology Section
--------------------------------------------------------------*/
section.methodology_section {
	padding: 60px 0px;
	background-repeat: no-repeat;
    background-position: top right;
    background-size: 70%;
}
.methodology_section .section-header {
	padding-bottom: 20px;
}
.methodology_section .box-bg {
	position: absolute;
	width: 100%;
	max-width: 450px;
}
.methodology_section .box-bg .box_list_item_bg {
	margin-left: -100px;
}
.methodology_section .box_list_item_first {
	align-items: center;
    display: flex;
}
.methodology_section .box-first h2 {
    color: #183555;
    font-family: "Rubik",Sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}
.methodology_section .box-list {
	position: relative;
	z-index: 1;
	max-width: 900px;
	width: 100%;
	float: right;
	padding: 0px;
	display: flex;
}
.methodology_section .box_list_item {
	border: 1px solid #f2f2f207;
}
.methodology_section .box-first h2::after {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background-color: #183555;
	margin-top: 30px;
    margin-bottom: 40px;
}
.methodology_section .box {
	position: relative;
	padding: 30px 30px 100px 30px;
	box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
	transition: 0.3s;
	height: 100%;
	border-radius: 20px;
	transition: 0.5s;
	background-color: #fff;
}
.methodology_section .box .box-count {
    font-size: 80px;
    font-weight: 900;
    color: #f2f2f2;
    opacity: 0.5; 
    position: absolute;
    bottom: 15px;
    right: 30px;
    line-height: 1;
}
.methodology_section .box img {
	max-width: 70px;
}
.methodology_section .box .box-text p:last-child {
	margin-bottom: 0px;
}
.methodology_section .box h3 {
	font-size: 18px;
	color: #183555;
	font-weight: 600; 
	margin-top: 10px;
	margin-bottom: 18px;
}
.methodology_section .box h3 span {
	min-height: 44px;
    align-items: center;
    display: flex;
}
.methodology_section .box h3::after {
	content: '';
	height: 1px;
	width: 100%;
	background-color: #000;
	display: block;
	margin: 10px 0px 15px;
}
.methodology_section .box .box-text {
	color: #183555;
}
.methodology_section .box p {
	font-size: 16px;
	font-weight: 300;
}
.methodology_section .box:hover {
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	background-color: #183555;
}
.methodology_section .box:hover h3 {
	color: #fff; 
}
.methodology_section .box:hover h3::after {
	background-color: #fff;
}
.methodology_section .box:hover .box-text {
	color: #fff;
}
section.methodology_section .methodology-slider {
	padding: 0px 20px;
	padding-bottom: 60px;
}
section.methodology_section .methodology-slider .swiper-button-next::after,
section.methodology_section .methodology-slider .swiper-button-prev::after {
	font-size: 25px;
}
section.methodology_section .methodology-slider .swiper-button-prev, 
section.methodology_section .methodology-slider .swiper-rtl .swiper-button-next {
	left: -5px;
	color: #183555;
}
section.methodology_section .methodology-slider .swiper-button-next,
section.methodology_section .methodology-slider .swiper-rtl .swiper-button-prev {
	right: -5px;
	color: #183555;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #183555 !important;
}
@media only screen and (min-width: 1240px) {
	.methodology_section .container-fluid {
		padding: 0px 60px;
	}
}
@media only screen and (max-width: 1240px) {
	.methodology_section .box-first h2 {
		font-size: 26px;
	}
	.methodology_section .box_list_item {
		margin-bottom: 20px;
	}
	.methodology_section .box {
		padding: 20px 20px 20px 20px;
	}
	.methodology_section .box img {
		max-width: 60px;
	}
}
@media only screen and (max-width: 991px) {
    .methodology_section .box-first {
		margin-bottom: 40px;
	}
	section.methodology_section {
		background-size: 90%;
	}
}

/*--------------------------------------------------------------
# Two Col Dark
--------------------------------------------------------------*/
section.two_col_dark {
	padding: 10px 0px 30px;
}
section.two_col_dark .container {
	max-width: 850px;
}
.two_col_dark .section-header {
	padding-bottom: 20px;
}
.two_col_dark .box-bg {
	position: absolute;
	width: 100%;
	max-width: 450px;
}
.two_col_dark .box-bg .box_list_item_bg {
	margin-left: -100px;
}
.two_col_dark .box_list_item_first {
	align-items: center;
    display: flex;
}
.two_col_dark .box-first h2 {
    color: #183555;
    font-family: "Rubik",Sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}
.two_col_dark .box_list_item {
	margin-bottom: 30px; 
}
.two_col_dark .box-first h2::after {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background-color: #183555;
	margin-top: 30px;
    margin-bottom: 40px;
}
.two_col_dark .box-list {
	position: relative;
	z-index: 1;
}
.two_col_dark .box {
	position: relative;
	padding: 30px 30px 50px 30px;
	box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
	transition: 0.3s;
	height: 100%;
	border-radius: 20px;
	transition: 0.5s;
	background-color: #fff;
	background-image: linear-gradient(180deg,#34679f 0%,#183555 100%);
	cursor: pointer;
}
.two_col_dark .box img {
	max-width: 70px;
}
.two_col_dark .box .box-text p:last-child {
	margin-bottom: 0px;
}
.two_col_dark .box h3 {
	font-size: 18px;
	color: #fff; 
	font-weight: 600; 
	margin-top: 10px;
	margin-bottom: 18px;
}
.two_col_dark .box h3 span {
	min-height: 44px;
    align-items: center;
    display: flex;
}
.two_col_dark .box h3::after {
	content: '';
	height: 1px;
	width: 100%;
	background-color: #fff;
	display: block;
	margin: 10px 0px 15px;
}
.two_col_dark .box .box-text {
	color: #fff; 
}
.two_col_dark .box p {
	font-size: 16px;
	font-weight: 300;
}
.two_col_dark .box .box-icon {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 30px;
}
.two_col_dark .box .box-icon i {
	color: #fff;
    font-size: 28px;
}
@media only screen and (max-width: 1240px) {
	.two_col_dark .box-first h2 {
		font-size: 26px;
	}
	.two_col_dark .box_list_item {
		margin-bottom: 20px;
	}
	.two_col_dark .box {
		padding: 20px 20px 20px 20px;
	}
	.two_col_dark .box img {
		max-width: 60px;
	}
}
@media only screen and (max-width: 991px) {
    .two_col_dark .box-first {
		margin-bottom: 40px;
	}
}

/*--------------------------------------------------------------
# youtube_video_list_section
--------------------------------------------------------------*/
.youtube_video_list_section .section-header {
	text-align: center;
	padding-bottom: 20px;
}
.youtube_video_list_section .row {
	justify-content: center
}
.youtube_video_list_section .box_list_item {
	margin-bottom: 20px; 
}
.youtube_video_list_section .box {
	box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
	transition: 0.3s;
	height: 100%;
} 
.youtube_video_list_section .box .video-part {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.youtube_video_list_section .box .video-part iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube_video_list_section .box .video-text-part {
	padding: 20px 20px 10px 20px;
}
.youtube_video_list_section .box h3,
.youtube_video_list_section .box h3 span {
	font-size: 18px;
	color: #183555;
	font-weight: 600;
}
.youtube_video_list_section .box h3 span {
	min-height: 60px;
}
.youtube_video_list_section .box a {
	color: #0170b9;
}
.youtube_video_list_section .box h3::after {
	content: '';
	height: 1px;
	width: 100%;
	background-color: #000;
	display: block;
	margin: 15px 0px;
}
.youtube_video_list_section .box .video-text-part .video-text,
.youtube_video_list_section .box .video-text-part .video-text p {
	font-family: "Rubik", Sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	color: #605F5F;
}
.youtube_video_list_section .btn-part {
	margin-top: 20px;
}
.page-id-221 .youtube_video_list_section {
	padding-top: 10px;
}
body.page-id-374 .youtube_video_list_section {
	padding-bottom: 20px;
}
body.page-id-28069 .youtube_video_list_section,
body.page-id-28071 .youtube_video_list_section {
	padding-top: 0px;
}
@media only screen and (max-width: 1080px) {
	.youtube_video_list_section .box h3 {
		font-size: 18px;
	}
}

/*--------------------------------------------------------------
# youtube_video_list_section
--------------------------------------------------------------*/
.youtube_video_section {
	padding: 60px 0px 30px;
}
.youtube_video_section .section-header {
	text-align: center;
	padding-bottom: 20px;
}
.youtube_video_section .box_list_item {
	margin-bottom: 30px; 
}
.youtube_video_section .box {
	box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
	transition: 0.3s;
	height: 100%;
	transition: 0.5s;
    transform: scale(1);
} 
.youtube_video_section .box .video-part {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.youtube_video_section .box .video-part iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube_video_section .box .video-text-part {
	padding: 20px 20px 10px 20px;
}

/*--------------------------------------------------------------
# Blog Listing
--------------------------------------------------------------*/
section.blog-category {
	padding-top: 30px;
	padding-bottom: 0px;
}
section.blog-category .search-from {
    display: none;
}
section.blog-category form.search-form {
	max-width: 480px;
	margin: 0px auto 30px;
}
section.blog-category form.search-form .input-group {
	background-color: #FFFFFF;
	border: 1px solid #919DA6;
	border-radius: 50px;
}
section.blog-category form.search-form .input-group input[type="text"] {
	padding-left: calc(47px / 3);
	padding-right: calc(47px / 3);
	border: 0;
	display: inline-block;
	background: none;
	font-size: 15px;
	outline: 0;
	box-shadow: unset;
	height: 45px;
}
section.blog-category form.search-form .input-group button[type="submit"] {
	min-width: 47px;
	--e-search-form-submit-text-color: #000000;
	background-color: #54595F00;
	color: var(--e-search-form-submit-text-color,#fff);
	border: none;
	border-radius: 0;
	height: 45px;
	font-size: 0px;
}
section.blog-category form.search-form .input-group button[type="submit"]::before {
	content: '\F52A';
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	font-size: 16px;
}
section.blog-category ul {
	list-style: none;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #000;
    max-width: 1110px;
    margin: 0px auto;
	padding-left: 0px;
}
section.blog-category ul li {
	padding: 0px 10px;
    margin-bottom: 0;
    border-bottom: 3px solid transparent;
}
section.blog-category ul li a {
	padding: 10px 20px;
	background-color: transparent;
	color: #A8A8A8;
	display: block;
	font-family: "Rubik", Sans-serif;
	font-weight: 400;
}
section.blog-category ul li.active {
	border-color: #183555;
}
section.blog-category ul li.active a {
	color: #183555;
}
.blog-listing {
	padding: 0px 0px 30px 0px;
}
.load_more {
	padding: 0px 0px 30px 0px;
}
.blog-listing .section-header {
	padding-bottom: 20px;
}
.blog-listing .box_list_item {
	margin-bottom: 20px; 
}
.blog-listing .box {
	display: inline-block;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
	transition: 0.3s;
	cursor: pointer;
	position: relative;
	/* transition: 0.5s;
	transform: scale(1); */
} 
.blog-listing .box .img-part {
	position: relative;
}
.blog-listing .box .img-part img {
	display: inline-block;
	width: 100%;
}
.blog-listing .box .blog-content {
	padding: 20px 20px 40px 20px;
}
.category-ebooks .blog-listing .box .blog-content,
.category-checklist .blog-listing .box .blog-content {
	padding: 20px 20px 40px 20px;
}
.blog-listing .box h3 {
	font-family: "Rubik", Sans-serif;
	font-size: 18px;
	color: #183555;
	font-weight: 600;
	margin-bottom: 18px;
}
.blog .entry .entry-content h4 {
    color: #000;
    font-size: 20px;
    margin-bottom: 1.25em;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.blog-listing .box h3 strong {
	font-weight: 600;
}
.blog-listing .box a {
	color: #000;
}
.blog-listing .box p {
	font-family: "Rubik", Sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #605F5F;
}
.blog-listing .box .blog-content p:last-child { 
    margin-bottom: 5px;
}
.blog-listing .box .box-icon {
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 20px;
}
.blog-listing .box .box-icon span {
	vertical-align: middle;
	color: #183555;
	font-size: 16px;
}
.blog-listing .box .box-icon i {
	font-size: 20px;
	vertical-align: middle;
	color: #183555;
	padding-left: 5px;
}
.category-news .blog-listing .container {
	max-width: 1000px;
}
.category-news .blog-listing .box {
    display: flex;
    align-items: center; 
}
.category-news .blog-listing .box .blog-content {
	padding: 10px 10px 30px 10px;
}
.category-news .blog-listing .box .blog-content .entry-meta {
	margin: 0;
}
.category-news .blog-listing .box h3 {
	border-bottom: 1px solid #183555;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.category-news .blog-listing .box .box-icon {
	text-align: left;
	right: 20px;
} 

.table-of-content {
	background-color: #D9EBFF;
    padding: 10px 20px;
    margin-bottom: 30px;
	border-radius: 20px;
}
.table-of-content h3 {
	color: #000;
	font-size: 20px;
	margin-top: 15px !important;
	margin-bottom: 20px !important;
}
.table-of-content ul li, 
.table-of-content ol li {
	margin-bottom: 0px !important;
}
.table-of-content ul li a,
.table-of-content ol li a {
	color: #0170b9;
	font-size: 15px;
}
.blog .entry .entry-content .table-of-content ul li,
.blog .entry .entry-content .table-of-content ol li {
	color: #0170b9;
}
@media only screen and (max-width: 1080px) {
	.blog-listing .box h3 {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px) {
	section.blog-category ul {
		flex-wrap: wrap;
		max-width: 150px;
		text-align: center;
		border: 0;
	}
	section.blog-category ul li {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Blog Sidebar Service List
--------------------------------------------------------------*/
.sidebar-service {
	padding: 0px 0px;
	overflow: visible;
}
.sidebar-service .box {
    background-color: #f6fcff;
}
.sidebar-service .box-item {
	margin-bottom: 20px;
}
.sidebar-service .box {
	padding: 20px 20px 50px 20px;
    box-shadow: 0px 0px 40px -30px rgba(0,0,0,.5);
    transition: 0.3s;
    height: 100%;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.5s;
    transform: scale(1);
    border: 1px solid #f2f2f280;
}
.sidebar-service .box h3 {
	font-size: 22px;
	color: #183555;
	font-weight: 600;
	margin-bottom: 18px;
}
.sidebar-service .box a {
	color: #000;
}
.sidebar-service .box h3::after {
	content: '';
	height: 1px;
	width: 100%;
	background-color: #000;
	display: block;
	margin: 20px 0px;
}
.sidebar-service .box .box-text,
.sidebar-service .box p {
	color: #183555;
    font-family: "Rubik",Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.sidebar-service .box .box-icon {
	text-align: right;
	position: absolute;
	bottom: 15px;
	right: 20px;
}
.sidebar-service .box .box-icon i {
	font-size: 28px;
}
.sidebar-service .row .box:hover {
	background-color: #183555;
} 
.sidebar-service .row .box:hover a,
.sidebar-service .row .box:hover h3,
.sidebar-service .row .box:hover .box-text,
.sidebar-service .row .box:hover p {
	color: #fff;
}
.sidebar-service .row .box:hover h3::after {
	background-color: #fff;
}

/*--------------------------------------------------------------
# Blog Sidebar Service List
--------------------------------------------------------------*/
.sidebar-group {
	padding: 0px 0px;
	overflow: visible;
}
.sidebar-group .box-item {
	margin-bottom: 20px;
}
.sidebar-group .box {
	background-color: #f6fcff;
    box-shadow: 0px 0px 40px -30px rgba(0,0,0,.5);
    height: 100%;
    cursor: pointer;
    transition: 0.5s;
    transform: scale(1);
    border: 1px solid #f2f2f280;
    padding: 15px 15px 15px 15px;
    border-radius: 10px !important;
}
.sidebar-group .box h3 {
	font-size: 22px;
	color: #183555;
	font-weight: 600;
	margin-bottom: 18px;
}
.sidebar-group .box .box-inner {
	color: #000;
	border: 1px solid #f2f2f2;
    display: inline-block;
    width: 100%;
    padding: 10px;
	border-radius: 10px;	
	margin-bottom: 10px;
}
.sidebar-group .box .box-inner h4 {
	font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0px;
}
.sidebar-group .box .box-inner p {
	font-size: 13px;
    margin-bottom: 5px;
}
.sidebar-group .box .box-inner:last-child {
	margin-bottom: 0px;
}
.sidebar-group .box h3::after {
	content: '';
	height: 1px;
	width: 100%;
	background-color: #000;
	display: block;
	margin: 20px 0px;
}
.sidebar-group .box .box-text,
.sidebar-group .box p {
	color: #183555;
    font-family: "Rubik",Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.sidebar-group .box .box-icon {
	text-align: right;
	position: absolute;
	bottom: 15px;
	right: 20px;
}
.sidebar-group .box .box-icon i {
	font-size: 28px;
}
.bp_group h1.entry-title {
	display: none;
}
.groups-header .desc-wrap .group-description {
	background: #fafafa;
	box-shadow: inset 0 0 9px #ccc;
	padding: 1em;
}
.sidebar-group .box h3 {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}
.sidebar-group .box h3::after {
    margin: 10px 0px;
}

.sidebar-group .loginModalLabel h5.modal-title {
	margin: 0px !important;
}
.sidebar-group .loginModalLabel .btn-close,
.sidebar-group .loginModalLabel .btn-close:hover {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    border: 0;
	background-color: transparent;
    border-radius: 0.375rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #000;
    height: 1em;
    opacity: .5;
    padding: 0.25em;
    width: 1em;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.title-image-section .content {
	padding: 0px 30px 0px 0px;
	max-width: 600px;
} 
.title-image-section h3 {
    color: #06ad87;
    font-family: "Rubik",Sans-serif;
    font-size: 16px;
    font-weight: 700;
	text-transform: uppercase;
} 
.title-image-section h2 {
	color: #183555;
    font-family: "Rubik",Sans-serif;
    font-size: 40px;
    font-weight: 600;
} 
.title-image-section h2::after {
	content: '';
    height: 1px;
    width: 100px;
    background-color: #325370;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.title-image-section .title-image-text,
.title-image-section p {
	color: #000;
    font-family: "Rubik",Sans-serif;
    font-weight: 400;
    line-height: 1.6;
    font-size: 15px;
}  
.title-image-section .link-read-more {
	transition: 0.5s;
    color: #000;
}
.title-image-section .link-read-more span {
	font-family: "Rubik",Sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    margin-right: 5px;
}  
.title-image-section .link-read-more i {
	margin-left: 10px;
    font-size: 26px;
    transition: 0.3s;
    margin-top: 5px;
}  
.title-image-section .link-read-more:hover i {
	transform: translateX(5px);
}
.title-image-section .title-image-btn::before {
	content: '';
    height: 1px;
    width: 100%;
    background-color: #325370;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.title-image-section .img-part img {
	max-width: 100%;
	width: 100%;
}
.home .title-image-section .img-part {
	justify-content: right;
}
.home .img-part .img-part-link {
	cursor: pointer;
    /* max-width: 450px; */
    float: right;
}
.title-image-section .img-part .img-border {
	padding: 20px;
}
@media only screen and (min-width: 768px) {
	.title-image-section .row-reverse .text-part {
		order: 2;
	}
	.title-image-section .img-right-padding .img-part {
		order: 1;
		padding-right: 30px;
	}
	.title-image-section .img-left-padding .img-part {
		padding-left: 30px;
	}
}
@media only screen and (min-width: 1240px) {
	.title-image-section .container-fluid {
		padding: 0px 60px;
	}
	.title-image-section .container-fluid .content {
		padding: 0px;
		max-width: unset;
	}
}
@media only screen and (max-width: 1240px) {
	.title-image-section h2 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 991px) {
	.title-image-section .content {
		padding: 0px 0px 0px 0px;
		max-width: unset;
	}
	.title-image-section h3 {
		font-size: 16px;
	}
	.home .title-image-section .img-part {
		justify-content: left;
	}
}
@media only screen and (max-width: 767px) {
	.title-image-section h2 {
		font-size: 26px;
	}
	.title-image-section .text-part {
		order: 2;
	}
	.title-image-section .img-part {
		order: 1;
		margin-bottom: 30px;
	}
}

/*--------------------------------------------------------------
# Title Image and Text with CTA (BPM Training)
--------------------------------------------------------------*/
.title_image_and_text_with_cta .content {
	padding: 0px 30px 0px 0px;
}
.title_image_and_text_with_cta .text-part {
	align-items: center;
}
.title_image_and_text_with_cta h2 {
	color: #183555;
    font-family: "Rubik",Sans-serif;
    font-size: 40px;
    font-weight: 600;
}
.title_image_and_text_with_cta p {
	margin: 15px 0 30px 0;
	line-height: 24px;
}  
.title_image_and_text_with_cta .link-read-more {
	font-family: "Rubik",Sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #183555;
    border-radius: 7px 7px 7px 7px;
    padding: 10px 30px;
    margin: 0px auto 20px;
	border: 1px solid #183555;
}
.title_image_and_text_with_cta .link-read-more:hover {
	color: #183555;
	background-color: #fff;
}
.title_image_and_text_with_cta .img-part img {
	max-width: 100%;
	width: 100%;
}

@media only screen and (min-width: 1080px) {
	.title_image_and_text_with_cta .text-part {
		width: 60%;
	}
	.title_image_and_text_with_cta .img-part {
		width: 40%;
	}
}
@media only screen and (max-width: 1080px) {
	.title_image_and_text_with_cta h2 {
		font-size: 26px;
	}
}
@media only screen and (max-width: 991px) {
	.title_image_and_text_with_cta .content {
		padding: 0px 0px 0px 0px;
		max-width: unset;
	}
	.title_image_and_text_with_cta h3 {
		font-size: 16px;
	}
	.title_image_and_text_with_cta .text-part {
		order: 2;
	}
	.title_image_and_text_with_cta .img-part {
		order: 1;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.title_image_and_text_with_cta h2 {
		font-size: 22px;
	}
}

/*--------------------------------------------------------------
# Common CTA Section
--------------------------------------------------------------*/
.common-cta-section {
	padding: 30px 0px;
	background: rgb(221,239,253);
	background: -moz-linear-gradient(180deg, rgba(221,239,253,1) 0%, rgba(221,239,253,1) 50%, rgba(244,246,250,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(221,239,253,1) 0%, rgba(221,239,253,1) 50%, rgba(244,246,250,1) 100%);
	background: linear-gradient(180deg, rgba(221,239,253,1) 0%, rgba(221,239,253,1) 50%, rgba(244,246,250,1) 100%);
}
.common-cta-section .content {
	max-width: 600px;
} 
.common-cta-section h2 {
	color: #183555;
    font-family: "Rubik",Sans-serif;
    font-size: 30px;
    font-weight: 600;
} 
.common-cta-section p {
	margin: 15px 0 30px 0;
	line-height: 24px;
	text-align: justify;
}  
.common-cta-section .text-part .btn-primary {
	margin-top: 15px;
	transition: 0.5s;
    color: #fff;
	background-color: #183555;
	border: 1px solid #183555;
}
.common-cta-section .text-part .btn.btn-primary:first-child:active,
.common-cta-section .text-part .btn.btn-primary:active,
.common-cta-section .text-part .btn.btn-primary:hover {
	transition: 0.5s;
	color: #183555;
	background-color: #fff;
	border-color: #183555;
}
.common-cta-section .text-part .btn-primary span {
	font-family: "Rubik",Sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    margin-right: 5px;
}  
.common-cta-section .img-part .img-part-link {
	cursor: pointer;
}
.common-cta-section .img-part img {
	max-width: 350px;
	width: 100%;
}
@media only screen and (min-width: 992px) {
	.common-cta-section .img-part {
		justify-content: right;
	}
}
@media only screen and (max-width: 1240px) {
	.common-cta-section h2 {
		font-size: 26px;
	}
}	
@media only screen and (max-width: 991px) {
	.common-cta-section {
		text-align: center;
	}
	.common-cta-section h2 {
		font-size: 20px;
	}
	.common-cta-section .text-part {
		order: 2;
	}
	.common-cta-section .img-part {
		order: 1;
		justify-content: center;
		margin-bottom: 30px;
	}
	.common-cta-section .content {
		max-width: unset;
	}
}


/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
section.features {
	padding-top: 60px;
}
.home section.features {
	padding-top: 60px;
}
section.features .section-header {
	text-align: center;
}
.tab-list-slider {
	border-bottom: 1px solid #183555;
	padding-left: 30px;
	padding-right: 30px;
}
.home .tab-list-slider {
	border-bottom: 1px solid #183555;
}
.features .nav-tabs {
	border: 0;
	justify-content: center;
}
.features .nav-link {
	padding: 10px 0px;
	color: #183555;
	border-radius: 0px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: 0s;
	cursor: pointer;
	height: 100%;
	background-color: transparent !important;
	border: 0px !important;
	border-bottom: 5px solid transparent !important;
}
.features .nav-link i {
	font-size: 32px;
	line-height: 0;
}
.features .nav-link h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 0px;
	color: #a8a8a8;
}
.features .nav-link.active {
	transition: 0.3s;
	background: transparent !important;
	border-color: #183555 !important;
}
.features .nav-link.active h4 {
	color: #183555;
}
.features .nav-link.active i {
	color: #183555 !important;
}
.features .tab-content {
	margin-top: 30px;
}
.features .tab-content .box-row {
	/* max-width: 1100px;
	margin: 0px auto; */
	justify-content: center;
}
.features .tab-pane.active {
	animation: fadeIn 0.5s ease-out;
}
.features .tab-pane h3 {
	font-weight: 600;
	font-size: 36px;
	color: #fff;
}
.features .tab-pane ul {
	list-style: none;
	padding: 0;
}
.features .tab-pane ul li {
	padding-bottom: 10px;
}
.features .tab-pane ul i {
	font-size: 24px;
	margin-right: 4px;
	color: #183555;
}
.features .tab-pane p:last-child {
	margin-bottom: 0;
}

.features .box-col {
	margin-bottom: 30px;
}
.features .box {
	padding: 20px;
	box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
	transition: 0.3s;
	height: 100%;
	background-color: #fff;
} 
.features .box img {
	max-width: 50px;
	width: 100%;
	margin-bottom: 20px;
}
.features .box h3 {
	color: #183555;
    font-family: "Rubik",Sans-serif;
    font-size: 18px;
    font-weight: 600;
	margin-bottom: 18px;
}
.features .box a {
	color: #000;
}
.features .box p {
	color: #000;
    font-family: "Rubik",Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.features .box .box-icon {
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 30px;
}
.features .box .box-icon i {
	font-size: 28px;
}
.features .swiper-button-next::after, 
.features .swiper-button-prev::after {
	font-size: 20px;
	font-weight: bold;
	color: #183555;
}
.tab-list-slider {
	overflow: hidden;
	position: relative;
}
.tab-list-slider .swiper-wrapper {
	flex-wrap: unset;
	margin: 0px !important;
	justify-content: unset !important;
}
.tab-list-slider .swiper-button-next {
	margin-top: 0px;
	position: absolute;
	top: 20px;
	right: 0;
	width: 30px;
	height: 30px;
	transform: translateY(-50%);
}
.tab-list-slider .swiper-button-prev {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 30px;
	height: 30px;
	transform: translateY(-50%);
	margin-top: 0px;
}
.features .nav-tabs .nav-item {
	margin-bottom: 0px;
}
@media (min-width: 1200px) {
	.home .tab-list-slider .swiper-button-prev,
	.home .tab-list-slider .swiper-button-next {
		display: none;
	}
}	
@media (max-width: 991px) {
	.common-cta-section h2 {
		font-size: 20px;
	}
}
/*--------------------------------------------------------------
# Customers Say Section
--------------------------------------------------------------*/
.customers_say {
    background: #f5f6f7;
    padding: 60px 0
}
.customers_say .heading2 h2 {
    display: inline-block;
    position: relative;
	color: #183555;
	font-family: "Rubik",Sans-serif;
	font-size: 40px;
	font-weight: 600;
}
.customers_say .heading2 h2:after {
    content: "";
    display: block;
    width: 92px;
    height: 145px;
    background: url(img/circles.png) no-repeat 50%;
    background-size: 100% auto;
    position: absolute;
    top: -50px;
    right: -100px
}
.customers_say .testi_carousel {
    max-width: 400px;
    margin-top: 50px
}
.customers_say .testi_carousel h3 {
    font-size: 24px;
    color: #3a3a3a;
	font-weight: 700;
    font-family: "Rubik",sans-serif;
	margin-bottom: 30px;
}
.customers_say .testi_carousel p {
    color: #000;
	font-family: "Rubik",Sans-serif;
	font-size: 27px;
	font-weight: 300;
	font-style: normal;
}
.customers_say .testi_carousel h6 {
    font-size: 16px;
    color: #000;
}
.customers_say .clients_logos {
	max-width: 500px;
	margin: 0px auto;
}
.customers_say .clients_logos img {
    width: 100%;
    max-width: 130px;
    display: inline-block
}
@media only screen and (max-width: 1240px) {
	.customers_say .heading2 h2 {
		font-size: 30px;
	}
	.customers_say .testi_carousel h3 {
		font-size: 18px;
	}
	.customers_say .testi_carousel p {
		font-size: 20px;
	} 
	.customers_say .testi_carousel h6 {
		font-size: 16px;
	}
	.customers_say .clients_logos img {
		max-width: 100px;
	}
	.customers_say .clients_logos {
		margin-top: 10px !important;
	}
	.customers_say .testi_carousel {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 1040px) {
	.common-cta-section h2 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 991px) {
	.common-cta-section h2 {
		font-size: 20px;
	}
	.customers_say .testi_carousel p {
		font-size: 16px;
	}
}
@media only screen and (max-width: 991px) {
	.customers_say .testi_carousel {
		margin-top: 0px;
	}
	.customers_say .heading2 h2 {
		font-size: 26px;
	}
}
/*--------------------------------------------------------------
# Discover Prime Section
--------------------------------------------------------------*/
.home .discover_prime {
	padding-top: 0px !important;
}
.discover_prime .img_box {
	width: auto;
	padding: 20px;
	margin-bottom: 10px;
	background-image: url(img/discover.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%;
	background-color: #fff
}
.discover_prime .img_box img {
	width: 100%
}
.discover_prime .tab-content {
	margin-bottom: 15px
}
.discover_prime .tab-content h3 {
	display: inline-block;
	color: #183555;
	margin: 0;
	font-size: 20px;
	cursor: pointer
}
.discover_prime .tab-content h3.active {
	border-bottom: 1px solid #183555;
	padding-bottom: 10px;
	font-size: 30px;
}
.discover_prime .tab-content h3.active+p {
	border-bottom: 1px solid #183555;
	margin-bottom: 0
}
.discover_prime .tab-content .tab-text {
	display: none;
	font-weight: 400;
	padding: 10px 0 20px;
	font-family: Rubik, sans-serif
}
.discover_prime .tab-content:first-child .tab-text {
	display: block;
	max-width: 700px;
}
.discover_prime .tab-content:last-child {
	margin-bottom: 0
}
.discover_prime .link-read-more {
	transition: 0.5s;
    color: #000;
}
.discover_prime .link-read-more span {
	font-family: "Rubik",Sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    margin-right: 5px;
}  
.discover_prime .link-read-more i {
	margin-left: 5px;
    font-size: 26px;
    transition: 0.3s;
}  
.discover_prime .link-read-more:hover i {
	transform: translateX(5px);
}
.discover_prime .discover-btn::before {
	content: '';
    height: 1px;
    width: 100%;
    background-color: #325370;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 1240px) {
	.discover_prime .tab-content {
		padding-right: 30px;
	}
}
@media only screen and (max-width: 1240px) {
	.discover_prime .tab-content h4 {
		font-size: 18px;
	}
	.discover_prime .tab-content h4.active {
		font-size: 26px;
	}
}
@media only screen and (max-width: 1040px) {
}
/*--------------------------------------------------------------
# Integrated Solution Section
--------------------------------------------------------------*/
.integrated_solution .heading {
	color: #183555;
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
}
.integrated_solution .heading h2 {
	color: #183555;
    font-family: "Rubik",Sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}
.integrated_solution h3.sub-title {
	color: #06ad87;
	font-family: "Rubik",Sans-serif;
	font-size: 16px;
	font-weight: 700;
}
.integrated_solution h2.title {
	color: #183555;
	font-family: "Rubik",Sans-serif;
	font-size: 40px;
	font-weight: 600;
}
.integrated_solution .text-part,
.integrated_solution .text-part p { 
	font-family: "Rubik",Sans-serif;
    font-size: 15px;
}
.integrated_solution .left_side_solu p {
	max-width:380px;
	font-family:Rubik,sans-serif;
	margin-bottom:0 
}
.integrated_solution .int_solu_carousel_nav,
.integrated_solution .int_challenge_carousel_nav,
.integrated_solution .int_industries_carousel_nav {
	padding-top:15px;
	border-top:1px solid #183555;
	max-width:200px;
	margin-top:30px 
}
.integrated_solution .int_solu_carousel_nav div,
.integrated_solution .int_challenge_carousel_nav div,
.integrated_solution .int_industries_carousel_nav div {
	cursor:pointer 
}
.integrated_solution .int_solu_carousel_nav div i,
.integrated_solution .int_challenge_carousel_nav div i,
.integrated_solution .int_industries_carousel_nav div i {
	font-size: 32px;
}
.integrated_solution .business_issue_slider {
	position: relative;
	overflow: hidden;
	background:#e9ebed;
	padding: 10px;
}
.integrated_solution .business_issue_carousel {
	background:#e9ebed;
}
.integrated_solution .solution_box {
	width:100%;
	height:160px;
	position:relative;
	overflow:hidden;
	transform-style:preserve-3d 
}
.integrated_solution .solution_box .box-side {
	width:100%;
	height:100%;
	position:absolute;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
	padding:20px;
	transition:all .5s ease-in 
}
.integrated_solution .solution_box .box-side .icon-box img {
	max-width:54px 
}
.integrated_solution .solution_box .box-side img {
	width:auto 
}
.integrated_solution .solution_box .box-side h3 {
	font-size:1.2rem 
}
.integrated_solution .solution_box .front-side {
	background-color:#fff 
}
.integrated_solution .solution_box .back-side {
	background:#38a7c5;
	z-index:2;
	opacity:0 
}
.integrated_solution .solution_box .back-side .info {
	text-align:center; 
}
.integrated_solution .solution_box .back-side .info p {
	font-size:16px;
	margin-top: 0px;
	color: #000;
}
.integrated_solution .solution_box .back-side .info a {
	display:inline-block;
	color: #000;
}
.integrated_solution .solution_box .back-side .info a i {
	font-size: 32px;
}
.integrated_solution .solution_box:last-child {
	margin-bottom:0 
}
.integrated_solution .solution_box:hover .box-side {
	opacity:1 
}
.integrated_solution .solution_box {
	background-color: transparent;
	width: 100%;
	height: 200px;
	border: 0px;
	perspective: 1000px;
	padding: 10px;
}
.integrated_solution .flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}
.integrated_solution .solution_box:hover .flip-box-inner {
	transform: rotateX(180deg);
}
.integrated_solution .front-side, 
.integrated_solution .back-side {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.integrated_solution .front-side {
	background-color: #bbb;
	color: black;
}
.integrated_solution .back-side {
	background-color: dodgerblue;
	color: white;
	transform: rotateX(180deg);
}
.home .solutions_we_deliver {
	padding-top: 0px !important;
}
.solutions_we_deliver .text-part {
	order: 2; 
}
.solutions_we_deliver .box-slider-part {
	order: 1;
}
.home .industries_we_serve {
	padding-top: 0px !important;
}

@media (min-width: 1200px) {
	.integrated_solution .left_side_solu {
		padding-left: 60px;
		padding-right: 30px;
	}
}
@media only screen and (max-width: 1240px) {
	.integrated_solution .heading h2 {
		font-size: 30px;
	}
	.integrated_solution h2.title {
		font-size: 26px;
	}
	.integrated_solution .solution_box .box-side .icon-box img {
		max-width: 40px;
		margin-bottom: 10px;
	}
	.integrated_solution .solution_box .box-side h3 {
		font-size: 16px;
	}
	.integrated_solution .solution_box .back-side .info p {
		font-size: 16px;
		margin-bottom: 0px;
	}
	.integrated_solution .solution_box .back-side .info a i {
		font-size: 26px;
	}
	.integrated_solution .solution_box .box-side {
		padding: 10px;
	}
	.integrated_solution .solution_box .box-side {
		padding: 5px;
	}
	.integrated_solution .business_issue_slider {
		padding: 5px;
	}
	.integrated_solution .solution_box {
		padding: 5px;
	}
}
@media only screen and (max-width: 767px) {
	.integrated_solution .heading h2 {
		font-size: 26px;
	}
	.integrated_solution h2.title {
		font-size: 22px;
	}
	.integrated_solution .left_side_solu {
		margin-bottom: 20px; 
	}
	.solutions_we_deliver .sol-row {
		flex-direction: column-reverse;
	}
	
}

/*--------------------------------------------------------------
# Video - Section
--------------------------------------------------------------*/
.title_video_bg {
	height: 80vh;
}
.title_video_bg img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.title_video_bg {
	position:relative;
	padding: 0px !important;
}
.title_video_bg .title-video-content {
	position:absolute;
	right:0;
	top:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:40px;
	background-color: rgba(0,0,0,0.5);
}
.title_video_bg .title-video-content .audio-btn {
	position:absolute;
	right:40px;
	top:40px;
}
.title_video_bg .title-video-content .audio-btn img {
	width:100%;
	max-width:40px;
}
.title_video_bg .title-video-content .click-button {
	padding-top:30vh;
}
.title_video_bg video {
	width:100% !important;
	height:100% !important;
	object-fit:cover;
	vertical-align:top;
}
.title_video_bg h3 {
    color: #06ad87;
    font-family: "Rubik",Sans-serif;
    font-size: 16px;
    font-weight: 600;
	text-transform: uppercase;
} 
.title_video_bg h2 {
	color: #fff;
    font-family: "Rubik",Sans-serif;
    font-size: 40px;
    font-weight: 600;
} 
.title_video_bg h2::after {
	content: '';
    height: 1px;
    width: 100px;
    background-color: #fff;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.title_video_bg p {
	color: #fff;
	margin: 15px 0 30px 0;
	line-height: 24px;
}
@media only screen and (max-width: 1240px) {
	.title_video_bg h2 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.title_video_bg {
		height: 60vh;
	}
	.title_video_bg h2 {
		font-size: 26px;
	}
	.title_video_bg .title-video-content {
		padding: 0px;
	}
}
/*--------------------------------------------------------------
# Blog Header
--------------------------------------------------------------*/
.blog-header-section {
	background-image: url(img/blog-title-bg.webp);
	overflow: visible;
	margin-bottom: 80px;
}
.blog-header-section .blog-header-inner-sec {
	margin-bottom: -60px;
	align-items: end;
}
.blog-header-section .blog-header-inner-sec .img-sec img {
	max-height: 440px;
	overflow: hidden;
	border-radius: 5px;
	margin-top: 60px;
}
.blog-header-section .content {
	padding: 0px;
	max-width: 600px;
	margin-bottom: 60px;
} 
.blog-header-section h1 {
	color: #183555;
    font-family: "Rubik",Sans-serif;
    font-size: 40px;
    font-weight: 600;
} 
.blog-header-section h1::before {
	content: '';
    height: 1px;
    width: 100px;
    background-color: #325370;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog-header-section p {
	margin: 15px 0 30px 0;
	line-height: 24px;
	text-align: justify;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

/* .blog {
	padding: 40px 0 20px 0;
} */
.blog.entries {
	padding: 0px 0 20px 0;
}
.entry .entry-title {
	font-size: 28px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 20px 0;
}
.blog .entry .entry-title a {
	color: #183555;
	transition: 0.3s;
}  
.entry .entry-title a:hover {
	color: #183555;
} 
.entry-meta {
	margin-bottom: 15px;
	color: #183555;
}  
.entry-meta ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin-bottom: 10px;
}
.entry-meta ul li {
	font-size: 13px;
	font-family: "Rubik",Sans-serif;
	font-weight: 300;
	padding-right: 20px;
	color: #333;
}
.single .entry-meta ul li {
	font-weight: 600;
}
.entry-meta ul li a {
	color: #333;
}
.entry-meta i {
	font-size: 16px;
	margin-right: 8px;
	line-height: 0;
}
  
.blog .entry .entry-meta a {
	color: #777777;
	font-size: 16px;
	display: inline-block;
	line-height: 1;
}
.blog .entry .entry-content ul li,
.blog .entry .entry-content ol li,
.blog .entry .entry-content p {
    font-family: "Rubik",Sans-serif;
	color: #000;
    font-size: 16px;
	line-height: 1.7;
    font-weight: 400;
}
.blog .entry .entry-content h2 {
	color: #000;
	font-size: 24px;
	margin-bottom: 1.25em;
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}

.blog .entry .entry-content .read-more {
	-moz-text-align-last: right;
	text-align-last: right;
}

.blog .entry .entry-content .read-more a {
	display: inline-block;
	background: #183555;
	color: #fff;
	padding: 6px 20px;
	transition: 0.3s;
	font-size: 16px;
	border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
	background: #183555;
}

.blog .entry .entry-content h3 {
	font-size: 20px;
	margin-top: 30px;
}

.blog .entry .entry-content blockquote {
	overflow: hidden;
	background-color: #fafafa;
	padding: 60px;
	position: relative;
	text-align: center;
	margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
	color: #444444;
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 600;
	font-size: 22px;
}
.blog .entry .entry-content blockquote::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #183555;
	margin-top: 20px;
	margin-bottom: 20px;
}
.blog .entry .entry-footer {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer i {
	color: #183555;
	display: inline;
}
.blog .entry .entry-footer a {
	color: #013289;
	transition: 0.3s;
}
.blog .entry .entry-footer a:hover {
	color: #183555;
}
.blog .entry .entry-footer .cats {
	list-style: none;
	display: inline;
	padding: 0 20px 0 0;
	font-size: 16px;
}
.blog .entry .entry-footer .cats li {
	display: inline-block;
}
.blog .entry .entry-footer .tags {
	list-style: none;
	display: inline;
	padding: 0;
	font-size: 16px;
}
.blog .entry .entry-footer .tags li {
	display: inline-block;
}
.blog .entry .entry-footer .tags li+li::before {
	padding-right: 6px;
	color: #6c757d;
	content: ",";
}
.blog .entry .entry-footer .share {
	font-size: 16px;
}
.blog .entry .entry-footer .share i {
	padding-left: 5px;
}
.blog .entry-single {
	margin-bottom: 30px;
}
.blog .blog-pagination {
	color: #183555;
}

.blog .blog-pagination ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}

.blog .blog-pagination li {
	margin: 0 5px;
	transition: 0.3s;
}

.blog .blog-pagination li a {
	color: #183555;
	padding: 7px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
	background: #183555;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
	color: #fff;
}

.blog .sidebar .sidebar-title {
	font-size: 20px;
	font-weight: 600;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
	color: #183555;
	position: relative;
}
.blog .sidebar .sidebar-item {
	margin-bottom: 30px;
}
.blog .sidebar .search-form form {
	background: #fff;
	border: 1px solid #ddd;
	padding: 3px 10px;
	position: relative;
}
.blog .sidebar .search-form form input[type=text] {
	border: 0;
	padding: 4px;
	border-radius: 4px;
	width: calc(100% - 40px);
}
.blog .sidebar .search-form form button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 15px;
	margin: -1px;
	background: #183555;
	color: #fff;
	transition: 0.3s;
	border-radius: 0 4px 4px 0;
	line-height: 0;
}
.blog .sidebar .search-form form button i {
	line-height: 0;
}
.blog .sidebar .search-form form button:hover {
	background: #183555;
}
.blog .sidebar .categories ul {
	list-style: none;
	padding: 0;
}
.blog .sidebar .categories ul li+li {
	padding-top: 10px;
}
.blog .sidebar .categories ul a {
	color: #183555;
	transition: 0.3s;
}
.blog .sidebar .categories ul a:hover {
	color: #183555;
}
.blog .sidebar .categories ul a span {
	padding-left: 5px;
	color: #aaaaaa;
	font-size: 16px;
}
.blog .sidebar .recent-posts .post-item+.post-item {
	margin-top: 15px;
}
.blog .sidebar .recent-posts img {
	width: 80px;
	float: left;
}
.blog .sidebar .recent-posts h4 {
	font-size: 15px;
	margin-left: 95px;
	font-weight: bold;
}
.blog .sidebar .recent-posts h4 a {
	color: #183555;
	transition: 0.3s;
}
.blog .sidebar .recent-posts h4 a:hover {
	color: #183555;
}
.blog .sidebar .recent-posts time {
	display: block;
	margin-left: 95px;
	font-style: italic;
	font-size: 16px;
	color: #aaaaaa;
}
.blog .sidebar .tags {
	margin-bottom: -10px;
}
.blog .sidebar .tags ul {
	list-style: none;
	padding: 0;
}
.blog .sidebar .tags ul li {
	display: inline-block;
}
.blog .sidebar .tags ul a {
	color: #183555;
	font-size: 16px;
	padding: 6px 14px;
	margin: 0 6px 8px 0;
	border: 1px solid #d7e6ff;
	display: inline-block;
	transition: 0.3s;
}
.blog .sidebar .tags ul a:hover {
	color: #fff;
	border: 1px solid #183555;
	background: #183555;
}
.blog .sidebar .tags ul a span {
	padding-left: 5px;
	color: #a5c5fe;
	font-size: 16px;
}
.single .entry-meta ul li {
	font-weight: 600;
}
.single .blog .entry .entry-content .summary-sec {
	background-color: #F1F8FF;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 20px;
}
.single .blog .entry .entry-content .summary-sec h2 {
	color: #06AD87;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
	margin-bottom: 15px;
}
.single .blog .entry .entry-content .summary-sec p {
    color: #7A7A7A;
}
.single .blog .entry .entry-content .summary-sec p:last-child {
    margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
	.blog-header-section h1 {
		font-size: 30px;
	}
	.blog-header-section .blog-header-inner-sec .img-sec img {
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.blog .entry .entry-content ul li, .blog .entry .entry-content ol li, .blog .entry .entry-content p {
		font-size: 15px;
	}
	.blog-header-section .blog-header-inner-sec {
		margin-bottom: 0px;
	}
	.blog-header-section .content {
		max-width: 100%;
	}
	.container-main .blog-header-section.blog {
		padding: 40px 0 30px 0;
		margin-bottom: 30px;
	}
	
}
@media only screen and (max-width: 767px) {
	.blog-header-section h1 {
		font-size: 26px;
	}
	.blog-header-section h1::before {
		margin-bottom: 20px;
	}
}

/*--------------------------------------------------------------
# Job Details Header
--------------------------------------------------------------*/
.job-details-section {
	background-image: url(img/blog-title-bg.webp);
	padding: 60px 0px;
}
.job-details-section .job-details-inner-sec {
	align-items: start;
}
.job-details-section .content {
	text-align: center;
} 
.job-details-section .content h3 {
	font-size: 16px;
	border-bottom: 1px solid #325370;
	display: inline-block;
	padding-bottom: 5px;
	font-weight: normal;
}
.job-details-section h2 {
	color: #0693c9;
    font-family: "Rubik",Sans-serif;
    font-size: 40px;
    font-weight: 600;
} 
.job-details-section h1::before {
	content: '';
    height: 1px;
    width: 100px;
    background-color: #325370;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.job-details-section p {
	margin: 15px 0 30px 0;
	line-height: 24px;
	text-align: justify;
}
.job-details .entry-single {
	margin-bottom: 30px;
	box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
	padding: 20px;
}
.job-details .entry-single .entry-content {
	margin: 0px;
	color: #0d0d0d;
	font-family: "Rubik",Sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
}
.job-details .entry-single .entry-content h1 {
	font-size: 30px;
}
.job-details-form .awsm-job-single-wrap.awsm-col-2 .awsm-job-content {
	display: none;
	float: left;
	width: 100%;
	padding-right: 0px;
}
.job-details-form .awsm-job-single-wrap.awsm-col-2 .awsm-job-form {
	float: left;
	width: 100%;
	padding-left: 0px;
}
.job-details-form .awsm-job-form-inner {
	background: #fff;
	border: 1px solid #dddfe3;
	padding: 20px 20px 10px 20px;
}
.job-details-form .awsm-job-form-inner h2 {
	margin: 0 0 15px;
	font-size: 26px;
	font-weight: 400;
}
.job-details-form .awsm-job-form-group label {
	margin-bottom: 5px;
	font-size: 16px;
}
.job-details-form .awsm-job-form-group textarea {
	height: 60px; 
}
.job-details-form .awsm-job-form-group {
	margin-bottom: 10px;
}
.job-details-form .awsm-job-form-control {
	background: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 6px;
	padding: 8px 15px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 5px;
	line-height: 1.5;
	outline: 0px;
}
.job-details-form .awsm-job-form-group input[type="submit"] {
	width: 100%;
	border: 0;
	padding: 6px 15px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	background-color: #183555;
	border-radius: 6px;
}
.job-details-form .awsm-job-form-group input[type="submit"]:hover {
	background-color: #f99f3e;
    color: #fff;
}
.job-details-form .awsm-job-form-group input[type="checkbox"], 
.job-details-form .awsm-job-form-group input[type="radio"] {
	margin-right: 5px;
	display: inline-block;
	width: 15px;
	height: 15px;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 15px 0;
	background: #183555;
	min-height: 40px;
	margin-top: 82px;
	color: #fff;
  }
  @media (max-width: 992px) {
	.breadcrumbs {
	  margin-top: 57px;
	}
  }
  .breadcrumbs h2 {
	font-size: 28px;
	font-weight: 600;
  }
  .breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 16px;
  }
  .breadcrumbs ol a {
	color: #fff;
	transition: 0.3s;
  }
  .breadcrumbs ol a:hover {
	text-decoration: underline;
  }
  .breadcrumbs ol li+li {
	padding-left: 10px;
  }
  .breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: #8894f6;
	content: "/";
  }

/*--------------------------------------------------------------
# eBook Download
--------------------------------------------------------------*/
section.ebook-download-section {
	padding: 30px 0px;
}
.ebook-download-section .img-part {
	justify-content: center;
}
.ebook-download-section .img-part img {
	max-width: 480px;
	width: 100%;
}
.ebook-download-section .content {
	/* padding: 0px 30px 0px 0px; */
	max-width: 650px;
} 
.ebook-download-section .content ul {
	padding-left: 0px;
	list-style: none;
}
.ebook-download-section h3 {
    font-family: "Rubik", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	background-color: #E4C46B;
	border-radius: 0px 0px 0px 0px;
	padding: 8px 20px 8px 10px;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	display: inline-block;
} 
.ebook-download-section h1 {
	color: #183555;
    font-family: "Rubik", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2em;
	margin-bottom: 20px;
}
.ebook-download-section h1 {
	color: #183555;
    font-family: "Rubik", Sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2em;
}
.ebook-download-section .content ul li {
	font-family: "Rubik", Sans-serif;
	font-size: 16px;
	font-weight: 400;
}
/* .ebook-download-section h2::after {
	content: '';
    height: 1px;
    width: 100px;
    background-color: #325370;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.ebook-download-section p {
	margin: 15px 0 30px 0;
	line-height: 24px;
	text-align: justify;
}   */
.ebook-download-section .content .btn-primary {
	margin-top: 20px;
	font-family: "Rubik", Sans-serif;
	font-size: 16px;
	font-weight: 600;
	background-color: #F4A65C;
	border-radius: 7px;
	padding: 8px 25px 8px 25px;
	border-color: #F4A65C;
}
.ebook-download-section .content .btn-primary:hover {
	background-color: #183555;
	border-color: #183555;
}
@media only screen and (max-width: 1280px) {
	.ebook-download-section h1 {
		font-size: 30px;
	}
	.ebook-download-section .content .btn-primary {
		font-size: 16px;
	}
	.ebook-download-section .content ul li {
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.ebook-download-section .img-part {
		text-align: left;
	}
}
/*--------------------------------------------------------------
# Join Course Section
--------------------------------------------------------------*/
.join-course-section {
	background-color: #F8F8F8;
	text-align: center;
}
.join-course-section .section-header {
	padding-bottom: 20px;
}
.join-course-section .join-course-sec {
    max-width: 1000px;
    margin: 0px auto;
}
.join-course-section .box-content {
	background-color: #fff;
}
.join-course-section .box-content a {
    display: inline-block;
	font-size: 24px;
}
.join-course-section .box-title {
	display: flex;
    justify-content: space-between;
	align-items: center;
    padding: 10px 10px;
    width: 100%;
} 
.join-course-section .box-title h3 {
	color: #183555;
    font-family: "Rubik", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
	margin-bottom: 0px;
	text-align: left;
}
.join-course-section .box-title .link {
	color: #183555;
}
.join-course-section .box-title .link i {
	font-size: 26px;
}

@media only screen and (max-width: 1080px) {
	.join-course-section .box-title h3 {
		font-size: 16px;
	}
}

/*--------------------------------------------------------------
# BPM Training Section
--------------------------------------------------------------*/
.bpm-training-section {
	background-color: #F6FCFF;
	padding: 60px 0 30px;
}
.bpm-training-section .section-header {
	text-align: center;
	padding-bottom: 20px;
}
.bpm-training-section .bpm-training-sec {
	max-width: 1000px;
    margin: 0px auto;
}
.bpm-training-section .bpm-training-sec .box-item {
	margin-bottom: 30px;
}
.bpm-training-section .box-content {
	position: relative;
	background-color: #fff;
}
.bpm-training-section .box-content a {
    display: inline-block;
	font-size: 24px;
}
.bpm-training-section .box-title {
    padding: 15px 15px 40px 15px;
    width: 100%;
} 
.bpm-training-section .box-title h3 {
	color: #183555;
    font-family: "Rubik", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
	margin-bottom: 10px;
	text-align: left;
}
.bpm-training-section .box-title .box-text,
.bpm-training-section .box-title .box-text p {
	color: #000000;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.bpm-training-section .box-title .box-text p:last-child {
	margin-bottom: 0px;
}
.bpm-training-section .box-title .link {
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 20px;
	color: #183555;
}
.bpm-training-section .box-title .link i {
	font-size: 26px;
}

@media only screen and (max-width: 1080px) {
	.bpm-training-section .box-title h3 {
		font-size: 16px;
	}
}

/*--------------------------------------------------------------
# Load More Section
--------------------------------------------------------------*/
.misha_loadmore{
	background-color: #ddd;
	border-radius: 2px;
	display: block;
	text-align: center;
	font-size: 16px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: 10px 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
.misha_loadmore:hover{
	background-color: #767676;
	color: #fff;
}

/*Customer Reviews - Start*/
@media (min-width: 922px) {
    .site-content .ast-container {
		display: flex;
		flex-direction: column;
		max-width: 100vw;
		padding: 0;
    }
    .wrapper {
		max-width: 1140px!important;
	}
}
.hero-sec {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}
.hero-title {
 	color: #0693BE;
    font-family: "Rubik", Sans-serif;
    font-size: 2.2vw;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom:0px;
    padding-top: 20px;
}
.hero-title1 {
    color: #325370;
    font-family: "Rubik", Sans-serif;
    font-size: 1.2vw;
    font-weight: 600;
    text-transform: uppercase;
       margin-bottom: 0px !important;
       margin-top:70px;
}
.hero-sub {
    color: #000;
    font-family: "Rubik", Sans-serif;
    font-size: 1.3vw;
    font-weight: 600;
    text-transform: initial;
    line-height: 1.3;    
	margin-bottom: 70px;
}
.hero-desc {
    font-family: "Rubik", Sans-serif;
    font-weight: bold;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #F4A65C;
    border-radius: 7px 7px 7px 7px; 
    padding: 12px 24px;
    font-size:1.1vw;
    width: 27%;
}
.bpm-soft:hover {
    color:#0d0d0d; 
    font-size:1.2vw; 
    padding:16px;
    border-bottom:1px solid #0d0d0d;
}
.bpm-soft {
    font-size:1.2vw; 
    padding:16px;
    font-family:"Rubik", Sans-serif;
    color:#a8a8a8;
    border-bottom:1px solid #a8a8a8;
}
.review-modal td p {
	margin-bottom: 0px;
}
.reviews_process_mapping_service section,
.reviews_crash_courses section {
	padding: 0px;
}
/*--------------------------------------------------------------
# Lottie Section
--------------------------------------------------------------*/
.lottie-section {
	position: absolute;
    margin-top: -200px;
    max-width: 800px;
    padding: 0;
    margin-left: -265px;
}
@media only screen and (max-width: 1240px) {
	.lottie-section {
		margin-top: -150px;
		max-width: 600px;
		margin-left: -250px;
	}
}
@media only screen and (max-width: 767px) {
	.lottie-section {
		margin-top: -80px;
		max-width: 300px;
		margin-left: -120px;
	  }
}
/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/
.faq .section-header {
	padding-bottom: 10px;
}
.faq .section-header h2 {
	text-align: center;
	color: #fff;
}
.faq .content h3 {
	font-weight: 400;
	font-size: 34px;
}
.faq .content h4 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 5px;
}
.faq .content p {
	font-size: 15px;
}
.faq .img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 400px;
}
.faq .accordion {
	--bs-accordion-bg: transparent !important;
}
.faq .accordion-item {
	border: 0;
	margin-top: 15px;
	box-shadow: 0px 5px 25px 0px rgba(var(--color-black-rgb), 0.06);
}
.faq .accordion-collapse {
	border: 0;
}
.faq .accordion-flush .accordion-collapse {
	border-bottom: 1px solid #fff;
	border-radius: 0px !important;
}
.faq .accordion-button {
	padding: 0px 40px 0px 0px;
	font-weight: 600;
	border: 0;
	font-size: 18px;
	text-align: left;
	box-shadow: none;
	border-radius: 5px;
	color: #fff;
	box-shadow: unset;
}
.faq .accordion-button:not(.collapsed) {
	border-bottom: 0;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
}
.faq .question-icon {
	position: absolute;
	top: 14px;
	left: 25px;
	font-size: 20px;
}
.faq .accordion-button:after {
	position: absolute;
	right: 15px;
	top: 15px;
	color: #FFF;
	display: none;
}
.faq .accordion-body {
	padding: 5px 0px 0px;
	color: #fff;
	border: 0;
	border-radius: 5px;
	box-shadow: none;
	font-family: "Rubik",Sans-serif;
	font-weight: 400;
	font-size: 15px;
}
.faq .accordion-body p {
    color: #fff;
    font-family: "Rubik",Sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.faq .accordion-header {
	margin-bottom: 15px;
}
@media (max-width: 1240px) {
	.faq .section-header h2 {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	.faq .section-header h2 {
		font-size: 26px;
	}
}
/*--------------------------------------------------------------
# Features Table Section
--------------------------------------------------------------*/
.features_table .table th {
	color: #F4A65C;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
	border: 0px;
}
.features_table .table td,
.features_table .table td p {
	font-size: 16px;
    font-family: "Rubik", Sans-serif;
    font-weight: 400;
    line-height: 22px;
}
.features_table .table td p {
	margin-bottom: 5px;
}
.features_table .table th {
    width: 20%;
	text-align: center;
}
.features_table .table th h2 {
	color: #183555;
    font-family: "Rubik", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 38px;
	text-align: left;
    letter-spacing: 0.5px;
}
.features_table .table td {
    width: 20%;
	text-align: center;
	vertical-align: middle;
}
.features_table .table td:first-child {
	text-align: left;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.features_table .table th h2 {
		font-size: 26px;
		line-height: 30px;
	}
	.features_table .table th,
	.features_table .table td {
		padding: 2px;
	}
	.features_table .table th {
		font-size: 16px;
	}
	.features_table .table th .btn {
		font-size: 12px;
		padding: 4px 8px;
	}
	.features_table .table td, .features_table .table td p {
		font-size: 16px;
	}
	.features_table .table td img {
		width: 25px;
	}
}
@media only screen and (max-width: 540px) {
	.features_table .table th h2 {
		font-size: 18px;
	}
	.features_table .table td p {
		font-size: 12px;
		line-height: 16px;
	}
	.features_table .table th .btn {
		font-size: 10px;
		padding: 4px 5px;
	}
	.features_table .table th {
		font-size: 12px;
	}
}
@media only screen and (max-width: 460px) {
	.features_table .table {
		width: 440px;
		font-size: 18px;
	}
}

/*--------------------------------------------------------------
# Course Section
--------------------------------------------------------------*/
.course_section .section-header {
	padding-bottom: 0px;
}
.course_section .course-content {
	box-shadow: 0px 0px 40px -30px rgba(0,0,0,0.5);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 30px;
}
.course_section .course-content h2 {
	color: #183555;
    font-weight: 600;
    font-family: "Rubik",Sans-serif;
    font-size: 40px;
    margin-bottom: 20px;
}
.course_section .course-highlights {
	padding: 25px 25px 10px 25px;
    background-color: #F1F8FF;
    margin-top: 30px;
}
.course_section .course-highlights h3 {
	color: #183555;
    font-family: "Rubik",Sans-serif;
    font-size: 40px;
    font-weight: 600;
	margin-bottom: 30px;
}
.course_section .course-highlights .course-highlights-list {
	margin-top: 20px; 
	display: flex;
	flex-wrap: wrap;
}
.course_section .course-highlights .course-highlights-list .box {
	align-items: center;
	display: flex;
	width: 50%;
	margin-bottom: 15px;
}
.course_section .course-highlights .course-highlights-list .box img {
	width: 75px;
}
.course_section .course-highlights .course-highlights-list .box h4 {
	font-size: 15px;
	color: #000;
	font-family: "Rubik",Sans-serif;
	font-weight: 600;
	line-height: 20px;
	padding: 10px 15px;
}
.course_section .course-notes {
	margin-top: 30px;
	margin-bottom: 20px;
}
.course_section .course-counter.counts {
    background-color: #183555;
    text-align: center;
    padding: 40px 20px;
}
.course_section .course-counter.counts .count-box {
	display: inline-block;
}
.course_section .course-counter.counts .count-box span {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
    color: #fff;
}
.course_section .course-counter.counts .count-box p {
    color: #B2D5FB;
	margin-bottom: 0;
}
.course_section .attend_and_achieve {
	margin-top: 30px;
}
.course_section .accordion-header .accordion-button {
	background-color: #183555;
    color: #fff;
    outline: 0px !important;
    overflow: hidden;
    box-shadow: unset;
    font-family: "Rubik",Sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.course_section .accordion-header .accordion-button i {
	margin-right: 10px;
}
.course_section .course-topics #course-topics-list .accordion-header .accordion-button {
	font-size: 15px;
}
.course_section .accordion-flush .accordion-item {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border: 1px solid #f2f2f2;
}
.course_section .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #f2f2f2 !important;
}
.course_section .accordion-flush .accordion-item .accordion-button:after {
	border-radius: 2px;
    content: "\F2EA";
    font-family: bootstrap-icons !important;
    font-weight: 600;
    background: transparent;
    font-size: 30px;
    padding: 0;
    margin-top: -15px !important;
	transform: unset;
}
.course_section .accordion-flush .accordion-item .accordion-button.collapsed:after {
    content: "\F4FE";
}
.course_section .accordion-flush .accordion-item ul {
	margin-bottom: 0px;
}
.course_section .accordion-flush .accordion-item ul li:last-child {
	margin-bottom: 0px !important;
}
.course_section .course-topics h3 {
	margin-top: 30px;
	margin-bottom: 20px;
}
.course_section .course-exercises {
	margin-top: 30px;
}
.course_section .course-exercises .accordion-flush .accordion-item .accordion-button:after {
	display: none !important;
}
.course_top_section {	
    background-color: #f2f2f2;
    padding: 30px 0px 10px;
	font-size: 16px;
}
.course_top_section ul {
    display: flex;
    list-style: none;
    justify-content: space-around;
    margin-bottom: 0;
    padding: 0px;
}
.course_top_section ul li {
    margin-bottom: 20px;
}
.course_section .course-right {
	height: 100%;
	min-height:1000px;
}
.course_section .course-right .course-btn {
	margin-bottom: 20px;
}
.course_section .course-right .course-btn .btn-primary {
	width: 100%;
	background-color: #183555;
    border-radius: 0px;
    border-color: #183555;
    padding: 15px;
}
.course_section .course-right .course-btn .btn-primary:hover {
	color: #fff;
}
.course_section .course-right .video-part {
	display: inline-block;
    width: 100%;
}
.course_section .course-right .video-part img {
	width: 100%;
}
.course_section .course-right .course-form {
    padding: 15px 15px 15px 15px;
    box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
    margin-top: 20px;
}
.course_section .course-right .course-form .form-heading {
	margin-bottom: 15px;
}
.course_section .course-right .course-form form ul {
	padding: 0px !important;
}
.course_section .course-right .course-form form ul input[type="text"], 
.course_section .course-right .course-form form ul input[type="email"], 
.course_section .course-right .course-form form ul input[type="tel"], 
.course_section .course-right .course-form form ul select, 
.course_section .course-right .course-form form ul textarea {
    background: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 6px;
    padding: 8px 15px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 5px;
    line-height: 1.5;
    outline: 0px;
}

.course_section .course-right .is-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
@supports (position: sticky) {
	.course_section .course-right .is-sticky {
	  position: sticky;
	  top: 0;
	}
}

@media only screen and (max-width: 1240px) {
	.course_section .course-content {
		margin-bottom: 20px;
	}
	.course_section .course-content .section-text,
	.course_section .course-content .section-text p,
	.accordion-body ul li {
		font-size: 15px;
	}
	.course_section .course-content h2,
	.course_section .course-highlights h3 {
		font-size: 30px;
	}
	.course_section .course-topics h3 {
		margin-top: 26px;
	}
	.course_section .course-right .course-form .form-heading h4 {
		font-size: 22px;
	}
	.course_section .course-content {
		padding: 15px;
	}
	.course_section .course-highlights {
		padding: 15px 15px 0px 15px;
	}
	.course_section .course-highlights h3 {
		margin-bottom: 15px;
	}
	.course_section .course-counter.counts {
		padding: 20px 10px;
	}
	.course_top_section {
		font-size: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.course_section .course-content h2,
	.course_section .course-highlights h3 {
		font-size: 26px;
	}
	.course_section .course-topics h3 {
		margin-top: 22px;
	}
	.course_section .accordion-header .accordion-button {
		font-size: 16px;
	}
	.course_section .course-counter.counts .count-box span {
		font-size: 32px;
	}
	
}
@media only screen and (max-width: 640px) {
	.course_section .course-highlights .course-highlights-list .box {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Course Designed Section
--------------------------------------------------------------*/
.course_designed_section .section-header {
	text-align: center;
	padding-bottom: 20px;
}
.course_designed_section .section-header h2 {
	color: #183555;
    font-weight: 600;
    font-family: "Rubik",Sans-serif;
    font-size: 40px;
	margin-bottom: 0px;
}
.course_designed_section .course-designed .course-designed-list {
	display: flex;
	flex-wrap: wrap;
}
.course_designed_section .course-designed .course-designed-list .box {
	text-align: center;
	width: 25%;
	margin-bottom: 15px;
}
.course_designed_section .course-designed .course-designed-list .box img {
	width: 110px;
}
.course_designed_section .course-designed .course-designed-list .box h4 {
	font-size: 18px;
    color: #183555;
    font-family: "Rubik",Sans-serif;
    font-weight: 600;
    line-height: 20px;
	margin-bottom: 0px;
}
@media only screen and (max-width: 1240px) {
	.course_designed_section .course-content h2 {
		font-size: 30px;
	}
	.course_designed_section .course-designed .course-designed-list .box h4 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 991px) {
	.course_designed_section .course-designed .course-designed-list .box {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.course_designed_section .section-header h2 {
		font-size: 26px;
	}
}
@media only screen and (max-width: 640px) {
	.course_designed_section .course-designed .course-designed-list .box {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Course Highlights Section
--------------------------------------------------------------*/
.course_highlights_section .section-header {
	text-align: center;
	padding-bottom: 30px;
}
.course_highlights_section .section-header h2 {
	color: #183555;
    font-weight: 600;
    font-family: "Rubik",Sans-serif;
    font-size: 40px;
	margin-bottom: 0px;
}
.course_highlights_section .course-highlights .course-highlights-list {
	display: flex;
	flex-wrap: wrap;
}
.course_highlights_section .course-highlights .course-highlights-list .box {
	align-items: center;
	display: flex;
	width: 33.33%;
	margin-bottom: 15px;
}
.course_highlights_section .course-highlights .course-highlights-list .box img {
	width: 75px;
}
.course_highlights_section .course-highlights .course-highlights-list .box h4 {
	font-size: 15px;
	color: #000;
	font-family: "Rubik",Sans-serif;
	font-weight: 600;
	line-height: 20px;
	padding: 10px 15px;
}
@media only screen and (max-width: 1240px) {
	.course_highlights_section .course-content h2 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 991px) {
	.course_highlights_section .course-highlights .course-highlights-list .box {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.course_highlights_section .section-header h2 {
		font-size: 26px;
	}
}
@media only screen and (max-width: 640px) {
	.course_highlights_section .course-highlights .course-highlights-list .box {
		width: 100%;
	}
}

/* Search Page - Start */
section.search-page {
	background-color: #f2f2f2;
}
.page-header {
	text-align: center;
    padding-top: 30px;
}
.page-header h1.page-title:after {
    content: '';
    background-color: #f4a65c;
    height: 5px;
    width: 80px;
    display: block;
    margin: 10px auto;
}
.search-page .page-header .page-title {
	color: #183555;
	font-family: "Rubik", Sans-serif;
	font-size: 40px;
	font-weight: 600;
}
.search-result .latest_posts_wrapper a.btn,
.search-result #nav-below a.btn {
	background-color: #183555;
	padding: 8px 20px;
	border-radius: 4px;
	color: #fff;
	border: 1px solid #183555;
	cursor: pointer;
	font-size: 15px;
}
.search-result .latest_posts_wrapper a.btn:hover,
.search-result #nav-below a.btn:hover {
	color: #183555;
	background-color: transparent;
}
@media only screen and (max-width: 1280px) {
	.search-page .page-header .page-title {
		font-size: 30px;
	}
}
@media only screen and (max-width: 1080px) {
	.search-page .page-header .page-title {
		font-size: 26px;
	}
}
/* Search Page - End */

.editor-styles-wrapper, .entry-content {
    margin-top: 0px !important;
}
.sidebar-inner {
	padding: 20px;
    background-color: #f2f2f2;
}
.sidebar-inner h2.wp-block-heading {
	margin-top: 30px;
	font-size: 26px;
}
.sidebar-inner h2.wp-block-heading:after {
    content: '';
    background-color: #f4a65c;
    height: 3px;
    width: 80px;
    display: block;
    margin: 10px 0px 20px;
}

/* Buddypress - Start */

/* .buddypress .buddypress-wrap .activity-read-more a, .buddypress .buddypress-wrap .comment-reply-link, .buddypress .buddypress-wrap .generic-button a, .buddypress .buddypress-wrap a.bp-title-button, .buddypress .buddypress-wrap a.button, .buddypress .buddypress-wrap button, .buddypress .buddypress-wrap input[type=button], .buddypress .buddypress-wrap input[type=reset], .buddypress .buddypress-wrap input[type=submit], .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a {
	font-family: "Rubik", Sans-serif;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #F4A65C;
    border-radius: 7px 7px 7px 7px;
    border-color: #F4A65C;
    padding: 10px 15px;
    line-height: 1.4;
}
.buddypress .buddypress-wrap .activity-read-more a:focus, .buddypress .buddypress-wrap .activity-read-more a:hover, .buddypress .buddypress-wrap .button-nav li a:focus, .buddypress .buddypress-wrap .button-nav li a:hover, .buddypress .buddypress-wrap .button-nav li.current a, .buddypress .buddypress-wrap .comment-reply-link:focus, .buddypress .buddypress-wrap .comment-reply-link:hover, .buddypress .buddypress-wrap .generic-button a:focus, .buddypress .buddypress-wrap .generic-button a:hover, .buddypress .buddypress-wrap a.button:focus, .buddypress .buddypress-wrap a.button:hover, .buddypress .buddypress-wrap button:focus, .buddypress .buddypress-wrap button:hover, .buddypress .buddypress-wrap input[type=button]:focus, .buddypress .buddypress-wrap input[type=button]:hover, .buddypress .buddypress-wrap input[type=reset]:focus, .buddypress .buddypress-wrap input[type=reset]:hover, .buddypress .buddypress-wrap input[type=submit]:focus, .buddypress .buddypress-wrap input[type=submit]:hover {
    background: #fff;
    border-color: #F4A65C;
    color: #F4A65C;
}
body #buddypress .activity-nav a {
    background-color: #183555;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #183555;
    cursor: pointer;
}
.buddypress-wrap .subnav-filters .component-filters, .buddypress-wrap .subnav-filters .last {
   background-color: transparent;
}
.generic-button .group-button.join-group {
	border: 1px solid #F4A65C;
    cursor: pointer;
    font-family: "Rubik", Sans-serif;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    background-color: #F4A65C !important;
    padding: 8px 15px;
}
@media screen and (min-width: 46.8em) {
	.buddypress-wrap .activity-inner {
		font-size: 15px;
	}
}

.buddypress-wrap .activity-list .load-more a, .buddypress-wrap .activity-list .load-newest a {
	background-color: #183555;
    padding: 8px 20px;
    margin-left: 0px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #183555;
    cursor: pointer;
}
.main-navs.dir-navs {
    margin-bottom: 20px;
    padding: 5px;
}
.buddypress-wrap .subnav-filters div input[type=search], .buddypress-wrap .subnav-filters div select {
    font-size: 15px;
    outline: 0;
} */
/* Buddypress - End */

/*--------------------------------------------------------------
# BuddyPress Gruop List Sections
--------------------------------------------------------------*/
/* .title_and_shortcode .groups-list .list-wrap,
body.groups .groups-list .list-wrap {
	display: flex;
    min-height: unset;
    background-color: #183555;
	padding-bottom: 30px !important;
    padding-top: 30px !important;
}
body.groups .groups-list .list-wrap {
	padding-left: 30px !important;
    padding-right: 30px !important;
}
.title_and_shortcode .dir-list .bpsp-group-count {
	display: none !important;
}
.title_and_shortcode .buddypress-wrap .grid.bp-list,
body.groups .buddypress-wrap .grid.bp-list {
    padding: 0px;
    border: 0px;
    margin: 0px;
}
.title_and_shortcode .groups-list .list-wrap .item,
body.groups .groups-list .list-wrap .item {
    text-align: left !important;
	flex-wrap: wrap;
}
.bp-list li .item .item-block {
    width: 100%;
}
.title_and_shortcode .groups-list>li,
body.groups .groups-list>li {
	width: 100%;
}
.title_and_shortcode .groups-list>li .list-title,
body.groups .groups-list>li .list-title {
    text-transform: uppercase;
    font-weight: 600;
	text-align: left !important;
}
.title_and_shortcode .groups-list>li .list-wrap .list-title,
body.groups .groups-list>li .list-wrap .list-title {
    padding: 0;
    margin-bottom: 10px;
}
.title_and_shortcode .groups-list>li .list-wrap .list-title a,
body.groups .groups-list>li .list-wrap .list-title a {
	color: #fff;
}
.title_and_shortcode .groups-list>li .action,
body.groups .groups-list>li .action {
    padding: 0px !important;
}
body #buddypress .bp-list .action {
    position: relative;
    text-align: left;
    margin-top: 10px;
}
.title_and_shortcode .groups-list .bp-list .action,
body.groups .groups-list .bp-list .action {
	text-align: left !important;
	position: relative !important;
	width: auto !important;
}
.title_and_shortcode .groups-list li .action .generic-button,
body.groups .groups-list li .action .generic-button {
    text-align: left !important;
	position: relative !important;
	width: auto !important;
}
.title_and_shortcode .groups-list>li .list-wrap .group-desc,
body.groups .groups-list>li .list-wrap .group-desc {
    margin: 0;
    padding: 10px;
    color: #fff;
    font-style: normal;
    font-size: 16px;
	min-height: unset;
}
.title_and_shortcode .groups-list>li .list-wrap .group-desc p,
body.groups .groups-list>li .list-wrap .group-desc p {
    margin-bottom: 0px !important;
}
.title_and_shortcode .buddypress-wrap .grid.bp-list>li .item-meta, 
.title_and_shortcode .buddypress-wrap .grid.bp-list>li .list-title,
body.groups .buddypress-wrap .grid.bp-list>li .item-meta, 
body.groups .buddypress-wrap .grid.bp-list>li .list-title {
    text-align: left;
} 
.title_and_shortcode .buddypress-wrap .grid.bp-list .list-wrap .item-block,
body.groups .buddypress-wrap .grid.bp-list .list-wrap .item-block {
    min-height: unset;
}
.title_and_shortcode .buddypress-wrap .groups-list li .item-meta,
body.groups .buddypress-wrap .groups-list li .item-meta {
	color: #f4a65c;
	margin-bottom: 10px !important;
}
.title_and_shortcode .buddypress-wrap .groups-list li .item .last-activity {
	display: none;
} */
/* Table Design - Start */
body .buddypress-wrap .groups-list li .last-activity {
	display: none;
}
body .item-body > div#bbpress-forums {
    padding: 10px;
    border: 1px solid #f2f2f2;
}
body .item-body > div#bbpress-forums h2 {
	font-size: 22px;
	margin: 0px;
}
body .item-body > #bbpress-forums li.bbp-footer, 
body .item-body > #bbpress-forums li.bbp-header {
	background: #183555;
    margin: 0px !important;
    border-top: 1px solid #183555;
    padding: 15px 8px;
	color: #fff;
}
body .item-body > #bbpress-forums ul.bbp-topics {
	border: 1px solid #183555;
}
body .item-body > #bbpress-forums li.bbp-header ul.forum-titles li {
	color: #fff;
}
body .item-body > #bbpress-forums li.bbp-header ul.forum-titles li.bbp-topic-voice-count,
body .item-body > #bbpress-forums li.bbp-header ul.forum-titles li.bbp-topic-reply-count {
	font-size: 16x;
}
body .item-body > #bbpress-forums ul.bbp-topics .bbp-body .bbp-topic-title a.bbp-topic-permalink {
	font-size: 16px;
	text-transform: capitalize;
	color: #f4a65c;
}
body .item-body > #bbpress-forums ul.bbp-topics .bbp-body .bbp-topic-freshness a {
	color: #000;
}
body #bbpress-forums fieldset.bbp-form {
    border: 1px solid #183555;
    padding: 10px 10px;
}
#header-cover-image {
    background-image: url(https://stg.bpmcommunity.com/wp-content/uploads/buddypress/members/1/cover-image/65ded3f7913b4-bp-cover-image.jpg);
}
body #buddypress #header-cover-image {
	background-size: cover;
    background-position: top;
	height: 215px;
}

/* Table Design - End */
.bp-navs ul li#groups-create {
	display: none;
}
/* Registration - Start */
.buddypress-wrap .bp-messages.info {
    max-width: 1000px;
    margin: 0px auto 30px;
}
body.registration .register-page .signup-form {
	max-width: 1000px;
    margin: 0px auto 60px;
}
body.registration h1.entry-title {
	font-size: 48px;
}
body.registration .buddypress-wrap .register-page .layout-wrap {
    flex-wrap: wrap;
}
body.registration .layout-wrap .register-section {
	width: 100%;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    flex-basis: 50% !important;
}
body.registration .layout-wrap .register-section h2.bp-heading {
	font-size: 26px;
    margin: 0px !important;
}
body.registration .register-page {
	margin-bottom: 60px;
}
body.registration .register-page .signup-form input {
	margin-bottom: 10px;
    border-color: #c8cbcd !important;
    background-color: #e5ebef;
    border-radius: 3px;
	padding: 5px 10px;
}
body.registration .buddypress-wrap .signup-form .radio-button-options {
	display: flex;
	flex-wrap: wrap;
}
body.registration .buddypress-wrap .signup-form .radio-button-options label {
    margin-right: 15px !important;
	width: 100%;
}
body.registration .register-page .signup-form .description.indicator-hint {
    font-size: 12px;
    padding: 10px;
}
body.registration .buddypress-wrap .standard-form input[required], 
body.registration .buddypress-wrap .standard-form select[required], 
body.registration .buddypress-wrap .standard-form textarea[required] {
    border-width: 1px;
}
body.registration .buddypress-wrap .standard-form div.submit input {
    margin-right: 15px;
    cursor: pointer;
    font-family: "Rubik", Sans-serif;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #F4A65C;
    border-radius: 7px 7px 7px 7px !important;
    border-color: #F4A65C;
    padding: 12px 20px;
}
body.registration .buddypress-wrap .standard-form .field-visibility-settings-header {
	display: none;
}
body.registration .register-page .signup-form #pass1 {
    display: inline-block;
    margin-bottom: inherit;
    width: calc(100% - 42px);
}
body.registration .buddypress-wrap .standard-form .submit {
	text-align: center;
}
body.registration .buddypress-wrap .signup-form label,
body.registration .buddypress-wrap .signup-form legend {
    font-weight: 400;
    margin: 5px 0 0px !important;
    width: auto;
    font-size: 13px;
}
body.registration .register-page .signup-form .editfield {
	margin: 0px;
}
.register-page .signup-form .wp-pwd button {
    padding: 6px 8px !important;
}
/* Registration - End */

/* Forums - Start */
body.archive h1.entry-title {
	font-size: 48px;
}
body.archive #bbpress-forums div.bbp-search-form {
    float: right;
    padding-bottom: 20px;
}
body.archive #bbpress-forums div.bbp-search-form input[type="text"],
body.archive #bbpress-forums div.bbp-search-form input[type="password"] {
	margin-bottom: 10px;
    border-color: #c8cbcd !important;
    background-color: #e5ebef;
    border-radius: 3px;
	padding: 5px 10px;
}
body.archive #bbpress-forums div.bbp-search-form input[type="submit"] {
	cursor: pointer;
    font-family: "Rubik", Sans-serif;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #F4A65C;
    border-color: #F4A65C;
} 
body #bbpress-forums .bbp-login-form {
	display: none;
}
/* Forums - End */

/* Guest Login - Start */
.single-headers .group-status {
    color: #f4a65c;
}
.sidebar-service .guest-sec .text-guest p,
.sidebar-service .guest-sec .text-guest strong {
	color: #fff;
}
.bp-navs #home-groups-li a,
.bp-navs #members-groups-li a {
	color: #f4a65c;
}
/* Guest Login - End */

/*Group Page - Start*/
body #buddypress #item-header-cover-image #item-header-avatar img.avatar {
	border: solid 2px #f2f2f2;
}
body .groups-header .desc-wrap {
    background-color: #183555;
}
body #buddypress #item-header-cover-image {
    background-size: contain;
}
body .groups-header .desc-wrap .group-description {
    background: transparent !important;
    box-shadow: unset !important;
    padding: 0px !important;
	color: #fff;
}
.buddypress-wrap .grid.bp-list>li .item-avatar img.avatar {
	width: 70% !important;
    border: 2px solid #f2f2f2 !important;
}
.buddypress-wrap .grid.bp-list > li .item-avatar img.avatar {
	max-width: 100px;
}
.bp-list li .item-avatar img.avatar {
    border: 2px solid #f2f2f2 !important;
    border-radius: 50%;
	max-width: 100px;
}
#bbp-topic-search-form > div {
	display: flex;
    align-items: center;
}
#bbp-topic-search-form input[type="text"] {
	height: 30px;
    border-radius: 0px !important;
	border: 1px solid #d3d3d3;
}
#bbp-topic-search-form input[type="submit"] {
    height: 30px;
    border-radius: 0px !important;
	border: 1px solid #F4A65C;
}
#bbp-topic-search-form input[type="submit"]:hover {
    color: #F4A65C !important;
}
/*Group Page - End*/

/*Login Page - Start*/
.bbp-login-form .bbp-form {
	max-width: 480px;
    margin: 0px auto 60px;
}
.bbp-login-form .bbp-email input, .bbp-login-form .bbp-password input, .bbp-login-form .bbp-username input {
	width: calc(100% - 145px);
    margin-bottom: 10px;
    border: 1px solid #c8cbcd !important;
    background-color: #e5ebef;
    border-radius: 3px;
    padding: 5px 10px;
}
.bbp-login-form .bbp-remember-me input[type=checkbox] {
    width: 16px;
    height: 16px;
}
.bbp-login-form .bbp-submit-wrapper {
	text-align: center;
    margin: 0px auto;
    float: none
}
.bbp-login-form .bbp-submit-wrapper button[type=submit] {
	margin-right: 0px;
    cursor: pointer;
    font-family: "Rubik", Sans-serif;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #F4A65C;
    border-radius: 7px 7px 7px 7px !important;
    border: 1px solid #F4A65B;
    padding: 5px 20px;
}
/*Login Page - End*/

/* Members List - Start */
body.groups .group_members ul#members-list .list-wrap {
	padding: 15px !important;
	align-items: center;
}
body.groups .group_members ul#members-list .list-wrap .item-avatar img.avatar {
    max-width: 54px;
}
body.groups .group_members ul#members-list .list-wrap .list-title {
	font-size: 16px;
    width: 100%;
    text-transform: unset;
}
.buddypress-wrap .item-body h2.bp-screen-title {
    margin-bottom: 0px !important;
}
body.groups .group_members ul#members-list .list-wrap .item-meta {
	margin-bottom: 0px !important;
}

body #buddypress .bp-invites-content .bp-list li {
	display: flex;
    font-size: 16px;
    align-items: center;
	margin-top: 0px;
	justify-content: space-between;
}
body #buddypress .bp-invites-content .bp-list li .item-avatar {
	width: 20%;
}
body #buddypress .bp-invites-content .bp-list li .item {
	width: 60%;
}
body #buddypress .bp-invites-content .bp-list li .action {
	width: 20%;
}
body #buddypress .bp-invites-content .bp-list li .list-title {
    font-size: 16px !important;
}
body #buddypress .bp-invites-content .bp-list .action {
	font-size: 20px;
	margin-top: 0;
    top: 0;
    right: 0;
}
body #buddypress .bp-invites-content .bp-list .action button[type="button"] {
	font-size: 20px;
	border-radius: 3px 3px 3px 3px;
	padding: 5px 8px;
}
body .buddypress-wrap .bp-invites-content .item-list li .invite-button span.icons:before {
    font-size: 20px;
}
/* Members List - End */


/* Timeline - Start */
.timeline-box .col {
	margin-bottom: 20px;
}
.timeline-box .col img {
	max-width: 800px;
  	width: 100%;
}
.timeline-box .tbox {
	background-color: #e0f1ff;
    padding: 15px;
    height: 100%;
	text-align: center;
}
.timeline-box .tbox.bg-white {
	background-color: #fff;
}
.timeline-box .tbox h3 {
    font-size: 18px;
    color: #128ecf;
    font-weight: 600;
}
.timeline-box .tbox p {
	margin-bottom: 0px;
}
.timelines p.comply-title {
	font-size: 22px;
	color: #128ecf;
}
/* Timeline - End */


/* Timeline - Horizontal - Start */
section.timelines .section-header h2 {
    display: inline-block;
    text-align: left;
    margin-bottom: 0px !important;
}
section.timelines .section-header h2 span {
    display: block;
    font-size: 36px;
}
section.timelines .section-header h2:after {
    content: '';
    background-color: #f4a65c;
    height: 5px;
    width: 80px;
    display: block;
    margin-top: 5px;
}
.main-timeline-section{
	position: relative;
	width: 100%;
	margin:auto;
	padding: 0px;
	max-width: 1000px;
}
.main-timeline-section .timeline-start,
.main-timeline-section .timeline-end{
	position: absolute;
	background:#183555;
	border-radius:100px;
	top:50%;
	transform: translateY(-50%);
	width:30px;
	height:30px;
}
.main-timeline-section .timeline-end{
	right:0px;
}
.main-timeline-section .conference-center-line{
	position: absolute;
	width:100%;
	height:5px;
	top:50%;
	transform: translateY(-50%);
	background:#183555;
}
.timeline-article{
	width: 16.67%;
	position: relative;
	min-height: 300px;
	float:right;
}
.timeline-article .content-date{
	position: absolute;
	bottom: 59%;
	left: -30px;
	font-size:18px;
	text-align: center;
}
.timeline-article .content-date span {
	font-size: 15px;
	display: block;
}
.timeline-article .meta-date{
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width:20px;
	height:20px;
	border-radius: 100%;
	background:#183555;
	border:1px solid #183555;
}
.timeline-article .content-box{
	box-shadow: 2px 2px 4px 0px #c1c1c1;
	border:1px solid #f4a65c;
	border-radius: 5px;
	background-color: #fff;
	width: 180px;
	position: absolute;
	top: 60%;
	left: -80px;
	padding:5px;
}
.timeline-article .content-box p {
	margin-bottom: 0px;
    font-size: 15px;
    text-align: center;
}
.timeline-article-top .content-box:before{
	content: " ";
	position:absolute;
	left:50%;
	transform: translateX(-50%);
	top:-20px;
	border:10px solid transparent;
	border-bottom-color: #f4a65c;
}
.timeline-article-bottom .content-date {
	top: 59%;
	text-align: center;
}
.timeline-article-bottom .content-date span {
	display: block;
}
.timeline-article-bottom .content-box {
	bottom: 60%;
    top: auto;
}
.timeline-article-bottom .content-box:before{
	content: " ";
	position:absolute;
	left:50%;
	transform: translateX(-50%);
	bottom:-20px;
	border:10px solid transparent;
	border-top-color:#f4a65c;
}
@media only screen and (min-width: 992px) {
	.timeline-box {
		display: none !important;
	}
}
@media only screen and (max-width: 991px) {
	.main-timeline-section {
		display: none;
	}
	.timelines p.comply-title {
  		font-size: 20px;
	}
}
/* Timeline - Horizontal - End */

/* Collaborate Securely - Start*/
#collaborate-securely {
	padding-bottom: 50px;
}
#collaborate-securely .section-header h2 {
    font-size: 36px;
    font-weight: 600;
    color: #183555;
	text-align: left;
}
#collaborate-securely .section-header h2::after {
    content: '';
    width: 80px;
    height: 5px;
    background-color: #f4a65c;
    display: block;
    margin: 10px 0px;
}
#collaborate-securely ul.secure-list {
	display: flex;
    padding-left: 0px;
    list-style: none;
	margin-bottom: 0px;
}
#collaborate-securely ul.secure-list li {
    padding: 0px 15px;
    border-right: 1px solid #000;
	font-weight: 600;
}
#collaborate-securely ul.secure-list li i {
    margin-right: 5px;
}
#collaborate-securely ul.secure-list li:first-child {
    padding-left: 0px;
}
#collaborate-securely ul.secure-list li:last-child {
    padding-right: 0px;
	border-right: 0px;
}
@media only screen and (max-width: 767px) {
	#collaborate-securely ul.secure-list {
		flex-wrap: wrap;
	}
	#collaborate-securely ul.secure-list li {
		padding-left: 0px;
		border-right: 0px;
	}
}

/* After Login Hide - Start */
body.logged-in ul.banner-btn-list li.sign-up-btn {
	display: none !important;
}
body.logged-in .navbar li.sign-in-btn {
	display: none !important;
}
body.logged-in .ask-question a.btn {
	display: none !important;
}

body .navbar li.sign-out-btn {
	display: none !important;
}
body.logged-in .navbar li.sign-out-btn {
	display: inline-block !important;
}

body ul.banner-btn-list li.log-in-btn {
	display: none !important;
}
body.logged-in ul.banner-btn-list li.log-in-btn {
	display: inline-block !important;
}

/* After Login Hide - End */
.sidebar-group .box .guest-sec p {
	color: #fff;
}
.sidebar-group .box  .text-guest {
	padding-left: 10px;
}

/*General Title - Start*/
/* 
.buddypress-wrap .bp-navs li.current a, .buddypress-wrap .bp-navs li.current a:focus, .buddypress-wrap .bp-navs li.current a:hover, .buddypress-wrap .bp-navs li.selected a, .buddypress-wrap .bp-navs li.selected a:focus, .buddypress-wrap .bp-navs li.selected a:hover {
    background: #f4a65c !important;
	color: #fff !important;
} */
body.activation #activate-page {
	max-width: 480px;
    margin: 30px auto 30px;
    text-align: center;
}
/*General Title - End*/

/*Video Slider - Start*/
.episodes-slider .swiper-slide {
	height: auto;
}
.episodes-slider a.box {
	background-color: #fff !important;
	color: #000 !important;
	min-height: 460px;
    display: inline-block;
	height: 100%;
    padding-bottom: 10px;
}
.episodes-slider a.box {
	color: #000;
}
.episodes-slider a.box .img-part img {
	width: 100%;
} 
.episodes-slider a.box .text-part {
	background-color: #fff;
    padding: 10px 20px;
    color: #000;
}
.episodes-slider a.box .text-part p {
	margin-bottom: 0px; 
}
.episodes-slider .swiper-button-next:after {
	font-size: 26px;
    color: #000;
}
.episodes-slider .swiper-button-prev:after {
	font-size: 26px;
    color: #000;
}
.episodes-slider .swiper-button-next {
    background-color: #f2f2f2;
    right: 0px;
}
.episodes-slider .swiper-button-prev {
    background-color: #f2f2f2;
    left: 0;
}
.episodes-slider .swiper-pointer-events {
    padding: 0px 15px;
}
.episodes-slider a.box .text-part h3 {
	color: #183555;
    font-size: 22px;
}
/*Video Slider - End*/

/*BPM Community - Start*/

/* body.page-id-29909 .buddypress-wrap .grid.bp-list>li[data-bp-item-id="46"],
body.page-id-29909 .buddypress-wrap .grid.bp-list>li[data-bp-item-id="47"] {
	display: none;
}

body.page-id-30384 .buddypress-wrap .grid.bp-list>li[data-bp-item-id="46"],
body.page-id-30384 .buddypress-wrap .grid.bp-list>li[data-bp-item-id="47"] {
	display: none;
} */

/*--------------------------------------------------------------
# HubSpot Forms [EBook] - Start
--------------------------------------------------------------*/
.phubfrom {
	text-align: left;
}
.phubfrom .hbspt-form {
	padding-top: 15px;
}
.phubfrom .field {
	margin-bottom: 0px;
}
.phubfrom .field.hs_recaptcha {
	text-align: center;
    margin-top: 15px;
	max-height: 70px;
} 
.phubfrom .field.hs_recaptcha .grecaptcha-badge {
	display: inline-block;
}
.phubfrom label {
    display: inline;
}
.phubfrom ul {
    list-style: unset;
    padding-left: 0px;
    overflow: hidden;
    margin-bottom: 0;
}
.phubfrom ul li {
    margin-bottom: 0;
}
.phubfrom .hs-form-field input[type=text], 
.phubfrom .hs-form-field input[type=email], 
.phubfrom .hs-form-field input[type=phone], 
.phubfrom .hs-form-field input[type=number], 
.phubfrom .hs-form-field input[type=tel], 
.phubfrom .hs-form-field input[type=date], 
.phubfrom .hs-form-field select, 
.phubfrom .hs-form-field textarea {
	background: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 6px;
	padding: 8px 15px;
	font-size: 16px;
	width: 100% !important;
	margin-bottom: 0px;
	line-height: 1.5;
	outline: 0px;
}
.phubfrom .actions .hs-button {
	width: 100%;
    padding: 6px 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #f99f3e;
    border: 1px solid #f99f3e;
    border-radius: 6px;
    font-weight: 600;
	margin-top: 10px;
}
.footer-top .phubfrom .actions .hs-button {
	margin-top: 0px;
    max-width: 110px;
}
.inner_page_banner_with_form.webinar_from .phubfrom .actions .hs-button {
	max-width: unset;
}
.phubfrom .actions .hs-button:hover {
    border-color: #f99f3e;
    color: #f99f3e;
	background-color: transparent;
}
.phubfrom fieldset {
	max-width: unset !important;
}
.phubfrom fieldset .field {
    margin-bottom: 10px;
}
.phubfrom fieldset .field .input {
	margin-right: 0px !important;
}
.phubfrom fieldset .hs_firstname {
    padding-right: 5px;
}
.phubfrom fieldset .hs_lastname {
    padding-left: 5px;
}
.phubfrom .legal-consent-container .field.hs-form-field {
    margin-bottom: 0px;
}
.phubfrom label.hs-error-msg {
	color: #d50707;
	font-size: 12px;
}
.phubfrom ul.hs-error-msgs label {
	color: #d50707;
	font-size: 12px;
}

.hs-web-interactive .hs-form__row {
    margin-bottom: 8px !important;
}
/*--------------------------------------------------------------
# HubSpot Forms [EBook] - End
--------------------------------------------------------------*/

/*Color Change CSS [APAC Chapter - Discussion Forum] - Start*/
body.group-cps-230-working-group .single-headers .group-status {
	color: #d2665d;
}
body.group-cps-230-working-group .buddypress-wrap .bp-navs li.current a{
	background-color: #d2665d !important;
	color: white !important;
}
body.group-cps-230-working-group .bp-navs #home-groups-li a,
body.group-cps-230-working-group .bp-navs #members-groups-li a {
	color: #d2665d;
}
body.group-cps-230-working-group .title_and_shortcode .buddypress-wrap .groups-list li .item-meta,
body.group-cps-230-working-group .buddypress-wrap .groups-list li .item-meta {
	color: #d2665d;	
}
body.group-cps-230-working-group #bbpress-forums ul.bbp-topics .bbp-body .bbp-topic-title a.bbp-topic-permalink{
	color: #d2665d;
}
body.group-cps-230-working-group .buddypress-wrap .activity-read-more a, 
body.group-cps-230-working-group .buddypress-wrap .comment-reply-link, 
body.group-cps-230-working-group .buddypress-wrap .generic-button a, 
body.group-cps-230-working-group .buddypress-wrap a.bp-title-button, 
body.group-cps-230-working-group .buddypress-wrap a.button, 
body.group-cps-230-working-group .buddypress-wrap button, 
body.group-cps-230-working-group .buddypress-wrap input[type=button], 
body.group-cps-230-working-group .buddypress-wrap input[type=reset], 
body.group-cps-230-working-group .buddypress-wrap input[type=submit], 
body.group-cps-230-working-group .buddypress-wrap ul.button-nav:not(.button-tabs) li a {
    fill: #d2665d;
    color: #fff;
    background-color: #d2665d;
    border-color: #d2665d;
}
body.group-cps-230-working-group .buddypress-wrap .activity-read-more a:focus, 
body.group-cps-230-working-group .buddypress-wrap .activity-read-more a:hover, 
body.group-cps-230-working-group .buddypress-wrap .button-nav li a:focus, 
body.group-cps-230-working-group .buddypress-wrap .button-nav li a:hover, 
body.group-cps-230-working-group .buddypress-wrap .button-nav li.current a, 
body.group-cps-230-working-group .buddypress-wrap .comment-reply-link:focus, 
body.group-cps-230-working-group .buddypress-wrap .comment-reply-link:hover, 
body.group-cps-230-working-group .buddypress-wrap .generic-button a:focus, 
body.group-cps-230-working-group .buddypress-wrap .generic-button a:hover, 
body.group-cps-230-working-group .buddypress-wrap a.button:focus, 
body.group-cps-230-working-group .buddypress-wrap a.button:hover, 
body.group-cps-230-working-group .buddypress-wrap button:focus, 
body.group-cps-230-working-group .buddypress-wrap button:hover, 
body.group-cps-230-working-group .buddypress-wrap input[type=button]:focus, 
body.group-cps-230-working-group .buddypress-wrap input[type=button]:hover, 
body.group-cps-230-working-group .buddypress-wrap input[type=reset]:focus, 
body.group-cps-230-working-group .buddypress-wrap input[type=reset]:hover, 
body.group-cps-230-working-group .buddypress-wrap input[type=submit]:focus, 
body.group-cps-230-working-group .buddypress-wrap input[type=submit]:hover {
    background: #fff;
    border-color: #d2665d;
    color: #d2665d;
}
/*Color Change CSS [APAC Chapter - Discussion Forum] - End*/


/*Color Change CSS [APAC Chapter - Council Discussion Forum] - Start*/
body.group-council-community-discussions .single-headers .group-status {
	color: #54ac92;
}
body.group-council-community-discussions .buddypress-wrap .bp-navs li.current a {
	background-color: #54ac92 !important;
	color: white !important;
}
body.group-council-community-discussions .bp-navs #home-groups-li a,
body.group-council-community-discussions .bp-navs #members-groups-li a {
	color: #54ac92;
}
body.group-council-community-discussions .title_and_shortcode .buddypress-wrap .groups-list li .item-meta,
body.group-council-community-discussions .buddypress-wrap .groups-list li .item-meta {
	color: #54ac92;
}
body.group-council-community-discussions #bbpress-forums ul.bbp-topics .bbp-body .bbp-topic-title a.bbp-topic-permalink {
	color: #54ac92;
}
body.group-council-community-discussions .buddypress-wrap .activity-read-more a, 
body.group-council-community-discussions .buddypress-wrap .comment-reply-link, 
body.group-council-community-discussions .buddypress-wrap .generic-button a, 
body.group-council-community-discussions .buddypress-wrap a.bp-title-button, 
body.group-council-community-discussions .buddypress-wrap a.button, 
body.group-council-community-discussions .buddypress-wrap button, 
body.group-council-community-discussions .buddypress-wrap input[type=button], 
body.group-council-community-discussions .buddypress-wrap input[type=reset], 
body.group-council-community-discussions .buddypress-wrap input[type=submit], 
body.group-council-community-discussions .buddypress-wrap ul.button-nav:not(.button-tabs) li a {
    fill: #54ac92;
    color: #fff;
    background-color: #54ac92;
    border-color: #54ac92;
}
body.group-council-community-discussions .buddypress-wrap .activity-read-more a:focus, 
body.group-council-community-discussions .buddypress-wrap .activity-read-more a:hover, 
body.group-council-community-discussions .buddypress-wrap .button-nav li a:focus, 
body.group-council-community-discussions .buddypress-wrap .button-nav li a:hover, 
body.group-council-community-discussions .buddypress-wrap .button-nav li.current a, 
body.group-council-community-discussions .buddypress-wrap .comment-reply-link:focus, 
body.group-council-community-discussions .buddypress-wrap .comment-reply-link:hover, 
body.group-council-community-discussions .buddypress-wrap .generic-button a:focus, 
body.group-council-community-discussions .buddypress-wrap .generic-button a:hover, 
body.group-council-community-discussions .buddypress-wrap a.button:focus, 
body.group-council-community-discussions .buddypress-wrap a.button:hover, 
body.group-council-community-discussions .buddypress-wrap button:focus, 
body.group-council-community-discussions .buddypress-wrap button:hover, 
body.group-council-community-discussions .buddypress-wrap input[type=button]:focus, 
body.group-council-community-discussions .buddypress-wrap input[type=button]:hover, 
body.group-council-community-discussions .buddypress-wrap input[type=reset]:focus, 
body.group-council-community-discussions .buddypress-wrap input[type=reset]:hover, 
body.group-council-community-discussions .buddypress-wrap input[type=submit]:focus, 
body.group-council-community-discussions .buddypress-wrap input[type=submit]:hover {
    background: #fff;
    border-color: #54ac92;
    color: #54ac92;
}
/*Color Change CSS [APAC Chapter - Council Discussion Forum] - End*/

/*Color Change CSS [NA Chapter - Municipal Discussion Forum] - Start*/
body.group-na-council-community-discussions .single-headers .group-status {
	color: #54ac92;
}
body.group-na-council-community-discussions .buddypress-wrap .bp-navs li.current a{
	background-color: #54ac92 !important;
	color: white !important;
}
body.group-na-council-community-discussions .bp-navs #home-groups-li a,
body.group-na-council-community-discussions .bp-navs #members-groups-li a {
	color: #54ac92;
}
body.group-na-council-community-discussions .title_and_shortcode .buddypress-wrap .groups-list li .item-meta,
body.group-na-council-community-discussions .buddypress-wrap .groups-list li .item-meta {
	color: #54ac92;
}
body.group-na-council-community-discussions #bbpress-forums ul.bbp-topics .bbp-body .bbp-topic-title a.bbp-topic-permalink{
	color: #54ac92;
}
body.group-na-council-community-discussions .buddypress-wrap .activity-read-more a, 
body.group-na-council-community-discussions .buddypress-wrap .comment-reply-link, 
body.group-na-council-community-discussions .buddypress-wrap .generic-button a, 
body.group-na-council-community-discussions .buddypress-wrap a.bp-title-button, 
body.group-na-council-community-discussions .buddypress-wrap a.button, 
body.group-na-council-community-discussions .buddypress-wrap button, 
body.group-na-council-community-discussions .buddypress-wrap input[type=button], 
body.group-na-council-community-discussions .buddypress-wrap input[type=reset], 
body.group-na-council-community-discussions .buddypress-wrap input[type=submit], 
body.group-na-council-community-discussions .buddypress-wrap ul.button-nav:not(.button-tabs) li a {
    fill: #54ac92;
    color: #fff;
    background-color: #54ac92;
    border-color: #54ac92;
}
body.group-na-council-community-discussions .buddypress-wrap .activity-read-more a:focus, 
body.group-na-council-community-discussions .buddypress-wrap .activity-read-more a:hover, 
body.group-na-council-community-discussions .buddypress-wrap .button-nav li a:focus, 
body.group-na-council-community-discussions .buddypress-wrap .button-nav li a:hover, 
body.group-na-council-community-discussions .buddypress-wrap .button-nav li.current a, 
body.group-na-council-community-discussions .buddypress-wrap .comment-reply-link:focus, 
body.group-na-council-community-discussions .buddypress-wrap .comment-reply-link:hover, 
body.group-na-council-community-discussions .buddypress-wrap .generic-button a:focus, 
body.group-na-council-community-discussions .buddypress-wrap .generic-button a:hover, 
body.group-na-council-community-discussions .buddypress-wrap a.button:focus, 
body.group-na-council-community-discussions .buddypress-wrap a.button:hover, 
body.group-na-council-community-discussions .buddypress-wrap button:focus, 
body.group-na-council-community-discussions .buddypress-wrap button:hover, 
body.group-na-council-community-discussions .buddypress-wrap input[type=button]:focus, 
body.group-na-council-community-discussions .buddypress-wrap input[type=button]:hover, 
body.group-na-council-community-discussions .buddypress-wrap input[type=reset]:focus, 
body.group-na-council-community-discussions .buddypress-wrap input[type=reset]:hover, 
body.group-na-council-community-discussions .buddypress-wrap input[type=submit]:focus, 
body.group-na-council-community-discussions .buddypress-wrap input[type=submit]:hover {
    background: #fff;
    border-color: #54ac92;
    color: #54ac92;
}
/*Color Change CSS [NA Chapter - Municipal Discussion Forum] - End*/

/*Blog List Page - Start*/
#blog-parent{
	display: flex;
}
#blog-category{
	width: 25%;
}
#blog{
	display: 75%;
}
section.blog-category ul {
	list-style: none;
	display: block !important;
	border-bottom: none !important;
}
section.blog-category ul li a {
	padding: 10px 0px !important;
}
section.blog-category ul li.active {
	border-color: transparent !important;
}
section.blog-category ul li.active a {
	color: #183555;
	font-weight: 600;
	text-decoration: underline;
}
@media (max-width: 768px) {
	#blog-parent{
		flex-direction: column;
	}
	#blog-category,
	#blog{
		width: 100%;
	}
}
/*Blog List Page - End*/

/* Inner Pages Top Banner Section - Start*/
.cstm-hero-com {
	background-color: #1b3359;
	padding: 0px;
}
.cstm-hero-com .hero-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
}
.cstm-hero-com .text-content {
    align-items: center;
    display: flex;
    justify-content: right;
}
.cstm-hero-com .text-content .text-content-inner {
	max-width: 700px;
    width: 100%;
    padding: 20px;
}
.cstm-hero-com .text-content .text-content-inner h3 {
	font-size: 26px;
    color: #fff;
}
.cstm-hero-com .text-content .text-content-inner h2 {
	font-size: 40px;
	font-weight: 600;
    color: #fff;
	text-align: left;
    margin-bottom: 30px;
}
.cstm-hero-com .header-bottom-line {
	height: 6px;
    background-color: #f49c5b;
    border: none;
    margin-bottom: 24px !important;
	width: 80px !important;
}
.cstm-hero-com .text-content .text-content-inner p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.cstm-hero-com .img-sec-cstm {
    display: flex;
    justify-content: right;
}
.cstm-hero-com .img-sec-cstm img {
    max-width: 100%;
    max-height: 500px;
}
.cstm-hero-com .img-sec-cstm img.mobile-img {
	display: none;
}
.cstm-hero-com .text-content .text-content-inner .btn-sec {
    border: 2px solid #f6a04d;
    border-radius: 50px;
    padding: 20px;
    width: 520px;
    text-align: center;
}
.cstm-hero-com .text-content .text-content-inner .btn-sec h5 {
	color: #fff;
}
.cstm-hero-com .text-content .text-content-inner .btn-sec ul {
	margin-bottom: 0px;
}
.cstm-hero-com .text-content .text-content-inner .btn-sec ul li {
	margin-bottom: 0px;
}
@media (max-width: 768px) {
	.cstm-hero-com .img-sec-cstm img.mobile-img {
		display: block;
	}
	.cstm-hero-com .img-sec-cstm img.desktop-img {
		display: none;
	}
	#cstm-hero-com .hero-content {
		flex-direction: column;
		text-align: center;
	}
	#cstm-hero-com .text-content {
		padding-right: 0;
		margin-bottom: 20px;
	}
	#cstm-hero-com .text-content h2 {
		text-align: center;
	}
}
/* Inner Pages Top Banner Section - End*/

/*Tab View Vertical - Start*/
.tab-view-vertical .nav-pills .nav-link {
	font-size: 18px;
	color: #000;
	padding: 12px;
}
.tab-view-vertical .nav-pills .nav-link:hover,
.tab-view-vertical .nav-pills .nav-link.active {
	background-color: transparent !important;
    color: #000 !important;
    font-weight: 600;
}
.tab-view-vertical .nav-pills .nav-link.hover span,
.tab-view-vertical .nav-pills .nav-link.active span {
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}
.tab-view-vertical .section-header {
    padding-bottom: 20px;
    text-align: center;
}
.tab-view-vertical .section-header h2 {
	font-size: 22px;
    text-align: left;
    margin-bottom: 0px !important;
}
.tab-view-vertical .section-header h2 i {
    font-size: 22px;
}
.tab-view-vertical .section-header h2 span {
    display: inline-block;
}
.tab-view-vertical .section-header h2 span:after {
    content: '';
    background-color: #000;
    height: 2px;
    width: 60px;
    display: block;
    margin-top: 5px;
}
#blinking-button{
    padding: 8px 35px;
	border: 0px solid #6C8003;
	min-width: 160px;
	transform: unset;
    cursor: unset;
}
@keyframes blink {
  0%, 100% {background-color:#183555;}
  50% {background-color: #0693C9;}
}
#blinking-button {
  background-color: #0693C9;
  color: white;
  animation: blink 1s linear infinite;
}
@media only screen and (max-width: 1240px) {
	.tab-view-vertical .section-header h2 {
		display: flex;
		margin-top: 30px;
	}
}
/*Access Section - Start*/
.access-sec .access-inner-sec {
	max-width: 450px;
    margin: 0px auto;
    padding: 30px 30px 15px 30px;
    box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
    border-radius: 20px;
    background-color: #fff;
}
.access-sec .access-inner-sec .button-row {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	gap: 10px;
	justify-content: space-between;
	width: 100%;
	padding-right: 0px;
}
.access-sec .access-inner-sec .btn {
	padding: 10px 20px;
	border-radius: 30px;
	font-weight: bold;
	width: 150px;
	border: none;
	cursor: pointer;
	font-size: 0.95rem;
}
.access-sec .access-inner-sec .btn.orange {
	transition: all 0.3s ease;
	background: #f6a04d;
	color: white;
}
.access-sec .access-inner-sec .btn.outline {
	border: 2px solid #0e2a47;
	color: #0e2a47;
	background: transparent;
	border-radius: 30px;
  }
/*Access Section - End*/

/*Login - Start*/
.um a.um-button, .um a.um-button.um-disabled:active, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:hover, .um input[type=submit].um-button, .um input[type=submit].um-button:focus {
	background: #f6a04d !important;
    color: #fff !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 12px 30px !important;
    line-height: 1.4 !important;
	transition: all 0.3s ease !important;
}
.um a.um-button:hover, .um input[type=submit].um-button:hover {
    background-color: #f6a04d !important;
	transform: translateY(-3px) !important;
}
/*Login - End*/

/*Page Header - Start*/
.container-main .content {
	max-width: 1320px;
    margin: 0px auto;
}
.container-main .content h1.entry-title {
	padding: 30px 15px;
	text-align: center;
	margin-bottom: 0px;
}
.container-main .content h1.entry-title {
    margin: 0px auto;
    font-size: 40px;
    font-weight: 600;
    color: #183555;
    padding: 20px 10px;
}
.container-main .content h1.entry-title:after {
    content: '';
    width: 80px;
    height: 5px;
    background-color: #f4a65c;
    display: block;
    margin: 10px auto 0px;
}
@media only screen and (max-width: 1199px) {
	.container-main .content h1.entry-title {
		font-size: 36px;
	}
}
@media only screen and (max-width: 767px) {
	.container-main .content h1.entry-title {
		font-size: 30px;
	}
}
/*Page Header - End*/