/*
Theme Name: Neural
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2032.4
Requires at least: 5.2
Tested up to: 5.9
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2022 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/



input[type="button"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    white-space: normal;
}

/* general */

html {    
    scroll-behavior: smooth;
	font-family: Manrope, sans-serif
}
body, h1, h2, h3, h4, h5, h6
{
	font-family: Manrope, sans-serif
}
.top_bar_right
{
	display: none;
}
.big {
    font-size: 18px;
	line-height: 26px;
    font-weight: 400;
    letter-spacing: 0px;
}
#menu > ul > li > a, a.action_button, #overlay-menu ul li a, #Top_bar .menu>li>a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
}
#Top_bar #logo img
{
	vertical-align: inherit;
	height: 44px;
}

.header-transparent #Top_bar:not(.is-sticky) {
    background: rgba(0, 0, 0, 0.0);
}

#Top_bar #logo,
.header-fixed #Top_bar #logo,
.header-plain #Top_bar #logo,
.header-transparent #Top_bar #logo {
    height: 44px;
    line-height: 44px;
    padding: 23px 0
}

#Header .top_bar_left, .header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top_bar, .header-split #Top_bar, .header-shop #Top_bar, .header-shop-split #Top_bar, .header-fixed #Top_bar, .header-below #Top_bar, #Header_creative, #Top_bar #menu, .sticky-tb-color #Top_bar.is-sticky {
    background-color: #06153E;
}
#Subheader {
		background-position: center center;
	background-size: cover;
	}

#Footer {
    background-color: #06153E;
}
#Footer .textwidget
{
	width: 95%;
	margin-left: 0px;
}
#footer_big_text
{
	width: 100%;
	max-width: 410px;
}
.button-default .button_theme, .button-default button, .button-default input[type="button"], .button-default input[type="reset"], .button-default input[type="submit"], .button-flat .button_theme, .button-flat button, .button-flat input[type="button"], .button-flat input[type="reset"], .button-flat input[type="submit"], .button-round .button_theme, .button-round button, .button-round input[type="button"], .button-round input[type="reset"], .button-round input[type="submit"], .woocommerce #respond input#submit, .woocommerce a.button:not(.default), .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit:hover, .woocommerce a.button:not(.default):hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #cf2282;
	border-radius: 8px;
}
input[type="submit"]:hover
{
	background-color: #af0e67
}
.button_150
{
	min-width: 110px;
}
@media only screen and (min-width: 768px) {
    #Top_bar.is-sticky #logo, #Top_bar.is-sticky .custom-logo-link {
        padding: 10px 0 !important;
        height: 40px !important;
        line-height: 40px !important;
    }
	#Subheader {
		padding: 170px 0 145px;
	}
	#Subheader.subheader_small
	{
		padding: 90px 0 65px;
	}
}

@media only screen and (max-width: 767px) {
    #Top_bar {
        background-color: #06153E !important;
    }
}

