/* 
 Theme Name:     Corporate for Divi
 Author:         Pennyblack
 Author URI:     https://www.pennyblacktemplates.com/
 Template:       Divi
 Version:        1.2
*/ 

/* ----------- Corporate CSS --------------------------- */ 
/* --- HOME FORM --- */
.header-form .et_pb_contact .et_pb_contact_field_half {
    float: none;
    width: 100%;
}
/* ----- SERVICES ----- */
.team-col3.et_pb_column:hover .et_pb_module_header,
.features-col.et_pb_column:hover .et_pb_module_header,
.features-col.et_pb_column:hover p,
.services-col.et_pb_column:hover p,
.services-col.et_pb_column:hover .et_pb_module_header {
	
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-col1.et_pb_column,
.team-col3.et_pb_column,
.features-col.et_pb_column,
.news-col.et_pb_column,
.testimonial-col.et_pb_column,
.services-col.et_pb_column {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 10px 10px -10px #999999;
	position: relative;
	background: #3498db;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.team-col3.et_pb_column:before {
	border: none !important;
}
.news-col1.et_pb_column:before,
.team-col3.et_pb_column:before,
.features-col.et_pb_column:before,
.news-col.et_pb_column:before,
.testimonial-col.et_pb_column:before,
.services-col.et_pb_column:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f9f9f9;
	border: 1px solid #3498db !important;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.news-col1.et_pb_column:hover, .news-col1.et_pb_column:focus, .news-col1.et_pb_column:active,
.team-col3.et_pb_column:hover, .team-col3.et_pb_column:focus, .team-col3.et_pb_column:active,
.features-col.et_pb_column:hover, .features-col.et_pb_column:focus, .features-col.et_pb_column:active,
.news-col.et_pb_column:hover, .news-col.et_pb_column:focus, .news-col.et_pb_column:active,
.testimonial-col.et_pb_column:hover, .testimonial-col.et_pb_column:focus, .testimonial-col.et_pb_column:active,
.services-col.et_pb_column:hover, .services-col.et_pb_column:focus, .services-col.et_pb_column:active {
 	color: #ffffff;
}
.news-col1.et_pb_column:hover:before, .news-col1.et_pb_columnl:focus:before, .news-col1.et_pb_column:active:before,
.team-col3.et_pb_column:hover:before, .team-col3.et_pb_column:focus:before, .team-col3.et_pb_column:active:before,
.features-col.et_pb_column:hover:before, .features-col.et_pb_columnl:focus:before, .features-col.et_pb_column:active:before,
.news-col.et_pb_column:hover:before, .news-col.et_pb_columnl:focus:before, .news-col.et_pb_column:active:before,
.testimonial-col.et_pb_column:hover:before, .testimonial-col.et_pb_columnl:focus:before, .testimonial-col.et_pb_column:active:before,
.services-col.et_pb_column:hover:before, .services-col.et_pb_columnl:focus:before, .services-col.et_pb_column:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.team-col3.et_pb_column:hover p, .team-col3.et_pb_column:focus p, .team-col3.et_pb_column:active p,
.team-col3.et_pb_column:hover h4, .team-col3.et_pb_column:focus h4, .team-col3.et_pb_column:active h4,
body #page-container .features-col.et_pb_column:hover .et_pb_button, body #page-container .features-col.et_pb_column:focus .et_pb_button, body #page-container .features-col.et_pb_column:active .et_pb_button,
.features-col.et_pb_column:hover p, .features-col.et_pb_column:focus p, .features-col.et_pb_column:active p,
.features-col.et_pb_column:hover h4, .features-col.et_pb_column:focus h4, .features-col.et_pb_column:active h4,
.testimonial-col.et_pb_column:hover .et_pb_testimonial_author, .testimonial-col.et_pb_column:focus .et_pb_testimonial_author, .testimonial-col.et_pb_column:active .et_pb_testimonial_author,
.testimonial-col.et_pb_column:hover p, .testimonial-col.et_pb_column:focus p, .testimonial-col.et_pb_column:active p,
.testimonial-col.et_pb_column:hover h4, .testimonial-col.et_pb_column:focus h4, .testimonial-col.et_pb_column:active h4,
.services-col.et_pb_column:hover p, .services-col.et_pb_column:focus p, .services-col.et_pb_column:active p,
.services-col.et_pb_column:hover h4 a, .services-col.et_pb_column:focus h4 a, .services-col.et_pb_column:active h4 a,
.services-col.et_pb_column:hover h4, .services-col.et_pb_column:focus h4, .services-col.et_pb_column:active h4 {
 	color: #ffffff !important;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
/* ----- TESTIMONIAL SECTION ----- */

.testimonial-col .et_pb_testimonial_description_inner p:first-child {
	padding-bottom: 10px;
}
/* ----- NEWS SECTION ----- */
.news-date p a {
	color: #333333;
}
body #page-container .news-col1.et_pb_column:hover .et_pb_button, body #page-container .news-col1.et_pb_column:focus .et_pb_button, body #page-container .news-col1.et_pb_column:active .et_pb_button,
.news-col1.et_pb_column:hover .et_pb_blurb_description p, .news-col1.et_pb_column:focus .et_pb_blurb_description p, .news-col1.et_pb_column:active .et_pb_blurb_description p,
.news-col1.et_pb_column:hover h4 a, .news-col1.et_pb_column:focus h4 a, .news-col1.et_pb_column:active h4 a,
body #page-container .news-col.et_pb_column:hover .et_pb_button, body #page-container .news-col.et_pb_column:focus .et_pb_button, body #page-container .news-col.et_pb_column:active .et_pb_button,
.news-col.et_pb_column:hover .et_pb_blurb_description p, .news-col.et_pb_column:focus .et_pb_blurb_description p, .news-col.et_pb_column:active .et_pb_blurb_description p,
.news-col.et_pb_column:hover h4 a, .news-col.et_pb_column:focus h4 a, .news-col.et_pb_column:active h4 a {
	color: #ffffff !important;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
/* ----- COUNTER ----- */
.skill-counter-col .et_pb_module_header,
.counter-col h4.title,
.counter-col1 h4.title {
	padding-bottom: 0 !important;
}
.skill-counter {
	position: relative;
	z-index: 1;
}
.skill-counter .et_pb_counter_container {
	background-color: #dddddd !important;
	display: inline-block;
	overflow: inherit;
	width: 100%;
}
.skill-counter .et_pb_counter_amount {
	height: 6px;
}
.skill-counter .et_pb_counter_amount_number {
	background-color: #ffffff;
	border: 3px solid rgba(52, 152, 219, 0.9);
	border-radius: 50%;
	bottom: -20px;
	content: "";
	padding: 8px 5px !important;
	position: absolute;
	text-align: center;
	right: 0px;
	height: 45px;
	width: 45px;
	z-index: 1;
}
/* ----- TESTIMONIAL ----- */
.testimonial-col .et_pb_testimonial_portrait {
	left: 0;
	position: absolute;
	right: 0;
	top: -65px;
	margin: 0 auto;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.testimonial-col.et_pb_column:hover .et_pb_testimonial_portrait {
	border: 5px solid #3498db;
	box-shadow: 0 10px 10px -10px #999999;
	-webkit-box-shadow: 0 10px 10px -10px #999999;
	-moz-box-shadow: 0 10px 10px -10px #999999;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
/* --------- FOOTER --------- */ 
#main-footer {
	display: none;
}
.footer-mail p a {
	color: #999999;
}
.footer-post-link a {
	color: #3498db;
}
/* ------- SUBSCRIBE ------- */
.maintenance-subs-col p,
.coming-subs-col p,
.subscribe-col p {
    padding-bottom: 0;
}
.maintenance-subs-col .et_bloom_header_outer,
.coming-subs-col .et_bloom_header_outer,
.subscribe-col .et_bloom_header_outer {
	display: none;
}
.maintenance-subs-col .et_bloom_form_content,
.coming-subs-col .et_bloom_form_content,
.subscribe-col .et_bloom_form_content {
	background-color: transparent !important;
	padding: 0 !important;
}
.maintenance-subs-col .et_bloom_form_container,
.coming-subs-col .et_bloom_form_container,
.coming-subs-col .et_bloom_form_container .et_bloom_form_content,
.subscribe-col .et_bloom_form_container,
.subscribe-col .et_bloom_form_container .et_bloom_form_content {
	background-color: transparent !important;
}
.maintenance-subs-col .et_bloom_popup_input,
.coming-subs-col .et_bloom_popup_input,
.subscribe-col .et_bloom_popup_input {
	width: 100% !important;
	padding-right: 0 !important;
	margin-bottom: 20px !important;
}
.maintenance-subs-col .et_bloom_form_content button,
.coming-subs-col .et_bloom_form_content button,
.subscribe-col .et_bloom_form_content button {
	border: 1px solid #3498db !important;
	background-color: #3498db !important;
	width: 100% !important;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.maintenance-subs-col .et_bloom_inline_form.et_bloom_optin.et_bloom_make_form_visible.et_bloom_optin_1,
.coming-subs-col .et_bloom_inline_form.et_bloom_optin.et_bloom_make_form_visible.et_bloom_optin_1,
.subscribe-col .et_bloom_inline_form.et_bloom_optin.et_bloom_make_form_visible.et_bloom_optin_1 {
	margin: 0;
}
.et_bloom_success_checkmark {
	top: -48px !important;
}
.maintenance-subs-col .et_bloom .with_edge .et_bloom_form_header::after, .et_bloom .with_edge .et_bloom_form_content::before,
.coming-subs-col .et_bloom .with_edge .et_bloom_form_header::after, .et_bloom .with_edge .et_bloom_form_content::before,
.subscribe-col .et_bloom .with_edge .et_bloom_form_header::after, .et_bloom .with_edge .et_bloom_form_content::before {
	content: none !important;
}
.maintenance-subs-col .et_bloom_form_content button:hover,
.coming-subs-col .et_bloom_form_content button:hover,
.subscribe-col .et_bloom_form_content button:hover {
	background-color: #ffffff !important;
	width: 100% !important;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.maintenance-subs-col .et_bloom_form_content button:hover span,
.coming-subs-col .et_bloom_form_content button:hover span,
.subscribe-col .et_bloom_form_content button:hover span {
	color: #3498db !important;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
/* ------- BREADCRUMB ------- */
.custom-breadcrumb p {
	padding-bottom: 0;
}
.custom-breadcrumb a {
	color: #f2f2f2;
}
.custom-breadcrumb {
	bottom: -80px;
	display: table;
	position: absolute;
	right: 0;
}
/* ------- MISSION VISION SECTION ------- */

.list-content-middle .et_pb_blurb_position_left .et_pb_blurb_container,
.list-content-middle .et_pb_blurb_position_right .et_pb_blurb_container {
	vertical-align: middle;
}
/* ------- CLIENTS SECTION ------- */
.clients-col {
	opacity: 0.5;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.clients-col:hover {
	opacity: 1;	
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
/* ------- WHAT WE DO SECTION ------- */
.what-we-do-col .et_pb_blurb_container {
	padding: 15px 15px 15px;
}
.what-we-do-col .et_pb_main_blurb_image {
	background-color: #3498db;
	padding: 15px;
}
.what-we-do-col:hover {
	box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
/* ------- SECTION 2 ------- */
.awesome-services-col-right .et_pb_blurb_container {
	padding: 0px 0px 0px 35px;
}
.awesome-services-col-right .et_pb_main_blurb_image img,
.awesome-services-col-left .et_pb_main_blurb_image img {
    border: 1px solid #3498db;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.awesome-services-col-left .et_pb_blurb_container {
	padding: 0px 35px 0px 0px;
}

/* ------- PRICING SECTION ------- */

.price-col.et_pb_pricing:hover .et_pb_pricing_table.et_pb_featured_table {
	box-shadow: 1px 2px 10px rgba(0,0,0,0.5) !important;
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,0.5) !important;
	-moz-box-shadow: 1px 2px 10px rgba(0,0,0,0.5) !important;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/* ------- PRICING PAGE ------- */

.price-col .et_pb_pricing .et_pb_dollar_sign,
.pg-price-col3 .et_pb_pricing .et_pb_dollar_sign,
.pg-price-col2 .et_pb_pricing .et_pb_dollar_sign,
.pg-price-col1 .et_pb_pricing .et_pb_dollar_sign,
#main-content .et_pb_column.pg-price-col1 .et_pb_pricing_table .et_pb_pricing_content_top .et_pb_dollar_sign,
.et_pb_dollar_sign {
	margin-left: 0 !important;
	position: relative;
	vertical-align: top;
}

.price-col .et_pb_pricing li,
.pg-price-col3 .et_pb_pricing li,
.pg-price-col2 .et_pb_pricing li,
.pg-price-col1 .et_pb_pricing li {
	border-bottom: 1px dashed #eeeeee;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-left: 0;
}
.price-col .et_pb_pricing li:last-child,
.pg-price-col3 .et_pb_pricing li:last-child,
.pg-price-col2 .et_pb_pricing li:last-child,
.pg-price-col1 .et_pb_pricing li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.price-col.et_pb_pricing .et_pb_pricing_table .et_pb_button,
.price-col.et_pb_pricing .et_pb_pricing_table .et_pb_button:hover,
.pg-price-col3.et_pb_pricing .et_pb_pricing_table .et_pb_button,
.pg-price-col3.et_pb_pricing .et_pb_pricing_table .et_pb_button:hover,
.pg-price-col2.et_pb_pricing .et_pb_pricing_table .et_pb_button,
.pg-price-col2.et_pb_pricing .et_pb_pricing_table .et_pb_button:hover,
.pg-price-col1.et_pb_pricing .et_pb_pricing_table .et_pb_button,
.pg-price-col1.et_pb_pricing .et_pb_pricing_table .et_pb_button:hover {
	padding: 10px 20px !important;
}
.price-col .et_pb_pricing_heading,
.pg-price-col1 .et_pb_pricing_heading {
	padding-top: 20px;
	margin-bottom: 40px;
}
.price-col .et_pb_pricing_heading .et_pb_pricing_title,
.pg-price-col3 .et_pb_pricing_heading .et_pb_pricing_title,
.pg-price-col2 .et_pb_pricing_heading .et_pb_pricing_title,
.pg-price-col1 .et_pb_pricing_heading .et_pb_pricing_title {
	padding-bottom: 0px;
}
.price-col .et_pb_featured_table .et_pb_pricing_content,
.pg-price-col3 .et_pb_featured_table .et_pb_pricing_content,
.pg-price-col2 .et_pb_featured_table .et_pb_pricing_content,
.pg-price-col1 .et_pb_featured_table .et_pb_pricing_content {
	padding-bottom: 30px;
}
.price-col .et_pb_pricing_content_top,
.pg-price-col3 .et_pb_pricing_content_top,
.pg-price-col2 .et_pb_pricing_content_top,
.pg-price-col1 .et_pb_pricing_content_top {
	border-bottom: 1px solid #eeeeee;
}
.price-col.et_pb_pricing .et_pb_pricing_table:hover,
.pg-price-col3.et_pb_pricing .et_pb_pricing_table:hover,
.pg-price-col2.et_pb_pricing .et_pb_pricing_table:hover,
.pg-price-col1.et_pb_pricing .et_pb_pricing_table:hover {
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.pg-price-col2 .et_pb_featured_table,
.pg-price-col1 .et_pb_featured_table {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.price-col.et_pb_pricing .et_pb_pricing_table:hover,
.pg-price-col3.et_pb_pricing .et_pb_pricing_table:hover,
.pg-price-col2.et_pb_pricing .et_pb_pricing_table:hover,
.pg-price-col1.et_pb_pricing .et_pb_pricing_table:hover {
	background-color: #ffffff;
}
body #page-container .price-col .et_pb_pricing .et_pb_pricing_table .et_pb_button,
body #page-container .pg-price-col3 .et_pb_pricing .et_pb_pricing_table .et_pb_button,
body #page-container .pg-price-col2 .et_pb_pricing .et_pb_pricing_table .et_pb_button,
body #page-container .pg-price-col1 .et_pb_pricing .et_pb_pricing_table .et_pb_button {
	padding: 10px 20px !important;
}

.pg-price-col2.pg-price-col2-odd .et_pb_pricing_heading:after,
.pg-price-col2.pg-price-col2-odd .et_pb_pricing_heading:before,
.pg-price-col1.pg-price-col1-odd .et_pb_pricing_heading:after,
.pg-price-col1.pg-price-col1-odd .et_pb_pricing_heading:before,
.price-col.price-col-center .et_pb_pricing_heading:after,
.price-col.price-col-center .et_pb_pricing_heading:before {
	background-color: #444444;
}
.price-col .et_pb_pricing_heading:after,
.price-col .et_pb_pricing_heading:before,
.pg-price-col1 .et_pb_pricing_heading:after,
.pg-price-col1 .et_pb_pricing_heading:before {
    background-color: #3498db;
    content: "";
    height: 20px;
    position: absolute;
    width: 51%;
    z-index: 1;
}
.price-col .et_pb_pricing_heading:before,
.pg-price-col1 .et_pb_pricing_heading:before {
    bottom: -10px;
    box-shadow: 6px 7px 15px -8px rgba(0,0,0,0.3);
    left: 0;
    transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
}
.price-col .et_pb_pricing_heading:after,
.pg-price-col1 .et_pb_pricing_heading:after {
    bottom: -10px;
    box-shadow: 0px 7px 15px -8px rgba(0,0,0,0.3);
    right: 0;
    transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
}
/* PRICING PAGE SECTION 2 */

.pg-price-col2 .et_pb_pricing_heading {
	padding-top: 80px;
	margin-bottom: 0px;
}
.pg-price-col3 .et_pb_pricing_table,
.pg-price-col2 .et_pb_pricing_table {
	padding-bottom: 0
}
.pg-price-col3 .et_pb_pricing_table_button,
.pg-price-col2 .et_pb_pricing_table_button {
    display: table;
    width: 100%;
}
.pg-price-col3 .et_pb_button_wrapper,
.pg-price-col2 .et_pb_button_wrapper {
	padding: 0;
	position: relative;	
}
.pg-price-col3.pg-price-col3-light .et_pb_button_wrapper:before,
.pg-price-col3.pg-price-col3-light .et_pb_button_wrapper:after,
.pg-price-col2.pg-price-col2-odd .et_pb_button_wrapper:after,
.pg-price-col2.pg-price-col2-odd .et_pb_button_wrapper:before {
    background-color: #444444;
}
.pg-price-col3 .et_pb_button_wrapper:after,
.pg-price-col3 .et_pb_button_wrapper:before,
.pg-price-col2 .et_pb_button_wrapper:after,
.pg-price-col2 .et_pb_button_wrapper:before {
    background-color: #3498db;
    content: "";
    height: 20px;
    position: absolute;
    width: 51%;
    z-index: 1;
}
.pg-price-col3 .et_pb_button_wrapper:after,
.pg-price-col2 .et_pb_button_wrapper:after {
	top: -10px;
    right: 0;
    transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
}
.pg-price-col3 .et_pb_button_wrapper:before,
.pg-price-col2 .et_pb_button_wrapper:before {
	top: -10px;
    left: 0;
    transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
}
.pg-price-col2.pg-price-col2-even .et_pb_pricing_content_top {
	background-color: #3498db;
}
.pg-price-col2.pg-price-col2-odd .et_pb_pricing_content_top {
	background-color: #444444;
}
.pg-price-col2 .et_pb_pricing_content_top {
	position: absolute;
	padding: 50px 10px;
	height: 150px;
	border-radius: 50% 50% 0% 50%;
	top: -80px;
	left: 0;
	text-align: center;
	width: 150px;
}
.pg-price-col3 .et_pb_featured_table {
	box-shadow: 0 10px 10px -10px #999999;
	-webkit-box-shadow: 0 10px 10px -10px #999999;
	-moz-box-shadow: 0 10px 10px -10px #999999;
}
.pg-price-col3 .et_pb_pricing_heading {
	margin-bottom: 40px;
	padding-bottom: 20px;
}
/* --------- FAQ --------- */ 
.faq-col-3 .et_pb_toggle_open .et_pb_toggle_title:before,
.faq-col-2 .et_pb_toggle_open .et_pb_toggle_title:before,
.faq-col-1 .et_pb_toggle_open .et_pb_toggle_title:before {
	color: #3498db;
    right: 0px !important;
    top: 12px !important;
}
.faq-col-3 .et_pb_toggle_open .et_pb_toggle_title:before,
.faq-col-2 .et_pb_toggle_open .et_pb_toggle_title:before,
.faq-col-1 .et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\e04b";
    display: block !important;
}
.faq-col-3 .et_pb_toggle_close .et_pb_toggle_title:before,
.faq-col-2 .et_pb_toggle_close .et_pb_toggle_title:before,
.faq-col-1 .et_pb_toggle_close .et_pb_toggle_title:before {
	content: "\e04c";
	top: 12px !important;
}
.faq-col-2 .et_pb_toggle_close .et_pb_toggle_title:before {
	color: #ffffff;
}
.faq-col-3 .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_open:last-child,
.faq-col-3 .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_close:last-child,
.faq-col-1 .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_open:last-child,
.faq-col-2 .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_open:last-child,
.faq-col-2 .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_close:last-child,
.faq-col-1 .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_close:last-child {
	margin: 0px auto 0px auto;
}
.faq-col-3 .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_open,
.faq-col-1 .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_open,
.faq-col-2 .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_open,
.faq-col-2 .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_close {
	margin: 0px auto 30px auto;
}
.faq-col-3 .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_close,
.faq-col-1 .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_close {
	position: relative;	
	padding: 15px 20px;
	margin: 0px auto 30px auto;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}
.faq-col-3 .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_close:before,
.faq-col-3 .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_close:after,
.faq-col-1 .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_close:before,
.faq-col-1 .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_close:after {
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
} 
.faq-col-3 .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_close:after,
.faq-col-1 .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_close:after {
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
} 
/* ------- TEAM SECTION ------- */
#page-container .team-col1 .et_pb_member_social_links li .et_pb_font_icon {
	background-color: #ffffff;
	color: #3498db !important;
	height: 40px;
	border-radius: 50%;
	padding-top: 8px;
	width: 40px;
}
#page-container .team-col2 .et_pb_member_social_links li:last-child,
#page-container .team-col3 .et_pb_member_social_links li:last-child,
#page-container .team-col1 .et_pb_member_social_links li:last-child {
	margin-right: 0;
}
.team-col1 .et_pb_team_member_image img {
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.team-col1.et_pb_column:hover .et_pb_team_member, .team-col1.et_pb_column:focus .et_pb_team_member, .team-col1.et_pb_column:active .et_pb_team_member {
	background-color: #ffffff;
	box-shadow: 0 10px 10px -10px #999999;
	-webkit-box-shadow: 0 10px 10px -10px #999999;
	-moz-box-shadow: 0 10px 10px -10px #999999;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.team-col3.et_pb_column:hover .et_pb_team_member_image img, .team-col3.et_pb_column:focus .et_pb_team_member_image img, .team-col3.et_pb_column:active .et_pb_team_member_image img,
.team-col1.et_pb_column:hover .et_pb_team_member_image img, .team-col1.et_pb_column:focus .et_pb_team_member_image img, .team-col1.et_pb_column:active .et_pb_team_member_image img {
	box-shadow: 0 10px 10px -10px #999999;
	-webkit-box-shadow: 0 10px 10px -10px #999999;
	-moz-box-shadow: 0 10px 10px -10px #999999;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.team-col3.et_pb_column:hover .et_pb_team_member_image, .team-col3.et_pb_column:focus .et_pb_team_member_image, .team-col3.et_pb_column:active .et_pb_team_member_image {
	box-shadow: 0 10px 10px -10px #222222;
	-webkit-box-shadow: 0 10px 10px -10px #222222;
	-moz-box-shadow: 0 10px 10px -10px #222222;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.team-col2 .et_pb_team_member {
	z-index: -1;
}
.team-col3 .et_pb_team_member_image img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	 -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.home2-slider-col .et_pb_slide_title,
.team-slider-col .et_pb_slide_title {
	padding-bottom: 5px;
}
#page-container .team-col3.et_pb_column:hover .et_pb_member_social_links li .et_pb_font_icon {
	color: #ffffff;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#page-container .contact-col-form .et_pb_contact_form_container .et_pb_contact_submit.et_pb_button {
	border: 1px solid #3498db;
	padding: 10px 20px !important;
}
#page-container .contact-col-form .et_pb_contact_form_container .et_pb_contact_submit.et_pb_button:hover {
	border: 1px solid #3498db;
	background-color: #ffffff;
	padding: 10px 20px !important;
}
#page-container .contact-col1 p a {
	color: #ffffff;
}
#page-container .contact-col2 p a {
	color: #ffffff;
}
.contact-outer-col .et_pb_column .et_pb_row_inner {
	margin: 0 auto !important;
}
/* ------- BLOG SIDEBAR -------- */
.blog-sidebar.et_pb_widget_area_left {
    border-right: none;
    padding-right: 0px;
}
.blog-sidebar .et_pb_widget {
	position: relative;
}
.blog-sidebar .et_pb_widget {
    background-color: #ffffff;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,0.3);
	margin-bottom: 55px !important;
    padding: 30px 20px;
}
.blog-sidebar .et_pb_widget:before {
	background-color: #ffffff;
	box-shadow: 6px 7px 15px -8px rgba(0,0,0,0.3);
	content: "";
	left: 0;
	height: 20px;
	position: absolute;
	bottom: -10px;
	width: 52%;
	z-index: 1;
	transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
}
.blog-sidebar .et_pb_widget:after {
	background-color: #ffffff;
	box-shadow: 0px 7px 15px -8px rgba(0,0,0,0.3);
	content: "";
	right: 0;
	height: 20px;
	position: absolute;
	bottom: -10px;
	width: 50%;
	z-index: 1;
	transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	visibility: visible;
}
.blog-sidebar .widgettitle {
    background-color: #3498db;
    color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 24px;
    margin-bottom: 25px;
	margin-top: -30px;
    padding: 10px 15px 10px 15px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.blog-sidebar .widgettitle:before {
	color: #3498db;
	content: "\43";
	font-family: "ETmodules";
	font-size: 30px;
	left: 0;
	right: 0;
	position: absolute;
	bottom: -15px;
}
.blog-sidebar .widget_search input#searchsubmit,
.blog-sidebar .widget_search input#s {
	border: 1px solid #3498db;
}
.blog-sidebar .widget_search input#searchsubmit {
	color: #ffffff;
}
.blog-sidebar #searchsubmit {
    background-color: #3498db !important;
}
.blog-sidebar .et_pb_widget ul li:last-child {
	margin-bottom: 0;
}
.blog-sidebar .et_pb_widget ul li a {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	padding-left: 20px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog-sidebar .et_pb_widget ul li a:before {
	color: #3498db;
	content: "\39";
    font-family: ETModules;
    font-size: 15px;
	left: 0px;
    position: absolute;
}
.blog-sidebar .et_pb_widget ul li a:hover {
	color: #3498db;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog-sidebar .tagcloud a {
	border: 1px solid #eeeeee;
	background-color: transparent;
	font-family: "Lato",Helvetica,Arial,Lucida,sans-serif;
	font-size: 13px !important;
	letter-spacing: 1px;
	padding: 5px 10px;
}
.blog-sidebar .tagcloud a:hover {
	background-color: #3498db;
	border: 1px solid #3498db;
	color: #ffffff;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#main-content .blog-sidebar .et_pb_widget:last-child {
	margin-bottom: 20px !important;
}
#main-content.corporate_blog_content #gallery-2 img,
#gallery-1 img {
	border: none !important;
}
#main-content.corporate_blog_content #gallery-2 .gallery-item {
	margin-bottom: 0 !important;
	margin-top: 0;
	padding: 4px 8px;
}
#gallery-1 .gallery-item {
	margin-bottom: 0 !important;
	margin-top: 0;
	padding: 0 8px;
}
/* ----------- SIDEBAR POSITION ---------- */
#left-area.left-sidebar{
	float: right !important;
}
#left-area.right-sidebar{
	float: left !important;
}
#left-area.no-sidebar{
	width: 100% !important;
	float: none;
}
#sidebar.no-sidebar{
	display: none !important;
}
#left-area, .corporate_blog_content #left-area{
	padding-bottom: 0;
	padding-right: 0px !important;
	width: 64.833%;
}
#sidebar, .corporate_blog_content #sidebar{
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-right: 0 !important;
	width: 29.666%;
}
#sidebar .et_pb_module{
	padding-right: 0 !important;
}
#main-content .container:before {
    background-color: transparent;
}
/* -------- BLOG CONTENT -------- */
.blog-content .entry-featured-image-url {
	margin-bottom: 0px;
}
.blog-content .entry-title {
	padding-bottom: 5px;
}
.blog-content .post-meta {
	margin-bottom: 10px;
}
#main-content .blog-content .et_pb_post .post-meta a:hover {
	color: #00ABC9 !important;
}
#main-content.corporate_blog_content .entry,
.blog-content article.et_pb_post {
    background-color: #ffffff;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,0.3);
    margin-bottom: 30px;
    padding: 20px 20px;
}
#main-content.corporate_blog_content .et_pb_post,
.blog-content article.et_pb_post {
	position: relative;
}
#main-content.corporate_blog_content .entry h1,
#main-content.corporate_blog_content h2.entry-title,
#main-content.corporate_blog_content h1.entry-title,
#main-content.single-post .et_post_meta_wrapper h1.entry-title,
body.search-no-results #main-content #left-area .entry h1,
#main-content.corporate_blog_content .entry-title,
.blog-content article.et_pb_post .entry-title {
	color: #ffffff;
    position: relative;
    background-color: rgba(52,152,219,1) !important;
    padding: 10px 20px;
    margin: -20px auto 25px;
    text-align: center;
	text-transform: uppercase;
}
.et_bloom h2.et_bloom_success_message {
	background-color: #ffffff !important;
}
#main-content.corporate_blog_content .entry h1:before,
#main-content.corporate_blog_content .entry-title:before,
.blog-content article.et_pb_post .entry-title:before {
	color: #3498db;
	content: "\43";
	font-family: "ETmodules";
	font-size: 30px;
	left: 0;
	right: 0;
	position: absolute;
	bottom: -15px;
}
/* -------- CATEGORY, SEARCH PAGE BLOG CONTENT -------- */
#main-content.corporate_blog_content .page_title {
	color: #333333;
	font-size: 22px;
	font-family: "Raleway",Helvetica,Arial,Lucida,sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 30px;
	text-transform: uppercase;
}
#main-content.corporate_blog_content .entry h1,
#main-content.corporate_blog_content .comment-reply-title,
#main-content.corporate_blog_content h2.entry-title,
#main-content.corporate_blog_content h1.entry-title,
#main-content.single-post .et_post_meta_wrapper h1.entry-title,
.et_bloom h2.et_bloom_success_message,
body.search-no-results #main-content #left-area .entry h1 {
	font-size: 16px;
	font-family: "Raleway",Helvetica,Arial,Lucida,sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
}
#main-content .blog-content .post-meta span.author.vcard a,
#main-content.corporate_blog_content .post-meta span.author.vcard a,
#main-content.corporate_blog_content .post-meta, #main-content.corporate_blog_content .post-meta a, #main-content.corporate_blog_content .post-meta span {
	color: #666666;
	font-family: "Lato",Helvetica,Arial,Lucida,sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 24px;
}
#main-content.corporate_blog_content .entry-content p {
	color: #666666;
	font-family: "Lato",Helvetica,Arial,Lucida,sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
}
#main-content .blog-content .post-meta span.author.vcard a,
#main-content.corporate_blog_content .post-meta span.author.vcard a {
	color: #3498db !important;
	text-transform: uppercase;
}
#main-content.corporate_blog_content .container {
	padding-bottom: 80px;
	padding-top: 80px;
}
.corporate_blog_content .entry-featured-image-url {
	margin-bottom: 20px;
}
.corporate_blog_content .entry-title {
	padding-bottom: 5px;
}
.corporate_blog_content .post-meta {
	margin-bottom: 10px;
}
.corporate_blog_content .et_pb_post .post-meta a:hover {
	color: #3498db !important;
}
.corporate_blog_content article.et_pb_post {
    background-color: #ffffff;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,0.3);
    margin-bottom: 30px;
    padding: 20px 20px;
}
#main-content.corporate_blog_content article.et_pb_post img {
	margin-bottom: 0px;
}
#main-content.corporate_blog_content #left-area .post-meta {
	padding-bottom: 0;
}
body.single-post article.et_pb_post .entry-content {
	padding-top: 0;
}
body.single-post article.et_pb_post .et_post_meta_wrapper {
	line-height: 0;
}
/* ------ BLOG PAGINATION ------- */
#main-content.corporate_blog_content .pagination .alignright a,
#main-content.corporate_blog_content .pagination .alignleft a,
#main-content .blog-content .alignright a,
#main-content .blog-content .alignleft a {
    background-color: #3498db;
	border-radius: 3px;
    color: #ffffff !important;
	display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 20px;
}
/* ------ POST COMMENT FORM ------- */
#main-content .blog-content .more-link,
.corporate_blog_content .more-link {
	margin-top: 20px;
}
#main-content .blog-content .more-link,
.corporate_blog_content .more-link,
.corporate_blog_content .comment-reply-link.et_pb_button,
.corporate_blog_content .form-submit #submit.submit.et_pb_button {
	background-color: #3498db;
	border: 1px solid #3498db !important;
	color: #ffffff !important;
	font-family: "Lato",Helvetica,Arial,Lucida,sans-serif !important;
	font-size: 14px;
	font-weight: 600 !important;
	letter-spacing: 1px;
	display: inline-block !important;
	border-radius: 3px;
	padding: 10px 20px !important;
	text-transform: uppercase !important;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#main-content .blog-content .more-link:hover,
