/*
Theme Name: efci 
Theme URI: http://planetpolaris.com
Author: EFCI theme
Author URI: http://planetpolaris.com
Description: 
Version: 1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: efci

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
.wpb_text_column .widgets_on_page ul li.widget:before, .site-content .widgets_on_page ul li.widget:before , .site-content .um-account-side ul li:before{ 
    width: 0;
    height: 0;
    border: 0px solid;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0px 0 1.5em 0.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.img-border-radius {
    border-radius: 50%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 2.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 2.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 60px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"],
.post-content img[class*="wp-image-"] {
	display: block;
	/* margin-left: auto; */
	/* margin-right: auto; */
	margin-bottom: 20px;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 14px;
	font-weight: 400;
	font-style:  italic;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.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-caption {
	display: block;
}

/* ====================================================== */
/** ================== Crowd Styles ==================== **/
/* ====================================================== */

body {
	padding-top: 85px;
}

h4 {
	font-weight: 500;
}

.page-title {
	display: none;
}

.padding-0 {
	padding: 0 !important;
}

.home .hesperiden.tparrows {
	display: none;
}

.slider-title-efci {
	color: #fff;
}

.slider-text-efci {
	text-align: center !important;
}

.slide-link-efci {
	text-align: center !important;
	border: 2px solid #fff;
	text-decoration: none;
	padding: 10px 30px !important;
	border-radius: 25px;
}

.slide-link-efci a {
	text-decoration: none !important;
}

.site-header.dark {
  border-bottom: none;
}

.navigation > ul > li {
	font-size: 14.5px;
	line-height: 23px;
	color: #0F405B;
	font-weight: 600;
}

.navigation > ul > li > a {
	max-width: initial !important;
}

.navigation > ul > li.current_page_item {
	border-bottom: none;
}

.navigation > ul > li.current-menu-item, 
.navigation > ul > li.current-menu-ancestor, 
.navigation > ul > li.current_page_item, 
.navigation > ul > li.current-menu-ancestor {
	border-color: transparent !important;
}

.navigation > ul > li > a {
	border-bottom: none;
}

.wpb_content_element {
	margin-bottom: 0;
}

.container-centered {
	margin: 0 auto !important;
}

.block-colored {
	color: #fff;
	margin-bottom: 30px;
	min-height: 390px;
}

.block-colored.less-height {
	min-height: 320px;
}

.block-colored p {
	font-size: 16px;
	margin-top: 0;
}

.block-colored h3 {
	margin-top: 0;
	font-size: 23px;
  line-height: 30px;
}

.block-colored a {
	text-decoration: none;
	border: 2px solid #fff;
	padding: 10px 20px;
	border-radius: 30px;
	text-transform: capitalize;
}

.header-minicart {
	display: none;
}

.sidebar-button {
	display: none;
}

.block-colored > [class^="vc_column-inner"] {
	min-height: 290px;
}

.carousel-widget {
	border: 1px solid #D2D2D2;
}

.carousel-widget .vc_tta-panel-body {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}

.carousel-widget p,
.carousel-widget h3,
.carousel-widget h4 {
	padding: 0 30px;
}

.carousel-widget h3 {
	color: #0F405B;
}

.carousel-widget h4 {
	color: #A43C28;
}

.carousel-widget .wpb_text_column a,
.blog-title-text .btn a {
	margin-top: 30px;
	display: inline-block;
	color: #0F405B;
	text-decoration: none;
	border: 2px solid #0F405B;
	padding: 2px 16px;
	border-radius: 20px;
	text-transform: capitalize;
}

.carousel-widget .wpb_text_column a:hover,
.blog-title-text .btn a:hover {
	color: #fff;
	background: #0F405B;
	border-color: #0F405B;
}

.menu > .menu-item a[href*="login"],
.menu > .menu-item a[href*="intranet"] {
	color: #0F405B !important;
}

.menu > .menu-item a[href*="login"] > span,
.menu > .menu-item a[href*="intranet"] > span {
	text-decoration: none !important;
	border: 2px solid #0F405B !important;
	border-radius: 30px;
	padding: 2px 20px;
}

.menu > .menu-item a[href*="login"] span:hover,
.menu > .menu-item a[href*="intranet"] span:hover {
	background-color: #0F405B !important;
	color: white !important;
}

.sub-menu .menu-item a[href*="login"] > span,
.sub-menu  > .menu-item a[href*="intranet"] > span {
	text-decoration: none !important;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
}

.menu > .menu-item a[href*="login"] span:hover,
.menu > .menu-item a[href*="intranet"] span:hover {
	background-color: transparent !important;
	color: #0F405B !important;
}

.blog-title-text .btn.white a {
	border-color: white;
	color: white;
}