@media only screen and (max-width: 1239px)
{
	.top_bar_right
	{
		display: block;
	}
	.top_bar_right .toggle-nav
	{
		display: block;
        transition: color linear 0.15s;
        text-decoration: none;
        font-size: 22px;
        color: #fff;
        line-height: 1;
        margin: 0px 0px 0 20px;
        cursor: pointer;	
}
	.menu_wrapper #menu_resp #page_overlay {
        height: 100%;
        width: 100%;
        position: fixed;
        /* Stay in place */
        z-index: 8;
        /* Sit on top */
        left: 0;
        top: 0;
        background-color: rgb(0, 0, 0);
        /* Black fallback color */
        background-color: rgba(0, 0, 0, 0.5);
        /* Black w/opacity */
        overflow-x: hidden;
        /* Disable horizontal scroll */
    }
	.menu_wrapper #menu_resp {
        display: none;
		width: 100%;
		max-width: 500px;
        background: #fff;
        text-align: left;
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 9999;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    }
    .menu_wrapper #menu_resp .toggle-nav {
        text-align: right;
    }
    #menu_resp_white {
        background: #000;
        z-index: 10;
        position: relative;
        padding-bottom: 15px;
    }
    .menu_wrapper #menu_resp ul {
        display: block;
        position: relative;
        overflow: auto;
        padding-right: 15px;
        background: #000;
    }
    .menu_wrapper #menu_resp ul li {
        float: none;
        display: block;
        position: relative;
        top: 0px;
        right: 0px;
        min-width: 300px;
        background: #000;
        text-align: left;
    }	
	#menu_resp_white ul li .menu-toggle {
		display: block;
		position: absolute;
		right: 5px;
		top: 7px;
		width: 40px;
		height: 24px;
		line-height: 24px;
		font-size: 20px;
		font-weight: 100;
		text-align: center;
		cursor: pointer;
		opacity: .5;
		color: #fff;
	}
    .menu_wrapper #menu_resp ul li a {
        padding: 12px 10px !important;
        line-height: 20px !important;
        font-size: 17px;
    }
	#Top_bar #menu_resp_white .toggle-nav {
		line-height: 30px;
		padding: 15px 20px !important;
	}	
	#Top_bar #menu_resp_white .sub-menu
	{
		display: none;
		background: transparent;
		padding-left: 25px;
		position: relative;
		padding-bottom: 10px;
	}
	#Top_bar #menu_resp_white .sub-menu a 
	{
		color: #ccc;
		font-size: 16px;
	}
	#Top_bar #menu_resp_white .sub-menu .current_page_item  a
	{
		color: #fd0400;
	}	
	#menu_resp_white .menu-item-has-children a
	{
		margin-right: 50px;
	}
	
	#Top_bar .menu > li > a span:not(.description)
	{
		line-height: 22px;
	}
	#Top_bar .menu>li a:not(.menu-toggle):after {
		background: transparent;
	}
	#menu_resp_white .menu-main-menu-container
	{
		max-height: 80vh;
		overflow-y: scroll;
	}	
}

@media only screen and (max-width: 767px) {
    .mobile-header-mini #Top_bar .top_bar_left {
        width: calc(100% - 140px) !important;
    }
}
@media only screen and (max-width: 459px) {
    .mobile-sticky #Top_bar.is-sticky #logo, .mobile-sticky #Top_bar.is-sticky .custom-logo-link {
        height: 40px !important;
        line-height: 40px !important;
        margin: 5px 50px;
    }
}
/* heateor */
.heateor_sss_horizontal_sharing .heateorSssSharing,
.heateor_sss_standard_follow_icons_container .heateorSssSharing {
    color: #fff;
    border-width: 0;
    border-style: solid;
    border-color: transparent
}

.heateor_sss_horizontal_sharing {
    margin-top: 10px;
    margin-bottom: 20px
}

.heateorSssSharing {
    float: left;
    border: none
}

.heateorSssSharing,
.heateorSssSharingButton {
    display: block;
    cursor: pointer;
    margin: 2px
}

.heateorSssSharingSvg {
    width: 100%;
    height: 100%
}

ul.heateor_sss_follow_ul,
ul.heateor_sss_sharing_ul {
    margin: 1px 0!important;
    list-style: none!important;
    padding-left: 0!important
}

ul.heateor_sss_sharing_ul {
    width: 100%;
    text-align: center
}

div.heateor_sss_horizontal_sharing ul.heateor_sss_sharing_ul li {
    float: none!important;
    display: inline-block
}

ul.heateor_sss_follow_ul li.heateorSssSharingRound,
ul.heateor_sss_sharing_ul li.heateorSssSharingRound {
    background: 0 0!important
}

div.heateor_sss_horizontal_sharing li {
    width: auto
}

ul.heateor_sss_follow_ul li,
ul.heateor_sss_sharing_ul li {
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
    border: none!important;
    clear: none!important
}

div.heateor_sss_horizontal_sharing li {
    width: auto
}

.heateorSssLinkedinBackground {
    background-color: #0077b5
}

.heateorSssFacebookBackground {
    background-color: #3c589a
}