.corporate_blog_content .more-link:hover,
.corporate_blog_content .comment-reply-link.et_pb_button:hover,
.corporate_blog_content .form-submit #submit.submit.et_pb_button:hover {
	background-color: #ffffff;
	border: 1px solid #3498db !important;
	color: #3498db !important;
}
.corporate_blog_content #commentform.comment-form textarea {
	background-color:transparent;
	border:1px solid #eeeeee;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
	padding: 10px 15px !important;
	color: #666666;
	font-size: 15px;
	font-family: "Lato",Helvetica,Arial,Lucida,sans-serif;
	line-height: 25px;
	letter-spacing: 1px;
}
.comment-form-author {
	float:left !important;
	width:49% !important;
}
.comment-form-url {
	display:none !important;
}
.comment-form-email {
	float:right !important;
	width:49% !important;
}
#commentform input[type=email], #commentform input[type=text] {
	background-color: transparent;
	border: 1px solid #eeeeee;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
	width: 100% !important;
	color: #666666 !important;
	font-size: 16px !important;
	font-family: "Lato",Helvetica,Arial,Lucida,sans-serif;
}
.corporate_blog_content .comment-form-author,
.corporate_blog_content .comment-form-email,
.corporate_blog_content .comment-form-comment {
	padding-bottom: 20px;
}
.corporate_blog_content .comment-form {
	padding-bottom: 0 !important;
}
.corporate_blog_content .logged-in-as a {
	color: #3498db;
	letter-spacing: 1px;
}
.corporate_blog_content .commentlist {
    border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px !important;
	margin-bottom: 30px;
}
.corporate_blog_content .form-submit {
	padding-bottom: 0px;
}
.corporate_blog_content .comment #respond {
	margin-top: 30px;
}
.corporate_blog_content #respond.comment-respond {
	padding-top: 0px;
}
.corporate_blog_content #comment-wrap {
    background-color: #ffffff;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,0.3);
    padding: 20px 20px 20px;
}
.corporate_blog_content .comment article.comment-body {
	margin-bottom: 30px;
}
.corporate_blog_content .comment .children {
	margin-left: 50px;
}
.corporate_blog_content .cancel-comment-reply-link,
.corporate_blog_content span.comment_date,
.corporate_blog_content span.fn, span.fn a {
	font-family: "Lato",Helvetica,Arial,Lucida,sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 24px;
}
.corporate_blog_content span.fn, span.fn a {
	color: #3498db;
	text-transform: uppercase;
}
.corporate_blog_content span.comment_date {
	color: #666666;
}
.comment-reply-link.et_pb_button:after,
.comment-reply-link.et_pb_button::before {
	content:"";
}
/* ------- COMMING SOON PAGE ------- */
.countdown-col .sep.section {
	display: none;
}
.countdown-col .value {
	width: 130px;
	height: 75px;
	background: #3498db;
	position: relative;	
	z-index: 2;
}
.countdown-col .value::before {
    content: "";
	position: absolute;
	top: -35px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 75px solid transparent;
	border-right: 75px solid transparent;
	border-bottom: 35px solid #3498db;
	z-index: -1;
}
.countdown-col .value::after {
    content: "";
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 75px solid transparent;
	border-right: 75px solid transparent;
	border-top: 35px solid #3498db;
	z-index: -1;
}
.countdown-col .section.values {
    border-radius: 50%;
	margin-top: 60px;
	padding: 0 5px;
    position: relative;
    height: 80px;
    width: 160px;
}
.countdown-col.et_pb_countdown_timer .section p {
	line-height: 65px;
}
.countdown-col .label {
	margin-top: 45px;
}
/* ------- BLOG FOOTER WIDGET ------- */

