@font-face {
	font-family: "Poppins";
	src: url("/wp-content/themes/experon/fonts/poppins/Poppins-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Poppins";
	src: url("/wp-content/themes/experon/fonts/poppins/Poppins-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Poppins";
	src: url("/wp-content/themes/experon/fonts/poppins/Poppins-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins';
	src: url("/wp-content/themes/experon/fonts/poppins/Poppins-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, cite,
del, dfn, em, font, q, s, samp,
strike, strong,
ol, ul, li,
fieldset, form, label, legend,
tbody, tfoot, thead, tr {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #fff;
	font-family: "Poppins", sans-serif;
}
ol, ul {
	list-style: none;
}


/* ---------------------------------------------------------------------------------------
	02. GLOBAL
--------------------------------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #101828;
	font-size: 14px;
	line-height: 1.8;
	word-wrap: break-word;
}
body {
	background: #FFF;
}
#body-core {
	background: white;
	min-width: 320px;
	overflow: hidden;
}


h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}

/* Text elements */
ul, ol {
	margin: 0 0 20px 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
	*vertical-align: middle;
}
button,
input {
	line-height: inherit;
	*overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	padding: 11px 24px;
}
input.searchsubmit {
	padding: 6px 15px;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
select,
textarea {
	background: white;
	border: 1px solid #E5E5E5;
	padding: 10px 20px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
	background: #fff;
}
textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%;
}

/* Links */
a {
	color: #115172;
	cursor: pointer;
	text-decoration: none;
	outline: 0 none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	color: inherit;
}
a,
a:visited {
	text-decoration: none;
}

/* ---------------------------------------------------------------------------------------
	03. STRUCTURE
--------------------------------------------------------------------------------------- */
#pre-header-core,
#sub-footer-core,
#sub-footer-widgets,
#sub-footer-close,
#notification-core,
#intro-core,
#introaction-core,
#outroaction-core {
	display: block;
	max-width:1140px;
	margin: 0 auto;
}
#content,
.main-navigation,
.site-title,
.site-description {
    margin: 0 auto;
}

/* Boxed layout */
body.layout-boxed #body-core,
body.custom-background #body-core {
	max-width: 1170px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
body.layout-boxed #pre-header,
body.layout-boxed #header,
body.layout-boxed #header-sticky,
body.custom-background #pre-header,
body.custom-background #header,
body.custom-background #header-sticky {
	max-width: 1170px;
}

/* ---------------------------------------------------------------------------------------
	05. NAVIGATION
--------------------------------------------------------------------------------------- */
#nav-above,
#nav-below {
	padding: 20px 0 60px 0;
}
.nav-previous,
.nav-next {
	float: left;
	margin-right: 10px;
}
.nav-previous a,
.nav-next a {
	float: left
}
.nav-previous a .meta-icon,
.nav-next a .meta-icon {
	display: table;
	float: left;
	height: 43px;
	width: 43px;
}
.nav-previous a:hover .meta-icon,
.nav-next a:hover .meta-icon {
}
.nav-previous i,
.nav-next i {
    vertical-align: middle !important;
    display: table-cell;
}

/* ---------------------------------------------------------------------------------------
	06. HEADER
--------------------------------------------------------------------------------------- */

/* Custom Header */
.custom-header img {
	display: block;
	margin: 0 auto;
}

/* =Main
----------------------------------------------------------------------------- */

#logo a {
	display: block;
}
#logo h1 {
	color: #B8B8B8;
	font-size: 26px;
	line-height: 1.4;
	font-weight: 600;
	margin-top: 15px;
}
#logo h2 {
	color: #E0E0E0;
	font-size: 18px;
	line-height: 20px;
}

/* Logo - Header Style 1 - Bottom */
.header-below #logo {
	margin-top: 15px;
}
.header-below #logo img {
	max-height: 45px;
}

/* Logo - Header Style 2 */
.header-style2 #logo {
	margin-top: 20px;
}
.header-style2 #logo img {
	max-height: 55px;
}
.header-style2 #logo h1 {
	color: #FFF;
}


/* =Menu
----------------------------------------------------------------------------- */

/* Header Image*/
#header-image img {
	display: block;
	width: 100%;
}
#header-image.header-image-boxed {
	display: block;
	margin: 0 auto;
	max-width: 1170px;
}

/* Header */

#header-links-inner {
	float: right;
}
#header .header-links li {
	float: left;
}
#header .header-links > ul > li.menu-parent > a:after {
	position: relative;
	content: "\f107";
	font-family: fontawesome;
	padding-left: 6px;
}
#header .header-links .sub-menu {
	display: none;
	float: left;
	position: absolute;
	z-index: 9999;
	background: #FFF;
	border: 1px solid #E1E1E1;
	border-top: none;
}
#header .header-links .menu-hover > .sub-menu {
	margin-left: -16px;
}
#header .header-links .sub-menu li {
	float: none;
}
#header .header-links .sub-menu a {
	color: #bebebe;
	font-size: 13px;
	line-height: 32px;
	min-width: 100px;
	margin: 0;
	padding: 2px 10px;
	font-weight: normal;
}
#header .header-links .sub-menu a:hover,
#header .header-links .sub-menu .current-menu-item a {
	color: #115172;
}
#pre-header .sub-menu li,
#header .sub-menu li {
	float: none;
	position: relative;
}
#header .sub-menu li {
	padding: 0 20px;
}
#header .menu > li > a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header .menu > li.menu-hover > a,
#header .menu > li.current_page_item > a,
#header .menu > li.current-menu-ancestor > a,
#header .menu > li > a:hover {
	color: #1968b3;
}
.main-navigation:after {
	clear: both;
	content: "";
	display: block;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation .sub-menu a {
	white-space: nowrap;
}
.main-navigation .sub-menu .sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
}
.main-navigation ul ul :hover > a {
}
#pre-header .main-navigation ul li:hover > ul,
#pre-header .main-navigation ul li:focus-within > ul,
#header .main-navigation ul li:hover > ul,
#header .main-navigation ul li:focus-within > ul {
	display: block;
}

/* Header - Fancy Dropdown */
.header-fancydrop #header .header-links .sub-menu {
	-webkit-box-shadow: #115172 0px -4px 0px 0px, rgba(0, 0, 0, 0.15) 1px 1px 2px 0px;
	-moz-box-shadow: #115172 0px -4px 0px 0px, rgba(0, 0, 0, 0.15) 1px 1px 2px 0px;
	-ms-box-shadow: #115172 0px -4px 0px 0px, rgba(0, 0, 0, 0.15) 1px 1px 2px 0px;
	-o-box-shadow: #115172 0px -4px 0px 0px, rgba(0, 0, 0, 0.15) 1px 1px 2px 0px;
	box-shadow: #115172 0px -4px 0px 0px, rgba(0, 0, 0, 0.15) 1px 1px 2px 0px;
}

/* Header - Style 1 (Below slider) */
.header-style1.header-below #header {
	border-top: 1px solid #E1E1E1;
}
.header-style1.header-below #header .header-links > ul > li > a {
	padding: 25px 15px;
}
.header-style1.header-below #header-links .sub-menu {
	bottom: 100%;
	border-top: 1px solid #E1E1E1;
	border-bottom: none;
}
.header-style1.header-below.header-below2 #header-links .sub-menu {
	bottom: auto;
	border-top: none;
	border-bottom: 1px solid #E1E1E1;
}

/* Header - Style 2 (Including pre-header and social icons styling) */
.home.header-style2 #header {
	position: absolute;
}
.header-style2 #header {
	width: 100%;
	background: none;
	border-bottom: none;
}
.header-style2 #header .header-links > ul > li > a {
	padding: 35px 15px;
}
.header-style2 #header .menu > li.menu-hover > a,
.header-style2 #header .menu > li.current_page_item > a,
.header-style2 #header .menu > li.current-menu-ancestor > a,
.header-style2 #header .menu > li > a:hover {
	color: #FFF;
	background: none;
}

/* Header - Style 1 Sticky */
.header-sticky #header-sticky-space {
}
.header-sticky #pre-header,
.header-sticky #header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.header-stickyactive #header .header-links > ul > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Header - Style 1 Sticky - Below Header */
.header-sticky.header-below #pre-header,
.header-sticky.header-below #header {
	position: relative;
}
.header-stickyactive.header-below #header {
	position: fixed;
	border-bottom: 1px solid #E1E1E1;
}

/* Header - Style 2 Sticky */
.home.header-style2.header-sticky #header {
	position: fixed;
}
.header-style2.header-sticky #pre-header,
.header-style2.header-sticky #header {
	position: static;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.header-style2.header-stickyactive #header {
	position: fixed;
	background: #FFF;
	border-bottom: 1px solid #E1E1E1;
}
.header-style2.header-stickyactive #header .menu > li.menu-hover > a,
.header-style2.header-stickyactive #header .menu > li.current_page_item > a,
.header-style2.header-stickyactive #header .menu > li.current-menu-ancestor > a,
.header-style2.header-stickyactive #header .menu > li > a:hover	{
	color: #115172;
}

/* Header - Align header links with search */
#header-links-inner {
	display: table;
}

/* Header - Search */
#header-search .search {
	position: absolute;
	width: 0;
	top: -50px;
	right: 0;
	height: 50px;
	background: #FFF;
	border: 1px solid #E4E4E4;
	border-right: none;
	padding: 12px 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
#header-search.active .search {
	width: 250px;
	padding: 12px 10px;
}
#header-search .searchform {
	visibility: hidden;
	position: relative;
}
#header-search.active .searchform {
	visibility: visible;
}
#header-search .searchsubmit {
	display: none;
}
#header-search a {
	display: block;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	background: #115172;
	position: relative;
	z-index: 2;
	height: 50px;
	width: 50px;
	margin-left: 20px;
}
#header-search a:hover,
#header-search.active a {
	background: #202020;
}
#header-search .dashicons {
	font-size: 25px;
	line-height: 50px;
	width: 50px;
}

.header-style2 #header-search a {
	background: #222;
	background: rgba(0, 0, 0, 0.2);
}
.header-style2 #header-search a:hover,
.header-style2 #header-search.active a {
	background: #115172;
}
.header-style2 #header-search .search {
	border-top: none;
	border-bottom: none;
}


/* Search placeholder text color */
#header-search ::-webkit-input-placeholder { color: #BABABA; }
#header-search :-moz-placeholder { color: #BABABA; }
#header-search ::-moz-placeholder { color: #BABABA; }
#header-search :-ms-input-placeholder { color: #BABABA; }

/* Arrows of menu parents (uses FontAwesome css) */
#pre-header .sub-menu .menu-parent > a:before {
	font-family: FontAwesome;
	font-size: 1.3em;
	text-align: right;
	content: "\f105";
	position: relative;
	left: 5px;
	top: -2px;
	display: inline-block;
	float: right
}
#header .sub-menu .menu-parent > a:before {
	font-family: FontAwesome;
	font-size: 1.5em;
	text-align: right;
	content: "\f105";
	position: relative;
	left: 15px;
	display: inline-block;
	float: right;
}


/* =Bootstrap Menu
----------------------------------------------------------------------------- */
#header-responsive {
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


/* =Slider
----------------------------------------------------------------------------- */
#slider {
	position: relative;
}
#slider-core {
	position: relative;
	text-align: center;
}

/* SlideDeck 2 Slider */
#slider .slidedeck-frame {
	margin: 0 auto;
}

/* Responsive ThinkUpSlider */
#slider .slides {
	height: 0;
	margin: 0;
}
#slider .rslides {
	margin: 0;
	overflow: hidden;
}
.rslides li {
	width: 100%;
}
.rslides img {
	width: 100%;
}
#slider .rslides-inner {
	position: relative;
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
	border: 0;
	overflow: hidden;
}
#slider .rslides-inner li {
	height: auto;
	list-style: none;
}
#slider .rslides-container {
	padding: 20px 10px;
}
#slider a.rslides_nav {
	text-align: center;
	line-height: 1;
	width: 60px;
	height: 60px;
	margin: -30px 0 0;
	position: absolute;
	overflow: hidden;
	top: 50%;
	color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
#slider a.rslides_nav.prev {
	left: -60px;
}
#slider a.rslides_nav.next {
	right: -60px;
}
#slider a.rslides_nav.prev:before,
#slider a.rslides_nav.next:before {
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 60px;
	display: block;
	position: relative;
	z-index: 9999;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
#slider a.rslides_nav.prev:hover:before,
#slider a.rslides_nav.next:hover:before {
	color: #333;
	background: #fff;
}
#slider a.rslides_nav.prev:before {
	content: "\f104";
}
#slider a.rslides_nav.next:before {
	content: "\f105";
}
#slider .rslides-inner:hover a.rslides_nav {
	opacity: 1;
}
#slider .rslides-inner:hover a.rslides_nav.prev {
	left: 0px;
}
#slider .rslides-inner:hover a.rslides_nav.next {
	right: 0px;
}
#slider .rslides_tabs {
	position: absolute;
	z-index: 99;
	text-align: center;
	width: 100%;
	bottom: 10px;
	margin: 0;
}
#slider .rslides_tabs li {
	list-style: none;
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}
#slider .rslides_tabs li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
#slider .rslides_tabs li a:hover,
#slider .rslides_tabs li.rslides_here a {
	background: #333;
	background: rgba(0, 0, 0, 0.7)
}

/* Vary style for full-width and boxed slider */
.slider-boxed #slider .rslides-content {
	padding: 0 30px;
}
.slider-boxed #slider .rslides-inner {
	width: 1130px;
}
.slider-boxed #slider .rslides-inner {
	-webkit-box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
	-moz-box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
	-o-box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
	box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
}
.slider-full #header-core {
	max-width: 1140px;
}
.slider-full #header-links {
	border-bottom: none;
}
.slider-full #slider  .rslides-inner {
	width: 100%;
	position: relative;
}
.slider-full #slider .rslides-container {
	padding: 0;
}