.heateorSssTwitterBackground {
    background-color: #55acee
}

.heateorSssPinterestBackground {
    background-color: #cc2329
}

.heateorSssEmailBackground {
    background-color: #649a3f
}

.heateorSssFacebookSvg {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center
}

.heateorSssLinkedinSvg {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2039%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E) no-repeat center center
}

.heateorSssTwitterSvg {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2039%2039%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E) no-repeat center center
}

.heateorSssPinterestSvg {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.539%204.5c-6.277%200-9.442%204.5-9.442%208.253%200%202.272.86%204.293%202.705%205.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591%200-3.338%202.498-6.327%206.505-6.327%203.548%200%205.497%202.168%205.497%205.062%200%203.81-1.686%207.025-4.188%207.025-1.382%200-2.416-1.142-2.085-2.545.397-1.674%201.166-3.48%201.166-4.689%200-1.081-.581-1.983-1.782-1.983-1.413%200-2.548%201.462-2.548%203.419%200%201.247.421%202.091.421%202.091l-1.699%207.199c-.505%202.137-.076%204.755-.039%205.019.021.158.223.196.314.077.13-.17%201.813-2.247%202.384-4.324.162-.587.929-3.631.929-3.631.46.876%201.801%201.646%203.227%201.646%204.247%200%207.128-3.871%207.128-9.053.003-3.918-3.317-7.568-8.361-7.568z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center
}

.heateorSssEmailSvg {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2043%2043%22%3E%3Cpath%20d%3D%22M%205.5%2011%20h%2023%20v%201%20l%20-11%206%20l%20-11%20-6%20v%20-1%20m%200%202%20l%2011%206%20l%2011%20-6%20v%2011%20h%20-22%20v%20-11%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center
}

/* site style */

.faq .question.active>.answer
{
	display: block;
}

.investors_block_separator
{
	border-top: 1px solid #fff;
	padding-top: 15px;
	margin-top: 15px;
}

.text_section_right_padding
{
	padding-right: 20%;
}
.text_section_right_padding_noresp
{
	padding-right: 20%;
}
#home_intro
{
	padding-top:270px;
	padding-bottom:160px;
}
#home_contact
{
	margin-top:-40px;
	padding:280px 0 0;
}
.mcb-item-column-inner {
    word-break: normal;
}
#Content
{
	background-color: #fff;
}
html {
    background-color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #7f8289;
    scroll-behavior: smooth;
}
body
{
	 font-size: 16px;
    line-height: 22px;
	color: #7f8289;
	background-color: #fff;
}
.column_column ul, .column_column ol, .the_content_wrapper:not(.is-elementor) ul, .the_content_wrapper:not(.is-elementor) ol
{
	color: #7f8289;
}
a:hover
{
	color: #000;
}
h1
{
	font-size: 60px;
	line-height: 65px;
	font-weight:700;
	letter-spacing: -2px;
}
h2
{
	font-size: 45px;
	line-height: 46px;
	font-weight:700;
	letter-spacing: -2px;
}
h3
{
	font-size: 38px;
	line-height: 42px;
	font-weight:700;
	letter-spacing: -2px;
}
h4
{
	font-size: 33px;
	line-height: 38px;
	font-weight:700;
	letter-spacing: -2px;
}
.fontsize_b
{
	font-size: 23px;
    line-height: 27px;
	font-weight: 700;
	color: #000;
	letter-spacing: -1px;
}
.fontsize_h5
{
	font-size: 28px;
	line-height: 34px;
	font-weight:700;
	letter-spacing: -2px;
}
@media only screen and (min-width: 1240px) {
    .section_wrapper, .container {
        max-width: 1280px;
    }
}
.content_container
{
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}
.content_container_bg
{
	padding: 30px 5%;
	overflow: hidden;
}
rs-slide {
    border: 1px solid #353a46;
    border-radius: 10px;
}