.fwidget.et_pb_widget {
     background-color: #333333;
     padding:0px 20px 30px 20px;
} 

.footer-widget, #footer-widgets .footer-widget li a {
     color: #bbbbbb !important;
}
 #footer-widgets .footer-widget li a:hover {
     color: #bbbbbb !important;
}

 #footer-widgets .footer-widget .title {
     background-color: #3498db;
    color: #ffffff;
	font-family: "Raleway",Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 24px;
    margin-bottom: 25px;
	margin-top: 0px;
    padding: 10px 15px 10px 15px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
#footer-widgets .footer-widget.et_pb_widget li,
.fwidget.et_pb_widget li {
     border-bottom: none;
     padding-bottom: 5px;
}
#footer-widgets .footer-widget.et_pb_widget li:last-child,
.fwidget.et_pb_widget li:last-child {
     border: 0;
     margin-bottom: 0;
}
#footer-widgets .footer-widget li,
.fwidget.et_pb_widget li {
     position: relative;
     padding-left: 30px !important;
     line-height: 19px;
}
#footer-widgets .footer-widget li::before,
.fwidget.et_pb_widget li:before {
	 border: none;
     color: #3498db;
	 content: "\39";
     font-family: ETModules;
     font-size: 15px;
	 left: 0px;
	 top: 1px;
     position: absolute;
}
 #footer-widgets .footer-widget .fwidget.et_pb_widget .tagcloud a {
     border: 1px solid #eeeeee;
	 background-color: transparent;
	 font-family: "Lato",Helvetica,Arial,Lucida,sans-serif;
	 font-size: 13px !important;
	 letter-spacing: 1px;
	 padding: 5px 10px;
	 text-transform: uppercase;
}
 #footer-widgets .footer-widget .fwidget.et_pb_widget .tagcloud a:hover {
     background-color: #3498db;
	 border: 1px solid #3498db;
	 color: #ffffff;
	 -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
     -o-transition: all 0.4s ease;
     transition: all 0.4s ease;
}
 .fwidget.et_pb_widget #searchsubmit {
     background-color: #3498db;
     border: 1px solid #3498db;
     color: #ffffff;
     font-weight: 600;
	 font-size: 13px;
     letter-spacing: 1px;
}
 .fwidget.et_pb_widget {
     width: 100%;
}