/* Responsive ThinkUpSlider - Content */
#slider .rslides-content,
.thinkupslider-sc .rslides-content {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#slider .rslides-content-inner,
.thinkupslider-sc .rslides-content-inner {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#slider .featured,
.thinkupslider-sc .featured {
	display: table-cell;
	vertical-align: middle;
}
#slider .featured-title,
.thinkupslider-sc .featured-title {
	margin-bottom: 20px;
}
#slider .featured-title span,
.thinkupslider-sc .featured-title span {
	display: inline-block;
	color: #115172;
	font-size: 48px;
	font-weight: 300;
	line-height: 1.15;
}

#slider .featured-excerpt p,
.thinkupslider-sc .featured-excerpt p {
	margin-bottom: 25px;
}
#slider .featured-excerpt span,
.thinkupslider-sc .featured-excerpt span {
	display: inline-block;
	color: #115172;
	font-size: 15px;
	line-height: 1.6;
}

#slider .featured-link,
.thinkupslider-sc .featured-link {
	display: inline-block;
	margin: 4px;
	-webkit-box-shadow: 0 0 0 4px #FFF;
	-moz-box-shadow: 0 0 0 4px #FFF;
	-ms-box-shadow: 0 0 0 4px #FFF;
	-o-box-shadow: 0 0 0 4px #FFF;
	box-shadow: 0 0 0 4px #FFF;
}
#slider .featured-link a,
.thinkupslider-sc .featured-link a {
	display: inline-block;
	color: #115172;
	background: #FFF;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 25px;
	margin: 2px;
}
#slider .featured-link a:hover,
.thinkupslider-sc .featured-link a:hover {
	color: #FFF;
	border-color: #FFF;
	background: #FFF;
	background: #115172;
}
#slider .featured-icon,
.thinkupslider-sc .featured-icon {
	display: block;
}
#slider .featured-icon i,
.thinkupslider-sc .featured-icon i {
	right: 0;
	color: #FFF;
	font-size: 75px;
	margin-top: 40px;
}

/* Slider - Style 2 & 3 */
#slider.style2 .featured.one_half,
.thinkupslider-sc.style2 .featured.one_half {
	padding-left: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#slider.style3 .featured.one_half,
.thinkupslider-sc.style3 .featured.one_half {
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#slider.style2 .wrap-safari,
#slider.style3 .wrap-safari,
.thinkupslider-sc.style2 .wrap-safari,
.thinkupslider-sc.style3 .wrap-safari {
	display: table;
	height: 100%;
	max-width: 1140px;
	margin: 0 auto;
	width: 100%;
}
#slider.style2 .rslides-content-inner,
#slider.style3 .rslides-content-inner,
.thinkupslider-sc.style2 .rslides-content-inner,
.thinkupslider-sc.style3 .rslides-content-inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	margin: 0 auto;
}
#slider.style2 .featured-video,
#slider.style3 .featured-video,
.thinkupslider-sc.style2 .featured-video,
.thinkupslider-sc.style3 .featured-video {
	margin-bottom: 0;
}

/* Slider - Style 4 (Title - Theme, Excerpt - Black ) */
#slider .rslides-content.style4 .featured-title,
.thinkupslider-sc .rslides-content.style4 .featured-title {
	margin: 0;
}
#slider .rslides-content.style4 .featured-title span,
.thinkupslider-sc .rslides-content.style4 .featured-title span {
	color: #fff;
	background: #115172;
	padding: 0 15px 10px;
}
#slider .rslides-content.style4 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style4 .featured-excerpt span {
	color: #eaeaea;
	background: #222;
	padding: 0 15px 10px;
}
#slider .rslides-content.style4 .featured-title span:first-child,
#slider .rslides-content.style4 .featured-excerpt span:first-child,
.thinkupslider-sc .rslides-content.style4 .featured-title span:first-child,
.thinkupslider-sc .rslides-content.style4 .featured-excerpt span:first-child {
	padding-top: 10px;
}

/* Slider - Style 5 (Title & Excerpt - Transparent Black ) */
#slider .rslides-content.style5 .featured-title span,
#slider .rslides-content.style5 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style5 .featured-title span,
.thinkupslider-sc .rslides-content.style5 .featured-excerpt span {
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	padding: 0px 15px 10px;
}
#slider .rslides-content.style5 .featured-title span:first-child,
#slider .rslides-content.style5 .featured-excerpt span:first-child,
.thinkupslider-sc .rslides-content.style5 .featured-title span:first-child,
.thinkupslider-sc .rslides-content.style5 .featured-excerpt span:first-child {
	padding-top: 10px;
}
#slider .rslides-content.style5 .featured-title span,
.thinkupslider-sc .rslides-content.style5 .featured-title span {
	line-height: 1;
	font-weight: 600;
}
#slider .rslides-content.style5 .featured-link a,
.thinkupslider-sc .rslides-content.style5 .featured-link a {
	border: none;
}
#slider .rslides-content.style5 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style5 .featured-link a:hover {
	background: rgba(0, 0, 0, 0.4);
}

/* Slider - Style 6 (Title & Excerpt - Dark Colors ) */
#slider .rslides-content.style6 .featured-title span,
.thinkupslider-sc .rslides-content.style6 .featured-title span {
	color: #333;
}
#slider .rslides-content.style6 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style6 .featured-excerpt span {
	color: #667;
}
#slider .rslides-content.style6 .featured-link a,
.thinkupslider-sc .rslides-content.style6 .featured-link a {
	color: #333;
	border: 1px solid #333;
}
#slider .rslides-content.style6 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style6 .featured-link a:hover {
	color: #FFF;
	background: #333;
}

/* Slider - Style 7 (Title & Excerpt - Transparent White Background - Dark Font ) */
#slider .rslides-content.style7 .featured-title span,
#slider .rslides-content.style7 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style7 .featured-title span,
.thinkupslider-sc .rslides-content.style7 .featured-excerpt span {
	background: #FFF;
	background: rgba(255, 255, 255, 0.75);
	padding: 0 20px 10px;
}
#slider .rslides-content.style7 .featured-title span:first-child,
#slider .rslides-content.style7 .featured-excerpt span:first-child,
.thinkupslider-sc .rslides-content.style7 .featured-title span:first-child,
.thinkupslider-sc .rslides-content.style7 .featured-excerpt span:first-child {
	padding-top: 10px;
}
#slider .rslides-content.style7 .featured-title span,
.thinkupslider-sc .rslides-content.style7 .featured-title span {
	color: #333;
	font-weight: 600;
}
#slider .rslides-content.style7 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style7 .featured-excerpt span {
	color: #667;
}

/* Slider - Style 8 (Title - Black Background - White Font, Excerpt - Dark Color ) */
#slider .rslides-content.style8 .featured-title span,
.thinkupslider-sc .rslides-content.style8 .featured-title span {
	text-transform: uppercase;
	color: #FFF;
	background: #000;
	font-weight: 600;
	padding: 0 10px 10px;
}
#slider .rslides-content.style8 .featured-title span:first-child,
.thinkupslider-sc .rslides-content.style8 .featured-title span:first-child {
	padding-top: 10px;
}
#slider .rslides-content.style8 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style8 .featured-excerpt span {
	color: #000;
	font-weight: 600;
}
#slider .rslides-content.style8 .featured-link a,
.thinkupslider-sc .rslides-content.style8 .featured-link a {
	color: #000;
	border: 1px solid #000;
}
#slider .rslides-content.style8 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style8 .featured-link a:hover {
	color: #FFF;
	border-color: #115172;
}

/* Slider - Style 9 (Title - Dark Background - Light Color, Excerpt - Light Background - Dark Color ) */
#slider .rslides-content.style9 .featured-title span,
#slider .rslides-content.style9 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style9 .featured-title span,
.thinkupslider-sc .rslides-content.style9 .featured-excerpt span {
	padding: 0 10px 10px;
}
#slider .rslides-content.style9 .featured-title span:first-child,
#slider .rslides-content.style9 .featured-excerpt span:first-child,
.thinkupslider-sc .rslides-content.style9 .featured-title span:first-child,
.thinkupslider-sc .rslides-content.style9 .featured-excerpt span:first-child {
	padding-top: 10px;
}
#slider .rslides-content.style9 .featured-title span,
.thinkupslider-sc .rslides-content.style9 .featured-title span {
	color: #FFF;
	font-weight: 600;
	background: #000;
}
#slider .rslides-content.style9 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style9 .featured-excerpt span {
	color: #000;
	font-weight: 400;
	background: #fff;
}

/* Slider - Video code */
#slider .featured-video iframe,
.thinkupslider-sc .featured-video iframe {
	padding-bottom: 20px;
}
#slider .featured-video .wp-video,
#slider .wp-video-shortcode,
.thinkupslider-sc .featured-video .wp-video,
.thinkupslider-sc .wp-video-shortcode {
	max-width: 100%;
}
#slider .videoBG video,
.thinkupslider-sc .videoBG video {
	top: -30% !important;
	width: 100%;
}
#slider .mejs-layers,
.thinkupslider-sc .mejs-layers {
	max-width: 100%;
}
#slider .videoBG,
#slider .videoBG_wrapper,
#slider .videoBG_wrapper li,
.thinkupslider-sc .videoBG,
.thinkupslider-sc .videoBG_wrapper,
.thinkupslider-sc .videoBG_wrapper li {
	width: 100% !important;
	height: 100% !important;
}

/* Animate slide content */
#slider .featured-title,
#slider .featured-excerpt,
#slider .featured-link,
#slider .featured-icon,
.thinkupslider-sc .featured-title,
.thinkupslider-sc .featured-excerpt,
.thinkupslider-sc .featured-link,
.thinkupslider-sc .featured-icon {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	-ms-transform: translateY(35px);
	-o-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#slider .rslides1_on .featured-title,
#slider .rslides1_on .featured-excerpt,
#slider .rslides1_on .featured-link,
#slider .rslides1_on .featured-icon,
.thinkupslider-sc .rslides > [class*="_on"] .featured-title,
.thinkupslider-sc .rslides > [class*="_on"] .featured-excerpt,
.thinkupslider-sc .rslides > [class*="_on"] .featured-link,
.thinkupslider-sc .rslides > [class*="_on"] .featured-icon {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
}
#slider .rslides1_on .featured-title,
.thinkupslider-sc .rslides > [class*="_on"] .featured-title {
	-webkit-transition-delay: 1.0s;
	-moz-transition-delay: 1.0s;
	-ms-transition-delay: 1.0s;
	-o-transition-delay: 1.0s;
	transition-delay: 1.0s;
}
#slider .rslides1_on .featured-excerpt,
.thinkupslider-sc .rslides > [class*="_on"] .featured-excerpt {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-ms-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
#slider .rslides1_on .featured-link,
.thinkupslider-sc .rslides > [class*="_on"] .featured-link {
	-webkit-transition-delay: 1.4s;
	-moz-transition-delay: 1.4s;
	-ms-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	transition-delay: 1.4s;
}
#slider .rslides1_on .featured-icon,
.thinkupslider-sc .rslides > [class*="_on"] .featured-icon {
	-webkit-transition-delay: 1.6s;
	-moz-transition-delay: 1.6s;
	-ms-transition-delay: 1.6s;
	-o-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

/* Slider - Alignment */
#slider .rslides-content.slider-left .featured-title,
#slider .rslides-content.slider-left .featured-excerpt,
#slider .rslides-content.slider-left .featured-link,
.thinkupslider-sc .rslides-content.slider-left .featured-title,
.thinkupslider-sc .rslides-content.slider-left .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-left .featured-link {
	text-align: left;
}
#slider .rslides-content.slider-left .featured-link,
.thinkupslider-sc .rslides-content.slider-left .featured-link {
	float: left;
}
#slider .rslides-content.slider-right .featured-title,
#slider .rslides-content.slider-right .featured-excerpt,
#slider .rslides-content.slider-right .featured-link,
.thinkupslider-sc .rslides-content.slider-right .featured-title,
.thinkupslider-sc .rslides-content.slider-right .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-right .featured-link {
	text-align: right;
}
#slider .rslides-content.slider-right .featured-link,
.thinkupslider-sc .rslides-content.slider-right .featured-link {
	float: right;
}
#slider .rslides-content.slider-center .featured-title,
#slider .rslides-content.slider-center .featured-excerpt,
#slider .rslides-content.slider-center .featured-link,
.thinkupslider-sc .rslides-content.slider-center .featured-title,
.thinkupslider-sc .rslides-content.slider-center .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-center .featured-link {
	text-align: center;
}
#slider .rslides-content.slider-half .featured-title,
#slider .rslides-content.slider-half .featured-excerpt span,
#slider .rslides-content.slider-half .featured-link,
.thinkupslider-sc .rslides-content.slider-half .featured-title,
.thinkupslider-sc .rslides-content.slider-half .featured-excerpt span,
.thinkupslider-sc .rslides-content.slider-half .featured-link {
	width: 50%;
}
#slider .rslides-content.slider-middle .featured-title,
#slider .rslides-content.slider-middle .featured-excerpt,
#slider .rslides-content.slider-middle .featured-link,
.thinkupslider-sc .rslides-content.slider-middle .featured-title,
.thinkupslider-sc .rslides-content.slider-middle .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-middle .featured-link {
	width: 50%;
	margin-left: auto;
	margin-right: 0;
}

/* Slider - Style 2 (Title - Theme, Excerpt - White ) */
#slider .rslides-content.style2 .featured-title span,
#slider .rslides-content.style2 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style2 .featured-title span,
.thinkupslider-sc .rslides-content.style2 .featured-excerpt span {
	color: #FFF;
}
#slider .rslides-content.style2 .featured-link,
.thinkupslider-sc .rslides-content.style2 .featured-link {
	margin-top: 25px
}

/* Slider - Style 3 (Title & Excerpt - White - Larger Title ) */
#slider .rslides-content.style3 .featured-title span,
#slider .rslides-content.style3 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style3 .featured-title span,
.thinkupslider-sc .rslides-content.style3 .featured-excerpt span {
	color: #FFF;
}
#slider .rslides-content.style3 .featured-title span,
.thinkupslider-sc .rslides-content.style3 .featured-title span {
	font-size: 50px;
	line-height: 1.6;
}
#slider .rslides-content.style3 .featured-link,
.thinkupslider-sc .rslides-content.style3 .featured-link {
	margin-top: 25px
}

/* =Intro Options
----------------------------------------------------------------------------- */

/* Page Title */
#intro {
	padding: 35px 10px;
	background: #f6f6f6;
	background: url( 'images/backgrounds/paper-experon.jpg' ) repeat;
	border-bottom: 1px solid #E5E5E5;
}
#intro #intro-core {
	display: table;
	width: 100%;
}
#intro .page-title {
	font-size: 40px;
	font-weight: 300;
	color: #115172;
	margin: 0px;
	display: table-cell;
}

/* Breadcrumbs */
#intro #breadcrumbs {
	color: #115172;
	font-size: 13px;
	font-weight: 600;
	display: table-cell;
	vertical-align: middle;
}
#intro #breadcrumbs .delimiter {
	padding: 0px 2px;
}
#intro #breadcrumbs a {
	color: #6A6A6A;
}
#intro #breadcrumbs a:hover {
	color: inherit;
}
#intro #breadcrumbs-core {
	display: inline-block;
	float: right;
}
#intro #breadcrumbs-home {
    padding-left: 12px;
}
#intro #breadcrumbs-home:after {
    position:relative;
    top: 1px;
    font-family: fontAwesome;
    font-size: large;
    content: "\f015";
    padding-left: 12px;
}


/* Align title and breadcumb table cells */
#intro.option1 .page-title {
	width: 100%;
}
#intro.option2 .page-title,
#intro.option2 #breadcrumbs {
	width: 50%;
}


/* =Notification Bar
----------------------------------------------------------------------------- */
#notification {
	position: relative;
	z-index:999999;
	width: 100%;
	background: #364BE6;
	border-bottom: 2px solid white;
	-webkit-box-shadow: 0 0 6px 0 #999;
	-moz-box-shadow: 0 0 6px 0 #999;
	-ms-box-shadow: 0 0 6px 0 #999;
	-o-box-shadow: 0 0 6px 0 #999;
	box-shadow: 0 0 6px 0 #999;
}
#notification-core {
	text-align: center;
	color: white;
	padding: 5px 0px;
}
#notification-core .notification-button {
	color: white;
	background: black;
	padding: 3px 10px;
	margin: 0px 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}


/* ---------------------------------------------------------------------------------------
	07. MAIN CONTENT
--------------------------------------------------------------------------------------- */

/* =Buttons
----------------------------------------------------------------------------- */

/* Theme button - Style 1 */
.themebutton,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	overflow: hidden;
	color: #FFF;
	text-align: center;
	background: #115172;
	border: none;
	margin: 4px;
	border: 2px solid rgb(255, 255, 255);
	-webkit-box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
	-moz-box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
	-ms-box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
	-o-box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
	box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.themebutton {
	color: #FFF;
}
.themebutton:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #115172;
	background: rgba(17, 81, 114, 0.2);
}
.themebutton:focus,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
}

/* Theme button - Style 1 */
.themebutton2  {
	color: #115172;
	text-align: center;
	background: rgba(17, 81, 114, 0.2);
	border: none;
	margin: 4px;
	border: 2px solid rgb(255, 255, 255);
	-webkit-box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
	-moz-box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
	-ms-box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
	-o-box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
	box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.themebutton2 {
	color: #115172;
}
.themebutton2:hover {
	color: #fff;
	background: #115172;
}
.themebutton2:focus {
}

/* Theme button - Style 3 */
.themebutton3 {
	color: #FFF;
	text-align: center;
	background: #2d2d2d;
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
a.themebutton3 {
	color: #FFF;
}
.themebutton3:hover {
	background: #115172;
}

/* Theme button - Style 4 */
.themebutton4 {
	color: #115172;
	text-align: center;
	background: #fff;
	background: rgba(255, 255, 255, 0.2);
	border: 2px solid #115172;
	-webkit-box-shadow: 0 0 0 4px #FFF;
	-moz-box-shadow: 0 0 0 4px #FFF;
	-ms-box-shadow: 0 0 0 4px #FFF;
	-o-box-shadow: 0 0 0 4px #FFF;
	box-shadow: 0 0 0 4px #FFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.themebutton4 {
	color: #FFF;
}
.themebutton4:hover {
	color: #115172;
	background: #fff;
}

/* =Accessibility - Underline links within content areas
----------------------------------------------------------------------------- */
/* #section-home a,
#main a {
	text-decoration: underline;
} */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.themebutton,
a.themebutton,
.themebutton2,
a.themebutton2,
.entry-meta a,
.blog-title a,
.featured-link a,
.widget_tag_cloud a,
.nav-links a {
	text-decoration: none !important;
}

/* =Pre-Designed Homepage
----------------------------------------------------------------------------- */
#section-home {
	padding: 0 10px;
}
#section-home-inner {
	max-width: 1140px;
	margin: 30px auto 0;
}
#section-home .services-builder {
	margin: 0;
}