.blog-title-text .btn a {
	padding: 2px 20px;
}

.blog-title-text .btn p {
	margin-top: 0; 
}

.title-carousel {
	color: #0F405B;
	padding-bottom: 30px;
	position: relative;
}

.slider-block {
	position: relative;
}

.slider-block .prev,
.slider-block .next {
	cursor: pointer;
	content: " ";
	width: 39px;
	height: 39px;
	position: absolute;
	background-size: auto 100%;
	background-repeat: no-repeat;
}	

.slider-block .prev {
	background-image: url(images/prev-carousel.png);
	top: 35px;
	left: 0;
}

.slider-block .next {
	background-image: url(images/next-carousel.png);
	top: 35px;
	left: 40px;
	background-position: right;
}

.carousel-widget.vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
	top: 48% !important;
	z-index: 10;
}

.vc_pagination-color-grey.vc_pagination-style-flat .vc_pagination-trigger {
	width: 20px;
  height: 20px;
	background-color: transparent;
	border: 1px solid #fff;
}

.vc_pagination-color-grey.vc_pagination-style-flat .vc_pagination-trigger {
	opacity: 1;
}

.vc_general.vc_pagination .vc_active .vc_pagination-trigger {
	background: #fff;
}

#menu-item-1724 > a > span {
	padding: 5px 20px;
	border: 1px solid #0F405B;
	border-radius: 20px;
}

.num-box-items .item:not(:last-of-type):after {
	content: "";
	position: absolute;
	top: 10% !important;
	right: 0;
	width: 1px !important;
	height: 70px !important;
	box-shadow: inset 0 0 0 1px !important;
	margin-top: -10px !important;
	color: #DBDBDB !important;
}

.num-box-items .item .num {
	color: #0E405B !important;
	font-weight: 400 !important;
}

.num-box-items .item .title {
	font-weight: 400 !important;
	color: #000000 !important;
}

.number-images {
	transform: translateY(30px);
}

.number-images .wpb_column:nth-child(1) {
	transform: translateY(5px);
}

.number-images .wpb_column:nth-child(2) {
	transform: translateY(10px);
}

.number-images .wpb_column:nth-child(3) {
	transform: translateY(25px);
}

.number-increase .item:nth-child(4) .num:after,
.num-percentage-mobile .num:after {
	content: "%";
	display: inline;
}

.site-content {
	padding-top: 0;
}

.blog-title-text h4 {
	color: #0F405B !important;
	font-weight: 400;
	font-size: 40px;
	line-height: 54px;
} 

.blog-title-text h5 {
	color: #000 !important;
	font-weight: 400;
	font-size: 25px;
}

.blog-title-text {
	font-size: 20px;
  line-height: 35px;
}

.sm a {
	font-size: 14px;
	margin-top: 15px!important;
}

.blog-title-text .wpb_text_column ul li:before,
.site-content ul li:before {
	content: "";
	position: absolute;
	top: 17px  !important;
	left: -10px  !important;
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	color: #58dcfd;
	width: 13px  !important;
	height: 13px  !important;
	border: 2px solid #0F405B !important;
	border-radius: 50%;
	background: transparent;
	z-index: 10 !important;
}

.blog-title-text .wpb_text_column ul {
	padding-left: 20px;
}

.blog-title-text .wpb_text_column ul li {
	padding-left: 10px;
}

.full-width	{
	max-width: none!important;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}

#bg-grey {
	background-color: #f0f0f0;
}

#bg-blue {
	background-color: #0F405B !important;
	color: #ffffff !important;
}

.block-partner {
	height: 310px;
	position: relative;
	background: #fff;
	margin: 0 15px;
	margin-bottom: 30px;
}

.block-partner .vc_column-inner {
	padding: 0;
}

.block-partner a {
	position: absolute;
	bottom: 20px;
	left: 20px;
	margin-top: 30px;
	display: inline-block;
	color: #0F405B;
	text-decoration: none;
	border: 2px solid #0F405B;
	padding: 10px 20px;
	border-radius: 20px;
	text-transform: capitalize;
}

.block-partner h4 {
	color: #0F405B !important;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 !important;
}

.block-partner img {
	width: calc(100% - 30px);
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	margin: 0 !important;
}

.block-partner img.wp-image-4309 {
    display: none;
}

.block-partner .wpb_wrapper {
	padding: 20px;
	margin-bottom: 28px;
}

.block-partner p {
	margin: 0 !important;
}

.block-partner a {
	margin-top: 0;
	padding: 10px 20px;
	border-radius: 20px;
	font-size: 15px;
	line-height: 15px;
}

.accordion-block .wpb_content_element a {
	font-size: 15px;
  line-height: 35px;
	display: block;
	float: right;
	color: #A43C28;
}