.fwidget .searchform input[type="text"] {
	color: #666666 !important;
}
.footer-widget .fwidget {
	margin-bottom: 30px !important;
}
/* ------- PAGE 404 ------- */

 .error404 #main-content .container, .error404 #content-area, .error404 #left-area {
     padding: 0 !important;
     margin: 0;
     width: 100% !important;
     max-width: none;
}
.error404 .head-404 {
  background-color: #f5f5f5;
  text-align: center;
  padding: 150px 20px;
}
.error404 .et_pb_post.not_found {
     padding: 100px 20px;
    text-align: center;
    margin: 0 auto;
    display: table;
}
 .error404 #sidebar {
     display: none;
}
 .error404 .et_pb_post:last-child {
     margin-bottom: 0;
}
/* ------------------------------------------------- MEDIA QUERIES -------------------------------------------------*/
@media only screen and (min-width: 981px) and (max-width:1100px) {
	.et_pb_column_1_4 .et_pb_number_counter .percent {
		height: 72px;
	}
}
@media only screen and (min-width: 1100px) and (max-width:1199px) {
	.contact-outer-col .et_pb_column.et_pb_column_empty {
		height: 590px !important;
	}
	.full-width-2col .et_pb_column.et_pb_column_empty,
	.mission-col .et_pb_column.et_pb_column_empty,
	.vision-col .et_pb_column.et_pb_column_empty {
		height: 480px !important;
	}
}
@media only screen and (min-width: 1024px) and (max-width:1199px) {
	.team-col2 .et_pb_team_member_5.et_pb_team_member,
	.team-col2 .et_pb_team_member_4.et_pb_team_member,
	.team-col2 .et_pb_team_member_3.et_pb_team_member,
	.team-col2 .et_pb_team_member_0.et_pb_team_member,
	.team-col2 .et_pb_team_member_2.et_pb_team_member,
	.team-col2 .et_pb_team_member_1.et_pb_team_member {
		width: 230px;
	}
	.team-col2 .et_pb_team_member_5.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_4.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_3.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_0.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_2.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_1.et_pb_team_member:before {
		border-width: 0 150px 80px;
	}
}
@media only screen and (min-width: 981px) and (max-width:1023px) {
	.team-col2 .et_pb_team_member_5.et_pb_team_member,
	.team-col2 .et_pb_team_member_4.et_pb_team_member,
	.team-col2 .et_pb_team_member_3.et_pb_team_member,
	.team-col2 .et_pb_team_member_0.et_pb_team_member,
	.team-col2 .et_pb_team_member_2.et_pb_team_member,
	.team-col2 .et_pb_team_member_1.et_pb_team_member {
		width: 180px;
	}
	.team-col2 .et_pb_team_member_5.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_4.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_3.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_0.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_2.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_1.et_pb_team_member:before {
		border-width: 0 123px 80px;
	}
}
@media only screen and (min-width: 981px) and (max-width:1199px) {
	.res-mar-top0.et_pb_module {
		margin-top: 0 !important;
	}
	.res-width-100.et_pb_module {
		max-width: 100%;
		width: 100%;
	}
	.res-faq-content .et_pb_module.et_pb_text:before {
		border-left: 75px solid transparent;
		border-right: 75px solid transparent;
	}
	.res-faq-content .et_pb_module.et_pb_text:after {
		border-left: 75px solid transparent;
		border-right: 75px solid transparent;
	}
	.res-faq-content .et_pb_module.et_pb_text {
		width: 150px;
		height: 135px;
	}
	#page-container .team-col1 .et_pb_member_social_links li .et_pb_font_icon {
		height: 38px;
		width: 38px;
	}
	.blog-sidebar #gallery-1 .gallery-item {
		margin-top: 0px !important;
		padding: 0 3px;
	}
	.full-width-2col .et_pb_column.et_pb_column_empty,
	.mission-col .et_pb_column.et_pb_column_empty,
	.vision-col .et_pb_column.et_pb_column_empty {
		height: 505px;
	}
	.contact-outer-col .et_pb_column.et_pb_column_empty {
		height: 612px;
	}

}
@media only screen and (max-width: 980px) {
	#main-header .et_mobile_menu {
		max-height: 300px !important;
		height: 300px !important;
		overflow-y: scroll !important;
	}
	.et_mobile_menu {
		padding: 20px !important;
	}
	ul.et_mobile_menu > li:last-child {
		padding-bottom: 20px !important;
	}
	.et_mobile_menu li:last-child a {
		border-bottom: 0 !important;
	}
	.res-features-col1.et_pb_column,
	.res-service-col2.et_pb_column {
		margin: 70px auto 0px auto !important;
	}
	.res-team-col3.et_pb_column,
	.res-price-col3.et_pb_column,
	.res-price-col-row.et_pb_gutters1.et_pb_row_4col > .res-price-col2.et_pb_column,
	.res-price-col1.et_pb_column,
	.res-what-we-col.et_pb_column,
	.res-news-col1.et_pb_column,
	.res-service-col.et_pb_column {
		margin: 0px auto 30px auto !important;
	}
	.res-testimonial-col.et_pb_column{
		margin: 95px auto 0px auto !important;
	}
	.et_pb_column .blog-sidebar .et_pb_widget:nth-child(n),
	.res-price-col.et_pb_column {
		margin: 0px auto 50px auto !important;
	}
	.res-team-col1.et_pb_column {
		margin: 0px auto 105px auto !important;
	}
	.res-team-col3.et_pb_column,
	.res-team-col1.et_pb_column,
	.res-price-col3.et_pb_column,
	.res-price-col-row.et_pb_gutters1.et_pb_row_4col > .res-price-col2.et_pb_column,
	.res-features-col1.et_pb_column,
	.res-price-col1.et_pb_column,
	.res-what-we-col.et_pb_column,
	.res-price-col.et_pb_column,
	.res-service-col2.et_pb_column,
	.res-news-col1.et_pb_column,
	.res-service-col1.et_pb_column,
	.res-features-col.et_pb_column,
	.res-testimonial-col.et_pb_column,
	.res-service-col.et_pb_column {
		display: table;
		float: none !important;
		width: 400px !important;
	}
	.res-features-col1.et_pb_column:first-child,
	.res-service-col2.et_pb_column:first-child {
		margin-right: auto !important;
		margin-top: 40px !important;
	}
	.res-testimonial-col.et_pb_column:first-child {
		margin-right: auto !important;
		margin-top: 65px !important;
	}
	.et_pb_column .blog-sidebar .et_pb_widget:last-child,
	.res-price-col.et_pb_column:last-child {
		margin-right: auto !important;
		margin-bottom: 20px !important;
	}
	
	.res-team-col3.et_pb_column:last-child,
	.res-team-col1.et_pb_column:last-child,
	.res-price-col3.et_pb_column:last-child,
	.res-price-col-row.et_pb_gutters1.et_pb_row_4col > .res-price-col2.et_pb_column:last-child,
	.res-features-col1.et_pb_column:last-child,
	.res-price-col1.et_pb_column:last-child,
	.res-what-we-col.et_pb_column:last-child,
	.res-service-col2.et_pb_column:last-child,
	.res-news-col1.et_pb_column:last-child,
	.res-features-col.et_pb_column:last-child,
	.res-testimonial-col.et_pb_column:last-child,
	.res-service-col.et_pb_column:last-child {
		margin-right: auto !important;
		margin-bottom: 0px !important;
	}
	.et_pb_module.et_pb_slider.home2-slider-col,
	.et_pb_module.et_pb_slider.team-slider-col {
		width: 70%;
	}
	.res-bottom.et_pb_column {
		margin-bottom: 45px;
	}
	.res-footer-center .et_pb_column h4,
	.res-footer-center .et_pb_column .et_pb_text,
	.res-footer-center .et_pb_column {
		text-align: center ;
	}
	.subscribe-col {
		margin: 0 auto;
		width: 60%;
	}
	.portfolio-list-col.et_pb_row_inner {
		width: 480px;
	}
	.portfolio-col.et_pb_column {
		margin-bottom: 0 !important;
	}
	.et_pb_column .portfolio-gal .et_pb_grid_item:nth-child(n),
	.portfolio-gal .et_pb_gallery_item {
		width: 47% !important;
		margin: 0 30px 30px 0 !important;
		clear: none;
	}
	.et_pb_column .portfolio-gal .et_pb_grid_item:last-child,
	.et_pb_column .portfolio-gal .et_pb_grid_item:nth-child(2) {
		margin: 0 0px 30px 0 !important;
	}
	.full-width-2col .et_pb_column.et_pb_column_empty,
	.contact-outer-col .et_pb_column.et_pb_column_empty,
	.mission-col .et_pb_column.et_pb_column_empty,
	.vision-col .et_pb_column.et_pb_column_empty {
		display: block;
		height: 450px;
	}
	.header-slider-col .et_pb_slide {
		padding: 0 0px;
	}
	.header-slider-col .et-pb-slider-arrows {
		display: none;
	}
	.header-slider-col .et_pb_slide.et_pb_slide_2 .et_pb_container {
		margin-right: auto;
		width: 80%;
	}
	.pg-price-col1.et_pb_column .et_pb_pricing_table {
		margin: 0 0 0px !important;
	}
	.gallery-col .et_pb_gallery_item,
	.et_pb_column .gallery-col .et_pb_grid_item:nth-child(n) {
		width: 33.33% !important;
	}
	
	.res-center-features-col .et_pb_module.et_pb_text,
	.res-center-features-col h3,
	.res-center.skill-col1 .et_pb_module.et_pb_text,
	.res-center.skill-col1 h3 {
		text-align: center !important;
	}
	.skill-circle-counter,
	.clients-row,
	.team-col2 .et_pb_team_member_5.et_pb_team_member,
	.team-col2 .et_pb_team_member_4.et_pb_team_member,
	.team-col2 .et_pb_team_member_3.et_pb_team_member,
	.team-col2 .et_pb_team_member_0.et_pb_team_member,
	.team-col2 .et_pb_team_member_2.et_pb_team_member,
	.team-col2 .et_pb_team_member_1.et_pb_team_member {
		margin: 0 auto !important;
	}
	.res-approach-space .et_pb_column:nth-child(2),
	.res-approach-space .et_pb_column:nth-child(1) {
		margin-bottom: 70px !important;
	}
	.clients-row {
		width: 55%;
	}
	.skill-circle-counter {
		width: 70%;
	}
	.et_pb_countdown_timer .section p {
		font-size: 64px !important;
		line-height: 70px !important;
	}
	.awesome-services-col-left .et_pb_blurb_container {
		padding: 0px 20px 0px 0px;
	}
	.awesome-services-col-right .et_pb_blurb_container {
		padding: 0px 0px 0px 20px;
	}
	.awesome-services-col-right .et_pb_main_blurb_image {
		padding-top: 0 !important;
	}
	.awesome-services-col-left .et_pb_main_blurb_image {
		margin-top: 0 !important;
	}
	.awesome-services-col-right .et_pb_main_blurb_image img,
	.awesome-services-col-left .et_pb_main_blurb_image img {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	.res-faq-content.et_pb_row_inner {
		overflow: unset;
	}
	.res-faq-bottom.et_pb_column {
		margin-bottom: 50px;
	}
	.res-faq-content.et_pb_row_inner {
		width: 430px;
	}
	.faq-col-3 .et_pb_accordion.et_pb_accordion_1 {
		max-width: 100%;
	}
	.res-price-col2.et_pb_column:nth-child(2) .et_pb_module.et_pb_pricing:before,
	.res-price-col2.et_pb_column:last-child .et_pb_module.et_pb_pricing:before,
	.res-price-col2.et_pb_column:nth-child(2) .et_pb_module.et_pb_pricing:after,
	.res-price-col2.et_pb_column:last-child .et_pb_module.et_pb_pricing:after {
		top: 10px;
	}
	.res-price-col3.et_pb_column .et_pb_button_wrapper:before,
	.res-price-col2.et_pb_column .et_pb_button_wrapper:before,
	.res-price-col2.et_pb_column .et_pb_module.et_pb_pricing:before {
		transform: rotate(-6deg);
		-moz-transform: rotate(-6deg);
		-webkit-transform: rotate(-6deg);
	}
	.res-price-col3.et_pb_column .et_pb_button_wrapper:after,
	.res-price-col2.et_pb_column .et_pb_button_wrapper:after,
	.res-price-col2.et_pb_column .et_pb_module.et_pb_pricing:after {
		transform: rotate(6deg);
		-moz-transform: rotate(6deg);
		-webkit-transform: rotate(6deg);
	}
	.et_pb_row .et_pb_column.contact-col1.et-last-child,
	.et_pb_row .contact-col1.et_pb_column:last-child {
		margin-right: auto !important;
	}
	.et_pb_row .et_pb_column.contact-col1 {
		width: 50% !important;
	}
	.contact-col-form.et_pb_column {
		margin: 0 auto 30px !important;
	}
	.et_pb_column .blog-sidebar .et_pb_widget:nth-child(n) {
		float: none;
		width: 400px !important;
	}
	.corporate_blog_content #sidebar.et_pb_column {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#main-content.corporate_blog_content .blog-sidebar .et_pb_widget:after,
	.blog-sidebar .et_pb_widget:after {
		transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
	}
	#main-content.corporate_blog_content .blog-sidebar .et_pb_widget:before,
	.blog-sidebar .et_pb_widget:before {
		transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
	}
	.blog-sidebar #gallery-1 .gallery-item {
		margin-top: 0px !important;
		padding: 0 3px;
	}
	.res-error-text.et_pb_text {
		height: 60px;
		width: 160px;
	}
	.res-error-text.et_pb_text:after,
	.res-error-text.et_pb_text:before {
		border-left: 80px solid transparent;
		border-right: 80px solid transparent;
	}
	.res-error-image.et_pb_image {
		width: 95%;
	}
	.res-error-text.et_pb_text {
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: -8px;
	}
	.res-error-text.et_pb_text p {
		line-height: 30px;
	}
}
@media only screen and (max-width: 959px) {
	.testimonial-col .et_pb_testimonial_description {
		margin-left: 0 !important;
	}
}
@media only screen and (min-width: 768px) and (max-width:980px) {
	.res-counter-col.et_pb_row {
		width: 55% !important;
	}
	.team-col3.et_pb_column .et_pb_module.et_pb_team_member .et_pb_team_member_image {
		float: none !important;
	}
}
@media only screen and (max-width: 767px) {
	
	.gallery-col .et_pb_gallery_item,
	.et_pb_column .gallery-col .et_pb_grid_item:nth-child(n) {
		width: 50% !important;
	}
	.res-counter-col.et_pb_row {
		width: 65% !important;
	}
	.et_pb_column_1_4 .et_pb_number_counter .percent {
		height: 60px;
	}
	.et_pb_countdown_timer .section p {
		font-size: 50px !important;
		line-height: 70px !important;
	}
	.res-price-col3.et_pb_column .et_pb_pricing_table,
	.res-price-col2.et_pb_column .et_pb_pricing_table,
	.res-price-col1.et_pb_column .et_pb_pricing_table {
		margin: 0 0 0px !important;
	}
	.res-error-text.et_pb_text {
		height: 50px;
		width: 130px;
	}
	.res-error-text.et_pb_text:after,
	.res-error-text.et_pb_text:before {
		border-left: 65px solid transparent;
		border-right: 65px solid transparent;
	}
	.res-error-image.et_pb_image {
		width: 100%;
	}
	.res-error-text.et_pb_text {
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: -8px;
	}
	.res-error-text.et_pb_text p {
		line-height: 23px;
	}
	.et_pb_row .et_pb_column.contact-col1 {
		width: 65% !important;
	}
}
@media only screen and (max-width: 680px) {
	
	.et_pb_module.et_pb_slider.home2-slider-col,
	.et_pb_module.et_pb_slider.team-slider-col {
		width: 100%;
	}
	.clients-row {
		width: 80%;
	}
}
@media only screen and (max-width: 640px) {
	
	.subscribe-col,
	.res-counter-col.et_pb_row {
		width: 80% !important;
	}
	.et_bloom .et_bloom_bottom_inline p.et_bloom_popup_input {
		padding-bottom: 0 !important;
	}
	.res-faq-content.et_pb_row_inner {
		max-width: 85%;
		width: 85%;
	}
	.et_pb_row .et_pb_column.contact-col1 {
		width: 75% !important;
	}
}
@media only screen and (max-width: 600px) {
	
	.et_pb_column .portfolio-gal .et_pb_grid_item:nth-child(n),
	.portfolio-gal .et_pb_gallery_item {
		width: 83% !important;
		margin: 0 0px 30px 0 !important;
		clear: none;
	}
	.skill-circle-counter {
		width: 100%;
	}
	.res-faq-content.et_pb_row_inner {
		max-width: 90%;
		width: 90%;
	}
}
@media only screen and (max-width: 575px) {
	
	.portfolio-list-col.et_pb_row_inner {
		width: 400px;
	}
	.res-approach-space.et_pb_row .et_pb_column {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0;
	}
	.res-approach-space .et_pb_column:nth-child(3) {
		margin-bottom: 70px !important;
	}
	.res-error-text.et_pb_text:after {
		bottom: -20px;
		border-top: 20px solid #3498db;
	}
	.res-error-text.et_pb_text:before {
		border-bottom: 20px solid #3498db;
		top: -20px;
	}
	.res-faq-bottom.et_pb_column .et_pb_row_inner_0 {
		padding-bottom: 100px;
		padding-top: 100px;
	}
	.res-faq-content.et_pb_row_inner .et_pb_column {
		display: table;
		float: none !important;
		max-width: 100% !important;
		margin: 40px auto 80px auto !important;
		width: 100% !important;
	}
	.res-faq-content.et_pb_row_inner .et_pb_column .et_pb_module.et_pb_text {
		display: table;
		float: none !important;
		max-width: 100% !important;
		margin: 0px auto 0 !important;
	}
	.res-faq-bottom.et_pb_column {
		margin-bottom: 0px;
	}
	.res-faq-content.et_pb_row_inner {
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 480px) {
	.res-team-col3.et_pb_column,
	.res-team-col1.et_pb_column,
	.et_pb_row .et_pb_column.contact-col1,
	.et_pb_column .portfolio-gal .et_pb_grid_item:nth-child(n),
	.portfolio-gal .et_pb_gallery_item,
	.res-price-col3.et_pb_column,
	.res-price-col-row.et_pb_gutters1.et_pb_row_4col > .res-price-col2.et_pb_column,
	.res-features-col1.et_pb_column,
	.res-price-col1.et_pb_column,
	.res-what-we-col.et_pb_column,
	.res-price-col.et_pb_column,
	.res-service-col2.et_pb_column,
	.res-news-col1.et_pb_column,
	.res-service-col1.et_pb_column,
	.res-features-col.et_pb_column,
	.subscribe-col,
	.res-testimonial-col.et_pb_column,
	.res-service-col.et_pb_column {
		width: 100% !important;
	}
	.res-approach-space .et_pb_column:nth-child(3) {
		margin-bottom: 70px !important;
	}
	.portfolio-list-col.et_pb_row_inner {
		width: 100%;
	}
	.portfolio-list-col.et_pb_row_inner .et_pb_column {
		max-width: 100% !important;
		margin-bottom: 0 !important;
		width: 100% !important;
	}
	.et_pb_pricing_table .et_pb_dollar_sign, .et_pb_pricing_table .et_pb_frequency {
		font-size: 16px !important;
		line-height: 26px !important;
	}
	.et_pb_pricing_table .et_pb_et_price .et_pb_sum {
		font-size: 40px !important;
		line-height: 40px !important;
	}
	.pg-price-col2 .et_pb_pricing_content_top {
		height: 140px;
		width: 140px;
	}
	.gallery-col .et_pb_gallery_item,
	.et_pb_column .gallery-col .et_pb_grid_item:nth-child(n) {
		width: 100% !important;
	}
	.list-content-middle .et_pb_column,
	.et_pb_row .skill-circle-counter.et_pb_row_inner .et_pb_column.et_pb_column_inner {
		margin-bottom: 0 !important;
	}
	.res-faq-content.et_pb_row_inner .et_pb_column {
		display: table;
		float: none !important;
		max-width: 100% !important;
		margin: 40px auto 80px auto !important;
		width: 100% !important;
	}
	.res-faq-content.et_pb_row_inner .et_pb_column .et_pb_module.et_pb_text {
		display: table;
		float: none !important;
		max-width: 100% !important;
		margin: 0px auto 0 !important;
	}
	.res-faq-bottom.et_pb_column {
		margin-bottom: 0px;
	}
	.res-faq-content.et_pb_row_inner {
		padding-bottom: 0;
	}
	.et_pb_row .et_pb_column.contact-col1,
	.contact-col-form .et_pb_contact_form_container.et_pb_contact_form_0 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.contact-outer-col .et_pb_row_inner.et_pb_row_inner_0 {
		max-width: 80%;
	}
	.header-slider-col .et_pb_slider .et_pb_slide_2 .et_pb_slide_description,
	.header-slider-col .et_pb_slider_fullwidth_off .et_pb_slide_2 .et_pb_slide_description {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}
@media only screen and (max-width: 479px) {
	.res-project-col.et_pb_row .et_pb_column:last-child {
		margin-bottom: 30px !important;
	}
}
@media only screen and (max-width: 400px) {
	.team-col2 .et_pb_team_member_5.et_pb_team_member,
	.team-col2 .et_pb_team_member_4.et_pb_team_member,
	.team-col2 .et_pb_team_member_3.et_pb_team_member,
	.team-col2 .et_pb_team_member_0.et_pb_team_member,
	.team-col2 .et_pb_team_member_2.et_pb_team_member,
	.team-col2 .et_pb_team_member_1.et_pb_team_member {
		width: 230px;
	}
	.team-col2 .et_pb_team_member_5.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_4.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_3.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_0.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_2.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_1.et_pb_team_member:before {
		border-width: 0 150px 80px;
	}
}
@media only screen and (max-width: 360px) {
	.team-col2 .et_pb_team_member_5.et_pb_team_member,
	.team-col2 .et_pb_team_member_4.et_pb_team_member,
	.team-col2 .et_pb_team_member_3.et_pb_team_member,
	.team-col2 .et_pb_team_member_0.et_pb_team_member,
	.team-col2 .et_pb_team_member_2.et_pb_team_member,
	.team-col2 .et_pb_team_member_1.et_pb_team_member {
		width: 212px;
	}
	.team-col2 .et_pb_team_member_5.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_4.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_3.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_0.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_2.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_1.et_pb_team_member:before {
		border-width: 0 140px 80px;
	}
}
@media only screen and (max-width: 330px) {
	.team-col2 .et_pb_team_member_5.et_pb_team_member,
	.team-col2 .et_pb_team_member_4.et_pb_team_member,
	.team-col2 .et_pb_team_member_3.et_pb_team_member,
	.team-col2 .et_pb_team_member_0.et_pb_team_member,
	.team-col2 .et_pb_team_member_2.et_pb_team_member,
	.team-col2 .et_pb_team_member_1.et_pb_team_member {
		width: 190px;
	}
	.team-col2 .et_pb_team_member_5.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_4.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_3.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_0.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_2.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_1.et_pb_team_member:before {
		border-width: 0 130px 80px;
	}
	.res-error-text.et_pb_text:after {
		bottom: -15px;
		border-top: 15px solid #3498db;
	}
	.res-error-text.et_pb_text:before {
		border-bottom: 15px solid #3498db;
		top: -15px;
	}
	.res-error-text.et_pb_text {
		height: 40px;
	}
	.res-error-text.et_pb_text p {
		font-size: 20px;
		line-height: 18px;
	}
}
@media only screen and (max-width: 330px) {
	.team-col2 .et_pb_team_member_5.et_pb_team_member,
	.team-col2 .et_pb_team_member_4.et_pb_team_member,
	.team-col2 .et_pb_team_member_3.et_pb_team_member,
	.team-col2 .et_pb_team_member_0.et_pb_team_member,
	.team-col2 .et_pb_team_member_2.et_pb_team_member,
	.team-col2 .et_pb_team_member_1.et_pb_team_member {
		width: 182px;
	}
	.team-col2 .et_pb_team_member_5.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_4.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_3.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_0.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_2.et_pb_team_member:before,
	.team-col2 .et_pb_team_member_1.et_pb_team_member:before {
		border-width: 0 125px 80px;
	}
}