/* =Call to Action
----------------------------------------------------------------------------- */
#introaction,
#outroaction {
	text-align: center;
}
#introaction {
	padding: 50px 10px 20px;
}
#outroaction {
	padding: 20px 10px 50px;
}
.action-text {
	margin-bottom: 0;
}
.action-text h3 {
	display: inline;
	color: #115172;
	font-size: 60px;
	line-height: 1.05;
	font-weight: 300;
}
.action-teaser {
	color: #6D6F71;
	font-size: 28px;
	font-weight: 300;
	padding: 7px 0;
	margin-bottom: 0;
}
.action-text h3,
.action-teaser p {
	margin-bottom: 0px;
}
.action-link {
	padding-top: 20px
}
.action-link a {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 35px;
}

/* Call to Action - Style 1 Specific Code */
#introaction.style1 .action-link a,
#outroaction.style1 .action-link a {
	margin: 15px 4px 4px;
}

/* Call to Action - Style 2 Specific Code */
#introaction.style2 #introaction-core,
#outroaction.style2 #outroaction-core {
	padding: 30px 30px 10px;
	border: 4px solid rgba(17, 81, 114, 0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#introaction.style2 .action-message,
#outroaction.style2 .action-message {
	text-align: left;
}
#introaction.style2 .action-text h3,
#outroaction.style2 .action-text h3 {
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
}
#introaction.style2 .action-teaser,
#outroaction.style2 .action-teaser {
	line-height: 1;
	padding: 0;
}
#introaction.style2 .action-link,
#outroaction.style2 .action-link {
	padding: 0;
}

/* =Floating Content
----------------------------------------------------------------------------- */
#header-core:before,
#header-core:after,
#intro-core:before,
#intro-core:after,
#introaction-core:before,
#introaction-core:after,
#outroaction-core:before,
#outroaction-core:after,
#main-core:before,
#main-core:after,
#content-core:before,
#content-core:after,
#article:before,
#article:after,
#nav-above:before,
#nav-above:after,
#nav-below:before,
#nav-below:after,
#sharepost:before,
#sharepost:after,
#author-bio:before,
#author-bio:after,
#sub-footer:before,
#sub-footer:after,
#footer-core:before,
#footer-core:after,
.entry-meta:before,
.entry-meta:after,
.attention:before,
.attention:after,
ul.pricing-table:before,
ul.pricing-table:after,
.popular-posts:before,
.popular-posts:after,
.recent-comments:before,
.recent-comments:after,
.recent-posts:before,
.recent-posts:after,
.searchform:before,
.searchform:after,
.thinkup_widget_categories a:before,
.thinkup_widget_categories a:after {
    content:"";
    display:table;
}
#header-core:after,
#intro-core:after,
#introaction-core:after,
#outroaction-core:after,
#main-core:after,
#content-core:after,
#article:after,
#nav-above:after,
#nav-below:after,
#sharepost:after,
#author-bio:after,
#sub-footer:after,
#footer-core:after,
.entry-meta:after,
.attention:after,
ul.pricing-table:after,
.popular-posts:after,
.recent-comments:after,
.recent-posts:after,
.searchform:after,
.thinkup_widget_categories a:after {
    clear:both;
}


/* ---------------------------------------------------------------------------------------
	08. FOOTER
--------------------------------------------------------------------------------------- */

footer {
	color: #fff;
	position: relative;
}
footer::before {
	content: "";
	background: url( '/wp-content/uploads/2026/01/footer-shape.png' ) no-repeat;
	background-size: cover;
	width: 100%;
    height: 100px;
    display: block;
    position: absolute;
    top: -90px;
}
@media only screen and (min-device-width: 576px) and (max-device-width: 1024px) {
	footer::before {
		background-size: contain;
		top: -45px;
	}
}
@media (max-width: 575px) {
	footer::before {
		background-size: contain;
		top: -20px;
	}
}

#footer {
	font-size: 14px;
	padding: 64px 43px 0px;
}
#footer-core input[type=text],
#footer-core input[type=email],
#footer-core input[type=password],
#footer-core select,
#footer-core textarea {
	border: none;
	background: #d8d8d8;
	background: rgba(47, 47, 47, 0.1);
}
#footer-core h3 {
	display: inline-block;
	color: #2F2F2F;
	font-size: 20px;
	margin-bottom: 35px;
}
#footer-core h3 span {
}
#footer-core {
	border-bottom: 1px solid;
}
/* #footer-core a,
#footer-core .widget li > a:before {
	color: #115172;
}
#footer-core a:hover,
#footer-core .widget li > a:hover:before {
	color: #2F2F2F;
} */

/* Sub Footer */
#sub-footer {
    position: relative;
    padding: 16px 43px 16px;
    text-align: center;
	font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

#footer-menu {
	text-align: right;
	margin-bottom: 10px;
}
#footer-menu a {
	padding: 0 8px;
}
#footer-menu ul {
	margin: 0px;
}
#footer-menu li {
	display: inline-block;
}
#footer-menu li:after {
	content: '|';
}
#footer-menu li:last-child:after {
	content: none;
}

/* Sub Footer - Widgets */
#sub-footer-widgets {
	max-height: 500px;
	overflow: hidden;
	padding: 25px 0 0;
	-webkit-transition: max-height 0.5s ease;
	-moz-transition: max-height 0.5s ease;
	-ms-transition: max-height 0.5s ease;
	-o-transition: max-height 0.5s ease;
	transition: max-height 0.5s ease;
}
#sub-footer-widgets.collapsed {
	max-height: 0;
}
#sub-footer-widgets h3{
	display: inline-block;
	color: #848484;
	font-size: 18px;
}
#sub-footer-widgets p {
	color: #717171;
}

/* Sub Footer - Close */
#sub-footer-close {
	position: relative;
	text-align: center;
}
#sub-footer-close-core {
    position: absolute;
    background: #303030;
    top: -49px;
    right: 0;
    display: block;
    height: 34px;
    width: 39px;
}
#sub-footer-close-core:hover {
	cursor: pointer;
}
#sub-footer-close-core:before {
	font-family: FontAwesome;
	content: "\f107";
	color: #FFF;
	display: block;
	line-height: 34px;
	font-size: large;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#sub-footer-close-core.collapsed:before {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}


/* Post-footer - Align copyright and social media */
#sub-footer-core {
	display: table;
	width: 100%;
}
#sub-footer-core .copyright,
#post-footer-social,
#sub-footer-core #footer-menu {
	display: table-cell;
	vertical-align: middle;
}

/* Post-footer - Social Media */
#post-footer-social ul {
	margin: 0;
	display: table;
	float: right;
}
#post-footer-social li {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
#post-footer-social li a {
	display: table;
	text-align: center;
	color: #303030;
	background: #454545;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}

#post-footer-social li a:hover {
	color: #303030;
	background: #505050;
}
#post-footer-social li i {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: 1px;
}
#post-footer-social .tooltip-inner {
	padding: 6px 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
#post-footer-social .tooltip-arrow,
#post-footer-social .tooltip-inner {
	margin-bottom: 5px;
}

/* Post-footer - Scroll To Top */
#scrollUp {
	bottom: 20px;
	right: 20px;
	-webkit-transition: all 0 ease;
	-moz-transition: all 0 ease;
	-ms-transition: all 0 ease;
	-o-transition: all 0 ease;
	transition: all 0 ease;
}
#scrollUp:after {
	content: "\f106";
	font-family: fontawesome;
	width: 45px;
	height: 45px;
	display: block;
	text-align: center;
	line-height: 45px;
	font-size: 30px;
	color: #FFF;
	background: #202020;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#scrollUp:hover:after {
	background: #115172;
}


/* ---------------------------------------------------------------------------------------
	09. WIDGETS & SIDEBAR
--------------------------------------------------------------------------------------- */

/* =Sidebar
--------------------------------------------------------------------------------------- */
#sidebar .widget {
	margin-bottom: 40px;
}
#sidebar h3.widget-title {
	display: inline-block;
	position: relative;
	font-size: 17px;
	font-weight: 600;
}
#sidebar .rev_slider_wrapper {
	padding: 3px;
	border: 1px solid #ddd;
}

/* Left Sidebar Layout */
.layout-sidebar-left #main {
	float: right;
	width: 73%;
	display: block;
}
.layout-sidebar-left #main-core {
	margin-left: 30px;
}
.layout-sidebar-left #sidebar {
	display: block;
	float: right;
	width: 27%;
}
.layout-sidebar-left #sidebar-core {
	margin-right: 50px;
}

/* Right Sidebar Layout */
.layout-sidebar-right #main {
	float: left;
	width: 73%;
	display: block;
}
.layout-sidebar-right #main-core {
	margin-right: 30px;
}
.layout-sidebar-right #sidebar {
	display: block;
	float: left;
	width: 27%;
}
.layout-sidebar-right #sidebar-core {
	margin-left: 50px;
}

/* =Widgets
--------------------------------------------------------------------------------------- */
.widget {
	line-height: 1.8;
}
.widget select {
	max-width: 100%
}
.widget a {
	color: inherit;
}
#footer .widget {
	margin-bottom: 24px;
}
#footer .widget-area .widget:last-child {
	margin-bottom: 0px;
}

/* Link color  - Various widgets */
#footer .thinkup_widget_categories a,
#footer .popular-posts a,
#footer .recent-comments a,
#footer .recent-posts a,
#footer .thinkup_widget_tagscloud a {
	font-weight: normal;
}
#footer .popular-posts a.comment,
#footer .recent-comments a.date,
#footer .recent-posts a.date {
	color: #2f2f2f;
}
#footer .thinkup_widget_categories a:hover,
#footer .popular-posts a:hover,
#footer .recent-comments a:hover,
#footer .recent-posts a:hover {
	color: #2f2f2f;
}

/* Default Widgets */
.widget ul {
	margin: 0;
}
.widget li {
	list-style: none;
}
.widget ul.children,
.widget ul.sub-menu {
	border-left:none;
	border-right:none;
	border-bottom: none !important;
}
.widget ul.children li:last-child,
.widget ul.sub-menu li:last-child {
	border-bottom: none;
}
.widget ul.children li a,
.widget ul.sub-menu li a {
	padding-left: 20px;
}
.widget ul.children ul.children li a,
.widget ul.sub-menu ul.sub-menu li a {
	padding-left: 40px;
}
.widget select {
	width: 100%;
	margin-top: 10px;
}

/* Default Widgets - Footer Area */
#footer .widget ul {
	border: none;
}
#footer .widget ul.children li a,
#footer .widget ul.sub-menu li a {
	padding-left: 15px;
}
#footer .widget ul.children ul.children li a,
#footer .widget ul.sub-menu ul.sub-menu li a {
	padding-left: 30px;
}

/* Widget Specific - Archives */
.widget.widget_archive li > a:before {
	content: "";
	margin-right: 0;
}

/* Widget Specific - Calendar */
.widget_calendar #calendar_wrap {
	border: 1px solid #EEE;
	padding: 10px;
}
.widget_calendar #wp-calendar {
	margin: 0;
}
#footer .widget_calendar #calendar_wrap {
	border-color: #d8d8d8;
	overflow: hidden;
}

/* Default Widget - Rss */
#sidebar .widget_rss li {
	padding: 10px 0;
}
.widget_rss li a {
	display: inline-block;
	color: #115172;
}
.widget_rss li a:hover {
	color: inherit;
}
.widget li a.rsswidget {
	padding: 0;
}
.widget li .rsswidget,
.widget li .rss-date,
.widget li .rssSummary {
	padding: 5px 0
}

/* Default Widget - Tag Cloud */
.widget_tag_cloud a {
	font-size: 14px !important;
	color: #FFF;
	background: #115172;
	display: inline-block;
}
.widget_tag_cloud a:hover {
	background: #222;
}
#sidebar .widget_tag_cloud a {
	padding: 3px 10px;
	margin: 0 5px 6px 0;
}

#footer .widget_tag_cloud a:nth-child(3n) {
	margin-right: 0;
}
#footer .widget_tag_cloud a {
	color: #cbcbcb;
	font-size: 13px !important;
	text-align: center;
	padding: 4px 10px;
	margin: 0 3px 6px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .widget_tag_cloud a:hover {
	color: #FFF;
}

/* Default Widget - Search */
.widget_search .searchsubmit { display: none; }
.widget_search form {
	padding: 10px;
	border: 1px solid #EEE;
}
.widget_search .search {
	float: left;
	font-size: 11px;
	width: 100%;
	border: 1px solid #E2E2E2;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
#footer .widget_search form {
	border: none;
	padding: 0;
}
#footer .widget_search .search {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

/* Default Widget - Remove Borders */
#sidebar .widget_tag_cloud,
#sidebar .widget_archive,
#sidebar .widget_categories,
#sidebar .widget_search {
	border-bottom: none;
}