.accordion-block .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
	padding-left: 26px !important;
	color: #A43C28;
}

.accordion-block .vc_tta-controls-icon:after {
	border-color: #A43C28 !important;
}

.accordion-block .vc_tta-controls-icon:before {
	border-color: #A43C28 !important;
}

.accordion-block .vc_tta-controls-icon {
	left: inherit !important;
	right: 20px !important;
}

.accordion-block .vc_tta-panel.vc_active .vc_tta-panel-heading {
	color: #A43C28;
	border-color: #f0f0f0;
	background-color: transparent;
	border-radius: 0;
}

.accordion-block .vc_tta-panel .vc_tta-panel-heading,
.accordion-block .vc_tta-panel.vc_active .vc_tta-panel-heading {
	background-color: transparent !important;
	border-bottom: 1px solid #A43C28 !important;
	border-radius: 0 !important;
}

.accordion-block .vc_tta-title-text {
	color: #A43C28 !important;
}

.wpb-js-composer .accordion-block .vc_tta-panel-body {
	background: none !important;
	border: none !important;
}

.wpb-js-composer .accordion-block .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading {
	border-radius: 0 !important;
	border-color: transparent !important;
	border-bottom: 1px solid #A43C28 !important;
}

.wpb-js-composer .accordion-block .vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	border-radius: 0 !important;
	border-bottom: 1px solid #A43C28 !important;
}

.wpb-js-composer .accordion-block .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading {
	border-radius: 0 !important;
	border-color: transparent !important;
	border-bottom: 1px solid #A43C28 !important;
}

.wpb-js-composer .accordion-block .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
	border-radius: 0 !important;
	border-color: transparent !important;
	border-bottom: 1px solid #A43C28 !important;
}

.wpb-js-composer .accordion-block .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading {
	border-radius: 0 !important;
}

.wpb-js-composer .accordion-block .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading {
	border-radius: 0 !important;
}

.blog-title-text h6 {
	color: #0F405B !important;	
	font-size: 25px;	
	line-height: 35px;
	text-shadow: none;
	font-weight: 400;
	padding-bottom: 20px;
}

.conf-learn-more {
	cursor: pointer;
}

.conf-learn-more.red:hover {
	background-color: #a43c28; 
}

.conf-learn-more.yellow:hover {
	background-color: #b7b033; 
}

.conf-learn-more.blue:hover {
	background-color: #0f405b;
}

.conf-learn-more a {
	text-decoration: none !important;
}
.conf-learn-more:hover a span {
	color: white !important; 
}

.hentry {
	margin: 0 0 0;
}

.site-footer.main-row {
	min-height: 80px;
	background: #0F405B;
	padding: 0;
	padding-top: 30px;
}

.site-footer.main-row a {
	display: block;
	margin-left: 30px;
	text-decoration: none;
	float: right;
}

.hide-desktop {
	display: none !important;
}

.twitter {
	margin-top: 2px;
}

#contact-form-id .input-field {
	border-radius: 0;
	color: #0F405B;
	border: none;
	border-bottom: 2px solid #0F405B;
}

#contact-form-id .button-style2 {
	float: right;
	padding: 6px 35px;
	border-radius: 30px;
	text-transform: capitalize;
	background: #0F405B;
	font-weight: 400;
}

.butter-button {
	width: 33px !important;
	height: 21px !important;
	margin: 35px 0 0 15px !important;
}

.butter-button:after, 
.butter-button:before {
	height: 3px !important;
	border-radius: 10px !important;
	background: #0F405B !important;
}

.butter-button.active:before {
	top: 8px !important;
}

.butter-button.active:after {
	bottom: 10px !important;
}

.butter-button div {
	height: 3px !important;
	margin: 9px 0 !important;
}

.pre-id-selector {
	position: relative;
}

.pre-id-selector > div {
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: 1px;
}

.no-height {
	height: 0;
	overflow: hidden;
}

.history-svg-desktop,
.history-svg-mobile {
	text-align: center;
}

.history-svg-desktop svg text,
.history-svg-mobile svg text {
	font-family: "Hind Siliguri";
}

.history-svg-desktop svg {
	max-width: 1340px !important;
} 

.history-svg-mobile svg {
	overflow: visible !important;
	margin-bottom: -2% !important;
	margin-left: -32px !important;
}

.header-space {
	height: 0 !important;
}

.site-header .navigation .sub-menu li.current-menu-item > a {
	color: inherit !important;
}

.site-header .navigation .sub-menu li:hover > a {
	color: inherit !important;
}

.site-header .navigation .sub-menu li:hover > a > span {
	text-decoration: underline;
}

.slide-link-efci:hover {
	background: #0F405B;
	border-color: #0F405B;
}