.white_button a
{
	color: #000;
	border: 1px solid #7f8289;
	border-radius: 8px;
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	margin-left: 3px;
	margin-right: 3px;	
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.white_button a:hover
{
	background: #00A3F3;
	border: 1px solid #00A3F3;
	color: #fff;
}
.black_button a
{
	color: #fff;
	border: 1px solid #000;
	border-radius: 8px;
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	background: #000;
	margin-left: 3px;
	margin-right: 3px;	
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.black_button a:hover
{
	background: #00A3F3;
	border: 1px solid #00A3F3;
	color: #fff;
}
.blue_button a
{
	color: #fff;
	border: 1px solid #00A3F3;
	border-radius: 8px;
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	background: #00A3F3;
	margin-left: 3px;
	margin-right: 3px;	
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.blue_button a:hover
{
	background: #fff;
	border: 1px solid #000;
	color: #000;
}
#use_cases_container
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}
.use_case
{
	background: #E4E4E4;
	color: #000;
	padding: 12px;
	padding-left: 37px;
	border-radius: 15px;
	margin: 5px;
	position: relative;
	font-weight: 500;
}
.use_case::before
{
    content:"•";
	color: #b70abb;
	font-size: 50px;
	position: absolute;
	left: 7px;
	top: 10px;
}
.section_title
{
	color: #7f8289;
	border: 1px solid #7f8289;
	border-radius: 20px;
	padding: 10px 20px;
	display: inline-block;
    background: #E4E4E4;
}
#integrations_container, #redefining_container, .inner_twocols_container
{
	display: flex;
	align-items: center;
}
#integrations_left, #integrations_right, #redefining_left, #redefining_right, .inner_twocols_left, .inner_twocols_right, .inner_three_col
{
	flex-grow: 1;
    flex-basis: 0;
}
.inner_three_container
{
	display: flex;
	align-items: start;
}
.inner_three_col
{
	color: #fff;
	padding: 15px 30px 0;
	width: 100%;
}
.inner_three_container20 .inner_three_col
{
	padding: 15px 15px 0;
}
.inner_three_col img
{
	width: 60px;
	display: block;
	margin: 0 auto;
	padding-bottom: 15px;
	padding-top: 30px;
}
#redefining_right
{
	padding-left: 10%;
}

#redefining_right img
{
	border-radius: 10px;
}
img.img_border_radius
{
	border-radius: 10px;
	width: 100%;
	max-width: 90%;
}
.inner_twocols_right img.img_border_radius
{
	justify-self: end;
	display: block;
}
#integrations_left_content, #redefining_left_content, .inner_twocols_left_content
{
	padding-right: 60px;
}
.inner_twocols_right_content
{
	padding-left: 60px;
}
.mfn-toggle-item
{
	border-radius: 12px;
	background: #fff;
	border: 1px solid #eee;
	padding: 20px;
	margin-bottom: 4px;
	position: relative;
}
.toggle-heading
{
	font-size: 21px;
	line-height: 25px;
	font-weight: 600;
	letter-spacing: -1px;
	margin: 0px;
	cursor: pointer;
}
.toggle-icon
{
	position: absolute;
	right: 20px;
	top: 30px;
}
.toggle-content
{
	display: none;
}
.toggle-content.show
{
	display: block;
	padding-top: 10px;
	color: #020817;
}

.about_team
{
	padding:50px 50px 35px
}
.hide_phone
{
	display: block;
}
#technology_traditional
{
padding-right: 10px;	
}

.plus
{
	background: url(https://neuralbase.ai/wp-content/uploads/2025/05/arrow_open.png);
	background-size: 16px;
	height: 10px;
	width: 16px;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
}
.minus
{
	background: url(https://neuralbase.ai/wp-content/uploads/2025/05/arrow_close.png);
	background-size: 16px;
	height: 10px;
	width: 16px;
	display: none;
	cursor: pointer;
	background-repeat: no-repeat;
}
.toggle-bar.active .plus
{
	display: none;
}
.toggle-bar.active .minus
{
	display: block;
}
#Footer img
{
	height: 48px;
}
.widget_title
{
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -1px;
	padding-bottom: 25px;
	color: #fff;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty, .wp-block-search input[type="search"], .dark input[type="email"], .dark input[type="password"], .dark input[type="tel"], .dark input[type="text"], .dark select, .dark textarea {
    color: #7f8289;
    background-color: #fff;
    border-color: #9a9a9a;
}
input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
    color: #7f8289;
    background-color: #fff;
    border-color: #9a9a9a;
}
#Footer
{
	color: #7f8289;
}
.footer_links a
{
	color: #7f8289;
	display: block;
	margin-bottom: 5px;
}
.footer_links br
	{
		display: none;
	}
#Footer .column
{
	margin-bottom: 0px;
}
#team_container_global
{
	display: flex;
	margin-top: 40px;
}
.team_container
{
	width: 28%;
	padding-bottom: 30px;
}
#team_center
{
	margin-left: 7.5%;
	margin-right: 7.5%;
}
.team_image img {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    width: 250px;
    max-width: 100%;
}
.team_name 
{
	padding-top: 35px;
	padding-bottom: 25px;
	text-align: center;
}
.copyright
{
	font-size: 14px;
	text-align: left;
}
#page_intro
{
	padding: 150px 0 80px 0;
}
.gradient_bg
{
background: linear-gradient(45deg,  #54036e 0%,#02166d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.inner_section_padding
{
	padding-top: 60px;
	padding-bottom: 50px;
}
.left_bullet
{
	padding-left: 30px;
	position: relative;
	font-weight: 500;
	padding-bottom: 15px;
}
.left_bullet::before
{
    content:"•";
	color: #b70abb;
	font-size: 35px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#mission_img
{
	width: 75px;
	display: block;
	margin-bottom: 15px;
}
@media only screen and (max-width: 767px)
{
	
	#home_intro, #page_intro
	{
		padding: 80px 0;
	}
	#integrations_container, #redefining_container, .inner_twocols_container, .inner_three_container
	{
		flex-direction: column;
	}
	.inner_twocols_container_reverse
	{
		flex-direction: column-reverse;
	}
	#integrations_right, #redefining_right, .inner_twocols_right
	{
		padding-top: 40px;
	}
	.inner_twocols_container_reverse .inner_twocols_right
	{
		padding-top: 0px
	}
	.inner_twocols_container_reverse .inner_twocols_left
	{
		padding-top: 40px
	}
	#redefining_right, .inner_twocols_right_img
	{
		padding-left: 0;
	}
	.inner_twocols_left_img
	{
		padding-right: 0;
	}
	#integrations_left_content, #redefining_left_content, .inner_twocols_left_content
	{
		padding-right: 0px;
	}
	.inner_twocols_right_content
	{
		padding-left: 0px;
	}
	.one-second.column, .one-fourth.column
	{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	img.img_border_radius
	{
		border-radius: 10px;
		width: 100%;
		max-width: 100%;
	}
	.widget_title
	{
		padding-top: 20px;
	}
	#team_container_global
	{
		flex-direction: column;
	}
	.team_container
	{
		width: 100%;
		padding-bottom: 40px;
	}
	#team_center
	{
		margin-left: 0%;
		margin-right: 0%;
	}
	.team_text
	{
		text-align: center;
	}
	h1
	{
		font-size: 50px;
		line-height: 55px;
	}
	h2
	{
		font-size: 37px;
		line-height: 42px;
	}
	h3
	{
		font-size: 30px;
		line-height: 36px;
	}
	h4
	{
		font-size: 28px;
		line-height: 34px;
	}
	.fontsize_h5
	{
		font-size: 24px;
		line-height: 30px;
	}
	.inner_section_padding
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.inner_three_col, .inner_three_container20 .inner_three_col
	{
		color: #fff;
		padding: 15px 0px 0;
	}
	    .content_wrapper .custom_section_wrapper 
	{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.responsive_nomargintop
	{
		margin-top: 0px !important;
	}
}

/* password protected */
.post-password-required
{
	width: 90%; 
	max-width: 700px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
}