/* Custom Widget - Categories */
.thinkup_widget_categories { list-style: none; }
.thinkup_widget_categories ul { list-style: none; margin: 0; }
.thinkup_widget_categories li i { width: 10%; }
.thinkup_widget_categories li a { display: block !important; padding: 0 !important }
.thinkup_widget_categories li a:hover { color: #115172; }
.thinkup_widget_categories li span { float: left; display: inline-block; }
.thinkup_widget_categories select { width: 95%; margin-top: 10px; }

#sidebar .thinkup_widget_categories select { width: 100%; }
#sidebar .thinkup_widget_categories .widget-main { padding-top: 5px; }
#sidebar .thinkup_widget_categories li { padding: 10px 0; }

/* Custom Widget - Child Menu */
.thinkup_widget_childmenu ul {
	overflow: hidden;
	border-width: 1px 1px 0;
	-webkit-border-radius: 10px 0px 10px 0px;
	-moz-border-radius: 10px 0px 10px 0px;
	-ms-border-radius: 10px 0px 10px 0px;
	-o-border-radius: 10px 0px 10px 0px;
	border-radius: 10px 0px 10px 0px;
}
.thinkup_widget_childmenu ul {
	border: 1px solid #d8d8d8;
}
.thinkup_widget_childmenu li {
	border-bottom: 1px solid #d8d8d8;
}
.thinkup_widget_childmenu li:last-child {
	border-bottom: none;
}
.thinkup_widget_childmenu li a {
	display: block;
	padding: 10px 20px;
}
.thinkup_widget_childmenu li > a:before {
	content: "\f105";
	float: right;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.thinkup_widget_childmenu li a.active,
.thinkup_widget_childmenu li a:hover,
.thinkup_widget_childmenu li > a.active:before,
.thinkup_widget_childmenu li > a:hover:before {
	color: #115172
}

/* Custom Widget - Contact Form */
.wpcf7-form p {
	font-size: 15px;
	line-height: 35px;
	margin-bottom: 10px;
}
.wpcf7-form input {
	width: 100%;
}
.wpcf7-form input[type="submit"] {
	width: inherit;
	padding: 8px 30px;
}
.wpcf7-form textarea {
	height: 130px;
	min-height: 68px;
}
.wpcf7-form .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
	width: 100%;
	left: 0;
	top: -6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#footer .wpcf7-form input,
#footer .wpcf7-form textarea {
	color: #969696;
	border: 1px solid #444;
	background: #2D2D2D;
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
#footer .wpcf7-form input[type=submit] {
	text-transform: capitalize;
	border: 1px solid #111;
	background: #1A1A1A;
}

/* Custom Widget - Contact Form 7 placeholder text color */
.wpcf7-form ::-webkit-input-placeholder { font-size: 12px; text-transform: uppercase; color: #6a6a6a; font-weight: 600; opacity: 0.6; }
.wpcf7-form :-moz-placeholder { font-size: 12px; text-transform: uppercase; color: #6a6a6a; font-weight: 600; opacity: 0.6; }
.wpcf7-form ::-moz-placeholder { font-size: 12px; text-transform: uppercase; color: #6a6a6a; font-weight: 600; opacity: 0.6; }
.wpcf7-form :-ms-input-placeholder { font-size: 12px; text-transform: uppercase; color: #6a6a6a; font-weight: 600; opacity: 0.6; }

/* Custom Widget - Flickr */
.thinkup_widget_flickr a,
.thinkup_widget_flickr img {
	display: block;
}
.thinkup_widget_flickr img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.thinkup_widget_flickr .flickr {
	float: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.thinkup_widget_flickr .flickr-photo {
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 9px;
	margin-bottom: 9px;
}

#sidebar .thinkup_widget_flickr .flickr-photo {
	border: 2px solid #F5F5F5;
	box-shadow: 0 0 0 1px #DDD;
}
#sidebar .thinkup_widget_flickr a .image-overlay {
	background-color: #115172;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	max-width: 75px;
	max-height: 75px;
	background-image: url('images/shortcodes/icon-link.png');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#sidebar .thinkup_widget_flickr a:hover .image-overlay {
	opacity: 1;
}
#footer .thinkup_widget_flickr img {
	padding: 2px;
	border: 1px solid #515459;
}
#footer .thinkup_widget_flickr img:hover {
	border-color: #115172;
}

/* Custom Widget - Logo + Text */
#footer-core .thinkup_widget_logotext h3 span {
	padding: 0;
	border: none;
}

/* Custom Widget - Popular Posts / Recent Comments / Recent Posts */
.popular-posts .image,
.recent-comments .image,
.recent-posts .image {
	margin-bottom: 0px;
	position: relative;
	float: left;
	max-width: 30%;
}
.popular-posts .main,
.recent-comments .main,
.recent-posts .main {
	position: relative;
	float: left;
	width: 70%;
	padding-left: 5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.popular-posts,
.recent-comments,
.recent-posts {
	clear:both;
}
.popular-posts a,
.recent-comments a,
.recent-posts a,
.popular-posts img,
.recent-comments img,
.recent-posts img {
	display: block;
}
.popular-posts a.title,
.recent-comments a.title,
.recent-posts a.title {
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 7px;
}
.popular-posts img,
.recent-comments img,
.recent-posts img {
	max-width: 75px;
}
.popular-posts .comment,
.recent-comments .date,
.recent-posts .date {
	font-size: smaller;
	opacity: 0.8;
}
.popular-posts,
.recent-comments,
.recent-posts {
	border-bottom: none;
	padding: 10px 0 15px;
/*	padding: 25px;*/
}
.popular-posts:last-child,
.recent-comments:last-child,
.recent-posts:last-child {
}
.tab-content .popular-posts,
.tab-content .recent-posts {
	padding: 25px;
}

#sidebar .popular-posts a .image-overlay,
#sidebar .recent-comments a .image-overlay,
#sidebar .recent-posts a .image-overlay {
	background-color: #115172;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	max-width: 75px;
	max-height: 75px;
	background-image: url('images/shortcodes/icon-link.png');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#sidebar .popular-posts:hover .image-overlay,
#sidebar .recent-comments:hover .image-overlay,
#sidebar .recent-posts:hover .image-overlay {
	opacity: 1;
}

#footer .popular-posts,
#footer .recent-comments,
#footer .recent-posts {
	border: none;
	padding: 0 0 15px;
}
#footer .popular-posts:last-child,
#footer .recent-comments:last-child,
#footer .recent-posts:last-child {
	border-bottom: none;
}
#footer .popular-posts img,
#footer .recent-comments img,
#footer .recent-posts img {
	max-width: 60px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#footer .popular-posts:hover img,
#footer .recent-comments:hover img,
#footer .recent-posts:hover img {
	border-color: #115172;
}

/* Custom Widget - Recent Comments Quotes */
.thinkup_widget_recentcomments .quote {
	padding-left: 15px;
}
.thinkup_widget_recentcomments .quote:before {
	font-family: "Times New Roman",Georgia,Times,serif;
	content: '\201C';
	margin: -8px -15px;
	position: absolute;
}
.thinkup_widget_recentcomments .quote:before {
	color: #115172;
	font-size: 150%;
	font-weight: bold;
	display: inline;
}

/* Custom Widget - Search Form */
.thinkup_widget_search .searchsubmit {
	display: none;
}
.thinkup_widget_search .search {
	float: left;
	width: 100%;
	border: 1px solid #E1E1E1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

#sidebar .thinkup_widget_search form {
	padding: 10px;
	border: 1px solid #EEE;
}

#footer .thinkup_widget_search .search {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

/* Custom Widget - Search input placeholder text color */
#sidebar .thinkup_widget_search ::-webkit-input-placeholder { color: #CCC; }
#sidebar .thinkup_widget_search :-moz-placeholder { color: #CCC; }
#sidebar .thinkup_widget_search ::-moz-placeholder { color: #CCC; }
#sidebar .thinkup_widget_search :-ms-input-placeholder { color: #CCC; }

#footer .thinkup_widget_search ::-webkit-input-placeholder { color: #555; }
#footer .thinkup_widget_search :-moz-placeholder { color: #555; }
#footer .thinkup_widget_search ::-moz-placeholder { color: #555; }
#footer .thinkup_widget_search :-ms-input-placeholder { color: #555; }


/* Custom Widget - Tabs Specific */
.thinkup_widget_tabs .nav-tabs {
	margin: 0;
	border: none;
	overflow: hidden;
}
.thinkup_widget_tabs .nav-tabs > li {
	margin-bottom: 0;
	border-bottom: 0;
}
.thinkup_widget_tabs li {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.thinkup_widget_tabs li a:before {
	content: "";
	margin: 0;
}
.thinkup_widget_tabs li a,
.thinkup_widget_tabs li a:hover,
.thinkup_widget_tabs li.active a,
.thinkup_widget_tabs li.active:hover a {
	display: block;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}
.thinkup_widget_tabs h3.widget-title {
	padding: 0 10px 24px;
	text-align: center;
}
.thinkup_widget_tabs li.active > a,
.thinkup_widget_tabs h3.widget-title {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}
.thinkup_widget_tabs .popular-posts,
.thinkup_widget_tabs .recent-comments,
.thinkup_widget_tabs .recent-posts {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #EEE;
}
.thinkup_widget_tabs .popular-posts:last-child,
.thinkup_widget_tabs .recent-comments:last-child,
.thinkup_widget_tabs .recent-posts:last-child {
	border-bottom: none;
}

#sidebar .thinkup_widget_tabs li.active > a {
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #E2E2E2;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

#sidebar .thinkup_widget_tabs h3.widget-title {
	display: block;
	background: #F7F7F7;
	border: 1px solid #E6E6E6;
	margin: 0;
}
#sidebar .thinkup_widget_tabs li.active h3.widget-title {
	border: none;
	background: #FFF;
}
#sidebar .thinkup_widget_tabs .tab-content {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #E2E2E2;
}

#footer .thinkup_widget_tabs h3.widget-title {
	display: block;
	color: #115172;
	border-width: 0;
}
#footer .thinkup_widget_tabs .nav .active h3.widget-title {
	color: #2f2f2f;
	border-bottom: 1px solid #d8d8d8;
}

/* Custom Widget - Tags Cloud */
.thinkup_widget_tagscloud a {
	display: inline-block;
}
.thinkup_widget_tagscloud a {
	color: #FFF;
	background: #115172;
}
#sidebar .thinkup_widget_tagscloud a {
	padding: 3px 10px;
	margin: 0 5px 6px 0;
}
.thinkup_widget_tagscloud a:hover {
	color: #FFF;
	background: #222;
}

#footer .thinkup_widget_tagscloud a {
	color: #cbcbcb;
	text-align: center;
	padding: 4px 10px;
	margin: 0 6px 6px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .thinkup_widget_tagscloud a:hover {
	color: #fff;
}

/* Custom Widget - Twitter Feed */
.thinkup_widget_twitterfeed ul {
	list-style: none;
	margin: 0;
}
.thinkup_widget_twitterfeed ul:last-child {
	border-bottom: none;
}
.thinkup_widget_twitterfeed .tweet-content {
	padding: 10px 10px 0 45px;
}

.thinkup_widget_twitterfeed .tweet-content p {
	margin-bottom: 10px;
}
.thinkup_widget_twitterfeed .tweet-content a {
	display: inline;
	padding: 0;
}

#sidebar .thinkup_widget_twitterfeed ul {
}
#sidebar .thinkup_widget_twitterfeed a {
	color: #115172;
}
#sidebar .thinkup_widget_twitterfeed a:hover {
	color: inherit;
}
#sidebar .thinkup_widget_twitterfeed .tweet-content {
	background: url('images/widgets/twitter-bird-light-bgs.png') 2px 5px no-repeat;
	background-size: 40px;
}

#footer .thinkup_widget_twitterfeed .tweet-content {
	border: none;
	padding: 0 0 0 35px;
}
#footer .thinkup_widget_twitterfeed .tweet-content {
	background: url('images/widgets/twitter-bird-dark-bgs.png') -8px -5px no-repeat;
	background-size: 40px;
}
#footer .thinkup_widget_twitterfeed small {
	color: #115172;
	display: block;
}

#sub-footer .thinkup_widget_twitterfeed {
	padding-right: 15px;
}
#sub-footer .thinkup_widget_twitterfeed .tweet-content {
	border: none;
	padding: 0 55px 0 0;
}
#sub-footer .thinkup_widget_twitterfeed .tweet-content {
	background: url('images/widgets/twitter-bird-dark-bgs.png') right -5px no-repeat;
	background-size: 40px
}
#sub-footer .thinkup_widget_twitterfeed ul {
	border: none;
}
#sub-footer .thinkup_widget_twitterfeed small {
	color: #848484;
	display: block;
}


/* ---------------------------------------------------------------------------------------
	10. PAGE FORMATS
--------------------------------------------------------------------------------------- */

/* =Meta Content
----------------------------------------------------------------------------- */
.entry-meta {
	font-size: 13px;
}
.entry-meta > span {
	display: inline-block;
	margin: 0 5px 5px 0;
}
.sticky {
}

/* =Blog - Style 1
--------------------------------------------------------------------------------------- */
.blog-thumb {
	max-width: 100%;
	overflow: hidden;
 	position: relative;
}
.blog-thumb > a,
.blog-thumb iframe,
.blog-thumb img {
 	display: block;
}
.blog-icon i {
	color: white;
	line-height: 48px;
	width: 48px;
	height: 48px;
	float: left;
	display: inline-block;
	background: #B7C6C9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
.blog-icon i:hover {
	background: #115172;
}
.blog-article .more-link {
	padding-top: 10px;
}

/* Read more button styling (also used on portfolio page */
.more-link.style2 {
	display: inline-block
}
.more-link.style2 a,
.more-link.style2.button {
font-size: 12px;
font-weight: 600;
display: inline-block
}
.more-link.style2 .more-text,
.more-link.style2 .more-icon {
	display: inline-block;
	padding: 11px 45px;
}
.more-link.style2 .more-icon {
	color: #115172;
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-shadow: 20px 0 0 20px #FFF;
	-moz-box-shadow: 20px 0 0 20px #FFF;
	-ms-box-shadow: 20px 0 0 20px #FFF;
	-o-box-shadow: 20px 0 0 20px #FFF;
	box-shadow: 20px 0 0 20px #FFF;
}
.more-link.style2 .more-icon i {
	font-weight: 600;
}

/* =Blog - Featured Image Overlay
--------------------------------------------------------------------------------------- */
.blog-thumb .image-overlay {
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-thumb:hover .image-overlay {
	opacity: 0.9;
}
.blog-thumb .image-overlay-inner {
	display: table;
	width: 100%;
	height: 100%;
}
.blog-thumb .image-overlay .prettyphoto-wrap {
	display: table-cell;
	vertical-align: middle;
}
.blog-thumb .image-overlay-inner a {
	display: inline-block;
	color: #FFF;
	font-size: 33px;
	font-weight: bold;
	line-height: 45px;
	width: 45px;
	height: 45px;
	margin: 5px;
	background: rgba(255, 255, 255, 0.2);
}
.blog-thumb .image-overlay-inner a.hover-zoom {
	-webkit-transform: translateX(-35px);
	-moz-transform: translateX(-35px);
	-ms-transform: translateX(-35px);
	-o-transform: translateX(-35px);
	transform: translateX(-35px);
}
.blog-thumb .image-overlay-inner a.hover-link {
	-webkit-transform: translateX(35px);
	-moz-transform: translateX(35px);
	-ms-transform: translateX(35px);
	-o-transform: translateX(35px);
	transform: translateX(35px);
}
.blog-thumb .image-overlay-inner a:hover {
	background: #115172;
}
.blog-thumb:hover .image-overlay-inner a {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}
.blog-thumb .image-overlay-inner i {
	line-height: 45px;
	font-style: normal;
}

/* Icon animation when single link is showing */
.blog-thumb .image-overlay.style2 a.hover-zoom,
.blog-thumb .image-overlay.style2 a.hover-link {
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	-ms-transform: translateY(35px);
	-o-transform: translateY(35px);
	transform: translateY(35px);
}
.blog-thumb:hover .image-overlay.style2 a {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}


/* =Blog - Style 1
--------------------------------------------------------------------------------------- */
.blog-article {
	background: #FFF;
}
.blog-grid.column-1 {
	width: 100%;
	padding: 0%;
}
.blog-article .entry-meta {
	margin-bottom: 10px;
}
.blog-article.sticky .entry-content {
	padding: 15px 15px 0;
	background: #F8F8F8;
}
.blog-article .entry-header {
	position: relative;
}
.blog-article .blog-icon {
	position: absolute;
	top: 0;
	left: 0;
}
.blog-article .blog-thumb {
	display:inline-block;
}
.blog-article .blog-thumb.gallery {
	display: block;
}
.blog-article .blog-thumb.gallery .rslides-container {
	padding: 0;
	margin-bottom: 20px;
}
.blog-article .blog-title {
	font-size: 38px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 22px;
}
.blog-article .blog-title a {
	color: inherit;
}
.blog-article .blog-title a:hover {
	color: #115172;
}
.blog-article .entry-content {
	padding-top: 20px;
	margin-bottom: 80px;
}
.blog-article .entry-footer {
	padding: 20px 20px 15px;
}
.blog-article .entry-meta > span {
	padding-right: 15px
}
.blog-article .entry-meta a,
.blog-article .entry-meta i {
	color: inherit;
	opacity: 0.8;
}
.blog-article .entry-meta a {
	font-weight: 400;
}
.blog-article .entry-meta a:hover {
	color: #115172;
}
.blog-article .entry-meta i {
	font-size: 110%;
	padding-right: 10px;
}

/* =Blog - Style 2
--------------------------------------------------------------------------------------- */
.blog-style2 .blog-article {
	background: #f5f5f5;
}
.blog-style2 .blog-grid.column-2 {
	width: 50%;
	padding: 0 10px;
}
.blog-style2 .blog-grid.column-3 {
	width: 33%;
	padding: 0 10px;
}
.blog-style2 .blog-grid.column-4 {
	width: 25%;
	padding: 0 10px;
}
.blog-style2 .blog-article .blog-title {
	display: inline-block;
	font-size: 20px;
	margin-bottom: 10px;
}
.blog-style2 .blog-article .entry-content {
	padding: 20px 20px 30px;
	margin-bottom: 20px;
}
.blog-style2 .blog-article .entry-meta.style1 {
	margin: 0;
	float: right;
	display: inline-block;
}
.blog-style2 .blog-article .entry-meta.style1 .comment {
	margin: 0;
	padding: 0;
}

/* Read More buttons - Blog style 2 */
.blog-style2 .more-link {
	margin-bottom: 0;
}
.blog-style2 .blog-grid.column-3 .more-icon,
.blog-style2 .blog-grid.column-4 .more-icon {
	display: none;
}
.blog-style2 .blog-grid.column-3 .more-text,
.blog-style2 .blog-grid.column-4 .more-text{
	padding: 6px 20px;
}

/* Pagination - Blog style 2 */
.pag {
	padding-left: 10px;
	padding-right: 10px;
}


/* =Single Post
--------------------------------------------------------------------------------------- */

/* Post Format */
.post-thumb {
	margin-bottom: 15px;
}
.single .entry-header {
	margin-bottom: 10px;
}
.single .post-title {
	float: left;
	font-size: 16px;
	margin:0;
}

/* Meta content */
.single .entry-meta,
.single .entry-meta a {
	color: inherit;
}
.single .entry-meta a:hover {
	color: #115172;
}
.single .entry-meta > span {
	padding-right: 15px;
}
.single .entry-meta i {
	opacity: 0.8;
	padding-right: 10px;
}

/* Post - Page Link */
.page-links {
	margin-bottom: 25px;
}

/* Post - Share */
#sharepost {
	display: table;
	width: 100%;
	padding: 25px 0;
	margin: 20px 0px 50px;
	text-shadow: 1px 1px 0px #FFF;
	border: 1px solid #FFF;
	background: #F6F6F6;
	-webkit-box-shadow: 0 0 0 1px #DDD;
	-moz-box-shadow: 0 0 0 1px #DDD;
	-ms-box-shadow: 0 0 0 1px #DDD;
	-o-box-shadow: 0 0 0 1px #DDD
	box-shadow: 0 0 0 1px #DDD;
}
#sharemessage,
#shareicons {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
#sharemessage {
	text-align: right;
	padding-right: 20px;
	white-space: nowrap;
}
#sharemessage h3{
	font-size: 13px;
	word-spacing: 1px;
	margin: 0;
}
#shareicons {
	padding-left: 20px
}
#shareicons a {
	float: left;
	text-align: center;
	display: inline-block;
	margin-right: 20px;
	width: 20px;
	height: 20px;
}
#shareicons i {
	color: #46494A;
	text-shadow: 1px 1px 0px #FFF;
	margin-top: 5px;
	overflow: visible;
	font-size: 20px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