.navigation > ul > li:hover > a {
	color: inherit !important;
}

.navigation > ul > li:hover > a > span {
	text-decoration: underline;
}

.um input[type=submit].um-button {
	background-color: rgba(15, 64, 91, 1);
	transition: all 0.25s ease-out; 
}

.um input[type=submit].um-button:hover {
	background-color: rgba(15, 64, 91, 0.9);
}

/* media queries */
@media (max-width: 768px) {
	.block-colored {
		min-height: auto;
	}
	.block-colored a {
		display: none;
	}
	.block-colored p {
		display: none;
	}
	.block-partner {
		height: 290px;
	}
	.block-partner a {
		padding: 10px 10px;
	}
	.blog-title-text {
		font-size: 16px;
		line-height: 24px;
	}
	.img-sm-mobile-container {
		padding: 0 !important;
	}
	.img-sm-mobile-container .wpb_wrapper.vc_figure,
	.img-sm-mobile-container .wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey {
		width: 100%;
		text-align: center;
	}
	.img-sm-mobile-container .vc_column-inner {
		padding: 0 !important;
	}
	.img-sm-mobile-container .img-sm-mobile img {
		width: 30%;
	}
	.blog-title-text h4 {
		font-size: 21px;
		line-height: 40px;
	}
	.hide-mobile {
		display: none !important;
	}
	.hide-desktop {
		display: block !important;
	}
	.people-text p {
		font-size: 13px;
	}
	.site-header .container .logo img {
		width: 220px !important;
    padding-bottom: 11px;
    padding-top: 4px;
	}
	.video-container>.vc_column-inner {
		margin: 0 !important;
		padding: 0 !important;
	}
	.accordion-block .wpb_content_element a {
		margin-bottom: 30px;
	}
	.accordion-block .wpb_content_element p {
		clear: both;
	}
	.site-footer.main-row {
    padding: 20px 15px;
	}
	.site-footer.main-row a {
		margin-top: 25px;
	}
	.site-footer.main-row a.twitter {
		margin-top: 37px;
	}
	.site-footer.main-row a.linkedin {
		margin-top: 35px;
	}
	.single-img-mobile {
    margin: 0!important;
    padding: 0!important;
    text-align: center;
	}
	.personal-img {
		min-height: 340px;
		padding: 0 15px;
	}
	.vc_row-has-fill.vc_row-no-padding {
    padding: 0!important;
	}
	.blog-title-text h4 {
		font-size: 21px !important;
		line-height: 23px;
	}
	.no-margin-top.wpb_content_element {
		margin-top: 0 !important;
	}
	.blog-title-text h6 {
		font-size: 21px !important;
	}
	.wpb_content_element.no-padding-right {
		padding-right: 0 !important;
	}
	.accordion-block h3 {
		color: #0F405B;
		font-weight: 500;
	}
	.wpb_row.no-padding-top-mobile {
		padding-top: 0 !important;
	}
	.block-colored > [class^="vc_column-inner"] {
		min-height: auto;
	}
	.navigation {
		top: 69px !important;
	}
	.search-button { 
		margin: 16px 0 0 0 !important;
	}
	.search-button::after {
		content: "SEARCH";
		position: absolute;
		top: -2px;
    left: 25px;
		color: #0F405B;
	}
}
@media screen and (max-width: 992px) and (min-width: 769px){
	.navigation {
    top: 96px !important;
	}
}

@media (max-width: 380px) {
	.blog-title-text h4 {
		font-size: 21px !important;
		line-height: 23px;
		word-break: break-all;
	}
}

.rev_slider .tp-mask-wrap .tp-caption {
	  text-shadow: 1px 1px 1px #000;
}

.links-no-underline a {
	text-decoration: none !important;
}

.border-left-grey {
	border-left: 2px solid #F0F0F0;
}

.slider-block .vc_general.vc_pagination .vc_active .vc_pagination-trigger {
	background: #c4c4c4;
}

.slider-block .vc_pagination-color-grey.vc_pagination-style-flat .vc_pagination-trigger {
	border: 1px solid #c4c4c4;
}

.page-child .site-content {
	padding-top: 100px;
}

.page-child .site-content ul li,
.page-child p {
	font-weight: 400;
	font-size: 21px;
	line-height: 33px;
	margin: 10px 0 !important;
}

.page-child .site-content ul li:before {
	border: 2px solid #0F405B !important;
	background: transparent !important;
}

.page-child #bbp-forum-1923 li {
	font-size: 18px;
}

.page-template-template-landing.page-child .site-content ul li,
.page-template-template-landing.page-child p {
	font-weight: 400;
	font-size: inherit;
	line-height: inherit;
	margin: 10px 0 !important;
}

.vc_tta-panel.vc_animating {
    opacity: 0;
}