#shareicons a:hover i {
}
#shareicons .tooltip-inner {
	text-shadow: none;
	padding: 4px 8px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

/* Author Bio */
#author-bio {
	margin: 30px 0;
	padding-top: 30px;
	border-top: 4px solid #115172;
	border-top: 4px solid rgba(17, 81, 114, 0.2);
}
#author-image {
	float: left;
}
#author-content {
	margin-left: 100px;
}
#author-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1
}
#author-title a {
}
#author-title a:hover {
}
#author-bio img {
	display: block;
	margin-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#author-title p:last-child {
	margin-bottom: 15px;
}
#author-text p:last-child {
	margin: 0;
}

/* User Comment */
#comments {
	padding-top: 30px;
	border-top: 4px solid #115172;
	border-top: 4px solid rgba(17, 81, 114, 0.2);
}
#comments .comment-notes,
#comments .comment-form-author label,
#comments .comment-form-email label,
#comments .comment-form-url label,
#comments .comment-form-comment label {
	display: none;
}

/* Comments input and textarea placeholder text color */
#comments input::-webkit-input-placeholder { color: #c3c3c3; }
#comments input:-moz-placeholder { color: #c3c3c3; }
#comments input::-moz-placeholder { color: #c3c3c3; }
#comments input:-ms-input-placeholder { color: #c3c3c3; }

#comments textarea::-webkit-input-placeholder { color: #c3c3c3; }
#comments textarea:-moz-placeholder { color: #c3c3c3; }
#comments textarea::-moz-placeholder { color: #c3c3c3; }
#comments textarea:-ms-input-placeholder { color: #c3c3c3; }

.bypostauthor {
}
#comments-title {
}
#comments-title h3,
#reply-title {
	color: #115172;
}
#comments-title h3 {
	font-size: 40px;
	font-weight: 300;
	margin: 0 0 40px;
}
#reply-title {
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	margin: 0 0 30px;
}
#comments-title h3 {
	line-height: 1;
}
.commentlist article {
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.commentlist article header {
	margin: 0px 0 0 100px;
}
.commentlist {
	margin: 0 0 50px 0;
}
.commentlist .children {
	list-style: none;
	margin: 0px;
}
.commentlist .children {
	margin: 0 0 0 130px;
}
.commentlist .comment,
.commentlist .pingback {
	list-style: none;
	margin-bottom: 30px;
}
.commentlist .avatar {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.comment-author h4 {
	color: #115172;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 5px;
	clear: none;
}
.comment-meta {
}
.comment-author a,
.comment-meta a {
	color: inherit;
}
.comment-author a:hover,
.comment-meta a:hover {
	color: #115172;
}
.comment-content {
	margin-top: 20px;
}
.comment .reply {
}
.comment .reply a {
}
.comment-respond .form-submit {
	margin: 0;
}
li.pingback {
	font-weight: bold;
}
li.pingback a {
	font-weight: normal;
}

/* Comment Form */
#commentform input[type="text"] {
	width: 100%;
	max-width: 370px;
}
#commentform #comment {
	height: 180px;
}
#commentform .form-allowed-tags {
	font-size: 11px;
}
.required {
	color: #880000;
}

/* Comment Section - Style 2 */
#comments.style2 {
	background: url('images/backgrounds/paper-experon.jpg' ) repeat;
	padding: 55px 10px 30px;
	border-top: 1px solid #E1E1E1;
}
#comments.style2 #comments-core {
	padding: 0 10px;
	display: block;
	max-width: 1140px;
	margin: 0 auto;
}
#comments.style2 #comments-title h3 {
	font-size: 50px;
	margin: 0 0 50px;
}
#comments.style2 #comments-title h3 {
	text-align: center;
}
#comments.style2 #commentform input[type="text"],
#comments.style2 #commentform textarea {
border: 4px solid rgba(17, 81, 114, 0.2);
background: none
}

/* More Posts - Content Footer Area */
#content-footer {
	background: #115172;
	padding: 30px 10px 50px;
}
#content-footer-core {
	display: block;
	max-width: 1140px;
	margin: 0 auto;
}
#content-footer h3 {
	color: #FFF;
	font-size: 60px;
	line-height: 1;
	font-weight: 300;
	text-align: center;
	padding: 30px 0;
}
#content-footer .sc-carousel a.prev:hover,
#content-footer .sc-carousel a.next:hover {
	background: #3d3d3d;
	border-color: #3d3d3d;
}

/* =Contact Us
--------------------------------------------------------------------------------------- */
.page-template-template-contact-php #main .google-map-placeholder {
	width: 100% !important;
	height: 400px !important;
}
.page-template-template-contact-php #main h4 {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 30px;
}
.page-template-template-contact-php #main h5 {
	font-weight: 600;
}
.page-template-template-contact-php #main .contact-details h5 {
	width: 80px;
}

.page-template-template-contact-php #main .wpcf7-form p {
	margin-bottom: 20px;
}
.page-template-template-contact-php #main .wpcf7-form input[type="submit"] {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	height: 40px;
	padding-top: 0;
	padding-bottom: 0;
}
.page-template-template-contact-php #main .contact-details i,
.page-template-template-contact-php #main .contact-details h4,
.page-template-template-contact-php #main .contact-details h5,
.page-template-template-contact-php #main .contact-details span {
	display: inline-block
}
.page-template-template-contact-php #main .contact-details h5,
.page-template-template-contact-php #main .contact-details span {
	vertical-align: top;
	margin-bottom: 5px
}
.page-template-template-contact-php #main .contact-details i {
	color: #b2b2b2;
	font-size: 16px;
	text-align: center;
	width: 20px;
	margin: 0 12px 5px 0;
}

.page-template-template-contact-php #content {
	padding: 0;
}
.page-template-template-contact-php #content-core {
	margin: 0;
	max-width: 100%;
}
.page-template-template-contact-php .panel-grid {
	padding: 30px 10px 0;
}
.page-template-template-contact-php .panel-grid-core {
	display: block;
	max-width: 1140px;
	margin: 0 auto
}


/* =Archive
--------------------------------------------------------------------------------------- */
.page-template-template-archive-php h3.page-title {
	margin-top: 0
}
.page-template-template-archive-php #main-core a {
	color: inherit;
}
.page-template-template-archive-php #main-core a:hover{
	color: #115172;
}
.page-template-template-archive-php ul.archive-pages,
.page-template-template-archive-php ul.archive-categories,
.page-template-template-archive-php ul.archive-authors,
.page-template-template-archive-php ul.archive-monthly,
.page-template-template-archive-php ul.archive-recent {
	margin-left: 2px;
	list-style: none;
}
.page-template-template-archive-php ul.archive-pages li,
.page-template-template-archive-php ul.archive-categories li,
.page-template-template-archive-php ul.archive-authors li,
.page-template-template-archive-php ul.archive-monthly li,
.page-template-template-archive-php ul.archive-recent li {
	padding-bottom: 4px;
}
.page-template-template-archive-php ul.archive-pages .children li,
.page-template-template-archive-php ul.archive-categories .children li,
.page-template-template-archive-php ul.archive-authors .children li,
.page-template-template-archive-php ul.archive-monthly .children li,
.page-template-template-archive-php ul.archive-recent .children li {
	padding-left: 25px;
}
.page-template-template-archive-php ul.archive-pages li:before,
.page-template-template-archive-php ul.archive-categories li:before,
.page-template-template-archive-php ul.archive-authors li:before,
.page-template-template-archive-php ul.archive-monthly li:before,
.page-template-template-archive-php ul.archive-recent li:before {
	color: #AAA;
	line-height: 1;
	font-family: FontAwesome;
	content: "\f105";
	font-size: 1.3333333333333333em;
	padding-right: 10px;
}
.page-template-template-archive-php ul.archive-pages ul.children,
.page-template-template-archive-php ul.archive-categories ul.children,
.page-template-template-archive-php ul.archive-authors ul.children,
.page-template-template-archive-php ul.archive-monthly ul.children,
.page-template-template-archive-php ul.archive-recent ul.children {
	margin: 10px 0px 10px -2px;
	list-style: none;
}

/* =Sitemap
--------------------------------------------------------------------------------------- */
.page-template-template-sitemap-php h3.page-title {
	margin-top: 0
}
.page-template-template-sitemap-php #main-core a {
	color: inherit;
}
.page-template-template-sitemap-php #main-core a:hover{
	color: #115172;
}
.page-template-template-sitemap-php ul.sitemap-pages,
.page-template-template-sitemap-php ul.sitemap-authors,
.page-template-template-sitemap-php ul.sitemap-archives,
.page-template-template-sitemap-php ul.sitemap-posts,
.page-template-template-sitemap-php ul.sitemap-posts ul {
	margin-left: 2px;
	list-style: none;
}
.page-template-template-sitemap-php ul.sitemap-pages li,
.page-template-template-sitemap-php ul.sitemap-authors li,
.page-template-template-sitemap-php ul.sitemap-archives li,
.page-template-template-sitemap-php ul.sitemap-posts li,
.page-template-template-sitemap-php ul.sitemap-posts ul li {
	padding-bottom: 4px;
}
.page-template-template-sitemap-php ul.sitemap-pages .children li,
.page-template-template-sitemap-php ul.sitemap-authors .children li,
.page-template-template-sitemap-php ul.sitemap-archives .children li,
.page-template-template-sitemap-php ul.sitemap-posts .children li,
.page-template-template-sitemap-php ul.sitemap-posts ul .children li {
	padding-left: 25px;
}
.page-template-template-sitemap-php ul.sitemap-pages li:before,
.page-template-template-sitemap-php ul.sitemap-authors li:before,
.page-template-template-sitemap-php ul.sitemap-archives li:before,
.page-template-template-sitemap-php ul.sitemap-posts li:before,
.page-template-template-sitemap-php ul.sitemap-posts ul li:before {
	color: #AAA;
	line-height: 1;
	font-family: FontAwesome;
	content: "\f105";
	font-size: 1.3333333333333333em;
	padding-right: 10px;
}
.page-template-template-sitemap-php ul.sitemap-pages ul.children,
.page-template-template-sitemap-php ul.sitemap-authors ul.children,
.page-template-template-sitemap-php ul.sitemap-archives ul.children,
.page-template-template-sitemap-php ul.sitemap-posts ul.children,
.page-template-template-sitemap-php ul.sitemap-posts ul ul.children {
	margin: 10px 0px 10px -2px;
	list-style: none;
}

/* =Parallax
--------------------------------------------------------------------------------------- */
.page-template-template-parallax-php #content {
	padding: 0;
}
.page-template-template-parallax-php #content-core {
	margin: 0;
	max-width: 100%;
}
.page-template-template-parallax-php .panel-grid {
	padding: 30px 10px 0;
}
.page-template-template-parallax-php .panel-grid-core,
.page-template-template-parallax-php #content #nav-above,
.page-template-template-parallax-php #content #nav-below,
.page-template-template-parallax-php #content #comments {
	display: block;
	max-width: 1140px;
	margin: 0 auto
}
.page-template-template-parallax-php #content #comments {
	padding-bottom: 30px;
}


/* =Search Results
--------------------------------------------------------------------------------------- */
.search-results .blog-article .entry-meta {
	margin: 0;
}

/* =404 Error
--------------------------------------------------------------------------------------- */
.title-404 {
	text-align: center;
	margin: 30px 0;
}
.title-404 h2 {
	line-height: 1;
	font-size: 80px;
	margin: 0 0 20px 0;
}
.title-404 h2 i {
	padding-right: 15px;
}
.title-404 p {
	font-size: 15px;
}
.title-404 .search {
	margin-bottom: 20px;
	width: 200px;
	max-width: 200px;
}


/* =Portfolio (styling code in style-portfolio.css)
--------------------------------------------------------------------------------------- */
.column-1 { width: 100%;    padding: 10px; }
.column-2 { width: 50%;     padding: 10px; }
.column-3 { width: 33.333%; padding: 10px; }
.column-4 { width: 25%;     padding: 10px; }

.column-1,
.column-2,
.column-3,
.column-4 {
	float: left;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* =Project
--------------------------------------------------------------------------------------- */

/* =Clients
--------------------------------------------------------------------------------------- */
.client-thumb {
	text-align: center;
	margin: 0;
	list-style: none;
}
.column-4.client_grid {
	padding: 30px 10px;
}

/* =Team
--------------------------------------------------------------------------------------- */
.team_grid {
	margin-bottom: 20px;
}
.team_grid .team-thumb {
	margin: 0;
	padding: 0;
}
.team_grid .entry-header {
	display: block;
	margin-bottom: -7px !important;
}
.team_grid .entry-content {
	background: #F5F5F5;
	border: none;
	margin: 0;
	padding: 25px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.team_grid .entry-content h4 {
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 5px;
}
.team_grid .entry-content h5 {
	color: #8B8B8B;
	margin-bottom: 20px;
}
.team-thumb .wrap-team {
	display: table-cell;
	vertical-align: middle;
}

/* Team page members media */
.team-social {
	display:block;
	position: relative;
}
.team-social ul {
	display: table;
	margin: 0;
}
.team-social li {
	display: table-cell;
	vertical-align: top;
	float: none;
	padding: 0 !important;
}
.team-social li a {
	display: table;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	width: 30px;
	height: 30px;
	background: #E1E1E1;
	background: rgba(17, 81, 114, 0.2);
	margin-right: 8px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
.team-social li a:hover {
	background: #115172;
}
.team-social li i {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: 1px;
}
.team-social .tooltip-inner {
	padding: 5px 8px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* Align team details in table (name, social, message) */
.team-content .entry-header {
	width: 100%;
	display: table;
	margin-bottom: 20px;
}
.team-content .team-title,
.team-content .team-links,
.team-content .team-email {
	display: table-cell;
	vertical-align: middle
}
.team-content .team-links,
.team-content .team-email {
	text-align: right
}
.team-content .team-links ul {
	margin: 0 0 0 auto;
}
.team-content .team-email {
	width: 150px;
}
.team-content .team-email a {
	padding: 6px 20px;
	display: inline-block;
}

/* Team Layout - Style 2 */
.team_grid.style2 {
	margin-bottom: 55px;
}
.team_grid.style2 .entry-content {
	background: none;
	padding-top: 0;
}


/* =Testimonials
--------------------------------------------------------------------------------------- */
.testimonial-grid {
	text-align: center;
}
.testimonial-grid .entry-content {
	padding: 20px 25px 25px;
	margin-bottom: 20px;
}
.testimonial-thumb img {
	display: block;
	margin: 0 auto;
}
.testimonial-excerpt {
	display: inline-block;
	text-align: center;
}
.testimonial-excerpt p:last-child {
	margin-bottom: 10px;
}
.testimonial-name h3 {
	font-weight: 600;
	color: #115172;
	margin: 0
}
.testimonial-position {
	opacity: 0.8;
	font-size: 90%;
}
.testimonial-quote {
	height: 45px;
	margin-bottom: 5px;
}
.testimonial-quote:before {
	color: #115172;
	font-family: "Times New Roman", Arial, Helvetica;
	font-weight: bold;
	font-size: 70px;
	line-height: 1;
}
.testimonial-quote:before {
	content: '\201D';
}

/* Testimonial - Style 1 */
.testimonial-grid.style1 .testimonial-thumb a {
	display: inline-block
}
.testimonial-grid.style1 .testimonial-thumb img {
	padding: 2px;
	border: 1px solid #eaeaea;
}
.testimonial-grid.style1 .testimonial-excerpt {
	position: relative;
	font-size: large;
	background: #fafafa;
	padding: 20px;
	margin-bottom: 10px;
}
.testimonial-grid.style1 .testimonial-excerpt:before {
	left: 45%;
	right: 100%;
	bottom: -40px;
	border: solid rgba(0, 0, 0, 0);
	border-top-color: #fafafa;
	border-width: 20px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

/* Testimonial - Style 2 */
.testimonial-grid.style2 .entry-header {
	border: 1px solid #fafafa;
	border-bottom: none
}
.testimonial-grid.style2 .entry-content {
	background: #fafafa;
}

/* Testimonial - Style 3 */
.testimonial-grid.style3 {
	margin-top: 75px;
	overflow: visible;
}
.testimonial-grid.style3 .entry-header,
.testimonial-grid.style3 .entry-content {
	background: #FFF;
	border: 1px solid #E0E0E0;
}
.testimonial-grid.style3 .entry-header {
	border-bottom: none
}
.testimonial-grid.style3 .entry-content {
	border-top: none
}

.testimonial-grid.style3 .testimonial-thumb {
	margin-top: -75px;
}
.testimonial-grid.style3 .testimonial-thumb a {
	display: inline-block
}
.testimonial-grid.style3 .testimonial-thumb img {
	border: 1px solid #E0E0E0;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}


/* ---------------------------------------------------------------------------------------
	11. SHORTCODES - THEME SPECIFIC STYLE
--------------------------------------------------------------------------------------- */

/* ACCORDION
------------------------------------------------------------------ */

.accordion-group {
	margin-bottom: 1px;
}
.accordion-heading
.accordion-toggle {
	text-shadow: none;
}
.accordion-heading .accordion-toggle {
	padding-left: 20px;
	padding-right: 50px;
}
.accordion-inner {
	padding: 5px 20px 20px 20px;
}
.accordion-toggle:before {
	color: #115172;
	font-size: 18px;
	font-weight: 400;
	content: "\f068";
	left: auto;
	right: 20px;
	margin-top: 1px;
}
.accordion-toggle.collapsed:before {
	content: "\f067";
}
.accordion-toggle {
	font-weight: 600;
	font-size: 17px;
}
.accordion-toggle,
.accordion-toggle.collapsed:hover {
	color: #115172;
}


.accordion.style1 .accordion-toggle.collapsed {
	background: none;
}
.accordion.style1 .accordion-toggle,
.accordion.style1 .accordion-toggle:hover,
.accordion.style1 .accordion-body {
	background: #F2F2F2;
}
.accordion.style1 .accordion-group {
	border-bottom: none;
}
.accordion.style1 .accordion-toggle.collapsed{
	color: inherit;
}

.accordion.style2 .accordion-group {
	margin-bottom: 0;
}
.accordion.style2 .accordion-heading {
	background: none;
}
.accordion.style2 .accordion-group {
	border: 4px solid #115172;
	border: 4px solid rgba(17, 81, 114, 0.2);
	border-bottom: none;
}
.accordion.style2 .accordion-group:last-child {
	border-bottom: 4px solid #115172;
	border-bottom: 4px solid rgba(17, 81, 114, 0.2);
}
.accordion.style2 .accordion-inner {
	border: none;
}

/* BLOCKQUOTES
------------------------------------------------------------------ */
blockquote.style2:before, q.style2:before,
blockquote.style2:after, q.style2:after {
	content: '';
}
blockquote.style2, q.style2 {
	color: inherit;
	background: none;
	padding: 0 20px;
	margin-bottom: 20px;
	border-left: 10px solid #115172;
}
blockquote.style2 p:last-child,
q.style2 p:last-child {
	margin-bottom: 0;
}

/* BUTTONS
------------------------------------------------------------------ */

.button.small    { font-size: 90%;   padding: 6px 14px; }
.button.medium   { font-size: 100%;  padding: 10px 24px; }
.button.large    { font-size: 110%;  padding: 14px 34px; }

.button.style1,
.button.style2,
.button.style3,
.button.style4 {
	font-weight: 400;
	text-shadow: none;
	margin-bottom: 24px;
}
.button.wide {
	display: block;
}
.button i {
	margin-left: 10px;
}

/* Button Style 1 */
.button.style1 {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.button.style1:hover {
	color: #115172;
	background: rgba(17, 81, 114, 0.2);
}

/* Button Style 2 */
.button.style2 {
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
	-moz-box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
	-ms-box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
	-o-box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
	box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
}
.button.style2:hover {
	color: #115172;
	background: rgba(17, 81, 114, 0.2);
}

/* Button Style 3 */
.button.style3 {
	color: #115172;
	border: 2px solid #fff;
	background: rgba(17, 81, 114, 0.2);
	-webkit-box-shadow: 0 0 0 4px #115172;
	-moz-box-shadow: 0 0 0 4px #115172;
	-ms-box-shadow: 0 0 0 4px #115172;
	-o-box-shadow: 0 0 0 4px #115172;
	box-shadow: 0 0 0 4px #115172;
}
.button.style3:hover {
	color: #FFF;
	background: #115172;
	-webkit-box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
	-moz-box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
	-ms-box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
	-o-box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
	box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
}

/* Button Style 4 */
.button.style4 {
	border: 2px solid #fff;
	background: #115172;
	-webkit-box-shadow: 0 0 0 4px #115172;
	-moz-box-shadow: 0 0 0 4px #115172;
	-ms-box-shadow: 0 0 0 4px #115172;
	-o-box-shadow: 0 0 0 4px #115172;
	box-shadow: 0 0 0 4px #115172;
}
.button.style4:hover {
	color: #115172;
	background: rgba(17, 81, 114, 0.2);
	-webkit-box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
	-moz-box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
	-ms-box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
	-o-box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
	box-shadow: 0 0 0 4px rgba(17, 81, 114, 0.2);
}

/* CALL TO ACTION
------------------------------------------------------------------ */
.sc-action {
	text-align: center;
	margin-bottom: 30px;
}

/* Call to Action - Style 1 Specific Code */
.sc-action.style1 .action-link a {
	margin: 15px 4px 4px;
}

/* Call to Action - Style 2 Specific Code */
.sc-action.style2 .sc-action-core {
	padding: 30px 30px 10px;
	border: 4px solid rgba(17, 81, 114, 0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.sc-action.style2 .action-message {
	text-align: left;
}
.sc-action.style2 .action-text h3 {
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
}
.sc-action.style2 .action-teaser {
	line-height: 1;
	padding: 0;
}
.sc-action.style2 .action-link {
	padding: 0;
}

/* CAROUSEL (NAVIGATION)
------------------------------------------------------------------ */
.sc-carousel {
	margin-top: 70px;
	padding-left: 0;
	padding-right: 0;
}
.sc-carousel li {
	padding: 0px 10px;
}
.sc-carousel a.prev,
.sc-carousel a.next {
	top: -55px;
	background: #FFF;
	border: 1px solid #DDD;
}
.sc-carousel a.prev:hover,
.sc-carousel a.next:hover {
	color: #FFF;
	background: #115172;
	border-color: #115172;
}
.sc-carousel a.next {
	right: 10px;
}
.sc-carousel a.prev {
	left: auto;
	right: 45px;
}
.sc-carousel a.prev i,
.sc-carousel a.next i {
	color: #3d3d3d;
	top: 0;
	line-height: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sc-carousel a.prev:hover i,
.sc-carousel a.next:hover i {
	color: #FFF;
}

.sc-carousel .entry-header {
	margin: 0;
}
.sc-carousel .entry-content {
	background: #fff;
	padding: 15px 20px 20px;
	margin: -7px 0 0 0;
	border: 1px solid #E0E0E0;
	border-top: none;
}
.sc-carousel .entry-content h4 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}
.sc-carousel .entry-content .date a,
.sc-carousel .entry-content .date a {
	color: #3d3d3d;
}
.sc-carousel .entry-content .comment {
	float: none;
	line-height: 1;
}
.sc-carousel-title {
	float: left;
	position: absolute;
	top: -70px;
}
.sc-carousel-title h3 {
	padding-bottom: 10px;
	line-height: 1;
	font-size: 20px
}

/* Portfolio specific */
.sc-carousel .port-thumb {
	display: block;
}

/* Corrects text color when cutom styling heading option is selected */
.sc-carousel .entry-content h4 a:hover {
	color: #115172 !important;
}

/* Image overlay effect */
.sc-carousel .image-overlay .prettyphoto-wrap {
	display: table-cell;
	vertical-align: middle;
}
.sc-carousel .entry-header .image-overlay,
.sc-postitem .entry-header .image-overlay {
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}
.sc-carousel .entry-header .hover-icons,
.sc-postitem .entry-header .hover-icons {
}
.sc-carousel .entry-header .hover-link,
.sc-carousel .entry-header .hover-zoom,
.sc-postitem .entry-header .hover-link,
.sc-postitem .entry-header .hover-zoom {
	line-height: 45px;
	width: 45px;
	height: 45px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.sc-carousel .entry-header:hover .hover-zoom,
.sc-carousel .entry-header:hover .hover-link,
.sc-postitem .entry-header:hover .hover-zoom,
.sc-postitem .entry-header:hover .hover-link {
	background: #333;
	background: rgba(255, 255, 255, 0.2);
}
.sc-carousel .entry-header .hover-link:hover,
.sc-carousel .entry-header .hover-zoom:hover,
.sc-postitem .entry-header .hover-link:hover,
.sc-postitem .entry-header .hover-zoom:hover {
	background: #115172;
}
.sc-carousel .entry-header .hover-zoom:before,
.sc-carousel .entry-header .hover-link:before,
.sc-postitem .entry-header .hover-zoom:before,
.sc-postitem .entry-header .hover-link:before {
	right: auto;
	top: auto;
	line-height: 45px;
	width: 45px;
}
.sc-carousel .entry-header .hover-zoom:before,
.sc-postitem .entry-header .hover-zoom:before {
	font-size: 22px;
	font-family: dashicons;
	content: "\f211";
}
.sc-carousel .entry-header .hover-link:before,
.sc-postitem .entry-header .hover-link:before {
	font-size: 22px;
	font-family: dashicons;
	content: "\f345";
	right: auto;
	top: auto;
}

/* Image overlay effect - Style 2 */
.sc-carousel .entry-header:hover .image-overlay.overlay2,
.sc-postitem .entry-header:hover .image-overlay.overlay2 {
	opacity: 1;
	background: #115172;
	background: rgba(17, 81, 114, 0.8);
}
.sc-carousel .entry-header .image-overlay-inner,
.sc-grid .entry-header .image-overlay-inner {
    background: none;
}
.sc-carousel .entry-header .image-overlay.overlay2 .hover-zoom,
.sc-carousel .entry-header .image-overlay.overlay2 .hover-link,
.sc-postitem .entry-header .image-overlay.overlay2 .hover-zoom,
.sc-postitem .entry-header .image-overlay.overlay2 .hover-link {
	margin: 9px;
	padding: 2px;
	background: none;
	-webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
	-ms-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
	-o-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
}
.sc-carousel .entry-header .image-overlay.overlay2 .hover-zoom:before,
.sc-carousel .entry-header .image-overlay.overlay2 .hover-link:before,
.sc-postitem .entry-header .image-overlay.overlay2 .hover-zoom:before,
.sc-postitem .entry-header .image-overlay.overlay2 .hover-link:before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sc-carousel .entry-header .image-overlay.overlay2 .hover-zoom:hover:before,
.sc-carousel .entry-header .image-overlay.overlay2 .hover-link:hover:before,
.sc-postitem .entry-header .image-overlay.overlay2 .hover-zoom:hover:before,
.sc-postitem .entry-header .image-overlay.overlay2 .hover-link:hover:before {
	color: #115172;
	background: #fff;
}

/* FEATURED / IMAGE
------------------------------------------------------------------ */
.sc-featured,
.sc-image {
	margin-top: 0;
}
.sc-image {
	padding-bottom: 10px;
}
.sc-featured .entry-header {
	max-width: 100%;
	margin-bottom: 15px;
}
.sc-featured h3 {
	color: #115172;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 15px;
}
.sc-featured .image-overlay i,
.sc-image .image-overlay i {
	color: #FFF;
	font-size: 55px;
}
.sc-featured .image-overlay i.fa-hover-plus,
.sc-image .image-overlay i.fa-hover-plus {
	display: block;
	font-size: 19px;
	line-height: 1;
	font-style: normal;
	width: 19px;
	height: 19px;
	margin: 0 auto;
	padding: 11px;
	border: 7px solid #FFF;
	webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
.sc-featured .image-overlay i.fa.fa-hover-plus:after,
.sc-image .image-overlay i.fa.fa-hover-plus:after {
	content: '+';
}


/* LIST - FONT AWESOME
------------------------------------------------------------------ */
ul.iconfont i {
	color: #115172;
	font-size: 90%;
	margin: 0 15px 0 -22px;
}

/* LIGHTBOX
------------------------------------------------------------------ */
.sc-lightbox .image-overlay {
}
.sc-lightbox:hover .image-overlay {
	opacity: 0.8;
}
.sc-lightbox .image-overlay-inner {
	background: #115172;
}
.sc-lightbox .hover-zoom {
	margin: 9px;
	padding: 2px;
	background: none;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: none;
	webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
	-ms-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
	-o-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
}
.sc-lightbox a:hover {
	background: #FFF;
}
.sc-lightbox .hover-zoom:before {
	content: "\f211";
	font-family: dashicons;
	font-size: 22px;
	line-height: 45px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sc-lightbox a:hover:before {
	color: #115172;
}

/* NOTIFICATION BOXES
------------------------------------------------------------------ */
.notification {
	margin-bottom: 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-shadow: 1px 1px 0 rgba( 255, 255, 255, 0.35);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.notification p:last-child{ margin: 0; }

.notification,          .notification.normal   { background: #F9F9F9; }
.notification.download, .notification.success  { background: #E2F1DC; color: #71A772; }
.notification.error,    .notification.stop     { background: #F0DDDD; color: #D37473; }
.notification.info,     .notification.question { background: #DAEEF8; color: #3E8BB1; }
.notification.warning,  .notification.message  { background: #FDF9E5; }

.notification .icon          { padding: 15px 20px; }
.notification.error .icon    { background: none; }
.notification.stop .icon     { background: none; }
.notification.download .icon { background: none; }
.notification.success .icon  { background: none; }
.notification.info .icon     { background: none; }
.notification.question .icon { background: none; }
.notification.warning .icon  { background: none; }
.notification.message .icon  { background: none; }

/* PRICING TABLE
------------------------------------------------------------------ */

.pricing-table {
	text-align: center;
	background: #F6F6F6;
	background: url('images/backgrounds/paper-experon.jpg' ) repeat;
}
.pricing-table .entry-header {
	padding: 55px 20px 25px;
}
.pricing-table .entry-content {
	padding: 25px 20px 45px;
}
.pricing-table .entry-footer {
	padding: 0 20px 35px;
}

.pricing-table li {
	line-height: 1;
	position: relative;
	border-bottom: none;
}
.pricing-table i {
	color: #115172;
	position: absolute;
	left: -15px;
}
.pricing-features {
	text-align: left;
	display: inline-block;
}

.pricing-table .pricing-title,
.pricing-table .pricing-price {
	line-height: 1;
	color: #115172
}
.pricing-table .pricing-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
}
.pricing-table .pricing-price {
	font-size: 40px;
}

.pricing-table .pricing-link a {
	min-width: 115px;
	font-weight: 600;
	display: inline-block;
	margin: 4px;
	padding: 5px 40px;
}

/* Style 1 */
.pricing-table.style1 .pricing-link a {
	border: 2px solid #fff;
}

/* Style 2 */
.pricing-table.style2 i {
	color: #fff;
}
.pricing-table.style2 {
	background: #115172;
}
.pricing-table.style2 .entry-header {
	padding: 55px 20px;
}
.pricing-table.style2 .pricing-title,
.pricing-table.style2 .pricing-price,
.pricing-table.style2 .pricing-features {
	color: #fff;
}
.pricing-table.style2 .pricing-link a {
	border: 2px solid #115172;
}


/* SLIDER
------------------------------------------------------------------ */

.rslides-sc .rslides-inner li {
}
.rslides-sc a.rslides_nav {
	opacity: 1;
	text-align: center;
	position: absolute;
	top: 50%;
	z-index: 9999;
	width: 60px;
	height: 60px;
	line-height: 1;
	margin: -25px 0px 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.rslides-sc a.rslides_nav.prev {
	left: -60px;
}
.rslides-sc a.rslides_nav.next {
	right: -60px;
}
.rslides-sc a.rslides_nav.prev:before,
.rslides-sc a.rslides_nav.next:before {
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 60px;
	display: block;
	position: relative;
	z-index: 9999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rslides-sc a.rslides_nav.prev:hover:before,
.rslides-sc a.rslides_nav.next:hover:before {
	color: #333;
	background: #fff;
}
.rslides-sc .rslides-inner:hover a.rslides_nav {
	opacity: 1;
}
.rslides-sc .rslides-inner:hover a.rslides_nav.prev {
	left: 0px;
}
.rslides-sc .rslides-inner:hover a.rslides_nav.next {
	right: 0px;
}

/* TABS
------------------------------------------------------------------ */

/* Style 2 */
.tabs.style2 .nav-tabs a {
	font-weight: 600;
	color: #bebebe;
	background: none;
	border: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.tabs.style2 .tab-content,
.tabs.style2 .nav-tabs {
	border: none;
}
.tabs.style2 .nav-tabs .active a,
.tabs.style2 .nav-tabs a:hover {
	color: #115172;
}

/* Style 3 */
.tabs.style3 .nav-tabs {
	display: inline-block;
	border: 4px solid #115172;
	border: 4px solid rgba(17, 81, 114, 0.2);
	padding: 2px 0 3px 2px;
}
.tabs.style3 .nav-tabs a {
	font-weight: 400;
	color: #115172;
	border: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.tabs.style3 .tab-content {
	border: none;
}
.tabs.style3 .nav-tabs .active a,
.tabs.style3 .nav-tabs a:hover {
	color: #fff;
	background: #115172;
}

/* Position specific code */
.tabs.style3 .tab-buttons-full .nav-tabs {
	display: block;
}


/* PORTFOLIO POST CAROUSEL
------------------------------------------------------------------ */
.sc-carousel.carousel-portfolio .entry-header {
	display: block;
}
.sc-carousel.carousel-portfolio .entry-content h4 {
	font-size: 14px;
	line-height: inherit;
	margin: 0;
}
.sc-carousel.carousel-portfolio .entry-content h4 a:hover {
	color: #115172;
}
.sc-carousel.carousel-portfolio .entry-footer {
	font-size: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
.sc-carousel.carousel-portfolio .entry-footer p {
	margin: 0;
}
.sc-carousel.carousel-portfolio .comment {
	display: none;
}

/* Slight changes to style for 3 and 4 column carousels */
.sc-carousel.carousel-portfolio.items-3 .port-details.style2 .port-title {
	font-size: 20px;
}
.sc-carousel.carousel-portfolio.items-4 .port-details.style2 .port-title,
.sc-carousel.carousel-portfolio.items-5 .port-details.style2 .port-title,
.sc-carousel.carousel-portfolio.items-6 .port-details.style2 .port-title {
	font-size: 16px;
}
.sc-carousel.carousel-portfolio.items-3 .more-icon,
.sc-carousel.carousel-portfolio.items-4 .more-icon,
.sc-carousel.carousel-portfolio.items-5 .more-icon,
.sc-carousel.carousel-portfolio.items-6 .more-icon {
	display: none;
}
.sc-carousel.carousel-portfolio.items-3 .more-text,
.sc-carousel.carousel-portfolio.items-4 .more-text,
.sc-carousel.carousel-portfolio.items-5 .more-text,
.sc-carousel.carousel-portfolio.items-6 .more-text{
	padding: 6px 20px;
}

/* TEAM POST CAROUSEL
------------------------------------------------------------------ */
.sc-carousel.carousel-team .entry-header {
	display: block;
}
.sc-carousel.carousel-team .entry-content {
	background: #F5F5F5;
	border: none;
	margin: 0;
	padding: 25px 30px;
}
.sc-carousel.carousel-team .entry-content h4 {
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 5px;
}
.sc-carousel.carousel-team .entry-content h5 {
	color: #8B8B8B;
	margin-bottom: 20px;
}

/* Team Carousel Overlay */
.sc-carousel.carousel-team .entry-header .hover-link {
	font-weight: 400;
	width: auto;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.sc-carousel.carousel-team .entry-header .hover-link:hover {
	color: #fff;
}
.sc-carousel.carousel-team .entry-header .hover-link:before,
.sc-carousel.carousel-team .entry-header .hover-link:before {
	content: "";
}

/* Team Carousel Overlay - Style 2 */
.sc-carousel.carousel-team .entry-header .overlay2 .hover-link:hover {
	color: #115172;
	background: #fff;
}

/* TEAMPOST ITEM
------------------------------------------------------------------ */

/* TESTIMONIAL POST CAROUSEL
------------------------------------------------------------------ */
.sc-carousel.carousel-testimonial .entry-content {
	border: none;
}

/* Carousel Testimonial - Style 1 */
.sc-carousel.carousel-testimonial.style1 .sc-carousel-thumbs img {
	border: 1px solid #E0E0E0;
}

/* Carousel Testimonial - Style 2 & style 3 */
.sc-carousel.carousel-testimonial.style2,
.sc-carousel.carousel-testimonial.style3 {
	margin-top: 70px;
}
.sc-carousel.carousel-testimonial.style2 .entry-header,
.sc-carousel.carousel-testimonial.style2 .entry-content,
.sc-carousel.carousel-testimonial.style3 .entry-header,
.sc-carousel.carousel-testimonial.style3 .entry-content {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

/* Carousel Testimonial - Style 2 */
.sc-carousel.carousel-testimonial.style2 .entry-header {
	margin: 0;
	padding: 0;
	border: 1px solid #fafafa;
	border-bottom: none
}
.sc-carousel.carousel-testimonial.style2 .entry-content {
	background: #fafafa;
}

/* Testimonial - Style 3 */
.sc-carousel.carousel-testimonial.style3 .entry-header,
.sc-carousel.carousel-testimonial.style3 .entry-content {
	background: #FFF;
	border: 1px solid #E0E0E0;
	display: block;
	margin: 0;
}
.sc-carousel.carousel-testimonial.style3 .entry-header {
	overflow: visible;
	display: block;
	border-bottom: none;
	padding: 0;
	margin-top: 75px;
}
.sc-carousel.carousel-testimonial.style3 .entry-content {
	border-top: none;
}
.sc-carousel.carousel-testimonial.style3 .testimonial-thumb {
	margin-top: -75px;
}
.sc-carousel.carousel-testimonial.style3 .testimonial-thumb a {
	display: inline-block
}
.sc-carousel.carousel-testimonial.style3 .testimonial-thumb img {
	border: 1px solid #E0E0E0;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;

}

/* TESTIMONIAL ITEM
------------------------------------------------------------------ */

.sc-carousel.carousel-testimonial.sc-postitem {
	display: block;
}

/* Testimonial Item - Style 1 */
.sc-carousel.carousel-testimonial.sc-postitem.style1 .entry-header {
	margin-bottom: 5px;
}
.sc-carousel.carousel-testimonial.sc-postitem.style1 .testimonial-thumb img {
	border: 1px solid #E0E0E0;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
.sc-carousel.carousel-testimonial.sc-postitem.style1 .testimonial-thumb:before {
	border: solid rgba(0, 0, 0, 0);
	border-top-color: #FAFAFA;
	border-width: 20px;
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
}

/* Testimonial Item - Style 2 (add max width to avoid broken design ) */
.sc-carousel.carousel-testimonial.sc-postitem.style2 {
	max-width: 382px;
	margin: 0 auto 20px;
}


/* ICONS (FONT AWESOME)
------------------------------------------------------------------ */

.iconimage {
	overflow: visible !important;
}

/* Font Icon - Style 1 & Style 2 */
.iconfull.style1.iconbackground,
.iconfull.style2.iconbackground {
	background: none;
	padding: 30px 20px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

/* Font Icon - Style 1 */
.iconfull.style1 .iconimage {
	float: none !important;
	margin-bottom: 15px;
}
.iconfull.style1 i {
	background: #202020;
	color: #fff;
	height: 60px;
	width: 60px;
	line-height: 60px;
	display: inline-block;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.iconfull.style1 a:hover i {
	background: #115172;
}

.iconfull.style1 i.fa-inverse {
	background: #115172;
}
.iconfull.style1 a:hover i.fa-inverse{
	background: #202020;
}

.iconfull.style1 i:before {
	line-height: 1;
}
.iconfull.style1 .iconmain,
.iconfull.style1 .iconmain h3 {
	text-align: center;
	padding: 0;
}
.iconfull.style1 .iconmain h3 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
}

.iconfull.style1 .iconurl {
	margin-top: -10px;
}

/* Font Icon - Style 2 */
.iconfull.style2 .iconimage i,
.iconfull.style2 .iconimage h3 {
	display: inline-block;
}
.iconfull.style2 .iconimage i {
	font-size: 11px;
	color: #FFF;
	background: #202020;
	height: 35px;
	width: 35px;
	line-height: 35px;
	margin-right: 20px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
.iconfull.style2 br {
	display: none
}
.iconfull.style2 .iconimage h3 {
	font-size: 18px;
	font-weight: 400;
	padding-left: 0;
	margin:0;
}

.iconfull.style2 .iconurl > a {
	color: inherit;
}
.iconfull.style2 .iconurl > a:hover {
	color: #115172;
}

/* Font Icon - Style 1 and Style 2 */
.iconmain .iconurl a:after {
	content: "";
}

/* PROGRESS BARS
------------------------------------------------------------------ */

span.bar-title,
span.bar-per {
	font-size: 14px;
	font-weight: normal;
	text-shadow: 0 0 0;
}
.progress {
	height: 35px;
	background: #e9e9e9;
	margin-bottom: 15px;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.progress .bar {
	padding: 5px 20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.progress .bar {
	background-color: #9DCEE3;
}
.progress.progress-basic .bar {
	background: #9DCEE3;
}
.progress .bar-info {
	background-color: #449edd;
}
.progress.progress-basic .bar-info {
	background: #449edd;
}
.progress .bar-success {
	background-color: #97d04d;
}
.progress.progress-basic .bar-success {
	background: #97d04d;
}
.progress .bar-warning {
	background-color: #ea984f;
}
.progress.progress-basic .bar-warning {
	background: #ea984f;
}
.progress .bar-danger {
	background-color: #115172;
}
.progress.progress-basic .bar-danger {
	background: #115172;
}

/* PROGRESS BARS - ROUND
------------------------------------------------------------------ */
.sc-knob-dial {
	color: #202020 !important;
}
.sc-knob-title {
	font-weight: 600;
}

/* SLIDESHOW
------------------------------------------------------------------ */
.rslides-sc a.rslides_nav,
.thinkupslider-sc a.rslides_nav {
}
.rslides-sc a.rslides_nav.prev:before,
.rslides-sc a.rslides_nav.next:before,
.thinkupslider-sc a.rslides_nav.prev:before,
.thinkupslider-sc a.rslides_nav.next:before {
}
.rslides-sc a.rslides_nav.prev:hover:before,
.rslides-sc a.rslides_nav.next:hover:before,
.thinkupslider-sc a.rslides_nav.prev:hover:before,
.thinkupslider-sc a.rslides_nav.next:hover:before {
}
.rslides-sc a.rslides_nav.prev,
.thinkupslider-sc a.rslides_nav.prev {
}
.rslides-sc a.rslides_nav.next,
.thinkupslider-sc a.rslides_nav.next {
}
.rslides-sc .rslides-inner:hover a.rslides_nav.prev,
.thinkupslider-sc .rslides-inner:hover a.rslides_nav.prev {
}
.rslides-sc .rslides-inner:hover a.rslides_nav.next,
.thinkupslider-sc .rslides-inner:hover a.rslides_nav.next {
}

/* TITLES
------------------------------------------------------------------ */
.customtitle.style5 span {
	border-bottom: 2px solid #202224;
}


/* ---------------------------------------------------------------------------------------
	12. PAGE BUILDER - THEME SPECIFIC STYLE
--------------------------------------------------------------------------------------- */

/* Call To Action */
.panel-grid-cell #introaction {
	padding: 0;
}
.panel-grid-cell #introaction h3 {
	font-size: 30px;
	font-weight: normal;
}
.panel-grid-cell #introaction .style1,
.panel-grid-cell #introaction .style2 {
	color: #FFF;
	background: #115172;
}
.panel-grid-cell #introaction .style3,
.panel-grid-cell #introaction .style4 {
	color: #FFF;
	background: #2D2D2D;
}
.panel-grid-cell #introaction .style5,
.panel-grid-cell #introaction .style6 {
	color: #202224;
	background: #FFF;
}

.panel-grid-cell #introaction .style1:hover,
.panel-grid-cell #introaction .style5:hover {
	color: #FFF;
	background: #2D2D2D;
}
.panel-grid-cell #introaction .style2:hover,
.panel-grid-cell #introaction .style3:hover {
	color: #202224;
	background: #FFF;
}
.panel-grid-cell #introaction .style4:hover,
.panel-grid-cell #introaction .style6:hover {
	color: #FFF;
	background: #115172;
}

/* Carousel - Portfolio  - Style when no link is set for portfolio button */
.carousel-portfolio-builder.style2 {
	position: relative;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio {
	padding-bottom: 0;
	margin-bottom: 20px;
	margin-top: 90px;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev,
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next {
	top: 0;
	margin-top: 0;
	height: 100%;
	background: #fff;
	border: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev:hover,
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next:hover {
	background: #115172;
	border-color: #115172;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev {
	left: -35px;
	right: auto;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next {
	right: -35px;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev i,
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next i {
	top: 45%;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio .entry-content {
	margin: 0;
}
.carousel-portfolio-builder.style2 .sc-carousel-button {
	position: absolute;
	right: 0;
	color: inherit;
	background: #FFF;
	border: 1px solid #EEE;
	padding: 5px 21px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.carousel-portfolio-builder.style2 .sc-carousel-button:hover {
	color: #FFF;
	background: #115172;
	border-color: #115172;
}
.carousel-portfolio-builder.style2 .sc-carousel-title,
.carousel-portfolio-builder.style2 .sc-carousel-button {
	top: -90px;
}

.layout-boxed .carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev {
	left: -20px;
}
.layout-boxed .carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next {
	right: -20px;
}

/* New CSS */

#site-header {
    left: 0;
    right: 0;
    position: fixed;
    z-index: 99;
    padding: 16px 16px;
    background: rgba(255, 255, 255);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}
#header {
	position: relative;
	padding: 0;
	z-index: 9999;
}
#logo {
    float: left;
    height: 65px;
}
#logo img {
    width: 100%;
    max-height: 65px;
}
#header-links {
    float: right;
    height: 65px;
	align-content: center;
}
#header-links-inner > .menu {
	display: flex;
    gap: 20px;
	align-items: center;
}
#header-links a {
	color: #101828;
	font-size: 16px;
	font-weight: 500;
}
#content-core {
	padding-top: 97px;
}
.section {
    padding: 50px 43px !important;
}
.banner_content {
	width: 60% !important;
}

.home-banner {
    position: relative;
    background-image:
        radial-gradient(circle, rgba(25, 104, 179, 0.20) 1px, transparent 1px),
        linear-gradient(
            135deg,
            rgba(25, 104, 179, 0.05),
            #eff6ff,
            rgba(150, 202, 80, 0.10)
        );

    background-size:
        50px 50px,
        cover;

    background-position:
        0 0,
        center;

    animation: bgMove 20s ease-in-out infinite alternate;
}

.home-banner .bg_bottom_img {
	height: 100px;
    width: 100% !important;
    padding: 0px;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    bottom: 0;
}

@keyframes bgMove {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}

.home-banner .elementor-widget-image img {
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  	position: relative;
  	z-index: 10;
  	animation: floatY 6s ease-in-out infinite alternate;
	border-radius: 15px;
}

/* Keyframes */
@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes floatY {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20px);
  }
}

.banner_button {
	padding: 0px !important;
	display: flex !important;
}

/* @keyframes arrowMove {
  0% { transform: translateX(0); }
  50% { transform: translateX(6px); }
  100% { transform: translateX(0); }
}

.submit_innovation .e-font-icon-svg {
  animation: arrowMove 1.2s ease-in-out infinite;
} */

#footer-gradient {
	height: 8px;
	background: linear-gradient(180deg, #96CA50 0%, #88B648 50%, #96CA50 100%);
}

#footer-col1 .wp-block-media-text {
	display: flex;
	align-items: center;
	gap: 30px;
	align-self: stretch;
}

#footer-col1 .wp-block-media-text__content p {
    font-weight: 600;
}

#footer-col1 figure.wp-block-media-text__media {
    margin: 0px;
}

#footer .widget li:first-child {
    font-weight: 600;
	padding: 0px 0px 20px;
}
.wp-block-social-links li {
	padding: 0px !important;
} 
#footer .widget li {
    border: none;
    padding: 0px 0px 12px;
    font-weight: 400;
}
#footer-col1 {
	width: 35%;
}

#footer-col2, #footer-col3, #footer-col4 {
	width: 17%;
}

.widget li.wp-social-link a {
    fill: none;
    stroke: #fff;
    stroke-width: 1;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.10);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-button a {
    background: linear-gradient(90deg, #1968B3 0%, #96CA50 100%);
    color: #ffffff !important;
    padding: 10px 18px !important;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
}
.menu-button {
	transition: all 0.3s ease;
}
.menu-button:hover {
	transform: scale(1.1);
}

.open-innovation {
    display: flex !important;
}

.collaboration-box {
    display: flex !important;
    /* width: 284px !important; */
    padding: 24px 16px;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 14px !important;
    border-radius: 16px !important;
    border: 1px solid #F3F4F6;
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    height: 200px !important;
}
.collaboration-box .elementor-icon {
    border-radius: 16%;
    /* width: 64px; */
    background: linear-gradient(135deg, #96CA50 0%, #00A63E 100%);
}

.collaboration-carousel .owl-item {
    border-radius: 16px !important;
    border: 1px solid #F3F4F6;
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}
.collaboration-carousel .owl-stage-outer {
	padding-bottom: 20px;
}
.collaboration-carousel .owl-dot {
	box-shadow: none;
}

.collaboration-carousel .card_carousel_title {
	padding-bottom: 14px;
}

.collaboration-carousel img {
    /* height: auto; */
    border-radius: 16px !important;
    padding: 16px;
    width: 64px !important;
    background: linear-gradient(135deg, #96CA50 0%, #00A63E 100%);
    align-items: center;
    align-content: center;
    text-align: center;
    align-self: center;
    margin: 0px auto;
}

.id-flipcard .eael-elements-flip-box-container {
    border-radius: 10px;
}
.id-flipcard .eael-elements-flip-box-front-container {
	background: #1968B3;
	background: linear-gradient(0deg, #1968B3 0%, #5B99D3 50%, #86C4FF 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
} 

.id-flipcard .eael-elements-flip-box-rear-container {
    border-radius: 10px;
    background: linear-gradient(0deg, #1968B3 0%, #5B99D3 50%, #86C4FF 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.id-flipcard .eael-elements-flip-box-padding {
    padding: 0px;
}

.id-flipcard img.eael-flipbox-image-as-icon {
    height: 285px !important;
    object-fit: cover;
    object-position: 50% 30%;
}

.id-flipcard .eael-elements-flip-box-content {
	display: flex;
    align-items: center;
    gap: 16px;
	padding: 0px 16px;
}

.id-flipcard .eael-elements-flip-box-content img {
    padding: 8px;
    background: #fff;
    width: 48px;
    height: 48px;
    border-radius: 8px;
}

.id-flipcard .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
	display: flex;
    flex-direction: column;
    gap: 20px;
}

.rallisoffer-box {
    padding: 20px;
    border-radius: 16px !important;
    border: 2px solid rgba(0, 0, 0, 0.00);
    background: #FFF;
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
	height: 170px !important;
	align-items: center !important;
}

.rallisoffer-box .elementor-icon {
    border-radius: 14px !important;
    background: #1555A0 !important;
}

.inn-domain {
	/* border-radius: 16px;
	background: #FFF;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10); */
	overflow: hidden;
}

.inn-domain img {
	width: 100%;
    /* border-radius: 16px 16px 0px 0px !important; */
} 

.inn-domain .elementor-image-box-content {
	padding: 24px;
}

.inn-domain:hover img {
  transform: scale(1.1);
}

.inn-domain .elementor-image-box-img {
    overflow: hidden;
}

/* .elementor-element-abc97c7.inn-domain::after {
      content: "";
    background: linear-gradient(90deg, #96CA50 0%, #5EA500 100%) !important;
    height: 10px !important;
    bottom: 0;
    position: absolute;
    width: 100%;
} */

.ready-to-col {
	background: linear-gradient(135deg, #E2F2FF 0%, #DFFEF7 50%, #D7F9FF 100%);;
}

.ready-to-col-text {
	display: flex !important;
	flex-direction: column !important;
}

.ready-to-col-text .elementor-element-2b0baa1.e-grid{
	display: flex;
	padding: 0px;
}

.ready-to-col img {
	width: 90% !important;
	height: 295px !important;
	border-radius: 20px !important;
}

#col-opp-box {
    display: flex;
    flex-direction: column;
	padding: 0px;
}

#col-opp-box .elementor-widget-icon {
	padding: 16px;
    position: absolute;
    z-index: 1;
}

#col-opp-box .elementor-icon svg {
    padding: 8px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.90);
}

.col-opp {
	border-radius: 16px;
	border: 1px solid #F3F4F6;
	background: #FFF;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.col-opp img {
	width: 100%;
    border-radius: 16px 16px 0px 0px !important;
}

.col-opp .elementor-image-box-content {
	padding: 16px 24px;
	height: 160px;
}

.why_collaborate {
    padding: 50px 16px !important;
    border-radius: 95px !important;
    border: 2px solid rgba(0, 0, 0, 0.00);
    background: #FFF;
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    /* height: 170px !important; */
    align-items: center !important;
}
.why_collaborate .elementor-icon {
    border-radius: 40px !important;
    background: linear-gradient(135deg, #1555A0 0%, #4BA7FF 100%);
    height: 116px !important;
    padding: 0px 16px !important;
    align-content: center;
}
.why_collaborate .elementor-widget-text-editor span {
	color: #364153;
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 111.111% */
}
/* Media Responsive */
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
	#logo img {
		width: 100px;
		max-height: 70px;
	}
	#header-links-inner > .menu {
		gap: 15px;
	}
	#header-links a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1024px) {
	#logo {
		margin-left: 0px;
	}
	#header-links-inner > .menu {
		gap: 10px;
	}
	#header-links a {
		font-size: 12px;
	}
}

@media only screen and (max-width: 768px) {
	#logo {
		float: left;
		height: 50px;
	}
    #logo img {
        width: 20%;
        max-height: 50px !important;
    }
	#header-core {
		padding: 0px !important;
	}
	#header-responsive {
        padding: 0px !important;
        background: transparent !important;
    }
	#header-responsive li {
        list-style: none;
        padding: 10px 0px;
    }
	#footer-core {
		border-bottom: 1px solid;
		display: flex;
		flex-direction: column;
	}
	#footer-col1, #footer-col2, #footer-col3, #footer-col4 {
		width: 100%;
	}
	#footer p {
		font-size: 24px;
	}
	#footer {
		font-size: 24px;
		padding: 64px 32px 0px;
	}
	#footer-col1 .wp-block-media-text {
		gap: 30px;
	}
}




/* Current Collaboration Opportunities */

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-gradient-stops {
    syntax: "*";
    inherits: false;
}

:root {
	--color-white: #fff;
	--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	--default-transition-duration: 0.15s;
	--default-transition-duration-500: 0.5s;
	--default-transition-duration-700: 0.7s;
	--radius-3xl: 1.5rem;
	--tw-scale-x: 110%;
	--tw-scale-y: 110%;
	--tw-scale-z: 110%;

}
.transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.bg-white {
    background-color: var(--color-white);
}
.rounded-3xl {
    border-radius: var(--radius-3xl);
}
.overflow-hidden {
    overflow: hidden;
}
.relative {
    position: relative;
}
.collaboration_grid  {
	max-width: 110rem;
	gap: 30px !important;
    margin-inline: auto !important;
}
.collaboration_grid .first_icon, .collaboration_grid .second_icon, .collaboration_grid .third_icon {
	position: absolute;
    z-index: 9;
    width: 340px;
    padding: 15px;
    top: 10px;
}
.collaboration_grid .first_icon {
    left: 10px;
}
.collaboration_grid .second_icon {
    left: 380px;
}
.collaboration_grid .third_icon {
    left: 750px;
}

.collaboration_grid .first_icon.elementor-widget-icon-box.elementor-position-block-start .elementor-icon-box-wrapper, 
.collaboration_grid .second_icon.elementor-widget-icon-box.elementor-position-block-start .elementor-icon-box-wrapper, 
.collaboration_grid .third_icon.elementor-widget-icon-box.elementor-position-block-start .elementor-icon-box-wrapper {
	flex-direction: row-reverse !important;
    align-items: center !important;
}

.collaboration_grid .first_icon .elementor-icon-box-wrapper .elementor-icon-box-content, 
.collaboration_grid .second_icon .elementor-icon-box-wrapper .elementor-icon-box-content, 
.collaboration_grid .third_icon .elementor-icon-box-wrapper .elementor-icon-box-content {
	text-align: left;
}

.collaboration_grid .first_icon .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title, .collaboration_grid .second_icon .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title, .collaboration_grid .third_icon .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
	background: #fff;
	padding: 8px 16px;
	color: #1968b3;
	font-size: 14px;
	border-radius: 40px;
	display: inline-block;	
}
.collaboration_grid .second_icon .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
	color: #96ca50;
}
.collaboration_grid .first_icon .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon, .collaboration_grid .second_icon .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon, .collaboration_grid .third_icon .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
	width: 48px;
	height: 48px;
}
.collaboration_grid .first_icon .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg, .collaboration_grid .second_icon .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg, .collaboration_grid .third_icon .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg {
	border-radius: 14px;
    padding: 10px;
    background: #fff3;
    width: 48px;
    height: 48px;
    backdrop-filter: blur(12px);
}

.collab_box .elementor-image-box-wrapper .elementor-image-box-img {
	height: 288px;
    position: relative;
    overflow: hidden;
}
.collab_box .elementor-image-box-wrapper .elementor-image-box-img::before {
	content: "";
	position: absolute;
	transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration-500));
	opacity: .6;
	width: 100%;
    height: 100%;
    left: 0px;
	z-index: 1;    
}
.collab_box.first_box .elementor-image-box-wrapper .elementor-image-box-img::before {
	background: #1968b3;
}
.collab_box.second_box .elementor-image-box-wrapper .elementor-image-box-img::before {
	background: #96ca50;
}
.collab_box.third_box .elementor-image-box-wrapper .elementor-image-box-img::before {
	background: #1968b3;
}
.collab_box:hover .elementor-image-box-wrapper .elementor-image-box-img::before {
	opacity: .4;
}
.collab_box .elementor-image-box-wrapper .elementor-image-box-img img {
	object-fit: cover;
    width: 100%;
    height: 100%;
	transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration-700));
}
.collab_box:hover .elementor-image-box-wrapper .elementor-image-box-img img {
	scale: var(--tw-scale-x) var(--tw-scale-y);
	transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration-700));
}
.collab_box .elementor-image-box-wrapper .elementor-image-box-content {
	padding: 32px;
	position: relative;
	text-align: left;
}
.collab_box .elementor-image-box-wrapper .elementor-image-box-content h3 {
	font-size: 24px;
	color: #101828;
	line-height: 1.3;
	margin-bottom: 16px !important;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.collab_box:hover .elementor-image-box-wrapper .elementor-image-box-content h3 {
	color: #1968b3;
}
.collab_box .elementor-image-box-wrapper .elementor-image-box-content p {
	color: #4a5565;
	line-height: 1.625;
}
.collab_box .elementor-image-box-wrapper .elementor-image-box-content a {
	font-size: 14px;
	line-height: 1.42;
	display: block;
	color: rgb(150, 202, 80);
	margin-top: 24px;
	transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
}

/* Why Collaborate with Rallis */
.why_collaborate_section {
	position: relative !important;
	background-image: radial-gradient(circle, rgba(25, 104, 179, 0.20) 1px, transparent 1px), linear-gradient(
  180deg,
  rgba(249, 250, 251, 0.6) 0%,
  rgba(239, 246, 255, 0.3) 50%,
  rgba(255, 255, 255, 1) 100%
);	
    background-size: 50px 50px, cover;
    background-position: 0 0, center;
    animation: bgMove 20s ease-in-out infinite alternate;
}
.why_collaborate_section::before {
	content: "";
	background: url( '/wp-content/uploads/2026/01/why-collaborate-shape-bg.png' ) no-repeat;
	width: 100%;
    height: 100px;
    display: block;
    position: absolute;
    top: -80px;
	left: 0px;
}
.piller_content {
	--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	border-radius: 8px;
}
.piller_content h4 {
	color: #1968B3;
	font-size: 20px;
	font-weight: 600;
	margin: 0px 0px 10px;
}
.piller_content ul {
	margin: 0px;
	list-style: none;
}
.piller_content ul li {
	color: #364153;
	font-size: 16px;
	font-weight: 400;
	display: flex;
	gap: 12px;
}
.piller_content ul li::before {
	content: "\f105";
	font-family: "FontAwesome";
	color: #96CA50;
    font-size: 16px;
}

.innovation_domains, .current_section {
	position: relative;
}
.innovation_domains::after, .current_section::after {
	content: "";
	width: 100%;
    height: 100px;
    display: block;
    position: absolute;
    top: -80px;
	left: 0px;
	background-size: cover !important;
}
.innovation_domains::after {
	background: url( '/wp-content/uploads/2026/01/innovation-domain-shape-bg.png' ) no-repeat;
}
.current_section::after {
	background: url( '/wp-content/uploads/2026/01/current-opportunities-shape-bg.png' ) no-repeat;
}

@keyframes gridMove {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 100%;
  }
}
.home-innovation-section {
    background-image: linear-gradient(to right, rgba(25, 104, 179, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(25, 104, 179, 0.1) 1px, transparent 1px);
    background-size: 100px 100px;
    background-position: 0% 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    animation: gridMove 30s linear infinite alternate;
}

.innovation_scroll {
	padding-top: 30px;
    padding-bottom: 30px;
}
.innovation_scroll .e-con-inner {
	height: 520px !important;
    overflow-y: auto;
    padding: 30px !important;
}
.innovation_scroll .e-con-inner::-webkit-scrollbar {
	width: 0px !important;
}
.innovation_scroll .e-con-inner .sticky-left-img {
	position: sticky;
    top: 0px;
}


.enables_section {
	position: relative !important;
	height: 800px !important;
}
.enables_section .innovation_platforms_rhs {
	position: absolute;
    width: 60%;
    background: #fff;
    height: 780px;
    right: 0px;
}

@media only screen and (min-device-width: 576px) and (max-device-width: 1024px) {
	.enables_section {
		height:1020px !important;
	}
	.enables_section .innovation_platforms_rhs {
		height: 1000px;
	}
}

@media (max-width: 575px) {
	.enables_section {
		height: auto !important;
	}
	.enables_section .innovation_platforms_rhs {
		position: static;
		height: auto;
		width: 100%;
	}
}
